.landing-weather{background:#fff}
.landing-weather-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,480px);gap:56px;align-items:center;margin-top:32px}
.landing-weather-copy{text-align:left}
.landing-weather-list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:24px 0}
.landing-weather-list li{position:relative;padding-left:22px;color:var(--gray-t);font-size:14px;line-height:1.5}
.landing-weather-list li::before{content:'✓';position:absolute;left:0;color:var(--cyan);font-weight:900}
.landing-weather-cta{display:inline-flex;align-items:center;gap:8px;background:var(--cyan);color:var(--navy);padding:13px 24px;border-radius:10px;font-size:14px;font-weight:800}
.landing-weather-card{background:#F4F7FB;border:1px solid #D8E2EC;border-radius:18px;padding:18px;color:#051C38}
.landing-weather-head,.landing-weather-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:800}
.landing-weather-head{color:#155B8E;font-size:14px;margin-bottom:12px}.landing-weather-head strong{background:#EEF7FC;padding:6px 10px;border-radius:999px}
.landing-weather-meta{font-size:11px;margin-bottom:7px}.landing-weather-meta span:last-child{color:#155B8E}
.landing-weather-card svg{display:block;width:100%;height:auto}.landing-weather-times{display:flex;justify-content:space-between;margin-top:3px;color:#8A95A3;font:9px/1 'JetBrains Mono',monospace}
.landing-weather-warning{display:flex;align-items:center;gap:7px;margin-top:10px;color:#DC2626;font-size:12px;font-weight:800}
.landing-weather-suggestion{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:10px 12px;background:#F0FAF3;border:1px solid #B7E7C6;border-radius:12px}
.landing-weather-suggestion small{display:block;color:#16A34A;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.landing-weather-suggestion strong{display:block;margin-top:2px;font-size:12px}.landing-weather-suggestion span{flex:0 0 auto;background:#16A34A;color:#fff;border-radius:8px;padding:7px 12px;font-size:11px;font-weight:800}
@media(max-width:860px){.landing-weather-grid{grid-template-columns:1fr;gap:30px}.landing-weather-card{max-width:560px}.landing-weather-list{grid-template-columns:1fr}}
