/* ============================================
   BESTHUB SOLUTIONS — MAIN STYLESHEET
   Design: Dark & refined, editorial feel
   Fonts: Syne (headings) + DM Sans (body)
============================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --clr-bg:          #f6f8fb;
    --clr-surface:     #ffffff;
    --clr-surface-2:   #f2f5fa;
    --clr-border:      rgba(15, 23, 42, 0.10);
    --clr-border-2:    rgba(15, 23, 42, 0.18);

    --clr-accent:      #1f4ea3;
    --clr-accent-dim:  rgba(31, 78, 163, 0.10);
    --clr-accent-2:    #173f86;

    --clr-text:        #0f172a;
    --clr-text-muted:  #475569;
    --clr-text-faint:  #64748b;
    --clr-white:       #0f172a;

    --clr-success:     #3ecf8e;
    --clr-error:       #e85454;
    --clr-on-accent:   #ffffff;
    --clr-ink-strong:  #0d0f14;

    --clr-accent-soft-20: rgba(31, 78, 163, 0.2);
    --clr-accent-soft-25: rgba(31, 78, 163, 0.25);
    --clr-accent-soft-30: rgba(31, 78, 163, 0.3);
    --clr-accent-glow-30: rgba(31, 78, 163, 0.3);
    --clr-accent-glow-10: rgba(31, 78, 163, 0.1);
    --clr-accent-wash-02: rgba(31, 78, 163, 0.02);
    --clr-accent-wash-04: rgba(31, 78, 163, 0.04);
    --clr-accent-wash-05: rgba(31, 78, 163, 0.05);
    --clr-accent-wash-06: rgba(31, 78, 163, 0.06);
    --clr-accent-wash-07: rgba(31, 78, 163, 0.07);
    --clr-accent-wash-08: rgba(31, 78, 163, 0.08);

    --clr-white-a03:   rgba(255,255,255,0.03);
    --clr-white-a05:   rgba(255,255,255,0.05);
    --clr-white-a06:   rgba(255,255,255,0.06);
    --clr-white-a10:   rgba(255,255,255,0.1);
    --clr-white-a15:   rgba(255,255,255,0.15);
    --clr-white-a18:   rgba(255,255,255,0.18);
    --clr-white-a20:   rgba(255,255,255,0.2);
    --clr-white-a30:   rgba(255,255,255,0.3);
    --clr-white-a35:   rgba(255,255,255,0.35);
    --clr-white-a94:   rgba(255,255,255,0.94);
    --clr-white-a98:   rgba(255,255,255,0.98);

    --clr-success-bg:  rgba(62,207,142,0.08);
    --clr-success-br:  rgba(62,207,142,0.25);
    --clr-error-bg:    rgba(232,84,84,0.08);
    --clr-error-br:    rgba(232,84,84,0.25);
    --clr-error-soft:  rgba(232,84,84,0.1);
    --clr-accent-bright-br: rgba(31, 78, 163, 0.26);

    --font-head:       'Manrope', sans-serif;
    --font-body:       'Inter', sans-serif;

    --radius-sm:       4px;
    --radius-md:       8px;
    --radius-lg:       12px;
    --radius-xl:       16px;

    --shadow-sm:       0 1px 2px rgba(15, 23, 42, 0.05);
    --shadow-md:       0 8px 20px rgba(15, 23, 42, 0.08);
    --shadow-lg:       0 16px 40px rgba(15, 23, 42, 0.10);

    --transition:      0.25s ease;
    --max-width:       1160px;
    --header-h:        72px;
}


/* 
:root {
    --clr-bg:          #0b1220;
    --clr-surface:     #111a2e;
    --clr-surface-2:   #17233d;
    --clr-border:      rgba(148, 163, 184, 0.16);
    --clr-border-2:    rgba(148, 163, 184, 0.28);

    --clr-accent:      #6ea8ff;
    --clr-accent-dim:  rgba(110, 168, 255, 0.14);
    --clr-accent-2:    #8dbbff;

    --clr-text:        #e2e8f0;
    --clr-text-muted:  #cbd5e1;
    --clr-text-faint:  #94a3b8;
    --clr-white:       #f8fafc;

    --clr-success:     #34d399;
    --clr-error:       #f87171;
    --clr-on-accent:   #0b1220;
    --clr-ink-strong:  #f1f5f9;

    --clr-accent-soft-20: rgba(110, 168, 255, 0.2);
    --clr-accent-soft-25: rgba(110, 168, 255, 0.25);
    --clr-accent-soft-30: rgba(110, 168, 255, 0.3);
    --clr-accent-glow-30: rgba(110, 168, 255, 0.3);
    --clr-accent-glow-10: rgba(110, 168, 255, 0.1);
    --clr-accent-wash-02: rgba(110, 168, 255, 0.02);
    --clr-accent-wash-04: rgba(110, 168, 255, 0.04);
    --clr-accent-wash-05: rgba(110, 168, 255, 0.05);
    --clr-accent-wash-06: rgba(110, 168, 255, 0.06);
    --clr-accent-wash-07: rgba(110, 168, 255, 0.07);
    --clr-accent-wash-08: rgba(110, 168, 255, 0.08);

    --clr-white-a03:   rgba(255,255,255,0.03);
    --clr-white-a05:   rgba(255,255,255,0.05);
    --clr-white-a06:   rgba(255,255,255,0.06);
    --clr-white-a10:   rgba(255,255,255,0.1);
    --clr-white-a15:   rgba(255,255,255,0.15);
    --clr-white-a18:   rgba(255,255,255,0.18);
    --clr-white-a20:   rgba(255,255,255,0.2);
    --clr-white-a30:   rgba(255,255,255,0.3);
    --clr-white-a35:   rgba(255,255,255,0.35);
    --clr-white-a94:   rgba(255,255,255,0.94);
    --clr-white-a98:   rgba(255,255,255,0.98);

    --clr-success-bg:  rgba(52,211,153,0.12);
    --clr-success-br:  rgba(52,211,153,0.30);
    --clr-error-bg:    rgba(248,113,113,0.12);
    --clr-error-br:    rgba(248,113,113,0.30);
    --clr-error-soft:  rgba(248,113,113,0.14);
    --clr-accent-bright-br: rgba(110, 168, 255, 0.34);

    --shadow-sm:       0 1px 2px rgba(0, 0, 0, 0.28);
    --shadow-md:       0 8px 20px rgba(0, 0, 0, 0.36);
    --shadow-lg:       0 16px 40px rgba(0, 0, 0, 0.44);
} 
*/


