:root {
    --brand: #81B441;
    --brand-dark: #6a9836;
    --brand-light: #a5d16a;
    --accent: #F47B20;
    --blue: #3B7DDB;
    --ink: #171717;
    --text: #333333;
    --muted: #6b6b6b;
    --bg-alt: #f5f6f4;
    --border: #eaeaea;
    --radius: 14px;
    --radius-pill: 30px;
    --shadow-sm: 0 4px 14px rgba(20,30,10,.06);
    --shadow-md: 0 16px 36px rgba(20,30,10,.10);
    --shadow-lg: 0 24px 60px rgba(20,30,10,.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
    margin: 0;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    color: var(--text);
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 100%;
}

.cards > *, .stat-strip > *, .contact-cards > *, .testi-grid > *, .offers-grid > *,
.quick-grid > *, .news-grid > *, .tariff-grid > *, .hero-stats > *, .rs-specs > * {
    min-width: 0;
}

a { color: var(--brand-dark); text-decoration: none; transition: color .15s; }
a:hover { color: var(--brand); }
img { max-width: 100%; display: block; }
svg { display: block; }

::selection { background: var(--brand); color: #fff; }

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.quick-grid .reveal:nth-child(2) { transition-delay: .06s; }
.quick-grid .reveal:nth-child(3) { transition-delay: .12s; }
.quick-grid .reveal:nth-child(4) { transition-delay: .18s; }
.quick-grid .reveal:nth-child(5) { transition-delay: .24s; }
.cards .reveal:nth-child(2) { transition-delay: .06s; }
.cards .reveal:nth-child(3) { transition-delay: .12s; }
.cards .reveal:nth-child(4) { transition-delay: .18s; }
.offers-grid .reveal:nth-child(2) { transition-delay: .06s; }
.offers-grid .reveal:nth-child(3) { transition-delay: .12s; }
.offers-grid .reveal:nth-child(4) { transition-delay: .18s; }

/* Topbar */
.topbar { background: var(--bg-alt); border-bottom: 1px solid var(--border); font-size: 13px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; }
.topbar .container.topbar-end { justify-content: flex-end; }
.topbar .tabs { display: flex; gap: 24px; }
.topbar .tabs a { color: var(--muted); padding: 8px 0; display: inline-block; border-bottom: 2px solid transparent; text-transform: uppercase; font-size: 12px; letter-spacing: .5px; font-weight: 600; }
.topbar .tabs a.active, .topbar .tabs a:hover { color: var(--ink); border-bottom-color: var(--brand); }
.topbar .utils { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; }
.topbar .utils span { display: flex; align-items: center; gap: 6px; }
.topbar .utils svg { width: 14px; height: 14px; }
.lang-switch { display: flex; align-items: center; gap: 2px; border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 3px; background: #fff; }
.lang-switch a { padding: 3px 10px; border-radius: var(--radius-pill); font-weight: 700; font-size: 12px; color: var(--muted); }
.lang-switch a.active { background: var(--brand); color: #fff; }
.lang-switch a:hover:not(.active) { color: var(--ink); }

/* Mobile header language dropdown (hidden on desktop, topbar switcher used instead) */
.lang-dropdown { display: none; position: relative; flex-shrink: 0; }
.lang-current {
    display: flex; align-items: center; gap: 4px;
    background: transparent; border: 1.5px solid var(--border); border-radius: var(--radius-pill);
    padding: 7px 10px; font-size: 12.5px; font-weight: 700; color: var(--ink); cursor: pointer;
}
.lang-current svg { width: 12px; height: 12px; color: var(--muted); transition: transform .2s; }
.lang-dropdown.open .lang-current svg { transform: rotate(180deg); }
.lang-menu {
    position: absolute; top: calc(100% + 8px); left: 0;
    background: #fff; border: 1px solid var(--border); border-radius: 12px;
    box-shadow: var(--shadow-md); padding: 6px; display: none; flex-direction: column; gap: 2px;
    min-width: 84px; z-index: 60;
}
.lang-dropdown.open .lang-menu { display: flex; }
.lang-menu a { padding: 8px 12px; border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--text); }
.lang-menu a.active { background: rgba(129,180,65,.12); color: var(--brand-dark); }
.lang-menu a:hover:not(.active) { background: var(--bg-alt); color: var(--ink); }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; padding-bottom: 9px; gap: 24px; transition: padding .2s; }
.site-header.scrolled .container { padding-top: 6px; padding-bottom: 6px; }
.site-header.scrolled .logo .mark { font-size: 28px; }
.site-header.scrolled .main-nav li a { padding-top: 8px; padding-bottom: 8px; }
.logo { display: flex; align-items: baseline; flex-shrink: 0; }
.logo .mark { color: var(--brand); font-size: 38px; font-weight: 800; letter-spacing: -1px; line-height: 1; transition: font-size .2s; }

.header-actions { display: flex; align-items: center; gap: 22px; font-size: 14px; flex-shrink: 0; }
.header-actions .phone { color: var(--ink); font-weight: 700; font-size: 16px; text-align: right; }
.header-actions .phone span { display: block; font-weight: 400; font-size: 11px; color: var(--muted); }

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(129,180,65,.28);
    transition: transform .15s, box-shadow .15s;
}
.btn-icon svg { width: 19px; height: 19px; }
.btn-icon:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(129,180,65,.38); }

