:root {
  color-scheme: dark;
  --bg: #07121b;
  --bg-deep: #041019;
  --panel: #0d202c;
  --panel-light: #102b3b;
  --stroke: rgba(184, 226, 247, 0.14);
  --text: #f5f8fa;
  --muted: #9fb4c0;
  --faint: #6e8795;
  --blue: #45c2f2;
  --blue-dark: #087cae;
  --green: #9ee2bd;
  --danger: #ff9a65;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 12%, rgba(17, 143, 194, 0.2), transparent 30%), linear-gradient(150deg, var(--bg-deep), var(--bg)); content: ""; pointer-events: none; }
main { display: flex; flex-direction: column; }
.hero-section { order: 0; }
.screens-section { order: 1; }
.signal-band { order: 2; }
.section#features { order: 3; }
.download-section { order: 4; }
.support-section { order: 5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.page-shell { width: min(100% - 40px, var(--max)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; border-bottom: 1px solid var(--stroke); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -0.04em; }
.brand img { display: block; width: 32px; height: 32px; border-radius: 9px; }
.nav-links { display: flex; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 750; }
.nav-links a:hover, .site-footer a:hover { color: var(--text); }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: grid; grid-template-columns: repeat(2, 38px); padding: 3px; border: 1px solid var(--stroke); border-radius: 9px; background: rgba(5, 18, 27, 0.5); }
.lang-button { border: 0; border-radius: 6px; padding: 6px 0; background: transparent; color: var(--faint); cursor: pointer; font-size: 11px; font-weight: 900; }
.lang-button.is-active { background: var(--panel-light); color: var(--text); }
.header-cta, .primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--blue); border-radius: 9px; padding: 0 18px; background: var(--blue); color: #06202d; font-size: 14px; font-weight: 900; cursor: pointer; }
.app-cta { gap: 9px; }
.apple-mark { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif; font-size: 20px; line-height: 1; }
.hero-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 470px); gap: 80px; align-items: center; min-height: 660px; padding: 86px 0 96px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(56px, 7.5vw, 94px); line-height: 0.94; letter-spacing: -0.075em; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 0.98; letter-spacing: -0.065em; }
h3 { margin-bottom: 12px; font-size: 23px; line-height: 1; letter-spacing: -0.035em; }
.hero-text { max-width: 610px; margin-bottom: 32px; color: var(--muted); font-size: 20px; line-height: 1.45; font-weight: 600; }
.text-button { color: var(--text); font-size: 14px; font-weight: 850; }
.text-button span { display: inline-block; margin-left: 5px; color: var(--blue); transition: transform .2s ease; }
.text-button:hover span { transform: translateY(3px); }
.hero-note { margin: 20px 0 0; color: var(--faint); font-size: 13px; font-weight: 700; }
.weather-preview { position: relative; transform: rotate(2deg); border: 1px solid rgba(181, 226, 246, 0.24); border-radius: 18px; background: rgba(13, 32, 44, 0.88); box-shadow: 0 30px 80px rgba(0, 0, 0, .3); }
.weather-preview::before { position: absolute; inset: -16px 28px 26px -18px; z-index: -1; border: 1px solid rgba(69, 194, 242, .16); border-radius: 18px; background: rgba(18, 79, 106, .2); content: ""; }
.preview-topbar { display: flex; align-items: center; gap: 6px; min-height: 42px; padding: 0 16px; border-bottom: 1px solid var(--stroke); color: var(--faint); font-size: 11px; }
.traffic-light { width: 7px; height: 7px; border-radius: 50%; }
.red { background: #f17e75; } .yellow { background: #f1c86d; } .green { background: #77cf96; }
.preview-label { margin-left: 8px; font-weight: 750; } .preview-time { margin-left: auto; }
.preview-card { padding: 29px 28px 26px; }
.preview-heading { display: flex; justify-content: space-between; color: var(--muted); font-size: 14px; font-weight: 800; }
.refresh-icon { color: var(--blue); font-size: 25px; line-height: .6; }
.preview-title { margin: 34px 0 26px; font-size: 32px; font-weight: 900; letter-spacing: -.05em; }
.rain-status { display: flex; align-items: center; gap: 15px; }
.rain-drop, .mini-drop { color: var(--blue); font-size: 34px; line-height: 1; transform: scaleX(.72); }
.rain-status strong, .rain-status small { display: block; } .rain-status strong { font-size: 21px; } .rain-status small { margin-top: 3px; color: var(--muted); font-size: 15px; font-weight: 700; }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin-top: 36px; }
.timeline-cell { display: grid; place-items: center; height: 68px; border-radius: 9px; font-size: 24px; font-weight: 600; }
.timeline-cell.dry { background: rgba(255,255,255,.06); color: var(--faint); } .timeline-cell.wet { background: var(--blue-dark); color: white; }
.timeline-labels { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin-top: 9px; color: var(--muted); font-size: 11px; font-weight: 750; text-align: center; }
.preview-footer { display: flex; align-items: center; gap: 8px; margin-top: 28px; padding: 13px 15px; border-radius: 9px; background: var(--blue-dark); font-weight: 850; } .preview-footer .mini-drop { color: white; font-size: 20px; }
.signal-band { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--stroke); border-radius: 12px; overflow: hidden; background: var(--stroke); }
.signal-band div { padding: 20px 24px; background: rgba(13, 32, 44, .72); } .signal-band strong, .signal-band span { display: block; } .signal-band strong { margin-bottom: 5px; color: var(--blue); font-size: 24px; letter-spacing: -.04em; } .signal-band span { color: var(--muted); font-size: 13px; font-weight: 700; }
.section, .support-section { padding: 130px 0 0; } .section-heading { max-width: 660px; margin-bottom: 38px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 245px; padding: 25px; border: 1px solid var(--stroke); border-radius: 12px; background: linear-gradient(145deg, rgba(16,43,59,.75), rgba(8,25,35,.75)); }
.feature-number { display: block; margin-bottom: 75px; color: var(--faint); font-size: 12px; font-weight: 900; } .feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.5; font-weight: 600; }
.screens-section { padding-top: 75px; } .screens-section .section-heading { max-width: 750px; } .section-lead { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.5; font-weight: 600; }
.screens-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; } .screen-card { margin: 0; overflow: hidden; border: 1px solid var(--stroke); border-radius: 14px; background: rgba(13,32,44,.75); } .screen-card img { display: block; width: 100%; height: auto; } .screen-card figcaption { padding: 13px 16px 15px; border-top: 1px solid var(--stroke); color: var(--muted); font-size: 13px; font-weight: 750; }
.download-section { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 130px; padding: 30px; border: 1px solid rgba(69,194,242,.25); border-radius: 14px; background: linear-gradient(110deg, rgba(15,62,83,.9), rgba(13,32,44,.8)); }
.download-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--blue); color: #06202d; } .download-mark .apple-mark { font-size: 31px; }
.download-copy .eyebrow { margin-bottom: 10px; } .download-copy h2 { margin-bottom: 9px; font-size: clamp(28px, 3.3vw, 43px); } .download-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; }
.download-action { display: grid; justify-items: end; gap: 9px; } .download-action small { color: var(--faint); font-size: 11px; font-weight: 700; text-align: right; }
.support-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; padding-bottom: 110px; }
.support-copy { position: sticky; top: 30px; } .support-copy > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.5; font-weight: 600; }
.support-note { display: flex; gap: 12px; max-width: 430px; margin-top: 32px; padding: 17px; border: 1px solid var(--stroke); border-radius: 10px; background: rgba(16,43,59,.55); } .note-icon { display: grid; flex: 0 0 24px; place-items: center; width: 24px; height: 24px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 13px; font-weight: 900; } .support-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 650; }
.contact-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--stroke); border-radius: 14px; background: rgba(13,32,44,.8); }
.form-intro { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 7px; color: var(--text); font-size: 18px; font-weight: 850; } .required-note { color: var(--faint); font-size: 11px; font-weight: 700; }
.contact-form label { display: grid; gap: 8px; } .contact-form label > span { color: var(--muted); font-size: 12px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--stroke); border-radius: 8px; padding: 13px 14px; outline: none; background: rgba(4,16,25,.65); color: var(--text); } .contact-form textarea { resize: vertical; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(69,194,242,.1); }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 750; } .form-status.is-error { color: var(--danger); } .form-status.is-success { color: var(--green); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0 38px; border-top: 1px solid var(--stroke); color: var(--faint); font-size: 13px; font-weight: 700; } .site-footer .brand { color: var(--text); font-size: 16px; } .site-footer .brand img { width: 24px; height: 24px; } .site-footer p { margin: 0; } .footer-links { display: flex; align-items: center; gap: 22px; } .footer-links a { color: var(--muted); }

