/* Quinbis Insight 01 V1
   Long-form editorial design with practical financial visuals. */

.insight-article-page{overflow-x:hidden}
.insight-article-page .desktop-nav .nav-current::after{right:0}

.reading-progress{
  position:fixed;
  left:0;
  right:0;
  top:0;
  height:3px;
  z-index:300;
  pointer-events:none;
}
.reading-progress span{
  display:block;
  width:0;
  height:100%;
  background:var(--lime);
  transform-origin:left center;
}

.article-hero{
  padding:148px 0 84px;
  border-bottom:1px solid var(--ink-06);
}
.article-back{
  display:inline-flex;
  margin-bottom:54px;
  color:var(--ink-52);
  font-size:12px;
  font-weight:700;
}
.article-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.14fr) minmax(410px,.66fr);
  gap:78px;
  align-items:end;
}
.article-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:11px;
  color:var(--green);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.article-meta span+span::before{
  content:"";
  width:4px;
  height:4px;
  display:inline-block;
  margin:0 11px 2px 0;
  border-radius:50%;
  background:var(--lime);
}
.article-title-wrap h1{
  margin:26px 0 0;
  max-width:930px;
  font-size:clamp(58px,5.7vw,92px);
  line-height:.97;
  letter-spacing:-.052em;
  font-weight:600;
}
.article-deck{
  margin:31px 0 0;
  max-width:750px;
  color:var(--ink-64);
  font-size:20px;
  line-height:1.58;
}
.article-hero-card{
  min-height:470px;
  padding:30px;
  border-radius:34px;
  background:var(--green);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
}
.article-hero-card::before{
  content:"";
  position:absolute;
  width:340px;height:340px;
  border:50px solid rgba(119,214,80,.08);
  border-radius:50%;
  right:-170px;top:-135px;
}
.hero-card-kicker{
  position:relative;
  z-index:2;
  color:var(--lime);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.hero-equation{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 22px 1fr 22px 1fr;
  gap:10px;
  align-items:center;
}
.hero-equation>div{
  min-width:0;
}
.hero-equation span{
  display:block;
  margin-bottom:9px;
  color:rgba(255,255,255,.55);
  font-size:9px;
  font-weight:700;
}
.hero-equation strong{
  display:block;
  font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
}
.hero-equation>b{
  color:var(--lime);
  font-size:20px;
  text-align:center;
}
.hero-equation-safe{
  padding:16px 13px;
  border-radius:17px;
  background:var(--lime);
  color:#013D37;
}
.hero-equation-safe span{color:rgba(13,13,13,.55)}
.article-hero-card>p{
  position:relative;
  z-index:2;
  margin:0;
  max-width:360px;
  color:rgba(255,255,255,.64);
  font-size:13px;
  line-height:1.6;
}

/* Reading frame */
.article-opening{padding:92px 0 40px}
.article-reading-grid{
  display:grid;
  grid-template-columns:220px minmax(0,760px);
  gap:86px;
  justify-content:center;
  align-items:start;
}
.article-rail{
  min-height:100%;
}
.article-rail-inner{
  position:sticky;
  top:120px;
  padding-top:7px;
}
.article-rail-inner>span{
  display:block;
  margin-bottom:15px;
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.article-rail-inner a{
  display:block;
  padding:10px 0;
  border-top:1px solid var(--ink-08);
  color:var(--ink-48);
  font-size:11px;
  line-height:1.35;
}
.article-rail-inner a:last-child{border-bottom:1px solid var(--ink-08)}
.article-rail-inner a:hover{color:var(--green)}

.article-body{
  max-width:760px;
}
.article-body p{
  margin:0 0 24px;
  font-size:18px;
  line-height:1.74;
  color:var(--ink-72);
}
.article-body .article-lead{
  margin-bottom:27px;
  color:var(--onyx);
  font-size:26px;
  line-height:1.48;
  letter-spacing:-.018em;
}
.article-emphasis{
  padding-top:19px;
  margin-top:42px!important;
  border-top:1px solid var(--ink-10);
  color:var(--onyx)!important;
  font-size:27px!important;
  line-height:1.35!important;
  letter-spacing:-.025em;
  font-weight:600;
}
.article-emphasis-green{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0;
  color:var(--green)!important;
}

/* Example */
.article-example{
  padding:92px 0 104px;
}
.article-section-heading>span,
.article-side-title>span,
.shortfall-copy>span,
.calculator-copy>span,
.article-product-copy>span,
.article-next-head>span{
  display:block;
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.article-section-heading h2{
  margin:18px 0 0;
  max-width:850px;
  font-size:clamp(48px,4.7vw,72px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:600;
}
.article-section-heading-narrow h2{max-width:680px}

.example-board{
  margin-top:55px;
  min-height:500px;
  padding:20px;
  border-radius:36px;
  background:#f5f7f2;
  display:grid;
  grid-template-columns:.78fr 1.25fr .8fr;
  gap:16px;
}
.example-board>div{
  border-radius:27px;
  padding:28px;
}
.example-board-cash{
  background:#fff;
  border:1px solid var(--ink-08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.example-board-cash>span,
.example-board-result>span,
.example-board-label>span{
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.example-board-cash strong{
  display:block;
  margin-top:19px;
  font-size:46px;
  line-height:1;
  letter-spacing:-.05em;
}
.example-board-cash small{
  display:block;
  margin-top:12px;
  color:var(--ink-48);
  font-size:10px;
}
.example-board-commitments{
  background:var(--onyx);
  color:#fff;
}
.example-board-label{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  padding-bottom:25px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.example-board-label>span{color:rgba(255,255,255,.48)}
.example-board-label>strong{
  font-size:35px;
  letter-spacing:-.045em;
}
.example-board-commitments ul{
  list-style:none;
  margin:12px 0 0;
  padding:0;
}
.example-board-commitments li{
  min-height:73px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.68);
  font-size:13px;
}
.example-board-commitments li strong{
  color:#fff;
  font-size:16px;
}
.example-board-result{
  background:var(--lime);
  color:#013D37;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.example-board-result>strong{
  display:block;
  margin-top:19px;
  color:var(--green);
  font-size:50px;
  line-height:1;
  letter-spacing:-.055em;
}
.example-board-result small{
  margin-top:14px;
  font-size:10px;
  color:rgba(13,13,13,.58);
}
.example-board-result small b{
  display:inline-flex;
  margin-right:4px;
  padding:4px 7px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
}
.example-caption{
  margin:24px 0 0 auto;
  max-width:760px;
  color:var(--ink-56);
  font-size:13px;
  line-height:1.68;
}

/* Three numbers */
.article-three{
  background:#f7f8f6;
  border-top:1px solid var(--ink-06);
  border-bottom:1px solid var(--ink-06);
}
.three-number-grid{
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.number-card{
  min-height:390px;
  padding:29px;
  border:1px solid var(--ink-10);
  border-radius:29px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.number-card>span{
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.number-card h3{
  margin:52px 0 0;
  font-size:33px;
  letter-spacing:-.04em;
  font-weight:600;
}
.number-card strong{
  display:block;
  margin-top:15px;
  max-width:310px;
  font-size:18px;
  line-height:1.4;
  font-weight:600;
}
.number-card p{
  margin:auto 0 0;
  color:var(--ink-56);
  font-size:13px;
  line-height:1.62;
}
.number-card-safe{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}
.number-card-safe>span{color:var(--lime)}
.number-card-safe p{color:rgba(255,255,255,.58)}

/* Statement */
.article-statement{padding:110px 0}
.statement-frame{
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}
.statement-frame>span{
  display:block;
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.statement-frame p,
.statement-frame strong{
  display:block;
  margin:20px auto 0;
  font-size:clamp(40px,4.5vw,68px);
  line-height:1.05;
  letter-spacing:-.044em;
}
.statement-frame p{
  max-width:830px;
  color:var(--ink-32);
  font-weight:500;
}
.statement-frame strong{
  max-width:980px;
  color:var(--green);
  font-weight:600;
}

/* Commitments */
.article-commitments{border-top:1px solid var(--ink-06)}
.article-side-title{
  padding-top:7px;
}
.article-side-title h2{
  margin:18px 0 0;
  font-size:39px;
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:600;
}
.article-body-wide{max-width:760px}
.commitment-list{
  margin:42px 0;
  border-top:1px solid var(--ink-10);
}
.commitment-list div{
  min-height:69px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--ink-10);
  font-size:14px;
  font-weight:600;
}
.commitment-list b{
  min-width:42px;
  padding:7px 9px;
  border-radius:999px;
  background:var(--lime);
  color:#013D37;
  text-align:center;
  font-size:9px;
  letter-spacing:.08em;
}
.commitment-list b.no{
  background:#ededeb;
  color:var(--ink-48);
}
.article-note{
  margin-top:45px;
  padding:26px 28px;
  border-radius:23px;
  background:#f5f7f2;
  border-left:4px solid var(--lime);
}
.article-note span{
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.article-note p{
  margin:10px 0 0;
  color:var(--onyx);
  font-size:15px;
  line-height:1.6;
}

/* Shortfall */
.article-shortfall{
  background:var(--onyx);
  color:#fff;
}
.shortfall-grid{
  display:grid;
  grid-template-columns:1fr 430px;
  gap:85px;
  align-items:center;
}
.shortfall-copy>span{color:var(--lime)}
.shortfall-copy h2{
  margin:19px 0 0;
  font-size:clamp(51px,4.8vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:600;
}
.shortfall-copy p{
  margin:25px 0 0;
  max-width:620px;
  color:rgba(255,255,255,.58);
  font-size:16px;
  line-height:1.68;
}
.shortfall-card{
  padding:26px;
  border-radius:29px;
  background:#fff;
  color:var(--onyx);
}
.shortfall-card>div{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--ink-08);
}
.shortfall-card span{font-size:12px;color:var(--ink-56)}
.shortfall-card strong{font-size:25px;letter-spacing:-.035em}
.shortfall-card .shortfall-card-result{
  margin:13px -10px 0;
  padding:0 10px;
  border:0;
  border-radius:17px;
  background:#f5f7f2;
}
.shortfall-card-result strong{color:var(--green)}
.shortfall-card>p{
  margin:16px 0 0;
  color:var(--ink-48);
  font-size:11px;
}
.shortfall-card>p b{color:var(--onyx)}

/* Calculator */
.article-calculator{background:#f7f8f6}
.calculator-frame{
  border-radius:36px;
  background:var(--green);
  color:#fff;
  padding:50px;
  display:grid;
  grid-template-columns:1fr 470px;
  gap:80px;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.calculator-frame::before{
  content:"";
  position:absolute;
  width:500px;height:500px;
  border-radius:50%;
  border:62px solid rgba(119,214,80,.06);
  left:-220px;bottom:-320px;
}
.calculator-copy{position:relative;z-index:2}
.calculator-copy>span{color:var(--lime)}
.calculator-copy h2{
  margin:18px 0 0;
  font-size:clamp(49px,4.5vw,70px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:600;
}
.calculator-copy p{
  margin:22px 0 0;
  max-width:540px;
  color:rgba(255,255,255,.62);
  font-size:15px;
  line-height:1.65;
}
.calculator-card{
  position:relative;
  z-index:2;
  padding:26px;
  border-radius:28px;
  background:#fff;
  color:var(--onyx);
}
.calculator-card label{
  display:block;
  margin-bottom:19px;
}
.calculator-card label>span{
  display:block;
  margin-bottom:8px;
  color:var(--ink-52);
  font-size:10px;
  font-weight:700;
}
.money-input{
  min-height:54px;
  border:1px solid var(--ink-12);
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 15px;
}
.money-input b{font-size:16px;color:var(--green)}
.money-input input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--onyx);
  font:600 18px/1 Aileron,Arial,sans-serif;
}
.calculator-result{
  margin-top:25px;
  padding:20px;
  border-radius:20px;
  background:#f5f7f2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.calculator-result span{
  display:block;
  color:var(--ink-52);
  font-size:10px;
}
.calculator-result strong{
  display:block;
  margin-top:7px;
  color:var(--green);
  font-size:31px;
  line-height:1;
  letter-spacing:-.045em;
}
.calculator-result .calculator-status{
  padding:9px 12px;
  border-radius:999px;
  background:var(--lime);
  color:#013D37;
  font-size:9px;
  font-weight:800;
}
.calculator-result .calculator-status.is-short{
  background:#f1d9d4;
  color:#6b2118;
}
.calculator-card>p{
  margin:13px 2px 0;
  color:var(--ink-44);
  font-size:10px;
  line-height:1.5;
}

/* Habit */
.article-habit{border-bottom:1px solid var(--ink-06)}
.habit-steps{
  border-top:1px solid var(--ink-10);
  margin-bottom:44px;
}
.habit-steps>div{
  min-height:92px;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:22px;
  align-items:center;
  border-bottom:1px solid var(--ink-10);
}
.habit-steps span{
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.habit-steps p{
  margin:0;
  color:var(--onyx);
  font-size:24px;
  line-height:1.35;
  letter-spacing:-.025em;
}
.habit-close{
  margin-top:40px!important;
  color:var(--green)!important;
  font-size:25px!important;
  line-height:1.4!important;
  font-weight:600;
}
.article-truth{
  margin-top:36px;
  padding-top:23px;
  border-top:1px solid var(--ink-10);
}
.article-truth p{
  margin:0;
  color:var(--ink-50);
  font-size:13px;
  line-height:1.65;
}

/* Product bridge */
.article-product{padding:90px 0 46px}
.article-product-frame{
  position:relative;
  min-height:410px;
  padding:50px;
  border-radius:36px;
  background:var(--green);
  color:#fff;
  display:grid;
  grid-template-columns:1.15fr .55fr;
  gap:60px;
  align-items:center;
  overflow:hidden;
}
.article-product-copy,
.article-product-actions{position:relative;z-index:2}
.article-product-copy>span{color:var(--lime)}
.article-product-copy h2{
  margin:18px 0 0;
  max-width:760px;
  font-size:clamp(50px,4.7vw,74px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:600;
}
.article-product-copy p{
  margin:24px 0 0;
  max-width:550px;
  color:rgba(255,255,255,.62);
  font-size:15px;
  line-height:1.65;
}
.article-product-actions{
  justify-self:end;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:17px;
}
.article-product-primary{
  min-height:54px;
  padding:0 20px;
  background:var(--lime);
  color:#013D37;
}
.article-product-actions>a:not(.btn){
  margin-left:9px;
  font-size:12px;
  font-weight:700;
}
.article-product-mark{
  position:absolute;
  width:560px;
  right:-150px;
  top:-120px;
  opacity:.075;
  transform:rotate(-5deg);
  pointer-events:none;
}

/* Next */
.article-next{padding-top:66px}
.article-next-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.article-next-head h2{
  margin:15px 0 0;
  max-width:660px;
  font-size:47px;
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:600;
}
.article-next-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.article-next-card{
  min-height:300px;
  padding:26px;
  border-radius:27px;
  border:1px solid var(--ink-10);
  display:flex;
  flex-direction:column;
  transition:transform .22s ease,background .22s ease,color .22s ease;
}
.article-next-card:hover{
  transform:translateY(-4px);
  background:var(--onyx);
  color:#fff;
}
.article-next-card>span{
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.article-next-card:hover>span{color:var(--lime)}
.article-next-card h3{
  margin:45px 0 0;
  max-width:350px;
  font-size:27px;
  line-height:1.06;
  letter-spacing:-.035em;
  font-weight:600;
}
.article-next-card b{
  margin-top:auto;
  font-size:11px;
}

/* Insights index CTA added by article release */
.featured-insight-read{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:30px;
  min-height:46px;
  padding:0 17px;
  border-radius:999px;
  background:var(--lime);
  color:#013D37;
  font-size:12px;
  font-weight:800;
}

/* Responsive */
@media(max-width:1120px){
  .article-hero-grid{grid-template-columns:1fr;gap:45px}
  .article-hero-card{min-height:330px}
  .article-reading-grid{grid-template-columns:190px minmax(0,720px);gap:55px}
  .example-board{grid-template-columns:1fr 1fr}
  .example-board-result{grid-column:1/-1;min-height:200px}
  .shortfall-grid{grid-template-columns:1fr 390px;gap:50px}
  .calculator-frame{grid-template-columns:1fr 410px;gap:50px}
}
@media(max-width:880px){
  .article-reading-grid{grid-template-columns:1fr}
  .article-rail{display:none}
  .example-board{grid-template-columns:1fr}
  .example-board-result{grid-column:auto}
  .three-number-grid{grid-template-columns:1fr}
  .number-card{min-height:300px}
  .shortfall-grid{grid-template-columns:1fr;gap:44px}
  .shortfall-card{max-width:520px}
  .calculator-frame{grid-template-columns:1fr;gap:42px}
  .calculator-card{max-width:560px}
  .article-product-frame{grid-template-columns:1fr}
  .article-product-actions{justify-self:start}
}
@media(max-width:680px){
  .article-hero{padding:112px 0 60px}
  .article-back{margin-bottom:35px}
  .article-meta{gap:8px;font-size:8px}
  .article-meta span+span::before{margin-right:8px}
  .article-title-wrap h1{font-size:46px;line-height:1;letter-spacing:-.045em}
  .article-deck{font-size:17px;margin-top:24px}
  .article-hero-card{min-height:0;padding:23px;border-radius:26px}
  .hero-equation{grid-template-columns:1fr;gap:7px;margin:34px 0}
  .hero-equation>b{transform:rotate(90deg);font-size:15px}
  .hero-equation>div{padding:14px;border-radius:15px;background:rgba(255,255,255,.06)}
  .hero-equation-safe{background:var(--lime)!important}
  .article-opening{padding:64px 0 20px}
  .article-body p{font-size:16px;line-height:1.7}
  .article-body .article-lead{font-size:22px}
  .article-emphasis{font-size:23px!important}
  .article-example{padding:68px 0 72px}
  .article-section-heading h2{font-size:42px}
  .example-board{margin-top:38px;padding:10px;border-radius:27px;gap:10px}
  .example-board>div{padding:23px;border-radius:21px}
  .example-board-cash strong,.example-board-result>strong{font-size:39px}
  .example-board-label{align-items:start;flex-direction:column}
  .example-caption{font-size:12px}
  .number-card{padding:23px;border-radius:24px}
  .number-card h3{margin-top:37px;font-size:29px}
  .article-statement{padding:78px 0}
  .statement-frame p,.statement-frame strong{font-size:37px}
  .article-side-title h2{font-size:34px}
  .commitment-list div{font-size:13px}
  .article-note{padding:22px}
  .shortfall-copy h2{font-size:44px}
  .shortfall-card{padding:22px;border-radius:24px}
  .calculator-frame{padding:28px 21px;border-radius:28px}
  .calculator-copy h2{font-size:43px}
  .calculator-card{padding:20px;border-radius:23px}
  .calculator-result{align-items:flex-start;flex-direction:column}
  .habit-steps p{font-size:20px}
  .article-product-frame{min-height:0;padding:34px 23px;border-radius:28px}
  .article-product-copy h2{font-size:43px}
  .article-product-mark{width:400px;right:-170px;top:-60px}
  .article-next-head h2{font-size:39px}
  .article-next-grid{grid-template-columns:1fr}
  .article-next-card{min-height:235px}
}
@media(max-width:390px){
  .article-title-wrap h1{font-size:42px}
  .article-section-heading h2{font-size:39px}
  .statement-frame p,.statement-frame strong{font-size:34px}
  .shortfall-copy h2,.calculator-copy h2,.article-product-copy h2{font-size:40px}
}
@media(prefers-reduced-motion:reduce){
  .article-next-card{transition:none!important}
}

/* ===== Insight 01 article refinement ===== */
.article-hero{padding:132px 0 72px}
.article-hero-grid{gap:64px}
.article-title-wrap h1{font-size:clamp(54px,5.1vw,80px);line-height:1}
.article-deck{font-size:18px}
.article-hero-card{min-height:410px;border-radius:24px}
.article-hero-card::before{display:none}
.article-opening{padding:78px 0 34px}
.article-reading-grid{grid-template-columns:190px minmax(0,720px);gap:72px}
.article-body{max-width:720px}
.article-body p{font-size:18px;line-height:1.76}

@media(max-width:900px){
  .article-hero{padding-top:112px}
  .article-hero-grid{grid-template-columns:1fr;gap:32px}
  .article-hero-card{min-height:340px}
  .article-reading-grid{grid-template-columns:1fr;gap:24px}
  .article-rail{display:none}
}
@media(max-width:680px){
  .article-hero{padding:94px 0 54px}
  .article-back{margin-bottom:30px}
  .article-title-wrap h1{font-size:43px}
  .article-deck{font-size:16px}
  .article-hero-card{min-height:310px;border-radius:20px;padding:22px}
  .article-opening{padding-top:58px}
  .article-body .article-lead{font-size:23px}
  .article-body p{font-size:17px}
}

/* Quinbis V1.1 — readable secondary copy */
.qa-meta,.qa-caption,.qa-figure-note{color:var(--ink-64)}
