:root {
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #eef5ff;
  --ink: #0b172a;
  --muted: #5e6b7e;
  --line: #dfe7f2;
  --brand: #0568ff;
  --brand-2: #00a6ff;
  --brand-dark: #0044ba;
  --navy: #071426;
  --navy-2: #0c213d;
  --green: #0a9f70;
  --orange: #ff9d2e;
  --shadow: 0 24px 70px rgba(15, 45, 90, .12);
  --shadow-sm: 0 10px 32px rgba(15, 45, 90, .09);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 104px 0; }
.section.compact { padding: 78px 0; }
.section-white { background: var(--surface); }
.section-dark { background: var(--navy); color: #fff; }
.section-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 99px; }
.section-title { margin: 0; font-size: clamp(2.1rem, 4vw, 4.15rem); line-height: 1.02; letter-spacing: -.045em; }
.section-lead { margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; max-width: 740px; }
.section-dark .section-lead { color: #b7c5da; }
.center { text-align: center; }
.center .section-lead { margin-left: auto; margin-right: auto; }

.announcement {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #0059e8 0%, #0087ff 52%, #006cf0 100%);
  color: white;
  font-size: .9rem;
  font-weight: 720;
}
.announcement .container { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.announcement-badge { padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,230,242,.78);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; min-width: 218px; }
.logo img { width: 210px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 720; color: #34445a; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { font-size: .93rem; font-weight: 820; color: var(--ink); white-space: nowrap; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 0; background: #eef4fc; border-radius: 12px; align-items: center; justify-content: center; }
.mobile-toggle span, .mobile-toggle span::before, .mobile-toggle span::after { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 4px; position: relative; transition: .25s; }
.mobile-toggle span::before, .mobile-toggle span::after { content:""; position:absolute; left:0; }
.mobile-toggle span::before { top:-6px; }
.mobile-toggle span::after { top:6px; }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 0 19px;
  font-weight: 820;
  font-size: .93rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color:#fff; box-shadow: 0 12px 28px rgba(5,104,255,.24); }
.btn-primary:hover { background: #0058dd; box-shadow: 0 16px 32px rgba(5,104,255,.30); }
.btn-light { background:#fff; color:var(--ink); box-shadow: var(--shadow-sm); }
.btn-outline { background: transparent; border-color: #cdd8e8; color: var(--ink); }
.btn-outline:hover { border-color: #9db4d2; background:#fff; }
.btn-dark-outline { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color:#fff; }
.btn-lg { min-height: 58px; padding: 0 25px; border-radius: 15px; font-size: 1rem; }
.icon-arrow { width: 16px; height: 16px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(5,18,36,.96) 0%, rgba(5,18,36,.89) 42%, rgba(5,18,36,.48) 72%, rgba(5,18,36,.34) 100%),
    url('../images/15000108-1129783093795950-5296170242480010174-o-2000x1500.jpg') center 46% / cover no-repeat;
  transform: scale(1.01);
}
.hero::after {
  content:"";
  position:absolute;
  width: 560px;
  height: 560px;
  border-radius:50%;
  right:-140px;
  top:-120px;
  background: radial-gradient(circle, rgba(0,153,255,.35), rgba(0,153,255,0) 67%);
  pointer-events:none;
}
.hero .container { position:relative; z-index:2; display:grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.55fr); gap:70px; align-items:center; padding-top: 54px; padding-bottom: 54px; }
.hero-copy { max-width: 730px; }
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.08);
  padding:8px 12px;
  border-radius:999px;
  font-size:.8rem;
  font-weight:780;
  color:#d8e9ff;
  margin-bottom:24px;
}
.eyebrow-dot { width:8px; height:8px; border-radius:50%; background:#35db9b; box-shadow:0 0 0 5px rgba(53,219,155,.12); }
.hero h1 { margin:0; font-size: clamp(3.2rem, 6.8vw, 6.55rem); line-height:.91; letter-spacing:-.065em; max-width: 860px; }
.hero h1 span { color: #66b8ff; }
.hero-lead { margin: 28px 0 0; max-width: 650px; color:#c8d6e9; font-size: clamp(1.05rem,1.5vw,1.22rem); }
.hero-actions { margin-top:34px; display:flex; flex-wrap:wrap; gap:12px; }
.hero-note { margin-top: 24px; display:flex; flex-wrap:wrap; gap: 18px; color:#aebed4; font-size:.88rem; }
.hero-note span { display:inline-flex; align-items:center; gap:7px; }
.check { display:inline-grid; place-items:center; width:19px; height:19px; border-radius:50%; background:rgba(53,219,155,.16); color:#55e0a7; font-size:.74rem; font-weight:900; }
.hero-panel {
  position:relative;
  padding:26px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  background:linear-gradient(155deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  backdrop-filter: blur(15px);
  box-shadow:0 30px 80px rgba(0,0,0,.22);
}
.hero-panel-label { color:#a8bed8; text-transform:uppercase; letter-spacing:.08em; font-size:.75rem; font-weight:800; }
.hero-speed { margin-top:5px; font-size:4.3rem; line-height:1; font-weight:900; letter-spacing:-.06em; }
.hero-speed small { font-size:1.15rem; letter-spacing:-.02em; color:#c6d7ea; font-weight:720; }
.hero-panel p { color:#b8c8db; margin:13px 0 0; }
.tech-stack { margin-top:25px; display:grid; gap:10px; }
.tech-item { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:14px 15px; border-radius:14px; background:rgba(3,14,29,.38); border:1px solid rgba(255,255,255,.09); }
.tech-item strong { font-size:.93rem; }
.tech-item span { color:#89c7ff; font-size:.8rem; font-weight:760; }
.hero-rings { position:absolute; right:-70px; bottom:-80px; width:260px; height:260px; border:1px solid rgba(100,184,255,.18); border-radius:50%; pointer-events:none; }
.hero-rings::before, .hero-rings::after { content:""; position:absolute; inset:35px; border:1px solid rgba(100,184,255,.15); border-radius:50%; }
.hero-rings::after { inset:75px; }

.trustbar { background:#fff; border-bottom:1px solid var(--line); }
.trust-grid { min-height:104px; display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { display:flex; align-items:center; gap:13px; padding:18px 22px; border-right:1px solid var(--line); }
.trust-item:first-child { padding-left:0; }
.trust-item:last-child { border-right:0; }
.trust-icon { width:40px; height:40px; flex:0 0 auto; display:grid; place-items:center; border-radius:12px; background:#eff6ff; color:var(--brand); }
.trust-icon svg { width:21px; height:21px; }
.trust-item strong { display:block; font-size:.93rem; }
.trust-item span { display:block; color:var(--muted); font-size:.79rem; margin-top:2px; }

.availability-grid { margin-top:50px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tech-card { position:relative; min-height:330px; padding:30px; border:1px solid var(--line); background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:0 8px 25px rgba(25,55,95,.04); transition:.25s; }
.tech-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-sm); border-color:#c4d5ea; }
.tech-card::after { content:""; position:absolute; width:180px; height:180px; right:-80px; bottom:-80px; border-radius:50%; background:radial-gradient(circle,#dceeff 0,#eef7ff 40%,rgba(238,247,255,0) 72%); }
.tech-card-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:15px; color:#fff; background:linear-gradient(135deg,var(--brand),var(--brand-2)); box-shadow:0 14px 30px rgba(5,104,255,.2); }
.tech-card-icon svg { width:26px; height:26px; }
.tech-card h3 { margin:24px 0 5px; font-size:1.45rem; letter-spacing:-.03em; }
.tech-card .speed { font-size:2.2rem; font-weight:900; letter-spacing:-.05em; line-height:1.05; color:var(--brand); }
.tech-card p { color:var(--muted); margin:14px 0 20px; max-width:300px; }
.text-link { display:inline-flex; align-items:center; gap:7px; color:var(--brand); font-weight:800; font-size:.9rem; position:relative; z-index:2; }

.news-2026 { position:relative; overflow:hidden; background:linear-gradient(135deg,#07214a 0%,#073f84 52%,#006be9 100%); color:#fff; }
.news-2026::before { content:""; position:absolute; width:580px; height:580px; border:1px solid rgba(255,255,255,.1); border-radius:50%; right:-150px; top:-220px; box-shadow:0 0 0 80px rgba(255,255,255,.03),0 0 0 160px rgba(255,255,255,.025); }
.news-wrap { position:relative; z-index:2; display:grid; grid-template-columns:1.15fr .85fr; gap:64px; align-items:center; }
.news-year { display:inline-flex; padding:7px 11px; border-radius:999px; color:#073f84; background:#fff; font-weight:900; font-size:.82rem; letter-spacing:.05em; margin-bottom:16px; }
.news-2026 h2 { margin:0; font-size:clamp(2.4rem,4.4vw,4.65rem); line-height:1; letter-spacing:-.055em; }
.news-2026 p { color:#c6daf5; font-size:1.08rem; margin:22px 0 0; max-width:680px; }
.upgrade-list { display:grid; gap:12px; }
.upgrade-item { padding:19px 20px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.08); border-radius:17px; backdrop-filter:blur(8px); }
.upgrade-item b { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:1.02rem; }
.upgrade-item b span { color:#81c9ff; font-size:.8rem; text-transform:uppercase; letter-spacing:.06em; }
.upgrade-item p { font-size:.88rem; margin:6px 0 0; color:#b9cfe9; }

.tariff-toolbar { margin-top:44px; display:flex; justify-content:center; gap:8px; flex-wrap:wrap; }
.filter-btn { min-height:42px; padding:0 16px; border-radius:999px; border:1px solid var(--line); background:#fff; color:#4e5e72; font-weight:780; font-size:.88rem; }
.filter-btn.active { background:var(--navy); color:#fff; border-color:var(--navy); }
.tariff-grid { margin-top:26px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tariff-card { position:relative; padding:28px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 7px 25px rgba(20,50,90,.04); display:flex; flex-direction:column; min-height:390px; }
.tariff-card.featured { border:2px solid var(--brand); transform:translateY(-4px); box-shadow:0 24px 60px rgba(5,104,255,.14); }
.tariff-card[hidden] { display:none; }
.tariff-badge { position:absolute; right:18px; top:18px; padding:5px 9px; border-radius:999px; color:var(--brand); background:#eaf3ff; font-size:.7rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.tariff-tech { color:var(--muted); font-size:.74rem; font-weight:820; letter-spacing:.08em; text-transform:uppercase; }
.tariff-card h3 { margin:10px 0 0; font-size:1.55rem; letter-spacing:-.035em; }
.tariff-speed { margin-top:20px; display:flex; align-items:flex-end; gap:8px; }
.tariff-speed strong { font-size:3.15rem; line-height:.9; letter-spacing:-.065em; }
.tariff-speed span { color:var(--muted); font-weight:700; padding-bottom:4px; }
.tariff-upload { color:#617086; font-size:.84rem; margin-top:6px; }
.price { margin-top:22px; padding-top:20px; border-top:1px solid var(--line); }
.price strong { font-size:2rem; letter-spacing:-.04em; }
.price small { color:var(--muted); font-size:.8rem; }
.tariff-features { list-style:none; padding:0; margin:20px 0 26px; display:grid; gap:10px; color:#4b5a6f; font-size:.88rem; }
.tariff-features li { position:relative; padding-left:23px; }
.tariff-features li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--green); font-weight:900; }
.tariff-card .btn { margin-top:auto; }
.tariff-note { margin:26px auto 0; color:var(--muted); font-size:.82rem; text-align:center; max-width:800px; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.visual-card { min-height:530px; position:relative; border-radius:30px; overflow:hidden; background:url('../images/14976543-1129783493795910-489587042660073719-o-2000x1500.jpg') center / cover no-repeat; box-shadow:var(--shadow); }
.visual-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,20,38,.05),rgba(7,20,38,.72)); }
.visual-overlay { position:absolute; left:24px; right:24px; bottom:24px; z-index:2; padding:22px; border-radius:20px; color:#fff; background:rgba(8,24,46,.8); backdrop-filter:blur(14px); border:1px solid rgba(255,255,255,.15); }
.visual-overlay strong { display:block; font-size:1.15rem; }
.visual-overlay span { display:block; color:#c7d7eb; margin-top:6px; font-size:.88rem; }
.benefit-list { margin-top:32px; display:grid; gap:18px; }
.benefit { display:grid; grid-template-columns:48px 1fr; gap:14px; align-items:start; }
.benefit-icon { width:48px; height:48px; border-radius:14px; background:#eaf3ff; color:var(--brand); display:grid; place-items:center; }
.benefit-icon svg { width:23px; height:23px; }
.benefit strong { display:block; margin-top:1px; font-size:1rem; }
.benefit p { margin:4px 0 0; color:var(--muted); font-size:.9rem; }

.steps { margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; counter-reset:steps; }
.step { position:relative; padding:30px; border-radius:22px; background:#fff; border:1px solid var(--line); counter-increment:steps; }
.step::before { content:"0" counter(steps); display:inline-grid; place-items:center; width:44px; height:44px; border-radius:13px; background:#eaf3ff; color:var(--brand); font-weight:900; }
.step h3 { margin:22px 0 8px; font-size:1.18rem; }
.step p { margin:0; color:var(--muted); font-size:.9rem; }

.tv-card { background:linear-gradient(135deg,#fff 0%,#edf6ff 100%); border:1px solid #d8e8fb; border-radius:30px; padding:48px; display:grid; grid-template-columns:1fr .72fr; gap:50px; align-items:center; overflow:hidden; position:relative; }
.tv-card::after { content:"TV"; position:absolute; right:-18px; bottom:-76px; font-size:14rem; font-weight:950; letter-spacing:-.1em; color:rgba(5,104,255,.055); line-height:1; }
.tv-card h2 { margin:0; font-size:clamp(2.1rem,3.8vw,3.8rem); letter-spacing:-.05em; line-height:1.02; }
.tv-card p { color:var(--muted); max-width:680px; }
.tv-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.tv-pills span { background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 11px; font-size:.8rem; font-weight:750; }
.tv-side { position:relative; z-index:2; padding:26px; border-radius:22px; background:var(--navy); color:#fff; box-shadow:var(--shadow); }
.tv-side small { color:#88c8ff; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.tv-side strong { display:block; margin-top:8px; font-size:1.45rem; line-height:1.15; }
.tv-side p { color:#aebed3; font-size:.86rem; }

.faq { margin:40px auto 0; max-width:860px; border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%; border:0; background:transparent; padding:22px 4px; display:flex; align-items:center; justify-content:space-between; gap:20px; text-align:left; font-weight:820; color:var(--ink); }
.faq-question svg { width:20px; height:20px; flex:0 0 auto; transition:.25s; }
.faq-item.open .faq-question svg { transform:rotate(45deg); }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.faq-answer > div { overflow:hidden; }
.faq-answer p { margin:0; padding:0 44px 22px 4px; color:var(--muted); font-size:.93rem; }
.faq-item.open .faq-answer { grid-template-rows:1fr; }

.contact-section { position:relative; overflow:hidden; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:32px; align-items:stretch; }
.contact-copy { padding:44px; border-radius:28px; background:linear-gradient(145deg,#071426,#0b2b55); color:#fff; box-shadow:var(--shadow); }
.contact-copy h2 { font-size:clamp(2.3rem,4vw,4rem); line-height:1; letter-spacing:-.05em; margin:0; }
.contact-copy > p { color:#b9c9dc; margin:18px 0 30px; }
.contact-links { display:grid; gap:10px; }
.contact-link { display:flex; align-items:center; gap:13px; padding:14px 15px; border-radius:14px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.09); }
.contact-link svg { width:21px; height:21px; color:#77c1ff; }
.contact-link span { color:#9fb2c8; font-size:.76rem; display:block; }
.contact-link strong { display:block; font-size:.94rem; }
.contact-form-card { background:#fff; border:1px solid var(--line); border-radius:28px; padding:42px; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; justify-content:center; }
.contact-form-card h3 { margin:0; font-size:1.7rem; letter-spacing:-.03em; }
.contact-form-card p { color:var(--muted); }
.formsapp-shell { margin-top:18px; min-height:58px; }
.formsapp-shell button[formsappId] { min-height:56px !important; min-width:210px !important; border:0 !important; border-radius:15px !important; background:var(--brand) !important; color:#fff !important; font-weight:850 !important; font-size:1rem !important; padding:0 24px !important; box-shadow:0 14px 30px rgba(5,104,255,.22) !important; }
.form-alt { margin-top:17px; color:#76859a; font-size:.8rem; }

.site-footer { background:#05101f; color:#c6d2e1; padding:64px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr .9fr; gap:50px; }
.footer-logo { filter:brightness(0) invert(1); opacity:.92; width:210px; }
.footer-about { color:#8799af; max-width:360px; font-size:.88rem; margin-top:17px; }
.footer-title { color:#fff; font-size:.82rem; text-transform:uppercase; letter-spacing:.08em; font-weight:850; margin-bottom:15px; }
.footer-links { display:grid; gap:9px; color:#8fa1b7; font-size:.87rem; }
.footer-links a:hover { color:#fff; }
.footer-bottom { margin-top:50px; padding-top:22px; border-top:1px solid rgba(255,255,255,.09); display:flex; justify-content:space-between; gap:20px; color:#75879d; font-size:.78rem; }

.floating-call { display:none; }

/* Legal / secondary pages */
.page-hero { background:linear-gradient(145deg,#071426,#0c3565); color:#fff; padding:90px 0 72px; }
.page-hero h1 { margin:0; font-size:clamp(2.7rem,5vw,5.2rem); line-height:.98; letter-spacing:-.055em; }
.page-hero p { color:#b8cae0; max-width:760px; margin:20px 0 0; font-size:1.05rem; }
.breadcrumb { color:#86a4c7; font-size:.8rem; font-weight:700; margin-bottom:20px; }
.breadcrumb a { color:#a9c8ec; }
.content-wrap { max-width:940px; margin:0 auto; }
.prose-card { background:#fff; border:1px solid var(--line); border-radius:24px; padding:44px; box-shadow:var(--shadow-sm); }
.prose-card + .prose-card { margin-top:18px; }
.prose-card h2 { margin:0 0 18px; font-size:1.65rem; letter-spacing:-.025em; }
.prose-card h3 { margin:26px 0 8px; font-size:1.05rem; }
.prose-card p, .prose-card li { color:#536277; font-size:.94rem; }
.prose-card ul { padding-left:20px; }
.interface-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.interface { padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.interface .band { display:inline-block; color:var(--brand); background:#eaf3ff; padding:5px 8px; border-radius:999px; font-size:.72rem; font-weight:850; }
.interface h2 { font-size:1.2rem; margin:14px 0 8px; }
.interface p { margin:0; color:var(--muted); font-size:.87rem; }
.legal-note { padding:16px 18px; border-left:3px solid var(--brand); background:#edf5ff; color:#42556e; border-radius:0 12px 12px 0; font-size:.87rem; }

@media (max-width: 1060px) {
  .nav-links { display:none; }
  .nav-actions .phone-link { display:none; }
  .mobile-toggle { display:flex; }
  .nav-links.mobile-active { display:flex; position:fixed; top:120px; left:20px; right:20px; padding:24px; border-radius:20px; background:#fff; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; gap:0; border:1px solid var(--line); }
  .nav-links.mobile-active a { padding:13px 4px; border-bottom:1px solid var(--line); }
  .nav-links.mobile-active a:last-child { border-bottom:0; }
  .hero .container { grid-template-columns:1fr; gap:36px; }
  .hero { min-height:auto; }
  .hero-panel { max-width:520px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .trust-item:nth-child(3) { padding-left:0; }
  .availability-grid, .tariff-grid { grid-template-columns:repeat(2,1fr); }
  .news-wrap, .split, .contact-grid { grid-template-columns:1fr; }
  .visual-card { min-height:430px; }
  .tv-card { grid-template-columns:1fr; }
  .tv-side { max-width:500px; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column:2 / 4; }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:72px 0; }
  .section.compact { padding:58px 0; }
  .announcement { font-size:.77rem; }
  .announcement .container { min-height:48px; gap:7px; }
  .announcement-badge { display:none; }
  .site-header .nav { height:68px; }
  .logo { min-width:0; }
  .logo img { width:176px; }
  .nav-actions .btn { display:none; }
  .nav-links.mobile-active { top:124px; }
  .hero::before { background:linear-gradient(180deg,rgba(5,18,36,.90),rgba(5,18,36,.96)),url('../images/15000108-1129783093795950-5296170242480010174-o-2000x1500.jpg') center / cover no-repeat; }
  .hero .container { padding-top:72px; padding-bottom:72px; }
  .hero h1 { font-size:clamp(3rem,14vw,4.8rem); }
  .hero-lead { font-size:1rem; }
  .hero-actions { display:grid; }
  .hero-actions .btn { width:100%; }
  .hero-panel { padding:22px; }
  .hero-speed { font-size:3.5rem; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item, .trust-item:nth-child(3) { padding:16px 0; border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .availability-grid, .tariff-grid, .steps, .interface-grid { grid-template-columns:1fr; }
  .news-wrap { gap:36px; }
  .tariff-card.featured { transform:none; }
  .split { gap:40px; }
  .visual-card { min-height:360px; border-radius:22px; }
  .tv-card { padding:30px 24px; border-radius:22px; }
  .contact-copy, .contact-form-card { padding:28px 23px; border-radius:22px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:34px 24px; }
  .footer-grid > :first-child { grid-column:1 / 3; }
  .footer-grid > :last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .prose-card { padding:26px 22px; border-radius:19px; }
  .page-hero { padding:70px 0 58px; }
  .floating-call { display:flex; position:fixed; z-index:50; right:16px; bottom:16px; width:56px; height:56px; border-radius:50%; background:var(--brand); color:#fff; align-items:center; justify-content:center; box-shadow:0 16px 35px rgba(5,104,255,.38); }
  .floating-call svg { width:23px; height:23px; }
}

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

/* 2026 sales offer overview */
.offer-section { position:relative; overflow:hidden; }
.offer-section::before {
  content:""; position:absolute; width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle, rgba(5,104,255,.08) 0, rgba(5,104,255,0) 68%);
  left:-240px; top:240px; pointer-events:none;
}
.upgrade-banner {
  position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:30px;
  margin-bottom:82px; padding:23px 26px; border:1px solid #cfe2fb; border-radius:22px;
  background:linear-gradient(135deg,#f4f9ff 0%,#eaf4ff 55%,#f7fbff 100%);
  box-shadow:0 10px 34px rgba(20,70,130,.07);
}
.upgrade-banner-copy { display:flex; align-items:center; gap:17px; min-width:0; }
.upgrade-banner-badge {
  flex:0 0 auto; display:inline-flex; align-items:center; min-height:31px; padding:0 11px; border-radius:999px;
  background:var(--navy); color:#fff; font-size:.74rem; font-weight:900; letter-spacing:.055em; text-transform:uppercase;
}
.upgrade-banner-copy strong { display:block; font-size:1rem; letter-spacing:-.015em; }
.upgrade-banner-copy p { margin:3px 0 0; color:var(--muted); font-size:.86rem; }
.upgrade-banner-link { flex:0 0 auto; color:var(--brand); font-weight:850; font-size:.88rem; white-space:nowrap; }
.upgrade-banner-link span { margin-left:5px; }
.offer-heading { position:relative; z-index:2; }
.offer-heading .section-title { max-width:900px; margin-left:auto; margin-right:auto; }
.offer-grid {
  position:relative; z-index:2; margin-top:54px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch;
}
.offer-card {
  position:relative; min-width:0; padding:34px 34px 32px; border:1px solid var(--line); border-radius:26px;
  background:#fff; box-shadow:0 13px 38px rgba(20,50,90,.075); display:flex; flex-direction:column;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.offer-card:hover { transform:translateY(-5px); box-shadow:0 24px 55px rgba(20,50,90,.12); border-color:#c6d7ec; }
.offer-card-primary { border-color:#b9d8ff; box-shadow:0 22px 56px rgba(5,104,255,.13); }
.offer-card-primary::before {
  content:""; position:absolute; left:24px; right:24px; top:0; height:3px; border-radius:0 0 6px 6px;
  background:linear-gradient(90deg,var(--brand),var(--brand-2));
}
.offer-badge {
  position:absolute; right:24px; top:-13px; min-height:27px; display:inline-flex; align-items:center; padding:0 11px;
  border-radius:8px; background:var(--orange); color:#fff; font-size:.71rem; line-height:1; font-weight:900; box-shadow:0 7px 18px rgba(255,157,46,.22);
}
.offer-badge-muted { background:#48647f; box-shadow:0 7px 18px rgba(35,62,89,.15); }
.offer-icon {
  width:52px; height:52px; display:grid; place-items:center; border-radius:16px; color:var(--brand); background:#edf5ff;
}
.offer-icon svg { width:26px; height:26px; }
.offer-tech { margin-top:24px; color:var(--muted); font-size:.73rem; font-weight:850; letter-spacing:.085em; text-transform:uppercase; }
.offer-card h3 { margin:5px 0 0; color:var(--brand); font-size:1.7rem; line-height:1.08; letter-spacing:-.04em; }
.offer-speed { margin-top:20px; display:flex; align-items:baseline; gap:6px; white-space:nowrap; }
.offer-speed span { color:var(--muted); font-weight:760; font-size:.94rem; }
.offer-speed strong { color:var(--ink); font-size:2.65rem; line-height:.95; letter-spacing:-.06em; }
.offer-speed b { color:var(--ink); font-size:1rem; }
.offer-description { margin:21px 0 0; color:var(--muted); font-size:.92rem; min-height:58px; }
.offer-highlight { margin-top:13px; color:var(--green); font-size:.86rem; font-weight:850; }
.offer-price { margin:30px 0 25px; padding-top:22px; border-top:1px solid var(--line); display:flex; align-items:baseline; gap:6px; flex-wrap:wrap; }
.offer-price span, .offer-price small { color:var(--muted); font-size:.8rem; font-weight:720; }
.offer-price strong { color:#f46b0b; font-size:1.65rem; line-height:1; letter-spacing:-.035em; }
.offer-button { width:100%; margin-top:auto; }
.availability-cta {
  position:relative; z-index:2; margin-top:28px; padding:25px 28px; display:flex; justify-content:space-between; align-items:center; gap:25px;
  border-radius:22px; background:var(--navy); color:#fff; box-shadow:0 17px 42px rgba(7,20,38,.15);
}
.availability-cta span { display:block; color:#94b2d5; font-size:.78rem; font-weight:850; letter-spacing:.05em; text-transform:uppercase; }
.availability-cta strong { display:block; margin-top:4px; font-size:1.12rem; letter-spacing:-.02em; }

@media (max-width: 980px) {
  .upgrade-banner { align-items:flex-start; flex-direction:column; gap:15px; margin-bottom:64px; }
  .offer-grid { grid-template-columns:1fr; max-width:680px; margin-left:auto; margin-right:auto; }
  .offer-description { min-height:0; }
  .availability-cta { max-width:680px; margin-left:auto; margin-right:auto; align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
  .upgrade-banner { margin-bottom:50px; padding:20px; }
  .upgrade-banner-copy { align-items:flex-start; flex-direction:column; gap:11px; }
  .upgrade-banner-link { white-space:normal; }
  .offer-grid { margin-top:40px; gap:28px; }
  .offer-card { padding:30px 23px 24px; border-radius:22px; }
  .offer-badge { right:18px; }
  .offer-speed strong { font-size:2.3rem; }
  .availability-cta { padding:23px; }
  .availability-cta .btn { width:100%; }
}
