:root {
  --bg: #f5f8f0;
  --paper: #ffffff;
  --paper-soft: #eef5e9;
  --green-pale: #e1f1d8;
  --green-light: #c9eea1;
  --green: #327b53;
  --green-dark: #1f5b3e;
  --ink: #183326;
  --muted: #53685b;
  --muted-light: #516756;
  --line: #d6e3d5;
  --display: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --accent: "Fraunces", Georgia, serif;
  --shadow: 0 24px 60px rgba(28, 69, 42, .1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
  border-radius: 5px;
}

button { font: inherit; }

.container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(214, 227, 213, .86);
  background: rgba(245, 248, 240, .97);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.055em; }
.brand-name { font-size: 18px; }
.brand-name span { color: var(--green); font-weight: 600; }

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid rgba(50, 123, 83, .36);
  border-radius: 10px;
  background: #031a3b;
  box-shadow: 0 4px 12px rgba(3, 26, 59, .16);
}

.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }

.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 700; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--green-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.015em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 9px 20px rgba(50, 123, 83, .16); }
.button-primary:hover { background: var(--green-dark); }
.button-outline { border-color: var(--green); color: var(--green-dark); }
.button-outline:hover { background: var(--green-pale); }
.button-dark { background: var(--green-dark); color: #fff; }
.button-dark:hover { background: var(--green); }
.button-large { min-width: 180px; }

.section-pad { padding: 126px 0; }

.hero { position: relative; overflow: hidden; padding-top: 104px; background: var(--bg); }
.hero::after { content: ""; position: absolute; right: -110px; bottom: -190px; width: 430px; height: 430px; border: 1px solid rgba(50, 123, 83, .12); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .91fr); align-items: center; gap: 86px; }

