@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/subset-e-Ukraine-Light-D1tuAxaB.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/subset-e-Ukraine-Regular-BiB_zxvj.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/subset-e-Ukraine-Medium-B_Vq4oNO.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --blue: #1f48ff;
  --blue-deep: #1738c8;
  --blue-soft: #627fff;
  --sky: #dce5ff;
  --sky-light: #eef2ff;
  --ink: #141417;
  --ink-soft: #4c4c55;
  --muted: #6e707a;
  --line: #dfe1e8;
  --paper: #f5f6f8;
  --white: #ffffff;
  --success: #087a55;
  --shadow: 0 22px 70px rgba(20, 20, 23, 0.11);
  --shadow-soft: 0 12px 38px rgba(20, 20, 23, 0.07);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 36px;
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "e-Ukraine", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(31, 72, 255, 0.13), transparent 29rem),
    linear-gradient(180deg, #fff 0, var(--paper) 38rem);
  content: "";
  pointer-events: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(20, 20, 23, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  min-height: 80px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 166px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.desktop-nav a,
.language-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.language-link:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-link {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.menu-button svg {
  width: 22px;
  margin: auto;
}

.button {
  display: inline-flex;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--blue {
  color: var(--white);
  background: var(--blue);
}

.button--blue:hover {
  background: var(--blue-deep);
}

.button--ink {
  color: var(--white);
  background: var(--ink);
}

.button--outline {
  border-color: var(--line);
  background: var(--white);
}

.button--small {
  min-height: 44px;
  padding: 10px 16px;
}

.button img {
  width: 20px;
  height: 20px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 48px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: -13rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(31, 72, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: clamp(52px, 7vw, 112px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  box-shadow: 0 0 0 7px rgba(31, 72, 255, 0.1);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 4.8vw, 4.9rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.55;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-notice {
  display: flex;
  max-width: 610px;
  align-items: flex-start;
  gap: 12px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-notice svg {
  width: 18px;
  min-width: 18px;
  margin-top: 2px;
  color: var(--blue);
}

.lens-console {
  position: relative;
  min-height: 520px;
  padding: 42px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 32%),
    var(--blue);
  box-shadow: 0 30px 90px rgba(31, 72, 255, 0.25);
}

.lens-console::before,
.lens-console::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.lens-console::before {
  top: -9rem;
  right: -7rem;
  width: 25rem;
  height: 25rem;
}

.lens-console::after {
  bottom: -13rem;
  left: -10rem;
  width: 31rem;
  height: 31rem;
}

.lens-console__top,
.lens-console__footer {
  position: relative;
  z-index: 3;
}

.lens-console__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.lens-console__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lens-console__state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}

.lens-console__state::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #82f3c4;
  content: "";
}

.lenses {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 38px 1fr;
}

.lens {
  display: flex;
  aspect-ratio: 1.25;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 42% 42% 46% 46% / 46% 46% 42% 42%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 9px rgba(31, 72, 255, 0.08), 0 18px 40px rgba(20, 20, 23, 0.16);
}

.lens--result {
  color: var(--white);
  background: var(--ink);
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.06), 0 18px 40px rgba(20, 20, 23, 0.18);
}

.lens-bridge {
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
}

.lens small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lens--result small {
  color: rgba(255, 255, 255, 0.65);
}

.lens strong {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  line-height: 1;
}

.lens span {
  font-size: 13px;
  line-height: 1.4;
}

.currency-choices {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.currency-choice {
  min-width: 50px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 180ms ease;
}

.currency-choice:hover,
.currency-choice[aria-pressed="true"] {
  color: var(--blue);
  background: var(--white);
}

.lens-console__footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-top: 28px;
}

.lens-console__footer p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
}

.lens-console__mascot {
  position: absolute;
  z-index: 1;
  right: -72px;
  bottom: -94px;
  width: 250px;
  height: auto;
  opacity: 0.16;
  transform: rotate(-7deg);
}

.proof-band {
  margin-top: 64px;
  border-block: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  min-height: 116px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.proof-item:first-child {
  border-left: 1px solid var(--line);
}

.proof-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proof-item strong,
.proof-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.section {
  padding: 112px 0;
}

.section--white {
  background: var(--white);
}

.section--ink {
  color: var(--white);
  background: var(--ink);
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 40px;
  margin-bottom: 56px;
}

.section-heading h2 {
  max-width: 840px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.section-heading p {
  margin-bottom: 5px;
  color: var(--muted);
}

.section--ink .section-heading p,
.section--ink .eyebrow {
  color: #b8c4ff;
}

.service-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 24px;
}

.service-feature {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--blue);
  color: var(--white);
  position: relative;
}

.service-feature h3 {
  max-width: 540px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.service-feature p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.92);
}

.service-feature img {
  position: absolute;
  right: -58px;
  bottom: -86px;
  width: 370px;
  height: auto;
  opacity: 0.31;
}

.service-feature__content,
.service-feature .button {
  position: relative;
  z-index: 2;
}

.service-feature .eyebrow {
  color: var(--white);
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-card {
  display: grid;
  min-height: 176px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  border-color: var(--blue-soft);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.service-card__index {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--sky-light);
  font-size: 12px;
  font-weight: 700;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.25;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.service-card__arrow {
  color: var(--blue);
  font-size: 24px;
}

.steps {
  display: grid;
  counter-reset: steps;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.14);
}

.step {
  min-height: 280px;
  padding: 34px;
  background: var(--ink);
  counter-increment: steps;
}

.step::before {
  display: block;
  margin-bottom: 72px;
  color: #8fa3ff;
  content: "0" counter(steps);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.step h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.step p {
  margin-bottom: 0;
  color: #b6b7bf;
  font-size: 14px;
}

.office-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 24px;
}

.office-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #c8daf1;
}

.office-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-photo__label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  color: var(--white);
  background: rgba(20, 20, 23, 0.82);
  backdrop-filter: blur(12px);
}

.office-photo__label small {
  color: rgba(255, 255, 255, 0.68);
}

.office-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--blue);
}

