:root {
    --pink-deep: #a75f7d;
    --pink-mid: #d88ca9;
    --pink-soft: #f7dbe7;
    --pink-blush: #fff4f8;
    --pink-rose: #c77093;
    --cream: #f5ebe4;
    --warm-white: #fff8fb;
    --charcoal: #4d3340;
    --brown-soft: #5f4350;
    --gold: #c9a96e;
    --gold-light: #e8d5b0;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    overflow-x: hidden;
}

/* ── ICONS ── */
.lucide {
    width: 1.2em;
    height: 1.2em;
    stroke-width: 1.75px;
    vertical-align: middle;
    color: inherit;
}

.card-icon .lucide {
    width: 32px;
    height: 32px;
    color: var(--pink-deep);
}

.service-icon .lucide {
    width: 28px;
    height: 28px;
    color: var(--pink-deep);
}

.service-card.featured .service-icon .lucide {
    color: white;
}

.feature-ico .lucide {
    width: 24px;
    height: 24px;
    color: var(--pink-deep);
}

.fv-chip .lucide {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    opacity: 0.8;
}

.addon-icon .lucide {
    width: 28px;
    height: 28px;
    color: var(--pink-deep);
}

.step-icon .lucide {
    width: 32px;
    height: 32px;
    color: var(--pink-deep);
}

.social-link .lucide {
    width: 20px;
    height: 20px;
}

.btn-primary .lucide,
.btn-white .lucide {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

/* ── FLOATING NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(245, 235, 228, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(167, 95, 125, 0.12);
    transition: all .3s;
}

.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo img {
    height: 38px;
    width: auto;
    display: block;
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--brown-soft);
    text-decoration: none;
    transition: color .2s;
}

.nav-links a:hover {
    color: var(--pink-deep);
}

.nav-cta {
    background: var(--pink-deep);
    color: white !important;
    padding: 9px 22px;
    border-radius: 100px;
    font-size: 13px !important;
}

.nav-cta:hover {
    background: var(--pink-rose) !important;
    color: white !important;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: var(--pink-deep);
    border-radius: 2px;
}

/* ── HERO ── */
#hero {
    height: 100vh;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 0 76px;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 70% 50%, rgba(247, 219, 231, 0.35) 0%, transparent 70%),
        radial-gradient(ellipse 50% 60% at 10% 80%, rgba(167, 95, 125, 0.08) 0%, transparent 60%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(167, 95, 125, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1400px);
    max-width: 1400px;
    margin-inline: auto;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 200px;
    align-items: center;
    padding: 0 40px;
}

.hero-content {
    position: relative;
    padding: 0 0 28px;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: -34px;
    left: -48px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167, 95, 125, 0.13), transparent 68%);
    filter: blur(4px);
    pointer-events: none;
    z-index: -1;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 244, 248, 0.9);
    border: 1px solid rgba(167, 95, 125, 0.36);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #954a6a;
    font-weight: 700;
    margin-bottom: 28px;
    box-shadow: 0 12px 28px rgba(167, 95, 125, 0.12);
}

.hero-tag::before {
    content: '✦';
    font-size: 10px;
}

#hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.12;
    color: #432a36;
    margin-bottom: 24px;
    text-shadow: 0 16px 36px rgba(77, 51, 64, 0.08);
}

#hero h1 em {
    font-style: italic;
    color: #b15c81;
}

.hero-desc {
    font-size: 17px;
    line-height: 1.75;
    color: #563442;
    margin-bottom: 38px;
    max-width: 520px;
    padding-left: 18px;
    border-left: 3px solid rgba(177, 92, 129, 0.42);
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #9d4f71, #c06b8f);
    color: white;
    padding: 15px 34px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .25s;
    box-shadow:
        0 14px 30px rgba(167, 95, 125, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(167, 95, 125, 0.45);
    background: linear-gradient(135deg, #8f4565, #b95f85);
}

.btn-outline {
    border: 1.5px solid rgba(177, 92, 129, 0.62);
    color: #9d4f71;
    padding: 14px 32px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline:hover {
    background: rgba(255, 244, 248, 0.92);
    box-shadow: 0 10px 24px rgba(167, 95, 125, 0.1);
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 660px;
}

.hero-visual::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 560px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 45%, rgba(201, 169, 110, 0.12), transparent 42%),
        radial-gradient(circle at 52% 52%, rgba(167, 95, 125, 0.1), transparent 68%);
    filter: blur(8px);
    opacity: 0.75;
    pointer-events: none;
}

.hero-visual::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 999px;
    border: 1px solid rgba(201, 169, 110, 0.14);
    pointer-events: none;
}

.hero-cards {
    position: relative;
    width: 720px;
    height: 620px;
    perspective: 1000px;
}

.hero-card {
    position: absolute;
    background:
        radial-gradient(circle at 18% 0%, var(--card-lustre, rgba(255, 255, 255, 0.92)), transparent 34%),
        linear-gradient(145deg, var(--card-surface, #fffaf7), var(--card-surface-deep, #fffaf7) 72%),
        var(--card-surface, #fffaf7);
    border-radius: 30px;
    padding: 16px 16px 20px;
    border: 1px solid var(--card-border, rgba(201, 169, 110, 0.18));
    box-shadow:
        0 28px 58px var(--card-shadow, rgba(77, 51, 64, 0.13)),
        0 8px 18px var(--card-glow, rgba(167, 95, 125, 0.08)),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    animation: heroFloat 8s ease-in-out infinite;
    width: 286px;
    transition:
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.45s ease,
        background 0.35s ease,
        filter 0.35s ease;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
    will-change: transform;
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: none;
}

.hero-card * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.hero-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 29px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 36%),
        radial-gradient(circle at 82% 12%, var(--card-highlight, rgba(255, 255, 255, 0.62)), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 52%);
    pointer-events: none;
    z-index: -1;
}

.hero-card::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--card-accent-soft, rgba(201, 169, 110, 0.35)), var(--card-accent, rgba(201, 169, 110, 0.9)), var(--card-accent-soft, rgba(201, 169, 110, 0.35)), transparent);
    opacity: 0.95;
}

.hero-card .card-note::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(105deg,
            transparent 0%,
            transparent 34%,
            rgba(255, 255, 255, 0.1) 44%,
            rgba(255, 255, 255, 0.32) 50%,
            rgba(255, 255, 255, 0.09) 56%,
            transparent 68%,
            transparent 100%);
    transform: translateX(-135%) skewX(-10deg);
    transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-card:hover .card-note::after {
    transform: translateX(135%) skewX(-10deg);
}

.hero-card .card-badge::after,
.hero-card .card-title::after {
    content: '';
    display: block;
}

.hero-card .card-title::after {
    width: 54px;
    height: 1px;
    margin: 8px auto 0;
    background: linear-gradient(90deg, transparent, var(--card-accent, rgba(201, 169, 110, 0.9)), transparent);
    opacity: 0.74;
}

.hero-card img::selection {
    background: transparent;
}

.hero-card img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 14px;
    display: block;
    box-shadow:
        0 14px 28px rgba(77, 51, 64, 0.12),
        0 0 0 1px var(--card-image-border, rgba(255, 255, 255, 0.5));
    filter: saturate(1.03) contrast(1.02);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: none;
}

