:root {
  --ink: #17324a;
  --ink-soft: #516779;
  --cream: #fffaf4;
  --paper: #ffffff;
  --mint: #dff5ed;
  --mint-strong: #65bba2;
  --peach: #ffe5d8;
  --coral: #f47763;
  --coral-dark: #dc5e4c;
  --sky: #dff0fb;
  --line: rgba(23, 50, 74, .12);
  --shadow: 0 24px 70px rgba(32, 66, 85, .12);
  --radius: 26px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-tight { padding-top: 70px; }
.soft-section { background: #f3f8f5; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px;
  background: var(--ink); color: white; border-radius: 12px; text-decoration: none;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent;
  background: rgba(255, 250, 244, .9); backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(28, 55, 74, .07); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px;
  background: var(--coral); font-size: 22px; transform: rotate(-3deg); box-shadow: 0 8px 20px rgba(244, 119, 99, .28);
}
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--coral-dark); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: #405a6e; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.telegram-mini {
  display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 12px;
  border: 1px solid rgba(34,158,217,.22); border-radius: 12px; background: #edf9ff;
  color: #1479aa; font-size: 12px; font-weight: 900; text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.telegram-mini:hover, .telegram-mini:focus-visible { transform: translateY(-2px); background: #dff4ff; box-shadow: 0 10px 24px rgba(34,158,217,.16); }
.telegram-mini > span:first-child { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #229ed9; color: white; font-size: 11px; }
.language-picker select {
  max-width: 68px; padding: 10px 8px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255,255,255,.75); color: var(--ink); font-size: 13px; font-weight: 800;
}

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px;
  padding: 14px 22px; border: 0; border-radius: 16px; background: var(--coral); color: white;
  font-weight: 800; text-decoration: none; box-shadow: 0 12px 28px rgba(244, 119, 99, .25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 16px 34px rgba(244, 119, 99, .32); }
