@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #14231f;
  --muted: #64716a;
  --paper: #f4f7f2;
  --line: #d6dfd7;
  --green: #b9e56d;
  --green-dark: #547b3d;
  --dark: #1c302a;
  --sand: #e8ded0;
  --max-width: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.section-shell { max-width: var(--max-width); margin-inline: auto; padding-inline: 28px; }

.site-header {
  max-width: 1220px;
  height: 84px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand, .footer-brand { display: inline-flex; gap: 10px; align-items: center; font-size: 20px; font-weight: 800; letter-spacing: -0.06em; }

.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 9px 9px 9px 2px;
  transform: rotate(-7deg);
}

.brand-mark svg { width: 22px; height: 22px; fill: currentColor; transform: rotate(7deg); }
.nav-links { display: flex; align-items: center; gap: 32px; color: #51615a; font-size: 13px; font-weight: 600; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-download { padding: 12px 15px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 8px; }
.nav-download span { margin-left: 8px; color: var(--green-dark); font-size: 16px; }

.hero { min-height: 640px; display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 40px; padding-top: 52px; padding-bottom: 68px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 25px; }
.eyebrow { margin: 0 0 22px; color: var(--green-dark); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .16em; line-height: 1.5; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--green); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 580px; margin-bottom: 25px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.075em; font-weight: 800; }
h1 em, blockquote em { color: var(--green-dark); font-style: normal; }
.hero-text { max-width: 460px; margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(20, 35, 31, .12); }
.button-primary { color: var(--ink); background: var(--green); }
.button-arrow { margin-left: 22px; font-size: 19px; font-weight: 400; }
.text-link { color: #53635b; font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--green-dark); font-size: 16px; }
.platform-note { margin-top: 48px; margin-bottom: 0; color: #8a968e; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .06em; }
.platform-note span { margin-right: 6px; color: var(--green-dark); font-size: 15px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; overflow: hidden; }
.sun-glow { position: absolute; width: 270px; height: 270px; background: var(--green); border-radius: 50%; filter: blur(1px); opacity: .85; }
.orbit { position: absolute; border: 1px solid #cdd9ce; border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 490px; height: 190px; }
.orbit-two { width: 570px; height: 250px; transform: rotate(38deg); }
.phone { position: absolute; width: 262px; height: 514px; padding: 9px; background: #12211d; border: 1px solid #526b60; border-radius: 34px; box-shadow: 20px 28px 40px rgba(20, 35, 31, .2); }
.phone-front { z-index: 2; transform: translate(20px, 8px) rotate(7deg); }
.phone-back { z-index: 1; transform: translate(-150px, 40px) rotate(-11deg) scale(.86); opacity: .75; }
.phone-screen { height: 100%; overflow: hidden; color: #20332b; background: #f6f8f3; border-radius: 26px; }
.phone-speaker { position: absolute; z-index: 5; top: 16px; left: calc(50% - 31px); width: 62px; height: 17px; background: #12211d; border-radius: 20px; }
.status-row { display: flex; justify-content: space-between; padding: 17px 19px 8px; font-size: 8px; font-weight: 800; }
.app-greeting { padding: 23px 21px 15px; }
.app-greeting span { display: block; color: #7c8c82; font-size: 9px; }
.app-greeting strong { display: block; margin-top: 5px; font-size: 18px; letter-spacing: -.06em; }
.flight-card { margin: 0 15px; padding: 17px 16px 14px; color: #eaf4e4; background: var(--dark); border-radius: 14px; }
.flight-card-top, .route-meta { display: flex; justify-content: space-between; align-items: center; }
.flight-card-top { color: #bdd0c3; font-size: 8px; }
.live-dot { color: var(--green); font-size: 7px; }
.route { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; font-size: 23px; letter-spacing: -.08em; }
.route-line { display: inline-block; padding-inline: 10px; color: var(--green); font-size: 22px; transform: rotate(-15deg); }
.route-meta { margin-top: -2px; color: #92aa9a; font-size: 7px; }
.notice-title { display: flex; justify-content: space-between; align-items: center; margin: 27px 20px 11px; font-size: 11px; font-weight: 800; }
.notice-title small { color: #7d8b82; font-size: 7px; font-weight: 600; }
.notice-item { display: flex; gap: 10px; align-items: center; margin: 0 15px 8px; padding: 11px 10px; background: white; border-radius: 10px; box-shadow: 0 3px 12px rgba(48, 70, 57, .04); }
.notice-icon { display: grid; width: 24px; height: 24px; place-items: center; color: #4d803f; background: #e6f5d6; border-radius: 7px; font-size: 13px; }
.notice-icon.warm { color: #a66f46; background: #f6e8d8; }
.notice-item span:nth-child(2) { display: grid; gap: 3px; flex: 1; }
.notice-item b { font-size: 8px; }
.notice-item small { color: #9ba59e; font-size: 7px; }
.notice-item i { color: #9ba59e; font-size: 17px; font-style: normal; }
.phone-tabs { display: flex; justify-content: space-around; align-items: center; height: 54px; margin-top: 17px; border-top: 1px solid #edf0eb; color: #abb5ae; font-size: 14px; text-align: center; }
.phone-tabs span { display: grid; gap: 2px; }
.phone-tabs small { font-size: 6px; }
.phone-tabs .active { color: #4d803f; }
.back-screen { background: #d8e7d7; }
.mini-header { display: flex; justify-content: space-between; padding: 25px 18px; color: #3f6b40; font-size: 9px; }
.mini-logo { width: 20px; height: 20px; display: grid; place-items: center; color: var(--dark); background: var(--green); border-radius: 6px; font-size: 12px; font-weight: 800; }
.mini-map-line { width: 140%; height: 120px; margin-top: 100px; margin-left: -40px; border-top: 1px solid #abc9ad; border-radius: 50%; transform: rotate(-25deg); }
.mini-map-dot { position: absolute; width: 7px; height: 7px; background: #5b954c; border: 2px solid #e5f0df; border-radius: 50%; }
.dot-a { top: 205px; left: 85px; }.dot-b { top: 305px; right: 38px; }
.plane-label { position: absolute; z-index: 3; color: #78907f; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .1em; }
.label-top { top: 63px; right: 5px; }.label-top span { margin-left: 9px; color: #9abf5d; }.label-bottom { bottom: 65px; left: 12px; }.label-bottom span { margin-right: 9px; color: #9abf5d; }

.feature-strip { padding-top: 84px; padding-bottom: 118px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-intro .eyebrow { margin-bottom: 0; }
h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.075em; }
h2 span { color: #82948a; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.feature-card { min-height: 286px; padding: 22px 20px; position: relative; border-radius: 10px; }
.feature-number { color: rgba(20, 35, 31, .45); font-family: 'DM Mono', monospace; font-size: 10px; }
.feature-icon { margin: 41px 0 22px; font-size: 31px; line-height: 1; }
.feature-card h3 { margin-bottom: 11px; font-size: 16px; letter-spacing: -.05em; }
.feature-card p { max-width: 220px; margin-bottom: 0; color: #617069; font-size: 11px; line-height: 1.75; }
.feature-card-green { background: var(--green); }.feature-card-green .feature-icon { color: #517a3f; }
.feature-card-dark { color: #eaf4e4; background: var(--dark); }.feature-card-dark .feature-number, .feature-card-dark p { color: #91a99a; }.feature-card-dark .feature-icon { color: var(--green); }
.feature-card-sand { background: var(--sand); }.feature-card-sand .feature-icon { color: #9f754d; }
.feature-card-outline { border: 1px solid #c8d5ca; }.feature-card-outline .feature-icon { color: #7c9d70; }

.quote-section { padding-top: 92px; padding-bottom: 100px; text-align: center; }
.quote-mark { height: 45px; color: var(--green-dark); font-family: Georgia, serif; font-size: 80px; line-height: 1; }
blockquote { max-width: 760px; margin: 18px auto 32px; font-size: clamp(24px, 4vw, 42px); line-height: 1.35; letter-spacing: -.065em; font-weight: 700; }
.quote-rule { width: 35px; height: 2px; margin: 0 auto 17px; background: var(--green); }.quote-section > p { color: #859189; font-size: 10px; }
.download-banner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 47px; padding-bottom: 47px; color: #edf5ea; background: var(--dark); border-radius: 12px; }
.download-banner .eyebrow { margin-bottom: 14px; color: var(--green); }.download-banner h2 { font-size: clamp(28px, 4vw, 43px); }.button-light { color: var(--dark); background: var(--green); flex-shrink: 0; }
.site-footer { display: flex; align-items: center; gap: 30px; min-height: 130px; color: #809087; font-size: 10px; }.footer-brand { color: var(--ink); font-size: 16px; }.brand-mark.small { width: 25px; height: 25px; border-radius: 7px 7px 7px 2px; }.brand-mark.small svg { width: 17px; height: 17px; }.site-footer p { margin: 0; }.copyright { margin-left: auto !important; font-family: 'DM Mono', monospace; }

@media (max-width: 820px) {
  .site-header { height: 72px; }.nav-links { gap: 15px; }.nav-links a:not(.nav-download) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { padding-bottom: 0; }.hero-visual { min-height: 510px; margin-top: 7px; }.feature-strip { padding-top: 50px; padding-bottom: 75px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 255px; }.feature-icon { margin-top: 30px; }.download-banner { align-items: flex-start; flex-direction: column; }.site-footer { flex-wrap: wrap; gap: 14px; padding-top: 32px; padding-bottom: 32px; }.copyright { width: 100%; margin-left: 0 !important; }
}

@media (max-width: 480px) {
  .section-shell, .site-header { padding-inline: 20px; }.brand { font-size: 18px; }.nav-download { padding: 10px 11px; font-size: 11px; }.hero { padding-top: 45px; }.hero-text { font-size: 13px; line-height: 1.8; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.platform-note { margin-top: 33px; }.hero-visual { min-height: 430px; margin-inline: -20px; transform: scale(.88); transform-origin: top center; margin-bottom: -55px; }.phone { width: 235px; height: 462px; }.phone-back { transform: translate(-125px, 40px) rotate(-11deg) scale(.86); }.feature-strip { padding-top: 32px; }.section-intro { display: block; }.section-intro .eyebrow { margin-bottom: 27px; }.feature-grid { grid-template-columns: 1fr; gap: 10px; }.feature-card { min-height: 215px; }.feature-icon { margin: 26px 0 17px; }.feature-card p { max-width: none; }.quote-section { padding-top: 65px; padding-bottom: 72px; }.download-banner { padding: 35px 24px; }.site-footer { min-height: 150px; }
}