.hero-card:hover {
    animation-play-state: paused;
    transform: var(--card-transform) translateY(-18px) scale(1.045);
    z-index: 30 !important;
    background:
        radial-gradient(circle at 18% 0%, var(--card-lustre, rgba(255, 255, 255, 0.96)), transparent 34%),
        linear-gradient(145deg, var(--card-surface-hover, var(--card-surface, #fffdfb)), var(--card-surface-deep, #fffdfb) 72%),
        var(--card-surface-hover, #fffdfb);
    box-shadow:
        0 34px 72px var(--card-shadow-hover, rgba(77, 51, 64, 0.16)),
        0 12px 24px var(--card-glow, rgba(167, 95, 125, 0.1)),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-card:active {
    transform: var(--card-transform);
}

.hero-cards:hover .hero-card:not(:hover) {
    filter: saturate(0.96) brightness(0.98);
}

.hero-card.is-dragging {
    animation: none;
    cursor: grabbing;
    filter: none !important;
    transition: box-shadow 0.25s ease, background 0.25s ease;
    transform: var(--card-transform) scale(1.03);
    z-index: 50 !important;
    box-shadow:
        0 38px 82px rgba(77, 51, 64, 0.2),
        0 16px 30px rgba(167, 95, 125, 0.13);
}

.hero-card.is-returning {
    animation: none;
    filter: none !important;
    transition:
        left 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        top 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.45s ease,
        background 0.35s ease;
    z-index: 40 !important;
}

.hero-card[data-card-id="premium"] {
    top: 336px;
    left: 88px;
    --card-transform: rotate(4deg);
    --card-surface: #fff6f8;
    --card-surface-deep: #f7dde7;
    --card-surface-hover: #fff9fb;
    --card-border: rgba(184, 104, 134, 0.32);
    --card-accent: rgba(184, 104, 134, 0.92);
    --card-accent-soft: rgba(184, 104, 134, 0.22);
    --card-highlight: rgba(246, 214, 226, 0.74);
    --card-lustre: rgba(255, 252, 253, 0.94);
    --card-shadow: rgba(128, 72, 94, 0.14);
    --card-shadow-hover: rgba(128, 72, 94, 0.22);
    --card-glow: rgba(184, 104, 134, 0.14);
    --card-image-border: rgba(184, 104, 134, 0.2);
    animation-delay: 3s;
    z-index: 5;
}

.hero-card[data-card-id="premium"]::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), transparent 34%),
        radial-gradient(circle at 78% 9%, rgba(184, 104, 134, 0.26), transparent 30%),
        repeating-linear-gradient(135deg, rgba(128, 72, 94, 0.035) 0 1px, transparent 1px 8px);
}

.hero-card[data-card-id="luxury"] {
    top: -30px;
    left: 352px;
    --card-transform: rotate(3deg);
    --card-surface: #fffaf0;
    --card-surface-deep: #ead7ab;
    --card-surface-hover: #fffdf6;
    --card-border: rgba(177, 137, 70, 0.46);
    --card-accent: rgba(177, 137, 70, 1);
    --card-accent-soft: rgba(91, 66, 32, 0.28);
    --card-highlight: rgba(238, 223, 190, 0.86);
    --card-lustre: rgba(255, 253, 244, 0.98);
    --card-shadow: rgba(90, 63, 27, 0.16);
    --card-shadow-hover: rgba(90, 63, 27, 0.27);
    --card-glow: rgba(177, 137, 70, 0.24);
    --card-image-border: rgba(177, 137, 70, 0.3);
    animation-delay: 2s;
    z-index: 4;
}

.hero-card[data-card-id="luxury"]::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 32%),
        radial-gradient(circle at 76% 10%, rgba(177, 137, 70, 0.42), transparent 32%),
        repeating-linear-gradient(135deg, rgba(91, 66, 32, 0.055) 0 1px, transparent 1px 7px);
}

.hero-card[data-card-id="luxury"]::after {
    box-shadow: 0 -10px 26px rgba(177, 137, 70, 0.3);
}

.hero-card[data-card-id="motion"] {
    top: -48px;
    left: 20px;
    --card-transform: rotate(3deg);
    --card-surface: #f5f1f7;
    --card-surface-deep: #ddd2e4;
    --card-surface-hover: #fbf8fc;
    --card-border: rgba(86, 65, 105, 0.3);
    --card-accent: rgba(95, 73, 116, 0.95);
    --card-accent-soft: rgba(73, 51, 89, 0.24);
    --card-highlight: rgba(210, 198, 221, 0.72);
    --card-lustre: rgba(255, 255, 255, 0.92);
    --card-shadow: rgba(52, 39, 64, 0.16);
    --card-shadow-hover: rgba(52, 39, 64, 0.27);
    --card-glow: rgba(95, 73, 116, 0.2);
    --card-image-border: rgba(95, 73, 116, 0.22);
    animation-delay: 0s;
    z-index: 3;
}

.hero-card[data-card-id="motion"]::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 35%),
        radial-gradient(circle at 78% 10%, rgba(95, 73, 116, 0.34), transparent 30%),
        repeating-linear-gradient(135deg, rgba(52, 39, 64, 0.045) 0 1px, transparent 1px 8px);
}

.hero-card[data-card-id="basic"] {
    top: 348px;
    left: 420px;
    --card-transform: rotate(3deg);
    --card-surface: #fffaf2;
    --card-surface-deep: #edf0df;
    --card-surface-hover: #fffdf7;
    --card-border: rgba(139, 154, 118, 0.28);
    --card-accent: rgba(126, 142, 104, 0.9);
    --card-accent-soft: rgba(97, 111, 79, 0.2);
    --card-highlight: rgba(226, 231, 207, 0.72);
    --card-lustre: rgba(255, 253, 247, 0.94);
    --card-shadow: rgba(88, 78, 57, 0.12);
    --card-shadow-hover: rgba(88, 78, 57, 0.2);
    --card-glow: rgba(126, 142, 104, 0.14);
    --card-image-border: rgba(126, 142, 104, 0.18);
    animation-delay: 4s;
    z-index: 2;
}

.hero-card[data-card-id="basic"]::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), transparent 34%),
        radial-gradient(circle at 78% 10%, rgba(126, 142, 104, 0.28), transparent 30%),
        repeating-linear-gradient(135deg, rgba(97, 111, 79, 0.035) 0 1px, transparent 1px 8px);
}

@keyframes heroFloat {

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

    50% {
        transform: var(--card-transform) translateY(-12px);
    }
}

.card-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.card-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--card-badge-bg, rgba(77, 51, 64, 0.78));
    color: white;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow:
        0 10px 24px rgba(77, 51, 64, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.card-badge::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 46%, transparent 72%);
    transform: translateX(-120%);
    transition: transform .8s ease;
}

.hero-card:hover .card-badge::after {
    transform: translateX(120%);
}

