:root{--navy: #0c2d6b;--navy-dark: #081f4d;--blue: #1f5fbf;--blue-hover: #184ea0;--sky: #eef4fc;--text: #1f2937;--muted: #5b6472;--white: #fff;--border: #d7e0ee;--shadow: 0 2px 6px rgba(8, 31, 77, .06);font-family:Arial,Helvetica Neue,sans-serif;color:var(--text);background:#f4f6f9}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%}.site{min-height:100vh}.header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:20px;justify-content:space-between;padding:12px clamp(16px,4vw,40px);background:var(--white);border-bottom:2px solid var(--navy)}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:4px;background:var(--navy);color:#fff;font-weight:800;font-size:13px}.brand b{display:block;font-size:20px;color:var(--navy);line-height:1.1}.brand small{display:block;color:var(--muted);font-size:12px}nav{display:flex;flex-wrap:wrap;gap:8px 22px;font-weight:600;font-size:15px}nav a{color:var(--muted);padding-bottom:4px;border-bottom:2px solid transparent}nav a.active,nav a:hover{color:var(--navy);border-bottom-color:var(--blue)}.headerActions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.headerPhone{font-weight:800;color:var(--navy);white-space:nowrap}.btnPrimary,.btnOutline{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:3px;font-weight:700;font-size:14px;border:1px solid transparent}.btnPrimary{background:var(--blue);color:#fff}.btnPrimary:hover{background:var(--blue-hover)}.btnOutline{background:#fff;color:var(--navy);border-color:var(--border)}.btnOutline.light{color:#fff;border-color:#ffffff73;background:transparent}.btnPrimary.block{width:100%}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;width:min(1180px,calc(100% - 32px));margin:20px auto;padding:32px;border-radius:6px;background:var(--navy);color:#fff}.hero h1{margin:0 0 14px;font-size:clamp(30px,4vw,44px);line-height:1.12;font-weight:800}.hero p{margin:0;max-width:560px;color:#ffffffe0;font-size:17px;line-height:1.55}.heroButtons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.heroPhoto{border-radius:4px;overflow:hidden;min-height:300px}.heroPhoto img{width:100%;height:100%;object-fit:cover}.section{width:min(1180px,calc(100% - 32px));margin:0 auto 24px;padding:26px;border-radius:4px;background:var(--white);border:1px solid var(--border)}.section.alt{background:var(--sky)}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.sectionHead.center{justify-content:center;text-align:center}.sectionHead h2{margin:0;font-size:28px;font-weight:800;color:var(--navy)}.sectionHead p{margin:8px 0 0;color:var(--muted);max-width:760px}.sectionHead a{color:var(--blue);font-weight:700}.promoGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.promoCard{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:16px;border:1px solid var(--border);border-radius:4px;background:#fbfdff}.promoCard img{width:100%;height:100%;min-height:180px;object-fit:cover;border-radius:3px}.promoCard h3{margin:0 0 8px;font-size:18px;color:var(--navy)}.promoCard p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.5}.promoCard ul{margin:0 0 14px;padding-left:18px;color:#475569;font-size:14px}.serviceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.serviceCard{display:block;border-radius:4px;overflow:hidden;background:var(--white);border:1px solid var(--border)}.serviceCard:hover{border-color:var(--blue)}.serviceCard img{width:100%;height:180px;object-fit:cover}.serviceCard div{padding:18px}.serviceCard h3{margin:0 0 8px;color:var(--navy)}.serviceCard p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.5}.serviceCard span{color:var(--blue);font-weight:700;font-size:14px}.splitSection{display:grid;grid-template-columns:1fr 1fr;gap:0;width:min(1180px,calc(100% - 32px));margin:0 auto 24px;border-radius:4px;overflow:hidden;background:var(--white);border:1px solid var(--border)}.splitSection.reverse .splitPhoto{order:2}.splitPhoto{min-height:320px}.splitPhoto img{width:100%;height:100%;object-fit:cover}.splitText{padding:32px;display:flex;flex-direction:column;justify-content:center}.splitText h2{margin:0 0 12px;font-size:28px;color:var(--navy)}.splitText p{margin:0 0 12px;color:var(--muted);line-height:1.55}.splitText ul{margin:0 0 18px;padding-left:18px;line-height:1.65;color:#475569}.zoneTabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.zoneTabs button{padding:10px 16px;border:1px solid var(--border);border-radius:3px;background:#fff;color:var(--muted);font-weight:700}.zoneTabs button.active{background:var(--navy);border-color:var(--navy);color:#fff}.tariffGrid,.tvGrid,.businessGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tariffCard{position:relative;padding:20px;border-radius:4px;background:#fff;border:1px solid var(--border)}.tariffCard.hit{border-color:var(--blue);border-width:2px}.tariffHit{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:3px;background:var(--sky);color:var(--navy);font-size:11px;font-weight:800}.tariffCard h3{margin:0 0 8px;color:var(--navy);font-size:20px}.tariffPrice{margin:0 0 6px;font-size:34px;font-weight:900;color:var(--blue)}.tariffPrice small{font-size:15px;font-weight:700;color:var(--muted)}.tariffSpeed{margin:0 0 12px;font-weight:700;color:var(--navy)}.tariffCard ul{margin:0 0 16px;padding-left:18px;color:#475569;line-height:1.55}.bannerSection{display:grid;grid-template-columns:1.1fr .9fr;gap:0;width:min(1180px,calc(100% - 32px));margin:0 auto 24px;border-radius:4px;overflow:hidden;background:var(--navy);color:#fff}.bannerSection img{width:100%;height:100%;min-height:280px;object-fit:cover}.bannerSection div{padding:32px;display:flex;flex-direction:column;justify-content:center}.bannerSection h2{margin:0 0 12px;font-size:28px}.bannerSection p{margin:0 0 18px;color:#ffffffe0;line-height:1.55}.newsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.newsCard{border-radius:4px;overflow:hidden;border:1px solid var(--border);background:#fff}.newsCard img{width:100%;height:160px;object-fit:cover}.newsCard div{padding:14px}.newsCard time{color:var(--muted);font-size:13px}.newsCard h3{margin:8px 0 0;font-size:16px;color:var(--navy)}.pageBanner{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;width:min(1180px,calc(100% - 32px));margin:20px auto;padding:26px;border-radius:4px;background:var(--white);border:1px solid var(--border)}.pageBanner h1{margin:0 0 10px;font-size:34px;color:var(--navy)}.pageBanner p{margin:0;color:var(--muted)}.pageBanner img{border-radius:3px;height:220px;width:100%;object-fit:cover}.tvCard,.businessCard{border-radius:4px;overflow:hidden;border:1px solid var(--border);background:#fff}.tvCard img,.businessCard img{width:100%;height:150px;object-fit:cover}.tvCard h3,.businessCard h3,.tvCard p,.businessCard p{padding:0 18px}.tvCard h3,.businessCard h3{margin:14px 0 6px;color:var(--navy)}.tvCard p,.businessCard p{margin:0 0 8px;color:var(--muted)}.tvCard strong,.businessCard strong{display:block;padding:0 18px;margin-bottom:14px;font-size:22px;color:var(--blue)}.tvCard .btnPrimary,.businessCard .btnPrimary{margin:0 18px 18px;width:calc(100% - 36px)}.innerPage{padding-bottom:32px}.contactGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:min(1180px,calc(100% - 32px));margin:0 auto}.contactCard,.contactForm{padding:22px;border-radius:4px;background:var(--white);border:1px solid var(--border)}.contactCard p,.contactCard a{display:block;margin:0 0 8px;color:#475569}.contactForm{display:grid;gap:12px}.contactForm h3{margin:0;color:var(--navy)}.contactForm input{min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:3px;font:inherit}.footer{margin-top:20px;padding:28px clamp(16px,4vw,40px);background:var(--navy-dark);color:#ffffffe0}.footerMain{display:grid;grid-template-columns:1.1fr 1.4fr;gap:24px;margin-bottom:18px}.footer b{display:block;margin-bottom:8px;color:#fff}.footer p{margin:0 0 8px;font-size:14px}.footer a{color:#dbeafe}.footerCols{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.footerCols a{display:block;margin-bottom:6px;font-size:14px}.footerCopy{margin:0;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#fff9}@media(max-width:980px){.header{flex-wrap:wrap}.hero,.promoGrid,.serviceGrid,.splitSection,.tariffGrid,.bannerSection,.newsGrid,.pageBanner,.contactGrid,.footerMain,.footerCols,.tvGrid,.businessGrid,.promoCard{grid-template-columns:1fr}.splitSection.reverse .splitPhoto{order:0}}
