/* Quinbis Insights V1
   Editorial first: strong hierarchy, quiet cards, useful visuals. */

.insights-page{overflow-x:hidden}
.insights-page .desktop-nav .nav-current::after{right:0}
.insights-page .desktop-nav .nav-current{color:inherit}

.insights-hero{
  padding:176px 0 112px;
  border-bottom:1px solid var(--ink-06);
}
.insights-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);
  gap:90px;
  align-items:end;
}
.insights-hero-copy h1{
  margin:0;
  max-width:880px;
  font-size:clamp(76px,7vw,118px);
  line-height:.91;
  letter-spacing:-.055em;
  font-weight:500;
}
.insights-hero-copy h1 em{
  display:inline-block;
  margin-top:12px;
  color:var(--green);
  font-size:.78em;
  line-height:.96;
}
.insights-hero-side{
  padding-bottom:8px;
}
.insights-hero-side>p{
  margin:0;
  max-width:500px;
  color:var(--ink-72);
  font-size:18px;
  line-height:1.62;
}
.insights-topic-rail{
  margin-top:34px;
  border-top:1px solid var(--ink-10);
}
.insights-topic-rail a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--ink-10);
  font-size:12px;
  font-weight:600;
  color:var(--ink-72);
  transition:padding-left .2s ease,color .2s ease;
}
.insights-topic-rail a::after{content:"↓";color:var(--green)}
.insights-topic-rail a:hover{padding-left:5px;color:var(--green)}

/* Common */
.insight-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.145em;
  text-transform:uppercase;
}
.insight-meta span:last-child{opacity:.48}

/* Featured */
.featured-insight{
  padding-top:98px;
}
.featured-insight-card{
  min-height:600px;
  border-radius:38px;
  background:var(--green);
  color:#fff;
  padding:50px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(440px,.75fr);
  gap:76px;
  align-items:center;
  overflow:hidden;
  position:relative;
}
.featured-insight-card::before{
  content:"";
  position:absolute;
  width:660px;
  height:660px;
  right:-230px;
  top:-260px;
  border:75px solid rgba(119,214,80,.065);
  border-radius:50%;
}
.featured-insight-copy{position:relative;z-index:2}
.featured-insight-copy .insight-meta{color:var(--lime)}
.featured-insight-copy h2{
  margin:28px 0 0;
  max-width:820px;
  font-size:clamp(54px,5vw,80px);
  line-height:.98;
  letter-spacing:-.048em;
  font-weight:600;
}
.featured-insight-copy p{
  margin:28px 0 0;
  max-width:660px;
  color:rgba(255,255,255,.64);
  font-size:16px;
  line-height:1.68;
}
.featured-money-visual{
  position:relative;
  z-index:2;
  border-radius:30px;
  background:#fff;
  color:var(--onyx);
  padding:28px;
  box-shadow:0 34px 70px rgba(0,0,0,.16);
}
.money-visual-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:22px;
  border-bottom:1px solid var(--ink-08);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.money-status{
  padding:8px 10px;
  border-radius:999px;
  background:var(--lime);
  color:#013D37;
  letter-spacing:0;
}
.money-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px 20px;
  align-items:end;
  padding:23px 0;
  border-bottom:1px solid var(--ink-08);
}
.money-row>span{
  font-size:12px;
  font-weight:600;
  color:var(--ink-60);
}
.money-row strong{
  font-size:29px;
  line-height:1;
  letter-spacing:-.04em;
}
.money-row small{
  grid-column:1/-1;
  font-size:10px;
  color:var(--ink-48);
}
.money-row-safe{
  margin:16px -12px -12px;
  padding:20px 12px 18px;
  border-bottom:0;
  border-radius:20px;
  background:#f4f8ee;
}
.money-row-safe strong{color:var(--green)}
.money-row-safe b{
  display:inline-block;
  padding:4px 7px;
  margin-right:4px;
  background:var(--lime);
  color:#013D37;
  border-radius:999px;
  font-size:9px;
}