.hero-card[data-card-id="premium"] .card-badge {
    --card-badge-bg: linear-gradient(135deg, #8f4f69, #c98aa2);
}

.hero-card[data-card-id="luxury"] .card-badge {
    --card-badge-bg: linear-gradient(135deg, #5f4623, #c6a25e);
}

.hero-card[data-card-id="motion"] .card-badge {
    --card-badge-bg: linear-gradient(135deg, #3f304d, #735a89);
}

.hero-card[data-card-id="basic"] .card-badge {
    --card-badge-bg: linear-gradient(135deg, #6f7f5a, #dce4ca);
    color: var(--charcoal);
}

.card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 4px;
}

.card-sub {
    display: none;
}

.card-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--pink-deep);
    margin-top: 8px;
    display: block;
}

.card-note {
    font-size: 11px;
    color: rgba(95, 67, 80, 0.72);
    letter-spacing: .04em;
    margin-top: 6px;
}

.hero-card[data-card-id="luxury"] .card-title {
    color: #5f4623;
}

.hero-card[data-card-id="motion"] .card-title {
    color: #3f304d;
}

.hero-card[data-card-id="basic"] .card-title {
    color: #61704d;
}

.hero-main-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    z-index: 1;
    opacity: 0.22;
    filter: blur(70px);
    pointer-events: none;
    background: radial-gradient(circle, var(--pink-mid) 0%, transparent 70%);
    height: 100%;
}

.hero-main-img img {
    width: 100%;
    height: auto;
}

.hero-cards {
    position: relative;
    z-index: 2;
}

.hero-stats {
    display: flex;
    gap: 14px;
    margin-top: 38px;
    max-width: 560px;
}

.hero-stats>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
    padding: 11px 14px;
    background: rgba(255, 248, 251, 0.76);
    border: 1px solid rgba(167, 95, 125, 0.16);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(167, 95, 125, 0.08);
    text-align: center;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: #9d4f71;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.stat-num span {
    font-size: 15px;
    margin-left: 2px;
}

.stat-label {
    font-size: 10px;
    color: #5b3948;
    letter-spacing: .04em;
    font-weight: 600;
}

/* ── SECTION BASE ── */
section {
    padding: 80px 0;
    position: relative;
}

.section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-label {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--pink-mid);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-label::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--pink-mid);
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.18;
    color: var(--charcoal);
    max-width: 600px;
    margin-bottom: 16px;
}

.section-title em {
    font-style: italic;
    color: var(--pink-deep);
}

.section-label-center {
    justify-content: center;
}

.section-title-center {
    text-align: center;
    margin: 0 auto 12px;
}

.section-note {
    color: var(--brown-soft);
    font-size: 15px;
    line-height: 1.7;
    max-width: 550px;
}

.section-note-center {
    text-align: center;
    margin: 0 auto;
}

/* ── MARQUEE ── */
.marquee-section {
    padding: 20px 0;
    background: var(--pink-deep);
    overflow: hidden;
}

.hero-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.marquee-track {
    display: flex;
    gap: 0;
    animation: marquee 30s linear infinite;
    will-change: transform;
}

.marquee-group {
    display: flex;
    flex: 0 0 auto;
    min-width: max-content;
}

.marquee-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 32px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.marquee-item::after {
    content: '✦';
    margin-left: 64px;
    font-size: 10px;
    opacity: 0.4;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

/* ── SERVICES SECTION ── */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.service-card {
    background: white;
    border-radius: 32px;
    padding: 48px;
    position: relative;
    border: 1px solid rgba(167, 95, 125, 0.1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pink-deep), var(--pink-mid));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(167, 95, 125, 0.12);
}

.service-card.featured {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--pink-deep) 0%, var(--pink-rose) 100%);
    color: white;
}

.service-card.featured .service-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.service-card.featured .service-title {
    color: white;
}

.service-card.featured .service-desc {
    color: rgba(255, 255, 255, 0.8);
}

.service-icon {
    width: 56px;
    height: 56px;
    background: var(--pink-blush);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.service-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 12px;
}

.service-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--brown-soft);
}

.service-features {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-tag {
    background: var(--pink-blush);
    color: var(--pink-deep);
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 100px;
    font-weight: 500;
}

.service-card.featured .service-tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* ── PRICING ── */
#pricing {
    background: var(--cream);
    padding: 80px 0;
}

.pricing-tabs {
    display: flex;
    gap: 8px;
    background: white;
    border-radius: 100px;
    padding: 6px;
    width: fit-content;
    margin: 40px auto 0;
    border: 1px solid rgba(167, 95, 125, 0.15);
}

.ptab {
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    color: var(--brown-soft);
    border: none;
    background: none;
}

.ptab.active {
    background: var(--pink-deep);
    color: white;
    box-shadow: 0 4px 14px rgba(167, 95, 125, 0.3);
}

/* ── THEMES GALLERY ── */
.themes-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.themes-header .section-title {
    margin-bottom: 0;
}

.themes-header .section-note {
    margin-bottom: 8px;
}

.theme-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.theme-tab {
    border: 1px solid rgba(167, 95, 125, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--brown-soft);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 16px;
    transition: all .2s;
}

.theme-tab:hover,
.theme-tab.active {
    background: var(--pink-deep);
    border-color: var(--pink-deep);
    color: white;
}

.theme-summary {
    color: var(--brown-soft);
    font-size: 14px;
    line-height: 1.7;
    margin-top: 18px;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 26px;
}

.themes-grid.themes-grid-dense {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.theme-load-controls {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.theme-load-more {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(167, 95, 125, 0.24);
    border-radius: 999px;
    color: var(--pink-deep);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .04em;
    min-height: 44px;
    padding: 12px 22px;
    text-transform: uppercase;
    transition: all .2s;
}

.theme-load-more:hover {
    background: var(--pink-deep);
    border-color: var(--pink-deep);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(167, 95, 125, 0.18);
}

.theme-load-more[hidden] {
    display: none;
}

.theme-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(167, 95, 125, 0.1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.theme-media {
    background: var(--pink-blush);
    overflow: hidden;
}

.theme-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .6s;
}

.theme-card:hover img {
    transform: scale(1.05);
}

.theme-card.no-image-hover:hover img {
    transform: none;
}

.theme-info {
    padding: 16px;
}

.theme-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    color: var(--charcoal);
    margin-bottom: 4px;
}

.themes-grid-dense .theme-info h3 {
    font-size: 16px;
    margin-bottom: 2px;
}

.theme-info p {
    font-size: 13px;
    color: var(--brown-soft);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.themes-grid-dense .theme-info p {
    font-size: 10px;
    letter-spacing: .02em;
}

.themes-grid-dense .theme-info {
    padding: 10px;
}

.theme-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.theme-link {
    align-items: center;
    background: var(--pink-deep);
    border-radius: 999px;
    color: white;
    display: inline-flex;
    flex: 1;
    font-size: 12px;
    justify-content: center;
    letter-spacing: .05em;
    padding: 9px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s;
}

.themes-grid-dense .theme-link {
    font-size: 10px;
    padding: 6px 10px;
    letter-spacing: .02em;
}

.theme-link:hover {
    background: var(--pink-rose);
}

.theme-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(167, 95, 125, 0.15);
    border-color: var(--pink-mid);
}

/* ── COMPARISON SECTION ── */
#comparison {
    padding: 44px 0 56px;
}

#comparison .section-title {
    font-size: clamp(34px, 3.2vw, 46px);
    margin-bottom: 8px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 30px;
}

