@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

:root{
  --ink:#0F0F12;
  --ink-2:#1B1B20;
  --steel:#3A3D45;
  --yellow:#FFC727;
  --yellow-deep:#E0AC11;
  --orange:#F26C1F;
  --paper:#F4F4F2;
  --paper-deep:#E5E5E0;
  --text:#1A1A1F;
  --muted:#5C5F69;
  --border:#D6D6CF;
  --white:#FFFFFF;
  --shadow:0 1px 3px rgba(15,15,18,.1), 0 8px 22px rgba(15,15,18,.08);
  --shadow-lg:0 12px 36px rgba(15,15,18,.22);
  --radius:0;
  --radius-lg:0;
  --max:1180px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Roboto',-apple-system,sans-serif;color:var(--text);background:var(--white);line-height:1.62;-webkit-font-smoothing:antialiased}
a{color:inherit}
img,svg{max-width:100%;display:block}
h1,h2,h3{font-family:'Oswald',Arial,sans-serif;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.5px;line-height:1.12}
h1{font-size:clamp(2.6rem,5.6vw,4.2rem);font-weight:700}
h2{font-size:clamp(1.9rem,3.8vw,2.8rem)}
h3{font-size:1.1rem;font-family:'Oswald',Arial,sans-serif;letter-spacing:1px}
p{color:var(--muted)}

.topbar{background:var(--yellow);color:var(--ink);font-size:.84rem;font-weight:600}
.topbar-inner{max-width:var(--max);margin:0 auto;padding:.55rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}
.topbar-tagline{display:flex;align-items:center;gap:.55rem;text-transform:uppercase;letter-spacing:.6px}
.topbar-tagline svg{width:14px;height:14px}
.topbar-meta{display:flex;gap:1.4rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.6px}

.nav{background:var(--ink);border-bottom:3px solid var(--yellow);position:sticky;top:0;z-index:100}
.nav-inner{max-width:var(--max);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:78px}
.nav-logo{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.logo-mark{width:46px;height:46px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-family:'Oswald',sans-serif;font-weight:700;color:var(--ink);font-size:1rem;letter-spacing:.5px}
.logo-text{font-family:'Oswald',Arial,sans-serif;font-size:1.4rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1px}
.logo-text span{color:var(--yellow)}
.nav-links{display:flex;gap:1.6rem;list-style:none;align-items:center}
.nav-links a{text-decoration:none;color:var(--paper);font-weight:600;font-size:.86rem;text-transform:uppercase;letter-spacing:1px}
.nav-links a:hover{color:var(--yellow)}
.nav-cta{background:var(--yellow);color:var(--ink) !important;padding:.7rem 1.4rem;font-weight:700 !important}
.nav-cta:hover{background:var(--white)}

.hero{position:relative;background:var(--ink);color:var(--paper);padding:5rem 1.5rem 5.5rem;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:repeating-linear-gradient(45deg,rgba(255,199,39,.07),rgba(255,199,39,.07) 12px,transparent 12px,transparent 30px);z-index:0}
.hero-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:3.5rem;align-items:center;position:relative;z-index:1}
.hero-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;color:var(--yellow);letter-spacing:3px;text-transform:uppercase;margin-bottom:1.2rem;padding:.4rem .8rem;background:rgba(255,199,39,.15);border-left:3px solid var(--yellow)}
.hero h1{margin-bottom:1.3rem;color:var(--white)}
.hero h1 em{font-style:normal;color:var(--yellow);font-weight:700}
.hero-lede{font-size:1.15rem;color:rgba(244,244,242,.85);margin-bottom:2rem;max-width:560px;line-height:1.65}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.2rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.8rem;font-weight:700;font-size:.86rem;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .22s;cursor:pointer;border:none;font-family:'Oswald',sans-serif}
.btn-primary{background:var(--yellow);color:var(--ink)}
.btn-primary:hover{background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}
.btn-secondary:hover{background:var(--white);color:var(--ink)}
.hero-points{display:flex;flex-wrap:wrap;gap:.5rem 1.6rem;list-style:none;font-size:.92rem;color:var(--paper);font-weight:600}
.hero-points li{display:flex;align-items:center;gap:.5rem}
.hero-points li::before{content:'▶';color:var(--yellow);font-size:.7rem}

