/* =========================================================================
   ICA FRANCHISE COST PAGE  —  franchise-cost.css
   Companion stylesheet. Load AFTER the theme's style.css.
   All rules are scoped under .fc-page so nothing leaks into the theme.
   Palette, gradient and font are taken from scriptcrown/style.css:
     primary #393185 | secondary #616dfd | accent #ffc926 | font Roboto
   ========================================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

.fc-page{
  --fc-primary:#393185;
  --fc-primary-2:#616dfd;
  --fc-accent:#ffc926;
  --fc-ink:#333333;
  --fc-muted:#777777;
  --fc-line:#e7e7f2;
  --fc-panel:#f7f7f7;
  --fc-panel-2:#efeffb;
  --fc-grad:linear-gradient(to right,#616dfd 0%,#393185 51%,#616dfd 100%);
  font-family:"Roboto",sans-serif;
  color:var(--fc-ink);
  line-height:1.5;
  padding-top: 100px;
}
.fc-page *{box-sizing:border-box}
.fc-page .fc-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.fc-page h1,.fc-page h2,.fc-page h3,.fc-page h4{font-family:"Roboto",sans-serif;margin:0}
.fc-page p{margin:0}
.fc-page a{text-decoration:none}

/* section title in the theme's voice */
.fc-page .fc-sec{padding:70px 0}
.fc-page .fc-sec.fc-alt{background:var(--fc-panel)}
.fc-page .fc-sec-head{max-width:760px;margin:0 auto 40px;text-align:center}
.fc-page .fc-sub{
  display:inline-block;color:#a9a3a3;letter-spacing:6px;text-transform:uppercase;
  font-size:13px;font-weight:500;margin-bottom:14px
}
.fc-page .fc-sec-head h2{font-size:38px;font-weight:300;color:var(--fc-ink);line-height:1.2}
.fc-page .fc-sec-head h2 span{font-weight:700;color:var(--fc-primary)}
.fc-page .fc-sec-head p{color:var(--fc-muted);font-size:16px;margin-top:14px}

/* buttons — mirror the theme gradient button */
.fc-page .fc-btn{
  display:inline-flex;align-items:center;gap:9px;
  height:52px;line-height:1;padding:0 28px;border-radius:4px;border:none;cursor:pointer;
  font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;transition:.3s
}
.fc-page .fc-btn-grad{background:var(--fc-grad);background-size:200% auto;color:#fff}
.fc-page .fc-btn-grad:hover{background-position:right center;color:#fff}
.fc-page .fc-btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}
.fc-page .fc-btn-ghost:hover{background:rgba(255,255,255,.12)}
.fc-page .fc-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.4}