.compare-card {
    background: var(--pink-blush);
    border-radius: 24px;
    padding: 22px;
    text-align: center;
    border: 1px solid rgba(167, 95, 125, 0.1);
    transition: transform .3s;
}

.compare-card:hover {
    transform: translateY(-5px);
}

.compare-img {
    width: 100%;
    height: min(44vh, 430px);
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(167, 95, 125, 0.12);
    margin-bottom: 14px;
}

.compare-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--charcoal);
}

@media (max-width: 992px) {
    .themes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .themes-grid.themes-grid-dense {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 600px) {
    .themes-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

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

    .themes-grid.themes-grid-dense {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.price-card {
    background: white;
    border-radius: 24px;
    padding: 28px 24px;
    border: 1.5px solid rgba(167, 95, 125, 0.12);
    position: relative;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(167, 95, 125, 0.14);
}

.price-card.popular {
    border-color: var(--pink-deep);
    background: linear-gradient(160deg, #fff 0%, var(--pink-blush) 100%);
}

.popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pink-deep);
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 100px;
}

.popular-badge .lucide,
.prestige-badge .lucide {
    width: 13px;
    height: 13px;
    stroke-width: 2px;
}

.prestige-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 5px 18px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(77, 51, 64, 0.16);
}

.prestige-badge.luxury {
    background: linear-gradient(135deg, #5f4623, #c6a25e);
}

.prestige-badge.motion {
    background: linear-gradient(135deg, #3f304d, #735a89);
}

.price-card:has(.prestige-badge.luxury) {
    border-color: rgba(177, 137, 70, 0.42);
    border-width: 2px;
}

.price-card:has(.prestige-badge.motion) {
    border-color: rgba(95, 73, 116, 0.34);
    border-width: 2px;
}

.price-card:has(.prestige-badge.luxury) .price-cta {
    background: linear-gradient(135deg, #5f4623, #c6a25e);
    border-color: transparent;
    color: white;
}

.price-card:has(.prestige-badge.luxury) .price-cta:hover {
    background: linear-gradient(135deg, #4f391c, #b78f47);
}

.price-card:has(.prestige-badge.motion) .price-cta {
    background: linear-gradient(135deg, #3f304d, #735a89);
    border-color: transparent;
    color: white;
}

.price-card:has(.prestige-badge.motion) .price-cta:hover {
    background: linear-gradient(135deg, #33273f, #634c78);
}

.price-tier {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--pink-mid);
    font-weight: 600;
    margin-bottom: 14px;
}

.price-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 20px;
}

.price-toggle {
    display: flex;
    background: var(--pink-blush);
    border-radius: 100px;
    padding: 4px;
    gap: 4px;
    margin-bottom: 20px;
}

.ptoggle-btn {
    flex: 1;
    padding: 6px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    color: var(--brown-soft);
    transition: all .25s;
    user-select: none;
}

.ptoggle-btn.active {
    background: white;
    color: var(--pink-deep);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.price-old {
    font-size: 13px;
    color: #aaa;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.price-current {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--pink-deep);
    line-height: 1;
    margin-bottom: 24px;
}

.price-current small {
    font-size: 16px;
    font-weight: 400;
}

.price-divider {
    height: 1px;
    background: rgba(167, 95, 125, 0.12);
    margin: 20px 0;
}

.price-features {
    list-style: none;
    margin-bottom: 28px;
}

.price-features li {
    font-size: 13px;
    line-height: 1.6;
    color: var(--brown-soft);
    padding: 5px 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.price-features li::before {
    content: '✓';
    color: var(--pink-deep);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.price-cta {
    margin-top: auto;
    width: 100%;
    background: var(--pink-deep);
    color: white;
    border: none;
    padding: 13px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s;
    text-decoration: none;
    display: block;
    text-align: center;
    letter-spacing: .04em;
}

.price-cta:hover {
    background: var(--pink-rose);
    transform: translateY(-1px);
}

.price-card:not(.popular) .price-cta {
    background: transparent;
    border: 1.5px solid var(--pink-mid);
    color: var(--pink-deep);
}

.price-card:not(.popular) .price-cta:hover {
    background: var(--pink-blush);
}

/* ── FEATURES SECTION ── */
#features {
    background: var(--charcoal);
    color: white;
}

#features .section-label {
    color: var(--pink-soft);
}

#features .section-label::before {
    background: var(--pink-soft);
}

#features .section-title {
    color: white;
}

#features .section-title em {
    color: var(--pink-soft);
}

.features-intro {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 60px;
}

.features-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: all .2s;
    cursor: pointer;
}

.feature-item:hover,
.feature-item.active {
    background: rgba(167, 95, 125, 0.2);
    border-color: rgba(167, 95, 125, 0.4);
}

.feature-ico {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text-name {
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-bottom: 4px;
}

.feature-text-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.features-visual {
    position: sticky;
    top: 100px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 32px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fv-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: white;
    margin-bottom: 24px;
    font-weight: 400;
}

.fv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fv-chip {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(167, 95, 125, 0.25);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
}

.fv-chip span {
    font-size: 16px;
}

.feature-note {
    margin-top: 28px;
    padding: 20px;
    background: rgba(196, 96, 122, 0.15);
    border: 1px solid rgba(196, 96, 122, 0.3);
    border-radius: 16px;
}

.feature-note p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* ── ADD-ONS ── */
#addons {
    background: var(--warm-white);
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.addon-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(167, 95, 125, 0.1);
    transition: all .25s;
}

.addon-card:hover {
    border-color: var(--pink-mid);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(167, 95, 125, 0.1);
}

.addon-icon {
    font-size: 28px;
    margin-bottom: 16px;
}

.addon-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 6px;
}

.addon-note {
    font-size: 13px;
    color: var(--brown-soft);
    line-height: 1.6;
}

.addon-tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 11px;
    background: var(--pink-blush);
    color: var(--pink-deep);
    padding: 3px 12px;
    border-radius: 100px;
    font-weight: 500;
}

/* ── HOW IT WORKS ── */
#how {
    background: var(--cream);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.step-card {
    text-align: center;
    padding: 32px 24px;
    background: white;
    border-radius: 28px;
    border: 1px solid rgba(167, 95, 125, 0.1);
    position: relative;
}

.step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 300;
    color: rgba(167, 95, 125, 0.34);
    line-height: 1;
    margin-bottom: 16px;
    text-shadow: 0 10px 24px rgba(167, 95, 125, 0.08);
}

.step-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 12px;
}

.step-desc {
    font-size: 14px;
    color: var(--brown-soft);
    line-height: 1.7;
}

.step-connector {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    color: var(--pink-mid);
    font-size: 20px;
    z-index: 2;
}

/* ── FAQ ── */
#faq {
    background: var(--warm-white);
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    margin-top: 60px;
}

.faq-aside .section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--brown-soft);
    margin-top: 20px;
}

.faq-aside .btn-primary {
    margin-top: 32px;
}

.faq-cta {
    margin-top: 28px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(167, 95, 125, 0.1);
    overflow: hidden;
    transition: all .2s;
}

.faq-item.open {
    border-color: var(--pink-mid);
}

.faq-q {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--charcoal);
    gap: 16px;
}

