:root {
  --green: #0b4f3f;
  --green-dark: #092b22;
  --ink: #10271f;
  --muted: #48645c;
  --cream: #f5f1e8;
  --cream-2: #ebe7dc;
  --pale: #dfe7d8;
  --line: rgba(16, 39, 31, .16);
  --orange: #f27335;
  --teal: #78ada3;
  --teal-dark: #5f9f94;
  --container: 1660px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.55; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 20; padding: .75rem 1rem; background: var(--orange); color: #fff; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.public-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 6.75rem;
  border-bottom: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(90deg, var(--green) 0 50%, var(--pale) 50% 100%);
}
.public-brand { display: inline-flex; align-items: center; gap: .9rem; width: 100%; padding-left: clamp(1.5rem, 4.4vw, 4.4rem); color: #fff; font-size: 1.42rem; font-weight: 850; }
.brand-mark { display: inline-grid; place-items: center; width: 2.55rem; height: 2.55rem; border-radius: 12px 12px 12px 5px; color: #fff; background: var(--orange); font-weight: 900; transform: rotate(-8deg); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); }
.brand-mark span, .brand-mark + span { transform: none; }
.public-nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1.5rem, 5vw, 5.5rem) 0 clamp(1.5rem, 5vw, 5.5rem); color: #fff; font-weight: 750; }
.public-nav a { color: #fff; font-size: 1.05rem; }
.public-nav a:nth-child(-n+3) { color: #fff; opacity: .98; }
.nav-cta { margin-left: auto; }
.nav-toggle { display: none; }

.site-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 6.75rem); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 5rem); background: var(--green); color: #fff; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 2.2rem; color: #a8d1c7; font-size: .95rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: .45rem; height: .45rem; border-radius: 999px; background: var(--orange); }
.eyebrow.orange { color: var(--orange); }
.hero-copy h1 { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(4.15rem, 7.1vw, 7.1rem); line-height: .9; font-weight: 600; letter-spacing: -.035em; }
.hero-copy h1 em { display: inline-block; color: #b9d8cf; font-style: italic; font-weight: 500; }
.hero-text { max-width: 43rem; margin: 2.4rem 0 0; color: #f0faf6; font-size: clamp(1.25rem, 1.5vw, 1.55rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 2.1rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 4.05rem; padding: 0 1.6rem; border: 0; border-radius: 4px; font-weight: 850; font-size: 1.02rem; }
.button-primary { min-width: 18rem; color: #fff; background: var(--orange); }
.text-link { padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 1.08rem; font-weight: 850; }
.hero-metrics { display: flex; flex-wrap: wrap; gap: 2.5rem; margin-top: 4.8rem; color: #9ac8be; text-transform: uppercase; letter-spacing: .12em; font-size: .86rem; }
.hero-metrics strong { color: #fff; margin-right: .45rem; }
.hero-art { position: relative; min-height: 40rem; overflow: hidden; background: var(--pale); }
.sun-disc { position: absolute; width: 24rem; height: 24rem; right: 10%; top: 13%; border-radius: 50%; background: #f1a85f; }
.river { position: absolute; border-radius: 50%; background: var(--teal); opacity: .92; transform: rotate(-25deg); }
.river-one { width: 58rem; height: 23rem; left: -8rem; bottom: -5rem; }
.river-two { width: 55rem; height: 15rem; right: -16rem; bottom: -1rem; opacity: .72; }
.server-card-hero { position: absolute; top: 28%; left: 9%; right: 12%; z-index: 2; background: rgba(255, 250, 241, .94); border: 1px solid rgba(16,39,31,.14); box-shadow: 0 28px 70px rgba(16,39,31,.16); }
.server-top { display: flex; align-items: center; justify-content: space-between; padding: 1.9rem; border-bottom: 1px solid var(--line); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.server-top span { display: flex; align-items: center; gap: .65rem; font-weight: 900; }
.server-top i { width: .75rem; height: .75rem; border-radius: 50%; background: #36a973; box-shadow: 0 0 0 6px rgba(54,169,115,.16); }
.server-top strong { color: var(--green); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.server-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem 5rem; padding: 1.85rem; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.server-grid small { display: block; margin-bottom: .65rem; color: #7f9089; font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.server-grid b { color: var(--ink); }
.server-bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: .5rem; padding: .9rem 1.85rem 1.85rem; align-items: end; }
.server-bars span { height: .65rem; background: #9fc3bb; border-radius: 2px; }
.server-bars span:nth-child(3) { height: 2.35rem; background: var(--orange); }
.server-bars span:nth-child(5) { height: 1.7rem; }
.hero-art p { position: absolute; right: 7%; bottom: 2.6rem; z-index: 3; color: #315c52; font-family: var(--serif); font-size: 1.42rem; font-style: italic; }

.why-section, .plans-section, .limitations-section, .apply-section { padding: clamp(5.5rem, 9vw, 9rem) clamp(1.5rem, 4vw, 4.4rem); }
.why-section h2, .plans-section h2, .beta-section h2, .apply-section h2, .limitations-section h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3.45rem, 5.45vw, 5.95rem); line-height: .95; font-weight: 600; letter-spacing: -.04em; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 6.4rem; border-top: 1px solid var(--line); }
.reason-grid article { min-height: 18rem; padding: 2.9rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.reason-grid article + article { padding-left: 2rem; }
.reason-grid article:last-child { border-right: 0; }
.reason-grid span, .beta-copy li span { display: block; margin-bottom: 3rem; color: var(--orange); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .86rem; }
.reason-grid h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 1.75rem; }
.reason-grid p { max-width: 22rem; font-size: 1.05rem; }

.plans-section { background: #eee8dc; }
.section-split-heading { display: grid; grid-template-columns: 1.35fr .75fr; gap: 3rem; align-items: end; }
.section-split-heading > p { max-width: 34rem; font-size: 1.08rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 4.8rem; }
.price-card { position: relative; min-height: 36rem; padding: 2.8rem; border: 1px solid var(--line); background: #f8f5ee; }
.price-card.featured-price { background: #1a785f; color: #fff; }
.price-card h3 { margin: 0 0 2.5rem; font-family: var(--serif); font-size: 1.8rem; }
.price { margin: 0; color: inherit; font-family: var(--serif); font-size: 3.25rem; line-height: 1; }
.price small { font-family: var(--sans); font-size: .9rem; font-weight: 500; }
.plan-fit { margin: .4rem 0 3.6rem; color: inherit; opacity: .82; }
.price-card ul { display: grid; gap: 1.35rem; margin: 0 0 2rem; padding: 2rem 0 0; border-top: 1px solid rgba(16,39,31,.15); list-style: none; }
.featured-price ul { border-top-color: rgba(255,255,255,.15); }
.price-card li::before { content: "\\2713"; margin-right: 1rem; color: var(--orange); }
.price-card p:last-child { color: inherit; opacity: .78; }
.popular { position: absolute; right: 1.5rem; top: 1.6rem; padding: .8rem 1rem; color: #fff; background: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pricing-note { max-width: 48rem; margin-top: 1.5rem; }

.beta-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: clamp(6rem, 10vw, 9rem) clamp(1.5rem, 5vw, 5.8rem); background: #0d2b23; color: #fff; }
.beta-section .eyebrow, .beta-section h2 { color: #fff; }
.beta-copy > p { margin: 0 0 3.5rem; color: #fff; font-family: var(--serif); font-size: clamp(1.8rem, 2.3vw, 2.25rem); line-height: 1.35; }
.beta-copy ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.beta-copy li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; padding: 1.75rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; font-weight: 850; }
.beta-copy li span { margin: 0; }
.limitations-section { background: var(--cream); }
.limit-grid { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.limit-grid span { padding: .75rem 1rem; border: 1px solid var(--line); color: var(--muted); background: #faf7f0; }
.apply-section { min-height: 42rem; display: grid; place-items: center; text-align: center; }
.apply-section .eyebrow { justify-content: center; }
.apply-section p { max-width: 48rem; margin: 2rem auto; font-size: 1.25rem; }
.apply-section small { display: block; margin-top: 1.4rem; color: #77877f; }

.public-footer { padding: 3.2rem clamp(1.5rem, 4vw, 4.4rem); background: #082820; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top p { color: #a8c6bd; text-align: center; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 2rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; color: #8fb1a8; }
.footer-bottom a { color: #cfe5de; }
.footer-brand { padding-left: 0; }

.form-shell, .confirmation-shell, .policy-layout { width: min(980px, calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0; }
.form-group, .consent-box, .notice-card, .confirmation, .policy-page, .policy-toc, .faq-list details { border: 1px solid var(--line); background: #faf7f0; padding: 1rem; }
.beta-form, .faq-list, .next-steps { display: grid; gap: 1rem; }
.form-group { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-section-heading, .full-width { grid-column: 1 / -1; }
label { display: grid; gap: .4rem; color: var(--ink); font-weight: 700; }
input, select, textarea { width: 100%; padding: .8rem; border: 1px solid var(--line); background: #fff; font: inherit; }
.checkbox { display: flex; align-items: flex-start; gap: .6rem; }
.checkbox input { width: auto; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alert-error { padding: 1rem; color: #8f2d2d; background: #ffe8e3; border: 1px solid #e8aaa0; }
.policy-body { display: grid; grid-template-columns: 260px 1fr; gap: 1rem; }
.policy-toc { display: grid; gap: .7rem; align-content: start; }
.policy-section { padding: 1rem 0; border-top: 1px solid var(--line); }

.reveal { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 980px) {
  .public-header { grid-template-columns: 1fr; background: var(--green); min-height: auto; }
  .public-brand { padding: 1rem 1.25rem; }
  .nav-toggle { display: block; position: absolute; right: 1rem; top: 1.15rem; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; }
  .nav-toggle span { display: block; height: 2px; margin: 5px; background: currentColor; }
  .public-nav { display: none; flex-direction: column; align-items: stretch; padding: 0 1.25rem 1rem; }
  .public-nav[data-open="true"] { display: flex; }
  .site-hero, .beta-section, .section-split-heading, .footer-top, .policy-body { grid-template-columns: 1fr; }
  .hero-copy h1, .why-section h2, .plans-section h2, .beta-section h2, .apply-section h2, .limitations-section h2 { font-size: clamp(3rem, 12vw, 4.75rem); }
  .reason-grid, .pricing-grid { grid-template-columns: 1fr; }
  .reason-grid article, .reason-grid article + article { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-art { min-height: 34rem; }
  .footer-top p { text-align: left; }
  .footer-top nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .hero-copy { padding: 4rem 1.2rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; }
  .hero-metrics { gap: 1rem; }
  .server-card-hero { left: 1rem; right: 1rem; top: 22%; }
  .server-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-art p { left: 1rem; right: 1rem; font-size: 1.2rem; }
  .why-section, .plans-section, .limitations-section, .apply-section, .beta-section { padding-left: 1rem; padding-right: 1rem; }
  .price-card { padding: 1.5rem; }
  .form-group { grid-template-columns: 1fr; }
  .form-section-heading, .full-width { grid-column: auto; }
}
/* Reference polish: slightly smaller editorial scale and encoded plan ticks. */
.public-header { min-height: 6.75rem; }
.public-brand { font-size: 1.42rem; }
.brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 12px 12px 12px 5px;
  font-size: 1.05rem;
  line-height: 1;
}
.site-hero { min-height: calc(100vh - 6.75rem); }
.hero-copy h1 { font-size: clamp(4.15rem, 7.1vw, 7.1rem); }
.why-section h2,
.plans-section h2,
.beta-section h2,
.apply-section h2,
.limitations-section h2 { font-size: clamp(3.45rem, 5.45vw, 5.95rem); }
.price { font-size: 3.25rem; }
.price-card li::before { content: "\2713"; }
@media (max-width: 980px) {
  .hero-copy h1,
  .why-section h2,
  .plans-section h2,
  .beta-section h2,
  .apply-section h2,
  .limitations-section h2 { font-size: clamp(3rem, 12vw, 4.75rem); }
}
/* Logo mark correction: match the tilted orange reference badge. */
.public-brand { gap: .8rem; font-size: 1.36rem; }
.brand-mark {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  overflow: hidden;
  border-radius: 13px 13px 13px 5px;
  background: #f27335;
  color: transparent;
  font-size: 0;
  transform: rotate(-8deg);
  box-shadow: none;
}
.brand-mark::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "G";
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
  transform: rotate(8deg);
}
.footer-brand .brand-mark { width: 2.25rem; height: 2.25rem; flex-basis: 2.25rem; }