/* ═══════════════════════════════════════
    DESIGN TOKENS
═══════════════════════════════════════ */
:root {
    /* Dark hero palette */
    --hero-bg:     #05071A;
    --hero-card:   #0D1230;
    --hero-border: rgba(255,255,255,0.08);

    /* Light section palette */
    --light-bg:    #F7F8FF;
    --white:       #FFFFFF;
    --card-border: #E8ECF8;
    --card-shadow: 0 1px 3px rgba(15,23,64,0.06), 0 8px 24px rgba(15,23,64,0.06);
    --card-shadow-hover: 0 4px 6px rgba(15,23,64,0.04), 0 20px 48px rgba(15,23,64,0.12);

    /* Dark accent sections */
    --dark-bg:     #080B1F;
    --dark-card:   #0F1530;
    --dark-border: rgba(255,255,255,0.07);

    /* Typography */
    --ink:         #0F172A;
    --ink-mid:     #334155;
    --ink-muted:   #64748B;
    --ink-faint:   #94A3B8;

    /* Brand */
    --amber:       #F59E0B;
    --amber-light: #FEF3C7;
    --amber-mid:   #FCD34D;
    --amber-dark:  #D97706;
    --amber-glow:  rgba(245,158,11,0.15);

    /* Semantic */
    --green:  #10B981;
    --green-bg: rgba(16,185,129,0.08);
    --rose:   #F43F5E;
    --rose-bg: rgba(244,63,94,0.08);
    --blue:   #3B82F6;
    --teal:   #14B8A6;

    /* Geometry */
    --r-sm:  8px;
    --r-md:  14px;
    --r-lg:  22px;
    --r-xl:  30px;
    
    /* Appended Color */
    --indigo:   #1C2756;
    --indigo-dark: #111830;
    --indigo-mid: #2a3a7c;
    --gold:     #C8973A;
    --gold-lt:  #e4b96a;
    --cream:    #FAF6EF;
    --cream-dk: #F0E9DC;
    --sage:     #5A8A6A;
    --sage-lt:  #EBF4EE;
    --coral:    #E05A3A;
    --coral-lt: #FDF0EC;
    --text:     #1C2756;
    --muted:    #6b7a99;
    --white:    #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: -0.025em;
}

/* ═══════════════════════════════════════
    NAVBAR
═══════════════════════════════════════ */
.navbar {
    background: rgba(5,7,26,0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--hero-border);
    padding: 14px 0;
    position: sticky; top: 0; z-index: 1000;
    transition: background .3s;
}
.navbar.scrolled {
    background: rgba(255,255,255,0.96);
    border-bottom: 1px solid var(--card-border);
}
.navbar.scrolled .nav-link { color: var(--ink-mid) !important; }
.navbar.scrolled .nav-link:hover { color: var(--ink) !important; }
.navbar.scrolled .navbar-brand { color: var(--ink) !important; }
.navbar.scrolled .brand-tag { color: var(--ink-muted) !important; }

.navbar-brand {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.22rem;
    font-weight: 800;
    color: white !important;
    display: flex; align-items: center; gap: 9px;
    letter-spacing: -0.02em;
}
.brand-icon {
    width: 32px; height: 32px;
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
}
.brand-tag {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-left: 2px;
}
.nav-link {
    color: rgba(255,255,255,0.65) !important;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color .2s;
    padding: 7px 15px !important;
}
.nav-link:hover { color: white !important; }
.btn-nav {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: var(--r-sm);
    transition: all .2s;
}
.btn-nav:hover { background: rgba(255,255,255,0.08); }
.btn-nav-cta {
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    color: #07090F !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: var(--r-sm);
    border: none;
    transition: all .25s;
}
.btn-nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }
.navbar.scrolled .btn-nav {
    border-color: var(--card-border);
    color: var(--ink-mid) !important;
}
.navbar.scrolled .btn-nav:hover { background: var(--light-bg); }

/* ═══════════════════════════════════════
    HERO — DARK
═══════════════════════════════════════ */
.hero {
    background: var(--hero-bg);
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}

/* Animated mesh background */
.hero-mesh {
    position: absolute; inset: 0;
    background:
    radial-gradient(ellipse 70% 55% at 65% -5%, rgba(245,158,11,0.16) 0%, transparent 55%),
    radial-gradient(ellipse 45% 45% at 5%  85%, rgba(20,184,166,0.09) 0%, transparent 50%),
    radial-gradient(ellipse 35% 35% at 90% 90%, rgba(99,102,241,0.07) 0%, transparent 50%);
    pointer-events: none;
    animation: mesh-drift 14s ease-in-out infinite alternate;
}
@keyframes mesh-drift {
    0%   { opacity: 1; }
    100% { opacity: 0.7; transform: scale(1.05); }
}