/* Money grid */
.insight-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.insight-card{
  min-height:520px;
  border:1px solid var(--ink-10);
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.insight-card:hover{
  transform:translateY(-4px);
  border-color:rgba(13,13,13,.16);
  box-shadow:0 22px 48px rgba(13,13,13,.065);
}
.insight-card-art{
  height:210px;
  margin:14px 14px 0;
  border-radius:21px;
  background:#f5f7f3;
  overflow:hidden;
  position:relative;
}
.insight-card-body{
  padding:27px 27px 30px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.insight-card .insight-meta{color:var(--green)}
.insight-card h3{
  margin:24px 0 0;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.036em;
  font-weight:600;
}
.insight-card p{
  margin:16px 0 0;
  font-size:13px;
  line-height:1.65;
  color:var(--ink-60);
}

/* small visual language */
.mini-chart{
  padding:34px 30px 26px;
  display:flex;
  align-items:flex-end;
  gap:11px;
  background:var(--onyx);
}
.mini-chart span{
  flex:1;
  height:var(--h);
  border-radius:8px 8px 2px 2px;
  background:var(--lime);
  opacity:.95;
}
.mini-chart span:nth-child(2n){background:#fff;opacity:.28}

.term-stack{
  display:grid;
  place-content:center;
  gap:10px;
  background:var(--green);
}
.term-stack span{
  min-width:190px;
  padding:11px 16px;
  border-radius:999px;
  background:#fff;
  color:var(--onyx);
  font-size:14px;
  font-weight:700;
  text-align:center;
}
.term-stack span:nth-child(2){
  transform:translateX(28px);
  background:var(--lime);
}
.term-stack span:nth-child(3){transform:translateX(-18px)}

.split-wallet{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--onyx);
}
.split-wallet div{
  display:flex;
  align-items:flex-end;
  padding:22px;
}
.split-wallet div:first-child{background:#efefe9}
.split-wallet div:last-child{background:var(--green);color:#fff}
.split-wallet span{
  font-size:9px;
  letter-spacing:.15em;
  font-weight:800;
}
.money-flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  background:#f5f7f3;
}
.money-flow span{
  padding:11px 14px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
}
.money-flow .flow-in{background:var(--green);color:#fff}
.money-flow .flow-out{background:var(--onyx);color:#fff}
.money-flow i{width:34px;height:1px;background:var(--ink-16)}
.money-flow strong{
  position:absolute;
  right:24px;
  top:20px;
  font-family:var(--serif);
  font-style:italic;
  font-size:70px;
  color:var(--green);
  font-weight:400;
}
.profit-math{
  display:grid;
  grid-template-columns:auto auto auto auto;
  grid-template-rows:auto auto;
  place-content:center;
  gap:4px 8px;
  background:var(--lime);
}
.profit-math span{
  font-size:30px;
  font-weight:700;
  letter-spacing:-.04em;
}
.profit-math i{
  grid-row:2;
  font-size:10px;
  font-style:normal;
  color:var(--ink-60);
}
.profit-math b{
  grid-row:1/3;
  align-self:center;
  font-size:31px;
  color:var(--green);
}
.price-builder{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  align-content:center;
  padding:26px;
  background:var(--green);
}
.price-builder span{
  min-height:70px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.11);
  color:#fff;
  font-size:10px;
  font-weight:700;
}
.price-builder strong{
  grid-column:1/-1;
  min-height:55px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:var(--lime);
  color:#013D37;
  font-size:18px;
}

/* Cluster shared */
.insight-cluster{border-top:1px solid var(--ink-06)}
.insight-cluster-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);
  gap:76px;
  align-items:end;
  margin-bottom:48px;
}
.insight-cluster-head h2{
  margin:18px 0 0;
  max-width:760px;
  font-size:clamp(50px,4.8vw,76px);
  line-height:1;
  letter-spacing:-.043em;
  font-weight:600;
}
.insight-cluster-head h2 em{color:var(--green)}
.insight-cluster-head>p{
  margin:0 0 4px;
  max-width:390px;
  color:var(--ink-60);
  font-size:15px;
  line-height:1.65;
}

/* Setup pair */
.insight-cluster-setup{background:#f7f8f6}
.insight-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.insight-wide-card{
  min-height:530px;
  border-radius:32px;
  background:#fff;
  border:1px solid var(--ink-10);
  padding:31px;
  display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
}
.insight-wide-copy .insight-meta{color:var(--green)}
.insight-wide-copy h3{
  margin:27px 0 0;
  max-width:560px;
  font-size:38px;
  line-height:1.03;
  letter-spacing:-.04em;
  font-weight:600;
}
.insight-wide-copy p{
  margin:18px 0 0;
  max-width:520px;
  color:var(--ink-60);
  font-size:14px;
  line-height:1.64;
}
.structure-choice{
  align-self:end;
  margin-top:44px;
  display:grid;
  grid-template-columns:1fr 44px 1fr;
  gap:12px;
  align-items:center;
}
.structure-choice>div{
  min-height:120px;
  border-radius:22px;
  padding:20px;
  background:#f5f6f2;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.structure-choice div:last-child{background:var(--green);color:#fff}
.structure-choice span{font-size:8px;font-weight:800;letter-spacing:.15em}
.structure-choice strong{font-size:20px;letter-spacing:-.03em}
.structure-choice i{
  font-family:var(--serif);
  font-size:23px;
  color:var(--green);
  text-align:center;
}
.after-cac-list{
  align-self:end;
  margin-top:42px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.after-cac-list span{
  min-height:70px;
  border-radius:18px;
  background:#f5f6f2;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 17px;
  font-size:12px;
  font-weight:600;
}
.after-cac-list b{
  width:23px;
  height:23px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--lime);
  font-size:10px;
}

/* Trust */
.insight-cluster-trust{
  background:var(--onyx);
  color:#fff;
}
.insight-cluster-head-dark .section-kicker{color:var(--lime)}
.insight-cluster-head-dark h2 em{color:var(--lime)}
.insight-cluster-head-dark>p{color:rgba(255,255,255,.56)}
.trust-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.trust-card{
  min-height:600px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:32px;
  overflow:hidden;
  background:#151515;
}
.trust-card-visual{
  height:285px;
  margin:14px;
  border-radius:23px;
  position:relative;
  overflow:hidden;
}
.trust-look-visual{
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
}
.look-pretty{
  position:absolute;
  left:12%;
  top:17%;
  font-family:var(--serif);
  font-style:italic;
  font-size:80px;
  color:rgba(255,255,255,.22);
}
.look-trust{
  position:relative;
  z-index:2;
  font-size:42px;
  font-weight:600;
  letter-spacing:-.04em;
  color:var(--lime);
}
.ad-funnel{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto 1fr auto;
  align-items:center;
  gap:8px;
  padding:30px;
  background:#fff;
  color:var(--onyx);
}
.ad-funnel span,.ad-funnel strong{
  padding:10px 12px;
  border-radius:999px;
  background:#f1f2ee;
  font-size:10px;
  font-weight:700;
  white-space:nowrap;
}
.ad-funnel strong{background:var(--lime)}
.ad-funnel i{height:1px;background:var(--ink-16)}
.trust-card-copy{padding:24px 30px 32px}
.trust-card-copy .insight-meta{color:var(--lime)}
.trust-card-copy h3{
  margin:25px 0 0;
  max-width:590px;
  font-size:38px;
  line-height:1.03;
  letter-spacing:-.04em;
  font-weight:600;
}
.trust-card-copy p{
  margin:18px 0 0;
  max-width:560px;
  color:rgba(255,255,255,.58);
  font-size:14px;
  line-height:1.66;
}

/* Growth */
.insight-cluster-grow{background:#fff}
.growth-insight-card{
  min-height:520px;
  border:1px solid var(--ink-10);
  border-radius:36px;
  padding:48px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);
  gap:72px;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:#f7f8f6;
}
.growth-insight-card::after{
  content:"09";
  position:absolute;
  right:-10px;
  bottom:-90px;
  font-size:290px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.08em;
  color:rgba(13,13,13,.035);
}
.growth-insight-copy{position:relative;z-index:2}
.growth-insight-copy .insight-meta{color:var(--green)}
.growth-insight-copy h2{
  margin:27px 0 0;
  max-width:730px;
  font-size:clamp(48px,4.5vw,72px);
  line-height:.99;
  letter-spacing:-.045em;
  font-weight:600;
}
.growth-insight-copy p{
  margin:24px 0 0;
  max-width:590px;
  font-size:15px;
  line-height:1.66;
  color:var(--ink-60);
}
.growth-readiness{
  position:relative;
  z-index:2;
  border-top:1px solid var(--ink-10);
}
.growth-readiness div{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--ink-10);
}
.growth-readiness span{font-size:14px;font-weight:600}
.growth-readiness b{
  width:30px;height:30px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--lime);
  font-size:9px;
}

/* close */
.insights-close{padding-top:55px}
.insights-close-line{
  min-height:90px;
  border-top:1px solid var(--ink-10);
  border-bottom:1px solid var(--ink-10);
  display:grid;
  grid-template-columns:220px 1fr auto;
  gap:24px;
  align-items:center;
}
.insights-close-line>span{
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  color:var(--green);
}
.insights-close-line p{
  margin:0;
  font-size:16px;
  color:var(--ink-64);
}
.insights-close-line a{font-size:13px;font-weight:700}

/* responsive */
@media(max-width:1180px){
  .insights-hero-grid{grid-template-columns:1fr;gap:42px}
  .insights-hero-side{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
  .insights-hero-side>p{font-size:17px}
  .featured-insight-card{grid-template-columns:1fr 420px;gap:42px}
  .insight-grid{grid-template-columns:1fr 1fr}
  .insight-cluster-head{grid-template-columns:1fr;gap:24px}
}
@media(max-width:900px){
  .featured-insight-card{grid-template-columns:1fr;gap:44px}
  .featured-money-visual{max-width:560px}
  .insight-pair,.trust-grid{grid-template-columns:1fr}
  .growth-insight-card{grid-template-columns:1fr;gap:45px}
  .growth-readiness{max-width:620px}
}
@media(max-width:720px){
  .insights-hero{padding:126px 0 72px}
  .insights-hero-copy h1{font-size:56px;line-height:.96;letter-spacing:-.045em}
  .insights-hero-copy h1 em{margin-top:7px}
  .insights-hero-side{grid-template-columns:1fr;gap:25px}
  .insights-hero-side>p{font-size:16px}
  .featured-insight{padding-top:68px}
  .featured-insight-card{padding:28px 22px;border-radius:28px;min-height:0}
  .featured-insight-copy h2{font-size:43px;line-height:1}
  .featured-insight-copy p{font-size:14px}
  .featured-money-visual{padding:20px;border-radius:23px}
  .money-row strong{font-size:25px}
  .insight-grid{grid-template-columns:1fr;gap:14px}
  .insight-card{min-height:0;border-radius:25px}
  .insight-card-art{height:180px;margin:10px 10px 0;border-radius:18px}
  .insight-card-body{padding:22px}
  .insight-card h3{font-size:25px;margin-top:19px}
  .insight-cluster-head h2{font-size:43px}
  .insight-wide-card{min-height:0;padding:23px;border-radius:26px}
  .insight-wide-copy h3{font-size:31px}
  .structure-choice{grid-template-columns:1fr;gap:8px}
  .structure-choice i{display:none}
  .structure-choice>div{min-height:92px}
  .after-cac-list{grid-template-columns:1fr}
  .trust-card{min-height:0;border-radius:26px}
  .trust-card-visual{height:220px;margin:10px;border-radius:18px}
  .look-pretty{font-size:62px}
  .look-trust{font-size:31px}
  .ad-funnel{grid-template-columns:1fr;gap:8px;justify-items:start;padding:25px}
  .ad-funnel i{display:none}
  .trust-card-copy{padding:21px 23px 26px}
  .trust-card-copy h3{font-size:31px}
  .growth-insight-card{padding:28px 23px;border-radius:28px;min-height:0}
  .growth-insight-copy h2{font-size:42px}
  .growth-insight-card::after{font-size:180px;bottom:-45px}
  .insights-close-line{grid-template-columns:1fr;gap:11px;padding:22px 0}
}
@media(max-width:420px){
  .featured-insight-copy h2{font-size:39px}
  .money-row{grid-template-columns:1fr}
  .money-row strong{font-size:28px}
  .money-row small{grid-column:auto}
  .profit-math span{font-size:25px}
  .insight-wide-copy h3,.trust-card-copy h3{font-size:29px}
  .growth-insight-copy h2{font-size:38px}
}
@media(prefers-reduced-motion:reduce){
  .insight-card,.insights-topic-rail a{transition:none!important}
}


/* Insight 01 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;
}
.featured-insight-read:hover{background:#fff}

/* Remaining Insights release */
.insight-card-read{
  margin-top:auto;
  padding-top:22px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  color:var(--green);
  font-size:11px;
  font-weight:800;
}
.insight-card-read:hover{gap:10px}
.trust-card .insight-card-read{color:var(--lime)}
.growth-insight-copy .insight-card-read{margin-top:24px}

/* ===== Insights V1 refinement ===== */
.insights-hero{padding:140px 0 92px}
.insights-hero-grid{gap:70px}
.insights-hero-copy h1{font-size:clamp(66px,6.2vw,102px);line-height:.95;font-weight:500}
.insights-hero-copy h1 em{font-size:1em;margin-top:0;color:var(--green)}
.insights-topic-rail a:hover{padding-left:0}

.featured-insight{padding-top:82px}
.featured-insight-card{min-height:560px;border-radius:28px;padding:42px;box-shadow:none}
.featured-insight-card::before{display:none}
.featured-money-visual{border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.12)}

/* One card system, many article-specific visuals. */
.insight-card,
.insight-wide-card,
.trust-card,
.growth-insight-card{
  border-radius:24px;
  box-shadow:none;
}
.insight-card{overflow:hidden}
.insight-card-art{border-radius:0}
.insight-card-body{padding:24px}
.insight-card-body h3{min-height:0}
.insight-wide-card{padding:28px}
.trust-card-visual{border-radius:18px}
.growth-insight-card{padding:40px}

.money-flow strong,
.structure-choice i,
.look-pretty{
  font-family:var(--sans);
  font-style:normal;
}
.money-flow strong{font-weight:600;font-size:58px}
.look-pretty{font-size:64px;font-weight:600;letter-spacing:-.05em}
.structure-choice i{font-size:15px;font-weight:700}

.insights-close-line{border-radius:0;border-left:0;border-right:0}

@media(max-width:900px){
  .insights-hero{padding-top:112px}
  .insights-hero-grid{grid-template-columns:1fr;gap:28px;text-align:center}
  .insights-hero-side>p{margin-inline:auto}
  .insights-topic-rail{max-width:620px;margin-inline:auto;text-align:left}
  .featured-insight-card{grid-template-columns:1fr;gap:34px}
  .insight-cluster-head{text-align:center;grid-template-columns:1fr;gap:18px}
  .insight-cluster-head>p{margin-inline:auto}
}

@media(max-width:680px){
  .insights-hero{padding:94px 0 62px}
  .insights-hero-copy h1{font-size:48px;line-height:1}
  .insights-hero-side>p{font-size:15px}
  .featured-insight{padding-top:66px}
  .featured-insight-card{padding:24px;border-radius:22px}
  .featured-insight-copy h2{font-size:39px}
  .featured-money-visual{padding:18px;border-radius:18px}
  .insight-pair,.trust-grid{grid-template-columns:1fr}
  .insight-wide-card,.trust-card,.growth-insight-card{border-radius:22px}
  .insight-wide-card{min-height:0;padding:22px}
  .insight-wide-copy h3,.trust-card-copy h3{font-size:30px}
  .trust-card{min-height:0}
  .trust-card-visual{height:220px;margin:10px}
  .growth-insight-card{grid-template-columns:1fr;gap:30px;padding:24px}
  .insight-cluster-head h2{font-size:38px}
}


/* Quinbis V1.1 — editorial contrast */
.insight-card-meta,.insights-intro p,.insights-filter{color:var(--ink-64)}
