:root {
  --ink: #092f33;
  --ink-deep: #05292e;
  --sea: #0b5b60;
  --sea-light: #d9eeee;
  --foam: #f7faf7;
  --sand: #f1e8d5;
  --sand-light: #fbf8f1;
  --coral: #ef6b56;
  --coral-dark: #d95340;
  --white: #fff;
  --muted: #587073;
  --line: rgba(9, 47, 51, .14);
  --green: #43a56d;
  --yellow: #e8ad39;
  --red: #d76a5f;
  --shadow: 0 24px 70px rgba(4, 37, 41, .14);
  --radius: 24px;
  --shell: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--foam);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 em, h2 em { color: var(--coral); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 5vw, 4.3rem); }
h3 { font-size: 1.35rem; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; height: 82px; color: var(--white); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 1.12rem; font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.brand-mark svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { color: rgba(255,255,255,.86); font-size: .89rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.site-nav > a:hover { color: var(--white); }
.menu-button { position: relative; z-index: 2; display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 760; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 20px; color: var(--ink) !important; background: var(--white); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 10px 28px rgba(239,107,86,.24); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 14px 34px rgba(239,107,86,.32); }
.button-coral { width: 100%; color: var(--white); background: var(--coral); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: .92rem; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 1.25rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 142px 0 120px; color: var(--white); background: var(--ink-deep); }
.hero::before { position: absolute; top: -25%; right: -5%; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: 12%; bottom: 14%; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 72px; }
.hero-grid > *, .split-grid > *, .pricing-grid > *, .faq-grid > * { min-width: 0; }
.eyebrow { margin-bottom: 18px; color: var(--sea); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light, .hero .eyebrow { color: #b9dddd; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #74c891; box-shadow: 0 0 0 4px rgba(116,200,145,.13); }
.hero h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(3.65rem, 7.2vw, 6.25rem); }
.hero-lead { max-width: 625px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.price-line { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.price-line strong { color: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 35px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.64); font-size: .78rem; list-style: none; }
.trust-row li::before { margin-right: 7px; color: #7ccda2; content: "✓"; }
.hero-visual { position: relative; display: grid; min-height: 545px; place-items: center; }
.sun-orbit { position: absolute; width: 460px; height: 460px; border: 1px solid rgba(217,238,238,.11); border-radius: 50%; }
.phone { position: relative; z-index: 2; overflow: hidden; width: 306px; border: 8px solid #081e21; border-radius: 42px; color: #1c2c2d; background: #e3dad0; box-shadow: 0 38px 90px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.1); transform: rotate(2.2deg); }
.phone-top { display: flex; height: 35px; align-items: center; justify-content: space-between; padding: 0 17px; color: var(--white); background: #0c7784; font-size: .58rem; font-weight: 750; }
.phone-island { width: 72px; height: 18px; border-radius: 20px; background: #081e21; }
.telegram-bar { display: flex; height: 60px; align-items: center; gap: 9px; padding: 8px 12px; color: var(--white); background: #0c7784; }
.telegram-bar .back { font-size: 1.7rem; font-weight: 300; }
.chat-avatar { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); font-family: Georgia, serif; font-size: 1.5rem; }
.telegram-bar strong, .telegram-bar small, .mini-chat-header strong, .mini-chat-header small, .week-card header strong, .week-card header small { display: block; line-height: 1.3; }
.telegram-bar strong { font-size: .78rem; }
.telegram-bar small { color: rgba(255,255,255,.65); font-size: .61rem; }
.chat-canvas { display: grid; min-height: 414px; padding: 36px 13px 16px; background-color: #e7ddd2; background-image: radial-gradient(rgba(18,80,77,.07) .7px, transparent .7px); background-size: 17px 17px; }
.message-bubble { align-self: start; max-width: 245px; padding: 15px 15px 7px; border-radius: 7px 16px 16px 16px; background: var(--white); box-shadow: 0 2px 5px rgba(0,0,0,.09); font-size: .69rem; line-height: 1.5; }
.message-bubble p { margin-bottom: 10px; }
.message-bubble .message-brand { margin-bottom: 6px; color: var(--sea); font-weight: 800; }
.message-bubble .alert-title { font-size: .83rem; font-weight: 800; }
.condition-list { display: grid; gap: 4px; margin: 12px 0; padding: 10px 0; border-top: 1px solid #e6eaea; border-bottom: 1px solid #e6eaea; }
.condition-list span:first-child { color: var(--sea); }
.message-bubble .location { margin-bottom: 0; color: #57696a; }
.message-bubble time { display: block; margin-top: -3px; color: #8b999a; font-size: .52rem; text-align: right; }
.phone-home { width: 92px; height: 4px; margin: 7px auto 9px; border-radius: 3px; background: #333; }
.real-screenshot { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.chat-canvas > .real-screenshot { margin: -36px -13px -16px; width: calc(100% + 26px); height: calc(100% + 52px); }
.forecast-chip { position: absolute; z-index: 3; display: grid; grid-template-columns: 35px auto; padding: 12px 16px 12px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 14px 35px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.forecast-chip > span { grid-row: 1 / 3; align-self: center; color: var(--coral); font-size: 1.45rem; }
.forecast-chip strong, .forecast-chip small { line-height: 1.15; }
.forecast-chip strong { font-size: .78rem; }
.forecast-chip small { margin-top: 3px; color: var(--muted); font-size: .61rem; }
.chip-wind { top: 70px; right: -2px; }
.chip-wave { bottom: 72px; left: -12px; }
.hero-wave { position: absolute; z-index: 1; right: -8%; bottom: -168px; left: -8%; height: 250px; border-radius: 50% 50% 0 0; background: var(--foam); transform: rotate(-2deg); }

.section-heading { max-width: 720px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading.centered p:last-child { max-width: 640px; margin-inline: auto; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 42px; }
.steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.step-card { position: relative; min-height: 320px; padding: 34px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-card.featured { color: var(--white); border-color: var(--sea); background: var(--sea); transform: translateY(-12px); box-shadow: var(--shadow); }
.step-number { position: absolute; top: 25px; right: 27px; color: #bac7c7; font-family: Georgia, serif; font-size: 1rem; font-style: italic; }
.featured .step-number { color: rgba(255,255,255,.45); }
.step-icon { display: grid; width: 62px; height: 62px; margin-bottom: 52px; place-items: center; border-radius: 18px; color: var(--sea); background: var(--sea-light); font-family: Georgia, serif; font-size: 1.9rem; }
.featured .step-icon { color: var(--white); background: rgba(255,255,255,.12); }
.step-card h3 { margin-bottom: 12px; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.featured p { color: rgba(255,255,255,.72); }

.telegram-section { color: var(--white); background: var(--sea); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.telegram-copy h2 { font-size: clamp(3rem, 5vw, 4.6rem); }
.large-copy { color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.78; }
.large-copy.dark { color: var(--muted); }
.feature-checks { display: grid; gap: 17px; margin: 35px 0 0; padding: 0; list-style: none; }
.feature-checks li { display: flex; align-items: center; gap: 15px; }
.feature-checks > li > span { display: grid; flex: 0 0 auto; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #a9debd; }
.feature-checks strong, .feature-checks small { display: block; }
.feature-checks strong { font-size: .9rem; }
.feature-checks small { color: rgba(255,255,255,.57); font-size: .76rem; }
.telegram-demo { display: grid; justify-items: center; }
.mini-chat { overflow: hidden; width: min(100%, 420px); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #e7ddd2; box-shadow: 0 35px 70px rgba(3,29,31,.28); transform: rotate(-1.2deg); }
.mini-chat-header { display: flex; align-items: center; gap: 12px; padding: 15px 20px; color: var(--white); background: #0b7782; }
.mini-chat-header small { color: rgba(255,255,255,.65); font-size: .7rem; }
.mini-chat-body { display: flex; min-height: 360px; flex-direction: column; gap: 12px; padding: 25px 18px; background-image: radial-gradient(rgba(18,80,77,.08) .8px, transparent .8px); background-size: 18px 18px; }
.bubble { max-width: 82%; padding: 10px 13px; border-radius: 14px; color: #243b3d; background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.08); font-size: .78rem; }
.bubble-user { align-self: flex-end; background: #d6f2cb; }
.spot-buttons { display: grid; gap: 5px; margin-top: 10px; }
.spot-buttons span { padding: 7px 10px; border: 1px solid #b8d9da; border-radius: 7px; color: #087386; background: #f9ffff; text-align: center; }
.demo-caption { margin: 24px 0 0; color: rgba(255,255,255,.59); font-size: .78rem; text-align: center; }

.weekly-section { background: var(--sand-light); }
.weekly-grid { gap: 110px; }
.week-visual { display: flex; justify-content: center; }
.week-card, .screenshot-frame { overflow: hidden; width: min(100%, 450px); border: 1px solid rgba(9,47,51,.11); border-radius: 27px; background: var(--white); box-shadow: var(--shadow); }
.screenshot-frame { aspect-ratio: 9 / 16; }
.week-card header { display: flex; align-items: center; gap: 12px; padding: 16px 21px; color: var(--white); background: var(--ink); }
.week-card header small { color: rgba(255,255,255,.63); font-size: .69rem; }
.week-body { padding: 30px; }
.week-kicker { margin-bottom: 13px; color: var(--sea); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.week-body h3 { margin-bottom: 22px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.week-days { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.week-days li { display: grid; padding: 9px 3px; border-bottom: 1px solid #edf0ed; grid-template-columns: 22px 1fr auto; align-items: center; font-size: .8rem; }
.week-days li > span:last-child { color: var(--muted); }
.status { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.status.green { background: var(--green); box-shadow: 0 0 0 4px rgba(67,165,109,.11); }
.status.yellow { background: var(--yellow); box-shadow: 0 0 0 4px rgba(232,173,57,.12); }
.status.red { background: var(--red); box-shadow: 0 0 0 4px rgba(215,106,95,.1); }
.week-legend { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 18px; color: var(--muted); font-size: .63rem; }
.week-legend .status { width: 7px; height: 7px; margin-right: 5px; }
.weekly-copy h2 { font-size: clamp(2.8rem, 4.6vw, 4.2rem); }
.legend-explain { display: grid; gap: 13px; margin: 30px 0 24px; }
.legend-explain span { display: grid; grid-template-columns: 16px 75px 1fr; align-items: center; color: var(--muted); font-size: .83rem; }
.legend-explain b { color: var(--ink); }
.fine-print { max-width: 510px; margin-bottom: 0; color: #738586; font-size: .75rem; }

.locations { position: relative; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.locations::before { position: absolute; right: -160px; bottom: -350px; width: 750px; height: 750px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.location-heading { position: relative; z-index: 1; display: grid; max-width: none; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 100px; }
.location-heading p:last-child { color: rgba(255,255,255,.64); }
.location-count { display: flex; align-items: center; gap: 15px; margin: 28px 0 40px; }
.location-count strong { color: var(--coral); font-family: Georgia, serif; font-size: 4rem; font-weight: 500; line-height: 1; }
.location-count span { color: rgba(255,255,255,.55); font-size: .73rem; line-height: 1.35; text-transform: uppercase; }
.region-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.region-card { padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.035); }
.region-card h3 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.region-card h3 span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #aed5d5; background: rgba(255,255,255,.09); font-family: sans-serif; font-size: .65rem; }
.region-card ul { display: grid; gap: 8px; margin: 0; padding: 0; color: rgba(255,255,255,.63); font-size: .79rem; list-style: none; }
.region-card li::before { margin-right: 8px; color: var(--coral); content: "—"; }

.intensity { background: var(--foam); }
.intensity-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.intensity-card { position: relative; min-height: 280px; padding: 34px 30px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.intensity-card.recommended { color: var(--white); border-color: var(--sea); background: var(--sea); box-shadow: var(--shadow); transform: translateY(-8px); }
.recommend-label { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 20px; color: var(--ink); background: #d7efde; font-size: .6rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bell { display: block; min-height: 46px; color: var(--coral); font-size: 1.5rem; font-weight: 800; letter-spacing: -5px; }
.level { margin-bottom: 5px; color: #809091; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.intensity-card h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.intensity-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.recommended .level, .recommended > p:last-child { color: rgba(255,255,255,.66); }
.intensity-note { margin: 30px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.pricing { color: var(--white); background: var(--sea); }
.pricing-grid { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 105px; }
.pricing-copy h2 { font-size: clamp(3rem, 5vw, 4.6rem); }
.pricing-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.67); }
.pricing-copy .forecast-disclaimer { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.price-card { padding: 42px; border-radius: 27px; color: var(--ink); background: var(--sand-light); box-shadow: 0 35px 70px rgba(3,29,31,.25); }
.plan-name { margin-bottom: 10px; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; margin-bottom: 10px; font-family: Georgia, serif; font-size: 5.1rem; line-height: 1; letter-spacing: -.06em; }
.price > span { align-self: flex-start; margin: 9px 5px 0 0; font-size: 1.8rem; }
.price small { margin-left: 10px; color: var(--muted); font-family: sans-serif; font-size: .86rem; letter-spacing: 0; }
.price-intro { color: var(--muted); font-size: .9rem; }
.price-card ul { display: grid; gap: 12px; margin: 27px 0 30px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .84rem; list-style: none; }
.price-card li::before { margin-right: 10px; color: var(--green); content: "✓"; font-weight: 800; }
.renewal { margin: 17px 4px 0; color: var(--muted); font-size: .67rem; line-height: 1.55; text-align: center; }
.renewal strong { color: var(--ink); }

.faq { background: var(--sand-light); }
.faq-grid { display: grid; grid-template-columns: 330px 1fr; align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 25px; font-size: .97rem; font-weight: 720; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sea); font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 45px 24px 0; color: var(--muted); font-size: .88rem; }

.final-cta { padding: 75px 0; color: var(--white); background: var(--coral); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.2rem); }
.final-cta .eyebrow { color: rgba(255,255,255,.74); }
.final-cta-inner > div:last-child { text-align: center; }
.final-cta-inner > div:last-child p { margin: 13px 0 0; color: rgba(255,255,255,.74); font-size: .68rem; }

.site-footer { padding: 60px 0; color: rgba(255,255,255,.64); background: #031f23; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 70px; }
.brand-footer { color: var(--white); }
.footer-grid > div > p { margin: 14px 0 0; font-size: .76rem; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 35px; }
.site-footer nav a { color: rgba(255,255,255,.7); font-size: .76rem; text-decoration: none; }
.site-footer nav a:hover { color: var(--white); }
.footer-note { justify-self: end; margin: 0; font-size: .7rem; text-align: right; }

.utility-page { min-height: calc(100vh - 250px); padding: 150px 0 100px; background: var(--sand-light); }
.utility-page + .site-footer { margin-top: 0; }
.utility-card { max-width: 820px; padding: 55px; border: 1px solid var(--line); border-radius: 27px; background: var(--white); box-shadow: var(--shadow); }
.utility-card h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 4.7rem); }
.utility-lead { max-width: 680px; margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; }
.signup-flow { display: grid; margin: 35px 0; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.signup-flow span { display: flex; min-height: 104px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; font-size: .78rem; text-align: center; }
.signup-flow b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--white); background: var(--sea); }
.signup-flow i { color: #91a0a1; font-style: normal; }
.notice { margin-bottom: 30px; padding: 20px 22px; border-left: 4px solid var(--yellow); border-radius: 8px; background: #fff9e9; }
.notice p { margin: 4px 0 0; color: var(--muted); font-size: .81rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 35px; }
  .phone { width: 280px; }
  .forecast-chip { display: none; }
  .split-grid, .pricing-grid { gap: 55px; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 260px 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 1; top: 0; right: 0; left: 0; display: flex; min-height: 100vh; flex-direction: column; align-items: stretch; justify-content: center; gap: 4px; padding: 100px 28px 40px; color: var(--ink); background: var(--sand-light); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 11px 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.6rem; }
  .site-nav .button-small { margin-top: 15px; color: var(--white) !important; background: var(--coral); font-family: inherit; font-size: .95rem; }
  .site-header.menu-active { position: fixed; color: var(--ink); background: var(--sand-light); }
  .site-header.menu-active .brand-mark { border-color: var(--line); }
  .hero { min-height: auto; padding: 118px 0 100px; }
  .hero::before { top: -100px; right: -340px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.45rem, 16vw, 5.6rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-actions, .hero-actions .button-primary { width: 100%; }
  .price-line { font-size: .72rem; }
  .trust-row { gap: 10px 18px; }
  .hero-visual { min-height: 520px; margin-top: 20px; }
  .phone { width: 294px; }
  .hero-wave { bottom: -195px; }
  .steps { grid-template-columns: 1fr; }
  .step-card, .step-card.featured { min-height: auto; transform: none; }
  .step-icon { margin-bottom: 35px; }
  .split-grid, .pricing-grid, .location-heading, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .telegram-demo { order: 2; }
  .weekly-grid .week-visual { order: 2; }
  .location-heading { gap: 15px; }
  .region-grid, .intensity-grid { grid-template-columns: 1fr; }
  .intensity-card.recommended { transform: none; }
  .pricing-grid { gap: 45px; }
  .price-card { padding: 33px 24px; }
  .faq-intro { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta-inner > div:last-child { width: 100%; text-align: center; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .site-footer nav { grid-template-columns: 1fr; }
  .utility-page { padding: 110px 0 70px; }
  .utility-card { padding: 35px 23px; }
  .signup-flow { grid-template-columns: 1fr; }
  .signup-flow i { transform: rotate(90deg); }
}

@media (max-width: 430px) {
  h2 { font-size: 2.65rem; }
  .hero h1 { font-size: 3.75rem; }
  .phone { width: 280px; }
  .hero-visual { min-height: 500px; }
  .region-card { padding: 23px 20px; }
  .week-body { padding: 25px 20px; }
  .week-legend { justify-content: flex-start; }
  .price { font-size: 4.5rem; }
}

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