.office-card h2 {
  margin-bottom: 26px;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.office-card address {
  margin-bottom: 28px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.65;
}

.office-facts {
  display: grid;
  margin: 0 0 36px;
  padding: 0;
  gap: 0;
  list-style: none;
}

.office-facts li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.office-facts span {
  color: rgba(255, 255, 255, 0.88);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.review-card blockquote {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.6;
}

.review-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
}

.review-card footer a {
  color: var(--blue);
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 88px;
  align-items: center;
  padding: 24px 4px;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
  list-style: none;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-size: 22px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 820px;
  padding: 0 64px 28px 4px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  min-height: 440px;
  align-items: end;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 35%, rgba(255, 255, 255, 0.19), transparent 18rem),
    var(--blue);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
}

.final-cta h2 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5.8vw, 5.7rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.final-cta p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.final-cta .action-row {
  max-width: 230px;
  flex-direction: column;
}

.final-cta .button {
  width: 100%;
}

.site-footer {
  padding: 76px 0 34px;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 64px;
}

.footer-brand img {
  width: 178px;
  margin-bottom: 24px;
}

.footer-brand p,
.footer-column li,
.footer-bottom {
  color: #acaeb7;
  font-size: 13px;
}

.footer-column h2 {
  margin-bottom: 20px;
  color: #7f8190;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 11px;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid #2c2c33;
}

.mobile-menu {
  width: min(420px, 100%);
  height: 100%;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--white);
}

.mobile-menu::backdrop {
  background: rgba(20, 20, 23, 0.54);
  backdrop-filter: blur(4px);
}

.mobile-menu__inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
}

.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu__top img {
  width: 138px;
}

.mobile-menu nav {
  display: grid;
  margin: 34px 0;
}

.mobile-menu nav a {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.mobile-menu__actions {
  display: grid;
  margin-top: auto;
  gap: 10px;
}

.page-hero {
  padding: 82px 0 72px;
}

.page-hero__grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 60px;
}

.page-hero h1 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
}

.page-hero__intro {
  padding-bottom: 10px;
  color: var(--ink-soft);
  font-size: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--blue);
}

