:root {
--bg: #f6f8fb;
--surface: #ffffff;
--surface-soft: #eef4ff;
--text: #142033;
--muted: #627086;
--line: #dde5ef;
--blue: #1d6fff;
--blue-dark: #1557cc;
--green: #16a66a;
--green-soft: #e9f8f1;
--navy: #101b2d;
--shadow: 0 18px 50px rgba(20, 32, 51, 0.09);
--radius: 24px;
}

.hero {
padding: 70px 0 44px;
text-align: center;
}

.eyebrow {
display: inline-flex;
padding: 8px 14px;
border-radius: 999px;
background: var(--surface-soft);
color: var(--blue);
font-weight: 700;
font-size: 14px;
margin-bottom: 20px;
}

.hero-subtitle {
max-width: 740px;
margin: 0 auto 28px;
color: var(--muted);
font-size: 20px;
}

.hero-points {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
padding: 0;
margin: 0;
list-style: none;
}

.hero-points li {
background: var(--surface);
border: 1px solid var(--line);
border-radius: 999px;
padding: 10px 16px;
font-weight: 700;
box-shadow: 0 8px 26px rgba(20, 32, 51, 0.05);
}

section {
padding: 44px 0;
}

.section-head {
max-width: 720px;
margin-bottom: 28px;
}

h2 {
margin: 0 0 10px;
font-size: clamp(28px, 4vw, 42px);
line-height: 1.12;
letter-spacing: -0.04em;
color: var(--navy);
}

.section-head p {
margin: 0;
color: var(--muted);
font-size: 18px;
}

.pricing-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
align-items: stretch;
}

.plan {
position: relative;
display: flex;
flex-direction: column;
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 24px;
box-shadow: 0 12px 36px rgba(20, 32, 51, 0.06);
}

.plan.popular {
border: 2px solid var(--green);
box-shadow: 0 24px 70px rgba(22, 166, 106, 0.18);
transform: translateY(-8px);
}

.plan.Профи {
border-color: rgba(29, 111, 255, 0.45);
background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.badge {
position: absolute;
top: 18px;
right: 18px;
background: var(--green);
color: white;
border-radius: 999px;
padding: 7px 11px;
font-size: 12px;
font-weight: 800;
}

.plan h3 {
margin: 0 0 8px;
font-size: 25px;
letter-spacing: -0.04em;
}

.price {
margin: 12px 0;
font-size: 34px;
font-weight: 850;
letter-spacing: -0.05em;
color: var(--navy);
}

.price span {
display: block;
margin-top: 2px;
font-size: 14px;
font-weight: 700;
color: var(--muted);
letter-spacing: 0;
}

.plan-desc,
.fit {
color: var(--muted);
font-size: 15px;
}

.fit {
margin: 16px 0;
padding: 14px;
border-radius: 16px;
background: #f7f9fc;
}

.fit strong {
display: block;
color: var(--text);
margin-bottom: 4px;
}

.list-title {
margin: 18px 0 8px;
font-weight: 800;
color: var(--navy);
}

ul.clean {
padding: 0;
margin: 0;
list-style: none;
}

ul.clean li {
position: relative;
padding-left: 22px;
margin: 8px 0;
color: var(--muted);
font-size: 14px;
}

ul.clean li::before {
content: "✓";
position: absolute;
left: 0;
color: var(--green);
font-weight: 900;
}

.btn {
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 50px;
margin-top: auto;
padding: 14px 18px;
border-radius: 14px;
background: var(--navy);
color: white;
font-weight: 800;
text-align: center;
transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
transform: translateY(-2px);
background: #22314a;
}

.btn.primary {
background: var(--green);
}

.btn.primary:hover {
background: #128758;
}

.btn.blue {
background: var(--blue);
}

.btn.blue:hover {
background: var(--blue-dark);
}

.overage {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 22px;
align-items: stretch;
background: var(--navy);
color: white;
border-radius: var(--radius);
padding: 32px;
box-shadow: var(--shadow);
}

.overage p {
margin: 0;
color: #cbd5e1;
font-size: 18px;
}

.overage-cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}

.overage-card {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 20px;
padding: 22px;
}

.overage-card strong {
display: block;
font-size: 30px;
margin-top: 8px;
}

.table-wrap {
overflow-x: auto;
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: 0 12px 36px rgba(20, 32, 51, 0.06);
}

table {
width: 100%;
min-width: 920px;
border-collapse: collapse;
}

th, td {
padding: 16px;
border-bottom: 1px solid var(--line);
text-align: center;
vertical-align: middle;
font-size: 15px;
}

th:first-child,
td:first-child {
text-align: left;
font-weight: 700;
color: var(--text);
width: 28%;
}

th {
background: #f8fafc;
color: var(--navy);
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.04em;
}

.group-row td {
background: var(--surface-soft);
color: var(--blue);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 13px;
}

.yes {
color: var(--green);
font-weight: 900;
font-size: 18px;
}

.dash {
color: #9aa7b8;
}

.choice-grid,
.faq-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}

.hint,
.faq {
background: var(--surface);
border: 1px solid var(--line);
border-radius: 20px;
padding: 22px;
box-shadow: 0 10px 30px rgba(20, 32, 51, 0.05);
}

.hint strong,
.faq strong {
display: block;
margin-bottom: 8px;
color: var(--navy);
font-size: 18px;
}

.hint p,
.faq p {
margin: 0;
color: var(--muted);
}

.faq-grid {
grid-template-columns: repeat(3, 1fr);
}

.final-cta {
text-align: center;
background: linear-gradient(135deg, var(--blue), #0f2d68);
border-radius: 32px;
padding: 56px 24px;
color: white;
box-shadow: var(--shadow);
}

.final-cta h2 {
color: white;
}

.final-cta p {
max-width: 560px;
margin: 0 auto 24px;
color: #dbe8ff;
font-size: 18px;
}

.cta-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}

.btn.light {
margin-top: 0;
background: white;
color: var(--blue);
}

.btn.outline {
margin-top: 0;
background: transparent;
border: 1px solid rgba(255,255,255,0.55);
color: white;
}

footer {
padding: 34px 0;
color: var(--muted);
text-align: center;
font-size: 14px;
}

@media (max-width: 1080px) {
.pricing-grid {
grid-template-columns: repeat(2, 1fr);
}

.plan.popular {
transform: none;
}

.choice-grid,
.faq-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 720px) {
header {
padding: 20px 0;
}

.nav {
align-items: flex-start;
flex-direction: column;
}

.hero {
padding: 38px 0 24px;
text-align: left;
}

.hero-subtitle {
font-size: 18px;
}

.hero-points {
justify-content: flex-start;
}

section {
padding: 30px 0;
}

.pricing-grid,
.overage,
.overage-cards,
.choice-grid,
.faq-grid {
grid-template-columns: 1fr;
}

.plan {
padding: 22px;
}

.badge {
position: static;
width: fit-content;
margin-bottom: 12px;
}

.overage {
padding: 24px;
}

.final-cta {
padding: 38px 20px;
border-radius: 24px;
}

.btn {
width: 100%;
}
}