:root {
    --bg: #f3fff9;
    --bg-soft: rgba(30, 184, 143, 0.08);
    --surface: rgba(255, 255, 255, 0.86);
    --surface-strong: rgba(255, 255, 255, 0.98);
    --surface-alt: #f4fbf7;
    --text: #16324a;
    --muted: #5f7284;
    --border: rgba(30, 184, 143, 0.16);
    --accent: #1eb88f;
    --accent-soft: rgba(30, 184, 143, 0.12);
    --brand-primary: #1eb88f;
    --brand-primary-rgb: 30, 184, 143;
    --brand-secondary: #0f7f88;
    --brand-secondary-rgb: 15, 127, 136;
    --brand-tertiary: #7ad8ff;
    --brand-tertiary-rgb: 122, 216, 255;
    --brand-warm: #ffc857;
    --brand-warm-rgb: 255, 200, 87;
    --danger: #ef5a64;
    --shadow: 0 24px 70px rgba(15, 71, 85, 0.12);
    --page-gradient:
        radial-gradient(circle at top left, rgba(30, 184, 143, 0.13), transparent 31%),
        radial-gradient(circle at top right, rgba(122, 216, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #f3fff9 0%, #eef8ff 54%, #fffdf6 100%);
    --section-tint:
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.12), rgba(var(--brand-secondary-rgb), 0.08));
    --hero-gradient:
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.15), rgba(var(--brand-tertiary-rgb), 0.18));
    --button-gradient:
        linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    --card-highlight:
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.08), rgba(var(--brand-tertiary-rgb), 0.08));
}

html[data-theme="ember"] {
    --accent: #f26a3d;
    --accent-soft: rgba(242, 106, 61, 0.13);
    --brand-primary: #f26a3d;
    --brand-primary-rgb: 242, 106, 61;
    --brand-secondary: #cc445f;
    --brand-secondary-rgb: 204, 68, 95;
    --brand-tertiary: #ffd166;
    --brand-tertiary-rgb: 255, 209, 102;
    --brand-warm: #fff1bf;
    --brand-warm-rgb: 255, 241, 191;
    --bg: #fff6f0;
    --surface-alt: #fff5ef;
    --text: #47291f;
    --muted: #7d665d;
    --border: rgba(242, 106, 61, 0.18);
    --shadow: 0 24px 70px rgba(156, 60, 36, 0.14);
    --page-gradient:
        radial-gradient(circle at top left, rgba(242, 106, 61, 0.15), transparent 31%),
        radial-gradient(circle at top right, rgba(255, 209, 102, 0.2), transparent 28%),
        linear-gradient(180deg, #fff6f0 0%, #fff8f4 54%, #fffdf8 100%);
}

.copy-license-button span {
    color: white !important;
}

html[data-theme="ocean"] {
    --accent: #2b89ff;
    --accent-soft: rgba(43, 137, 255, 0.13);
    --brand-primary: #2b89ff;
    --brand-primary-rgb: 43, 137, 255;
    --brand-secondary: #0da4a6;
    --brand-secondary-rgb: 13, 164, 166;
    --brand-tertiary: #8ce4ff;
    --brand-tertiary-rgb: 140, 228, 255;
    --brand-warm: #e2f8ff;
    --brand-warm-rgb: 226, 248, 255;
    --bg: #f2f9ff;
    --surface-alt: #f1fbff;
    --text: #173555;
    --muted: #5e7892;
    --border: rgba(43, 137, 255, 0.16);
    --shadow: 0 24px 70px rgba(18, 95, 161, 0.14);
    --page-gradient:
        radial-gradient(circle at top left, rgba(43, 137, 255, 0.14), transparent 31%),
        radial-gradient(circle at top right, rgba(140, 228, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #f2f9ff 0%, #eefcff 54%, #fbffff 100%);
}

html[data-theme="solaris"] {
    --accent: #ffb703;
    --accent-soft: rgba(255, 183, 3, 0.13);
    --brand-primary: #ffb703;
    --brand-primary-rgb: 255, 183, 3;
    --brand-secondary: #fb8500;
    --brand-secondary-rgb: 251, 133, 0;
    --brand-tertiary: #f94144;
    --brand-tertiary-rgb: 249, 65, 68;
    --brand-warm: #fff4c2;
    --brand-warm-rgb: 255, 244, 194;
    --bg: #fffbed;
    --surface-alt: #fff9eb;
    --text: #46310d;
    --muted: #82694b;
    --border: rgba(255, 183, 3, 0.2);
    --shadow: 0 24px 70px rgba(184, 108, 0, 0.15);
    --page-gradient:
        radial-gradient(circle at top left, rgba(255, 183, 3, 0.16), transparent 31%),
        radial-gradient(circle at top right, rgba(249, 65, 68, 0.13), transparent 28%),
        linear-gradient(180deg, #fffbed 0%, #fff7ea 54%, #fffdf7 100%);
}

html[data-theme="orchid"] {
    --accent: #b46cff;
    --accent-soft: rgba(180, 108, 255, 0.13);
    --brand-primary: #b46cff;
    --brand-primary-rgb: 180, 108, 255;
    --brand-secondary: #6e59ff;
    --brand-secondary-rgb: 110, 89, 255;
    --brand-tertiary: #ff93d2;
    --brand-tertiary-rgb: 255, 147, 210;
    --brand-warm: #ffe5f3;
    --brand-warm-rgb: 255, 229, 243;
    --bg: #fbf4ff;
    --surface-alt: #fbf3ff;
    --text: #37274d;
    --muted: #6f6286;
    --border: rgba(180, 108, 255, 0.17);
    --shadow: 0 24px 70px rgba(100, 75, 168, 0.15);
    --page-gradient:
        radial-gradient(circle at top left, rgba(180, 108, 255, 0.14), transparent 31%),
        radial-gradient(circle at top right, rgba(255, 147, 210, 0.16), transparent 28%),
        linear-gradient(180deg, #fbf4ff 0%, #fff5fb 54%, #fffefd 100%);
}

html[data-theme="meadow"] {
    --accent: #63b84b;
    --accent-soft: rgba(99, 184, 75, 0.13);
    --brand-primary: #63b84b;
    --brand-primary-rgb: 99, 184, 75;
    --brand-secondary: #1e8b63;
    --brand-secondary-rgb: 30, 139, 99;
    --brand-tertiary: #b8ef89;
    --brand-tertiary-rgb: 184, 239, 137;
    --brand-warm: #fff5bf;
    --brand-warm-rgb: 255, 245, 191;
    --bg: #f5fff2;
    --surface-alt: #f5fcf1;
    --text: #1f3d2f;
    --muted: #607764;
    --border: rgba(99, 184, 75, 0.18);
    --shadow: 0 24px 70px rgba(57, 111, 43, 0.14);
    --page-gradient:
        radial-gradient(circle at top left, rgba(99, 184, 75, 0.15), transparent 31%),
        radial-gradient(circle at top right, rgba(184, 239, 137, 0.18), transparent 28%),
        linear-gradient(180deg, #f5fff2 0%, #f5fff9 54%, #fffef8 100%);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color: var(--text);
    background: var(--page-gradient);
    min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }

.site-shell { padding: 24px; }
.site-header, .site-footer, .story-card, .project-card, .shop-card, .contact-form, .checkout-panel, .checkout-form, .profile-card, .auth-card, .admin-card, .flash, .cart-drawer, .glass-card, .feature-card {
    backdrop-filter: blur(20px);
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.site-header {
    position: sticky;
    top: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78)),
        var(--hero-gradient);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    object-fit: cover;
}
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.04);
    color: var(--text);
    cursor: pointer;
}
.menu-toggle:hover {
    background: rgba(255,255,255,.08);
}
.brand strong, .brand small { display: block; }
.brand small, .muted, .story-card p, .project-card p, .shop-card p, .contact-form span, .checkout-form span, .auth-card span, .admin-card span, .site-footer p { color: var(--muted); }
.site-nav, .header-tools, .hero-actions, .hero-stats, .row-between, .card-actions, .cart-row-actions, .drawer-head, .drawer-total, .contact-links, .stats-grid, .hero-stats div, .lang-switch { display: flex; align-items: center; gap: 12px; }
.site-nav { flex-wrap: wrap; }
.nav-shell {
    display: contents;
}
.site-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .25s ease;
}
.site-nav a:hover { color: var(--accent); }
.site-nav a i { transition: .25s ease; }
.pill, .cart-button, .header-select, .primary-button, .secondary-button {
    border-radius: 999px;
    border: 1px solid var(--border);
    padding: 12px 16px;
    background: rgba(255,255,255,.04);
    color: var(--text);
    cursor: pointer;
    transition: .25s ease;
}
.pill:hover, .cart-button:hover, .text-link:hover { color: var(--accent); }
.header-select select, .header-select button, .cart-button, .inline-form button { background: transparent; color: inherit; border: 0; cursor: pointer; }
.lang-switch { gap: 8px; }
.lang-flag {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.04);
    font-size: 15px;
    line-height: 1;
    transition: .25s ease;
    cursor: pointer;
    position: relative;
}
.lang-flag:hover {
    background: rgba(255,255,255,.08);
}
.lang-flag.is-active {
    background: var(--accent-soft);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.header-select-lang {
    position: relative;
}
.lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--surface-strong);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 8px;
    min-width: 140px;
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
    z-index: 100;
}
.lang-dropdown.is-open {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 0;
    background: transparent;
    color: var(--text);
    cursor: pointer;
    transition: .2s ease;
    font-size: 0.95rem;
}
.lang-option:hover {
    background: rgba(255,255,255,.08);
    color: var(--accent);
}
.user-menu {
    position: relative;
}
.user-menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.04);
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
    font-size: 1.2rem;
}
.user-menu-toggle:hover {
    background: rgba(255,255,255,.08);
    color: var(--accent);
}
.user-menu-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--surface-strong);
    border: 1px solid var(--border);
    border-radius: 20px;
    min-width: 240px;
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
    z-index: 100;
    overflow: hidden;
}
.user-menu-dropdown.is-open {
    display: block;
    animation: slideInDown .25s ease;
}
.user-menu-header {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border);
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--accent);
    flex-shrink: 0;
}
.user-menu-header strong {
    display: block;
    font-size: 0.95rem;
}
.user-menu-header small {
    display: block;
    color: var(--muted);
    font-size: 0.8rem;
}
.user-menu-dropdown hr {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--border);
}
.user-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    color: var(--text);
    cursor: pointer;
    transition: .2s ease;
    width: 100%;
    text-align: left;
    font-size: 0.95rem;
}
.user-menu-item:hover {
    background: rgba(255,255,255,.06);
    color: var(--accent);
}
.user-menu-item i {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}
.ws-platform-header-wrap {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 90;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-18px);
    transition: opacity .3s ease, transform .3s ease;
}

