/* 3Q Studio homepage styles */
/* File: assets/css/home.css */

.hero{
  position:relative;
  padding:72px 0 28px;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  right:-150px;
  top:-150px;
  width:760px;
  height:650px;
  background:radial-gradient(circle,rgba(73,94,255,.16),rgba(96,40,255,.06) 48%,transparent 72%);
  z-index:-1;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:center;
}
.hero-copy{padding-top:18px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #dce7ff;
  color:#1648e8;
  background:#fff;
  border-radius:999px;
  padding:7px 13px;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  box-shadow:0 0 0 5px rgba(23,82,255,.08);
}
h1{
  font-size:clamp(44px,4.25vw,59px);
  line-height:1.02;
  letter-spacing:-.065em;
  margin:20px 0 14px;
  max-width:650px;
}
.lead{
  max-width:560px;
  margin:0 0 24px;
  color:#24324e;
  font-size:16px;
}
.hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:24px;
}
.hero-actions .play-svg-icon{
width:auto;
height: 16px;
}

.trust-strip {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  color: #66708c;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.trust-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
  margin-right: 5px;
  white-space: nowrap;
}

.trust-strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #dfe5f2;
}

.trust-icon {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  flex: 0 0 16px;
}

@media (max-width: 780px) {
  .trust-strip {
    gap: 10px 16px;
  }

  .trust-strip span {
    padding-right: 0;
    margin-right: 0;
  }

  .trust-strip span::after {
    display: none;
  }
}

