
/* ============================================================
   DIRECTFETCH V12 — COMPLETE PROFESSIONAL LIGHT UI
   One global stylesheet for homepage + all public service pages
   ============================================================ */
:root{
  --bg:#f8f9fc;
  --paper:#ffffff;
  --soft:#f4f2ff;
  --soft2:#eef3ff;
  --ink:#172033;
  --text:#5f6b7d;
  --line:#e5e8ef;
  --primary:#5f43f2;
  --primary2:#7352ff;
  --blue:#2563eb;
  --green:#1fa56b;
  --shadow:0 14px 36px rgba(45,46,90,.08);
  --radius:16px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:linear-gradient(180deg,#fbfcff 0%,#f8f9fc 100%);
  color:var(--ink);font-family:"Manrope","Inter",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;line-height:1.65;
}
a{text-decoration:none;color:inherit}
img,svg{max-width:100%}
.container{width:min(var(--max),calc(100% - 56px));margin:0 auto}

/* Hide old dark announcement */
.announcement{display:none!important}

/* ================= HEADER ================= */
.header{
  position:sticky;top:0;z-index:80;height:74px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
  box-shadow:0 2px 12px rgba(25,35,55,.025);
}
.navbar{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand-mark{
  width:46px;height:46px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(145deg,#2f3747,#6548f3);color:#fff;
  font-weight:900;font-size:14px;box-shadow:none;
}
.brand-text b{display:block;color:var(--ink);font-size:17px;line-height:1}
.brand-text small{display:block;color:#7d899a;font-size:9px;letter-spacing:.16em;margin-top:5px}
.nav{display:flex;align-items:center;gap:26px}
.nav>a,.nav-dropdown>a{font-size:13px;font-weight:750;color:#263144}
.nav>a:hover,.nav-dropdown>a:hover{color:var(--primary)}
.nav .btn,.header .btn{
  color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary2));
  padding:12px 18px;border:0;border-radius:10px;box-shadow:0 8px 18px rgba(95,67,242,.16);
}
.menu,.mobile-toggle{display:none!important}

/* dropdown */
.nav-dropdown{position:relative}
.mega{
  display:none;position:absolute;top:31px;left:50%;transform:translateX(-50%);
  width:330px;padding:10px;background:#fff;border:1px solid var(--line);
  border-radius:14px;box-shadow:0 18px 42px rgba(36,42,70,.14);
}
.nav-dropdown:hover .mega{display:block}
.mega a{display:block;padding:11px 12px;border-radius:9px}
.mega a:hover{background:#f7f5ff}
.mega b{display:block;color:#202a3d;font-size:12px}
.mega small{display:block;color:#7b8798;font-size:10px;margin-top:2px}

/* ================= TYPOGRAPHY ================= */
h1,h2,h3,h4{font-family:"Sora","Manrope",sans-serif;color:var(--ink);margin-top:0}
h1{letter-spacing:-.045em}
h2{letter-spacing:-.035em}
p{color:var(--text)}
.kicker{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.14em;
  text-transform:uppercase;margin-bottom:12px;
}
.kicker:before{content:"";width:22px;height:2px;background:var(--primary);border-radius:99px}
.lead{font-size:17px;line-height:1.75;color:#627084}
.muted{color:#6a7688}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 19px;border-radius:10px;font-weight:800;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#fff;border:0;box-shadow:0 8px 20px rgba(95,67,242,.14);
}
.btn:hover{transform:translateY(-1px)}
.btn.ghost{background:#fff;color:var(--primary);border:1px solid #8067ff;box-shadow:none}
.btn.small{padding:9px 13px;font-size:12px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}

/* ================= HOME HERO ================= */
.ref-hero{
  position:relative;overflow:hidden;padding:46px 0 82px;
  background:
    radial-gradient(circle at 79% 4%,rgba(177,155,255,.18),transparent 19%),
    radial-gradient(circle at 98% 84%,rgba(221,205,255,.38),transparent 25%),
    linear-gradient(180deg,#fff 0%,#fbfaff 100%);
}
.ref-hero:after{
  content:"";position:absolute;right:4%;top:80px;width:170px;height:130px;
  background:radial-gradient(circle,rgba(103,74,245,.45) 1.3px,transparent 1.5px);
  background-size:14px 14px;opacity:.32;
}
.ref-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center;position:relative;z-index:2}
.ref-badge{
  display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;
  background:#f0edff;color:#5f44df;font-size:11px;font-weight:800;margin-bottom:16px;
}
.ref-title{
  font-size:clamp(42px,4vw,66px);line-height:1.08;letter-spacing:-.05em;
  margin:0 0 18px;max-width:640px;
}
.ref-lead{font-size:16px;line-height:1.72;color:#5f6c7e;max-width:650px;margin:0}
.ref-benefits{display:flex;gap:24px;flex-wrap:wrap;margin:23px 0 29px}
.ref-benefit{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:750;color:#344054}
.bicon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:var(--primary)}
.ref-actions{display:flex;gap:13px;flex-wrap:wrap}
.ref-actions a{padding:14px 21px;border-radius:10px;font-weight:800}
.ref-actions .primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 10px 24px rgba(95,67,242,.16)}
.ref-actions .secondary{background:#fff;color:var(--primary);border:1.4px solid #7e64ff}

/* console dashboard */
.console-shot{
  background:#fff;border:1px solid var(--line);border-radius:15px;
  box-shadow:var(--shadow);overflow:hidden;min-height:330px;
}
.console-head{height:46px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;gap:8px;padding:0 16px;font-size:11px;font-weight:800;color:#394457}
.play-triangle{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:12px solid #4285f4}
.console-inner{display:grid;grid-template-columns:130px 1fr;min-height:285px}
.console-side{padding:13px 9px;border-right:1px solid #edf0f4}
.side-item{display:flex;gap:7px;align-items:center;padding:8px 9px;border-radius:8px;color:#6b788b;font-size:9px}
.side-item.active{background:#f0edff;color:#5d43e6;font-weight:800}
.side-dot{width:6px;height:6px;border:1.4px solid currentColor;border-radius:2px}
.console-main{padding:15px;background:linear-gradient(180deg,#fff,#fdfcff)}
.console-welcome{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}
.console-welcome h3{margin:0;font-size:14px}.console-welcome p{margin:3px 0 0;font-size:8px;color:#8995a6}
.date-chip{font-size:8px;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;color:#667085}
.metric-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.metric-card{border:1px solid #e9ebf0;border-radius:9px;padding:10px}
.metric-card small{display:block;font-size:7px;color:#7e8999}.metric-card b{font-size:16px}.growth{float:right;margin-top:-18px;font-size:7px;color:#1c9b63}
.spark{height:19px;margin-top:6px}.spark svg{display:block;width:100%;height:19px!important}
.chart-box{border:1px solid #e9ebf0;border-radius:9px;padding:10px;margin-top:8px}
.chart-head{display:flex;justify-content:space-between;font-size:8px}.chart-box>svg{display:block;width:100%;height:70px!important;margin-top:6px}

/* ================= TRUST / STATS STRIP ================= */
.ref-stats-wrap{position:relative;z-index:4;margin-top:-42px}
.ref-stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#fff;border:1px solid var(--line);border-radius:14px;
  box-shadow:var(--shadow);padding:16px 18px;
}
.ref-stat{display:flex;align-items:center;justify-content:center;gap:12px;padding:4px 15px;border-left:1px solid #edf0f4}
.ref-stat:first-child{border-left:0}
.stat-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:var(--primary)}
.ref-stat b{display:block;color:var(--primary);font-size:17px;line-height:1.1}
.ref-stat span{display:block;margin-top:4px;color:#657286;font-size:9px}

/* ================= SERVICE CARDS ================= */
.ref-services{padding:50px 0 74px;background:linear-gradient(180deg,#fbfaff,#f7f6ff)}
.ref-services-head{text-align:center;margin-bottom:25px}
.ref-services-head .eyebrow{font-size:9px;font-weight:900;letter-spacing:.16em;color:#6849f6}
.ref-services-head h2{margin:7px 0 4px;font-size:25px}
.ref-services-head p{margin:0;font-size:11px;color:#69768a}
.ref-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ref-service{
  min-height:180px;padding:20px;background:#fff;border:1px solid var(--line);
  border-radius:14px;box-shadow:0 8px 22px rgba(49,46,129,.05);transition:.2s
}
.ref-service:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(49,46,129,.09)}
.ref-service-head{display:flex;gap:11px;align-items:flex-start;margin-bottom:10px}
.ref-service-icon{width:40px;height:40px;flex:none;border-radius:12px;display:grid;place-items:center;background:#f0edff;color:var(--primary);font-weight:900}
.ref-service h3{font-size:14px;line-height:1.35;margin:2px 0}
.ref-service p{font-size:12px;line-height:1.55;color:#6a7688;margin:0}
.ref-service a{display:inline-block;margin-top:12px;color:var(--primary);font-size:11px;font-weight:800}

/* ================= GENERIC PAGE HERO ================= */
.page-hero,.service-hero{
  padding:64px 0 54px!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(182,159,255,.16),transparent 18%),
    linear-gradient(180deg,#fff 0%,#faf9ff 100%)!important;
  border-bottom:1px solid var(--line)!important;color:var(--ink)!important
}
.page-hero .inner{max-width:820px}
.page-hero h1,.service-hero h1{font-size:clamp(38px,4vw,58px)!important;line-height:1.08!important;color:var(--ink)!important;margin-bottom:16px!important}
.page-hero .lead,.service-hero .lead{color:#637083!important;font-size:16px!important}
.breadcrumbs{font-size:11px;color:#8290a2;margin-bottom:17px}
.breadcrumbs a{color:var(--primary)}

/* Services page */
.service-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.solution-panel{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:16px!important;
  box-shadow:var(--shadow)!important;padding:20px!important
}
.solution-panel .sp-top{border-bottom:1px solid var(--line)!important}
.solution-panel .sp-top b,.sp-item b{color:var(--ink)!important}
.solution-panel .sp-top span{color:var(--primary)!important}
.sp-item{border-bottom:1px solid #edf0f4!important}
.sp-item small{color:#7a8798!important}
.sp-item .sp-icon{background:#f0edff!important;color:var(--primary)!important}
.audience-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.audience-card{background:#fff!important;border:1px solid var(--line)!important;border-radius:13px!important;box-shadow:none!important}
.audience-card b{color:var(--ink)!important}.audience-card span{color:#6c788b!important}

/* Generic sections */
.section{padding:72px 0;background:transparent!important}
.section.problem,.problem,.focus-section{background:linear-gradient(180deg,#f9f8ff,#f5f4ff)!important;border:0!important}
.section-head{display:flex;justify-content:space-between;gap:42px;align-items:end;margin-bottom:30px}
.section-head>div{max-width:720px}.section-head>p{max-width:380px}
.section h2,.section-head h2{font-size:clamp(28px,3.4vw,44px);margin-bottom:12px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card,.svc,.matrix-card,.case-card,.solve,.feature,.security-item,.contact-card,.intake-form,.cost-item{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;
  box-shadow:0 8px 22px rgba(49,46,129,.045)!important;color:var(--ink)!important
}
.card,.matrix-card,.svc,.case-card{padding:22px!important}
.card h3,.matrix-card h3,.svc h3,.case-card h3,.solve h3{color:var(--ink)!important}
.card p,.matrix-card p,.svc p,.case-card p,.solve p,.svc li{color:#687588!important}
.icon,.svc-icon{background:#f0edff!important;color:var(--primary)!important;border:0!important}
.link,.card .link,.matrix-card a,.svc a,.solve a{color:var(--primary)!important}

/* services catalog */
.service-market,.service-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.svc,.svc.primary{grid-column:auto!important;min-height:unset!important}
.service-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}
.service-filter a{background:#fff;border:1px solid var(--line);color:#607086;padding:8px 11px;border-radius:999px;font-size:10px}
.service-filter a:hover{border-color:#cfc7ff;color:var(--primary)}

/* 2-col content */
.two,.problem-grid,.org-grid,.faq,.contact-grid,.intake-shell{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.feature-list,.problem-list,.cost-stack{display:grid;gap:11px}
.feature,.problem-item,.cost-item{padding:17px}
.problem-item{display:grid;grid-template-columns:38px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:13px}
.problem-item span,.solve-no{background:#f0edff!important;color:var(--primary)!important}
.path-card,.policy-note,.note{background:#f6f4ff!important;border:1px solid #ded8ff!important;color:#536178!important;border-radius:13px!important}
.path-card h3,.policy-note b{color:var(--ink)!important}

/* steps / journey */
.steps,.journey,.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.step,.journey>div,.security-item{background:#fff!important;border:1px solid var(--line)!important;border-radius:13px!important;padding:20px!important}
.step span,.journey span{color:var(--primary)!important}
.step h3,.journey h3{color:var(--ink)!important}
.step p,.journey p{color:#6a7688!important}

/* FAQ */
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px 17px;margin-bottom:9px}
.faq summary{color:var(--ink);font-weight:800;cursor:pointer}
.faq details p{color:#687588;margin-bottom:0}

/* Forms */
.form,.gridform{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:6px}.field.full{grid-column:1/-1}
.field label{font-size:11px;color:#435066;font-weight:700}
.field input,.field select,.field textarea{
  width:100%;background:#fff!important;color:#1d2939!important;border:1px solid #dfe3eb!important;
  border-radius:10px;padding:12px 13px;font:inherit;outline:none
}
.field textarea{min-height:130px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8067ff!important;box-shadow:0 0 0 3px rgba(128,103,255,.10)}
.contact-card{padding:22px}

/* table */
.comparison{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}
.comparison th,.comparison td{padding:13px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}
.comparison th{background:#f6f5ff;color:var(--ink)}.comparison td{color:#687588}.comparison tr:last-child td{border-bottom:0}

/* prefooter */
.prefooter{padding:20px 0 70px;background:transparent}
.prefooter-box,.band-box{
  display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;
  padding:32px;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--primary2))!important;
  border:0!important;color:#fff
}
.prefooter-box h2,.prefooter-box p,.prefooter-box .kicker,.band-box h2,.band-box p,.band-box .kicker{color:#fff!important}
.prefooter-box .btn,.band-box .btn{background:#fff!important;color:var(--primary)!important;box-shadow:none}

/* footer */
.footer{background:#111827!important;border:0!important;padding:48px 0 24px;color:#c8d0dc}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}
.footer .brand-text b{color:#fff}.footer p{color:#8f9bae!important}
.footer h4{color:#fff!important}.footer a{color:#bcc5d2!important}.footer a:hover{color:#fff!important}
.footer-bottom{border-top:1px solid #293244;margin-top:34px;padding-top:20px;color:#7f8b9d}

/* Floating contact */
.float-contact{position:fixed;right:18px;bottom:18px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 12px 28px rgba(95,67,242,.23);z-index:60}
.sticky-cta{display:none!important}

/* Admin is separate and untouched */

/* RESPONSIVE */
@media(max-width:1050px){
  .container{width:min(var(--max),calc(100% - 40px))}
  .nav{gap:15px}.nav>a,.nav-dropdown>a{font-size:12px}
  .ref-service-grid,.grid3{grid-template-columns:repeat(2,1fr)}
  .steps,.journey,.security-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .nav{display:none}
  .menu{display:block!important;background:#fff;border:1px solid var(--line);border-radius:8px;padding:7px 9px;color:var(--ink)}
  .nav.open{display:flex;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:var(--shadow)}
  .mega{position:static;transform:none;width:100%;box-shadow:none;margin-top:8px}
  .ref-hero-grid,.service-hero-grid,.two,.problem-grid,.org-grid,.faq,.contact-grid,.intake-shell{grid-template-columns:1fr}
  .ref-stats{grid-template-columns:repeat(2,1fr)}
  .ref-stat:nth-child(3){border-left:0}
  .service-market,.service-matrix{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:calc(100% - 28px)}
  .header,.navbar{height:68px}
  .brand-mark{width:36px;height:36px}.brand-text b{font-size:15px}
  .ref-hero{padding:36px 0 68px}.ref-title{font-size:40px}
  .ref-benefits{gap:10px}.ref-benefit{width:100%}
  .console-inner{grid-template-columns:96px 1fr}.metric-cards{grid-template-columns:1fr}.metric-card:nth-child(n+2){display:none}
  .ref-stats,.ref-service-grid,.grid3,.steps,.journey,.security-grid,.form{grid-template-columns:1fr}
  .ref-stat{border-left:0;border-bottom:1px solid #edf0f4;justify-content:flex-start}.ref-stat:last-child{border-bottom:0}
  .section{padding:56px 0}.section-head{display:block}
  .footer-grid{grid-template-columns:1fr}
  .prefooter-box,.band-box{grid-template-columns:1fr}
}


/* ================= V13 AUTO SERVICES + SOLUTIONS ================= */
.auto-showcase{
  padding:54px 0 60px;
  background:linear-gradient(180deg,#fbfaff 0%,#f7f6ff 100%);
  overflow:hidden;
}
.solutions-showcase{
  padding-top:18px;
  background:linear-gradient(180deg,#f7f6ff 0%,#fbfcff 100%);
}
.auto-showcase-head{text-align:center;max-width:720px;margin:0 auto 26px}
.auto-eyebrow{font-size:9px;font-weight:900;letter-spacing:.17em;color:var(--primary)}
.auto-showcase-head h2{font-size:26px;line-height:1.25;margin:7px 0 5px}
.auto-showcase-head p{font-size:12px;margin:0;color:#69768a}

.auto-carousel{position:relative;padding:0 46px}
.carousel-viewport{overflow:hidden;padding:8px 3px 14px}
.carousel-track{
  display:flex;gap:16px;will-change:transform;
  transition:transform .65s cubic-bezier(.22,.61,.36,1);
}
.auto-card{
  flex:0 0 calc((100% - 64px)/5);
  min-width:0;min-height:154px;
  display:grid;grid-template-columns:42px 1fr 18px;gap:12px;align-items:start;
  padding:19px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;
  box-shadow:0 8px 22px rgba(49,46,129,.055);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.auto-card:hover{
  transform:translateY(-4px);border-color:#d9d1ff;
  box-shadow:0 15px 32px rgba(49,46,129,.11)
}
.auto-icon{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(145deg,#f3f0ff,#ebe7ff);color:var(--primary);
  font-size:10px;font-weight:900;letter-spacing:-.02em
}
.auto-card h3{font-size:13px;line-height:1.35;margin:1px 0 7px;letter-spacing:-.02em}
.auto-card p{font-size:10.5px;line-height:1.58;margin:0;color:#657286}
.auto-card>b{align-self:end;color:var(--primary);font-size:16px}

.carousel-arrow{
  position:absolute;top:50%;transform:translateY(-60%);z-index:4;
  width:34px;height:34px;border-radius:50%;border:1px solid var(--line);
  background:#fff;color:#344054;font-size:22px;line-height:1;cursor:pointer;
  box-shadow:0 6px 16px rgba(30,41,59,.08)
}
.carousel-arrow:hover{color:var(--primary);border-color:#d4ccff}
.carousel-arrow.prev{left:0}.carousel-arrow.next{right:0}
.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:5px}
.carousel-dot{width:7px;height:7px;border-radius:99px;background:#ddd8fb;transition:.2s}
.carousel-dot.active{width:20px;background:var(--primary)}

@media(max-width:1100px){
  .auto-card{flex-basis:calc((100% - 32px)/3)}
}
@media(max-width:760px){
  .auto-carousel{padding:0 35px}
  .auto-card{flex-basis:calc((100% - 16px)/2)}
}
@media(max-width:520px){
  .auto-carousel{padding:0 30px}
  .auto-card{flex-basis:100%}
  .auto-showcase-head h2{font-size:23px}
}


/* ===== V14 NUMERIC STATS ===== */
.ref-stats{
  padding:18px 24px!important;
}
.ref-stat{
  justify-content:center!important;
  min-height:68px;
}
.ref-stat .stat-icon{
  width:42px!important;height:42px!important;
  background:linear-gradient(145deg,#f4f0ff,#ebe6ff)!important;
  color:var(--primary)!important;
  font-size:15px;font-weight:900;
}
.ref-stat b{
  display:block!important;
  color:var(--primary)!important;
  font-size:24px!important;
  line-height:1!important;
  font-family:"Sora","Manrope",sans-serif;
  letter-spacing:-.03em;
}
.ref-stat span{
  display:block!important;
  margin-top:6px!important;
  color:#59677b!important;
  font-size:11px!important;
  font-weight:650;
}
@media(max-width:900px){
  .ref-stat{justify-content:flex-start!important}
}


/* =========================================================
   V15 — FULL WIDTH CONTINUOUS MARQUEE
   ========================================================= */
.full-marquee-section{
  width:100%;
  padding:12px 0;
  overflow:hidden;
  background:linear-gradient(180deg,#faf9ff,#f7f6ff);
  border-top:1px solid rgba(95,67,242,.06);
}
.solutions-marquee{
  padding-top:8px;
  background:linear-gradient(180deg,#f7f6ff,#fbfcff);
}
.marquee-shell{
  width:100%;
  overflow:hidden;
  position:relative;
}
.marquee-shell:before,
.marquee-shell:after{
  content:"";
  position:absolute;top:0;bottom:0;width:70px;z-index:3;pointer-events:none;
}
.marquee-shell:before{left:0;background:linear-gradient(90deg,#faf9ff,rgba(250,249,255,0))}
.marquee-shell:after{right:0;background:linear-gradient(270deg,#faf9ff,rgba(250,249,255,0))}
.solutions-marquee .marquee-shell:before{background:linear-gradient(90deg,#f8f8ff,rgba(248,248,255,0))}
.solutions-marquee .marquee-shell:after{background:linear-gradient(270deg,#f8f8ff,rgba(248,248,255,0))}

.marquee-track{
  width:max-content;
  display:flex;
  gap:14px;
  align-items:stretch;
  padding:6px 0;
  animation:df-marquee-left 72s linear infinite;
  will-change:transform;
}
.marquee-track.reverse{
  animation-name:df-marquee-right;
  animation-duration:78s;
}
.marquee-card{
  flex:0 0 380px;
  width:380px;
  min-height:112px;
  display:grid;
  grid-template-columns:46px 1fr 18px;
  gap:13px;
  align-items:center;
  padding:17px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:13px;
  box-shadow:0 7px 18px rgba(49,46,129,.05);
  transition:border-color .2s, box-shadow .2s, transform .2s;
}
.marquee-card:hover{
  border-color:#d6ceff;
  box-shadow:0 12px 28px rgba(49,46,129,.10);
  transform:translateY(-2px);
}
.marquee-icon{
  width:50px;height:50px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#f2efff,#e9e5ff);
  color:var(--primary);
  font-size:10px;font-weight:900;
}
.marquee-copy{min-width:0}
.marquee-copy b{
  display:block;
  color:var(--ink);
  font-family:"Sora","Manrope",sans-serif;
  font-size:13px;
  line-height:1.25;
  margin-bottom:5px;
}
.marquee-copy small{
  display:block;
  color:#687588;
  font-size:10.5px;
  line-height:1.45;
}
.marquee-arrow{
  color:var(--primary);
  font-weight:900;
  font-size:16px;
}

@keyframes df-marquee-left{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-50% - 7px),0,0)}
}
@keyframes df-marquee-right{
  from{transform:translate3d(calc(-50% - 7px),0,0)}
  to{transform:translate3d(0,0,0)}
}

/* no headings, no arrows, no slider dots */
.auto-showcase,.auto-showcase-head,.auto-carousel,.carousel-arrow,.carousel-dots{display:none!important}

/* continuous motion remains active; do not pause on hover */


@media(max-width:900px){
  .marquee-card{flex-basis:340px;width:340px;min-height:106px}
}
@media(max-width:620px){
  .marquee-card{flex-basis:305px;width:305px;min-height:102px;padding:15px 16px}
  .marquee-icon{width:42px;height:42px}
  .marquee-copy b{font-size:12px}
  .marquee-copy small{font-size:10px}
  .marquee-track{animation-duration:62s}
  .marquee-track.reverse{animation-duration:68s}
}


/* ===== V16 FINAL MARQUEE TUNING ===== */
.marquee-track{animation-duration:72s!important}
.marquee-track.reverse{animation-duration:78s!important}

.marquee-card{
  flex-basis:380px!important;
  width:380px!important;
  min-height:112px!important;
  padding:17px 18px!important;
  grid-template-columns:50px 1fr 18px!important;
}
.marquee-icon{
  width:50px!important;
  height:50px!important;
}
.marquee-copy b{font-size:13.5px!important}
.marquee-copy small{font-size:10.8px!important;line-height:1.5!important}

/* Moving rows now sit immediately after hero and before stats strip */
.full-marquee-section.services-marquee{
  padding-top:22px!important;
}
.full-marquee-section.solutions-marquee{
  padding-bottom:20px!important;
}
.ref-stats-wrap{
  margin-top:0!important;
  padding-top:14px!important;
}

@media(max-width:900px){
  .marquee-card{
    flex-basis:340px!important;
    width:340px!important;
    min-height:106px!important;
  }
  .marquee-track{animation-duration:66s!important}
  .marquee-track.reverse{animation-duration:72s!important}
}
@media(max-width:620px){
  .marquee-card{
    flex-basis:305px!important;
    width:305px!important;
    min-height:102px!important;
  }
  .marquee-track{animation-duration:60s!important}
  .marquee-track.reverse{animation-duration:66s!important}
}


/* ===== V17 CARD SIZE TEST: 800 x 450 ===== */
.marquee-card{
  flex-basis:800px!important;
  width:800px!important;
  min-height:450px!important;
  height:450px!important;
  padding:36px 40px!important;
  grid-template-columns:88px 1fr 32px!important;
  gap:26px!important;
  align-items:center!important;
  border-radius:24px!important;
}
.marquee-icon{
  width:88px!important;
  height:88px!important;
  border-radius:22px!important;
  font-size:18px!important;
}
.marquee-copy b{
  font-size:28px!important;
  line-height:1.2!important;
  margin-bottom:14px!important;
}
.marquee-copy small{
  font-size:18px!important;
  line-height:1.65!important;
}
.marquee-arrow{
  font-size:30px!important;
}
.marquee-track{
  gap:24px!important;
  animation-duration:95s!important;
}
.marquee-track.reverse{
  animation-duration:102s!important;
}

/* responsive fallback */
@media(max-width:1100px){
  .marquee-card{
    flex-basis:680px!important;
    width:680px!important;
    min-height:390px!important;
    height:390px!important;
  }
  .marquee-copy b{font-size:24px!important}
  .marquee-copy small{font-size:16px!important}
}
@media(max-width:760px){
  .marquee-card{
    flex-basis:520px!important;
    width:520px!important;
    min-height:320px!important;
    height:320px!important;
    padding:28px 30px!important;
    grid-template-columns:72px 1fr 26px!important;
  }
  .marquee-icon{width:72px!important;height:72px!important}
  .marquee-copy b{font-size:21px!important}
  .marquee-copy small{font-size:14px!important}
}
@media(max-width:560px){
  .marquee-card{
    flex-basis:86vw!important;
    width:86vw!important;
    min-height:280px!important;
    height:280px!important;
    padding:24px!important;
    grid-template-columns:60px 1fr!important;
  }
  .marquee-arrow{display:none!important}
  .marquee-icon{width:60px!important;height:60px!important}
  .marquee-copy b{font-size:18px!important}
  .marquee-copy small{font-size:13px!important}
}


/* ===== V18 CARD SIZE + HOVER PAUSE ===== */
.marquee-card{
  flex-basis:400px!important;
  width:400px!important;
  min-height:250px!important;
  height:250px!important;
  padding:24px 26px!important;
  grid-template-columns:64px 1fr 24px!important;
  gap:18px!important;
  align-items:center!important;
  border-radius:18px!important;
}
.marquee-icon{
  width:64px!important;
  height:64px!important;
  border-radius:16px!important;
  font-size:13px!important;
}
.marquee-copy b{
  font-size:18px!important;
  line-height:1.25!important;
  margin-bottom:10px!important;
}
.marquee-copy small{
  font-size:13px!important;
  line-height:1.55!important;
}
.marquee-arrow{
  font-size:22px!important;
}
.marquee-track{
  gap:18px!important;
  animation-duration:78s!important;
}
.marquee-track.reverse{
  animation-duration:84s!important;
}

/* Pause continuous movement when visitor hovers the moving row */
.marquee-shell:hover .marquee-track{
  animation-play-state:paused!important;
}
.marquee-shell:not(:hover) .marquee-track{
  animation-play-state:running!important;
}

@media(max-width:900px){
  .marquee-card{
    flex-basis:360px!important;
    width:360px!important;
    min-height:230px!important;
    height:230px!important;
    padding:22px!important;
  }
  .marquee-copy b{font-size:17px!important}
  .marquee-copy small{font-size:12.5px!important}
}
@media(max-width:620px){
  .marquee-card{
    flex-basis:86vw!important;
    width:86vw!important;
    min-height:210px!important;
    height:210px!important;
    padding:20px!important;
    grid-template-columns:56px 1fr!important;
  }
  .marquee-icon{
    width:56px!important;
    height:56px!important;
  }
  .marquee-arrow{display:none!important}
  .marquee-copy b{font-size:16px!important}
  .marquee-copy small{font-size:12px!important}
}


/* ===== V19 PROFESSIONAL MID-PAGE SECTIONS ===== */

/* Keep the four real statistics as one clean premium bar */
.ref-stats-wrap{
  max-width:1240px!important;
  margin:22px auto 0!important;
  padding:0 20px!important;
}
.ref-stats{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  padding:20px 18px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid #e6e8f1!important;
  border-radius:18px!important;
  box-shadow:0 14px 38px rgba(31,41,55,.065)!important;
}
.ref-stat{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-height:64px!important;
  padding:4px 20px!important;
  border-right:1px solid #eceef5!important;
}
.ref-stat:last-child{border-right:0!important}
.ref-stat .stat-icon{
  flex:0 0 44px!important;
  width:44px!important;height:44px!important;
  border-radius:50%!important;
  background:#f0edff!important;
  color:#6547f5!important;
}
.ref-stat b{
  font-size:24px!important;
  color:#6547f5!important;
  font-weight:800!important;
  line-height:1!important;
}
.ref-stat span{
  margin-top:7px!important;
  font-size:11px!important;
  color:#59677b!important;
  font-weight:650!important;
}

/* Why DirectFetch */
.why-premium{
  padding:82px 0 88px;
  background:
    radial-gradient(circle at 82% 18%,rgba(102,71,245,.07),transparent 28%),
    linear-gradient(180deg,#fbfcff 0%,#f8f8fe 100%);
}
.why-premium-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:72px;
  align-items:center;
}
.why-copy{max-width:560px}
.why-copy .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#6547f5;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
}
.why-copy .kicker:before{
  content:"";
  width:24px;height:2px;border-radius:99px;background:#6547f5;
}
.why-copy h2{
  margin:18px 0 20px;
  color:#101828;
  font-family:"Sora","Manrope",sans-serif;
  font-size:46px;
  line-height:1.16;
  letter-spacing:-.045em;
}
.why-copy h2 span{color:#6547f5}
.why-copy>p{
  max-width:535px;
  margin:0;
  color:#667085;
  font-size:15px;
  line-height:1.8;
}
.why-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:26px 0 27px;
}
.why-trust-row span{
  display:flex;align-items:center;gap:7px;
  color:#344054;font-size:11.5px;font-weight:700;
}
.why-trust-row i{
  width:20px;height:20px;border-radius:50%;
  display:grid;place-items:center;
  background:#eeeaff;color:#6547f5;
  font-size:10px;font-style:normal;font-weight:900;
}
.why-copy .btn{
  min-height:48px;
  padding:0 22px;
  border-radius:11px;
  box-shadow:0 10px 24px rgba(101,71,245,.17);
}
.why-copy .btn b{margin-left:8px}

.why-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.why-service-card{
  min-height:176px;
  padding:22px;
  display:grid;
  grid-template-columns:42px 1fr 20px;
  gap:14px;
  align-items:start;
  background:rgba(255,255,255,.96);
  border:1px solid #e3e6ef;
  border-radius:17px;
  box-shadow:0 10px 28px rgba(31,41,55,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.why-service-card:hover{
  transform:translateY(-4px);
  border-color:#d5ceff;
  box-shadow:0 17px 38px rgba(76,55,180,.105);
}
.why-number{
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:#f0edff;color:#6547f5;
  font-size:11px;font-weight:900;
}
.why-card-copy b{
  display:block;
  margin:3px 0 9px;
  color:#101828;
  font-family:"Sora","Manrope",sans-serif;
  font-size:14px;
  line-height:1.35;
}
.why-card-copy small{
  display:block;
  color:#667085;
  font-size:11px;
  line-height:1.65;
}
.why-link{
  color:#6547f5;
  font-size:17px;
  transition:transform .2s ease;
}
.why-service-card:hover .why-link{transform:translate(2px,-2px)}

@media(max-width:1050px){
  .why-premium-grid{grid-template-columns:1fr;gap:42px}
  .why-copy{max-width:700px}
  .why-service-grid{max-width:800px}
}
@media(max-width:820px){
  .ref-stats{grid-template-columns:1fr 1fr!important}
  .ref-stat:nth-child(2){border-right:0!important}
  .ref-stat:nth-child(-n+2){border-bottom:1px solid #eceef5!important}
  .why-copy h2{font-size:38px}
}
@media(max-width:620px){
  .ref-stats{grid-template-columns:1fr!important}
  .ref-stat{justify-content:flex-start!important;border-right:0!important;border-bottom:1px solid #eceef5!important}
  .ref-stat:last-child{border-bottom:0!important}
  .why-premium{padding:58px 0 64px}
  .why-service-grid{grid-template-columns:1fr}
  .why-copy h2{font-size:32px}
  .why-service-card{min-height:150px}
}


/* ===== V20 PREMIUM FAQ ===== */
.faq-premium{
  padding:82px 0 88px;
  background:
    radial-gradient(circle at 14% 15%,rgba(101,71,245,.055),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#faf9ff 100%);
  border-top:1px solid rgba(101,71,245,.055);
}
.faq-premium-grid{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:68px;
  align-items:start;
}
.faq-intro{
  position:sticky;
  top:110px;
}
.faq-intro .kicker{
  color:#6547f5;
  margin-bottom:16px;
}
.faq-intro h2{
  margin:0 0 16px;
  font-family:"Sora","Manrope",sans-serif;
  color:#101828;
  font-size:44px;
  line-height:1.12;
  letter-spacing:-.045em;
}
.faq-intro>p{
  max-width:470px;
  margin:0;
  color:#667085;
  font-size:14.5px;
  line-height:1.78;
}
.faq-contact-card{
  margin-top:30px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:13px;
  padding:18px;
  background:#fff;
  border:1px solid #e3e6ef;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(31,41,55,.055);
}
.faq-contact-icon{
  width:44px;height:44px;border-radius:12px;
  display:grid;place-items:center;
  background:#f0edff;color:#6547f5;
  font-size:17px;font-weight:900;
}
.faq-contact-card b{
  display:block;
  color:#101828;
  font-size:13px;
  margin:1px 0 5px;
}
.faq-contact-card span{
  display:block;
  color:#667085;
  font-size:10.8px;
  line-height:1.55;
}
.faq-contact-card a{
  grid-column:2;
  margin-top:3px;
  color:#6547f5;
  font-size:11px;
  font-weight:850;
}

.faq-list{
  display:grid;
  gap:11px;
}
.faq-item{
  background:rgba(255,255,255,.97);
  border:1px solid #e2e5ed;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 7px 20px rgba(31,41,55,.038);
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.faq-item:hover{
  border-color:#d8d1ff;
  box-shadow:0 11px 27px rgba(72,55,170,.075);
}
.faq-item[open]{
  border-color:#d7d0ff;
  box-shadow:0 13px 30px rgba(72,55,170,.09);
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:1fr 34px;
  gap:16px;
  align-items:center;
  min-height:67px;
  padding:15px 18px 15px 20px;
  color:#172033;
  font-family:"Sora","Manrope",sans-serif;
  font-size:13px;
  font-weight:650;
  line-height:1.45;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary i{
  width:32px;height:32px;border-radius:10px;
  display:grid;place-items:center;
  background:#f2efff;color:#6547f5;
  font-style:normal;font-size:18px;font-weight:500;
  transition:transform .22s,background .22s;
}
.faq-item[open] summary i{
  transform:rotate(45deg);
  background:#6547f5;color:#fff;
}
.faq-answer{
  padding:0 70px 19px 20px;
  color:#667085;
  font-size:12px;
  line-height:1.7;
  animation:faqFade .24s ease;
}
@keyframes faqFade{
  from{opacity:0;transform:translateY(-4px)}
  to{opacity:1;transform:none}
}

@media(max-width:980px){
  .faq-premium-grid{grid-template-columns:1fr;gap:35px}
  .faq-intro{position:static;max-width:720px}
  .faq-intro h2{font-size:38px}
  .faq-contact-card{max-width:570px}
}
@media(max-width:620px){
  .faq-premium{padding:60px 0 66px}
  .faq-intro h2{font-size:32px}
  .faq-item summary{
    font-size:12px;
    padding:14px 14px 14px 16px;
    grid-template-columns:1fr 30px;
  }
  .faq-item summary i{width:29px;height:29px}
  .faq-answer{padding:0 16px 17px;font-size:11.5px}
}


/* ===== V21 MARKETPLACE PROFESSIONAL SERVICES ===== */
.market-services{
  padding:84px 0 90px;
  background:
    radial-gradient(circle at 88% 9%,rgba(101,71,245,.055),transparent 22%),
    linear-gradient(180deg,#f8f8fe 0%,#ffffff 100%);
  border-top:1px solid rgba(101,71,245,.05);
}
.market-services-head{
  display:flex;
  justify-content:space-between;
  gap:42px;
  align-items:flex-end;
  margin-bottom:30px;
}
.market-services-head>div{max-width:760px}
.market-services-head .kicker{margin-bottom:12px}
.market-services-head h2{
  margin:0 0 12px;
  font-family:"Sora","Manrope",sans-serif;
  font-size:40px;
  line-height:1.14;
  letter-spacing:-.04em;
  color:#101828;
}
.market-services-head p{
  margin:0;
  max-width:680px;
  color:#667085;
  font-size:14px;
  line-height:1.75;
}
.market-view-all{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:0 16px;
  border:1px solid #d9d3ff;
  border-radius:11px;
  background:#fff;
  color:#6547f5;
  font-size:11px;
  font-weight:850;
  box-shadow:0 7px 18px rgba(31,41,55,.035);
}
.market-view-all:hover{border-color:#bfb4ff;box-shadow:0 10px 24px rgba(76,55,180,.08)}

.market-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.market-service-card{
  position:relative;
  min-height:350px;
  display:flex;
  flex-direction:column;
  padding:22px;
  background:#fff;
  border:1px solid #e2e5ed;
  border-radius:17px;
  box-shadow:0 9px 26px rgba(31,41,55,.052);
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.market-service-card:before{
  content:"";
  position:absolute;
  right:-46px;top:-54px;
  width:130px;height:130px;border-radius:50%;
  background:radial-gradient(circle,rgba(101,71,245,.08),transparent 66%);
  pointer-events:none;
}
.market-service-card.featured{border-color:#ddd7ff}
.market-service-card:hover{
  transform:translateY(-4px);
  border-color:#ccc3ff;
  box-shadow:0 18px 38px rgba(76,55,180,.105);
}
.market-card-top{
  min-height:26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
}
.market-category{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#f5f6fa;
  color:#59677b;
  font-size:9px;
  font-weight:800;
}
.market-badge{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#f0edff;
  color:#6547f5;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.market-card-icon{
  width:46px;height:46px;
  border-radius:13px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#f2efff,#e8e3ff);
  color:#6547f5;
  font-size:11px;
  font-weight:900;
  margin-bottom:18px;
}
.market-service-card h3{
  margin:0 0 10px;
  color:#101828;
  font-family:"Sora","Manrope",sans-serif;
  font-size:16px;
  line-height:1.4;
  letter-spacing:-.02em;
}
.market-service-card>p{
  margin:0 0 20px;
  color:#667085;
  font-size:11.5px;
  line-height:1.68;
}
.market-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:auto;
  margin-bottom:17px;
}
.market-meta>div{
  padding:10px 11px;
  border-radius:10px;
  background:#f8f8fc;
  border:1px solid #eceef4;
}
.market-meta small{
  display:block;
  color:#8a95a5;
  font-size:7px;
  font-weight:850;
  letter-spacing:.08em;
  margin-bottom:3px;
}
.market-meta b{
  display:block;
  color:#303b4e;
  font-size:11px;
}
.market-service-card>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:42px;
  padding:0 13px;
  border-radius:10px;
  background:#f0edff;
  color:#6547f5;
  font-size:10.5px;
  font-weight:850;
  transition:background .2s,color .2s;
}
.market-service-card>a:hover{
  background:#6547f5;
  color:#fff;
}
.market-service-card>a span{font-size:15px}

.market-service-note{
  margin-top:18px;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  padding:15px 17px;
  border:1px solid #dfdcf5;
  background:#faf9ff;
  border-radius:13px;
}
.market-service-note>span{
  width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  background:#ede9ff;color:#6547f5;
  font-weight:900;
}
.market-service-note p{
  margin:3px 0 0;
  color:#667085;
  font-size:10.5px;
  line-height:1.65;
}
.market-service-note b{color:#344054}

@media(max-width:980px){
  .market-service-grid{grid-template-columns:repeat(2,1fr)}
  .market-services-head{align-items:flex-start}
}
@media(max-width:700px){
  .market-services{padding:62px 0 68px}
  .market-services-head{display:block}
  .market-services-head h2{font-size:32px}
  .market-view-all{margin-top:18px}
  .market-service-grid{grid-template-columns:1fr}
  .market-service-card{min-height:320px}
}


/* ===== V22 GET STARTED HOVER VISIBILITY FIX ===== */
.nav-cta,
.nav-cta:link,
.nav-cta:visited{
  color:#ffffff!important;
}
.nav-cta:hover,
.nav-cta:focus,
.nav-cta:focus-visible,
.nav-cta:active{
  color:#ffffff!important;
  background:#4f35e8!important;
  border-color:#4f35e8!important;
  text-decoration:none!important;
}
.nav-cta *,
.nav-cta:hover *,
.nav-cta:focus *{
  color:#ffffff!important;
}

/* Fallback for header CTA implementations using .btn */
header .btn[href*="contact"],
header .btn[href*="get-started"],
header a.btn:last-of-type{
  color:#ffffff!important;
}
header .btn[href*="contact"]:hover,
header .btn[href*="get-started"]:hover,
header a.btn:last-of-type:hover{
  color:#ffffff!important;
}

/* Exact current Get Started selector */
a.btn.small:hover,a.btn.small:focus{color:#fff!important;}


/* ===== V23 DIRECTFETCH INTERNAL PROFESSIONAL SERVICES ===== */
.market-services{display:none!important}

.professional-services-suite{
  padding:86px 0 92px;
  background:
    radial-gradient(circle at 90% 8%,rgba(101,71,245,.06),transparent 23%),
    radial-gradient(circle at 4% 82%,rgba(87,137,255,.045),transparent 22%),
    linear-gradient(180deg,#f8f8fe 0%,#ffffff 100%);
  border-top:1px solid rgba(101,71,245,.05);
}
.professional-services-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:42px;
  margin-bottom:32px;
}
.professional-services-head>div{max-width:760px}
.professional-services-head h2{
  margin:0 0 12px;
  color:#101828;
  font-family:"Sora","Manrope",sans-serif;
  font-size:40px;
  line-height:1.14;
  letter-spacing:-.042em;
}
.professional-services-head p{
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.75;
  max-width:690px;
}
.professional-view-all{
  flex:0 0 auto;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border:1px solid #d7d1ff;
  border-radius:11px;
  background:#fff;
  color:#6547f5;
  font-size:11px;
  font-weight:850;
  box-shadow:0 8px 20px rgba(31,41,55,.035);
}
.professional-view-all:hover{border-color:#bdb1ff;box-shadow:0 11px 25px rgba(76,55,180,.08)}

.professional-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.professional-service-card{
  position:relative;
  min-height:390px;
  padding:22px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:rgba(255,255,255,.98);
  border:1px solid #e2e5ed;
  border-radius:18px;
  box-shadow:0 9px 27px rgba(31,41,55,.052);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.professional-service-card:before{
  content:"";
  position:absolute;
  width:145px;height:145px;
  border-radius:50%;
  right:-58px;top:-63px;
  background:radial-gradient(circle,rgba(101,71,245,.09),transparent 67%);
  pointer-events:none;
}
.professional-service-card.priority{
  border-color:#dcd6ff;
}
.professional-service-card:hover{
  transform:translateY(-5px);
  border-color:#c9c0ff;
  box-shadow:0 19px 40px rgba(76,55,180,.105);
}
.professional-card-top{
  min-height:28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:17px;
}
.professional-category{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:#f5f6f9;
  color:#59677b;
  font-size:8.5px;
  font-weight:850;
}
.professional-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:#f0edff;
  color:#6547f5;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.professional-card-icon{
  width:48px;height:48px;
  border-radius:14px;
  display:grid;place-items:center;
  margin-bottom:18px;
  background:linear-gradient(145deg,#f1eeff,#e8e3ff);
  color:#6547f5;
  font-size:11px;
  font-weight:900;
}
.professional-service-card h3{
  margin:0 0 10px;
  color:#101828;
  font-family:"Sora","Manrope",sans-serif;
  font-size:16px;
  line-height:1.42;
  letter-spacing:-.022em;
}
.professional-service-card>p{
  margin:0 0 15px;
  color:#667085;
  font-size:11.4px;
  line-height:1.68;
}
.professional-service-card ul{
  list-style:none;
  padding:0;
  margin:0 0 19px;
  display:grid;
  gap:7px;
}
.professional-service-card li{
  color:#59677b;
  font-size:10px;
  line-height:1.45;
}
.professional-service-card li:before{
  content:"✓";
  color:#6547f5;
  font-weight:900;
  margin-right:7px;
}
.professional-service-card>a{
  margin-top:auto;
  min-height:42px;
  padding:0 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:10px;
  background:#f0edff;
  color:#6547f5;
  font-size:10.5px;
  font-weight:850;
  transition:background .2s,color .2s,transform .2s;
}
.professional-service-card>a:hover{
  background:#6547f5;
  color:#fff;
}
.professional-service-card>a span{font-size:15px}

.professional-services-cta{
  margin-top:18px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:#fff;
  border:1px solid #ded9fa;
  border-radius:15px;
  box-shadow:0 8px 22px rgba(31,41,55,.04);
}
.professional-services-cta>div{
  display:flex;
  align-items:center;
  gap:13px;
}
.professional-cta-mark{
  width:43px;height:43px;
  flex:0 0 43px;
  border-radius:12px;
  display:grid;place-items:center;
  background:#f0edff;
  color:#6547f5;
  font-size:10px;
  font-weight:900;
}
.professional-services-cta b{
  display:block;
  color:#101828;
  font-size:12px;
  margin-bottom:3px;
}
.professional-services-cta p{
  margin:0;
  color:#667085;
  font-size:10.5px;
  line-height:1.5;
}
.professional-services-cta>a{
  flex:0 0 auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:10px;
  background:linear-gradient(135deg,#6547f5,#7656ff);
  color:#fff;
  font-size:10.5px;
  font-weight:850;
  box-shadow:0 8px 20px rgba(101,71,245,.16);
}

@media(max-width:980px){
  .professional-service-grid{grid-template-columns:repeat(2,1fr)}
  .professional-services-head{align-items:flex-start}
}
@media(max-width:700px){
  .professional-services-suite{padding:62px 0 68px}
  .professional-services-head{display:block}
  .professional-services-head h2{font-size:32px}
  .professional-view-all{margin-top:18px}
  .professional-service-grid{grid-template-columns:1fr}
  .professional-service-card{min-height:360px}
  .professional-services-cta{display:block}
  .professional-services-cta>a{margin-top:14px}
}


/* =========================================================
   V24 — PREMIUM BACKGROUND RHYTHM & SECTION SEPARATION
   ========================================================= */

/* Global homepage canvas */
body{
  background:#f9fafc!important;
}

/* 1. Hero — soft premium lavender */
.ref-hero{
  background:
    radial-gradient(circle at 78% 7%,rgba(122,92,255,.12),transparent 18%),
    radial-gradient(circle at 96% 86%,rgba(205,190,255,.22),transparent 25%),
    linear-gradient(180deg,#fcfbff 0%,#f6f4ff 100%)!important;
  border-bottom:1px solid rgba(101,71,245,.055)!important;
}

/* 2. Moving service rows — cleaner white surfaces */
.full-marquee-section.services-marquee{
  background:linear-gradient(180deg,#ffffff 0%,#fcfcff 100%)!important;
  border-top:0!important;
  border-bottom:1px solid #eceef4!important;
}
.full-marquee-section.solutions-marquee{
  background:linear-gradient(180deg,#fcfcff 0%,#f9f8ff 100%)!important;
  border-bottom:1px solid rgba(101,71,245,.055)!important;
}
.services-marquee .marquee-shell:before{
  background:linear-gradient(90deg,#ffffff,rgba(255,255,255,0))!important;
}
.services-marquee .marquee-shell:after{
  background:linear-gradient(270deg,#ffffff,rgba(255,255,255,0))!important;
}
.solutions-marquee .marquee-shell:before{
  background:linear-gradient(90deg,#faf9ff,rgba(250,249,255,0))!important;
}
.solutions-marquee .marquee-shell:after{
  background:linear-gradient(270deg,#faf9ff,rgba(250,249,255,0))!important;
}

/* Cards get slightly cleaner depth */
.marquee-card{
  background:rgba(255,255,255,.98)!important;
  border-color:#e3e6ef!important;
  box-shadow:0 9px 24px rgba(31,41,55,.055)!important;
}
.marquee-card:hover{
  border-color:#d2c9ff!important;
  box-shadow:0 16px 34px rgba(76,55,180,.10)!important;
}

/* 3. Stats — framed by light neutral-lavender canvas */
.ref-stats-wrap{
  position:relative!important;
  padding-top:26px!important;
  padding-bottom:32px!important;
}
.ref-stats-wrap:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:100vw;
  height:100%;
  transform:translateX(-50%);
  background:linear-gradient(180deg,#f8f8fc 0%,#f5f4fb 100%);
  z-index:-1;
  border-bottom:1px solid #ececf3;
}
.ref-stats{
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 15px 34px rgba(31,41,55,.07)!important;
}

/* 4. Why DirectFetch — more deliberate soft-lavender band */
.why-premium{
  background:
    radial-gradient(circle at 84% 18%,rgba(101,71,245,.075),transparent 28%),
    radial-gradient(circle at 12% 82%,rgba(76,120,255,.035),transparent 24%),
    linear-gradient(180deg,#f7f5ff 0%,#f3f1fb 100%)!important;
  border-top:1px solid rgba(101,71,245,.055)!important;
  border-bottom:1px solid rgba(101,71,245,.055)!important;
}

/* 5. Professional Services — almost-white premium section */
.professional-services-suite{
  background:
    radial-gradient(circle at 92% 8%,rgba(101,71,245,.045),transparent 24%),
    linear-gradient(180deg,#fdfdff 0%,#ffffff 100%)!important;
  border-top:0!important;
  border-bottom:1px solid #eceef3!important;
}
.professional-service-card{
  background:#ffffff!important;
  border-color:#e2e5ed!important;
  box-shadow:0 10px 28px rgba(31,41,55,.052)!important;
}
.professional-service-card:hover{
  border-color:#cfc6ff!important;
  box-shadow:0 20px 42px rgba(76,55,180,.105)!important;
}

/* 6. FAQ — distinct but subtle lavender section */
.faq-premium{
  background:
    radial-gradient(circle at 14% 18%,rgba(101,71,245,.055),transparent 25%),
    radial-gradient(circle at 91% 75%,rgba(107,84,255,.04),transparent 23%),
    linear-gradient(180deg,#f9f8fd 0%,#f6f5fb 100%)!important;
  border-top:1px solid rgba(101,71,245,.05)!important;
  border-bottom:1px solid #ececf3!important;
}
.faq-item{
  background:rgba(255,255,255,.98)!important;
}

/* 7. Final CTA — stronger conversion finish */
.prefooter{
  background:linear-gradient(180deg,#ffffff 0%,#f8f8fc 100%)!important;
  padding-top:64px!important;
}
.prefooter-box{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 86% 10%,rgba(255,255,255,.13),transparent 28%),
    linear-gradient(135deg,#17233a 0%,#27365a 48%,#6547f5 100%)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 22px 52px rgba(27,35,58,.19)!important;
}
.prefooter-box:after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-100px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
}
.prefooter-box>div,
.prefooter-box>a{
  position:relative!important;
  z-index:2!important;
}
.prefooter-box .btn{
  background:#ffffff!important;
  color:#4f3add!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(10,16,32,.15)!important;
}
.prefooter-box .btn:hover{
  background:#f3f0ff!important;
  color:#402bcf!important;
}

/* Fine spacing between major homepage blocks */
.professional-services-suite,
.faq-premium,
.why-premium{
  scroll-margin-top:90px;
}

@media(max-width:700px){
  .prefooter{padding-top:48px!important}
  .ref-stats-wrap{padding-bottom:24px!important}
}
