:root {
    --bg: #f7fbff;
    --surface: #ffffff;
    --border: #e5edf6;
    --text: #0f172a;
    --muted: #64748b;
    --sky: #1da1f2;
    --sky-dark: #1187ce;
    --pink: #ff6ea8;
    --shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    --shadow-strong: 0 28px 90px rgba(2, 24, 51, 0.28);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    background: linear-gradient(180deg, #fff 0%, var(--bg) 52%, #fff 100%);
    color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
input, textarea, select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px 16px;
    background: #fff;
}
input[readonly] {
    background: #f8fafc;
    color: var(--muted);
    cursor: not-allowed;
}
textarea { min-height: 120px; resize: vertical; }
label { display: grid; gap: 8px; color: var(--text); font-weight: 700; font-size: 0.95rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(980px, calc(100% - 40px)); }
.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229,237,246,0.9);
}
.static-header { position: static; }
.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 16px; }
.brand { font-size: 2rem; font-weight: 800; letter-spacing: -0.06em; }
.brand span { color: var(--pink); }
.desktop-nav, .mobile-nav { display: flex; gap: 16px; align-items: center; }
.desktop-nav { gap: 32px; }
.nav-link { border: 0; background: transparent; color: var(--muted); font-weight: 700; }
.profile-menu {
    position: relative;
}
.profile-menu[open] .profile-menu__toggle {
    border-color: #bfdbfe;
    box-shadow: 0 12px 28px rgba(29, 78, 216, 0.12);
}
.profile-menu[open] .profile-menu__chevron {
    transform: rotate(180deg);
}
.profile-menu__toggle {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 182px;
    height: 58px;
    padding: 0 18px 0 10px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.profile-menu__toggle::marker,
.profile-menu__toggle::-webkit-details-marker {
    display: none;
}
.profile-menu__avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(29,161,242,0.14), rgba(255,110,168,0.18));
    color: #0f172a;
    flex-shrink: 0;
}
.profile-menu__avatar i {
    font-size: 1.3rem;
}
.profile-menu__meta {
    display: grid;
    gap: 2px;
    text-align: left;
    min-width: 0;
}
.profile-menu__meta small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.profile-menu__meta strong {
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}
.profile-menu__chevron {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}
.profile-menu__dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 320px;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.98);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 16px;
    z-index: 40;
}
.profile-menu__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.profile-menu__header h3 {
    margin: 6px 0 0;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}
