:root {
  --ink: #073f3a;
  --ink-soft: #315f58;
  --muted: #6d8580;
  --paper: #f5f8f3;
  --paper-deep: #e8f0e8;
  --panel: #ffffff;
  --teal: #0a5b53;
  --teal-dark: #063b38;
  --lime: #b9e86f;
  --line: rgba(7, 63, 58, .15);
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: rgba(245, 248, 243, .9); backdrop-filter: blur(10px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.15rem; font-weight: 800; letter-spacing: -.04em; }
.brand img { width: 42px; height: 30px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.header-link { color: var(--ink); font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.header-link span { color: var(--teal); font-size: 1rem; margin-left: 5px; }
.header-link:hover, .site-footer a:hover, .text-link:hover { color: var(--teal); }
.hero { position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; background: linear-gradient(135deg, var(--paper) 0%, #f6faf2 45%, #dcefe0 100%); }
.hero::after { position: absolute; right: -90px; bottom: -170px; width: 420px; height: 420px; border: 1px solid rgba(10, 91, 83, .2); border-radius: 50%; content: ''; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 65px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(185, 232, 111, .24); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(2.9rem, 6vw, 5.4rem); line-height: 1.06; letter-spacing: -.08em; }
h1 em { color: var(--teal); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-tagline { margin: -13px 0 25px; color: var(--teal); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.1rem); line-height: 1.1; }
.hero-text { max-width: 470px; margin-bottom: 34px; color: var(--ink-soft); font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.play-button { display: inline-flex; align-items: center; gap: 12px; padding: 11px 18px; border-radius: 6px; background: var(--teal-dark); color: #fff; text-decoration: none; box-shadow: 0 12px 22px rgba(6, 59, 56, .18); }
.play-button small, .play-button strong { display: block; line-height: 1.25; }
.play-button small { color: var(--lime); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.play-button strong { font-size: .98rem; }
.play-icon { color: var(--lime); font-size: 1.05rem; }
.text-link { color: var(--ink-soft); font-size: .84rem; text-underline-offset: 5px; }
.hero-art { position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(7, 63, 58, .2); background: var(--teal-dark); box-shadow: 16px 20px 0 rgba(185, 232, 111, .38); }
.hero-art::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6, 59, 56, .08), rgba(6, 59, 56, .45)); content: ''; pointer-events: none; }
.hero-art img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; object-position: center; opacity: .93; }
.hero-art-caption { position: absolute; right: 18px; bottom: 15px; left: 18px; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.8); font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.section { padding: 110px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .download h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.12; letter-spacing: -.07em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { display: block; min-height: 300px; padding: 30px 26px 34px; border: 1px solid var(--line); background: var(--panel); text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.service-card:hover { border-color: var(--teal); background: #fafff8; transform: translateY(-4px); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.service-icon, .service-arrow { color: var(--teal); }
.service-icon { font-size: 2.1rem; line-height: 1; }
.service-arrow { font-size: 1.3rem; }
.service-label { margin-bottom: 12px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 8px; font-size: 1.45rem; letter-spacing: -.04em; }
.service-card > p:not(.service-label) { min-height: 58px; margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.service-link { color: var(--teal); font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.download { padding-top: 0; }
.download-panel { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: 48px clamp(26px, 6vw, 76px); background: var(--teal-dark); color: #fff; }
.download-panel .eyebrow { color: var(--lime); }
.download-side { max-width: 290px; }
.download-side p { color: #c9ded5; font-size: .88rem; }
.button { display: inline-block; padding: 12px 18px; border-radius: 5px; font-size: .86rem; font-weight: 700; text-decoration: none; }
.button-light { background: var(--lime); color: var(--teal-dark); }
.button-light:hover { background: #d2f49c; }
.site-footer { padding: 30px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; color: var(--muted); font-size: .78rem; }
.footer-inner p { margin: 0; }
.footer-brand { margin-right: auto !important; color: var(--ink); font-weight: 800; }
.site-footer a { color: var(--ink-soft); text-decoration: none; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
@media (max-width: 720px) {
  .container { width: min(100% - 32px, 560px); }
  .header-inner { height: 68px; }
  .hero { min-height: auto; padding: 75px 0 70px; }
  .hero-grid { display: block; }
  .hero-art { min-height: 300px; margin-top: 50px; box-shadow: 9px 12px 0 rgba(185, 232, 111, .38); }
  .hero-art img { min-height: 300px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .hero-text { font-size: .92rem; }
  .hero-art-caption { font-size: .52rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 0; padding: 24px; }
  .service-card > p:not(.service-label) { min-height: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 30px; }
  .download-panel { display: block; padding: 36px 25px; }
  .download-side { margin-top: 28px; }
  .site-footer { padding: 24px 0; }
  .footer-inner { gap: 8px 18px; }
  .footer-brand { width: 100%; margin-right: 0 !important; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .service-card { transition: none; } }
