/* ────────────────────────────────────────────────────────────────
   PREMIUM SOCIETY - Complete Stylesheet (Part 1: Core + Hero)
   ──────────────────────────────────────────────────────────────── */

/* ─── CSS RESET & ROOT ─── */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Light theme (default) */
    --color-bg: #f8f9fa;
    --color-bg-secondary: #f0f2f5;
    --color-bg-tertiary: #e8eaee;
    --color-text-primary: #0f1419;
    --color-text-secondary: #565d68;
    --color-border: #d0d7e0;
    --color-accent-primary: #0f1419;
    --color-accent-whatsapp: #25d366;
    --color-card-bg: rgba(255, 255, 255, 0.7);
    --color-chip-bg: #e8eaee;
    --header-height-desktop: 90px;
    --announcement-host-height: 0px;

    /* Hero background layers (image-free) */
    --hero-bg-desktop-light: none;
    --hero-bg-desktop-dark: none;
    --hero-bg-mobile-light: none;
    --hero-bg-mobile-dark: none;
    --hero-bg-fallback: linear-gradient(135deg, #d5e2f0 0%, #bfd2e8 34%, #90aed8 68%, #647ccb 100%);

    /* Active hero background defaults (desktop light) */
    --hero-bg-image: var(--hero-bg-desktop-light);
    --hero-overlay: linear-gradient(135deg, rgba(248, 249, 250, 0.42), rgba(240, 242, 245, 0.34));

    /* Hero trust pills */
    --hero-trust-surface: linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(241, 245, 253, 0.7));
    --hero-trust-border: rgba(37, 211, 102, 0.56);
    --hero-trust-shadow: 0 10px 24px rgba(116, 131, 163, 0.24);
    --hero-trust-highlight: rgba(255, 255, 255, 0.82);
    --hero-trust-accent: rgba(37, 211, 102, 0.24);
    --hero-trust-hover-border: rgba(37, 211, 102, 0.84);
    --hero-trust-hover-shadow: 0 14px 28px rgba(82, 96, 135, 0.25), 0 4px 10px rgba(37, 211, 102, 0.22);
    --hero-trust-text: #189e52;
    --hero-trusted-surface: linear-gradient(135deg, rgba(112, 86, 246, 0.22), rgba(235, 121, 208, 0.22));
    --hero-trusted-border: rgba(130, 87, 255, 0.74);
    --hero-trusted-shadow: 0 12px 26px rgba(95, 66, 188, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    --hero-trusted-hover-border: rgba(204, 104, 236, 0.9);
    --hero-trusted-hover-shadow: 0 16px 32px rgba(97, 71, 196, 0.3), 0 0 22px rgba(224, 112, 215, 0.3);
    --hero-trusted-text: #5c36cf;
    --hero-trusted-accent: rgba(181, 104, 237, 0.34);

    /* Toast (global/shared) */
    --toast-bg: rgba(255, 255, 255, 0.96);
    --toast-text: #0f172a;
    --toast-border: rgba(99, 116, 141, 0.24);
    --toast-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
    --toast-action-bg: rgba(99, 102, 241, 0.12);
    --toast-action-text: #312e81;
    --toast-success-ring: rgba(22, 163, 74, 0.55);
    --toast-error-ring: rgba(220, 38, 38, 0.55);
    --toast-warning-ring: rgba(245, 158, 11, 0.55);
    --mobile-nav-icon-color: #3c4860;
    --mobile-nav-icon-hover-color: #6f5ce6;
}

body {
    overflow-x: hidden;
    
    /* Typography */
    --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.5;
    
    /* Spacing */
    --space-xs: 0.23rem;
    --space-sm: 0.465rem;
    --space-md: 0.93rem;
    --space-lg: 1.395rem;
    --space-xl: 1.86rem;
    --space-2xl: 2.79rem;
    --space-3xl: 3.72rem;
    
    /* Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    
    /* Transitions */
    --transition-fast: 150ms ease-out;
    --transition-base: 200ms ease-out;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Dark theme */
[data-theme="dark"] {
    --color-bg: #0f1419;
    --color-bg-secondary: #1a1f28;
    --color-bg-tertiary: #2d333b;
    --color-text-primary: #ffffff;
    --color-text-secondary: #b3b9c4;
    --color-border: #2d333b;
    --color-accent-primary: #ffffff;
    --color-card-bg: rgba(26, 31, 40, 0.5);
    --color-chip-bg: #1a1f28;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.5);

    --hero-bg-image: var(--hero-bg-desktop-dark);
    --hero-overlay: linear-gradient(135deg, rgba(15, 20, 25, 0.56), rgba(26, 31, 40, 0.50));
    --hero-bg-fallback: linear-gradient(135deg, #1a2432 0%, #234061 36%, #215071 68%, #2d3f8a 100%);

    --hero-trust-surface: transparent;
    --hero-trust-border: rgba(37, 211, 102, 0.58);
    --hero-trust-shadow: 0 12px 26px rgba(1, 4, 14, 0.56);
    --hero-trust-highlight: rgba(188, 198, 255, 0.18);
    --hero-trust-accent: rgba(37, 211, 102, 0.28);
    --hero-trust-hover-border: rgba(37, 211, 102, 0.9);
    --hero-trust-hover-shadow: 0 16px 32px rgba(3, 7, 20, 0.74), 0 0 22px rgba(37, 211, 102, 0.34);
    --hero-trust-text: #46f28f;
    --hero-trusted-surface: linear-gradient(135deg, rgba(146, 112, 255, 0.2), rgba(230, 120, 212, 0.2));
    --hero-trusted-border: rgba(194, 150, 255, 0.82);
    --hero-trusted-shadow: 0 12px 28px rgba(11, 8, 30, 0.58), inset 0 1px 0 rgba(248, 225, 255, 0.16);
    --hero-trusted-hover-border: rgba(239, 180, 255, 0.94);
    --hero-trusted-hover-shadow: 0 18px 34px rgba(8, 6, 22, 0.72), 0 0 24px rgba(208, 133, 251, 0.44);
    --hero-trusted-text: #f1d2ff;
    --hero-trusted-accent: rgba(214, 143, 255, 0.34);

    --toast-bg: rgba(14, 18, 28, 0.95);
    --toast-text: #eef4ff;
    --toast-border: rgba(170, 190, 224, 0.24);
    --toast-shadow: 0 18px 38px rgba(0, 0, 0, 0.46);
    --toast-action-bg: rgba(139, 92, 246, 0.24);
    --toast-action-text: #ede9fe;
    --toast-success-ring: rgba(34, 197, 94, 0.62);
    --toast-error-ring: rgba(248, 113, 113, 0.62);
    --toast-warning-ring: rgba(251, 191, 36, 0.62);
    --mobile-nav-icon-color: #e6edff;
    --mobile-nav-icon-hover-color: #bca9ff;
}

/* Hero background image swap: mobile + theme */
@media (max-width: 768px) {
    :root {
        --hero-bg-image: var(--hero-bg-mobile-light);
        --hero-overlay: linear-gradient(160deg, rgba(248, 249, 250, 0.48), rgba(240, 242, 245, 0.38));
    }

    [data-theme="dark"] {
        --hero-bg-image: var(--hero-bg-mobile-dark);
        --hero-overlay: linear-gradient(160deg, rgba(15, 20, 25, 0.62), rgba(15, 20, 25, 0.56));
    }
}

/* ─── TYPOGRAPHY & RESET ─── */
html {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

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

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text-primary);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color var(--transition-base), color var(--transition-base);
}

/* Mobile safety: keep page scroll unlocked unless an intentional overlay lock is active. */
@media (max-width: 600px) {
    body:not(.mobile-menu-open):not(.filter-open):not(.sort-open) {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        overflow-y: auto !important;
        touch-action: pan-y pinch-zoom;
        -webkit-overflow-scrolling: touch;
    }
}

::selection {
    background: rgba(124, 58, 237, 0.28);
    color: #0f172a;
}

[data-theme="dark"] ::selection {
    background: rgba(167, 139, 250, 0.44);
    color: #f8fbff;
}

input::selection,
textarea::selection {
    background: rgba(37, 211, 102, 0.34);
    color: #06111a;
}

[data-theme="dark"] input::selection,
[data-theme="dark"] textarea::selection {
    background: rgba(52, 211, 153, 0.38);
    color: #f5fffb;
}

/* ─── GLOBAL TOASTS ─── */
.toast {
    position: fixed;
    left: clamp(12px, 2vw, 24px);
    bottom: clamp(16px, 3vh, 28px);
    z-index: 2600;
    max-width: min(520px, calc(100vw - 24px));
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.82rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--toast-border);
    background: var(--toast-bg);
    color: var(--toast-text);
    box-shadow: var(--toast-shadow);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 190ms ease, transform 190ms ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

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

.toast--success {
    box-shadow: var(--toast-shadow), inset 3px 0 0 var(--toast-success-ring);
}

.toast--error {
    box-shadow: var(--toast-shadow), inset 3px 0 0 var(--toast-error-ring);
}

.toast--warning {
    box-shadow: var(--toast-shadow), inset 3px 0 0 var(--toast-warning-ring);
}

.toast__action {
    margin-left: auto;
    border: 1px solid rgba(148, 163, 184, 0.36);
    background: var(--toast-action-bg);
    color: var(--toast-action-text);
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform var(--transition-fast), filter var(--transition-fast), border-color var(--transition-fast);
}

.toast__action:hover {
    filter: brightness(1.04);
    border-color: rgba(99, 102, 241, 0.45);
}

.toast__action:active {
    transform: scale(0.98);
}

@media (max-width: 600px) {
    .toast {
        left: 12px;
        right: 12px;
        bottom: calc(76px + env(safe-area-inset-bottom));
        max-width: none;
        width: auto;
        padding: 0.76rem 0.85rem;
        font-size: 0.86rem;
    }
}

h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 0.8em; /* 20% reduction */
}

h2 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 0.85em; /* 15% reduction */
}

h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

p {
    color: var(--color-text-secondary);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: var(--font-family-base);
    cursor: pointer;
}

/* ─── HEADER ─── */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(248, 249, 250, 0.85);
    border-bottom: 1px solid var(--color-border);
    backdrop-filter: blur(20px);
}

[data-theme="dark"] .header {
    background-color: rgba(15, 20, 25, 0.85);
}

/* Scroll state - more transparent */
.header.header--scrolled {
    background-color: rgba(248, 249, 250, 0.5);
    border-bottom-color: transparent;
}

[data-theme="dark"] .header.header--scrolled {
    background-color: rgba(15, 20, 25, 0.5);
}

/* Desktop header: fully transparent */
@media (min-width: 601px) {
    .header,
    [data-theme="dark"] .header,
    .header.header--scrolled,
    [data-theme="dark"] .header.header--scrolled {
        background: transparent !important;
        background-color: transparent !important;
        border: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .header__container {
        max-width: none;
        width: 100%;
        margin: 0;
        padding-left: clamp(6px, 0.9vw, 14px);
        padding-right: clamp(8px, 1.2vw, 16px);
        gap: clamp(10px, 1.2vw, 16px);
    }

    .header__logo-group {
        margin-left: 0;
        gap: 0.34rem;
    }

    .header__brand {
        gap: 0.125rem;
    }

    .header__title {
        color: #f2f7ff;
        font-size: 1.35rem;
        line-height: 1.05;
    }

    .header__subtitle {
        color: rgba(225, 236, 255, 0.84);
        font-size: calc(0.70rem + 2px);
        font-weight: 500;
    }

    .hero {
        margin-top: calc(-1 * (var(--header-height-desktop) + var(--announcement-host-height)));
        padding-top: calc(var(--header-height-desktop) + var(--announcement-host-height) + clamp(2.2rem, 4vw, 3.2rem));
        background-position: center top, center top;
    }
}

.header__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--space-sm) var(--space-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-lg);
}

/* Logo Group (left side) */
.header__logo-group {
    display: flex;
    align-items: center;
    gap: 0.58rem;
    flex-shrink: 0;
}

/* Logo Styling */
.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    flex-shrink: 0;
    min-width: 0;
}

.header__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

.header__logo-image {
    max-height: 100%;
    max-width: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 200ms ease-out;
}

/* ─── TABLET: keep desktop layout, make fluid ─── */
@media (min-width: 601px) and (max-width: 1024px) {
    .header__search-input {
        width: clamp(80px, 15vw, 120px);
    }

    .header__pill {
        padding: 0.349rem 0.698rem;
        gap: 0.349rem;
    }

    .header__link {
        font-size: 0.79rem;
    }
}

@media (max-width: 1024px) {
    .header__search-input {
        width: 100px;
    }
}

/* ─── MOBILE: ≤600px ─── */
@media (max-width: 600px) {
    .header__container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: var(--space-md);
        padding: var(--space-sm) var(--space-md);
    }

    .header__logo-group {
        display: flex;
        align-items: center;
        gap: var(--space-sm);
        min-width: 0;
    }

    .header__logo {
        height: 47px;
        flex-shrink: 0;
    }

    .header__logo-image {
        max-width: 47px;
    }

    .header__brand {
        min-width: 0;
    }

    .header__title {
        font-size: 0.65rem;
        margin: 0;
        line-height: 1.1;
    }

    .header__subtitle {
        font-size: 0.42rem;
        margin: 0;
        line-height: 1;
    }

    /* Show nav pills on mobile but hide nav links (Home, Catalog, Search) */
    .header__nav-pills {
        display: flex;
        gap: 0.465rem;
        align-items: center;
    }

    /* Hide all pills that contain links (Home, Catalog, Search) */
    .header__nav-pills .header__pill:has(.header__link),
    .header__nav-pills .header__pill:has(.header__search-pill) {
        display: none !important;
    }

    /* Remove pill padding/background from theme toggle pill for single circular button */
    .header__pill:has(.theme-toggle) {
        padding: 0;
        background: transparent;
        border: none;
    }

    /* Theme toggle as perfect circular button on mobile */
    .header__pill .theme-toggle {
        width: 41px;
        height: 41px;
        padding: 0;
        border: 1px solid var(--color-border);
        background-color: var(--color-bg-secondary);
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all var(--transition-fast);
    }

    .header__pill .theme-toggle:hover {
        background-color: var(--color-bg-tertiary);
        border-color: var(--color-accent-primary);
    }

    .header__pill .theme-toggle__icon {
        width: 20px;
        height: 20px;
    }

    /* Cart icon styling on mobile */
    .header__pill:has(.header__cart-link) {
        padding: 0;
        background: transparent;
        border: none;
    }

    .header__pill .header__cart-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }

    .header__pill .header__cart-link svg {
        width: 17px;
        height: 17px;
    }
    box-shadow: none;
}

.header__brand {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.header__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
}

.header__brand-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.header__subtitle {
    font-size: 0.70rem;
    color: var(--color-text-secondary);
    margin: 0;
}

/* Nav Pills Container (Right Side) */
.header__nav-pills {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    flex-shrink: 0;
}

/* Individual Pill */
.header__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-xs) var(--space-md);
    background-color: var(--color-bg-secondary);
    border: 1px solid var(--color-border);
    border-radius: 50px;
    transition: all var(--transition-fast);
    box-shadow: 0 2px 6px rgba(15, 20, 25, 0.10);
}

.header__pill:hover {
    background-color: var(--color-bg-tertiary);
    border-color: var(--color-accent-primary);
    box-shadow: 0 3px 8px rgba(15, 20, 25, 0.14);
}

