section{padding:6rem 5vw;}
.section-inner{max-width:1200px;margin:0 auto;}
.eyebrow{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.75rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;}
.eyebrow::before{content:'';display:block;width:16px;height:2px;background:var(--orange);flex-shrink:0;}
.section-heading{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);letter-spacing:-0.025em;line-height:1.12;color:var(--navy);margin-bottom:1.25rem;}
.section-heading .orange{color:var(--orange);}
.section-heading.light{color:white;}
.section-intro{font-size:1.05rem;color:var(--slate);max-width:600px;line-height:1.75;}
.btn-orange{background:var(--orange);color:white;padding:0.85rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:background 0.15s;}
.btn-orange:hover{background:var(--orange-warm);color:white;}
.btn-ghost{border:1px solid rgba(255,255,255,0.25);color:rgba(255,255,255,0.85);padding:0.83rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:all 0.15s;}
.btn-ghost:hover{border-color:rgba(255,255,255,0.6);color:white;}
.btn-white{background:white;color:var(--navy);padding:0.83rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:all 0.15s;}
.btn-white:hover{background:var(--orange-pale);}
.btn-outline{border:1.5px solid var(--navy);color:var(--navy);padding:0.83rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:all 0.15s;}
.btn-outline:hover{background:var(--navy);color:white;}
.page-hero{background:var(--navy);padding:5.5rem 5vw 5rem;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:0;right:0;width:35%;height:100%;background:var(--navy-deep);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0;}
.page-hero::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--orange);z-index:2;}
.page-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;}
.breadcrumb{font-size:0.775rem;color:rgba(255,255,255,0.35);margin-bottom:1.25rem;display:flex;align-items:center;gap:0.5rem;}
.breadcrumb a{color:rgba(255,255,255,0.35);text-decoration:none;}
.breadcrumb .sep{color:rgba(255,255,255,0.2);}
.breadcrumb .current{color:var(--orange);}
.page-hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.5rem);color:white;letter-spacing:-0.03em;line-height:1.1;margin-bottom:1.25rem;}
.page-hero h1 .orange{color:var(--orange);}
.page-hero p{font-size:1.05rem;color:rgba(255,255,255,0.6);max-width:600px;line-height:1.75;margin-bottom:2rem;}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;}
.hero-stat-row{display:flex;gap:2.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,0.1);flex-wrap:wrap;}
.h-stat-num{font-family:var(--font-body);font-weight:700;font-size:1.8rem;color:white;letter-spacing:-0.03em;line-height:1;margin-bottom:0.2rem;}
.h-stat-num .orange{color:var(--orange);}
.h-stat-label{font-size:0.78rem;color:rgba(255,255,255,0.4);}
/* CEILING SECTION */
.ceiling-section{background:var(--offwhite);}
.ceiling-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem;}
.ceiling-pain{display:flex;flex-direction:column;gap:1rem;}
.pain-item{background:white;border:1px solid var(--border-light);border-radius:10px;padding:1.25rem 1.5rem;border-left:3px solid var(--border);transition:border-left-color 0.2s;}
.pain-item:hover{border-left-color:var(--orange);}
.pain-item h4{font-weight:600;font-size:0.9rem;color:var(--navy);margin-bottom:0.3rem;}
.pain-item p{font-size:0.83rem;color:var(--slate);line-height:1.6;}
.ceiling-callout{background:var(--navy);border-radius:12px;padding:2.5rem;}
.callout-tag{font-size:0.7rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;}
.ceiling-callout h3{font-family:var(--font-display);font-size:1.6rem;color:white;margin-bottom:1rem;letter-spacing:-0.025em;line-height:1.2;}
.ceiling-callout p{font-size:0.9rem;color:rgba(255,255,255,0.6);line-height:1.7;margin-bottom:1.5rem;}
.build-vs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,0.08);border-radius:8px;overflow:hidden;margin-top:1rem;}
.bv-col{padding:1.25rem;}
.bv-label{font-size:0.7rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.75rem;}
.bv-col.build .bv-label{color:rgba(255,255,255,0.3);}
.bv-col.partner .bv-label{color:var(--orange);}
.bv-item{font-size:0.8rem;color:rgba(255,255,255,0.5);display:flex;gap:0.5rem;margin-bottom:0.5rem;}
.bv-col.partner .bv-item{color:rgba(255,255,255,0.75);}
.bv-item::before{content:'✕';color:rgba(255,255,255,0.2);flex-shrink:0;}
.bv-col.partner .bv-item::before{content:'✓';color:var(--orange);}
/* HOW WE HELP */
.how-section{background:white;}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;}
.help-card{background:var(--offwhite);border:1px solid var(--border-light);border-radius:10px;padding:1.75rem;transition:border-color 0.2s,transform 0.15s;}
.help-num{font-family:var(--font-body);font-weight:700;font-size:2rem;color:var(--navy-light);letter-spacing:-0.05em;line-height:1;margin-bottom:0.75rem;}
.help-card h4{font-weight:600;font-size:0.95rem;color:var(--navy);margin-bottom:0.5rem;}
.help-card p{font-size:0.85rem;color:var(--slate);line-height:1.65;}
/* TECHNICAL SECTION */
.technical-section{background:var(--navy);}
.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem;}
.tech-list{display:flex;flex-direction:column;gap:1rem;}
.tech-item{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:1.25rem;display:flex;gap:1rem;}
.tech-icon{width:36px;height:36px;background:rgba(232,82,26,0.15);border:1px solid rgba(232,82,26,0.25);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0;}
.tech-item h4{font-weight:600;font-size:0.875rem;color:white;margin-bottom:0.25rem;}
.tech-item p{font-size:0.82rem;color:rgba(255,255,255,0.5);line-height:1.55;}
.tech-aside{display:flex;flex-direction:column;gap:1.25rem;}
.tech-aside-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:1.75rem;}
.tac-label{font-size:0.7rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;}
.tac-list{display:flex;flex-direction:column;gap:0.6rem;}
.tac-item{font-size:0.85rem;color:rgba(255,255,255,0.7);display:flex;gap:0.6rem;align-items:flex-start;}
.tac-dot{width:4px;height:4px;background:var(--orange);border-radius:50%;flex-shrink:0;margin-top:0.6rem;}
.timing-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.timing-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:1.25rem;}
.timing-label{font-size:0.7rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--orange);margin-bottom:0.3rem;}
.timing-card h4{font-weight:600;font-size:0.9rem;color:white;margin-bottom:0.25rem;}
.timing-card p{font-size:0.8rem;color:rgba(255,255,255,0.45);line-height:1.5;}
/* COMPLIANCE */
.compliance-strip{background:var(--orange);padding:3.5rem 5vw;}
.compliance-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;}
.compliance-inner h2{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);color:white;letter-spacing:-0.025em;margin-bottom:0.5rem;}
.compliance-inner p{color:rgba(255,255,255,0.8);font-size:0.95rem;}
.cbadges{display:flex;gap:0.6rem;flex-wrap:wrap;}
.cbadge{background:rgba(255,255,255,0.15);color:white;padding:0.4rem 0.9rem;border-radius:4px;font-size:0.775rem;font-weight:500;border:1px solid rgba(255,255,255,0.25);}
.cta-block{background:var(--navy);padding:6rem 5vw;text-align:center;position:relative;overflow:hidden;}
.cta-block::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse at center bottom,rgba(232,82,26,0.1) 0%,transparent 70%);}
.cta-block h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);color:white;letter-spacing:-0.03em;margin-bottom:1.25rem;position:relative;z-index:1;}
.cta-block h2 .orange{color:var(--orange);}
.cta-block p{color:rgba(255,255,255,0.6);font-size:1rem;max-width:500px;margin:0 auto 2.5rem;position:relative;z-index:1;}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;}
@media(max-width:900px){
  .ceiling-grid,.help-grid,.tech-grid{grid-template-columns:1fr;}
  .compliance-inner{grid-template-columns:1fr;gap:1.5rem;}
  .page-hero::before{display:none;}
  .timing-row,.build-vs{grid-template-columns:1fr;}
}

/* Extracted inline styles. */
.fintechs-inline-1{color:var(--orange);}
