:root {
  --bg: #0b0b12;
  --bg-soft: #11111b;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: #171722;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f6f3ff;
  --muted: #aaa7b8;
  --purple: #9a6cff;
  --blue: #69a7ff;
  --pink: #f374b9;
  --green: #7de1ba;
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #c6afff; outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: white; color: #111; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.page-glow { position: absolute; z-index: -1; pointer-events: none; filter: blur(90px); border-radius: 50%; opacity: .28; }
.page-glow--one { width: 430px; height: 430px; background: #5b2fe5; top: 70px; right: 5%; }
.page-glow--two { width: 320px; height: 320px; background: #0c71d4; top: 550px; left: -160px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(11, 11, 18, .76); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.brand em { color: #a88aff; font-style: normal; }
.brand__mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: linear-gradient(145deg, #9f78ff, #6650df 55%, #3689e7); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 8px 25px rgba(106,73,217,.28); }
.site-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.site-nav a { color: #c2bfcd; font-size: 13px; text-decoration: none; transition: color .2s; }
.site-nav a:hover { color: white; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: white; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button--small { min-height: 42px; padding: 9px 16px; border-color: rgba(172,140,255,.3); background: rgba(145,105,255,.13); font-size: 13px; }
.button--primary { background: linear-gradient(115deg, #a970ff, #6869f4 52%, #4c9aec); color: white; box-shadow: 0 15px 45px rgba(114, 85, 233, .3); }
.button--secondary { border-color: var(--line); background: rgba(255,255,255,.06); }
.button--secondary:hover { border-color: rgba(170,135,255,.55); }
.button--light { background: white; color: #15121e; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #d7d2e5; font-weight: 700; text-underline-offset: 5px; }
.text-link span { color: #ae86ff; }
.eyebrow { margin: 0 0 14px; color: #b296ff; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }

.hero { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: 55px; padding-top: 62px; padding-bottom: 78px; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(43px, 5.1vw, 72px); line-height: 1.03; letter-spacing: -.055em; }
.hero h1 span { background: linear-gradient(100deg, #b887ff, #778af8 48%, #6ebeff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { max-width: 650px; margin: 27px 0 0; color: #b7b3c3; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.hero__note { margin-top: 18px; color: #777382; font-size: 13px; }
.hero-visual { position: relative; display: grid; min-height: 550px; place-items: center; }
.phone { position: relative; z-index: 2; width: 338px; padding: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 38px; background: #181824; box-shadow: 0 45px 90px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.12); transform: rotate(2.5deg); }
.phone::before { content: ""; display: block; width: 84px; height: 7px; margin: 1px auto 9px; border-radius: 99px; background: #050508; }
.phone__top { display: flex; align-items: center; gap: 10px; padding: 10px 12px 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.phone__avatar { display: block; width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; object-fit: cover; }
.phone__top div { display: flex; flex-direction: column; line-height: 1.2; }
.phone__top b { font-size: 14px; }
.phone__top small { margin-top: 4px; color: #7de1ba; font-size: 10px; }
.phone__more { margin-left: auto; color: #858290; }
.phone__chat { min-height: 390px; padding: 22px 13px; background: radial-gradient(circle at 30% 20%, rgba(130,80,220,.14), transparent 40%), #101019; }
.message { max-width: 87%; margin-bottom: 14px; padding: 10px 12px; border-radius: 14px; font-size: 11px; line-height: 1.5; }
.message--user { margin-left: auto; border-bottom-right-radius: 4px; background: #7255d7; }
.message--bot { border-bottom-left-radius: 4px; background: #242431; color: #cbc7d6; }
.message--bot span { color: #b48cff; }
.generated-card { margin-bottom: 14px; padding: 7px; border-radius: 17px; background: #282735; }
.generated-card__sky { position: relative; height: 180px; overflow: hidden; border-radius: 12px; background: radial-gradient(ellipse at 30% 0, rgba(99,236,208,.85), transparent 24%), radial-gradient(ellipse at 65% 15%, rgba(104,117,255,.9), transparent 32%), linear-gradient(#17193e, #24305b 48%, #10161d 49%); }
.generated-card__sky::before { content: ""; position: absolute; inset: 53% -10% 0; background: linear-gradient(155deg, transparent 30%, #081013 31% 49%, transparent 50%), linear-gradient(205deg, transparent 30%, #0d171a 31% 52%, transparent 53%); }
.generated-card__sky i { position: absolute; bottom: 0; width: 0; height: 0; border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 110px solid #081011; }
.generated-card__sky i:nth-child(1){left:-12px}.generated-card__sky i:nth-child(2){left:75px;border-bottom-width:145px}.generated-card__sky i:nth-child(3){right:-10px;border-bottom-width:125px}
.play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(8,8,14,.5); transform: translate(-50%,-50%); backdrop-filter: blur(8px); }
.generated-card__meta { display: flex; justify-content: space-between; padding: 8px 4px 1px; color: #a6a2b2; font-size: 10px; }
.generated-card__meta span { color: var(--green); }
.phone__input { display: flex; justify-content: space-between; margin: 8px; padding: 10px 13px; border-radius: 12px; background: #23232f; color: #777482; font-size: 11px; }
.phone__input span { color: #9d7aee; }
.orb { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .45; }
.orb--purple { width: 280px; height: 280px; background: #8238ee; top: 30px; right: 5px; }
.orb--blue { width: 230px; height: 230px; background: #1472d9; bottom: 20px; left: 10px; }
.float-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(25,25,36,.83); box-shadow: 0 15px 40px rgba(0,0,0,.35); font-size: 11px; backdrop-filter: blur(14px); }
.float-chip b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: rgba(155,105,255,.18); color: #bb95ff; }
.float-chip--one { left: -12px; top: 145px; }
.float-chip--two { right: -12px; bottom: 110px; }
.trust-strip { border-block: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.015); }
.trust-strip__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #8f8b9a; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: #765bd2; }

.section { padding-top: 120px; padding-bottom: 120px; }
.section--tint, .pricing-section { border-block: 1px solid rgba(255,255,255,.065); background: linear-gradient(180deg, rgba(255,255,255,.023), rgba(255,255,255,.008)); }
.section-heading { max-width: 710px; margin-bottom: 50px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .cta-section h2 { margin: 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .section-heading--split > p { color: var(--muted); }
.about__copy p { margin: 0 0 20px; color: #b5b1bf; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fact-grid article { padding: 32px 32px 10px 0; }
.fact-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.fact-grid h3 { margin: 0 0 8px; font-size: 19px; }
.fact-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 290px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-card--large { grid-column: span 2; display: grid; grid-template-columns: 1fr 1.2fr; }
.feature-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-card p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border: 1px solid rgba(168,130,255,.25); border-radius: 14px; background: rgba(144,96,255,.1); color: #b68eff; font-size: 20px; }
.feature-icon--ideas { font-family: Georgia, serif; font-size: 26px; line-height: 1; }
.mini-canvas { align-self: end; height: 220px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #151726; box-shadow: 0 22px 45px rgba(0,0,0,.28); transform: translate(0, -20px) rotate(-5deg) scale(.92); transform-origin: center; }
.mini-canvas img { display: block; width: 100%; height: 100%; object-fit: cover; }
.round-link { display: grid; flex: 0 0 auto; width: 52px; height: 52px; margin-left: auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.feature-card--journey .round-link { position: absolute; right: 28px; bottom: 28px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 0 26px 0 0; }
.step-icon { display: grid; width: 64px; height: 64px; margin: 0 0 24px; place-items: center; border: 1px solid rgba(156,112,255,.32); border-radius: 19px; background: linear-gradient(145deg, rgba(150,100,255,.19), rgba(55,100,210,.08)); color: #b999ff; font-size: 22px; }
.steps h3 { margin: 0 0 9px; font-size: 18px; }
.steps p { max-width: 205px; margin: 0; color: var(--muted); font-size: 13px; }
.centered-action { margin-top: 52px; text-align: center; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 390px)); justify-content: center; gap: 18px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.04); }
.price-card--featured { border-color: rgba(163,120,255,.55); background: linear-gradient(160deg, rgba(142,88,255,.16), rgba(255,255,255,.04) 55%); box-shadow: 0 30px 80px rgba(65,43,129,.2); }
.price-card__badge { position: absolute; top: 18px; right: 18px; padding: 5px 10px; border-radius: 99px; background: rgba(126,99,230,.24); color: #d3c2ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 25px; }
.price-card__price { margin: 23px 0 0; font-size: 36px; font-weight: 850; letter-spacing: -.04em; }
.price-card__period { margin: -5px 0 26px; color: var(--muted); font-size: 13px; }
.check-list { min-height: 152px; margin: 0 0 22px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 24px; color: #cac6d3; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.price-card__note { color: #827e8e; font-size: 12px; }
.pricing-footnote { max-width: 720px; margin: 30px auto 0; color: #85818e; font-size: 13px; text-align: center; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.info-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.info-card--accent { background: linear-gradient(135deg, rgba(131,89,227,.13), rgba(255,255,255,.035)); }
.info-card h3 { margin: 0 0 12px; font-size: 24px; }
.info-card p { color: var(--muted); font-size: 14px; }
.dot-list { margin: 22px 0 0; padding: 0; list-style: none; }
.dot-list li { position: relative; margin: 11px 0; padding-left: 18px; color: #c0bcc8; font-size: 13px; }
.dot-list li::before { content: ""; position: absolute; top: .68em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #9d76f3; }
.legal-note { display: flex; align-items: center; gap: 30px; margin-top: 16px; padding: 24px 30px; border: 1px solid var(--line); border-radius: 18px; }
.legal-note b { flex: 0 0 230px; }
.legal-note p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.contact-layout .section-heading { margin: 0; }
.contact-layout .button { margin-top: 20px; }
.contact-card, .requisites-card { padding: 12px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.contact-card dl, .requisites-card dl { margin: 0; }
.contact-card dl div, .requisites-card dl div { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
.contact-card dl div:last-child, .requisites-card dl div:last-child { border: 0; }
dt { color: #777382; font-size: 12px; }
dd { margin: 0; overflow-wrap: anywhere; color: #d7d3df; font-size: 14px; }
dd a { color: #c6aaff; text-underline-offset: 4px; }
.requisites-card { max-width: 900px; margin-inline: auto; }
.requisites-card dl div { grid-template-columns: minmax(220px, 1fr) 1.4fr; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.document-card { display: flex; min-height: 210px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-decoration: none; transition: border-color .2s, transform .2s; }
.document-card:hover { border-color: rgba(170,132,255,.55); transform: translateY(-3px); }
.document-card div { margin-top: 0; }
.document-card h3 { margin: 0 0 7px; font-size: 19px; }
.document-card p { margin: 0; color: var(--muted); font-size: 13px; }
.document-card > b { align-self: flex-end; margin-top: auto; color: #a982fb; }
.cta-section { display: flex; min-height: 340px; align-items: center; justify-content: space-between; gap: 50px; margin-top: 40px; margin-bottom: 120px; padding: 55px 65px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 32px; background: radial-gradient(circle at 75% 10%, rgba(90,162,255,.35), transparent 26%), radial-gradient(circle at 15% 100%, rgba(203,103,219,.28), transparent 34%), linear-gradient(120deg,#7552cf,#4e55c0); box-shadow: 0 40px 100px rgba(65,45,140,.28); }
.cta-section > div { max-width: 700px; }
.cta-section .eyebrow { color: #e3d8ff; }
.cta-section p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.75); }
.cta-section .button { flex: 0 0 auto; }
.site-footer { border-top: 1px solid var(--line); background: #08080d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-top: 70px; padding-bottom: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { max-width: 310px; color: #777380; font-size: 13px; }
.footer-grid h2 { margin: 8px 0 9px; color: #8b8795; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #aaa6b3; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-grid .seller-short { overflow-wrap: anywhere; }
.footer-domain { color: #9d7fea !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 23px; border-top: 1px solid rgba(255,255,255,.07); color: #65616d; font-size: 11px; }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 80% 0, rgba(99,65,180,.2), transparent 30%), var(--bg); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .header-inner { justify-content: space-between; }
.back-link { color: #b9b5c3; font-size: 13px; text-decoration: none; }
.legal-main { max-width: 860px; padding-top: 90px; padding-bottom: 120px; }
.legal-main h1 { margin: 0; font-size: clamp(42px, 7vw, 68px); line-height: 1.05; letter-spacing: -.055em; }
.legal-main__lead { margin: 25px 0 45px; color: var(--muted); font-size: 18px; }
.legal-content { padding: 45px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); }
.legal-content section + section { margin-top: 44px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 15px; font-size: 24px; }
.legal-content p, .legal-content li { color: #b6b2bf; font-size: 15px; }
.legal-content a { color: #c7adff; }
.legal-content .notice { padding: 20px; border-left: 3px solid #9c73f2; border-radius: 0 12px 12px 0; background: rgba(145,103,240,.09); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr 420px; gap: 20px; }
  .float-chip--one { left: 0; }
  .float-chip--two { right: 0; }
  .contact-layout { gap: 55px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 900px) {
  .header-cta { margin-left: auto; }
  .menu-button { display: block; order: 3; margin-left: 0; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(11,11,18,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 5px; font-size: 15px; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero__copy { max-width: 750px; text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero-visual { min-height: 570px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card--large { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 45px 15px; }
  .contact-layout { grid-template-columns: 1fr; }
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 165px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .site-nav { top: 68px; }
  .brand { font-size: 16px; }
  .brand__mark { width: 34px; height: 34px; border-radius: 10px; }
  .header-cta { display: none; }
  .menu-button { margin-left: auto; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero-visual { min-height: 495px; margin-top: 15px; }
  .phone { width: min(300px, 90vw); transform: rotate(1deg); }
  .phone__chat { min-height: 340px; }
  .generated-card__sky { height: 150px; }
  .float-chip--one { top: 100px; left: -5px; }
  .float-chip--two { right: -4px; bottom: 70px; }
  .trust-strip__inner { flex-wrap: wrap; justify-content: center; padding-block: 24px; text-align: center; }
  .trust-strip i { display: none; }
  .trust-strip span { width: 46%; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { margin-bottom: 35px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article { padding: 25px 0; }
  .fact-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .fact-grid h3 { margin-top: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card--large { grid-column: auto; }
  .feature-card--large { display: block; min-height: 470px; }
  .mini-canvas { height: 190px; margin-top: 15px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .steps li { padding: 0; }
  .step-icon { margin-block: 0 16px; }
  .price-grid, .info-grid { grid-template-columns: 1fr; }
  .price-card, .info-card { padding: 27px; }
  .legal-note { display: block; }
  .legal-note p { margin-top: 10px; }
  .contact-card, .requisites-card { padding: 8px 23px; }
  .contact-card dl div, .requisites-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .cta-section { display: block; min-height: 0; margin-bottom: 82px; padding: 39px 28px; }
  .cta-section .button { width: 100%; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-main { padding-top: 60px; }
  .legal-content { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