.eyebrow { margin: 0 0 22px; color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dark { color: var(--green-dark); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); vertical-align: 1px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.068em; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(48px, 6.2vw, 81px); font-weight: 700; line-height: 1.02; }
h1 span { color: var(--green-dark); font-family: var(--accent); font-style: italic; font-weight: 600; letter-spacing: -.08em; }
h2 { margin-bottom: 0; font-size: clamp(35px, 4vw, 55px); font-weight: 700; line-height: 1.05; }
h3 { font-size: 19px; font-weight: 700; line-height: 1.16; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-dark { color: var(--green-dark); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 56px; color: var(--muted); font-size: 11px; font-weight: 700; }
.hero-notes i { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border: 1px solid rgba(50, 123, 83, .35); border-radius: 50%; color: var(--green); font-size: 10px; font-style: normal; }

.product-stage { position: relative; min-height: 520px; padding: 32px; border-radius: 30px; background: var(--green-pale); }
.product-stage::before { content: ""; position: absolute; top: 24px; right: 24px; bottom: 24px; left: 24px; border: 1px solid rgba(50, 123, 83, .14); border-radius: 22px; }
.product-window { position: relative; z-index: 1; width: min(100%, 390px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(50, 91, 62, .16); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.product-bar { display: flex; align-items: center; justify-content: space-between; min-height: 51px; padding: 0 19px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line); }
.product-menu { color: var(--muted-light); letter-spacing: 2px; }
.connection-status { padding: 29px 25px 26px; text-align: center; }
.connection-ring { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 14px; border: 1px solid rgba(50, 123, 83, .28); border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-size: 27px; box-shadow: 0 0 0 10px rgba(201, 238, 161, .3); }
.connection-ring span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--green-light); }
.status-label { margin-bottom: 5px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.connection-status h2 { margin-bottom: 7px; font-size: 24px; letter-spacing: -.06em; }
.status-muted { margin: 0; color: var(--muted-light); font-size: 11px; }
.product-row { display: grid; grid-template-columns: 41px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 0 17px 9px; padding: 13px 13px; border: 1px solid var(--line); border-radius: 12px; }
.product-row-soft { border-color: rgba(50, 123, 83, .2); background: var(--green-pale); }
.product-row strong { display: block; color: var(--ink); font-size: 12px; }
.product-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.country-mark, .route-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; font-size: 10px; font-weight: 800; }
.country-de { background: #e4efdc; color: var(--green-dark); }
.route-mark { background: var(--green-light); color: var(--green-dark); font-size: 22px; }
.row-check { color: var(--green); font-size: 16px; font-weight: 800; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(50, 123, 83, .12); }
.product-footer { display: flex; justify-content: space-between; gap: 8px; padding: 18px 20px 19px; color: var(--muted-light); font-size: 9px; font-weight: 700; }
.stage-note { position: absolute; z-index: 2; padding: 8px 10px; border: 1px solid rgba(50, 123, 83, .18); border-radius: 7px; background: rgba(255, 255, 255, .86); color: var(--green-dark); font-size: 10px; font-weight: 800; box-shadow: 0 7px 18px rgba(28, 69, 42, .08); }
.note-top { top: 80px; left: 7px; transform: rotate(-4deg); }
.note-bottom { right: 4px; bottom: 78px; transform: rotate(4deg); }
.trust-line { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; margin-top: 74px; color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.trust-line span { height: 1px; flex: 1; background: var(--line); }
.trust-line p { margin: 0; }

.section-paper { background: var(--paper); }
.section-green-pale { background: var(--green-pale); }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .67fr); align-items: end; gap: 90px; max-width: none; }
.heading-centered { margin-right: auto; margin-left: auto; text-align: center; }
.heading-centered h2 { max-width: 670px; margin: 0 auto; }
.section-intro { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.life-list { border-top: 1px solid var(--line); }
.life-item { display: grid; grid-template-columns: 48px 52px minmax(0, 1fr) auto; align-items: center; gap: 17px; min-height: 119px; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.life-item-highlight { border-radius: 13px; background: var(--green-pale); }
.life-number { align-self: start; padding-top: 5px; color: var(--muted-light); font-size: 11px; font-weight: 800; }
.life-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 12px; color: var(--green-dark); font-size: 25px; font-weight: 500; }
.icon-browser { font-size: 18px; }
.icon-road { font-size: 30px; }
.life-item h3 { margin-bottom: 5px; font-size: 19px; }
.life-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; }
.life-arrow { color: var(--muted-light); font-size: 22px; }
.life-badge { align-self: start; padding: 6px 9px; border: 1px solid rgba(50, 123, 83, .2); border-radius: 99px; color: var(--green-dark); font-size: 10px; font-weight: 800; white-space: nowrap; }

.steps-row { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: start; }
.step-item { position: relative; padding: 0 16px; text-align: center; }
.step-number { display: inline-block; margin-bottom: 17px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border: 1px solid rgba(50, 123, 83, .28); border-radius: 50%; background: rgba(255, 255, 255, .58); color: var(--green-dark); font-size: 29px; }
.step-icon span { transform: translateY(-2px); }
.step-item h3 { margin-bottom: 9px; font-size: 20px; }
.step-item p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.7; }
.step-connector { height: 1px; margin-top: 124px; background: rgba(50, 123, 83, .28); }

