
       
    /* ===== RESET / BASE ===== */
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, system-ui, sans-serif; }
        body { background: #f4efe7; color: #1f2b36; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

        /* ===== PRELOADER ===== */
        #preloader { position: fixed; inset:0; background:#fff; z-index:9999; display:flex; align-items:center; justify-content:center; transition:opacity 0.3s; }
        .spinner { width:50px; height:50px; border:5px solid #e0d6cc; border-top-color:#2f3e4e; border-radius:50%; animation:spin 1s linear infinite; }
        @keyframes spin { to{transform:rotate(360deg)} }

        /* ===== FLOATING WHATSAPP ===== */
        .floating-wa { position:fixed; bottom:30px; right:25px; background:#25D366; color:white; width:65px; height:65px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2.4rem; box-shadow:0 6px 16px rgba(0,0,0,0.25); z-index:999; transition:transform 0.2s; }
        .floating-wa:hover { transform:scale(1.07); background:#20ba5c; }

        /* ===== STICKY NAV ===== */
        .sticky-nav { position:sticky; top:0; background:rgba(255,255,255,0.95); backdrop-filter:blur(12px); box-shadow:0 4px 20px rgba(0,0,0,0.05); z-index:900; padding:0.4rem 1.5rem; border-bottom:1px solid rgba(47,62,78,0.1); }
        .nav-container { display:flex; align-items:center; justify-content:space-between; max-width:1400px; margin:0 auto; }
        .logo img { width:140px; height:auto; }
        .nav-menu { display:flex; gap:1.8rem; align-items:center; }
        .nav-menu li { position:relative; }
        .nav-menu a { font-weight:500; font-size:1.1rem; padding:0.5rem 0; display:flex; align-items:center; gap:0.4rem; color:#2f3e4e; transition:color 0.2s; }
        .nav-menu a i { font-size:1rem; color:#5f7d9c; }
        .nav-menu a:hover { color:#a65a3c; }
        .dropdown-menu { position:absolute; top:100%; left:0; background:white; min-width:280px; border-radius:20px; box-shadow:0 20px 40px rgba(0,0,0,0.12); padding:1rem 0; opacity:0; visibility:hidden; transition:0.25s; border:1px solid #f0e8de; z-index:950; }
        .dropdown:hover .dropdown-menu { opacity:1; visibility:visible; }
        .dropdown-menu li { width:100%; }
        .dropdown-menu a { padding:0.8rem 2rem; gap:1rem; font-size:1rem; }
        .dropdown-menu a i { width:1.6rem; text-align:center; color:#7e563b; }
        .hamburger { display:none; font-size:1.8rem; cursor:pointer; color:#2f3e4e; }
        .phone-header a { background:#2f3e4e; color:white !important; padding:0.6rem 1.4rem; border-radius:40px; font-weight:600; }
        .phone-header a i { color:white !important; }
        @media (max-width:900px){
            .hamburger { display:block; }
            .nav-menu { position:fixed; top:80px; left:-100%; background:white; width:85%; max-width:350px; height:100vh; flex-direction:column; align-items:flex-start; padding:2.5rem 2rem; box-shadow:5px 0 25px rgba(0,0,0,0.1); transition:left 0.3s; gap:1rem; z-index:999; }
            .nav-menu.active { left:0; }
            .dropdown-menu { position:static; opacity:1; visibility:visible; box-shadow:none; padding-left:1.5rem; border:none; display:none; background:#faf8f5; }
            .dropdown.active .dropdown-menu { display:block; }
            .phone-header { display:none; }
        }

        /* ===== INTRO VIDEO (full screen) ===== */
        .video-intro { position: relative; width: 100%; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: white; margin-bottom: 0; }
        .bg-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
        .video-overlay { position: absolute; inset: 0; background: rgba(25, 35, 45, 0.4); z-index: 1; }
        .intro-content { position: relative; z-index: 2; max-width: 900px; padding: 1.5rem; text-shadow: 0 4px 25px rgba(0,0,0,0.4); }
        .intro-content h1 { font-size: clamp(2.4rem, 8vw, 4.5rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 1rem; line-height: 1.1; }
        .intro-content p { font-size: 1.6rem; margin-bottom: 1.8rem; font-weight: 300; }
        .business-address { font-size: 1.2rem; background: rgba(0,0,0,0.3); backdrop-filter: blur(4px); display: inline-block; padding: 0.6rem 1.8rem; border-radius: 60px; margin-bottom: 2rem; border: 1px solid rgba(255,255,255,0.2); }
        .btn-cta { background: #c96e3d; color: white; border: none; padding: 1.1rem 3rem; font-size: 1.4rem; border-radius: 60px; display: inline-flex; align-items: center; gap: 1rem; transition: 0.25s; box-shadow: 0 8px 18px rgba(0,0,0,0.2); font-weight: 600; }
        .btn-cta:hover { background: #a85328; transform: scale(1.02); }

        /* ===== SAME-PAGE ANCHOR NAV ===== */
        .page-anchor-nav { background: white; border-radius: 60px; padding: 1rem 2rem; margin: -2rem auto 2rem; max-width: 900px; box-shadow: 0 15px 30px rgba(0,0,0,0.07); position: relative; z-index: 20; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.8rem; border: 1px solid #e9dfd4; }
        .page-anchor-nav a { font-weight: 600; color: #2f3e4e; display: flex; align-items: center; gap: 0.5rem; font-size: 1.1rem; transition: 0.2s; padding: 0.3rem 0.8rem; border-radius: 40px; }
        .page-anchor-nav a i { color: #b48b6a; font-size: 1.2rem; }
        .page-anchor-nav a:hover { background: #f4ede5; color: #a65a3c; }

        /* ===== SECTION STYLING ===== */
        .section-after-intro { background: #f4efe7; position: relative; z-index: 5; padding-top: 2.5rem; }

        .intro-text { padding: 2.5rem 0 1.5rem; }
        .intro-text h2 { font-size: 2.2rem; color: #2f3e4e; margin-bottom: 1.5rem; }
        .mini_title { font-size: 1rem; letter-spacing: 2px; text-transform: uppercase; color: #7b6b5a; }

        /* features grid (service cards) */
        .features { padding: 1.5rem 0 3rem; }
        .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 2rem; }
        .feature-item { background: white; padding: 2rem 1.5rem; border-radius: 30px; box-shadow: 0 10px 25px rgba(0,0,0,0.02); text-align: center; border:1px solid #f5ede4; transition: 0.2s; }
        .feature-item i { color: #3f5e70; margin-bottom: 1rem; }
        .feature-item .service-intro { font-size: 1rem; color: #2f3e4e; margin: 0.8rem 0 0; font-style: italic; background: #f9f4ef; padding: 0.6rem; border-radius: 50px; }
        .feature-item a.learn-more { display: inline-block; margin-top: 1rem; color: #a65a3c; font-weight: 600; font-size: 0.95rem; border-bottom: 1px dotted; }

        /* gallery */
        .gallery-block { padding: 2rem 0; }
        .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1rem; margin: 2rem 0; }
        .gallery-grid figure { border-radius: 24px; overflow: hidden; box-shadow: 0 8px 16px rgba(0,0,0,0.05); aspect-ratio: 4/3; }
        .gallery-grid img { width:100%; height:100%; object-fit: cover; transition: 0.4s; }
        .gallery-grid img:hover { transform: scale(1.03); }

        .content-highlight, .video-embed, .map-section, .business-info { padding: 2.8rem 0; border-bottom: 1px solid #ddd6cd; scroll-margin-top: 90px; }
        .benefits-list li { margin: 1rem 0; font-size: 1.1rem; display: flex; gap: 1rem; align-items: center; }
        .google-map iframe { border-radius: 30px; }
        .contact-row { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; font-size: 1.2rem; }
        .contact-row a { margin: 0 0.3rem; font-size: 1.8rem; color: #2f3e4e; }

        #backToTop { position: fixed; bottom: 110px; right: 25px; background: #2f3e4e; color: white; width: 55px; height: 55px; border-radius: 30px; border: none; font-size: 1.7rem; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 99; transition: 0.2s; }
        #backToTop:hover { background: #1d2b36; }

        footer { background: #1f2b36; color: #d9d0c5; padding: 3rem 1.5rem; text-align: center; margin-top: 3rem; }
        .footer-links a { color: #e6d9ce; margin: 0 0.6rem; }

        /* lightbox */
        .lightbox { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.9); z-index:9999; justify-content:center; align-items:center; }
        .lightbox.active { display: flex; }
        .lightbox-content { max-width:90%; max-height:80%; border-radius:20px; }
        .close-lightbox { position:absolute; top:30px; right:40px; color:white; font-size:3rem; cursor:pointer; }
        #lightbox-caption { color:white; margin-top:1rem; font-size:1.2rem; }

        html { scroll-behavior: smooth; scroll-padding-top: 90px; }
  
  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }

        body {
            background: #faf9f7;
            color: #1e2b32;
            line-height: 1.5;
            scroll-behavior: smooth;
        }

        /* preloader minimal */
        #preloader {
            position: fixed;
            width: 100%;
            height: 100%;
            background: #faf9f7;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.3s;
        }
        .spinner {
            width: 40px;
            height: 40px;
            border: 3px solid #d4c9c0;
            border-top-color: #2f3e4e;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }
        @keyframes spin { to { transform: rotate(360deg); } }

        /* floating WhatsApp */
        .floating-wa {
            position: fixed;
            bottom: 30px;
            right: 25px;
            background: #25D366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
            z-index: 99;
            transition: 0.2s;
            text-decoration: none;
        }
        .floating-wa:hover { background: #20b859; transform: scale(1.05); }

        /* sticky navigation - minimal */
        .sticky-nav {
            position: sticky;
            top: 0;
            background: rgba(255,255,255,0.9);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #e5ded7;
            padding: 0.7rem 2rem;
            z-index: 100;
        }
        .nav-container {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .logo a { display: flex; }
        .logo img { height: 40px; width: auto; }
        .hamburger { display: none; font-size: 1.8rem; color: #2f3e4e; cursor: pointer; }
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 1.3rem;
            align-items: center;
        }
        .nav-menu a {
            text-decoration: none;
            color: #1e2b32;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: 0.3px;
            padding: 0.5rem 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .nav-menu a:hover { border-bottom-color: #a7826e; color: #a7826e; }
        .dropdown { position: relative; }
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-radius: 12px;
            padding: 0.7rem 0;
            min-width: 200px;
            display: none;
            list-style: none;
            border: 1px solid #eee;
        }
        .dropdown:hover .dropdown-menu { display: block; }
        .dropdown-menu li a {
            display: block;
            padding: 0.6rem 1.2rem;
            border: none;
        }
        .phone-header a {
            text-decoration: none;
            background: #2f3e4e;
            color: white;
            padding: 0.6rem 1.2rem;
            border-radius: 50px;
            font-weight: 500;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: 0.2s;
        }
        .phone-header a:hover { background: #1e2b32; }

        /* main content */
        .page-wrapper { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

        /* intro section (replaces video) — clean hero */
        .hero-simple {
            background: linear-gradient(145deg, #f0eae4 0%, #faf9f7 100%);
            border-radius: 36px;
            padding: 4rem 2.5rem;
            margin: 2rem 0 2.5rem;
            box-shadow: 0 8px 20px rgba(0,0,0,0.02);
        }
        .hero-simple h1 {
            font-size: 2.6rem;
            font-weight: 400;
            line-height: 1.2;
            max-width: 700px;
            color: #1e2b32;
        }
        .hero-simple h1 strong { font-weight: 600; color: #2f3e4e; }
        .business-address {
            margin: 1.5rem 0 2rem;
            font-size: 1.2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
            align-items: center;
            color: #4d5a62;
        }
        .btn-cta {
            background: #2f3e4e;
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 60px;
            font-size: 1.2rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            transition: 0.2s;
            box-shadow: 0 4px 10px rgba(0,0,0,0.03);
        }
        .btn-cta:hover { background: #1e2b32; gap: 15px; }

        /* intro text */
        .intro-text {
            margin: 3rem 0 2rem;
            max-width: 780px;
        }
        .intro-text h2 { font-size: 2rem; font-weight: 350; margin-bottom: 1.5rem; }
        .intro-text p { font-size: 1.2rem; color: #2f3e4e; margin-bottom: 1rem; }

        /* feature grid */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 25px;
            margin: 3rem 0 4rem;
        }
        .feature-item {
            background: white;
            border-radius: 28px;
            padding: 2rem 1.5rem;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.02);
            border: 1px solid #f0eae4;
        }
        .feature-item i { color: #2f3e4e; margin-bottom: 1rem; }
        .mini_title {
            display: block;
            font-weight: 600;
            font-size: 1.2rem;
            margin: 0.5rem 0 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .feature-item a { text-decoration: none; color: inherit; }

        /* gallery */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 20px;
            margin: 3rem 0;
        }
        .gallery-grid figure {
            border-radius: 20px;
            overflow: hidden;
            background: #f0eae4;
            height: 200px;
        }
        .gallery-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s;
            display: block;
        }
        .gallery-grid a:hover img { transform: scale(1.03); }

        /* benefits list */
        .content-highlight {
            background: #e8e0d9;
            padding: 3rem 2.5rem;
            border-radius: 36px;
            margin: 3rem 0;
        }
        .benefits-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 1rem 2rem;
            margin-top: 1.8rem;
        }
        .benefits-list li { font-size: 1.1rem; display: flex; align-items: center; gap: 12px; }
        .benefits-list i { color: #2f3e4e; }

        /* video embed */
        .video-embed { margin: 3rem 0; }
        .video-container {
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            margin-top: 1.5rem;
        }
        iframe { display: block; }

        /* map */
        .map-section {
            background: white;
            border-radius: 28px;
            padding: 2.5rem;
            margin: 3rem 0;
        }
        .google-map iframe { border-radius: 18px; }

        /* business info */
        .business-info {
            background: #2f3e4e;
            color: white;
            border-radius: 36px;
            padding: 2rem 2.5rem;
            margin: 3rem 0;
        }
        .contact-row {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
            margin-top: 1.2rem;
        }
        .contact-row a { color: white; font-size: 1.8rem; margin-right: 0.5rem; }

        /* back to top */
        #backToTop {
            position: fixed;
            bottom: 100px;
            right: 25px;
            background: white;
            border: 1px solid #ddd;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            z-index: 98;
            transition: 0.2s;
            color: #2f3e4e;
        }
        #backToTop:hover { background: #2f3e4e; color: white; border-color: #2f3e4e; }

        /* footer */
        footer {
            background: #1e2b32;
            color: #bbb;
            text-align: center;
            padding: 3rem 1.5rem;
            margin-top: 4rem;
            border-radius: 36px 36px 0 0;
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem 1.5rem;
            margin-bottom: 2rem;
        }
        .footer-links a { color: #ddd; text-decoration: none; font-size: 0.9rem; }
        .footer-links a:hover { color: white; }

        /* lightbox minimal */
        .lightbox {
            display: none;
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }
        .lightbox.active { display: flex; }
        .lightbox-content { max-width: 90vw; max-height: 80vh; border-radius: 20px; }
        .close-lightbox {
            position: absolute; top: 20px; right: 30px; color: white; font-size: 3rem; cursor: pointer;
        }

        /* responsive */
        @media (max-width: 900px) {
            .hamburger { display: block; }
            .nav-menu { 
                position: absolute; top: 70px; left: 0; width: 100%; background: white; 
                flex-direction: column; padding: 2rem; display: none; border-bottom: 1px solid #eee;
            }
            .nav-menu.active { display: flex; }
            .dropdown-menu { position: static; box-shadow: none; display: none; }
            .dropdown.active .dropdown-menu { display: block; }
            .phone-header { display: none; }
            .feature-grid { grid-template-columns: repeat(2,1fr); }
            .gallery-grid { grid-template-columns: repeat(2,1fr); }
            .benefits-list { grid-template-columns: 1fr; }
        }
        @media (max-width: 500px) {
            .feature-grid, .gallery-grid { grid-template-columns: 1fr; }
            .hero-simple { padding: 2rem 1.5rem; }
        }

          /* ===== COUPLE-SPECIFIC STYLES (added to match main site rules) ===== */
        /* These follow the same design language as homepage, with romantic accents */
        
        .romance-badge {
            display: inline-block;
            background: rgba(190, 90, 105, 0.12);
            color: #b15c6b;
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(176, 92, 107, 0.2);
            backdrop-filter: blur(4px);
            font-size: 1.1rem;
        }
        .romance-badge i {
            margin-right: 0.5rem;
            color: #b15c6b;
        }
        .heart-icon {
            color: #c96e7c;
            margin-right: 0.3rem;
        }
        .promo-banner {
            background: linear-gradient(145deg, #b15c6b, #8f4a57);
            color: white;
            border-radius: 48px;
            padding: 3rem 2rem;
            text-align: center;
            margin: 2.5rem 0;
            box-shadow: 0 20px 30px rgba(176, 92, 107, 0.25);
        }
        .pricing-table-couple {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        .pricing-item-couple {
            background: white;
            border-radius: 40px;
            padding: 2.5rem 1.8rem;
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
            border: 2px solid #f5e0e3;
            text-align: center;
            transition: 0.25s ease;
            position: relative;
        }
        .pricing-item-couple:hover {
            transform: translateY(-8px);
            border-color: #d47d8c;
            box-shadow: 0 20px 35px rgba(180, 100, 120, 0.15);
        }
        .pricing-item-couple.highlight {
            border-color: #d47d8c;
            background: #fffcfd;
        }
        .price {
            font-size: 2.8rem;
            font-weight: 700;
            color: #2f3e4e;
            margin: 1rem 0 0.5rem;
        }
        .price small {
            font-size: 1.2rem;
            font-weight: 400;
            color: #5f6e7c;
        }
        .save-badge {
            background: #d47d8c;
            color: white;
            padding: 0.3rem 1.2rem;
            border-radius: 60px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-block;
            margin: 1rem 0;
        }
        .btn-romance {
            background: #b15c6b;
            color: white !important;
            padding: 1rem 2.5rem;
            border-radius: 60px;
            font-weight: 600;
            display: inline-block;
            transition: 0.2s;
            border: none;
        }
        .btn-romance:hover {
            background: #9a4b59;
            transform: scale(1.02);
        }
        .btn-romance-secondary {
            background: white;
            color: #b15c6b !important;
            padding: 0.8rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            display: inline-block;
            border: 2px solid #b15c6b;
            transition: 0.2s;
        }
        .btn-romance-secondary:hover {
            background: #b15c6b;
            color: white !important;
        }
        .feature-couple-item {
            background: white;
            border-radius: 30px;
            padding: 2rem 1.5rem;
            text-align: center;
            box-shadow: 0 10px 20px rgba(0,0,0,0.02);
            border: 1px solid #f5e0e3;
        }
        .feature-couple-item i {
            color: #b15c6b;
            margin-bottom: 1rem;
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 1.2rem;
            margin: 2.5rem 0;
        }
        .gallery-grid figure {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 8px 16px rgba(0,0,0,0.05);
            aspect-ratio: 4/3;
        }
        .gallery-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
        }
        .gallery-grid img:hover {
            transform: scale(1.03);
        }
        /* responsive tweaks */
        @media (max-width: 600px) {
            .pricing-table-couple { grid-template-columns: 1fr; }
            .btn-romance, .btn-romance-secondary { font-size: 1.2rem; padding: 0.8rem 1.8rem; }
            .promo-banner { padding: 2rem 1rem; }
            .promo-banner h2 { font-size: 1.8rem; }
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        /* override for inline styles */
        h1, h2, h3 {
            color: #2f3e4e;
        }

          .group-badge {
            display: inline-block;
            background: rgba(167, 130, 110, 0.15);
            color: #7b5f4b;
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(167, 130, 110, 0.3);
            backdrop-filter: blur(4px);
            font-size: 1.1rem;
        }
        .group-badge i {
            margin-right: 0.5rem;
            color: #a7826e;
        }
        .pricing-card {
            background: white;
            border-radius: 40px;
            padding: 2.5rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.03);
            margin: 2.5rem 0;
            border: 2px solid #f0eae4;
            transition: all 0.25s ease;
        }
        .pricing-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(167,130,110,0.12);
            border-color: #c7b2a2;
        }
        .price-tag {
            font-size: 4rem;
            font-weight: 700;
            color: #5f4c3b;
            line-height: 1.2;
        }
        .price-tag small {
            font-size: 1.4rem;
            font-weight: 400;
            color: #6f7a7e;
        }
        .badge-group {
            background: #a7826e;
            color: white;
            padding: 0.3rem 1.2rem;
            border-radius: 50px;
            display: inline-block;
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }
        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        .service-item {
            background: #f8f5f2;
            border-radius: 32px;
            padding: 2rem 1.8rem;
            transition: 0.2s;
            border: 1px solid #e9ddd2;
        }
        .service-item:hover {
            background: #fffcf9;
            border-color: #c7b2a2;
        }
        .service-item i {
            color: #a7826e;
            margin-bottom: 1.2rem;
        }
        .service-item h3 {
            margin-bottom: 0.8rem;
            color: #2f3e4e;
        }
        .btn-group {
            background: #a7826e;
            color: white !important;
            border: none;
            padding: 1rem 2.8rem;
            border-radius: 60px;
            font-size: 1.4rem;
            font-weight: 600;
            transition: 0.2s;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 18px rgba(167,130,110,0.25);
        }
        .btn-group:hover {
            background: #8b6b57;
            transform: scale(1.02);
        }
        .btn-group-secondary {
            background: white;
            color: #a7826e !important;
            border: 2px solid #a7826e;
            padding: 0.8rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            transition: 0.2s;
            display: inline-block;
        }
        .btn-group-secondary:hover {
            background: #a7826e;
            color: white !important;
        }
        .fine-print {
            color: #5f6a6e;
            font-size: 0.95rem;
            margin-top: 1rem;
            border-top: 1px dashed #ddd2c8;
            padding-top: 1.5rem;
        }
        /* gallery for group page - matching main site gallery grid */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.2rem;
            margin: 2.5rem 0;
        }
        .gallery-grid figure {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 8px 16px rgba(0,0,0,0.05);
            aspect-ratio: 4/3;
        }
        .gallery-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
        }
        .gallery-grid img:hover {
            transform: scale(1.03);
        }
        /* benefits list adapted for group */
        .benefits-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.2rem;
            list-style: none;
            margin: 2rem 0;
        }
        .benefits-list li {
            margin: 0.5rem 0;
            font-size: 1.1rem;
            display: flex;
            gap: 0.8rem;
            align-items: center;
            background: #fcf9f6;
            padding: 0.8rem 1.2rem;
            border-radius: 60px;
            border: 1px solid #f0e2d8;
        }
        .benefits-list i {
            color: #a7826e;
        }
        /* responsive */
        @media (max-width: 600px) {
            .price-tag { font-size: 3rem; }
            .btn-group { font-size: 1.2rem; padding: 0.8rem 1.8rem; }
            .pricing-card { padding: 1.8rem; }
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        /* override inline styles */
        h1, h2, h3 {
            color: #2f3e4e;
        }
        .content-highlight {
            background: #fcf9f6;
            border-radius: 40px;
            padding: 2.5rem;
            margin: 3rem 0;
        }
        /* faq section */
        .faq-item {
            background: white;
            border-radius: 28px;
            padding: 1.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.02);
            border: 1px solid #f0e2d8;
        }
        .faq-item strong {
            color: #5f4c3b;
        }

          .room-badge {
            display: inline-block;
            background: rgba(30, 90, 107, 0.12);
            color: #1e5a6b;
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(30, 90, 107, 0.3);
            backdrop-filter: blur(4px);
            font-size: 1.1rem;
        }
        .room-badge i {
            margin-right: 0.5rem;
            color: #1e5a6b;
        }
        .hotel-card {
            background: linear-gradient(145deg, #f0f7fa, #ffffff);
            border-radius: 48px;
            padding: 2.5rem;
            box-shadow: 0 20px 35px rgba(30,90,107,0.06);
            border: 2px solid #cde3e9;
            margin: 2.5rem 0;
            transition: 0.25s ease;
        }
        .hotel-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 25px 40px rgba(30,90,107,0.12);
            border-color: #9ec5d2;
        }
        .price-room {
            font-size: 4rem;
            font-weight: 700;
            color: #1e5a6b;
            line-height: 1.2;
        }
        .price-room small {
            font-size: 1.4rem;
            font-weight: 400;
            color: #4d6a73;
        }
        .room-icon {
            color: #1e5a6b;
            margin-right: 0.5rem;
        }
        .feature-room-item {
            background: white;
            border-radius: 32px;
            padding: 2rem 1.8rem;
            text-align: center;
            border: 1px solid #d8e9ef;
            transition: 0.2s;
            box-shadow: 0 8px 18px rgba(0,0,0,0.02);
        }
        .feature-room-item:hover {
            border-color: #9ec5d2;
            background: #fbfeff;
        }
        .feature-room-item i {
            color: #1e5a6b;
            margin-bottom: 1.2rem;
        }
        .btn-room {
            background: #1e5a6b;
            color: white !important;
            border: none;
            padding: 1rem 2.8rem;
            border-radius: 60px;
            font-size: 1.4rem;
            font-weight: 600;
            transition: 0.2s;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 18px rgba(30,90,107,0.25);
        }
        .btn-room:hover {
            background: #154854;
            transform: scale(1.02);
        }
        .btn-room-secondary {
            background: white;
            color: #1e5a6b !important;
            border: 2px solid #1e5a6b;
            padding: 0.8rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            transition: 0.2s;
            display: inline-block;
        }
        .btn-room-secondary:hover {
            background: #1e5a6b;
            color: white !important;
        }
        .hotel-partner {
            background: white;
            border-radius: 60px;
            padding: 2rem 2.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
            justify-content: center;
            margin: 2.5rem 0;
            border: 2px solid #e2f0f5;
            box-shadow: 0 10px 20px rgba(0,0,0,0.02);
        }
        .hotel-partner span {
            font-size: 1.2rem;
            font-weight: 500;
            color: #1e3f4a;
            background: #f0f7fa;
            padding: 0.5rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #cde3e9;
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 1.2rem;
            margin: 2.5rem 0;
        }
        .gallery-grid figure {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 8px 16px rgba(0,0,0,0.05);
            aspect-ratio: 4/3;
        }
        .gallery-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
        }
        .gallery-grid img:hover {
            transform: scale(1.03);
        }
        /* benefits list for in-room */
        .benefits-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1rem;
            list-style: none;
            margin: 2rem 0;
        }
        .benefits-list li {
            margin: 0.5rem 0;
            font-size: 1.1rem;
            display: flex;
            gap: 0.8rem;
            align-items: center;
            background: #f5fafc;
            padding: 0.8rem 1.2rem;
            border-radius: 60px;
            border: 1px solid #d8e9ef;
        }
        .benefits-list i {
            color: #1e5a6b;
        }
        .fine-print-2026 {
            background: #e1f0f5;
            border-radius: 40px;
            padding: 1.2rem;
            text-align: center;
            color: #1e5a6b;
            font-size: 1rem;
            margin-top: 2rem;
            border: 1px solid #9ec5d2;
        }
        /* testimonial style */
        .testimonial-room {
            background: white;
            border-radius: 40px;
            padding: 2.5rem;
            border-left: 8px solid #1e5a6b;
            box-shadow: 0 15px 30px rgba(0,0,0,0.03);
            margin: 2.5rem 0;
        }
        @media (max-width: 600px) {
            .price-room { font-size: 3rem; }
            .btn-room { font-size: 1.2rem; padding: 0.8rem 1.8rem; }
            .hotel-card { padding: 1.8rem; }
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        h1, h2, h3 {
            color: #2f3e4e;
        }
        .content-highlight {
            background: #f5fafc;
            border-radius: 48px;
            padding: 2.5rem;
            margin: 3rem 0;
        }