:root {
  --navy: #061127;
  --navy-2: #0a2249;
  --blue: #0878ff;
  --blue-dark: #075fc8;
  --cyan: #54d8ff;
  --ink: #0b1c35;
  --muted: #5f7088;
  --line: #dce5ef;
  --soft: #f4f8fc;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(8, 31, 68, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--blue); transform: translateY(-150%); }
.skip:focus { transform: translateY(0); }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(6,17,39,.94); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 245px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 13px 18px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 10px 28px rgba(8,120,255,.28); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; padding: 9px 12px; color: var(--white); background: transparent; }
.hero { padding: 86px 0 70px; color: var(--white); background: radial-gradient(circle at 72% 20%, rgba(8,120,255,.22), transparent 34%), linear-gradient(145deg, #061127, #0a2450); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: center; }
.eyebrow { margin: 0 0 20px; color: #9ac6ff; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 680px; font-size: clamp(50px, 6.4vw, 88px); line-height: .96; letter-spacing: -.065em; }
h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
h3 { margin: 0; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 23px; font-size: 14px; font-weight: 820; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 35px rgba(8,120,255,.29); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.hero-proof span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.04); font-size: 11px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { margin: 0; }
.hero-visual picture { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.hero-visual img { width: 100%; height: auto; }
.hero-visual figcaption { margin-top: 13px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.problem-section { padding: 72px 0; background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: .45fr 1.3fr 1fr; gap: 45px; align-items: start; }
.problem-grid h2 { font-size: clamp(34px, 3.6vw, 50px); }
.problem-grid > p:last-child { margin: 4px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.section { padding: 108px 0; }
.section-heading { max-width: 820px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading > p:last-child { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 58px; }
.steps article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 15px 38px rgba(8,31,68,.06); }
.steps span, .platform-grid span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.steps h3 { margin-top: 58px; font-size: 25px; }
.steps p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.locations-section { color: var(--white); background: linear-gradient(145deg, #061127, #0b2a58); }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.large-copy { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.75; }
.text-link { display: inline-flex; margin-top: 28px; color: #8fc3ff; font-size: 14px; font-weight: 820; }
.text-link::after { content: "→"; margin-left: 9px; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-list article { min-height: 185px; padding: 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); }
.benefit-list h3 { font-size: 19px; }
.benefit-list p { margin: 11px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }
.brands-section { color: var(--white); background: linear-gradient(135deg, #075abf, #082a61); }
.brand-channel { display: grid; gap: 13px; }
.channel-line { padding: 22px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); }
.channel-line span, .channel-line strong { display: block; }
.channel-line span { color: #b8ddff; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.channel-line strong { margin-top: 7px; font-size: 16px; line-height: 1.5; }
.light-link { color: var(--white); }
.platform-section { background: var(--soft); }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 58px; }
.platform-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(8,31,68,.06); }
.platform-grid article.featured { color: var(--white); border-color: transparent; background: linear-gradient(155deg, #0878ff, #082b66); box-shadow: 0 24px 55px rgba(8,96,200,.23); }
.platform-grid .featured span { color: #c7e5ff; }
.platform-grid h3 { margin-top: 64px; font-size: 27px; }
.platform-grid p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.platform-grid .featured p { color: rgba(255,255,255,.75); }
.business-section { color: var(--white); background: var(--navy); }
.business-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.revenue-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.revenue-list article { min-height: 170px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); }
.revenue-list strong { font-size: 17px; }
.revenue-list p { margin: 10px 0 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.65; }
.markets-section { background: var(--white); }
.markets-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 56px; }
.markets-grid article { min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); box-shadow: 0 16px 40px rgba(8,31,68,.055); }
.markets-grid h3 { margin-top: 54px; font-size: 20px; line-height: 1.25; }
.markets-grid p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.stage-section { color: var(--white); background: linear-gradient(135deg, #092555, #096edc); }
.stage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.stage-grid > div:last-child > p { margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.stage-note { margin-top: 22px !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.58) !important; font-size: 14px !important; }
.contact-section { padding: 110px 0; color: var(--white); background: linear-gradient(145deg, #061127, #0a2a5f); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.contact-copy > a { display: inline-flex; margin-top: 28px; color: #9acbff; font-weight: 800; }
.contact-form { padding: 30px; border-radius: 26px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: #314761; font-size: 12px; font-weight: 760; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d3dfeb; border-radius: 12px; outline: none; color: var(--ink); background: #fbfdff; }
.contact-form input, .contact-form select { height: 49px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,255,.12); }
.form-button { width: 100%; }
.form-button:disabled { cursor: wait; opacity: .72; }
.form-status { margin-top: 18px; padding: 17px 18px; border-radius: 14px; font-size: 14px; line-height: 1.6; }
.form-status strong, .form-status span { display: block; }
.form-status strong { margin-bottom: 4px; color: var(--ink); font-size: 19px; line-height: 1.35; }
.form-status.sending { color: #36516f; background: #eef5fc; }
.form-status.success { width: 100%; padding: 34px; text-align: center; color: #3b5573; background: #eef8f3; border: 1px solid #c9e8d7; }
.form-status.success::before { content: '✓'; display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; color: white; background: #16824c; font-size: 28px; font-weight: 900; }
.form-status.error { color: #773b42; background: #fff1f2; border: 1px solid #f0cdd1; }
.contact-form.is-success { min-height: 360px; display: grid; place-items: center; }
.contact-form.is-success > :not(.form-status) { display: none; }
footer { padding: 33px 0; color: rgba(255,255,255,.58); background: #040c1c; }
.footer-grid { display: grid; grid-template-columns: 250px 1fr auto; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; text-align: center; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div { display: flex; gap: 18px; font-size: 13px; }
.footer-brand { width: 220px; }
@media (max-width: 1040px) {
  nav { gap: 18px; }
  .hero-grid, .two-column, .business-grid, .stage-grid, .contact-grid { gap: 48px; }
  .markets-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .menu-button { display: block; }
  nav { position: absolute; left: 20px; right: 20px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #07142d; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
  nav.open { display: flex; }
  nav a { padding: 13px 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero-grid, .problem-grid, .two-column, .business-grid, .stage-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .hero-visual { margin-top: 10px; }
  .problem-grid { gap: 20px; }
  .steps, .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .reverse-mobile > div:first-child { order: 2; }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header .brand { width: 205px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  h2 { font-size: 38px; }
  .section, .contact-section { padding: 82px 0; }
  .hero { padding: 54px 0 55px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .steps, .platform-grid, .benefit-list, .revenue-list, .markets-grid, .form-row { grid-template-columns: 1fr; }
  .steps article, .platform-grid article, .markets-grid article { min-height: 0; }
  .steps h3, .platform-grid h3, .markets-grid h3 { margin-top: 36px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: 0 auto; }
  .footer-grid > div { justify-content: center; }
}


/* Founder section. Isolated class names keep existing site styling unchanged. */
.seg-founder-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}
.seg-founder-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  max-width: 1040px;
}
.seg-founder-portrait {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(8, 31, 68, .14);
}
.seg-founder-portrait img {
  width: 100%;
  height: auto;
}
.seg-founder-copy {
  max-width: 690px;
}
.seg-founder-copy h2 {
  max-width: 680px;
}
.seg-founder-name {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.45;
}
.seg-founder-copy > p:not(.eyebrow):not(.seg-founder-name) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 860px) {
  .seg-founder-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .seg-founder-portrait {
    max-width: 270px;
  }
  .seg-founder-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .seg-founder-portrait {
    max-width: 230px;
    border-radius: 22px;
  }
  .seg-founder-copy h2 {
    font-size: 38px;
  }
  .seg-founder-name {
    font-size: 17px;
  }
  .seg-founder-copy > p:not(.eyebrow):not(.seg-founder-name) {
    font-size: 16px;
    line-height: 1.7;
  }
}