.ws-platform-header-wrap.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.ws-platform-header-wrap.ws-static {
    position: sticky;
    top: 16px;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-bottom: 14px;
    z-index: 85;
}

.ws-platform-header-wrap .site-shell {
    padding: 0 24px;
}

.ws-platform-header-wrap.ws-static .site-shell {
    padding: 0;
}

.ws-platform-header-wrap .site-header {
    position: relative;
    top: auto;
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 25px 20px;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(236,247,243,.94) 52%, rgba(229,244,255,.95));
    border: 1px solid rgba(22,32,50,.08);
    box-shadow: 0 26px 60px rgba(7,24,34,.18), inset 0 1px 0 rgba(255,255,255,.55);
    overflow: visible;
}

.ws-platform-header-wrap .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #162032;
}

.ws-platform-header-wrap .brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex: 0 0 auto;
}

.ws-platform-header-wrap .brand-copy {
    min-width: 0;
}

.ws-platform-header-wrap .brand-copy strong,
.ws-platform-header-wrap .brand-copy small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-platform-header-wrap .brand-copy small {
    color: #627088;
}

.ws-platform-header-wrap .menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(22,32,50,.08);
    background: rgba(255,255,255,.82);
    color: #162032;
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
}

.ws-platform-header-wrap .nav-shell {
    display: contents;
}

.ws-platform-header-wrap .site-nav,
.ws-platform-header-wrap .header-tools,
.ws-platform-header-wrap .user-menu,
.ws-platform-header-wrap .lang-switch {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ws-platform-header-wrap .site-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #162032;
    font-weight: 500;
}

.ws-platform-header-wrap .site-nav a,
.ws-platform-header-wrap .pill,
.ws-platform-header-wrap .cart-button,
.ws-platform-header-wrap .header-select {
    transition: .25s ease;
}

.ws-platform-header-wrap .site-nav a:hover,
.ws-platform-header-wrap .pill:hover {
    color: #0f7c82;
}

.ws-platform-header-wrap .pill,
.ws-platform-header-wrap .cart-button,
.ws-platform-header-wrap .header-select {
    border-radius: 999px;
    border: 1px solid rgba(22,32,50,.08);
    padding: 12px 16px;
    background: rgba(255,255,255,.82);
    color: #162032;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.ws-platform-header-wrap .header-select {
    padding: 0;
}

.ws-platform-header-wrap .cart-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ws-platform-header-wrap .cart-button span {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #47e6c1;
    color: #082032;
    font-size: 12px;
    font-weight: 700;
}

.header-assistant-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(22,32,50,.08);
    background: linear-gradient(135deg, rgba(var(--brand-secondary-rgb), .12), rgba(var(--brand-tertiary-rgb), .18));
    color: #17324a;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
    cursor: pointer;
    white-space: nowrap;
}

.header-assistant-reset:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(15,23,42,.1);
}

.header-assistant-reset i {
    color: rgb(var(--brand-secondary-rgb));
}

.ws-platform-header-wrap .lang-flag,
.ws-platform-header-wrap .user-menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(22,32,50,.08);
    background: rgba(255,255,255,.82);
    color: #162032;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.ws-platform-header-wrap .lang-flag {
    font-size: 18px;
}

.ws-platform-header-wrap .lang-dropdown,
.ws-platform-header-wrap .user-menu-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,248,245,.98));
    border: 1px solid rgba(22,32,50,.08);
    box-shadow: 0 20px 48px rgba(17,24,39,.14);
    z-index: 120;
}

.ws-platform-header-wrap .lang-dropdown.is-open,
.ws-platform-header-wrap .user-menu-dropdown.is-open {
    display: block;
}

.ws-platform-header-wrap .lang-option,
.ws-platform-header-wrap .user-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #162032;
    text-align: left;
}

.ws-platform-header-wrap .lang-option:hover,
.ws-platform-header-wrap .user-menu-item:hover {
    background: rgba(120,183,25,.12);
}

.ws-platform-header-wrap .user-menu {
    position: relative;
}

.ws-platform-header-wrap .user-menu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px 14px;
}

.ws-platform-header-wrap .user-menu-header small {
    color: #627088;
}

.ws-platform-header-wrap .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(120,183,25,.12);
    color: #162032;
}

.ws-platform-header-wrap .user-menu-dropdown hr {
    border: 0;
    border-top: 1px solid rgba(22,32,50,.08);
    margin: 0 0 6px;
}

