<!-- File: /assets/css/startup-offer.css -->
/* Minimal, namespaced styles for the Startup Offer page. Safe to append to your global CSS if you prefer a single request. */

/* HERO */
.startoffer-hero{background:linear-gradient(180deg,#f7f9ff, #ffffff);border-bottom:1px solid #e6e9f5;padding:56px 0 64px}
.startoffer-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid #e6e9f5;background:#fff;font-weight:700;color:#0e1426}
.startoffer-badge svg{width:18px;height:18px}
.startoffer-sub{max-width:68ch;margin:10px 0 16px}

/* STRIP */
.startoffer-strip{background:#fff;border-block:1px solid #e6e9f5}
.startoffer-strip__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}
.startoffer-pill{display:inline-flex;align-items:center;gap:10px;border:1px solid #e6e9f5;border-radius:999px;padding:6px 12px;background:#fff}
.startoffer-pill .save{display:inline-flex;align-items:center;gap:6px;background:#3452ff;color:#fff;padding:4px 10px;border-radius:999px;font-weight:800}

/* CARDS */
.so-grid{display:grid;gap:14px;margin-top:14px}
.so-grid--cards{grid-template-columns:1fr}
@media(min-width:720px){.so-grid--cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.so-grid--cards{grid-template-columns:repeat(3,1fr)}}
.so-card{background:#fff;border:1px solid #e6e9f5;border-radius:14px;padding:18px;box-shadow:0 2px 8px rgba(14,20,38,.04)}
.so-card h3{margin:4px 0 6px;font-size:1.06rem}
.so-card p{margin:0;color:#5f6b85}
.so-card--timeline{margin-top:18px}

/* TIMELINE */
.so-timeline{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:16px}
.so-step{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start}
.so-step .dot{width:14px;height:14px;border-radius:50%;background:#3452ff;margin-top:6px;box-shadow:0 0 0 4px rgba(52,82,255,.12)}
.so-step strong{font-weight:800}

/* COMPARISON */
.so-compare{display:grid;gap:14px;margin-top:12px}
@media(min-width:900px){.so-compare{grid-template-columns:1fr 1fr}}
.so-compare .col{background:#fff;border:1px solid #e6e9f5;border-radius:14px;padding:18px}
.so-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.so-list li{display:flex;gap:10px;align-items:flex-start}
.so-list .ok{flex:0 0 22px;display:grid;place-items:center;border-radius:6px;background:#ecfdf5;border:1px solid #d3f7ea;color:#0b825d;font-weight:900}
.so-list .no{flex:0 0 22px;display:grid;place-items:center;border-radius:6px;background:#fff5f5;border:1px solid #ffe0e0;color:#c01a1a;font-weight:900}

/* PRICING */
.so-pricing{display:grid;gap:14px}
@media(min-width:840px){.so-pricing{grid-template-columns: 1.2fr .8fr}}
.price-card{background:#0e1731;color:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px rgba(10,15,31,.15)}
.price-card h3{margin:6px 0 10px}
.ribbon{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#3452ff,#7f91ff);color:#fff;padding:6px 10px;border-radius:999px;font-weight:700}
.checklist{list-style:none;padding:0;margin:12px 0;display:grid;gap:6px}
.checklist li{position:relative;padding-left:28px}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;line-height:1;background:#ecfdf5;border:1px solid #d3f7ea;border-radius:6px;width:20px;height:20px;display:grid;place-items:center;font-weight:800;color:#0b825d;font-size:.8rem}
.upsell{background:#fff;border:1px dashed #e6e9f5;border-radius:14px;padding:18px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;border:1px solid #e6e9f5;background:#fff;font-weight:700}

/* CTA BAND */
.cta-band{background:linear-gradient(180deg,#eef2ff,#fff);border-top:1px solid #e6e9f5;padding:24px 0}
.cta-band__inner{display:grid;gap:14px}
@media(min-width:900px){.cta-band__inner{grid-template-columns:1.2fr .8fr;align-items:center}}

/* Small helpers */
.muted{color:#5f6b85}
