/* Aileron: locally served, regular through extra bold. */
@font-face{font-family:Aileron;font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/aileron-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:Aileron;font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/aileron-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:Aileron;font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/aileron-latin-700-normal.woff2") format("woff2")}
@font-face{font-family:Aileron;font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/aileron-latin-800-normal.woff2") format("woff2")}

/* Quinbis Website V1
   Official web palette:
   Growth Green  #013D37
   Kinetic Lime  #77D650
   Engine Onyx   #0D0D0D
   White         #FFFFFF
*/


:root{
  --lime:#77D650;
  --green:#013D37;
  --onyx:#0D0D0D;
  --white:#FFFFFF;
  --ink-80:rgba(13,13,13,.80);
  --ink-72:rgba(13,13,13,.72);
  --ink-64:rgba(13,13,13,.64);
  --ink-48:rgba(13,13,13,.58);
  --ink-66:rgba(13,13,13,.66);
  --ink-62:rgba(13,13,13,.62);
  --ink-60:rgba(13,13,13,.60);
  --ink-56:rgba(13,13,13,.58);
  --ink-54:rgba(13,13,13,.58);
  --ink-52:rgba(13,13,13,.58);
  --ink-50:rgba(13,13,13,.58);
  --ink-46:rgba(13,13,13,.58);
  --ink-44:rgba(13,13,13,.58);
  --ink-32:rgba(13,13,13,.48);
  --ink-16:rgba(13,13,13,.16);
  --ink-14:rgba(13,13,13,.14);
  --ink-12:rgba(13,13,13,.12);
  --ink-08:rgba(13,13,13,.08);
  --ink-10:rgba(13,13,13,.10);
  --ink-06:rgba(13,13,13,.06);
  --ink-035:rgba(13,13,13,.035);
  --green-12:rgba(1,61,55,.12);
  --green-08:rgba(1,61,55,.08);
  --lime-28:rgba(119,214,80,.28);
  --sans:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
  --serif:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
  --shell:min(1380px, calc(100vw - 64px));
  --radius:28px;
  --radius-sm:18px;
  --shadow:0 30px 80px rgba(13,13,13,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--onyx);
  background:var(--white);
  font-family:var(--sans);
  font-weight:400;
  font-kerning:normal;
  font-feature-settings:"kern" 1,"liga" 1;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font-synthesis:weight style;
}
h1,h2,h3{font-family:var(--sans);text-wrap:balance}
p{ text-wrap:pretty }
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
svg{display:block}
::selection{background:var(--lime);color:#013D37}

.skip-link{
  position:fixed;left:16px;top:16px;z-index:999;
  transform:translateY(-150%);
  background:var(--onyx);color:#fff;padding:12px 16px;border-radius:10px;
}
.skip-link:focus{transform:none}

.shell{width:var(--shell);margin-inline:auto}
.section{padding:150px 0}
.section-kicker{
  font-size:12px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;
  color:var(--green);
}
.section-kicker-dark{color:var(--lime)}
em{
  font-family:var(--serif);
  font-style:italic;
  font-weight:400;
  letter-spacing:-.018em;
}

.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  background:var(--onyx);
  color:var(--white);
  border-bottom:1px solid rgba(255,255,255,.07);
  transition:
    background-color .32s cubic-bezier(.2,.7,.2,1),
    color .32s cubic-bezier(.2,.7,.2,1),
    border-color .32s ease,
    box-shadow .32s ease;
}

.site-header:not(.is-scrolled){
  background:#0D0D0D;
  color:#FFFFFF;
  border-bottom-color:rgba(255,255,255,.07);
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.site-header:not(.is-scrolled) .brand-logo-light{opacity:1}
.site-header:not(.is-scrolled) .brand-logo-dark{opacity:0}
.site-header:not(.is-scrolled) .brand-word{color:#FFFFFF}
.site-header:not(.is-scrolled) .desktop-nav a{color:rgba(255,255,255,.84)}
.site-header:not(.is-scrolled) .btn-nav{background:#77D650;color:#013D37}
.site-header:not(.is-scrolled) .btn-nav .btn-arrow{background:#0D0D0D;color:#77D650}

.site-header.is-scrolled{
  background:rgba(255,255,255,.96);
  color:var(--onyx);
  border-bottom-color:var(--ink-06);
  box-shadow:0 12px 34px rgba(13,13,13,.055);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
.nav-shell{
  height:92px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  transition:height .32s cubic-bezier(.2,.7,.2,1);
}
.site-header.is-scrolled .nav-shell{height:76px}
.brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  min-height:44px;
}
.brand-mark{
  width:58px;
  height:38px;
  display:block;
  flex:0 0 auto;
  position:relative;
  transform:translateY(1px);
}
.brand-logo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:opacity .24s ease,transform .32s cubic-bezier(.2,.7,.2,1);
}
.brand-logo-light{opacity:1}
.brand-logo-dark{opacity:0}
.site-header.is-scrolled .brand-logo-light{opacity:0}
.site-header.is-scrolled .brand-logo-dark{opacity:1}
.site-header.is-scrolled .brand-logo{transform:scale(.96)}
.brand-word{
  color:var(--white);
  font-weight:700;
  font-size:24px;
  line-height:1;
  letter-spacing:-.03em;
  transition:color .28s ease;
}
.site-header.is-scrolled .brand-word{color:var(--onyx)}
.desktop-nav{
  display:flex;
  align-items:center;
  gap:36px;
}
.desktop-nav a{
  font-size:14px;
  font-weight:600;
  letter-spacing:-.005em;
  position:relative;
  color:rgba(255,255,255,.82);
  transition:color .25s ease;
}
.site-header.is-scrolled .desktop-nav a{color:var(--ink-80)}
.desktop-nav a:hover{color:var(--white)}
.site-header.is-scrolled .desktop-nav a:hover{color:var(--onyx)}
.desktop-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-9px;
  height:2px;
  background:var(--lime);
  transition:right .25s ease;
}
.desktop-nav a:hover::after{right:0}
.nav-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:12px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
  will-change:transform;
}
.btn:hover{transform:translateY(-2px)}
.btn-nav{
  min-height:46px;
  padding:6px 8px 6px 19px;
  background:var(--lime);
  color:#013D37;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.site-header.is-scrolled .btn-nav{
  background:var(--onyx);
  color:var(--white);
}
.btn-arrow{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--onyx);
  color:var(--lime);
  font-size:15px;
  transition:background .25s ease,color .25s ease;
}
.site-header.is-scrolled .btn-nav .btn-arrow{
  background:var(--lime);
  color:#013D37;
}
.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  transition:background .25s ease,border-color .25s ease;
}
.menu-toggle span{
  width:17px;
  height:1.5px;
  background:var(--white);
  transition:.25s;
}
.site-header.is-scrolled .menu-toggle{
  background:#fff;
  border-color:var(--ink-10);
}
.site-header.is-scrolled .menu-toggle span{background:var(--onyx)}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.mobile-menu{
  background:var(--onyx);
  color:var(--white);
  border-top:1px solid rgba(255,255,255,.08);
  transition:background .25s ease,color .25s ease;
}
.site-header.is-scrolled .mobile-menu{
  background:#fff;
  color:var(--onyx);
  border-top-color:var(--ink-06);
}
.mobile-menu-inner{padding:28px 0 36px;display:grid;gap:0}
.mobile-menu a{
  padding:18px 0;
  font-size:30px;
  font-weight:700;
  border-bottom:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
}
.site-header.is-scrolled .mobile-menu a{border-bottom-color:var(--ink-06)}

.hero{
  padding:150px 0 70px;
  min-height:100svh;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  gap:74px;
  align-items:center;
  min-height:650px;
}
.hero-copy{
  padding:18px 0 24px;
  max-width:660px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid rgba(13,13,13,.10);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 24px rgba(13,13,13,.025);
  font-size:10px;
  font-weight:700;
  letter-spacing:.105em;
  text-transform:uppercase;
  margin-bottom:34px;
  color:rgba(13,13,13,.80);
}
.eyebrow-dot{
  width:7px;height:7px;background:var(--lime);border-radius:50%;
  box-shadow:0 0 0 4px rgba(119,214,80,.20);
}
.hero h1{
  font-size:clamp(66px,5.9vw,96px);
  line-height:.96;
  letter-spacing:-.040em;
  font-weight:500;
  margin:0;
  max-width:690px;
}
.hero h1 em{
  display:block;
  color:var(--green);
  font-size:.84em;
  line-height:.94;
  margin-top:15px;
  letter-spacing:-.008em;
}
.hero-lede{
  margin:32px 0 0;
  font-size:18px;
  line-height:1.54;
  color:rgba(13,13,13,.70);
  max-width:590px;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:34px;
}
.btn-primary{
  min-height:56px;
  padding:7px 8px 7px 22px;
  background:var(--green);
  color:var(--white);
  box-shadow:0 16px 34px rgba(13,13,13,.13);
}
.btn-primary:hover{box-shadow:0 20px 42px rgba(13,13,13,.19)}
.btn-arrow-lime{background:var(--lime)}
.text-link{
  display:inline-flex;align-items:center;gap:10px;
  font-size:14px;font-weight:600;position:relative;
}
.text-link::after{
  content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:currentColor;
  transition:right .25s ease;
}
.text-link:hover::after{right:0}

/* Premium motion stage: ambient depth in the background, product proof in front. */
.hero-stage{
  --mx:0px;
  --my:0px;
  min-height:600px;
  position:relative;
  border:1px solid rgba(13,13,13,.085);
  border-radius:38px;
  background:
    radial-gradient(circle at 72% 24%, rgba(119,214,80,.16), transparent 25%),
    linear-gradient(145deg,#fff 0%,#fbfcfb 52%,#f7f9f8 100%);
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 28px 80px rgba(13,13,13,.065);
}
.hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(110deg,rgba(255,255,255,.70),transparent 42%),
    radial-gradient(circle at 42% 82%,rgba(13,13,13,.055),transparent 35%);
  pointer-events:none;
}
.motion-field{
  position:absolute;inset:-8%;z-index:0;pointer-events:none;
  transform:translate3d(calc(var(--mx) * -.20),calc(var(--my) * -.20),0);
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.motion-glow{
  position:absolute;width:390px;height:390px;border-radius:50%;
  right:2%;top:3%;
  background:radial-gradient(circle,rgba(119,214,80,.24) 0%,rgba(119,214,80,.08) 35%,rgba(119,214,80,0) 70%);
  filter:blur(8px);
  animation:quinbisGlow 11s ease-in-out infinite alternate;
}
.motion-sheet{
  position:absolute;
  border-radius:42px;
  border:1px solid rgba(13,13,13,.07);
  backdrop-filter:blur(14px);
  box-shadow:0 34px 70px rgba(13,13,13,.045);
  will-change:transform;
}
.motion-sheet-one{
  width:74%;height:46%;
  right:-18%;top:-5%;
  background:linear-gradient(135deg,rgba(255,255,255,.75),rgba(119,214,80,.08));
  transform:rotate(14deg);
  animation:quinbisPlaneOne 14s cubic-bezier(.45,.05,.55,.95) infinite alternate;
}
.motion-sheet-two{
  width:78%;height:52%;
  left:-24%;bottom:-14%;
  background:linear-gradient(135deg,rgba(13,13,13,.018),rgba(13,13,13,.055));
  transform:rotate(-13deg);
  animation:quinbisPlaneTwo 17s cubic-bezier(.45,.05,.55,.95) infinite alternate;
}
.motion-line{
  position:absolute;
  width:78%;height:1px;
  left:18%;top:53%;
  background:linear-gradient(90deg,transparent,rgba(119,214,80,.65),rgba(13,13,13,.14),transparent);
  transform:rotate(-8deg);
  opacity:.65;
  animation:quinbisLine 9s ease-in-out infinite alternate;
}

.money-deck{
  position:absolute;
  inset:0;
  z-index:2;
  transform:translate3d(calc(var(--mx) * .34),calc(var(--my) * .34),0);
  transition:transform .50s cubic-bezier(.2,.7,.2,1);
}
.micro-card,.safe-card{
  position:absolute;
  will-change:transform;
}
.micro-card{
  width:232px;
  min-height:142px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(13,13,13,.055);
  border-radius:22px;
  padding:20px 21px;
  box-shadow:0 24px 56px rgba(13,13,13,.09);
  backdrop-filter:blur(18px);
}
.micro-card::before{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background:linear-gradient(120deg,rgba(255,255,255,.75),transparent 42%);
  pointer-events:none;
}
.micro-kicker{
  display:block;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:700;
  color:rgba(13,13,13,.58);
  margin-bottom:10px;
}
.micro-label{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.115em;
  color:var(--ink-48);
  font-weight:700;
}
.micro-card strong{
  display:block;
  margin-top:7px;
  font-size:24px;
  line-height:1;
  letter-spacing:-.035em;
  font-weight:600;
}
.micro-foot{
  display:block;
  margin-top:13px;
  font-size:9px;
  color:var(--ink-48);
}
.micro-foot i{
  width:6px;height:6px;border-radius:50%;background:var(--lime);
  display:inline-block;margin-right:6px;
}
.micro-accent{
  position:absolute;left:21px;bottom:12px;width:44px;height:3px;border-radius:99px;background:var(--lime);opacity:.95;
}
.micro-card-cash{
  left:7.5%;top:21%;
  transform:rotate(-7deg);
  z-index:1;
  animation:cashFloat 7.5s ease-in-out infinite alternate;
}
.micro-card-commit{
  left:12.5%;top:43%;
  transform:rotate(3deg);
  z-index:2;
  background:rgba(250,251,250,.97);
  animation:commitFloat 8.5s ease-in-out infinite alternate;
}
.safe-card{
  width:min(445px,66%);
  right:7.5%;
  top:50%;
  transform:translateY(-45%) rotate(-.5deg);
  z-index:4;
  background:var(--green);
  color:#fff;
  border-radius:30px;
  padding:30px;
  box-shadow:0 40px 84px rgba(13,13,13,.24);
  animation:safeFloat 9.5s ease-in-out infinite alternate;
}
.safe-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.10);
  pointer-events:none;
}
.safe-card-top{display:flex;justify-content:space-between;align-items:center}
.safe-badge{font-size:10px;letter-spacing:.18em;font-weight:700;color:rgba(255,255,255,.57)}
.safe-state{font-size:10px;font-weight:700;background:var(--lime);color:#013D37;padding:7px 11px;border-radius:999px}
.safe-copy{margin-top:62px}
.safe-copy span{font-size:13px;color:rgba(255,255,255,.70)}
.safe-copy strong{
  display:block;font-size:56px;line-height:1;letter-spacing:-.052em;margin-top:8px;font-weight:600;
}
.safe-card p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.68);margin:16px 0 0}
.safe-meter{height:7px;background:rgba(255,255,255,.12);border-radius:99px;margin-top:26px;overflow:hidden}
.safe-meter span{display:block;width:39.16%;height:100%;background:var(--lime);border-radius:99px}
.safe-card-bottom{
  border-top:1px solid rgba(255,255,255,.13);
  padding-top:20px;margin-top:22px;display:flex;justify-content:space-between;align-items:center;
  font-size:11px;color:rgba(255,255,255,.70)
}
.safe-arrow{
  width:29px;height:29px;border:1px solid rgba(255,255,255,.27);
  border-radius:50%;display:grid;place-items:center;color:#fff;
}
.stage-caption{
  position:absolute;
  right:26px;
  bottom:22px;
  z-index:5;
  display:flex;align-items:center;gap:8px;
  font-size:10px;font-weight:600;color:rgba(13,13,13,.46);
  letter-spacing:.01em;
}
.stage-caption-dot{width:6px;height:6px;border-radius:50%;background:var(--lime)}

.hero-rail{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:19px;
  margin-top:28px;
  color:rgba(13,13,13,.46);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.hero-rail i{
  width:4px;height:4px;border-radius:50%;background:var(--lime);display:block;
}

@keyframes quinbisPlaneOne{
  from{transform:translate3d(-8px,-3px,0) rotate(13deg)}
  to{transform:translate3d(22px,18px,0) rotate(16deg)}
}
@keyframes quinbisPlaneTwo{
  from{transform:translate3d(10px,12px,0) rotate(-14deg)}
  to{transform:translate3d(-18px,-10px,0) rotate(-10deg)}
}
@keyframes quinbisGlow{
  from{transform:translate3d(-8px,6px,0) scale(.96);opacity:.72}
  to{transform:translate3d(18px,-10px,0) scale(1.08);opacity:1}
}
@keyframes quinbisLine{
  from{transform:translate3d(-12px,0,0) rotate(-8deg);opacity:.35}
  to{transform:translate3d(18px,0,0) rotate(-8deg);opacity:.72}
}
@keyframes cashFloat{
  from{translate:0 0;rotate:0deg}
  to{translate:0 -9px;rotate:-1deg}
}
@keyframes commitFloat{
  from{translate:0 0;rotate:0deg}
  to{translate:5px 8px;rotate:.6deg}
}
@keyframes safeFloat{
  from{translate:0 0;rotate:0deg}
  to{translate:0 -8px;rotate:.45deg}
}
@media(prefers-reduced-motion:reduce){
  .motion-sheet,.motion-glow,.motion-line,.micro-card,.safe-card{animation:none!important}
  .motion-field,.money-deck{transform:none!important;transition:none!important}
}

.problem{border-top:1px solid var(--ink-06)}
.problem-grid{
  display:grid;grid-template-columns:.7fr 1.55fr .95fr;gap:64px;align-items:start;
}
.problem-copy h2,.section-head h2,.money-copy h2,.method-head h2,.insights h2{
  margin:0;font-size:clamp(48px,4.5vw,72px);line-height:1;letter-spacing:-.038em;font-weight:700;
}
.problem-copy h2 em{color:var(--green)}
.problem-copy>p{
  margin:30px 0 0;max-width:650px;font-size:18px;line-height:1.60;color:var(--ink-72);
}
.problem-points{display:grid;gap:0;border-top:1px solid var(--ink-10)}
.problem-points article{padding:24px 0;border-bottom:1px solid var(--ink-10)}
.problem-points article>span{font-size:10px;color:var(--green);font-weight:800;letter-spacing:.12em}
.problem-points h3{margin:10px 0 7px;font-size:17px;font-weight:600;letter-spacing:-.010em}
.problem-points p{margin:0;font-size:13px;line-height:1.55;color:var(--ink-48)}

.paths{padding-top:60px}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:56px;
}
.section-head h2{max-width:800px;margin-top:18px}
.section-head>p{max-width:430px;margin:0 0 4px;color:var(--ink-72);line-height:1.58;font-size:15px}
.path-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.path-card{
  min-height:620px;border-radius:var(--radius);padding:30px;position:relative;overflow:hidden;
  display:flex;flex-direction:column;
  border:1px solid var(--ink-10);
  transition:transform .35s ease,box-shadow .35s ease;
}
.path-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(13,13,13,.10)}
.path-card-green{background:var(--green);color:#fff;border-color:var(--green)}
.path-card-light{background:#fff}
.path-card-dark{background:var(--onyx);color:#fff;border-color:var(--onyx)}
.path-card-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.15em;font-weight:800}
.path-card-green .path-card-top{color:rgba(255,255,255,.55)}
.path-card-dark .path-card-top{color:rgba(255,255,255,.45)}
.round-arrow{width:40px;height:40px;border:1px solid rgba(255,255,255,.20);border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:15px}
.round-arrow-dark{border-color:var(--ink-10);color:var(--onyx)}
.round-arrow-lime{background:var(--lime);color:#013D37;border-color:var(--lime)}
.path-card-copy{margin-top:70px;position:relative;z-index:2}
.path-card h3{font-size:39px;line-height:1.04;letter-spacing:-.027em;font-weight:600;margin:0}
.path-card p{font-size:14px;line-height:1.65;margin:17px 0 0;max-width:360px}
.path-card-green p,.path-card-dark p{color:rgba(255,255,255,.62)}
.path-card-light p{color:var(--ink-72)}

.setup-art{position:absolute;left:30px;right:30px;bottom:25px;height:245px}
.doc-sheet{position:absolute;width:74%;height:195px;border-radius:15px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.15)}
.sheet-back{right:3%;bottom:0;transform:rotate(8deg);opacity:.25}
.sheet-front{left:5%;bottom:8px;transform:rotate(-3deg);padding:24px}
.doc-pill{width:58px;height:10px;background:var(--lime);border-radius:99px;margin-bottom:28px}
.doc-line{height:7px;background:rgba(13,13,13,.12);border-radius:99px;width:66%;margin:12px 0}
.doc-line.long{width:82%}.doc-line.short{width:43%}
.doc-seal{position:absolute;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--lime);font-weight:800}

.design-art{position:absolute;left:30px;right:30px;bottom:22px;height:250px}
.design-frame{position:absolute;border:1px solid var(--ink-10);border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(13,13,13,.08)}
.frame-one{left:4%;bottom:8px;width:55%;height:190px;background:var(--onyx);display:grid;place-items:center;color:var(--lime);font-size:72px;font-weight:600}
.frame-two{right:3%;top:18px;width:42%;height:138px;background:var(--lime);transform:rotate(3deg)}
.frame-three{right:12%;bottom:0;width:35%;height:95px;background:var(--green);transform:rotate(-5deg)}
.design-word{position:absolute;right:5%;top:2px;font-family:var(--serif);font-style:italic;font-size:42px;transform:rotate(-5deg);z-index:3}

.mini-finance{
  position:absolute;left:30px;right:30px;bottom:30px;
  border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:24px;
  display:flex;align-items:end;justify-content:space-between;
  background:rgba(255,255,255,.035);
}
.mini-finance span{font-size:11px;color:rgba(255,255,255,.5);display:block}
.mini-finance strong{font-size:43px;font-weight:700;letter-spacing:-.042em;display:block;margin-top:9px}
.mini-pill{background:var(--lime)!important;color:#013D37 !important;padding:7px 10px;border-radius:999px;font-weight:800}

.section-dark{background:var(--onyx);color:#fff}
.money-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}
.money-copy h2{margin-top:18px}
.money-copy h2 em{color:var(--lime)}
.money-copy p{font-size:17px;line-height:1.58;color:rgba(255,255,255,.68);margin:28px 0 30px;max-width:540px}
.text-link-light{color:#fff}
.dashboard{
  background:#fff;color:var(--onyx);border-radius:32px;padding:26px;
  box-shadow:0 36px 90px rgba(0,0,0,.24);
}
.dashboard-head{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 22px;border-bottom:1px solid var(--ink-06)}
.dash-brand{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}
.dash-brand-mark{width:32px;height:32px;border-radius:10px;background:var(--green);color:var(--lime);display:grid;place-items:center}
.dash-period{font-size:11px;color:var(--ink-48)}
.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.dash-cards article{border:1px solid var(--ink-10);border-radius:17px;padding:18px}
.dash-cards article>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-48);font-weight:700}
.dash-cards strong{display:block;font-size:24px;font-weight:700;letter-spacing:-.032em;margin-top:12px}
.dash-cards small{display:block;font-size:9px;line-height:1.4;color:var(--ink-48);margin-top:8px}
.dash-cards .dash-safe{background:var(--green);border-color:var(--green);color:#fff}
.dash-cards .dash-safe>span,.dash-cards .dash-safe small{color:rgba(255,255,255,.6)}
.dash-cards .dash-safe strong{color:var(--lime)}
.dash-lower{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:10px}
.cash-flow-card,.reminders-card{border:1px solid var(--ink-10);border-radius:17px;padding:18px}
.dash-subhead{display:flex;justify-content:space-between;font-size:10px;color:var(--ink-48);font-weight:700}
.bars{height:150px;margin-top:20px;display:flex;align-items:end;gap:8px;border-bottom:1px solid var(--ink-06)}
.bars i{display:block;flex:1;background:var(--green-12);border-radius:6px 6px 0 0}
.bars .bar-lime{background:var(--lime)}
.money-legend{display:flex;gap:20px;margin-top:12px;font-size:9px;color:var(--ink-48)}
.money-legend i{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px}
.legend-in{background:var(--green)}.legend-out{background:var(--lime)}
.reminders-card ul{list-style:none;margin:18px 0 0;padding:0}
.reminders-card li{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid var(--ink-06);font-size:10px}
.reminders-card li:last-child{border-bottom:0}
.reminders-card li small{font-size:8px;color:var(--ink-48)}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--ink-16)}
.status-lime{background:var(--lime);box-shadow:0 0 0 4px var(--lime-28)}