.hero-card{background:var(--white);color:var(--ink);padding:2.2rem 1.9rem;box-shadow:var(--shadow-lg);position:relative;border-top:4px solid var(--yellow)}
.hero-card::before{content:'★★★';display:block;color:var(--yellow);font-size:1.1rem;letter-spacing:3px;margin-bottom:.9rem}
.hero-card .quote{font-family:'Oswald',sans-serif;font-size:1.18rem;color:var(--ink);line-height:1.45;margin-bottom:1.2rem;font-weight:500;text-transform:none;letter-spacing:0}
.hero-card .attr{font-size:.74rem;color:var(--muted);letter-spacing:1.4px;text-transform:uppercase;font-weight:700;padding-top:1rem;border-top:1px solid var(--border)}
.hero-card .attr strong{color:var(--ink);display:block;margin-top:.2rem;font-size:.95rem}

section{padding:5rem 1.5rem}
.container{max-width:var(--max);margin:0 auto}
.section-head{max-width:760px;margin:0 auto 3rem;text-align:center}
.section-head .eyebrow{display:inline-block;font-size:.74rem;font-weight:700;color:var(--orange);letter-spacing:3px;text-transform:uppercase;margin-bottom:.8rem}
.section-head .rule{width:60px;height:3px;background:var(--yellow);margin:0 auto 1.2rem}
.section-head h2 em{font-style:normal;color:var(--orange)}
.section-head p{font-size:1.05rem;line-height:1.7;margin-top:.8rem;text-transform:none;letter-spacing:0}

.trust{background:var(--paper-deep);padding:2.6rem 1.5rem;border-top:3px solid var(--yellow);border-bottom:3px solid var(--yellow)}
.trust-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.trust-item .num{font-family:'Oswald',sans-serif;font-size:2.6rem;font-weight:700;color:var(--ink);line-height:1;margin-bottom:.4rem}
.trust-item .lbl{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px}

.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.pillar-card{padding:2rem 1.8rem;background:var(--paper);border-left:4px solid var(--yellow)}
.pillar-card .icon-pill{width:50px;height:50px;background:var(--ink);display:flex;align-items:center;justify-content:center;color:var(--yellow);margin-bottom:1.2rem}
.pillar-card .icon-pill svg{width:22px;height:22px}
.pillar-card h3{margin-bottom:.55rem;font-size:1.25rem}
.pillar-card p{font-size:.95rem;line-height:1.65;text-transform:none;letter-spacing:0}

.sectors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--border);border-left:1px solid var(--border)}
.sector-card{background:var(--white);padding:1.6rem 1.3rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:all .22s}
.sector-card:hover{background:var(--ink);color:var(--paper)}
.sector-card:hover h3{color:var(--yellow)}
.sector-card:hover p{color:rgba(244,244,242,.78)}
.sector-card:hover .icon{background:var(--yellow);color:var(--ink)}
.sector-card .icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--ink);color:var(--yellow);margin-bottom:.9rem;transition:all .22s}
.sector-card .icon svg{width:18px;height:18px}
.sector-card h3{font-size:.92rem;margin-bottom:.3rem;color:var(--ink);transition:color .22s}
.sector-card p{font-size:.84rem;color:var(--muted);line-height:1.55;text-transform:none;letter-spacing:0}

.process-bg{background:var(--ink);color:var(--paper)}
.process-bg .section-head h2{color:var(--paper)}
.process-bg .section-head h2 em{color:var(--yellow)}
.process-bg .section-head .eyebrow{color:var(--yellow)}
.process-bg .section-head p{color:rgba(244,244,242,.84)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:var(--max);margin:0 auto}
.process-step{background:var(--ink-2);padding:1.8rem 1.5rem;border-right:1px solid var(--steel)}
.process-step:last-child{border-right:0}
.process-step .step-num{font-family:'Oswald',sans-serif;font-size:3rem;color:var(--yellow);font-weight:700;line-height:1;display:block;margin-bottom:.5rem}
.process-step h3{color:var(--paper);margin:.4rem 0;font-size:1.1rem}
.process-step p{color:rgba(244,244,242,.78);font-size:.92rem;text-transform:none;letter-spacing:0}