.profile-menu__status {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.profile-menu__status.is-online {
    background: rgba(34, 197, 94, 0.14);
    color: #15803d;
}
.profile-menu__label {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.profile-menu__copy {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 0.96rem;
}
.profile-menu__links {
    display: grid;
    gap: 10px;
}
.profile-menu__actions {
    display: grid;
    gap: 10px;
}
.profile-menu__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid #e7eef8;
    background: linear-gradient(180deg, rgba(248,251,255,0.95), rgba(255,255,255,0.98));
    font-weight: 700;
    color: var(--text);
    transition: 0.2s ease;
}
.profile-menu__link:hover {
    border-color: #bfdbfe;
    box-shadow: 0 10px 24px rgba(29, 78, 216, 0.08);
    transform: translateY(-1px);
}
.profile-menu__link i {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(29,161,242,0.14), rgba(255,110,168,0.18));
    color: #0f172a;
    flex-shrink: 0;
}
.profile-menu__link span {
    display: grid;
    gap: 2px;
}
.profile-menu__link strong {
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}
.profile-menu__link small {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.45;
}
.mobile-menu-button { display: none; width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--border); background: #fff; }
.mobile-nav { display: none; flex-direction: column; align-items: flex-start; padding: 0 20px 20px; border-top: 1px solid var(--border); background: #fff; }
.button {
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.button-compact {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 0.92rem;
}
.button-primary { color: #fff; background: linear-gradient(135deg, var(--sky), #37b8ff); box-shadow: 0 18px 30px rgba(14,165,233,0.28); }
.button-secondary { border: 1px solid var(--border); background: #fff; color: var(--text); }
.button-dark { background: var(--text); color: #fff; }
.button-danger { color: #fff; background: #dc2626; box-shadow: 0 18px 30px rgba(220,38,38,0.24); }
.button.full-width { width: 100%; }
.hero-section { padding: 60px 0 30px; }
.hero-grid, .about-grid, .footer-grid, .product-modal-grid, .panel-grid { display: grid; gap: 48px; }
.hero-grid, .about-grid { grid-template-columns: 1fr 1.05fr; align-items: center; }
.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.85);
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 20px rgba(15,23,42,0.04);
    color: var(--sky-dark);
    font-weight: 800;
    font-size: 0.92rem;
}
.hero-title {
    margin: 22px 0 0;
    font-size: clamp(3.2rem, 8vw, 6.2rem);
    line-height: 0.92;
    letter-spacing: -0.08em;
}
.hero-title span { background: linear-gradient(90deg,#42b4ff,#74c8ff,#8a99ff,#d66bc8,#ff76a8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-title em { font-style: normal; background: linear-gradient(90deg,#8a99ff,#d788de,#ff76a8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy, .section-copy p, .about-grid p, .site-footer p, .site-footer a, .policy-content p, .policy-content li { color: var(--muted); line-height: 1.8; font-size: 1.1rem; }
.hero-actions, .stack-actions, .tab-row, .actions-cell { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media-card, .about-media-card {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    padding: 18px;
    box-shadow: 0 28px 60px rgba(107,144,201,0.18);
}
.hero-media-card {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(125, 211, 252, 0.2), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(244, 114, 182, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.98));
}
.hero-media-card video, .hero-media-card img, .about-media-card video, .about-media-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; display: block; }
.hero-media-card video, .hero-media-card img {
    min-height: 340px;
    max-height: 480px;
    object-fit: contain;
    object-position: center;
}
.about-media-card video, .about-media-card img { min-height: 420px; }
.section { padding: 84px 0; }
.section-border { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.section-copy h2, .about-grid h2, .policy-content h1, .auth-hero h1, .admin-topbar h1 { font-size: clamp(2.6rem, 5vw, 4rem); letter-spacing: -0.06em; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.service-card, .admin-panel-card, .policy-card, .validation-card { background: #fff; border: 1px solid var(--border); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.service-card h3, .admin-panel-card h2 { margin: 22px 0 10px; font-size: 2rem; letter-spacing: -0.04em; }
.service-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; color: var(--muted); font-size: 0.92rem; }
.service-icon { width: 64px; height: 64px; border-radius: 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.desktop-nav .nav-link.active { color: var(--text); }
.desktop-nav .nav-link.active::after { width: 100%; opacity: 1; }
.services-hero-section { padding: 48px 0 22px; }
.services-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 28px; align-items: stretch; }
.services-page-title { max-width: 12ch; }
.services-hero-card { position: relative; border-radius: 36px; border: 1px solid rgba(147, 197, 253, 0.34); background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(219,234,254,0.82)); box-shadow: var(--shadow); padding: 30px; min-height: 100%; overflow: hidden; }
.services-hero-card::before { content: ''; position: absolute; inset: auto -80px -80px auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(96,165,250,0.26), rgba(96,165,250,0)); }
.services-hero-badge { display: inline-flex; align-items: center; padding: 10px 16px; border-radius: 999px; background: rgba(37, 99, 235, 0.08); color: var(--sky-dark); font-weight: 700; margin-bottom: 26px; }
.services-hero-stack { display: grid; gap: 14px; }
.services-hero-mini-card { display: flex; align-items: center; gap: 16px; border-radius: 24px; background: rgba(255,255,255,0.82); border: 1px solid rgba(191,219,254,0.72); padding: 16px 18px; }
.services-hero-mini-card strong, .services-hero-mini-card small { display: block; }
.services-hero-mini-card small { color: var(--muted); margin-top: 4px; }
.services-page-grid { margin-top: 34px; }
.services-page-card { display: flex; flex-direction: column; gap: 18px; }
.services-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.services-status-pill { display: inline-flex; align-items: center; padding: 9px 14px; border-radius: 999px; background: rgba(34,197,94,0.1); color: #15803d; font-size: 0.82rem; font-weight: 700; }
.services-card-copy { display: grid; gap: 10px; }
.services-card-copy h3 { margin: 0; }
.services-card-eyebrow { margin-bottom: 2px; }
.services-card-highlights { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: var(--text); }
.services-card-highlights li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.55; }
.services-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding-top: 4px; margin-top: auto; }
.services-price-row small { display: block; color: var(--muted); margin-bottom: 6px; }
.services-price-row strong { font-size: 1.2rem; letter-spacing: -0.03em; }
.services-price-row--single {
    justify-content: flex-start;
}
.billing-toggle {
    display: inline-flex;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    margin: 8px 0 28px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.billing-toggle__option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 800;
    transition: 0.2s ease;
}
.billing-toggle__option small {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    color: #0f766e;
    font-size: 0.76rem;
    font-weight: 800;
}
.billing-toggle__option.is-active {
    background: linear-gradient(135deg, var(--sky), #37b8ff);
    color: #fff;
    box-shadow: 0 16px 28px rgba(14,165,233,0.22);
}
.billing-toggle__option.is-active small {
    background: rgba(255,255,255,0.22);
    color: #fff;
}
.services-page-footer { margin-top: 4px; }
.services-empty-state { display: grid; justify-items: start; gap: 16px; padding: 36px; margin-top: 34px; }
.services-empty-state h3 { margin: 0; font-size: 2rem; letter-spacing: -0.04em; }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; margin-top: 34px; }
.reason-item { display: flex; gap: 12px; align-items: flex-start; }
.reason-item span, .highlight-list span { width: 28px; height: 28px; border-radius: 999px; background: #e0f2fe; color: var(--sky-dark); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--border); background: #fff; padding: 54px 0; }
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.9fr; gap: 32px; }
.footer-grid div { display: grid; gap: 12px; }
.footer-grid h3 { margin: 0 0 6px; font-size: 1.6rem; letter-spacing: -0.04em; }
.footer-brand { color: var(--sky); }
.modal-backdrop {
    position: fixed; inset: 0; z-index: 60;
    display: flex; align-items: center; justify-content: center;
    background: rgba(15,23,42,0.62); backdrop-filter: blur(8px);
    padding: 18px;
    animation: fadeIn .22s ease;
}
.modal-backdrop[hidden] {
    display: none !important;
}
.modal-card { width: min(760px, 100%); background: #fff; border-radius: 32px; padding: 32px; box-shadow: var(--shadow-strong); position: relative; animation: popIn .26s ease; }
.booking-modal-card {
    width: min(760px, 100%);
    max-height: min(92vh, 980px);
    overflow: auto;
    padding: 34px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}
.booking-modal-header {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
}
.booking-modal-header h3 {
    margin: 6px 0 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.06em;
}
.booking-modal-header p {
    margin: 0;
    color: #6b7f9b;
    line-height: 1.7;
}
.booking-step-kicker {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c94bd;
}
.booking-stepper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.booking-step-chip {
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid #e5edf6;
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7b91b2;
}
.booking-step-chip span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 800;
}
.booking-step-chip small {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
}
.booking-step-chip.active,
.booking-step-chip.done {
    border-color: #bfdcff;
    background: linear-gradient(135deg, #f5f9ff, #eef5ff);
}
.booking-step-chip.done span,
.booking-step-chip.active span {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #fff;
}
.booking-form {
    margin-top: 0;
}
.booking-step-panel {
    display: none;
    gap: 18px;
}
.booking-step-panel[hidden] {
    display: none !important;
}
.booking-step-panel.active {
    display: grid;
}
.booking-step-frame {
    display: grid;
    gap: 20px;
}
.booking-step-intro {
    padding: 24px 24px 20px;
    border-radius: 28px;
    border: 1px solid #e5edf8;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(56, 189, 248, 0.04));
}
.booking-step-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.booking-step-intro h4 {
    margin: 14px 0 8px;
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: -0.05em;
}
.booking-step-intro p {
    margin: 0;
    color: #6b7f9b;
    line-height: 1.7;
}
.booking-step-body {
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #e8eef8;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 16px 50px rgba(37, 99, 235, 0.08);
}
.booking-calendar-shell,
.booking-slots-shell,
.booking-consent-group {
    padding: 22px;
    border-radius: 28px;
    border: 1px solid #e8eef8;
    background: rgba(255,255,255,0.88);
}
.booking-calendar-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 16px;
}
.booking-calendar-head strong {
    display: block;
    font-size: 1.05rem;
}
.booking-calendar-head small,
.booking-calendar-month {
    color: #7b91b2;
}
.booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.booking-date-card,
.booking-slot-pill {
    border: 1px solid #dce7f5;
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    text-align: left;
    transition: 0.2s ease;
}
.booking-date-card:hover,
.booking-slot-pill:hover {
    border-color: #8cc9ff;
    box-shadow: 0 14px 24px rgba(56, 189, 248, 0.12);
}
.booking-date-card.active,
.booking-slot-pill.active {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    border-color: transparent;
    color: #fff;
}
.booking-date-card small {
    display: block;
    color: #7b91b2;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.booking-date-card.active small {
    color: rgba(255,255,255,0.82);
}
.booking-date-card strong {
    font-size: 1rem;
}
.booking-slots-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.booking-slot-pill {
    text-align: center;
    font-weight: 800;
}
.booking-service-picker {
    display: grid;
    gap: 12px;
}
.booking-service-picker > strong {
    font-size: 1rem;
}
.booking-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.booking-service-card {
    position: relative;
    min-height: 64px;
    border: 1px solid #dce7f5;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}
.booking-service-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.booking-service-card:hover {
    border-color: #8cc9ff;
    box-shadow: 0 14px 24px rgba(56, 189, 248, 0.12);
}
.booking-service-card.active {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    border-color: transparent;
    color: #fff;
}
.booking-service-card__icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    color: #2563eb;
    flex: 0 0 auto;
    font-size: 1.25rem;
}
.booking-service-card__icon i {
    line-height: 1;
    display: block;
}
.booking-service-card > span:not(.booking-service-card__icon) {
    min-width: 0;
    display: grid;
    gap: 4px;
    line-height: 1.2;
}
.booking-service-card small,
.booking-service-card p {
    margin: 0;
    color: #6d82a6;
    font-weight: 500;
    line-height: 1.45;
}
.booking-service-card.active small,
.booking-service-card.active p {
    color: rgba(255,255,255,0.82);
}
.booking-service-card.active .booking-service-card__icon {
    background: rgba(255,255,255,0.18);
    color: #fff;
}
.booking-slots-empty {
    color: #7b91b2;
    padding: 18px;
    border-radius: 18px;
    background: #f8fbff;
}
.booking-actions {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 24px;
    padding-top: 6px;
    align-items: center;
}
.booking-actions .button {
    min-width: 180px;
}
.booking-actions [hidden] {
    display: none !important;
}
.booking-consent-group {
    display: grid;
    gap: 14px;
}
.modal-large { width: min(1180px, 100%); }
.modal-close, .chat-close { position: absolute; top: 20px; right: 20px; border: 0; background: transparent; color: var(--muted); }
.product-modal-grid { grid-template-columns: 1.05fr 0.95fr; }
.product-list { display: grid; gap: 14px; margin-top: 24px; }
.product-list-item { border: 1px solid var(--border); background: #fff; border-radius: 26px; padding: 18px; display: flex; gap: 16px; align-items: center; text-align: left; }
.product-list-item.active { background: #f8fbff; border-color: #b6def8; box-shadow: var(--shadow); }
.product-list-item strong { display: block; font-size: 1.9rem; letter-spacing: -0.04em; line-height: 1.1; }
.product-list-item small { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.product-list-more { margin-top: 16px; }
.product-detail { background: linear-gradient(180deg, #f8fbff 0%, #fff8fd 100%); border-radius: 28px; padding: 22px; text-align: center; }
.product-detail-empty { display: grid; place-items: center; align-content: center; min-height: 100%; }
.product-modal-empty-state { display: grid; gap: 16px; margin-top: 24px; }
.product-avatar { width: min(100%, 260px); height: 260px; margin: 0 auto; border-radius: 42px; overflow: hidden; box-shadow: 0 24px 60px rgba(107,144,201,0.23); }
.product-avatar video, .product-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-icon { margin: 26px auto 0; }
.product-detail h4 { font-size: 3.4rem; letter-spacing: -0.06em; margin: 18px 0 10px; }
.quote { color: var(--muted); font-style: italic; line-height: 1.7; font-size: 1.15rem; }
.highlight-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; text-align: left; }
.highlight-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.product-detail .stack-actions { margin-top: 26px; }
.booking-form, .form-grid { display: grid; gap: 18px; margin-top: 22px; }
.grid-two, .form-grid { grid-template-columns: repeat(2, 1fr); }
.span-two { grid-column: span 2; }
.form-feedback { min-height: 24px; font-size: 0.95rem; }
.form-feedback.success { color: #059669; }
.form-feedback.error { color: #dc2626; }
.booking-thanks-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 18px;
    background:
        radial-gradient(circle at top left, rgba(47, 173, 232, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(124, 92, 255, 0.12), transparent 30%),
        #f7fbff;
}
.booking-thanks-card {
    width: min(720px, 100%);
    text-align: center;
    padding: 64px 42px;
    border: 1px solid #dbe7f4;
    border-radius: 32px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 28px 80px rgba(29, 78, 216, 0.12);
}
.booking-thanks-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: linear-gradient(135deg, #dbeafe, #dcfce7);
    color: #0f766e;
    font-size: 3rem;
}
.booking-thanks-card h1 {
    margin: 0;
    font-size: clamp(2.35rem, 6vw, 4.25rem);
    line-height: 1;
    letter-spacing: 0;
}
.booking-thanks-card p {
    max-width: 560px;
    margin: 22px auto 32px;
    color: #617391;
    font-size: 1.12rem;
    line-height: 1.7;
}
.form-note { color: var(--muted); font-size: 0.88rem; line-height: 1.7; margin: 0; }
.text-button { border: 0; background: transparent; color: var(--sky); font-weight: 800; padding: 0; }
.text-button.danger { color: #dc2626; }
.chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.chat-bubble-preview, .chat-window { background: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.chat-window[hidden],
.mobile-nav[hidden] {
    display: none !important;
}
.chat-bubble-preview { max-width: 260px; padding: 18px; color: #334155; line-height: 1.6; }
.chat-window { width: min(380px, calc(100vw - 32px)); overflow: hidden; }
.chat-header, .chat-form { display: flex; align-items: center; }
.chat-header { justify-content: space-between; border-bottom: 1px solid var(--border); padding: 16px 18px; }
.chat-person { display: flex; gap: 12px; align-items: center; }
.chat-person small { display: block; color: var(--sky); }
.chat-avatar-small, .chat-avatar-large, .chat-toggle { overflow: hidden; background: linear-gradient(135deg,#dbeafe,#ffe4ec); }
.chat-avatar-small { width: 44px; height: 44px; border-radius: 999px; }
.chat-avatar-large { width: 94px; height: 94px; border-radius: 999px; margin: 0 auto; }
.chat-avatar-small video, .chat-avatar-large video, .chat-toggle video { width: 100%; height: 100%; object-fit: cover; }
.chat-start, .chat-session { padding: 22px; }
.chat-start { display: grid; gap: 16px; text-align: center; }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--muted); }
.checkbox-row input { width: 18px; height: 18px; margin-top: 4px; }
.chat-messages { display: flex; flex-direction: column; gap: 12px; max-height: 310px; overflow-y: auto; margin-bottom: 14px; }
.chat-message { max-width: 85%; padding: 14px 16px; border-radius: 22px; line-height: 1.7; animation: bubbleIn .24s ease; }
.chat-message.assistant { background: #f1f5f9; color: #334155; }
.chat-message.user { background: var(--sky); color: #fff; align-self: flex-end; }
.typing-card { background: #f1f5f9; color: #334155; }
.typing-dots { display: inline-flex; gap: 4px; margin-top: 8px; }
.typing-dots span { width: 8px; height: 8px; border-radius: 999px; background: var(--sky); animation: bounce 1s infinite ease-in-out; }
.typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.typing-dots span:nth-child(3) { animation-delay: 0.3s; }
.chat-quick-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chat-quick-actions button { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 10px 12px; color: #475569; font-weight: 700; }
.chat-form { gap: 10px; }
.icon-button { width: 52px; height: 52px; padding: 0; }
.chat-toggle { width: 66px; height: 66px; border: 1px solid rgba(255,255,255,0.8); border-radius: 999px; box-shadow: 0 16px 45px rgba(107,144,201,0.32); }
.policy-page, .auth-shell, .admin-shell { min-height: 100vh; background: linear-gradient(180deg, #f8fbff 0%, #fff 100%); }
.policy-content, .admin-container { padding: 56px 0; }
.policy-content { max-width: 820px; }
.policy-content section { margin-top: 34px; }
.policy-card ul { margin: 0; padding-left: 20px; display: grid; gap: 12px; }
.auth-shell, .admin-shell { padding: 42px 0; }
.auth-hero { margin-bottom: 24px; }
.auth-shell {
    position: relative;
    overflow: hidden;
    padding: 52px 0;
}
.auth-shell__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.22), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(14, 165, 233, 0.18), transparent 26%),
        radial-gradient(circle at 70% 75%, rgba(59, 130, 246, 0.12), transparent 28%);
    pointer-events: none;
}
.auth-shell--sales .auth-shell__backdrop {
    background:
        radial-gradient(circle at 14% 20%, rgba(34, 197, 94, 0.18), transparent 22%),
        radial-gradient(circle at 86% 16%, rgba(14, 165, 233, 0.16), transparent 24%),
        radial-gradient(circle at 72% 78%, rgba(16, 185, 129, 0.12), transparent 28%);
}
.auth-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 460px);
    gap: 30px;
    align-items: stretch;
}
.auth-stage__panel,
.auth-card {
    border-radius: 36px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
}
.auth-stage__panel {
    min-height: 100%;
    padding: 42px;
    display: grid;
    align-content: center;
    gap: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(239,246,255,0.88)),
        rgba(255,255,255,0.88);
}
.auth-stage__eyebrow { width: fit-content; }
.auth-stage h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
}
.auth-stage p {
    margin: 0;
    max-width: 58ch;
    color: #60748f;
    font-size: 1.08rem;
    line-height: 1.85;
}
.auth-stage__cards { display: grid; gap: 16px; }
.auth-mini-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 26px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(219, 234, 254, 0.9);
}
.auth-mini-card span {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(56, 189, 248, 0.22));
    color: #2563eb;
    font-size: 1.35rem;
}
.auth-shell--sales .auth-mini-card span {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(14, 165, 233, 0.2));
    color: #059669;
}
.auth-mini-card strong,
.auth-mini-card small { display: block; }
.auth-mini-card strong {
    margin-bottom: 6px;
    font-size: 1rem;
}
.auth-mini-card small {
    color: #6b7f9b;
    line-height: 1.65;
}
.auth-card {
    padding: 34px;
    display: grid;
    gap: 24px;
    align-self: center;
}
.auth-card--sales { border-color: rgba(167, 243, 208, 0.9); }
.auth-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.auth-card__kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #7c94bd;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}
.auth-card__top h2 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: -0.05em;
}
.auth-card__home {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    color: #4f6685;
    background: #fff;
}
.auth-form { display: grid; gap: 18px; }
.auth-card__links {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    color: #60748f;
    font-weight: 700;
}
.auth-card__links a:last-child { color: #2563eb; }
.auth-validation-card { margin-top: 0; }
.panel-grid { grid-template-columns: 1.1fr 0.9fr; }
.narrow-card { max-width: 520px; }
.admin-topbar, .tab-row { margin-bottom: 22px; }
.admin-topbar { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.tab-pill { padding: 12px 18px; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-weight: 800; color: #475569; }
.tab-pill.active { background: var(--sky); border-color: var(--sky); color: #fff; }
.table-wrap { overflow-x: auto; margin-top: 28px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 14px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.actions-cell form { display: inline; }
.validation-card { margin-top: 24px; }
.validation-card ul { margin: 10px 0 0; padding-left: 18px; display: grid; gap: 8px; }
.flash-stack { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 80; display: grid; gap: 10px; }
.flash { border-radius: 999px; padding: 14px 18px; box-shadow: var(--shadow); font-weight: 700; }
.flash-success { background: #ecfdf5; color: #047857; }
.flash-error { background: #fef2f2; color: #b91c1c; }
.admin-dashboard-page {
    background:
        radial-gradient(circle at top left, rgba(108, 160, 255, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(124, 92, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #eef4ff 0%, #f8fbff 32%, #f5f8ff 100%);
}
.admin-dashboard-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 28px;
    padding: 28px;
}
.admin-sidebar,
.admin-surface-card,
.admin-hero-card,
.admin-stat-card {
    border: 1px solid rgba(219, 231, 244, 0.9);
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.08);
}
.admin-sidebar {
    background: rgba(255,255,255,0.84);
    backdrop-filter: blur(18px);
    border-radius: 34px;
    padding: 26px 22px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-content: start;
    position: sticky;
    top: 28px;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}
.admin-sidebar__brand,
.admin-sidebar__group,
.admin-profile-card,
.admin-topbar-v2,
.admin-stat-card,
.admin-surface-card,
.admin-list__item,
.admin-service-stack__item,
.admin-trend-card,
.admin-search,
.admin-user-chip {
    background: rgba(255,255,255,0.78);
}
.admin-sidebar__brand { display: grid; gap: 6px; }
.admin-sidebar__logo {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.08em;
}
.admin-sidebar__logo span { color: var(--pink); }
.admin-sidebar__version {
    color: #7b91b2;
    font-size: 0.85rem;
    font-weight: 700;
}
.admin-profile-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 26px;
    border: 1px solid #e7eef8;
}
.admin-profile-card__avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #2563eb;
    font-size: 1.65rem;
}
.admin-profile-card strong,
.admin-profile-card strong { display: block; }
.admin-profile-card small,
.admin-section-heading__eyebrow,
.admin-stat-card__body span,
.admin-list__content small,
.admin-trend-card span,
.admin-hero-card__eyebrow {
    color: #7b91b2;
}
.admin-sidebar__nav { display: grid; gap: 18px; align-content: start; overflow-y: auto; }
.admin-sidebar__group { display: grid; gap: 10px; }
.admin-sidebar__heading {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #91a2bd;
}
.admin-sidebar__links { display: grid; gap: 8px; }
.admin-sidebar__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    color: #53657f;
    font-weight: 700;
    transition: 0.2s ease;
}
.admin-sidebar__details {
    display: grid;
    gap: 0;
}
.admin-sidebar__details summary {
    cursor: pointer;
    list-style: none;
}
.admin-sidebar__details summary::-webkit-details-marker {
    display: none;
}
.admin-sidebar__details .admin-sidebar__link {
    justify-content: flex-start;
}
.admin-sidebar__chevron {
    margin-left: auto;
    color: #91a2bd;
    font-size: 0.9rem;
    transition: transform 0.22s ease;
}
.admin-sidebar__details[open] .admin-sidebar__chevron {
    transform: rotate(180deg);
}
.admin-sidebar__link:hover,
.admin-sidebar__link.active {
    background: linear-gradient(135deg, #edf4ff, #f5f7ff);
    color: #2563eb;
    box-shadow: 0 14px 24px rgba(59, 130, 246, 0.12);
}
.admin-sidebar__badge {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.28);
}
.admin-sidebar__submenu {
    display: grid;
    gap: 6px;
    margin: 0 0 4px 22px;
    padding-left: 16px;
    border-left: 1px solid #dbe7f6;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.26s ease, opacity 0.2s ease, transform 0.24s ease, margin-top 0.24s ease;
}
.admin-sidebar__details[open] .admin-sidebar__submenu {
    max-height: 180px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 6px;
}
.admin-sidebar__sublink {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 14px;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.admin-sidebar__sublink small {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 700;
}
.admin-sidebar__sublink:hover,
.admin-sidebar__sublink.active {
    background: #f3f7fd;
    color: #2563eb;
    transform: translateX(3px);
}
.admin-sidebar__icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f3f7fd;
}
.admin-main { display: grid; gap: 22px; align-content: start; }
.admin-topbar-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-radius: 28px;
    padding: 18px 22px;
}
.admin-topbar-v2__left,
.admin-topbar-v2__actions,
.admin-search,
.admin-user-chip,
.admin-stat-card,
.admin-section-heading,
.admin-inline-metrics {
    display: flex;
    align-items: center;
}
.admin-topbar-v2__left,
.admin-topbar-v2__actions { gap: 12px; }
.admin-topbar-leads {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f3f7ff, #ffffff);
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #e7eef8;
    box-shadow: 0 14px 24px rgba(59, 130, 246, 0.08);
}
.admin-topbar-leads.active {
    background: linear-gradient(135deg, #edf4ff, #f6f8ff);
}
.admin-topbar-leads__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f1ff;
    color: #2563eb;
}
.admin-topbar-leads__badge {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(239, 68, 68, 0.32);
}
.admin-icon-button {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid #e7eef8;
    background: #fff;
    color: #4a5d7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.admin-icon-button--ghost {
    background: transparent;
    border-color: transparent;
}
.admin-search {
    min-width: 280px;
    gap: 10px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid #e7eef8;
}
.admin-search input {
    border: 0;
    padding: 14px 0;
    background: transparent;
    color: #64748b;
}
.admin-user-chip {
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: #fff;
    font-weight: 800;
}
.admin-hero-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 20px;
    align-items: center;
    border-radius: 32px;
    padding: 34px 38px;
    background: linear-gradient(135deg, #265df5, #5b8cff 48%, #7db2ff 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}
.admin-hero-card::before,
.admin-hero-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}
.admin-hero-card::before { width: 420px; height: 420px; right: 18%; top: -240px; }
.admin-hero-card::after { width: 520px; height: 520px; right: -180px; bottom: -280px; }
.admin-hero-card__content,
.admin-hero-card__visual { position: relative; z-index: 1; }
.admin-hero-card h1 {
    margin: 10px 0 12px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: -0.06em;
}
.admin-hero-card p {
    margin: 0;
    max-width: 620px;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
}
.admin-hero-card__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.admin-hero-pill {
    padding: 13px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.26);
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-weight: 800;
}
.admin-hero-pill--ghost { background: rgba(255,255,255,0.08); }
.admin-hero-card__visual {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-hero-card__orb {
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,0.78), rgba(255,255,255,0.08));
    filter: blur(2px);
}
.admin-hero-card__rocket {
    position: absolute;
    font-size: 5.6rem;
    filter: drop-shadow(0 26px 40px rgba(0,0,0,0.16));
}
.admin-stats-grid,
.admin-dashboard-grid,
.admin-workspace-grid,
.admin-trend-grid {
    display: grid;
    gap: 20px;
}
.admin-stats-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.admin-dashboard-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
}
.admin-workspace-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-dashboard-card--overview { grid-column: 1 / -1; }
.admin-dashboard-card--half { grid-column: span 6; }
.admin-workspace-grid--list {
    grid-template-columns: minmax(0, 1fr);
}
.admin-workspace-grid.admin-workspace-grid--list {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
}
.admin-workspace-grid--list > .admin-surface-card {
    width: 100%;
    grid-column: 1 / -1;
}
.admin-commission-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    min-width: 0;
}
.admin-commission-layout > .admin-surface-card {
    width: 100%;
    min-width: 0;
}
.admin-fullwidth-section {
    display: block;
    width: 100%;
    min-width: 0;
}
.admin-fullwidth-section > .admin-surface-card--fullwidth {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
}
.admin-panel-span-3 { grid-column: span 3; }
.admin-panel-span-2 { grid-column: span 2; }
.admin-stat-card,
.admin-surface-card,
.admin-trend-card {
    border-radius: 28px;
    min-width: 0;
}
.admin-stat-card {
    padding: 18px 20px;
    justify-content: space-between;
    gap: 16px;
}
.admin-stat-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}
.admin-stat-card__body { flex: 1; display: grid; gap: 5px; }
.admin-stat-card__body strong,
.admin-trend-card strong,
.admin-service-stack__metric,
.admin-list__meta,
.admin-badge {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.admin-stat-card__body small,
.admin-empty-state { color: #7b91b2; }
.admin-stat-card--blue .admin-stat-card__icon { background: #dbeafe; color: #2563eb; }
.admin-stat-card--green .admin-stat-card__icon { background: #dcfce7; color: #16a34a; }
.admin-stat-card--amber .admin-stat-card__icon { background: #fef3c7; color: #d97706; }
.admin-stat-card--pink .admin-stat-card__icon { background: #fce7f3; color: #db2777; }
.admin-surface-card {
    padding: 24px;
    background: rgba(255,255,255,0.86);
}
.admin-section-heading {
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
.admin-section-heading h2 {
    margin: 6px 0 0;
    font-size: 1.55rem;
    letter-spacing: -0.05em;
}
.admin-section-heading__eyebrow,
.admin-hero-card__eyebrow {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.admin-badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.95rem;
}
.admin-chart-toggle {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    background: #f3f7fd;
}
.admin-chart-toggle__button {
    border: 0;
    background: transparent;
    color: #6b7f9b;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 800;
}
.admin-chart-toggle__button.active {
    background: #fff;
    color: #2563eb;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.12);
}
.admin-trend-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.admin-trend-card {
    padding: 22px;
    border: 1px solid #edf2fb;
}
.admin-trend-card > span {
    display: block;
    min-height: 1.25rem;
    white-space: nowrap;
}
.admin-trend-card__meta {
    display: block;
    margin-top: 4px;
    color: #8aa0bf;
}
.admin-bar-chart {
    margin-top: 18px;
    height: 112px;
    display: flex;
    align-items: end;
    gap: 12px;
}
.admin-bar-chart span {
    flex: 1;
    border-radius: 999px 999px 6px 6px;
    background: linear-gradient(180deg, #60a5fa, #1d4ed8);
}
.admin-bar-chart--green span {
    background: linear-gradient(180deg, #6ee7b7, #16a34a);
}
.admin-bar-chart--violet span {
    background: linear-gradient(180deg, #c4b5fd, #7c3aed);
}
.admin-bar-chart-labels {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    color: #8aa0bf;
    font-size: 0.72rem;
    line-height: 1.2;
    text-align: center;
}
.admin-inline-metrics {
    gap: 14px;
    margin-top: 18px;
}
.admin-inline-metrics div {
    flex: 1;
    padding: 12px 14px;
    border-radius: 18px;
    background: #f8fbff;
}
.admin-inline-metrics small {
    display: block;
    color: #8aa0bf;
    margin-bottom: 6px;
}
.admin-list,
.admin-service-stack { display: grid; gap: 12px; }
.admin-list__item,
.admin-service-stack__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid #edf2fb;
}
.admin-list__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.admin-list__icon--blue {
    background: #dbeafe;
    color: #2563eb;
}
.admin-list__content { flex: 1; display: grid; gap: 4px; }
.admin-list__meta,
.admin-service-stack__metric {
    font-size: 1rem;
}
.admin-table-wrap--compact { margin-top: 0; }
.admin-table-wrap--compact .admin-table {
    min-width: 560px;
}
.admin-commission-layout .table-wrap {
    overflow-x: auto;
    padding-bottom: 8px;
}
.admin-commission-layout .admin-table {
    min-width: 980px;
}
.admin-commission-layout .admin-section-heading {
    align-items: center;
}
.admin-commission-layout .admin-validation-card {
    margin: 0;
}
.admin-commission-top-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
    gap: 24px;
    align-items: start;
}
.admin-commission-payout-panel {
    min-width: 0;
}
.admin-commission-top-grid .admin-payout-team-grid,
.admin-commission-top-grid .admin-payout-summary:not(.admin-payout-summary--section-top) {
    margin-top: 0;
    grid-template-columns: minmax(0, 1fr);
}
.admin-table-wrap--compact .admin-table th,
.admin-table-wrap--compact .admin-table td {
    white-space: normal;
    overflow-wrap: anywhere;
}
.admin-status-pill {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}
.admin-status-pill--success {
    background: #dcfce7;
    color: #166534;
}
.admin-status-pill--warning {
    background: #fef3c7;
    color: #92400e;
}
.admin-status-pill--neutral {
    background: #e2e8f0;
    color: #334155;
}
.admin-service-stack__item {
    justify-content: space-between;
    min-height: 66px;
}
.admin-service-stack__item > div:first-child {
    min-width: 0;
}
.admin-service-stack__item strong,
.admin-service-stack__item small {
    display: block;
}
.admin-service-stack__item strong {
    overflow-wrap: anywhere;
}
.admin-service-stack__metric {
    flex: 0 0 auto;
    min-width: 86px;
    text-align: right;
    white-space: normal;
}
.admin-validation-card {
    background: #fff;
    border-radius: 24px;
}
.admin-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.admin-module-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 22px;
    border: 1px solid rgba(219, 231, 244, 0.95);
    border-radius: 24px;
    background: rgba(248, 251, 255, 0.86);
    color: var(--text);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.admin-module-card:hover {
    border-color: rgba(96, 165, 250, 0.62);
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
}
.admin-module-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: #2563eb;
    font-size: 1.35rem;
}
.admin-module-card__content {
    display: grid;
    gap: 6px;
}
.admin-module-card__content strong {
    font-size: 1.12rem;
}
.admin-module-card__content small {
    color: #6b7f9b;
    line-height: 1.5;
}
.admin-module-card__arrow {
    color: #91a2bd;
    font-size: 1.5rem;
}
.admin-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
}
.admin-field-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}
.admin-weekday-picker {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}
.admin-weekday-picker label {
    cursor: pointer;
}
.admin-weekday-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.admin-weekday-picker span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid #dbe7f4;
    border-radius: 18px;
    background: rgba(255,255,255,0.86);
    font-weight: 800;
    color: #10213f;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.admin-weekday-picker input:checked + span {
    background: #2fade8;
    border-color: #2fade8;
    color: #fff;
    box-shadow: 0 14px 34px rgba(47, 173, 232, 0.25);
}
.admin-subscription-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.admin-subscription-actions .button {
    min-width: 180px;
}
.admin-modal-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.admin-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.admin-modal-toggle:checked + .admin-modal-overlay {
    opacity: 1;
    pointer-events: auto;
}
.admin-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.38);
    backdrop-filter: blur(10px);
}
.admin-modal-card {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    border: 1px solid rgba(219, 231, 244, 0.95);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
    padding: 26px;
    transform: translateY(10px) scale(0.98);
    transition: transform 0.2s ease;
}
.admin-modal-toggle:checked + .admin-modal-overlay .admin-modal-card {
    transform: translateY(0) scale(1);
}
.admin-modal-card--wide {
    width: min(920px, 100%);
    max-height: min(92vh, 920px);
    overflow: auto;
}
.admin-modal-card__header,
.admin-modal-card__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.admin-modal-card__header {
    margin-bottom: 18px;
}
.admin-modal-card__header h2 {
    margin: 5px 0 8px;
}
.admin-modal-card__header p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}
.admin-modal-card__footer {
    align-items: center;
    margin-top: 14px;
}
.admin-presentation-mail-form {
    display: grid;
    gap: 14px;
}
.admin-presentation-mail-form label {
    display: grid;
    gap: 8px;
}
.admin-presentation-mail-form textarea {
    min-height: 420px;
    line-height: 1.65;
}
.admin-availability-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.admin-availability-row {
    display: grid;
    grid-template-columns: minmax(120px, 0.8fr) minmax(180px, 1.2fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    background: #f8fbff;
}
.admin-availability-row--review {
    grid-template-columns: minmax(0, 1fr) auto auto;
}
.admin-availability-row form {
    margin: 0;
}
.admin-availability-row span,
.admin-availability-row small {
    color: #7184a3;
}
.admin-availability-row strong {
    color: #071126;
}
.admin-cancel-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}
.admin-cancel-option {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    background: #f8fbff;
}
.admin-cancel-option input {
    margin-top: 4px;
}
.admin-cancel-option strong,
.admin-cancel-option small {
    display: block;
}
.admin-cancel-option small {
    margin-top: 4px;
    color: #7186a4;
    font-weight: 600;
}
.admin-page-header {
    padding: 8px 6px 2px;
}
.admin-page-header__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #91a2bd;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.admin-page-header h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.7rem);
    letter-spacing: -0.06em;
}
.admin-page-header p {
    margin: 12px 0 0;
    max-width: 760px;
    color: #6b7f9b;
    line-height: 1.7;
}
.admin-page-header--inline {
    padding: 0;
}
.admin-page-header--inline h1 {
    font-size: 1.5rem;
}
.admin-product-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.admin-product-card {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid #e8eef8;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,248,255,0.92));
    box-shadow: 0 18px 38px rgba(29, 78, 216, 0.08);
    display: grid;
    gap: 18px;
}
.admin-product-card__top,
.admin-product-card__meta,
.admin-product-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.admin-product-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dbeafe, #e9d5ff);
    color: #2563eb;
    font-size: 1.4rem;
}
.admin-product-card__body h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}
.admin-product-card__body p,
.admin-product-card__meta small {
    margin: 0;
    color: #7186a4;
    line-height: 1.7;
}
.admin-product-card__meta strong {
    display: block;
    margin-top: 4px;
    font-size: 1rem;
}
.admin-product-card__actions .button {
    flex: 1;
}
.admin-product-card__toggle {
    flex: 1;
    display: flex;
}
.admin-product-card__toggle .button {
    width: 100%;
}
.admin-product-list--rows {
    grid-template-columns: 1fr;
}
.admin-product-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 110px 76px 76px auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #e8eef8;
    background: rgba(255,255,255,0.92);
    box-shadow: none;
}
.admin-product-row__main {
    min-width: 0;
    display: grid;
    gap: 4px;
}
.admin-product-row__main h3 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.admin-product-row__main small {
    margin: 0;
    color: #7186a4;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-product-row__price,
.admin-product-row__status {
    font-size: 0.95rem;
    color: #0f172a;
}
.admin-product-row__price {
    font-weight: 900;
}
.admin-product-row__commission {
    justify-self: start;
    padding: 7px 12px;
    border-radius: 999px;
    background: #dff3ff;
    color: #0369a1;
    font-size: 0.88rem;
    font-weight: 900;
}
.admin-product-row__status {
    color: #0f172a;
}
.admin-product-row__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
}
.admin-product-row__actions form {
    margin: 0;
}
.admin-customer-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-width: 0;
}
.admin-customer-row {
    grid-template-columns: minmax(320px, 1fr) 150px 76px 96px auto;
}
.admin-customer-row__main {
    min-width: 0;
    display: grid;
    gap: 4px;
}
.admin-customer-row__main h3 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.admin-customer-row__main small {
    margin: 0;
    color: #7186a4;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-customer-row__phone,
.admin-customer-row__status {
    min-width: 0;
    font-size: 0.95rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-customer-row__phone {
    font-weight: 700;
}
.admin-customer-row__status {
    justify-self: start;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #0f172a;
    font-weight: 500;
    font-size: 0.95rem;
}
.admin-customer-row__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.admin-customer-row__actions form {
    margin: 0;
}
.admin-subtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 18px;
}
.admin-subtab {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #dbe7f6;
    background: #fff;
    color: #526783;
    text-decoration: none;
    font-weight: 850;
}
.admin-subtab strong {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.86rem;
}
.admin-subtab.is-active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}
.admin-subtab.is-active strong {
    background: #2563eb;
    color: #fff;
}
.admin-product-action-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #dbe7f6;
    background: #fff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.admin-product-action-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(29, 78, 216, 0.11);
    color: #2563eb;
}
.admin-product-action-icon--primary {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
}
.admin-product-action-icon--primary:hover {
    color: #fff;
    background: #0284c7;
}
.admin-product-action-icon--dark {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}
.admin-product-action-icon--dark:hover {
    color: #fff;
    background: #1e293b;
}
.admin-product-action-icon--warning {
    color: #92400e;
    background: #fef3c7;
    border-color: #fde68a;
}
.admin-product-action-icon--danger {
    color: #dc2626;
}
.admin-product-action-icon--danger:hover {
    color: #b91c1c;
}
.admin-compact-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-width: 0;
}
.admin-compact-row {
    display: grid;
    align-items: center;
    gap: 18px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #e8eef8;
    background: rgba(255,255,255,0.92);
}
.admin-compact-row--subscription {
    grid-template-columns: minmax(220px, 1fr) minmax(80px, 0.35fr) minmax(110px, 0.45fr) minmax(84px, 0.35fr) auto;
}
.admin-compact-row--portal {
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.65fr) minmax(84px, 0.3fr) auto;
}
.admin-compact-row--customer {
    grid-template-columns: minmax(360px, 1fr) minmax(140px, 0.32fr) minmax(96px, 0.24fr) auto;
    min-height: 76px;
    padding: 14px 16px;
}
.admin-compact-row--customer .admin-compact-row__actions {
    align-self: center;
}
.admin-compact-row__main {
    min-width: 0;
    display: grid;
    gap: 4px;
}
.admin-compact-row__main h3 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.admin-compact-row__main small {
    margin: 0;
    color: #7186a4;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-compact-row__value,
.admin-compact-row__price,
.admin-compact-row__status {
    min-width: 0;
    font-size: 0.95rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-compact-row__price {
    font-weight: 900;
}
.admin-compact-row__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.admin-compact-row__actions form {
    margin: 0;
}
.admin-lead-list {
    display: grid;
    gap: 18px;
}
.admin-lead-list--rows {
    gap: 14px;
}
.admin-product-row.admin-lead-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid #e8eef8;
    background: rgba(255,255,255,0.92);
}
.admin-lead-row__main {
    min-width: 0;
    display: grid;
    gap: 4px;
}
.admin-lead-row__main h3 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.admin-lead-row__main small {
    margin: 0;
    color: #7186a4;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-lead-row__main small {
    max-width: 78ch;
}
.admin-product-row.admin-lead-row .admin-lead-row__main {
    flex: 1 1 auto;
    min-width: 320px;
}
.admin-lead-row__service,
.admin-lead-row__date,
.admin-lead-row__status {
    min-width: 0;
    font-size: 0.95rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-lead-row__side {
    flex: 0 0 min(430px, 42%);
    min-width: 360px;
    display: grid;
    gap: 12px;
    justify-items: stretch;
}
.admin-lead-row__meta {
    width: 100%;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.admin-lead-row__service {
    justify-self: start;
    flex: 0 0 auto;
    max-width: none;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 0.88rem;
    white-space: nowrap;
}
.admin-lead-row__date {
    flex: 0 0 auto;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    justify-self: start;
}
.admin-lead-row__date--booked {
    padding: 7px 12px;
    border-radius: 999px;
    background: #dcfce7;
    color: #047857;
}
.admin-lead-row__status {
    flex: 0 0 auto;
    justify-self: start;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #0f172a;
    font-weight: 500;
    font-size: 0.95rem;
}
.admin-lead-row__actions,
.admin-lead-row__assign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}
.admin-lead-row__actions form,
.admin-lead-row__assign {
    margin: 0;
}
.admin-lead-row__actions {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
}
.admin-lead-row__assign {
    flex: 1;
    justify-content: flex-end;
    max-width: none;
}
.admin-lead-row__assign select {
    min-width: 0;
    max-width: none;
    height: 42px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid #dce8f7;
    background: #fff;
    font-weight: 800;
    flex: 1;
}
.admin-lead-row__details {
    grid-column: 1 / -1;
    margin-top: 2px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #e8eef8;
    background: #f8fbff;
}
.admin-lead-card {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid #e8eef8;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,248,255,0.92));
    box-shadow: 0 18px 38px rgba(29, 78, 216, 0.08);
    display: grid;
    gap: 18px;
}
.admin-lead-card__header,
.admin-lead-card__footer,
.admin-lead-card__assign {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}
.admin-lead-card__header h3,
.admin-lead-card__message p {
    margin: 0;
}
.admin-lead-card__header p,
.admin-lead-card__message small,
.admin-lead-card__grid small {
    margin: 6px 0 0;
    color: #7b91b2;
}
.admin-lead-card__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.admin-lead-card__grid strong {
    display: block;
    margin-top: 4px;
}
.admin-lead-card__message {
    padding: 16px 18px;
    border-radius: 20px;
    background: #f8fbff;
}
.admin-lead-card__message p {
    margin-top: 8px;
    color: #475569;
    line-height: 1.7;
}
.admin-lead-card__links {
    display: grid;
    gap: 8px;
    color: #64748b;
}
.admin-lead-card__assign {
    width: min(420px, 100%);
}
.admin-lead-card__assign select,
.admin-lead-card__assign .button {
    flex: 1;
}
.admin-lead-actionbar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 12px;
    margin: 10px 0 24px;
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid #e1ebf8;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(29, 78, 216, 0.08);
}
.admin-lead-actionbar form {
    margin: 0;
}
.admin-lead-actionbar .button {
    min-height: 50px;
    padding: 0 22px;
    white-space: nowrap;
}
.admin-lead-actionbar select {
    min-height: 50px;
}
.admin-lead-actionbar__assign {
    flex: 1 1 620px;
    min-width: 420px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.admin-lead-actionbar__assign label {
    flex: 1 1 auto;
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.admin-lead-actionbar__assign label span {
    flex: 0 0 auto;
    white-space: nowrap;
}
.admin-lead-actionbar__assign label select {
    flex: 1 1 auto;
    min-width: 220px;
}
.admin-lead-actionbar__buttons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}
.admin-lead-actionbar__buttons form {
    flex: 0 0 auto;
}
.admin-lead-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 24px;
    margin-top: 0;
}
.admin-lead-detail-grid__wide {
    grid-column: 1 / -1;
}
@media (max-width: 1320px) {
    .admin-lead-actionbar {
        flex-wrap: wrap;
    }
    .admin-lead-actionbar__assign {
        flex: 1 1 100%;
        min-width: 0;
    }
    .admin-lead-actionbar__buttons {
        justify-content: flex-start;
    }
}
.product-landing-hero {
    padding-top: 52px;
}
.product-landing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.product-landing-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
}
.product-landing-pricing {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 28px 0;
}
.product-plan-summary {
    margin: 28px 0;
    padding: 22px 24px;
    border-radius: 28px;
    border: 1px solid #e7eef8;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 16px 45px rgba(37, 99, 235, 0.08);
}
.product-plan-summary strong {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    margin: 12px 0 8px;
}
.product-plan-summary p {
    margin: 0;
    color: #6b7f9b;
}
.product-landing-price-card,
.product-landing-cta-card {
    border-radius: 28px;
    border: 1px solid #e7eef8;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 18px 42px rgba(29, 78, 216, 0.08);
}
.product-landing-price-card {
    min-width: 180px;
    padding: 18px 20px;
}
.product-landing-price-card span {
    display: block;
    color: #7b91b2;
    margin-bottom: 8px;
}
.product-landing-price-card strong {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
}
.product-landing-price-card--quote {
    min-width: 220px;
    display: grid;
    gap: 12px;
}
.product-landing-price-card--quote .button {
    width: 100%;
}
.product-landing-media {
    padding: 20px;
}
.product-seo-section {
    padding-top: 24px;
    padding-bottom: 24px;
}
.product-seo-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 32px;
    align-items: start;
    padding: 36px;
    border: 1px solid var(--border);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.86));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}