/* Subtle dot grid */
.hero-dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(245,158,11,0.12);
    border: 1px solid rgba(245,158,11,0.28);
    color: var(--amber-mid);
    font-size: 0.76rem;
    font-weight: 600;
    padding: 5px 12px 5px 7px;
    border-radius: 50px;
    letter-spacing: 0.04em;
    margin-bottom: 26px;
}
.eyebrow-dot {
    width: 20px; height: 20px;
    background: rgba(245,158,11,0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.eyebrow-dot::after {
    content:'';
    width: 7px; height: 7px;
    background: var(--amber);
    border-radius: 50%;
    animation: pulse-amber 2s ease-in-out infinite;
}
@keyframes pulse-amber {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-h1 {
    font-size: clamp(2.6rem, 4.8vw, 4rem);
    font-weight: 800;
    color: white;
    line-height: 1.07;
    margin-bottom: 24px;
}
.hero-h1 .grad {
    background: linear-gradient(130deg, var(--amber-mid) 0%, var(--amber) 50%, #FB923C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-sub {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.72;
    max-width: 520px;
    margin-bottom: 38px;
    font-weight: 400;
}

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }

.btn-amber {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    color: #07090F;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: var(--r-sm);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s;
    box-shadow: 0 6px 24px rgba(245,158,11,0.32);
    position: relative;
    overflow: hidden;
}
.btn-amber::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.12), transparent);
    border-radius: inherit;
}
.btn-amber:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(245,158,11,0.42); color: #07090F; }

.btn-outline-hero {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.8);
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 26px;
    border-radius: var(--r-sm);
    border: 1px solid rgba(255,255,255,0.12);
    text-decoration: none;
    transition: all .25s;
    backdrop-filter: blur(4px);
}
.btn-outline-hero:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.22); color: white; }

.hero-proof {
    display: flex; align-items: center; gap: 28px;
    flex-wrap: wrap;
}
.proof-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); }
.proof-num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}
.proof-num em { color: var(--amber); font-style: normal; }
.proof-label { font-size: 0.72rem; color: rgba(255,255,255,0.42); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.06em; }

/* ── Dashboard mock ── */
.dash-wrap { position: relative; }

.dash-glow {
    position: absolute;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(245,158,11,0.18) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.dash-frame {
    background: var(--hero-card);
    border: 1px solid var(--hero-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04);
}
.dash-bar {
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--hero-border);
    padding: 11px 16px;
    display: flex; align-items: center; gap: 8px;
}
.dc { width: 10px; height: 10px; border-radius: 50%; }
.dash-bar-title { font-size: 0.72rem; color: rgba(255,255,255,0.28); margin-left: 8px; }

.dash-inner { padding: 16px; }

