* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.page-shell { width: min(calc(100% - var(--brand-gutter)*2), 1200px); margin: auto; }
.page-intro { padding: 64px 0 44px; max-width: 920px; }
.kicker { color: var(--brand-muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.page-intro h1 { max-width: 850px; }
.page-intro p:last-child { color: var(--brand-muted); font-size: 17px; line-height: 1.75; max-width: 640px; margin-top: 24px; }
.page-section { margin-bottom: 72px; scroll-margin-top: 112px; }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-top h2 { font-size: clamp(26px,3vw,38px); line-height: 1.2; font-weight: 550; letter-spacing: -.04em; }
.section-top p,.note { color: var(--brand-muted); font-size: 13px; line-height: 1.7; }
.grid { display: grid; gap: 20px; }
.grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.panel { min-width: 0; padding: 30px; border-radius: 20px; background: #fff; }
.panel.soft { background: var(--brand-soft); }
.panel.accent { background: #efe5b7; }
.panel.dark { background: #292d25; color: #f7f7f2; }
.panel.dark p,.panel.dark .kicker,.panel.dark .note { color: #bec3b7; }
.panel h3 { font-size: 23px; font-weight: 600; letter-spacing: -.035em; line-height: 1.3; }
.panel>p { font-size: 14px; line-height: 1.75; color: var(--brand-muted); margin-top: 12px; }
.panel .kicker { margin: 0 0 22px; font-size: 12px; }
.big-number { display: block; font-size: clamp(36px,4.5vw,62px); font-weight: 550; line-height: 1.2; letter-spacing: -.05em; font-variant-numeric: tabular-nums; margin: 28px 0 8px; }
.big-number small { font-size: .45em; letter-spacing: -.02em; }
.price-list { margin: 24px 0; padding: 0; }
.price-list>div { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--brand-line); font-size: 14px; line-height: 1.5; }
.price-list dt { color: var(--brand-muted); }
.price-list dd { margin: 0; text-align: right; font-weight: 650; font-variant-numeric: tabular-nums; }
.price-list .featured { background: var(--brand-soft); padding: 16px; margin-inline: -16px; border: 0; border-radius: 10px; }
.price-list .featured dt { color: var(--brand-ink); }
.platform-title { display: flex; align-items: center; gap: 14px; }
.platform-title img { width: 28px; height: 28px; }
.panel .button { margin-top: 18px; }
details { border-bottom: 1px solid var(--brand-line); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; min-height: 64px; font-size: 16px; font-weight: 600; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 25px; font-weight: 400; flex-shrink: 0; }
details[open]>summary::after { content: '−'; }
details.is-closing>summary::after { content: '+'; }
.details-content { padding: 0 0 24px; font-size: 15px; line-height: 1.8; color: var(--brand-muted); max-width: 75ch; }
.details-content .price-list { margin-top: 0; }
.rule-number { color: #9b8750; font-size: 12px; margin-right: 16px; font-variant-numeric: tabular-nums; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 38px; border-radius: 20px; background: var(--brand-soft); }
.cta-panel h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.04em; }
.cta-panel p { color: var(--brand-muted); line-height: 1.7; font-size: 14px; margin-top: 12px; max-width: 650px; }
.cta-panel .button { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--brand-line); padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--brand-muted); }
.site-footer>div { display: flex; gap: 24px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.chart-image { display: block; max-width: 100%; width: 100%; height: auto; margin-top: 24px; border-radius: 12px; }
.stat-card .big-number { margin-top: 18px; font-size: clamp(28px,3.1vw,42px); white-space: nowrap; }
.stat-card h3 { font-size: 14px; color: var(--brand-muted); font-weight: 500; letter-spacing: 0; }
.dark.stat-card h3 { color: #bec3b7; }
.person { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.person img { width: 56px; height: 56px; border-radius: 50%; }
.person h3 { font-size: 20px; }
.person p { font-size: 13px; color: var(--brand-muted); margin-top: 5px; }
.contact-link { display: block; width: fit-content; padding: 10px 0; font-size: 15px; overflow-wrap: anywhere; }
.contact-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.city-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; }
.city-links a { font-size: 13px; min-height: 44px; display: flex; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
.step { font-size: 12px; color: #87743a; display: block; margin-bottom: 32px; }
.clean-list { padding-left: 20px; font-size: 15px; line-height: 1.9; color: var(--brand-muted); }
@media(max-width:900px) { .grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); } .grid.three { gap: 12px; } .panel { padding: 24px; } .platform-title { gap: 9px; } .platform-title h3 { font-size: 19px; } }
@media(max-width:700px) { .page-intro { padding: 40px 0 32px; } .page-intro p:last-child { font-size: 15px; } .grid.two,.grid.three { grid-template-columns: 1fr; } .section-top { display: block; } .section-top p { margin-top: 12px; } .page-section { margin-bottom: 48px; } .cta-panel { display: block; padding: 26px; } .cta-panel .button { margin-top: 24px; } .cta-panel h2 { font-size: 26px; } .site-footer { flex-wrap: wrap; } .panel { border-radius: 16px; } .grid.four { gap: 12px; } .stat-card { padding: 20px; } .stat-card .big-number { font-size: 34px; } .stat-card h3 { font-size: 12px; } }
@media(max-width:370px) { .grid.four { grid-template-columns: 1fr; } }
@media(min-width:371px) and (max-width:700px) { .stat-card .big-number { font-size: clamp(23px,6.4vw,34px); } }