.product-seo-copy {
    max-width: 780px;
}
.product-seo-copy h2 {
    margin: 12px 0 14px;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}
.product-seo-list {
    display: grid;
    gap: 14px;
}
.product-seo-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(207, 226, 255, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
}
.product-seo-list__item span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #0078d4;
    background: #e8f5ff;
}
.product-seo-list__item strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.45;
}
.form-helper {
    color: #7b91b2;
    font-size: 0.86rem;
    line-height: 1.6;
    font-weight: 600;
}
.product-landing-cta-card {
    padding: 28px;
}
.product-landing-cta-card h3 {
    margin-top: 0;
    font-size: 2rem;
    letter-spacing: -0.05em;
}
.product-landing-cta-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 24px;
}
.product-plan-grid {
    align-items: stretch;
}
.product-plan-card {
    display: flex;
    flex-direction: column;
}
.product-plan-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.product-plan-card__title-row h3 {
    margin: 0;
}
.product-plan-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(29, 161, 242, 0.14), rgba(255, 110, 168, 0.18));
    color: var(--sky-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.08);
}
.product-plan-card__badge i {
    font-size: 0.9rem;
}
.product-plan-card--featured {
    border-color: #8cc9ff;
    box-shadow: 0 22px 48px rgba(37, 99, 235, 0.14);
}
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1120px);
    justify-content: center;
    gap: 24px;
    align-items: start;
}
.checkout-summary-card,
.checkout-surface,
.checkout-plan-card,
.checkout-auth-card,
.checkout-account-banner {
    background: rgba(255,255,255,0.92);
    border: 1px solid #e7eef8;
    box-shadow: 0 18px 42px rgba(29, 78, 216, 0.08);
}
.checkout-summary-card,
.checkout-surface {
    border-radius: 34px;
}
.checkout-summary-card {
    padding: 20px 24px;
}
.checkout-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 18px;
    align-items: start;
}
.checkout-summary-copy,
.checkout-summary-panel {
    min-width: 0;
}
.checkout-summary-copy {
    display: grid;
    align-content: start;
    gap: 12px;
}
.checkout-summary-card h1 {
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 3rem);
    letter-spacing: -0.06em;
}
.checkout-summary-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}
.checkout-summary-meta {
    margin-top: 4px;
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid #edf2fb;
    background: linear-gradient(180deg, rgba(248,251,255,0.92), rgba(255,255,255,0.95));
}
.checkout-summary-meta small {
    display: block;
    color: #7b91b2;
    margin-bottom: 8px;
}
.checkout-summary-meta strong {
    display: block;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}