.dash-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 12px; }
.dk {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    padding: 11px 13px;
}
.dk-l { font-size: 0.6rem; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 5px; }
.dk-v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 700; color: white; line-height: 1; }
.dk-t { font-size: 0.6rem; margin-top: 3px; }
.t-up { color: #34D399; } .t-warn { color: var(--amber); }

.dash-mid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 8px; margin-bottom: 12px; }
.dash-panel {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    padding: 13px;
}
.dp-label { font-size: 0.63rem; color: rgba(255,255,255,0.38); font-weight: 600; margin-bottom: 10px; }
.bars { display: flex; align-items: flex-end; gap: 5px; height: 72px; }
.b { flex: 1; border-radius: 3px 3px 0 0; }
.b-am { background: linear-gradient(180deg, var(--amber) 0%, var(--amber-dark) 100%); opacity: 0.75; animation: grow .9s ease forwards; transform-origin: bottom; }
.b-te { background: linear-gradient(180deg, #14B8A6, #0D9488); opacity: 0.75; animation: grow .9s ease forwards; transform-origin: bottom; }
@keyframes grow { from{transform:scaleY(0)} to{transform:scaleY(1)} }

.stage-rows .sr {
    display: flex; align-items: center; gap: 7px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.stage-rows .sr:last-child { border: none; }
.sr-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.sr-n { font-size: 0.62rem; color: rgba(255,255,255,0.45); flex: 1; }
.sr-bar { flex: 1; height: 3px; background: rgba(255,255,255,0.06); border-radius: 2px; }
.sr-fill { height: 100%; border-radius: 2px; }
.sr-p { font-size: 0.6rem; color: rgba(255,255,255,0.55); font-weight: 600; min-width: 26px; text-align: right; }

.dash-table {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    overflow: hidden;
}
.dt-head, .dt-row {
    display: grid;
    grid-template-columns: 1fr 1.1fr .7fr .9fr .8fr;
    padding: 7px 13px;
}
.dt-head { border-bottom: 1px solid rgba(255,255,255,0.06); }
.dt-th { font-size: 0.58rem; color: rgba(255,255,255,0.28); text-transform: uppercase; letter-spacing: .07em; font-weight: 600; }
.dt-row { border-bottom: 1px solid rgba(255,255,255,0.04); align-items: center; }
.dt-row:last-child { border: none; }
.dt-td { font-size: 0.63rem; color: rgba(255,255,255,0.45); }
.dt-td.w { color: white; font-weight: 600; }
.chip {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 20px;
    font-size: 0.57rem;
    font-weight: 700;
}
.c-g { background: rgba(52,211,153,0.15); color: #34D399; }
.c-a { background: rgba(245,158,11,0.15); color: var(--amber); }
.c-r { background: rgba(244,63,94,0.15); color: #FB7185; }
.c-b { background: rgba(99,102,241,0.15); color: #A5B4FC; }

/* floating alert cards */
.f-card {
    position: absolute;
    background: rgba(15,21,48,0.94);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border-radius: var(--r-md);
    padding: 12px 16px;
    display: flex; align-items: center; gap: 11px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    z-index: 10;
}
.f-card .f-ico { font-size: 1.1rem; width: 36px; height: 36px; background: rgba(245,158,11,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.f-card .f-title { font-size: 0.76rem; color: white; font-weight: 600; line-height: 1.2; }
.f-card .f-sub { font-size: 0.63rem; color: rgba(255,255,255,0.45); margin-top: 1px; }
.fc-1 { top: 6%; left: -68px; animation: float-a 4s ease-in-out infinite; }
.fc-2 { bottom: 10%; right: -60px; animation: float-a 4s ease-in-out infinite; animation-delay: 2s; }
@keyframes float-a { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }

/* ═══════════════════════════════════════
    SOCIAL PROOF TICKER (light section)
═══════════════════════════════════════ */
.ticker-strip {
    background: var(--white);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    padding: 18px 0;
    overflow: hidden;
}
.ticker-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-faint); font-weight: 600; white-space: nowrap; padding: 0 40px; }
.ticker-track { display: flex; align-items: center; gap: 48px; animation: ticker 30s linear infinite; white-space: nowrap; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-item { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1rem; font-weight: 700; color: var(--ink-faint); letter-spacing: -0.01em; opacity: 0.5; }
.ticker-item:hover { opacity: 0.9; }

/* ═══════════════════════════════════════
    LIGHT SECTIONS — shared
═══════════════════════════════════════ */
.sec-light { background: var(--white); padding: 100px 0; }
.sec-gray  { background: var(--light-bg); padding: 100px 0; }
.sec-dark  { background: var(--dark-bg); padding: 100px 0; }

.sec-kicker {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; margin-bottom: 14px;
}
.sec-kicker.amber { color: var(--amber-dark); }
.sec-kicker.dark-amber { color: var(--amber); }
.sec-kicker::before { content:''; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }

.sec-title {
    font-size: clamp(1.9rem, 3.2vw, 2.75rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 16px;
}
.sec-title.on-dark { color: white; }
.sec-sub {
    font-size: 1.02rem;
    color: var(--ink-muted);
    line-height: 1.72;
    max-width: 570px;
}
.sec-sub.on-dark { color: rgba(255,255,255,0.5); }

/* ═══════════════════════════════════════
    PROBLEM CARDS (light)
═══════════════════════════════════════ */
.prob-card {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 28px 24px;
    height: 100%;
    transition: all .3s cubic-bezier(.2,.8,.2,1);
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
}
.prob-card::before {
    content: '';
    position: absolute; top: 0; left: 24px; right: 24px;
    height: 2px; border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--rose), #F97316);
    transform: scaleX(0);
    transition: transform .35s ease;
}
.prob-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); border-color: rgba(244,63,94,0.2); }
.prob-card:hover::before { transform: scaleX(1); }
.prob-ico {
    width: 44px; height: 44px;
    background: var(--rose-bg);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: var(--rose);
    margin-bottom: 16px;
}
.prob-title { font-size: 0.97rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.prob-desc { font-size: 0.83rem; color: var(--ink-muted); line-height: 1.65; }

/* ═══════════════════════════════════════
    COMPARISON (dark section)
═══════════════════════════════════════ */
.cmp-card {
    border-radius: var(--r-lg);
    overflow: hidden;
    height: 100%;
}
.cmp-before { background: rgba(244,63,94,0.05); border: 1px solid rgba(244,63,94,0.18); }
.cmp-after  { background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.22); }
.cmp-head {
    padding: 20px 24px; border-bottom: 1px solid;
    display: flex; align-items: center; gap: 10px;
}
.cmp-before .cmp-head { border-color: rgba(244,63,94,0.18); }
.cmp-after  .cmp-head { border-color: rgba(245,158,11,0.22); }
.cmp-label { font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.95rem; font-weight: 700; }
.cmp-before .cmp-label { color: #FB7185; }
.cmp-after  .cmp-label { color: var(--amber); }
.cmp-body { padding: 18px 24px; }
.cmp-item {
    display: flex; align-items: flex-start; gap: 11px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.cmp-item:last-child { border: none; }
.cmp-ico { font-size: 0.95rem; flex-shrink: 0; margin-top: 1px; }
.cmp-before .cmp-ico { color: #FB7185; }
.cmp-after  .cmp-ico { color: #34D399; }
.cmp-item p { font-size: 0.84rem; color: rgba(255,255,255,0.52); line-height: 1.55; margin: 0; }
.cmp-after .cmp-item p { color: rgba(255,255,255,0.65); }

/* ═══════════════════════════════════════
    WORKFLOW (light)
═══════════════════════════════════════ */
.wf-container { overflow-x: auto; scrollbar-width: none; padding: 20px 8px; }
.wf-container::-webkit-scrollbar { display: none; }
.wf-track { display: flex; align-items: center; min-width: max-content; }
.wf-step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.wf-bubble {
    width: 72px; height: 72px; border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--card-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.45rem;
    box-shadow: var(--card-shadow);
    transition: all .3s;
    position: relative;
    margin-bottom: 12px;
}
.wf-step:hover .wf-bubble, .wf-step.wf-active .wf-bubble {
    border-color: var(--amber);
    box-shadow: 0 0 0 4px rgba(245,158,11,0.12), var(--card-shadow-hover);
    transform: scale(1.06);
}
.wf-step-label { font-size: 0.74rem; font-weight: 600; color: var(--ink-muted); max-width: 76px; line-height: 1.3; }
.wf-step.wf-active .wf-step-label { color: var(--amber-dark); }
.wf-arrow {
    flex: 1; min-width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--card-border), var(--amber-mid), var(--card-border));
    position: relative; top: -21px;
    opacity: 0.6;
}
.wf-mini-tag {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    background: var(--amber-light);
    color: var(--amber-dark);
    font-size: 0.58rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.04em;
}
.wf-done { background: rgba(16,185,129,0.08); border-color: var(--green) !important; }
.wf-done-label { color: var(--green) !important; }
.wf-done-tag { background: rgba(16,185,129,0.12); color: var(--green); }

/* ═══════════════════════════════════════
    FEATURES (light / gray alternating)
═══════════════════════════════════════ */
.feat-card {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 32px 26px;
    height: 100%;
    transition: all .3s cubic-bezier(.2,.8,.2,1);
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
}
.feat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--card-shadow-hover);
    border-color: rgba(245,158,11,0.25);
}
.feat-card::after {
    content: '';
    position: absolute; bottom: -30px; right: -30px;
    width: 90px; height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,158,11,0.07), transparent 70%);
    transition: all .4s;
}
.feat-card:hover::after { transform: scale(1.6); opacity: 0.8; }
.feat-ico {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--amber-light), #FEF9EC);
    border: 1px solid rgba(245,158,11,0.2);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 18px;
}
.feat-title { font-size: 0.97rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.feat-desc { font-size: 0.83rem; color: var(--ink-muted); line-height: 1.65; }
.feat-list { list-style: none; margin-top: 14px; }
.feat-list li {
    font-size: 0.8rem; color: var(--ink-mid);
    padding: 4px 0;
    display: flex; align-items: center; gap: 8px;
}
.feat-list li::before { content: '→'; color: var(--amber-dark); font-size: 0.72rem; }

/* ═══════════════════════════════════════
    SCREENSHOT TABS (gray)
═══════════════════════════════════════ */
.tab-btns { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.tab-btn {
    background: var(--white);
    border: 1px solid var(--card-border);
    color: var(--ink-muted);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.83rem;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: var(--r-sm);
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 1px 3px rgba(15,23,64,0.04);
}
.tab-btn:hover, .tab-btn.active {
    background: var(--ink);
    border-color: var(--ink);
    color: white;
    box-shadow: 0 4px 12px rgba(15,23,64,0.18);
}
.ss-mock {
    background: var(--dark-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(15,23,64,0.2), 0 0 0 1px rgba(255,255,255,0.04);
}
.ss-bar {
    background: rgba(255,255,255,0.03);
    padding: 11px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex; align-items: center; gap: 8px;
}
.ss-content { padding: 22px; }
.ss-row { display: flex; gap: 12px; margin-bottom: 12px; }
.ss-kpi {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    padding: 14px 16px;
    flex: 1;
}
.ss-kpi-l { font-size: 0.6rem; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 5px; }
.ss-kpi-v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.35rem; font-weight: 800; color: white; }
.ss-kpi-t { font-size: 0.6rem; margin-top: 3px; }
.ss-chart {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    padding: 14px;
    flex: 1.6;
}
.ss-prg { flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--r-sm); padding: 14px; }
.bar-mini-row { display: flex; align-items: flex-end; gap: 4px; height: 70px; margin-top: 6px; }
.bm { flex:1; border-radius: 3px 3px 0 0; animation: grow .8s ease forwards; transform-origin: bottom; }
.p-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.p-label { font-size: 0.63rem; color: rgba(255,255,255,0.4); width: 72px; flex-shrink: 0; }
.p-track { flex:1; height: 5px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.p-fill { height: 100%; border-radius: 3px; }
.p-pct { font-size: 0.63rem; color: rgba(255,255,255,0.55); font-weight: 600; width: 28px; text-align: right; }
.ss-tbl { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--r-sm); overflow: hidden; }
.st-head, .st-row { display: grid; grid-template-columns: 1fr 1.2fr .8fr 1fr .8fr; padding: 8px 14px; }
.st-head { border-bottom: 1px solid rgba(255,255,255,0.06); }
.st-th { font-size: 0.58rem; color: rgba(255,255,255,0.28); text-transform: uppercase; letter-spacing: .07em; font-weight: 600; }
.st-row { border-bottom: 1px solid rgba(255,255,255,0.04); align-items: center; }
.st-row:last-child { border: none; }
.st-td { font-size: 0.63rem; color: rgba(255,255,255,0.42); }
.st-td.wb { color: white; font-weight: 600; }

/* ═══════════════════════════════════════
    WHO USES (light)
═══════════════════════════════════════ */
.who-card {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 36px 26px;
    text-align: center;
    height: 100%;
    transition: all .3s;
    box-shadow: var(--card-shadow);
}
.who-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); border-color: rgba(245,158,11,0.25); }
.who-emo { font-size: 2.4rem; margin-bottom: 14px; }
.who-title { font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.who-desc { font-size: 0.83rem; color: var(--ink-muted); line-height: 1.65; }

/* ═══════════════════════════════════════
    ROI (dark)
═══════════════════════════════════════ */
.roi-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--r-md);
    padding: 34px 26px;
    text-align: center;
    transition: all .3s;
}
.roi-card:hover { border-color: rgba(245,158,11,0.25); transform: translateY(-3px); }
.roi-num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--amber-mid), var(--amber));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}
.roi-title { font-size: 0.97rem; font-weight: 700; color: white; margin-bottom: 6px; }
.roi-sub { font-size: 0.8rem; color: rgba(255,255,255,0.38); }

