:root {
  --ink: #08090c;
  --ink-soft: #171a20;
  --paper: #f7f8fa;
  --white: #ffffff;
  --muted: #697180;
  --line: #dce1e8;
  --blue: #1677ff;
  --blue-bright: #3b91ff;
  --blue-pale: #e9f3ff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 9, 12, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--blue); color: white; padding: 10px 16px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
h1 { font-size: clamp(3rem, 6.4vw, 6.3rem); line-height: .96; letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.05em; margin-bottom: 20px; }
h3 { line-height: 1.15; letter-spacing: -.035em; }
em { color: var(--blue); font-style: italic; }
.section { padding: 110px 0; }
.kicker, .eyebrow { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading > p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 1.1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(247, 248, 250, .86);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(8,9,12,.07);
}
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .11em; text-decoration: none; font-size: .94rem; }
.brand img { width: 42px; height: 42px; border-radius: 11px; object-fit: cover; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #383d46; text-decoration: none; font-weight: 600; font-size: .95rem; }
nav a:hover { color: var(--blue); }
.nav-cta { background: var(--ink); color: white !important; padding: 10px 18px; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  min-height: 100vh;
  padding-top: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(22,119,255,.055) 58% 70%, transparent 70%),
    var(--paper);
}
.hero-grid { flex: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding-top: 80px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 26px; height: 3px; background: var(--blue); }
.hero-lead { color: #525966; font-size: clamp(1.08rem, 1.5vw, 1.28rem); max-width: 660px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid transparent; cursor: pointer; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(22,119,255,.22); }
.button-primary:hover { background: #0868e7; transform: translateY(-1px); }
.button-ghost { border-color: #cbd1da; background: rgba(255,255,255,.6); }
.button-ghost:hover { border-color: var(--ink); }
.hero-proof { display: flex; gap: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: .96rem; }
.hero-proof span { color: var(--muted); font-size: .82rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; background: rgba(22,119,255,.08); right: -130px; top: 80px; }
.hero-glow-two { width: 180px; height: 180px; border: 38px solid rgba(22,119,255,.05); left: 42%; bottom: 40px; }
.hero-mark { position: relative; display: grid; place-items: center; min-height: 580px; }
.hero-mark-frame { width: min(460px, 90vw); aspect-ratio: 1; border-radius: 48px; background: var(--ink); position: relative; display: grid; place-items: center; box-shadow: var(--shadow); transform: rotate(2deg); overflow: hidden; }
.hero-mark-frame::before { content: ""; position: absolute; inset: -30%; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 75px, rgba(255,255,255,.055) 76px 78px); }
.hero-mark-frame::after { content: ""; position: absolute; width: 220px; height: 220px; background: var(--blue); filter: blur(100px); opacity: .26; right: -100px; top: -80px; }
.hero-mark-frame img { width: 58%; border-radius: 50%; position: relative; z-index: 2; box-shadow: 0 18px 55px rgba(0,0,0,.35); }
.hero-mark-frame > p { position: absolute; left: 30px; bottom: 18px; color: white; z-index: 3; font-size: 1.05rem; line-height: 1.25; }
.mark-label { position: absolute; z-index: 4; color: white; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); padding: 8px 15px; border-radius: 999px; font-size: .82rem; font-weight: 700; }
.mark-label-one { left: 20px; top: 44px; }
.mark-label-two { right: 22px; top: 114px; }
.mark-label-three { right: 34px; bottom: 65px; }
.ticker { background: var(--blue); color: white; overflow: hidden; height: 46px; display: flex; align-items: center; }
.ticker div { display: flex; min-width: max-content; gap: 24px; align-items: center; animation: ticker 24s linear infinite; font-weight: 800; font-size: .78rem; letter-spacing: .16em; }
.ticker i { opacity: .6; }
@keyframes ticker { to { transform: translateX(-50%); } }

.challenge { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius); padding: 32px; position: relative; min-height: 280px; }
.problem-card:hover { border-color: #b9d7ff; transform: translateY(-4px); transition: .25s ease; }
.card-number { position: absolute; right: 22px; top: 18px; color: #a4acb8; font-weight: 800; font-size: .8rem; }
.icon-orbit { width: 58px; height: 58px; border: 1px solid #bcd9ff; color: var(--blue); background: var(--blue-pale); border-radius: 50%; display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 34px; }
.problem-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.problem-card p { color: var(--muted); margin: 0; }
.solution-strip { margin-top: 22px; background: var(--ink); color: white; border-radius: var(--radius); padding: 34px 38px; display: grid; grid-template-columns: .8fr 1.5fr auto; align-items: center; gap: 42px; }
.solution-strip h3 { font-size: 1.7rem; margin: 0; }
.solution-strip p { margin: 0; color: #c8cdd6; }
.solution-strip .kicker { color: var(--blue-bright); margin-bottom: 8px; }
.solution-strip a { color: white; font-weight: 800; text-decoration: none; white-space: nowrap; }

.process-section { background: var(--ink); color: white; position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(59,145,255,.18); left: -280px; top: -200px; box-shadow: 0 0 0 80px rgba(59,145,255,.025), 0 0 0 160px rgba(59,145,255,.015); }
.section-heading-light > p:last-child { color: #aeb5c1; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #30343c; border-left: 1px solid #30343c; }
.process-step { min-height: 260px; padding: 34px; border-right: 1px solid #30343c; border-bottom: 1px solid #30343c; position: relative; }
.process-step span { color: var(--blue-bright); font-weight: 800; letter-spacing: .1em; font-size: .83rem; }
.process-step h3 { font-size: 1.45rem; margin: 52px 0 12px; }
.process-step p { color: #aeb5c1; margin: 0; }

.packages-section { background: #f4f6f9; }
.package-switch { background: #e5e9ef; width: fit-content; margin: -28px auto 42px; padding: 5px; border-radius: 999px; display: flex; }
.package-switch button { border: 0; border-radius: 999px; background: transparent; color: #626b78; padding: 11px 22px; cursor: pointer; font-weight: 750; }
.package-switch button[aria-selected="true"] { background: white; color: var(--ink); box-shadow: 0 3px 13px rgba(8,9,12,.09); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px 28px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-8px); box-shadow: 0 22px 55px rgba(8,9,12,.16); }
.recommended { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--blue); color: white; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; font-size: .7rem; font-weight: 800; letter-spacing: .1em; white-space: nowrap; }
.package-name { color: var(--blue); text-transform: uppercase; font-size: .78rem; letter-spacing: .14em; font-weight: 800; }
.price { font-family: "Manrope", sans-serif; font-size: 3.1rem; line-height: 1; font-weight: 800; letter-spacing: -.06em; margin-bottom: 16px; }
.price > span { font-size: 1.4rem; vertical-align: top; line-height: 1.4; }
.price small { font-size: .82rem; color: var(--muted); letter-spacing: 0; font-weight: 600; margin-left: 4px; }
.featured .price small { color: #aeb5c1; }
.package-fit { color: var(--muted); min-height: 52px; }
.featured .package-fit { color: #bcc2cc; }
.price-card ul { list-style: none; margin: 20px 0 30px; padding: 20px 0 0; border-top: 1px solid var(--line); flex: 1; }
.featured ul { border-color: #30343c; }
.price-card li { margin: 11px 0; padding-left: 24px; position: relative; color: #4f5661; }
.featured li { color: #d7dae0; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.price-card > a { display: block; border: 1px solid #cdd3dc; border-radius: 999px; padding: 12px 16px; text-decoration: none; text-align: center; font-weight: 800; }
.featured > a { border-color: var(--blue); background: var(--blue); color: white; }
.remote-intro { max-width: 780px; margin: -10px auto 38px; text-align: center; color: var(--muted); font-size: 1.07rem; }
.founding-offer { margin-top: 44px; padding: 34px 38px; border-radius: var(--radius); background: var(--blue); color: white; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 34px; align-items: center; }
.founding-offer .kicker { color: #cce3ff; margin-bottom: 8px; }
.founding-offer h3 { font-size: 1.6rem; margin: 0; }
.founding-offer h3 strong { display: block; font-size: 2.1rem; }
.founding-offer > p { margin: 0; color: #e6f1ff; }
.button-light { background: white; color: var(--ink); white-space: nowrap; }

.local-remote { background: white; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.split-card { border-radius: 30px; padding: 48px; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.split-card::before { content: ""; position: absolute; width: 260px; height: 260px; border: 60px solid currentColor; opacity: .055; border-radius: 50%; right: -90px; top: -80px; }
.split-card h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
.split-card > p:not(.kicker) { max-width: 570px; }
.split-local { background: var(--blue); color: white; }
.split-local .kicker { color: #dbeaff; }
.split-remote { background: var(--ink); color: white; }
.split-remote .kicker { color: var(--blue-bright); }
.mini-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.mini-tags span { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); border-radius: 999px; padding: 7px 13px; font-size: .82rem; }

.faq-section { background: #f4f6f9; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-grid .section-heading { text-align: left; margin: 0; position: sticky; top: 120px; }
.faq-grid .section-heading > p:last-child { margin: 0; }
.faq-list details { border-top: 1px solid #cfd5de; padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid #cfd5de; }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 750; font-size: 1.08rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.5rem; line-height: 1; transition: .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); margin: 16px 42px 0 0; }

.contact-section { background: var(--ink); color: white; padding: 120px 0; position: relative; overflow: hidden; }
.contact-section::after { content: ""; position: absolute; width: 500px; height: 500px; background: var(--blue); filter: blur(180px); opacity: .18; left: -250px; bottom: -300px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; position: relative; z-index: 2; }
.contact-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.contact-copy > p:not(.kicker) { color: #b7bdc8; font-size: 1.1rem; }
.contact-copy > a { display: block; color: white; margin-top: 12px; font-weight: 700; text-underline-offset: 4px; }
.contact-form { background: white; color: var(--ink); padding: 34px; border-radius: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 800; margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d5dae2; border-radius: 11px; padding: 12px 13px; background: #f9fafb; color: var(--ink); min-height: 48px; outline: none; }
.contact-form textarea { 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(22,119,255,.12); }
.contact-form .button { width: 100%; border: 0; margin-top: 4px; }
.form-note { color: var(--muted); font-size: .78rem; text-align: center; margin: 12px 0 0; }

footer { background: #030405; color: white; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 40px; align-items: center; }
.footer-brand img { width: 48px; height: 48px; }
.footer-grid > p { margin: 0; color: #aeb4be; }
.footer-grid > p strong { color: white; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #c5cad2; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; color: #727985; font-size: .8rem; padding-top: 32px; margin-top: 32px; border-top: 1px solid #22262c; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 940px) {
  .section { padding: 86px 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-mark { min-height: auto; }
  .hero-mark-frame { width: min(520px, 90vw); }
  .process-grid, .package-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .package-grid .price-card:last-child { grid-column: 1 / -1; }
  .solution-strip, .founding-offer { grid-template-columns: 1fr; gap: 18px; }
  .founding-offer .button { justify-self: start; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .faq-grid .section-heading { position: static; }
  .split-card { padding: 38px; }
}

@media (max-width: 720px) {
  :root { --container: min(1180px, calc(100% - 28px)); }
  h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .site-header { background: rgba(247,248,250,.95); }
  .menu-button { display: block; }
  nav { position: fixed; inset: 78px 0 auto; background: var(--paper); padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 4px; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(8,9,12,.1); }
  nav.is-open { display: flex; }
  nav a { padding: 12px 8px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid { gap: 48px; padding-top: 120px; padding-bottom: 54px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-mark-frame { border-radius: 30px; }
  .problem-grid, .process-grid, .package-grid, .split-grid { grid-template-columns: 1fr; }
  .package-grid .price-card:last-child { grid-column: auto; }
  .solution-strip { padding: 28px; }
  .process-step { min-height: 220px; }
  .package-switch { width: 100%; }
  .package-switch button { flex: 1; }
  .founding-offer { padding: 28px; }
  .split-card { min-height: 430px; padding: 30px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (max-width: 420px) {
  .brand span { font-size: .82rem; }
  .hero-actions .button { width: 100%; }
  .hero-mark-frame > p { left: 20px; bottom: 10px; }
  .mark-label-two { right: 12px; top: 90px; }
  .hero-proof { grid-template-columns: 1fr; }
}