.checkout-summary-panel {
    padding: 18px 20px;
    display: grid;
    align-content: start;
    gap: 14px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(248,251,255,0.95), rgba(255,255,255,0.95));
    border: 1px solid #edf2fb;
}
.checkout-summary-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.checkout-summary-panel small,
.checkout-price-stack span {
    display: block;
    color: #7b91b2;
}
.checkout-summary-billing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}
.checkout-summary-panel strong {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}
.checkout-summary-panel > p {
    display: none;
}
.checkout-price-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 6px;
}
.checkout-price-stack div {
    padding: 12px 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #edf2fb;
}
.checkout-price-stack div strong {
    margin-top: 4px;
    font-size: 1.15rem;
}
.checkout-summary-highlights {
    margin-top: 0;
}
.checkout-surface {
    padding: 28px;
}
.checkout-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.checkout-stepper__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid #e7eef8;
    color: #7b91b2;
    background: #fff;
}
.checkout-stepper__item span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 800;
}
.checkout-stepper__item strong {
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}
.checkout-stepper__item.active,
.checkout-stepper__item.done {
    border-color: #bfdcff;
    background: linear-gradient(135deg, #f5f9ff, #eef5ff);
}
.checkout-stepper__item.active span,
.checkout-stepper__item.done span {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #fff;
}
.checkout-panel {
    display: grid;
    gap: 22px;
}
.checkout-panel__intro {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(56,189,248,0.04));
    border: 1px solid #e7eef8;
}
.checkout-panel__intro h2 {
    margin: 12px 0 8px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -0.05em;
}
.checkout-panel__intro p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}
.checkout-plan-grid,
.checkout-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.checkout-plan-grid--simple {
    grid-template-columns: 1fr;
}
.checkout-plan-card,
.checkout-auth-card {
    border-radius: 28px;
    padding: 24px;
    display: grid;
    gap: 18px;
}
.checkout-plan-card--selected {
    border-color: #93c5fd;
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.12);
}
.checkout-plan-actions {
    display: grid;
    gap: 12px;
    margin-top: auto;
}
.checkout-auth-card h3 {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
}
.checkout-auth-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}
.checkout-auth-card--switcher {
    gap: 24px;
}
.checkout-auth-switcher-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}
.checkout-auth-link {
    border: 0;
    background: transparent;
    color: #2563eb;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    text-align: right;
}
.checkout-auth-link:hover {
    color: #1d4ed8;
}
.checkout-auth-panels {
    display: grid;
    gap: 18px;
}
.checkout-auth-panels [hidden] {
    display: none !important;
}
.checkout-inline-form--register,
.checkout-inline-form--login .form-grid {
    gap: 18px;
}
.checkout-inline-form {
    margin-top: 4px;
}
.checkout-account-banner {
    padding: 18px 22px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.checkout-account-banner strong,
.checkout-account-banner small,
.checkout-account-banner span {
    display: block;
}
.checkout-account-banner small,
.checkout-account-banner span {
    color: #64748b;
}
.checkout-details-form {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #e7eef8;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 16px 48px rgba(29, 78, 216, 0.08);
}
.checkout-note {
    padding: 16px 18px;
    border-radius: 22px;
    background: #f8fbff;
    color: #64748b;
    line-height: 1.7;
    font-weight: 700;
}
.checkout-nav-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.admin-payout-summary,
.admin-payout-team-grid {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}
.admin-payout-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-payout-summary--section-top {
    margin: 0 0 24px;
}

.admin-payout-summary__card,
.admin-payout-seller-card {
    border: 1px solid #dbe7f6;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,248,255,0.96));
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.08);
}
.admin-payout-summary__card span,
.admin-payout-seller-card small {
    display: block;
    color: #64748b;
}
.admin-payout-summary__card strong,
.admin-payout-seller-card strong {
    display: block;
    margin-top: 8px;
    font-size: 1.8rem;
    color: #0f172a;
}
.admin-inline-form {
    margin-top: 18px;
}
.admin-payout-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.admin-payout-seller-card__header,
.admin-payout-seller-card__footer,
.admin-payout-seller-card__stats {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
}
.admin-payout-seller-card__header h3 {
    margin: 0;
    font-size: 1.2rem;
}
.admin-payout-seller-card__header p {
    margin: 4px 0 0;
    color: #64748b;
}
.admin-payout-seller-card__stats {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e7eef8;
}
.admin-payout-seller-card__stats > div {
    flex: 1;
}
.admin-payout-seller-card__stats strong {
    font-size: 1.2rem;
}
.admin-payout-seller-card__footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e7eef8;
}
.admin-payout-seller-card__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.admin-editor-toolbar {
    position: sticky;
    top: 16px;
    z-index: 24;
    margin-bottom: 24px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}
