:root {
    --ink-900: #2e2822;
    --ink-700: #5b4b3f;
    --ink-500: #7e6f63;

    --sky-100: #faf6f1;
    --sky-200: #f5eee5;
    --paper: rgba(255, 255, 255, 0.86);
    --paper-strong: #ffffff;

    --cobalt: #bc5433;
    --cobalt-deep: #944028;
    --cyan: #3f6d31;
    --sun: #f1b820;
    --pink: #d87746;
    --green: #3f6d31;
    --cobalt-rgb: 188, 84, 51;
    --cyan-rgb: 63, 109, 49;
    --sun-rgb: 241, 184, 32;

    --radius-xs: 10px;
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --radius-xl: 36px;

    --shadow-soft: 0 16px 36px rgba(90, 54, 37, 0.1);
    --shadow-card: 0 24px 58px rgba(90, 54, 37, 0.16);
    --shadow-strong: 0 34px 72px rgba(90, 54, 37, 0.24);

    --container: 1280px;
    --header-h: 88px;

    --font-title: 'Tajawal', 'Exo 2', 'Changa', sans-serif;
    --font-body: 'Tajawal', 'IBM Plex Sans Arabic', 'Changa', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

::selection {
    background: rgba(var(--cobalt-rgb), 0.22);
    color: var(--ink-900);
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-track {
    background: rgba(238, 226, 209, 0.9);
}

::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 2px solid rgba(238, 226, 209, 0.9);
    background: linear-gradient(180deg, var(--cobalt), var(--cyan));
}

body.nova-body {
    min-height: 100vh;
    direction: rtl;
    font-family: var(--font-body);
    color: var(--ink-900);
    background: radial-gradient(circle at 20% 10%, #fffdf9 0%, #faf4eb 35%, #f3e9dd 65%, #eedfcd 100%);
    line-height: 1.75;
    overflow-x: hidden;
    max-width: 100vw;
}

body.nova-body::before {
    content: '';
    position: fixed;
    inset: -12%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.76;
    background:
        radial-gradient(circle at 82% 16%, rgba(var(--sun-rgb), 0.14), transparent 48%),
        radial-gradient(circle at 12% 78%, rgba(var(--cyan-rgb), 0.11), transparent 46%),
        conic-gradient(from 180deg at 50% 50%, rgba(var(--cobalt-rgb), 0.05), rgba(var(--sun-rgb), 0.05), rgba(var(--cyan-rgb), 0.05), rgba(var(--cobalt-rgb), 0.05));
    animation: ambientDrift 30s ease-in-out infinite alternate;
}

@keyframes ambientDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(1.4%, -1.4%, 0) scale(1.04);
    }
}

body.nova-body.nav-open {
    overflow: hidden;
}

body.nova-body.lightbox-open {
    overflow: hidden;
}

.nova-header,
.nova-main,
.nova-footer {
    position: relative;
    z-index: 2;
}

.scroll-meter {
    position: fixed;
    inset: 0 0 auto 0;
    height: 3px;
    z-index: 1300;
    background: rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.scroll-meter span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--cobalt), var(--cyan), var(--pink), var(--sun));
    box-shadow: 0 0 16px rgba(var(--cobalt-rgb), 0.45);
}

.cursor-blob {
    position: fixed;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    background: radial-gradient(circle, rgba(var(--cobalt-rgb), 0.28), rgba(var(--cyan-rgb), 0.1), transparent 70%);
    filter: blur(18px);
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
}

a {
    color: inherit;
}

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

.nova-shell {
    width: min(var(--container), 100% - 3rem);
    margin-inline: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.aurora-scene {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    opacity: 0.52;
    mix-blend-mode: multiply;
}

.aurora-one {
    width: clamp(260px, 34vw, 500px);
    height: clamp(260px, 34vw, 500px);
    right: -120px;
    top: -140px;
    background: radial-gradient(circle, rgba(188, 84, 51, 0.5), rgba(188, 84, 51, 0));
    animation: floatA 12s ease-in-out infinite;
}

.aurora-two {
    width: clamp(260px, 36vw, 560px);
    height: clamp(260px, 36vw, 560px);
    left: -120px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(63, 109, 49, 0.52), rgba(63, 109, 49, 0));
    animation: floatB 16s ease-in-out infinite;
}

.aurora-three {
    width: clamp(220px, 28vw, 400px);
    height: clamp(220px, 28vw, 400px);
    top: 35%;
    right: 30%;
    background: radial-gradient(circle, rgba(241, 184, 32, 0.34), rgba(241, 184, 32, 0));
    animation: floatC 14s ease-in-out infinite;
}

.grid-noise {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px);
    background-size: 36px 36px;
}

@keyframes floatA {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-26px, 24px) scale(1.07);
    }
}

@keyframes floatB {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(28px, -24px) scale(1.08);
    }
}

@keyframes floatC {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(18px, -18px) scale(1.04);
    }
}

.nova-main {
    padding-top: calc(var(--header-h) + 28px);
}

.nova-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-h);
    z-index: 1000;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.nova-header.scrolled {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
}

.nav-frame {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nova-brand,
.footer-brandline {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-orb {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(var(--cobalt-rgb), 0.13), rgba(var(--cyan-rgb), 0.13));
    border: 1px solid rgba(var(--cobalt-rgb), 0.2);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.brand-orb img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(var(--cobalt-rgb), 0.18));
}

.brand-orb::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(var(--cobalt-rgb), 0.08), rgba(var(--sun-rgb), 0.02) 60%, transparent 100%);
    pointer-events: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.brand-lines {
    display: grid;
    gap: 0.05rem;
}

.brand-lines strong {
    font-family: var(--font-title);
    font-size: 1rem;
    line-height: 1.2;
}

.brand-lines small {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-500);
}

.nova-nav {
    display: flex;
    align-items: center;
    gap: 0.78rem;
}

.nova-nav-head {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.45rem;
    padding-bottom: 0.52rem;
    border-bottom: 1px solid rgba(var(--cobalt-rgb), 0.16);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--ink-700);
}

.nova-nav-close {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: rgba(var(--cobalt-rgb), 0.12);
    color: var(--cobalt-deep);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.nova-nav-close:focus-visible {
    outline: 2px solid rgba(var(--sun-rgb), 0.72);
    outline-offset: 2px;
}

.nova-link {
    text-decoration: none;
    color: var(--ink-700);
    font-weight: 600;
    border-radius: 999px;
    padding: 0.58rem 1rem;
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nova-link::after {
    content: '';
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cobalt), var(--cyan));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.nova-link:hover,
.nova-link.active {
    color: var(--ink-900);
    transform: translateY(-1px);
}

.nova-link:hover::after,
.nova-link.active::after {
    transform: scaleX(1);
}

.nova-btn {
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 14px;
    padding: 0.78rem 1.18rem;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nova-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--sun-rgb), 0.34), 0 16px 26px rgba(var(--cobalt-rgb), 0.26);
}

.nova-btn i {
    transition: transform 0.22s ease;
}