/* ═══════════════════════════════════════
    TESTIMONIALS (light gray)
═══════════════════════════════════════ */
.test-card {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 32px 28px;
    height: 100%;
    transition: all .3s;
    box-shadow: var(--card-shadow);
    position: relative;
}
.test-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); border-color: rgba(245,158,11,0.2); }
.test-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.star-ico { color: var(--amber); font-size: 0.8rem; }
.test-q { font-size: 2rem; color: var(--amber); line-height: 1; font-family: Georgia, serif; position: absolute; top: 24px; right: 26px; opacity: 0.25; }
.test-text { font-size: 0.88rem; color: var(--ink-mid); line-height: 1.78; margin-bottom: 22px; font-style: italic; }
.test-av {
    width: 40px; height: 40px;
    border-radius: 50%;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: var(--ink);
}
.test-name { font-size: 0.88rem; font-weight: 700; color: var(--ink); }
.test-role { font-size: 0.74rem; color: var(--ink-muted); }

/* ═══════════════════════════════════════
    TRUST (light)
═══════════════════════════════════════ */
.logo-box {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 22px 20px;
    display: flex; align-items: center; justify-content: center;
    transition: all .25s;
    box-shadow: 0 1px 3px rgba(15,23,64,0.04);
}
.logo-box:hover { border-color: rgba(245,158,11,0.3); box-shadow: 0 4px 16px rgba(245,158,11,0.08); }
.logo-box-text { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--ink-faint); letter-spacing: 0.04em; text-align: center; }
.logo-box-text small { display: block; font-size: 0.62rem; font-weight: 400; margin-top: 2px; }