html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--clr-bg);
    color: var(--clr-text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 {
    font-family: var(--font-head);
    line-height: 1.18;
    color: var(--clr-white);
}

h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }

em { font-style: normal; color: var(--clr-accent); }

p { color: var(--clr-text-muted); line-height: 1.75; }

/* ---- LAYOUT ---- */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 96px 0;
}

/* ---- BADGE ---- */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    font-size: 0.72rem;
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: var(--clr-accent-dim);
    color: var(--clr-accent);
    border: 1px solid var(--clr-accent-soft-25);
    margin-bottom: 20px;
}

.badge-dark {
    background: var(--clr-white-a06);
    color: var(--clr-text-muted);
    border-color: var(--clr-border);
}

.badge-light {
    background: var(--clr-white-a15);
    color: var(--clr-white);
    border-color: var(--clr-white-a30);
}

/* ---- BUTTONS ---- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    font-family: var(--font-head);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--radius-md);
    border: 2px solid transparent;
    transition: all var(--transition);
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.btn-lg { padding: 15px 32px; font-size: 0.95rem; }

.btn-primary {
    background: var(--clr-accent);
    color: var(--clr-ink-strong);
    border-color: var(--clr-accent);
}
.btn-primary:hover {
    background: var(--clr-accent-2);
    border-color: var(--clr-accent-2);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px var(--clr-accent-glow-30);
}

.btn-outline {
    background: transparent;
    color: var(--clr-text);
    border-color: var(--clr-border-2);
}
.btn-outline:hover {
    border-color: var(--clr-accent);
    color: var(--clr-accent);
    background: var(--clr-accent-dim);
}

.btn-ghost {
    background: transparent;
    color: var(--clr-text-muted);
    border-color: transparent;
}
.btn-ghost:hover {
    color: var(--clr-white);
    background: var(--clr-white-a06);
}

.btn-ghost-light {
    background: var(--clr-white-a10);
    color: var(--clr-white);
    border-color: var(--clr-white-a20);
}
.btn-ghost-light:hover {
    background: var(--clr-white-a18);
    border-color: var(--clr-white-a35);
}

.btn-full { width: 100%; }

/* ---- HEADER ---- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--header-h);
    background: var(--clr-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--clr-border);
    transition: background var(--transition);
}

.site-header.scrolled {
    background: var(--clr-surface-2);
}


.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    gap: 32px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-mark {
    width: 36px;
    height: 36px;
    background: var(--clr-accent);
    color: var(--clr-ink-strong);
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--clr-text);
    line-height: 1.1;
}
.logo-text em {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    color: var(--clr-text-faint);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Nav */
.main-nav { flex: 1; display: flex; justify-content: center; }