.nova-btn::after {
    content: '';
    position: absolute;
    top: -120%;
    left: -40%;
    width: 40%;
    height: 300%;
    background: linear-gradient(130deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: rotate(18deg);
    transition: left 0.5s ease;
}

.nova-btn:hover {
    transform: translateY(-2px);
}

.nova-btn:hover i {
    transform: translateX(-2px) scale(1.04);
}

.nova-btn:hover::after {
    left: 120%;
}

.nova-btn-primary {
    color: #fff;
    background: linear-gradient(125deg, var(--cobalt), var(--cobalt-deep), var(--cyan));
    box-shadow: 0 18px 34px rgba(var(--cobalt-rgb), 0.3);
}

.nova-btn-secondary {
    color: var(--ink-900);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(var(--cobalt-rgb), 0.18);
}

.nova-btn-whats {
    color: #0f663e;
    background: linear-gradient(125deg, #5ef2a2, #1bcf72);
    box-shadow: 0 16px 32px rgba(27, 207, 114, 0.28);
}

.nova-toggle {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    background: rgba(var(--cobalt-rgb), 0.12);
    cursor: pointer;
}

.nova-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--ink-900);
    transition: all 0.2s ease;
}

body.nav-open .nova-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.nav-open .nova-toggle span:nth-child(2) {
    opacity: 0;
}

body.nav-open .nova-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.section {
    position: relative;
    isolation: isolate;
    padding-block: clamp(3rem, 6vw, 5rem);
    max-width: 100%;
    overflow-x: hidden;
}

.section::before {
    content: '';
    position: absolute;
    width: min(440px, 62vw);
    height: 1px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(90deg, transparent, rgba(var(--cobalt-rgb), 0.26), rgba(var(--sun-rgb), 0.3), transparent);
    opacity: 0.72;
    pointer-events: none;
}

.flux-strip {
    width: min(var(--container), 100% - 2.2rem);
    margin-inline: auto;
    margin-top: -0.2rem;
    margin-bottom: 1.1rem;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.flux-strip::before,
.flux-strip::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 72px;
    z-index: 2;
    pointer-events: none;
}

.flux-strip::before {
    right: 0;
    background: linear-gradient(270deg, rgba(247, 236, 222, 0.96), rgba(247, 236, 222, 0));
}

.flux-strip::after {
    left: 0;
    background: linear-gradient(90deg, rgba(247, 236, 222, 0.96), rgba(247, 236, 222, 0));
}

.flux-track {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: max-content;
    animation: fluxMove 24s linear infinite;
}

.flux-pill {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    padding: 0.42rem 0.74rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(var(--cobalt-rgb), 0.18);
    color: var(--ink-700);
    font-size: 0.79rem;
    font-weight: 700;
}

.flux-pill i {
    color: var(--cobalt);
}

@keyframes fluxMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.section-head {
    margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.pulse-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: var(--cobalt-deep);
    background: rgba(var(--cobalt-rgb), 0.12);
    margin-bottom: 0.85rem;
}

.pulse-tag i {
    color: var(--pink);
}

.section-title,
.kinetic-title,
.page-title,
.contact-title,
.product-title {
    font-family: var(--font-title);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.section-title {
    position: relative;
    display: inline-block;
    font-size: clamp(1.7rem, 4vw, 3.1rem);
    margin-bottom: 0.6rem;
}

.section-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 44%;
    max-width: 210px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cobalt), var(--sun), transparent 92%);
    opacity: 0.84;
}

.section-sub {
    margin-top: 0.9rem;
    color: var(--ink-700);
    max-width: 70ch;
}

.glass-panel {
    background: var(--paper);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: visible;
    isolation: isolate;
}

/* Home */
.hero-stage {
    padding-top: clamp(1.2rem, 3vw, 2.4rem);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 1rem;
}

.hero-copy {
    padding: clamp(1.2rem, 3vw, 2.3rem);
    position: relative;
    overflow: hidden;
}

.hero-copy::before {
    content: '';
    position: absolute;
    inset: -40% auto auto -18%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 79, 138, 0.16), rgba(255, 79, 138, 0));
}

.kinetic-title {
    font-size: clamp(2rem, 6vw, 4.3rem);
    margin-bottom: 0.9rem;
}

.page-title span,
.contact-title span,
.product-title span,
.kinetic-title span {
    color: inherit;
}

@keyframes hueShift {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.hero-text {
    color: var(--ink-700);
    margin-bottom: 1.2rem;
    max-width: 62ch;
}

.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
    margin-bottom: 1.2rem;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.metric-box {
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(var(--cobalt-rgb), 0.14);
    padding: 0.72rem;
}

.metric-box strong {
    display: block;
    font-family: var(--font-title);
    color: var(--cobalt-deep);
    font-size: 1.38rem;
    line-height: 1.2;
}

.metric-box span {
    color: var(--ink-500);
    font-size: 0.82rem;
}

.hero-visual {
    padding: clamp(1rem, 3vw, 1.8rem);
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.spark-field {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.spark-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff, var(--cyan));
    opacity: 0;
    animation: sparkRise linear infinite;
}

@keyframes sparkRise {
    0% {
        transform: translateY(40px) scale(0.4);
        opacity: 0;
    }

    20% {
        opacity: 0.7;
    }

    80% {
        opacity: 0.4;
    }

    100% {
        transform: translateY(-120px) scale(1.2);
        opacity: 0;
    }
}

.ring,
.ring-two,
.ring-three {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(var(--cobalt-rgb), 0.24);
}

.ring {
    width: 74%;
    aspect-ratio: 1;
    animation: spin 14s linear infinite;
}

.ring-two {
    width: 88%;
    aspect-ratio: 1;
    border-color: rgba(var(--cyan-rgb), 0.2);
    animation: spin 18s linear infinite reverse;
}

.ring-three {
    width: 102%;
    aspect-ratio: 1;
    border-color: rgba(var(--sun-rgb), 0.2);
    animation: spin 22s linear infinite;
}

.prism-card {
    width: min(420px, 100%);
    border-radius: 26px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(247, 236, 222, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-strong);
    padding: 1rem;
    transform: perspective(800px) rotateY(-8deg) rotateX(4deg);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 3;
}

.prism-card:hover {
    transform: perspective(800px) rotateY(-3deg) rotateX(2deg) translateY(-3px);
}

.prism-media {
    border-radius: 20px;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #fff8f1, #f5ecdf);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.prism-media img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(102, 57, 39, 0.24));
}

.prism-placeholder {
    color: var(--ink-500);
    font-weight: 600;
}

.prism-caption {
    margin-top: 0.78rem;
}

.prism-caption h2 {
    font-family: var(--font-title);
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.prism-caption p {
    color: var(--ink-700);
    font-size: 0.9rem;
}

.floating-chip {
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(var(--cobalt-rgb), 0.16);
    box-shadow: var(--shadow-soft);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    z-index: 4;
}

.chip-a {
    top: 16%;
    right: 12%;
    animation: floatChip 4.5s ease-in-out infinite;
}

.chip-b {
    bottom: 15%;
    left: 12%;
    animation: floatChip 5.2s ease-in-out infinite reverse;
}

@keyframes floatChip {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.72rem;
}

.neon-card {
    padding: 1rem;
    border-radius: var(--radius-md);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.86), rgba(247, 237, 225, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neon-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(130deg, rgba(var(--cobalt-rgb), 0.4), rgba(var(--cyan-rgb), 0.35), rgba(var(--sun-rgb), 0.35));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.neon-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.neon-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(140deg, var(--cobalt), var(--cyan));
    margin-bottom: 0.7rem;
}

.neon-icon i {
    animation: iconFloat 3.4s ease-in-out infinite;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.neon-card h3 {
    font-family: var(--font-title);
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
}

.neon-card p {
    color: var(--ink-700);
    font-size: 0.9rem;
}

.product-intel-grid {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(0.72rem, 2vw, 1rem);
}

.product-intel-grid::before,
.product-intel-grid::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.product-intel-grid::before {
    width: clamp(140px, 18vw, 240px);
    height: clamp(140px, 18vw, 240px);
    top: -34px;
    right: -26px;
    opacity: 0.36;
    background:
        radial-gradient(circle, rgba(var(--sun-rgb), 0.26) 26%, transparent 28%),
        radial-gradient(circle, rgba(var(--cobalt-rgb), 0.18) 26%, transparent 28%);
    background-size: 22px 22px, 22px 22px;
    background-position: 0 0, 11px 11px;
    animation: honeyFloat 9s ease-in-out infinite alternate;
}

.product-intel-grid::after {
    width: clamp(180px, 22vw, 280px);
    height: clamp(180px, 22vw, 280px);
    bottom: -60px;
    left: -50px;
    border-radius: 50%;
    opacity: 0.42;
    background: radial-gradient(circle, rgba(var(--cyan-rgb), 0.2), rgba(var(--cyan-rgb), 0));
}

@keyframes honeyFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.intel-panel {
    --panel-primary: var(--cobalt-rgb);
    --panel-secondary: var(--sun-rgb);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: clamp(18px, 2.2vw, 24px);
    padding: clamp(0.95rem, 2.2vw, 1.25rem);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(252, 246, 236, 0.95) 52%, rgba(247, 234, 214, 0.95));
    border: 1px solid rgba(var(--panel-primary), 0.22);
    box-shadow: 0 22px 44px rgba(var(--cobalt-rgb), 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.intel-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--panel-primary), 0.34);
    box-shadow: 0 28px 52px rgba(var(--cobalt-rgb), 0.2);
}

.intel-panel::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    top: -120px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--panel-primary), 0.26), rgba(var(--panel-primary), 0));
    animation: panelAura 10s ease-in-out infinite alternate;
    pointer-events: none;
}

