/* FLOAT PRESOV - dark luxury visual system */

:root {
    --lux-bg: #080b0d;
    --lux-bg-2: #0b0f12;
    --lux-navy: #0f1620;
    --lux-panel: rgba(255, 255, 255, 0.035);
    --lux-panel-strong: #0d1217;
    --lux-ivory: #f4f2ee;
    --lux-soft: #d8d5ce;
    --lux-muted: #b8b8b2;
    --lux-dim: #858982;
    --lux-line: rgba(244, 242, 238, 0.2);
    --lux-line-soft: rgba(244, 242, 238, 0.12);
    --lux-aqua: #8ca7ae;
    --lux-aqua-strong: #58bfd0;
    --lux-serif: "Cormorant Garamond", Georgia, serif;
    --lux-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
    background: var(--lux-bg);
}

body.luxury-page {
    margin: 0;
    color: var(--lux-ivory);
    background:
        radial-gradient(circle at 75% 20%, rgba(88, 191, 208, 0.09), transparent 30%),
        linear-gradient(180deg, var(--lux-bg) 0%, var(--lux-bg-2) 100%);
    font-family: var(--lux-sans);
    overflow-x: hidden;
}

.luxury-page *,
.luxury-page *::before,
.luxury-page *::after {
    box-sizing: border-box;
}

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

.luxury-page a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 9999;
    padding: 10px 14px;
    color: var(--lux-bg);
    background: var(--lux-ivory);
    transition: top 180ms ease;
}

.skip-link:focus {
    top: 16px;
}

.icon-sprite,
.honeypot {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.lux-container {
    width: min(calc(100% - 48px), 1360px);
    margin: 0 auto;
}

.lux-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    height: 104px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 11, 13, 0.82), rgba(8, 11, 13, 0));
    transition: background 220ms ease, border-color 220ms ease, height 220ms ease;
}

.lux-nav.scrolled,
.lux-nav.menu-active {
    height: 84px;
    background: rgba(8, 11, 13, 0.93);
    border-bottom: 1px solid var(--lux-line-soft);
    backdrop-filter: blur(18px);
}

.lux-nav-inner {
    width: min(calc(100% - 72px), 1440px);
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 42px;
}

.lux-menu,
.lux-menu .nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 68px);
}

.lux-menu-left {
    justify-content: flex-start;
}

.lux-menu-right,
.lux-menu-right .nav-menu {
    justify-content: flex-end;
}

.lux-menu .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link {
    color: var(--lux-ivory);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.88;
    transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
    color: var(--lux-ivory);
    opacity: 0.66;
}

.nav-cta {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid rgba(244, 242, 238, 0.82);
    opacity: 1;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    color: var(--lux-bg);
    background: var(--lux-ivory);
    opacity: 1;
}

.lux-logo {
    width: 132px;
    justify-self: center;
    opacity: 0.96;
}

.lux-logo img {
    width: 100%;
}

.nav-toggle {
    position: fixed;
    top: 19px;
    right: 22px;
    z-index: 1006;
    width: 44px;
    height: 44px;
    display: inline-flex;
    padding: 0;
    border: 0;
    opacity: 0.01;
}

.mobile-only {
    display: none;
}

.luxury-page .mobile-menu-icon {
    position: fixed !important;
    top: 19px !important;
    right: 22px !important;
    z-index: 1005 !important;
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(244, 242, 238, 0.8);
    border-radius: 50%;
    background: rgba(8, 11, 13, 0.26);
    pointer-events: none;
}

.luxury-page .mobile-menu-icon i {
    width: 18px;
    height: 1px;
    display: block;
    background: var(--lux-ivory);
}

@media (min-width: 1181px) {
    .nav-toggle,
    .luxury-page .mobile-menu-icon {
        display: none !important;
    }
}

.lux-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    align-items: center;
    isolation: isolate;
    background: var(--lux-bg);
}