/* Link inside pill */
.header__pill .header__link {
    color: var(--color-text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.84rem;
    white-space: nowrap;
}

.header__pill .header__link:hover {
    color: var(--color-text-primary);
}

[data-theme="dark"] .header__pill .header__link {
    color: #ffffff;
}

[data-theme="dark"] .header__pill .header__link:hover {
    color: #ffffff;
}

[data-theme="dark"] .header__pill {
    background: linear-gradient(180deg, rgba(186, 194, 206, 0.22) 0%, rgba(114, 124, 138, 0.34) 100%);
    border-color: rgba(223, 230, 242, 0.28);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

[data-theme="dark"] .header__pill:hover {
    background: linear-gradient(180deg, rgba(205, 213, 224, 0.28) 0%, rgba(126, 136, 151, 0.4) 100%);
    border-color: rgba(236, 242, 252, 0.36);
}

/* Search pill styling removed - search moved to catalog page only */

/* Cart pill styling */
.header__pill .header__cart-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: auto;
}

/* Remove pill styling from cart pill */
.header__pill:has(.header__cart-link) {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.header__pill:has(.header__cart-link):hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.header__pill .header__cart-link svg {
    width: 20px;
    height: 20px;
    color: var(--color-text-secondary);
}

.header__pill .header__cart-link:hover svg {
    color: var(--color-text-primary);
}

.header__mobile-hamburger {
    display: none;
}

/* From Uiverse.io by JulanDeAlb */
.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    height: 2em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger .line {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger .line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
    transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    margin-left: auto;
}

.cart-icon {
    width: 22px;
    height: 22px;
    color: var(--color-text-primary);
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    background-color: var(--color-accent-whatsapp);
    color: white;
    font-size: 0.60rem;
    font-weight: 700;
    border-radius: 50%;
    border: none;
    min-width: 17px;
}

.cart-badge--pop {
    animation: cartBadgePop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Ensure cart link is positioned relative for badge positioning */
.header__pill .header__cart-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cart badge positioning - consistent across all layouts */
.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: var(--color-accent-whatsapp);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 50%;
    border: none;
    min-width: 18px;
    z-index: 10;
}

@keyframes cartBadgePop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* ─── THEME TOGGLE ─── */
.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    background-color: var(--color-bg-secondary);
    color: var(--color-text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    transition: all var(--transition-fast);
    position: relative;
}

.theme-toggle:hover {
    background-color: var(--color-bg-tertiary);
    border-color: var(--color-accent-primary);
}

.theme-toggle:active {
    transform: scale(0.95);
}

.theme-toggle__icon {
    width: 24px;
    height: 24px;
    color: var(--color-text-primary);
    position: absolute;
    opacity: 0;
    transition: opacity var(--transition-fast);
}

.theme-toggle__icon--sun {
    opacity: 1;
}

[data-theme="dark"] .theme-toggle__icon--sun {
    opacity: 0;
}

/* Override for theme toggle in pill */
.header__pill .theme-toggle {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.header__pill .theme-toggle__icon {
    width: 16px;
    height: 16px;
}

[data-theme="dark"] .theme-toggle__icon--sun {
    opacity: 0;
}

[data-theme="dark"] .theme-toggle__icon--moon {
    opacity: 1;
}

/* No duplicate mobile theme-toggle rules */
.theme-toggle__switch {
    display: none;
}

@media (min-width: 601px) {
    .header__pill .theme-toggle__icon {
        display: none !important;
    }

    .header__pill .theme-toggle {
        width: 32px;
        height: 32px;
        border: none;
        background: transparent;
        border-radius: 0;
        padding: 0;
        overflow: visible;
    }

    .theme-toggle__switch {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 60px;
        height: 34px;
        border-radius: 34px;
        background-color: #2196f3;
        transform: translate(-50%, -50%) scale(0.53333);
        transform-origin: center;
        transition: background-color 0.4s;
        overflow: hidden;
        pointer-events: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    }

    .theme-toggle__sun-moon {
        position: absolute;
        left: 4px;
        bottom: 4px;
        width: 26px;
        height: 26px;
        background-color: #ffde59;
        transition: transform 0.4s, background-color 0.4s;
        border-radius: 50%;
    }

    [data-theme="dark"] .theme-toggle__switch {
        background-color: #0a0f1a;
    }

    [data-theme="dark"] .theme-toggle__sun-moon {
        transform: translateX(26px);
        background-color: #f5f8ff;
        animation: theme-toggle-rotate-center 0.6s ease-in-out both;
    }

    .theme-toggle__moon-dot {
        position: absolute;
        opacity: 0;
        transition: opacity 0.4s;
        fill: #9aa1ad;
    }

    .theme-toggle__moon-dot--1 {
        left: 10px;
        top: 3px;
        width: 6px;
        height: 6px;
    }

    .theme-toggle__moon-dot--2 {
        left: 2px;
        top: 10px;
        width: 10px;
        height: 10px;
    }

    .theme-toggle__moon-dot--3 {
        left: 16px;
        top: 18px;
        width: 3px;
        height: 3px;
    }

    [data-theme="dark"] .theme-toggle__moon-dot {
        opacity: 1;
    }

    .theme-toggle__light-ray {
        position: absolute;
        fill: #fff;
        opacity: 0.1;
        transition: opacity 0.4s;
    }

    .theme-toggle__light-ray--1 {
        left: -8px;
        top: -8px;
        width: 43px;
        height: 43px;
    }

    .theme-toggle__light-ray--2 {
        left: -50%;
        top: -50%;
        width: 55px;
        height: 55px;
    }

    .theme-toggle__light-ray--3 {
        left: -18px;
        top: -18px;
        width: 60px;
        height: 60px;
    }

    [data-theme="dark"] .theme-toggle__light-ray {
        opacity: 0;
    }

    .theme-toggle__cloud {
        position: absolute;
        animation: theme-toggle-cloud-move 6s infinite;
        transition: opacity 0.4s;
    }

    .theme-toggle__cloud--light {
        fill: #f0f4ff;
    }

    .theme-toggle__cloud--dark {
        fill: #c8ced8;
        opacity: 0;
        animation-delay: 1s;
    }

    [data-theme="dark"] .theme-toggle__cloud--light {
        opacity: 0;
    }

    [data-theme="dark"] .theme-toggle__cloud--dark {
        opacity: 1;
    }

    .theme-toggle__cloud--1 {
        left: 30px;
        top: 15px;
        width: 40px;
    }

    .theme-toggle__cloud--2 {
        left: 44px;
        top: 10px;
        width: 20px;
    }

    .theme-toggle__cloud--3 {
        left: 18px;
        top: 24px;
        width: 30px;
    }

    .theme-toggle__cloud--4 {
        left: 36px;
        top: 18px;
        width: 40px;
    }

    .theme-toggle__cloud--5 {
        left: 48px;
        top: 14px;
        width: 20px;
    }

    .theme-toggle__cloud--6 {
        left: 22px;
        top: 26px;
        width: 30px;
    }

    .theme-toggle__stars {
        transform: translateY(-32px);
        opacity: 0;
        transition: 0.4s;
    }

    [data-theme="dark"] .theme-toggle__stars {
        transform: translateY(0);
        opacity: 1;
    }

    .theme-toggle__star {
        position: absolute;
        fill: #fff;
        animation: theme-toggle-star-twinkle 2s infinite;
    }

    .theme-toggle__star--1 {
        width: 20px;
        top: 2px;
        left: 3px;
        animation-delay: 0.3s;
    }

    .theme-toggle__star--2 {
        width: 6px;
        top: 16px;
        left: 3px;
    }

    .theme-toggle__star--3 {
        width: 12px;
        top: 20px;
        left: 10px;
        animation-delay: 0.6s;
    }

    .theme-toggle__star--4 {
        width: 18px;
        top: 0;
        left: 18px;
        animation-delay: 1.3s;
    }
}

@keyframes theme-toggle-cloud-move {
    0% { transform: translateX(0); }
    40% { transform: translateX(4px); }
    80% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}

@keyframes theme-toggle-star-twinkle {
    0% { transform: scale(1); }
    40% { transform: scale(1.2); }
    80% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

@keyframes theme-toggle-rotate-center {
    0% { transform: translateX(26px) rotate(0); }
    100% { transform: translateX(26px) rotate(360deg); }
}

/* ─── ANNOUNCEMENT BAR ─── */
.announcement-host {
    position: relative;
    z-index: 95;
}

.announcement-shell {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(0.45rem, 1.1vw, 0.75rem) clamp(0.625rem, 2vw, 1.125rem);
}

.announcement-bar {
    --announcement-height: min(56px, calc(var(--announcement-header-height, 90px) - 8px));
    height: var(--announcement-height);
    max-height: calc(var(--announcement-header-height, 90px) - 6px);
    min-height: 42px;
    margin: 0;
    padding: 6px 10px 6px 12px;
    border-radius: 16px;
    background: var(--announcement-bar-bg, linear-gradient(92deg, #ec4899 0%, #a855f7 52%, #3b82f6 100%));
    color: var(--announcement-bar-text, #ffffff);
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(14, 18, 34, 0.24);
}

.announcement-bar__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.announcement-bar__track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.announcement-bar__track.is-marquee {
    width: max-content;
    min-width: 0;
    justify-content: flex-start;
    gap: var(--announcement-marquee-gap, 40px);
    animation: announcement-marquee var(--announcement-marquee-duration, 18s) linear infinite;
}

.announcement-bar__content {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.45rem, 1.1vw, 0.85rem);
    white-space: nowrap;
    min-width: max-content;
}

.announcement-bar__text {
    color: inherit;
    font-size: clamp(0.9rem, 1.15vw, 1.08rem);
    font-weight: 600;
    line-height: 1;
}

.announcement-bar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    min-height: 34px;
    padding: 0.38rem 0.9rem;
    background: var(--announcement-bar-badge-bg, rgba(255, 255, 255, 0.18));
    color: var(--announcement-bar-badge-text, #ffffff);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 6px 14px rgba(7, 12, 22, 0.24);
    font-size: 0.81rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.announcement-bar__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    min-height: 34px;
    padding: 0.42rem 1.06rem;
    background: var(--announcement-bar-button-bg, #ffffff);
    color: var(--announcement-bar-button-text, #111111);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 6px 14px rgba(7, 12, 22, 0.24);
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.announcement-bar__coupon-code,
.announcement-bar__coupon-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 6px 14px rgba(7, 12, 22, 0.24);
    white-space: nowrap;
    transition: transform var(--transition-fast), filter var(--transition-fast), background-color var(--transition-fast);
}

.announcement-bar__coupon-code {
    padding: 0.4rem 0.92rem;
    background: var(--announcement-bar-badge-bg, rgba(255, 255, 255, 0.18));
    color: var(--announcement-bar-badge-text, #ffffff);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.announcement-bar__coupon-apply {
    padding: 0.42rem 1.06rem;
    background: var(--announcement-bar-button-bg, #ffffff);
    color: var(--announcement-bar-button-text, #111111);
    font-size: 0.86rem;
    font-weight: 700;
}

.announcement-bar__coupon-code:hover,
.announcement-bar__coupon-apply:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.announcement-bar__coupon-code:active,
.announcement-bar__coupon-apply:active {
    transform: translateY(0);
}

.announcement-bar__coupon-code:focus-visible,
.announcement-bar__coupon-apply:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 2px;
}

.announcement-bar__timer {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 11px;
    min-height: 34px;
    padding: 0.34rem 0.72rem;
    background: var(--announcement-bar-timer-bg, rgba(17, 24, 39, 0.24));
    color: var(--announcement-bar-timer-text, #ffffff);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 6px 14px rgba(7, 12, 22, 0.22);
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.announcement-bar__timer-label {
    opacity: 0.9;
}

.announcement-bar__timer-value {
    letter-spacing: 0.02em;
}

.announcement-bar__image {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 34px;
    padding: 0.3rem 0.52rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 14px rgba(7, 12, 22, 0.22);
    white-space: nowrap;
}

.announcement-bar__image img,
.announcement-bar__image-placeholder {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.announcement-bar__image-text {
    font-size: 0.8rem;
    font-weight: 600;
}

.announcement-bar__close {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform var(--transition-fast), background-color var(--transition-fast);
}

.announcement-bar__close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.04);
}

@keyframes announcement-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--announcement-marquee-shift, 200px)));
    }
}

@media (max-width: 600px) {
    .announcement-shell {
        padding: 0.45rem 0.5rem;
    }

    .announcement-bar {
        --announcement-height: min(52px, calc(var(--announcement-header-height, 64px) - 8px));
        border-radius: 13px;
        padding: 5px 8px 5px 9px;
        gap: 8px;
    }

    .announcement-bar__content {
        gap: 0.5rem;
    }

    .announcement-bar__text {
        font-size: 0.84rem;
    }

    .announcement-bar__badge {
        min-height: 30px;
        padding: 0.28rem 0.68rem;
        font-size: 0.7rem;
        border-radius: 9px;
    }

    .announcement-bar__button {
        min-height: 30px;
        padding: 0.3rem 0.72rem;
        font-size: 0.76rem;
        border-radius: 9px;
    }

    .announcement-bar__coupon-code,
    .announcement-bar__coupon-apply {
        min-height: 30px;
        border-radius: 9px;
    }

    .announcement-bar__coupon-code {
        padding: 0.28rem 0.66rem;
        font-size: 0.69rem;
    }

    .announcement-bar__coupon-apply {
        padding: 0.28rem 0.68rem;
        font-size: 0.74rem;
    }

    .announcement-bar__timer {
        min-height: 30px;
        padding: 0.25rem 0.54rem;
        gap: 0.28rem;
        font-size: 0.68rem;
        border-radius: 9px;
    }

    .announcement-bar__image {
        min-height: 30px;
        padding: 0.22rem 0.4rem;
        border-radius: 9px;
    }

    .announcement-bar__image img,
    .announcement-bar__image-placeholder {
        width: 25px;
        height: 25px;
        border-radius: 7px;
    }

    .announcement-bar__image-text {
        font-size: 0.7rem;
    }

    .announcement-bar__close {
        width: 26px;
        height: 26px;
        font-size: 1.2rem;
    }
}

/* ─── FLOATING WHATSAPP BUTTON (HIDDEN) ─── */
.floating-whatsapp {
    display: none;
    position: fixed;
    bottom: var(--space-lg);
    right: var(--space-lg);
    z-index: 200;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background-color: var(--color-accent-whatsapp);
    color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all var(--transition-base);
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.floating-whatsapp:active {
    transform: scale(0.95);
}

.floating-whatsapp svg {
    width: 28px;
    height: 28px;
}

/* ─── HERO SECTION ─── */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    min-height: 75vh;
    padding: var(--space-lg);
    background-color: transparent;
    background-image: linear-gradient(to bottom, #BB91FA 0%, #FCE1F5 100%);
    text-align: center;
}

.hero > :not(.blur) {
    position: relative;
    z-index: 1;
}

.hero .blur {
    position: absolute;
    inset: -14% -12% 26% -12%;
    pointer-events: none;
    opacity: 0.42;
    filter: blur(73px) saturate(1.08);
    z-index: 0;
    display: block;
}

.hero .blob {
    width: 100%;
    height: 100%;
    clip-path: polygon(4% 36%, 98% 12%, 96% 21%, 48% 54%, 85% 6%, 81% 36%, 97% 55%, 100% 4%, 25% 81%, 60% 61%, 19% 30%, 13% 61%, 90% 8%, 27% 73%, 69% 78%, 79% 54%, 25% 72%, 47% 16%, 27% 55%, 75% 97%);
    background: linear-gradient(135deg, rgba(187, 145, 250, 0.86) 0%, rgba(252, 225, 245, 0.86) 100%);
    transform: scale(1.18);
}

:root:not([data-theme="dark"]) .hero .blur {
    opacity: 0.62;
    mix-blend-mode: multiply;
}

:root:not([data-theme="dark"]) .hero .blob {
    background: linear-gradient(135deg, rgba(187, 145, 250, 0.96) 0%, rgba(252, 225, 245, 0.78) 100%);
}

[data-theme="dark"] .hero .blur {
    display: block;
    opacity: 0.69;
    mix-blend-mode: screen;
}

[data-theme="dark"] .hero .blob {
    background: linear-gradient(135deg, rgba(144, 85, 255, 0.92) 0%, rgba(223, 152, 250, 0.88) 100%);
}

[data-theme="dark"] .hero {
    background-image: linear-gradient(
        to bottom,
        #050b1a 0%,
        #09132a 38%,
        #0f1a31 72%,
        #101a30 100%
    );
}

[data-theme="dark"] .hero__headline {
    color: #f6efff;
}

[data-theme="dark"] .hero__subheadline {
    color: rgba(224, 216, 246, 0.9);
}

.hero__eyebrow {
    margin-bottom: var(--space-lg);
    animation: fadeInDown 0.6s ease-out;
}

.trust-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
    padding: var(--space-xs) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background-color: rgba(255, 255, 255, 0.02);
}

.hero__headline {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: var(--space-md);
    color: var(--color-text-primary);
    letter-spacing: -0.02em;
    animation: fadeInUp 0.7s ease-out 0.1s both;
}

.hero__headline-accent {
    background: linear-gradient(135deg, #577cfe, #5b1ade, #581fd9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 10px rgba(87, 124, 254, 0.3));
}

.hero__headline-magic {
    --hero-magic-purple: rgb(123, 31, 162);
    --hero-magic-violet: rgb(103, 58, 183);
    --hero-magic-pink: rgb(244, 143, 177);
    display: inline-block;
    position: relative;
}

.hero__magic-star {
    --size: clamp(14px, 1.15vw, 24px);
    animation: hero-magic-scale 700ms ease forwards;
    display: block;
    height: var(--size);
    left: var(--hero-star-left, 0%);
    position: absolute;
    top: var(--hero-star-top, 0%);
    width: var(--size);
    pointer-events: none;
}

.hero__magic-star svg {
    animation: hero-magic-rotate 1000ms linear infinite;
    display: block;
    opacity: 0.74;
}

.hero__magic-star svg path {
    fill: var(--hero-magic-violet);
}

.hero__magic-text {
    animation: hero-magic-background-pan 3s linear infinite;
    background: linear-gradient(
        to right,
        var(--hero-magic-purple),
        var(--hero-magic-violet),
        var(--hero-magic-pink),
        var(--hero-magic-purple)
    );
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    white-space: nowrap;
    filter: drop-shadow(0 0 10px rgba(123, 31, 162, 0.24));
}

@keyframes hero-magic-background-pan {
    from {
        background-position: 0% center;
    }
    to {
        background-position: -200% center;
    }
}

@keyframes hero-magic-scale {
    from, to {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes hero-magic-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__magic-star {
        display: none;
        animation: none !important;
    }

    .hero__magic-text {
        animation: none !important;
    }
}

.hero__subheadline {
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: var(--space-lg);
    color: var(--color-text-secondary);
    letter-spacing: -0.01em;
    animation: fadeInUp 0.7s ease-out 0.2s both;
}

/* Hero typography - Extra small screens (≤480px) */
@media (max-width: 480px) {
    .hero__headline {
        font-size: clamp(1.5rem, 5.5vw, 2.2rem);
        line-height: 1.1;
        margin-bottom: var(--space-sm);
    }

    .hero__subheadline {
        font-size: clamp(0.875rem, 3vw, 1.1rem);
        line-height: 1.3;
        margin-bottom: var(--space-sm);
    }

    .hero__trust-chips {
        margin-bottom: var(--space-md);
        gap: var(--space-sm);
    }

    .hero__actions {
        margin-bottom: var(--space-lg);
    }
}

.hero__trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.hero__trust .hero__eyebrow {
    margin-bottom: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero__trust-chips {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    margin-bottom: var(--space-3xl);
    flex-wrap: wrap;
    animation: fadeInUp 0.7s ease-out 0.4s both;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    padding: var(--space-sm) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: rgba(255, 255, 255, 0.02);
    transition: all var(--transition-fast);
}

.chip:hover {
    border-color: var(--color-accent-whatsapp);
    color: var(--color-accent-whatsapp);
    background-color: rgba(37, 211, 102, 0.05);
}

.chip__icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    stroke: currentColor;
}

.hero__trusted-pill,
.hero__trust-pill {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--hero-pill-border, var(--hero-trust-border));
    background: var(--hero-pill-surface, var(--hero-trust-surface));
    color: var(--hero-pill-text, var(--hero-trust-text));
    box-shadow: var(--hero-pill-shadow, var(--hero-trust-shadow)), inset 0 1px 0 var(--hero-trust-highlight);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: translateZ(0);
    transition:
        transform 180ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        color 220ms ease;
}

.hero__trusted-pill::before,
.hero__trust-pill::before {
    content: '';
    position: absolute;
    inset: -1px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-58%);
    background: linear-gradient(116deg, transparent 16%, rgba(255, 255, 255, 0.48) 50%, transparent 78%);
    transition: transform 520ms ease, opacity 240ms ease;
}

.hero__trusted-pill::after,
.hero__trust-pill::after {
    content: '';
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: -26px;
    height: 48px;
    pointer-events: none;
    background: radial-gradient(ellipse at center, var(--hero-pill-accent, var(--hero-trust-accent)) 0%, rgba(0, 0, 0, 0) 74%);
    opacity: 0.62;
    transition: opacity 220ms ease, transform 220ms ease;
}

.hero__trusted-pill:hover,
.hero__trusted-pill:focus-visible,
.hero__trust-pill:hover,
.hero__trust-pill:focus-visible {
    background: var(--hero-pill-surface, var(--hero-trust-surface));
    border-color: var(--hero-pill-hover-border, var(--hero-trust-hover-border));
    box-shadow: var(--hero-pill-hover-shadow, var(--hero-trust-hover-shadow)), inset 0 1px 0 var(--hero-trust-highlight);
    color: var(--hero-pill-text, var(--hero-trust-text));
    transform: translateY(-2px);
}

.hero__trusted-pill:hover::before,
.hero__trusted-pill:focus-visible::before,
.hero__trust-pill:hover::before,
.hero__trust-pill:focus-visible::before {
    opacity: 1;
    transform: translateX(54%);
}

.hero__trusted-pill:hover::after,
.hero__trusted-pill:focus-visible::after,
.hero__trust-pill:hover::after,
.hero__trust-pill:focus-visible::after {
    opacity: 0.9;
    transform: scale(1.03);
}

.hero__trust-pill {
    --hero-pill-accent: var(--hero-trust-accent);
    min-height: 50px;
    padding: 0.68rem 1.28rem;
    border-radius: 19px;
}

.hero__trusted-pill {
    --hero-pill-border: var(--hero-trusted-border);
    --hero-pill-surface: var(--hero-trusted-surface);
    --hero-pill-shadow: var(--hero-trusted-shadow);
    --hero-pill-hover-border: var(--hero-trusted-hover-border);
    --hero-pill-hover-shadow: var(--hero-trusted-hover-shadow);
    --hero-pill-text: var(--hero-trusted-text);
    --hero-pill-accent: var(--hero-trusted-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.52rem;
    text-decoration: none;
    min-height: 56px;
    padding: 0.78rem 1.65rem;
    border-radius: 16px;
    font-size: clamp(0.94rem, 1.48vw, 1.08rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__trusted-pill .chip__icon {
    width: 1.05rem;
    height: 1.05rem;
    color: currentColor;
    flex-shrink: 0;
}

.hero__trust-pill--verified {
    --hero-pill-accent: rgba(37, 211, 102, 0.28);
}

.hero__trust-pill--genuine {
    --hero-pill-accent: rgba(37, 211, 102, 0.28);
}

.hero__trust-pill--guarantee {
    --hero-pill-accent: rgba(37, 211, 102, 0.3);
}

.hero__trust-pill .chip__icon {
    color: currentColor;
    transition: transform 220ms ease, color 220ms ease;
}

.hero__trust-pill:hover .chip__icon,
.hero__trust-pill:focus-visible .chip__icon {
    transform: translateY(-1px) scale(1.05);
    color: currentColor;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    margin-bottom: var(--space-3xl);
    animation: fadeInUp 0.7s ease-out 0.5s both;
    width: 100%;
    max-width: 500px;
}

.btn {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    white-space: nowrap;
    cursor: pointer;
    min-height: 48px;
    user-select: none;
}

.btn--primary {
    background-color: var(--color-text-primary);
    color: var(--color-bg);
    border: 2px solid var(--color-text-primary);
}

.btn--primary:hover {
    background-color: rgba(var(--color-text-primary), 0.9);
    color: #000000;
    transform: translateY(-1px);
}

.btn--primary:active {
    color: #000000;
    transform: translateY(0);
    opacity: 0.95;
}

.btn--primary:focus {
    color: #000000;
}

[data-theme="dark"] .btn--primary:hover {
    color: #ffffff;
}

[data-theme="dark"] .btn--primary:active {
    color: #ffffff;
}

[data-theme="dark"] .btn--primary:focus {
    color: #ffffff;
}

.btn--secondary {
    background-color: transparent;
    color: var(--color-text-primary);
    border: 2px solid var(--color-border);
}

.btn--secondary:hover {
    border-color: var(--color-accent-whatsapp);
    color: var(--color-accent-whatsapp);
    background-color: rgba(37, 211, 102, 0.08);
    transform: translateY(-1px);
}

.btn--secondary:active {
    transform: translateY(0);
    opacity: 0.9;
}

.btn__icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.hero__categories {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.7s ease-out 0.6s both;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: var(--space-lg) var(--space-md);
}

.category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: rgba(255, 255, 255, 0.02);
    transition: all var(--transition-base);
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.category-pill:hover {
    border-color: var(--color-text-primary);
    color: var(--color-text-primary);
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.category-pill:active {
    transform: translateY(0);
}

/* ─── HERO MOBILE OPTIMIZATION ─── */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: var(--space-lg) var(--space-md);
        background-position: center top, center top;
    }

    .hero__headline {
        margin-bottom: var(--space-sm);
    }

    .hero__subheadline {
        margin-bottom: var(--space-md);
    }

    .hero__trust-chips {
        margin-bottom: var(--space-xl);
    }

    .hero__actions {
        margin-bottom: var(--space-2xl);
        gap: var(--space-sm);
    }

    .hero__categories {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: var(--space-sm);
        flex-wrap: nowrap;
        gap: var(--space-sm);
        justify-content: flex-start;
    }

    .category-pill {
        flex-shrink: 0;
    }
}

/* ─── HERO MOBILE: ≤600px (FULL-SCREEN THUMB PAGE) ─── */
@media (max-width: 600px) {
    .hero {
        min-height: 100vh;
        padding-top: calc(18px + env(safe-area-inset-top) + 8vh);
        padding-bottom: calc(18px + env(safe-area-inset-bottom));
        padding-left: 18px;
        padding-right: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }

    .hero > * {
        animation: none !important;
    }

    .hero__eyebrow {
        margin-bottom: 8px;
    }

    .trust-badge {
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .hero__headline {
        font-size: clamp(2.5rem, 8.5vw, 3.25rem);
        line-height: 1.06;
        margin-bottom: 14px;
    }

    .hero__subheadline {
        font-size: clamp(0.95rem, 3.5vw, 1.1rem);
        line-height: 1.35;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .hero__trust-chips {
        display: flex;
        gap: var(--space-md);
        justify-content: center;
        margin-top: 0;
        margin-bottom: 18px;
        row-gap: 10px;
        flex-wrap: wrap;
    }

    .chip {
        font-size: 0.8rem;
        padding: var(--space-xs) var(--space-sm);
    }

    /* Hide WhatsApp CTA button on mobile */
    .hero__actions .btn--secondary.btn--whatsapp {
        display: none !important;
    }

    .hero__actions {
        display: flex;
        flex-direction: column;
        gap: var(--space-lg);
        margin-top: 10px;
        margin-bottom: var(--space-3xl);
        width: 100%;
        max-width: 100%;
    }

    .btn {
        width: 100%;
        padding: 0.875rem 1rem;
        min-height: 50px;
        font-size: 0.95rem;
    }

    .hero__categories {
        display: flex;
        gap: var(--space-md);
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        overflow: visible;
        padding-bottom: 0;
    }

    .category-pill {
        flex-shrink: 0;
        padding: 0.5rem 0.875rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: auto;
        padding: var(--space-md);
    }

    .hero__headline {
        margin-bottom: var(--space-xs);
    }

    .hero__subheadline {
        margin-bottom: var(--space-sm);
    }

    .hero__trust-chips {
        margin-bottom: var(--space-lg);
        gap: var(--space-sm);
    }

    .chip {
        font-size: 0.8rem;
        padding: var(--space-xs) var(--space-sm);
    }

    .hero__actions {
        margin-bottom: var(--space-xl);
        gap: var(--space-sm);
    }

    .btn {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }

    .hero__categories {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: var(--space-xs);
        flex-wrap: nowrap;
        gap: var(--space-xs);
        justify-content: flex-start;
    }

    .category-pill {
        flex-shrink: 0;
        padding: 0.5rem 0.875rem;
        font-size: 0.8rem;
    }
}

/* ─── HERO MOBILE FULL-SCREEN & SPACING (≤600px) ─── */
@media (max-width: 600px) {
    .hero {
        min-height: 100svh;
        justify-content: flex-start;
        padding-top: calc(28px + env(safe-area-inset-top));
        padding-bottom: calc(18px + env(safe-area-inset-bottom));
    }

    .hero__headline {
        margin-top: 18px;
        margin-bottom: 14px;
    }

    .hero__subheadline {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .hero__eyebrow {
        margin-bottom: 14px;
    }

    .hero__trust-chips {
        margin-bottom: 22px;
        gap: 10px;
    }
}

/* ─── TRUST SECTION MOBILE GRID LAYOUT (≤600px) ─── */
@media (max-width: 600px) {
    .hero__trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "trusted trusted"
            "verified genuine"
            "guarantee guarantee";
        gap: 5px !important;
        justify-items: center;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 18px;
        width: 100%;
        max-width: 400px;
    }

    .hero__eyebrow {
        grid-area: trusted;
        justify-self: center;
        margin-bottom: 0;
    }

    .hero__trusted-pill {
        padding: 10px 14px;
        border-radius: 14px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 44px;
        width: 190px;
        font-size: 13px;
        letter-spacing: 0.06em;
    }

    .hero__trust-chips {
        display: contents;
        gap: 5px !important;
    }

    .hero__trust-pill {
        padding: 9px 12px;
        border-radius: 14px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 40px;
        width: 175px;
    }

    .hero__trust-pill--verified {
        grid-area: verified;
    }

    .hero__trust-pill--genuine {
        grid-area: genuine;
    }

    .hero__trust-pill--guarantee {
        grid-area: guarantee;
        justify-self: center;
    }

    .hero__trust-pill .chip__icon {
        width: 14px;
        height: 14px;
    }

    .hero__trust-pill span {
        font-size: 12px;
        font-weight: 600;
    }
}

/* ─── CATEGORY CAROUSEL SECTION ─── */
.category-carousel {
    width: 100%;
    margin-top: 0;
    position: relative;
    background-image: linear-gradient(
        to bottom,
        #f6ccee 0%,
        rgba(246, 204, 238, 0.84) 42%,
        rgba(246, 204, 238, 0.45) 72%,
        rgba(246, 204, 238, 0.12) 90%,
        rgba(246, 204, 238, 0) 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0;
    padding-bottom: clamp(1.15rem, 2.8vw, 2.1rem);

    /* Responsive carousel offset variables */
    --cc-offset-single: clamp(110px, 20vw, 190px);
    --cc-offset-double: clamp(220px, 42vw, 380px);
}

[data-theme="dark"] .category-carousel {
    background-image: linear-gradient(
        to bottom,
        #162a48 0%,
        rgba(19, 36, 63, 0.94) 44%,
        rgba(16, 32, 56, 0.78) 72%,
        rgba(16, 32, 56, 0.24) 92%,
        rgba(16, 32, 56, 0) 100%
    );
}

.category-carousel__title {
    font-size: clamp(2.75rem, 9.2vw, 7rem);
    font-weight: 900;
    line-height: 0.84;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 clamp(-1.6rem, -2.2vw, -2.4rem) 0;
    transform: translateY(clamp(0.6rem, 1vw, 1.2rem));
    background: linear-gradient(
        to bottom,
        rgba(15, 20, 25, 0.95) 0%,
        rgba(15, 20, 25, 0.78) 40%,
        rgba(15, 20, 25, 0.36) 72%,
        rgba(15, 20, 25, 0.04) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    pointer-events: none;
    z-index: 2;
}

[data-theme="dark"] .category-carousel__title {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.82) 42%,
        rgba(255, 255, 255, 0.36) 72%,
        rgba(255, 255, 255, 0.03) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
}

.category-carousel__container {
    width: 100%;
    max-width: 1200px;
    height: 420px;
    position: relative;
    margin: 0 auto;
    perspective: 1100px;
    overflow: hidden;
    z-index: 3;
}

.category-carousel__track {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    overflow: visible;
}

.category-carousel__card {
    position: absolute;
    width: 280px;
    height: 360px;
    border-radius: 22px;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s;
    cursor: pointer;
    padding: 0;
    left: 50%;
    top: 50%;
    isolation: isolate;
    background: rgba(198, 210, 228, 0.55);
}

.category-carousel__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 260ms ease;
    filter: none;
    opacity: 0;
    z-index: 0;
}

[data-theme="dark"] .category-carousel__card {
    background: rgba(141, 159, 185, 0.2);
}

.category-carousel__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.56) 50%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(-100%);
    animation: category-carousel-skeleton-wave 1.2s linear infinite;
    pointer-events: none;
    z-index: 0;
}

[data-theme="dark"] .category-carousel__card::before {
    background: linear-gradient(100deg, rgba(245, 250, 255, 0) 20%, rgba(245, 250, 255, 0.22) 50%, rgba(245, 250, 255, 0) 80%);
}

.category-carousel__card.is-loaded::before {
    display: none;
}

.category-carousel__card.is-loaded img {
    opacity: 1;
}

.category-carousel__card.center {
    z-index: 10;
    transform: translate(-50%, -50%) scale(1.08) translateZ(0);
    opacity: 1;
}

.category-carousel__card.center img {
    transform: scale(1.01);
}

.category-carousel__card.left-2 {
    z-index: 1;
    transform: translate(-50%, -50%) translateX(calc(-1 * var(--cc-offset-double))) scale(0.82) translateZ(-260px);
    opacity: 0.76;
}

.category-carousel__card.left-1 {
    z-index: 5;
    transform: translate(-50%, -50%) translateX(calc(-1 * var(--cc-offset-single))) scale(0.92) translateZ(-90px);
    opacity: 0.92;
}

.category-carousel__card.right-1 {
    z-index: 5;
    transform: translate(-50%, -50%) translateX(var(--cc-offset-single)) scale(0.92) translateZ(-90px);
    opacity: 0.92;
}

.category-carousel__card.right-2 {
    z-index: 1;
    transform: translate(-50%, -50%) translateX(var(--cc-offset-double)) scale(0.82) translateZ(-260px);
    opacity: 0.76;
}

.category-carousel__card.hidden {
    opacity: 0;
    pointer-events: none;
}

.category-carousel__card-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    padding: 1.15rem 0.85rem 0.2rem;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    background: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
    z-index: 2;
}

.category-carousel__card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(6, 12, 24, 0.38) 0%, rgba(6, 12, 24, 0.32) 45%, rgba(6, 12, 24, 0.82) 100%);
    pointer-events: none;
    z-index: 1;
}

@keyframes category-carousel-skeleton-wave {
    100% {
        transform: translateX(100%);
    }
}

.category-carousel__card.center .category-carousel__card-label {
    opacity: 1;
    transform: translateY(0);
}

.category-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(8, 42, 123, 0.45);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-carousel__arrow--left {
    left: 14px;
}

.category-carousel__arrow--right {
    right: 14px;
}

/* Name moved onto active carousel image */
.category-carousel__name {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.category-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.category-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
}

.category-carousel__dot.active {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.15);
}

@media (max-width: 900px) {
    .category-carousel {
        --cc-offset-single: 120px;
        --cc-offset-double: 240px;
    }

    .category-carousel__container {
        height: 380px;
    }

    .category-carousel__card {
        width: 220px;
        height: 300px;
    }
}

@media (max-width: 600px) {
    .category-carousel {
        --cc-offset-single: 72px;
        --cc-offset-double: 138px;
    }

    .category-carousel__title {
        font-size: clamp(2.1rem, 13vw, 4rem);
        letter-spacing: 0.03em;
        margin-bottom: -1.2rem;
        transform: translateY(0.9rem);
    }

    .category-carousel__container {
        height: 240px;
    }

    .category-carousel__card {
        width: 150px;
        height: 195px;
        border-radius: 18px;
    }

    .category-carousel__card.center {
        transform: translate(-50%, -50%) scale(1.04) translateZ(0);
    }

    .category-carousel__card.left-2,
    .category-carousel__card.right-2 {
        opacity: 0.66;
    }

    .category-carousel__card.left-1,
    .category-carousel__card.right-1 {
        opacity: 0.86;
    }

    .category-carousel__card-label {
        padding: 0.8rem 0.55rem 0.12rem;
        font-size: clamp(0.8rem, 3.2vw, 1rem);
    }

    .category-carousel__arrow {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .category-carousel__arrow--left {
        left: 6px;
    }

    .category-carousel__arrow--right {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .category-carousel {
        --cc-offset-single: 64px;
        --cc-offset-double: 120px;
    }
}
/* ─── HOW IT WORKS SECTION ─── */
.how-it-works {
    --how-step-size: 48px;
    --how-connector-1-h: 6px;
    --how-connector-2-h: 4px;
    --how-connector-1-w: clamp(58px, 10vw, 128px);
    --how-connector-2-w: clamp(52px, 8.5vw, 110px);
    padding: var(--space-lg) var(--space-lg);
    background-color: transparent;
    background-image: none;
}

[data-theme="dark"] .how-it-works {
    background-image: none;
}

.how-it-works__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.how-it-works__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 var(--space-xs) 0;
    text-align: center;
    color: var(--color-text-primary);
}

.how-it-works__subtitle {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin: 0 0 var(--space-lg) 0;
    text-align: center;
    line-height: 1.5;
}

.how-it-works__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    justify-items: center;
    gap: clamp(0.35rem, 0.8vw, 0.8rem);
}

.how-it-works__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    width: 100%;
    max-width: 160px;
    text-align: center;
}

.how-it-works__step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--how-step-size);
    height: var(--how-step-size);
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
    flex-shrink: 0;
}

.how-it-works__step-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--color-text-primary);
    letter-spacing: -0.3px;
}