.intel-panel::after {
    content: '';
    position: absolute;
    inset: auto -30% -44% auto;
    width: 78%;
    height: 70%;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(var(--panel-secondary), 0.18), rgba(var(--panel-secondary), 0));
}

@keyframes panelAura {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.12);
    }
}

.composition-panel {
    grid-column: span 7;
    --panel-primary: var(--sun-rgb);
    --panel-secondary: var(--cobalt-rgb);
}

.benefits-panel {
    grid-column: span 5;
    --panel-primary: var(--cobalt-rgb);
    --panel-secondary: var(--cyan-rgb);
}

.features-panel {
    grid-column: 1 / -1;
    --panel-primary: var(--cyan-rgb);
    --panel-secondary: var(--sun-rgb);
}

.intel-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    margin-bottom: 0.72rem;
    padding-bottom: 0.58rem;
    border-bottom: 1px dashed rgba(var(--panel-primary), 0.28);
    position: relative;
    z-index: 2;
}

.intel-title-row h3 {
    font-family: var(--font-title);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.12rem;
}

.intel-title-row h3 i {
    color: rgb(var(--panel-primary));
}

.intel-badge {
    border-radius: 999px;
    border: 1px solid rgba(var(--panel-primary), 0.24);
    background: linear-gradient(130deg, rgba(var(--panel-primary), 0.16), rgba(var(--panel-secondary), 0.08));
    color: var(--ink-900);
    font-size: 0.74rem;
    font-weight: 800;
    padding: 0.3rem 0.68rem;
}

.intel-intro {
    color: var(--ink-900);
    margin-bottom: 0.72rem;
    position: relative;
    z-index: 2;
}

.intel-chip-cloud {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.intel-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--panel-primary), 0.24);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 251, 243, 0.78));
    color: var(--ink-900);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.34rem 0.68rem;
}

.intel-chip::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(130deg, var(--cobalt), var(--sun));
    box-shadow: 0 0 0 2px rgba(var(--cobalt-rgb), 0.12);
}

.intel-ordered {
    list-style: none;
    counter-reset: intel-counter;
    display: grid;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
}

.intel-ordered li {
    counter-increment: intel-counter;
    border: 1px solid rgba(var(--panel-primary), 0.18);
    border-radius: 14px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 237, 0.82));
    padding: 0.6rem 2.44rem 0.6rem 0.76rem;
    position: relative;
    color: var(--ink-900);
}

.intel-ordered li::before {
    content: counter(intel-counter);
    position: absolute;
    right: 0.62rem;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.74rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(130deg, var(--cobalt), var(--cyan));
    box-shadow: 0 8px 14px rgba(var(--cobalt-rgb), 0.28);
}

.intel-list {
    list-style: none;
    display: grid;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
}

.intel-list li {
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(var(--panel-primary), 0.14), rgba(255, 255, 255, 0.72));
    border: 1px solid rgba(var(--panel-primary), 0.22);
    padding: 0.62rem 2rem 0.62rem 0.78rem;
    color: var(--ink-900);
    position: relative;
}

.intel-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0.74rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(var(--panel-primary));
}

.intel-note {
    margin-top: 0.72rem;
    color: var(--ink-500);
    font-size: 0.81rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.product-rack {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .product-rack {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-teaser {
    padding: 0;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    overflow: hidden;
}

.product-teaser:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.product-teaser-media {
    aspect-ratio: 1/1;
    background: #fdfdfd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 32px 32px 0 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.product-teaser-media img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    border-radius: 32px 32px 0 0;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-teaser:hover .product-teaser-media img {
    transform: scale(1.06);
}

.product-teaser h3 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #2a2a2a;
    margin: 0 0 0.6rem 0;
    padding: 0 1.25rem;
    text-align: right;
    line-height: 1.35;
}

.product-teaser p {
    font-size: 1.1rem;
    color: #888;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    padding: 0 1.25rem;
    text-align: right;
}

.product-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    padding: 0 1.2rem 1.2rem;
}

.product-price {
    font-family: var(--font-title);
    color: #3e332a;
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: right;
    width: 100%;
}

.product-price-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0 1.25rem;
}

.product-price-old {
    font-size: 0.95rem;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 500;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0 1.25rem;
}

.product-actions .nova-btn {
    min-height: 56px;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
}

.product-actions .nova-btn-whats {
    width: auto;
    padding: 0 2rem;
    background: #00a669;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 166, 105, 0.2);
}

