:root {
  --ink: #162033;
  --muted: #667085;
  --subtle: #98a2b3;
  --blue: #2161f5;
  --blue-dark: #1548c8;
  --blue-soft: #edf3ff;
  --navy: #111827;
  --line: #e7edf4;
  --surface: #f8fafc;
  --white: #ffffff;
  --green: #16b979;
  --orange: #ff9800;
  --shadow: 0 18px 50px rgba(16, 32, 64, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(221, 230, 239, 0.85); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 64px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -0.04em; white-space: nowrap; }
.brand img { width: 32px; height: 32px; }
.brand span span { color: var(--blue); }
.site-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; font-size: 13px; font-weight: 600; color: var(--muted); }
.site-nav > a:not(.button), .price-trigger { transition: color .2s ease; }
.site-nav > a:not(.button):hover, .price-trigger:hover { color: var(--blue); }
.price-trigger { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 9px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .price-trigger:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(33, 97, 245, .28); outline-offset: 3px; }
.button-small { min-height: 34px; padding: 0 14px; border-radius: 18px; font-size: 12px; }
.button-primary, .button-telegram { color: var(--white); background: var(--blue); box-shadow: 0 8px 18px rgba(33, 97, 245, .2); }
.button-primary:hover, .button-telegram:hover { background: var(--blue-dark); box-shadow: 0 12px 24px rgba(33, 97, 245, .25); }
.button-call { color: var(--white); background: var(--orange); box-shadow: 0 8px 18px rgba(255, 152, 0, .18); }
.button-call:hover { color: var(--white); background: #e98900; }
.button-ghost { border-color: rgba(16, 26, 47, .15); color: var(--ink); background: rgba(255, 255, 255, .72); }
.button-ghost:hover { border-color: var(--blue); color: var(--blue); background: var(--white); }
.button-outline { border-color: rgba(33, 97, 245, .35); color: var(--blue); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--blue); }
.button-light { color: var(--blue); background: var(--white); box-shadow: 0 12px 26px rgba(2, 46, 100, .2); }
.button-light:hover { color: var(--blue-dark); background: #f2f8ff; }

.btn-icon { display: block; flex-shrink: 0; filter: brightness(0) invert(1); }
.button-primary .btn-icon, .button-telegram .btn-icon, .button-call .btn-icon, .floating-telegram .btn-icon, .price-modal-btn .btn-icon { filter: brightness(0) invert(1); }
.button-ghost .btn-icon-ghost { filter: none; opacity: 0.85; transition: filter .2s ease, opacity .2s ease; }
.button-ghost:hover .btn-icon-ghost { filter: invert(32%) sepia(98%) saturate(2134%) hue-rotate(213deg) brightness(99%) contrast(96%); opacity: 1; }
.btn-icon-blue { filter: invert(32%) sepia(98%) saturate(2134%) hue-rotate(213deg) brightness(99%) contrast(96%); }
.btn-icon-light { display: inline-block; vertical-align: -2px; margin-right: 6px; filter: invert(88%) sepia(12%) saturate(1450%) hue-rotate(185deg) brightness(102%) contrast(102%); }
.btn-icon-muted { filter: invert(79%) sepia(13%) saturate(452%) hue-rotate(180deg) brightness(92%) contrast(87%); transition: filter .2s ease; }
.footer-column a { display: inline-flex; align-items: center; gap: 8px; }
.footer-column a:hover .btn-icon-muted { filter: brightness(0) invert(1); }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 590px; background: #f7f9fc; }
.hero-backdrop { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .95) 34%, rgba(255, 255, 255, .54) 58%, rgba(255, 255, 255, .9) 100%), url("assets/hero-bg.png"); background-position: center, center; background-size: cover; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .4)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .78fr); align-items: center; gap: 64px; min-height: 590px; padding-top: 44px; padding-bottom: 54px; }
.hero-copy { max-width: 620px; }
.eyebrow, .section-label { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(33, 97, 245, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 20px; font-size: clamp(42px, 5.2vw, 68px); font-weight: 800; line-height: 1.02; letter-spacing: -.055em; }
h2 { margin-bottom: 15px; font-size: clamp(30px, 3.2vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
.hero-lead { max-width: 560px; margin-bottom: 25px; color: #42516a; font-size: 19px; line-height: 1.55; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 28px; }
.fact { display: grid; gap: 2px; padding: 0 22px; border-left: 1px solid rgba(93, 117, 143, .25); }
.fact:first-child { padding-left: 0; border-left: 0; }
.fact strong { font-size: 19px; letter-spacing: -.03em; }
.fact span { color: var(--muted); font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-actions .button-primary { min-height: 54px; padding: 0 22px; }
.microcopy { margin: 14px 0 0; color: var(--subtle); font-size: 13px; }
.visa-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: #48617b; font-size: 14px; font-weight: 650; }
.visa-note span { color: #e79a0c; font-size: 20px; }

.hero-benefits { display: grid; gap: 14px; padding: 26px; border: 1px solid rgba(255, 255, 255, .86); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .82); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-benefit { display: flex; align-items: center; gap: 14px; padding: 14px 2px; }
.hero-benefit + .hero-benefit { border-top: 1px solid rgba(130, 157, 181, .2); }
.hero-benefit-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: var(--blue); background: var(--blue-soft); font-size: 20px; font-weight: 850; }
.hero-benefit-icon img { width: 18px; height: 18px; filter: invert(33%) sepia(96%) saturate(3214%) hue-rotate(219deg) brightness(96%) contrast(98%); }
.hero-benefit div { display: grid; gap: 2px; }
.hero-benefit strong { font-size: 15px; }
.hero-benefit span:not(.hero-benefit-icon) { color: var(--muted); font-size: 13px; }

.section { padding: 92px 0; }
.section-heading { max-width: 720px; margin-bottom: 47px; }
.section-heading-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; max-width: none; }
.section-heading-split > div { max-width: 590px; }
.section-heading-split > p { max-width: 340px; margin: 0; color: var(--muted); font-size: 16px; }
.section-label { margin-bottom: 13px; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.centered .section-label { justify-content: center; }

.example-section { background: #f8fbfe; }
.document-showcase { display: grid; grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr); align-items: center; gap: 24px; }
.document-card { min-width: 0; margin: 0; padding: 14px; border: 1px solid #dce5ee; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 34px rgba(36, 78, 118, .06); }
.document-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 4px 4px 13px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.document-card-after .document-card-head { color: var(--green); }
.document-card-muted { color: var(--subtle); font-size: 11px; font-weight: 600; letter-spacing: 0; }
.document-image-wrap { overflow: hidden; border: 1px solid #e6edf4; border-radius: 10px; background: #fff; }
.document-image-wrap img { width: 100%; height: 480px; object-fit: cover; object-position: top center; }
.document-card figcaption { padding: 13px 4px 1px; color: var(--muted); font-size: 13px; }
.showcase-arrow { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); }
.showcase-arrow img { width: 22px; height: 22px; filter: invert(32%) sepia(98%) saturate(2134%) hue-rotate(213deg) brightness(99%) contrast(96%); }

.quality-section { background: var(--white); }
.quality-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 80px; }
.quality-image-wrap { position: relative; padding: 17px; border-radius: var(--radius-lg); background: #f4f8fb; box-shadow: 0 20px 55px rgba(37, 79, 119, .1); }
.quality-image-wrap img { width: 100%; border-radius: 12px; }
.image-caption { position: absolute; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 9px; color: var(--white); background: rgba(16, 29, 52, .9); font-size: 11px; font-weight: 750; }
.quality-copy { max-width: 500px; }
.quality-copy > p:not(.section-label) { color: var(--muted); font-size: 17px; }
.quality-callout { display: flex; gap: 12px; margin: 25px 0; padding: 16px 17px; border: 1px solid #bdebd8; border-radius: 14px; background: #f0fcf7; }
.callout-icon { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 14px; font-weight: 800; }
.quality-callout p { margin: 1px 0 0; color: #21684c; font-size: 14px; font-weight: 700; line-height: 1.4; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #40506a; font-size: 14px; font-weight: 650; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list li::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 900; }

.process-section { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.process-step { position: relative; min-height: 190px; padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.step-number { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 29px; margin-bottom: 28px; border-radius: 8px; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 850; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }
.process-step a { color: var(--blue); font-weight: 750; }

.comparison-section { background: #f8fbfe; }
.comparison-subtitle { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 16px; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; max-width: 1000px; margin: 0 auto; }
.comparison-card { display: flex; min-width: 0; flex-direction: column; padding: 28px 30px 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 38px rgba(36, 78, 118, .06); }
.comparison-card-featured { position: relative; overflow: hidden; border-color: rgba(33, 97, 245, .42); background: linear-gradient(180deg, #f5f8ff 0%, #fff 35%); box-shadow: 0 20px 46px rgba(33, 97, 245, .13); }
.comparison-card-featured::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--blue); }
.comparison-badge { position: absolute; top: 18px; right: 22px; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .02em; }
.comparison-header { padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.comparison-card-featured .comparison-header { border-color: rgba(33, 97, 245, .16); }
.comparison-tag { display: inline-flex; align-items: center; min-height: 25px; margin-bottom: 13px; padding: 0 9px; border-radius: 7px; color: #68788f; background: #f1f4f7; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.comparison-tag-featured { color: var(--blue); background: #e5edff; }
.comparison-header h3 { margin-bottom: 9px; font-size: 24px; }
.comparison-price-label { min-height: 25px; margin: 0; color: #5d6d83; font-size: 14px; font-weight: 700; line-height: 1.35; }
.comparison-price-featured { color: var(--blue); font-size: 23px; font-weight: 850; letter-spacing: -.035em; }
.comparison-price-featured small { color: #5d6d83; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.comparison-list { display: grid; flex: 1; gap: 0; margin: 0; padding: 2px 0 0; list-style: none; }
.comparison-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.comparison-list li:last-child { border-bottom: 0; }
.comparison-icon { display: grid; width: 27px; height: 27px; place-items: center; margin-top: 1px; border-radius: 50%; color: #8996a8; background: #f0f3f6; font-size: 13px; font-weight: 900; }
.item-positive .comparison-icon { color: #129767; background: #e8f9f1; }
.comparison-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; line-height: 1.3; }
.comparison-list span:not(.comparison-icon) { display: block; color: var(--muted); font-size: 13px; line-height: 1.42; }
.comparison-action { margin-top: 15px; }
.comparison-action .button { width: 100%; min-height: 52px; }

.visa-section { padding: 68px 0; background: var(--blue-soft); }
.visa-grid { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 90px; }
.visa-grid h2 { margin: 0; }
.visa-grid p:not(.section-label) { margin-bottom: 14px; color: #425875; }
.visa-subtext { margin: 0 !important; color: #5a6e85; font-size: 14px; font-weight: 600; }

.reviews-section { background: var(--surface); }
.reviews-heading { margin-bottom: 42px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { display: flex; min-height: 194px; flex-direction: column; justify-content: space-between; padding: 25px 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 30px rgba(36, 78, 118, .05); }
.review-card::before { content: "“"; display: block; height: 24px; color: var(--blue); font-family: Georgia, serif; font-size: 44px; line-height: .75; }
.review-card blockquote { margin: 8px 0 22px; color: var(--ink); font-size: 15px; line-height: 1.5; }
.review-card cite { color: var(--muted); font-size: 14px; font-style: normal; font-weight: 750; }

.final-cta { padding: 68px 0; color: var(--white); background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.section-label-light { color: #a8ddff; }
.final-cta h2 { max-width: 650px; margin-bottom: 8px; font-size: clamp(32px, 4.1vw, 54px); }
.final-cta p:not(.section-label) { margin: 0; color: #d4ecff; }
.final-actions { display: grid; justify-items: center; gap: 12px; }
.final-actions .button { min-width: 240px; }
.final-phone-group { display: grid; width: 100%; justify-items: center; gap: 5px; }
.final-phone-or { color: #d4ecff; font-size: 13px; text-align: center; }
.final-phone { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: #d4ecff; font-size: 13px; font-weight: 650; }
.final-phone .btn-icon-light { margin-right: 0; }
.final-phone:hover { color: #fff; }

.site-footer { color: #aebbd0; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 53px 0 46px; }
.brand-footer { color: var(--white); }
.brand-footer img { width: 34px; height: 34px; }
.footer-brand p { max-width: 250px; margin: 16px 0 0; color: #8090a9; font-size: 13px; }
.footer-column { display: grid; align-content: start; gap: 8px; font-size: 13px; }
.footer-column h3 { margin-bottom: 6px; color: #fff; font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: center; gap: 30px; padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .09); color: #6f819b; font-size: 11px; text-align: center; }

.floating-telegram { display: none; }

.modal-open { overflow: hidden; }
.price-modal { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 20px; }
.price-modal[hidden] { display: none; }
.price-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(9, 22, 41, .62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); cursor: pointer; }
.price-modal-card { position: relative; width: min(100%, 450px); padding: 32px 28px 26px; border: 1px solid rgba(221, 230, 239, .9); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 24px 70px rgba(4, 23, 51, .28); text-align: left; animation: modalIn .2s ease-out; }
@keyframes modalIn { from { opacity: 0; transform: scale(.96) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.price-modal-card h2 { margin-bottom: 12px; font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.price-modal-price-wrap { display: flex; align-items: baseline; gap: 9px; margin-bottom: 18px; padding: 14px 18px; border-radius: var(--radius-md); background: var(--blue-soft); }
.price-modal-value { margin: 0; color: var(--blue); font-size: 30px; font-weight: 850; letter-spacing: -.04em; line-height: 1; }
.price-modal-sub { color: var(--muted); font-size: 14px; font-weight: 600; }
.price-modal-list { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; color: #334155; font-size: 14px; line-height: 1.45; }
.price-modal-list li { display: flex; align-items: flex-start; gap: 10px; }
.price-modal-list li::before { content: "✓"; display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; margin-top: 1px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; }
.price-modal-footer { display: grid; gap: 10px; }
.price-modal-btn { width: 100%; min-height: 50px; font-size: 15px; }
.price-modal-timing { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.price-modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; color: var(--muted); background: var(--surface); font-size: 22px; line-height: 1; cursor: pointer; transition: background .2s ease, color .2s ease; }
.price-modal-close:hover { color: var(--ink); background: #e2e8f0; }

@media (max-width: 1050px) {
  .site-nav { gap: 14px; }
  .hero-grid { gap: 40px; }
  .quality-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 620px); }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; z-index: 19; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); box-shadow: 0 18px 30px rgba(16, 26, 47, .1); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button), .site-nav .price-trigger { width: 100%; padding: 14px 7px; text-align: left; }
  .site-nav .button { margin-top: 4px; }
  .hero { min-height: 0; }
  .hero-backdrop { background-image: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, .96) 100%), url("assets/hero-bg.png"); background-position: center, 57% center; }
  .hero-grid { display: block; min-height: 0; padding-top: 66px; padding-bottom: 55px; }
  .hero-copy { max-width: 600px; }
  .hero-benefits { max-width: 550px; margin: 46px auto 0; }
  h1 { font-size: clamp(40px, 10vw, 60px); }
  .section { padding: 78px 0; }
  .section-heading-split, .quality-grid, .visa-grid { display: block; }
  .section-heading-split > p { max-width: 560px; margin-top: 16px; }
  .document-showcase { grid-template-columns: 1fr; gap: 17px; }
  .showcase-arrow { margin: 0 auto; transform: rotate(90deg); }
  .document-image-wrap img { height: auto; max-height: 590px; object-fit: contain; }
  .quality-image-wrap { margin-bottom: 40px; }
  .quality-copy { max-width: 600px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-grid { grid-template-columns: 1fr; max-width: 640px; }
  .comparison-card-featured { order: -1; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .visa-grid { display: grid; gap: 22px; }
  .final-cta-inner { display: block; }
  .final-actions { justify-items: start; margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: flex; }
  .floating-telegram { position: fixed; z-index: 18; right: 15px; bottom: 15px; display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 15px; border-radius: 25px; color: #fff; background: var(--blue); box-shadow: 0 11px 28px rgba(4, 85, 161, .3); font-size: 13px; font-weight: 800; }
  .floating-telegram span { font-size: 18px; }
}

@media (max-width: 500px) {
  .container { width: min(100% - 28px, 620px); }
  .brand { font-size: 17px; }
  .brand img { width: 33px; height: 33px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-grid { padding-top: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 0; }
  .fact { padding: 0 12px; }
  .fact:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .section { padding: 67px 0; }
  .section-heading { margin-bottom: 34px; }
  .document-card { padding: 9px; }
  .document-image-wrap img { max-height: 430px; }
  .image-caption { right: 20px; bottom: 20px; font-size: 10px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 22px; }
  .step-number { margin-bottom: 22px; }
  .comparison-card { padding: 24px 21px 24px; border-radius: 18px; }
  .comparison-badge { position: static; align-self: flex-start; margin-bottom: 13px; }
  .comparison-header h3 { font-size: 22px; }
  .comparison-price-featured { font-size: 21px; }
  .visa-grid { display: block; }
  .visa-grid > div + div { margin-top: 22px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 58px 0 77px; }
  .final-cta h2 { font-size: 37px; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .floating-telegram { right: 12px; left: 12px; justify-content: center; }
  .price-modal-card { padding: 26px 18px 22px; }
  .price-modal-value { font-size: 26px; }
  .price-modal-list { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