.method-head{text-align:center;max-width:900px;margin:0 auto 68px}
.method-head h2{margin-top:18px}
.method-head p{max-width:620px;margin:25px auto 0;font-size:16px;line-height:1.58;color:var(--ink-72)}
.method-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--ink-10)}
.method-list li{
  display:grid;grid-template-columns:120px 1fr;align-items:center;
  padding:28px 0;border-bottom:1px solid var(--ink-10);
  transition:padding .25s ease,background .25s ease;
}
.method-list li:hover{padding-left:18px;background:linear-gradient(90deg,var(--green-08),transparent 38%)}
.method-number{font-size:11px;color:var(--green);font-weight:800;letter-spacing:.12em}
.method-list li>div{display:grid;grid-template-columns:.65fr 1fr;align-items:baseline;gap:30px}
.method-list h3{font-size:30px;font-weight:600;letter-spacing:-.022em;margin:0}
.method-list p{margin:0;font-size:13px;line-height:1.5;color:var(--ink-64)}

.insights{padding-top:90px;background:linear-gradient(to bottom,#fff 0%,rgba(13,13,13,.022) 100%)}
.insights .section-head{align-items:end}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.insight-card{border:1px solid var(--ink-10);border-radius:24px;background:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.insight-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(13,13,13,.08)}
.insight-art{height:260px;position:relative;overflow:hidden}
.insight-art-one{background:var(--green)}
.insight-art-two{background:var(--onyx)}
.insight-art-three{background:var(--lime)}
.insight-number{position:absolute;left:26px;bottom:-22px;font-size:156px;line-height:1;font-weight:500;letter-spacing:-.09em}
.insight-art-one .insight-number{color:var(--lime)}
.insight-art-two .insight-number{color:#fff}
.insight-art-three .insight-number{color:var(--green)}
.insight-label{position:absolute;right:20px;top:20px;font-size:9px;font-weight:800;letter-spacing:.16em;padding:7px 9px;border:1px solid currentColor;border-radius:999px}
.insight-art-one .insight-label{color:rgba(255,255,255,.6)}
.insight-art-two .insight-label{color:rgba(255,255,255,.5)}
.insight-art-three .insight-label{color:var(--green)}
.insight-copy{padding:24px 25px 28px}
.insight-copy>span:first-child{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800}
.insight-copy h3{font-size:24px;line-height:1.2;letter-spacing:-.020em;font-weight:600;margin:14px 0 28px;min-height:84px}
.read-link{font-size:11px;font-weight:700;color:var(--ink-48)}

.final-cta{padding-top:120px;padding-bottom:140px}
.cta-frame{
  min-height:440px;border-radius:34px;background:var(--green);color:#fff;
  position:relative;overflow:hidden;padding:58px 62px;
  display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;gap:40px;
}

.cta-frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.035) 0%, rgba(255,255,255,.018) 22%, rgba(255,255,255,0) 48%),
    linear-gradient(90deg, rgba(255,255,255,0) 48%, rgba(255,255,255,.018) 100%);
  pointer-events:none;
}
.cta-mark{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-image:url("/assets/img/quinbis-cta-pattern-v2.svg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  pointer-events:none;
}
.cta-copy{position:relative;z-index:2;max-width:800px}
.cta-copy>span{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--lime)}
.cta-copy h2{font-size:clamp(48px,5vw,78px);line-height:1.01;letter-spacing:-.034em;font-weight:600;margin:22px 0 0}
.cta-actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:16px}
.btn-cta{min-height:58px;background:var(--lime);color:#013D37;padding:0 22px}
.cta-actions>a:last-child{font-size:11px;color:rgba(255,255,255,.65)}
.cta-lime-line{height:5px;background:var(--lime);position:absolute;left:62px;bottom:0;width:31%;border-radius:99px 99px 0 0}

.site-footer{background:var(--onyx);color:#fff;padding:76px 0 26px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px;padding-bottom:62px}
.brand-footer{color:#fff}
.brand-footer .brand-word{color:#fff;font-weight:700;font-size:23px}
.footer-brand-mark{width:56px;height:37px}
.footer-logo{opacity:1;position:static;width:100%;height:100%;object-fit:contain}

.footer-brand p{font-size:13px;color:rgba(255,255,255,.45);margin:18px 0 0}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-col>span{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--lime);font-weight:800;margin-bottom:8px}
.footer-col a{font-size:13px;color:rgba(255,255,255,.58);width:max-content}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.10);padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:10px}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.75,.2,1),transform .8s cubic-bezier(.2,.75,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
.path-cards .reveal:nth-child(2),.insight-grid .reveal:nth-child(2){transition-delay:.08s}
.path-cards .reveal:nth-child(3),.insight-grid .reveal:nth-child(3){transition-delay:.16s}

@media (max-width:1180px){
  :root{--shell:min(100% - 44px, 1120px)}
  .hero-grid{grid-template-columns:1fr 1fr;gap:36px}
  .hero-stage{min-height:580px}
  .safe-copy{margin-top:55px}.safe-copy strong{font-size:44px}
  .path-card{min-height:580px}
  .problem-grid{grid-template-columns:.5fr 1.5fr}.problem-points{grid-column:2}
  .money-grid{grid-template-columns:1fr;gap:55px}
  .money-copy{max-width:760px}
}
@media (max-width:900px){
  .desktop-nav{display:none}
  .nav-shell{grid-template-columns:1fr auto}
  .menu-toggle{display:flex}
  .hero{padding-top:120px}
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding-bottom:20px}
  .hero h1{font-size:clamp(58px,10vw,84px);max-width:760px}
  .hero-stage{min-height:580px}
  .hero-rail{margin-top:18px;overflow:auto;justify-content:flex-start;padding-inline:8px}
  .problem-grid{grid-template-columns:1fr;gap:28px}.problem-points{grid-column:auto}
  .path-cards{grid-template-columns:1fr}
  .path-card{min-height:560px}
  .section-head{align-items:start;flex-direction:column}
  .section-head>p{max-width:620px}
  .dash-lower{grid-template-columns:1fr}
  .method-list li{grid-template-columns:70px 1fr}
  .insight-grid{grid-template-columns:1fr 1fr}.insight-card:last-child{grid-column:1/-1}
  .cta-frame{grid-template-columns:1fr;grid-template-rows:auto auto;padding:48px}
  .cta-actions{align-items:flex-start}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:2}
}
@media (max-width:640px){
  :root{--shell:calc(100% - 32px);--radius:24px}
  .nav-shell{height:74px}
  .site-header.is-scrolled .nav-shell{height:68px}
  .brand-mark{width:50px;height:33px}.brand-word{font-size:21px}
  .btn-nav{display:none}
  .section{padding:96px 0}
  .hero{padding-top:104px}
  .hero h1{font-size:52px;line-height:.97;letter-spacing:-.034em;font-weight:600}
  .hero-lede{font-size:17px}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:22px}
  .hero-stage{min-height:500px;border-radius:28px}
  .micro-card{min-width:154px;padding:14px}
  .micro-card strong{font-size:18px}
  .micro-card-cash{left:4%;top:8%}.micro-card-commit{right:3%;top:13%}
  .safe-card{width:82%;padding:22px;top:54%}
  .safe-copy{margin-top:48px}.safe-copy strong{font-size:42px}
  .lime-ticket{font-size:16px;right:5%;bottom:7%}
  .hero-rail{gap:14px}
  .problem-copy h2,.section-head h2,.money-copy h2,.method-head h2,.insights h2{font-size:46px}
  .problem-copy>p{font-size:16px}
  .section-head{margin-bottom:38px}
  .path-card{min-height:530px;padding:24px}
  .path-card-copy{margin-top:50px}
  .path-card h3{font-size:35px}
  .setup-art,.design-art,.mini-finance{left:24px;right:24px}
  .money-grid{gap:40px}
  .dashboard{padding:16px;border-radius:24px}
  .dash-cards{grid-template-columns:1fr}
  .dash-cards strong{font-size:27px}
  .dash-lower{grid-template-columns:1fr}
  .method-head{text-align:left}
  .method-list li{grid-template-columns:48px 1fr;padding:22px 0}
  .method-list li>div{grid-template-columns:1fr;gap:6px}
  .method-list h3{font-size:25px}
  .insight-grid{grid-template-columns:1fr}.insight-card:last-child{grid-column:auto}
  .insight-art{height:220px}
  .cta-frame{min-height:480px;padding:38px 26px}
  .cta-copy h2{font-size:45px}
  .cta-lime-line{left:26px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  .footer-brand{grid-column:1/-1}
  .footer-col:last-child{grid-column:auto}
  .footer-bottom{gap:20px;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

@media(max-width:1050px){
  .hero{padding-top:132px}
  .hero-grid{grid-template-columns:1fr;gap:54px;min-height:auto}
  .hero-copy{max-width:760px;padding-bottom:0}
  .hero h1{max-width:760px}
  .hero-stage{min-height:560px;width:100%}
}
@media(max-width:680px){
  .hero{padding:112px 0 72px}
  .hero-grid{gap:42px}
  .eyebrow{margin-bottom:26px;font-size:10px}
  .hero h1{
    font-size:clamp(48px,14vw,62px);
    line-height:.98;
    letter-spacing:-.032em;
    font-weight:500;
  }
  .hero h1 em{font-size:.82em;margin-top:13px}
  .hero-lede{margin-top:26px;font-size:17px;line-height:1.5}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:30px}
  .hero-stage{min-height:490px;border-radius:28px}
  .micro-card{min-width:150px;padding:14px 15px}
  .micro-card strong{font-size:18px}
  .micro-card-cash{left:4%;top:10%}
  .micro-card-commit{right:4%;top:13%}
  .safe-card{width:82%;top:55%;padding:24px;border-radius:24px}
  .safe-copy{margin-top:54px}
  .safe-copy strong{font-size:46px}
}

@media(max-width:1120px){
  .hero{padding-top:132px}
  .hero-grid{grid-template-columns:1fr;gap:48px;min-height:auto}
  .hero-copy{max-width:780px;padding-bottom:0}
  .hero h1{max-width:760px}
  .hero-stage{min-height:580px}
  .money-deck{max-width:820px;margin:auto}
}
@media(max-width:760px){
  .hero{padding:112px 0 66px}
  .hero-grid{gap:38px}
  .eyebrow{margin-bottom:26px;padding:9px 12px}
  .hero h1{
    font-size:clamp(50px,14vw,64px);
    line-height:.98;
    letter-spacing:-.034em;
    font-weight:500;
  }
  .hero h1 em{font-size:.83em;margin-top:12px}
  .hero-lede{margin-top:26px;font-size:17px;line-height:1.5}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:29px}
  .hero-stage{min-height:515px;border-radius:30px}
  .motion-sheet-one{width:90%;right:-44%;top:-2%}
  .motion-sheet-two{width:92%;left:-42%;bottom:-12%}
  .micro-card{width:176px;min-height:116px;padding:15px 16px;border-radius:18px}
  .micro-card strong{font-size:19px}
  .micro-card-cash{left:4%;top:15%}
  .micro-card-commit{left:8%;top:38%}
  .safe-card{
    width:72%;
    right:3%;
    top:54%;
    padding:23px;
    border-radius:24px;
  }
  .safe-copy{margin-top:50px}
  .safe-copy strong{font-size:43px}
  .safe-card-bottom{font-size:9px}
  .stage-caption{display:none}
  .hero-rail{
    justify-content:flex-start;
    gap:11px;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
    margin-top:24px;
  }
  .hero-rail::-webkit-scrollbar{display:none}
  .hero-rail span{white-space:nowrap}
}



/* ===== V1.11 Problem section refinement ===== */
.problem-grid-v2{
  display:grid;
  grid-template-columns:minmax(250px,.9fr) minmax(420px,1.35fr) minmax(300px,1fr);
  gap:44px;
  align-items:start;
}
.problem-aside{padding-top:4px}
.problem-aside-card{
  background:linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,.92) 100%);
  border:1px solid var(--ink-08);
  border-radius:32px;
  padding:28px;
  box-shadow:0 20px 45px rgba(12,22,20,.05);
}
.problem-aside-card p{
  margin:0;
  font-size:16px;
  line-height:1.72;
  color:var(--ink-72);
  max-width:300px;
}
.problem-tension-list{
  list-style:none;
  margin:26px 0 0;
  padding:0;
  display:grid;
  gap:16px;
}
.problem-tension-list li{
  display:grid;
  grid-template-columns:10px 1fr;
  gap:14px;
  align-items:start;
  padding-top:16px;
  border-top:1px solid var(--ink-08);
}
.problem-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--lime);
  margin-top:6px;
  box-shadow:0 0 0 6px rgba(178,233,87,.14);
}
.problem-tension-list strong{
  display:block;
  font-size:15px;
  line-height:1.4;
  letter-spacing:-.01em;
  font-weight:700;
  color:var(--onyx);
}
.problem-tension-list small{
  display:block;
  margin-top:6px;
  font-size:13px;
  line-height:1.6;
  color:var(--ink-60);
}

.problem-copy{
  padding-top:4px;
}
.problem-copy h2{
  max-width:760px;
}
.problem-copy>p{
  margin:28px 0 0;
  max-width:700px;
}

.problem-points{
  display:grid;
  gap:14px;
  border-top:none;
}
.problem-point-card{
  background:#fff;
  border:1px solid var(--ink-08);
  border-radius:30px;
  padding:24px 24px 26px;
  box-shadow:0 18px 38px rgba(12,22,20,.05);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.problem-point-card:nth-child(2){transform:translateX(-18px)}
.problem-point-card:nth-child(3){transform:translateX(14px)}
.problem-point-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 46px rgba(12,22,20,.09);
  border-color:rgba(1,61,49,.16);
}
.problem-point-card:nth-child(2):hover{transform:translateX(-18px) translateY(-4px)}
.problem-point-card:nth-child(3):hover{transform:translateX(14px) translateY(-4px)}
.problem-point-card>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(1,61,49,.06);
  color:var(--green);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
}
.problem-points article>h3{
  margin:18px 0 8px;
  font-size:30px;
  line-height:1.02;
  letter-spacing:-.03em;
  font-weight:650;
}
.problem-points article>p{
  margin:0;
  color:var(--ink-66);
  font-size:15px;
  line-height:1.72;
  max-width:300px;
}

@media (max-width: 1260px){
  .problem-grid-v2{
    grid-template-columns:1fr 1fr;
    gap:32px 24px;
  }
  .problem-aside{grid-column:1/2}
  .problem-copy{grid-column:2/3}
  .problem-points{
    grid-column:1 / -1;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
  }
  .problem-point-card:nth-child(2),
  .problem-point-card:nth-child(3),
  .problem-point-card:nth-child(2):hover,
  .problem-point-card:nth-child(3):hover{
    transform:none;
  }
  .problem-aside-card p{max-width:none}
}

@media (max-width: 860px){
  .problem-grid-v2{
    grid-template-columns:1fr;
    gap:24px;
  }
  .problem-aside,
  .problem-copy,
  .problem-points{
    grid-column:auto;
  }
  .problem-points{
    grid-template-columns:1fr;
  }
  .problem-points article>h3{
    font-size:26px;
  }
}


/* ===== V1.14 — What gets in the way: simplified editorial layout ===== */
.problem{
  border-top:1px solid var(--ink-06);
  background:#fff;
}
.problem-layout-v3{
  display:grid;
  gap:76px;
}
.problem-intro{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);
  gap:84px;
  align-items:end;
}
.problem-intro-main .section-kicker{
  margin-bottom:24px;
}
.problem-intro-main h2{
  margin:0;
  max-width:860px;
  font-size:clamp(54px,5vw,82px);
  line-height:.98;
  letter-spacing:-.044em;
  font-weight:600;
}
.problem-intro-main h2 em{
  color:var(--green);
}
.problem-intro-copy{
  margin:0 0 6px;
  max-width:440px;
  font-size:17px;
  line-height:1.65;
  color:var(--ink-72);
}

.problem-points-v3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-top:1px solid var(--ink-10);
  border-bottom:1px solid var(--ink-10);
}
.problem-points-v3 article{
  min-height:210px;
  padding:30px 34px 32px 0;
  border-bottom:0;
  position:relative;
}
.problem-points-v3 article + article{
  padding-left:34px;
  border-left:1px solid var(--ink-10);
}
.problem-points-v3 article>span{
  display:block;
  font-size:10px;
  color:var(--green);
  font-weight:800;
  letter-spacing:.15em;
}
.problem-points-v3 h3{
  margin:34px 0 10px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:600;
}
.problem-points-v3 p{
  margin:0;
  max-width:330px;
  font-size:15px;
  line-height:1.65;
  color:var(--ink-60);
}