.cart-button span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    background: var(--accent);
    color: #08111e;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-left: 4px;
}
.hero-section, .product-hero, .contact-layout, .checkout-layout, .auth-layout { display: grid; gap: 24px; }
.hero-section, .product-hero { grid-template-columns: 1.15fr .85fr; min-height: calc(100vh - 180px); align-items: center; }
.hero-copy h1, .section-head h1, .checkout-panel h1, .product-copy h1, .contact-copy h1, .auth-card h1 { font-size: clamp(2rem, 4.5vw, 3.35rem); line-height: 1.02; margin: 12px 0 18px; letter-spacing: -.03em; }
.hero-copy p, .product-copy p, .contact-copy p { max-width: 58ch; font-size: 1.1rem; color: var(--muted); }
.eyebrow, .panel-tag, .project-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--brand-primary-rgb), .22), rgba(var(--brand-secondary-rgb), .14));
    color: #17324a;
    border: 1px solid rgba(var(--brand-secondary-rgb), .14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #08111e;
    border: 0;
    font-weight: 700;
}
.secondary-button { color: var(--text); }
.hero-stats { margin-top: 28px; flex-wrap: wrap; }
.hero-stats div {
    min-width: 130px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid var(--border);
}
.hero-stats strong { font-size: 1.8rem; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.panel-primary { padding: 32px; border-radius: 30px; max-width: 420px; }
.floating-card {
    position: absolute;
    right: 8%;
    bottom: 16%;
    padding: 16px 18px;
    border-radius: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.orbit-grid {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,.12);
    animation: spin 24s linear infinite;
}
.story-grid, .project-grid, .shop-grid, .feature-grid, .profile-grid, .admin-grid {
    display: grid;
    gap: 20px;
    margin: 40px 0;
}
.story-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-grid, .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-grid { grid-template-columns: 1fr 1fr; }
.admin-wide { grid-column: 1 / -1; }
.story-card, .project-card, .shop-card, .feature-card, .profile-card, .auth-card, .contact-form, .checkout-panel, .checkout-form, .admin-card {
    border-radius: 28px;
    padding: 24px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.84)),
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), .08), rgba(var(--brand-tertiary-rgb), .07));
}
.project-card img, .shop-card img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: 22px; margin-bottom: 18px; }
.project-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 72%);
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 12px;
}
.project-slide {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    min-height: 380px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid var(--border);
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.project-slide img, .product-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.client-marquee { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 48px; }
.client-pill {
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid var(--border);
}
.contact-layout, .checkout-layout, .auth-layout { grid-template-columns: 1fr 1fr; margin: 44px 0; }
.contact-form, .checkout-form, .auth-card, .stack-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; }
input, textarea, select {
    width: 100%;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.03);
    color: var(--text);
    padding: 14px 16px;
}
.summary-card, .transaction-card, .license-card, .admin-row, .cart-row {
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.84)),
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), .08), rgba(var(--brand-tertiary-rgb), .08));
}
.transaction-card, .license-card, .admin-row { margin-top: 12px; }

.license-code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin: 12px 0;
    padding: 14px;
    border: 1px solid rgba(15, 124, 130, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 124, 130, 0.08), rgba(255, 255, 255, 0.72));
}

.license-code-box.compact {
    padding: 10px 12px;
    border-radius: 14px;
}

.license-code-box code {
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: 0.055em;
    color: #123047;
    word-break: break-all;
}

.license-code-box.compact code {
    font-size: 1rem;
}

.copy-license-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    background: #0f7c82;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(15, 124, 130, 0.2);
}
.site-footer {
    margin-top: 48px;
    padding: 24px;
    border-radius: 30px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1.2fr .8fr .8fr .8fr;
}
.site-footer a { display: block; margin-top: 10px; color: var(--muted); }
.flash {
    border-radius: 18px;
    padding: 14px 18px;
    margin: 0 0 16px;
}
.flash-success { border-color: rgba(92,240,199,.32); }
.flash-error { border-color: rgba(255,143,143,.3); }
.cart-drawer {
    position: fixed;
    top: 92px;
    left: 24px;
    width: min(380px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 120px);
    overflow: auto;
    padding: 20px;
    border-radius: 28px;
    display: none;
    transform: translateY(-12px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
    z-index: 20;
}
.cart-drawer.is-open { display: block; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.drawer-total { margin: 16px 0 20px; }
.whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #20ba5c);
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 50;
}
.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.whatsapp-chat-container {
    position: fixed;
    bottom: 96px;
    right: 24px;
    width: 360px;
    max-height: 500px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 49;
    animation: slideInUp 0.3s ease;
}
.whatsapp-chat-container.is-open {
    display: flex;
}
.whatsapp-header {
    background: linear-gradient(135deg, #25d366, #20ba5c);
    color: white;
    padding: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whatsapp-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.whatsapp-messages {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    background: #f5f5f5;
}
.whatsapp-message {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
}
.whatsapp-message.incoming {
    background: white;
    border: 1px solid #e0e0e0;
    margin-right: 24px;
}
.whatsapp-message.outgoing {
    background: #dcf8c6;
    margin-left: 24px;
    text-align: right;
}
.whatsapp-input-area {
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 8px;
}
.whatsapp-input {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
}
.whatsapp-input:focus {
    border-color: #25d366;
}
.whatsapp-send-btn {
    background: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}
.whatsapp-send-btn:hover {
    background: #20ba5c;
}
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.row-between, .drawer-head, .drawer-total, .admin-row, .cart-row { justify-content: space-between; }
.inline-form { display: inline-flex; margin: 0; }
.shop-card-body { display: grid; gap: 14px; }
.card-actions { flex-wrap: wrap; }
.text-link { color: var(--accent); }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.icon-action-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid rgba(var(--brand-primary-rgb), 0.16);
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
    color: var(--brand-primary);
    box-shadow: 0 12px 24px rgba(var(--brand-primary-rgb), 0.12);
    transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
    padding: 0 14px;
    font-weight: 600;
}
.icon-action-button:hover {
    transform: translateY(-2px);
    color: var(--brand-secondary);
    box-shadow: 0 16px 30px rgba(var(--brand-secondary-rgb), 0.16);
}
.checkbox-line { display: flex; align-items: center; gap: 10px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats-grid div {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--border);
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.project-card:hover, .shop-card:hover, .feature-card:hover, .story-card:hover, .pill:hover, .primary-button:hover, .secondary-button:hover {
    transform: translateY(-4px);
}

.home-hero,
.home-story,
.mission-panel,
.service-showcase,
.advantage-showcase,
.home-quick-strip,
.client-band,
.home-cta {
    position: relative;
}

.sample-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(246, 255, 161, 0.08);
    color: #f4ff9f;
    border: 1px solid rgba(244, 255, 159, 0.12);
    font-size: .9rem;
}

.home-hero {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: center;
    min-height: calc(100vh - 180px);
    padding: 22px 0 36px;
}

.tech-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    pointer-events: none;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 2% 0 auto 0;
    height: 70%;
    background:
        radial-gradient(circle at 12% 12%, rgba(246,255,161,.18), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(92,240,199,.16), transparent 24%),
        radial-gradient(circle at 65% 72%, rgba(255,132,92,.14), transparent 24%);
    filter: blur(18px);
    z-index: 0;
}

.home-hero > * {
    position: relative;
    z-index: 1;
}

.home-hero .hero-copy h1 {
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .92;
    letter-spacing: -.05em;
    max-width: 11ch;
    margin: 16px 0 18px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.hero-badge-card,
.hero-dashboard,
.hero-floating-note,
.home-quick-strip,
.story-spotlight,
.mission-panel,
.service-showcase-card,
.advantage-showcase-card,
.project-slide-home,
.project-card-home,
.client-band,
.home-cta {
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(9, 18, 31, .82), rgba(12, 23, 40, .72));
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--shadow);
}

.hero-badge-card {
    min-width: 165px;
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 22px;
}

.hero-badge-card strong {
    font-size: 1.2rem;
    color: #f6ffb5;
}

.hero-stack {
    position: relative;
    min-height: 560px;
}

.hero-dashboard {
    padding: 28px;
    border-radius: 32px;
    display: grid;
    gap: 22px;
}

.hero-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--muted);
    font-size: .95rem;
}

.hero-dashboard h3 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.dashboard-bars {
    height: 180px;
    display: flex;
    align-items: end;
    gap: 16px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
}

.dashboard-bar {
    flex: 1;
    border-radius: 999px 999px 14px 14px;
    background: linear-gradient(180deg, #f4ff9f, var(--accent));
    box-shadow: 0 10px 30px rgba(92,240,199,.15);
    animation: dashboardPulse 4s ease-in-out infinite;
}

.bar-a { height: 34%; }
.bar-b { height: 56%; animation-delay: .2s; }
.bar-c { height: 84%; animation-delay: .4s; }
.bar-d { height: 68%; animation-delay: .6s; }

.dashboard-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dashboard-mini-grid > div {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}

.dashboard-mini-grid i,
.story-spotlight i,
.service-showcase-head i,
.mission-points i {
    color: #f6ff9f;
}

.hero-floating-note {
    position: absolute;
    right: -2%;
    bottom: 8%;
    width: min(320px, 85%);
    padding: 18px 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    animation: floatCard 5s ease-in-out infinite;
}

.hero-floating-note i {
    font-size: 1.4rem;
    color: #f6ff9f;
}

.home-quick-strip {
    margin: 10px 0 68px;
    border-radius: 30px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-quick-strip article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}

.home-quick-strip i {
    color: #f6ff9f;
    font-size: 1.25rem;
}

.home-story {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 26px;
    align-items: center;
    margin-bottom: 46px;
}

.story-copy h2,
.mission-panel h2,
.home-cta h2 {
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.04em;
    margin: 14px 0 16px;
}

.story-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.story-spotlight {
    padding: 24px;
    border-radius: 28px;
}

.story-spotlight.emerald {
    background: linear-gradient(180deg, rgba(7,40,42,.88), rgba(9,24,31,.82));
}

.story-spotlight.gold {
    background: linear-gradient(180deg, rgba(67,50,20,.84), rgba(15,24,36,.8));
}

.mission-panel {
    border-radius: 32px;
    padding: 28px;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 28px;
    margin: 48px 0 10px;
}

.mission-points {
    display: grid;
    gap: 14px;
}

.mission-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}