.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; border: none; background: transparent; cursor: pointer; padding: 0; flex-shrink: 0; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: var(--brand);
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: var(--radius-pill);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(129,180,65,.28);
    transition: transform .15s, background .15s;
}
.btn svg { width: 15px; height: 15px; transition: transform .2s; }
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(129,180,65,.38); }
.btn:hover svg { transform: translateX(3px); }
.btn-accent { background: linear-gradient(135deg, var(--accent), #d8690f); box-shadow: 0 8px 20px rgba(244,123,32,.3); }
.btn-accent:hover { box-shadow: 0 12px 26px rgba(244,123,32,.4); }
.btn-outline { background: transparent; border: 1.5px solid #d6d6d6; color: var(--ink); box-shadow: none; }
.btn-outline:hover { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.btn-white { background: #fff; color: var(--ink); box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.btn-white:hover { background: #f4f4f4; color: var(--ink); }
.btn-sm { padding: 9px 20px; font-size: 13px; }

/* Main nav */
.main-nav { background: #fff; }
.main-nav ul { list-style: none; display: flex; justify-content: center; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.main-nav li a { display: flex; align-items: center; gap: 8px; padding: 11px 18px; color: var(--text); font-size: 14px; font-weight: 600; border-bottom: 3px solid transparent; transition: padding .2s, color .15s, border-color .15s; }
.main-nav li a svg { width: 17px; height: 17px; color: var(--brand); }
.main-nav li a:hover, .main-nav li.active a { color: var(--brand-dark); border-bottom-color: var(--brand); }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #f6f8f4 0%, #eef3e7 100%); }
.hero-blob { position: absolute; border-radius: 50%; opacity: .5; z-index: 0; animation: float 10s ease-in-out infinite; will-change: transform; }
.hero-blob.b1 { width: 420px; height: 420px; background: radial-gradient(circle, #b9dd8a, transparent 60%); top: -160px; left: -120px; }
.hero-blob.b2 { width: 360px; height: 360px; background: radial-gradient(circle, #a9c9f0, transparent 60%); bottom: -140px; right: -40px; animation-delay: 2.5s; }
@keyframes float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(12px,-16px,0); } }

.hero .container { padding-top: 68px; padding-bottom: 76px; z-index: 1; }
.hero-slides { position: relative; touch-action: pan-y; }
.hero-slide { display: none; align-items: center; gap: 40px; min-height: 460px; }
.hero-slide.active, .hero-slide.leaving { display: flex; }

.hero-slide.active .hero-text { animation: heroTextIn .55s cubic-bezier(.2,.7,.2,1); }
.hero-slide.active .hero-visual { animation: heroVisualIn .55s cubic-bezier(.2,.7,.2,1); }
.hero-slide.leaving .hero-text { animation: heroTextOut .38s ease forwards; }
.hero-slide.leaving .hero-visual { animation: heroVisualOut .38s ease forwards; }

@keyframes heroTextIn { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroVisualIn { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroTextOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-60px); } }
@keyframes heroVisualOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(60px); } }

/* Floating badges fly up/down; only while .entering (temporary), so bob resumes after */
.hero-slide.entering .hero-card-float.top { animation: badgeInTop .55s cubic-bezier(.2,.7,.2,1); }
.hero-slide.entering .hero-card-float.bottom { animation: badgeInBottom .55s cubic-bezier(.2,.7,.2,1); }
.hero-slide.leaving .hero-card-float.top { animation: badgeOutTop .38s ease forwards; }
.hero-slide.leaving .hero-card-float.bottom { animation: badgeOutDown .38s ease forwards; }

@keyframes badgeInTop { from { opacity: 0; transform: translateY(-46px); } to { opacity: 1; transform: translateY(0); } }
@keyframes badgeInBottom { from { opacity: 0; transform: translateY(46px); } to { opacity: 1; transform: translateY(0); } }
@keyframes badgeOutTop { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-46px); } }
@keyframes badgeOutDown { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(46px); } }
.hero-text { flex: 1; }
.eyebrow { color: var(--brand-dark); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; background: rgba(129,180,65,.12); display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: var(--radius-pill); }
.eyebrow svg { width: 13px; height: 13px; flex-shrink: 0; }
.eyebrow.center { display: block; text-align: center; margin: 0 auto 14px; width: fit-content; }
.hero-text h1 { font-size: 52px; font-weight: 800; color: var(--ink); margin: 0 0 16px; line-height: 1.1; letter-spacing: -1.2px; }
.hero-text h1 .hl { color: var(--brand-dark); position: relative; }
.hero-text p { color: var(--muted); font-size: 15.5px; margin: 0 0 28px; max-width: 440px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 34px; }
.hero-stats strong { display: block; font-size: 22px; font-weight: 800; color: var(--ink); }
.hero-stats span { font-size: 12.5px; color: var(--muted); }

.hero-visual { flex: 1; display: flex; justify-content: center; position: relative; }
.hero-illustration { width: 100%; max-width: 400px; filter: drop-shadow(0 20px 40px rgba(60,90,30,.15)); }
.hero-card-float {
    position: absolute; display: flex; align-items: center; gap: 10px;
    background: #fff; padding: 12px 18px; border-radius: 16px; box-shadow: var(--shadow-md);
    font-size: 12px; color: var(--muted); z-index: 2;
    animation: bob 3.6s ease-in-out infinite; will-change: transform;
}
.hero-card-float strong { display: block; font-size: 16px; color: var(--ink); font-weight: 800; }
.hero-card-float.top { top: 10px; left: 0; }
.hero-card-float.bottom { bottom: 20px; right: 10px; animation-delay: 1.4s; }
.fc-icon { width: 34px; height: 34px; border-radius: 10px; background: rgba(129,180,65,.14); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; }
.fc-icon svg { width: 17px; height: 17px; }
.fc-icon.green { background: var(--brand); color: #fff; }
@keyframes bob { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-9px,0); } }

.hero-dots { display: flex; justify-content: center; gap: 8px; padding-bottom: 8px; position: relative; z-index: 1; }
.hero-dots span { width: 8px; height: 8px; border-radius: 50%; background: #cdd6c4; transition: all .2s; }
.hero-dots span.active { background: var(--brand); width: 24px; border-radius: 5px; }
.hero-arrow { position: absolute; top: 46%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 17px; z-index: 3; box-shadow: var(--shadow-sm); cursor: pointer; transition: box-shadow .15s, transform .15s; }
.hero-arrow:hover { box-shadow: var(--shadow-md); transform: translateY(-50%) scale(1.06); }
.hero-arrow.left { left: 18px; }
.hero-arrow.right { right: 18px; }

.section-wave { line-height: 0; position: relative; z-index: 1; }
.section-wave svg { width: 100%; height: 44px; display: block; }
.section-wave svg path { fill: #ffffff; }
.section-wave.top { transform: rotate(180deg); }
.section-wave.dark svg path { fill: var(--ink); }

/* Promo duo */
.promo-duo { padding: 44px 0 8px; }
.promo-duo .container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.promo-tile { border-radius: var(--radius); padding: 30px 32px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 20px; box-shadow: var(--shadow-sm); transition: transform .2s; position: relative; overflow: hidden; }
.promo-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.promo-tile.green { background: linear-gradient(135deg, #92c953, #5c8a2e); }
.promo-tile.blue { background: linear-gradient(135deg, #5a97e6, #2c5aa0); }
.promo-tile h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; }
.promo-tile p { margin: 0 0 18px; font-size: 13px; opacity: .92; max-width: 260px; }
.promo-tile .tile-icon { width: 58px; height: 58px; border-radius: 16px; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.promo-tile .tile-icon svg { width: 28px; height: 28px; color: #fff; }

/* Trust strip */
.trust-strip { background: #fff; border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-strip .container { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-chip { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); font-weight: 600; }
.trust-chip .tc-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(129,180,65,.12); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-chip .tc-icon svg { width: 15px; height: 15px; }
.trust-chip strong { color: var(--ink); font-weight: 800; }

/* Savings badge on tariff card */
.savings-badge { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #fff3e6, #ffe3c2); color: #a85a10; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: var(--radius-pill); margin-bottom: 18px; }

/* Router showcase */
.router-showcase { background: var(--bg-alt); padding: 70px 0; overflow: hidden; }
.router-showcase .container { display: flex; align-items: center; gap: 50px; }
.router-showcase .rs-text { flex: 1; }
.router-showcase .rs-text h2 { font-size: 30px; font-weight: 800; color: var(--ink); margin: 0 0 14px; }
.router-showcase .rs-text p { color: var(--muted); font-size: 15px; margin: 0 0 26px; max-width: 440px; }
.rs-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-bottom: 28px; }
.rs-specs div { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--text); font-weight: 600; }
.rs-specs svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.router-visual { flex: 1; display: flex; justify-content: center; }
.router-box { width: 260px; height: 260px; }

/* Testimonials */
.testimonials { padding: 68px 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 26px; transition: transform .2s; }
.testi-card:hover { transform: translateY(-4px); }
.testi-stars { color: var(--accent); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p { font-size: 14.5px; color: var(--text); margin: 0 0 20px; line-height: 1.6; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--blue)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.testi-person strong { display: block; font-size: 13.5px; color: var(--ink); }
.testi-person span { font-size: 12px; color: var(--muted); }

/* Quick links */
.quick-links { background: var(--bg-alt); padding: 46px 0; }
.quick-links .container h2 { font-size: 21px; font-weight: 800; color: var(--ink); margin: 0 0 26px; }
.quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.quick-item { display: block; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 14px; text-align: center; transition: transform .2s, border-color .2s; }
.quick-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.quick-item .qicon { width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 13px; background: rgba(129,180,65,.12); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; }
.quick-item .qicon svg { width: 21px; height: 21px; }
.quick-item span { font-size: 13px; font-weight: 700; color: var(--text); }

/* Section generic */
.section { padding: 64px 0; }
.alt-bg { background: var(--bg-alt); }
section[id] { scroll-margin-top: 110px; }
.section-icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, var(--brand), var(--blue)); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 10px 24px rgba(129,180,65,.25); }
.section-icon svg { width: 26px; height: 26px; }
.section-title { text-align: center; margin: 0 0 42px; }
.section-title h2 { font-size: 29px; font-weight: 800; color: var(--ink); margin: 0 0 10px; letter-spacing: -.3px; }
.section-title p { color: var(--muted); margin: 0 auto; max-width: 560px; }

/* Services cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; transition: transform .2s, border-color .2s; position: relative; overflow: hidden; }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card .icon { width: 50px; height: 50px; border-radius: 13px; background: rgba(129,180,65,.12); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card .icon svg { width: 23px; height: 23px; }
.card h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.card p { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.card .more { font-size: 13px; font-weight: 700; color: var(--brand-dark); display: inline-flex; align-items: center; gap: 6px; }
.card .more svg { width: 14px; height: 14px; transition: transform .2s; }
.card .more:hover svg { transform: translateX(3px); }

/* Full-bleed banner with tabs */
.wide-banner { position: relative; background: radial-gradient(circle at 20% 20%, #345224 0%, #1c2b1a 45%, #0f180d 100%); color: #fff; text-align: center; padding: 0 0 56px; overflow: hidden; }
.wide-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(129,180,65,.25), transparent 55%); pointer-events: none; }
.banner-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1.5px, transparent 1.5px); background-size: 22px 22px; opacity: .5; }
.wide-banner .container { padding-top: 58px; padding-bottom: 40px; }
.wide-banner h2 { font-size: 40px; font-weight: 800; margin: 0 0 14px; letter-spacing: -1px; text-shadow: 0 2px 30px rgba(129,180,65,.35); }
.wide-banner p { color: #dbe6d0; max-width: 520px; margin: 0 auto 28px; font-size: 15px; }
.banner-tabs { display: flex; justify-content: center; gap: 10px; position: relative; z-index: 2; flex-wrap: wrap; padding: 0 20px; }
.banner-tabs span { padding: 10px 22px; border-radius: var(--radius-pill); background: rgba(255,255,255,.12); font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.banner-tabs span:hover { background: rgba(255,255,255,.22); }
.banner-tabs span.active { background: #fff; color: var(--ink); }

/* Offers strip */
.offers { padding: 64px 0; }
.offers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.offer-card { border-radius: var(--radius); padding: 26px 22px; color: #fff; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow-sm); transition: transform .2s; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.offer-card .tag { font-size: 27px; font-weight: 800; }
.offer-card p { font-size: 13px; margin: 10px 0 0; opacity: .95; }
.offer-card.c1 { background: linear-gradient(135deg,#92c953,#517a29); }
.offer-card.c2 { background: linear-gradient(135deg,#5a97e6,#284d8c); }
.offer-card.c3 { background: linear-gradient(135deg,#f7ac52,#dd6f10); }
.offer-card.c4 { background: linear-gradient(135deg,#5c5c5c,#232323); }

/* Utility split */
.utility { background: var(--bg-alt); padding: 64px 0; }
.utility .container { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.utility-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.utility-box h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
.utility-box h3 svg { width: 20px; height: 20px; color: var(--brand); }
.utility-box .hint { font-size: 13px; color: var(--muted); margin: 0 0 22px; }
.form-row { display: flex; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.form-row input { flex: 1; min-width: 160px; padding: 13px 18px; border: 1.5px solid var(--border); border-radius: var(--radius-pill); font-size: 14px; font-family: inherit; transition: border-color .15s; }
.form-row input:focus { outline: none; border-color: var(--brand); }
.form-msg { font-size: 13px; font-weight: 600; margin-top: 4px; min-height: 1px; }
.form-msg.success { color: var(--brand-dark); }
.form-msg.error { color: #c0392b; }
.lead-form button[disabled] { opacity: .6; cursor: default; }

/* Tariffs */
.tariffs { background: #fff; }
.tariff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 840px; margin: 0 auto; }
.tariff-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; transition: transform .2s; }
.tariff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tariff-card.featured { border-color: var(--brand); border-width: 2px; box-shadow: 0 20px 44px rgba(129,180,65,.18); }
.tariff-badge { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, var(--accent), #d8690f); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 6px 14px; border-radius: var(--radius-pill); }
.tariff-card h3 { margin: 0 0 12px; font-size: 21px; font-weight: 800; color: var(--ink); }
.tariff-price { font-size: 15px; color: var(--muted); margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.tariff-price .amount { font-size: 34px; font-weight: 800; color: var(--ink); }
.tariff-features { list-style: none; margin: 0 0 24px; padding: 0; }
.tariff-features li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 14px; color: var(--text); }
.tariff-features li svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.tariff-addons { background: var(--bg-alt); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 26px; }
.tariff-card.featured .tariff-addons { background: #f2f8ea; }
.addons-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); margin-bottom: 10px; }
.tariff-addons ul { list-style: none; margin: 0; padding: 0; }
.tariff-addons li { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0; color: var(--text); }
.tariff-addons li .price { font-weight: 700; color: var(--ink); }
.tariff-card .btn { display: flex; justify-content: center; width: 100%; }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .2s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.news-thumb { height: 120px; background: linear-gradient(135deg, #eef2ea, #d9e6cb); display: flex; align-items: center; justify-content: center; }
.news-thumb svg { width: 34px; height: 34px; color: var(--brand-dark); }
.news-body { padding: 18px 20px; }
.news-date { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.news-body h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.35; }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 20%, #345224 0%, #1c2b1a 45%, #0f180d 100%); color: #fff; padding: 74px 0 0; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(129,180,65,.32), transparent 55%); pointer-events: none; }
.page-hero .banner-dots { z-index: 0; }
.page-hero .container { position: relative; z-index: 1; padding-bottom: 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.page-hero-main { max-width: 620px; }
.breadcrumb { font-size: 13px; color: #b7c9a8; margin-bottom: 18px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: #b7c9a8; }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-size: 38px; font-weight: 800; margin: 0 0 14px; letter-spacing: -.4px; }
.page-hero p { max-width: 560px; color: #dbe6d0; font-size: 15.5px; margin: 0 0 28px; }
.page-hero .hero-icon { width: 64px; height: 64px; border-radius: 18px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.page-hero .hero-icon svg { width: 30px; height: 30px; color: #fff; }
.page-hero-badge {
    background: rgba(30,40,20,.55);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius);
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    animation: bob 3.6s ease-in-out infinite; will-change: transform;
}
.page-hero-badge .fc-icon { width: 46px; height: 46px; background: var(--brand); color: #fff; }
.page-hero-badge .fc-icon svg { width: 22px; height: 22px; }
.page-hero-badge strong { display: block; font-size: 24px; font-weight: 800; color: #fff; }
.page-hero-badge span { font-size: 12.5px; color: #cfe0c1; }
.page-hero .hero-stats { margin-top: 4px; }
.page-hero .hero-stats strong { color: #fff; }
.page-hero .hero-stats span { color: #b7c9a8; }

/* Feature row (icon + text list) */
.feature-row { display: flex; align-items: flex-start; gap: 16px; padding: 18px 16px; border-radius: 12px; transition: background .2s, transform .2s; }
.feature-row:hover { background: var(--bg-alt); transform: translateX(4px); }
.feature-row .fr-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, rgba(129,180,65,.18), rgba(59,125,219,.14)); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-row .fr-icon svg { width: 20px; height: 20px; }
.feature-row h4 { margin: 0 0 4px; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.feature-row p { margin: 0; font-size: 13.5px; color: var(--muted); }

/* Two column content */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.split h2 { font-size: 27px; font-weight: 800; color: var(--ink); margin: 0 0 20px; letter-spacing: -.3px; position: relative; padding-bottom: 14px; }
.split h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--brand), var(--blue)); }

/* FAQ */
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; background: #fff; transition: border-color .2s; }
.faq-item:hover { border-color: #d7e6c6; }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--brand); }
.faq-item summary { padding: 18px 22px; font-weight: 700; color: var(--ink); font-size: 14.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; color: var(--brand-dark); font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-body { padding: 0 22px 20px; font-size: 14px; color: var(--muted); }

/* Contact grid (support page) */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; text-align: center; transition: transform .2s; position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.contact-card:hover::before { transform: scaleX(1); }
.contact-card .cc-icon { width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, rgba(129,180,65,.16), rgba(59,125,219,.12)); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.contact-card .cc-icon svg { width: 23px; height: 23px; }
.contact-card h4 { margin: 0 0 6px; font-size: 15px; font-weight: 700; color: var(--ink); }
.contact-card p { margin: 0; font-size: 13.5px; color: var(--muted); }

/* Stat strip (per-page numbers) */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0 0 56px; }
.stat-tile { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 20px; text-align: center; transition: transform .2s; }
.stat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-tile strong { display: block; font-size: 26px; font-weight: 800; background: linear-gradient(135deg, var(--brand-dark), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-tile span { font-size: 12.5px; color: var(--muted); font-weight: 600; }

/* Promo strip */
.promo { background: var(--ink); color: #fff; position: relative; }
.promo .container { display: flex; align-items: center; justify-content: space-between; padding: 50px 20px; gap: 24px; }
.promo h3 { margin: 0 0 8px; font-size: 23px; font-weight: 800; }
.promo p { margin: 0; color: #bdbdbd; font-size: 14px; }

/* Footer */
.site-footer { background: #171717; color: #a6a6a6; font-size: 14px; position: relative; }
.footer-wave svg { width: 100%; height: 40px; display: block; }
.footer-wave svg path { fill: var(--ink); }
.footer-main { padding: 50px 0 32px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 32px; }
.footer-main h4 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 18px; }
.footer-main .logo { margin-bottom: 14px; }
.footer-main .logo .mark { font-size: 34px; }
.footer-main p { margin: 0 0 10px; color: #8f8f8f; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main li { margin-bottom: 12px; }
.footer-main a { color: #a6a6a6; }
.footer-main a:hover { color: var(--brand); }
.contact-list li { display: flex; gap: 10px; align-items: center; }
.contact-list .cicon { width: 28px; height: 28px; border-radius: 50%; background: rgba(129,180,65,.18); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-list .cicon svg { width: 13px; height: 13px; }
.social { display: flex; gap: 10px; margin-top: 16px; }
.social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #3a3a3a; display: flex; align-items: center; justify-content: center; color: #a6a6a6; font-size: 12px; font-weight: 700; transition: border-color .15s, color .15s, background .15s; }
.social a:hover { border-color: var(--brand); color: #fff; background: var(--brand); }
.footer-bottom { border-top: 1px solid #2c2c2c; padding: 18px 0; display: flex; justify-content: space-between; font-size: 13px; color: #757575; }

@media (max-width: 960px) {
    .hero-slide.active, .hero-slide.leaving { flex-direction: column; }
    .hero-slide { min-height: 640px; }
    .cards { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .tariff-grid { grid-template-columns: 1fr; }
    .promo-duo .container { grid-template-columns: 1fr; }
    .quick-grid { grid-template-columns: repeat(3, 1fr); }
    .offers-grid { grid-template-columns: repeat(2, 1fr); }
    .utility .container { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-arrow { display: none; }
    .split { grid-template-columns: 1fr; gap: 30px; }
    .contact-cards { grid-template-columns: 1fr 1fr; }
    .stat-strip { grid-template-columns: 1fr 1fr; }
    .page-hero .container { flex-direction: column; align-items: flex-start; }
    .router-showcase .container { flex-direction: column; }
    .testi-grid { grid-template-columns: 1fr; }
    .hero-text h1 { font-size: 40px; }

    /* Mobile nav */
    .nav-toggle { display: flex; }
    .header-actions .phone { display: none; }
    .topbar .lang-switch { display: none; }
    .lang-dropdown { display: block; }
    .header-actions { gap: 12px; }
    .main-nav { max-height: 0; overflow: hidden; transition: max-height .25s ease; border-top: none; }
    .main-nav.open { max-height: 520px; border-top: 1px solid var(--border); }
    .main-nav ul { flex-direction: column; padding: 6px 0; }
    .main-nav li a { padding: 13px 4px; border-bottom: 1px solid var(--border); border-left: 3px solid transparent; }
    .main-nav li a:hover, .main-nav li.active a { border-bottom-color: var(--border); border-left-color: var(--brand); background: var(--bg-alt); }
    .site-header.scrolled .main-nav li a { padding-top: 13px; padding-bottom: 13px; }

    section[id] { scroll-margin-top: 64px; }
}
@media (max-width: 560px) {
    .cards { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .promo .container { flex-direction: column; text-align: center; }
    .quick-grid { grid-template-columns: repeat(2, 1fr); }
    .offers-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .hero-text h1 { font-size: 28px; }
    .hero-text p { font-size: 14px; }
    .hero-stats { gap: 20px; flex-wrap: wrap; }
    .hero-slide { min-height: 560px; }
    .hero-card-float { display: none; }
    .topbar .utils > span { display: none; }
    .contact-cards { grid-template-columns: 1fr; }
    .stat-strip { grid-template-columns: 1fr 1fr; }
    .page-hero-badge { display: none; }

    .container { padding: 0 16px; }
    .section { padding: 44px 0; }
    .hero .container { padding-top: 40px; padding-bottom: 48px; }
    .section-title { margin-bottom: 28px; }
    .section-title h2 { font-size: 24px; }
    .tariff-card, .utility-box { padding: 26px 20px; }
    .router-showcase { padding: 44px 0; }
    .router-box { width: 190px; height: 190px; }
    .promo-duo .container { gap: 14px; }
    .promo-tile { padding: 24px 22px; flex-direction: column; align-items: flex-start; }
    .wide-banner h2 { font-size: 28px; }
    .btn { padding: 12px 22px; font-size: 13.5px; }
    .logo .mark { font-size: 28px; }
    .footer-main { padding: 40px 0 24px; gap: 24px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-blob, .hero-card-float, .page-hero-badge { animation: none; }
    .reveal { transition: none; opacity: 1; transform: none; }
}