.benefits-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 120px; }
.benefits-copy h2 { max-width: 430px; margin-bottom: 23px; }
.benefits-copy > p:not(.eyebrow) { max-width: 400px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.benefits-panel { border-top: 1px solid var(--line); }
.benefit-line { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: start; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.benefit-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-size: 12px; font-weight: 800; }
.benefit-line strong { display: block; margin-bottom: 4px; font-size: 15px; }
.benefit-line p { max-width: 450px; margin: 0; color: var(--muted); font-size: 12px; }
.benefit-status { padding-top: 3px; color: var(--green); font-size: 10px; font-weight: 800; white-space: nowrap; }

.section-device { background: var(--bg); }
.compatibility-grid { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1fr); align-items: center; gap: 118px; }
.device-visual { position: relative; min-height: 320px; }
.device-card { position: absolute; border: 1px solid rgba(50, 123, 83, .23); background: var(--paper); box-shadow: var(--shadow); }
.device-phone { z-index: 2; top: 6px; left: 16%; display: flex; width: 170px; height: 286px; align-items: center; flex-direction: column; padding-top: 44px; border-radius: 26px; transform: rotate(-6deg); }
.device-notch { position: absolute; top: 12px; left: 50%; width: 54px; height: 6px; border-radius: 99px; background: var(--line); transform: translateX(-50%); }
.device-check { display: grid; place-items: center; width: 73px; height: 73px; margin: 32px 0 20px; border: 1px solid rgba(50, 123, 83, .3); border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-size: 27px; }
.device-phone strong { font-size: 16px; }
.device-phone small { margin-top: 4px; color: var(--muted-light); font-size: 10px; }
.device-laptop { right: 1%; bottom: 6px; width: 310px; height: 190px; padding: 20px; border-radius: 13px 13px 18px 18px; transform: rotate(5deg); }
.device-laptop::after { content: ""; position: absolute; right: -25px; bottom: -17px; left: -25px; height: 17px; border: 1px solid rgba(50, 123, 83, .23); border-radius: 0 0 8px 8px; background: var(--paper-soft); }
.laptop-bar { display: block; width: 70%; height: 11px; margin-bottom: 30px; border-radius: 99px; background: var(--green-pale); }
.laptop-line { display: block; width: 78%; height: 8px; margin-bottom: 12px; border-radius: 99px; background: var(--line); }
.laptop-line.short { width: 48%; }
.laptop-status { display: inline-block; margin-top: 27px; padding: 7px 9px; border-radius: 7px; background: var(--green-light); color: var(--green-dark); font-size: 9px; font-weight: 800; }
.compatibility-copy h2 { max-width: 500px; margin-bottom: 21px; }
.compatibility-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.client-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.client-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--green-dark); font-size: 10px; font-weight: 800; }