.faq-arrow {
    font-size: 18px;
    color: var(--pink-mid);
    transition: transform .2s;
    flex-shrink: 0;
}

.faq-item.open .faq-arrow {
    transform: rotate(45deg);
}

.faq-a {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--brown-soft);
}

.faq-item.open .faq-a {
    max-height: 200px;
    padding: 0 24px 20px;
}

/* ── CTA ── */
#cta {
    background: linear-gradient(135deg, var(--charcoal) 0%, #3d2424 100%);
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
}

#cta::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(167, 95, 125, 0.25), transparent 70%);
}

.cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-label {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--pink-soft);
    font-weight: 500;
    margin-bottom: 20px;
}

.cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    color: white;
    line-height: 1.15;
    margin-bottom: 20px;
}

.cta-title em {
    font-style: italic;
    color: var(--pink-soft);
}

.cta-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    line-height: 1.7;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-white {
    background: white;
    color: var(--pink-deep);
    padding: 15px 36px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.btn-ghost {
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 15px 36px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s;
}

.btn-ghost:hover {
    border-color: white;
    background: rgba(255, 255, 255, 0.07);
}

/* ── FOOTER ── */
footer {
    background: #1a1010;
    padding: 60px 5% 32px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 28px;
}

.footer-brand .logo {
    color: var(--pink-soft);
    font-size: 28px;
    display: block;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 13px;
    line-height: 1.7;
}

.footer-col h4 {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-bottom: 10px;
    transition: color .2s;
}

.footer-col a:hover {
    color: var(--pink-soft);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-tagline {
    color: var(--pink-soft);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.footer-social-links {
    margin-top: 20px;
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: var(--pink-soft);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.social-link .lucide {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
}

.social-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    color: white;
    border-color: transparent;
}

.social-link.ig:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-link.tt:hover {
    background: #000;
}

.social-link.wa:hover {
    background: #25D366;
}

.social-link.ml:hover {
    background: var(--pink-deep);
}

/* ── TABLET & SMALL LAPTOP (iPad Air, Surface Pro 7, etc) ── */
@media (max-width: 1400px) {
    .nav-links {
        gap: 12px;
    }

    .nav-links a {
        font-size: 10px;
    }

    #hero h1 {
        font-size: 44px;
        line-height: 1.1;
    }

    .hero-content {
        max-width: 440px;
        z-index: 5;
        position: relative;
    }

    #hero {
        padding-top: 84px;
        padding-bottom: 70px;
    }

    .hero-inner {
        gap: 0;
        grid-template-columns: 440px 1fr;
    }

    .hero-visual {
        transform: scale(0.85);
        transform-origin: center;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-inner,
    .hero-inner,
    .cta-inner,
    .footer-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) and (max-height: 800px) {
    .nav-inner {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 9px;
        letter-spacing: .07em;
    }

    .nav-cta {
        padding: 8px 18px;
        font-size: 11px !important;
    }

    .logo img {
        height: 30px;
    }

    #hero {
        min-height: 860px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .hero-inner {
        grid-template-columns: 390px 406px;
        gap: 18px;
        align-items: center;
        justify-content: center;
    }

    .hero-content {
        max-width: 390px;
        padding-bottom: 0;
    }

    .hero-tag {
        padding: 6px 14px;
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: .09em;
    }

    #hero h1 {
        font-size: 38px;
        line-height: 1.06;
        margin-bottom: 16px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        max-width: 380px;
        padding-left: 14px;
    }

    .hero-btns {
        gap: 10px;
    }

    .btn-primary,
    .btn-outline {
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 12px;
    }

    .hero-stats {
        margin-top: 24px;
        gap: 10px;
    }

    .hero-stats>div {
        padding: 9px 10px;
        border-radius: 14px;
    }

    .stat-num {
        font-size: 20px;
    }

    .stat-label {
        font-size: 9px;
    }

    .hero-visual {
        min-height: 390px;
        transform: translate(-8px, -40px) scale(0.58);
        transform-origin: center;
    }

    .hero-cards {
        width: 700px;
        height: 560px;
    }

    .marquee-section {
        padding: 11px 0;
    }

    .marquee-item {
        font-size: 11px;
        padding: 0 26px;
    }

    .marquee-item::after {
        margin-left: 52px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) and (max-height: 650px) {
    #hero {
        min-height: 740px;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hero-visual {
        transform: translate(-8px, -40px) scale(0.52);
    }

    .hero-inner {
        grid-template-columns: 390px 364px;
    }

    .marquee-section {
        padding: 10px 0;
    }
}

@media (min-width: 1280px) and (max-width: 1400px) and (min-height: 900px) {
    .nav-links {
        gap: 24px;
    }

    .nav-links a {
        font-size: 12px;
    }

    #hero {
        padding-top: 96px;
        padding-bottom: 76px;
    }

    #hero h1 {
        font-size: 62px;
    }

    .hero-content {
        max-width: 520px;
    }

    .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 110px;
    }

    .hero-visual {
        transform: translateX(-114px) scale(1);
    }
}