.privacy-page .page-shell { width: min(100% - 40px, 980px); }
.privacy-header .brand { flex: 1; }
.privacy-header .language-switcher { margin-left: auto; }
.privacy-header .lang-button { display: grid; place-items: center; text-decoration: none; }
.privacy-main { display: block; padding: 76px 0 110px; }
.privacy-hero { max-width: 790px; margin-bottom: 52px; }
.privacy-hero h1 { margin-bottom: 22px; font-size: clamp(48px, 8vw, 82px); }
.privacy-lead { max-width: 720px; margin-bottom: 24px; color: var(--muted); font-size: 19px; font-weight: 600; line-height: 1.55; }
.privacy-meta { display: inline-flex; align-items: center; min-height: 34px; margin: 0; border: 1px solid var(--stroke); border-radius: 999px; padding: 0 13px; color: var(--faint); font-size: 12px; font-weight: 800; }
.privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 54px; border: 1px solid var(--stroke); border-radius: 14px; overflow: hidden; background: var(--stroke); }
.privacy-summary div { min-height: 126px; padding: 22px; background: rgba(13, 32, 44, .86); }
.privacy-summary strong, .privacy-summary span { display: block; }
.privacy-summary strong { margin-bottom: 9px; color: var(--blue); font-size: 15px; }
.privacy-summary span { color: var(--muted); font-size: 13px; font-weight: 650; line-height: 1.45; }
.privacy-content { max-width: 790px; }
.privacy-section { padding: 32px 0; border-top: 1px solid var(--stroke); }
.privacy-section h2 { margin-bottom: 18px; font-size: clamp(27px, 4vw, 38px); line-height: 1.05; }
.privacy-section h3 { margin-top: 25px; font-size: 18px; }
.privacy-section p, .privacy-section li { color: var(--muted); font-size: 15px; font-weight: 570; line-height: 1.65; }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { margin: 0; padding-left: 20px; }
.privacy-section li + li { margin-top: 8px; }
.privacy-section a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(69, 194, 242, .4); text-underline-offset: 3px; }
.privacy-contact { border: 1px solid rgba(69, 194, 242, .24); border-radius: 14px; padding: 26px; background: linear-gradient(120deg, rgba(15, 62, 83, .72), rgba(13, 32, 44, .72)); }
.privacy-contact h2 { margin-bottom: 12px; }
.privacy-page .site-footer { justify-content: space-between; }
@media (max-width: 900px) { .hero-section, .support-section { grid-template-columns: 1fr; gap: 48px; } .hero-section { padding-top: 65px; } .weather-preview { max-width: 540px; width: 100%; margin: 0 auto; } .support-copy { position: static; } .download-section { grid-template-columns: auto 1fr; } .download-action { grid-column: 2; justify-items: start; } .download-action small { text-align: left; } }
@media (max-width: 650px) { .page-shell, .privacy-page .page-shell { width: min(100% - 24px, var(--max)); } .site-header { flex-wrap: wrap; min-height: 0; padding: 16px 0; } .nav-links { order: 3; width: 100%; gap: 22px; font-size: 12px; } .header-cta { display: none; } .hero-section { min-height: auto; padding: 58px 0 72px; } h1 { font-size: clamp(47px, 14vw, 70px); } h2 { font-size: clamp(37px, 11vw, 52px); } .hero-text { font-size: 17px; } .hero-actions { align-items: flex-start; flex-direction: column; } .signal-band, .feature-grid, .screens-grid, .privacy-summary { grid-template-columns: 1fr; } .signal-band div { padding: 16px 19px; } .feature-card { min-height: 0; } .feature-number { margin-bottom: 42px; } .screens-section { padding-top: 90px; } .download-section { grid-template-columns: auto 1fr; margin-top: 90px; padding: 20px; } .download-action { grid-column: 1 / -1; } .download-action .primary-button { width: 100%; } .support-section { padding-top: 90px; } .contact-form { padding: 20px; } .form-intro { align-items: flex-start; flex-direction: column; gap: 3px; } .site-footer { align-items: flex-start; flex-direction: column; } .footer-links { align-items: flex-start; flex-direction: column; gap: 10px; } .privacy-main { padding: 56px 0 80px; } .privacy-hero { margin-bottom: 38px; } .privacy-lead { font-size: 17px; } .privacy-summary { margin-bottom: 38px; } .privacy-summary div { min-height: 0; } }