.service-showcase,
.advantage-showcase {
    display: grid;
    gap: 18px;
    margin: 32px 0 48px;
}

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

.service-showcase-card,
.advantage-showcase-card {
    padding: 24px;
    border-radius: 28px;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.service-showcase-card:hover,
.advantage-showcase-card:hover,
.project-slide-home:hover,
.project-card-home:hover,
.hero-badge-card:hover,
.hero-dashboard:hover,
.story-spotlight:hover,
.mission-panel:hover,
.home-quick-strip article:hover {
    transform: translateY(-8px);
    border-color: rgba(246,255,159,.22);
    box-shadow: 0 34px 84px rgba(0,0,0,.3), 0 0 0 1px rgba(246,255,159,.06) inset;
}

.service-showcase-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.service-showcase-head i {
    font-size: 1.4rem;
}

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

.advantage-showcase-card strong {
    display: inline-block;
    margin-bottom: 16px;
    color: #f6ff9f;
    font-size: 1.2rem;
}

.project-slider-home {
    grid-auto-columns: minmax(420px, 74%);
}

.project-slide-home {
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(9,25,35,.9), rgba(19,32,43,.8));
}

.project-slide-home img {
    border-radius: 26px;
}

.project-grid-home .project-card-home {
    overflow: hidden;
    padding: 0;
    border-radius: 28px;
}

.project-card-home img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
    margin-bottom: 0;
}

.project-card-content {
    padding: 22px;
}

.shop-grid-home .shop-card {
    background: linear-gradient(180deg, rgba(10,19,35,.9), rgba(14,22,35,.76));
}

body.page-shop {
    color: #17324a;
}

body.page-auth {
    color: #17324a;
}

body.page-shop .site-footer,
body.page-shop .flash,
body.page-shop .cart-drawer {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-auth .site-footer,
body.page-auth .flash,
body.page-auth .cart-drawer,
body.page-auth .auth-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-shop .site-footer a,
body.page-shop .site-footer p,
body.page-shop .muted {
    color: #5b7288;
}

body.page-auth .site-footer a,
body.page-auth .site-footer p,
body.page-auth .muted,
body.page-auth .auth-intro,
body.page-auth .auth-card span {
    color: #5b7288;
}

body.page-shop .secondary-button,
body.page-shop .summary-card,
body.page-shop .cart-row,
body.page-shop input,
body.page-shop textarea,
body.page-shop select {
    background: rgba(244, 248, 239, 0.7);
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-auth .secondary-button,
body.page-auth .cart-row,
body.page-auth input,
body.page-auth textarea,
body.page-auth select {
    background: rgba(244, 248, 239, 0.72);
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-shop .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

body.page-auth .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

body.page-profile {
    color: #17324a;
}

body.page-profile .site-footer,
body.page-profile .flash,
body.page-profile .cart-drawer,
body.page-profile .profile-card {
    background:
        radial-gradient(circle at top right, rgba(var(--brand-warm-rgb), .18), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 245, 0.9));
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-profile .site-footer a,
body.page-profile .site-footer p,
body.page-profile .muted,
body.page-profile .profile-card span,
body.page-profile .profile-card p,
body.page-profile .transaction-card span,
body.page-profile .transaction-card small {
    color: #5b7288;
}

body.page-profile .secondary-button,
body.page-profile .cart-row,
body.page-profile .summary-card,
body.page-profile .transaction-card,
body.page-profile .license-card {
    background:
        linear-gradient(180deg, rgba(248, 251, 245, 0.98), rgba(237, 246, 248, 0.92));
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-profile .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

body.page-auth .auth-card h1,
body.page-auth .auth-card h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

body.page-profile .profile-card h1,
body.page-profile .profile-card h2 {
    font-size: clamp(1.75rem, 3.2vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

body.page-profile .eyebrow,
body.page-profile .panel-tag,
body.page-profile .project-tag {
    color: #17324a;
}

body.page-checkout {
    color: #17324a;
}

body.page-checkout .site-footer,
body.page-checkout .flash,
body.page-checkout .cart-drawer,
body.page-checkout .checkout-panel,
body.page-checkout .checkout-form,
body.page-checkout .checkout-flow,
body.page-checkout .checkout-processing-card,
body.page-checkout .checkout-success-card,
body.page-checkout .summary-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-checkout .site-footer a,
body.page-checkout .site-footer p,
body.page-checkout .muted,
body.page-checkout .checkout-panel p,
body.page-checkout .checkout-flow p,
body.page-checkout .checkout-form span {
    color: #5b7288;
}

body.page-checkout input,
body.page-checkout textarea,
body.page-checkout select,
body.page-checkout .secondary-button {
    background: rgba(244, 248, 239, 0.76);
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-checkout .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

body.page-contact {
    color: #17324a;
}

body.page-contact .site-footer,
body.page-contact .flash,
body.page-contact .cart-drawer,
body.page-contact .contact-panel,
body.page-contact .contact-form-card,
body.page-contact .contact-map-card,
body.page-contact .contact-form {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-contact .site-footer a,
body.page-contact .site-footer p,
body.page-contact .muted,
body.page-contact .contact-panel p,
body.page-contact .contact-form-card p,
body.page-contact .contact-action-card span {
    color: #5b7288;
}

body.page-contact input,
body.page-contact textarea,
body.page-contact select,
body.page-contact .secondary-button {
    background: rgba(244, 248, 239, 0.76);
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-contact .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

.contact-shell {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 24px;
    margin: 28px 0 24px;
}

.contact-panel,
.contact-form-card,
.contact-map-card {
    border-radius: 32px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    padding: 26px;
}

.contact-panel h1 {
    margin: 12px 0 14px;
    font-size: clamp(2.05rem, 4vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.contact-form-card h2,
.contact-map-card h2 {
    margin: 10px 0 0;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.1;
}

.contact-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 24px 0 18px;
}

.contact-action-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(244, 248, 239, 0.72);
    border: 1px solid rgba(19, 50, 74, 0.08);
    transition: transform .24s ease, box-shadow .24s ease;
}

.contact-action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(17, 56, 87, 0.08);
}

.contact-action-card i {
    font-size: 1.2rem;
    color: #0f7c82;
}

.contact-social-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-social-strip a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(244, 248, 239, 0.72);
    border: 1px solid rgba(19, 50, 74, 0.08);
    color: #17324a;
}

.contact-form-modern {
    gap: 18px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-map-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 24px;
    margin: 0 0 28px;
}

.contact-map-frame-card iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 24px;
}

.checkout-shell {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 24px;
    margin: 28px 0 36px;
}

.checkout-summary-card {
    margin-top: 20px;
}

.checkout-offer-row.is-hidden {
    display: none;
}

.checkout-total-row {
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(19, 50, 74, 0.1);
}

.checkout-flow,
.checkout-processing-card,
.checkout-success-card {
    border-radius: 32px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    padding: 26px;
}

.checkout-steps {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.checkout-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    background: rgba(244, 248, 239, 0.72);
    color: #516071;
    border-radius: 999px;
    padding: 10px 16px;
}

.checkout-step span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(19, 50, 74, 0.08);
}

.checkout-step.is-active {
    background: rgba(120, 183, 25, 0.18);
    color: #17324a;
}

.checkout-stage {
    display: none;
}

.checkout-stage.is-active {
    display: grid;
    gap: 18px;
}

.checkout-contact-grid {
    grid-template-columns: 1fr 1fr;
}

.checkout-coupon-block {
    display: grid;
    gap: 10px;
}

.checkout-coupon-input {
    position: relative;
}

.checkout-coupon-input input {
    padding-right: 108px;
    text-transform: uppercase;
}

.checkout-coupon-input button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    min-height: 40px;
    padding: 8px 14px;
}

.payment-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.payment-type-card {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    background: rgba(244, 248, 239, 0.72);
    color: #17324a;
    cursor: pointer;
}

.payment-type-card i {
    font-size: 1.3rem;
}

.payment-type-card.is-active {
    border-color: rgba(15, 124, 130, 0.24);
    box-shadow: inset 0 0 0 2px rgba(15, 124, 130, 0.18);
    background: rgba(15, 124, 130, 0.08);
}

.checkout-method-panel {
    display: none;
    gap: 16px;
    margin-top: 8px;
}

.checkout-method-panel.is-active {
    display: grid;
}

.momo-holder-check {
    display: grid;
    gap: 10px;
}

.holder-feedback {
    min-height: 24px;
}

.checkout-card-grid {
    grid-template-columns: 1fr 1fr;
}

.checkout-processing-card[hidden],
.checkout-success-card[hidden] {
    display: none;
}

.processing-spinner {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 4px solid rgba(15, 124, 130, 0.14);
    border-top-color: #0f7c82;
    animation: spin 1s linear infinite;
    margin-bottom: 18px;
}

.processing-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 16px;
}

.processing-meta div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(244, 248, 239, 0.72);
    border: 1px solid rgba(19, 50, 74, 0.1);
}

.processing-meta strong,
.processing-meta span {
    display: block;
}

.profile-edit-form {
    margin-top: 12px;
}

.profile-status-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(120, 183, 25, 0.14);
    color: #4f6b1a;
    font-weight: 600;
}

body.page-admin {
    color: #17324a;
}

body.page-admin .site-footer,
body.page-admin .flash,
body.page-admin .cart-drawer,
body.page-admin .admin-card,
body.page-admin .admin-table-card,
body.page-admin .admin-modal-dialog {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(19, 50, 74, 0.1);
    box-shadow: 0 24px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-admin .site-footer a,
body.page-admin .site-footer p,
body.page-admin .muted,
body.page-admin .admin-card p,
body.page-admin .admin-row small,
body.page-admin .admin-row-meta span,
body.page-admin .entity-copy p {
    color: #5b7288;
}

body.page-admin .secondary-button,
body.page-admin input,
body.page-admin textarea,
body.page-admin select {
    background: rgba(244, 248, 239, 0.76);
    border-color: rgba(19, 50, 74, 0.1);
    color: #17324a;
}

body.page-admin .primary-button {
    background: linear-gradient(135deg, var(--brand-secondary), var(--brand-warm));
    color: #17324a;
}

.admin-hub {
    display: grid;
    gap: 28px;
}

.admin-hero {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    align-items: center;
}

.admin-hero h1 {
    margin: 10px 0 10px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

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

.stat-card {
    padding: 22px;
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 8px;
}

.admin-section {
    display: grid;
    gap: 16px;
}

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

.entity-card {
    overflow: hidden;
    padding: 0;
}

.entity-cover {
    position: relative;
    aspect-ratio: 16 / 10;
}

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

.entity-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    font-size: .82rem;
    font-weight: 700;
}

.partner-entity-card .entity-copy {
    min-height: 180px;
}

.admin-user-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-user-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    background:
        radial-gradient(circle at top right, rgba(var(--brand-warm-rgb), .18), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,250,247,.94));
}