@media(max-width:1000px){
  .problem-layout-v3{gap:54px}
  .problem-intro{
    grid-template-columns:1fr;
    gap:28px;
    align-items:start;
  }
  .problem-intro-copy{max-width:680px}
  .problem-points-v3{
    grid-template-columns:1fr;
  }
  .problem-points-v3 article{
    min-height:0;
    padding:26px 0;
  }
  .problem-points-v3 article + article{
    padding-left:0;
    border-left:0;
    border-top:1px solid var(--ink-10);
  }
  .problem-points-v3 h3{
    margin-top:18px;
  }
}

@media(max-width:640px){
  .problem-layout-v3{gap:42px}
  .problem-intro-main .section-kicker{margin-bottom:18px}
  .problem-intro-main h2{
    font-size:46px;
    line-height:1;
    letter-spacing:-.038em;
  }
  .problem-intro-copy{
    font-size:16px;
    line-height:1.6;
  }
  .problem-points-v3 h3{font-size:25px}
  .problem-points-v3 p{font-size:14px}
}

/* ===== Mobile typography + header reliability V21 ===== */
@media (max-width:640px){
  html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
  body{overflow-x:clip}
  .nav-shell{height:66px}
  .site-header.is-scrolled .nav-shell{height:64px}
  .brand{gap:7px;min-height:40px}
  .brand-mark{width:46px;height:31px}
  .brand-word{
    font-family:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:700;
    letter-spacing:-.035em;
  }
  .menu-toggle{width:42px;height:42px}
  .mobile-menu-inner{padding:18px 0 26px}
  .mobile-menu a{padding:15px 0;font-size:25px}
}


/* ===== Quinbis whole-site mobile compatibility V22 ===== */
html{
  max-width:100%;
  overflow-x:hidden;
}
body{
  max-width:100%;
  overflow-x:hidden;
}
img,svg,video,canvas{
  max-width:100%;
}
.brand-word{
  font-family:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
  font-weight:700;
  font-synthesis:none;
}
.site-header,
.mobile-menu,
button,
a,
input,
textarea,
select{
  font-family:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
}

@media(max-width:900px){
  .site-header{width:100%}
  .shell{max-width:100%}
}

@media(max-width:680px){
  :root{
    --shell:calc(100% - 28px);
    --radius:24px;
    --radius-sm:16px;
  }
  .section{padding:76px 0}
  .section-kicker{font-size:10px;letter-spacing:.15em}
  .eyebrow{margin-bottom:22px;padding:8px 11px;font-size:9px}
  .nav-shell{height:64px}
  .site-header.is-scrolled .nav-shell{height:62px}
  .brand{gap:7px;min-height:38px}
  .brand-mark{width:44px;height:29px}
  .brand-word{
    font-size:19px;
    line-height:1;
    letter-spacing:-.035em;
  }
  .menu-toggle{width:40px;height:40px;gap:5px}
  .menu-toggle span{width:16px}
  .mobile-menu-inner{padding:15px 0 23px}
  .mobile-menu a{padding:14px 0;font-size:23px;line-height:1.05}
  .btn{font-size:13px}
  .btn-arrow{width:32px;height:32px}
  .text-link{font-size:13px}
  .site-footer{padding:56px 0 22px}
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:30px 22px;
    padding-bottom:42px;
  }
  .footer-brand{grid-column:1/-1}
  .brand-footer .brand-word{font-size:20px}
  .footer-brand-mark{width:48px;height:32px}
  .footer-brand p{margin-top:12px;font-size:12px}
  .footer-col{gap:10px}
  .footer-col>span{margin-bottom:5px}
  .footer-col a{font-size:12px}
  .footer-bottom{padding-top:20px;gap:14px;flex-direction:column;line-height:1.5}

  /* Homepage */
  .hero{padding:92px 0 58px}
  .hero-grid{gap:34px}
  .hero-copy{padding:0}
  .hero h1{
    max-width:345px;
    font-size:clamp(44px,12.8vw,52px);
    line-height:.98;
    letter-spacing:-.038em;
    font-weight:500;
  }
  .hero h1 em{margin-top:8px}
  .hero-lede{margin-top:22px;max-width:345px;font-size:16px;line-height:1.55}
  .hero-actions{margin-top:25px;gap:17px}
  .btn-primary{min-height:52px}
  .hero-stage{min-height:455px;border-radius:26px}
  .motion-sheet-one{width:86%;right:-45%;top:-4%}
  .motion-sheet-two{width:88%;left:-45%;bottom:-14%}
  .micro-card{
    width:154px;
    min-width:0;
    min-height:96px;
    padding:13px 14px;
    border-radius:17px;
  }
  .micro-card strong{font-size:17px}
  .micro-card small{font-size:9px}
  .micro-card-cash{left:4%;top:13%}
  .micro-card-commit{left:8%;right:auto;top:37%}
  .safe-card{
    width:72%;
    right:3%;
    top:55%;
    padding:20px;
    border-radius:22px;
  }
  .safe-copy{margin-top:42px}
  .safe-copy strong{font-size:39px}
  .safe-card-bottom{font-size:8px}
  .hero-rail{
    margin-top:20px;
    padding-inline:0;
    gap:9px;
    font-size:8px;
    line-height:1.3;
  }

  .problem-layout-v3{gap:36px}
  .problem-intro{gap:20px}
  .problem-intro-main .section-kicker{margin-bottom:15px}
  .problem-intro-main h2,
  .problem-copy h2,
  .section-head h2,
  .money-copy h2,
  .method-head h2,
  .insights h2{
    font-size:40px;
    line-height:1;
    letter-spacing:-.04em;
  }
  .problem-intro-copy,.problem-copy>p{font-size:14px;line-height:1.62}
  .problem-points-v3 article{padding:22px 0}
  .problem-points-v3 h3{margin-top:15px;font-size:23px}
  .problem-points-v3 p{font-size:13px}

  .section-head{gap:16px;margin-bottom:34px}
  .section-head>p{font-size:14px;line-height:1.62}
  .path-cards{gap:14px}
  .path-card{
    min-height:440px;
    padding:22px;
    border-radius:24px;
  }
  .path-card-copy{margin-top:42px}
  .path-card h3{font-size:31px}
  .path-card p{margin-top:12px;font-size:13px}
  .round-arrow{width:36px;height:36px}
  .setup-art,.design-art,.mini-finance{left:22px;right:22px;bottom:20px}
  .setup-art{height:200px}
  .design-art{height:200px}
  .mini-finance{height:205px}

  .money-grid{gap:32px}
  .money-copy>p{font-size:14px;line-height:1.62}
  .money-deck{border-radius:25px}
  .dashboard{padding:14px;border-radius:22px}
  .dash-top{padding:6px 4px 14px}
  .dash-cards{gap:10px}
  .dash-cards article{padding:16px;border-radius:17px}
  .dash-cards strong{font-size:24px}
  .dash-lower{gap:10px}
  .chart-card,.commitment-card{padding:16px;border-radius:17px}

  .method-head{text-align:left;margin-bottom:32px}
  .method-head>p{font-size:14px;line-height:1.62}
  .method-list li{grid-template-columns:40px 1fr;padding:19px 0}
  .method-list li>span{font-size:9px}
  .method-list li>div{grid-template-columns:1fr;gap:5px}
  .method-list h3{font-size:22px}
  .method-list p{font-size:13px}

  .insight-grid{gap:14px}
  .insight-card{border-radius:23px}
  .insight-art{height:190px}
  .insight-card-copy{padding:20px}
  .insight-card h3{font-size:24px}
  .insight-card p{font-size:13px}

  .cta-frame{
    min-height:0;
    padding:30px 22px 32px;
    border-radius:26px;
    gap:30px;
  }
  .cta-copy h2{
    max-width:310px;
    font-size:39px;
    line-height:.99;
    letter-spacing:-.04em;
    margin-top:15px;
  }
  .cta-actions{align-items:flex-start;width:100%;gap:13px}
  .btn-cta{min-height:50px}
  .cta-lime-line{left:22px}
}

@media(max-width:390px){
  :root{--shell:calc(100% - 24px)}
  .hero h1{font-size:43px}
  .hero-stage{min-height:435px}
  .problem-intro-main h2,
  .problem-copy h2,
  .section-head h2,
  .money-copy h2,
  .method-head h2,
  .insights h2{font-size:38px}
  .path-card{min-height:420px}
  .cta-copy h2{font-size:37px}
}

/* ===== Quinbis V1 refinement — timeless system ===== */
:root{
  --serif:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
  --shell:min(1320px, calc(100vw - 64px));
  --radius:24px;
  --radius-sm:16px;
  --radius-lg:32px;
  --shadow:0 20px 52px rgba(13,13,13,.07);
}

em{
  font-family:var(--sans);
  font-style:normal;
  font-weight:inherit;
  letter-spacing:inherit;
}

:where(a,button,summary,input,textarea,select):focus-visible{
  outline:3px solid var(--lime);
  outline-offset:4px;
}

.section{padding:128px 0}
.section-kicker{font-size:11px;letter-spacing:.14em}

.site-header{transition:background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease}
.nav-shell{height:82px}
.site-header.is-scrolled .nav-shell{height:70px}
.site-header.is-scrolled{background:rgba(255,255,255,.97);box-shadow:0 8px 24px rgba(13,13,13,.045)}
.btn-nav{min-height:42px;padding:0 18px;gap:0;box-shadow:none}
.btn:hover{transform:none}
.btn-nav:hover{transform:none}
.desktop-nav{gap:32px}
.desktop-nav a{font-size:13px}
.desktop-nav a::after{bottom:-7px}

/* Quiet overlines instead of decorative pills. */
.eyebrow{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  margin-bottom:28px;
  gap:9px;
  font-size:10px;
}
.eyebrow-dot{width:7px;height:7px;box-shadow:none}

