:root { --accent: #177357; --green: #177357; --deep: #0e503d; --tint: #f3f7f5; --mint: #dff4e9; --wash: #f3f7f5; --paper: #fff; --ink: #10221b; --muted: #66736e; --line: #e2e9e5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.landing-body { background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.lp-nav { align-items: center; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); display: flex; height: 70px; justify-content: space-between; margin: auto; max-width: 1240px; padding: 0 28px; position: relative; z-index: 10; }
.lp-brand { align-items: center; color: var(--ink); display: inline-flex; font-weight: 800; gap: 10px; text-decoration: none; }
.lp-mark { background: var(--accent); border-radius: 9px; color: #fff; display: grid; height: 31px; place-items: center; width: 31px; }
.lp-mark.small { border-radius: 7px; height: 25px; width: 25px; }
.lp-nav-actions { align-items: center; display: flex; gap: 19px; }
.lp-nav-link { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.lp-nav-link:hover { color: var(--accent); }
.lp-signin, .lp-primary { align-items: center; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 700; justify-content: center; padding: 10px 17px; text-decoration: none; }
.lp-signin { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.lp-primary { background: var(--accent); border: 1px solid var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(23,115,87,.16); }
.lp-primary:hover { background: #115e47; border-color: #115e47; }
.lp-hero { background: radial-gradient(circle at 83% 5%, rgba(23,115,87,.12), transparent 31%), linear-gradient(180deg,#fff 0%,#f8fbf9 100%); border-bottom: 1px solid var(--line); padding: 100px 28px 86px; }
.lp-hero-copy { margin: auto; max-width: 1184px; }
.lp-kicker { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .15em; margin: 0; text-transform: uppercase; }
.lp-live-dot { background: #28a979; border-radius: 50%; box-shadow: 0 0 0 5px rgba(40,169,121,.1); display: inline-block; height: 7px; margin-right: 11px; width: 7px; }
.lp-hero h1 { font: 600 clamp(48px,7vw,82px)/.98 Newsreader, Georgia, serif; letter-spacing: -.045em; margin: 22px 0; max-width: 940px; }
.lp-lede { color: var(--muted); font-size: clamp(18px,2vw,21px); line-height: 1.65; margin: 0; max-width: 760px; }
.lp-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.lp-hero-cta { font-size: 15px; padding: 13px 21px; }
.lp-secondary { color: var(--ink); font-size: 14px; font-weight: 700; padding: 11px 5px; text-decoration: none; }
.lp-proof { display: flex; gap: 42px; margin: 48px 0 34px; }
.lp-proof div { display: flex; flex-direction: column; }
.lp-proof strong { font: 600 28px Newsreader, Georgia, serif; }
.lp-proof span { color: var(--muted); font-size: 11px; margin-top: 3px; text-transform: uppercase; letter-spacing: .07em; }
.lp-demo-frame { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 28px 80px rgba(16,34,27,.12); margin: 0 auto; max-width: 1184px; overflow: hidden; padding: 9px; }
.lp-window-bar { align-items: center; background: #f7f9f8; border-radius: 14px 14px 0 0; color: #bec8c3; display: flex; gap: 6px; height: 36px; padding: 0 12px; }
.lp-window-bar > span { font-size: 10px; }
.lp-window-bar > span:first-child { color: #f39c92; }
.lp-window-bar > span:nth-child(2) { color: #efc969; }
.lp-window-bar > span:nth-child(3) { color: #78c69d; }
.lp-window-bar p { color: #809089; flex: 1; font-size: 10px; margin: 0; text-align: center; }
.lp-demo-frame img { background: var(--tint); display: block; height: auto; width: 100%; }
.lp-demo-caption { color: var(--muted); font-size: 11px; margin: 11px 0 4px; text-align: center; }
.lp-section { margin: auto; max-width: 1240px; padding: 96px 28px; scroll-margin-top: 70px; }
.lp-section-head { max-width: 790px; }
.lp-section h2, .lp-coverage h2, .lp-developer-band h2, .lp-final-cta h2 { font: 600 clamp(35px,4.7vw,56px)/1.04 Newsreader, Georgia, serif; letter-spacing: -.035em; margin: 16px 0; }
.lp-section-lede { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 760px; }
.lp-feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 48px; }
.lp-feature-grid article { border: 1px solid var(--line); border-radius: 20px; min-height: 225px; padding: 27px; }
.lp-feature-grid article > span { color: var(--accent); font-size: 11px; font-weight: 800; }
.lp-feature-grid h3 { font: 600 24px Newsreader, Georgia, serif; margin: 49px 0 9px; }
.lp-feature-grid article p { color: var(--muted); font-size: 14px; line-height: 1.62; margin: 0; }
.lp-coverage { align-items: center; background: var(--tint); border-block: 1px solid #dce9e2; display: grid; gap: 70px; grid-template-columns: 1.05fr .95fr; padding: 90px max(28px,calc((100vw - 1184px)/2)); scroll-margin-top: 70px; }
.lp-coverage .lp-primary { margin-top: 25px; }
.lp-mini-label { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.lp-model { background: rgba(255,255,255,.78); border: 1px solid #d5e4dc; border-radius: 20px; box-shadow: 0 22px 60px rgba(16,34,27,.08); overflow: hidden; }
.lp-model div { align-items: center; border-bottom: 1px solid #e1ebe6; display: flex; justify-content: space-between; padding: 18px 20px; }
.lp-model div:last-child { border: 0; }
.lp-model strong { font-size: 13px; }
.lp-model span { color: var(--muted); font-size: 12px; }
.lp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.lp-tags span { background: #fff; border: 1px solid #d4e3db; border-radius: 999px; color: #375248; font-size: 11px; padding: 7px 11px; }
.lp-developer-band { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr auto; margin: auto; max-width: 1240px; padding: 88px 28px; }
.lp-developer-band h2 { font-size: clamp(34px,4vw,49px); }
.lp-final-cta { background: #10221b; color: #fff; padding: 90px 28px; text-align: center; }
.lp-final-cta .lp-kicker { color: #78d7b2; }
.lp-final-cta h2 { margin-inline: auto; max-width: 820px; }
.lp-final-cta > p:not(.lp-kicker) { color: #afbeb8; font-size: 17px; }
.lp-actions.centered { justify-content: center; }
.lp-final-cta .lp-signin { background: transparent; border-color: #53665e; color: #fff; }
.lp-footer { align-items: flex-start; display: flex; justify-content: space-between; margin: auto; max-width: 1240px; padding: 44px 28px 54px; }
.lp-footer p { color: var(--muted); font-size: 12px; margin: 13px 0 0; }
.lp-footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.lp-footer-links a { color: var(--muted); font-size: 12px; text-decoration: none; }
.lp-footer-links a:hover { color: var(--accent); }
@media (max-width: 820px) {
  .lp-nav { height: 62px; padding: 0 17px; }
  .lp-nav-link, .lp-nav-cta { display: none; }
  .lp-nav-actions { gap: 10px; }
  .lp-hero { padding: 69px 17px 60px; }
  .lp-hero h1 { font-size: clamp(45px,13vw,66px); }
  .lp-proof { gap: 21px; justify-content: space-between; }
  .lp-proof strong { font-size: 24px; }
  .lp-demo-frame { border-radius: 15px; padding: 5px; }
  .lp-window-bar { height: 28px; }
  .lp-demo-caption { display: none; }
  .lp-section { padding: 72px 17px; }
  .lp-feature-grid, .lp-coverage, .lp-developer-band { grid-template-columns: 1fr; }
  .lp-feature-grid article { min-height: 190px; }
  .lp-coverage { gap: 44px; padding: 70px 17px; }
  .lp-developer-band { gap: 20px; padding: 70px 17px; }
  .lp-developer-band .lp-primary { justify-self: start; }
  .lp-footer { flex-direction: column; gap: 28px; padding-inline: 17px; }
}
@media (max-width: 460px) {
  .lp-proof { align-items: flex-start; flex-direction: column; gap: 14px; }
  .lp-proof div { align-items: baseline; flex-direction: row; gap: 8px; }
  .lp-feature-grid { grid-template-columns: 1fr; }
  .lp-model div { align-items: flex-start; flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.language-switcher { position: relative; }
.language-switcher summary { align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; display: flex; font-size: 12px; font-weight: 700; gap: 6px; list-style: none; padding: 7px 10px; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-menu { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 36px rgba(16,34,27,.14); min-width: 148px; padding: 6px; position: absolute; right: 0; top: calc(100% + 8px); z-index: 20; }
.language-option { align-items: center; border-radius: 8px; color: var(--ink); display: flex; font-size: 12px; gap: 8px; padding: 8px 9px; text-decoration: none; }
.language-option:hover, .language-option.active { background: var(--tint); color: var(--accent); }
@media (max-width: 820px) { .language-name { display: none; } .language-switcher summary { padding: 7px 9px; } }