/* ============ HERO ============ */
.fc-page .fc-hero{
  background:
    radial-gradient(900px 400px at 82% -10%,rgba(97,109,253,.55),transparent 60%),
    linear-gradient(135deg,#2d2670 0%,#393185 55%,#2a2566 100%);
  color:#eef0ff;padding:66px 0 84px
}
.fc-page .fc-hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center}
.fc-page .fc-hero .fc-sub{color:#c3c8ff}
.fc-page .fc-hero h1{color:#fff;font-size:46px;font-weight:700;line-height:1.15;margin-bottom:16px}
.fc-page .fc-hero h1 .fc-amt{color:var(--fc-accent)}
.fc-page .fc-lede{color:#cdd0f5;font-size:17px;max-width:560px;margin-bottom:26px}
.fc-page .fc-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.fc-page .fc-trust{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:#b7bcf0}
.fc-page .fc-trust b{color:#fff;font-weight:700}

/* ledger card = signature element, in brand palette */
.fc-page .fc-ledger{background:#fff;border-radius:8px;padding:26px 26px 20px;box-shadow:0 30px 60px rgba(20,16,60,.4);position:relative}
.fc-page .fc-ledger::before{content:"";position:absolute;left:22px;top:18px;bottom:18px;width:2px;background:var(--fc-accent);opacity:.7}
.fc-page .fc-ledger-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:2px solid var(--fc-primary);padding-bottom:10px;margin-bottom:4px}
.fc-page .fc-ledger-head b{font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:var(--fc-primary)}
.fc-page .fc-ledger-head span{font-size:11px;color:var(--fc-muted);text-transform:uppercase;letter-spacing:.05em}
.fc-page .fc-ledger-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px dashed var(--fc-line)}
.fc-page .fc-ledger-row .l{color:#4a4a5a;font-size:14px}
.fc-page .fc-ledger-row .v{color:var(--fc-primary);font-weight:700;font-size:14.5px;font-variant-numeric:tabular-nums;letter-spacing:.02em}
.fc-page .fc-ledger-total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:13px 14px;border-radius:5px;background:var(--fc-grad);background-size:200% auto}
.fc-page .fc-ledger-total .l{color:#e7e9ff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.fc-page .fc-ledger-total .v{color:#fff;font-weight:900;font-size:18px;font-variant-numeric:tabular-nums}
.fc-page .fc-ledger-note{font-size:11px;color:#9a9aa8;margin-top:10px;font-style:italic}

/* ============ STAT STRIP ============ */
.fc-page .fc-stats{background:#2a2566}
.fc-page .fc-stats .fc-wrap{display:grid;grid-template-columns:repeat(4,1fr);padding:0}
.fc-page .fc-stat{text-align:center;padding:26px 16px;border-right:1px solid rgba(255,255,255,.1)}
.fc-page .fc-stat:last-child{border-right:none}
.fc-page .fc-stat .n{font-size:26px;font-weight:900;color:var(--fc-accent)}
.fc-page .fc-stat .t{font-size:12.5px;color:#b7bcf0;margin-top:3px}

/* ============ TABLES ============ */
.fc-page .fc-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--fc-line);border-radius:8px;overflow:hidden}
.fc-page .fc-table tr{border-bottom:1px solid var(--fc-line)}
.fc-page .fc-table tr:last-child{border-bottom:none}
.fc-page .fc-table th{text-align:left;background:var(--fc-panel-2);color:var(--fc-primary);font-size:14px;font-weight:700;padding:15px 20px;width:42%;vertical-align:middle}
.fc-page .fc-table td{padding:15px 20px;font-size:15px;color:var(--fc-ink)}
.fc-page .fc-table td b{color:var(--fc-primary)}
.fc-page .fc-table tr:nth-child(even) th{background:#e7e7f6}

/* cost ledger table */
.fc-page .fc-cost{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--fc-line);border-radius:8px;overflow:hidden;font-size:15px}
.fc-page .fc-cost thead th{background:var(--fc-primary);color:#fff;text-align:left;font-size:13.5px;font-weight:700;padding:15px 20px}
.fc-page .fc-cost thead th:last-child,.fc-page .fc-cost td.fc-amt{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.fc-page .fc-cost tbody td{padding:14px 20px;border-bottom:1px dashed var(--fc-line);color:#4a4a5a;vertical-align:top}
.fc-page .fc-cost tbody tr:last-child td{border-bottom:none}
.fc-page .fc-cost td.fc-comp b{display:block;color:var(--fc-primary);font-size:14.5px;margin-bottom:2px}
.fc-page .fc-cost td.fc-comp small{color:var(--fc-muted);font-size:12.5px}
.fc-page .fc-cost td.fc-share{color:var(--fc-primary);font-weight:700}
.fc-page .fc-cost td.fc-amt{color:var(--fc-primary);font-weight:700}
.fc-page .fc-cost tfoot td{background:var(--fc-panel-2);font-weight:900;color:var(--fc-primary);padding:16px 20px;font-size:15px}
.fc-page .fc-cost tfoot td.fc-amt{font-size:16px}

/* ============ SPLIT INCLUDE ============ */
.fc-page .fc-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.fc-page .fc-col{background:#fff;border:1px solid var(--fc-line);border-radius:8px;padding:28px}
.fc-page .fc-col.you{border-top:4px solid var(--fc-muted)}
.fc-page .fc-col.ica{border-top:4px solid var(--fc-primary-2)}
.fc-page .fc-col .fc-tag{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-muted);display:block;margin-bottom:8px}
.fc-page .fc-col h3{font-size:20px;color:var(--fc-primary);margin-bottom:16px}
.fc-page .fc-col ul{list-style:none;margin:0;padding:0}
.fc-page .fc-col li{position:relative;padding:10px 0 10px 30px;font-size:14.5px;color:#4a4a5a;border-bottom:1px solid var(--fc-line)}
.fc-page .fc-col li:last-child{border-bottom:none}
.fc-page .fc-col li::before{content:"";position:absolute;left:2px;top:14px;width:14px;height:14px;border-radius:50%;background:var(--fc-panel-2);border:2px solid var(--fc-primary-2)}

/* ============ PILLARS ============ */
.fc-page .fc-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fc-page .fc-pillar{background:#fff;border:1px solid var(--fc-line);border-radius:8px;padding:24px;transition:.25s}
.fc-page .fc-pillar:hover{border-color:var(--fc-primary-2);box-shadow:0 14px 30px rgba(57,49,133,.12);transform:translateY(-3px)}
.fc-page .fc-ic{width:46px;height:46px;border-radius:8px;background:var(--fc-grad);background-size:200% auto;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.fc-page .fc-ic svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2}
.fc-page .fc-pillar h4{font-size:17px;color:var(--fc-primary);margin-bottom:6px}
.fc-page .fc-pillar p{font-size:13.5px;color:var(--fc-muted)}

/* ============ ROI ============ */
.fc-page .fc-roi{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fc-page .fc-roi-card{background:var(--fc-grad);background-size:200% auto;color:#fff;border-radius:10px;padding:28px;position:relative;overflow:hidden}
.fc-page .fc-roi-card::after{content:"";position:absolute;right:-30px;bottom:-30px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.12)}
.fc-page .fc-roi-card .k{font-size:12.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#dfe2ff;margin-bottom:10px}
.fc-page .fc-roi-card .val{font-size:34px;font-weight:900;color:var(--fc-accent);line-height:1;position:relative;z-index:2}
.fc-page .fc-roi-card .d{font-size:13.5px;color:#e7e9ff;margin-top:10px;position:relative;z-index:2}

/* ============ CHIPS ============ */
.fc-page .fc-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.fc-page .fc-chip{background:#fff;border:1px solid var(--fc-line);border-radius:999px;padding:11px 18px;font-size:14px;color:var(--fc-ink);display:flex;align-items:center;gap:9px}
.fc-page .fc-chip svg{width:15px;height:15px;stroke:var(--fc-primary);fill:none;stroke-width:2.4}

/* ============ STEPS ============ */
.fc-page .fc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.fc-page .fc-step{padding:0 20px;position:relative}
.fc-page .fc-step:not(:last-child)::after{content:"";position:absolute;top:23px;left:64px;width:calc(100% - 46px);height:2px;background:repeating-linear-gradient(90deg,var(--fc-primary-2) 0 6px,transparent 6px 12px)}
.fc-page .fc-num{width:48px;height:48px;border-radius:8px;background:var(--fc-grad);background-size:200% auto;color:#fff;font-size:19px;font-weight:900;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.fc-page .fc-step h4{font-size:16px;color:var(--fc-primary);margin:16px 0 6px}
.fc-page .fc-step p{font-size:13.5px;color:var(--fc-muted)}

/* ============ FAQ ============ */
.fc-page .fc-faq details{background:#fff;border:1px solid var(--fc-line);border-radius:6px;margin-bottom:12px;overflow:hidden}
.fc-page .fc-faq details[open]{border-color:var(--fc-primary-2)}
.fc-page .fc-faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-size:16px;font-weight:700;color:var(--fc-primary);display:flex;justify-content:space-between;align-items:center;gap:16px}
.fc-page .fc-faq summary::-webkit-details-marker{display:none}
.fc-page .fc-plus{flex:0 0 auto;width:22px;height:22px;position:relative}
.fc-page .fc-plus::before,.fc-page .fc-plus::after{content:"";position:absolute;background:var(--fc-primary-2);border-radius:2px}
.fc-page .fc-plus::before{left:0;right:0;top:10px;height:2px}
.fc-page .fc-plus::after{top:0;bottom:0;left:10px;width:2px;transition:.2s}
.fc-page .fc-faq details[open] .fc-plus::after{transform:scaleY(0)}
.fc-page .fc-faq .fc-ans{padding:0 22px 20px;color:var(--fc-muted);font-size:14.5px}

/* ============ CTA ============ */
.fc-page .fc-cta{background:var(--fc-grad);background-size:200% auto;color:#fff;border-radius:12px;padding:46px 44px;display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center}
.fc-page .fc-cta h2{color:#fff;font-size:28px;font-weight:700;margin-bottom:10px}
.fc-page .fc-cta p{color:#e7e9ff;font-size:15.5px}
.fc-page .fc-cta-actions{display:flex;flex-direction:column;gap:12px}
.fc-page .fc-cta-actions .fc-btn{justify-content:center;width:100%}
.fc-page .fc-cta-actions .fc-btn-grad{background:#fff;color:var(--fc-primary)}
.fc-page .fc-cta-actions .fc-btn-grad:hover{background:var(--fc-accent);color:var(--fc-primary)}
.fc-page .fc-cta-mail{font-size:13.5px;color:#dfe2ff;text-align:center}
.fc-page .fc-cta-mail a{color:#fff;font-weight:700}

/* ============ DISCLAIMER ============ */
.fc-page .fc-note{background:var(--fc-panel);border-left:3px solid var(--fc-accent);border-radius:0 6px 6px 0;padding:16px 20px;font-size:12.5px;color:var(--fc-muted);margin-top:22px}
.fc-page .fc-note b{color:var(--fc-ink)}

/* ============ RESPONSIVE ============ */
@media(max-width:880px){
  .fc-page .fc-hero-grid,.fc-page .fc-split,.fc-page .fc-cta{grid-template-columns:1fr}
  .fc-page .fc-grid3,.fc-page .fc-roi{grid-template-columns:1fr 1fr}
  .fc-page .fc-stats .fc-wrap{grid-template-columns:1fr 1fr}
  .fc-page .fc-stat:nth-child(2){border-right:none}
  .fc-page .fc-hero h1{font-size:34px}
  .fc-page .fc-sec-head h2{font-size:30px}
  .fc-page .fc-steps{grid-template-columns:1fr 1fr;gap:28px 0}
  .fc-page .fc-step::after{display:none}
}
@media(max-width:560px){
  .fc-page .fc-grid3,.fc-page .fc-roi,.fc-page .fc-stats .fc-wrap,.fc-page .fc-steps{grid-template-columns:1fr}
  .fc-page .fc-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .fc-page .fc-cta{padding:32px 22px}
}
@media(prefers-reduced-motion:reduce){.fc-page *{transition:none!important}}