.admin-user-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.admin-user-avatar {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #17324a;
    background: linear-gradient(135deg, rgba(var(--brand-secondary-rgb), .24), rgba(var(--brand-tertiary-rgb), .22));
}

.admin-user-meta,
.admin-user-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-user-meta span,
.admin-user-details span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(247,250,252,.95);
    border: 1px solid rgba(19,50,74,.08);
    color: #4d667d;
    font-size: .92rem;
}

.partner-chip {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--partner-accent) 16%, white);
    color: #17324a;
    font-weight: 700;
}

.entity-copy {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.entity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.entity-tags span,
.admin-row-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(120, 183, 25, 0.12);
    color: #4f6b1a;
    font-size: .84rem;
    font-weight: 600;
}

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

.admin-table-card {
    padding: 12px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    border-radius: 28px;
}

.admin-row-rich {
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 20px;
}

.admin-row-rich + .admin-row-rich {
    margin-top: 8px;
}

.admin-row-rich:nth-child(odd) {
    background: rgba(244, 248, 239, 0.55);
}

.admin-row-sub {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 14px 18px 14px 28px;
    border-left: 3px solid rgba(var(--brand-secondary-rgb), .14);
    margin: 6px 0 0 8px;
    border-radius: 16px;
    background: rgba(248, 251, 246, 0.88);
}

.admin-row-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.installer-guide-page pre {
    margin: 0;
    overflow: auto;
    padding: 18px;
    border-radius: 20px;
    background: #13293d;
    color: #f5fbff;
    font-size: .92rem;
}

.installer-guide-page code {
    font-family: Consolas, Monaco, monospace;
}

.ghost-danger-button {
    border-radius: 999px;
    border: 1px solid rgba(191, 61, 61, 0.14);
    padding: 12px 16px;
    background: rgba(255, 240, 240, 0.8);
    color: #a53939;
    cursor: pointer;
}

.admin-modal[hidden] {
    display: none;
}

.admin-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.admin-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 22, 38, 0.42);
    backdrop-filter: blur(8px);
}

.admin-modal-dialog {
    position: relative;
    width: min(720px, calc(100vw - 24px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    margin: 24px auto;
    border: 1px solid rgba(19, 50, 74, 0.1);
    border-radius: 30px;
    padding: 24px;
}

.admin-modal-dialog-wide {
    width: min(980px, calc(100vw - 24px));
}

.admin-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.admin-modal-head h2 {
    margin: 10px 0 0;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.08;
}

.modal-close {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(19, 50, 74, 0.1);
    background: rgba(244, 248, 239, 0.76);
    color: #17324a;
    cursor: pointer;
}

.admin-modal-form {
    gap: 18px;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.admin-form-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.admin-form-grid-3 {
    grid-template-columns: 1.2fr 1.2fr auto;
}

.admin-form-grid.align-end {
    align-items: end;
}

.admin-rebind-card {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.admin-form-grid-compact {
    grid-template-columns: 1.4fr 1fr 1fr;
}

.product-form-section {
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(19, 50, 74, 0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,250,247,.86)),
        radial-gradient(circle at top right, rgba(var(--brand-secondary-rgb), .10), transparent 28%);
}

.product-form-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product-form-section-head h3 {
    margin: 8px 0 0;
    font-size: 1.1rem;
    color: #17324a;
}

.product-translate-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(19, 50, 74, 0.08);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--brand-secondary-rgb), .18), rgba(var(--brand-warm-rgb), .18));
    color: #17324a;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(17, 56, 87, 0.08);
}

.product-translate-trigger:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 40px rgba(17, 56, 87, 0.12);
}

.upload-panel {
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 22px;
    border: 1px dashed rgba(19, 50, 74, 0.16);
    background: rgba(244, 248, 239, 0.52);
}

.upload-panel small {
    color: #5b7288;
}

.upload-progress-card {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(var(--brand-primary-rgb), .10), rgba(var(--brand-secondary-rgb), .12));
    border: 1px solid rgba(var(--brand-primary-rgb), .14);
}

.upload-progress-card[hidden] {
    display: none;
}

.upload-progress-card span {
    color: #17324a;
    font-weight: 800;
}

.upload-progress-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(19, 50, 74, .10);
}

.upload-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
    transition: width .2s ease;
}

.product-json-import-panel {
    border-style: solid;
    background:
        linear-gradient(135deg, rgba(var(--brand-secondary-rgb), .12), rgba(255,255,255,.72)),
        rgba(244, 248, 239, 0.62);
}

.product-json-import-status {
    min-height: 18px;
    font-weight: 800;
    color: var(--brand-primary);
}

.product-json-import-status.is-error {
    color: #b42318;
}

.upload-preview-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-preview-item {
    position: relative;
    width: 96px;
    height: 76px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(19, 50, 74, 0.1);
    background: rgba(255,255,255,.8);
}

.upload-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-preview-item.is-new {
    box-shadow: inset 0 0 0 2px rgba(15, 124, 130, 0.26);
}

