:root {
            --brand: #149fa8;
            --brand-dark: #0f7f86;
            --ink: #0b1220;
            --muted: #667085;
            --surface: #f4f7f9;
            --surface-2: #edf3f6;
            --line: #dce3ea;
            --card: #ffffff;
            --night: #071530;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: Manrope, sans-serif;
            background: var(--surface);
            color: var(--ink);
        }

        img {
            max-width: 100%;
            display: block;
        }

        .container {
            width: min(1180px, 92vw);
            margin: 0 auto;
        }

        .preview {
            background: #0f172a;
            color: #cbd5e1;
            font-size: 12px;
            letter-spacing: .08em;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(255, 255, 255, .09);
        }

        .preview .container {
            min-height: 42px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .preview a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
        }

        .header {
            position: sticky;
            top: 0;
            z-index: 25;
            background: rgba(255, 255, 255, .95);
            backdrop-filter: blur(9px);
            border-bottom: 1px solid var(--line);
        }

        .header .container {
            min-height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 800;
            font-size: 20px;
        }

        .logo .material-symbols-outlined {
            color: var(--brand);
            font-size: 24px;
        }

        .nav {
            display: flex;
            gap: 22px;
        }

        .nav a {
            text-decoration: none;
            color: #1d2939;
            font-size: 14px;
            font-weight: 600;
        }

        .top-actions {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .search {
            border: 1px solid var(--line);
            background: #f8fafc;
            color: #475467;
            border-radius: 12px;
            min-width: 210px;
            padding: 10px 12px;
            font-size: 13px;
        }

        .btn-mini {
            background: var(--brand);
            color: #00181d;
            text-decoration: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-size: 13px;
            font-weight: 800;
        }

        .hero {
            padding: 60px 0 48px;
            border-bottom: 1px solid var(--line);
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            gap: 36px;
            align-items: center;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 11px;
            color: #0b6f77;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .1em;
            background: rgba(31, 214, 223, .14);
            border-radius: 999px;
            padding: 8px 12px;
        }

        h1 {
            font-size: clamp(46px, 6vw, 76px);
            line-height: 1.02;
            letter-spacing: -.03em;
            margin: 16px 0 14px;
        }

        .hero .accent {
            color: var(--brand);
        }

        .hero p {
            margin: 0;
            font-size: 21px;
            line-height: 1.65;
            color: var(--muted);
            max-width: 48ch;
        }

        .hero-actions {
            margin-top: 26px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .btn,
        .btn-outline {
            border-radius: 12px;
            padding: 13px 20px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn {
            background: var(--brand);
            color: #002128;
            box-shadow: 0 12px 30px rgba(31, 214, 223, .3);
        }

        .btn-outline {
            background: #fff;
            color: #1d2939;
            border: 1px solid #d0d5dd;
        }

        .hero-media {
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 24px 52px rgba(2, 6, 23, .25);
            position: relative;
            min-height: 410px;
        }

        .hero-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .media-chip {
            position: absolute;
            left: 20px;
            bottom: 20px;
            background: rgba(255, 255, 255, .95);
            border: 1px solid #e4e7ec;
            border-radius: 12px;
            padding: 10px 12px;
            display: flex;
            gap: 10px;
            align-items: center;
            box-shadow: 0 10px 26px rgba(2, 6, 23, .18);
        }

        .media-dots {
            display: flex;
            gap: 5px;
        }

        .media-dots span {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #111827;
        }

        .media-chip small {
            display: block;
            color: #475467;
            font-size: 11px;
            line-height: 1.35;
        }

        .gallery {
            background: var(--surface-2);
            padding: 58px 0 66px;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .section-head {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 22px;
            gap: 14px;
        }

        .section-head h2 {
            margin: 0;
            font-size: 38px;
            letter-spacing: -.02em;
        }

        .section-head p {
            margin: 6px 0 0;
            color: var(--muted);
            font-size: 15px;
        }

        .section-link {
            color: var(--brand-dark);
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
        }

        .product {
            background: #fff;
            border: 1px solid #dde3ea;
            border-radius: 14px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            min-height: 360px;
        }

        .product-image {
            aspect-ratio: 4/3;
            position: relative;
            overflow: hidden;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .tag {
            position: absolute;
            left: 10px;
            top: 10px;
            background: var(--brand);
            color: #01262c;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: .08em;
            border-radius: 999px;
            padding: 4px 8px;
        }

        .tag.alt {
            background: #f472b6;
            color: #fff;
        }

        .product-body {
            padding: 13px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .product h3 {
            margin: 0 0 7px;
            font-size: 20px;
            letter-spacing: -.01em;
        }

        .product p {
            margin: 0;
            color: var(--muted);
            font-size: 13px;
            line-height: 1.5;
            flex-grow: 1;
        }

        .product-footer {
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .price {
            color: var(--brand-dark);
            font-weight: 800;
            font-size: 24px;
        }

        .icon-bubble {
            width: 28px;
            height: 28px;
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: rgba(31, 214, 223, .14);
            color: var(--brand-dark);
        }

        .location {
            padding: 64px 0;
            background: #f8fafc;
        }

        .location-card {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #dce3ea;
            display: grid;
            grid-template-columns: .95fr 1.05fr;
            box-shadow: 0 20px 44px rgba(2, 6, 23, .18);
        }

        .location-info {
            background: linear-gradient(140deg, #071530 0%, #061023 100%);
            color: #fff;
            padding: 30px;
        }

        .location-info h2 {
            margin: 0;
            font-size: 55px;
            line-height: 1.03;
            letter-spacing: -.025em;
        }

        .location-info h2 .accent {
            color: var(--brand);
        }

        .location-info p {
            margin: 14px 0 18px;
            color: #d1d5db;
            font-size: 16px;
            line-height: 1.6;
        }

        .loc-item {
            display: flex;
            gap: 9px;
            align-items: flex-start;
            color: #e4e7ec;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .loc-item .material-symbols-outlined {
            color: var(--brand);
            font-size: 18px;
            margin-top: 1px;
        }

        .map {
            min-height: 460px;
        }

        .map iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .testimonials {
            padding: 64px 0;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .testimonials h2,
        .faq h2 {
            text-align: center;
            margin: 0 0 24px;
            font-size: 42px;
            letter-spacing: -.02em;
        }

        .review-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }

        .review {
            border: 1px solid #dde3ea;
            background: #fff;
            border-radius: 12px;
            padding: 16px;
            min-height: 205px;
            display: flex;
            flex-direction: column;
        }

        .stars {
            color: #facc15;
            letter-spacing: 2px;
            font-size: 18px;
        }

        .review p {
            margin: 8px 0 14px;
            color: #475467;
            font-size: 14px;
            line-height: 1.55;
            flex-grow: 1;
        }

        .author {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .author img {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            object-fit: cover;
        }

        .author strong {
            display: block;
            font-size: 13px;
        }

        .author small {
            color: var(--brand-dark);
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .faq {
            padding: 64px 0;
        }

        .faq-list {
            max-width: 820px;
            margin: 0 auto;
            display: grid;
            gap: 10px;
        }

        details {
            border: 1px solid #dce3ea;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
        }

        summary {
            list-style: none;
            cursor: pointer;
            padding: 15px 16px;
            font-size: 16px;
            font-weight: 700;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        summary::-webkit-details-marker {
            display: none;
        }

        details p {
            margin: 0;
            padding: 0 16px 16px;
            color: #667085;
            line-height: 1.5;
        }

        .footer {
            background: #04102a;
            color: #cbd5e1;
            padding: 42px 0 14px;
            border-top: 1px solid rgba(255, 255, 255, .08);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.2fr .8fr .8fr .8fr;
            gap: 22px;
        }

        .footer .logo {
            color: #fff;
            font-size: 21px;
            margin-bottom: 10px;
        }

        .footer h4 {
            margin: 0 0 10px;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .footer p,
        .footer a,
        .footer li {
            color: #94a3b8;
            font-size: 13px;
            line-height: 1.7;
            text-decoration: none;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer ul {
            margin: 0;
            padding: 0;
            display: grid;
            gap: 4px;
        }

        .copy {
            margin-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, .12);
            padding-top: 12px;
            display: flex;
            justify-content: space-between;
            font-size: 11px;
            color: #64748b;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .floating-whatsapp {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 60px;
            height: 60px;
            border-radius: 999px;
            background: #22c55e;
            color: #fff;
            display: grid;
            place-items: center;
            text-decoration: none;
            box-shadow: 0 18px 30px rgba(34, 197, 94, .35);
            z-index: 50;
        }

        .floating-whatsapp .badge {
            position: absolute;
            right: -2px;
            top: -2px;
            min-width: 20px;
            min-height: 20px;
            border-radius: 999px;
            background: #ef4444;
            color: #fff;
            display: grid;
            place-items: center;
            padding: 0;
            font-size: 10px;
            font-weight: 700;
        }

        @media (max-width: 1100px) {
            .product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 980px) {
            .nav,
            .search {
                display: none;
            }

            .hero-grid,
            .location-card,
            .footer-grid,
            .review-grid {
                grid-template-columns: 1fr;
            }

            .map {
                min-height: 320px;
            }

            h1 {
                font-size: clamp(38px, 11vw, 58px);
            }

            .location-info h2 {
                font-size: clamp(36px, 9vw, 56px);
            }

            .section-head {
                align-items: center;
                text-align: center;
                flex-direction: column;
            }

            .copy {
                flex-direction: column;
                gap: 6px;
                align-items: center;
                text-align: center;
            }
        }