.product-actions .nova-btn-whats:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.product-actions .nova-btn-whats:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.product-actions .nova-btn-secondary {
    background: #fdfcfb;
    border: 1px solid #efeae6;
    color: #a46d4e;
    aspect-ratio: 1/1;
    border-radius: 14px;
    padding: 0;
    width: 56px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .product-actions {
        padding: 0 1rem;
        gap: 0.8rem;
    }

    .product-actions .nova-btn-whats {
        padding: 0 1rem;
        flex: 1 1 auto;
        font-size: 1rem;
        width: auto !important;
        white-space: nowrap;
    }

    .product-actions .nova-btn {
        min-height: 48px;
    }

    .product-actions .nova-btn-secondary {
        flex: 0 0 48px;
        width: 48px !important;
        height: 48px;
        min-width: 48px;
        max-width: 48px;
        aspect-ratio: auto;
    }
}

.product-actions .nova-btn-secondary:hover {
    background: #fcf6f2;
    border-color: #e5d8d0;
    transform: translateY(-2px);
}

.product-actions .nova-btn-text {
    background: #f8f8f8;
    border: 1px solid #ededed;
    color: #1a1a1a;
    width: 100%;
}

.product-actions .nova-btn-text:hover {
    background: #f0f0f0;
    border-color: #e0e0e0;
    transform: translateY(-2px);
}

/* Large Action Buttons (Product Detail Page) */
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.nova-btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 56px;
    padding: 0 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    flex: 1;
}

.nova-btn-whats-lg {
    background: #00a669;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 166, 105, 0.2);
    border: none;
}

.nova-btn-whats-lg:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 166, 105, 0.3);
    background: #059669;
}

.nova-btn-call-lg {
    background: #fdfcfb;
    color: #a46d4e;
    border: 1px solid #efeae6;
    border-radius: 16px;
    flex: 0 1 auto;
}

.nova-btn-call-lg:hover {
    transform: translateY(-3px);
    border-color: #e5d8d0;
    background: #fcf6f2;
}

@media (max-width: 640px) {
    .detail-actions {
        flex-direction: column;
    }

    .nova-btn-call-lg {
        flex: 1;
        width: 100%;
    }
}

/* Product Badges */
.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 700;
    z-index: 3;
    letter-spacing: 0.02em;
}

.badge-new {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.badge-sale {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}

.badge-best {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}

.product-teaser-media {
    position: relative;
}

/* ============================
   About Us Section
   ============================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
}

.about-text {
    padding: 1.5rem;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--ink-800);
}

.about-counters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
}

.counter-item {
    text-align: center;
    padding: 1.2rem 0.6rem;
    transition: transform 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-4px);
}

.counter-number {
    display: block;
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 800;
    color: var(--cobalt-deep);
    margin-bottom: 0.3rem;
}

.counter-number i {
    font-size: 1.6rem;
    color: #10b981;
}

.counter-label {
    font-size: 0.82rem;
    color: var(--ink-600);
    font-weight: 600;
}

/* ============================
   Reviews / Testimonials
   ============================ */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.review-card {
    padding: 1.4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.review-stars {
    margin-bottom: 0.7rem;
    display: flex;
    gap: 0.15rem;
}

.review-stars .fa-star {
    color: #f59e0b;
    font-size: 0.9rem;
}

.review-stars .fa-star.empty-star {
    color: #e5e7eb;
}

.review-text {
    font-size: 0.95rem;
    color: var(--ink-700);
    line-height: 1.75;
    margin-bottom: 1rem;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cobalt), var(--cobalt-deep));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.review-author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--ink-900);
}

.review-author span {
    font-size: 0.78rem;
    color: var(--ink-500);
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-counters {
        grid-template-columns: repeat(3, 1fr);
    }

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

/* ============================
   Product Cards - Catalog Page
   ============================ */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
}

.product-card {
    background: var(--paper);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.product-media {
    position: relative;
    aspect-ratio: 4/3;
    background: linear-gradient(145deg, #fff7ef, #f4eadc);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.product-media img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.product-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    z-index: 3;
}

.tag {
    padding: 0.22rem 0.6rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
}

.tag-active {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.tag-featured {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}

.tag-new {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.tag-sale {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}

.tag-best {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}

.product-body {
    padding: 1rem 1.2rem 0.5rem;
}

.product-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.product-body p {
    font-size: 0.85rem;
    color: var(--ink-600);
    line-height: 1.6;
}

.cta-blade {
    border-radius: var(--radius-xl);
    padding: clamp(1.2rem, 3vw, 2rem);
    background: linear-gradient(130deg, #3a2410, #6b4518, #8b6914);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    align-items: center;
    box-shadow: 0 30px 60px rgba(107, 69, 24, 0.34);
    position: relative;
    overflow: hidden;
}

.cta-blade::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    top: -120px;
    left: -80px;
}

.cta-blade h3 {
    font-family: var(--font-title);
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    margin-bottom: 0.3rem;
}

.cta-blade p {
    opacity: 0.9;
}

/* Shared page hero */
.page-hero {
    padding-block: clamp(2.4rem, 6vw, 4rem) clamp(1.2rem, 4vw, 2.2rem);
}

.page-banner {
    padding: clamp(1.2rem, 3vw, 2.2rem);
}

.page-title {
    font-size: clamp(1.9rem, 5vw, 3.4rem);
    margin-bottom: 0.5rem;
}

.page-title span {
    background: linear-gradient(130deg, var(--cobalt), var(--cyan), var(--sun));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.page-sub {
    color: var(--ink-700);
}

/* Products page */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card {
    padding: 0;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.product-media {
    aspect-ratio: 1/1;
    background: #fdfdfd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 32px 32px 0 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.product-media img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    border-radius: 32px 32px 0 0;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-media img {
    transform: scale(1.06);
}

.placeholder-icon {
    font-size: 2.2rem;
    color: var(--ink-500);
}

.product-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 0.34rem;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.24rem 0.54rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.tag-featured {
    color: #6f4500;
    background: rgba(var(--sun-rgb), 0.24);
}

.tag-active {
    color: #0a7e4d;
    background: rgba(20, 185, 112, 0.2);
}

.product-body h3 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #2a2a2a;
    margin: 0 0 0.6rem 0;
    padding: 0 1.25rem;
    text-align: right;
    line-height: 1.35;
}

.product-body p {
    font-size: 1.1rem;
    color: #888;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    padding: 0 1.25rem;
    text-align: right;
}

.product-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
}

/* Base product-actions styles are already handled globally with the boutique grid update. 
   Removing duplicate specific actions for .catalog-grid to prevent conflicts */


.empty-panel {
    text-align: center;
    padding: clamp(1.6rem, 5vw, 2.6rem);
    border-radius: var(--radius-lg);
    background: var(--paper);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-card);
}

.empty-panel i {
    font-size: 2.6rem;
    color: var(--ink-500);
    margin-bottom: 0.5rem;
}

.empty-panel h3 {
    font-family: var(--font-title);
    margin-bottom: 0.35rem;
}

.empty-panel p {
    color: var(--ink-700);
}

/* Product details */
.product-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.gallery-panel,
.detail-panel,
.tabs-panel {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.gallery-panel,
.form-panel {
    position: relative;
    overflow: hidden;
}

.gallery-stage {
    position: relative;
    margin-bottom: 0.62rem;
}

.main-shot {
    border-radius: 18px;
    aspect-ratio: 4/5;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-stage .main-shot {
    cursor: zoom-in;
}

.main-shot::after {
    display: none;
}

.main-shot img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    filter: none;
    transition: transform 0.28s ease, opacity 0.22s ease;
}

.main-shot.is-switching img {
    opacity: 0.45;
    transform: scale(0.97);
}

.main-shot.is-zooming img {
    transform: scale(1.72);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--cobalt-deep);
    box-shadow: var(--shadow-soft);
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 3;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-nav:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: var(--shadow-card);
}

.gallery-nav:focus-visible,
.gallery-zoom-btn:focus-visible,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
    outline: 2px solid rgba(var(--sun-rgb), 0.72);
    outline-offset: 2px;
}

.gallery-nav-prev {
    right: 0.62rem;
}

.gallery-nav-next {
    left: 0.62rem;
}

.gallery-zoom-btn {
    position: absolute;
    left: 0.62rem;
    bottom: 0.62rem;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--cobalt-deep);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    z-index: 3;
}

.gallery-meta {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.gallery-counter {
    font-family: var(--font-title);
    font-size: 0.9rem;
    color: var(--ink-700);
}

.gallery-tip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.77rem;
    color: var(--ink-500);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(var(--cobalt-rgb), 0.14);
    border-radius: 999px;
    padding: 0.25rem 0.56rem;
}

.gallery-panel.gallery-single .gallery-nav,
.gallery-panel.gallery-single .thumb-grid {
    display: none;
}

.gallery-panel.gallery-single .gallery-meta {
    justify-content: flex-start;
}

.thumb-grid {
    margin-top: 0.66rem;
    display: flex;
    gap: 0.44rem;
    overflow-x: auto;
    padding-bottom: 0.18rem;
    scrollbar-width: thin;
}

.thumb-btn {
    border: 1px solid rgba(var(--cobalt-rgb), 0.2);
    border-radius: 12px;
    background: #fff;
    padding: 0.28rem;
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.thumb-btn:focus-visible {
    outline: none;
    border-color: var(--sun);
    box-shadow: 0 0 0 3px rgba(var(--sun-rgb), 0.22);
}

.thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.thumb-btn.active {
    border-color: var(--cobalt);
    box-shadow: 0 0 0 3px rgba(var(--cobalt-rgb), 0.16);
    transform: translateY(-2px);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2400;
    background: rgba(22, 13, 9, 0.88);
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
}

.gallery-lightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-figure {
    margin: 0;
    width: min(1020px, 92vw);
    max-height: 88vh;
    display: grid;
    justify-items: center;
    gap: 0.62rem;
}

.lightbox-figure img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: clamp(0.5rem, 2vw, 0.95rem);
}

.lightbox-figure figcaption {
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

.lightbox-close,
.lightbox-nav {
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-nav-prev {
    right: 16px;
}

.lightbox-nav-next {
    left: 16px;
}

.lightbox-counter {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.24rem 0.72rem;
    font-size: 0.84rem;
}

.flash-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, var(--pink), var(--sun));
    margin-bottom: 0.6rem;
}

.product-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    margin-bottom: 0.3rem;
    color: #2a2a2a;
    font-weight: 800;
}