.nav-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    padding: 7px 14px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--clr-text-muted);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    position: relative;
}
.nav-link:hover { color: var(--clr-text); background: var(--clr-surface-2); }
.nav-link.active { color: var(--clr-accent); background: var(--clr-accent-dim); }

.nav-cta { flex-shrink: 0; }


/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--clr-text);
    border-radius: 2px;
    transition: all var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--clr-surface);
    border-bottom: 1px solid var(--clr-border);
    padding: 16px 24px 24px;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition);
}
.mobile-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mobile-nav-link {
    display: block;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--clr-text-muted);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}
.mobile-nav-link:hover, .mobile-nav-link.active {
    color: var(--clr-accent);
    background: var(--clr-accent-dim);
}
.mobile-nav-list .btn {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
}

/* ---- SECTION HEADER ---- */
.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.section-title { margin-bottom: 16px; }
.section-subtitle { font-size: 1.05rem; color: var(--clr-text-muted); }

/* ---- PAGE HERO ---- */
main { padding-top: var(--header-h); }

.page-hero {
    padding: 80px 0 72px;
    border-bottom: 1px solid var(--clr-border);
    background: radial-gradient(ellipse 80% 60% at 50% 100%, var(--clr-accent-wash-05) 0%, transparent 70%);
}

.page-hero-short { padding: 64px 0 56px; }

.page-hero-inner { text-align: center; }

.page-hero-content { max-width: 760px; margin: 0 auto; }

.page-title {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 20px;
}

.page-subtitle {
    font-size: 1.1rem;
    color: var(--clr-text-muted);
    max-width: 580px;
    margin: 0 auto;
}
.page-subtitle a { color: var(--clr-accent); text-decoration: underline; }

/* ---- HERO (HOME) ---- */
.hero {
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.hero-bg-shape {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 70% 40%, var(--clr-accent-wash-06) 0%, transparent 65%),
        radial-gradient(ellipse 50% 50% at 20% 80%, var(--clr-accent-wash-04) 0%, transparent 60%);
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hero-content { max-width: 560px; }

.hero-title {
    margin-bottom: 22px;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 36px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--clr-border);
}

.stat { display: flex; flex-direction: column; gap: 3px; }

.stat-number {
    font-family: var(--font-head);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--clr-white);
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--clr-text-faint);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: var(--clr-border);
}

/* Hero Visual */
.hero-visual {
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border-2);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    animation: float linear infinite alternate;
}

.card-1 { top: 18%; right: 8%; animation-duration: 3.5s; }
.card-2 { top: 50%; left: 4%; animation-duration: 4.5s; }
.card-3 { bottom: 12%; right: 12%; animation-duration: 4s; }

@keyframes float {
    0%   { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

.hc-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: var(--clr-accent-dim);
    color: var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hc-text { display: flex; flex-direction: column; }
.hc-text strong { font-size: 0.88rem; font-weight: 600; color: var(--clr-white); }
.hc-text span   { font-size: 0.75rem; color: var(--clr-text-muted); }

/* ---- TRUST BAR ---- */
.trust-bar {
    padding: 32px 0;
    border-top: 1px solid var(--clr-border);
    border-bottom: 1px solid var(--clr-border);
    background: var(--clr-surface);
}

.trust-bar .container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-label {
    font-size: 0.78rem;
    color: var(--clr-text-faint);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    flex-shrink: 0;
}

.trust-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex: 1;
}

.trust-logo-text {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 700;
    color: var(--clr-text-faint);
    letter-spacing: 0.03em;
    transition: color var(--transition);
}
.trust-logo-text:hover { color: var(--clr-text-muted); }

/* ---- PROBLEMS SECTION ---- */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 48px;
}