.hero-visual{
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.hero-art{
  position:relative;
  z-index:2;
  width:min(100%,640px);
  max-width:none;
  transform-origin:center center;
  filter:drop-shadow(0 22px 55px rgba(37,58,184,.10));
}
.planet-animated{
  animation:planetFloat 6s ease-in-out infinite;
  will-change:transform,filter;
}
@keyframes planetFloat{
  0%,100%{
    transform:translateY(0) scale(1) rotate(0deg);
    filter:drop-shadow(0 22px 45px rgba(43,78,255,.22));
  }
  50%{
    transform:translateY(-18px) scale(1.025) rotate(1.2deg);
    filter:drop-shadow(0 34px 70px rgba(92,64,255,.36));
  }
}
.orb{
  position:absolute;
  z-index:2;
  display:block;
  border-radius:50%;
  background:radial-gradient(circle at 28% 24%,#fff,#62b8ff 35%,#1755ff 72%,#5133ff);
  box-shadow:0 12px 28px rgba(15,85,255,.22);
}
.orb-a{width:29px;height:29px;left:35%;top:8%}
.orb-b{width:42px;height:42px;right:12%;top:22%}
.orb-c{width:31px;height:31px;left:30%;bottom:24%}
.orb-d{width:25px;height:25px;right:7%;bottom:35%}

/* Hero metric cards */
.mini-card{
  position:absolute;
  z-index:4;
  width:174px;
  min-height:136px;
  padding:18px 18px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(220,230,255,.95);
  box-shadow:0 18px 45px rgba(30,60,140,.13);
  backdrop-filter:blur(16px);
}
.mini-card small{
  display:block;
  margin-bottom:8px;
  color:#26324f;
  font-size:11px;
  font-weight:800;
}
.mini-card b{
  display:block;
  margin-bottom:7px;
  color:#071026;
  font-size:24px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}
.mini-card em{
  display:block;
  margin-bottom:12px;
  color:#31926b;
  font-style:normal;
  font-size:11px;
  font-weight:800;
}
.mini-chart{
  width:100%;
  height:48px;
  display:block;
  overflow:visible;
}
.mini-chart polyline{filter:drop-shadow(0 5px 7px rgba(98,52,255,.18))}
.mini-chart circle{fill:#7134ff}
.mini-chart-bars rect{fill:url(#chartRevenue);opacity:.9}
.m1{left:2%;top:3%}
.m2{right:-1%;top:0%}
.m3{left:0;bottom:25%}
.m4{right:2%;bottom:22%}

/* Services */
.cards-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:14px;
}
.service-card{
  min-height:196px;
  padding:18px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  box-shadow:0 12px 35px rgba(19,55,120,.055);
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{
  width: 70%;
  height:auto;
  margin-bottom:13px;
  border-radius:13px;
  display:grid;
  place-items:center;
  /* background:linear-gradient(135deg,#eef5ff,#fff); */
  /* border:1px solid #dce7ff; */
  color:var(--blue);
  font-size:24px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}
.service-card h3{margin:0 0 9px;font-size:15px;line-height:1.15}
.service-card p{margin:0 0 17px;color:var(--muted);font-size:11.5px}
.learn{color:var(--blue);font-size:12px;font-weight:950}

/* About and pricing */
#about{padding:44px 0 38px}
#about .split{
  display:grid;
  grid-template-columns:minmax(450px,.95fr) minmax(560px,1.25fr);
  gap:38px;
  align-items:start;
}
#about h2,#pricing h2{
  margin:0;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.045em;
}
#about p.sub,#pricing p.sub{
  max-width:620px;
  margin:8px 0 0;
  color:#56627b;
  font-size:13px;
  line-height:1.45;
}
.compare{
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);
  gap:18px;
  align-items:center;
  margin-top:24px;
}
.compare-card{
  min-height:188px;
  padding:17px 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 35px rgba(19,55,120,.055);
}
.compare-card.good{
  background:linear-gradient(180deg,#fff,#f3fffb);
  border-color:#bfeade;
}
.compare-card h3{margin:0 0 14px;font-size:14px;line-height:1.2}
.compare-card ul,.price-card ul{padding:0;margin:0;list-style:none}
.compare-card li,.price-card li{
  position:relative;
  padding-left:20px;
  margin:9px 0;
  color:#52607a;
  font-size:11px;
  line-height:1.25;
}
.compare-card li:before,.price-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#14a56b;
  font-weight:900;
}
.compare-card.bad li:before{content:"×";color:#fa6170}
.vs{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--line);
  color:#47536f;
  font-size:13px;
  font-weight:950;
}
.result-label{
  margin-top:14px;
  padding:10px 8px;
  border-radius:8px;
  text-align:center;
  font-size:10px;
  line-height:1.25;
  font-weight:900;
}
.bad .result-label{background:#fff0f2;color:#bb4251}
.good .result-label{background:#e8faf4;color:#087a4f}

#pricing{min-width:0}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(128px,1fr));
  gap:14px;
  margin-top:23px;
}
.price-card{
  position:relative;
  min-width:0;
  min-height:222px;
  padding:10px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 35px rgba(19,55,120,.055);
}
.price-card.popular{
  padding-top:36px;
  border-color:#315bff;
  box-shadow:0 18px 50px rgba(49,91,255,.18);
}
.badge{
  position:absolute;
  top:0;
  left:0;
  right:0;
  transform:translateY(-1px);
  padding:7px 8px;
  border-radius:14px 14px 0 0;
  text-align:center;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  font-size:9px;
  line-height:1;
  font-weight:950;
}
.price-name{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:6px;
  font-size:13px;
  line-height:1.2;
  font-weight:950;
}
.price-card small{
  display:block;
  min-height:28px;
  color:var(--muted);
  font-size:9.5px;
  line-height:1.35;
  font-weight:800;
}
.price{
  margin:14px 0 13px;
  color:#071026;
  font-size:25px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.05em;
}
.price span{color:#5c6680;font-size:11px;font-weight:850}
.price-card ul{min-height:68px}
.price-card li{margin:8px 0;padding-left:18px;font-size:9.5px;line-height:1.32}
.price-card .btn{
  width:100%;
  min-height:37px;
  margin-top:12px;
  padding:11px 12px;
  border-radius:9px;
  font-size:11px;
}

/* Process */
.process{
  position:relative;
  padding:26px 0 24px;
  border-top:1px solid rgba(222,232,248,.72);
  border-bottom:1px solid rgba(222,232,248,.72);
  background:
    radial-gradient(circle at 50% -80px, rgba(86,101,255,.12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.84));
  overflow:hidden;
}
.process .section-head.center{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:30px;
  margin:0 0 18px;
  text-align:center;
}
.process .section-head.center:before,
.process .section-head.center:after{
  content:"";
  display:block;
  height:0;
  border-top:2px dotted rgba(157,180,230,.62);
}
.process .section-head.center h2{
  margin:0;
  color:#071026;
  font-size:25px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
  white-space:nowrap;
}
.process-line{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:46px;
  align-items:start;
}
.process-line:before{display:none;content:none}
.process-step{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:14px;
  row-gap:6px;
  align-items:start;
  min-width:0;
}
.process-icon{
  grid-column:1;
  grid-row:1 / span 2;
  position:relative;
  z-index:3;
  width:70px;
  height:70px;
  margin:0;
  border-radius:50%;
  background:
    radial-gradient(circle at center, #fff 0 50%, transparent 51%),
    linear-gradient(135deg, #eef4ff 0%, #fff 100%);
  border:1px solid #dfe7f6;
  box-shadow:
    0 16px 36px rgba(19,55,120,.10),
    inset 0 0 0 8px rgba(239,244,255,.86);
  display:grid;
  place-items:center;
  color:#175cff;
  font-size:29px;
  line-height:1;
}
.process-icon img{
  width:32px;
  height:auto;
}
.process-step b{
  grid-column:2;
  grid-row:1;
  position:relative;
  z-index:4;
  display:block;
  margin:6px 0 0;
  color:#101936;
  font-size:11.5px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.process-step p{
  grid-column:2;
  grid-row:2;
  position:relative;
  z-index:4;
  max-width:155px;
  margin:0;
  color:#52607a;
  font-size:10.3px;
  line-height:1.45;
  font-weight:650;
}
.process-step:not(:last-child)::before{
  content:"";
  position:absolute;
  left:205px;
  right:-34px;
  top:35px;
  height:1px;
  border-top:0;
  background-image:radial-gradient(circle, rgba(157,180,230,.72) .8px, transparent 1.1px);
  background-size:6px 2px;
  background-repeat:repeat-x;
  background-position:left center;
  z-index:0;
}
.process-step:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-38px;
  top:31px;
  width:0;
  height:0;
  border-left:7px solid #2867ff;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  z-index:2;
  filter:drop-shadow(0 2px 5px rgba(40,103,255,.2));
}

@media (max-width:1180px){
  .hero-visual{min-height:390px}
  .hero-art{width:min(100%,560px)}
  .mini-card{display:none}
  .cards-grid{grid-template-columns:repeat(3,1fr)}
  #about .split{grid-template-columns:1fr;gap:34px}
  .pricing-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}
  .results-grid{grid-template-columns:repeat(2,1fr)}
  .logos-inner{grid-template-columns:1fr;gap:18px}
  .brand-logos{justify-content:flex-start;flex-wrap:wrap}
  .stats-card{width:min(100%,430px);grid-column:auto}
  .process-line{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 36px}
  .process-step::before,.process-step::after{display:none}
  .process-step p{max-width:240px}
}
@media (max-width:920px){
  .hero{padding-top:40px}
  .hero-grid,.faq-cta{grid-template-columns:1fr}
  .hero-visual{min-height:auto}
  .orb{display:none}
}
@media (max-width:860px){
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compare{grid-template-columns:1fr}
  .vs{margin:0 auto}
}
@media (max-width:780px){
  .hero{padding-top:38px}
  h1{font-size:43px}
  .lead{font-size:16px}
  .cards-grid,.results-grid{grid-template-columns:1fr}
  .logos{padding:18px 0}
  .brand-logos{gap:16px 22px}
  .logo-word{font-size:15px}
  .stats-card{grid-template-columns:1fr;gap:14px;width:100%;padding:16px}
  .stat{grid-template-columns:36px 1fr}
  .stat-icon{width:36px;height:36px}
  .cta{display:block;padding:28px}
  .cta-art{display:block;max-width:78%;margin:22px auto 0}
}
@media (max-width:680px){
  .process .section-head.center{display:block}
  .process .section-head.center:before,
  .process .section-head.center:after{display:none}
  .process .section-head.center h2{white-space:normal;font-size:28px}
  .process-line{grid-template-columns:1fr}
  .process-step{grid-template-columns:66px 1fr}
  .process-icon{width:62px;height:62px;font-size:25px}
  .process-step p{max-width:none}
}
@media (max-width:560px){
  #about{padding:34px 0}
  #about h2,#pricing h2{font-size:28px}
  .pricing-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .planet-animated{animation:none!important}
}
/* =========================
   RESULTS + FAQ/CTA EXACT SCREENSHOT
========================= */

#results.section{
  padding:26px 0 14px;
}

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

#results .section-head h2{
  margin:0;
  color:#071026;
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.045em;
}

#results .gradient-text{
  background:linear-gradient(90deg,#174cff,#331fff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

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

.result-card{
  min-height:126px;
  display:grid;
  grid-template-columns:98px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:11px 14px;
  background:#fff;
  border:1px solid #e7edf8;
  border-radius:8px;
  box-shadow:0 8px 24px rgba(20,45,110,.045);
}

.result-card .thumb{
  width:98px;
  height:86px;
  border-radius:4px;
  overflow:hidden;
  background:#f6f9ff;
  border:1px solid #edf2fb;
}

.result-card .thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.result-card .thumb:before{
  display:none;
}

.result-card h3{
  margin:0 0 16px;
  color:#182448;
  font-size:10.5px;
  line-height:1.15;
  font-weight:900;
}

.result-card .kpis{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin:0 0 14px;
}

.result-card .kpis span{
  position:relative;
  display:block;
  color:#133dff;
  font-size:18px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.035em;
}

.result-card .kpis span + span{
  padding-left:18px;
}

.result-card .kpis span + span:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:34px;
  background:#e3e9f5;
}

.result-card .kpis small{
  display:block;
  margin-top:8px;
  color:#5b6580;
  font-size:8.5px;
  line-height:1.15;
  font-weight:650;
  letter-spacing:0;
}

.result-card .learn{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#174cff;
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-decoration:none;
}

/* FAQ + CTA row */

#faq.section{
  padding:14px 0 28px;
}

.faq-cta{
  display:grid;
  grid-template-columns:420px minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}

.faq{
  min-height:183px;
  padding:19px 27px 14px;
  background:#fff;
  border:1px solid #dde7f6;
  border-radius:10px;
  box-shadow:0 8px 24px rgba(20,45,110,.035);
}

.faq h2{
  margin:0 0 14px;
  color:#17214b;
  font-size:16px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.025em;
}

.faq details{
  position:relative;
  margin:7px 0;
  padding:0;
  border:1px solid #e4eaf5;
  border-radius:5px;
  background:#fbfdff;
  overflow:hidden;
}

.faq summary{
  position:relative;
  min-height:28px;
  display:flex;
  align-items:center;
  padding:6px 32px 6px 28px;
  color:#29345d;
  cursor:pointer;
  list-style:none;
  font-size:0.95rem;
  line-height:1.15;
  font-weight:850;
}

.faq summary::-webkit-details-marker{
  display:none;
}

.faq summary:before{
  content:"";
  position:absolute;
  left:9px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%);
  border-radius:2px;
  background:#1b36ff;
  box-shadow:0 3px 8px rgba(27,54,255,.22);
}