/* ── MOBILE ── */
@media (max-width: 1024px) {
    .nav-inner {
        padding: 14px 28px;
    }

    .nav-links {
        display: none;
    }

    .nav-links.is-open {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 28px 18px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(167, 95, 125, 0.12);
        box-shadow: 0 18px 32px rgba(167, 95, 125, 0.08);
    }

    .nav-links.is-open li {
        width: 100%;
        text-align: center;
    }

    .nav-links.is-open a {
        display: block;
        padding: 14px 0;
        font-size: 12px;
    }

    .nav-links.is-open .nav-cta {
        margin-top: 8px;
        padding: 12px 20px;
    }

    .hamburger {
        display: flex;
    }

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

    #hero {
        height: auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center;
    }

    #hero h1 {
        font-size: 56px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-desc {
        font-size: 18px;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        transform: none;
    }

    .hero-desc {
        padding-left: 0;
        border-left: none;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 0;
    }

    .nav-inner {
        padding: 10px 20px;
    }

    .logo img {
        height: 26px;
    }

    .nav-links.is-open {
        padding: 8px 20px 18px;
    }

    .hamburger span {
        width: 20px;
        height: 2px;
    }

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

    .service-card.featured {
        grid-column: span 1;
    }

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

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

    .compare-img {
        height: auto;
    }

    .features-layout {
        grid-template-columns: 1fr;
    }

    .features-visual {
        display: none;
    }

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

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

    .step-connector {
        display: none;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .footer-brand {
        grid-column: span 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-social-links {
        justify-content: center;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-label {
        justify-content: center;
    }

    .section-label::after {
        content: '';
        width: 30px;
        height: 1px;
        background: var(--pink-mid);
    }

    .section-title,
    .section-note,
    .features-intro,
    .cta-inner {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .themes-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .faq-intro,
    .faq-aside {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .faq-intro .section-note,
    .faq-aside .section-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-intro .faq-cta,
    .faq-aside .faq-cta {
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
    }

    .theme-summary {
        text-align: center;
    }

    .section-inner,
    .hero-inner,
    .cta-inner,
    .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-stats {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        max-width: none;
        gap: 28px;
        margin-top: 44px;
    }

    .hero-stats>div {
        background: none;
        border: none;
        box-shadow: none;
        padding: 0;
        flex: none;
    }

    .theme-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 12px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .theme-tabs::-webkit-scrollbar {
        display: none;
    }

    .theme-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero-btns .btn-primary,
    .hero-btns .btn-outline {
        width: 100%;
        justify-content: center;
    }
}

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

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}

/* ── ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s, transform .7s;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

.reveal-delay-1 {
    transition-delay: .1s;
}

.reveal-delay-2 {
    transition-delay: .2s;
}

.reveal-delay-3 {
    transition-delay: .3s;
}

.section-jump-highlight :is(.section-inner, .hero-inner, .cta-inner) {
    animation: sectionJumpFocus .78s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-jump-highlight::after {
    content: '';
    position: absolute;
    inset: clamp(1rem, 4vw, 2.5rem);
    z-index: 0;
    border-radius: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(167, 95, 125, 0.22);
    background: radial-gradient(circle at 50% 0%, rgba(255, 244, 248, 0.58), transparent 64%);
    pointer-events: none;
    animation: sectionJumpGlow .78s ease-out forwards;
}

@keyframes sectionJumpFocus {
    0% {
        transform: translateY(18px) scale(0.985);
        filter: saturate(0.94);
    }

    58% {
        transform: translateY(-4px) scale(1.006);
        filter: saturate(1.04);
    }

    100% {
        transform: none;
        filter: none;
    }
}

@keyframes sectionJumpGlow {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }

    28% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.02);
    }
}

@media (min-width: 1401px) and (max-width: 1536px) and (max-height: 950px) {
    #hero {
        padding-top: 108px;
    }

    .hero-inner {
        gap: 96px;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .hero-content {
        transform: none;
    }

    .hero-tag {
        margin-bottom: 22px;
    }

    #hero h1 {
        font-size: 58px;
        line-height: 1.08;
        margin-bottom: 20px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 28px;
        max-width: 470px;
    }

    .hero-stats {
        margin-top: 28px;
    }

    .hero-visual {
        min-height: 520px;
        transform: scale(0.78);
        transform-origin: center;
    }

    .hero-cards {
        width: 700px;
        height: 560px;
    }

    .marquee-section {
        padding: 16px 0;
    }
}

/* ── RESPONSIVE SYSTEM OVERRIDE ── */
:root {
    --container-max: 74rem;
    --container-pad: clamp(1rem, 5vw, 2.5rem);
    --section-space: clamp(4rem, 12vw, 6rem);
    --touch-size: 2.75rem;
}

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

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow-x: clip) {

    html,
    body {
        overflow-x: hidden;
    }
}

body {
    min-width: 0;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

a,
button {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
}

#main-content {
    min-width: 0;
}

.section-inner,
.hero-inner,
.footer-inner,
.footer-bottom {
    width: min(calc(100% - (var(--container-pad) * 2)), var(--container-max));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

section {
    padding-block: var(--section-space);
}

.section-label {
    font-size: clamp(0.68rem, 2.6vw, 0.75rem);
    gap: 0.625rem;
}

.section-title {
    width: 100%;
    max-width: 42rem;
    font-size: clamp(2.05rem, 10vw, 3.25rem);
    line-height: 1.12;
    overflow-wrap: break-word;
}

.section-note,
.section-desc,
.features-intro,
.service-desc,
.addon-note,
.step-desc,
.faq-a,
.footer-brand p {
    overflow-wrap: break-word;
}

nav {
    width: 100%;
}

.nav-inner {
    width: min(calc(100% - (var(--container-pad) * 2)), var(--container-max));
    max-width: none;
    margin-inline: auto;
    padding: clamp(0.625rem, 2.6vw, 1rem) 0;
}

.logo img {
    height: clamp(1.625rem, 7vw, 2.375rem);
}

.hamburger {
    width: var(--touch-size);
    height: var(--touch-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 248, 251, 0.74);
    border: 1px solid rgba(167, 95, 125, 0.18);
    cursor: pointer;
}

.hamburger span {
    width: 1.25rem;
    height: 0.125rem;
    transition: transform .2s ease, opacity .2s ease;
}

.hamburger.is-open span:nth-child(1) {
    transform: translateY(0.4375rem) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
    transform: translateY(-0.4375rem) rotate(-45deg);
}

.nav-links {
    display: none;
}

.nav-links.is-open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100svh - 4rem);
    overflow-y: auto;
    padding: 0.5rem var(--container-pad) 1rem;
    background: rgba(255, 248, 251, 0.98);
    border-bottom: 1px solid rgba(167, 95, 125, 0.14);
    box-shadow: 0 1.25rem 2.5rem rgba(77, 51, 64, 0.12);
}

.nav-links.is-open li {
    width: 100%;
    text-align: center;
}

.nav-links.is-open a {
    min-height: var(--touch-size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 0.75rem;
}

.nav-links.is-open .nav-cta {
    margin-top: 0.5rem;
}

#hero {
    height: auto;
    min-height: 100svh;
    padding-block: clamp(6rem, 24vw, 8rem) clamp(5rem, 18vw, 6.75rem);
    text-align: center;
}

.hero-inner {
    flex: initial;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(2.25rem, 8vw, 4rem);
}

.hero-content {
    width: 100%;
    max-width: 42rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    transform: none;
}

.hero-content::before {
    top: -1.75rem;
    left: 50%;
    width: min(64vw, 16rem);
    height: min(64vw, 16rem);
    transform: translateX(-50%);
}

.hero-tag {
    max-width: 100%;
    padding: 0.5rem 0.875rem;
    margin-bottom: clamp(1rem, 5vw, 1.5rem);
    font-size: clamp(0.62rem, 2.8vw, 0.75rem);
    line-height: 1.35;
    white-space: normal;
    justify-content: center;
}

#hero h1 {
    width: 100%;
    font-size: clamp(2.5rem, 12vw, 3.75rem);
    line-height: 1.04;
    margin-bottom: clamp(1rem, 4vw, 1.5rem);
    overflow-wrap: break-word;
}

.hero-desc {
    width: 100%;
    max-width: 38rem;
    padding-left: 0;
    border-left: 0;
    font-size: clamp(0.95rem, 4vw, 1.125rem);
    line-height: 1.65;
    margin-inline: auto;
    margin-bottom: clamp(1.5rem, 6vw, 2.25rem);
}

.hero-btns,
.cta-btns {
    width: 100%;
    max-width: 24rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-inline: auto;
}

.btn-primary,
.btn-outline,
.btn-white,
.btn-ghost,
.price-cta,
.theme-link,
.ptab,
.theme-tab,
.theme-load-more {
    min-height: var(--touch-size);
}

.btn-primary,
.btn-outline,
.btn-white,
.btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1.25rem;
    text-align: center;
}

.hero-stats {
    width: 100%;
    max-width: 30rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.5rem, 2.5vw, 0.875rem);
    margin: clamp(1.75rem, 7vw, 2.75rem) auto 0;
}

.hero-stats>div {
    min-width: 0;
    padding: 0.75rem 0.5rem;
    border-radius: 1rem;
}

.stat-num {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
    white-space: nowrap;
}

.stat-label {
    font-size: clamp(0.62rem, 2.6vw, 0.7rem);
    line-height: 1.25;
}