.problem-card {
    padding: 28px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    transition: all var(--transition);
}

.problem-card:hover {
    border-color: var(--clr-border-2);
    background: var(--clr-surface-2);
    transform: translateY(-2px);
}

.problem-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--clr-error-soft);
    color: var(--clr-error);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.problem-card h3 { margin-bottom: 10px; font-size: 1rem; }
.problem-card p  { font-size: 0.9rem; line-height: 1.65; }

.problems-cta {
    text-align: center;
    padding: 40px;
    background: var(--clr-accent-dim);
    border: 1px solid var(--clr-accent-soft-20);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.problems-cta p {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--clr-accent);
    margin: 0;
}

/* ---- HOW IT WORKS ---- */
.how-section { background: var(--clr-surface); }

.steps-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: start;
}

.step {
    padding: 32px 28px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
}

.step-connector {
    display: flex;
    align-items: flex-start;
    padding-top: 44px;
    padding-inline: 8px;
}

.step-connector::before {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, var(--clr-border), var(--clr-accent), var(--clr-border));
}

.step-number {
    font-family: var(--font-head);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--clr-accent);
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.6;
}

.step-content h3 { margin-bottom: 10px; font-size: 1.05rem; }
.step-content p  { font-size: 0.88rem; }

/* ---- SERVICES OVERVIEW (HOME) ---- */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.plan-card {
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    position: relative;
    transition: all var(--transition);
}

.plan-card:hover {
    border-color: var(--clr-border-2);
    transform: translateY(-3px);
}

.plan-featured {
    border-color: var(--clr-accent);
    background: linear-gradient(160deg, var(--clr-accent-wash-06) 0%, var(--clr-surface) 100%);
}

.plan-badge-popular {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--clr-accent);
    color: var(--clr-ink-strong);
    font-size: 0.72rem;
    font-weight: 700;
    font-family: var(--font-head);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

.plan-header {
    margin-bottom: 8px;
}

.plan-tier {
    font-family: var(--font-head);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--clr-text-muted);
    display: block;
    margin-bottom: 6px;
}

.plan-name {
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--clr-text);
    line-height: 1.3;
    margin: 0;
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-amount {
    font-family: var(--font-head);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--clr-white);
}

.price-period {
    font-size: 0.82rem;
    color: var(--clr-text-faint);
}

.plan-duration {
    font-size: 0.82rem;
    color: var(--clr-text-faint);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--clr-border);
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    flex: 1;
}

.plan-features li {
    font-size: 0.88rem;
    color: var(--clr-text-muted);
    padding-left: 18px;
    position: relative;
}

.plan-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--clr-accent);
    font-weight: 700;
}

.plans-more {
    text-align: center;
    margin-top: 8px;
}

.plans-more a {
    font-size: 0.9rem;
    color: var(--clr-text-muted);
    border-bottom: 1px solid var(--clr-border);
    transition: color var(--transition);
    padding-bottom: 2px;
}
.plans-more a:hover { color: var(--clr-accent); border-color: var(--clr-accent); }

/* ---- CTA SECTION ---- */
.cta-section { background: var(--clr-surface); }

.cta-box {
    text-align: center;
    padding: 72px 48px;
    background: linear-gradient(145deg, var(--clr-accent-wash-08) 0%, var(--clr-accent-wash-02) 100%);
    border: 1px solid var(--clr-accent-soft-20);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--clr-accent-wash-08) 0%, transparent 70%);
    pointer-events: none;
}

.cta-box h2 { margin-bottom: 14px; }
.cta-box p  { font-size: 1.05rem; max-width: 480px; margin: 0 auto 36px; }

.cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- ABOUT PAGE ---- */
.story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.story-content h2 {
    margin-bottom: 24px;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.story-content p {
    margin-bottom: 18px;
    font-size: 1rem;
}

.story-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: sticky;
    top: calc(var(--header-h) + 24px);
}

.story-stat-card {
    padding: 28px 24px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all var(--transition);
}
.story-stat-card:hover {
    border-color: var(--clr-accent-soft-30);
    background: var(--clr-accent-dim);
}

.big-number {
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--clr-accent);
    line-height: 1;
}