.faq summary:after{
  content:"›";
  position:absolute;
  right:14px;

  transform:translateY(-50%);
  color:#5f6b86;
  font-size:20px;
  line-height:1;
  font-weight:500;
}

.faq details[open] summary:after{
  transform:translateY(-50%) rotate(90deg);
}

.faq details p{
  margin:0;
  padding:0 28px 10px;
  color:#5b6580;
  font-size:14px;
  line-height:1.45;
}

.cta{
  min-height:183px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:17px 28px;
  border-radius:10px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 45%, rgba(46,114,255,.62), transparent 17%),
    radial-gradient(circle at 93% 15%, rgba(63,42,255,.45), transparent 18%),
    linear-gradient(135deg,#071333 0%,#07194d 42%,#0b1974 68%,#17058a 100%);
  box-shadow:0 10px 28px rgba(21,45,130,.14);
}

.cta:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 60% 82%, rgba(33,126,255,.28), transparent 3px),
    radial-gradient(circle at 70% 18%, rgba(80,145,255,.38), transparent 2px),
    radial-gradient(circle at 83% 78%, rgba(255,255,255,.32), transparent 2px);
  pointer-events:none;
}

.cta > div{
  position:relative;
  z-index:2;
  max-width:520px;
}

.cta h2{
  max-width:520px;
  margin:0 0 12px;
  color:#fff;
  font-size:24px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.045em;
}