.admin-product-editor {
    display: grid;
    gap: 24px;
}
.admin-product-editor__intro {
    display: grid;
    gap: 12px;
}
.admin-product-editor__intro-copy {
    margin: 0;
    color: #7186a4;
    line-height: 1.7;
    max-width: 72ch;
}
.admin-product-editor__form {
    display: grid;
    gap: 22px;
}
.admin-product-editor__tabs {
    position: sticky;
    top: 122px;
    z-index: 18;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 14px;
    border-radius: 24px;
    border: 1px solid rgba(219, 231, 246, 0.92);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,255,0.92)),
        radial-gradient(circle at top right, rgba(96,165,250,0.08), transparent 36%);
    box-shadow:
        0 10px 26px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.78);
    backdrop-filter: blur(10px);
}
.admin-product-editor__tabs--standalone {
    margin: 0 0 24px;
}
.admin-product-editor__tab {
    position: relative;
    border: 1px solid transparent;
    background: transparent;
    color: #6b7f9d;
    border-radius: 16px;
    padding: 12px 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: 0.22s ease;
    box-shadow: none;
}
.admin-product-editor__tab:hover {
    border-color: rgba(191, 219, 254, 0.95);
    color: #2563eb;
    transform: translateY(-1px);
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(29, 78, 216, 0.06);
}
.admin-product-editor__tab.is-active {
    background: linear-gradient(135deg, #1da1f2, #4f8dfb);
    border-color: rgba(29, 161, 242, 0.12);
    color: #fff;
    box-shadow: 0 14px 26px rgba(29, 161, 242, 0.18);
}
.admin-product-editor__tab.is-active::after {
    content: '';
    position: absolute;
    inset: auto 20px -5px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
}
.admin-form-section {
    display: none;
    gap: 20px;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid #e7eef8;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.94));
    box-shadow: 0 18px 42px rgba(29, 78, 216, 0.08);
}
.admin-form-section.is-active {
    display: grid;
}
.admin-form-section__header {
    display: grid;
    gap: 10px;
}
.admin-form-section__header h3 {
    margin: 0;
    font-size: 1.95rem;
    letter-spacing: -0.04em;
}
.admin-form-section__header p {
    margin: 0;
    color: #7186a4;
    line-height: 1.75;
    max-width: 72ch;
}
.admin-form-card-grid,
.admin-plan-editor-grid {
    display: grid;
    gap: 18px;
}
.admin-form-subcard,
.admin-plan-editor-card {
    border-radius: 24px;
    border: 1px solid #e6eef8;
    background: #fff;
    box-shadow: 0 12px 30px rgba(29, 78, 216, 0.06);
}
.admin-form-subcard {
    padding: 20px;
    display: grid;
    gap: 14px;
}
.admin-form-subcard > strong {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}
.admin-media-preview-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.admin-media-preview-card {
    display: grid;
    gap: 8px;
}
.admin-media-preview-card__label {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a90af;
}
.admin-media-preview-card__thumb {
    width: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    border-radius: 16px;
    border: 1px solid #dbe7f6;
    background: linear-gradient(180deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    display: grid;
    place-items: center;
}
.admin-media-preview-card__thumb img,
.admin-media-preview-card__thumb video {
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    object-fit: cover;
    display: block;
}
.admin-plan-editor-card h2 {
    margin: 0;
    font-size: 1.5rem;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popIn { from { opacity: 0; transform: scale(0.96) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes bubbleIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 80%, 100% { transform: scale(0.6); opacity: 0.45; } 40% { transform: scale(1); opacity: 1; } }
.admin-settings-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}
.admin-settings-page .admin-surface-card {
    width: 100%;
}
.admin-settings-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}
.admin-settings-form label,
.admin-settings-form > .validation-card,
.admin-settings-form > .admin-settings-form-action,
.admin-settings-form > button,
.admin-settings-form > input[type="hidden"] + .validation-card {
    grid-column: 1 / -1;
}
.admin-settings-form .span-two {
    grid-column: 1 / -1;
}
.admin-settings-form .admin-weekday-picker {
    display: grid;
    grid-template-columns: repeat(7, minmax(72px, 1fr));
    gap: 10px;
}
.admin-settings-form .admin-weekday-picker label {
    grid-column: auto;
    display: block;
}
.admin-settings-form input,
.admin-settings-form select,
.admin-settings-form textarea {
    max-width: none;
}
.admin-settings-form .button {
    width: fit-content;
    min-width: 220px;
}
.admin-settings-form-action {
    display: block;
}
.admin-settings-form-action .button {
    width: fit-content;
    min-width: 240px;
}
@keyframes checkoutFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.checkout-summary-card {
    animation: checkoutFadeUp 0.34s ease both;
    padding: 26px 28px;
}
.checkout-surface {
    animation: checkoutFadeUp 0.42s ease both;
}
.checkout-panel,
.checkout-panel__intro,
.checkout-auth-card,
.checkout-plan-card {
    animation: checkoutFadeUp 0.3s ease both;
}
.checkout-auth-panels > div.is-entering {
    animation: checkoutFadeUp 0.24s ease both;
}
.checkout-auth-card--switcher {
    display: grid;
    gap: 18px;
}
.checkout-auth-switcher-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.checkout-auth-link {
    border: 0;
    background: none;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}
.checkout-auth-link:hover {
    color: var(--primary-dark);
}
.checkout-auth-switcher-copy {
    margin: 0;
    color: var(--muted);
}
.checkout-auth-panels [hidden] {
    display: none !important;
}
.checkout-auth-card__foot {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}
.checkout-auth-card__foot form {
    margin: 0;
}
.checkout-auth-form {
    display: grid;
    gap: 16px;
}
.checkout-auth-form .form-grid {
    margin: 0;
}
.checkout-layout {
    grid-template-columns: minmax(0, 1120px);
    justify-content: center;
}
.checkout-summary-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.9fr);
    gap: 22px;
    align-items: stretch;
}
.checkout-summary-panel {
    min-height: 100%;
}
.checkout-summary-panel--intro h1 {
    margin-bottom: 14px;
}
.checkout-summary-panel--intro p {
    margin: 0;
    max-width: 62ch;
}
.checkout-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.checkout-price-card {
    border: 1px solid rgba(191, 219, 254, 0.85);
    border-radius: 22px;
    padding: 16px 18px;
    background: #fff;
}
.checkout-price-card.is-active {
    border-color: rgba(59, 130, 246, 0.9);
    box-shadow: 0 16px 34px rgba(59, 130, 246, 0.12);
}
.checkout-price-card small {
    display: block;
    color: var(--muted);
    margin-bottom: 6px;
}
.checkout-price-card strong {
    font-size: 1.9rem;
    line-height: 1;
}
.checkout-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.checkout-highlight-list.compact {
    margin-top: 16px;
}
.checkout-highlight-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
}
.checkout-highlight-list i {
    color: var(--primary);
    margin-top: 2px;
}
.checkout-summary-card {
    padding: 22px 28px;
    animation: checkoutFadeUp 0.34s ease both;
}
.checkout-surface {
    animation: checkoutFadeUp 0.42s ease both;
}
.checkout-panel,
.checkout-panel__intro,
.checkout-auth-card,
.checkout-plan-card {
    animation: checkoutFadeUp 0.3s ease both;
}
.checkout-auth-panels > div.is-entering {
    animation: checkoutFadeUp 0.24s ease both;
}
.checkout-summary-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(360px, 1fr);
    gap: 24px;
    align-items: start;
}
.checkout-summary-panel--intro {
    display: grid;
    align-content: start;
    gap: 14px;
}
.checkout-summary-panel--intro h1 {
    margin: 0;
    font-size: clamp(2.75rem, 4vw, 4.4rem);
    line-height: 0.95;
}
.checkout-summary-panel--intro p {
    margin: 0;
    max-width: 68ch;
}
.checkout-summary-panel--selection {
    display: grid;
    gap: 18px;
}
.checkout-summary-panel__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.checkout-summary-panel__top strong {
    display: block;
    margin-top: 6px;
    font-size: 1.9rem;
}
.checkout-layout {
    grid-template-columns: minmax(0, 1240px);
    justify-content: center;
    gap: 26px;
}
.checkout-surface {
    padding: 28px 28px 30px;
}
.checkout-panel__intro--compact {
    padding: 24px 26px;
}
.checkout-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.checkout-price-card {
    border: 1px solid rgba(191, 219, 254, 0.85);
    border-radius: 22px;
    padding: 16px 18px;
    background: #fff;
}
.checkout-price-card.is-active {
    border-color: rgba(59, 130, 246, 0.9);
    box-shadow: 0 16px 34px rgba(59, 130, 246, 0.12);
}
.checkout-price-card small {
    display: block;
    color: var(--muted);
    margin-bottom: 6px;
}
.checkout-price-card strong {
    font-size: 1.9rem;
    line-height: 1;
}
.checkout-auth-card--switcher {
    display: grid;
    gap: 20px;
}
.checkout-auth-switcher-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.checkout-auth-link {
    border: 0;
    background: none;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}