.big-label {
    font-size: 0.82rem;
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Values */
.values-section { background: var(--clr-surface); }

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.value-card {
    padding: 32px 28px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    transition: all var(--transition);
}
.value-card:hover {
    border-color: var(--clr-border-2);
    transform: translateY(-2px);
}

.value-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: var(--clr-accent-dim);
    color: var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.value-card h3 { margin-bottom: 10px; }
.value-card p  { font-size: 0.9rem; }

/* ---- SERVICES PAGE ---- */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.expertise-item {
    padding: 28px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    transition: all var(--transition);
}
.expertise-item:hover {
    border-color: var(--clr-border-2);
    background: var(--clr-surface-2);
    transform: translateY(-2px);
}

.expertise-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--clr-accent-dim);
    color: var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.expertise-item h3 { font-size: 1rem; margin-bottom: 8px; }
.expertise-item p  { font-size: 0.88rem; }

/* Full Pricing */
.full-pricing-section { background: var(--clr-surface); }

.full-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Four session cards in a 2×2 grid (services page) */
.full-plans-grid--2x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.full-plan-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    position: relative;
    transition: all var(--transition);
}
.full-plan-card:hover {
    border-color: var(--clr-border-2);
    transform: translateY(-3px);
}

.full-plan-featured {
    border-color: var(--clr-accent);
    background: linear-gradient(160deg, var(--clr-accent-wash-07) 0%, var(--clr-bg) 100%);
}

.full-plan-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.full-plan-tagline {
    font-size: 0.78rem;
    color: var(--clr-text-faint);
    margin: 4px 0 0 0;
}

.full-plan-name {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--clr-text);
    margin: 4px 0 0 0;
}

.plan-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.full-plan-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--clr-border);
}

.meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: 0.72rem;
    color: var(--clr-text-muted);
    background: var(--clr-white-a05);
    border-radius: 999px;
    border: 1px solid var(--clr-border);
}

.full-plan-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    flex: 1;
}

.full-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--clr-text-muted);
}

.full-plan-features li svg {
    flex-shrink: 0;
    color: var(--clr-accent);
    margin-top: 2px;
}

.plan-ideal {
    font-size: 0.78rem;
    color: var(--clr-text-faint);
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 14px;
    background: var(--clr-white-a03);
    border-radius: var(--radius-sm);
    border-left: 2px solid var(--clr-border);
}

/* Not sure box */
.not-sure-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-xl);
    flex-wrap: wrap;
}

.not-sure-content h2 { margin-bottom: 10px; font-size: 1.7rem; }
.not-sure-content p  { font-size: 1rem; max-width: 460px; }

.not-sure-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* ---- FAQ PAGE ---- */
.faq-container { max-width: 800px; margin: 0 auto; }

.faq-group { margin-bottom: 60px; }

.faq-group-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--clr-accent);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--clr-border);
}

.faq-list { display: flex; flex-direction: column; gap: 2px; }

.faq-item {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color var(--transition);
}
.faq-item:hover { border-color: var(--clr-border-2); }
.faq-item.open   { border-color: var(--clr-accent-soft-25); }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--clr-white);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: color var(--transition);
}
.faq-question:hover { color: var(--clr-accent); }

.faq-item.open .faq-question { color: var(--clr-accent); }

.faq-icon {
    flex-shrink: 0;
    transition: transform var(--transition);
}
.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.2s ease;
}
.faq-answer p {
    padding: 0 24px 22px;
    font-size: 0.9rem;
    line-height: 1.8;
}

/* ---- CONTACT PAGE ---- */
.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
    align-items: start;
}

.contact-info h2 {
    font-size: 1.6rem;
    margin-bottom: 32px;
}

.contact-steps { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }

.contact-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cs-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--clr-accent);
    color: var(--clr-on-accent);
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.cs-text strong {
    display: block;
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--clr-white);
    margin-bottom: 4px;
}
.cs-text p { font-size: 0.85rem; margin: 0; }

.contact-direct h3 {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--clr-text-faint);
    margin-bottom: 16px;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-details-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--clr-text-muted);
}
.contact-details-list li svg { flex-shrink: 0; color: var(--clr-accent); margin-top: 2px; }
.contact-details-list a { color: var(--clr-text-muted); transition: color var(--transition); }
.contact-details-list a:hover { color: var(--clr-accent); }