.button-small { min-height: 44px; padding: 10px 16px; border-radius: 13px; font-size: 13px; }
.button-dark { background: var(--ink); box-shadow: 0 12px 28px rgba(23,50,74,.18); }
.button-dark:hover, .button-dark:focus-visible { background: #0e2436; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-underline-offset: 5px; }
.text-link:hover { color: var(--coral-dark); }

.hero { padding-top: 72px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; width: 540px; height: 540px; left: -300px; top: 160px;
  border-radius: 50%; background: radial-gradient(circle, rgba(101,187,162,.16), rgba(101,187,162,0) 66%);
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.eyebrow, .kicker { margin: 0 0 16px; color: var(--coral-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow > span:first-child { color: var(--mint-strong); font-size: 10px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 5.8vw, 76px); line-height: .99; font-weight: 600; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--ink-soft); font-size: 20px; line-height: 1.65; }
.hero-buttons { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 38px; }
.trust-row > span { display: inline-flex; align-items: center; gap: 8px; color: #526879; font-size: 13px; font-weight: 700; }
.trust-row b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: white; color: var(--coral-dark); box-shadow: 0 7px 20px rgba(23,50,74,.08); }
.hero-photo-wrap { position: relative; min-height: 590px; }
.hero-photo-wrap::before {
  content: ""; position: absolute; inset: 28px 0 0 26px; border-radius: 180px 180px 38px 38px;
  background: linear-gradient(160deg, var(--mint), #f7ddd2); transform: rotate(3deg);
}
.hero-photo-wrap > img {
  position: absolute; inset: 0 20px 18px 0; width: calc(100% - 20px); height: calc(100% - 18px);
  object-fit: cover; object-position: center; border-radius: 180px 180px 38px 38px;
  box-shadow: var(--shadow); background: linear-gradient(155deg, var(--mint), var(--peach));
}
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 12px; max-width: 220px; padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.91); box-shadow: 0 20px 45px rgba(27,57,75,.16); backdrop-filter: blur(10px);
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 14px; }
.floating-card small { color: #6d7f8d; font-size: 11px; }
.floating-card-top { top: 74px; left: -30px; }
.floating-card-bottom { right: -14px; bottom: 54px; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: #46b98e; box-shadow: 0 0 0 6px rgba(70,185,142,.16); }
.mini-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--peach); color: var(--coral-dark); font-weight: 900; }
.notice-strip {
  display: flex; align-items: center; gap: 16px; margin-top: 62px; padding: 20px 24px; border: 1px solid rgba(101,187,162,.22);
  border-radius: 19px; background: var(--mint); color: #244f4a;
}
.notice-strip p { flex: 1; margin: 0; }
.notice-strip a { font-weight: 900; }
.notice-icon { font-size: 22px; color: var(--coral-dark); }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.left { max-width: 510px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; font-weight: 600; }
.section-heading > p:last-child { margin: 19px 0 0; color: var(--ink-soft); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step-card { position: relative; min-height: 285px; padding: 30px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.66); }
.step-card:nth-child(even) { margin-top: 26px; }
.step-number { position: absolute; top: 19px; right: 22px; color: rgba(23,50,74,.2); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 32px; border-radius: 18px; background: var(--mint); font-size: 24px; }
.step-card:nth-child(2) .step-icon { background: var(--peach); }
.step-card:nth-child(3) .step-icon { background: var(--sky); }
.step-card:nth-child(4) .step-icon { background: #fff1ba; }
.step-card h3 { margin: 0 0 10px; font-size: 19px; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.documents-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.privacy-note { display: flex; gap: 13px; margin-top: 30px; padding: 17px; border-radius: 18px; background: white; box-shadow: 0 14px 40px rgba(23,50,74,.06); }
.privacy-note > span { font-size: 20px; }
.privacy-note p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.privacy-note strong { color: var(--ink); }
.document-list { border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.document-row { display: grid; grid-template-columns: 50px 1fr; gap: 22px; align-items: start; padding: 28px 30px; }
.document-row + .document-row { border-top: 1px solid var(--line); }
.document-row > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--cream); color: var(--coral-dark); font-weight: 900; }
.document-row h3 { margin: 0 0 6px; font-size: 18px; }
.document-row p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.included-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.included-card, .expert-card { border-radius: 32px; }
.included-card { padding: 56px; background: var(--ink); color: white; }
.included-card h2 { max-width: 750px; margin: 0; font-size: clamp(38px, 4.8vw, 58px); line-height: 1.08; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; margin: 38px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #d9e5ec; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--mint-strong); color: white; font-size: 12px; font-weight: 900; }
.expert-card { display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: var(--peach); }
.quote-mark { color: var(--coral); font-family: Georgia, serif; font-size: 86px; line-height: .6; }
.expert-card > p { margin: 28px 0 40px; font-family: Georgia, serif; font-size: 25px; line-height: 1.42; }
.expert-sign { display: flex; align-items: center; gap: 13px; }
.expert-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: white; }
.expert-sign strong, .expert-sign small { display: block; }
.expert-sign small { color: var(--ink-soft); }

.coral-section { background: var(--coral); overflow: hidden; }
.coral-section::before, .coral-section::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.coral-section::before { width: 430px; height: 430px; left: -220px; top: -180px; }
.coral-section::after { width: 600px; height: 600px; right: -320px; bottom: -320px; }
.light, .light > p:last-child { color: white; }
.light .kicker { color: #4e2021; }
.pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 22px 55px rgba(114,46,39,.16); }
.price-card.featured { transform: translateY(-12px); background: var(--ink); color: white; }
.popular { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--coral); color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-label { margin: 0; color: var(--coral-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.featured .plan-label { color: #f9a697; }
.price { margin-top: 20px; font-family: Georgia, serif; font-size: 66px; line-height: 1; }
.price span { font-size: 30px; vertical-align: top; }
.per-pet { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; }
.featured .per-pet { color: #a9bbc7; }
.price-card ul { min-height: 146px; margin: 28px 0 22px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; margin: 11px 0; padding-left: 26px; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-strong); font-weight: 900; }
.price-card .button { width: 100%; }
.pricing-note { position: relative; z-index: 1; max-width: 820px; margin: 32px auto 0; color: rgba(255,255,255,.9); text-align: center; font-size: 12px; }

.transfer-card { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 54px; padding: 26px 58px 26px 26px; border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: var(--shadow); }
.transfer-art { position: relative; display: grid; place-items: center; min-height: 330px; border-radius: 26px; background: linear-gradient(155deg, var(--sky), var(--mint)); overflow: hidden; }
.transfer-art span:first-child { font-size: 112px; transform: translateX(-18px); }
.transfer-art span:nth-child(2) { position: absolute; bottom: 38px; right: 70px; font-size: 64px; }
.transfer-art span:nth-child(3) { position: absolute; top: 34px; right: 30px; font-size: 58px; }
.transfer-copy h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; }
.transfer-copy > p:not(.kicker) { margin: 20px 0; color: var(--ink-soft); }
.transfer-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.transfer-tags span { padding: 8px 12px; border-radius: 999px; background: var(--mint); color: #285e52; font-size: 12px; font-weight: 900; }
.transfer-tags .muted { background: #f0f2f3; color: #6e7e89; }
.all-thailand-note { display: flex; align-items: center; gap: 14px; justify-content: center; margin-top: 24px; color: var(--ink-soft); text-align: center; }
.all-thailand-note > span { font-size: 24px; }
.all-thailand-note p { margin: 0; }
.all-thailand-note strong { color: var(--ink); }

.news-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; max-width: none; }
.news-heading > p:last-child { margin-bottom: 8px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { border: 1px solid var(--line); border-radius: 26px; background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(23,50,74,.1); }
.news-visual { display: grid; place-items: center; min-height: 170px; font-size: 68px; }
.news-visual.mint { background: var(--mint); }
.news-visual.peach { background: var(--peach); }
.news-visual.sky { background: var(--sky); }
.news-body { padding: 25px; }
.news-body time { color: var(--coral-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.news-body h3 { margin: 12px 0 10px; font-family: Georgia, serif; font-size: 23px; line-height: 1.22; }
.news-body p { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; }
.article-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--ink); font-weight: 900; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 44px 25px 0; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 7px; top: 18px; color: var(--coral); font-size: 27px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 50px 24px 0; color: var(--ink-soft); }

.payment-section { background: #fff; }
.bank-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bank-card { padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.bank-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.bank-head h3 { margin: 7px 0 0; font-size: 21px; }
.currency { display: inline-block; padding: 4px 8px; border-radius: 8px; background: var(--mint); color: #286452; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.currency.euro { background: var(--sky); color: #2f6590; }
.copy-all { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font-size: 11px; font-weight: 800; }
.bank-card dl { margin: 0; }
.bank-card dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); }
.bank-card dt { color: var(--ink-soft); font-size: 12px; }
.bank-card dd { margin: 0; font-size: 13px; font-weight: 800; word-break: break-word; }
.other-currency { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 760px; margin: 28px auto 0; color: var(--ink-soft); text-align: center; }

.apply-section { padding-top: 70px; }
.apply-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 58px; border-radius: 34px; background: var(--mint); }
.apply-copy h2 { margin: 0; font-size: clamp(38px, 4.8vw, 58px); line-height: 1.08; }
.apply-copy > p:not(.kicker) { color: #466960; }
.direct-contact { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-weight: 900; }
.form-wrap { padding: 30px; border-radius: 26px; background: white; box-shadow: 0 20px 50px rgba(34,89,73,.12); }
.ucoz-form-slot:empty { display: none; }
.lead-form { display: grid; gap: 15px; }
.lead-form label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfc; color: var(--ink); outline: 0;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--mint-strong); box-shadow: 0 0 0 3px rgba(101,187,162,.14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { margin: -2px 0 0; color: #758590; font-size: 10px; text-align: center; }

.cargo-promo { padding: 28px 0 72px; }
.cargo-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 26px;
  padding: 28px 30px; border: 1px solid rgba(34,158,217,.2); border-radius: 28px;
  background: linear-gradient(120deg, #eefaff 0%, #f8fcff 54%, #eef9f5 100%);
  box-shadow: 0 18px 50px rgba(30,102,135,.1);
}
.cargo-mark { position: relative; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 22px; background: #229ed9; color: white; box-shadow: 0 14px 30px rgba(34,158,217,.25); }
.cargo-mark > span { font-size: 27px; transform: rotate(-10deg); }
.cargo-mark > b { position: absolute; right: -7px; bottom: -7px; display: grid; place-items: center; width: 30px; height: 30px; border: 3px solid #f4fbff; border-radius: 50%; background: white; font-size: 15px; }
.cargo-copy .kicker { margin-bottom: 7px; color: #1479aa; }
.cargo-copy h2 { margin: 0 0 7px; font-size: clamp(25px, 3vw, 35px); line-height: 1.12; }
.cargo-copy > p:last-child { margin: 0; color: var(--ink-soft); }
.button-telegram { min-width: max-content; background: #229ed9; box-shadow: 0 12px 28px rgba(34,158,217,.24); }
.button-telegram:hover, .button-telegram:focus-visible { background: #168dcc; box-shadow: 0 16px 34px rgba(34,158,217,.3); }

.official-strip { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eff7f4; }
.official-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.official-inner p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.official-inner strong { color: var(--ink); }
.official-inner > div { display: flex; gap: 18px; white-space: nowrap; }
.official-inner a { color: #2a6c5d; font-size: 12px; font-weight: 900; }

.site-footer { padding: 70px 0 20px; background: var(--ink); color: #d8e2e8; }
.brand-footer { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 50px; }
.footer-grid > div:first-child p { max-width: 300px; color: #9db0bc; }
.footer-grid h3 { margin: 0 0 17px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid > div:not(:first-child) p { display: block; margin: 9px 0; color: #aebfc9; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #8299a7; font-size: 11px; }

.floating-apply { display: none; }
.floating-telegram {
  position: fixed; z-index: 96; display: inline-flex; align-items: center; gap: 8px; left: 16px; bottom: 16px;
  padding: 11px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; background: #229ed9;
  color: white; box-shadow: 0 12px 35px rgba(21,115,160,.3); font-size: 13px; font-weight: 900; text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.floating-telegram:hover, .floating-telegram:focus-visible { transform: translateY(-2px); background: #168dcc; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 11px 17px; border-radius: 12px; background: var(--ink); color: white; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.article-dialog { width: min(calc(100% - 32px), 680px); max-height: 88vh; padding: 42px; border: 0; border-radius: 28px; color: var(--ink); box-shadow: 0 30px 100px rgba(10,30,44,.3); }
.article-dialog::backdrop { background: rgba(14,36,54,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef2f3; color: var(--ink); font-size: 24px; line-height: 1; }
.dialog-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px; border-radius: 18px; background: var(--mint); font-size: 28px; }
.article-dialog h2 { margin: 0 0 22px; font-size: 38px; line-height: 1.1; }
.dialog-content { color: var(--ink-soft); }
.dialog-content p { margin: 0 0 16px; }
.dialog-content ul { padding-left: 20px; }
.dialog-content li { margin: 8px 0; }
.article-dialog .button { margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

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

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-grid { gap: 34px; }
  .hero-photo-wrap { min-height: 520px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(even) { margin-top: 0; }
  .included-layout { grid-template-columns: 1fr; }
  .expert-card { min-height: 350px; }
  .faq-layout { gap: 46px; }
  .bank-card dl > div { grid-template-columns: 130px 1fr; }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .header-actions .button { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid, .documents-layout, .transfer-card, .faq-layout, .apply-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-buttons, .trust-row { justify-content: center; }
  .hero-photo-wrap { min-height: 590px; max-width: 600px; margin: 10px auto 0; }
  .floating-card-top { left: 8px; }
  .floating-card-bottom { right: 8px; }
  .documents-layout { gap: 36px; }
  .section-heading.left { max-width: none; }
  .pricing-grid, .news-grid, .bank-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .transfer-card { padding: 24px; gap: 30px; }
  .news-heading { grid-template-columns: 1fr; gap: 10px; }
  .faq-layout { gap: 20px; }
  .apply-card { padding: 34px; gap: 28px; }
  .cargo-card { grid-template-columns: auto 1fr; }
  .cargo-card .button-telegram { grid-column: 1 / -1; width: 100%; }
  .official-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-apply {
    position: fixed; z-index: 95; display: inline-flex; align-items: center; gap: 8px; right: 14px; bottom: 14px;
    padding: 12px 15px; border-radius: 999px; background: var(--coral); color: white; box-shadow: 0 12px 35px rgba(190,76,62,.32); font-size: 13px; font-weight: 900; text-decoration: none;
  }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; font-size: 18px; }
  .brand strong { font-size: 17px; }
  .telegram-mini { padding: 7px; }
  .telegram-mini > span:last-child { display: none; }
  .language-picker select { max-width: 58px; }
  h1 { font-size: clamp(41px, 13vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-buttons { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-buttons .text-link { justify-content: center; }
  .trust-row { flex-direction: column; align-items: center; }
  .hero-photo-wrap { min-height: 450px; }
  .hero-photo-wrap::before, .hero-photo-wrap > img { border-radius: 120px 120px 30px 30px; }
  .floating-card { padding: 11px 13px; }
  .floating-card-top { top: 54px; }
  .floating-card-bottom { bottom: 28px; }
  .notice-strip { align-items: flex-start; flex-wrap: wrap; }
  .notice-strip p { min-width: calc(100% - 45px); }
  .notice-strip a { margin-left: 38px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 235px; }
  .document-row { grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 18px; }
  .document-row > span { width: 40px; height: 40px; }
  .included-card { padding: 34px 24px; }
  .cargo-promo { padding: 10px 0 62px; }
  .cargo-card { grid-template-columns: 1fr; padding: 26px 22px; text-align: center; }
  .cargo-mark { margin: 0 auto; }
  .cargo-card .button-telegram { grid-column: auto; }
  .check-list { grid-template-columns: 1fr; }
  .expert-card { min-height: 320px; padding: 30px 24px; }
  .expert-card > p { font-size: 22px; }
  .price-card { padding: 28px 22px; }
  .transfer-art { min-height: 250px; }
  .transfer-art span:first-child { font-size: 88px; }
  .transfer-art span:nth-child(2) { right: 34px; font-size: 53px; }
  .news-body { padding: 22px; }
  .bank-card { padding: 24px 20px; }
  .bank-head { align-items: flex-start; flex-direction: column; }
  .bank-card dl > div { grid-template-columns: 1fr; gap: 2px; }
  .form-row { grid-template-columns: 1fr; }
  .apply-card { padding: 30px 18px; }
  .form-wrap { padding: 20px 16px; }
  .official-inner > div { flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-dialog { padding: 34px 22px; }
  .article-dialog h2 { font-size: 31px; }
}