.upload-preview-badge {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(15, 124, 130, 0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.upload-preview-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.96);
    color: #a53939;
    cursor: pointer;
}

.chip-field {
    display: grid;
    gap: 10px;
}

.chip-field small {
    color: #5b7288;
}

.chip-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 16px;
}

.chip-entry {
    width: 100%;
}

.chip-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(15, 124, 130, 0.12);
    color: #0f6671;
    cursor: pointer;
}

.chip-pill i {
    font-size: 12px;
}

body.has-modal-open {
    overflow: hidden;
}

body.page-auth .lang-dropdown,
body.page-auth .user-menu-dropdown {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(19, 50, 74, 0.12);
    color: #17324a;
}

body.page-auth .lang-option:hover,
body.page-auth .user-menu-item:hover {
    background: rgba(120, 183, 25, 0.12);
    color: #17324a;
}

.shop-page-hero,
.shop-featured,
.shop-category-strip,
.shop-catalog-head,
.shop-card-modern {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(19, 50, 74, 0.08);
    box-shadow: 0 28px 70px rgba(17, 56, 87, 0.08);
}

.shop-page-hero {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    padding: 34px;
    border-radius: 34px;
    margin: 18px 0 22px;
}

.shop-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(120, 183, 25, 0.12);
    color: #4f7c10;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.shop-page-copy h1,
.shop-catalog-head h2,
.shop-featured-copy h2 {
    color: #17324a;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: .94;
    letter-spacing: -.05em;
    margin: 18px 0 18px;
}

.shop-page-copy p,
.shop-catalog-head p,
.shop-featured-copy p {
    color: #5b7288;
    font-size: 1.05rem;
    line-height: 1.85;
}

.shop-page-actions,
.shop-featured-meta,
.shop-page-metrics,
.shop-feature-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-page-actions,
.shop-page-metrics {
    margin-top: 22px;
}

.shop-page-metrics div {
    min-width: 124px;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 250, 245, 0.96), rgba(238, 245, 247, 0.92));
    border: 1px solid rgba(19, 50, 74, 0.08);
}

.shop-page-metrics strong {
    display: block;
    color: #17324a;
    font-size: 1.7rem;
}

.shop-page-metrics span {
    color: #5b7288;
}

.shop-page-panel {
    display: grid;
    align-items: stretch;
}

.shop-page-panel-card {
    height: 100%;
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(253, 193, 0, .22), transparent 30%),
        linear-gradient(180deg, #17324a 0%, #0f2840 100%);
    color: #f8fbff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.shop-page-panel-card h3 {
    font-size: 1.75rem;
    line-height: 1.05;
    margin: 14px 0;
}

.shop-page-panel-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff7b2;
}

.shop-page-checklist,
.shop-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.shop-page-checklist li,
.shop-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.shop-page-checklist i,
.shop-feature-list i,
.shop-featured-meta i {
    color: #78b719;
}

.shop-featured {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 28px;
    padding: 20px;
    border-radius: 32px;
    margin-bottom: 18px;
}

.shop-featured-media img,
.shop-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-featured-media img {
    min-height: 360px;
    border-radius: 24px;
}

.shop-featured-meta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(120, 183, 25, 0.08);
    color: #335267;
    border: 1px solid rgba(19, 50, 74, 0.07);
}

.shop-category-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px;
    border-radius: 28px;
    margin-bottom: 18px;
}

.shop-category-pill {
    flex: 1 1 180px;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 250, 245, 0.95), rgba(239, 245, 247, 0.95));
    border: 1px solid rgba(19, 50, 74, 0.08);
}

.shop-category-pill strong,
.shop-price {
    color: #17324a;
}

.shop-category-pill span {
    display: block;
    margin-top: 6px;
    color: #5b7288;
}

.shop-catalog-head {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 24px;
    align-items: end;
    padding: 22px 26px;
    border-radius: 28px;
    margin-bottom: 18px;
}

.shop-catalog-head h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-bottom: 0;
}

.shop-grid-modern {
    margin-top: 0;
}

.shop-card-modern {
    border-radius: 30px;
    padding: 14px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.shop-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 90px rgba(17, 56, 87, 0.12);
}

.shop-card-media {
    position: relative;
    margin-bottom: 18px;
}

.shop-card-media img {
    aspect-ratio: 16 / 10;
    border-radius: 24px;
}

.shop-card-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #17324a;
    font-size: .82rem;
    font-weight: 600;
}

.shop-card-modern .shop-card-body {
    gap: 12px;
}

.download-size-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(var(--brand-primary-rgb), 0.10);
    color: #17324a;
    border: 1px solid rgba(var(--brand-primary-rgb), 0.14);
    font-size: .84rem;
    font-weight: 800;
}

.shop-card-modern h3 {
    color: #17324a;
    font-size: 1.35rem;
    margin: 0;
}

.shop-card-modern p {
    color: #5b7288;
    line-height: 1.65;
    margin: 0;
}

.shop-price-original {
    display: block;
    margin-top: 4px;
    color: #7d8ea3;
    font-size: .82rem;
    text-decoration: line-through;
}

.shop-card-modern .card-actions {
    margin-top: 4px;
}

.auth-single-wrap {
    display: grid;
    justify-content: center;
    margin: 44px 0;
}

.auth-card-single {
    width: min(560px, 100%);
    padding: 34px;
}

.auth-intro {
    margin: -8px 0 8px;
    color: var(--muted);
    line-height: 1.7;
}

.auth-google-form {
    margin-top: 4px;
}

.auth-google-button {
    width: 100%;
    justify-content: center;
}

.auth-links {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.auth-links a {
    color: var(--accent);
}

.product-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
    margin: 24px 0 22px;
}

.product-gallery-shell,
.product-detail-card {
    border-radius: 32px;
    padding: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--border);
    backdrop-filter: blur(18px);
}

.product-gallery-stage {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

.product-gallery-main {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-radius: 26px;
}

.product-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(7,17,31,.52);
    color: #fff;
    z-index: 2;
}

.product-gallery-nav.prev { left: 14px; }
.product-gallery-nav.next { right: 14px; }

.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.product-thumb {
    padding: 0;
    border-radius: 18px;
    border: 1px solid transparent;
    background: transparent;
    overflow: hidden;
    opacity: .72;
}

.product-thumb.is-active {
    opacity: 1;
    border-color: var(--accent);
}

.product-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-showcase-copy {
    display: grid;
    gap: 16px;
}

.product-showcase-copy h1 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: .96;
    letter-spacing: -.05em;
}

.product-lead {
    font-size: 1.08rem;
    color: var(--text);
    opacity: .92;
}

.product-meta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.product-meta-pill {
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    border: 1px solid rgba(255,255,255,.08);
}

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

.product-trust-grid div {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.03);
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 24px;
}

.product-detail-card h2 {
    margin: 14px 0 10px;
    font-size: 1.9rem;
}

.product-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.product-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.7;
}

body.page-shop .product-gallery-shell,
body.page-shop .product-detail-card {
    background: rgba(255,255,255,.84);
    border-color: rgba(19, 50, 74, 0.08);
    box-shadow: 0 28px 70px rgba(17, 56, 87, 0.08);
}

body.page-shop .product-showcase-copy h1,
body.page-shop .product-detail-card h2 {
    color: #17324a;
}

body.page-shop .product-lead,
body.page-shop .product-detail-card p,
body.page-shop .product-feature-list li {
    color: #5b7288;
}

body.page-shop .product-gallery-nav {
    background: rgba(255,255,255,.88);
    color: #17324a;
    border-color: rgba(19, 50, 74, 0.08);
}

body.page-shop .product-trust-grid div {
    background: rgba(244,248,239,.78);
    border-color: rgba(19, 50, 74, 0.08);
    color: #17324a;
}

body.page-product {
    color: #17324a;
}