.lux-hero-bg,
.lux-hero-vignette {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.lux-hero-bg {
    background:
        linear-gradient(90deg, rgba(8, 11, 13, 0.96) 0%, rgba(8, 11, 13, 0.86) 28%, rgba(8, 11, 13, 0.18) 57%, rgba(8, 11, 13, 0.18) 100%),
        url("../images/brand/float-pod-hero.webp") right center / cover no-repeat;
}

.lux-hero-vignette {
    z-index: -1;
    background:
        radial-gradient(circle at 72% 42%, rgba(88, 191, 208, 0.13), transparent 31%),
        linear-gradient(180deg, rgba(8, 11, 13, 0.12), rgba(8, 11, 13, 0.52) 82%, #080b0d 100%),
        radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.48) 100%);
}

#heroParticles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.lux-hero-content {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 96px), 1440px);
    margin: 0 auto;
    padding: 124px 0 80px;
}

.lux-hero-copy {
    width: min(48vw, 630px);
    padding-top: 72px;
}

.lux-hero h1,
.section-head h2,
.why-copy h2,
.audience-section h2,
.visit-section h2,
.science-section h2,
.safety-section h2,
.pricing-section h2,
.gift-banner h2,
.seo-section h2,
.testimonial-section h2,
.faq-section h2,
.register-section h2,
.contact-section h2 {
    margin: 0;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-weight: 500;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.lux-hero h1 {
    font-size: clamp(5rem, 7.6vw, 7.8rem);
    line-height: 0.98;
    text-shadow: 0 0 26px rgba(244, 242, 238, 0.08);
}

.hero-subtitle {
    margin: 34px 0 0;
    color: var(--lux-soft);
    font-size: clamp(1.15rem, 1.8vw, 1.8rem);
    font-weight: 300;
    letter-spacing: 0.035em;
    line-height: 1.55;
}

.hero-offer {
    width: min(100%, 650px);
    margin: 24px 0 0;
    padding: 14px 18px;
    color: var(--lux-soft);
    border: 1px solid rgba(244, 242, 238, 0.18);
    background: rgba(8, 11, 13, 0.54);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.55;
    text-transform: uppercase;
}

.hero-offer span {
    display: block;
}

.lux-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 46px;
}

.btn {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 18px 34px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-family: var(--lux-sans);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.btn-primary {
    color: #080b0d !important;
    -webkit-text-fill-color: #080b0d;
    text-shadow: none;
    background: var(--lux-ivory);
    border-color: var(--lux-ivory);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: #fffdfa;
    border-color: #fffdfa;
}

.btn-ghost {
    color: var(--lux-ivory);
    background: rgba(8, 11, 13, 0.28);
    border-color: rgba(244, 242, 238, 0.72);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    border-color: var(--lux-aqua);
    color: var(--lux-aqua);
    background: rgba(88, 191, 208, 0.04);
}

.btn-full {
    width: 100%;
}

.benefit-strip {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--lux-line-soft);
    border-bottom: 1px solid var(--lux-line-soft);
    background: rgba(8, 11, 13, 0.94);
}

.benefit-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-strip-grid div {
    min-height: 106px;
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    column-gap: 18px;
    padding: 22px 34px;
    border-right: 1px solid var(--lux-line-soft);
}

.benefit-strip-grid div:first-child {
    border-left: 1px solid var(--lux-line-soft);
}

.benefit-strip svg {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    color: var(--lux-ivory);
}

.benefit-strip span {
    color: var(--lux-ivory);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    line-height: 1.1;
    text-transform: uppercase;
}