.trust-pill {
    display: flex; align-items: center; gap: 13px;
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: var(--r-md);
    padding: 18px 22px;
    box-shadow: var(--card-shadow);
    transition: all .25s;
}
.trust-pill:hover { box-shadow: var(--card-shadow-hover); border-color: rgba(245,158,11,0.2); }
.trust-pill-ico { font-size: 1.3rem; color: var(--amber-dark); }
.trust-pill-title { font-size: 0.88rem; font-weight: 700; color: var(--ink); }
.trust-pill-sub { font-size: 0.73rem; color: var(--ink-muted); margin-top: 2px; }

/* ═══════════════════════════════════════
    DEMO FORM (dark)
═══════════════════════════════════════ */
.demo-wrap {
    background: var(--dark-bg);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.demo-wrap::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,158,11,0.07), transparent 65%);
    pointer-events: none;
}
.demo-wrap::after {
    content: '';
    position: absolute; bottom: -80px; left: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,184,166,0.05), transparent 65%);
    pointer-events: none;
}
.form-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--r-xl);
    padding: 38px 36px;
    backdrop-filter: blur(10px);
}
.f-label { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.55); margin-bottom: 6px; }
.f-input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: white;
    border-radius: var(--r-sm);
    padding: 12px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}
.f-input::placeholder { color: rgba(255,255,255,0.25); }
.f-input:focus { border-color: rgba(245,158,11,0.5); box-shadow: 0 0 0 3px rgba(245,158,11,0.08); }
.f-input option { background: #0D1230; }
.demo-check {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 0;
}
.demo-check i { color: var(--green); font-size: 1rem; flex-shrink: 0; }
.demo-check span { font-size: 0.86rem; color: rgba(255,255,255,0.55); }

/* ═══════════════════════════════════════
    FAQ
═══════════════════════════════════════ */
.faq-item { border-bottom: 1px solid var(--card-border); }
.faq-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 0; cursor: pointer;
    font-size: 0.95rem; font-weight: 600; color: var(--ink);
    transition: color .2s; user-select: none;
}
.faq-q:hover { color: var(--amber-dark); }
.faq-icon-wrap {
    width: 28px; height: 28px;
    background: var(--light-bg);
    border: 1px solid var(--card-border);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    color: var(--amber-dark);
    transition: all .3s;
    flex-shrink: 0; margin-left: 16px;
}
.faq-item.open .faq-icon-wrap { background: var(--amber-light); border-color: rgba(245,158,11,0.3); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s ease; font-size: 0.88rem; color: var(--ink-muted); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 220px; padding-bottom: 22px; }