.checkout-auth-link:hover {
    color: var(--primary-dark);
}
.checkout-auth-switcher-copy {
    margin: 0;
    color: var(--muted);
    max-width: 68ch;
}
.checkout-auth-panels [hidden] {
    display: none !important;
}
.checkout-auth-card__foot {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}
.checkout-auth-card__foot form {
    margin: 0;
}
.checkout-auth-form {
    display: grid;
    gap: 16px;
}
.checkout-auth-form .form-grid {
    margin: 0;
    gap: 16px 18px;
}
@keyframes checkoutFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1024px) {
    .service-grid, .footer-grid, .product-modal-grid, .panel-grid, .hero-grid, .about-grid, .grid-two, .form-grid, .reason-grid, .services-hero-grid { grid-template-columns: 1fr; }
    .auth-layout { grid-template-columns: 1fr; }
    .auth-stage__panel { padding: 32px; }
    .booking-calendar-grid,
    .booking-slots-grid,
    .booking-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .admin-dashboard-shell { grid-template-columns: 1fr; padding: 18px; }
    .admin-stats-grid,
    .admin-dashboard-grid,
    .admin-workspace-grid,
    .admin-trend-grid,
    .admin-payout-summary,
    .admin-payout-team-grid,
    .admin-product-list,
    .product-landing-grid,
    .product-seo-panel,
    .admin-commission-top-grid,
    .checkout-layout,
    .checkout-summary-grid,
    .checkout-plan-grid,
    .checkout-auth-grid,
    .admin-hero-card { grid-template-columns: 1fr; }
    .admin-dashboard-card--overview,
    .admin-dashboard-card--half { grid-column: 1 / -1; }
    .checkout-auth-switcher-head,
    .checkout-summary-panel__top {
        flex-direction: column;
    }
    .admin-product-row {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }
    .admin-product-row__price,
    .admin-product-row__commission,
    .admin-product-row__status {
        justify-self: start;
    }
    .admin-product-row__actions {
        justify-content: flex-start;
    }
    .admin-customer-row {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }
    .admin-customer-row__phone,
    .admin-customer-row__status {
        justify-self: start;
    }
    .admin-customer-row__actions {
        justify-content: flex-start;
    }
    .admin-lead-row {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
        gap: 10px;
    }
    .admin-lead-row__service,
    .admin-lead-row__date,
    .admin-lead-row__status {
        justify-self: start;
    }
    .admin-lead-row__actions,
    .admin-lead-row__assign {
        justify-content: flex-start;
    }
    .admin-lead-row__side {
        flex: none;
        min-width: 0;
        justify-items: stretch;
        width: 100%;
    }
    .admin-lead-row__meta {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .admin-lead-row__actions {
        width: 100%;
    }
    .admin-lead-row__assign {
        width: 100%;
        max-width: none;
    }
    .admin-lead-row__assign select {
        flex: 1;
    }
    .admin-compact-row {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }
    .admin-compact-row__value,
    .admin-compact-row__price,
    .admin-compact-row__status {
        justify-self: start;
    }
    .admin-compact-row__actions {
        justify-content: flex-start;
    }
    .admin-panel-span-2,
    .admin-panel-span-3 { grid-column: auto; }
    .admin-lead-card__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-lead-actionbar,
    .admin-lead-actionbar__assign,
    .admin-lead-actionbar__buttons {
        align-items: stretch;
        flex-direction: column;
    }
    .admin-lead-actionbar__assign label {
        align-items: stretch;
        flex-direction: column;
    }
    .admin-lead-detail-grid {
        grid-template-columns: 1fr;
    }
    .admin-lead-detail-grid__wide {
        grid-column: auto;
    }
    .desktop-nav { display: none; }
    .profile-menu { display: none; }
    .mobile-menu-button { display: inline-flex; align-items: center; justify-content: center; }
    .mobile-nav[data-open="true"] { display: flex; }
    .span-two { grid-column: auto; }
.services-price-row,
.services-page-footer { flex-direction: column; align-items: flex-start; }
}

.legal-layout {
    display: grid;
    gap: 2rem;
}

.legal-card {
    background: #fff;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 2rem;
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.08);
    padding: 2rem;
}