.benefit-strip strong {
    color: var(--lux-muted);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lux-section {
    position: relative;
    padding: clamp(82px, 9vw, 138px) 0;
    border-bottom: 1px solid var(--lux-line-soft);
    background:
        radial-gradient(circle at 76% 18%, rgba(88, 191, 208, 0.055), transparent 32%),
        var(--lux-bg);
}

.section-kicker {
    margin-bottom: 22px;
    color: var(--lux-aqua);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
    gap: clamp(42px, 8vw, 120px);
    align-items: end;
    margin-bottom: 54px;
}

.section-head h2,
.why-copy h2,
.audience-section h2,
.visit-section h2,
.science-section h2,
.safety-section h2,
.pricing-section h2,
.gift-banner h2,
.seo-section h2,
.faq-section h2,
.register-section h2,
.contact-section h2 {
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.98;
}

.section-head p,
.why-copy p,
.gift-banner p,
.seo-section p,
.testimonial-section p,
.faq-section p,
.register-section p,
.contact-section p {
    margin: 0;
    color: var(--lux-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--lux-line-soft);
}

.process-card {
    min-height: 320px;
    padding: clamp(28px, 4vw, 48px);
    background: var(--lux-panel);
    border-right: 1px solid var(--lux-line-soft);
    transition: border-color 180ms ease, background 180ms ease;
}

.process-card:last-child {
    border-right: 0;
}

.process-card:hover {
    background: rgba(140, 167, 174, 0.055);
}

.process-card span {
    color: var(--lux-dim);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
}

.process-card svg {
    width: 46px;
    height: 46px;
    margin: 52px 0 30px;
    color: var(--lux-ivory);
}

.process-card h3,
.visit-step h3,
.pricing-card h3 {
    margin: 0;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.process-card p,
.audience-card p,
.science-card p,
.visit-step p,
.pricing-card p,
.pricing-card li,
.quiet-list li,
.safety-list li,
.form-note,
.footer-grid p,
.footer-grid span {
    color: var(--lux-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.audience-section {
    background:
        radial-gradient(circle at 18% 12%, rgba(88, 191, 208, 0.07), transparent 30%),
        #080b0d;
}

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

.audience-card,
.science-card {
    min-height: 258px;
    padding: clamp(26px, 3vw, 36px);
    border: 1px solid var(--lux-line-soft);
    background: var(--lux-panel);
    transition: border-color 180ms ease, background 180ms ease;
}

.audience-card:hover,
.science-card:hover {
    border-color: rgba(140, 167, 174, 0.42);
    background: rgba(140, 167, 174, 0.045);
}

.audience-card svg {
    width: 34px;
    height: 34px;
    margin-bottom: 38px;
    color: var(--lux-aqua);
}

.audience-card h3,
.science-card h3 {
    margin: 0 0 18px;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-size: 1.62rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.05;
    text-transform: uppercase;
}

.audience-card p,
.science-card p {
    margin: 0;
}

.why-section {
    background:
        linear-gradient(90deg, rgba(8, 11, 13, 1), rgba(8, 11, 13, 0.92)),
        url("../images/brand/catalogue-water-texture.webp") left bottom / 44% auto no-repeat;
}

.why-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.72fr);
    gap: clamp(54px, 8vw, 112px);
    align-items: center;
}

.why-copy p {
    margin-top: 28px;
}

.lux-check-list,
.quiet-list,
.pricing-card ul {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.lux-check-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 14px;
    padding: 13px 0;
    color: var(--lux-soft);
    border-bottom: 1px solid rgba(244, 242, 238, 0.08);
}

.lux-check-list svg {
    width: 17px;
    height: 17px;
    margin-top: 5px;
    color: var(--lux-aqua);
}

.ambient-panel {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid var(--lux-line-soft);
    background: var(--lux-panel-strong);
}

.ambient-panel img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
    opacity: 0.76;
}

.ambient-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 13, 0.04), rgba(8, 11, 13, 0.5));
}

.visit-section {
    background:
        radial-gradient(circle at 25% 8%, rgba(88, 191, 208, 0.08), transparent 34%),
        #080b0d;
}

.visit-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--lux-line);
}

.visit-step {
    position: relative;
    min-height: 240px;
    padding: 34px 28px 10px 0;
    border-right: 1px solid var(--lux-line-soft);
}

.visit-step:last-child {
    border-right: 0;
}

.visit-step span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--lux-ivory);
    border: 1px solid var(--lux-line);
    border-radius: 50%;
    font-size: 0.86rem;
}