.cta p{
  max-width:490px;
  margin:0 0 18px;
  color:#cbd6ff;
  font-size:12px;
  line-height:1.45;
  font-weight:600;
}

.cta .btn{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-right:8px;
  padding:10px 16px;
  border-radius:5px;
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-decoration:none;
}

.cta .btn-light{
  color:#174cff;
  background:#fff;
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.cta .btn-light .arrow{
  width:16px;
  height:16px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#174cff;
  font-size:12px;
  line-height:1;
}

.cta .btn-dark{
  color:#fff;
  background:rgba(5,14,45,.48);
  border:1px solid rgba(255,255,255,.28);
}

.cta .play{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.38);
  font-size:8px;
}
.cta .play-svg-icon {
    width: 8px;
    height: 8px;
    display: block;
    fill: currentColor;
    color: #fff;
}
.cta-art{
  position:relative;
  z-index:2;
  width:300px;
  max-width:36%;
  margin-right:10px;
  filter:drop-shadow(0 16px 34px rgba(65,118,255,.42));
}

/* Responsive */

@media (max-width:1180px){
  .results-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .faq-cta{
    grid-template-columns:1fr;
  }

  .faq{
    min-height:auto;
  }

  .cta{
    min-height:220px;
  }
}

@media (max-width:760px){
  #results .section-head h2{
    font-size:24px;
  }

  .results-grid{
    grid-template-columns:1fr;
  }

  .result-card{
    grid-template-columns:92px 1fr;
  }

  .faq{
    padding:18px;
  }

  .cta{
    display:block;
    padding:28px;
  }

  .cta h2{
    font-size:24px;
  }

  .cta-art{
    display:block;
    max-width:78%;
    width:260px;
    margin:24px auto 0;
  }
}