body.page-shop,
body.page-auth,
body.page-profile,
body.page-checkout,
body.page-contact,
body.page-admin,
body.page-product {
    background:
        radial-gradient(circle at top left, rgba(var(--brand-secondary-rgb), .14), transparent 26%),
        radial-gradient(circle at top right, rgba(var(--brand-tertiary-rgb), .16), transparent 24%),
        radial-gradient(circle at 50% 100%, rgba(var(--brand-primary-rgb), .10), transparent 28%),
        linear-gradient(180deg, #fbfdf8 0%, #f7fbf2 38%, #eef6f8 100%);
}

body.page-product .site-footer,
body.page-product .flash,
body.page-product .cart-drawer,
body.page-product .product-gallery-shell,
body.page-product .product-detail-card {
    background: rgba(255,255,255,.88);
    border-color: rgba(19, 50, 74, 0.08);
    box-shadow: 0 28px 70px rgba(17, 56, 87, 0.08);
    color: #17324a;
}

body.page-product .site-footer a,
body.page-product .site-footer p,
body.page-product .muted,
body.page-product .product-lead,
body.page-product .product-detail-card p,
body.page-product .product-feature-list li {
    color: #5b7288;
}

body.page-product .product-showcase-copy h1,
body.page-product .product-detail-card h2 {
    color: #17324a;
}

body.page-product .product-gallery-nav {
    background: rgba(255,255,255,.88);
    color: #17324a;
    border-color: rgba(19, 50, 74, 0.08);
}

body.page-product .product-trust-grid div {
    background: rgba(244,248,239,.78);
    border-color: rgba(19, 50, 74, 0.08);
    color: #17324a;
}

.client-band {
    margin: 52px 0 44px;
    padding: 24px;
    border-radius: 32px;
}

.section-head.compact {
    margin: 0 0 12px;
}

.home-cta {
    margin: 28px 0 24px;
    padding: 28px;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    align-items: center;
}

@keyframes dashboardPulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

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

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1100px) {
    .hero-section, .product-hero, .story-grid, .project-grid, .shop-grid, .feature-grid, .profile-grid, .contact-layout, .checkout-layout, .auth-layout, .admin-grid, .site-footer, .home-hero, .home-story, .mission-panel, .home-quick-strip, .service-showcase, .advantage-showcase, .home-cta, .product-showcase, .product-detail-grid {
        grid-template-columns: 1fr 1fr;
    }
    .service-showcase { grid-template-columns: 1fr 1fr; }
    .advantage-showcase { grid-template-columns: 1fr 1fr; }
    .shop-page-hero,
    .shop-featured,
    .shop-catalog-head {
        grid-template-columns: 1fr;
    }
    .product-showcase,
    .product-detail-grid {
        grid-template-columns: 1fr;
    }
    .admin-hero,
    .admin-stats-grid,
    .admin-entity-grid,
    .admin-user-grid,
    .admin-form-grid,
    .checkout-shell,
    .payment-type-grid,
    .processing-meta,
    .contact-shell,
    .contact-map-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 780px) {
    .site-shell { padding: 16px; }
    .site-header, .header-tools, .hero-actions, .contact-links { flex-wrap: wrap; }
    .site-header { align-items: center; }
    .menu-toggle { display: inline-grid; place-items: center; order: 3; }
    .nav-shell {
        display: none;
        width: 100%;
        order: 4;
    }
    .nav-shell.is-open {
        display: block;
    }
    .site-nav {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 12px;
        margin-top: 8px;
        border-radius: 20px;
        background: rgba(255,255,255,.04);
        border: 1px solid var(--border);
    }
    body.page-shop .site-nav {
        background: rgba(244, 248, 239, 0.82);
    }
    .site-nav a {
        padding: 10px 12px;
        border-radius: 14px;
    }
    .header-tools {
        margin-left: auto;
        justify-content: flex-end;
    }
    .hero-section, .product-hero, .story-grid, .project-grid, .shop-grid, .feature-grid, .profile-grid, .contact-layout, .checkout-layout, .auth-layout, .admin-grid, .site-footer, .project-slide, .stats-grid, .home-hero, .home-story, .story-cards, .mission-panel, .service-showcase, .advantage-showcase, .home-quick-strip, .home-cta, .dashboard-mini-grid, .product-showcase, .product-detail-grid, .product-trust-grid {
        grid-template-columns: 1fr;
    }
    .hero-copy h1, .section-head h1, .checkout-panel h1, .product-copy h1, .contact-copy h1, .auth-card h1 { font-size: clamp(1.75rem, 9vw, 2.45rem); }
    .cart-drawer {
        left: 12px;
        right: auto;
        top: 84px;
        bottom: auto;
        width: min(360px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        max-height: calc(100vh - 112px);
    }
    .admin-user-grid { grid-template-columns: 1fr; }
    .whatsapp-button { bottom: 24px; right: 24px; }
    .home-hero { min-height: auto; }
    .home-hero .hero-copy h1 { max-width: none; }
    .hero-stack { min-height: auto; }
    .hero-floating-note { position: static; width: 100%; margin-top: 18px; }
    .project-slider-home { grid-auto-columns: minmax(300px, 92%); }
    .shop-page-hero,
    .shop-featured,
    .shop-catalog-head,
    .shop-category-strip {
        padding: 18px;
    }
    .shop-page-copy h1,
    .shop-catalog-head h2,
    .shop-featured-copy h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }
    .auth-card-single {
        width: 100%;
    }
    .shop-page-metrics {
        gap: 10px;
    }
    .shop-page-metrics div {
        min-width: calc(50% - 10px);
    }
    .admin-hero,
    .admin-stats-grid,
    .admin-entity-grid,
    .admin-form-grid,
    .checkout-shell,
    .checkout-contact-grid,
    .checkout-card-grid,
    .payment-type-grid,
    .processing-meta,
    .contact-shell,
    .contact-action-grid,
    .contact-form-grid,
    .contact-map-grid {
        grid-template-columns: 1fr;
    }
    .admin-toolbar,
    .admin-row-meta,
    .entity-actions {
        justify-content: flex-start;
    }
    .admin-row-rich {
        align-items: flex-start;
        flex-direction: column;
    }
    .admin-modal-dialog,
    .admin-modal-dialog-wide {
        width: calc(100vw - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
        padding: 18px;
    }
    .contact-panel h1 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
    }
    .contact-form-card h2,
    .contact-map-card h2 {
        font-size: clamp(1.4rem, 7vw, 2rem);
    }
    .ws-platform-header-wrap .site-header,
    .ws-platform-header-wrap .header-tools {
        flex-wrap: nowrap;
    }
    .ws-platform-header-wrap .nav-shell {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: auto;
        display: block;
        width: min(280px, calc(100vw - 24px));
        padding: 16px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,248,245,.98));
        border: 1px solid rgba(22,32,50,.08);
        box-shadow: 0 20px 48px rgba(17,24,39,.14);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: .25s ease;
        z-index: 8;
    }
    .ws-platform-header-wrap .nav-shell.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .ws-platform-header-wrap .site-nav {
        display: grid;
        width: 100%;
        gap: 10px;
        padding: 0;
        margin-top: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
    }
    .ws-platform-header-wrap .site-nav a {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(247,249,252,.92);
    }
    .ws-platform-header-wrap .header-tools {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .ws-platform-header-wrap .site-shell {
        padding: 0 8px;
    }
    .ws-platform-header-wrap.ws-static .site-shell {
        padding: 0;
    }
    .ws-platform-header-wrap .site-header {
        display: grid;
        grid-template-columns: minmax(156px, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding: 20px 10px;
        border-radius: 20px;
    }
    .ws-platform-header-wrap .brand {
        grid-column: 1;
        gap: 6px;
        min-width: 0;
    }
    .ws-platform-header-wrap .brand-logo {
        width: 32px;
        height: 32px;
    }
    .ws-platform-header-wrap .brand-copy strong {
        font-size: 15px;
        line-height: 1;
    }
    .ws-platform-header-wrap .brand-copy small {
        display: block;
        font-size: 14px;
        line-height: 1.08;
        letter-spacing: .03em;
        color: #5d6d84;
    }
    .ws-platform-header-wrap .header-tools {
        grid-column: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        margin-left: 0;
    }
    .header-assistant-reset {
        padding: 6px 10px;
        min-height: 34px;
        border-radius: 12px;
        font-size: 12px;
    }
    .ws-platform-header-wrap .cart-button {
        min-width: 34px;
        min-height: 34px;
        justify-content: center;
        gap: 5px;
        padding: 6px 7px;
        border-radius: 12px;
    }
    .ws-platform-header-wrap .cart-button span {
        width: 16px;
        height: 16px;
        font-size: 10px;
        margin-left: 0;
    }
    .ws-platform-header-wrap .menu-toggle {
        display: inline-grid;
        place-items: center;
        width: 34px;
        height: 34px;
        padding: 0;
        border-radius: 12px;
        order: 0;
    }
    .ws-platform-header-wrap .header-select {
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }
    .ws-platform-header-wrap .lang-flag,
    .ws-platform-header-wrap .user-menu-toggle {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        font-size: 14px;
    }
    .ws-platform-header-wrap .nav-shell {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: auto;
        display: block;
        width: min(260px, calc(100vw - 20px));
        padding: 16px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,248,245,.98));
        border: 1px solid rgba(22,32,50,.08);
        box-shadow: 0 20px 48px rgba(17,24,39,.14);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: .25s ease;
        z-index: 120;
    }
    .ws-platform-header-wrap .nav-shell.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .ws-platform-header-wrap .site-nav {
        display: grid;
        gap: 10px;
        width: 100%;
    }
    .ws-platform-header-wrap .site-nav a {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 14px;
        background: rgba(247,249,252,.92);
    }
    .admin-toolbar,
    .entity-actions,
    .admin-row-meta {
        width: 100%;
        gap: 8px;
    }
    .admin-toolbar > *,
    .entity-actions > * {
        flex: 1 1 100%;
    }
    .admin-row-sub {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 18px;
        border-left: 3px solid rgba(var(--brand-secondary-rgb), .14);
        margin-left: 8px;
    }
}