.science-section {
    background:
        linear-gradient(180deg, rgba(8, 11, 13, 0.96), rgba(8, 11, 13, 0.9)),
        url("../images/brand/catalogue-water-texture.webp") center bottom / cover no-repeat;
}

.science-intro {
    width: min(100%, 780px);
    margin: -18px 0 44px auto;
}

.science-intro p,
.science-sources {
    color: var(--lux-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.science-card span {
    display: block;
    margin-bottom: 44px;
    color: var(--lux-aqua);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.science-sources {
    margin: 30px 0 0;
    color: var(--lux-dim);
}

.science-sources a {
    color: var(--lux-aqua);
    border-bottom: 1px solid rgba(140, 167, 174, 0.36);
}

.safety-section {
    background:
        radial-gradient(circle at 84% 16%, rgba(88, 191, 208, 0.055), transparent 32%),
        #080b0d;
}

.safety-list {
    display: grid;
    gap: 0;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(244, 242, 238, 0.1);
}

.safety-list li {
    position: relative;
    padding: 14px 0 14px 24px;
    border-bottom: 1px solid rgba(244, 242, 238, 0.08);
}

.safety-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.38em;
    width: 6px;
    height: 6px;
    border: 1px solid var(--lux-aqua);
    border-radius: 50%;
}

.pricing-section {
    background:
        linear-gradient(180deg, rgba(8, 11, 13, 0.88), #080b0d),
        url("../images/brand/catalogue-water-texture.webp") center top / cover no-repeat;
}

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

.pricing-card {
    position: relative;
    display: flex;
    min-height: 540px;
    flex-direction: column;
    padding: 40px;
    border: 1px solid var(--lux-line);
    background: rgba(13, 18, 23, 0.82);
}

.pricing-featured {
    border-color: rgba(88, 191, 208, 0.72);
    box-shadow: 0 0 40px rgba(88, 191, 208, 0.1);
}

.pricing-badge {
    position: absolute;
    left: 38px;
    top: -14px;
    padding: 6px 12px;
    color: var(--lux-bg);
    background: var(--lux-aqua);
    border-radius: 2px;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.price {
    margin: 36px 0 10px;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-size: clamp(3.8rem, 5.4vw, 6.1rem);
    font-weight: 500;
    line-height: 0.9;
}

.price-context {
    margin-bottom: 0;
    color: var(--lux-soft) !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.full-price {
    display: inline-flex;
    width: fit-content;
    margin: 14px 0 0;
    padding: 8px 12px;
    color: var(--lux-muted) !important;
    border: 1px solid rgba(244, 242, 238, 0.16);
    background: rgba(244, 242, 238, 0.035);
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.25 !important;
    text-transform: uppercase;
}

.pricing-card ul {
    display: grid;
    gap: 12px;
    margin-bottom: 36px;
}

.pricing-card li {
    padding-left: 18px;
    position: relative;
}

.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lux-aqua);
}

.pricing-card .btn {
    margin-top: auto;
}

.gift-banner {
    padding: clamp(70px, 8vw, 112px) 0;
    border-bottom: 1px solid var(--lux-line-soft);
    background:
        radial-gradient(circle at 78% 45%, rgba(88, 191, 208, 0.1), transparent 30%),
        #0b0f12;
}

.gift-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.62fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
    padding: clamp(34px, 5vw, 72px);
    border: 1px solid var(--lux-line);
    background:
        linear-gradient(90deg, rgba(244, 242, 238, 0.035), rgba(244, 242, 238, 0.015)),
        rgba(255, 255, 255, 0.02);
}

.gift-banner .btn {
    margin-top: 32px;
}

.voucher-mockup {
    min-height: 280px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 18px;
    padding: 34px;
    border: 1px solid rgba(244, 242, 238, 0.22);
    background:
        radial-gradient(circle at 76% 24%, rgba(88, 191, 208, 0.28), transparent 28%),
        linear-gradient(140deg, #0b0f12, #101820);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.28);
}

.voucher-mockup img {
    width: 72px;
    opacity: 0.95;
}

.voucher-mockup span,
.voucher-mockup strong {
    color: var(--lux-ivory);
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.voucher-mockup strong {
    color: var(--lux-muted);
    font-size: 0.76rem;
}

.editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
    gap: clamp(48px, 8vw, 120px);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: var(--lux-aqua);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.text-link svg {
    width: 22px;
    height: 22px;
}

.testimonial-section {
    padding: clamp(82px, 9vw, 130px) 0;
    border-bottom: 1px solid var(--lux-line-soft);
    background:
        radial-gradient(circle at 50% 0%, rgba(88, 191, 208, 0.12), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(244, 242, 238, 0.035), transparent 28%),
        linear-gradient(180deg, #07090b 0%, #0a0f12 100%);
}

.testimonial-inner {
    width: min(calc(100% - 48px), 980px);
    text-align: center;
}

.testimonial-section h2 {
    font-size: clamp(2.6rem, 5.2vw, 5.8rem);
    line-height: 1.02;
    text-transform: none;
}

.testimonial-section p {
    width: min(100%, 620px);
    margin: 30px auto 0;
}

.trust-section,
.business-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(88, 191, 208, 0.06), transparent 30%),
        #080b0d;
}

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

.guide-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card,
.guide-card {
    min-height: 300px;
    padding: 34px;
    border: 1px solid var(--lux-line-soft);
    background: rgba(255, 255, 255, 0.026);
}

.trust-card span {
    display: block;
    margin-bottom: 38px;
    color: var(--lux-aqua);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.trust-card h3,
.guide-card h3 {
    margin-bottom: 18px;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-size: clamp(1.8rem, 2.4vw, 2.7rem);
    font-weight: 600;
    line-height: 1.02;
}

.trust-card p,
.guide-card p {
    color: var(--lux-muted);
}

.trust-sources {
    width: min(100%, 980px);
    margin: 34px 0 0;
    color: var(--lux-dim);
    font-size: 0.82rem;
    line-height: 1.75;
}

.trust-sources a {
    color: var(--lux-aqua);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blog-preview-section {
    background:
        linear-gradient(180deg, rgba(8, 11, 13, 0.9), rgba(8, 11, 13, 0.98)),
        url("../images/brand/catalogue-water-texture.webp") center / cover no-repeat;
}

.guide-card .text-link {
    margin-top: 24px;
}

.faq-layout,
.register-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(420px, 0.78fr);
    gap: clamp(50px, 8vw, 112px);
}

.faq-list {
    border-top: 1px solid var(--lux-line);
}

.faq-item {
    border-bottom: 1px solid var(--lux-line-soft);
}

.faq-question {
    width: 100%;
    padding: 24px 0;
    color: var(--lux-ivory);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.faq-answer p {
    padding: 0 0 24px;
}

.register-section {
    padding: clamp(82px, 9vw, 130px) 0;
    border-bottom: 1px solid var(--lux-line-soft);
    background:
        radial-gradient(circle at 18% 18%, rgba(88, 191, 208, 0.09), transparent 28%),
        #0b0f12;
}

.quiet-list {
    display: grid;
    gap: 10px;
}

.registration-form {
    display: grid;
    gap: 18px;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--lux-line);
    background: rgba(255, 255, 255, 0.035);
}

.registration-form label {
    display: grid;
    gap: 8px;
    color: var(--lux-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.registration-form input,
.registration-form select,
.registration-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 15px;
    color: var(--lux-ivory);
    background: rgba(8, 11, 13, 0.84);
    border: 1px solid rgba(244, 242, 238, 0.24);
    border-radius: 0;
    font: 400 1rem/1.4 var(--lux-sans);
    letter-spacing: 0;
}

.registration-form textarea {
    resize: vertical;
}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus {
    outline: none;
    border-color: var(--lux-aqua);
}

.form-feedback {
    display: none;
    margin: 0;
}

.form-feedback.visible {
    display: block;
}

.form-feedback.success {
    color: var(--lux-aqua);
}

.form-feedback.error {
    color: #f3b7b7;
}

.contact-grid {
    align-items: end;
}

.contact-grid a,
.footer-grid a,
.footer-grid span {
    display: block;
    color: var(--lux-muted);
    line-height: 1.9;
}

.contact-grid a {
    color: var(--lux-ivory);
    font-size: 1.22rem;
}

.lux-footer {
    padding: 56px 0 34px;
    background: #050708;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, minmax(0, 0.72fr));
    gap: 44px;
    padding-top: 42px;
    border-top: 1px solid var(--lux-line-soft);
}

.footer-grid img {
    width: 112px;
    margin-bottom: 18px;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.lux-hero-copy.reveal {
    opacity: 1;
    transform: none;
}

.quick-help {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1002;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.quick-help-toggle {
    min-height: 52px;
    padding: 0 20px;
    color: var(--lux-bg);
    background: var(--lux-ivory);
    border: 1px solid var(--lux-ivory);
    border-radius: 2px;
    font: 800 0.76rem/1 var(--lux-sans);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.quick-help-panel {
    width: min(340px, calc(100vw - 32px));
    padding: 24px;
    color: var(--lux-muted);
    border: 1px solid rgba(244, 242, 238, 0.22);
    background: rgba(8, 11, 13, 0.98);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.quick-help-panel h2 {
    margin: 0 0 12px;
    color: var(--lux-ivory);
    font-family: var(--lux-serif);
    font-size: 2rem;
    line-height: 1.05;
}

.quick-help-panel p {
    margin: 0 0 18px;
    font-size: 0.95rem;
}

.quick-help-panel a {
    display: block;
    padding: 12px 0;
    color: var(--lux-ivory);
    border-top: 1px solid rgba(244, 242, 238, 0.1);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .lux-menu-left {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .lux-nav-inner {
        width: min(calc(100% - 44px), 980px);
        grid-template-columns: auto 1fr auto;
    }

    .lux-logo {
        width: 112px;
        justify-self: start;
    }

    .nav-toggle {
        position: fixed;
        top: 19px;
        right: 22px;
        z-index: 1004;
        width: 44px;
        height: 44px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        justify-self: end;
        padding: 0;
        color: var(--lux-ivory);
        background: rgba(8, 11, 13, 0.22);
        border: 1px solid rgba(244, 242, 238, 0.6);
        opacity: 1 !important;
        visibility: visible !important;
        appearance: none;
    }

    .nav-toggle span {
        display: block;
        width: 20px;
        height: 1px;
        margin: 3px auto;
        background: currentColor;
    }

    .mobile-menu-icon {
        position: fixed;
        top: 19px;
        right: 22px;
        z-index: 1005;
        width: 44px;
        height: 44px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid rgba(244, 242, 238, 0.62);
        border-radius: 50%;
        background: rgba(8, 11, 13, 0.26);
        pointer-events: none;
    }

    .mobile-menu-icon i {
        width: 18px;
        height: 1px;
        display: block;
        background: var(--lux-ivory);
    }

    .lux-nav::after {
        content: "";
        position: fixed;
        top: 19px;
        right: 22px;
        z-index: 1003;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(244, 242, 238, 0.6);
        border-radius: 50%;
        pointer-events: none;
        background:
            linear-gradient(var(--lux-ivory), var(--lux-ivory)) center calc(50% - 6px) / 18px 1px no-repeat,
            linear-gradient(var(--lux-ivory), var(--lux-ivory)) center center / 18px 1px no-repeat,
            linear-gradient(var(--lux-ivory), var(--lux-ivory)) center calc(50% + 6px) / 18px 1px no-repeat,
            rgba(8, 11, 13, 0.22);
    }

    .site-nav {
        position: fixed;
        inset: 84px 0 auto 0;
        pointer-events: none;
    }

    .lux-menu-right .nav-menu {
        width: 100%;
        display: grid;
        gap: 0;
        padding: 18px 24px 34px;
        background: rgba(8, 11, 13, 0.98);
        border-top: 1px solid var(--lux-line-soft);
        transform: translateY(-130%);
        transition: transform 240ms ease;
    }

    .lux-menu-right .nav-menu.open {
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-link {
        display: flex;
        min-height: 56px;
        align-items: center;
        border-bottom: 1px solid rgba(244, 242, 238, 0.08);
    }

    .nav-cta {
        margin-top: 16px;
        border-bottom: 1px solid rgba(244, 242, 238, 0.82);
    }

    .section-head,
    .why-grid,
    .editorial-grid,
    .faq-layout,
    .register-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .luxury-pricing {
        grid-template-columns: 1fr;
    }

    .visit-timeline,
    .benefit-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .audience-grid,
    .science-grid,
    .trust-grid,
    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--lux-line-soft);
    }

    .process-card:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 720px) {
    .lux-container,
    .testimonial-inner {
        width: min(calc(100% - 32px), 560px);
    }

    .lux-nav {
        height: 82px;
    }

    .lux-logo {
        width: 96px;
    }

    .nav-toggle,
    .luxury-page .mobile-menu-icon,
    .lux-nav::after {
        left: min(calc(100vw - 66px), 324px) !important;
        right: auto !important;
    }

    .lux-hero {
        min-height: 94svh;
        align-items: end;
    }

    .lux-hero-bg {
        background:
            linear-gradient(180deg, rgba(8, 11, 13, 0.22) 0%, rgba(8, 11, 13, 0.72) 45%, rgba(8, 11, 13, 0.98) 88%),
            url("../images/brand/float-pod-hero-mobile.webp") center top / cover no-repeat;
    }

    .lux-hero-content {
        width: min(calc(100% - 32px), 560px);
        padding: clamp(190px, 30svh, 238px) 0 36px;
    }

    .lux-hero-copy {
        width: 100%;
        padding-top: 0;
    }

    .lux-hero h1 {
        font-size: clamp(3.55rem, 15.5vw, 5.15rem);
    }

    .hero-subtitle {
        margin-top: 20px;
        font-size: 1.04rem;
    }

    .hero-offer {
        margin-top: 20px;
        padding: 12px 14px;
        font-size: 0.7rem;
        line-height: 1.55;
        letter-spacing: 0.08em;
        overflow-wrap: anywhere;
    }

    .lux-actions {
        display: grid;
        gap: 14px;
        margin-top: 28px;
        width: min(100%, 360px);
        max-width: calc(100vw - 32px);
    }

    .btn {
        width: 100%;
        max-width: 360px;
        min-height: 56px;
        padding-inline: 18px;
    }

    .benefit-strip-grid {
        grid-template-columns: 1fr;
    }

    .benefit-strip-grid div,
    .benefit-strip-grid div:first-child {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid var(--lux-line-soft);
    }

    .section-head h2,
    .why-copy h2,
    .audience-section h2,
    .visit-section h2,
    .science-section h2,
    .safety-section h2,
    .pricing-section h2,
    .gift-banner h2,
    .seo-section h2,
    .faq-section h2,
    .register-section h2,
    .contact-section h2 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .testimonial-section h2 {
        font-size: clamp(2.35rem, 10.4vw, 3.45rem);
        line-height: 1.06;
    }

    .visit-timeline,
    .audience-grid,
    .science-grid,
    .trust-grid,
    .guide-grid,
    .gift-inner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .visit-step {
        min-height: auto;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--lux-line-soft);
    }

    .ambient-panel,
    .ambient-panel img {
        min-height: 430px;
    }

    .pricing-card {
        min-height: auto;
        padding: 30px;
    }

    .trust-card,
    .guide-card {
        min-height: auto;
        padding: 28px;
    }

    .quick-help {
        right: 16px;
        bottom: 16px;
        left: 16px;
        justify-items: stretch;
    }

    .quick-help-toggle {
        width: 100%;
        max-width: none;
        min-height: 44px;
        color: var(--lux-ivory);
        background: rgba(8, 11, 13, 0.92);
        border-color: rgba(244, 242, 238, 0.28);
    }

    .quick-help-panel {
        width: 100%;
        justify-self: stretch;
    }
}