.how-it-works__step-description {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.4;
    max-width: 140px;
}

.how-it-works__connector {
    display: none !important;
    width: 100%;
    justify-self: center;
    align-self: start;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(122, 139, 166, 0.58) 0%, rgba(137, 152, 176, 0.3) 50%, rgba(122, 139, 166, 0.58) 100%);
    box-shadow: 0 2px 6px rgba(110, 124, 146, 0.18);
}

.how-it-works__steps > .how-it-works__connector:nth-of-type(1) {
    height: var(--how-connector-1-h);
    margin-top: calc((var(--how-step-size) - var(--how-connector-1-h)) / 2);
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.95) 0%, rgba(22, 163, 74, 0.9) 100%);
    box-shadow: 0 2px 7px rgba(22, 163, 74, 0.24);
}

.how-it-works__steps > .how-it-works__connector:nth-of-type(2) {
    height: var(--how-connector-2-h);
    width: 92%;
    margin-top: calc((var(--how-step-size) - var(--how-connector-2-h)) / 2);
    opacity: 0.92;
    background: linear-gradient(90deg, rgba(187, 247, 208, 0.9) 0%, rgba(220, 252, 231, 0.78) 100%);
    box-shadow: 0 1px 5px rgba(134, 239, 172, 0.2);
}