@media (max-width: 420px) {
    .header-assistant-reset span {
        display: none;
    }

    .header-assistant-reset {
        width: 34px;
        justify-content: center;
        padding: 0;
    }
}

/* Theme-forward visual system */
.site-shell {
    padding: 24px;
}

.page-content {
    display: grid;
    gap: 28px;
    margin-top: 0;
}

.primary-button,
.theme-picker-card input:checked + .theme-picker-swatch {
    background: var(--button-gradient);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 18px 40px rgba(var(--brand-primary-rgb), 0.22);
}

.primary-button:hover,
.primary-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(var(--brand-secondary-rgb), 0.24);
}

.secondary-button,
.pill,
.cart-button,
.header-select,
.ghost-danger-button {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.72));
}

.site-footer {
    margin-top: 32px;
    border-radius: 32px;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.10), rgba(var(--brand-tertiary-rgb), 0.08)),
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.82));
}

.site-footer h3,
.site-footer h4,
.section-head h2,
.shop-page-copy h1,
.shop-featured-copy h2,
.product-showcase-copy h1,
.profile-card h1,
.contact-panel h1,
.admin-hero h1 {
    color: var(--text);
}

.shop-page-kicker,
.eyebrow,
.panel-tag,
.project-tag,
.profile-status-pill,
.shop-card-badge,
.shop-page-panel-tag,
.product-meta-pill {
    background:
        linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.16), rgba(var(--brand-tertiary-rgb), 0.16));
    border: 1px solid rgba(var(--brand-primary-rgb), 0.16);
    color: var(--text);
}

.site-header,
.site-footer,
.story-card,
.project-card,
.shop-card,
.contact-form,
.checkout-panel,
.checkout-form,
.profile-card,
.auth-card,
.admin-card,
.flash,
.cart-drawer,
.glass-card,
.feature-card,
.contact-form-card,
.contact-map-card,
.shop-page-hero,
.shop-featured,
.shop-catalog-head,
.product-showcase,
.product-detail-card {
    position: relative;
    overflow: hidden;
}

.site-header,
.ws-platform-header-wrap .site-header {
    overflow: visible;
}

.site-header::before,
.site-footer::before,
.profile-card::before,
.admin-card::before,
.shop-card::before,
.product-detail-card::before,
.contact-form-card::before,
.contact-map-card::before,
.shop-page-hero::before,
.shop-featured::before,
.product-showcase::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary), var(--brand-tertiary));
    opacity: 0.9;
}

body.page-shop .shop-page-hero,
body.page-product .product-showcase,
body.page-profile .profile-card:first-child,
body.page-contact .contact-panel,
body.page-admin .admin-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,255,255,0.82)),
        var(--hero-gradient);
}

body.page-shop .shop-page-panel-card,
body.page-product .product-detail-card,
body.page-profile .transaction-card,
body.page-profile .license-card,
body.page-admin .entity-card,
body.page-admin .admin-user-card,
body.page-contact .contact-action-card,
body.page-contact .contact-map-card {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,255,255,0.88)),
        var(--card-highlight);
    border: 1px solid rgba(var(--brand-primary-rgb), 0.12);
    box-shadow: 0 18px 36px rgba(var(--brand-primary-rgb), 0.10);
}

body.page-shop .shop-page-panel-card {
    background:
        radial-gradient(circle at top right, rgba(var(--brand-warm-rgb), .26), transparent 32%),
        linear-gradient(160deg, var(--brand-secondary) 0%, var(--brand-primary) 100%);
    color: #fdfefe;
    border: 1px solid rgba(var(--brand-primary-rgb), 0.16);
}

body.page-shop .shop-page-panel-card h3,
body.page-shop .shop-page-panel-card li,
body.page-shop .shop-page-panel-card span,
body.page-shop .shop-page-panel-card p {
    color: #f6fbff;
}

body.page-shop .shop-page-panel-tag {
    background: rgba(255,255,255,0.12);
    color: #fff7d1;
    border-color: rgba(255,255,255,0.18);
}

body.page-shop .shop-page-copy h1,
body.page-product .product-showcase-copy h1,
body.page-contact .contact-panel h1,
body.page-admin .admin-hero h1,
body.page-profile .profile-card h1 {
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    line-height: 1.08;
}

body.page-shop h2,
body.page-product h2,
body.page-profile h2,
body.page-admin h2,
body.page-contact h2 {
    font-size: clamp(1.3rem, 2.3vw, 1.85rem);
    line-height: 1.15;
}

body.page-shop .shop-grid-modern,
body.page-admin .admin-entity-grid,
body.page-admin .admin-user-grid {
    gap: 22px;
}

body.page-product .product-gallery-stage,
body.page-product .product-gallery-thumbs,
body.page-contact .contact-action-grid,
body.page-contact .contact-social-strip,
body.page-profile .transaction-card,
body.page-profile .license-card,
body.page-admin .admin-table-card {
    border-color: rgba(var(--brand-primary-rgb), 0.12);
}

body.page-profile .profile-card,
body.page-profile .transaction-card,
body.page-profile .license-card {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.86)),
        var(--card-highlight);
}

body.page-contact .contact-action-card i,
body.page-product .product-trust-grid i,
body.page-shop .shop-feature-list i,
body.page-profile .license-card a,
body.page-admin .admin-user-meta i {
    color: var(--brand-primary);
}

.theme-picker-group {
    display: grid;
    gap: 12px;
}

.theme-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.theme-picker-card {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(var(--brand-primary-rgb), 0.12);
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84));
    cursor: pointer;
}

.theme-picker-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.theme-picker-card strong {
    color: var(--text);
    font-size: 0.98rem;
}

.theme-picker-card small {
    color: var(--muted);
    text-transform: capitalize;
}

.theme-picker-swatch {
    display: block;
    height: 54px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.35), transparent 34%),
        linear-gradient(135deg, var(--theme-a), var(--theme-b) 55%, var(--theme-c));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.theme-picker-card input:checked ~ strong,
.theme-picker-card input:checked ~ small {
    color: #fff;
}

.theme-picker-card:has(input:checked) {
    background: linear-gradient(135deg, rgba(var(--brand-primary-rgb), 0.92), rgba(var(--brand-secondary-rgb), 0.88));
    border-color: transparent;
    box-shadow: 0 18px 40px rgba(var(--brand-primary-rgb), 0.22);
}

@media (max-width: 780px) {
    .site-shell {
        padding: 16px;
    }

    body.page-shop .shop-page-copy h1,
    body.page-product .product-showcase-copy h1,
    body.page-contact .contact-panel h1,
    body.page-admin .admin-hero h1,
    body.page-profile .profile-card h1 {
        font-size: clamp(1.55rem, 8vw, 2rem);
    }

    body.page-shop h2,
    body.page-product h2,
    body.page-profile h2,
    body.page-admin h2,
    body.page-contact h2 {
        font-size: clamp(1.15rem, 5vw, 1.45rem);
    }
}
