.hero{position:relative;color:var(--white);padding:100px 0 88px;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#103b5ee0,#0f1c2ed1),url(https://images.unsplash.com/photo-1509391366360-2e959784a276?w=1600&q=80) center / cover no-repeat;z-index:0}.hero__inner{position:relative;z-index:1}.hero h1{font-size:clamp(1.75rem,4.5vw,2.75rem);margin-bottom:16px;max-width:760px;margin-inline:auto;line-height:1.2;font-weight:700}.hero p{opacity:.92;max-width:540px;margin:0 auto 36px;font-size:1.0625rem;line-height:1.6}.hero p strong{color:var(--yellow);font-weight:700;white-space:nowrap}.hero__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:center}.section--quote{background:linear-gradient(180deg,var(--white) 0%,var(--bg-alt) 100%);scroll-margin-top:80px}.quote-form-card{padding:28px;border-top:4px solid var(--green);box-shadow:var(--shadow-lg);margin-top:24px}.audience{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px}.audience-card{padding:32px;border-top:3px solid var(--green)}.audience-card h3{color:var(--blue);font-size:1.125rem;margin-bottom:12px}.audience-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.65;margin-bottom:16px}.audience-card ul{list-style:none;display:flex;flex-direction:column;gap:8px}.audience-card li{font-size:.875rem;color:var(--text-muted);padding-left:16px;position:relative}.audience-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:.75rem}.advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.advantage{text-align:center;padding:28px 20px}.advantage__icon{width:48px;height:48px;margin:0 auto 14px;border-radius:10px;background:#1b8a451f;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.advantage h3{color:var(--blue);font-size:.9375rem;margin-bottom:8px}.advantage p{color:var(--text-muted);font-size:.8125rem;line-height:1.55}.home-cta__msg{font-size:.875rem;color:var(--green)}.tariff-chart__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.tariff-chart__header h3{color:var(--blue);font-size:1rem}.tariff-chart__growth{display:flex;flex-wrap:wrap;gap:8px}.tariff-chart__badge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:999px}.tariff-chart__badge--household{background:#1b8a4526;color:var(--green-dark)}.tariff-chart__badge--business{background:#103b5e1f;color:var(--blue)}.tariff-chart__legend{display:flex;flex-wrap:wrap;gap:16px;font-size:.75rem;color:var(--text-muted);margin-bottom:12px}.tariff-chart__legend span{display:flex;align-items:center;gap:6px}.tariff-chart__dot{display:inline-block;width:10px;height:10px;border-radius:2px}.tariff-chart__dot--household{background:var(--green)}.tariff-chart__dot--business{background:var(--blue)}.tariff-chart__dot--user{background:#e74c3c}.tariff-chart__svg{width:100%;height:auto;display:block}.tariff-chart__grid{stroke:var(--border);stroke-width:1}.tariff-chart__axis,.tariff-chart__label{font-size:9px;fill:var(--text-muted)}.tariff-chart__line--household{stroke:var(--green);stroke-width:2.5}.tariff-chart__line--business{stroke:var(--blue);stroke-width:2.5}.tariff-chart__point--household{fill:var(--green)}.tariff-chart__point--business{fill:var(--blue)}.tariff-chart__point-val{font-size:10px;font-weight:700}.tariff-chart__point-val--household{fill:var(--green-dark)}.tariff-chart__point-val--business{fill:var(--blue)}.tariff-chart__tag-bg{fill:var(--white);stroke:var(--border);stroke-width:.5}.tariff-chart__label-zone{fill:#eef3f899}.tariff-chart__growth-label{font-size:11px;font-weight:700}.tariff-chart__user-line{stroke:#e74c3c;stroke-width:1.5;stroke-dasharray:5 4}.tariff-chart__note{margin-top:14px;font-size:.8125rem;color:var(--text-muted);line-height:1.6}.tariff-chart__note strong{color:var(--blue);font-weight:700}@media(max-width:900px){.tariff-chart__header{flex-direction:column}}@media(max-width:480px){.tariff-chart__legend{gap:10px}.tariff-chart__badge{font-size:.6875rem;padding:3px 8px}}@media(max-width:360px){.tariff-chart__header h3{font-size:.9375rem}.tariff-chart__note{font-size:.75rem}}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:40px;counter-reset:step}.step{position:relative;padding:24px 16px;text-align:center;counter-increment:step}.step:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0 auto 12px;border-radius:50%;background:var(--green);color:var(--white);font-weight:700;font-size:.875rem}.step h4{color:var(--blue);font-size:.875rem;margin-bottom:6px}.step p{color:var(--text-muted);font-size:.75rem;line-height:1.5}.home-cta{background:var(--dark);color:var(--white);padding:64px 0}.home-cta__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-cta h2{font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:12px}.home-cta p{opacity:.8;line-height:1.6;font-size:.9375rem}.home-cta__form{display:flex;flex-direction:column;gap:12px}.hero__stats{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.hero__stat strong{display:block;font-size:1.5rem;color:var(--yellow);margin-bottom:4px}.hero__stat span{font-size:.8125rem;opacity:.85}.solutions-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.solution-card{text-align:center;padding:28px 20px;height:100%}.solution-card__icon{font-size:1.75rem}.solution-card h3{color:var(--blue);font-size:1rem;margin:12px 0 8px}.solution-card p{color:var(--text-muted);font-size:.8125rem;line-height:1.55}@media(max-width:900px){.audience{grid-template-columns:1fr}.advantages,.steps{grid-template-columns:repeat(2,1fr)}.home-cta__inner{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){.solutions-row{grid-template-columns:1fr}.hero__stats{gap:20px}.hero h1{font-size:1.625rem}}@media(max-width:560px){.advantages,.steps{grid-template-columns:1fr}.hero{padding:72px 0 64px}.audience-card{padding:24px 20px}}@media(max-width:480px){.hero{padding:64px 0 56px}.hero__actions{flex-direction:column;align-items:stretch;gap:10px}.hero__actions .btn{width:100%}.hero__stat{min-width:calc(50% - 10px)}.home-cta{padding:48px 0}}@media(max-width:360px){.hero{padding:56px 0 48px}.hero__stats{gap:16px}.hero__stat{min-width:100%}.hero__stat strong{font-size:1.25rem}.advantage{padding:22px 16px}.step{padding:20px 14px}.home-cta h2{font-size:1.2rem}}