/* ═══════════════════════════════════════
    FINAL CTA (dark, dramatic)
═══════════════════════════════════════ */
.final-cta {
    background: var(--hero-bg);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.final-cta::before {
    content: '';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 700px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(245,158,11,0.1) 0%, transparent 65%);
    pointer-events: none;
}
.final-cta-title {
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    color: white;
    line-height: 1.08;
    margin-bottom: 18px;
}
.final-cta-title .grad {
    background: linear-gradient(130deg, var(--amber-mid), var(--amber));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ═══════════════════════════════════════
    FOOTER
═══════════════════════════════════════ */
footer {
    background: var(--dark-bg);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 56px 0 28px;
}
.foot-brand { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.18rem; font-weight: 800; color: white; }
.foot-sub { font-size: 0.8rem; color: rgba(255,255,255,0.32); margin-top: 8px; line-height: 1.65; max-width: 260px; }
.foot-head { font-size: 0.7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.foot-link { display: block; font-size: 0.83rem; color: rgba(255,255,255,0.42); text-decoration: none; margin-bottom: 9px; transition: color .2s; }
.foot-link:hover { color: rgba(255,255,255,0.85); }
.foot-divider { border-top: 1px solid rgba(255,255,255,0.06); margin: 32px 0 22px; }
.foot-copy { font-size: 0.74rem; color: rgba(255,255,255,0.28); }
.foot-legal { display: flex; gap: 24px; }
.foot-legal a { font-size: 0.74rem; color: rgba(255,255,255,0.28); text-decoration: none; transition: color .2s; }
.foot-legal a:hover { color: rgba(255,255,255,0.65); }
.made-badge {
    background: rgba(245,158,11,0.1);
    border: 1px solid rgba(245,158,11,0.22);
    border-radius: var(--r-sm);
    padding: 9px 14px;
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 20px;
}
.made-badge span { font-size: 0.72rem; color: var(--amber); font-weight: 600; }

/* ═══════════════════════════════════════
    REVEAL ANIMATION
═══════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.vis { opacity: 1; transform: none; }
.reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity .7s ease, transform .7s ease; }
.reveal-left.vis { opacity: 1; transform: none; }
.reveal-right { opacity: 0; transform: translateX(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal-right.vis { opacity: 1; transform: none; }

@media (max-width: 991px) {
    .dash-kpis { grid-template-columns: repeat(2,1fr); }
    .dash-mid { grid-template-columns: 1fr; }
    .fc-1, .fc-2 { display: none; }
}
@media (max-width: 768px) {
    .form-box { padding: 28px 22px; }
    .wf-bubble { width: 58px; height: 58px; font-size: 1.2rem; }
}


/* ─── PRICING ─── */

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease;
}
.visible {
    visibility: visible !important;
}
.section-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 12px;
}
.section-heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: var(--indigo);
    line-height: 1.2;
    margin-bottom: 16px;
}
.section-sub {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.7;
    max-width: 560px;
}
.divider-gold.center {
    margin-left: auto;
    margin-right: auto;
}
.divider-gold {
    height: 3px;
    width: 60px;
    background: var(--gold);
    border-radius: 2px;
    margin: 16px 0 32px;
}
.pricing-section { padding: 90px 0; }
.pricing-card {
    background: var(--white);
    border-radius: 16px;
    padding: 36px 28px;
    border: 1.5px solid var(--cream-dk);
    transition: all .3s;
    height: 100%;
    position: relative;
}
.pricing-card.popular {
    border-color: var(--gold);
    box-shadow: 0 20px 60px rgba(200,151,58,.18);
}
.popular-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--gold);
    color: var(--indigo-dark);
    font-size: .72rem; font-weight: 700;
    padding: 4px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(28,39,86,.12); }