[data-theme="dark"] .how-it-works__connector {
    background: linear-gradient(90deg, rgba(222, 234, 255, 0.34) 0%, rgba(222, 234, 255, 0.18) 50%, rgba(222, 234, 255, 0.34) 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

[data-theme="dark"] .how-it-works__steps > .how-it-works__connector:nth-of-type(1) {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.96) 0%, rgba(22, 163, 74, 0.9) 100%);
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.32);
}

[data-theme="dark"] .how-it-works__steps > .how-it-works__connector:nth-of-type(2) {
    background: linear-gradient(90deg, rgba(187, 247, 208, 0.9) 0%, rgba(220, 252, 231, 0.76) 100%);
    box-shadow: 0 1px 6px rgba(134, 239, 172, 0.24);
}

/* ─── HOW IT WORKS RESPONSIVE ─── */
/* Tablet (601-1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
    .how-it-works {
        --how-step-size: 44px;
        --how-connector-1-h: 5px;
        --how-connector-2-h: 3px;
        --how-connector-1-w: clamp(42px, 8vw, 94px);
        --how-connector-2-w: clamp(36px, 6.8vw, 80px);
        padding: var(--space-lg) var(--space-lg);
    }

    .how-it-works__title {
        font-size: 1.75rem;
        margin-bottom: var(--space-xs);
    }

    .how-it-works__subtitle {
        font-size: 0.95rem;
        margin-bottom: var(--space-md);
    }

    .how-it-works__steps {
        gap: clamp(0.3rem, 0.65vw, 0.6rem);
    }

    .how-it-works__step {
        gap: var(--space-xs);
        max-width: 150px;
    }

    .how-it-works__step-number {
        font-size: 1.25rem;
    }

    .how-it-works__step-title {
        font-size: 0.95rem;
    }

    .how-it-works__step-description {
        font-size: 0.8rem;
        max-width: 120px;
    }
}

/* Mobile (≤600px) */
@media (max-width: 600px) {
    .how-it-works {
        --how-step-size: 40px;
        --how-connector-1-h: 4px;
        --how-connector-2-h: 2px;
        --how-connector-1-w: clamp(26px, 7.2vw, 62px);
        --how-connector-2-w: clamp(20px, 5.8vw, 52px);
        padding: var(--space-md) var(--space-md) var(--space-md) var(--space-md);
    }

    .how-it-works__title {
        font-size: 1.25rem;
        margin-bottom: var(--space-xs);
    }

    .how-it-works__subtitle {
        font-size: 0.8rem;
        margin-bottom: var(--space-md);
    }

    .how-it-works__steps {
        gap: clamp(0.2rem, 0.9vw, 0.45rem);
    }

    .how-it-works__step {
        gap: var(--space-xs);
        max-width: 130px;
    }

    .how-it-works__step-number {
        font-size: 1.1rem;
    }

    .how-it-works__step-title {
        font-size: 0.9rem;
    }

    .how-it-works__step-description {
        font-size: 0.75rem;
        max-width: 100px;
    }
}

/* Extra small (≤480px) */
@media (max-width: 480px) {
    .how-it-works {
        --how-step-size: 36px;
        --how-connector-1-h: 3px;
        --how-connector-2-h: 2px;
        --how-connector-1-w: clamp(18px, 6vw, 42px);
        --how-connector-2-w: clamp(14px, 4.7vw, 34px);
        padding: var(--space-md);
    }

    .how-it-works__steps {
        gap: var(--space-sm);
    }

    .how-it-works__step {
        max-width: 120px;
    }

    .how-it-works__step-number {
        font-size: 1rem;
    }

    .how-it-works__step-title {
        font-size: 0.85rem;
    }

    .how-it-works__step-description {
        font-size: 0.7rem;
        max-width: 90px;
    }

    .how-it-works__steps > .how-it-works__connector:nth-of-type(2) {
        width: 88%;
    }
}

@keyframes slideDown {
    0%, 100% {
        opacity: 0.4;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
}

/* ─── MOBILE FIXED RECTANGULAR NAVBAR (≤600px ONLY) ─── */
/* CSS variables for mobile navbar dimensions */
:root {
    --mobile-nav-height: 64px;
    --mobile-nav-total-height: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
}

/* Default: hidden on all screens */
.mobile-pill-nav {
    display: none;
}

/* Only visible on mobile (≤600px) - Full-width rectangular bottom bar */
@media (max-width: 600px) {
    .mobile-pill-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 150;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 0;
        width: 100%;
        max-width: none;
        padding: 0 var(--space-md);
        padding-bottom: env(safe-area-inset-bottom);
        height: var(--mobile-nav-height);
        background-color: rgba(248, 249, 250, 0.7);
        border-top: 1px solid var(--color-border);
        border-radius: 0;
        backdrop-filter: blur(20px);
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(110%);
        opacity: 0;
        transition: opacity var(--transition-base) ease-out, 
                    transform var(--transition-base) ease-out;
        pointer-events: none;
    }

    [data-theme="dark"] .mobile-pill-nav {
        background-color: rgba(15, 20, 25, 0.7);
        border-top-color: var(--color-border);
    }

    /* Visible state - Slide up into view */
    .mobile-pill-nav--visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Individual nav item */
    .mobile-pill-nav__item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 8px 0;
        background: transparent;
        border: none;
        color: var(--mobile-nav-icon-color);
        cursor: pointer;
        font-size: 10px;
        font-weight: 600;
        text-decoration: none;
        border-radius: var(--radius-md);
        transition: all var(--transition-fast);
        min-width: 0;
        min-height: var(--mobile-nav-height);
    }

    .mobile-pill-nav__item:hover {
        background-color: rgba(37, 211, 102, 0.1);
        color: var(--mobile-nav-icon-hover-color);
    }

    .mobile-pill-nav__item:active {
        transform: scale(0.95);
    }

    .mobile-pill-nav__icon {
        width: 27px;
        height: 27px;
        display: block;
        flex-shrink: 0;
        color: currentColor;
        stroke: currentColor !important;
        fill: none;
    }

    .mobile-pill-nav__label {
        display: none;
    }

    /* Offset mobile nav when sticky CTA is active (product detail page) 
       Sticky CTA should sit above the navbar, not overlap */
    body.has-sticky-cta .mobile-pill-nav {
        z-index: 99;
    }
}

/* Explicit hide on tablet and desktop */
@media (min-width: 601px) {
    .mobile-pill-nav {
        display: none !important;
    }
}

/* ─── ANIMATIONS ─── */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Mobile only: Reduce gap between trust chips by 50% */
@media (max-width: 600px) {
    .hero__trust-chips {
        gap: calc(var(--space-sm) * 0.5) !important;
    }

    .hero__trust {
        gap: calc(var(--space-sm) * 0.5) !important;
    }
}

/* Final desktop override: keep transparent header and stable hero offset */
@media (min-width: 601px) {
    .header__container {
        max-width: none;
        width: 100%;
        margin: 0;
        padding-left: clamp(24px, 2.4vw, 42px);
        padding-right: clamp(36px, 3.4vw, 64px);
        gap: clamp(10px, 1.2vw, 16px);
    }

    .header__logo-group {
        margin-left: 0;
        gap: 0.34rem;
    }

    .header__brand {
        gap: 0.125rem;
    }

    .header__title {
        color: #f2f7ff;
        font-size: calc(1.35rem + 5px);
        font-weight: 800;
        line-height: 1.05;
    }

    .header__subtitle {
        color: rgba(225, 236, 255, 0.84);
        font-size: calc(0.70rem + 2px);
        font-weight: 500;
    }

    .hero {
        margin-top: calc(-1 * (var(--header-height-desktop) + var(--announcement-host-height)));
        padding-top: calc(var(--header-height-desktop) + var(--announcement-host-height) + clamp(3.1rem, 5vw, 4.5rem));
        background-position: center top, center top;
    }

    .hero__headline {
        margin-top: 0;
    }
}



/* Final desktop override: glassmorphism header */
@media (min-width: 601px) {
    .header,
    .header.header--scrolled {
        position: sticky;
        top: 0;
        background: rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.30) !important;
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.50), inset 0 -1px 0 rgba(255, 255, 255, 0.10), inset 0 0 20px 10px rgba(255, 255, 255, 1) !important;
        overflow: hidden;
    }

    [data-theme=dark] .header,
    [data-theme=dark] .header.header--scrolled {
        background: rgba(19, 29, 44, 0.28) !important;
        border-color: rgba(173, 198, 255, 0.22) !important;
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(214, 230, 255, 0.22), inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 0 20px 10px rgba(128, 166, 255, 0.12) !important;
    }

    .header__container {
        position: relative;
        z-index: 1;
    }
}

/* Final desktop override: glassmorphism header (v2) */
@media (min-width: 601px) {
    .header,
    [data-theme=dark] .header,
    .header.header--scrolled,
    [data-theme=dark] .header.header--scrolled {
        position: sticky;
        top: 0;
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(40px) !important;
        -webkit-backdrop-filter: blur(40px) !important;
        border-radius: 20px;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0) !important;
        overflow: hidden;
    }

    .header::before,
    .header::after {
        content: none;
        display: none;
    }

    .header__container {
        position: relative;
        z-index: 1;
    }
}

/* Final desktop override: glassmorphism header (v3) */
@media (min-width: 601px) {
    :root {
        --header-height-desktop: 76px;
    }

    .header,
    [data-theme=dark] .header,
    .header.header--scrolled,
    [data-theme=dark] .header.header--scrolled {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.05) !important;
        backdrop-filter: blur(50px) !important;
        -webkit-backdrop-filter: blur(50px) !important;
        border-radius: 0 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0) !important;
        overflow: hidden;
    }

    .header::before,
    .header::after {
        content: none;
        display: none;
    }

    .header__container {
        position: relative;
        z-index: 1;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .header__logo {
        height: 58px;
    }
}