.product-subtitle {
    color: #888;
    margin-bottom: 0.7rem;
}

.product-desc {
    color: #888;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.9rem;
}

.meta-chip {
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--cobalt-deep);
    background: rgba(var(--cobalt-rgb), 0.12);
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    margin-bottom: 0.7rem;
}

.tabs-nav button {
    border: 1px solid rgba(var(--cobalt-rgb), 0.18);
    background: #fff;
    color: var(--ink-700);
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
    font-family: var(--font-body);
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tabs-nav button.active {
    color: #fff;
    background: linear-gradient(130deg, var(--cobalt), var(--cyan));
    border-color: transparent;
}

.tab-pane {
    display: none;
    color: var(--ink-700);
}

.tab-pane.active {
    display: block;
}

.detail-list {
    display: grid;
    gap: 0.42rem;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.66rem;
    border-radius: 12px;
    background: rgba(var(--cobalt-rgb), 0.08);
}

.detail-item i {
    color: var(--cyan);
    margin-top: 0.2rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 0.82rem;
}

.contact-panel,
.form-panel {
    padding: 1.05rem;
}

.contact-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 0.4rem;
}

.contact-intro {
    color: var(--ink-700);
    margin-bottom: 0.8rem;
}

.contact-list {
    display: grid;
    gap: 0.42rem;
}

.contact-card {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 13px;
    padding: 0.72rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(var(--cobalt-rgb), 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

.contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--cobalt), var(--cyan));
}

.contact-card strong {
    display: block;
}

.contact-card span {
    color: var(--ink-500);
    font-size: 0.85rem;
}

.status-box {
    border-radius: 12px;
    padding: 0.62rem 0.75rem;
    margin-bottom: 0.72rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}

.status-success {
    color: #0b6f44;
    background: rgba(20, 185, 112, 0.16);
    border: 1px solid rgba(20, 185, 112, 0.32);
}

.status-error {
    color: #a83333;
    background: rgba(227, 86, 86, 0.15);
    border: 1px solid rgba(227, 86, 86, 0.35);
}

.form-grid {
    display: grid;
    gap: 0.66rem;
}

.field {
    display: grid;
    gap: 0.28rem;
}

.field label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ink-700);
}

.field input,
.field textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(var(--cobalt-rgb), 0.2);
    background: #fff;
    color: var(--ink-900);
    padding: 0.7rem 0.86rem;
    font-family: var(--font-body);
    font-size: 0.92rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
    min-height: 130px;
    resize: vertical;
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--cobalt);
    box-shadow: 0 0 0 3px rgba(var(--cobalt-rgb), 0.16);
}

.field input.is-invalid,
.field textarea.is-invalid {
    border-color: #e04a4a;
    box-shadow: 0 0 0 3px rgba(224, 74, 74, 0.15);
}

.form-note {
    color: var(--ink-500);
    font-size: 0.82rem;
}

/* Footer */
.nova-footer {
    margin-top: clamp(2.5rem, 6vw, 4rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(251, 243, 232, 0.9));
    border-top: 1px solid rgba(var(--cobalt-rgb), 0.15);
    backdrop-filter: blur(8px);
}

.footer-grid {
    padding-block: 1.2rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 0.72rem;
}

.footer-block h4 {
    font-family: var(--font-title);
    margin-bottom: 0.45rem;
}

.footer-block ul {
    list-style: none;
    display: grid;
    gap: 0.3rem;
    color: var(--ink-700);
    font-size: 0.88rem;
}

.footer-block a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-block a:hover {
    color: var(--cobalt);
}

.brand-block p {
    color: var(--ink-700);
    max-width: 45ch;
}

.social-cluster {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.7rem;
}