.legal-section + .legal-section {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(191, 219, 254, 0.6);
}

.legal-section h2 {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
}

.legal-section p {
    margin: 0.75rem 0 0;
    color: var(--muted);
    line-height: 1.8;
}

.legal-section a {
    color: var(--primary);
    font-weight: 600;
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1180px); }
    .auth-shell { padding: 28px 0; }
    .auth-layout { gap: 18px; }
    .auth-stage__panel,
    .auth-card { padding: 24px; border-radius: 28px; }
    .auth-stage h1 { font-size: clamp(2.3rem, 10vw, 3.4rem); }
    .auth-card__links { display: grid; }
    .hero-section { padding-top: 40px; }
    .modal-card { padding: 24px; }
    .modal-backdrop { padding: 16px; align-items: end; }
    .booking-modal-card {
        width: 100%;
        max-height: 92vh;
        border-radius: 30px 30px 0 0;
        padding: 20px 18px 18px;
    }
    .booking-stepper,
    .booking-calendar-grid,
    .booking-slots-grid,
    .booking-service-grid,
    .booking-actions { grid-template-columns: 1fr; }
    .booking-stepper { gap: 8px; }
    .booking-step-chip { padding: 10px 12px; gap: 10px; }
    .booking-step-chip span { width: 30px; height: 30px; font-size: 0.9rem; }
    .booking-step-chip small { font-size: 0.82rem; }
    .booking-step-intro,
    .booking-step-body,
    .booking-calendar-shell,
    .booking-slots-shell,
    .booking-consent-group { padding: 18px; border-radius: 24px; }
    .booking-step-intro h4 { font-size: 1.35rem; }
    .admin-lead-card__grid { grid-template-columns: 1fr; }
    .booking-calendar-head,
    .booking-actions,
    .admin-lead-card__header,
    .admin-lead-card__footer,
    .admin-lead-card__assign,
    .admin-payout-seller-card__header,
    .admin-payout-seller-card__footer,
    .admin-payout-seller-card__stats,
    .admin-payout-seller-card__actions,
    .checkout-account-banner,
    .checkout-nav-row { flex-direction: column; align-items: stretch; }
    .booking-actions {
        position: sticky;
        bottom: 0;
        background: linear-gradient(180deg, rgba(249,251,255,0), rgba(249,251,255,0.92) 22%, rgba(249,251,255,1) 100%);
        padding-top: 16px;
        margin-top: 18px;
    }
    .booking-actions .button { width: 100%; min-width: 0; }
    .admin-topbar-v2,
    .admin-topbar-v2__left,
    .admin-topbar-v2__actions,
    .admin-stat-card,
    .admin-profile-card { flex-wrap: wrap; }
    .admin-topbar-leads { flex: 1 1 auto; justify-content: center; }
    .admin-search { min-width: 0; width: 100%; }
    .checkout-summary-card,
    .checkout-surface { padding: 22px; }
    .checkout-summary-panel__top { flex-direction: column; align-items: stretch; }
    .product-list-item strong { font-size: 1.45rem; }
    .product-detail h4 { font-size: 2.7rem; }
    .admin-editor-toolbar {
        position: static;
    }
    .admin-product-editor__tabs {
        position: static;
    }
    .chat-widget { right: 14px; bottom: 14px; }
    .chat-bubble-preview { display: none; }
}
@media (max-width: 540px) {
    .booking-step-chip { justify-content: center; }
    .booking-step-chip small { display: none; }
    .booking-calendar-grid,
    .booking-slots-grid { grid-template-columns: 1fr; }
    .booking-date-card,
    .booking-slot-pill { padding: 16px; }
    .form-note { font-size: 0.82rem; }
}

/* Checkout 3-step override */
.checkout-page {
    padding: 56px 0 88px;
}

.checkout-page__layout {
    width: min(100%, 1180px);
    display: grid;
    gap: 28px;
}

.checkout-summary,
.checkout-main,
.checkout-card {
    border-radius: 34px;
    border: 1px solid rgba(191, 219, 254, 0.82);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.08);
}

.checkout-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 24px;
    padding: 26px 28px;
    align-items: start;
}

.checkout-summary__intro {
    display: grid;
    gap: 14px;
    align-content: start;
}

.checkout-summary__intro h1 {
    margin: 0;
    font-size: clamp(2.9rem, 5vw, 4.8rem);
    line-height: 0.95;
}

.checkout-summary__intro p {
    margin: 0;
    max-width: 62ch;
    color: var(--muted);
    line-height: 1.7;
}

.checkout-summary__cart {
    display: grid;
    gap: 18px;
    padding: 22px 22px 20px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(191, 219, 254, 0.74);
}

.checkout-summary__cart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.checkout-summary__cart-head strong {
    display: block;
    margin-top: 6px;
    font-size: 1.9rem;
    line-height: 1.05;
}

.checkout-summary__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-summary__facts article {
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(191, 219, 254, 0.76);
    background: rgba(255, 255, 255, 0.92);
}

.checkout-summary__facts small {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
}

.checkout-summary__facts strong {
    font-size: 1.35rem;
    line-height: 1.1;
}

.checkout-summary__highlights {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout-summary__highlights li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
}

.checkout-summary__highlights i {
    color: var(--primary);
    margin-top: 2px;
}

.checkout-main {
    padding: 28px;
    display: grid;
    gap: 24px;
}

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

.checkout-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 22px;
    border: 1px solid rgba(191, 219, 254, 0.82);
    background: #fff;
    color: var(--muted);
}

.checkout-step span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.72);
    color: var(--text);
    font-weight: 800;
}

.checkout-step strong {
    font-size: 1.05rem;
}

.checkout-step.is-active,
.checkout-step.is-complete {
    border-color: rgba(96, 165, 250, 0.9);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(248, 251, 255, 0.98));
    color: var(--text);
}

.checkout-step.is-active span,
.checkout-step.is-complete span {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.22);
}

.checkout-card {
    padding: 28px;
    display: grid;
    gap: 24px;
    animation: checkoutFadeUp 0.34s ease both;
}

.checkout-card--compact {
    padding: 26px;
}

.checkout-card__intro {
    display: grid;
    gap: 12px;
    padding: 24px 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(243, 248, 255, 0.92), rgba(249, 252, 255, 0.98));
    border: 1px solid rgba(191, 219, 254, 0.74);
}

.checkout-card__intro--compact {
    padding: 22px 24px;
}

.checkout-card__intro h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
}

.checkout-card__intro p {
    margin: 0;
    color: var(--muted);
    max-width: 70ch;
}

.checkout-stage {
    display: grid;
    gap: 22px;
}

.checkout-cart-form,
.checkout-auth-form,
.checkout-profile-form {
    display: grid;
    gap: 22px;
}