/* Final hero layout override: desktop left alignment + controlled subtitle width */
@media (min-width: 601px) {
    .hero {
        align-items: flex-start;
        text-align: left;
        padding-left: clamp(24px, 2.4vw, 42px);
        padding-right: clamp(24px, 2.4vw, 42px);
    }

    .hero__headline {
        max-width: min(72vw, 1120px);
    }

    .hero__subheadline {
        max-width: 50vw;
        margin-top: 18.9px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero__trust {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        width: fit-content;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 0.45rem;
        transform: none;
        gap: clamp(0.52rem, 0.9vw, 0.82rem);
    }

    .hero__trust .hero__eyebrow {
        width: auto;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .hero__trust-chips {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: auto;
        max-width: 100%;
        margin-bottom: 0;
        gap: clamp(0.52rem, 0.9vw, 0.82rem);
    }

    .hero__trusted-pill {
        min-height: 42px;
        padding: 0.585rem 1.24rem;
        border-radius: 12px;
        font-size: clamp(0.705rem, 1.11vw, 0.81rem);
        letter-spacing: 0.06em;
    }

    .hero__trusted-pill .chip__icon {
        width: 0.79rem;
        height: 0.79rem;
    }

    .hero__trust-pill {
        min-height: 35px;
        padding: 0.475rem 0.9rem;
        border-radius: 13px;
        font-size: 0.655rem;
    }

    .hero__trust-pill .chip__icon {
        width: 0.7rem;
        height: 0.7rem;
    }

    .hero__trust-pill span {
        font-size: 0.655rem;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    .hero__actions {
        align-items: center;
        max-width: min(560px, 50vw);
        margin-top: calc(clamp(1.1rem, 1.8vw, 1.7rem) + 109.6px);
        margin-left: auto;
        margin-right: auto;
    }
}

/* Slightly lower hero CTA buttons on mobile */
@media (max-width: 600px) {
    .hero__actions {
        margin-top: 14px;
    }
}

/* Final hero visual: right-side animated loader element with theme glow + depth */
.hero__visual {
    display: none;
}

@media (min-width: 901px) {
    .hero {
        position: relative;
        overflow: hidden;
        perspective: 1200px;
        --hero-visual-right: calc(clamp(24px, 4vw, 80px) + 37.8px);
        --hero-visual-top: clamp(130px, 20vh, 250px);
        --hero-visual-size: clamp(325px, 38.75vw, 650px);
    }

    .hero__visual {
        display: block;
        position: absolute;
        right: var(--hero-visual-right);
        top: var(--hero-visual-top);
        width: var(--hero-visual-size);
        pointer-events: none;
        z-index: 1;
        --hero-visual-rotate-x: 0deg;
        --hero-visual-rotate-y: 0deg;
        --hero-visual-shift-x: 0px;
        --hero-visual-shift-y: 0px;
        transform: translate3d(var(--hero-visual-shift-x), var(--hero-visual-shift-y), 0) rotateX(var(--hero-visual-rotate-x)) rotateY(var(--hero-visual-rotate-y));
        transform-style: preserve-3d;
        transition: transform 260ms ease-out;
        filter: drop-shadow(0 18px 36px rgba(6, 20, 42, 0.32));
    }

    .hero__visual::before {
        content: '';
        position: absolute;
        inset: 12% -8% -18% -8%;
        background: radial-gradient(ellipse at 50% 55%, rgba(86, 141, 255, 0.33) 0%, rgba(38, 148, 255, 0.22) 32%, rgba(18, 30, 54, 0) 72%);
        filter: blur(18px);
        z-index: -1;
        pointer-events: none;
    }

    [data-theme="dark"] .hero__visual::before {
        background: radial-gradient(ellipse at 52% 56%, rgba(88, 156, 255, 0.42) 0%, rgba(72, 113, 255, 0.28) 33%, rgba(11, 17, 34, 0) 74%);
    }

    .hero__visual .loader {
        --size: 100%;
        --duration: 2.5s;
        --logo-color: #b5c2d8;
        --background: linear-gradient(
            0deg,
            rgb(30 27 109 / 20%) 0%,
            rgb(137 76 161 / 20%) 100%
        );
        width: 100%;
        height: var(--size);
        aspect-ratio: 1;
        position: relative;
        margin: 0 auto;
        transform: translateZ(34px);
        filter: drop-shadow(0 26px 34px rgba(8, 16, 34, 0.28)) drop-shadow(0 0 28px rgba(125, 173, 255, 0.22));
        will-change: transform;
        pointer-events: none;
    }

    .hero__visual .loader .box {
        position: absolute;
        inset: var(--inset);
        background: var(--background);
        border-radius: 50%;
        box-shadow:
            rgba(0, 0, 0, 0.5) 0px 10px 10px 0,
            inset rgba(205, 155, 255, 0.5) 0px 5px 10px -7px;
        animation: hero-loader-ripple var(--duration) infinite ease-in-out;
        animation-delay: calc(var(--i) * 0.15s);
        z-index: calc(var(--i) * -1);
        pointer-events: all;
        transition: all 0.3s ease;
    }

    .hero__visual .loader .box:last-child {
        filter: blur(30px);
    }

    .hero__visual .loader .box:not(:last-child):hover {
        filter: none;
    }

    .hero__visual .loader .logo {
        position: absolute;
        inset: 0;
        display: grid;
        place-content: center;
        padding: 30%;
    }

    /* Center logo is replaced by carousel focused orb on desktop */
    .hero__visual .loader .logo {
        display: none;
    }

    .hero__visual .loader .logo .svg {
        fill: var(--logo-color);
        width: 100%;
        animation: hero-loader-color-change var(--duration) infinite ease-in-out;
    }

    [data-theme="dark"] .hero__visual .loader {
        --logo-color: #dbe6ff;
        filter: drop-shadow(0 26px 38px rgba(2, 8, 22, 0.58)) drop-shadow(0 0 34px rgba(101, 157, 255, 0.34));
    }

    .hero > *:not(.hero__visual):not(.hero__tool-strip):not(.blur) {
        position: relative;
        z-index: 2;
    }

    .hero__subheadline,
    .hero__trust,
    .hero__actions {
        max-width: min(52vw, 760px);
    }

    /* Desktop: overlay orb carousel/icons on top of the loader visual */
    .hero > .hero__tool-strip {
        display: block;
        position: absolute;
        right: var(--hero-visual-right);
        top: var(--hero-visual-top);
        width: var(--hero-visual-size);
        pointer-events: none;
        z-index: 2;
        --hero-visual-rotate-x: 0deg;
        --hero-visual-rotate-y: 0deg;
        --hero-visual-shift-x: 0px;
        --hero-visual-shift-y: 0px;
        transform: translate3d(var(--hero-visual-shift-x), var(--hero-visual-shift-y), 0) rotateX(var(--hero-visual-rotate-x)) rotateY(var(--hero-visual-rotate-y));
        transform-style: preserve-3d;
        transition: transform 260ms ease-out;
    }

    .hero__tool-strip-inner {
        --hero-orb-step: clamp(48px, 6vw, 84px);
        --hero-orb-near-offset: calc(var(--hero-orb-step) * 1.02);
        --hero-orb-mid-offset: calc(var(--hero-orb-step) * 1.88);
        --hero-orb-outer-offset: calc(var(--hero-orb-step) * 2.66);
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 1;
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        isolation: isolate;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero__tool-strip-inner::after,
    .hero__tool-beam {
        display: none;
    }

    .hero__tool-rings {
        position: absolute;
        inset: -26% -22%;
        pointer-events: none;
        z-index: 0;
        background: repeating-radial-gradient(
            circle at 50% 50%,
            rgba(124, 109, 189, 0.18) 0 2px,
            rgba(124, 109, 189, 0) 2px 34px
        );
        opacity: 0.56;
    }

    .hero__focus-ripple {
        position: absolute;
        left: 50%;
        top: 50%;
        width: clamp(330px, 40vw, 540px);
        aspect-ratio: 1;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 0;
    }

    .hero__focus-wave {
        position: absolute;
        inset: var(--inset);
        border-radius: 50%;
        background: linear-gradient(
            180deg,
            rgba(128, 100, 214, 0.48) 0%,
            rgba(70, 56, 168, 0.62) 100%
        );
        box-shadow:
            rgba(33, 27, 82, 0.40) 0 16px 24px -14px,
            inset rgba(227, 214, 255, 0.36) 0 1px 1px;
        animation: hero-focus-ripple 2.5s infinite ease-in-out;
        animation-delay: calc(var(--i) * 0.14s);
    }

    .hero__focus-wave:last-child {
        filter: blur(14px);
        opacity: 0.8;
    }

    .hero__tool-orb {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 999px;
        color: rgba(240, 245, 255, 0.96);
        border: none;
        background: radial-gradient(
            circle at 30% 22%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.1) 40%,
            rgba(119, 146, 220, 0.12) 70%,
            rgba(86, 104, 186, 0.14) 100%
        );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.34),
            inset 0 -12px 20px rgba(2, 6, 15, 0.48),
            0 22px 30px -16px rgba(0, 0, 0, 0.72),
            0 0 28px rgba(124, 162, 255, 0.28);
        transform: translate(-50%, -50%);
        animation: none;
        z-index: 1;
        transition:
            transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1),
            opacity 480ms ease,
            filter 480ms ease,
            box-shadow 480ms ease;
        will-change: transform, opacity;
        pointer-events: none;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-0,
    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-6 {
        width: clamp(53px, 4.85vw, 76px);
        height: clamp(53px, 4.85vw, 76px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-1,
    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-5 {
        width: clamp(62px, 5.9vw, 86px);
        height: clamp(62px, 5.9vw, 86px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-2 {
        width: clamp(70px, 6.6vw, 98px);
        height: clamp(70px, 6.6vw, 98px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-4 {
        width: clamp(70px, 6.6vw, 98px);
        height: clamp(70px, 6.6vw, 98px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-3 {
        width: clamp(96px, 9.4vw, 130px);
        height: clamp(96px, 9.4vw, 130px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon {
        width: 60%;
        height: 60%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon--openai {
        width: 58%;
        height: 58%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon--meta {
        width: 64%;
        height: 64%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-outside-slot {
        opacity: 0;
        width: clamp(53px, 4.85vw, 76px);
        height: clamp(53px, 4.85vw, 76px);
        transform: translate(-50%, -50%) scale(0.72);
        z-index: 0;
        pointer-events: none;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-0 {
        transform: translate(calc(-50% - var(--hero-orb-outer-offset)), -50%);
        opacity: 0.7;
        filter: saturate(0.96) brightness(1.06);
        z-index: 1;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-1 {
        transform: translate(calc(-50% - var(--hero-orb-mid-offset)), -50%);
        opacity: 0.82;
        filter: saturate(0.98) brightness(1.07);
        z-index: 2;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-2 {
        transform: translate(calc(-50% - var(--hero-orb-near-offset)), -50%);
        opacity: 0.9;
        filter: saturate(1) brightness(1.08);
        z-index: 3;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-3 {
        transform: translate(-50%, -50%);
        opacity: 1;
        filter: saturate(1);
        z-index: 5;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-4 {
        transform: translate(calc(-50% + var(--hero-orb-near-offset)), -50%);
        opacity: 0.9;
        filter: saturate(1) brightness(1.08);
        z-index: 3;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-5 {
        transform: translate(calc(-50% + var(--hero-orb-mid-offset)), -50%);
        opacity: 0.82;
        filter: saturate(0.98) brightness(1.07);
        z-index: 2;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-6 {
        transform: translate(calc(-50% + var(--hero-orb-outer-offset)), -50%);
        opacity: 0.7;
        filter: saturate(0.96) brightness(1.06);
        z-index: 1;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-center-slot {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.11),
            inset 0 1px 0 rgba(255, 255, 255, 0.46),
            inset 0 -14px 24px rgba(2, 8, 20, 0.54),
            0 28px 40px -18px rgba(2, 8, 20, 0.82),
            0 0 38px rgba(146, 172, 255, 0.35);
        opacity: 1;
    }

    .hero__tool-icon {
        width: 28px;
        height: 28px;
        color: currentColor;
        opacity: 0.98;
        filter:
            drop-shadow(0 1px 2px rgba(7, 10, 20, 0.58))
            drop-shadow(0 0 8px rgba(193, 216, 255, 0.32));
    }

    .hero__tool-icon--adobe {
        width: 20px;
        height: 20px;
    }

    .hero__tool-icon--midjourney {
        width: 30px;
        height: 30px;
        color: #2fce78;
    }

    .hero__tool-icon--openai {
        width: 40px;
        height: 40px;
        color: #ecf2ff;
    }

    .hero__tool-icon--meta {
        width: 34px;
        height: 34px;
    }

    .hero__tool-icon--gemini {
        width: 20px;
        height: 20px;
    }

    .hero__tool-icon--spotify {
        width: 22px;
        height: 22px;
    }

    .hero__tool-icon--photoshop {
        width: 24px;
        height: 24px;
    }

    [data-theme="dark"] .hero__tool-orb {
        color: rgba(238, 244, 255, 0.94);
        background: radial-gradient(
            circle at 30% 22%,
            rgba(255, 255, 255, 0.24) 0%,
            rgba(255, 255, 255, 0.08) 38%,
            rgba(92, 114, 182, 0.16) 72%,
            rgba(68, 82, 164, 0.2) 100%
        );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.22),
            inset 0 -12px 18px rgba(1, 5, 14, 0.58),
            0 20px 28px -16px rgba(1, 5, 14, 0.82),
            0 0 24px rgba(121, 153, 255, 0.28);
    }

    [data-theme="dark"] .hero__tool-rings {
        background: repeating-radial-gradient(
            circle at 50% 50%,
            rgba(199, 214, 255, 0.10) 0 2px,
            rgba(199, 214, 255, 0) 2px 36px
        );
        opacity: 0.56;
    }

    [data-theme="dark"] .hero__focus-wave {
        background: linear-gradient(
            180deg,
            rgba(111, 74, 179, 0.44) 0%,
            rgba(45, 38, 121, 0.58) 100%
        );
        box-shadow:
            rgba(0, 0, 0, 0.36) 0 14px 20px -14px,
            inset rgba(198, 174, 255, 0.28) 0 1px 1px;
    }

    [data-theme="dark"] .hero__tool-icon--midjourney {
        color: #4ce08d;
    }

    [data-theme="dark"] .hero__tool-icon--openai {
        color: #eef3fc;
    }

    [data-theme="dark"] .hero__tool-icon {
        filter:
            drop-shadow(0 1px 2px rgba(2, 6, 14, 0.72))
            drop-shadow(0 0 10px rgba(179, 206, 255, 0.38));
    }

    [data-theme="dark"] .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-center-slot {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24),
            inset 0 -14px 20px rgba(1, 5, 12, 0.66),
            0 30px 40px -18px rgba(1, 5, 12, 0.86),
            0 0 38px rgba(123, 160, 255, 0.36);
    }
}

@keyframes hero-loader-ripple {
    0% {
        transform: scale(1);
        box-shadow:
            rgba(0, 0, 0, 0.5) 0px 10px 10px 0,
            inset rgba(205, 155, 255, 0.5) 0px 5px 10px -7px;
    }
    65% {
        transform: scale(1.4);
        box-shadow: rgba(0, 0, 0, 0) 0px 0 0 0;
    }
    100% {
        transform: scale(1);
        box-shadow:
            rgba(0, 0, 0, 0.5) 0px 10px 10px 0,
            inset rgba(205, 155, 255, 0.5) 0px 5px 10px -7px;
    }
}

@keyframes hero-loader-color-change {
    0% {
        fill: var(--logo-color);
    }
    50% {
        fill: #ffffff;
    }
    100% {
        fill: var(--logo-color);
    }
}

/* Final seamless transition: split light and dark behavior */
.how-it-works {
    position: relative;
    isolation: isolate;
    background-color: var(--color-bg) !important;
    background-image: none !important;
}

.how-it-works__container {
    position: relative;
    z-index: 1;
}

/* Light mode: keep top edge clean; fade should already finish in carousel section */
:root:not([data-theme="dark"]) .how-it-works {
    overflow: visible;
    background-image: none !important;
}

:root:not([data-theme="dark"]) .how-it-works::before {
    content: none !important;
    display: none !important;
}

/* Dark mode: keep ::before gradient blend layer */
[data-theme="dark"] .how-it-works {
    overflow: visible;
    background-image: none !important;
}

[data-theme="dark"] .how-it-works::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -220px;
    height: 320px;
    background: linear-gradient(
        to bottom,
        rgba(5, 13, 30, 0) 0%,
        rgba(8, 21, 45, 0.30) 34%,
        rgba(10, 22, 42, 0.74) 68%,
        var(--color-bg) 100%
    );
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 900px) {
    [data-theme="dark"] .how-it-works::before {
        top: -150px;
        height: 230px;
    }
}

/* Header docked catalog controls (desktop) */
.header__catalog-tools-wrap {
    display: none;
}

@media (min-width: 901px) {
    .header,
    [data-theme="dark"] .header,
    .header.header--scrolled,
    [data-theme="dark"] .header.header--scrolled {
        overflow: visible !important;
    }

    .header__container {
        position: relative;
        overflow: visible;
    }

    .header__catalog-tools-wrap {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        pointer-events: none;
    }

    .header__catalog-tools-wrap.is-visible,
    .header__catalog-tools-wrap.is-search-open,
    .header__catalog-tools-wrap.is-sort-open {
        pointer-events: auto;
    }

    .header__catalog-tools {
        display: flex;
        align-items: center;
        gap: 0.52rem;
        opacity: 0;
        transform: translateY(-10px) scale(0.88);
        filter: blur(7px);
        transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
        pointer-events: none;
    }

    .header__catalog-tools-wrap.is-visible .header__catalog-tools {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
        pointer-events: auto;
    }

    [data-theme="dark"] .header__catalog-tools {
        color: #ffffff;
    }

    .header__tool-btn {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        border: 1px solid rgba(202, 219, 242, 0.46);
        background: linear-gradient(180deg, rgba(248, 251, 255, 0.74) 0%, rgba(220, 233, 249, 0.62) 100%);
        color: #18314f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 220ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
        box-shadow: 0 10px 24px rgba(60, 95, 145, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .header__tool-btn svg {
        width: 19px;
        height: 19px;
    }

    .header__tool-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(60, 95, 145, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border-color: rgba(176, 201, 234, 0.7);
    }

    .header__tool-btn.is-active,
    .header__tool-btn.has-active-filters,
    .header__tool-btn.has-active-sort {
        border-color: rgba(37, 211, 102, 0.56);
        box-shadow: 0 12px 26px rgba(20, 60, 110, 0.2), 0 0 0 2px rgba(37, 211, 102, 0.2);
    }

    [data-theme="dark"] .header__tool-btn {
        border-color: rgba(228, 236, 248, 0.6);
        background: linear-gradient(180deg, rgba(202, 214, 230, 0.32) 0%, rgba(182, 197, 217, 0.28) 100%);
        color: #ffffff;
        box-shadow: 0 12px 24px rgba(2, 8, 20, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    }

    [data-theme="dark"] .header__tool-btn:hover {
        border-color: rgba(236, 242, 252, 0.76);
        background: linear-gradient(180deg, rgba(214, 224, 238, 0.4) 0%, rgba(192, 206, 226, 0.35) 100%);
        box-shadow: 0 16px 30px rgba(2, 8, 20, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }

    .header__catalog-flyout {
        position: absolute;
        top: calc(100% + 14px);
        left: 50%;
        transform: translate(-50%, -10px) scale(0.98);
        opacity: 0;
        pointer-events: none;
        z-index: 10;
        transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .header__catalog-tools-wrap.is-search-open .header__catalog-flyout--search,
    .header__catalog-tools-wrap.is-sort-open .header__catalog-flyout--sort {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
        pointer-events: auto;
    }

    .header__catalog-search-box {
        width: min(58vw, 760px);
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.6rem 0.9rem;
        border-radius: 16px;
        border: 1px solid rgba(193, 210, 232, 0.62);
        background: rgba(244, 248, 254, 0.84);
        box-shadow: 0 22px 40px rgba(29, 56, 92, 0.22);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    [data-theme="dark"] .header__catalog-search-box {
        border-color: rgba(206, 221, 244, 0.68);
        background: rgba(190, 205, 226, 0.26);
        box-shadow: 0 24px 44px rgba(1, 7, 18, 0.62);
    }

    [data-theme="dark"] .header__catalog-search-icon,
    [data-theme="dark"] .header__catalog-search-input,
    [data-theme="dark"] .header__catalog-search-input::placeholder {
        color: #ffffff;
    }

    .header__catalog-search-icon {
        width: 18px;
        height: 18px;
        color: var(--color-text-secondary);
        flex-shrink: 0;
    }

    .header__catalog-search-input {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-size: 1rem;
        color: var(--color-text-primary);
    }

    .header__catalog-search-input::placeholder {
        color: var(--color-text-secondary);
    }

    .header__catalog-flyout--sort {
        min-width: 210px;
        display: flex;
        flex-direction: column;
        gap: 0.16rem;
        padding: 0.45rem;
        border-radius: 14px;
        border: 1px solid rgba(188, 205, 229, 0.76);
        background: rgba(244, 248, 254, 0.97);
        box-shadow: 0 22px 38px rgba(18, 40, 69, 0.24);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    [data-theme="dark"] .header__catalog-flyout--sort {
        border-color: rgba(214, 226, 246, 0.72);
        background: rgba(196, 210, 228, 0.3);
        box-shadow: 0 24px 40px rgba(0, 6, 16, 0.62);
    }

    [data-theme="dark"] .header__catalog-sort-option {
        color: #ffffff;
    }

    .header__catalog-sort-option {
        border: none;
        background: transparent;
        color: var(--color-text-primary);
        text-align: left;
        font-size: 0.92rem;
        padding: 0.5rem 0.62rem;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 160ms ease, color 160ms ease;
    }

    .header__catalog-sort-option:hover,
    .header__catalog-sort-option.active {
        background: rgba(37, 211, 102, 0.16);
        color: var(--color-text-primary);
    }

    body.filter-open .filter-backdrop.active {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 250;
        background: rgba(8, 20, 38, 0.24);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    body.filter-open .filter-panel.active {
        position: fixed;
        top: calc(var(--header-height-desktop, 76px) + 12px);
        left: 50%;
        transform: translateX(-50%);
        width: min(1120px, calc(100vw - 36px));
        height: min(72vh, 680px);
        max-height: min(72vh, 680px);
        margin: 0;
        overflow: hidden;
        z-index: 260;
        border-radius: 16px;
        --filter-panel-surface: rgba(248, 249, 250, 0.85);
        background-color: var(--filter-panel-surface);
        border: 1px solid var(--color-border);
        box-shadow: 0 22px 48px rgba(10, 24, 44, 0.24);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    [data-theme="dark"] body.filter-open .filter-panel.active {
        --filter-panel-surface: rgba(15, 20, 25, 0.85);
        background-color: var(--filter-panel-surface);
        box-shadow: 0 24px 54px rgba(1, 6, 14, 0.64);
    }

    body.filter-open .filter-panel.active .filter-panel__content {
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.filter-open .filter-panel.active .filter-panel__header {
        display: flex !important;
        position: static;
        z-index: 1;
        background: var(--filter-panel-surface);
        margin: 0;
        padding: var(--space-sm) var(--space-lg);
        border-bottom: 1px solid var(--color-border);
    }

    body.filter-open .filter-panel.active .filter-panel__actions {
        position: static;
        z-index: 1;
        background: var(--filter-panel-surface);
        border-top: 1px solid var(--color-border);
        padding: var(--space-sm) var(--space-lg);
        margin: 0;
    }

    .catalog__toolbar {
        transition: opacity 320ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
        transform-origin: top center;
    }

    .catalog__toolbar.catalog__toolbar--docked {
        opacity: 0;
        transform: translateY(-16px) scale(0.985);
        filter: blur(3px);
        pointer-events: none;
    }
}

@media (max-width: 900px) {
    .header__catalog-tools-wrap {
        display: none !important;
    }

    .catalog__toolbar.catalog__toolbar--docked {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        pointer-events: auto !important;
    }
}

/* Header Nav Final: text links (no pill shells), always visible, purple hover */
:root {
    --header-nav-link-color: #21242c;
    --header-nav-hover-color: #6b4dff;
}

[data-theme="dark"] {
    --header-nav-link-color: #e8efff;
    --header-nav-hover-color: #b69bff;
}

.header__nav-pills {
    display: flex;
    align-items: center;
    gap: clamp(0.9rem, 1.4vw, 1.9rem);
    flex-wrap: nowrap;
}

.header__pill {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.header__pill:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.header__pill .header__link {
    display: inline-flex;
    align-items: center;
    color: var(--header-nav-link-color) !important;
    font-size: clamp(1rem, 0.95rem + 0.15vw, 1.08rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 0.2rem 0;
    transition: color 180ms ease;
}

.header__pill .header__link:hover,
.header__pill .header__link:focus-visible {
    color: var(--header-nav-hover-color) !important;
}

.header__pill .theme-toggle,
.header__pill .header__cart-link {
    color: var(--header-nav-link-color);
}

.header__pill .theme-toggle:hover,
.header__pill .header__cart-link:hover {
    color: var(--header-nav-hover-color);
}

.header__pill .theme-toggle__icon,
.header__pill .header__cart-link svg {
    color: currentColor !important;
}

.header__pill .theme-toggle__icon {
    width: 18px !important;
    height: 18px !important;
}

@media (max-width: 600px) {
    .header__container {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "brand menu";
        row-gap: 0;
    }

    .header__logo-group {
        grid-area: brand;
    }

    .header__nav-pills {
        display: none !important;
    }

    .header__mobile-hamburger {
        grid-area: menu;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--color-text-primary);
        margin-left: 0.35rem;
        line-height: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header__mobile-hamburger svg {
        height: 2.15em;
    }

    [data-theme="dark"] .header__mobile-hamburger {
        color: #f2f7ff;
    }
}

/* Hero CTA refresh: borderless, rounded, soft shadow */
.hero__actions .btn {
    border: none !important;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(166, 176, 192, 0.28);
}

.hero__actions .btn--secondary.btn--whatsapp {
    background: linear-gradient(135deg, #6f74ff 0%, #985ddf 100%);
    color: #ffffff;
}

.hero__actions .btn--secondary.btn--whatsapp:hover,
.hero__actions .btn--secondary.btn--whatsapp:focus-visible {
    background: linear-gradient(135deg, #7b81ff 0%, #a567e4 100%);
    color: #ffffff;
    transform: translateY(-1px);
}

.hero__actions .btn--secondary.btn--whatsapp:active {
    transform: translateY(0);
    opacity: 0.96;
}

.hero__actions .btn--primary {
    background: linear-gradient(135deg, rgba(167, 132, 225, 0.62) 0%, rgba(143, 110, 213, 0.56) 100%);
    color: #ffffff;
}

.hero__actions .btn--primary:hover,
.hero__actions .btn--primary:focus-visible {
    background: linear-gradient(135deg, rgba(174, 140, 229, 0.66) 0%, rgba(150, 116, 218, 0.6) 100%);
    color: #ffffff;
    transform: translateY(-1px);
}

.hero__actions .btn--primary:active {
    transform: translateY(0);
    opacity: 0.96;
}

[data-theme="dark"] .hero__actions .btn {
    box-shadow: 0 10px 24px rgba(234, 243, 255, 0.22);
}

[data-theme="dark"] .hero__actions .btn--primary {
    background: linear-gradient(135deg, rgba(156, 126, 226, 0.45) 0%, rgba(127, 96, 204, 0.42) 100%);
    color: #ffffff;
}

[data-theme="dark"] .hero__actions .btn--secondary.btn--whatsapp {
    background: linear-gradient(135deg, #6c77ff 0%, #9b61e6 100%);
    color: #ffffff;
}

/* Hero Services Cards: compact accordion cards with icon + title + subtitle + hover detail */
.hero__actions {
    margin-bottom: var(--space-lg);
}

.hero-services {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.55rem, 0.9vw, 0.95rem);
    margin: 0 auto;
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: clamp(0.6rem, 1.8vw, 1.1rem);
    background-image: linear-gradient(
        to bottom,
        #FCE1F5 0%,
        rgba(249, 215, 241, 0.96) 52%,
        #f6ccee 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-self: stretch;
    justify-items: stretch;
    animation: fadeInUp 0.7s ease-out 0.58s both;
}

[data-theme="dark"] .hero-services {
    background-image: linear-gradient(
        to bottom,
        #101a30 0%,
        rgba(18, 32, 58, 0.95) 58%,
        #162a48 100%
    );
}

.hero-services__card {
    --hero-card-collapsed-tilt-x: 0deg;
    --hero-card-collapsed-tilt-y: 0deg;
    --hero-card-collapsed-shift-x: 0px;
    --hero-card-collapsed-shift-y: 0px;
    --hero-card-collapsed-reflect-shift: -28%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.42rem;
    min-height: 104px;
    padding: 1rem 1rem;
    border-radius: 14px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 18px rgba(88, 62, 136, 0.08), 0 0 0 1px rgba(167, 190, 229, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transform-style: preserve-3d;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 286ms ease, min-height 364ms ease, border-color 286ms ease, box-shadow 312ms ease, background 312ms ease;
}

.hero-services__card::before {
    content: "";
    position: absolute;
    inset: -40% -18%;
    background: linear-gradient(
        115deg,
        rgba(255, 255, 255, 0) 36%,
        rgba(255, 255, 255, 0.33) 48%,
        rgba(255, 255, 255, 0.16) 56%,
        rgba(255, 255, 255, 0) 70%
    );
    opacity: 0;
    transform: translateX(calc(-44% + var(--hero-card-collapsed-reflect-shift))) rotate(18deg);
    transition: opacity 234ms ease, transform 260ms ease;
    pointer-events: none;
}

[data-theme="dark"] .hero-services__card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 20px 36px rgba(0, 6, 18, 0.25), 0 0 0 1px rgba(225, 237, 255, 0.03);
}

[data-theme="dark"] .hero-services__card::before {
    background: linear-gradient(
        115deg,
        rgba(255, 255, 255, 0) 38%,
        rgba(234, 242, 255, 0.22) 49%,
        rgba(234, 242, 255, 0.11) 57%,
        rgba(255, 255, 255, 0) 70%
    );
}

[data-theme="dark"] .hero-services:hover .hero-services__card {
    box-shadow: 0 20px 36px rgba(0, 6, 18, 0.25), 0 0 0 1px rgba(225, 237, 255, 0.03);
}

.hero-services__card:hover,
.hero-services__card:focus-visible {
    transform: scale(1.034);
    min-height: 170px;
    border-color: rgba(184, 208, 244, 0.72);
    box-shadow: 0 26px 54px rgba(32, 50, 84, 0.155), 0 0 0 1px rgba(204, 223, 250, 0.11);
    background: linear-gradient(180deg, rgba(29, 49, 86, 0.29) 0%, rgba(18, 34, 63, 0.26) 100%);
}

[data-theme="dark"] .hero-services__card:hover,
[data-theme="dark"] .hero-services__card:focus-visible {
    border-color: rgba(233, 242, 255, 0.74);
    box-shadow: 0 36px 72px rgba(0, 6, 18, 0.38), 0 0 0 1px rgba(238, 245, 255, 0.14);
    background: linear-gradient(180deg, rgba(210, 221, 236, 0.33) 0%, rgba(178, 193, 214, 0.28) 100%);
}

.hero-services__card:focus-visible {
    outline: 2px solid rgba(108, 77, 255, 0.5);
    outline-offset: 2px;
}

.hero-services__icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7752ea 0%, #9d6ff5 54%, #bc8bff 100%);
    color: #ffffff;
    flex-shrink: 0;
}

.hero-services__card:hover .hero-services__icon,
.hero-services__card:focus-visible .hero-services__icon,
.hero-services:hover .hero-services__card:hover .hero-services__icon {
    background: linear-gradient(135deg, #8160ef 0%, #a97bf9 54%, #c698ff 100%);
}

.hero-services__icon svg {
    width: 36px;
    height: 36px;
}

.hero-services__title {
    margin: 0.48rem 0 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    color: #000000;
}

[data-theme="dark"] .hero-services__title {
    color: #ffffff;
}

.hero-services__subtitle {
    margin: 0;
    font-size: 0.79rem;
    font-weight: 600;
    color: #2f3540;
    line-height: 1.3;
}

[data-theme="dark"] .hero-services__subtitle {
    color: #ffffff;
}

.hero-services__detail {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.36;
    color: #000000;
    text-align: center;
    opacity: 0;
    max-height: 0;
    transform: translateY(6px);
    overflow: hidden;
    transition: opacity 286ms ease, max-height 390ms ease, transform 312ms ease;
}

[data-theme="dark"] .hero-services__detail {
    color: #ffffff;
}

.hero-services__card:hover .hero-services__detail,
.hero-services__card:focus-within .hero-services__detail,
.hero-services__card:focus-visible .hero-services__detail {
    margin-top: 0.44rem;
    opacity: 1;
    max-height: 90px;
    transform: translateY(0);
}

@media (min-width: 901px) {
    .hero-services {
        max-width: none;
    }
}

@media (max-width: 900px) {
    .hero-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .hero__actions {
        margin-bottom: var(--space-md);
    }

    .hero-services {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        margin-bottom: 0;
    }

    .hero-services__card {
        min-height: 106px;
        padding: 0.72rem 0.8rem;
    }

    .hero-services__card:hover,
    .hero-services__card:focus-visible {
        min-height: 162px;
    }

    /* Touch screens: keep detail visible without hover dependency */
    .hero-services__detail {
        margin-top: 0.42rem;
        opacity: 1;
        max-height: 84px;
        transform: translateY(0);
    }
}

.hero-services:hover .hero-services__card {
    min-height: 104px;
    transform: scale(0.992);
    border-color: transparent;
    box-shadow: 0 18px 34px rgba(4, 12, 26, 0.17), 0 0 0 1px rgba(167, 190, 229, 0.025);
}

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
    .hero-services.is-desktop-tilt:hover .hero-services__card.is-collapsed-tilt {
        transform:
            translate3d(var(--hero-card-collapsed-shift-x), var(--hero-card-collapsed-shift-y), 0)
            rotateX(var(--hero-card-collapsed-tilt-x))
            rotateY(var(--hero-card-collapsed-tilt-y))
            scale(0.992);
        filter: brightness(1.06);
    }

    .hero-services.is-desktop-tilt:hover .hero-services__card.is-collapsed-tilt::before {
        opacity: 0.78;
    }
}

.hero-services:hover .hero-services__card .hero-services__detail {
    margin-top: 0;
    opacity: 0;
    max-height: 0;
    transform: translateY(6px);
}

.hero-services:hover .hero-services__card:hover {
    min-height: 170px;
    transform: scale(1.04);
    box-shadow: 0 30px 60px rgba(32, 50, 84, 0.165), 0 0 0 1px rgba(211, 227, 251, 0.125);
}

[data-theme="dark"] .hero-services:hover .hero-services__card:hover {
    box-shadow: 0 36px 72px rgba(4, 12, 28, 0.33), 0 0 0 1px rgba(211, 227, 251, 0.125);
}

.hero-services:hover .hero-services__card:hover .hero-services__detail {
    margin-top: 0.44rem;
    opacity: 1;
    max-height: 90px;
    transform: translateY(0);
}

/* Hero vertical rhythm: keep equal spacing above/below services (desktop) */
@media (min-width: 901px) {
    :root {
        --hero-services-flow-gap: clamp(2rem, 2.8vw, 3rem);
    }

    .hero__actions {
        margin-top: calc(clamp(1.1rem, 1.8vw, 1.7rem) + 109.6px) !important;
        margin-bottom: 0 !important;
    }

    .hero-services {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-services__card {
        min-height: 115px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .hero-services:hover .hero-services__card {
        min-height: 115px;
    }

    .hero-services__card:hover,
    .hero-services__card:focus-visible,
    .hero-services:hover .hero-services__card:hover {
        min-height: 178px;
    }

    .category-carousel {
        --cc-offset-single: clamp(106px, 19vw, 182px);
        --cc-offset-double: clamp(212px, 38vw, 364px);
        margin-top: 0;
    }

    .category-carousel__title {
        font-size: clamp(2.2rem, 7.36vw, 5.6rem);
        margin: 0 0 clamp(-1.28rem, -1.76vw, -1.92rem) 0;
        transform: translateY(clamp(0.48rem, 0.8vw, 0.96rem));
    }

    .category-carousel__container {
        max-width: 960px;
        height: 336px;
    }

    .category-carousel__card {
        width: 224px;
        height: 288px;
        border-radius: 18px;
    }

    .category-carousel__card.left-2 {
        transform: translate(-50%, -50%) translateX(calc(-1 * var(--cc-offset-double))) scale(0.82) translateZ(-208px);
    }

    .category-carousel__card.left-1 {
        transform: translate(-50%, -50%) translateX(calc(-1 * var(--cc-offset-single))) scale(0.92) translateZ(-72px);
    }

    .category-carousel__card.right-1 {
        transform: translate(-50%, -50%) translateX(var(--cc-offset-single)) scale(0.92) translateZ(-72px);
    }

    .category-carousel__card.right-2 {
        transform: translate(-50%, -50%) translateX(var(--cc-offset-double)) scale(0.82) translateZ(-208px);
    }

    .category-carousel__card-label {
        padding: 0.92rem 0.68rem 0.16rem;
        font-size: clamp(0.8rem, 1.44vw, 1.12rem);
    }

    .category-carousel__arrow {
        width: 34px;
        height: 34px;
        font-size: 21px;
    }

    .category-carousel__arrow--left {
        left: 11px;
    }

    .category-carousel__arrow--right {
        right: 11px;
    }
}

/* Final brand + hero CTA color tuning */
.header__brand-link,
.header__subtitle {
    color: #8b63e9;
    transition: filter var(--transition-base), background-position 600ms ease, background-size 600ms ease;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .header__brand-link,
    .header__subtitle {
        background-image: linear-gradient(135deg, #4f2b9a 0%, #6d39c6 30%, #8b45d8 58%, #b14db0 100%);
        background-size: 180% 180%;
        background-position: 0% 50%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .header__logo-group:hover .header__brand-link,
    .header__logo-group:hover .header__subtitle,
    .header__logo-group:focus-within .header__brand-link,
    .header__logo-group:focus-within .header__subtitle {
        background-image: linear-gradient(140deg, #3f237f 0%, #6330a8 28%, #8f3fc9 62%, #c24e9b 100%);
        background-size: 240% 240%;
        animation: brandHoverFlow 2.8s ease-in-out infinite;
        filter: saturate(1.08);
    }
}

@keyframes brandHoverFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero__actions .btn--primary {
    padding: 0.75rem 1.2rem;
    min-height: 48px;
    gap: 0.5rem;
    border-radius: 12px !important;
    border: 1px solid rgba(109, 87, 189, 0.34) !important;
    background: linear-gradient(135deg, #7752ea 0%, #9d6ff5 54%, #bc8bff 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(85, 61, 167, 0.34);
}

.hero__actions .btn--primary:hover,
.hero__actions .btn--primary:focus-visible {
    background: linear-gradient(135deg, #8160ef 0%, #a97bf9 54%, #c698ff 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hero__actions .btn--primary:active {
    transform: translateY(0);
    opacity: 0.96;
}

.hero__actions .btn--primary__text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
}

.hero__actions .btn--primary__icon {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    padding-top: 1px;
}

.hero__actions .btn--primary__icon svg {
    width: 34px;
    height: 14px;
}

.hero__actions .btn--primary:hover .btn--primary__icon svg {
    animation: hero-cta-arrow-jello 0.9s both;
    transform-origin: left;
}

[data-theme="dark"] .hero__actions .btn--primary {
    border: 1px solid rgba(188, 168, 255, 0.45) !important;
    background: linear-gradient(135deg, #6e58d9 0%, #8f6ff1 54%, #b088ff 100%) !important;
    box-shadow: 0 12px 26px rgba(7, 14, 30, 0.56);
}

[data-theme="dark"] .hero__actions .btn--primary:hover,
[data-theme="dark"] .hero__actions .btn--primary:focus-visible {
    background: linear-gradient(135deg, #7c66e3 0%, #9a7cf6 54%, #bd97ff 100%) !important;
}

@media (max-width: 600px) {
    .hero__actions .btn--primary {
        padding: 0.68rem 1rem;
    }

    .hero__actions .btn--primary__text {
        font-size: 0.92rem;
    }

    .hero__actions .btn--primary__icon svg {
        width: 30px;
        height: 12px;
    }
}

@keyframes hero-cta-arrow-jello {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* Uiverse-inspired WhatsApp CTA with theme-matched sweep color */
.hero__actions .btn--secondary.btn--whatsapp {
    --wa-cta-start: #7d5ff0;
    --wa-cta-end: #56c3ff;
    --wa-cta-sweep: #5a44b8;
    position: relative;
    border: none !important;
    border-radius: 0.8em;
    padding: 0;
    min-height: 0;
    color: ghostwhite;
    background: linear-gradient(135deg, var(--wa-cta-start), var(--wa-cta-end));
    overflow: hidden;
    isolation: isolate;
    letter-spacing: 0.03em;
}

/* Mobile-only fix: keep hero image visible behind header */
@media (max-width: 600px) {
    :root {
        --header-height-mobile: clamp(74px, 16vw, 94px);
    }

    .header,
    [data-theme="dark"] .header,
    .header.header--scrolled,
    [data-theme="dark"] .header.header--scrolled {
        background: rgba(255, 255, 255, 0.05) !important;
        background-color: rgba(255, 255, 255, 0.05) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
        backdrop-filter: blur(50px) !important;
        -webkit-backdrop-filter: blur(50px) !important;
    }

    [data-theme="dark"] .header,
    [data-theme="dark"] .header.header--scrolled {
        background: rgba(19, 29, 44, 0.28) !important;
        background-color: rgba(19, 29, 44, 0.28) !important;
        border-bottom-color: rgba(173, 198, 255, 0.2) !important;
    }

    .hero {
        margin-top: calc(-1 * (var(--header-height-mobile) + var(--announcement-host-height))) !important;
        padding-top: calc(28px + env(safe-area-inset-top) + var(--header-height-mobile) + var(--announcement-host-height)) !important;
    }
}

.hero__actions .btn--secondary.btn--whatsapp .btn--whatsapp__inner {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 0.78em 1.16em 0.78em 1.02em;
    transition: color 0.4s;
}

.hero__actions .btn--secondary.btn--whatsapp .btn--whatsapp__icon {
    width: 1.18em;
    height: 1.18em;
    margin-left: 0.48em;
    margin-right: 0;
}

.hero__actions .btn--secondary.btn--whatsapp::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: var(--wa-cta-sweep);
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: 0;
}

.hero__actions .btn--secondary.btn--whatsapp:hover::before,
.hero__actions .btn--secondary.btn--whatsapp:focus-visible::before {
    transform: translate3d(100%, 0, 0);
}

.hero__actions .btn--secondary.btn--whatsapp:hover,
.hero__actions .btn--secondary.btn--whatsapp:focus-visible {
    background: linear-gradient(135deg, var(--wa-cta-start), var(--wa-cta-end));
    color: ghostwhite;
    transform: translateY(-1px);
}

.hero__actions .btn--secondary.btn--whatsapp:active {
    transform: scale(0.95);
}

[data-theme="dark"] .hero__actions .btn--secondary.btn--whatsapp {
    --wa-cta-start: #8b73ff;
    --wa-cta-end: #5ca8ff;
    --wa-cta-sweep: #3f3185;
    box-shadow: 0 12px 28px rgba(8, 14, 30, 0.62);
}

/* Hero tools strip (mobile-only, non-tailwind) */
.hero__tool-strip {
    display: none;
}

@media (min-width: 901px) {
    .hero__tool-strip {
        display: block;
    }
}

@media (max-width: 600px) {
    .hero__tool-strip {
        display: block;
        width: 100%;
        max-width: 520px;
        margin-top: 4px;
        margin-bottom: 12px;
    }

    .hero__tool-strip-inner {
        position: relative;
        display: block;
        text-align: center;
        min-height: 148px;
        padding: 18px 12px;
        border-radius: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        isolation: isolate;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero__tool-strip-inner::after {
        content: none;
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at 50% 88%, rgba(132, 111, 246, 0.26) 0%, rgba(132, 111, 246, 0) 58%);
        mix-blend-mode: screen;
        opacity: 0.62;
    }

    .hero__tool-rings {
        display: none;
        position: absolute;
        inset: -52% -30%;
        pointer-events: none;
        background: repeating-radial-gradient(
            circle at 50% 54%,
            rgba(130, 140, 158, 0.24) 0 2px,
            rgba(130, 140, 158, 0) 2px 13px
        );
        z-index: -2;
        opacity: 0.78;
    }

    .hero__focus-ripple {
        --focus-size: clamp(250px, 40vw, 310px);
        position: absolute;
        left: 50%;
        top: 50%;
        width: var(--focus-size);
        aspect-ratio: 1;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: -1;
    }

    .hero__focus-wave {
        position: absolute;
        inset: var(--inset);
        border-radius: 50%;
        background: linear-gradient(
            180deg,
            rgba(124, 92, 201, 0.36) 0%,
            rgba(66, 56, 156, 0.4) 100%
        );
        box-shadow:
            rgba(8, 14, 28, 0.52) 0 8px 12px 0,
            inset rgba(194, 174, 255, 0.35) 0 4px 8px -6px;
        animation: hero-focus-ripple 2.5s infinite ease-in-out;
        animation-delay: calc(var(--i) * 0.14s);
    }

    .hero__focus-wave:last-child {
        filter: blur(12px);
    }

    .hero__tool-orb {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: rgba(240, 245, 255, 0.96);
        border: none;
        background: radial-gradient(
            circle at 30% 22%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.1) 40%,
            rgba(119, 146, 220, 0.12) 70%,
            rgba(86, 104, 186, 0.14) 100%
        );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.34),
            inset 0 -12px 20px rgba(2, 6, 15, 0.48),
            0 22px 30px -16px rgba(0, 0, 0, 0.72),
            0 0 28px rgba(124, 162, 255, 0.28);
        transform: translateY(0);
        animation: hero-tool-orb-float 4.2s ease-in-out infinite;
        z-index: 1;
    }

    .hero__tool-orb--sm {
        width: 48px;
        height: 48px;
        animation-delay: 0ms;
    }

    .hero__tool-orb--md {
        width: 62px;
        height: 62px;
        animation-delay: 320ms;
    }

    .hero__tool-orb--lg {
        width: 88px;
        height: 88px;
        animation-delay: 160ms;
    }

    .hero__tool-strip-inner:not(.is-carousel) .hero__tool-orb--focus {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.11),
            inset 0 1px 0 rgba(255, 255, 255, 0.46),
            inset 0 -14px 24px rgba(2, 8, 20, 0.54),
            0 28px 40px -18px rgba(2, 8, 20, 0.82),
            0 0 38px rgba(146, 172, 255, 0.35);
    }

    .hero__tool-strip-inner.is-carousel {
        --hero-orb-step: clamp(50px, 14vw, 72px);
        --hero-orb-inner-offset: calc(var(--hero-orb-step) * 0.98);
        --hero-orb-outer-offset: calc(var(--hero-orb-step) * 2.02);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        animation: none;
        z-index: 1;
        transition:
            transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1),
            opacity 480ms ease,
            filter 480ms ease,
            box-shadow 480ms ease;
        transform: translate(-50%, -50%);
        will-change: transform, opacity;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-0,
    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-4 {
        width: clamp(46px, 14vw, 56px);
        height: clamp(46px, 14vw, 56px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-1,
    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-3 {
        width: clamp(58px, 17vw, 70px);
        height: clamp(58px, 17vw, 70px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-2 {
        width: clamp(72px, 21vw, 86px);
        height: clamp(72px, 21vw, 86px);
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon {
        width: 60%;
        height: 60%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon--openai {
        width: 58%;
        height: 58%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb .hero__tool-icon--meta {
        width: 64%;
        height: 64%;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-outside-slot {
        opacity: 0;
        width: clamp(46px, 14vw, 56px);
        height: clamp(46px, 14vw, 56px);
        transform: translate(-50%, -50%) scale(0.72);
        z-index: 0;
        pointer-events: none;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-0 {
        transform: translate(calc(-50% - var(--hero-orb-outer-offset)), -50%);
        opacity: 0.8;
        filter: saturate(0.96) brightness(1.07);
        z-index: 1;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-1 {
        transform: translate(calc(-50% - var(--hero-orb-inner-offset)), -50%);
        opacity: 0.9;
        filter: saturate(1) brightness(1.08);
        z-index: 2;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-2 {
        transform: translate(-50%, -50%);
        opacity: 1;
        filter: saturate(1);
        z-index: 4;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-3 {
        transform: translate(calc(-50% + var(--hero-orb-inner-offset)), -50%);
        opacity: 0.9;
        filter: saturate(1) brightness(1.08);
        z-index: 2;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb--slot-4 {
        transform: translate(calc(-50% + var(--hero-orb-outer-offset)), -50%);
        opacity: 0.8;
        filter: saturate(0.96) brightness(1.07);
        z-index: 1;
    }

    .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-center-slot {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.11),
            inset 0 1px 0 rgba(255, 255, 255, 0.46),
            inset 0 -14px 24px rgba(2, 8, 20, 0.54),
            0 28px 40px -18px rgba(2, 8, 20, 0.82),
            0 0 38px rgba(146, 172, 255, 0.35);
        opacity: 1;
    }

    .hero__tool-icon {
        width: 24px;
        height: 24px;
        color: currentColor;
        opacity: 0.99;
        filter:
            drop-shadow(0 1px 2px rgba(7, 10, 20, 0.58))
            drop-shadow(0 0 8px rgba(193, 216, 255, 0.32));
    }

    .hero__tool-icon--adobe {
        width: 18px;
        height: 18px;
    }

    .hero__tool-icon--midjourney {
        width: 27px;
        height: 27px;
        color: #2fce78;
    }

    .hero__tool-icon--openai {
        width: 36px;
        height: 36px;
        color: #ecf2ff;
    }

    .hero__tool-icon--meta {
        width: 32px;
        height: 32px;
    }

    .hero__tool-icon--gemini {
        width: 18px;
        height: 18px;
    }

    .hero__tool-icon--spotify {
        width: 20px;
        height: 20px;
    }

    .hero__tool-icon--photoshop {
        width: 22px;
        height: 22px;
    }

    .hero__tool-beam {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2.8px;
        height: 122px;
        transform: translate(-50%, -50%);
        background: linear-gradient(
            180deg,
            rgba(84, 193, 255, 0) 0%,
            rgba(84, 193, 255, 0) 7%,
            rgba(84, 193, 255, 0.82) 14%,
            rgba(84, 193, 255, 0.95) 50%,
            rgba(84, 193, 255, 0.82) 86%,
            rgba(84, 193, 255, 0) 93%,
            rgba(84, 193, 255, 0) 100%
        );
        box-shadow: 0 0 14px rgba(62, 187, 255, 0.52);
        pointer-events: none;
    }

    [data-theme="dark"] .hero__tool-strip-inner {
        background: transparent;
        box-shadow: none;
    }

    [data-theme="dark"] .hero__tool-rings {
        background: repeating-radial-gradient(
            circle at 50% 54%,
            rgba(202, 217, 248, 0.08) 0 2px,
            rgba(202, 217, 248, 0) 2px 14px
        );
    }

    [data-theme="dark"] .hero__focus-wave {
        background: linear-gradient(
            180deg,
            rgba(111, 74, 179, 0.42) 0%,
            rgba(45, 38, 121, 0.5) 100%
        );
        box-shadow:
            rgba(0, 0, 0, 0.52) 0 9px 14px 0,
            inset rgba(181, 151, 255, 0.28) 0 4px 8px -6px;
    }

    [data-theme="dark"] .hero__tool-orb {
        color: rgba(238, 244, 255, 0.94);
        background: radial-gradient(
            circle at 30% 22%,
            rgba(255, 255, 255, 0.24) 0%,
            rgba(255, 255, 255, 0.08) 38%,
            rgba(92, 114, 182, 0.16) 72%,
            rgba(68, 82, 164, 0.2) 100%
        );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.22),
            inset 0 -12px 18px rgba(1, 5, 14, 0.58),
            0 20px 28px -16px rgba(1, 5, 14, 0.82),
            0 0 24px rgba(121, 153, 255, 0.28);
    }

    [data-theme="dark"] .hero__tool-icon--midjourney {
        color: #4ce08d;
    }

    [data-theme="dark"] .hero__tool-icon--openai {
        color: #eef3fc;
    }

    [data-theme="dark"] .hero__tool-icon {
        filter:
            drop-shadow(0 1px 2px rgba(2, 6, 14, 0.72))
            drop-shadow(0 0 10px rgba(179, 206, 255, 0.38));
    }

    [data-theme="dark"] .hero__tool-strip-inner:not(.is-carousel) .hero__tool-orb--focus {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24),
            inset 0 -14px 20px rgba(1, 5, 12, 0.66),
            0 30px 40px -18px rgba(1, 5, 12, 0.86),
            0 0 38px rgba(123, 160, 255, 0.36);
    }

    [data-theme="dark"] .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-center-slot {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24),
            inset 0 -14px 20px rgba(1, 5, 12, 0.66),
            0 30px 40px -18px rgba(1, 5, 12, 0.86),
            0 0 38px rgba(123, 160, 255, 0.36);
    }
}

@keyframes hero-tool-orb-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes hero-focus-ripple {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            rgba(8, 14, 28, 0.52) 0 8px 12px 0,
            inset rgba(194, 174, 255, 0.35) 0 4px 8px -6px;
    }
    65% {
        transform: scale(1.08);
        box-shadow:
            rgba(8, 14, 28, 0.1) 0 0 0 0,
            inset rgba(194, 174, 255, 0.28) 0 2px 6px -5px;
    }
}

/* ========================================================================
   Mobile Header Menu (strictly mobile-only, no desktop/tablet impact)
   ======================================================================== */
@media (max-width: 600px) {
    .header {
        --space-sm: clamp(0.3rem, 0.9vw, 0.35rem);
    }

    .header__container {
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas: "brand actions" !important;
        align-items: center;
    }

    .header__logo-group {
        grid-area: brand !important;
        transition: opacity 220ms ease, transform 260ms ease;
    }

    .header__brand {
        gap: var(--space-sm);
    }

    .header__title {
        font-size: clamp(1.02rem, 4.2vw, 1.2rem) !important;
        line-height: 1.05;
    }

    .header__subtitle {
        font-size: clamp(0.36rem, 2.55vw, 0.48rem);
        line-height: 1.1;
    }

    .header__nav-pills {
        display: none !important;
    }

    .header__mobile-actions {
        grid-area: actions;
        display: inline-flex;
        align-items: center;
        gap: 0.44rem;
        transition: opacity 220ms ease, transform 260ms ease;
    }

    .header__mobile-cart-shortcut,
    .header__mobile-hamburger {
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #1b2431;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        line-height: 0;
        position: relative;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
        transition: opacity 220ms ease, transform 220ms ease, color 220ms ease;
    }

    [data-theme="dark"] .header__mobile-cart-shortcut,
    [data-theme="dark"] .header__mobile-hamburger {
        background: transparent;
        border-color: transparent;
        color: #eff5ff;
    }

    .header__mobile-cart-shortcut {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-4px) scale(0.96);
    }

    .header__mobile-cart-shortcut.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .header__mobile-cart-shortcut .cart-icon {
        width: 20px;
        height: 20px;
        color: currentColor;
    }

    .header__mobile-cart-badge {
        top: -5px;
        right: -5px;
    }

    body.mobile-menu-open .header__mobile-cart-shortcut {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) scale(0.94) !important;
    }

    .header__mobile-hamburger svg {
        width: 30px;
        height: 30px;
    }

    .header__mobile-hamburger .line {
        stroke: currentColor;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .header__mobile-hamburger .line-top-bottom {
        stroke-dasharray: 12 63;
    }

    .header__mobile-hamburger.is-open svg {
        transform: rotate(-45deg);
    }

    .header__mobile-hamburger.is-open .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42;
    }

    .header__mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 1300;
        pointer-events: none;
        opacity: 0;
        transition: opacity 260ms ease;
    }

    .header__mobile-menu.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .header__mobile-menu-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(164, 178, 205, 0.08);
    }

    [data-theme="dark"] .header__mobile-menu-backdrop {
        background: rgba(5, 11, 22, 0.18);
    }

    .header__mobile-menu-panel {
        position: absolute;
        left: 50%;
        top: calc(env(safe-area-inset-top) + 8px);
        width: min(85.5vw, 558px);
        height: 55dvh;
        min-height: 55dvh;
        max-height: 55dvh;
        transform-origin: 88% 0%;
        transform: translateX(-50%) translateY(-22px) scale(0.96, 0.16);
        opacity: 0;
        border-radius: 28px;
        border: 1px solid rgba(255, 255, 255, 0.46);
        background:
            radial-gradient(circle at 52% 56%, rgba(177, 159, 238, 0.18) 0%, rgba(177, 159, 238, 0) 52%),
            rgba(238, 244, 255, 0.58);
        box-shadow:
            0 20px 44px rgba(32, 46, 76, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.64),
            inset 0 -1px 0 rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(60px) saturate(165%);
        -webkit-backdrop-filter: blur(60px) saturate(165%);
        transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    [data-theme="dark"] .header__mobile-menu-panel {
        border-color: rgba(220, 232, 255, 0.2);
        background:
            radial-gradient(circle at 52% 56%, rgba(121, 103, 200, 0.16) 0%, rgba(121, 103, 200, 0) 54%),
            rgba(17, 24, 37, 0.82);
        box-shadow:
            0 24px 46px rgba(2, 8, 20, 0.62),
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            inset 0 -1px 0 rgba(255, 255, 255, 0.06);
    }

    .header__mobile-menu.is-open .header__mobile-menu-panel {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1, 1);
    }

    .header__mobile-menu-panel::before,
    .header__mobile-menu-panel::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .header__mobile-menu-panel::before {
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
    }

    .header__mobile-menu-panel::after {
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
    }

    .header__mobile-menu-top {
        display: grid;
        grid-template-columns: 64px 1fr 48px;
        align-items: center;
        column-gap: 0.7rem;
        padding: 0.92rem 1rem 0.5rem;
        flex: 0 0 auto;
    }

    .header__mobile-menu-logo-link {
        width: 64px;
        height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header__mobile-menu-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    [data-theme="dark"] .header__mobile-menu-logo {
        filter: brightness(0) invert(1);
    }

    .header__mobile-menu-theme {
        justify-self: center;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent !important;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        overflow: visible;
    }

    .header__mobile-menu-theme .theme-toggle__icon {
        display: none !important;
    }

    .header__mobile-menu-theme .theme-toggle__switch {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block !important;
        width: 60px;
        height: 34px;
        border-radius: 34px;
        background-color: #2196f3;
        transform: translate(-50%, -50%) scale(0.75);
        transform-origin: center;
        transition: background-color 0.4s;
        overflow: hidden;
        pointer-events: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    }

    .header__mobile-menu-theme .theme-toggle__sun-moon {
        position: absolute;
        left: 4px;
        bottom: 4px;
        width: 26px;
        height: 26px;
        background-color: #ffde59;
        border-radius: 50%;
        transition: transform 0.4s, background-color 0.4s;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__switch {
        background-color: #0a0f1a;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__sun-moon {
        transform: translateX(26px);
        background-color: #f5f8ff;
        animation: theme-toggle-rotate-center 0.6s ease-in-out both;
    }

    .header__mobile-menu-theme .theme-toggle__moon-dot {
        position: absolute;
        opacity: 0;
        transition: opacity 0.4s;
        fill: #9aa1ad;
    }

    .header__mobile-menu-theme .theme-toggle__moon-dot--1 {
        left: 10px;
        top: 3px;
        width: 6px;
        height: 6px;
    }

    .header__mobile-menu-theme .theme-toggle__moon-dot--2 {
        left: 2px;
        top: 10px;
        width: 10px;
        height: 10px;
    }

    .header__mobile-menu-theme .theme-toggle__moon-dot--3 {
        left: 16px;
        top: 18px;
        width: 3px;
        height: 3px;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__moon-dot {
        opacity: 1;
    }

    .header__mobile-menu-theme .theme-toggle__light-ray {
        position: absolute;
        fill: #fff;
        opacity: 0.1;
        transition: opacity 0.4s;
    }

    .header__mobile-menu-theme .theme-toggle__light-ray--1 {
        left: -8px;
        top: -8px;
        width: 43px;
        height: 43px;
    }

    .header__mobile-menu-theme .theme-toggle__light-ray--2 {
        left: -50%;
        top: -50%;
        width: 55px;
        height: 55px;
    }

    .header__mobile-menu-theme .theme-toggle__light-ray--3 {
        left: -18px;
        top: -18px;
        width: 60px;
        height: 60px;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__light-ray {
        opacity: 0;
    }

    .header__mobile-menu-theme .theme-toggle__cloud {
        position: absolute;
        animation: theme-toggle-cloud-move 6s infinite;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--light {
        fill: #f0f3f8;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--dark {
        fill: #d0d7e2;
        animation-delay: 1s;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__cloud--light {
        opacity: 0;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__cloud--dark {
        opacity: 1;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--1 {
        left: 30px;
        top: 15px;
        width: 40px;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--2 {
        left: 44px;
        top: 10px;
        width: 20px;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--3 {
        left: 18px;
        top: 24px;
        width: 30px;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--4 {
        left: 36px;
        top: 18px;
        width: 40px;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--5 {
        left: 48px;
        top: 14px;
        width: 20px;
    }

    .header__mobile-menu-theme .theme-toggle__cloud--6 {
        left: 22px;
        top: 26px;
        width: 30px;
    }

    .header__mobile-menu-theme .theme-toggle__stars {
        transform: translateY(-32px);
        opacity: 0;
        transition: 0.4s;
    }

    [data-theme="dark"] .header__mobile-menu-theme .theme-toggle__stars {
        transform: translateY(0);
        opacity: 1;
    }

    .header__mobile-menu-theme .theme-toggle__star {
        position: absolute;
        fill: #fff;
        animation: theme-toggle-star-twinkle 2s infinite;
    }

    .header__mobile-menu-theme .theme-toggle__star--1 {
        width: 20px;
        top: 2px;
        left: 3px;
        animation-delay: 0.3s;
    }

    .header__mobile-menu-theme .theme-toggle__star--2 {
        width: 6px;
        top: 16px;
        left: 3px;
    }

    .header__mobile-menu-theme .theme-toggle__star--3 {
        width: 12px;
        top: 20px;
        left: 10px;
        animation-delay: 0.6s;
    }

    .header__mobile-menu-theme .theme-toggle__star--4 {
        width: 18px;
        top: 0;
        left: 18px;
        animation-delay: 1.3s;
    }

    .header__mobile-menu-close {
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        color: currentColor;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        justify-self: end;
    }

    .header__mobile-menu-close svg {
        width: 30px;
        height: 30px;
    }

    .header__mobile-menu-nav {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        padding: 0.38rem 1rem 0.42rem;
        overflow: auto;
        flex: 1 1 auto;
    }

    .header__mobile-menu-link {
        border: none;
        background: transparent;
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 0.82rem;
        color: var(--color-text-primary);
        font-size: 17px;
        font-weight: 600;
        line-height: 1.25;
        padding: 0.46rem 0;
        text-align: left;
    }

    .header__mobile-menu-link svg {
        width: 27px;
        height: 27px;
        padding: 2px;
        box-sizing: border-box;
        color: #6b4dff;
        flex-shrink: 0;
    }

    .header__mobile-menu-link:focus-visible {
        outline: none;
        color: #6b4dff;
    }

    .header__mobile-menu-cta {
        margin: 0.5rem 1rem 1rem;
        border: none;
        border-radius: 16px;
        background: linear-gradient(135deg, #6f5ce6 0%, #7e63f0 56%, #9476ff 100%);
        color: #fff;
        padding: 0.86rem 1rem;
        font-size: 1.04rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 0.56rem;
        box-shadow: 0 12px 28px rgba(26, 35, 74, 0.34);
        flex: 0 0 auto;
    }

    .header__mobile-menu-cta svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    body.mobile-menu-open .mobile-pill-nav {
        opacity: 0;
        pointer-events: none;
    }

    body.mobile-menu-open .header__logo-group,
    body.mobile-menu-open .header__mobile-actions {
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
    }

    body.mobile-menu-open .hero__magic-star,
    body.mobile-menu-open .hero__magic-star > svg,
    body.mobile-menu-open .hero__magic-text,
    body.mobile-menu-open .hero__focus-wave,
    body.mobile-menu-open .hero__tool-orb,
    body.mobile-menu-open .hero__tool-beam,
    body.mobile-menu-open .catalog-skeleton-shimmer,
    body.mobile-menu-open .trending-subscriptions__track {
        animation-play-state: paused !important;
    }
}

@media (min-width: 601px) {
    .header__mobile-actions,
    .header__mobile-menu {
        display: none !important;
    }
}

/* Mobile-only: trust chips in one row with subtle individual lift interaction */
@media (max-width: 600px) {
    .hero__trust {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0.42rem !important;
        margin-top: 0.2rem;
    }

    .hero__trust .hero__trust-chips {
        order: 0;
    }

    .hero__trust .hero__eyebrow {
        order: 1;
        margin-top: 0.22rem;
    }

    .hero__trusted-pill {
        width: auto;
        min-width: 228px;
        padding: 0.6rem 1rem;
        white-space: nowrap;
    }

    .hero__trusted-pill span {
        white-space: nowrap;
    }

    .hero__trust-chips {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 0.4rem !important;
        width: 100%;
        margin-top: 0;
    }

    .hero__trust-pill {
        width: auto;
        min-width: 0;
        height: 38px;
        padding: 0.45rem 0.58rem;
        border-radius: 13px;
        flex: 0 0 auto;
        border: none !important;
        background: rgba(233, 240, 251, 0.28);
        box-shadow:
            0 10px 20px rgba(59, 68, 83, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.48),
            inset 0 -8px 14px rgba(17, 24, 36, 0.14);
        transition:
            transform 160ms ease,
            box-shadow 200ms ease,
            background-color 200ms ease;
    }

    .hero__trust-pill::before,
    .hero__trust-pill::after {
        content: none !important;
        display: none !important;
    }

    .hero__trust-pill .chip__icon {
        width: 0.82rem;
        height: 0.82rem;
    }

    .hero__trust-pill span {
        font-size: 0.69rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        white-space: nowrap;
    }

    .hero__trust-pill:hover,
    .hero__trust-pill:focus-visible {
        transform: translateY(-2px);
        box-shadow:
            0 13px 24px rgba(52, 62, 79, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.5),
            inset 0 -10px 16px rgba(14, 20, 32, 0.18);
    }

    .hero__trust-pill:active {
        transform: translateY(-1px) scale(0.985);
    }

    [data-theme="dark"] .hero__trust-pill {
        background: rgba(238, 245, 255, 0.08);
        box-shadow:
            0 10px 22px rgba(234, 242, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.34),
            inset 0 -10px 18px rgba(6, 11, 20, 0.54);
    }

    [data-theme="dark"] .hero__trust-pill:hover,
    [data-theme="dark"] .hero__trust-pill:focus-visible {
        box-shadow:
            0 14px 26px rgba(236, 244, 255, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -10px 18px rgba(7, 12, 22, 0.58);
    }
}

/* Mobile-only: show desktop-style Get Started Now CTA in hero */
@media (max-width: 600px) {
    .hero__actions .btn--secondary.btn--whatsapp {
        display: inline-flex !important;
        width: auto !important;
        align-self: center;
        font-size: 1rem;
    }
}

/* Mobile-only: hero service cards stay collapsed until tapped */
@media (max-width: 600px) {
    .hero-services__card {
        cursor: pointer;
    }

    .hero-services__card:hover,
    .hero-services__card:focus-visible,
    .hero-services:hover .hero-services__card:hover {
        min-height: 106px;
        transform: scale(1);
    }

    .hero-services__detail,
    .hero-services__card:hover .hero-services__detail,
    .hero-services__card:focus-within .hero-services__detail,
    .hero-services__card:focus-visible .hero-services__detail,
    .hero-services:hover .hero-services__card .hero-services__detail,
    .hero-services:hover .hero-services__card:hover .hero-services__detail {
        margin-top: 0;
        opacity: 0;
        max-height: 0;
        transform: translateY(6px);
    }

    .hero-services__card.is-open,
    .hero-services__card.is-open:hover,
    .hero-services__card.is-open:focus-visible,
    .hero-services:hover .hero-services__card.is-open,
    .hero-services:hover .hero-services__card.is-open:hover,
    .hero-services:hover .hero-services__card.is-open:focus-visible {
        min-height: 162px;
        transform: scale(1.01);
    }

    .hero-services__card.is-open .hero-services__detail,
    .hero-services:hover .hero-services__card.is-open .hero-services__detail,
    .hero-services:hover .hero-services__card.is-open:hover .hero-services__detail {
        margin-top: 0.42rem;
        opacity: 1;
        max-height: 84px;
        transform: translateY(0);
    }
}

/* Mobile-only: CTA order + Trusted CTA UI (ascending size) */
@media (max-width: 600px) {
    /* Sequence: Trusted Since 2019 -> Get Started Now -> Browse subscriptions */
    .hero__actions .btn--secondary.btn--whatsapp {
        order: 1;
        display: inline-flex !important;
        width: clamp(220px, 76%, 320px) !important;
        align-self: center;
    }

    .hero__actions .btn--primary {
        order: 2;
        width: 100% !important;
        align-self: stretch;
    }

    /* Trusted CTA uses Uiverse-style sweep effect */
    .hero__trusted-pill {
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: 92vw;
        min-height: 0;
        height: 44px;
        padding: 0.68em 1.02em 0.68em 0.98em;
        border: none;
        border-radius: 0.8em;
        background: linear-gradient(to right, #8e2de2, #4a00e0);
        color: ghostwhite;
        letter-spacing: 0.04em;
        font-size: 0.88rem;
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: 0 10px 24px rgba(63, 48, 132, 0.34);
    }

    .hero__trusted-pill .chip__icon {
        width: 1.05em;
        height: 1.05em;
        margin-right: 0.38em;
    }

    .hero__trusted-pill::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10%;
        width: 120%;
        height: 100%;
        background: rgba(8, 10, 20, 0.92);
        transform: skew(30deg);
        transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
        opacity: 1;
        z-index: 0;
    }

    .hero__trusted-pill::after {
        content: none;
    }

    .hero__trusted-pill span,
    .hero__trusted-pill .chip__icon {
        position: relative;
        z-index: 1;
    }

    .hero__trusted-pill:hover::before,
    .hero__trusted-pill:focus-visible::before {
        transform: translate3d(100%, 0, 0);
    }

    .hero__trusted-pill:active {
        transform: scale(0.95);
    }
}

.hero__trusted-pill--mobile-action {
    display: none;
}

/* Mobile-only: place Trusted pill directly above Get Started with consistent spacing */
@media (max-width: 600px) {
    .hero__trust .hero__eyebrow {
        display: none !important;
    }

    .hero__trust .hero__trust-chips {
        margin-bottom: 0 !important;
    }

    .hero__actions {
        gap: 0.5rem !important;
    }

    .hero__actions .hero__trusted-pill--mobile-action {
        display: inline-flex;
        order: 0;
        align-self: center;
        margin: 37.8px 0 0;
    }

    .hero__actions .btn--secondary.btn--whatsapp {
        order: 1;
    }

    .hero__actions .btn--primary {
        order: 2;
    }
}

/* Trusted pill parity across desktop + mobile */
.hero__trusted-pill {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 0.8em;
    background: linear-gradient(to right, #8e2de2, #4a00e0) !important;
    color: ghostwhite !important;
    box-shadow: 0 10px 24px rgba(63, 48, 132, 0.34) !important;
    flex-direction: row-reverse;
    gap: 0.42rem;
}

.hero__trusted-pill .chip__icon {
    width: 0.92rem !important;
    height: 0.92rem !important;
    margin: 0 !important;
}

.hero__trusted-pill::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(8, 10, 20, 0.92);
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    opacity: 1;
    z-index: 0;
}

.hero__trusted-pill::after {
    content: none !important;
}

.hero__trusted-pill span,
.hero__trusted-pill .chip__icon {
    position: relative;
    z-index: 1;
}

.hero__trusted-pill:hover::before,
.hero__trusted-pill:focus-visible::before {
    transform: translate3d(100%, 0, 0);
}

/* Final parity tweak: remove center blue beam, lower chips, keep dark mode same as light */
.hero__trust-chips {
    margin-top: 11.34px;
}

[data-theme="dark"] .hero__trust-pill {
    border: none !important;
    background: rgba(233, 240, 251, 0.28) !important;
    box-shadow:
        0 10px 20px rgba(59, 68, 83, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -8px 14px rgba(17, 24, 36, 0.14) !important;
}

[data-theme="dark"] .hero__trust-pill:hover,
[data-theme="dark"] .hero__trust-pill:focus-visible {
    box-shadow:
        0 13px 24px rgba(52, 62, 79, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -10px 16px rgba(14, 20, 32, 0.18) !important;
}

@media (max-width: 600px) {
    .hero__tool-beam {
        display: none !important;
    }

    .hero__trust-chips {
        margin-top: 11.34px !important;
    }

    [data-theme="dark"] .hero__tool-orb {
        color: rgba(240, 245, 255, 0.96);
        background: radial-gradient(
            circle at 30% 22%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.1) 40%,
            rgba(119, 146, 220, 0.12) 70%,
            rgba(86, 104, 186, 0.14) 100%
        ) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.34),
            inset 0 -12px 20px rgba(2, 6, 15, 0.48),
            0 22px 30px -16px rgba(0, 0, 0, 0.72),
            0 0 28px rgba(124, 162, 255, 0.28) !important;
    }

    [data-theme="dark"] .hero__tool-strip-inner.is-carousel .hero__tool-orb.is-center-slot {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0.11),
            inset 0 1px 0 rgba(255, 255, 255, 0.46),
            inset 0 -14px 24px rgba(2, 8, 20, 0.54),
            0 28px 40px -18px rgba(2, 8, 20, 0.82),
            0 0 38px rgba(146, 172, 255, 0.35) !important;
    }

    [data-theme="dark"] .hero__tool-icon--midjourney {
        color: #2fce78;
    }

    [data-theme="dark"] .hero__tool-icon--openai {
        color: #ecf2ff;
    }
}
