@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Mona+Sans:wght@400;500;600;700&display=swap');

:root {
  --lime: #84CC16;
  --lime-dark: #65A30D;
  --lime-light: #BEF264;
  --slate: #475569;
  --slate-dark: #334155;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --grey: #94A3B8;
  --grey-light: #E2E8F0;
  --bg: #F8FAFC;
  --display: 'Outfit', system-ui, sans-serif;
  --body: 'Mona Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--slate-dark);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--lime-dark); text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* TOPBAR */
.topbar { background: var(--black); color: var(--white); font-size: 13px; padding: 10px 0; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-tagline { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.topbar-tagline .flex-tag { background: var(--lime); color: var(--black); font-family: var(--display); font-size: 11px; font-weight: 800; padding: 2px 8px; letter-spacing: 1.5px; text-transform: uppercase; }
.topbar-meta { display: flex; gap: 24px; color: var(--grey); }

/* NAV */
.nav { background: var(--white); border-bottom: 1px solid var(--grey-light); padding: 18px 0; position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 50px; height: 36px; background: var(--lime); position: relative; transform: skewX(-12deg); display: grid; place-items: center; }
.logo-mark::before { content: 'SF'; transform: skewX(12deg); font-family: var(--display); font-weight: 800; font-size: 18px; color: var(--black); letter-spacing: -0.5px; }
.logo-text { font-family: var(--display); font-size: 22px; font-weight: 800; color: var(--black); letter-spacing: -0.5px; }
.logo-text span { color: var(--lime-dark); }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a { color: var(--slate-dark); font-weight: 600; font-size: 15px; }
.nav-links a:hover { color: var(--lime-dark); }
.nav-cta { background: var(--black); color: var(--white) !important; padding: 12px 24px; border-radius: 30px; font-size: 14px; font-weight: 700; }
.nav-cta:hover { background: var(--lime); color: var(--black) !important; }

/* HERO */
.hero { background: var(--white); padding: 100px 0 110px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: linear-gradient(135deg, transparent 30%, rgba(132,204,22,0.06) 100%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: var(--lime); color: var(--black); font-family: var(--display); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; padding: 6px 14px; font-weight: 800; border-radius: 30px; }
.hero h1 { font-family: var(--display); font-size: clamp(44px, 6vw, 72px); line-height: 1; font-weight: 800; margin-bottom: 24px; letter-spacing: -2px; color: var(--black); }
.hero h1 mark { background: var(--lime); color: var(--black); padding: 0 8px; }
.hero h1 em { color: var(--lime-dark); font-style: normal; }
.hero-lede { font-size: 19px; color: var(--slate); max-width: 560px; margin-bottom: 32px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 36px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: all 0.25s; cursor: pointer; border: 2px solid; border-radius: 30px; }
.btn-primary { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-primary:hover { background: var(--lime); color: var(--black); border-color: var(--lime); }
.btn-secondary { background: transparent; color: var(--black); border-color: var(--black); }
.btn-secondary:hover { background: var(--lime); border-color: var(--lime); }
.hero-points { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 24px; max-width: 540px; }
.hero-points li { color: var(--slate-dark); font-size: 14.5px; padding-left: 24px; position: relative; font-weight: 500; }
.hero-points li::before { content: '→'; position: absolute; left: 0; color: var(--lime-dark); font-weight: 800; }
.hero-card { background: var(--black); color: var(--white); padding: 38px 32px; border-radius: 24px; position: relative; }
.hero-card::before { content: 'FLEX'; position: absolute; top: 20px; right: 20px; background: var(--lime); color: var(--black); font-family: var(--display); font-weight: 800; font-size: 11px; letter-spacing: 2px; padding: 4px 10px; border-radius: 20px; }
.hero-card .quote { font-family: var(--display); font-size: 22px; line-height: 1.4; margin-bottom: 22px; color: var(--white); font-weight: 600; }
.hero-card .attr { font-size: 11px; color: var(--lime); letter-spacing: 2px; text-transform: uppercase; font-weight: 800; }
.hero-card .attr strong { display: block; color: var(--grey); font-weight: 500; text-transform: none; letter-spacing: 0; font-size: 13px; margin-top: 4px; }

/* TRUST */
.trust { background: var(--bg); padding: 64px 0; }
.trust-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.trust-item { background: var(--white); padding: 30px 24px; border-radius: 16px; text-align: center; border: 2px solid transparent; transition: all 0.2s; }
.trust-item:hover { border-color: var(--lime); }
.trust-item .num { font-family: var(--display); font-size: 38px; color: var(--black); font-weight: 800; margin-bottom: 6px; letter-spacing: -1px; }
.trust-item .lbl { font-size: 13px; color: var(--slate); font-weight: 500; }

/* SECTION */
section { padding: 100px 0; }
.section-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.eyebrow { display: inline-block; background: var(--lime); color: var(--black); font-family: var(--display); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; font-weight: 800; padding: 6px 14px; border-radius: 30px; }
.section-head h2 { font-family: var(--display); font-size: clamp(36px,4.5vw,54px); color: var(--black); margin-bottom: 18px; line-height: 1.05; letter-spacing: -2px; font-weight: 800; }
.section-head h2 em { color: var(--lime-dark); font-style: normal; }
.section-head h2 mark { background: var(--lime); color: var(--black); padding: 0 6px; }
.section-head p { color: var(--slate); font-size: 17px; }

/* SECTORS */
.sectors-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sector-card { background: var(--white); padding: 32px 28px; border: 2px solid var(--grey-light); border-radius: 20px; transition: all 0.25s; position: relative; }
.sector-card:hover { border-color: var(--black); transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--lime); }
.sector-card .flex-no { display: inline-block; background: var(--black); color: var(--lime); font-family: var(--display); font-size: 11px; font-weight: 800; padding: 4px 10px; margin-bottom: 16px; letter-spacing: 1.5px; border-radius: 20px; }
.sector-card h3 { font-family: var(--display); font-size: 22px; color: var(--black); margin-bottom: 10px; line-height: 1.15; font-weight: 700; letter-spacing: -0.5px; }
.sector-card p { color: var(--slate); font-size: 14.5px; }

/* WHY/PILLARS */
.why-bg { background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.why-bg::before { content: ''; position: absolute; top: -50px; left: -50px; width: 300px; height: 300px; background: var(--lime); opacity: 0.05; border-radius: 50%; pointer-events: none; }
.why-bg::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 400px; height: 400px; background: var(--lime); opacity: 0.05; border-radius: 50%; pointer-events: none; }
.why-bg .section-head h2 { color: var(--white); }
.why-bg .section-head h2 em { color: var(--lime); }
.why-bg .section-head p { color: var(--grey); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; position: relative; z-index: 1; }
.why-card { padding: 38px 30px; background: var(--slate-dark); border-radius: 20px; border: 1px solid rgba(132,204,22,0.2); }
.icon-pill { width: 54px; height: 54px; background: var(--lime); border-radius: 16px; display: grid; place-items: center; margin-bottom: 22px; color: var(--black); }
.icon-pill svg { width: 26px; height: 26px; }
.why-card h3 { font-family: var(--display); font-size: 22px; color: var(--lime); margin-bottom: 12px; font-weight: 700; }
.why-card p { color: var(--grey-light); font-size: 14.5px; }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; z-index: 1; }
.process-step { background: var(--slate-dark); padding: 36px 28px; border-radius: 20px; border-left: 4px solid var(--lime); }
.step-num { font-family: var(--display); font-size: 44px; color: var(--lime); display: block; margin-bottom: 14px; line-height: 1; font-weight: 800; }
.process-step h3 { font-family: var(--display); font-size: 20px; margin-bottom: 10px; color: var(--white); font-weight: 700; }
.process-step p { color: var(--grey); font-size: 14px; }

/* PROSE */
.prose-section { background: var(--bg); }
.prose-wrap { max-width: 760px; margin: 0 auto; }
.prose-wrap h2 { font-family: var(--display); font-size: 38px; color: var(--black); margin-bottom: 24px; line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.prose-wrap h2 em { color: var(--lime-dark); font-style: normal; }
.prose-wrap h3 { font-family: var(--display); font-size: 24px; color: var(--lime-dark); margin: 32px 0 12px; font-weight: 700; }
.prose-wrap p { color: var(--slate-dark); margin-bottom: 18px; font-size: 16.5px; }
.prose-wrap ul { padding-left: 22px; margin-bottom: 20px; }
.prose-wrap li { color: var(--slate-dark); margin-bottom: 8px; }

/* CTA */
.cta-section { background: var(--lime); color: var(--black); text-align: center; }
.cta-section h2 { font-family: var(--display); font-size: clamp(36px,4.5vw,54px); color: var(--black); margin-bottom: 18px; font-weight: 800; letter-spacing: -1.5px; }
.cta-section h2 em { color: var(--white); font-style: normal; }
.cta-section p { color: var(--slate-dark); font-size: 18px; max-width: 600px; margin: 0 auto 32px; font-weight: 500; }
.cta-section .btn-primary:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* FOOTER */
.footer { background: var(--black); color: var(--grey); padding: 70px 0 30px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { font-family: var(--display); color: var(--white); font-size: 26px; margin-bottom: 12px; font-weight: 800; letter-spacing: -1px; }
.footer-brand em { color: var(--lime); font-style: normal; }
.footer p { font-size: 14px; line-height: 1.7; }
.footer h4 { color: var(--lime); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 800; font-family: var(--display); }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer a { color: var(--grey); font-size: 14px; }
.footer a:hover { color: var(--lime); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 24px 24px 0; border-top: 1px solid rgba(132,204,22,0.15); display: flex; justify-content: space-between; font-size: 13px; flex-wrap: wrap; gap: 12px; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
.contact-info h3 { font-family: var(--display); font-size: 28px; color: var(--black); margin-bottom: 16px; font-weight: 800; letter-spacing: -0.5px; }
.contact-info p { color: var(--slate); margin-bottom: 24px; }
.contact-info .info-row { padding: 18px 0; border-top: 1px solid var(--grey-light); }
.contact-info .info-row:last-child { border-bottom: 1px solid var(--grey-light); }
.contact-info .info-row strong { display: block; color: var(--lime-dark); font-family: var(--display); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; font-weight: 800; }
.contact-info .info-row span { color: var(--slate-dark); font-size: 15px; }
.form-wrap { background: var(--white); border: 2px solid var(--grey-light); padding: 32px; border-radius: 20px; }
.form-wrap iframe { border: none; width: 100%; min-height: 580px; }

@media (max-width: 900px) {
  .hero-inner, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .sectors-grid, .why-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { gap: 14px; font-size: 13px; }
  .nav-links li:not(:last-child):not(:nth-last-child(2)) { display: none; }
  .topbar-meta { display: none; }
}