.section-pricing { background: var(--paper-soft); }
.pricing-heading { margin-bottom: 46px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.price-card { position: relative; display: flex; min-height: 425px; flex-direction: column; padding: 24px 21px 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.price-card-featured { border-color: var(--green); box-shadow: 0 13px 28px rgba(50, 123, 83, .12); }
.popular-label { position: absolute; top: -12px; left: 18px; padding: 5px 9px; border-radius: 5px; background: var(--green); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 30px; }
.price-period { font-size: 14px; font-weight: 800; }
.price-mark, .discount { color: var(--green); font-size: 10px; font-weight: 800; }
.price-mark { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; }
.discount { padding: 5px 7px; border-radius: 6px; background: var(--green-pale); color: var(--green-dark); }
.price-value { margin: 27px 0 1px; color: var(--green-dark); }
.price-value strong { font-size: 43px; letter-spacing: -.09em; line-height: 1; }
.price-value { font-size: 16px; font-weight: 700; }
.price-note { min-height: 20px; margin-bottom: 28px; color: var(--muted-light); font-size: 11px; }
.price-card ul { display: grid; gap: 11px; margin: 0 0 25px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 19px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.button-card { width: 100%; min-height: 44px; margin-top: auto; padding: 0 11px; border-color: var(--line); color: var(--green-dark); font-size: 11px; }
.button-card:hover { border-color: var(--green); background: var(--green-pale); }
.button-card-primary { border-color: var(--green); background: var(--green); color: #fff; }
.button-card-primary:hover { background: var(--green-dark); }
.pricing-footnote { margin: 21px 0 0; color: var(--muted-light); font-size: 11px; text-align: center; }

.section-free { background: var(--green-pale); }
.free-hour-card { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: center; gap: 70px; padding: 56px 70px; border: 1px solid rgba(50, 123, 83, .17); border-radius: 20px; background: #ecf6e7; }
.development-label { display: inline-block; margin-bottom: 27px; padding: 6px 9px; border: 1px solid rgba(50, 123, 83, .26); border-radius: 6px; color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.free-hour-copy h2 { max-width: 540px; margin-bottom: 20px; }
.free-hour-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.free-hour-clock { display: flex; min-height: 205px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(50, 123, 83, .23); border-radius: 50%; background: var(--paper); box-shadow: 0 14px 30px rgba(50, 123, 83, .08); }
.free-hour-clock strong { margin: 9px 0; color: var(--green-dark); font-family: var(--accent); font-size: 53px; font-weight: 600; letter-spacing: -.08em; }
.clock-caption { color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.free-hour-coming { display: grid; align-content: center; gap: 18px; min-height: 205px; padding: 25px 28px; border: 1px solid rgba(50, 123, 83, .23); border-radius: 16px; background: var(--paper); box-shadow: 0 14px 30px rgba(50, 123, 83, .08); }
.free-hour-coming .development-label { margin: 0; justify-self: start; }
.free-hour-coming strong { color: var(--green-dark); font-family: var(--accent); font-size: 27px; font-weight: 600; letter-spacing: -.045em; line-height: 1.12; }
.free-hour-coming .text-link { justify-self: start; }

.platform-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin-top: 24px; }
.platform-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 12px; font-weight: 800; }
.platform-links a span { color: var(--green); font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.platform-links a:hover span { transform: translateX(4px); }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 17px; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--green-dark); }

.platform-page { background: var(--bg); }
.platform-hero { padding: 55px 0 76px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 55px; color: var(--muted-light); font-size: 11px; }
.breadcrumbs a { color: var(--green-dark); font-weight: 800; }
.breadcrumbs span { color: var(--muted); }
.breadcrumbs > span[aria-hidden="true"] { color: var(--line); }
.platform-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr); align-items: end; gap: 88px; }
.platform-hero h1 { max-width: 720px; margin-bottom: 24px; }
.platform-lead { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.platform-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; margin-top: 31px; }
.updated-line { margin-top: 31px; color: var(--muted-light); font-size: 11px; }
.platform-visual { position: relative; min-height: 330px; padding: 24px; border: 1px solid rgba(50, 123, 83, .18); border-radius: 22px; background: var(--green-pale); overflow: hidden; }
.platform-visual::before { content: ""; position: absolute; right: -80px; bottom: -105px; width: 270px; height: 270px; border: 1px solid rgba(50, 123, 83, .14); border-radius: 50%; box-shadow: 0 0 0 25px rgba(50, 123, 83, .05), 0 0 0 50px rgba(50, 123, 83, .04); }
.platform-screen { position: relative; z-index: 1; max-width: 340px; margin: 27px auto 0; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.platform-screen-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.platform-screen-top strong { color: var(--green-dark); font-size: 11px; letter-spacing: 0; text-transform: none; }
.platform-screen-check { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 23px; border: 1px solid rgba(50, 123, 83, .28); border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-size: 30px; }
.platform-screen h2 { margin-bottom: 9px; font-size: 22px; text-align: center; }
.platform-screen p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }
.platform-screen-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 25px; padding: 12px 13px; border-radius: 10px; background: var(--green-pale); color: var(--green-dark); font-size: 11px; font-weight: 800; }
.platform-screen-row span:last-child { color: var(--green); }
.platform-benefits { padding: 22px 0 82px; background: var(--paper); }
.platform-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.platform-fact { min-height: 112px; padding: 23px; background: var(--paper); }
.platform-fact small { display: block; margin-bottom: 13px; color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.platform-fact strong { color: var(--green-dark); font-size: 16px; line-height: 1.35; }
.platform-main { padding: 92px 0; background: var(--bg); }
.platform-content-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: 112px; }
.platform-section + .platform-section { margin-top: 75px; }
.platform-section h2 { max-width: 620px; margin-bottom: 18px; }
.platform-section > p, .platform-section li { max-width: 700px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.platform-section p + p { margin-top: 15px; }
.platform-list { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.platform-list li { position: relative; padding-left: 25px; }
.platform-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--green); font-weight: 800; }
.setup-list { display: grid; gap: 14px; margin-top: 28px; }
.setup-step { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.setup-step-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-size: 11px; font-weight: 800; }
.setup-step h3 { margin-bottom: 6px; font-size: 16px; }
.setup-step p { margin: 0; }
.platform-aside { display: grid; align-content: start; gap: 18px; }
.platform-callout { padding: 28px; border: 1px solid rgba(50, 123, 83, .18); border-radius: 15px; background: var(--green-pale); }
.platform-callout h3 { margin-bottom: 12px; font-size: 18px; }
.platform-callout p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.platform-callout p:last-child { margin-bottom: 0; }
.platform-callout-dark { border-color: transparent; background: var(--green-dark); color: #fff; }
.platform-callout-dark h3, .platform-callout-dark strong { color: #fff; }
.platform-callout-dark p { color: rgba(255, 255, 255, .82); }
.platform-callout-dark a { color: var(--green-light); }
.platform-mini-links { display: grid; gap: 8px; }
.platform-mini-links a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 12px; font-weight: 800; }
.platform-faq { padding: 92px 0; background: var(--paper); }
.platform-faq-grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 112px; }
.platform-faq h2 { margin-bottom: 17px; }
.platform-faq-intro { color: var(--muted); font-size: 14px; line-height: 1.75; }
.platform-final { background: var(--green-light); }

.plain-page { background: var(--bg); }
.plain-main { padding: 64px 0 95px; }
.plain-card { max-width: 850px; padding: 46px 52px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.plain-card h1 { max-width: 760px; margin-bottom: 19px; font-size: clamp(42px, 6vw, 72px); }
.plain-card h2 { margin: 45px 0 15px; font-size: 26px; }
.plain-card h3 { margin: 27px 0 10px; font-size: 18px; }
.plain-card p, .plain-card li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.plain-card ul { display: grid; gap: 9px; margin: 14px 0; padding-left: 22px; }
.plain-card time { color: var(--muted-light); font-size: 11px; }
.plain-card a { color: var(--green-dark); font-weight: 800; }
.plain-card .eyebrow { margin-bottom: 22px; }
.plain-footer { margin-top: 46px; }

.section-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 130px; }
.faq-grid h2 { margin-bottom: 20px; }
.faq-lead { max-width: 350px; margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; letter-spacing: -.035em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 640px; margin: -2px 42px 21px 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.final-cta { background: var(--green-light); }
.final-cta-inner { display: flex; min-height: 270px; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin-bottom: 11px; }
.final-cta p:not(.eyebrow) { margin: 0; color: var(--green-dark); font-size: 14px; }

.site-footer { background: var(--paper); }
.footer-inner { display: flex; min-height: 105px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-inner p { margin: 0; }
.footer-inner > a:last-child { color: var(--green-dark); font-weight: 800; }

@media (max-width: 1100px) {
  .hero-grid { gap: 50px; }
  .benefits-grid, .compatibility-grid { gap: 70px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { min-height: 380px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 600px); }
  .desktop-nav { display: none; }
  .header-inner { justify-content: space-between; min-height: 70px; }
  .hero { padding-top: 78px; }
  .hero-grid, .heading-split, .benefits-grid, .compatibility-grid, .faq-grid, .free-hour-card { display: block; }
  h1 { font-size: clamp(46px, 11vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-notes { margin-top: 40px; }
  .product-stage { min-height: 490px; margin-top: 57px; }
  .section-pad { padding: 88px 0; }
  .section-heading { margin-bottom: 42px; }
  .heading-split h2 { margin-bottom: 24px; }
  .life-item { grid-template-columns: 34px 45px minmax(0, 1fr); gap: 12px; padding: 17px 8px; }
  .life-item h3 { font-size: 17px; }
  .life-arrow { display: none; }
  .life-badge { grid-column: 3; justify-self: start; margin-top: -5px; }
  .steps-row { display: block; }
  .step-item { display: grid; grid-template-columns: 46px 64px minmax(0, 1fr); align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(50, 123, 83, .2); text-align: left; }
  .step-number { align-self: start; margin: 4px 0 0; }
  .step-icon { width: 60px; height: 60px; margin: 0; }
  .step-item h3 { margin-bottom: 5px; font-size: 18px; }
  .step-item p { margin: 0; font-size: 12px; }
  .step-connector { display: none; }
  .benefits-grid > div:first-child { margin-bottom: 48px; }
  .compatibility-grid > div:first-child { margin-bottom: 55px; }
  .device-visual { min-height: 300px; }
  .free-hour-card { padding: 42px 28px; }
  .free-hour-coming { margin-top: 42px; }
  .faq-grid > div:first-child { margin-bottom: 48px; }
  .final-cta-inner { min-height: 300px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 32px); }
  .brand-name { font-size: 16px; }
  .button-small { min-height: 39px; padding: 0 12px; font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-notes { display: grid; gap: 10px; }
  .product-stage { min-height: 440px; padding: 22px 14px; border-radius: 22px; }
  .product-stage::before { top: 15px; right: 15px; bottom: 15px; left: 15px; border-radius: 16px; }
  .product-window { border-radius: 16px; }
  .connection-status { padding: 23px 16px 20px; }
  .connection-ring { width: 69px; height: 69px; }
  .connection-ring span { width: 47px; height: 47px; font-size: 21px; }
  .connection-status h2 { font-size: 21px; }
  .product-row { margin-right: 10px; margin-left: 10px; padding: 11px 9px; }
  .product-footer { gap: 5px; padding-right: 12px; padding-left: 12px; font-size: 8px; }
  .stage-note { display: none; }
  .trust-line { margin-top: 45px; font-size: 8px; letter-spacing: .08em; }
  .life-item { grid-template-columns: 28px 39px minmax(0, 1fr); gap: 9px; }
  .life-icon { width: 39px; height: 39px; font-size: 21px; }
  .life-item h3 { font-size: 15px; }
  .life-item p { font-size: 11px; }
  .pricing-grid { display: block; }
  .price-card { min-height: 0; margin-bottom: 12px; }
  .price-card ul { margin-bottom: 21px; }
  .free-hour-copy h2 { font-size: 36px; }
  .free-hour-coming { min-height: 185px; margin-top: 38px; padding: 24px 20px; }
  .free-hour-coming strong { font-size: 24px; }
  .benefit-line { grid-template-columns: 27px minmax(0, 1fr); gap: 12px; }
  .benefit-status { grid-column: 2; padding: 0; }
  .device-phone { left: 7%; }
  .device-visual { overflow: hidden; }
  .device-laptop { right: 0; width: min(260px, 72vw); }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 160px; padding: 25px 0; }
}

@media (max-width: 800px) {
  .platform-hero { padding-top: 40px; }
  .platform-hero-grid, .platform-content-grid, .platform-faq-grid { display: block; }
  .platform-hero-grid > div + div { margin-top: 52px; }
  .platform-main, .platform-faq { padding: 78px 0; }
  .platform-content-grid > .platform-aside { margin-top: 58px; }
  .platform-faq-grid > div + div { margin-top: 46px; }
  .platform-facts { grid-template-columns: 1fr; }
  .platform-fact { min-height: 0; }
  .plain-card { padding: 35px 27px; }
}

@media (max-width: 520px) {
  .platform-hero h1 { font-size: 44px; }
  .platform-lead { font-size: 14px; }
  .platform-actions { align-items: flex-start; flex-direction: column; }
  .platform-visual { min-height: 300px; padding: 14px; }
  .platform-screen { margin-top: 19px; padding: 19px; }
  .platform-links { grid-template-columns: 1fr; }
  .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .footer-links a { font-size: 11px; }
  .plain-main { padding-top: 42px; }
  .plain-card h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