.social-cluster a {
    width: 37px;
    height: 37px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(var(--cobalt-rgb), 0.18);
    color: var(--cobalt-deep);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-cluster a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.footer-base {
    border-top: 1px solid rgba(var(--cobalt-rgb), 0.12);
    padding-block: 0.7rem 0.95rem;
    text-align: center;
    color: var(--ink-500);
    font-size: 0.84rem;
}

.wa-pulse {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.52rem;
    background: linear-gradient(140deg, #20d56f, #10924a);
    box-shadow: 0 20px 38px rgba(16, 146, 74, 0.3);
    z-index: 999;
    transition: transform 0.2s ease;
    animation: pulseWa 2.1s infinite;
}

.wa-pulse:hover {
    transform: translateY(-2px);
}

@keyframes pulseWa {

    0%,
    100% {
        box-shadow: 0 20px 38px rgba(16, 146, 74, 0.3);
    }

    50% {
        box-shadow: 0 20px 38px rgba(16, 146, 74, 0.48);
    }
}

.surface-glow {
    position: relative;
    isolation: isolate;
}

.surface-glow::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(var(--sun-rgb), 0.22), rgba(var(--cobalt-rgb), 0.1) 38%, transparent 72%);
    transition: opacity 0.26s ease;
}

.surface-glow.glow-on::after {
    opacity: 1;
}

[data-reveal] {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(18px) scale(0.985);
    transition: opacity 0.55s ease, transform 0.55s ease, filter 0.55s ease;
}

[data-reveal].show {
    opacity: 1;
    filter: blur(0);
    transform: none;
}

[data-tilt] {
    transform-style: preserve-3d;
    will-change: transform;
}

@media (max-width: 1180px) {
    .nova-shell {
        width: min(var(--container), 100% - 2rem);
    }

    .hero-grid,
    .contact-grid,
    .product-stage {
        grid-template-columns: 1fr;
    }

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

    .product-intel-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .composition-panel,
    .benefits-panel {
        grid-column: span 3;
    }

    .features-panel {
        grid-column: 1 / -1;
    }

    .product-rack,
    .catalog-grid,
    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .prism-card {
        transform: none;
    }
}

@media (max-width: 900px) {
    .nova-nav {
        position: fixed;
        top: calc(var(--header-h) - 6px);
        right: 1rem;
        left: 1rem;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(var(--cobalt-rgb), 0.2);
        border-radius: 18px;
        box-shadow: var(--shadow-card);
        padding: 0.8rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.48rem;
    }

    .nova-nav.open {
        display: flex;
    }

    .nova-nav-head {
        display: flex;
    }

    .nova-toggle {
        display: flex;
    }

    .nav-whats {
        width: 100%;
    }

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

    .cta-blade {
        grid-template-columns: 1fr;
    }

    .product-intel-grid {
        grid-template-columns: 1fr;
    }

    .composition-panel,
    .benefits-panel,
    .features-panel {
        grid-column: 1 / -1;
    }

    .intel-title-row {
        flex-wrap: wrap;
    }

    .cursor-blob {
        display: none;
    }

    .gallery-nav,
    .gallery-zoom-btn {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
    }

    .lightbox-figure img {
        max-height: 72vh;
    }
}

@media (max-width: 640px) {
    .nova-shell {
        width: min(var(--container), 100% - 1.2rem);
    }

    .nova-main {
        padding-top: calc(var(--header-h) + 16px);
    }

    .feature-grid,
    .product-rack,
    .catalog-grid,
    .related-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .intel-panel {
        border-radius: 16px;
        padding: 0.88rem;
    }

    .intel-title-row {
        gap: 0.42rem;
        margin-bottom: 0.62rem;
        padding-bottom: 0.5rem;
    }

    .intel-title-row h3 {
        font-size: 1rem;
    }

    .intel-badge {
        font-size: 0.7rem;
    }

    .intel-chip-cloud {
        gap: 0.34rem;
    }

    .intel-chip {
        font-size: 0.76rem;
        padding: 0.3rem 0.58rem;
    }

    .intel-ordered li {
        padding: 0.56rem 2.18rem 0.56rem 0.66rem;
        font-size: 0.88rem;
    }

    .intel-list li {
        font-size: 0.88rem;
        padding: 0.58rem 1.88rem 0.58rem 0.7rem;
    }

    .action-row,
    .product-actions {
        width: 100%;
    }

    .action-row .nova-btn,
    .product-actions .nova-btn {
        width: 100%;
    }

    .product-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .wa-pulse {
        width: 54px;
        height: 54px;
        left: 14px;
        bottom: 14px;
        border-radius: 16px;
    }

    .flux-strip {
        width: min(var(--container), 100% - 1rem);
    }

    .flux-pill {
        font-size: 0.74rem;
        padding: 0.36rem 0.6rem;
    }

    .thumb-btn {
        width: 62px;
        height: 62px;
        flex: 0 0 62px;
    }

    .gallery-meta {
        justify-content: flex-start;
    }

    .gallery-tip {
        display: none;
    }

    .gallery-nav {
        width: 36px;
        height: 36px;
    }

    .lightbox-close {
        top: 12px;
        right: 12px;
    }

    .lightbox-nav-prev {
        right: 10px;
    }

    .lightbox-nav-next {
        left: 10px;
    }

    .lightbox-counter {
        bottom: 12px;
        font-size: 0.78rem;
        padding: 0.22rem 0.6rem;
    }

    .lightbox-figure img {
        max-height: 68vh;
        border-radius: 14px;
    }
}

/* ======================== PREMIUM SLIDER ======================== */
.nova-slider {
    position: relative;
    width: 100%;
    height: clamp(420px, 85vh, 850px);
    overflow: hidden;
    background: #1a1510;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    margin-bottom: -1rem;
    z-index: 2;
}

.slider-viewport {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s cubic-bezier(.4, 0, .2, 1), visibility .9s;
    z-index: 1;
}

.slider-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slider-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8s cubic-bezier(.25, .1, .25, 1);
}

.slider-slide.active .slider-bg {
    transform: scale(1.08);
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay);
    z-index: 3;
}

.slider-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 40%,
            rgba(26, 21, 16, 0.6) 85%,
            rgba(26, 21, 16, 0.95) 100%);
}

/* Slider Content */
.slider-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem clamp(1.5rem, 8vw, 6rem);
    gap: clamp(.6rem, 1.5vw, 1rem);
}

.slider-content.text-center {
    align-items: center;
    text-align: center;
}

.slider-content.text-right {
    align-items: flex-start;
    text-align: right;
}

.slider-content.text-left {
    align-items: flex-end;
    text-align: left;
}

.slider-title {
    font-family: var(--font-title);
    font-size: clamp(1.6rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .4);
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1) .3s, opacity .7s ease .3s;
    max-width: 700px;
}

.slider-slide.active .slider-title {
    transform: translateY(0);
    opacity: 1;
}

.slider-subtitle {
    font-family: var(--font-body);
    font-size: clamp(.95rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, .85);
    line-height: 1.7;
    max-width: 550px;
    transform: translateY(25px);
    opacity: 0;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1) .45s, opacity .7s ease .45s;
}

.slider-slide.active .slider-subtitle {
    transform: translateY(0);
    opacity: 1;
}

.slider-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .85rem 2rem;
    background: linear-gradient(135deg, var(--cobalt), var(--cobalt-deep));
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    text-decoration: none;
    transform: translateY(20px);
    opacity: 0;
    transition:
        transform .7s cubic-bezier(.4, 0, .2, 1) .6s,
        opacity .7s ease .6s,
        background .3s ease,
        box-shadow .3s ease;
    box-shadow: 0 6px 25px rgba(var(--cobalt-rgb), .35);
}