.hero-visual {
    display: none;
}

.marquee-section {
    padding-block: clamp(0.65rem, 3vw, 1rem);
}

.marquee-item {
    padding-inline: clamp(1rem, 4vw, 1.75rem);
    font-size: clamp(0.65rem, 2.7vw, 0.78rem);
}

.marquee-item::after {
    margin-left: clamp(1.75rem, 7vw, 3.25rem);
}

.services-grid,
.pricing-grid,
.features-layout,
.addons-grid,
.steps-grid,
.faq-layout,
.comparison-grid,
.themes-grid,
.themes-grid.themes-grid-dense,
.footer-inner {
    grid-template-columns: minmax(0, 1fr);
}

.services-grid,
.pricing-grid,
.features-layout,
.addons-grid,
.steps-grid,
.faq-layout,
.comparison-grid,
.themes-grid {
    gap: clamp(1rem, 4vw, 1.5rem);
}

.service-card.featured {
    grid-column: auto;
}

.service-card,
.price-card,
.compare-card,
.features-visual,
.addon-card,
.step-card {
    padding: clamp(1.25rem, 5vw, 2rem);
    border-radius: clamp(1rem, 5vw, 1.75rem);
    min-width: 0;
}

.service-title,
.step-title,
.compare-label {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
}

.pricing-tabs {
    width: 100%;
    max-width: 24rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(1.5rem, 6vw, 2.5rem);
}

.ptab {
    padding-inline: 0.75rem;
}

.price-current {
    font-size: clamp(2rem, 10vw, 2.35rem);
}

.popular-badge,
.prestige-badge {
    max-width: calc(100% - 2rem);
    justify-content: center;
}

.themes-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.theme-tabs {
    width: calc(100% + (var(--container-pad) * 2));
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: calc(var(--container-pad) * -1);
    padding-inline: var(--container-pad);
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.theme-tabs::-webkit-scrollbar {
    display: none;
}

.theme-tab {
    flex: 0 0 auto;
    white-space: nowrap;
}

.theme-info h3,
.themes-grid-dense .theme-info h3 {
    font-size: clamp(1rem, 5vw, 1.35rem);
}

.theme-actions {
    flex-wrap: wrap;
}

.theme-link {
    flex: 1 1 8rem;
}

.compare-img {
    height: auto;
    aspect-ratio: 4 / 5;
}

.feature-item {
    min-width: 0;
    padding: clamp(1rem, 4vw, 1.25rem);
}

.feature-text-name,
.feature-text-desc {
    min-width: 0;
}

.faq-layout {
    margin-top: clamp(2rem, 7vw, 3.75rem);
}

.faq-q {
    padding: 1rem;
}

.faq-a,
.faq-item.open .faq-a {
    max-height: none;
    padding-inline: 1rem;
}

.faq-item.open .faq-a {
    padding-bottom: 1rem;
}

#cta {
    padding: var(--section-space) 0;
}

.cta-inner {
    width: min(calc(100% - (var(--container-pad) * 2)), 44rem);
    max-width: none;
    padding-inline: 0;
}

.cta-title {
    font-size: clamp(2.05rem, 10vw, 3.5rem);
}

footer {
    padding: clamp(3rem, 10vw, 4rem) 0 2rem;
}

.footer-inner {
    gap: clamp(2rem, 6vw, 3.75rem);
}

.footer-bottom {
    justify-content: center;
    text-align: center;
}

.footer-col,
.footer-brand {
    min-width: 0;
}

.footer-social-links {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-link {
    width: var(--touch-size);
    height: var(--touch-size);
}

@media (min-width: 390px) {
    :root {
        --container-pad: clamp(1.125rem, 4.8vw, 2.5rem);
    }

    #hero h1 {
        font-size: clamp(2.8rem, 11.5vw, 4rem);
    }
}

@media (min-width: 768px) {
    :root {
        --container-max: 45rem;
        --container-pad: clamp(2rem, 4vw, 2.75rem);
        --section-space: clamp(5rem, 8vw, 6.5rem);
    }

    #hero {
        padding-block: 8.25rem 6.75rem;
    }

    #hero h1 {
        font-size: clamp(4rem, 8vw, 5rem);
    }

    .hero-btns,
    .cta-btns {
        max-width: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .btn-primary,
    .btn-outline,
    .btn-white,
    .btn-ghost {
        width: auto;
    }

    .section-label {
        justify-content: flex-start;
    }

    .section-label::after {
        display: none;
    }

    .section-title,
    .section-note,
    .features-intro,
    .cta-inner {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .section-label-center,
    .section-title-center,
    .section-note-center {
        text-align: center;
        justify-content: center;
        margin-inline: auto;
    }

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

    .service-card.featured,
    .footer-brand {
        grid-column: span 2;
    }

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

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

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

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

    .step-connector {
        display: block;
    }

    .footer-bottom {
        justify-content: space-between;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    :root {
        --container-max: 61rem;
        --container-pad: clamp(2.25rem, 4vw, 3rem);
        --section-space: clamp(5.5rem, 7vw, 7rem);
    }

    .hamburger {
        display: none;
    }

    .nav-links,
    .nav-links.is-open {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: clamp(0.75rem, 1.25vw, 1.25rem);
        max-height: none;
        overflow: visible;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .nav-links a,
    .nav-links.is-open a {
        min-height: var(--touch-size);
        padding: 0;
        font-size: clamp(0.62rem, 0.9vw, 0.75rem);
    }

    .nav-cta,
    .nav-links.is-open .nav-cta {
        margin-top: 0;
        padding: 0.625rem 1rem;
    }

    #hero {
        min-height: 100svh;
        padding-block: 7.25rem 5.5rem;
    }

    #hero h1 {
        font-size: clamp(4.2rem, 6vw, 5.5rem);
    }

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

    .features-layout,
    .faq-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    }

    .features-visual {
        display: block;
    }

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

    .themes-grid.themes-grid-dense {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .themes-header {
        flex-direction: row;
        align-items: flex-end;
    }

    .theme-tabs {
        width: 100%;
        flex-wrap: wrap;
        overflow: visible;
        margin-inline: 0;
        padding: 0;
    }

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

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

    .footer-brand {
        grid-column: auto;
    }
}

@media (min-width: 1200px) {
    :root {
        --container-max: 76rem;
    }

    #hero {
        text-align: left;
        padding-block: 6.5rem 5rem;
    }

    .hero-inner {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: clamp(3rem, 6vw, 6rem);
    }

    .hero-content {
        align-items: flex-start;
        margin-inline: 0;
    }

    .hero-content::before {
        left: -2rem;
        transform: none;
    }

    #hero h1 {
        font-size: clamp(3.6rem, 4.8vw, 4.75rem);
    }

    .hero-desc {
        margin-left: 0;
        padding-left: 1rem;
        border-left: 0.1875rem solid rgba(177, 92, 129, 0.42);
    }

    .hero-btns {
        justify-content: flex-start;
        margin-inline: 0;
    }

    .hero-stats {
        margin-left: 0;
    }

    .hero-visual {
        position: relative;
        display: flex;
        min-width: 0;
        min-height: clamp(30rem, 42vw, 38rem);
        overflow: visible;
        transform: none;
    }

    .hero-visual::before {
        width: min(100%, 34rem);
        height: min(100%, 34rem);
    }

    .hero-visual::after {
        width: min(88%, 30rem);
        height: min(88%, 30rem);
    }

    .hero-cards {
        width: min(100%, clamp(36rem, 43vw, 45rem));
        height: auto;
        aspect-ratio: 720 / 620;
        perspective: 1000px;
    }

    .hero-card {
        width: clamp(13rem, 17vw, 17.875rem);
        padding: clamp(0.75rem, 1.2vw, 1rem) clamp(0.75rem, 1.2vw, 1rem) clamp(0.875rem, 1.5vw, 1.25rem);
        border-radius: clamp(1.25rem, 2vw, 1.875rem);
    }

    .hero-card::before {
        border-radius: inherit;
    }

    .hero-card img {
        height: clamp(10.5rem, 14vw, 14.75rem);
        border-radius: clamp(0.875rem, 1.4vw, 1.25rem);
    }

    .hero-card[data-card-id="motion"] {
        top: 0;
        left: 2%;
    }

    .hero-card[data-card-id="luxury"] {
        top: 3%;
        left: 50%;
    }

    .hero-card[data-card-id="premium"] {
        top: 52%;
        left: 12%;
    }

    .hero-card[data-card-id="basic"] {
        top: 54%;
        left: 58%;
    }
}