.cta-banner{background:var(--yellow);color:var(--ink);text-align:center;padding:5rem 1.5rem;position:relative}
.cta-banner h2{color:var(--ink)}
.cta-banner h2 em{color:var(--ink-2);font-style:normal;text-decoration:underline;text-decoration-color:var(--ink-2);text-decoration-thickness:3px}
.cta-banner p{color:var(--ink-2);margin:1rem auto 2rem;max-width:600px;font-size:1.08rem;font-weight:500}
.cta-banner .btn-primary{background:var(--ink);color:var(--yellow)}
.cta-banner .btn-primary:hover{background:var(--white);color:var(--ink)}

.footer{background:var(--ink);color:rgba(244,244,242,.78);padding:4rem 1.5rem 1.5rem;font-size:.92rem;border-top:3px solid var(--yellow)}
.footer-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(244,244,242,.14)}
.footer-col h4{font-size:.78rem;text-transform:uppercase;letter-spacing:1.6px;color:var(--yellow);margin-bottom:1rem;font-weight:700}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.footer-col a{color:rgba(244,244,242,.78);text-decoration:none}
.footer-col a:hover{color:var(--yellow)}
.footer-brand p{margin-top:.9rem;max-width:320px;line-height:1.6;text-transform:none;letter-spacing:0}
.footer-bottom{max-width:var(--max);margin:0 auto;padding-top:1.5rem;display:flex;justify-content:space-between;font-size:.82rem;color:rgba(244,244,242,.55);flex-wrap:wrap;gap:1rem}

.page-header{background:var(--ink);color:var(--paper);padding:5rem 1.5rem 4.5rem;text-align:center;position:relative;overflow:hidden;border-bottom:4px solid var(--yellow)}
.page-header h1{color:var(--white);margin-bottom:1rem}
.page-header h1 em{font-style:normal;color:var(--yellow)}
.page-header p{color:rgba(244,244,242,.88);max-width:660px;margin:0 auto;font-size:1.12rem;text-transform:none;letter-spacing:0}
.crumbs{display:flex;justify-content:center;gap:.5rem;font-size:.78rem;color:rgba(244,244,242,.7);margin-top:1.4rem;letter-spacing:1.5px;text-transform:uppercase}
.crumbs a{color:var(--yellow);text-decoration:none}

.prose{max-width:820px;margin:0 auto}
.prose p{font-size:1.04rem;margin-bottom:1.1rem;line-height:1.8;color:var(--muted)}
.prose h2{margin:2.5rem 0 1rem}
.prose h3{margin:1.8rem 0 .7rem;color:var(--ink);font-size:1.15rem}
.prose ul{padding-left:1.4rem;margin-bottom:1.1rem;color:var(--muted)}
.prose ul li{margin-bottom:.4rem}
.prose strong{color:var(--ink)}
.prose a{color:var(--orange);font-weight:700}

.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}
.contact-info{background:var(--paper);border-left:4px solid var(--yellow);padding:2.4rem}
.contact-info h3{margin-bottom:1.4rem;color:var(--ink);font-size:1.4rem}
.contact-row{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.contact-row:last-of-type{border-bottom:0}
.contact-row .ci{width:42px;height:42px;background:var(--ink);color:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-row .ci svg{width:19px;height:19px}
.contact-row .lbl{font-size:.74rem;color:var(--muted);text-transform:uppercase;letter-spacing:1.4px;margin-bottom:.2rem;font-weight:700}
.contact-row .val{color:var(--ink);font-weight:500}
.form-card{background:var(--white);border-top:4px solid var(--yellow);padding:2rem;box-shadow:var(--shadow)}
.form-card h3{font-size:1.4rem;color:var(--ink);margin-bottom:.6rem}
.form-card .sub{color:var(--muted);margin-bottom:.5rem;text-transform:none;letter-spacing:0}

@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr;gap:3rem}
  .sectors-grid{grid-template-columns:repeat(2,1fr)}
  .pillars-grid,.process-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .nav-links{display:none}
  .nav-inner{height:64px}
  .topbar-meta{display:none}
  .sectors-grid,.pillars-grid,.process-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  section{padding:3.5rem 1.5rem}
}