/* Contact Form */
.contact-form-wrap {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-xl);
    padding: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row { display: flex; gap: 20px; }
.form-row-2 > * { flex: 1; }

.form-group { display: flex; flex-direction: column; gap: 8px; }

.form-label {
    font-size: 0.83rem;
    font-weight: 500;
    color: var(--clr-text);
    letter-spacing: 0.01em;
}

.required { color: var(--clr-accent); }

.form-input {
    padding: 12px 16px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border-2);
    border-radius: var(--radius-md);
    color: var(--clr-white);
    font-family: var(--font-body);
    font-size: 0.94rem;
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
    width: 100%;
}

.form-input::placeholder { color: var(--clr-text-faint); }

.form-input:focus {
    border-color: var(--clr-accent);
    box-shadow: 0 0 0 3px var(--clr-accent-glow-10);
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a8fa8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.form-select option { background: var(--clr-surface); color: var(--clr-white); }

.form-textarea { resize: vertical; min-height: 140px; }

.form-note {
    font-size: 0.77rem;
    color: var(--clr-text-faint);
    text-align: center;
    line-height: 1.6;
}

/* Alerts */
.alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-radius: var(--radius-md);
    border: 1px solid;
    margin-bottom: 4px;
}

.alert-success {
    background: var(--clr-success-bg);
    border-color: var(--clr-success-br);
    color: var(--clr-success);
}

.alert-error {
    background: var(--clr-error-bg);
    border-color: var(--clr-error-br);
    color: var(--clr-error);
}

.alert svg { flex-shrink: 0; margin-top: 1px; }

.alert strong { display: block; font-weight: 600; margin-bottom: 4px; }
.alert p, .alert ul { font-size: 0.88rem; color: inherit; opacity: 0.85; margin: 0; }
.alert ul { padding-left: 16px; list-style: disc; }
.alert a { color: inherit; text-decoration: underline; }

/* ---- LEGAL PAGES ---- */
.legal-section {
    padding-top: 56px;
}

.legal-container {
    max-width: 900px;
}

.legal-container h2 {
    font-size: 1.24rem;
    margin-top: 28px;
    margin-bottom: 10px;
    color: var(--clr-text);
}

.legal-container p {
    font-size: 0.96rem;
    line-height: 1.82;
    color: var(--clr-text-muted);
}

.legal-container a {
    color: var(--clr-accent);
    text-decoration: underline;
}

.legal-container a:hover {
    color: var(--clr-accent-2);
}

/* ---- FOOTER ---- */
.site-footer {
    background: var(--clr-surface);
    border-top: 1px solid var(--clr-border);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 48px;
    padding: 64px 24px 48px;
}

.footer-logo { margin-bottom: 16px; }

.footer-tagline {
    font-size: 0.85rem;
    color: var(--clr-text-faint);
    line-height: 1.7;
    max-width: 240px;
}

.footer-heading {
    font-family: var(--font-head);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--clr-text-muted);
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 0.88rem;
    color: var(--clr-text-faint);
    transition: color var(--transition);
}
.footer-links a:hover { color: var(--clr-text); }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--clr-text-faint);
}

.footer-contact li svg { flex-shrink: 0; color: var(--clr-text-faint); margin-top: 1px; }

.footer-contact a {
    color: var(--clr-text-faint);
    transition: color var(--transition);
}
.footer-contact a:hover { color: var(--clr-text); }

.footer-bottom {
    padding: 20px 24px;
    border-top: 1px solid var(--clr-border);
}

.footer-bottom p {
    font-size: 0.8rem;
    color: var(--clr-text-faint);
    text-align: center;
}

.footer-bottom a {
    color: var(--clr-text-faint);
    transition: color var(--transition);
}
.footer-bottom a:hover { color: var(--clr-accent); }

/* ---- ANIMATIONS ---- */
.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-2 { transition-delay: 0.18s; }
.delay-3 { transition-delay: 0.32s; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
    .full-plans-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .step-connector { display: none; }
}