@media (min-width: 1440px) {
    :root {
        --container-max: 82.5rem;
        --container-pad: clamp(2.5rem, 4vw, 4rem);
        --section-space: clamp(6rem, 7vw, 7.5rem);
    }

    .nav-links {
        gap: clamp(1rem, 1.6vw, 2rem);
    }

    .nav-links a,
    .nav-links.is-open a {
        font-size: 0.8125rem;
    }

    #hero h1 {
        font-size: clamp(4.25rem, 4.7vw, 5.25rem);
    }

    .section-title {
        font-size: clamp(3rem, 3.7vw, 3.75rem);
    }

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

@media (min-width: 1920px) {
    :root {
        --container-max: 90rem;
        --container-pad: 4rem;
    }

    #hero {
        min-height: 60rem;
    }

    .hero-inner,
    .section-inner {
        width: min(calc(100% - 8rem), var(--container-max));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }
}

/* ── REGRESSION FIXES ── */
.nav-links li {
    flex: 0 0 auto;
}

.nav-links a.nav-cta,
.nav-links.is-open a.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    min-height: 2rem;
    padding: 0.625rem 1.125rem;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    overflow: visible;
}

.faq-a {
    max-height: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.faq-item.open .faq-a {
    max-height: 16rem;
    padding: 0 1rem 1rem;
}

#cta {
    display: flex;
    justify-content: center;
}

.cta-inner {
    width: min(calc(100% - (var(--container-pad) * 2)), 44rem);
    margin-inline: auto;
    text-align: center;
}

.cta-btns {
    justify-content: center;
}

:root {
    --nav-height: clamp(4rem, 10svw, 5rem);
    --marquee-height: clamp(2.75rem, 7svw, 3.6rem);
    --hero-live-space: calc(100svh - var(--nav-height) - var(--marquee-height));
}

#hero {
    min-height: 100svh;
    height: auto;
    padding: var(--nav-height) 0 var(--marquee-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner {
    min-height: max(0px, var(--hero-live-space));
    align-items: center;
}

.hero-tag {
    margin-bottom: clamp(0.75rem, 2.4svh, 1.75rem);
}

#hero h1 {
    font-size: clamp(2.5rem, min(11svw, 8.2svh), 5.25rem);
    margin-bottom: clamp(0.75rem, 2.2svh, 1.5rem);
}

.hero-desc {
    font-size: clamp(0.92rem, min(3.8svw, 2svh), 1.0625rem);
    line-height: 1.62;
    margin-bottom: clamp(1rem, 3.2svh, 2.375rem);
}

.hero-stats {
    margin-top: clamp(1rem, 3.2svh, 2.375rem);
}

.hero-stats>div {
    padding-block: clamp(0.5rem, 1.25svh, 0.75rem);
}

.stat-num {
    font-size: clamp(1.1rem, min(5svw, 2.8svh), 1.5rem);
}

.stat-label {
    font-size: clamp(0.62rem, min(2.6svw, 1.4svh), 0.7rem);
}

.hero-marquee {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
}

@media (min-width: 1024px) {
    :root {
        --nav-height: clamp(4.5rem, 6svw, 5rem);
        --marquee-height: clamp(3rem, 4svw, 3.75rem);
    }
}

@media (min-width: 1200px) {
    :root {
        --nav-height: clamp(4.75rem, 5svw, 5.25rem);
        --marquee-height: clamp(3.1rem, 3.4svw, 3.75rem);
        --hero-stage-width: clamp(31rem, min(43svw, 82svh), 45rem);
        --hero-card-width: clamp(12.31rem, min(17.08svw, 32.56svh), 17.88rem);
    }

    .hero-inner {
        gap: clamp(2rem, min(6svw, 8svh), 6rem);
    }

    #hero h1 {
        font-size: clamp(3.1rem, min(4.8svw, 8.2svh), 5.25rem);
    }

    .hero-visual {
        min-height: clamp(22rem, min(42svw, 70svh), 38rem);
    }

    .hero-cards {
        width: min(100%, var(--hero-stage-width));
    }

    .hero-card {
        width: var(--hero-card-width);
        padding: calc(var(--hero-card-width) * 0.056) calc(var(--hero-card-width) * 0.056) calc(var(--hero-card-width) * 0.07);
    }

    .hero-card img {
        height: calc(var(--hero-card-width) * 0.825);
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    :root {
        --nav-height: clamp(3.35rem, 7svh, 3.85rem);
        --marquee-height: clamp(2.35rem, 5svh, 2.8rem);
        --hero-stage-width: clamp(28rem, min(39svw, 70svh), 45rem);
        --hero-card-width: clamp(11.12rem, min(15.48svw, 27.79svh), 17.88rem);
    }

    .nav-inner {
        padding-block: clamp(0.45rem, 1.2svh, 0.7rem);
    }

    .logo img {
        height: clamp(1.55rem, 3.4svh, 1.9rem);
    }

    .nav-links,
    .nav-links.is-open {
        gap: clamp(0.65rem, 1.25svw, 1rem);
    }

    .nav-links a,
    .nav-links.is-open a {
        min-height: clamp(1.9rem, 4.8svh, 2.25rem);
        font-size: clamp(0.56rem, 1.45svh, 0.66rem);
    }

    .nav-cta,
    .nav-links.is-open .nav-cta {
        padding: clamp(0.45rem, 1.2svh, 0.55rem) clamp(0.8rem, 1.4svw, 1rem);
    }

    .marquee-section {
        padding-block: clamp(0.5rem, 1.4svh, 0.75rem);
    }

    .marquee-item {
        font-size: clamp(0.56rem, 1.35svh, 0.68rem);
        padding-inline: clamp(1rem, 2.2svw, 1.45rem);
    }

    .marquee-item::after {
        margin-left: clamp(2rem, 4svw, 2.75rem);
    }
}