/* Homepage hero: content-driven, crisp product proof. */
.hero{padding:132px 0 72px;min-height:0}
.hero-grid{min-height:620px;gap:64px}
.hero-copy{padding:0;max-width:650px}
.hero h1{font-size:clamp(64px,5.5vw,90px);font-weight:500;line-height:.98;letter-spacing:-.04em}
.hero h1 em{font-size:1em;line-height:inherit;margin-top:0;color:var(--green)}
.hero-lede{margin-top:28px;font-size:17px}
.hero-actions{margin-top:30px}
.hero-stage{
  min-height:560px;
  border-radius:var(--radius-lg);
  box-shadow:0 18px 48px rgba(13,13,13,.055);
  background:linear-gradient(145deg,#fff 0%,#f8faf7 100%);
}
.motion-glow,.motion-sheet,.motion-line{animation:none!important}
.motion-glow{opacity:.55;filter:blur(18px)}
.motion-sheet{box-shadow:none;backdrop-filter:none}
.hero-stage,.money-deck{transition:none!important}
.hero-rail{margin-top:28px}

.problem-intro-main h2,
.problem-copy h2,.section-head h2,.money-copy h2,.method-head h2,.insights h2{
  font-weight:600;
}
.problem-intro-main h2 em,.money-copy h2 em{color:var(--green)}
.problem-points-v3 article{min-height:190px}

/* Homepage services: two services, then one larger Quinbis product moment. */
.paths{padding-top:52px}
.service-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.path-card{
  min-height:510px;
  padding:28px;
  border-radius:var(--radius-lg);
  box-shadow:none;
  transition:border-color .2s ease,background .2s ease;
}
.path-card:hover{transform:none;box-shadow:none}
.path-card-light:hover{border-color:rgba(13,13,13,.24)}
.path-card-copy{margin-top:54px}
.path-card h3{font-size:38px}
.path-card p{font-size:14px}
.design-word{font-family:var(--sans);font-style:normal;font-weight:600;transform:none;font-size:34px;letter-spacing:-.04em}

.quinbis-product-panel{
  margin-top:18px;
  min-height:440px;
  padding:42px;
  border-radius:var(--radius-lg);
  background:var(--green);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(470px,1.22fr);
  gap:72px;
  align-items:center;
  overflow:hidden;
}
.quinbis-product-copy h3{margin:18px 0 0;max-width:620px;font-size:clamp(44px,4.4vw,66px);line-height:1;letter-spacing:-.043em;font-weight:600}
.quinbis-product-copy>p{margin:22px 0 0;max-width:560px;color:rgba(255,255,255,.67);font-size:15px;line-height:1.65}
.quinbis-product-actions{margin-top:30px;display:flex;align-items:center;gap:22px}
.quinbis-panel-btn{min-height:50px;padding:0 18px;background:var(--lime);color:#013D37}
.quinbis-panel-link{font-size:13px;font-weight:700;color:#fff}
.quinbis-product-visual{
  padding:16px;
  border-radius:24px;
  background:#fff;
  color:var(--onyx);
  box-shadow:0 18px 44px rgba(0,0,0,.14);
}
.product-money-row{min-height:92px;padding:20px 22px;border-bottom:1px solid var(--ink-10);display:flex;align-items:center;justify-content:space-between;gap:24px}
.product-money-row>span,.product-money-row div>span{font-size:12px;color:var(--ink-64)}
.product-money-row strong{font-size:30px;letter-spacing:-.04em}
.product-money-safe{margin-top:12px;border:0;border-radius:18px;background:var(--onyx);color:#fff;display:grid;grid-template-columns:1fr auto auto}
.product-money-safe div>span{color:rgba(255,255,255,.68)}
.product-money-safe small{display:block;margin-top:6px;color:rgba(255,255,255,.42);font-size:10px}
.product-money-safe strong{font-size:36px}
.product-money-safe b{padding:7px 10px;border-radius:999px;background:var(--lime);color:#013D37;font-size:10px}

/* Cleaner standard cards. */
.insight-card{border-radius:24px;box-shadow:none}
.insight-card:hover{transform:none;box-shadow:none;border-color:rgba(13,13,13,.24)}
.insight-art{height:230px}
.insight-number{font-size:124px;bottom:-15px;opacity:.9}
.method-list li:hover{padding-left:0;background:transparent}
.cta-frame{border-radius:var(--radius-lg)}

@media(max-width:1050px){
  .hero{padding-top:112px}
  .hero-grid{min-height:0;gap:42px}
  .hero-stage{min-height:520px}
  .quinbis-product-panel{grid-template-columns:1fr;gap:38px}
  .quinbis-product-copy{max-width:760px}
}

@media(max-width:900px){
  .nav-shell{height:72px}
  .site-header.is-scrolled .nav-shell{height:66px}
  .nav-actions{gap:8px}
  .btn-nav{display:inline-flex;min-height:40px;padding:0 15px;font-size:12px}
  .menu-toggle{display:flex;width:40px;height:40px;border-radius:14px}
  .hero{padding-top:104px}
  .hero-copy{text-align:center;margin-inline:auto}
  .hero h1,.hero-lede{margin-inline:auto}
  .hero-actions{justify-content:center}
  .eyebrow{justify-content:center}
  .hero-stage{max-width:820px;margin-inline:auto}
  .hero-rail{justify-content:center}
  .service-card-grid{grid-template-columns:1fr 1fr}
  .path-card{min-height:470px}
  .footer-grid{grid-template-columns:1.25fr 1fr 1fr}
}

@media(max-width:680px){
  :root{--shell:calc(100% - 28px);--radius:20px;--radius-lg:24px}
  .section{padding:82px 0}
  .nav-shell{height:64px}
  .site-header.is-scrolled .nav-shell{height:62px}
  .brand-mark{width:42px;height:28px}
  .brand-word{font-size:18px}
  .btn-nav{display:inline-flex!important;min-height:36px;padding:0 13px;border-radius:999px;font-size:11px}
  .menu-toggle{width:36px;height:36px;border-radius:12px}
  .mobile-menu-inner{padding:14px 0 22px}
  .mobile-menu a{font-size:22px;padding:14px 0}

  .hero{padding:90px 0 48px}
  .hero-grid{gap:28px}
  .hero-copy{text-align:center}
  .eyebrow{margin-bottom:18px}
  .hero h1{font-size:clamp(44px,12vw,52px);max-width:360px;line-height:1}
  .hero-lede{margin-top:19px;max-width:350px;font-size:15px;line-height:1.55}
  .hero-actions{margin-top:24px;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:15px}
  .btn-primary{min-height:48px;padding:6px 7px 6px 18px}
  .hero-stage{min-height:390px;border-radius:22px}
  .micro-card{width:142px;min-height:88px;padding:12px 13px}
  .micro-card-cash{left:5%;top:10%}
  .micro-card-commit{left:9%;top:34%}
  .safe-card{width:74%;right:3%;top:54%;padding:18px;border-radius:19px}
  .safe-copy{margin-top:34px}
  .safe-copy strong{font-size:34px}
  .safe-card p{font-size:9px}
  .safe-card-bottom{font-size:7.5px}
  .hero-rail{margin-top:16px;justify-content:center;overflow:visible;flex-wrap:wrap;gap:8px 10px}

  .problem-intro{text-align:center}
  .problem-intro-copy{margin-inline:auto}
  .problem-intro-main h2,.problem-copy h2,.section-head h2,.money-copy h2,.method-head h2,.insights h2{font-size:38px}
  .problem-points-v3{text-align:left}
  .section-head{text-align:center;align-items:center}
  .section-head>p{margin-inline:auto}

  .service-card-grid{grid-template-columns:1fr;gap:14px}
  .path-card{min-height:410px;max-width:520px;width:100%;margin-inline:auto;padding:22px;border-radius:22px;text-align:center}
  .path-card-top{text-align:left}
  .path-card-copy{margin-top:36px}
  .path-card-copy p{margin-inline:auto}
  .setup-art,.design-art{height:175px;left:22px;right:22px}
  .quinbis-product-panel{margin-top:14px;padding:26px 20px;gap:28px;border-radius:22px;text-align:center}
  .quinbis-product-copy h3{font-size:39px;margin-inline:auto}
  .quinbis-product-copy>p{font-size:14px;margin-inline:auto}
  .quinbis-product-actions{justify-content:center;flex-wrap:wrap}
  .quinbis-product-visual{padding:10px;border-radius:19px;text-align:left}
  .product-money-row{min-height:72px;padding:16px;gap:15px}
  .product-money-row strong{font-size:22px}
  .product-money-safe{grid-template-columns:1fr auto;gap:8px}
  .product-money-safe strong{font-size:26px}
  .product-money-safe b{grid-column:1/-1;justify-self:start}

  .money-copy{text-align:center}
  .money-copy>p{margin-inline:auto}
  .money-copy .text-link{justify-content:center}
  .method-head{text-align:center}
  .method-head p{margin-inline:auto}
  .cta-frame{text-align:center}
  .cta-actions{align-items:center}
  .cta-copy h2{margin-inline:auto}
}
.micro-card,.safe-card{animation:none!important}
@media(pointer:fine) and (prefers-reduced-motion:no-preference){
  .path-card .doc-sheet,.path-card .design-frame,.path-card .design-word{transition:transform .35s ease}
  .path-card-green:hover .sheet-front{transform:rotate(-1deg) translateY(-5px)}
  .path-card-green:hover .sheet-back{transform:rotate(6deg) translate(3px,-2px)}
  .path-card-light:hover .frame-two{transform:rotate(1deg) translateY(-4px)}
  .path-card-light:hover .frame-three{transform:rotate(-2deg) translateY(-3px)}
  .path-card-light:hover .design-word{transform:translateY(-3px)}
}


/* Quinbis V1.1 — contrast + Quin Method motion pass */
:root{
  --surface-soft:#F7F8F6;
  --surface-green:#F3F7F2;
  --line-soft:rgba(13,13,13,.12);
  --dark-copy:rgba(255,255,255,.72);
  --dark-muted:rgba(255,255,255,.62);
}

/* Brand contrast rule: Monochrome Base is for light surfaces; Lime is the accent on Onyx. */
.section-dark .money-copy h2 em{color:var(--lime)}
.money-copy>p{color:var(--dark-copy)}
.safe-badge,.safe-copy span,.safe-card p,.safe-foot{color:var(--dark-copy)}
.path-card-green p,.path-card-dark p{color:var(--dark-copy)}
.path-card-green .path-card-top,.path-card-dark .path-card-top{color:var(--dark-muted)}
.quinbis-product-copy>p{color:var(--dark-copy)}
.product-money-safe div>span{color:rgba(255,255,255,.72)}
.product-money-safe small{color:rgba(255,255,255,.66)}
.insight-art-one .insight-label,.insight-art-two .insight-label{color:rgba(255,255,255,.72)}
.footer-brand p{color:rgba(255,255,255,.64)}
.footer-col a{color:rgba(255,255,255,.72)}
.footer-bottom{color:rgba(255,255,255,.58)}
.cta-actions>a:last-child{color:rgba(255,255,255,.72)}

/* The Quin Method: quiet at rest, directional on hover. */
.method-head .section-kicker span{padding:0 .32em;color:var(--lime)}
.method-list li{
  position:relative;
  overflow:hidden;
  transition:padding-left .28s cubic-bezier(.2,.7,.2,1),background-color .28s ease;
}
.method-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--lime);
  transform:scaleY(0);
  transform-origin:center;
  transition:transform .28s cubic-bezier(.2,.7,.2,1);
}
.method-list h3,.method-list p,.method-number{transition:transform .28s cubic-bezier(.2,.7,.2,1),color .2s ease}
@media(prefers-reduced-motion:no-preference){
  .method-list .reveal:nth-child(2){transition-delay:.045s}
  .method-list .reveal:nth-child(3){transition-delay:.09s}
  .method-list .reveal:nth-child(4){transition-delay:.135s}
  .method-list .reveal:nth-child(5){transition-delay:.18s}
}
@media(pointer:fine) and (prefers-reduced-motion:no-preference){
  .method-list li:hover{
    padding-left:18px;
    background:linear-gradient(90deg,var(--green-08),transparent 42%);
  }
  .method-list li:hover::before{transform:scaleY(1)}
  .method-list li:hover h3,.method-list li:hover p{transform:translateX(3px)}
  .method-list li:hover .method-number{color:var(--onyx)}
}
@media(prefers-reduced-motion:reduce){
  .method-list li,.method-list li::before,.method-list h3,.method-list p,.method-number{transition:none!important}
}

/* Quinbis install prompt V3: compact browser-install action, shown only when installable. */
.quinbis-install-card{
  position:fixed;top:84px;right:20px;z-index:1400;
  width:min(390px,calc(100vw - 32px));min-height:76px;
  display:grid;grid-template-columns:46px minmax(0,1fr) auto 30px;align-items:center;gap:11px;
  padding:12px 10px 12px 12px;border:1px solid rgba(1,61,55,.13);border-radius:18px;
  background:rgba(255,255,255,.98);box-shadow:0 18px 52px rgba(1,61,55,.17);
  color:#0D0D0D;font-family:"Aileron","Arial Nova",Arial,Helvetica,sans-serif;
  opacity:0;transform:translateY(-8px);pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
.quinbis-install-card.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.quinbis-install-icon{width:44px;height:44px;border-radius:13px;display:block}
.quinbis-install-copy{min-width:0;display:grid;gap:3px}
.quinbis-install-copy strong{font-size:14px;line-height:1.2;font-weight:700;color:#013D37}
.quinbis-install-copy span{font-size:11.5px;line-height:1.4;color:#52645E}
.quinbis-install-action{
  min-height:38px;padding:0 14px;border:0;border-radius:11px;background:#013D37;color:#fff;
  font:700 12px/1 "Aileron","Arial Nova",Arial,Helvetica,sans-serif;cursor:pointer;
}
.quinbis-install-action:hover{background:#064A43}
.quinbis-install-action:focus-visible,.quinbis-install-close:focus-visible{outline:3px solid rgba(119,214,80,.32);outline-offset:2px}
.quinbis-install-action:disabled{opacity:.62;cursor:default}
.quinbis-install-close{
  width:30px;height:30px;border:0;border-radius:9px;background:transparent;color:#52645E;
  font:400 23px/1 Arial,sans-serif;display:grid;place-items:center;cursor:pointer;
}
.quinbis-install-close:hover{background:#F0F7E7;color:#013D37}
@media(max-width:680px){
  .quinbis-install-card{
    top:74px;left:14px;right:14px;width:auto;
    grid-template-columns:42px minmax(0,1fr) auto 28px;gap:9px;padding:10px;border-radius:16px;
  }
  .quinbis-install-icon{width:40px;height:40px;border-radius:12px}
  .quinbis-install-copy strong{font-size:13px}
  .quinbis-install-copy span{font-size:10.5px}
  .quinbis-install-action{min-height:36px;padding:0 12px;font-size:11px}
}
@media(max-width:420px){
  .quinbis-install-card{grid-template-columns:40px minmax(0,1fr) auto;}
  .quinbis-install-close{position:absolute;right:5px;top:4px;width:26px;height:26px}
  .quinbis-install-copy{padding-right:16px}
}

/* Quinbis wordmark alignment V23: header and footer use the same wordmark scale. */
.site-header .brand-word{font-size:24px}
@media(max-width:680px){.site-header .brand-word{font-size:21px}}

/* Quinbis official web palette — V1
   Growth Green = primary branded surface
   Kinetic Lime = signal / action / selected accent
   White + soft green neutrals = breathing room
   Onyx = text and fine structure, not card surfaces
*/
:root{
  --green:#013D37;
  --lime:#77D650;
  --palette-mist:#F8FAF7;
  --palette-lime-soft:#F0F7E7;
  --palette-green-soft:#F0F7E7;
  --palette-line:#DCE7DF;
  --palette-green-line:rgba(1,61,55,.16);
  --green-12:rgba(1,61,55,.12);
  --green-08:rgba(1,61,55,.08);
}

/* Header: branded green at the top, clean white after scroll. */
.site-header,
.site-header:not(.is-scrolled){
  background:var(--green) !important;
  color:#fff !important;
  border-bottom-color:rgba(255,255,255,.10) !important;
}
.site-header:not(.is-scrolled) .desktop-nav a{color:rgba(255,255,255,.86) !important}
.site-header:not(.is-scrolled) .desktop-nav a:hover{color:#fff !important}
.site-header:not(.is-scrolled) .btn-nav{background:var(--lime) !important;color:#013D37 !important}
.site-header:not(.is-scrolled) .btn-nav .btn-arrow{background:var(--green) !important;color:var(--lime) !important}
.site-header:not(.is-scrolled) .mobile-menu{background:var(--green) !important;color:#fff !important}

.site-header.is-scrolled{background:rgba(255,255,255,.97) !important;color:var(--onyx) !important}
.site-header.is-scrolled .btn-nav{background:var(--green) !important;color:#fff !important}
.site-header.is-scrolled .btn-nav .btn-arrow{background:var(--lime) !important;color:#013D37 !important}

/* Keep the canvas light; use green rather than black for strong sections. */
.section-dark,
.setup-process,
.design-ongoing,
.qa-section.dark,
.site-footer{
  background:var(--green) !important;
  color:#fff !important;
}
.section-dark .section-kicker,
.setup-process .section-kicker,
.design-ongoing .section-kicker,
.qa-section.dark .qa-section-head>span,
.footer-col>span{
  color:var(--lime) !important;
}

/* Large headings stay readable; green/lime do not fight inside type. */
.hero h1 em,
.setup-hero-copy h1 em,
.design-hero-copy h1 em,
.insights-hero-copy h1 em,
.problem-copy h2 em,
.problem-intro-main h2 em,
.setup-value-copy h2 em,
.setup-section-head h2 em,
.setup-faq-heading h2 em,
.design-job-head h2 em,
.design-section-head h2 em,
.design-system-copy h2 em,
.design-process-head h2 em,
.insight-cluster-head h2 em{
  color:inherit !important;
}
.section-dark .money-copy h2,
.section-dark .money-copy h2 em,
.section-dark .money-copy p,
.section-dark .money-copy a,
.setup-process h2,
.setup-process p,
.design-ongoing h2,
.design-ongoing p,
.qa-section.dark h2,
.qa-section.dark h3,
.qa-section.dark p{
  color:#fff !important;
}

/* Homepage service/product hierarchy: no black cards. */
.path-card-green{
  background:var(--green) !important;
  color:#fff !important;
  border-color:var(--green) !important;
}
.path-card-light{
  background:#fff !important;
  color:var(--onyx) !important;
  border-color:var(--palette-line) !important;
}
.path-card-dark{
  background:var(--palette-lime-soft) !important;
  color:var(--onyx) !important;
  border-color:var(--palette-green-line) !important;
}
.path-card-dark h3,.path-card-dark p{color:var(--onyx) !important}
.path-card-dark .path-card-top{color:var(--green) !important}
.path-card-green .path-card-top{color:var(--lime) !important}
.path-card-green p{color:rgba(255,255,255,.75) !important}
.doc-seal,.dash-brand-mark{background:var(--green) !important;color:var(--lime) !important}
.frame-one{background:var(--green) !important;color:var(--lime) !important}
.frame-three{background:var(--lime) !important;border:1px solid rgba(1,61,55,.10)}

.quinbis-product-panel{
  background:var(--green) !important;
  color:#fff !important;
}
.quinbis-product-visual{background:#fff !important;color:var(--onyx) !important}
.product-money-safe{
  background:var(--green) !important;
  color:#fff !important;
  border:1px solid rgba(119,214,80,.22) !important;
}
.product-money-safe div>span,.product-money-safe small{color:rgba(255,255,255,.72) !important}
.product-money-safe b{background:var(--lime) !important;color:#013D37 !important}

/* Product/dashboard cards use green + white + lime, never black. */
.dash-cards .dash-safe,
.five-number-cards .safe,
.qa-product-frame,
.structure-hero-choice>div:last-child,
.visual-aftercac,
.three-hero>div:nth-child(2),
.three-angle>div:nth-child(2),
.structure-choice div:last-child,
.split-wallet div:last-child,
.money-flow .flow-in,
.trust-hero .trust-card,
.visual-growth,
.flow-hero>div:first-child,
.money-waterfall .waterfall-start,
.sales-profit-pair>div:last-child,
.visual-pricing,
.pricing-tool-frame{
  background:var(--green) !important;
  border-color:var(--green) !important;
  color:#fff !important;
}

/* Former black insight/art cards become light or green surfaces. */
.insight-art-one{background:var(--green) !important;color:#fff !important}
.insight-art-two{
  background:var(--palette-lime-soft) !important;
  color:var(--green) !important;
  border:1px solid var(--palette-line) !important;
}
.insight-art-two .insight-number{color:var(--green) !important}
.insight-art-two .insight-label{color:rgba(1,61,55,.66) !important}
.visual-structure,
.compare-head,
.visual-ads,
.money-flow .flow-out{
  background:var(--palette-green-soft) !important;
  color:var(--green) !important;
  border-color:var(--palette-green-line) !important;
}
.visual-structure *,
.compare-head *,
.visual-ads *,
.money-flow .flow-out *{color:inherit}

/* Design visuals: green/lime/white composition, no black cards. */
.design-card-brand,
.system-card-logo,
.ongoing-card-motion{
  background:var(--green) !important;
  color:#fff !important;
}
.design-card-brand .design-brand-mark,
.system-card-logo strong{color:var(--lime) !important}
.monthly-sheet-a{
  background:#fff !important;
  color:var(--green) !important;
  border:1px solid var(--palette-line) !important;
}
.monthly-sheet-b{background:var(--lime) !important;color:#013D37 !important}
.monthly-sheet-c{background:var(--green) !important;color:#fff !important}

/* Pricing: featured card is Growth Green; all others remain clean white. */
.setup-package-card:not(.setup-package-featured),
.design-package-card:not(.design-package-featured){
  background:#fff !important;
  color:var(--onyx) !important;
  border-color:var(--palette-line) !important;
}
.setup-package-featured,
.design-package-featured{
  background:var(--green) !important;
  color:#fff !important;
  border-color:var(--green) !important;
}
.setup-package-featured .package-type,
.setup-package-featured .package-includes-label,
.design-package-featured .design-package-top,
.design-package-featured .design-package-includes{
  color:var(--lime) !important;
}
.setup-package-featured p,
.setup-package-featured li,
.design-package-featured p,
.design-package-featured li{color:rgba(255,255,255,.76) !important}

/* Buttons: green on light surfaces, lime on green surfaces. */
.btn-primary,
.setup-primary-btn,
.design-primary-btn,
.setup-cta-btn,
.design-cta-btn{
  background:var(--green) !important;
  color:#fff !important;
  border-color:var(--green) !important;
  box-shadow:none !important;
}
.btn-primary .btn-arrow,
.setup-primary-btn .btn-arrow,
.design-primary-btn .btn-arrow,
.setup-cta-btn .btn-arrow,
.design-cta-btn .btn-arrow{
  background:var(--lime) !important;
  color:#013D37 !important;
}
.package-cta-featured,
.design-package-cta-featured,
.quinbis-panel-btn{
  background:var(--lime) !important;
  color:#013D37 !important;
  border-color:var(--lime) !important;
}
.package-cta:hover,
.design-package-cta:hover{
  background:var(--green) !important;
  color:#fff !important;
  border-color:var(--green) !important;
}
.package-cta-featured:hover,
.design-package-cta-featured:hover{background:var(--lime) !important;color:#013D37 !important}

/* CTA/card surfaces: use green or soft neutrals, not black. */
.cta-panel{background:var(--green) !important;color:#fff !important}
.qa-next-card:hover{background:var(--green) !important;color:#fff !important}
.qa-note,.qa-next-card,.insight-card{background:#fff;border-color:var(--palette-line)}

/* Small signals use lime; section labels on light backgrounds use green. */
.section-kicker,
.method-number,
.problem-points article>span,
.insight-copy>span:first-child,
.insight-card .insight-meta,
.insight-wide-copy .insight-meta,
.growth-insight-copy .insight-meta,
.qa-meta,
.visual-kicker,
.qa-rail-inner>span,
.qa-section-head>span,
.qa-side-head>span,
.qa-next-head>span,
.qa-note>span,
.qa-source-note>span,
.qa-next-card>span,
.package-type,
.package-includes-label,
.design-package-top,
.design-package-includes,
.setup-note>span,
.design-credit-kicker{
  color:var(--green);
}

.path-card-green .path-card-top,
.qa-product-frame>div>span,
.five-number-cards .safe b,
.structure-hero-choice>div:last-child span,
.three-hero>div:nth-child(2) span,
.three-angle>div:nth-child(2) span,
.trust-hero .trust-card span,
.flow-hero>div:first-child span,
.money-waterfall .waterfall-start span,
.sales-profit-pair>div:last-child span,
.pricing-tool-frame span,
.visual-pricing span{
  color:var(--lime) !important;
}

/* Functional focus state. */
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--lime) !important;
  outline-offset:3px;
}

/* Remaining Insight surfaces: keep the system green / lime / light. */
.mini-chart{background:var(--green) !important}
.mini-chart span:nth-child(2n){background:#fff !important;opacity:.34}
.split-wallet{background:var(--palette-line) !important}
.money-flow .flow-out{background:var(--palette-lime-soft) !important;color:var(--green) !important;border:1px solid var(--palette-green-line)}
.insight-cluster-trust{background:var(--green) !important;color:#fff !important}
.insight-cluster-trust .trust-card{border-color:rgba(255,255,255,.16) !important}

/* Small utility surfaces should also avoid black card blocks. */
.skip-link{background:var(--green) !important;color:#fff !important}


/* Official refinement pass: simplify the color hierarchy.
   White = primary canvas; Growth Green = brand/strong surface;
   Kinetic Lime = signal/action; Lime Soft = quiet supportive surface;
   Onyx = text and fine structure only. */
body{background:#fff;color:var(--onyx)}

/* On white, the brand resolves in Growth Green rather than black. */
.site-header.is-scrolled .brand-word{color:var(--green) !important}

/* Keep large soft sections consistent instead of using many near-identical greys. */
.setup-packages,
.design-packages,
.insight-cluster-setup,
.qa-section.soft{background:var(--palette-mist) !important}

/* The light green approved in the Insights cards becomes the single soft brand tint. */
.insight-art-two,
.path-card-dark,
.qa-hero-visual,
.qa-note,
.week-story,
.organise-board>div,
.ready-test>div,
.small-spend-cloud,
.sales-profit-pair>div:first-child,
.price-result,
.adjust-loop span,
.after-cac-list span,
.money-row-safe,
.growth-insight-card{background:var(--palette-lime-soft) !important}

/* Remove the final black-card treatment in Insights. The green section supplies
   the contrast; the cards themselves stay calm and readable. */
.insight-cluster-trust .trust-card{
  background:#fff !important;
  color:var(--onyx) !important;
  border-color:rgba(255,255,255,.24) !important;
  box-shadow:0 18px 48px rgba(1,61,55,.16);
}
.insight-cluster-trust .trust-card-copy .insight-meta,
.insight-cluster-trust .trust-card .insight-card-read{color:var(--green) !important}
.insight-cluster-trust .trust-card-copy p{color:var(--ink-64) !important}
.insight-cluster-trust .ad-funnel{background:var(--palette-lime-soft) !important}

/* Avoid Lime as body/headline text on light surfaces; use it as a signal instead. */
.setup-after-copy h2 em{color:inherit !important}

/* Quiet borders make the system feel related without outlining every surface. */
.insight-card,
.insight-wide-card,
.growth-insight-card,
.setup-package-card,
.design-package-card,
.qa-note,
.qa-next-card{border-color:var(--palette-line) !important}

/* Featured package cards are green by color alone — no badge needed. */
.setup-package-featured,
.design-package-featured{box-shadow:0 20px 48px rgba(1,61,55,.14) !important}

/* Keep Lime actions crisp on green, and Growth Green actions crisp on light surfaces. */
.quinbis-product-panel .section-kicker,
.cta-panel .section-kicker,
.site-footer .footer-col>span{color:var(--lime) !important}

/* Reduced motion keeps branded movement optional and comfortable. */
@media (prefers-reduced-motion:reduce){
  .method-list li,
  .path-card,
  .insight-card,
  .setup-package-card,
  .design-package-card{transition:none !important}
}

/* ===== Quinbis official refinement V1.1 =====
   Card visibility + sharper bento composition + Growth Green type on Kinetic Lime. */

/* Kinetic Lime is a high-energy surface: readable text/icons on it use Growth Green. */
::selection{background:var(--lime)!important;color:#013D37!important}
.site-header:not(.is-scrolled) .btn-nav,
.site-header.is-scrolled .btn-nav .btn-arrow,
.btn-arrow-lime,
.safe-state,
.round-arrow-lime,
.mini-pill,
.btn-cta,
.quinbis-panel-btn,
.product-money-safe b,
.setup-file-status,
.setup-progress-list .is-done .setup-step-icon,
.setup-after-btn,
.after-reminder-card .after-safe,
.package-cta-featured,
.design-card-social,
.system-card-post,
.monthly-sheet-b,
.motion-play,
.design-package-cta-featured,
.design-final-primary,
.design-faq-list details[open] summary::after,
.money-status,
.money-row-safe b,
.term-stack span:nth-child(2),
.profit-math,
.price-builder strong,
.after-cac-list b,
.ad-funnel strong,
.growth-readiness b,
.featured-insight-read,
.qa-product-primary,
.weekly-number-list .is-safe,
.week-story-bottom.safe,
.aftercac-path .done,
.three-hero>div:nth-child(3),
.three-angle>div:nth-child(3),
.messy-ledger b.owner,
.fine-poster,
.ads-path strong,
.flow-hero>div:last-child,
.money-waterfall .waterfall-end,
.visual-profit,
.profit-breakdown .profit-result,
.price-hero>strong,
.hero-equation-safe,
.insight-art-three{
  color:#013D37!important;
}
.design-card-social *,
.system-card-post *,
.fine-poster *,
.visual-profit *,
.insight-art-three *{color:#013D37!important}

/* On Kinetic, outlines/details use restrained Growth Green for readable contrast. */
.safe-state,
.setup-file-status,
.package-cta-featured,
.design-package-cta-featured,
.featured-insight-read,
.quinbis-panel-btn{
  border-color:rgba(1,61,55,.32)!important;
  box-shadow:none!important;
}

/* Cleaner visual frames: calm canvas, crisp border, restrained depth. */
.hero-stage,
.setup-visual,
.design-stage{
  border-color:var(--palette-line)!important;
  background:
    radial-gradient(circle at 82% 15%,rgba(119,214,80,.14),transparent 28%),
    linear-gradient(145deg,#fff 0%,var(--palette-mist) 100%)!important;
  box-shadow:0 18px 46px rgba(1,61,55,.065)!important;
}

/* Homepage financial story: a clear bento, not hidden stacked cards. */
.money-deck{
  inset:24px!important;
  display:grid!important;
  grid-template-columns:minmax(180px,.72fr) minmax(0,1.38fr)!important;
  grid-template-rows:1fr 1fr!important;
  grid-template-areas:"cash safe" "commit safe"!important;
  gap:14px!important;
  transform:none!important;
}
.micro-card,.safe-card{
  position:relative!important;
  inset:auto!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  transform:none!important;
  animation:none!important;
}
.micro-card{
  padding:22px!important;
  border-radius:22px!important;
  box-shadow:none!important;
  border-color:var(--palette-line)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.micro-card-cash{grid-area:cash!important;background:#fff!important}
.micro-card-commit{grid-area:commit!important;background:var(--palette-lime-soft)!important}
.micro-card strong{font-size:clamp(22px,2vw,29px)!important}
.micro-foot{font-size:10px!important;line-height:1.45!important}
.micro-accent{left:22px!important;bottom:18px!important;width:48px!important}
.safe-card{
  grid-area:safe!important;
  padding:30px!important;
  border-radius:26px!important;
  box-shadow:0 24px 52px rgba(1,61,55,.18)!important;
  display:flex!important;
  flex-direction:column!important;
}
.safe-copy{margin-top:auto!important;padding-top:34px!important}
.safe-copy strong{font-size:clamp(44px,4.2vw,60px)!important}
.safe-card-bottom{margin-top:auto!important}

/* Setup: supporting cards stay fully visible and tell the story with the main card. */
.setup-visual{
  padding:24px!important;
  display:grid!important;
  grid-template-columns:minmax(170px,.62fr) minmax(0,1.38fr)!important;
  grid-template-rows:1fr 1fr!important;
  grid-template-areas:"docone main" "doctwo main"!important;
  gap:14px!important;
  align-items:stretch!important;
}
.setup-file-card,
.setup-doc{
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
}
.setup-file-card{
  grid-area:main!important;
  padding:28px!important;
  border-radius:26px!important;
  box-shadow:0 24px 52px rgba(1,61,55,.18)!important;
}
.setup-doc{
  padding:22px!important;
  border-radius:22px!important;
  border-color:var(--palette-line)!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  overflow:hidden!important;
}
.setup-doc::after{
  content:"";
  width:54px;
  height:4px;
  border-radius:99px;
  background:var(--lime);
}
.setup-doc-one{grid-area:docone!important;background:#fff!important}
.setup-doc-two{grid-area:doctwo!important;background:var(--palette-lime-soft)!important}
.setup-doc strong{margin-top:auto!important;margin-bottom:24px!important;font-size:21px!important}

/* Design hero: a deliberate Hostinger-inspired bento with distinct scale, no overlap. */
.design-deck{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-template-rows:1fr 1fr!important;
  gap:12px!important;
}
.design-card{
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
.design-card-brand{grid-column:1 / span 5!important;grid-row:1 / span 2!important}
.design-card-sales{grid-column:6 / span 7!important;grid-row:1!important}
.design-card-social{grid-column:6 / span 3!important;grid-row:2!important}
.design-card-web{grid-column:9 / span 4!important;grid-row:2!important;background:var(--palette-lime-soft)!important;color:var(--green)!important;border-color:var(--palette-green-line)!important}
.design-card-web .web-browser{min-height:108px!important;margin-top:14px!important}
.design-card-web .design-card-bottom small{color:rgba(1,61,55,.62)!important;opacity:1!important}
.design-card-brand,.design-card-sales,.design-card-social,.design-card-web{box-shadow:none!important}
.design-card-social .design-card-bottom small{color:rgba(255,255,255,.74)!important;opacity:1!important}

/* Keep Insights graphics crisp under the official palette. */
.insight-card,.insight-wide-card,.growth-insight-card{box-shadow:none!important}
.insight-art-one,.insight-art-two,.insight-art-three{border-bottom:1px solid var(--palette-line)}
.insight-art-three{background:var(--lime)!important}

/* Small-screen compositions keep every card visible instead of cropping the support story. */
@media(max-width:900px){
  .money-deck{inset:20px!important}
  .setup-visual{padding:20px!important}
  .design-deck{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:1fr 1fr!important;
  }
  .design-card-brand,.design-card-sales,.design-card-social,.design-card-web{
    grid-column:auto!important;grid-row:auto!important;
  }
}

@media(max-width:680px){
  .hero-stage{min-height:475px!important}
  .money-deck{
    inset:12px!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:minmax(270px,1.55fr) minmax(112px,.65fr)!important;
    grid-template-areas:"safe safe" "cash commit"!important;
    gap:10px!important;
  }
  .safe-card{padding:20px!important;border-radius:20px!important}
  .safe-copy{padding-top:18px!important}
  .safe-copy strong{font-size:38px!important}
  .safe-card p{font-size:9.5px!important;margin-top:10px!important}
  .safe-meter{margin-top:14px!important}
  .safe-card-bottom{padding-top:12px!important;margin-top:12px!important;font-size:8px!important}
  .micro-card{padding:13px!important;border-radius:16px!important;justify-content:flex-start!important}
  .micro-card strong{font-size:17px!important}
  .micro-label{font-size:7.5px!important}
  .micro-foot{margin-top:7px!important;font-size:7.5px!important}
  .micro-accent{left:13px!important;bottom:10px!important;width:34px!important;height:2px!important}

  .setup-visual{
    min-height:495px!important;
    padding:12px!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:minmax(330px,1.55fr) minmax(105px,.5fr)!important;
    grid-template-areas:"main main" "docone doctwo"!important;
    gap:10px!important;
  }
  .setup-file-card{padding:18px!important;border-radius:20px!important}
  .setup-file-business{margin-top:20px!important}
  .setup-file-business strong{font-size:24px!important}
  .setup-progress-list{margin-top:16px!important}
  .setup-progress-list li{padding:10px 0!important;grid-template-columns:28px 1fr!important;gap:9px!important}
  .setup-step-icon{width:23px!important;height:23px!important;font-size:8px!important}
  .setup-progress-list strong{font-size:11px!important}
  .setup-progress-list small{font-size:8px!important}
  .setup-file-bottom{padding-top:10px!important;font-size:8px!important}
  .setup-doc{display:flex!important;padding:13px!important;border-radius:16px!important}
  .setup-doc span{font-size:7px!important}
  .setup-doc strong{margin-bottom:12px!important;font-size:14px!important}
  .setup-doc::after{width:34px;height:3px}

  .design-stage{min-height:438px!important;padding:12px!important}
  .design-deck{gap:8px!important}
  .design-card{padding:13px!important;border-radius:15px!important}
  .design-brand-mark{font-size:64px!important}
  .sales-layout,.social-layout{margin-top:15px!important}
  .sales-layout strong{font-size:20px!important}
  .social-layout strong{font-size:22px!important}
  .web-browser{min-height:92px!important;padding:9px!important}
  .web-copy{padding:9px 4px 4px!important}
  .web-copy strong{font-size:14px!important}
}

/* Article-specific Kinetic surfaces follow the Growth-on-Kinetic presentation rule. */
.hero-equation-safe,
.hero-equation-safe span,
.example-board-result,
.example-board-result *,
.commitment-list b,
.calculator-result .calculator-status,
.article-product-primary,
.article-next-link{
  color:#013D37!important;
}

/* Inherit Growth Green through children that previously carried local colors. */
.weekly-number-list .is-safe *,
.week-story-bottom.safe *,
.aftercac-path .done *,
.three-hero>div:nth-child(3) *,
.three-angle>div:nth-child(3) *,
.flow-hero>div:last-child *,
.money-waterfall .waterfall-end *,
.profit-breakdown .profit-result *,
.price-hero>strong *,
.example-board-result *,
.hero-equation-safe *{color:#013D37!important}
/* White inset cards sitting on a Kinetic visual keep dark readable text. */
.visual-profit .profit-hero>div,
.visual-profit .profit-hero>div *{color:var(--onyx)!important}
.visual-profit .profit-hero span{color:var(--ink-52)!important}

/* ===== Quinbis official refinement V1.2 =====
   Black wordmark on white header, white on green header.
   Kinetic Lime becomes a deliberate feature-card surface with Growth Green type. */

/* Header wordmark rule. */
.site-header:not(.is-scrolled) .brand-word{color:#fff!important}
.site-header.is-scrolled .brand-word{color:var(--onyx)!important}

/* All readable text that sits directly on Kinetic Lime resolves in Growth Green. */
.site-header:not(.is-scrolled) .btn-nav,
.btn-arrow-lime,
.round-arrow-lime,
.mini-pill,
.btn-cta,
.quinbis-panel-btn,
.package-cta-featured,
.design-package-cta-featured,
.design-final-primary,
.qa-product-primary,
.featured-insight-read,
.setup-after-btn,
.motion-play,
.monthly-sheet-b,
.money-status,
.hero-equation-safe,
.example-board-result,
.article-product-primary,
.article-next-link{
  color:#013D37!important;
}

/* Homepage: let the primary financial answer behave like a Hostinger-style
   feature card — one strong Lime surface, supported by calm white/light cards. */
.safe-card{
  background:var(--lime)!important;
  color:#013D37!important;
  box-shadow:0 24px 52px rgba(1,61,55,.14)!important;
}
.safe-card::after{border-color:rgba(255,255,255,.38)!important}
.safe-card .safe-badge,
.safe-card .safe-copy span,
.safe-card .safe-copy strong,
.safe-card p,
.safe-card .safe-card-bottom,
.safe-card .safe-arrow{color:#013D37!important}
.safe-card .safe-state{
  background:rgba(255,255,255,.17)!important;
  color:#013D37!important;
  border:1px solid rgba(1,61,55,.32)!important;
}
.safe-card .safe-meter{background:rgba(1,61,55,.18)!important}
.safe-card .safe-meter span{background:#013D37!important}
.safe-card .safe-card-bottom{border-top-color:rgba(1,61,55,.24)!important}
.safe-card .safe-arrow{border-color:rgba(1,61,55,.32)!important}

/* Homepage Setup card: Lime is used once as a large marketing surface;
   Design stays white and the Quinbis product panel remains Growth Green. */
.path-card-green{
  background:var(--lime)!important;
  color:#013D37!important;
  border-color:var(--lime)!important;
  box-shadow:0 18px 42px rgba(1,61,55,.08)!important;
}
.path-card-green h3,
.path-card-green p,
.path-card-green .path-card-top,
.path-card-green .round-arrow{color:#013D37!important}
.path-card-green p{opacity:.88}
.path-card-green .round-arrow{border-color:rgba(1,61,55,.32)!important}

/* Setup: one supporting document card carries Lime, while the main setup
   product surface stays Growth Green. */
.setup-doc-two{
  background:var(--lime)!important;
  color:#013D37!important;
  border-color:rgba(1,61,55,.28)!important;
}
.setup-doc-two span,
.setup-doc-two strong{color:#013D37!important}
.setup-doc-two::after{background:#013D37!important}

/* Design and Insights already contain a Kinetic card; keep Growth Green type
   explicit so local component rules cannot reintroduce white text. */
.design-card-social,
.insight-art-three{background:var(--lime)!important;color:#013D37!important}
.design-card-social *,
.insight-art-three *{color:#013D37!important}

/* Keep larger green brand anchors green so Lime remains special. */
.quinbis-product-panel,
.setup-file-card,
.setup-package-featured,
.design-package-featured,
.section-dark,
.setup-process,
.design-ongoing,
.insight-cluster-trust,
.site-footer{background:var(--green)!important}

/* On Kinetic buttons, a restrained Growth Green border keeps the action legible. */
.site-header:not(.is-scrolled) .btn-nav,
.btn-cta,
.quinbis-panel-btn,
.package-cta-featured,
.design-package-cta-featured,
.design-final-primary,
.qa-product-primary,
.featured-insight-read{
  border-color:rgba(1,61,55,.32)!important;
}

/* Remaining small Kinetic labels follow the same Growth-on-Kinetic rule. */
.package-feature-line,
.after-reminder-card .after-safe,
.setup-file-status,
.setup-progress-list .is-done .setup-step-icon,
.design-faq-list details[open] summary::after,
.term-stack span:nth-child(2),
.profit-math,
.ad-funnel strong,
.growth-readiness b{color:#013D37!important}

/* ===== Quinbis responsive interface refinement V1.3 =====
   Hostinger-inspired principles: one clear reading order, no horizontal card
   carousels for packages, no card overlap, consistent spacing at phone/tablet. */

html,body{max-width:100%;overflow-x:hidden}

/* Every card owns its space. Long labels may wrap, but never collide. */
.micro-card,.safe-card,.setup-file-card,.setup-doc,.design-card,
.path-card,.quinbis-product-panel,.quinbis-product-visual,
.setup-package-card,.design-package-card,.insight-card,
.insight-wide-card,.growth-insight-card,.ongoing-card,.system-card{
  box-sizing:border-box;
  min-width:0;
}
.micro-card *,.safe-card *,.setup-file-card *,.setup-doc *,.design-card *,
.path-card *,.quinbis-product-panel *,.setup-package-card *,
.design-package-card *,.insight-card *{
  min-width:0;
}
.setup-package-card h3,.design-package-card h3,
.setup-package-card p,.design-package-card p,
.setup-package-card li,.design-package-card li,
.package-cta,.design-package-cta{
  overflow-wrap:break-word;
  word-break:normal;
}
.package-cta,.design-package-cta{
  height:auto!important;
  min-height:52px;
  padding:13px 16px!important;
  line-height:1.25;
}

/* Desktop retains the clear three-plan comparison. */
.package-grid,.design-package-grid{
  overflow:visible!important;
  scroll-snap-type:none!important;
}
.package-swipe-hint,.design-package-swipe{display:none!important}

/* Tablet: two readable columns, then a full-width third plan. No sideways scroll. */
@media (min-width:760px) and (max-width:1079px){
  .package-grid,.design-package-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:18px!important;
    padding:0!important;
    margin-inline:0!important;
  }
  .setup-package-card,.design-package-card{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    scroll-snap-align:none!important;
    padding:26px!important;
    border-radius:24px!important;
  }
  .setup-package-card:nth-child(3),.design-package-card:nth-child(3){
    grid-column:1 / -1;
  }
  .setup-package-card:nth-child(3) .package-list,
  .design-package-card:nth-child(3) ul{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:28px!important;
    row-gap:10px!important;
  }
  .package-for,.design-package-why{min-height:0!important}

  /* Tablet hero/product compositions use strong bento hierarchy, not overlap. */
  .hero-stage{min-height:540px!important}
  .money-deck{
    inset:20px!important;
    grid-template-columns:minmax(185px,.68fr) minmax(0,1.32fr)!important;
    grid-template-rows:1fr 1fr!important;
    grid-template-areas:"cash safe" "commit safe"!important;
    gap:14px!important;
  }
  .setup-visual{
    min-height:560px!important;
    padding:20px!important;
    grid-template-columns:minmax(180px,.64fr) minmax(0,1.36fr)!important;
    grid-template-rows:1fr 1fr!important;
    grid-template-areas:"docone main" "doctwo main"!important;
    gap:14px!important;
  }
  .design-stage{min-height:650px!important;padding:18px!important}
  .design-deck{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr)!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .design-card-brand{grid-column:1!important;grid-row:1 / 4!important}
  .design-card-sales{grid-column:2!important;grid-row:1!important}
  .design-card-social{grid-column:2!important;grid-row:2!important}
  .design-card-web{grid-column:2!important;grid-row:3!important}
  .design-card{padding:17px!important;border-radius:18px!important}
  .design-brand-mark{font-size:clamp(72px,10vw,110px)!important}
  .design-card-sales .sales-layout,.design-card-social .social-layout{margin-top:14px!important}
  .design-card-sales .sales-layout strong{font-size:23px!important}
  .design-card-social .social-layout strong{font-size:25px!important}
  .design-card-web .web-browser{min-height:92px!important;margin-top:10px!important}
  .design-card-bottom{gap:3px}
  .design-card-bottom small{white-space:normal!important;line-height:1.35!important}

  /* Service cards stay paired on tablet with enough vertical room for artwork. */
  .service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .path-card{min-height:520px!important;padding:24px!important}
  .path-card-copy{margin-top:42px!important}
  .setup-art,.design-art{height:190px!important;left:24px!important;right:24px!important}
}

/* Phone: vertical reading flow. No cards peek from the side, no swiping. */
@media (max-width:759px){
  .setup-packages,.design-packages{overflow:visible!important}
  .package-grid,.design-package-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    gap:16px!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    width:100%!important;
  }
  .setup-package-card,.design-package-card{
    width:100%!important;
    max-width:560px!important;
    min-height:0!important;
    height:auto!important;
    margin-inline:auto!important;
    padding:24px!important;
    border-radius:22px!important;
    text-align:left!important;
    scroll-snap-align:none!important;
  }
  .package-feature-line,.design-package-ribbon{align-self:flex-start!important}
  .package-card-top,.design-package-top,
  .package-includes-label,.design-package-includes,
  .package-list,.design-package-card ul{text-align:left!important}
  .package-for,.design-package-why{min-height:0!important;margin-top:12px!important}
  .package-price,.design-package-price{margin-top:22px!important;padding-top:20px!important}
  .package-price strong,.design-package-price strong{font-size:36px!important}
  .package-cta,.design-package-cta{width:100%!important;margin-top:20px!important}
  .package-includes-label,.design-package-includes{margin-top:26px!important}
  .package-list,.design-package-card ul{margin-top:13px!important}
  .package-list li,.design-package-card li{font-size:13px!important;line-height:1.52!important}

  /* The package heading behaves like Hostinger's mobile pricing intro: centered,
     compact, then plans read one after another below it. */
  .setup-packages .setup-section-head,
  .design-packages .design-section-head{
    max-width:560px!important;
    margin:0 auto 34px!important;
    text-align:center!important;
  }
  .setup-packages .setup-section-head>div,
  .design-packages .design-section-head>div{width:100%}
  .setup-packages .setup-section-head>p,
  .design-packages .design-section-head>p{
    max-width:390px!important;
    margin:14px auto 0!important;
    font-size:14px!important;
    line-height:1.55!important;
  }

  /* Homepage money story now reads inputs first, answer second. */
  .hero-stage{min-height:510px!important}
  .money-deck{
    inset:12px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:minmax(116px,.55fr) minmax(300px,1.45fr)!important;
    grid-template-areas:"cash commit" "safe safe"!important;
    gap:10px!important;
  }
  .micro-card{padding:14px!important;border-radius:16px!important;justify-content:center!important}
  .micro-card strong{font-size:18px!important;line-height:1.05!important}
  .micro-foot{font-size:8px!important;line-height:1.35!important}
  .micro-accent{left:14px!important;bottom:10px!important}
  .safe-card{padding:20px!important;border-radius:20px!important;min-height:0!important}
  .safe-copy{margin-top:auto!important;padding-top:20px!important}
  .safe-copy strong{font-size:40px!important;line-height:1!important}
  .safe-card p{font-size:10px!important;line-height:1.45!important}
  .safe-card-bottom{font-size:8.5px!important;gap:8px!important}

  /* Setup hero: one main product card, then two clean supporting cards. */
  .setup-visual{
    min-height:0!important;
    padding:12px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto 118px!important;
    grid-template-areas:"main main" "docone doctwo"!important;
    gap:10px!important;
  }
  .setup-file-card{
    min-height:350px!important;
    padding:18px!important;
    border-radius:20px!important;
  }
  .setup-doc{min-height:118px!important;padding:13px!important;border-radius:16px!important}
  .setup-doc strong{font-size:14px!important;line-height:1.15!important;margin-bottom:12px!important}

  /* Design hero: stacked modules mimic Hostinger's mobile card rhythm. */
  .design-stage{min-height:0!important;padding:12px!important;border-radius:22px!important}
  .design-deck{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    height:auto!important;
  }
  .design-card-brand,.design-card-sales,.design-card-social,.design-card-web{
    width:100%!important;
    grid-column:auto!important;
    grid-row:auto!important;
    min-height:0!important;
    height:auto!important;
    padding:18px!important;
    border-radius:18px!important;
  }
  .design-card-brand{min-height:220px!important}
  .design-card-sales{min-height:200px!important}
  .design-card-social{min-height:180px!important}
  .design-card-web{min-height:220px!important}
  .design-brand-mark{font-size:78px!important;margin-block:18px!important}
  .sales-layout,.social-layout{margin-top:18px!important}
  .sales-layout strong{font-size:25px!important;line-height:1.05!important}
  .social-layout strong{font-size:26px!important;line-height:1.05!important}
  .web-browser{min-height:120px!important;margin-top:16px!important}
  .design-card-bottom{position:static!important;margin-top:auto!important;padding-top:16px!important}
  .design-card-bottom small{white-space:normal!important;line-height:1.35!important}

  /* Homepage service cards have enough room so art and copy never collide. */
  .service-card-grid{grid-template-columns:1fr!important;gap:14px!important}
  .path-card{
    min-height:500px!important;
    max-width:560px!important;
    width:100%!important;
    margin-inline:auto!important;
    padding:22px!important;
    text-align:left!important;
  }
  .path-card-copy{margin-top:34px!important}
  .path-card-copy p{margin-inline:0!important;max-width:340px!important}
  .setup-art,.design-art{height:190px!important;left:22px!important;right:22px!important;bottom:18px!important}

  /* Product panel becomes a simple text -> interface reading order. */
  .quinbis-product-panel{
    grid-template-columns:1fr!important;
    gap:26px!important;
    padding:24px 18px!important;
    text-align:left!important;
  }
  .quinbis-product-copy h3{font-size:38px!important;margin-inline:0!important}
  .quinbis-product-copy>p{margin-inline:0!important}
  .quinbis-product-actions{justify-content:flex-start!important}
  .product-money-row{align-items:flex-start!important}

  /* Insights: one complete card at a time; no partial or clipped neighbours. */
  .insight-grid{grid-template-columns:1fr!important;gap:16px!important}
  .insight-card{width:100%!important;max-width:560px!important;margin-inline:auto!important;overflow:hidden!important}
  .insight-art{height:210px!important}
}

@media (max-width:420px){
  .setup-package-card,.design-package-card{padding:21px!important;border-radius:20px!important}
  .package-card-top h3,.design-package-card h3{font-size:28px!important}
  .package-price strong,.design-package-price strong{font-size:34px!important}
  .hero-stage{min-height:495px!important}
  .safe-copy strong{font-size:36px!important}
  .setup-file-card{min-height:340px!important}
  .design-card-brand{min-height:205px!important}
  .design-card-sales{min-height:190px!important}
  .design-card-social{min-height:170px!important}
  .design-card-web{min-height:210px!important}
}

/* Quinbis footer V2 — product-first, evenly spaced columns, responsive without a long single stack. */
.site-footer-v2{
  background:var(--green,#013D37);
  color:#fff;
  padding:68px 0 26px;
}
.site-footer-v2 .footer-main{display:block}
.site-footer-v2 .footer-brand-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.site-footer-v2 .footer-brand{max-width:360px}
.site-footer-v2 .brand-footer{color:#fff}
.site-footer-v2 .brand-footer .brand-word{
  color:#fff;
  font-size:24px;
  font-weight:700;
  letter-spacing:-.03em;
}
.site-footer-v2 .footer-brand-mark{width:50px;height:34px}
.site-footer-v2 .footer-logo{position:static;width:100%;height:100%;object-fit:contain;opacity:1}
.site-footer-v2 .footer-brand p{
  margin:12px 0 0;
  max-width:300px;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.66);
}
.site-footer-v2 .footer-nav-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:34px 42px;
  padding:42px 0 48px;
}
.site-footer-v2 .footer-nav-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.site-footer-v2 .footer-nav-col h2{
  margin:0 0 7px;
  font:700 10px/1.2 var(--sans,"Aileron",Arial,sans-serif);
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--lime,#77D650);
}
.site-footer-v2 .footer-nav-col a{
  display:inline-flex;
  width:auto;
  max-width:100%;
  font-size:13px;
  line-height:1.45;
  color:rgba(255,255,255,.72);
  transition:color .2s ease,transform .2s ease;
}
.site-footer-v2 .footer-nav-col a:hover{
  color:#fff;
  transform:translateX(2px);
}
.site-footer-v2 .footer-bottom-v2{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.52);
  font-size:10px;
  line-height:1.5;
}
@media (min-width:760px) and (max-width:1180px){
  .site-footer-v2{padding:58px 0 24px!important}
  .site-footer-v2 .footer-brand-row{padding-bottom:30px!important}
  .site-footer-v2 .footer-nav-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:26px 18px!important;
    padding:36px 0 42px!important;
  }
  .site-footer-v2 .footer-nav-col{align-items:flex-start!important;text-align:left!important}
  .site-footer-v2 .footer-bottom-v2{
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    text-align:left!important;
  }
}
@media (max-width:759px){
  .site-footer-v2{padding:48px 0 22px!important}
  .site-footer-v2 .footer-brand-row{display:block!important;padding-bottom:28px!important}
  .site-footer-v2 .footer-brand{max-width:320px!important}
  .site-footer-v2 .footer-brand p{font-size:12px!important}
  .site-footer-v2 .footer-nav-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px 28px!important;
    padding:32px 0 36px!important;
  }
  .site-footer-v2 .footer-nav-col{
    align-items:flex-start!important;
    text-align:left!important;
    gap:9px!important;
  }
  .site-footer-v2 .footer-nav-col h2{margin-bottom:5px!important}
  .site-footer-v2 .footer-nav-col a{font-size:12.5px!important}
  .site-footer-v2 .footer-bottom-v2{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    text-align:left!important;
    gap:7px!important;
    padding-top:18px!important;
  }
}
@media (max-width:390px){
  .site-footer-v2 .footer-nav-grid{gap:28px 20px!important}
  .site-footer-v2 .footer-nav-col a{font-size:12px!important}
}

/* Footer utility row: region + verified social profiles. */
.site-footer-v2 .footer-utility-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:20px 0 22px;
  border-top:1px solid rgba(255,255,255,.12);
}
.site-footer-v2 .footer-region{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  font-size:12px;
  color:rgba(255,255,255,.58);
}
.site-footer-v2 .footer-region strong{color:#fff;font-weight:600}
.site-footer-v2 .footer-region-separator{color:rgba(255,255,255,.32)}
.site-footer-v2 .footer-region-flag{
  width:27px;
  height:27px;
  overflow:hidden;
  border-radius:50%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid rgba(255,255,255,.18);
  flex:0 0 auto;
}
.site-footer-v2 .footer-region-flag i:nth-child(1),
.site-footer-v2 .footer-region-flag i:nth-child(3){background:#008753}
.site-footer-v2 .footer-region-flag i:nth-child(2){background:#fff}
.site-footer-v2 .footer-socials{display:flex;align-items:center;gap:10px}
.site-footer-v2 .footer-socials .footer-social-icon{
  width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.035);
  font-size:12px;font-weight:700;transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.site-footer-v2 .footer-socials a.footer-social-icon:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
.site-footer-v2 .footer-social-icon-static{opacity:.88;cursor:default}

@media (max-width:759px){
  .site-footer-v2 .footer-utility-row{align-items:flex-start;flex-direction:column;gap:16px;padding:18px 0 20px!important}
  .site-footer-v2 .footer-region{flex-wrap:wrap;row-gap:5px}
}
.site-footer-v2 .footer-social-icon svg{width:17px;height:17px;fill:currentColor;display:block}

/* Quinbis wordmark alignment V23 */
@media(max-width:680px){.site-footer-v2 .brand-footer .brand-word{font-size:21px!important}}

/* Quinbis supporting pages V1 — About, Contact, Support, Privacy, Terms, Sign in */
:root{
  --sys-soft:#F0F7E7;
  --sys-line:#DCE7DF;
  --sys-muted:rgba(13,13,13,.64);
  --sys-soft-green:#E8F1DE;
}
.system-page{background:#fff;color:var(--onyx,#0D0D0D)}
.system-main{padding-top:92px}
.system-hero{padding:104px 0 72px}
.system-hero-inner{max-width:980px;margin:0 auto;text-align:center}
.system-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--green,#013D37)}
.system-hero h1{margin:18px auto 0;max-width:900px;font-size:clamp(52px,6.2vw,88px);line-height:.98;letter-spacing:-.048em;font-weight:600}
.system-hero p{margin:24px auto 0;max-width:650px;font-size:18px;line-height:1.62;color:var(--sys-muted)}
.system-hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.system-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease}
.system-btn:hover{transform:translateY(-2px)}
.system-btn-primary{background:var(--green,#013D37);color:#fff}
.system-btn-lime{background:var(--lime,#77D650);color:#013D37}
.system-btn-light{background:#fff;color:var(--onyx);border:1px solid var(--sys-line)}
.system-section{padding:86px 0}
.system-section-soft{background:var(--sys-soft)}
.system-section-green{background:var(--green,#013D37);color:#fff}
.system-section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr);gap:64px;align-items:end;margin-bottom:38px}
.system-section-head h2{margin:14px 0 0;font-size:clamp(42px,4.6vw,68px);line-height:1;letter-spacing:-.044em;font-weight:600}
.system-section-head p{margin:0;max-width:430px;font-size:15px;line-height:1.65;color:var(--sys-muted)}
.system-section-green .system-section-head p{color:rgba(255,255,255,.68)}
.system-section-green .system-kicker{color:var(--lime,#77D650)}
.system-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.system-card{border:1px solid var(--sys-line);border-radius:24px;background:#fff;padding:28px;min-width:0}
.system-card.soft{background:var(--sys-soft)}
.system-card.green{background:var(--green,#013D37);border-color:var(--green,#013D37);color:#fff}
.system-card.lime{background:var(--lime,#77D650);border-color:var(--lime,#77D650);color:#013D37}
.system-card-number{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--green,#013D37)}
.system-card.green .system-card-number,.system-card.lime .system-card-number{color:rgba(255,255,255,.75)}
.system-card h3{margin:58px 0 10px;font-size:28px;line-height:1.05;letter-spacing:-.035em;font-weight:600}
.system-card p{margin:0;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.system-card.green p,.system-card.lime p{color:rgba(255,255,255,.74)}
.system-card-link{display:inline-flex;margin-top:24px;font-size:12px;font-weight:700;gap:8px;align-items:center}
.system-stack{display:grid;gap:14px}
.system-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:20px;padding:22px 0;border-top:1px solid var(--sys-line)}
.system-row:last-child{border-bottom:1px solid var(--sys-line)}
.system-row>span{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--green)}
.system-row h3{margin:0 0 6px;font-size:22px;line-height:1.1;letter-spacing:-.025em}
.system-row p{margin:0;max-width:680px;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.system-statement{max-width:850px;margin:0 auto;text-align:center}
.system-statement h2{margin:0;font-size:clamp(46px,5.4vw,76px);line-height:1;letter-spacing:-.045em;font-weight:600}
.system-statement p{margin:22px auto 0;max-width:620px;font-size:16px;line-height:1.65;color:var(--sys-muted)}
.system-section-green .system-statement p{color:rgba(255,255,255,.68)}
.system-cta{padding:62px 0 90px}
.system-cta-card{max-width:920px;margin:0 auto;border-radius:28px;background:var(--green);color:#fff;padding:42px;position:relative;overflow:hidden}
.system-cta-card::after{content:"";position:absolute;right:-60px;top:-80px;width:260px;height:260px;border:40px solid rgba(119,214,80,.09);border-radius:50%}
.system-cta-card h2{position:relative;z-index:1;margin:0;max-width:650px;font-size:clamp(38px,4.2vw,58px);line-height:1;letter-spacing:-.04em}
.system-cta-card p{position:relative;z-index:1;margin:16px 0 0;max-width:560px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.62}
.system-cta-actions{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}

/* About */
.about-truth{padding-bottom:28px}
.about-truth .system-hero-inner{max-width:1000px}
.about-truth h1{max-width:1000px}
.about-intro{max-width:760px;margin:0 auto;font-size:20px;line-height:1.7;color:var(--onyx)}
.about-intro strong{color:var(--green)}
.about-beliefs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.about-belief{padding:24px;border:1px solid var(--sys-line);border-radius:20px;background:#fff}
.about-belief h3{margin:0 0 8px;font-size:22px;letter-spacing:-.025em}
.about-belief p{margin:0;font-size:14px;line-height:1.6;color:var(--sys-muted)}

/* Contact + Support */
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:920px;margin:0 auto}
.contact-card{display:flex;flex-direction:column;min-height:250px;padding:28px;border:1px solid var(--sys-line);border-radius:24px;background:#fff}
.contact-card:nth-child(2){background:var(--sys-soft)}
.contact-card:nth-child(3){background:var(--green);border-color:var(--green);color:#fff}
.contact-card:nth-child(4){background:var(--lime);border-color:var(--lime);color:#013D37}
.contact-card>span{font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--green)}
.contact-card:nth-child(3)>span,.contact-card:nth-child(4)>span{color:rgba(255,255,255,.72)}
.contact-card h2{margin:46px 0 10px;font-size:30px;line-height:1.04;letter-spacing:-.035em}
.contact-card p{margin:0;max-width:390px;font-size:14px;line-height:1.6;color:var(--sys-muted)}
.contact-card:nth-child(3) p,.contact-card:nth-child(4) p{color:rgba(255,255,255,.74)}
.contact-card a{display:inline-flex;margin-top:auto;padding-top:24px;font-size:12px;font-weight:700}
.contact-direct{max-width:920px;margin:18px auto 0;padding:28px;border-radius:24px;background:var(--sys-soft);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.contact-direct h2{margin:0;font-size:28px;letter-spacing:-.03em}
.contact-direct p{margin:8px 0 0;font-size:14px;line-height:1.6;color:var(--sys-muted)}
.contact-email{font-size:18px;font-weight:700;color:var(--green);white-space:nowrap}
.support-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.support-path{padding:24px;border:1px solid var(--sys-line);border-radius:20px;background:#fff}
.support-path h3{margin:34px 0 8px;font-size:22px;line-height:1.08;letter-spacing:-.03em}
.support-path p{margin:0;font-size:13px;line-height:1.58;color:var(--sys-muted)}
.support-path a{display:inline-flex;margin-top:18px;font-size:12px;font-weight:700;color:var(--green)}
.support-checklist{max-width:760px;margin:0 auto;padding:30px;border:1px solid var(--sys-line);border-radius:24px;background:#fff}
.support-checklist h2{margin:0;font-size:32px;letter-spacing:-.035em}
.support-checklist ul{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:13px}
.support-checklist li{display:grid;grid-template-columns:24px 1fr;gap:12px;font-size:14px;line-height:1.55;color:var(--sys-muted)}
.support-checklist li::before{content:"✓";width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#013D37;font-size:11px;font-weight:800}

/* Legal */
.legal-hero{padding-bottom:52px}
.legal-meta{margin-top:18px;font-size:12px;color:var(--sys-muted)}
.legal-layout{display:grid;grid-template-columns:220px minmax(0,760px);gap:68px;align-items:start;justify-content:center;padding-bottom:100px}
.legal-nav{position:sticky;top:110px;display:grid;gap:3px;padding:14px;border:1px solid var(--sys-line);border-radius:18px;background:var(--sys-soft)}
.legal-nav a{padding:10px 11px;border-radius:10px;font-size:12px;color:var(--sys-muted)}
.legal-nav a:hover{background:#fff;color:var(--onyx)}
.legal-content{min-width:0}
.legal-summary{padding:24px;border:1px solid var(--sys-line);border-radius:22px;background:var(--sys-soft);margin-bottom:36px}
.legal-summary p{margin:0;font-size:15px;line-height:1.68;color:var(--sys-muted)}
.legal-section{scroll-margin-top:120px;padding:30px 0;border-top:1px solid var(--sys-line)}
.legal-section:first-of-type{border-top:0}
.legal-section h2{margin:0 0 14px;font-size:30px;line-height:1.1;letter-spacing:-.035em}
.legal-section h3{margin:24px 0 10px;font-size:18px;letter-spacing:-.02em}
.legal-section p,.legal-section li{font-size:15px;line-height:1.72;color:var(--sys-muted)}
.legal-section p{margin:0 0 14px}
.legal-section ul{margin:12px 0 0;padding-left:20px}
.legal-section a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.legal-note{padding:18px 20px;border-left:3px solid var(--lime);background:var(--sys-soft);border-radius:0 14px 14px 0}

/* Sign in */
.signin-main{min-height:100svh;padding-top:92px;display:flex;align-items:stretch;background:var(--sys-soft)}
.signin-shell{width:min(1160px,calc(100vw - 48px));margin:44px auto 70px;display:grid;grid-template-columns:1.05fr .95fr;border-radius:30px;overflow:hidden;border:1px solid var(--sys-line);background:#fff;box-shadow:0 28px 70px rgba(13,13,13,.07)}
.signin-story{background:var(--green);color:#fff;padding:54px;display:flex;flex-direction:column;min-height:600px}
.signin-story .system-kicker{color:var(--lime)}
.signin-story h1{margin:18px 0 0;max-width:520px;font-size:clamp(46px,5vw,70px);line-height:.98;letter-spacing:-.045em}
.signin-story p{margin:20px 0 0;max-width:470px;font-size:15px;line-height:1.65;color:rgba(255,255,255,.7)}
.signin-mini{margin-top:auto;display:grid;gap:10px;padding-top:42px}
.signin-money-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.08);font-size:12px;color:rgba(255,255,255,.65)}
.signin-money-row strong{font-size:22px;color:#fff;letter-spacing:-.03em}
.signin-money-row.safe{background:var(--lime);color:#013D37}
.signin-money-row.safe strong{color:#fff}
.signin-panel{padding:54px;display:flex;align-items:center}
.signin-panel-inner{width:100%;max-width:420px;margin:0 auto}
.signin-panel h2{margin:14px 0 0;font-size:44px;line-height:1;letter-spacing:-.04em}
.signin-panel p{margin:16px 0 0;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.signin-continue{width:100%;margin-top:28px;min-height:54px}
.signin-links{display:grid;gap:9px;margin-top:22px;padding-top:22px;border-top:1px solid var(--sys-line)}
.signin-links a{font-size:12px;color:var(--sys-muted)}
.signin-links a strong{color:var(--green)}

@media (min-width:760px) and (max-width:1180px){
  .system-main{padding-top:76px}
  .system-hero{padding:82px 0 58px}
  .system-section{padding:70px 0}
  .system-section-head{grid-template-columns:1fr;gap:16px;text-align:center;max-width:760px;margin:0 auto 32px}
  .system-section-head p{margin-inline:auto}
  .system-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .system-card{padding:24px}
  .system-card h3{margin-top:42px;font-size:24px}
  .contact-grid{max-width:760px}
  .support-paths{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin-inline:auto}
  .legal-layout{grid-template-columns:180px minmax(0,620px);gap:40px;padding-bottom:80px}
  .signin-main{padding-top:76px}
  .signin-shell{grid-template-columns:1fr 1fr;width:min(900px,calc(100vw - 48px));margin-top:32px}
  .signin-story,.signin-panel{padding:38px}
  .signin-story{min-height:540px}
}

@media (max-width:759px){
  .system-main{padding-top:66px}
  .system-hero{padding:62px 0 44px}
  .system-hero-inner{text-align:center}
  .system-hero h1{font-size:42px;max-width:500px}
  .system-hero p{font-size:15px;max-width:420px}
  .system-section{padding:58px 0}
  .system-section-head{grid-template-columns:1fr;gap:12px;text-align:center;margin-bottom:26px}
  .system-section-head h2{font-size:38px}
  .system-section-head p{margin-inline:auto;max-width:420px;font-size:14px}
  .system-card-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto;gap:12px}
  .system-card{padding:22px;border-radius:20px}
  .system-card h3{margin-top:32px;font-size:25px}
  .system-row{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:19px 0}
  .system-row h3{font-size:20px}
  .system-statement h2{font-size:40px}
  .system-statement p{font-size:14px}
  .system-cta{padding:42px 0 62px}
  .system-cta-card{padding:26px;border-radius:22px}
  .system-cta-card h2{font-size:36px}
  .about-intro{font-size:17px;line-height:1.68;max-width:500px}
  .about-beliefs{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .contact-grid{grid-template-columns:1fr;max-width:520px}
  .contact-card{min-height:220px;padding:22px;border-radius:20px}
  .contact-card h2{margin-top:34px;font-size:27px}
  .contact-direct{max-width:520px;grid-template-columns:1fr;gap:14px;padding:22px;border-radius:20px}
  .contact-email{font-size:16px;white-space:normal;overflow-wrap:anywhere}
  .support-paths{grid-template-columns:1fr;max-width:520px;margin-inline:auto;gap:12px}
  .support-path{padding:22px}
  .support-checklist{max-width:520px;padding:22px;border-radius:20px}
  .legal-hero{padding-bottom:34px}
  .legal-layout{display:block;padding-bottom:64px}
  .legal-nav{position:relative;top:auto;display:flex;overflow-x:auto;gap:6px;margin-bottom:28px;padding:9px;border-radius:14px;scrollbar-width:none}
  .legal-nav::-webkit-scrollbar{display:none}
  .legal-nav a{flex:0 0 auto;white-space:nowrap;background:#fff;border:1px solid var(--sys-line)}
  .legal-summary{padding:20px;border-radius:18px;margin-bottom:24px}
  .legal-section{padding:24px 0}
  .legal-section h2{font-size:26px}
  .legal-section p,.legal-section li{font-size:14px;line-height:1.68}
  .signin-main{padding-top:66px;min-height:auto}
  .signin-shell{width:calc(100vw - 28px);margin:24px auto 54px;grid-template-columns:1fr;border-radius:22px}
  .signin-story{min-height:auto;padding:28px}
  .signin-story h1{font-size:42px}
  .signin-story p{font-size:14px}
  .signin-mini{margin-top:34px;padding-top:0}
  .signin-panel{padding:30px 26px 34px}
  .signin-panel h2{font-size:38px}
}

/* Production responsive refinement V2.4 */
.signin-main{
  min-height:auto;
  padding:118px 0 86px;
  display:block;
  background:linear-gradient(180deg,var(--sys-soft) 0%,#fff 100%);
}
.signin-shell{
  width:min(980px,calc(100vw - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--sys-line);
  background:#fff;
  box-shadow:0 24px 64px rgba(13,13,13,.065);
}
.signin-panel{
  grid-column:2;
  grid-row:1;
  padding:52px 48px;
  display:flex;
  align-items:flex-start;
  background:#fff;
}
.signin-panel-inner{width:100%;max-width:390px;margin:auto 0}
.signin-panel h1{
  margin:14px 0 0;
  max-width:360px;
  font-size:clamp(42px,4.1vw,58px);
  line-height:1;
  letter-spacing:-.042em;
  font-weight:600;
}
.signin-panel p{margin:16px 0 0;max-width:370px;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.signin-continue{width:100%;margin-top:26px;min-height:54px}
.signin-security{font-size:11px!important;line-height:1.5!important;color:rgba(13,13,13,.52)!important;margin-top:12px!important}
.signin-links{display:grid;gap:10px;margin-top:22px;padding-top:22px;border-top:1px solid var(--sys-line)}
.signin-links a{font-size:12px;line-height:1.45;color:var(--sys-muted)}
.signin-links a strong{color:var(--green)}

.signin-story{
  grid-column:1;
  grid-row:1;
  min-height:0;
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:44px;
  background:var(--green);
  color:#fff;
}
.signin-story .system-kicker{color:var(--lime)}
.signin-story h2{
  margin:16px 0 0;
  max-width:420px;
  font-size:clamp(40px,4.5vw,60px);
  line-height:.99;
  letter-spacing:-.043em;
  font-weight:600;
}
.signin-story p{margin:18px 0 0;max-width:410px;font-size:14px;line-height:1.62;color:rgba(255,255,255,.7)}
.signin-mini{margin-top:0;padding-top:0;display:grid;gap:9px}
.signin-money-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.075);
  font-size:11px;
  color:rgba(255,255,255,.67);
}
.signin-money-row strong{font-size:19px;color:#fff;letter-spacing:-.025em;white-space:nowrap}
.signin-money-row.safe{background:var(--lime);color:#013D37}
.signin-money-row.safe strong{color:#fff}

/* Tablet pages should keep a comfortable reading width instead of squeezing desktop patterns. */
@media (min-width:760px) and (max-width:980px){
  .system-hero{padding:78px 0 54px}
  .system-hero-inner{max-width:720px}
  .system-hero h1{font-size:clamp(48px,7vw,64px);max-width:700px}
  .system-hero p{font-size:16px;max-width:580px}

  .legal-layout{display:block;max-width:720px;margin-inline:auto;padding-bottom:76px}
  .legal-nav{
    position:relative;
    top:auto;
    display:flex;
    overflow-x:auto;
    gap:6px;
    margin-bottom:30px;
    padding:9px;
    border-radius:15px;
    scrollbar-width:none;
  }
  .legal-nav::-webkit-scrollbar{display:none}
  .legal-nav a{flex:0 0 auto;white-space:nowrap;background:#fff;border:1px solid var(--sys-line)}

  .signin-main{padding:104px 0 72px}
  .signin-shell{width:min(640px,calc(100vw - 48px));grid-template-columns:1fr;border-radius:26px}
  .signin-panel{grid-column:1;grid-row:1;padding:42px 40px}
  .signin-panel-inner{max-width:none;margin:0}
  .signin-story{grid-column:1;grid-row:2;padding:38px 40px;gap:28px}
  .signin-story h2{font-size:48px;max-width:520px}
  .signin-mini{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .signin-money-row{display:block;padding:14px;min-width:0}
  .signin-money-row span{display:block;margin-bottom:7px}
  .signin-money-row strong{display:block;font-size:17px;white-space:normal}
}

@media (max-width:759px){
  .signin-main{padding:84px 0 56px;background:var(--sys-soft)}
  .signin-shell{
    width:calc(100vw - 28px);
    margin:0 auto;
    grid-template-columns:1fr;
    border-radius:22px;
    box-shadow:0 16px 42px rgba(13,13,13,.05);
  }
  .signin-panel{grid-column:1;grid-row:1;padding:28px 24px 30px}
  .signin-panel-inner{max-width:none;margin:0}
  .signin-panel h1{font-size:38px;max-width:320px}
  .signin-panel p{font-size:14px}
  .signin-continue{margin-top:22px;min-height:52px}
  .signin-links{margin-top:20px;padding-top:20px}
  .signin-story{grid-column:1;grid-row:2;padding:28px 24px;gap:28px}
  .signin-story h2{font-size:36px;max-width:320px}
  .signin-story p{font-size:13.5px;max-width:330px}
  .signin-mini{gap:8px}
  .signin-money-row{padding:13px 14px}
  .signin-money-row strong{font-size:18px}
}

@media (max-width:420px){
  .signin-main{padding-top:78px}
  .signin-panel{padding:25px 21px 27px}
  .signin-story{padding:25px 21px}
  .signin-panel h1{font-size:36px}
  .signin-story h2{font-size:34px}
}

/* ===== Supporting pages production refinement V3 ===== */
.system-content-lane{width:min(100%,1080px);margin-inline:auto}
.system-section-head-centered{grid-template-columns:1fr;text-align:center;max-width:760px;margin-inline:auto}
.system-section-head-centered p{margin-inline:auto;max-width:620px}

/* About V2 */
.about-page-v2 .about-truth{padding-bottom:64px}
.about-page-v2 .about-truth .system-hero-inner{max-width:920px}
.about-page-v2 .about-truth h1{max-width:900px}
.about-page-v2 .about-truth p{max-width:660px}
.about-offer-section{padding-top:90px;padding-bottom:94px}
.about-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.about-offer-card{overflow:hidden;border:1px solid var(--sys-line);border-radius:26px;background:#fff;min-width:0}
.about-offer-visual{position:relative;min-height:210px;padding:22px;overflow:hidden;background:var(--green);color:#fff}
.about-offer-visual>span{position:relative;z-index:2;font-size:10px;font-weight:800;letter-spacing:.16em}
.about-offer-card-setup .about-offer-visual{background:var(--lime);color:#013D37}
.about-offer-card-setup .about-offer-visual i{position:absolute;display:block;width:120px;height:72px;border-radius:16px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.38)}
.about-offer-card-setup .about-offer-visual i:nth-of-type(1){left:24px;bottom:28px;transform:rotate(-7deg)}
.about-offer-card-setup .about-offer-visual i:nth-of-type(2){left:92px;bottom:60px;transform:rotate(5deg);background:#fff}
.about-offer-card-setup .about-offer-visual i:nth-of-type(3){right:20px;bottom:24px;width:64px;height:64px;border-radius:50%}
.about-offer-card-design .about-offer-visual{background:var(--green);color:#fff}
.about-design-shape{position:absolute;right:34px;bottom:24px;width:150px;height:122px;border-radius:32px 62px 22px 52px;background:var(--lime);box-shadow:-58px -32px 0 rgba(255,255,255,.12)}
.about-offer-card-product .about-offer-visual{background:linear-gradient(145deg,#fff 0%,var(--sys-soft) 100%);color:var(--green)}
.about-offer-card-product .about-offer-visual strong{position:absolute;left:22px;bottom:48px;font-size:42px;letter-spacing:-.045em;color:var(--green)}
.about-offer-card-product .about-offer-visual small{position:absolute;left:24px;bottom:28px;font-size:11px;color:var(--sys-muted)}
.about-offer-copy{padding:24px}
.about-offer-copy>span{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--green)}
.about-offer-copy h3{margin:15px 0 10px;font-size:27px;line-height:1.04;letter-spacing:-.035em}
.about-offer-copy p{margin:0;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.about-offer-copy a{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-size:12px;font-weight:700;color:var(--green)}
.about-real-section{padding-top:100px;padding-bottom:92px}
.about-reality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.about-reality-grid article{padding:27px 25px;border-top:1px solid var(--sys-line);border-bottom:1px solid var(--sys-line)}
.about-reality-grid article>span{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--green)}
.about-reality-grid h3{margin:34px 0 10px;font-size:25px;line-height:1.06;letter-spacing:-.033em}
.about-reality-grid p{margin:0;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.about-page-v2 .system-cta-card p{display:none}

/* Contact V2 */
.contact-hero-v2{padding-bottom:58px}
.contact-options-section{padding-top:82px;padding-bottom:88px}
.contact-primary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.contact-primary-card{overflow:hidden;border-radius:26px;border:1px solid var(--sys-line);background:#fff;min-width:0}
.contact-card-visual{position:relative;min-height:185px;padding:20px;background:var(--green);color:#fff;overflow:hidden}
.contact-card-visual>span{position:relative;z-index:2;font-size:10px;font-weight:800;letter-spacing:.16em}
.contact-card-visual-setup{background:var(--lime);color:#013D37}
.contact-card-visual-setup i{position:absolute;bottom:28px;width:118px;height:70px;border-radius:16px;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.38)}
.contact-card-visual-setup i:first-of-type{left:28px;transform:rotate(-6deg)}
.contact-card-visual-setup i:last-of-type{right:30px;bottom:44px;background:#fff;transform:rotate(5deg)}
.contact-card-visual-design b{position:absolute;right:36px;bottom:28px;width:126px;height:96px;border-radius:28px;background:var(--lime);box-shadow:-52px -28px 0 rgba(255,255,255,.12)}
.contact-card-visual-product{background:linear-gradient(145deg,#fff 0%,var(--sys-soft) 100%);color:var(--green)}
.contact-card-visual-product strong{position:absolute;right:28px;bottom:28px;padding:11px 16px;border-radius:999px;background:var(--lime);color:#013D37;font-size:13px}
.contact-card-copy{padding:24px;display:flex;flex-direction:column;min-height:245px}
.contact-card-copy>span{font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--green)}
.contact-card-copy h2{margin:16px 0 10px;font-size:26px;line-height:1.05;letter-spacing:-.035em}
.contact-card-copy p{margin:0;font-size:14px;line-height:1.6;color:var(--sys-muted)}
.contact-card-copy a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;font-size:12px;font-weight:700;color:var(--green)}
.contact-secondary-row{margin-top:16px;padding:27px 28px;border:1px solid var(--sys-line);border-radius:24px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}
.contact-secondary-row h2{margin:8px 0 0;font-size:26px;line-height:1.08;letter-spacing:-.03em}
.contact-utility-section{padding-top:70px;padding-bottom:92px}
.contact-utility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.contact-utility-grid article{padding:27px;border:1px solid var(--sys-line);border-radius:22px;background:#fff}
.contact-utility-grid article:first-child{background:var(--sys-soft)}
.contact-utility-grid h2{margin:12px 0 8px;font-size:28px;line-height:1.05;letter-spacing:-.033em;overflow-wrap:anywhere}
.contact-utility-grid p{margin:0;font-size:14px;line-height:1.6;color:var(--sys-muted)}
.contact-utility-grid a{display:inline-flex;margin-top:18px;font-size:12px;font-weight:700;color:var(--green)}

/* Support V2 */
.support-hero-v2{padding-bottom:58px}
.support-options-section{padding-top:82px;padding-bottom:84px}
.support-paths-v2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:940px;margin-inline:auto;gap:14px}
.support-paths-v2 .support-path{min-height:240px;display:flex;flex-direction:column;padding:26px;border-radius:22px}
.support-paths-v2 .support-path:nth-child(1){background:var(--green);border-color:var(--green);color:#fff}
.support-paths-v2 .support-path:nth-child(1) .system-card-number,
.support-paths-v2 .support-path:nth-child(1) p,
.support-paths-v2 .support-path:nth-child(1) a{color:#fff}
.support-paths-v2 .support-path:nth-child(2){background:var(--sys-soft)}
.support-paths-v2 .support-path h3{margin-top:34px;font-size:25px}
.support-paths-v2 .support-path a{margin-top:auto;padding-top:20px}
.support-privacy-row{max-width:940px;margin:14px auto 0;padding:22px 24px;border:1px solid var(--sys-line);border-radius:20px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.support-privacy-row p{margin:7px 0 0;font-size:14px;line-height:1.55;color:var(--sys-muted)}
.support-privacy-row a{font-size:12px;font-weight:700;color:var(--green)}
.support-context-section{padding-top:78px;padding-bottom:74px}
.support-checklist-v2{max-width:940px;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:start;padding:32px}
.support-checklist-v2 h2{margin-top:10px}
.support-checklist-v2 ul{margin:0}
.support-cta{padding-top:34px}
.support-cta .system-cta-card p{display:none}

/* Sign in V3 */
.signin-main-v3{min-height:calc(100svh - 92px);padding:128px 24px 96px;display:grid;place-items:center;background:linear-gradient(180deg,var(--sys-soft) 0%,#fff 100%)}
.signin-card-v3{width:min(100%,520px);padding:42px;border:1px solid var(--sys-line);border-radius:28px;background:#fff;box-shadow:0 24px 64px rgba(13,13,13,.065);text-align:center}
.signin-mark-v3{width:64px;height:64px;margin:0 auto 26px;border-radius:20px;background:var(--green);display:grid;place-items:center;box-shadow:0 12px 28px rgba(1,61,55,.14)}
.signin-mark-v3 img{width:100%;height:100%;display:block;border-radius:20px}
.signin-card-v3 h1{margin:15px 0 0;font-size:clamp(42px,5vw,58px);line-height:.99;letter-spacing:-.043em;font-weight:600}
.signin-card-v3>p:not(.signin-security-v3){margin:16px auto 0;max-width:360px;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.signin-continue-v3{width:100%;margin-top:28px;min-height:54px;border-radius:14px}
.signin-help-v3{display:inline-block;margin-top:20px;font-size:12px;line-height:1.5;color:var(--sys-muted)}
.signin-help-v3 strong{color:var(--green)}
.signin-security-v3{margin:20px auto 0!important;padding-top:18px;border-top:1px solid var(--sys-line);font-size:11px!important;line-height:1.5!important;color:rgba(13,13,13,.48)!important}

/* Legal V2 */
.legal-page-v2 .legal-hero{padding-bottom:46px}
.legal-page-v2 .legal-hero p{max-width:620px}
.legal-layout-v2{grid-template-columns:210px minmax(0,760px);gap:56px;padding-bottom:96px}
.legal-page-v2 .legal-nav a{line-height:1.35}
.legal-page-v2 .legal-summary{background:#fff;border-left:4px solid var(--lime);border-radius:0 18px 18px 0}
.legal-page-v2 .legal-summary p{color:var(--onyx)}
.legal-page-v2 .legal-section{padding:32px 0}
.legal-page-v2 .legal-section h2{font-size:29px}
.legal-page-v2 .legal-section h3{font-size:17px}

/* Insights: preserve the existing editorial/card architecture. Only keep reading lanes comfortable. */
.insights-page .insight-cluster-head>p{max-width:520px}
.insights-page .insight-card-body p,
.insights-page .insight-wide-copy p,
.insights-page .trust-card-copy p{max-width:58ch}

@media (min-width:760px) and (max-width:1080px){
  .system-content-lane{width:min(100%,calc(100vw - 72px))}
  .about-offer-grid,.contact-primary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .about-offer-visual,.contact-card-visual{min-height:170px}
  .about-offer-copy,.contact-card-copy{padding:20px}
  .about-offer-copy h3,.contact-card-copy h2{font-size:23px}
  .about-offer-copy p,.contact-card-copy p{font-size:13px}
  .about-reality-grid{gap:8px}
  .about-reality-grid article{padding:24px 18px}
  .about-reality-grid h3{font-size:22px}
  .support-paths-v2{max-width:760px}
  .support-privacy-row,.support-checklist-v2{max-width:760px}
  .legal-layout-v2{display:block;max-width:720px;margin-inline:auto;padding-bottom:76px}
  .signin-main-v3{min-height:auto;padding:112px 24px 76px}
}

@media (max-width:759px){
  .system-content-lane{width:min(100%,calc(100vw - 40px))}
  .about-page-v2 .about-truth{padding-bottom:44px}
  .about-offer-section,.about-real-section,.contact-options-section,.support-options-section{padding-top:62px;padding-bottom:64px}
  .about-offer-grid,.contact-primary-grid,.about-reality-grid,.contact-utility-grid,.support-paths-v2{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .about-offer-visual,.contact-card-visual{min-height:190px}
  .about-offer-copy{padding:22px}
  .about-offer-copy h3{font-size:26px}
  .about-reality-grid article{padding:23px 2px}
  .about-reality-grid h3{margin-top:22px;font-size:23px}
  .contact-card-copy{padding:22px;min-height:0}
  .contact-card-copy h2{font-size:25px}
  .contact-card-copy a{margin-top:22px;padding-top:0}
  .contact-secondary-row{max-width:520px;margin-inline:auto;grid-template-columns:1fr;gap:18px;padding:22px;text-align:left}
  .contact-secondary-row h2{font-size:24px}
  .contact-secondary-row .system-btn{justify-self:start}
  .contact-utility-section{padding-top:54px;padding-bottom:68px}
  .contact-utility-grid article{padding:22px}
  .contact-utility-grid h2{font-size:25px}
  .support-paths-v2 .support-path{min-height:0;padding:22px}
  .support-paths-v2 .support-path h3{margin-top:24px}
  .support-paths-v2 .support-path a{margin-top:18px;padding-top:0}
  .support-privacy-row{max-width:520px;grid-template-columns:1fr;gap:12px;padding:20px}
  .support-context-section{padding-top:58px;padding-bottom:52px}
  .support-checklist-v2{max-width:520px;grid-template-columns:1fr;gap:22px;padding:22px}
  .support-checklist-v2 ul{gap:12px}
  .support-cta{padding-top:26px}
  .signin-main-v3{min-height:auto;padding:94px 14px 62px;background:var(--sys-soft)}
  .signin-card-v3{padding:30px 24px;border-radius:24px}
  .signin-mark-v3{width:58px;height:58px;border-radius:18px;margin-bottom:22px}
  .signin-card-v3 h1{font-size:39px}
  .signin-continue-v3{margin-top:24px}
  .legal-page-v2 .legal-hero{padding-bottom:32px}
  .legal-layout-v2{display:block;padding-bottom:62px}
}

/* System pages V3.1 — About, Support and Contact content refinement */
.about-page-v3 .about-truth{padding-bottom:62px}
.about-page-v3 .about-truth p{max-width:670px}
.about-page-v3 .about-offer-section{padding-top:88px;padding-bottom:72px}
.about-page-v3 .about-offer-copy{min-height:286px;display:flex;flex-direction:column}
.about-page-v3 .about-offer-copy a{margin-top:auto;padding-top:22px}
.about-insights-row{margin-top:18px;padding:20px 24px;border:1px solid var(--sys-line);border-radius:18px;background:rgba(255,255,255,.68);display:flex;align-items:center;justify-content:space-between;gap:24px}
.about-insights-row>span{font-size:14px;line-height:1.5;color:var(--sys-muted)}
.about-insights-row a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:12px;font-weight:700;color:var(--green)}
.about-page-v3 .about-real-section{padding-top:92px;padding-bottom:82px}
.about-reality-grid-v3 article{padding:28px 24px;border-top:1px solid var(--sys-line);border-bottom:1px solid var(--sys-line)}
.about-reality-grid-v3 h3{margin:0 0 12px;font-size:25px;line-height:1.08;letter-spacing:-.033em}
.about-reality-grid-v3 p{max-width:33ch}
.about-next-section{padding:34px 0 96px;background:#fff}
.about-next-frame{padding:42px;border-radius:30px;background:var(--green);color:#fff}
.about-next-frame>.system-kicker{color:var(--lime)}
.about-next-frame>h2{margin:14px 0 30px;max-width:780px;font-size:clamp(40px,4.6vw,66px);line-height:1;letter-spacing:-.044em;font-weight:600}
.about-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.about-next-grid>a{min-height:148px;padding:22px;border-radius:20px;background:#fff;color:var(--green);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:20px 16px;align-items:start;transition:transform .2s ease}
.about-next-grid>a:hover{transform:translateY(-2px)}
.about-next-grid span{grid-column:1;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.about-next-grid strong{grid-column:1;align-self:end;max-width:240px;font-size:20px;line-height:1.1;letter-spacing:-.025em}
.about-next-grid i{grid-column:2;grid-row:1 / span 2;align-self:end;font-size:24px;font-style:normal}

.support-page-v3 .support-hero-v3{padding-bottom:64px}
.support-page-v3 .support-hero-v3 p{max-width:690px}
.support-browse-section{padding-top:82px;padding-bottom:76px}
.support-topic-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.support-topic-grid>a{min-height:138px;padding:20px;border:1px solid var(--sys-line);border-radius:18px;background:#fff;color:var(--onyx);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:14px 10px;transition:transform .2s ease,border-color .2s ease}
.support-topic-grid>a:hover{transform:translateY(-2px);border-color:rgba(1,61,55,.28)}
.support-topic-grid span{grid-column:1;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}
.support-topic-grid strong{grid-column:1;align-self:end;font-size:17px;line-height:1.14;letter-spacing:-.02em}
.support-topic-grid i{grid-column:2;grid-row:1 / span 2;align-self:end;font-size:19px;font-style:normal;color:var(--green)}
.support-faq-section{padding-top:90px;padding-bottom:94px}
.support-faq-lane{max-width:1040px}
.support-faq-group{scroll-margin-top:118px;display:grid;grid-template-columns:minmax(220px,.68fr) minmax(0,1.32fr);gap:64px;padding:52px 0;border-top:1px solid var(--sys-line)}
.support-faq-group:first-child{padding-top:0;border-top:0}
.support-faq-intro h2{margin:10px 0 10px;font-size:clamp(30px,3vw,42px);line-height:1.02;letter-spacing:-.038em;font-weight:600}
.support-faq-intro p{margin:0;max-width:300px;font-size:13px;line-height:1.65;color:var(--sys-muted)}
.support-faq-list{border-top:1px solid var(--sys-line)}
.support-faq-list details{border-bottom:1px solid var(--sys-line)}
.support-faq-list summary{position:relative;list-style:none;cursor:pointer;padding:20px 48px 20px 0;font-size:17px;line-height:1.35;font-weight:600;letter-spacing:-.015em}
.support-faq-list summary::-webkit-details-marker{display:none}
.support-faq-list summary::after{content:'+';position:absolute;right:2px;top:18px;width:28px;height:28px;border:1px solid var(--sys-line);border-radius:50%;display:grid;place-items:center;font-size:17px;font-weight:500;color:var(--green);transition:transform .2s ease}
.support-faq-list details[open] summary::after{transform:rotate(45deg)}
.support-faq-list details>p{margin:0;padding:0 48px 22px 0;max-width:720px;font-size:14px;line-height:1.7;color:var(--sys-muted)}
.support-faq-list details>p a{font-weight:700;color:var(--green)}
.support-human-row{margin-top:18px;padding:24px 26px;border-radius:20px;background:var(--sys-soft);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}
.support-human-row p{margin:8px 0 0;max-width:700px;font-size:14px;line-height:1.6;color:var(--sys-muted)}
.support-human-row>a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:12px;font-weight:700;color:var(--green)}

.contact-page-v3 .contact-hero-v3{padding-bottom:64px}
.contact-page-v3 .contact-hero-v3 p{max-width:720px}
.contact-selected-note{width:max-content;max-width:min(100%,560px);margin:28px auto 0;padding:12px 14px 12px 16px;border:1px solid var(--sys-line);border-radius:14px;background:var(--sys-soft);display:flex;align-items:center;gap:12px;text-align:left}
.contact-selected-note>span:first-child{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}
.contact-selected-note strong{font-size:13px;font-weight:700}
.contact-selected-note a{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--green);white-space:nowrap}
.contact-page-v3 .contact-options-section{padding-top:84px;padding-bottom:86px}
.contact-page-v3 .contact-card-copy{min-height:278px}
.contact-page-v3 .contact-card-copy h2{font-size:25px}
.contact-secondary-row-v3>a{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--green);white-space:nowrap}
.contact-methods-section{padding-top:88px;padding-bottom:98px;scroll-margin-top:90px}
.contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.contact-method-card{min-height:252px;padding:28px;border:1px solid var(--sys-line);border-radius:24px;background:#fff;display:flex;flex-direction:column}
.contact-method-label{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}
.contact-method-card h3{margin:38px 0 10px;font-size:27px;line-height:1.06;letter-spacing:-.034em;overflow-wrap:anywhere}
.contact-method-card p{margin:0;font-size:14px;line-height:1.62;color:var(--sys-muted)}
.contact-method-card>a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:26px;font-size:12px;font-weight:700;color:var(--green)}
.contact-method-whatsapp{background:var(--green);border-color:var(--green);color:#fff}
.contact-method-whatsapp .contact-method-label{color:var(--lime)}
.contact-method-whatsapp p{color:rgba(255,255,255,.76);font-size:18px;font-weight:600;letter-spacing:-.02em}
.contact-method-whatsapp>a{color:#fff}
.contact-method-support{background:var(--sys-soft)}

@media (min-width:760px) and (max-width:1080px){
  .about-page-v3 .about-offer-copy{min-height:300px}
  .about-next-frame{padding:34px}
  .about-next-grid>a{padding:20px;min-height:154px}
  .about-next-grid strong{font-size:18px}
  .support-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .support-topic-grid>a:nth-child(4),.support-topic-grid>a:nth-child(5){min-height:120px}
  .support-faq-group{grid-template-columns:minmax(190px,.55fr) minmax(0,1.45fr);gap:42px}
  .contact-page-v3 .contact-card-copy{min-height:300px}
  .contact-method-card{padding:22px;min-height:260px}
  .contact-method-card h3{font-size:23px}
}

@media (max-width:759px){
  .about-page-v3 .about-truth{padding-bottom:46px}
  .about-page-v3 .about-offer-section{padding-top:62px;padding-bottom:58px}
  .about-page-v3 .about-offer-copy{min-height:0}
  .about-page-v3 .about-offer-copy a{margin-top:22px;padding-top:0}
  .about-insights-row{max-width:520px;margin:14px auto 0;padding:18px;align-items:flex-start;flex-direction:column;gap:10px}
  .about-page-v3 .about-real-section{padding-top:64px;padding-bottom:62px}
  .about-reality-grid-v3 article{padding:24px 2px}
  .about-reality-grid-v3 h3{margin:0 0 10px;font-size:23px}
  .about-reality-grid-v3 p{max-width:none}
  .about-next-section{padding:22px 0 70px}
  .about-next-frame{padding:28px 20px;border-radius:24px}
  .about-next-frame>h2{margin-bottom:24px;font-size:38px}
  .about-next-grid{grid-template-columns:1fr}
  .about-next-grid>a{min-height:118px;padding:18px}
  .about-next-grid strong{font-size:18px;max-width:250px}
  .support-page-v3 .support-hero-v3{padding-bottom:46px}
  .support-browse-section{padding-top:62px;padding-bottom:58px}
  .support-topic-grid{grid-template-columns:1fr;gap:8px}
  .support-topic-grid>a{min-height:94px;padding:17px 18px;gap:8px}
  .support-topic-grid strong{font-size:16px}
  .support-faq-section{padding-top:64px;padding-bottom:70px}
  .support-faq-group{scroll-margin-top:94px;grid-template-columns:1fr;gap:22px;padding:42px 0}
  .support-faq-intro h2{font-size:32px}
  .support-faq-intro p{max-width:500px}
  .support-faq-list summary{padding:18px 44px 18px 0;font-size:16px}
  .support-faq-list summary::after{right:0;top:16px}
  .support-faq-list details>p{padding:0 36px 20px 0;font-size:14px}
  .support-human-row{grid-template-columns:1fr;gap:14px;padding:20px}
  .support-human-row>a{white-space:normal}
  .contact-page-v3 .contact-hero-v3{padding-bottom:46px}
  .contact-selected-note{width:100%;max-width:520px;flex-wrap:wrap;gap:8px 10px}
  .contact-selected-note a{margin-left:0;width:100%}
  .contact-page-v3 .contact-options-section{padding-top:62px;padding-bottom:62px}
  .contact-page-v3 .contact-card-copy{min-height:0}
  .contact-secondary-row-v3>a{white-space:normal}
  .contact-methods-section{padding-top:64px;padding-bottom:72px}
  .contact-method-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .contact-method-card{min-height:220px;padding:22px}
  .contact-method-card h3{margin-top:30px;font-size:25px}
}

/* Quinbis Kinetic Green V2.1
   Official signal/action green: #77D650
   Growth Green remains #013D37.
   Brand rule: whenever Kinetic Green is the readable surface, type and icons use Growth Green #013D37.
*/
:root, body.home-v32, body.design-v7, body.setup-v3{
  --lime:#77D650;
  --kinetic-green:#77D650;
  --lime-28:rgba(119,214,80,.28);
}

/* Core Kinetic actions: Growth Green type/icon on Kinetic Green. */
.site-header:not(.is-scrolled) .btn-nav,
.btn-arrow-lime,
.round-arrow-lime,
.mini-pill,
.btn-cta,
.quinbis-panel-btn,
.package-cta-featured,
.design-package-cta-featured,
.design-final-primary,
.qa-product-primary,
.featured-insight-read,
.setup-after-btn,
.money-status,
.article-product-primary,
.article-next-link{
  background-color:var(--lime)!important;
  color:#013D37!important;
}

/* Homepage: Kinetic answer card uses Growth Green throughout. */
.home-v32 .home-safe-card,
.safe-card{
  background:var(--lime)!important;
  color:#013D37!important;
}
.home-v32 .home-safe-card .home-safe-brand,
.home-v32 .home-safe-card .home-safe-state,
.home-v32 .home-safe-card .home-safe-result>span,
.home-v32 .home-safe-card .home-safe-result strong,
.home-v32 .home-safe-card .home-safe-result p,
.home-v32 .home-safe-card .home-safe-bottom,
.safe-card .safe-badge,
.safe-card .safe-copy span,
.safe-card .safe-copy strong,
.safe-card p,
.safe-card .safe-card-bottom,
.safe-card .safe-arrow{
  color:#013D37!important;
}
.home-v32 .home-safe-card .home-safe-state,
.safe-card .safe-state{
  background:rgba(1,61,55,.12)!important;
  color:#013D37!important;
  border-color:rgba(1,61,55,.36)!important;
}
.home-v32 .home-safe-card .home-safe-meter,
.safe-card .safe-meter{background:rgba(1,61,55,.18)!important}
.home-v32 .home-safe-card .home-safe-meter span,
.safe-card .safe-meter span{background:#013D37!important}
.home-v32 .home-safe-card .home-safe-bottom,
.safe-card .safe-card-bottom{border-top-color:rgba(1,61,55,.28)!important}
.home-v32 .home-safe-card .home-safe-arrow,
.safe-card .safe-arrow{border-color:rgba(1,61,55,.36)!important}

.home-v32 .home-part-grow{background:var(--lime)!important;color:#013D37!important}
.home-v32 .home-part-grow *{color:#013D37!important}
.home-v32 .home-product-btn{background:var(--lime)!important;color:#013D37!important}

/* Large Kinetic marketing surfaces: Growth Green readable content. */
.path-card-green,
.setup-doc-two,
.system-card.lime,
.design-card-social,
.insight-art-three{
  background:var(--lime)!important;
  color:#013D37!important;
}
.path-card-green h3,
.path-card-green p,
.path-card-green .path-card-top,
.path-card-green .round-arrow,
.setup-doc-two span,
.setup-doc-two strong,
.system-card.lime h3,
.system-card.lime p,
.system-card.lime .system-card-number,
.system-card.lime .system-card-link,
.design-card-social *,
.insight-art-three *{
  color:#013D37!important;
}
.path-card-green .round-arrow{border-color:rgba(1,61,55,.34)!important}
.system-card.lime p{opacity:.88}
.system-card.lime .system-card-number{opacity:.80}
.setup-doc-two::after{background:#013D37!important}

/* Design page Kinetic surfaces and controls. */
.design-v7 .design-btn-arrow,
.design-v7 .video-sales-card-b,
.design-v7 .design-package-sales .design-package-cta,
.design-v7 .design-motion-visual .motion-play{
  background:var(--lime)!important;
  color:#013D37!important;
}
.design-v7 .design-monthly-visual{
  background:var(--lime)!important;
  color:#013D37!important;
}
/* Tiles are separate inset surfaces; only the text directly on Kinetic uses Growth Green. */
.design-v7 .monthly-tile-b{background:var(--lime)!important;color:#013D37!important}
.design-v7 .monthly-tile-d{color:var(--green)!important;background:rgba(255,255,255,.46)!important;border-color:rgba(255,255,255,.58)!important}

/* Setup package/button states that use Kinetic. */
.setup-package-featured .package-cta,
.setup-package-featured .package-cta-featured,
.design-package-sales .design-package-cta,
.package-feature-line,
.after-reminder-card .after-safe,
.setup-file-status,
.setup-progress-list .is-done .setup-step-icon,
.design-faq-list details[open] summary::after,
.term-stack span:nth-child(2),
.profit-math,
.ad-funnel strong,
.growth-readiness b{
  color:#013D37!important;
}

/* Article/Insight Kinetic result surfaces. */
.weekly-number-list .is-safe,
.week-story-bottom.safe,
.aftercac-path .done,
.three-hero>div:nth-child(3),
.three-angle>div:nth-child(3),
.messy-ledger b.owner,
.fine-poster,
.ads-path strong,
.flow-hero>div:last-child,
.money-waterfall .waterfall-end,
.visual-profit,
.profit-breakdown .profit-result,
.price-hero>strong,
.hero-equation-safe,
.example-board-result{
  background-color:var(--lime)!important;
  color:#013D37!important;
}
.weekly-number-list .is-safe *,
.week-story-bottom.safe *,
.aftercac-path .done *,
.three-hero>div:nth-child(3) *,
.three-angle>div:nth-child(3) *,
.flow-hero>div:last-child *,
.money-waterfall .waterfall-end *,
.visual-profit > :not(.profit-hero),
.profit-breakdown .profit-result *,
.price-hero>strong *,
.example-board-result *,
.hero-equation-safe *{
  color:#013D37!important;
}
/* White inset content on a Kinetic visual remains dark for readability. */
.visual-profit .profit-hero>div,
.visual-profit .profit-hero>div *{color:var(--onyx)!important}
.visual-profit .profit-hero span{color:var(--ink-52)!important}

/* Any common Kinetic labels/badges use the Growth Green foreground. */
.safe-state,
.setup-file-status,
.package-cta-featured,
.design-package-cta-featured,
.featured-insight-read,
.quinbis-panel-btn,
.btn-cta,
.qa-product-primary,
.article-product-primary,
.article-next-link{
  border-color:rgba(1,61,55,.32)!important;
  color:#013D37!important;
}

/* Specificity guard: legacy component rules must not put dark type back on Kinetic controls. */
.btn-primary .btn-arrow,
.setup-primary-btn .btn-arrow,
.design-primary-btn .btn-arrow,
.setup-cta-btn .btn-arrow,
.design-cta-btn .btn-arrow,
.site-header.is-scrolled .btn-nav .btn-arrow,
.product-money-safe b,
.monthly-sheet-b,
.motion-play,
.price-builder strong,
.after-cac-list b{
  color:#013D37!important;
}

/* Kinetic card descendants inherit the same Growth Green readable type. */
.profit-math,
.profit-math *{
  color:#013D37!important;
}

/* Quinbis V1.0.9 production-readiness utilities. */
.qb-width-0{width:0%!important}
.qb-width-1{width:1%!important}
.qb-width-2{width:2%!important}
.qb-width-3{width:3%!important}
.qb-width-4{width:4%!important}
.qb-width-5{width:5%!important}
.qb-width-6{width:6%!important}
.qb-width-7{width:7%!important}
.qb-width-8{width:8%!important}
.qb-width-9{width:9%!important}
.qb-width-10{width:10%!important}
.qb-width-11{width:11%!important}
.qb-width-12{width:12%!important}
.qb-width-13{width:13%!important}
.qb-width-14{width:14%!important}
.qb-width-15{width:15%!important}
.qb-width-16{width:16%!important}
.qb-width-17{width:17%!important}
.qb-width-18{width:18%!important}
.qb-width-19{width:19%!important}
.qb-width-20{width:20%!important}
.qb-width-21{width:21%!important}
.qb-width-22{width:22%!important}
.qb-width-23{width:23%!important}
.qb-width-24{width:24%!important}
.qb-width-25{width:25%!important}
.qb-width-26{width:26%!important}
.qb-width-27{width:27%!important}
.qb-width-28{width:28%!important}
.qb-width-29{width:29%!important}
.qb-width-30{width:30%!important}
.qb-width-31{width:31%!important}
.qb-width-32{width:32%!important}
.qb-width-33{width:33%!important}
.qb-width-34{width:34%!important}
.qb-width-35{width:35%!important}
.qb-width-36{width:36%!important}
.qb-width-37{width:37%!important}
.qb-width-38{width:38%!important}
.qb-width-39{width:39%!important}
.qb-width-40{width:40%!important}
.qb-width-41{width:41%!important}
.qb-width-42{width:42%!important}
.qb-width-43{width:43%!important}
.qb-width-44{width:44%!important}
.qb-width-45{width:45%!important}
.qb-width-46{width:46%!important}
.qb-width-47{width:47%!important}
.qb-width-48{width:48%!important}
.qb-width-49{width:49%!important}
.qb-width-50{width:50%!important}
.qb-width-51{width:51%!important}
.qb-width-52{width:52%!important}
.qb-width-53{width:53%!important}
.qb-width-54{width:54%!important}
.qb-width-55{width:55%!important}
.qb-width-56{width:56%!important}
.qb-width-57{width:57%!important}
.qb-width-58{width:58%!important}
.qb-width-59{width:59%!important}
.qb-width-60{width:60%!important}
.qb-width-61{width:61%!important}
.qb-width-62{width:62%!important}
.qb-width-63{width:63%!important}
.qb-width-64{width:64%!important}
.qb-width-65{width:65%!important}
.qb-width-66{width:66%!important}
.qb-width-67{width:67%!important}
.qb-width-68{width:68%!important}
.qb-width-69{width:69%!important}
.qb-width-70{width:70%!important}
.qb-width-71{width:71%!important}
.qb-width-72{width:72%!important}
.qb-width-73{width:73%!important}
.qb-width-74{width:74%!important}
.qb-width-75{width:75%!important}
.qb-width-76{width:76%!important}
.qb-width-77{width:77%!important}
.qb-width-78{width:78%!important}
.qb-width-79{width:79%!important}
.qb-width-80{width:80%!important}
.qb-width-81{width:81%!important}
.qb-width-82{width:82%!important}
.qb-width-83{width:83%!important}
.qb-width-84{width:84%!important}
.qb-width-85{width:85%!important}
.qb-width-86{width:86%!important}
.qb-width-87{width:87%!important}
.qb-width-88{width:88%!important}
.qb-width-89{width:89%!important}
.qb-width-90{width:90%!important}
.qb-width-91{width:91%!important}
.qb-width-92{width:92%!important}
.qb-width-93{width:93%!important}
.qb-width-94{width:94%!important}
.qb-width-95{width:95%!important}
.qb-width-96{width:96%!important}
.qb-width-97{width:97%!important}
.qb-width-98{width:98%!important}
.qb-width-99{width:99%!important}
.qb-width-100{width:100%!important}
.qb-height-36{height:36%!important}
.qb-height-43{height:43%!important}
.qb-height-50{height:50%!important}
.qb-height-57{height:57%!important}
.qb-height-68{height:68%!important}
.qb-height-74{height:74%!important}
.qb-height-82{height:82%!important}
.qb-height-92{height:92%!important}
.qb-chart-38{--h:38%}
.qb-chart-48{--h:48%}
.qb-chart-58{--h:58%}
.qb-chart-66{--h:66%}
.qb-chart-82{--h:82%}
.production-readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
.production-readiness-check{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:10px;align-items:start;padding:14px 15px;border:1px solid var(--foundation-border,#d9e4df);border-radius:14px;background:#fff}
.production-readiness-dot{width:9px;height:9px;margin-top:5px;border-radius:50%;background:#b5c0bc}
.production-readiness-check.is-ready .production-readiness-dot{background:#4e9b3b}
.production-readiness-check.is-warning .production-readiness-dot{background:#b78123}
.production-readiness-check.is-blocked .production-readiness-dot{background:#9b3f3f}
.production-readiness-check strong{display:block;font-size:13px}.production-readiness-check p{margin:3px 0 0;color:#63716c;font-size:12px;line-height:1.45}.production-readiness-check>span:last-child{font-size:11px;font-weight:700;white-space:nowrap}.production-readiness-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
@media(max-width:760px){.production-readiness-grid{grid-template-columns:1fr}.production-readiness-check{grid-template-columns:12px minmax(0,1fr)}.production-readiness-check>span:last-child{grid-column:2;white-space:normal}}

.production-readiness-note{margin:12px 0 0;max-width:980px}