/* Pricing package icons from ACF/assets */
.price-name {
  display: flex;
  align-items: center;
  gap: 7px;
}

.price-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.price-icon-img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}


/* ===== 3Q shared visual system v2.2.5 ===== */
.btn.btn-ghost{
  background:rgba(255,255,255,.88);
  border-color:#dbe6fb;
  box-shadow:0 10px 28px rgba(18,54,124,.06);
}
.btn.btn-ghost:hover{
  border-color:#c8d8fb;
  background:#fff;
}
.trust-strip{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:0;
  margin-top:24px;
  color:#66708c;
  font-size:12px;
  line-height:1;
  font-weight:850;
}
.trust-strip span{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-right:10px;
  margin-right:7px;
  min-height:18px;
  white-space:nowrap;
}
.trust-strip span::before{
  content:"";
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:inline-block;
  background:linear-gradient(135deg,#075cff,#6420ff);
  opacity:.42;
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.trust-strip span:has(.trust-icon)::before{display:none}
.trust-strip span:nth-child(1)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm1 3v4.4l3.2 3.2-1.4 1.4L11 12.2V7h2Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm1 3v4.4l3.2 3.2-1.4 1.4L11 12.2V7h2Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(2)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v3h2a3 3 0 0 1 3 3v6a5 5 0 0 1-5 5h-1v3h-4v-3H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h2V2Zm-2 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm6 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-4 5h6v-2H9v2Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v3h2a3 3 0 0 1 3 3v6a5 5 0 0 1-5 5h-1v3h-4v-3H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h2V2Zm-2 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm6 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-4 5h6v-2H9v2Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(3)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15.8 15.8 0 0 0-1.1-5A8.03 8.03 0 0 1 18.9 11ZM12 4.1c.7 1 1.4 2.8 1.7 4.9h-3.4c.3-2.1 1-3.9 1.7-4.9ZM4.3 13h3.9c.1 1.7.5 3.3 1.1 5A8.02 8.02 0 0 1 4.3 13Zm3.9-2H4.3a8.02 8.02 0 0 1 5-5 15.8 15.8 0 0 0-1.1 5Zm3.8 8.9c-.7-1-1.4-2.8-1.7-4.9h3.4c-.3 2.1-1 3.9-1.7 4.9Zm2.1-6.9H9.9a13.1 13.1 0 0 1 0-2h4.2a13.1 13.1 0 0 1 0 2Zm.6 5a15.8 15.8 0 0 0 1.1-5h3.1a8.03 8.03 0 0 1-4.2 5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15.8 15.8 0 0 0-1.1-5A8.03 8.03 0 0 1 18.9 11ZM12 4.1c.7 1 1.4 2.8 1.7 4.9h-3.4c.3-2.1 1-3.9 1.7-4.9ZM4.3 13h3.9c.1 1.7.5 3.3 1.1 5A8.02 8.02 0 0 1 4.3 13Zm3.9-2H4.3a8.02 8.02 0 0 1 5-5 15.8 15.8 0 0 0-1.1 5Zm3.8 8.9c-.7-1-1.4-2.8-1.7-4.9h3.4c-.3 2.1-1 3.9-1.7 4.9Zm2.1-6.9H9.9a13.1 13.1 0 0 1 0-2h4.2a13.1 13.1 0 0 1 0 2Zm.6 5a15.8 15.8 0 0 0 1.1-5h3.1a8.03 8.03 0 0 1-4.2 5Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(4)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 2a7 7 0 1 1 0 14A7 7 0 0 1 12 5Zm4 4-5.2 5.2L8 11.4 6.6 12.8l4.2 4.2 6.6-6.6L16 9Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 2a7 7 0 1 1 0 14A7 7 0 0 1 12 5Zm4 4-5.2 5.2L8 11.4 6.6 12.8l4.2 4.2 6.6-6.6L16 9Z'/%3E%3C/svg%3E");
}
.trust-strip span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:16px;
  transform:translateY(-50%);
  background:#dfe5f2;
}
.trust-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:block;
  object-fit:contain;
}
.logos,
.logos-shared{
  padding:20px 0 18px;
  border-top:1px solid rgba(222,232,248,.9);
  border-bottom:1px solid rgba(222,232,248,.9);
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,251,255,.8));
}
.logos-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,348px);
  align-items:center;
  gap:34px;
}
.logos-left{min-width:0}
.logos-title{
  margin-bottom:15px;
  color:#8b96b2;
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.095em;
}
.brand-logos{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-width:0;
}
.logo-word{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#78839d;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.03em;
  opacity:.86;
  white-space:nowrap;
}
.logo-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#8b96b2;
  background:currentColor;
  opacity:.9;
  overflow:hidden;
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.logo-icon.has-media{
  background:none;
  color:inherit;
  opacity:1;
  mask:none;
  -webkit-mask:none;
}
.logo-icon-img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.logo-airtable .logo-icon,
.logo-word:nth-child(1) .logo-icon{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2.5 6.2 12 10.5l9.5-4.3L12 2Zm-10 6.7v8.6l9 4.2v-8.8l-9-4Zm20 0-9 4v8.8l9-4.2V8.7Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2.5 6.2 12 10.5l9.5-4.3L12 2Zm-10 6.7v8.6l9 4.2v-8.8l-9-4Zm20 0-9 4v8.8l9-4.2V8.7Z'/%3E%3C/svg%3E");
}
.logo-brex .logo-icon,
.logo-word:nth-child(5) .logo-icon{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5h7v3H6v8h11v-4h3v7H3v-14Zm11-3h7v7h-3V8.8l-7.7 7.7-2.1-2.1L16 6.5h-2V3.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5h7v3H6v8h11v-4h3v7H3v-14Zm11-3h7v7h-3V8.8l-7.7 7.7-2.1-2.1L16 6.5h-2V3.5Z'/%3E%3C/svg%3E");
}
.logo-shippo .logo-icon,
.logo-word:nth-child(7) .logo-icon{
  border-radius:50%;
  mask-image:radial-gradient(circle at center,#000 58%,transparent 60%);
  -webkit-mask-image:radial-gradient(circle at center,#000 58%,transparent 60%);
}
.logo-deel .logo-icon,
.logo-ramp .logo-icon,
.logo-mixpanel .logo-icon,
.logo-webflow .logo-icon,
.logo-calcom .logo-icon,
.logo-word:nth-child(2) .logo-icon,
.logo-word:nth-child(3) .logo-icon,
.logo-word:nth-child(4) .logo-icon,
.logo-word:nth-child(6) .logo-icon,
.logo-word:nth-child(8) .logo-icon{display:none}
.logo-word .logo-icon.has-media{display:inline-flex !important}
.stats-card{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(94px,1fr));
  gap:0;
  min-height:80px;
  padding:17px 18px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(220,230,255,.98);
  border-radius:18px;
  box-shadow:0 14px 40px rgba(25,51,120,.08);
  backdrop-filter:blur(16px);
}
.stat{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:10px;
  min-width:0;
  color:#59657d;
  font-size:10px;
  font-weight:800;
  line-height:1.18;
}
.stat-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(135deg,#eef3ff,#fbfcff);
  border:1px solid #e3eaff;
  box-shadow:inset 0 0 0 5px rgba(88,83,255,.045);
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.stat-icon:before{
  content:"";
  position:absolute;
  inset:10px;
  background:linear-gradient(135deg,#075cff,#6420ff);
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.stat-icon.has-media:before{display:none}
.stat-icon-img{
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
  position:relative;
  z-index:1;
}
.stat-grid .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h7v7H4V4Zm2 2v3h3V6H6Zm7-2h7v7h-7V4Zm2 2v3h3V6h-3ZM4 13h7v7H4v-7Zm2 2v3h3v-3H6Zm7-2h7v7h-7v-7Zm2 2v3h3v-3h-3Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h7v7H4V4Zm2 2v3h3V6H6Zm7-2h7v7h-7V4Zm2 2v3h3V6h-3ZM4 13h7v7H4v-7Zm2 2v3h3v-3H6Zm7-2h7v7h-7v-7Zm2 2v3h3v-3h-3Z'/%3E%3C/svg%3E");
}
.stat-nodes .stat-icon:before,
.stat-chart .stat-icon:before,
.stat-spark .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a3 3 0 0 1 1 5.83V11h2.17a3 3 0 1 1 0 2H13v2.17a3 3 0 1 1-2 0V13H8.83a3 3 0 1 1 0-2H11V8.83A3 3 0 0 1 12 3Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a3 3 0 0 1 1 5.83V11h2.17a3 3 0 1 1 0 2H13v2.17a3 3 0 1 1-2 0V13H8.83a3 3 0 1 1 0-2H11V8.83A3 3 0 0 1 12 3Z'/%3E%3C/svg%3E");
}
.stat-thumb .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h4v12Zm2-11 3.2-6.4c.4-.8 1.5-.8 2-.1.3.4.4.8.3 1.3L15.7 9H20a2 2 0 0 1 2 2.3l-1.1 7A3 3 0 0 1 18 21h-7V10Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h4v12Zm2-11 3.2-6.4c.4-.8 1.5-.8 2-.1.3.4.4.8.3 1.3L15.7 9H20a2 2 0 0 1 2 2.3l-1.1 7A3 3 0 0 1 18 21h-7V10Z'/%3E%3C/svg%3E");
}
.stat b{
  display:block;
  margin-bottom:5px;
  color:#071026;
  font-size:17px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}
.stat small{
  display:block;
  color:#536079;
  font-size:9px;
  line-height:1.15;
  font-weight:800;
}
#services .service-card__icon,
.services-offer .service-card__icon,
.service-card .service-card__icon,
.service-card .icon{
  width:76px;
  height:62px;
  min-width:76px;
  margin:0 0 16px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  box-shadow:none;
}
#services .service-card__icon-img,
.services-offer .service-card__icon-img,
.service-card .service-card__icon-img,
.service-card .icon img,
.service-card .card-icon__img{
  width:76px;
  height:62px;
  max-width:76px;
  max-height:62px;
  object-fit:contain;
  display:block;
}
.card-icon__fallback{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#075cff;
}
@media (max-width:1180px){
  .logos-inner{grid-template-columns:1fr;gap:18px}
  .brand-logos{justify-content:flex-start;flex-wrap:wrap}
  .stats-card{width:min(100%,430px);grid-column:auto}
}
@media (max-width:780px){
  .logos,.logos-shared{padding:18px 0}
  .brand-logos{gap:16px 22px}
  .logo-word{font-size:15px}
  .stats-card{grid-template-columns:1fr;gap:14px;width:100%;padding:16px}
  .stat{grid-template-columns:36px 1fr}
  .stat-icon{width:36px;height:36px}
  .trust-strip{gap:10px 16px}
  .trust-strip span{padding-right:0;margin-right:0}
  .trust-strip span::after{display:none}
}

/* JS FAQ accordion */
.faq-accordion details,
.faq-accordion .faq-accordion-item{
  overflow:hidden;
}
.faq-accordion details > summary,
.faq-accordion .faq-accordion-item > summary{
  user-select:none;
}
.faq-accordion details > summary::after,
.faq-accordion .faq-accordion-item > summary::after{
  content:"+" !important;
  transform:none !important;
  transition:transform .22s ease, color .22s ease;
}
.faq-accordion details.is-open > summary::after,
.faq-accordion .faq-accordion-item.is-open > summary::after{
  content:"−" !important;
  transform:none !important;
}
.faq-accordion-panel{
  display:block;
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .3s ease, opacity .22s ease;
  will-change:max-height,opacity;
}
.faq-accordion details.is-open .faq-accordion-panel,
.faq-accordion .faq-accordion-item.is-open .faq-accordion-panel{
  opacity:1;
}
@media (prefers-reduced-motion: reduce){
  .faq-accordion-panel{
    transition:none;
  }
}



/* FAQ accordion fix 2.2.10: one card opens without stretching the paired grid card; use arrows instead of plus/minus. */
.faq-grid,
.services-faq-grid{
  align-items:start !important;
}
.faq-grid > details,
.services-faq-grid > details,
.faq details,
.faq-accordion details{
  align-self:start !important;
}
.faq-accordion details > summary::after,
.faq-accordion .faq-accordion-item > summary::after{
  content:"›" !important;
  font-size:18px !important;
  line-height:1 !important;
  transform:none !important;
  transition:transform .22s ease,color .22s ease !important;
}
.faq-accordion details.is-open > summary::after,
.faq-accordion .faq-accordion-item.is-open > summary::after,
.faq-accordion details[open] > summary::after{
  content:"⌄" !important;
  transform:none !important;
}

/* ===== Growth Process admin icons + spacing v2.2.18 ===== */
.process-line{
  display:flex !important;
  justify-content:space-between !important;
  gap:0 !important;
  align-items:start !important;
}
.process-step{
  flex:0 1 245px !important;
}
.process-icon .services-fa-wrap,
.process-icon .sg-admin-icon-img{
  width:32px !important;
  height:32px !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#143BEB !important;
  object-fit:contain !important;
}
.process-icon .services-fa-wrap i{
  font-size:30px !important;
  line-height:1 !important;
  color:inherit !important;
}
.process-icon .sg-admin-icon-img{
  max-width:32px !important;
  max-height:32px !important;
}
.process-step:not(:last-child)::before{
  left:205px !important;
  right:-35px !important;
}
.process-step:not(:last-child)::after{
  right:-39px !important;
}
@media (max-width:1180px){
  .process-line{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:28px 36px !important;}
  .process-step{flex:initial !important;}
}
@media (max-width:680px){
  .process-line{grid-template-columns:1fr !important;}
}

/* FAQ accordion click/open fix 2.2.43 */
.faq-accordion > details[open] > .faq-accordion-panel{
  opacity:1;
  max-height:1200px;
}
.faq-accordion > details > summary{
  cursor:pointer;
}

/* v2.2.66 - editable package price prefix/suffix */
.price{
  white-space: nowrap;
}
.price .price-prefix,
.price .price-suffix{
  display:inline-block;
  vertical-align:baseline;
  margin:0 .12em;
}
.price .price-prefix{margin-left:0;}
.price .price-suffix{margin-right:0;}
