:root {
    --bg: #fff7fb;
    --bg-soft: #fff;
    --ink: #12131a;
    --muted: #626675;
    --line: rgba(18, 19, 26, .1);
    --primary: #ff4f7b;
    --primary-dark: #e73563;
    --violet: #7c3cff;
    --peach: #ffb088;
    --green: #19b77a;
    --shadow: 0 24px 70px rgba(76, 22, 45, .14);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 10% -10%, rgba(255, 79, 123, .22), transparent 38%),
        radial-gradient(circle at 90% 8%, rgba(124, 60, 255, .16), transparent 32%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 42%, #fff7fb 100%);
    line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(20px);
    background: rgba(255, 247, 251, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}
.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), var(--violet));
    box-shadow: 0 14px 32px rgba(255, 79, 123, .32);
}
.brand-text { font-size: 24px; letter-spacing: -.04em; }
.main-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: 14px; }
.main-nav a:hover { color: var(--primary-dark); }
.header-cta {
    padding: 11px 18px;
    border-radius: 999px;
    background: #12131a;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(18, 19, 26, .16);
}

.hero { padding: 82px 0 46px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 56px; align-items: center; }
.eyebrow, .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--primary-dark);
    background: rgba(255, 79, 123, .1);
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .02em;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(42px, 6vw, 78px); max-width: 820px; }
h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 18px; }
h3 { font-size: 22px; }
p { color: var(--muted); margin: 0; }
.lead { margin-top: 22px; font-size: clamp(18px, 2vw, 23px); max-width: 710px; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.download-actions.centered { justify-content: center; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 17px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--violet)); box-shadow: 0 18px 40px rgba(255, 79, 123, .3); }
.btn-secondary { background: #12131a; color: #fff; box-shadow: 0 18px 40px rgba(18, 19, 26, .18); }
.btn-ghost { color: var(--ink); background: rgba(255, 255, 255, .74); border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.66); color: #3a3d48; font-weight: 800; font-size: 13px; }

.phone-wrap { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone-wrap:before { content: ""; position: absolute; inset: 80px 10px 20px 10px; border-radius: 50%; background: radial-gradient(circle, rgba(255,79,123,.24), transparent 65%); filter: blur(12px); }
.phone {
    position: relative;
    width: min(360px, 84vw);
    height: 620px;
    padding: 15px;
    border-radius: 44px;
    background: #101116;
    box-shadow: 0 48px 100px rgba(55, 13, 33, .35);
    transform: rotate(3deg);
}
.phone-top { position: absolute; top: 14px; left: 50%; width: 110px; height: 28px; transform: translateX(-50%); border-radius: 0 0 18px 18px; background: #101116; z-index: 3; }
.profile-card { position: relative; height: 100%; overflow: hidden; border-radius: 34px; background: linear-gradient(160deg, #ffd7e1, #f45a83 42%, #7c3cff); }
.profile-photo { position: absolute; inset: 0; background: radial-gradient(circle at 38% 22%, #fff6ea 0 8%, transparent 9%), radial-gradient(circle at 50% 34%, #27212a 0 10%, transparent 11%), radial-gradient(ellipse at 50% 72%, #ffffff 0 20%, transparent 21%), linear-gradient(160deg, #ffd4a3, #ff7197 50%, #7c3cff); }
.profile-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.08) 55%, rgba(0,0,0,.78) 100%); }
.profile-info { position: absolute; left: 24px; right: 24px; bottom: 102px; color: #fff; }
.profile-info h3 { font-size: 38px; margin: 8px 0; }
.profile-info p { color: rgba(255,255,255,.86); font-weight: 700; }
.pill { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.22); backdrop-filter: blur(12px); font-size: 13px; font-weight: 900; }
.phone-actions { position: absolute; left: 36px; right: 36px; bottom: 34px; display: flex; justify-content: space-between; }
.phone-actions span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 12px 24px rgba(0,0,0,.16); font-size: 22px; }

.section { padding: 76px 0; }
.subhero { padding: 82px 0 56px; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats-grid div, .feature-card, .step-card, .article-card, .side-card, .legal-card, .city-link, details {
    border: 1px solid rgba(18,19,26,.08);
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 50px rgba(76,22,45,.08);
    backdrop-filter: blur(18px);
}
.stats-grid div { padding: 24px; border-radius: 24px; }
.stats-grid b { display: block; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.stats-grid span { display: block; margin-top: 8px; color: var(--muted); font-weight: 700; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card, .step-card, .article-card, .side-card, .legal-card { border-radius: var(--radius); padding: 28px; }
.feature-card h3, .step-card h3 { margin-bottom: 10px; }
.feature-card:before { content: ""; display: block; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(255,79,123,.2), rgba(124,60,255,.2)); }
.section-dark { color: #fff; background: radial-gradient(circle at 20% 20%, rgba(255,79,123,.28), transparent 28%), #11121a; }
.section-dark p, .section-dark .section-label { color: rgba(255,255,255,.74); }
.section-dark .section-label { background: rgba(255,255,255,.09); }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.seo-grid a { padding: 20px; border-radius: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); font-weight: 900; }
.seo-grid.light a { background: #fff; border-color: var(--line); box-shadow: none; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--violet)); font-weight: 900; }
.article-grid { display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: start; }
.article-card p + p { margin-top: 16px; }
.side-card { position: sticky; top: 100px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); font-weight: 750; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; }
.related-section { padding-top: 0; }
.city-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.city-link { border-radius: 20px; padding: 18px; transition: transform .2s ease, border-color .2s ease; }
.city-link:hover { transform: translateY(-3px); border-color: rgba(255,79,123,.45); }
.city-link strong, .city-link span { display: block; }
.city-link span { margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 700; }
.faq-list { display: grid; gap: 12px; margin-top: 22px; text-align: left; }
details { border-radius: 20px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 12px; }
.final-cta { padding: 36px 0 82px; }
.final-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, #11121a, #2a1740 48%, #ff4f7b); box-shadow: var(--shadow); }
.final-card p { color: rgba(255,255,255,.78); margin-top: 10px; }
.final-card .btn-primary { background: #fff; color: #12131a; box-shadow: none; }
.final-card .btn-secondary, .final-card .btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.16); }
.legal-card { max-width: 850px; margin: 0 auto; }
.legal-card p + p { margin-top: 14px; }
.legal-card h3 { margin: 24px 0 10px; font-size: 20px; letter-spacing: -.02em; }
.legal-card a { color: var(--primary-dark); font-weight: 800; }
.legal-list { margin: 14px 0 0; padding-left: 22px; color: var(--muted); font-weight: 700; }
.legal-list li + li { margin-top: 8px; }

.site-footer { padding: 54px 0 26px; background: #0f1017; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 26px; }
.footer-grid h3 { font-size: 15px; margin-bottom: 12px; color: rgba(255,255,255,.96); letter-spacing: 0; }
.footer-grid a { display: block; margin-top: 8px; color: rgba(255,255,255,.66); font-weight: 700; }
.footer-note { margin-top: 12px; color: rgba(255,255,255,.62); max-width: 330px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.46); font-size: 13px; }
.footer-brand .brand-text { color: #fff; }

@media (max-width: 980px) {
    .main-nav { display: none; }
    .hero-grid, .two-col, .article-grid { grid-template-columns: 1fr; }
    .phone-wrap { min-height: 560px; }
    .stats-grid, .city-list { grid-template-columns: repeat(2, 1fr); }
    .seo-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .side-card { position: static; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 22px, 1160px); }
    .hero { padding-top: 52px; }
    .header-inner { min-height: 66px; }
    .header-cta { padding: 9px 14px; }
    .brand-text { font-size: 21px; }
    .phone { height: 560px; transform: none; }
    .feature-grid, .steps-grid, .stats-grid, .seo-grid, .city-list, .footer-grid { grid-template-columns: 1fr; }
    .section { padding: 54px 0; }
    .subhero { padding: 58px 0 38px; }
    .download-actions { width: 100%; }
    .download-actions .btn { width: 100%; }
    .final-card { display: block; padding: 26px; }
    .footer-bottom { flex-direction: column; }
}
