:root {
  --ink: #0b2550;
  --navy: #0a2f78;
  --blue: #0967d9;
  --green: #12813d;
  --mint: #64cfa2;
  --mint-pale: #e7f7ef;
  --canvas: #f5f8ff;
  --surface: #ffffff;
  --surface-blue: #e7eefa;
  --muted: #52647e;
  --line: #c8d5e8;
  --shadow: 0 24px 70px rgba(10, 47, 120, 0.13);
  --shadow-small: 0 12px 30px rgba(10, 47, 120, 0.09);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 8%, rgba(100, 207, 162, 0.18), transparent 22rem),
    radial-gradient(circle at 95% 16%, rgba(9, 103, 217, 0.1), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, var(--canvas) 48%, #edf6f4 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(rgba(10, 47, 120, 0.08) 0.6px, transparent 0.6px);
  background-size: 22px 22px;
  opacity: 0.3;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-wrap { width: 100%; }

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(200, 213, 232, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(10, 47, 120, 0.08);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.04em; }
.brand img { width: 38px; height: 38px; border-radius: 12px; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.site-nav a { transition: color 0.2s ease; }
.site-nav a:hover { color: var(--blue); }
.header-cta, .contact-button { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; border-radius: 999px; color: white; background: var(--green); font-size: 0.85rem; font-weight: 700; box-shadow: 0 10px 20px rgba(18, 129, 61, 0.18); transition: transform 0.2s ease, background 0.2s ease; }
.header-cta:hover, .contact-button:hover { background: #0b6d31; transform: translateY(-2px); }

.hero { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: 40px; min-height: 690px; padding: 70px 0 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--mint); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.light-eyebrow { color: var(--green); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(100, 207, 162, 0.18); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: -0.055em; line-height: 1.04; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.2rem, 6.5vw, 6.1rem); font-weight: 700; }
.hero-lead { max-width: 570px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.hero-actions, .band-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge { display: inline-flex; height: 55px; max-width: 100%; line-height: 0; border-radius: 8px; transition: transform 0.2s ease, filter 0.2s ease; }
.store-badge img { display: block; height: 100%; width: auto; max-width: 100%; }
.store-badge:hover { transform: translateY(-3px); filter: drop-shadow(0 12px 15px rgba(10, 47, 120, 0.22)); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 24px; color: var(--muted); font-size: 0.8rem; font-weight: 600; }
.proof-check { display: inline-grid; width: 18px; height: 18px; margin-right: 5px; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint-pale); font-style: normal; font-size: 0.7rem; font-weight: 800; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(100, 207, 162, 0.42); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 560px; height: 300px; }
.orbit-two { width: 390px; height: 520px; border-color: rgba(9, 103, 217, 0.18); transform: rotate(25deg); }
.device { position: relative; z-index: 2; width: min(337px, 72vw); padding: 11px 9px 16px; border: 5px solid #061a3b; border-radius: 44px; background: #061a3b; box-shadow: 0 34px 70px rgba(7, 29, 67, 0.28), 0 0 0 12px rgba(100, 207, 162, 0.13); transform: rotate(3.2deg); }
.device::before { position: absolute; top: 8px; left: 50%; z-index: 3; width: 94px; height: 23px; content: ""; border-radius: 999px; background: #061a3b; transform: translateX(-50%); }
.device-topbar { display: flex; justify-content: space-between; padding: 8px 17px 10px; color: #d9e7f7; font-size: 0.53rem; font-weight: 700; }
.device-status { letter-spacing: 0.16em; }
.device-content { min-height: 552px; padding: 30px 15px 15px; border-radius: 32px; color: #f4f7ff; background: linear-gradient(180deg, #0b2348 0%, #05152d 100%); }
.app-greeting { color: #4bd47d; font-size: 0.65rem; font-weight: 700; }
.app-greeting span { float: right; color: #72afff; font-size: 1rem; }
.app-title-row, .trip-preview-header, .list-heading, .mock-item { display: flex; align-items: center; }
.app-title-row { justify-content: space-between; margin: 6px 0 16px; }
.app-title-row h2 { margin-bottom: 3px; font-size: 1.27rem; }
.app-title-row p { margin: 0; color: #bac8dd; font-size: 0.65rem; }
.app-avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: #cff8dc; background: #124c2c; font-size: 0.75rem; font-weight: 800; }
.trip-preview-card { padding: 12px; border-radius: 19px; background: #102a52; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24); }
.trip-preview-header { gap: 9px; }
.flag-chip { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 10px; background: #edf3ff; font-size: 1rem; }
.trip-preview-header strong, .trip-preview-header small { display: block; }
.trip-preview-header strong { color: #f4f7ff; font-size: 0.7rem; }
.trip-preview-header small { margin-top: 2px; color: #bac8dd; font-size: 0.55rem; }
.trip-info { margin-left: auto; color: #72afff; font-size: 0.9rem; }
.forecast-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 13px; padding-top: 10px; border-top: 1px solid #edf3fa; }
.forecast-strip small, .forecast-strip strong { display: block; }
.forecast-strip small { color: var(--muted); font-size: 0.46rem; font-weight: 800; letter-spacing: 0.06em; }
.forecast-strip strong { margin-top: 3px; color: var(--navy); font-size: 0.58rem; }
.flag-chip-round { border-radius: 50%; background: #123f7f; }
.mock-tabs { display: flex; gap: 4px; margin: 5px 0 2px; padding: 4px; border-radius: 12px; background: #0a1e3d; }
.mock-tabs span { flex: 1; padding: 5px 3px; border-radius: 8px; color: #bac8dd; font-size: 0.49rem; font-weight: 800; text-align: center; }
.mock-tabs .is-active { color: #d8e8ff; background: #123f7f; box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2); }
.list-heading { justify-content: space-between; margin: 18px 2px 9px; }
.list-heading small { color: var(--green); font-size: 0.49rem; font-weight: 800; letter-spacing: 0.1em; }
.list-heading h3 { margin: 2px 0 0; font-size: 0.95rem; }
.device-content .list-heading small { color: #4bd47d; }
.list-progress { padding: 5px 8px; border-radius: 99px; color: #cff8dc; background: #124c2c; font-size: 0.56rem; font-weight: 800; }
.mock-items { overflow: hidden; border-radius: 17px; background: #0a1e3d; }
.mock-item { gap: 8px; min-height: 42px; padding: 6px 9px; border-bottom: 1px solid #2b4a77; color: #f4f7ff; font-size: 0.61rem; font-weight: 700; }
.mock-item:last-child { border-bottom: 0; }
.mock-item > span:nth-child(2) { flex: 1; }
.mock-item b { color: var(--muted); font-size: 0.58rem; }
.mock-link { color: #72afff; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.mock-check { display: grid; width: 16px; height: 16px; flex: none; place-items: center; border: 1.5px solid #6680a7; border-radius: 5px; color: #022d13; font-size: 0.62rem; }
.is-packed .mock-check { border-color: #4bd47d; background: #4bd47d; }
.is-packed > span:nth-child(2) { color: #7d8da4; text-decoration: line-through; }
.custom-item { color: var(--green); background: #effaf4; }
.custom-item em { display: block; color: var(--green); font-size: 0.47rem; font-style: normal; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.stepper { display: inline-flex; align-items: center; gap: 5px; }
.stepper button { display: grid; width: 20px; height: 20px; place-items: center; padding: 0; border: 0; border-radius: 7px; color: var(--blue); background: #e7eefa; cursor: pointer; font-size: 0.95rem; line-height: 1; }
.stepper button:hover { background: #d3e2f8; }
.mock-add { width: 100%; margin-top: 9px; padding: 9px 10px; border: 1px dashed #4bd47d; border-radius: 13px; color: #4bd47d; background: transparent; cursor: pointer; font-family: inherit; font-size: 0.6rem; font-weight: 800; }
.mock-add:hover { background: #124c2c; }
.device-home-indicator { width: 72px; height: 4px; margin: 10px auto 0; border-radius: 99px; background: #6680a7; }
.floating-note { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 12px 15px; border: 1px solid rgba(200, 213, 232, 0.8); border-radius: 15px; color: var(--ink); background: rgba(255, 255, 255, 0.91); box-shadow: var(--shadow-small); font-size: 0.72rem; font-weight: 800; backdrop-filter: blur(12px); }
.floating-note-top { top: 74px; right: 0; }
.floating-note-bottom { bottom: 72px; left: 0; }
.mini-spark { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 8px; color: var(--blue); background: #e7eefa; }
.green-spark { color: var(--green); background: var(--mint-pale); }

.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 23px 0; border-top: 1px solid rgba(127, 149, 183, 0.38); border-bottom: 1px solid rgba(127, 149, 183, 0.38); }
.signal-row > div { display: flex; flex-direction: column; gap: 3px; padding: 0 28px; border-right: 1px solid rgba(127, 149, 183, 0.34); }
.signal-row > div:first-child { padding-left: 0; }
.signal-row > div:last-child { border-right: 0; }
.signal-row strong { font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.signal-row span { color: var(--muted); font-size: 0.82rem; }

.section { padding-top: 120px; }
.section-intro { max-width: 700px; margin-bottom: 35px; }
.section-intro h2, .workflow h2, .weather-story h2, .download-band h2, .support-section h2 { margin-bottom: 15px; font-size: clamp(2.15rem, 4.2vw, 4rem); }
.section-intro p, .workflow-copy > p { max-width: 590px; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { position: relative; min-height: 285px; padding: 25px; overflow: hidden; border: 1px solid rgba(200, 213, 232, 0.8); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.82); box-shadow: var(--shadow-small); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card::after { position: absolute; right: -44px; bottom: -46px; width: 145px; height: 145px; content: ""; border-radius: 50%; background: rgba(100, 207, 162, 0.13); }
.feature-weather::after, .feature-quantities::after { background: rgba(9, 103, 217, 0.1); }
.feature-icon { display: grid; width: 45px; height: 45px; margin-bottom: 35px; place-items: center; border-radius: 15px; color: var(--green); background: var(--mint-pale); font-size: 1.4rem; font-weight: 700; }
.feature-weather .feature-icon, .feature-quantities .feature-icon { color: var(--blue); background: #e7eefa; }
.feature-number { position: absolute; top: 29px; right: 25px; color: #9cb2ce; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; }
.feature-card h3 { max-width: 190px; margin-bottom: 12px; font-size: 1.3rem; }
.feature-card p { position: relative; z-index: 1; margin-bottom: 0; color: var(--muted); font-size: 0.86rem; line-height: 1.65; }

.workflow { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.workflow-copy { position: sticky; top: 120px; }
.workflow-copy h2 { max-width: 490px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--green); font-size: 0.88rem; font-weight: 800; }
.text-link span { transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(4px); }
.steps-list { display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 23px 0 30px; border-top: 1px solid rgba(127, 149, 183, 0.38); }
.steps-list li:last-child { border-bottom: 1px solid rgba(127, 149, 183, 0.38); }
.step-index { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; font-weight: 700; }
.steps-list h3 { margin-bottom: 8px; font-size: 1.4rem; }
.steps-list p { max-width: 490px; margin-bottom: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.7; }

.weather-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.weather-story-visual { position: relative; display: grid; min-height: 390px; overflow: hidden; padding: 28px; place-items: center; border: 1px solid rgba(200, 213, 232, 0.85); border-radius: var(--radius-xl); background: radial-gradient(circle at 8% 8%, rgba(100, 207, 162, 0.3), transparent 12rem), linear-gradient(145deg, #edf9f2 0%, #f6f9ff 100%); box-shadow: var(--shadow); }
.weather-story-visual::before { position: absolute; right: -95px; bottom: -120px; width: 300px; height: 300px; content: ""; border: 1px solid rgba(18, 129, 61, 0.14); border-radius: 50%; }
.forecast-mockup { position: relative; z-index: 1; width: min(100%, 415px); padding: 21px; border: 1px solid rgba(200, 213, 232, 0.92); border-radius: 28px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 20px 45px rgba(10, 47, 120, 0.13); }
.forecast-mockup-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.mock-eyebrow, .current-label, .forecast-metric small, .outlook-heading span { display: block; color: var(--green); font-size: 0.53rem; font-weight: 800; letter-spacing: 0.12em; }
.forecast-mockup-top h3 { margin: 5px 0 3px; color: var(--ink); font-size: 1.22rem; }
.forecast-mockup-top p { margin: 0; color: var(--muted); font-size: 0.66rem; }
.forecast-flag { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 14px; background: #edf3ff; font-size: 1.25rem; }
.forecast-current { display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 13px; margin-top: 20px; padding: 14px; border-radius: 19px; background: linear-gradient(135deg, #e7f7ef 0%, #f1f6ff 100%); }
.weather-symbol { position: relative; display: block; width: 49px; height: 43px; }
.weather-symbol::before { position: absolute; top: 2px; left: 15px; width: 31px; height: 31px; content: ""; border-radius: 50%; background: #64cfa2; box-shadow: inset -7px -5px 0 rgba(18, 129, 61, 0.12); }
.weather-symbol::after { position: absolute; right: 0; bottom: 1px; width: 40px; height: 20px; content: ""; border-radius: 999px; background: #ffffff; box-shadow: -12px -6px 0 -3px #ffffff; }
.current-label { color: var(--muted); font-size: 0.48rem; letter-spacing: 0.09em; }
.forecast-current strong { display: block; margin-top: 1px; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 2.55rem; letter-spacing: -0.08em; line-height: 1; }
.forecast-current small { display: block; margin-top: 4px; color: var(--muted); font-size: 0.62rem; }
.forecast-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.forecast-metric { min-width: 0; padding: 10px 9px; border: 1px solid #d9eee2; border-radius: 16px; background: #f5fbf7; }
.metric-icon { display: grid; width: 23px; height: 23px; margin-bottom: 7px; place-items: center; border-radius: 8px; color: var(--green); background: var(--mint-pale); font-size: 0.85rem; font-weight: 800; }
.forecast-metric small { overflow: hidden; color: var(--muted); font-size: 0.44rem; letter-spacing: 0.06em; text-overflow: ellipsis; white-space: nowrap; }
.forecast-metric strong { display: block; margin-top: 4px; color: var(--ink); font-size: 0.7rem; }
.forecast-outlook { margin-top: 17px; padding-top: 14px; border-top: 1px solid #edf3fa; }
.outlook-heading { display: flex; align-items: center; justify-content: space-between; }
.outlook-heading small { color: var(--muted); font-size: 0.6rem; font-weight: 700; }
.outlook-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 9px; }
.outlook-day { display: flex; min-height: 70px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 13px; color: var(--muted); }
.outlook-day.is-today { color: var(--green); background: var(--mint-pale); }
.outlook-day small { font-size: 0.47rem; font-weight: 800; letter-spacing: 0.08em; }
.outlook-day span { color: var(--blue); font-size: 1.02rem; line-height: 1; }
.outlook-day strong { color: var(--ink); font-size: 0.7rem; }
.weather-story-copy ul { display: flex; flex-direction: column; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.weather-story-copy li span { display: inline-grid; width: 22px; height: 22px; margin-right: 7px; place-items: center; border-radius: 7px; color: var(--green); background: var(--mint-pale); font-size: 0.7rem; }

.download-band { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 34px; padding: 45px 48px; border-radius: var(--radius-xl); color: white; background: linear-gradient(135deg, #0a2f78 0%, #07204a 100%); box-shadow: var(--shadow); }
.download-band h2 { max-width: 590px; margin-bottom: 10px; }.download-band p { margin-bottom: 0; color: rgba(255, 255, 255, 0.72); }
.download-band .eyebrow { margin-bottom: 14px; }
.band-actions { justify-content: flex-end; flex-shrink: 0; }

.privacy { padding-bottom: 10px; }
.policy-card { padding: 38px 42px; border: 1px solid rgba(200, 213, 232, 0.85); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.83); box-shadow: var(--shadow-small); }
.policy-meta { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-bottom: 25px; color: var(--green); font-size: 0.75rem; font-weight: 800; }
.policy-card h3 { margin: 32px 0 10px; font-size: 1.28rem; }.policy-card h4 { margin: 23px 0 7px; font-family: "Space Grotesk", sans-serif; font-size: 1rem; }.policy-card p, .policy-card li { color: var(--muted); font-size: 0.88rem; line-height: 1.75; }.policy-card p { margin-bottom: 13px; }.policy-card ul { margin: 7px 0 14px; padding-left: 22px; }.policy-card a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.policy-card strong { color: var(--ink); }

.support-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr); align-items: center; gap: 65px; padding-bottom: 92px; }
.support-section h2 { max-width: 580px; margin-bottom: 15px; font-size: clamp(2.15rem, 4.2vw, 4rem); }
.support-copy > p { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.support-card { display: flex; gap: 16px; padding: 26px; border: 1px solid rgba(200, 213, 232, 0.85); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.84); box-shadow: var(--shadow-small); }
.support-card-icon { display: grid; width: 42px; height: 42px; flex: none; place-items: center; border-radius: 14px; color: var(--green); background: var(--mint-pale); font-size: 1.1rem; }
.support-card strong { display: block; margin-top: 2px; font-family: "Space Grotesk", sans-serif; font-size: 1.17rem; }
.support-card p { margin: 7px 0 18px; color: var(--muted); font-size: 0.84rem; line-height: 1.6; }
.contact-button { flex-shrink: 0; padding: 15px 20px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0 34px; border-top: 1px solid rgba(127, 149, 183, 0.38); color: var(--muted); font-size: 0.78rem; }.footer-brand { color: var(--ink); font-size: 0.95rem; }.footer-brand img { width: 29px; height: 29px; border-radius: 9px; }.site-footer p { margin: 0; }.footer-links { display: flex; gap: 18px; }.footer-links a:hover { color: var(--blue); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-copy { text-align: center; }.hero-lead { margin-right: auto; margin-left: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-visual { min-height: 580px; }.floating-note-top { right: 8%; }.floating-note-bottom { left: 8%; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.workflow, .weather-story { grid-template-columns: 1fr; gap: 35px; }.workflow-copy { position: static; }.weather-story-copy { max-width: 680px; }.download-band { align-items: flex-start; flex-direction: column; }.band-actions { justify-content: flex-start; }.support-section { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 26px, 560px); }.site-header { top: 8px; margin-top: 10px; }.site-nav { display: none; }.header-cta { padding: 10px 13px; font-size: 0.76rem; }.brand { font-size: 1rem; }.brand img { width: 34px; height: 34px; }.hero { min-height: 0; padding: 70px 0 55px; }.hero h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }.hero-lead { font-size: 0.97rem; }.hero-actions { flex-direction: column; align-items: stretch; }.store-badge { height: 52px; align-self: center; }.hero-visual { min-height: 510px; }.device { width: min(310px, 82vw); }.device-content { min-height: 500px; }.floating-note { padding: 9px 11px; font-size: 0.63rem; }.floating-note-top { top: 32px; right: 0; }.floating-note-bottom { bottom: 23px; left: 0; }.orbit-one { width: 400px; }.orbit-two { width: 300px; height: 440px; }.signal-row { grid-template-columns: 1fr; gap: 17px; padding: 22px 0; }.signal-row > div, .signal-row > div:first-child { padding: 0; border-right: 0; }.section { padding-top: 82px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 235px; }.workflow h2, .weather-story h2, .download-band h2, .support-section h2, .section-intro h2 { font-size: 2.3rem; }.steps-list li { grid-template-columns: 52px 1fr; gap: 13px; }.weather-story-visual { min-height: 330px; padding: 16px; }.forecast-mockup { padding: 17px; }.download-band { padding: 30px 23px; }.band-actions { width: 100%; flex-direction: column; }.band-actions .store-badge { align-self: flex-start; }.policy-card { padding: 25px 21px; }.policy-card p, .policy-card li { font-size: 0.82rem; }.support-section { align-items: stretch; padding-bottom: 65px; }.support-card { padding: 21px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 14px; }.footer-links { gap: 14px; }
}

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