.price-tier { font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-bottom: 10px; }
.price-val { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: var(--indigo); line-height: 1; }
.price-period { font-size: .85rem; color: var(--muted); }
.price-desc { font-size: .85rem; color: var(--muted); margin: 14px 0 22px; line-height: 1.6; }
.price-feature {
    display: flex; align-items: center; gap: 10px;
    font-size: .87rem; color: var(--text);
    margin-bottom: 11px;
}
.price-feature i { color: var(--sage); font-size: .9rem; flex-shrink: 0; }
.price-feature.disabled { color: var(--muted); }
.price-feature.disabled i { color: var(--cream-dk); }
.btn-price-primary {
    background: var(--gold); color: var(--indigo-dark); font-weight: 700;
    border: none; border-radius: 8px; padding: 13px 0;
    width: 100%; transition: all .25s; margin-top: 24px;
}
.btn-price-primary:hover { background: var(--gold-lt); transform: translateY(-1px); color: var(--indigo-dark); }
.btn-price-outline {
    background: transparent; color: var(--indigo); font-weight: 600;
    border: 1.5px solid var(--cream-dk); border-radius: 8px; padding: 13px 0;
    width: 100%; transition: all .25s; margin-top: 24px;
}
.btn-price-outline:hover { border-color: var(--indigo); background: var(--cream); }
.section-heading .accent {
    color: var(--coral);
}
 /* ─── FINAL CTA ─── */
    .final-cta {
      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-dark) 100%);
      padding: 100px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: '🧵';
      position: absolute;
      font-size: 18rem;
      opacity: .03;
      left: -60px; bottom: -60px;
      transform: rotate(-20deg);
    }
    .final-cta::after {
      content: '🧶';
      position: absolute;
      font-size: 18rem;
      opacity: .03;
      right: -60px; top: -60px;
      transform: rotate(20deg);
    }
    .final-cta-title { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; color: var(--white); margin-bottom: 16px; }
    .final-cta-sub { font-size: 1.1rem; color: rgba(255,255,255,.65); margin-bottom: 36px; }
    .input-trial {
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.25);
      border-radius: 8px;
      padding: 14px 20px;
      color: var(--white);
      font-size: 1rem;
      width: 100%;
      outline: none;
      transition: border .2s;
    }
    .input-trial::placeholder { color: rgba(255,255,255,.45); }
    .input-trial:focus { border-color: var(--gold); }
    .btn-trial {
      background: var(--gold); color: var(--indigo-dark);
      font-weight: 700; font-size: 1rem;
      padding: 14px 30px; border-radius: 8px; border: none;
      transition: all .25s; white-space: nowrap;
      box-shadow: 0 8px 30px rgba(200,151,58,.35);
    }
    .btn-trial:hover { background: var(--gold-lt); transform: translateY(-2px); color: var(--indigo-dark); }
    .trial-note { font-size: .8rem; color: rgba(255,255,255,.45); margin-top: 12px; }