.slider-slide.active .slider-btn {
    transform: translateY(0);
    opacity: 1;
}

.slider-btn:hover {
    background: linear-gradient(135deg, var(--cobalt-deep), var(--cobalt));
    box-shadow: 0 8px 35px rgba(var(--cobalt-rgb), .5);
    transform: translateY(-2px);
}

.slider-btn i {
    font-size: .85em;
    transition: transform .3s ease;
}

.slider-btn:hover i {
    transform: translateX(-4px);
}

/* Arrow Controls */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .3);
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    right: clamp(1rem, 3vw, 2.5rem);
}

.slider-next {
    left: clamp(1rem, 3vw, 2.5rem);
}

/* Dots with SVG Progress */
.slider-dots {
    position: absolute;
    bottom: clamp(1.2rem, 3vw, 2rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: .6rem;
}

.slider-dot {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.slider-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    transform: translate(-50%, -50%);
    transition: background .3s ease, transform .3s ease;
}

.slider-dot.active::before {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.slider-dot svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.slider-dot circle {
    fill: none;
    stroke: rgba(255, 255, 255, .2);
    stroke-width: 2;
    stroke-dasharray: 100.53;
    stroke-dashoffset: 100.53;
    transition: stroke .3s ease;
}

.slider-dot.active circle {
    stroke: rgba(255, 255, 255, .9);
    animation: dotProgress 6s linear forwards;
}

@keyframes dotProgress {
    to {
        stroke-dashoffset: 0;
    }
}

/* Counter */
.slider-counter {
    position: absolute;
    top: clamp(1rem, 3vw, 2rem);
    left: clamp(1rem, 3vw, 2.5rem);
    z-index: 10;
    display: flex;
    align-items: baseline;
    gap: .3rem;
    font-family: 'Space Grotesk', var(--font-title);
    color: rgba(255, 255, 255, .7);
}

.slider-current {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.slider-sep {
    font-size: 1rem;
    opacity: .4;
}

.slider-total {
    font-size: 1rem;
    font-weight: 500;
}

/* Responsive Slider */
@media (max-width: 768px) {
    .nova-slider {
        height: clamp(350px, 75vh, 600px);
        border-radius: 0 0 var(--radius-md) var(--radius-md);
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: .85rem;
    }

    .slider-prev {
        right: .75rem;
    }

    .slider-next {
        left: .75rem;
    }

    .slider-content {
        padding-bottom: 4rem;
    }

    .slider-dots {
        bottom: 1rem;
    }

    .slider-dot {
        width: 28px;
        height: 28px;
    }
}

/* ======================== END SLIDER ======================== */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================
   About Page - Professional
   ============================ */
.about-hero {
    padding: 8rem 0 6rem;
    text-align: center;
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
}

.about-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-hero-desc {
    font-size: 1.2rem;
    color: var(--ink-600);
    margin-top: 1rem;
    line-height: 1.8;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.about-story-text {
    padding: 2.5rem;
}

.about-story-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--cobalt-deep);
}

.about-story-text h2 i {
    color: var(--honey-500);
}

.about-story-text p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--ink-700);
    margin-bottom: 1.5rem;
}

.about-story-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
    border-radius: var(--radius-lg);
}

.about-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
}

.about-icon-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-md);
    transition: transform 0.3s ease;
}

.about-icon-item:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.about-icon-item i {
    font-size: 2rem;
    color: var(--cobalt);
    margin-bottom: 0.8rem;
    display: block;
}

.about-icon-item span {
    font-weight: 700;
    color: var(--ink-800);
}

/* Stats Section */
.about-stats-section {
    padding: 4rem 0;
}

.about-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.about-stat-card {
    text-align: center;
    padding: 2rem;
}

.about-stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--cobalt-deep);
    margin-bottom: 0.5rem;
    font-family: var(--font-title);
    background: linear-gradient(135deg, var(--cobalt), var(--cobalt-deep));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-stat-card:hover .about-stat-number {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.about-stat-label {
    font-size: 0.95rem;
    color: var(--ink-600);
    font-weight: 600;
}

/* Vision Mission Grid */
.about-vm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.about-vm-card {
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.about-vm-card:hover {
    transform: translateY(-8px);
}

.about-vm-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--honey-100), #fff);
    color: var(--honey-600);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin: 0 auto 1.2rem;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.about-vm-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--cobalt-deep);
}

.about-vm-card p {
    color: var(--ink-600);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-stats-row {
        grid-template-columns: 1fr 1fr;
    }

    .about-vm-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================
   Trust Badges Section
   ============================ */
.trust-section {
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(250, 246, 241, 0) 0%, rgba(250, 246, 241, 0.8) 50%, rgba(250, 246, 241, 0) 100%);
}

.trust-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(var(--sun-rgb), 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.trust-card {
    text-align: center;
    padding: 2.5rem 1.8rem 2rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(var(--cobalt-rgb), 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.4s ease,
        border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.trust-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--cobalt), var(--sun), var(--cyan));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(90, 54, 37, 0.12);
    border-color: rgba(var(--cobalt-rgb), 0.15);
}

.trust-card:hover::after {
    opacity: 1;
}

.trust-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--cobalt-rgb), 0.1), rgba(var(--sun-rgb), 0.1));
    animation: trustPulse 3s ease-in-out infinite;
}

.trust-icon-wrap i {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    background: linear-gradient(135deg, var(--cobalt), var(--cobalt-deep));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes trustPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

.trust-card h3 {
    font-family: var(--font-title);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink-900);
    margin-bottom: 0.6rem;
}

.trust-card p {
    font-size: 0.92rem;
    color: var(--ink-500);
    line-height: 1.7;
    max-width: 28ch;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}

@media (max-width: 640px) {
    .trust-section {
        padding: 3rem 0 2.5rem;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .trust-card {
        padding: 1.5rem;
        display: flex;
        align-items: center;
        text-align: right;
        gap: 1.2rem;
    }

    .trust-icon-wrap {
        width: 56px;
        height: 56px;
        margin: 0;
        flex-shrink: 0;
    }

    .trust-icon-wrap i {
        font-size: 1.4rem;
    }

    .trust-card h3 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }

    .trust-card p {
        font-size: 0.85rem;
        max-width: 100%;
    }
}

/* ============================
   Promo Banner (Large Parallax Hero)
   ============================ */

.promo-section {
    position: relative;
    min-height: 85vh;
    /* Very big */
    width: 100%;
    margin: 0;
    /* Full width edge-to-edge */
    border-radius: 0;

    /* Dynamic Background */
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax Effect */

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: none;
    isolation: isolate;
    overflow: hidden;
}

/* Dark Overlay for Text Readability */
.promo-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Darker overlay */
    z-index: -1;
}

/* Optional Shimmer/Gradient remains in ::after if needed, 
   but for image banner, clean overlay is better. 
   I'll keep a subtle texture. */
.promo-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: -1;
    pointer-events: none;
}