.detail-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 68px;
}

.prose {
  max-width: 780px;
}

.prose h2 {
  margin: 72px 0 20px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 34px 0 14px;
  font-size: 22px;
}

.prose p,
.prose li {
  color: var(--ink-soft);
}

.prose li + li {
  margin-top: 9px;
}

.prose .answer-block {
  margin: 36px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--sky-light);
  color: var(--ink);
}

.sidebar-card {
  position: sticky;
  top: 108px;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--blue);
  box-shadow: var(--shadow-soft);
}

.sidebar-card h2 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.2;
}

.sidebar-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.sidebar-card .action-row {
  display: grid;
}

.notice-card {
  padding: 24px;
  border: 1px solid #ffcf87;
  border-radius: var(--radius-sm);
  color: #5a3a00;
  background: #fff6e7;
}

.location-map-link {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 30px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.16) 0 10%, transparent 10.5%),
    repeating-radial-gradient(circle at 50% 45%, transparent 0 52px, rgba(255,255,255,.09) 53px 54px),
    var(--blue);
  text-align: center;
  text-decoration: none;
}

.location-map-link strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

.location-map-link span {
  color: rgba(255, 255, 255, 0.75);
}

.draft-banner {
  padding: 12px 20px;
  color: #594000;
  background: #fff0b8;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.mobile-actions {
  display: none;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-actions .button {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 800px;
  }

  .lens-console {
    max-width: 760px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .service-stage,
  .office-grid {
    grid-template-columns: 1fr;
  }

  .service-feature {
    min-height: 430px;
  }

  .office-photo {
    min-height: 480px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero__grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .page-hero__intro,
  .prose {
    max-width: 800px;
  }

  .sidebar-card {
    position: static;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 84px;
  }

  body {
    padding-bottom: 76px;
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .brand img {
    width: 138px;
  }

  .language-link {
    min-width: 42px;
    min-height: 42px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding: 62px 0 42px;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 4.5rem);
  }

  .hero-lead {
    font-size: 17px;
  }

  .action-row .button {
    flex: 1 1 150px;
  }

  .lens-console {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 28px;
  }

  .lens-console__top {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .lenses {
    grid-template-columns: 1fr 20px 1fr;
  }

  .lens {
    padding: 18px 14px;
    box-shadow: inset 0 0 0 5px rgba(31, 72, 255, 0.08), 0 12px 28px rgba(20,20,23,.14);
  }

  .lens strong {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .lens span {
    font-size: 11px;
  }

  .currency-choices {
    margin-top: 22px;
  }

  .currency-choice {
    flex: 1 1 54px;
  }

  .lens-console__footer {
    display: block;
  }

  .lens-console__footer p {
    margin-bottom: 16px;
  }

  .proof-band {
    margin-top: 42px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:nth-child(3) {
    min-height: 0;
    padding: 20px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 11vw, 3.7rem);
  }

  .service-feature {
    min-height: 470px;
    padding: 28px;
  }

  .service-feature img {
    right: -80px;
    width: 320px;
  }

  .service-card {
    min-height: 0;
    padding: 24px 20px;
    grid-template-columns: auto 1fr;
  }

  .service-card__arrow {
    display: none;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 0;
    padding: 28px;
  }

  .step::before {
    margin-bottom: 36px;
  }

  .office-photo {
    min-height: 400px;
  }

  .office-photo__label {
    display: block;
  }

  .office-card {
    padding: 30px 24px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 230px;
  }

  .final-cta {
    min-height: 520px;
    align-content: end;
    padding: 30px 24px;
    grid-template-columns: 1fr;
  }

  .final-cta .action-row {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-bottom {
    display: block;
  }

  .page-hero {
    padding: 58px 0 50px;
  }

  .page-hero h1 {
    font-size: clamp(1.9rem, 8.2vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }

  .detail-grid {
    gap: 44px;
  }

  .prose h2 {
    margin-top: 54px;
  }

  .mobile-actions {
    position: fixed;
    z-index: 45;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-actions .button {
    min-height: 48px;
    padding-inline: 10px;
  }
}

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

/* ---------------------------------------------------------------
   Generator components: nav dropdown, rates table, guide article,
   guide cards, related cards, prose FAQ. Palette and type come from
   the tokens above; nothing here overrides the approved design.
   --------------------------------------------------------------- */

.nav-dropdown {
  position: relative;
  display: inline-flex;
}

.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
}

.nav-dropdown__toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.nav-dropdown__toggle:hover {
  color: var(--ink);
}

.nav-dropdown.is-open .nav-dropdown__toggle svg,
.nav-dropdown:hover .nav-dropdown__toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -18px;
  z-index: 40;
  display: grid;
  gap: 2px;
  min-width: 246px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown__menu a {
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 15px;
  color: var(--ink-soft);
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a[aria-current="page"] {
  background: var(--sky-light);
  color: var(--blue-deep);
}

/* Rates table */

.table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Grid and flex children default to min-width:auto, which lets a wide table
   stretch its column and push the whole page sideways on a phone. */
.detail-grid > *,
.prose,
.container > * {
  min-width: 0;
}

.rates-block {
  display: grid;
  gap: 8px;
}

.rates-block h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.02em;
}

.rates-table,
.content-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.rates-table th,
.rates-table td,
.content-table th,
.content-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.rates-table thead th,
.content-table thead th {
  border-bottom: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.rates-table tbody th {
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
}

.rates-table__value {
  font-size: 22px;
  font-weight: 500;
  color: var(--blue-deep);
  white-space: nowrap;
}

.rates-table tbody tr:hover {
  background: var(--sky-light);
}

.rates-stamp {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
}

.rates-note {
  max-width: 68ch;
  margin: 0;
  font-size: 15px;
  color: var(--ink-soft);
}

.rates-block .action-row {
  margin-top: 8px;
}

.rates-empty {
  padding: 20px;
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--muted);
}

/* Page meta, table of contents, article prose */

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.page-meta span:first-child {
  font-weight: 500;
}

.page-meta--article span:first-child {
  color: var(--ink);
}

.toc {
  margin: 0 0 36px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.toc__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.toc ol {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.toc a {
  color: var(--ink-soft);
}

.toc a:hover {
  color: var(--blue-deep);
}

.prose--wide {
  max-width: 78ch;
}

.prose .table-wrap {
  margin: 28px 0;
}

.prose .office-inline {
  margin: 32px 0;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.office-inline address {
  margin: 6px 0 14px;
  font-style: normal;
  color: var(--ink);
}

.office-inline .office-facts {
  margin-bottom: 16px;
}

.office-inline .eyebrow {
  margin-bottom: 4px;
}

.detail-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.prose-faq {
  margin-top: 44px;
}

.prose .faq-list,
.prose-faq .faq-list {
  margin-top: 18px;
}

.sidebar-card__note {
  font-size: 14px;
  opacity: 0.78;
}

/* Guide cards and related cards */

.guide-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.guide-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.guide-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue-soft);
  box-shadow: var(--shadow-soft);
}

.guide-card__date {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.guide-card h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.guide-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.guide-card__more {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue-deep);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.related-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-card:hover {
  border-color: var(--blue-soft);
  box-shadow: var(--shadow-soft);
}

.related-card strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.related-card span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.location-hero-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 26px;
  font-size: 15px;
  color: var(--ink-soft);
}

.location-hero-facts strong {
  font-weight: 500;
  color: var(--ink);
}

.hero-lead p {
  margin: 0 0 12px;
}

.hero-lead p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .rates-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .table-wrap {
    margin-inline: 0;
    overflow-x: auto;
  }

  .rates-table,
  .rates-table tbody,
  .rates-table tr,
  .rates-table th,
  .rates-table td {
    display: block;
    width: 100%;
  }

  .rates-table tr {
    margin-bottom: 14px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
  }

  .rates-table th,
  .rates-table td {
    padding: 6px 0;
    border-bottom: 0;
  }

  .rates-table td[data-label]::before {
    content: attr(data-label) " ";
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .content-table {
    min-width: 480px;
  }

  .toc {
    padding: 18px 20px;
  }

  .guide-cards {
    grid-template-columns: 1fr;
  }
}

/* ===============================================================
   Motion layer, Instagram block and the three homepage variants.
   Palette and type are unchanged: cobalt #1f48ff, ink #141417,
   paper #f5f6f8, e-Ukraine only. Added 2026-09-04.
   =============================================================== */

/* --- motion primitives ---------------------------------------- */

/* Only the first screen is pre-hidden, and only by opacity, so nothing reflows.
   motion.js removes .js-motion before it builds a single tween; the head script
   removes it after 2.5 s if the motion layer never starts. */
.js-motion [data-hero-title],
.js-motion [data-hero-item],
.js-motion [data-hero-card] {
  opacity: 0;
}

.motion-word {
  display: inline-block;
  white-space: pre;
}

.num {
  font-variant-numeric: tabular-nums;
}

/* --- rate ticker ---------------------------------------------- */

.rate-ticker {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(16px, 4vw, 40px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.rate-ticker__label {
  display: flex;
  flex: none;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rate-ticker__title {
  color: rgba(255, 255, 255, 0.9);
}

.rate-ticker__viewport {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 3rem, #000 calc(100% - 3rem), transparent);
}

.rate-ticker__viewport:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: -3px;
}

.rate-ticker__track {
  display: flex;
  width: max-content;
  animation: cat-ticker 46s linear infinite;
}

.rate-ticker__list {
  display: flex;
  margin: 0;
  padding: 14px 0;
  gap: 30px;
  padding-right: 30px;
  list-style: none;
}

.rate-ticker__list li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.rate-ticker__code {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rate-ticker__value {
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.rate-ticker__unit {
  color: #8fa3ff;
  font-size: 13px;
}

@keyframes cat-ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* --- mascot: cutout cat, body + tie layers ---------------------- */

/* cat.png is a cutout bust of the white cat, so it sits straight on the cobalt field.
   The body and the tie are separate layers: the tie drags a beat behind the walk.
   Everything here is transform-only and the artwork is decorative (aria-hidden). */
.cat {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}

.cat__figure {
  position: relative;
  display: block;
  aspect-ratio: 629 / 600;
  transform-origin: 50% 100%;
}

.cat__body,
.cat__tie,
.cat__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Knot of the tie, measured on the artwork: the sway pivots there, not at the collar. */
.cat__tie {
  transform-origin: 39.1% 57.3%;
}

.cat__glints {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cat__glint {
  fill: var(--white);
  font-family: "e-Ukraine", system-ui, sans-serif;
  font-size: 74px;
  font-weight: 700;
  opacity: 0;
  text-anchor: middle;
}

.cat__shadow {
  position: absolute;
  bottom: -2%;
  left: 50%;
  width: 62%;
  height: 5%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(8, 16, 60, 0.42), rgba(8, 16, 60, 0));
  transform: translateX(-50%);
}

.cat--hero {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: min(100%, 480px);
}

.cat--peek {
  position: absolute;
  bottom: -3%;
  left: 56%;
  width: min(54vw, 310px);
}

.cat--corner {
  position: absolute;
  right: -40px;
  bottom: -34px;
  z-index: 1;
  width: 186px;
}

.cat--strip {
  width: min(38vw, 210px);
  flex: none;
  align-self: end;
}

/* Fixed rail: the mascot walks down the page and changes sides between sections. */
.cat-rail {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.cat--rail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  opacity: 0;
}

@media (max-width: 1179px) {
  .cat-rail {
    display: none;
  }
}

/* --- cobalt field: drifting currency marks and two light pools -- */

.field {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  inset: 0;
  pointer-events: none;
}

.field__glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.field__glow--1 {
  top: -18%;
  left: 8%;
  width: 46%;
  aspect-ratio: 1;
}

.field__glow--2 {
  right: -6%;
  bottom: -26%;
  width: 54%;
  aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(98, 127, 255, 0.5), rgba(98, 127, 255, 0));
}

.field__mark {
  position: absolute;
  color: rgba(255, 255, 255, 0.17);
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  user-select: none;
}

.field__mark--1 { top: 12%; left: 6%; }
.field__mark--2 { top: 62%; left: 17%; }
.field__mark--3 { top: 24%; right: 12%; }
.field__mark--4 { top: 74%; right: 6%; }
.field__mark--5 { top: 44%; left: 42%; font-size: clamp(1.4rem, 2.6vw, 2.6rem); }
.field__mark--6 { top: 8%; right: 34%; font-size: clamp(1.4rem, 2.6vw, 2.6rem); }

/* Everything that sits on a field needs to sit above it. */
.hero-cashier__grid,
.hero-poster__inner,
.cta-strip__copy,
.cta-strip .cat,
.prose-poster__body,
.poster-card__index,
.poster-card h2,
.poster-card p,
.poster-card__more,
.lens-console__top,
.lenses,
.currency-choices {
  position: relative;
  z-index: 2;
}

/* --- live pulse -------------------------------------------------- */

.live-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 16px 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

.live-chip__dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #82f3c4;
}

.live-chip__dot::after {
  position: absolute;
  border-radius: 50%;
  background: #82f3c4;
  content: "";
  inset: 0;
  animation: cat-pulse 2.4s ease-out infinite;
}

.lens-console__state::before {
  display: none;
}

@keyframes cat-pulse {
  0% { opacity: 0.65; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(3.4); }
}

/* --- reading progress on guides ---------------------------------- */

.read-progress {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(31, 72, 255, 0.12);
}

.read-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

/* --- variant 1: cashier hero ----------------------------------- */

.hero--cashier {
  padding-bottom: 0;
  color: var(--white);
  background: var(--blue);
}

.hero--cashier::after {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-cashier__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 6vw, 90px);
  padding-bottom: 64px;
}

.hero--cashier .eyebrow {
  color: var(--white);
}

.hero--cashier .eyebrow::before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.hero-cashier__lead {
  max-width: 560px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  line-height: 1.55;
}

.hero--cashier .button--blue {
  color: var(--blue);
  background: var(--white);
}

.hero--cashier .button--blue:hover {
  background: #e6ecff;
}

.hero--cashier .page-meta {
  color: rgba(255, 255, 255, 0.6);
}

.hero-rate {
  display: inline-grid;
  margin-bottom: 24px;
  padding: 18px 26px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(10, 20, 70, 0.22);
}

.hero-rate > small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-rate > strong {
  color: var(--blue);
  font-size: clamp(2.3rem, 4.4vw, 3.2rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.hero-rate > span {
  color: var(--muted);
  font-size: 12px;
}

.currency-choices--light .currency-choice {
  border-color: rgba(255, 255, 255, 0.45);
}

.hero-cashier__stage {
  position: relative;
  min-height: clamp(320px, 33vw, 460px);
  padding: 20px 0;
}

.hero-chip {
  position: absolute;
  display: grid;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(10, 20, 70, 0.24);
}

.hero-chip small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-chip strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.hero-chip--one {
  top: 8%;
  left: -4%;
}

.hero-chip--two {
  right: -2%;
  bottom: 12%;
  color: var(--white);
  background: var(--ink);
}

.hero-chip--two small {
  color: rgba(255, 255, 255, 0.6);
}

.hero--cashier .proof-band {
  margin-top: 0;
  border-block-color: rgba(255, 255, 255, 0.22);
}

.hero--cashier .proof-item {
  border-right-color: rgba(255, 255, 255, 0.22);
}

.hero--cashier .proof-item:first-child {
  border-left-color: rgba(255, 255, 255, 0.22);
}

.hero--cashier .proof-item small {
  color: rgba(255, 255, 255, 0.62);
}

/* --- variant 3: Instagram poster hero --------------------------- */

.hero--poster {
  padding: clamp(56px, 8vw, 96px) 0 0;
  color: var(--white);
  background: var(--blue);
}

.hero--poster::after {
  display: none;
}

.hero-poster__inner {
  position: relative;
  padding-bottom: clamp(170px, 21vw, 260px);
  overflow: hidden;
}

.hero--poster .eyebrow {
  color: var(--white);
}

.hero--poster .eyebrow::before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.poster-title {
  max-width: 15ch;
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: pretty;
}

.poster-title span {
  display: block;
}

.poster-title .poster-title__mark {
  display: inline;
  padding-bottom: 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(var(--white), var(--white));
  background-repeat: no-repeat;
  background-position: 0 96%;
  background-size: 100% 0.075em;
}

.hero-poster__lead {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}

.hero--poster .button--blue {
  color: var(--blue);
  background: var(--white);
}

.hero--poster .button--blue:hover {
  background: #e6ecff;
}

.hero--poster .page-meta {
  color: rgba(255, 255, 255, 0.6);
}

.hero--poster .proof-band {
  margin-top: 0;
  border-block-color: rgba(255, 255, 255, 0.22);
}

.hero--poster .proof-item {
  border-right-color: rgba(255, 255, 255, 0.22);
}

.hero--poster .proof-item:first-child {
  border-left-color: rgba(255, 255, 255, 0.22);
}

.hero--poster .proof-item small {
  color: rgba(255, 255, 255, 0.62);
}

/* --- service posters ------------------------------------------- */

.poster-row-section {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: 0;
}

.poster-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.poster-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.poster-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.poster-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.poster-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.poster-card__index {
  margin-bottom: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.poster-card__more {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 220ms ease;
}

.poster-card:hover .poster-card__more {
  transform: translateX(4px);
}

.poster-card--1 {
  color: var(--white);
  background: var(--blue);
}

.poster-card--1 p {
  color: rgba(255, 255, 255, 0.86);
}

.poster-card--1 .poster-card__index {
  color: #a9bcff;
}

.poster-card--2 {
  color: var(--white);
  background: var(--ink);
}

.poster-card--2 p {
  color: rgba(255, 255, 255, 0.78);
}

.poster-card--2 .poster-card__index {
  color: #8fa3ff;
}

.poster-card--3 {
  border-color: var(--line);
  background: var(--white);
}

.poster-card--3 p {
  color: var(--muted);
}

.poster-card--3 .poster-card__index,
.poster-card--3 .poster-card__more {
  color: var(--blue);
}

/* --- poster treatment for the first prose block ----------------- */

.prose-poster {
  margin-bottom: 56px;
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--blue);
}

.prose-poster .eyebrow {
  color: var(--white);
}

.prose-poster .eyebrow::before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.prose .prose-poster h2 {
  margin-top: 0;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.prose .prose-poster p,
.prose .prose-poster li {
  color: rgba(255, 255, 255, 0.88);
}

.prose .prose-poster strong {
  color: var(--white);
}

.prose .prose-poster a {
  color: var(--white);
}

.prose .prose-poster ul {
  padding-left: 1.1em;
}

.prose .prose-poster li::marker {
  color: rgba(255, 255, 255, 0.55);
}

.prose .prose-poster .answer-block {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

/* --- Instagram block -------------------------------------------- */

/* Scrollable by hand as well as animated, so the ribbon still works if the motion layer
   never starts. The scrollbar is hidden; keyboard focus scrolls it. */
.ig-ribbon {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 5rem, #000 calc(100% - 5rem), transparent);
}

.ig-ribbon::-webkit-scrollbar {
  display: none;
}

.ig-ribbon:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.ig-ribbon__track {
  display: flex;
  width: max-content;
  gap: 20px;
}

.ig-ribbon:hover .ig-ribbon__track,
.ig-ribbon:focus-within .ig-ribbon__track {
  animation-play-state: paused;
}

.ig-grid {
  display: flex;
  flex: none;
  gap: 20px;
}

.ig-card {
  width: 300px;
  flex: none;
}

.ig-card {
  margin: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ig-card:hover {
  border-color: var(--blue-soft);
  box-shadow: var(--shadow-soft);
}

.ig-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ig-card:hover img {
  transform: scale(1.035);
}

.ig-card figcaption {
  padding: 18px 20px 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.ig-cta {
  margin-top: 32px;
}

/* --- CTA strip with the mascot ---------------------------------- */

.cta-strip-section {
  padding-top: 0;
}

.cta-strip {
  display: grid;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(30px, 4vw, 56px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--blue);
}

.cta-strip h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.cta-strip p {
  max-width: 560px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.cta-strip .button--blue {
  color: var(--blue);
  background: var(--white);
}

.cta-strip .button--blue:hover {
  background: #e6ecff;
}

.cta-strip .button--ink {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

/* --- local approval chrome -------------------------------------- */

.preview-bar {
  color: var(--white);
  background: var(--ink);
}

.preview-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  padding: 10px 0;
  font-size: 13px;
}

.preview-bar__tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-bar__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.preview-bar__nav a,
.preview-bar__back {
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.preview-bar__nav a:hover,
.preview-bar__back:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.preview-bar__nav a[aria-current="page"] {
  color: var(--white);
  background: var(--blue);
}

.preview-bar__back {
  margin-left: auto;
}

.gallery h1 {
  margin-bottom: 18px;
}

.gallery__lead {
  max-width: 720px;
  margin-bottom: 56px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.gallery-card__number {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.gallery-card h2 {
  margin-bottom: 14px;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gallery-card h2 span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
}

.gallery-card p {
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.gallery-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.gallery__note {
  margin-top: 48px;
  color: var(--muted);
  font-size: 14px;
}

/* --- responsive -------------------------------------------------- */

@media (max-width: 1080px) {
  .hero-cashier__grid {
    grid-template-columns: 1fr;
  }

  .hero-cashier__stage {
    max-width: 470px;
    min-height: clamp(280px, 62vw, 400px);
  }

  .poster-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero--cashier .proof-item:nth-child(3) {
    border-left-color: rgba(255, 255, 255, 0.22);
  }

  .hero--cashier .proof-item:nth-child(n + 3),
  .hero--poster .proof-item:nth-child(n + 3) {
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .hero--poster .proof-item:nth-child(3) {
    border-left-color: rgba(255, 255, 255, 0.22);
  }

  .cta-strip {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .rate-ticker {
    gap: 14px;
    padding-inline: 16px;
  }

  .rate-ticker__label {
    font-size: 10px;
  }

  .rate-ticker__title,
  .rate-ticker__label time {
    display: none;
  }

  .preview-bar__inner {
    gap: 6px 10px;
    font-size: 11px;
  }

  .preview-bar__nav a,
  .preview-bar__back {
    padding: 4px 9px;
  }

  .rate-ticker__viewport {
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2rem), transparent);
  }

  .hero-chip {
    padding: 9px 14px;
  }

  .hero-chip--one {
    left: 0;
  }

  .hero-chip--two {
    right: 0;
  }

  .hero-chip strong {
    font-size: 17px;
  }

  .cat--corner {
    right: -18px;
    bottom: -22px;
    width: 150px;
  }

  .cat--peek {
    left: auto;
    right: -4%;
    width: 56vw;
  }

  .poster-card {
    min-height: 260px;
    padding: 26px;
  }

  .prose-poster {
    margin-bottom: 40px;
  }

  .preview-bar__back {
    margin-left: 0;
  }
}

/* --- reduced motion ---------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .cat-rail,
  .field__mark,
  .field__glow {
    display: none;
  }

  .live-chip__dot::after {
    animation: none;
  }

  .cat__glint {
    opacity: 0.95;
  }

  .ig-ribbon {
    overflow-x: auto;
    mask-image: none;
  }

  .ig-ribbon__track {
    animation: none;
  }

  .ig-ribbon__track .ig-grid:last-child {
    display: none;
  }

  .rate-ticker__track {
    width: auto;
    animation: none;
  }

  .rate-ticker__list:last-child {
    display: none;
  }

  .rate-ticker__viewport {
    overflow-x: auto;
    mask-image: none;
  }

  .ig-card,
  .ig-card img,
  .poster-card,
  .poster-card__more {
    transition: none;
  }

  .ig-card:hover,
  .poster-card:hover {
    transform: none;
  }

  .ig-card:hover img {
    transform: none;
  }
}