/* ─── HOW IT WORKS ─── */
    .hiw-section { background: var(--dark-bg); color:var(--white); padding: 90px 0; }
    .hiw-step {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      margin-bottom: 40px;
      position: relative;
    }
    .hiw-step:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 27px; top: 56px;
      width: 2px;
      height: calc(100% - 16px);
      background: linear-gradient(to bottom, var(--gold) 0%, transparent 100%);
    }
    .hiw-num {
      width: 56px; height: 56px;
      flex-shrink: 0;
      background: var(--indigo);
      color: var(--gold);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 700;
      border: 2px solid rgba(200,151,58,.35);
      box-shadow: 0 4px 20px rgba(28,39,86,.3);
    }
    .hiw-content-title { font-size: 1.05rem; font-weight: 600; color: var(--indigo); margin-bottom: 6px; }
    .hiw-content-text { font-size: .88rem; color: var(--muted); line-height: 1.65; }

    /* ─── PROMISE ─── */
    .promise-section {
      background: var(--white);
      padding: 80px 0;
      border-top: 3px solid var(--cream-dk);
      border-bottom: 3px solid var(--cream-dk);
    }
    .promise-card {
      text-align: center;
      padding: 32px 24px;
      border-radius: 14px;
      border: 1.5px solid var(--cream-dk);
      transition: all .3s;
      height: 100%;
    }
    .promise-card:hover { border-color: var(--gold); box-shadow: 0 12px 40px rgba(200,151,58,.12); transform: translateY(-4px); }
    .promise-icon { font-size: 2.4rem; margin-bottom: 14px; }
    .promise-title { font-size: 1rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }
    .promise-text { font-size: .85rem; color: var(--muted); line-height: 1.6; }
/* ─── DEMO STRIP ─── */
    .demo-strip {
      background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-bg) 100%);
      padding: 70px 0;
      position: relative;
      overflow: hidden;
    }
    .demo-strip::before {
      content: '';
      position: absolute; inset: 0;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(200,151,58,.04) 30px, rgba(200,151,58,.04) 31px);
    }
    .demo-strip-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .demo-strip-sub { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 28px; max-width: 520px; }
    .btn-demo-primary {
      background: var(--gold);
      color: var(--indigo-dark);
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 32px;
      border-radius: 8px;
      border: none;
      transition: all .25s;
      box-shadow: 0 8px 30px rgba(200,151,58,.35);
    }
    .btn-demo-primary:hover { background: var(--gold-lt); transform: translateY(-2px); color: var(--indigo-dark); }
    .btn-demo-secondary {
      background: transparent;
      color: rgba(255,255,255,.75);
      font-weight: 500;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,.25);
      transition: all .25s;
    }
    .btn-demo-secondary:hover { border-color: var(--gold); color: var(--gold); }

.w-btn {
  font-size: 15px;
  color: #ffffff;
  background: #7127ea;
  height: 44px;
  line-height: 40px;
  border: 2px solid #7127ea;
    border-top-color: rgb(113, 39, 234);
    border-right-color: rgb(113, 39, 234);
    border-bottom-color: rgb(113, 39, 234);
    border-left-color: rgb(113, 39, 234);
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.w-btn-15 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #f00;
  border-color: #f00;
}
.cursor-pointer{
    cursor: pointer;
}
.team__details-inner {
    -webkit-box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
    -moz-box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
    box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.white-bg {
    background: #ffffff;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
@media (min-width: 768px) {
    .pb-md-90 {
        padding-bottom: 90px !important;
    }
}
@media (min-width: 768px) {
    .pt-md-90 {
        padding-top: 90px !important;
    }
}
.pt-105 {
    padding-top: 105px;
}
.ml-70 {
    margin-left: 70px;
}
.grey-bg-3 {
    background: #f4f9fd;
}
.team__details-img.w-img img {
    width: 400px;
}
.team__details-img img {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.heading-trial {
    font-family: "Montserrat", sans-serif;
    color: #070337;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}
.subheading-trial {
    font-family: "Montserrat", sans-serif;
    color: #070337;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 31px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider.round {
    border-radius: 34px;
}
input:checked+.slider {
    background-color: #2196F3;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider.round:before {
    border-radius: 50%;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}