@media (max-width: 960px) {
    :root { --header-h: 64px; }

    .nav-cta, .main-nav { display: none; }
    .hamburger { display: flex; }
    .mobile-nav { display: block; }

    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .hero-content { max-width: 100%; }

    .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 28px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .expertise-grid { grid-template-columns: repeat(2, 1fr); }
    .story-inner { grid-template-columns: 1fr; gap: 48px; }
    .story-visual { position: static; grid-template-columns: repeat(2, 1fr); }
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
    .footer-inner { grid-template-columns: repeat(2, 1fr); }
    .problems-cta { flex-direction: column; text-align: center; }
    .not-sure-box { flex-direction: column; text-align: center; }
    .not-sure-actions { justify-content: center; }
}

@media (max-width: 640px) {
    .section { padding: 64px 0; }
    .full-plans-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .expertise-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 16px; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
    .cta-box { padding: 40px 24px; }
    .form-row { flex-direction: column; }
    .contact-form-wrap { padding: 24px; }
    .trust-bar .container { flex-direction: column; gap: 20px; }
    .trust-logos { justify-content: center; }
    .problems-cta { padding: 28px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .header-inner { gap: 12px; }
    .logo-text { font-size: 0.95rem; }
    .logo-text em { font-size: 0.58rem; }
    .mobile-nav { padding: 12px 16px 20px; }
    .faq-question { padding: 16px 18px; font-size: 0.9rem; }
    .faq-answer p { padding: 0 18px 18px; }
    .not-sure-box { padding: 28px 20px; }
    .problems-cta { padding: 24px 18px; }
    .cta-box { padding: 32px 20px; }

    h1 { font-size: 2rem; }
    .page-title { font-size: 1.9rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ---- PROFESSIONAL UI OVERRIDES ---- */
body {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -0.01em;
}

.site-header {
    background: var(--clr-surface);
    border-bottom: 1px solid var(--clr-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.site-header.scrolled {
    background: var(--clr-surface-2);
}


.logo-mark {
    background: var(--clr-accent);
    color: var(--clr-on-accent);
    border-radius: 6px;
}

.logo-text em {
    color: var(--clr-text-faint);
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    background: var(--clr-surface-2);
}

.btn {
    font-family: var(--font-body);
    font-weight: 600;
    border-radius: 8px;
}

.btn-primary {
    color: var(--clr-on-accent);
}

.btn-primary:hover {
    transform: none;
    box-shadow: none;
}

.btn-outline:hover,
.btn-ghost:hover,
.plan-card:hover,
.problem-card:hover,
.value-card:hover,
.expertise-item:hover,
.full-plan-card:hover {
    transform: none;
}

.hero,
.page-hero {
    background: none;
}

.hero-bg-shape,
.hero-visual,
.step-connector,
.cta-box::before {
    display: none;
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hero-inner {
    gap: 32px;
}

.hero-content {
    max-width: none;
    width: 100%;
    margin: 0;
}

.hero {
    min-height: auto;
    padding: 120px 0 96px;
}

.hero .container {
    padding-left: 24px;
    padding-right: 24px;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1.08;
    margin-bottom: 28px;
}

.hero-subtitle {
    max-width: 820px;
    font-size: 1.18rem;
    line-height: 1.85;
}

.hero-actions {
    margin-bottom: 48px;
    gap: 16px;
}

.hero-stats {
    gap: 40px;
    padding-top: 28px;
}

@media (max-width: 960px) {
    .hero {
        padding: 92px 0 72px;
    }
    .hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-title {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 78px 0 60px;
    }
    .hero-content {
        margin: 0;
    }
    .hero .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.7;
    }
    .hero-stats {
        gap: 14px;
        align-items: flex-start;
    }
    .stat {
        min-width: calc(50% - 8px);
    }
}

.hero-title em {
    color: var(--clr-accent);
}

.trust-bar,
.how-section,
.cta-section,
.values-section,
.full-pricing-section,
.site-footer {
    background: transparent;
}

.problems-cta,
.cta-box,
.not-sure-box {
    background: var(--clr-surface);
    border-color: var(--clr-border);
}

.problems-cta p {
    color: var(--clr-text);
}

.plan-featured,
.full-plan-featured {
    background: var(--clr-surface);
    border-color: var(--clr-accent);
}

.plan-badge-popular {
    color: var(--clr-on-accent);
}

.fade-up {
    opacity: 1;
    transform: none;
    transition: none;
}

@media (max-width: 1100px) {
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