.promo-content {
    text-align: center;
    max-width: 900px;
    /* Wider */
    padding: 4rem;
    margin: 0 1.5rem;
    position: relative;
    z-index: 2;

    /* Glass Box */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-xl);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.promo-tag {
    display: inline-block;
    padding: 0.6rem 2rem;
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.5);
    color: #ffd700;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-title {
    font-size: 4.5rem;
    /* Huge Title */
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.promo-text {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.promo-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.promo-actions .nova-btn {
    padding: 1rem 3rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .promo-section {
        min-height: 70vh;
        background-attachment: scroll;
        /* Mobile parallax fix */
    }

    .promo-content {
        padding: 2.5rem 1.5rem;
        width: 90%;
    }

    .promo-title {
        font-size: 2.8rem;
    }

    .promo-text {
        font-size: 1.1rem;
        max-width: 100%;
    }
}

/* ============================
   Full Size Image Mode (Auto Height)
   ============================ */
.promo-section.has-image {
    display: block;
    min-height: auto;
    height: auto;
    background: none !important;
    /* Override inline style if any */
    padding: 0;
}

.promo-bg-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* Show full image without cropping */
    max-height: 100vh;
    /* Don't exceed screen height if huge */
}

.promo-section.has-image .nova-shell {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

.promo-section.has-image .promo-content {
    pointer-events: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .promo-section.has-image {
        display: flex;
        flex-direction: column;
    }

    .promo-section.has-image .nova-shell {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 2rem 1rem;
        background: #1e293b;
        /* Fallback bg for text on mobile */
    }
}

/* ============================
   Layout Fixes (User Request)
   ============================ */
/* Remove internal scrolling and "mold" effect */
.product-rack,
.product-grid,
.catalog-grid,
.reviews-grid,
.about-grid {
    display: grid !important;
    gap: 2rem;
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    padding-bottom: 2rem;
}

/* Ensure mobile stacking */
@media (max-width: 640px) {

    .product-rack,
    .product-grid,
    .catalog-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================
   Privacy Policy Page
   ============================ */
.privacy-page {
    padding-top: 6rem;
}

.privacy-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
}

.privacy-block {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(var(--cobalt-rgb), 0.08);
}

.privacy-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.privacy-block h2 {
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--ink-900);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.privacy-block h2 i {
    color: var(--cobalt);
    font-size: 1.1rem;
}

.privacy-block p {
    color: var(--ink-600);
    line-height: 1.9;
    font-size: 1rem;
}

.privacy-block ul,
.privacy-block ol {
    padding-right: 1.5rem;
    margin: 0;
}

.privacy-block li {
    color: var(--ink-600);
    line-height: 2;
    padding: 0.3rem 0;
}

.privacy-block li strong {
    color: var(--ink-800);
}

.privacy-contact {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

@media (max-width: 640px) {
    .privacy-content {
        padding: 1.5rem;
    }

    .privacy-block h2 {
        font-size: 1.1rem;
    }

    .privacy-contact {
        flex-direction: column;
    }

    .privacy-contact .nova-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ============================
   404 Error Page
   ============================ */
.error-page {
    padding: 8rem 0 6rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.error-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.error-visual {
    position: relative;
    margin-bottom: 2rem;
}

.error-code {
    font-family: var(--font-title);
    font-size: clamp(6rem, 15vw, 12rem);
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--cobalt), var(--sun), var(--cobalt-deep));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.15;
    display: block;
}

.error-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(var(--cobalt-rgb), 0.1), rgba(var(--sun-rgb), 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: errorFloat 3s ease-in-out infinite;
}

.error-icon-wrap i {
    font-size: 2.5rem;
    color: var(--cobalt);
}

@keyframes errorFloat {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

.error-container h1 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--ink-900);
    margin-bottom: 0.8rem;
}

.error-container>p {
    color: var(--ink-500);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .error-page {
        padding: 5rem 0 3rem;
    }

    .error-container h1 {
        font-size: 1.4rem;
    }

    .error-actions {
        flex-direction: column;
    }

    .error-actions .nova-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================
   Loading Screen
   ============================ */
.loader-screen {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: linear-gradient(135deg, #faf6f1 0%, #f5ede4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-screen.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    animation: loaderPulse 1.2s ease-in-out infinite;
    margin-bottom: 1.5rem;
}

@keyframes loaderPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.loader-bar {
    width: 120px;
    height: 3px;
    background: rgba(var(--cobalt-rgb), 0.1);
    border-radius: 99px;
    overflow: hidden;
    margin: 0 auto;
}

.loader-bar span {
    display: block;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, var(--cobalt), var(--sun));
    border-radius: 99px;
    animation: loaderSlide 1s ease-in-out infinite;
}

@keyframes loaderSlide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(350%);
    }
}

/* ============================
   FAQ Accordion
   ============================ */
.faq-section {
    padding: 5rem 0;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-item {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(var(--cobalt-rgb), 0.08);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item.active {
    border-color: rgba(var(--cobalt-rgb), 0.2);
    box-shadow: 0 8px 32px rgba(90, 54, 37, 0.08);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-title);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink-900);
    text-align: right;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--cobalt);
}

.faq-arrow {
    font-size: 0.85rem;
    color: var(--cobalt);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 1.5rem 1.3rem;
}

.faq-answer p {
    color: var(--ink-500);
    line-height: 1.8;
    font-size: 0.95rem;
}

@media (max-width: 640px) {
    .faq-question {
        font-size: 0.95rem;
        padding: 1rem 1.2rem;
    }

    .faq-answer {
        padding: 0 1.2rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 1.2rem 1rem;
    }
}

/* ============================
   Thank You Page
   ============================ */
.thankyou-page {
    padding: 8rem 0 6rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.thankyou-container {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.thankyou-visual {
    margin-bottom: 2rem;
}

.thankyou-check {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.thankyou-svg {
    width: 100%;
    height: 100%;
}

.thankyou-circle {
    stroke: var(--cobalt);
    stroke-width: 2;
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: circleIn 0.6s ease forwards 0.2s;
}

.thankyou-tick {
    stroke: var(--cobalt);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: tickIn 0.4s ease forwards 0.8s;
}

@keyframes circleIn {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes tickIn {
    to {
        stroke-dashoffset: 0;
    }
}

.thankyou-container h1 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--ink-900);
    margin-bottom: 0.8rem;
}

.thankyou-container>p {
    color: var(--ink-500);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.thankyou-info {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
    border-radius: var(--radius-lg);
}

.thankyou-info-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: right;
}

.thankyou-info-item i {
    font-size: 1.5rem;
    color: var(--cobalt);
    flex-shrink: 0;
}

.thankyou-info-item strong {
    display: block;
    font-size: 0.95rem;
    color: var(--ink-900);
    margin-bottom: 0.2rem;
}

.thankyou-info-item span {
    font-size: 0.85rem;
    color: var(--ink-500);
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .thankyou-page {
        padding: 5rem 0 3rem;
    }

    .thankyou-container h1 {
        font-size: 1.4rem;
    }

    .thankyou-info {
        flex-direction: column;
        gap: 1rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-actions .nova-btn {
        width: 100%;
        justify-content: center;
    }
}