:root {
  --night: #071e18;
  --night-soft: #0d3328;
  --ink: #122a22;
  --ink-soft: #345247;
  --muted: #647970;
  --paper: #f5f4ed;
  --paper-white: #fffefa;
  --line: #d9e0d9;
  --green: #25d36f;
  --lime: #c3f55a;
  --mint: #e0f6b8;
  --lavender: #c7bcff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.72px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #164536;
  border-radius: 11px 11px 11px 4px;
  background: #123c30;
  box-shadow: 0 8px 18px rgba(13, 67, 46, 0.16);
}

.brand-mark img { width: 92%; height: 92%; object-fit: contain; }

.nav-links { display: flex; align-items: center; gap: 32px; margin-left: 100px; }
.nav-links a {
  color: #526a60;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}
.nav-links a:hover { color: #0e7c48; }

.button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-nav { min-height: 40px; border: 1px solid var(--line); color: var(--ink); background: rgba(255, 255, 255, 0.68); }
.button-nav:hover { border-color: #9dbba9; box-shadow: 0 8px 18px rgba(24, 66, 49, 0.09); }
.button-lime { color: #133021; background: var(--lime); box-shadow: 0 12px 28px rgba(137, 199, 39, 0.25); }
.button-lime:hover { background: #d1fa78; box-shadow: 0 14px 30px rgba(137, 199, 39, 0.34); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 642px;
  overflow: hidden;
  color: #f6fff7;
  background: var(--night);
}
.hero-art, .hero-wash { position: absolute; inset: 0; pointer-events: none; }
.hero-art { z-index: -3; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, #061d16 0%, rgba(6, 29, 22, 0.98) 34%, rgba(6, 29, 22, 0.68) 54%, rgba(6, 29, 22, 0.06) 79%),
    linear-gradient(0deg, rgba(5, 24, 18, 0.55), transparent 31%);
}
.hero-content { min-height: 642px; display: flex; align-items: center; padding-block: 80px 70px; }
.hero-copy { width: min(550px, 100%); }

.kicker, .serial, .journey-number, .plan-note {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; color: #b9d9c7; }
.kicker-dark { color: #4a695d; }
.kicker-pulse { width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(195, 245, 90, 0.11); }
.kicker-dark .kicker-pulse { background: var(--green); box-shadow: 0 0 0 5px rgba(37, 211, 111, 0.12); }

.hero h1, .section-intro h2, .workspace h2, .plans h2, .closing h2 {
  margin: 20px 0 0;
  font-size: clamp(44px, 5.35vw, 76px);
  font-weight: 740;
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.hero h1 em, .closing h2 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.hero-text { max-width: 500px; margin: 27px 0 30px; color: #c0d0c7; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button-text { color: #ecf9ee; font-size: 13px; font-weight: 740; text-decoration: none; }
.button-text span { margin-left: 8px; color: var(--lime); font-size: 17px; }
.button-text:hover { color: var(--lime); }

.hero-notes {
  display: flex;
  gap: 0;
  margin: 59px 0 0;
  padding: 0;
  border-top: 1px solid rgba(218, 246, 225, 0.25);
}
.hero-notes div { width: 33.333%; padding: 14px 18px 0 0; }
.hero-notes div + div { padding-left: 17px; border-left: 1px solid rgba(218, 246, 225, 0.2); }
.hero-notes dt { color: var(--lime); font: 700 10px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.08em; }
.hero-notes dd { margin: 6px 0 0; color: #c6d9cf; font-size: 11px; line-height: 1.4; }

.promises { background: var(--paper-white); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid article { min-height: 258px; padding: 48px 45px 42px 0; }
.promise-grid article + article { padding-left: 45px; border-left: 1px solid var(--line); }
.serial { color: #288356; }
.promise-grid h2 { max-width: 250px; margin: 22px 0 12px; font-size: 22px; letter-spacing: -0.045em; line-height: 1.07; }
.promise-grid p:not(.serial) { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.64; }

.journey { padding-block: 138px 128px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(260px, 0.57fr); column-gap: 100px; align-items: end; }
.section-intro .kicker { grid-column: 1 / -1; }
.section-intro h2 { margin-top: 21px; max-width: 650px; color: var(--ink); font-size: clamp(38px, 4.4vw, 61px); }
.section-intro > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.68; }

.journey-list { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin: 80px 0 0; padding: 0; list-style: none; }
.journey-list::before { content: ""; position: absolute; top: 45px; right: 13%; left: 13%; border-top: 1px dashed #a9bfb2; }
.journey-list li { position: relative; z-index: 1; }
.journey-number { display: block; margin-bottom: 18px; color: #4c7563; }
.journey-symbol { position: relative; display: grid; width: 58px; height: 58px; margin-bottom: 25px; place-items: center; overflow: hidden; border: 1px solid #b9d6c5; border-radius: 50%; background: var(--paper); }
.journey-symbol i { display: block; position: absolute; background: #1d9b5c; }
.symbol-link i { width: 18px; height: 8px; border: 2px solid #1d9b5c; border-radius: 9px; background: transparent; transform: rotate(-38deg) translate(-5px, 2px); }
.symbol-link i + i { transform: rotate(-38deg) translate(5px, -2px); }
.symbol-flow i { width: 8px; height: 8px; border-radius: 50%; }
.symbol-flow i:nth-child(1) { transform: translate(-13px, -9px); }.symbol-flow i:nth-child(2) { transform: translate(13px, 0); }.symbol-flow i:nth-child(3) { transform: translate(-10px, 12px); }
.symbol-flow::before, .symbol-flow::after { content: ""; position: absolute; width: 24px; border-top: 1px solid #4bbf7f; transform-origin: left center; }.symbol-flow::before { transform: translate(-8px, -6px) rotate(20deg); }.symbol-flow::after { transform: translate(-8px, 9px) rotate(-34deg); }
.symbol-spark i { width: 4px; height: 20px; border-radius: 999px; }.symbol-spark i:nth-child(1) { transform: rotate(0deg); }.symbol-spark i:nth-child(2) { transform: rotate(60deg); }.symbol-spark i:nth-child(3) { transform: rotate(-60deg); }
.journey-list h3 { margin: 0 0 10px; color: var(--ink); font-size: 20px; letter-spacing: -0.04em; }
.journey-list p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.workspace { overflow: hidden; color: #effff3; background: var(--night); }
.workspace-grid { display: grid; grid-template-columns: minmax(280px, 0.88fr) minmax(400px, 1.12fr); gap: 80px; align-items: center; min-height: 570px; padding-block: 80px; }
.workspace h2 { max-width: 520px; margin-top: 20px; font-size: clamp(38px, 4.4vw, 58px); }
.workspace-copy > p:not(.kicker) { max-width: 440px; margin: 24px 0 30px; color: #b7ccbf; font-size: 15px; line-height: 1.7; }
.button-outline { color: #effff3; border: 1px solid #5d8b76; }
.button-outline:hover { border-color: var(--lime); background: rgba(195, 245, 90, 0.08); }

.route-map { position: relative; height: 390px; margin: 0; border-radius: 22px; background: radial-gradient(circle at 54% 40%, rgba(75, 178, 110, 0.18), transparent 31%), linear-gradient(135deg, rgba(81, 160, 116, 0.16), transparent 62%); overflow: hidden; }
.route-map::before { content: ""; position: absolute; inset: 0; opacity: 0.27; background-image: linear-gradient(rgba(155, 222, 181, 0.19) 1px, transparent 1px), linear-gradient(90deg, rgba(155, 222, 181, 0.19) 1px, transparent 1px); background-size: 31px 31px; mask-image: linear-gradient(135deg, #000, transparent 80%); }
.route-line { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, #78d58d, transparent); }
.line-a { top: 157px; left: 104px; width: 258px; transform: rotate(-19deg); }.line-b { top: 211px; left: 318px; width: 184px; transform: rotate(31deg); }
.route-node { position: absolute; display: flex; flex-direction: column; min-width: 118px; color: #effff3; }
.route-node b { margin-top: 11px; font-size: 14px; letter-spacing: -0.02em; }.route-node small { margin-top: 4px; color: #a8c6b4; font-size: 10px; }
.node-contact { top: 85px; left: 53px; }.node-routine { top: 141px; left: 311px; }.node-team { right: 54px; bottom: 69px; }
.node-shape { position: relative; display: block; width: 57px; height: 57px; border: 1px solid #6cbb80; border-radius: 16px; background: rgba(7, 30, 24, 0.83); box-shadow: 0 14px 31px rgba(0, 0, 0, 0.2); }
.node-person::before { content: ""; position: absolute; top: 13px; left: 21px; width: 13px; height: 13px; border-radius: 50%; background: var(--lime); }.node-person::after { content: ""; position: absolute; bottom: 12px; left: 15px; width: 26px; height: 15px; border-radius: 14px 14px 6px 6px; background: var(--lime); }
.node-routine-shape::before, .node-routine-shape::after { content: ""; position: absolute; height: 7px; border-radius: 999px; background: var(--lime); }.node-routine-shape::before { top: 17px; right: 13px; left: 13px; box-shadow: 0 12px 0 #49cb79; }.node-routine-shape::after { top: 29px; right: 13px; width: 12px; background: #49cb79; }
.node-team-shape { border-radius: 50%; }.node-team-shape::before, .node-team-shape::after { content: ""; position: absolute; border-radius: 50%; background: var(--lavender); }.node-team-shape::before { top: 15px; left: 12px; width: 13px; height: 13px; box-shadow: 19px 0 0 var(--lime); }.node-team-shape::after { bottom: 12px; left: 9px; width: 19px; height: 12px; border-radius: 12px 12px 5px 5px; box-shadow: 20px 0 0 var(--lime); }
.route-map figcaption { position: absolute; right: 24px; bottom: 20px; max-width: 260px; margin: 0; color: #9bc2ab; font: 10px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.035em; text-align: right; }

.plans { padding-block: 136px 122px; }
.plans-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.plans h2 { margin-top: 18px; color: var(--ink); font-size: clamp(41px, 4.5vw, 62px); }
.plans-heading > p { max-width: 380px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.68; }
.plans-table { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid #b8cbbf; border-bottom: 1px solid #b8cbbf; }
.plan { position: relative; min-height: 416px; padding: 31px 33px 29px; }.plan + .plan { border-left: 1px solid #c8d5cc; }
.plan-featured { background: #eaf6d8; }.plan-note { position: absolute; top: 14px; right: 18px; color: #398253; font-size: 8px; }
.plan-name { margin: 0; color: #36614d; font-size: 13px; font-weight: 750; }.plan-device { min-height: 67px; margin: 24px 0 12px; color: #507164; font-size: 12px; }.plan-device strong { display: block; color: var(--ink); font-size: 43px; font-weight: 730; letter-spacing: -0.06em; line-height: 0.91; }
.plan-offer { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 10px; padding: 5px 8px; color: #166c40; border-radius: 999px; background: #d9f6ae; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.055em; text-transform: uppercase; }.plan-offer span { color: #0b8a4a; font-size: 11px; line-height: 0; }
.plan-list-price { margin: 0 0 2px; color: #668174; font-size: 15px; font-weight: 600; line-height: 1; }
.plan-price { margin: 0; color: var(--ink); font-size: 39px; font-weight: 760; letter-spacing: -0.065em; line-height: 1; }.plan-price span, .plan-price small { color: #668174; font-size: 11px; font-weight: 650; letter-spacing: 0; }.plan-price small { font-weight: 500; }
.plan ul { min-height: 114px; margin: 28px 0 23px; padding: 20px 0 0; border-top: 1px solid #c7d9cc; list-style: none; }.plan li { margin: 0 0 10px; color: #486458; font-size: 12px; }.plan li::before { content: "•"; margin-right: 8px; color: #1d9b5c; font-weight: 800; }.plan-link { display: inline-flex; align-items: center; gap: 15px; color: #146b41; font-size: 13px; font-weight: 760; text-decoration: none; }.plan-link span { font-size: 17px; }.plan-link:hover { color: #0a472b; }
.plans-footnote { margin: 17px 0 0; color: #798a81; font-size: 11px; text-align: right; }

.closing { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom: 80px; padding: 64px 72px; overflow: hidden; color: #effff3; border-radius: 24px; background: radial-gradient(circle at 94% 5%, rgba(195, 245, 90, 0.28), transparent 26%), linear-gradient(120deg, #0c382b, #07251d); }
.closing h2 { margin-top: 16px; font-size: clamp(42px, 4.7vw, 64px); }.closing-action { display: flex; flex-direction: column; align-items: flex-start; max-width: 350px; }.closing-action p { margin: 0 0 22px; color: #b9d2c1; font-size: 14px; line-height: 1.65; }

.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 0 36px; }.footer p { margin: 0; color: #7d8f85; font-size: 11px; }.footer div { display: flex; gap: 22px; }.footer div a { color: #5b7267; font-size: 12px; font-weight: 650; text-decoration: none; }.footer div a:hover { color: #126d42; }

@media (max-width: 900px) {
  .nav-links { margin-left: 0; gap: 20px; }
  .hero { min-height: 625px; }.hero-content { min-height: 625px; }.hero-wash { background: linear-gradient(90deg, #061d16 0%, rgba(6, 29, 22, 0.95) 48%, rgba(6, 29, 22, 0.2) 100%); }
  .promise-grid article { padding-right: 25px; }.promise-grid article + article { padding-left: 25px; }
  .section-intro { column-gap: 50px; }.workspace-grid { gap: 42px; }.route-map { height: 355px; }.node-team { right: 30px; }.plans-table .plan { padding-inline: 22px; }.closing { padding-inline: 46px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 520px); }
  .nav { min-height: 70px; }.nav-links { display: none; }.button-nav { min-height: 37px; padding: 0 14px; font-size: 12px; }.button-nav span { display: none; }
  .hero { min-height: 700px; }.hero-art { inset: 0 -200px 0 -170px; opacity: 0.86; }.hero-art img { object-position: 90% center; }.hero-wash { background: linear-gradient(90deg, #061d16 0%, rgba(6, 29, 22, 0.94) 64%, rgba(6, 29, 22, 0.48) 100%), linear-gradient(0deg, rgba(5, 24, 18, 0.46), transparent 34%); }.hero-content { min-height: 700px; align-items: flex-end; padding-block: 70px 48px; }.hero h1 { font-size: clamp(44px, 13.4vw, 62px); }.hero-text { margin: 22px 0 25px; font-size: 15px; }.hero-notes { margin-top: 42px; }.hero-notes div { padding-right: 10px; }.hero-notes div + div { padding-left: 10px; }.hero-notes dd { font-size: 10px; }
  .promise-grid { grid-template-columns: 1fr; }.promise-grid article { min-height: auto; padding: 34px 0 31px; }.promise-grid article + article { border-top: 1px solid var(--line); border-left: 0; }.promise-grid h2 { margin: 14px 0 8px; font-size: 21px; }
  .journey { padding-block: 86px; }.section-intro { display: block; }.section-intro h2 { margin-top: 18px; font-size: 42px; }.section-intro > p:last-child { margin-top: 21px; }.journey-list { grid-template-columns: 1fr; gap: 34px; margin-top: 53px; }.journey-list::before { top: 52px; bottom: 50px; left: 28px; right: auto; border-top: 0; border-left: 1px dashed #a9bfb2; }.journey-list li { display: grid; grid-template-columns: 58px 1fr; column-gap: 21px; }.journey-number { display: none; }.journey-symbol { grid-column: 1; grid-row: 1 / span 2; margin: 0; }.journey-list h3 { grid-column: 2; align-self: end; margin: 4px 0 7px; }.journey-list p { grid-column: 2; }
  .workspace-grid { grid-template-columns: 1fr; gap: 48px; min-height: 0; padding-block: 80px; }.workspace h2 { font-size: 42px; }.route-map { height: 333px; margin-inline: -8px; }.node-contact { left: 31px; }.node-routine { left: 44%; }.node-team { right: 25px; bottom: 57px; }.line-a { left: 76px; width: 210px; }.line-b { top: 205px; left: 53%; width: 128px; }.route-map figcaption { display: none; }
  .plans { padding-block: 86px; }.plans-heading { display: block; }.plans h2 { font-size: 45px; }.plans-heading > p { margin-top: 20px; }.plans-table { grid-template-columns: 1fr; margin-top: 42px; }.plan { min-height: 0; padding: 29px 23px; }.plan + .plan { border-top: 1px solid #c8d5cc; border-left: 0; }.plan-device { min-height: 0; margin-block: 20px 14px; }.plan ul { min-height: 0; margin-block: 23px 17px; }.plans-footnote { text-align: left; }
  .closing { display: block; margin-bottom: 50px; padding: 47px 29px; }.closing h2 { font-size: 48px; }.closing-action { margin-top: 28px; }.footer { display: grid; grid-template-columns: 1fr; gap: 20px; }.footer div { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.button { transition: none; }
}