.checkout-plan-picker {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.checkout-plan-option {
    display: grid;
    gap: 12px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(191, 219, 254, 0.76);
    background: #fff;
    cursor: pointer;
}

.checkout-plan-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-plan-option.is-selected,
.checkout-plan-option:has(input:checked) {
    border-color: rgba(96, 165, 250, 0.95);
    box-shadow: 0 18px 38px rgba(59, 130, 246, 0.14);
    background: linear-gradient(180deg, rgba(246, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.checkout-plan-option__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.checkout-plan-option__head strong {
    font-size: 1.35rem;
}

.checkout-plan-option__badge {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
}

.checkout-plan-option p {
    margin: 0;
    color: var(--muted);
}

.checkout-plan-option__price {
    display: grid;
    gap: 4px;
    color: var(--text);
    font-weight: 700;
}

.checkout-plan-option ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout-plan-option li {
    display: flex;
    gap: 10px;
    color: var(--muted);
}

.checkout-plan-option li i {
    color: var(--primary);
    margin-top: 2px;
}

.checkout-cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 18px;
}

.checkout-cart-box {
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(191, 219, 254, 0.76);
    background: #fff;
}

.checkout-cart-box strong {
    font-size: 1.8rem;
    line-height: 1.05;
}

.checkout-cart-box p,
.checkout-inline-copy {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.checkout-billing-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.checkout-billing-toggle label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid rgba(191, 219, 254, 0.82);
    background: #fff;
    font-weight: 700;
    color: var(--muted);
    cursor: pointer;
}

.checkout-billing-toggle label.is-active {
    border-color: rgba(59, 130, 246, 0.92);
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

.checkout-billing-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-billing-toggle em {
    margin-left: 8px;
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 800;
}

.checkout-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(191, 219, 254, 0.74);
}

.checkout-cart-summary small,
.checkout-identity-grid small,
.checkout-final-summary__row span {
    color: var(--muted);
}

.checkout-cart-summary strong {
    display: block;
    font-size: 1.25rem;
}

.checkout-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.checkout-actions .button {
    min-width: 210px;
}

.checkout-auth-single {
    display: grid;
    gap: 22px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(191, 219, 254, 0.76);
    background: #fff;
    animation: checkoutFadeUp 0.28s ease both;
}

.checkout-auth-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.checkout-auth-header h3 {
    margin: 6px 0 0;
    font-size: 2rem;
    line-height: 1.02;
}

.checkout-auth-single p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.checkout-inline-form {
    margin: 0;
}

.checkout-link-button {
    border: 0;
    background: none;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.checkout-link-button:hover {
    color: var(--primary-dark);
}

.checkout-identity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-identity-grid article {
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(191, 219, 254, 0.76);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.checkout-identity-grid strong {
    display: block;
    margin-top: 6px;
    font-size: 1.05rem;
}

.checkout-customer-mode {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.checkout-customer-mode label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 18px;
    border: 1px solid rgba(191, 219, 254, 0.82);
    background: #fff;
    color: var(--muted);
    font-weight: 700;
    cursor: pointer;
}

.checkout-customer-mode label.is-active {
    border-color: rgba(59, 130, 246, 0.92);
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
}

.checkout-customer-mode input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

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

.checkout-auth-stage__card {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(191, 219, 254, 0.78);
    background: #fff;
    animation: checkoutFadeUp 0.28s ease both;
}

.checkout-auth-stage__card h4 {
    margin: 0 0 12px;
    font-size: 1.85rem;
}

.checkout-auth-stage__card p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.7;
}

.checkout-final-summary {
    display: grid;
    gap: 12px;
}

.checkout-final-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(191, 219, 254, 0.72);
    background: #fff;
}

.checkout-final-summary__row strong {
    text-align: right;
}

.checkout-final-summary__row.is-highlight {
    background: linear-gradient(90deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.checkout-success-shell {
    width: min(100%, 820px);
}

.checkout-success-card h1 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.checkout-success-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.customer-reviews-section {
    padding-top: 0;
}

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

.review-card {
    min-height: 230px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(191, 219, 254, 0.78);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.review-card__stars,
.review-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f59e0b;
}

.review-card p {
    margin: 0;
    color: var(--text);
    line-height: 1.7;
    flex: 1;
}

.review-card__author {
    display: grid;
    gap: 4px;
}

.review-card__author span {
    color: var(--muted);
    font-size: 0.92rem;
}

.review-modal-backdrop {
    z-index: 70;
}

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

.review-form {
    display: grid;
    gap: 18px;
}

.review-modal-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: var(--primary);
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(237, 233, 254, 0.88));
    font-size: 1.7rem;
}

.review-form h3 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    letter-spacing: 0;
}

.review-form p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.review-stars {
    gap: 8px;
}

.review-star-button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(191, 219, 254, 0.82);
    background: #fff;
    color: #f59e0b;
    font-size: 1.35rem;
    cursor: pointer;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.review-star-button:hover,
.review-star-button.active {
    transform: translateY(-1px);
    border-color: rgba(245, 158, 11, 0.55);
    background: #fffbeb;
}

.review-comment-field {
    display: grid;
    gap: 8px;
    font-weight: 800;
}

.review-comment-field textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid rgba(191, 219, 254, 0.82);
    border-radius: 20px;
    padding: 16px 18px;
    font: inherit;
    min-height: 130px;
}

@media (max-width: 1024px) {
    .checkout-summary,
    .checkout-cart-grid,
    .checkout-identity-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }

    .checkout-summary__cart-head,
    .checkout-cart-summary,
    .checkout-auth-header,
    .checkout-final-summary__row {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .checkout-page {
        padding: 32px 0 64px;
    }

    .checkout-summary,
    .checkout-main,
    .checkout-card {
        padding: 22px;
        border-radius: 28px;
    }

    .checkout-summary__facts,
    .checkout-steps,
    .checkout-plan-picker,
    .checkout-billing-toggle {
        grid-template-columns: 1fr;
    }

    .checkout-actions .button {
        width: 100%;
        min-width: 0;
    }
}

.account-subscription-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.account-subscription-row {
    display: grid;
    gap: 0;
    padding: 18px 20px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.account-subscription-summary {
    display: grid;
    grid-template-columns: minmax(110px, auto) minmax(220px, 1fr) minmax(130px, 0.42fr) minmax(110px, 0.35fr) auto;
    align-items: center;
    gap: 18px;
}

.account-subscription-name h3 {
    margin: 0;
    font-size: 1.35rem;
    letter-spacing: 0;
}

.account-subscription-pending {
    margin: 0.25rem 0 0;
    color: #0284c7;
    font-size: 0.86rem;
    font-weight: 800;
}

.account-subscription-renewal,
.account-subscription-price {
    display: grid;
    gap: 4px;
}

.account-subscription-renewal small,
.account-subscription-price small {
    color: var(--muted);
}

.account-subscription-renewal strong,
.account-subscription-price strong {
    font-size: 1.05rem;
}

.account-subscription-summary-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.account-subscription-details {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(191, 219, 254, 0.62);
}

.account-subscription-details[hidden] {
    display: none;
}

.account-subscription-row .services-card-copy p {
    margin: 0;
    color: var(--muted);
}

.account-subscription-row .services-card-eyebrow {
    width: auto;
    max-width: max-content;
    padding-inline: 18px;
}

.account-subscription-row .services-price-row {
    display: grid;
    grid-template-columns: minmax(110px, 1fr);
    gap: 14px;
    margin: 0;
}

.account-subscription-form {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(130px, 0.75fr) minmax(110px, 0.65fr) minmax(140px, 0.7fr) auto;
    align-items: end;
    gap: 12px;
    margin: 0;
}

.account-subscription-form--single-website {
    grid-template-columns: minmax(170px, 1fr) minmax(140px, 0.8fr) minmax(140px, 0.7fr) auto;
}

.account-subscription-form label {
    display: grid;
    gap: 6px;
    margin: 0;
    font-weight: 800;
}

.account-subscription-form select,
.account-subscription-form input {
    min-height: 48px;
    border-radius: 16px;
    padding: 0 14px;
}

.account-subscription-new-price {
    display: grid;
    gap: 3px;
    min-height: 48px;
    align-content: center;
}

.account-subscription-new-price small,
.account-subscription-new-price span {
    color: var(--muted);
}

.account-subscription-new-price strong {
    font-size: 1.05rem;
}

.account-subscription-new-price span {
    font-size: 0.78rem;
    line-height: 1.25;
}

.account-subscription-actions .button,
.account-subscription-portal .button {
    min-height: 48px;
    padding: 0 20px;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .account-subscription-summary {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .account-subscription-summary-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

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

@media (max-width: 640px) {
    .account-subscription-form,
    .account-subscription-row .services-price-row {
        grid-template-columns: 1fr;
    }
}

.sales-landing-shell .site-header {
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
}

.sales-hero-section {
    padding-top: 64px;
}

.sales-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 48px;
    align-items: center;
}

.sales-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 34px;
    background: #0f172a;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.sales-hero-card video {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    opacity: 0.9;
}

.sales-hero-card__caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 8px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
}

.sales-hero-card__caption strong {
    font-size: 1.1rem;
}

.sales-hero-card__caption span,
.sales-panel p,
.sales-application-grid p {
    color: var(--muted);
    line-height: 1.7;
}

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

.sales-benefit-grid .service-card h3 {
    font-size: 1.55rem;
    letter-spacing: 0;
}

.sales-split,
.sales-application-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.sales-panel,
.sales-application-form {
    border: 1px solid var(--border);
    border-radius: 30px;
    background: #fff;
    padding: 34px;
    box-shadow: var(--shadow);
}

.sales-panel--accent {
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.62), rgba(240, 249, 255, 0.92));
}

.sales-panel h2,
.sales-application-grid h2,
.sales-requirements-grid h2 {
    margin: 10px 0 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.sales-requirements-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.sales-check-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sales-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 700;
}

.sales-check-list i {
    color: #0ea5e9;
    font-size: 1.15rem;
    margin-top: 2px;
}

.sales-application-form {
    display: grid;
    gap: 16px;
}

.checkout-feedback {
    display: grid;
    gap: 4px;
    border-radius: 18px;
    padding: 16px 18px;
    font-weight: 700;
    line-height: 1.45;
}

.checkout-feedback span {
    font-weight: 600;
}

.checkout-feedback--success {
    color: #047857;
    background: linear-gradient(135deg, #dcfce7, #ecfdf5);
    border: 1px solid #a7f3d0;
}

.checkout-feedback--error {
    color: #b91c1c;
    background: linear-gradient(135deg, #fee2e2, #fff1f2);
    border: 1px solid #fecaca;
}

.sales-application-feedback {
    margin-bottom: 2px;
}

.sales-application-form label {
    display: grid;
    gap: 8px;
    font-weight: 800;
}

.sales-application-form input,
.sales-application-form select {
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 0 18px;
    font: inherit;
    font-weight: 700;
    background: #fff;
}

.sales-application-consent {
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    font-weight: 700;
}

.sales-application-consent input {
    width: 18px;
    min-height: 18px;
    margin-top: 4px;
}

@media (max-width: 980px) {
    .sales-hero-grid,
    .sales-split,
    .sales-application-grid,
    .sales-requirements-grid {
        grid-template-columns: 1fr;
    }

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

    .sales-hero-card,
    .sales-hero-card video {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .sales-panel,
    .sales-application-form {
        padding: 24px;
        border-radius: 24px;
    }
}
