:root {
  --palette-green: #1bb95e;
  --palette-white: #ffffff;
  --palette-teal: #426b5c;
  --palette-graphite: #35393c;
  --palette-ink: #2a2b2e;
  --bg: var(--palette-ink);
  --bg-soft: var(--palette-graphite);
  --panel: rgba(53, 57, 60, 0.88);
  --panel-solid: var(--palette-graphite);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(27, 185, 94, 0.42);
  --text: var(--palette-white);
  --muted: rgba(255, 255, 255, 0.72);
  --faint: rgba(255, 255, 255, 0.46);
  --green: #1bb95e;
  --green-2: #1bb95e;
  --teal: #426b5c;
  --copper: #426b5c;
  --steel: #ffffff;
  --danger: #ff6b6b;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open,
body.lead-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

svg {
  display: block;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(calc(100% - 28px), var(--max));
  padding: 10px 12px;
  background: rgba(42, 43, 46, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    top 0.25s ease;
}

.header.is-scrolled {
  top: 8px;
  background: rgba(42, 43, 46, 0.94);
  border-color: rgba(65, 235, 135, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
}

.brand img {
  width: 184px;
  max-width: 42vw;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.nav a svg {
  display: none;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-mobile-actions {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.btn,
.icon-link,
.menu-toggle {
  min-height: 42px;
  border-radius: var(--radius);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn svg,
.icon-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-primary {
  color: var(--palette-ink);
  background: linear-gradient(135deg, var(--green) 0%, #7ef0a9 100%);
  box-shadow: 0 10px 30px rgba(27, 185, 94, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(27, 185, 94, 0.34);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
}

.btn-lg {
  min-height: 54px;
  padding: 15px 20px;
}

.btn-wide {
  width: 100%;
}

.icon-link,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.icon-link:hover,
.menu-toggle:hover {
  border-color: var(--line-strong);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 0.22s ease,
    opacity 0.18s ease;
}

body.menu-open .menu-toggle {
  border-color: rgba(27, 185, 94, 0.42);
  background: rgba(27, 185, 94, 0.16);
  box-shadow: 0 10px 28px rgba(27, 185, 94, 0.18);
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 132px 20px 82px;
  overflow: hidden;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) contrast(1.02);
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(42, 43, 46, 0.42) 0%, rgba(42, 43, 46, 0.18) 42%, rgba(42, 43, 46, 0.82) 100%),
    linear-gradient(90deg, rgba(42, 43, 46, 0.62) 0%, rgba(42, 43, 46, 0.24) 50%, rgba(42, 43, 46, 0.46) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 5.4vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: min(100%, 720px);
  margin-top: 26px;
}

.hero-routes span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(42, 43, 46, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 900;
}

.hero-routes .drawn-flag {
  width: 42px;
  height: 28px;
  border-width: 1px;
  border-radius: 6px;
  box-shadow: none;
  transform: rotate(-1deg);
}

.hero .btn-ghost {
  background: rgba(42, 43, 46, 0.62);
  border-color: rgba(255, 255, 255, 0.16);
}

.hero .btn-ghost:hover {
  background: rgba(42, 43, 46, 0.78);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 44px;
}

.hero-proof div {
  min-height: 110px;
  padding: 20px;
  background: rgba(42, 43, 46, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.hero-proof strong {
  display: block;
  margin-bottom: 9px;
  color: var(--text);
  font-size: 30px;
  line-height: 1;
}

.hero-proof strong span {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hero-proof span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.ticker {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: flex;
  width: max-content;
  min-width: 200%;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(42, 43, 46, 0.8);
  backdrop-filter: blur(14px);
  animation: ticker 32s linear infinite;
}

.ticker-track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  white-space: nowrap;
}

.ticker span {
  color: var(--faint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ticker b {
  color: var(--green-2);
  font-size: 13px;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.section {
  position: relative;
  z-index: 0;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 64px 0;
}

.light-section {
  color: var(--palette-ink);
}

.light-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 100vw;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 243, 0.98)),
    linear-gradient(135deg, rgba(27, 185, 94, 0.1), rgba(66, 107, 92, 0.08));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}

.section-head {
  max-width: 980px;
  margin-bottom: 30px;
}

.section-head h2,
.lead-card h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head p:not(.eyebrow),
.lead-card p {
  max-width: 860px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.light-section .section-head p:not(.eyebrow),
.light-section .benefit-card p,
.light-section .direction-card p,
.light-section .direction-card li,
.light-section .review-score p {
  color: rgba(42, 43, 46, 0.72);
}

.light-section .section-head h2,
.light-section .benefit-card h3,
.light-section .direction-card h3 {
  color: var(--palette-ink);
}

.benefit-grid,
.direction-grid {
  display: grid;
  gap: 12px;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.direction-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.direction-card,
.timeline-item,
.review-score,
.calc-panel,
.calc-result,
.lead-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.light-section .benefit-card,
.light-section .direction-card,
.light-section .review-score {
  border-color: rgba(42, 43, 46, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    linear-gradient(135deg, rgba(27, 185, 94, 0.1), rgba(66, 107, 92, 0.08));
  box-shadow: 0 18px 48px rgba(42, 43, 46, 0.12);
}

.benefit-card,
.direction-card {
  position: relative;
  min-height: 264px;
  overflow: hidden;
  padding: 22px;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.benefit-card::after,
.direction-card::after,
.timeline-item::after,
.visual-card::after,
.video-links a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 46%, transparent 58%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
}

.benefit-card:hover::after,
.direction-card:hover::after,
.timeline-item:hover::after,
.visual-card:hover::after,
.video-links a:hover::after {
  animation: cardSheen 0.72s ease;
}

.benefit-card:hover,
.direction-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(27, 185, 94, 0.18), rgba(66, 107, 92, 0.18));
}

.light-section .benefit-card:hover,
.light-section .direction-card:hover {
  border-color: rgba(27, 185, 94, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 247, 239, 0.9)),
    linear-gradient(135deg, rgba(27, 185, 94, 0.14), rgba(66, 107, 92, 0.1));
}

.benefit-card:hover .card-icon,
.direction-card:hover .card-icon {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 28px rgba(27, 185, 94, 0.24);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  color: var(--palette-ink);
  background: var(--green-2);
  border-radius: var(--radius);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3,
.direction-card h3,
.timeline-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.benefit-card p,
.direction-card p,
.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.intro > * {
  position: relative;
  z-index: 1;
}

.intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: max(-110px, calc((100vw - var(--max)) / -2));
  bottom: 26px;
  width: min(520px, 46vw);
  height: 300px;
  background: url("./Gemini_Generated_Image_rno6vorno6vorno6 1 (3).png") center / contain no-repeat;
  filter: drop-shadow(0 28px 34px rgba(42, 43, 46, 0.24));
  opacity: 0.16;
  pointer-events: none;
}

.flag-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.flag-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.flag-tile:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  background: rgba(66, 107, 92, 0.28);
}

.flag-tile h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.flag-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.drawn-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 74px;
  height: 48px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  transform: rotate(-2deg);
}

.drawn-flag::before,
.drawn-flag::after {
  content: "";
  position: absolute;
  display: block;
}

.flag-korea {
  background:
    linear-gradient(90deg, transparent 0 18%, #111 18% 22%, transparent 22% 78%, #111 78% 82%, transparent 82%),
    linear-gradient(180deg, transparent 0 18%, #111 18% 22%, transparent 22% 78%, #111 78% 82%, transparent 82%),
    #fff;
}

.flag-korea::after {
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d83338 0 50%, #2156b7 50% 100%);
  transform: translate(-50%, -50%) rotate(18deg);
}

.flag-japan {
  background: #fff;
}

.flag-japan::after {
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #d83243;
  transform: translate(-50%, -50%);
}

.flag-china {
  background: linear-gradient(135deg, #d9242f, #b71120);
}

.flag-china::after {
  top: 8px;
  left: 10px;
  color: #ffd951;
  content: "★";
  font-size: 20px;
  line-height: 1;
}

.calculator-section {
  width: min(100% - 24px, var(--max));
}

.calculator-section .section-head {
  margin-bottom: 24px;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(53, 57, 60, 0.82);
  transition: height 0.32s ease;
  will-change: height;
}

.calculator.is-refreshing .result-top strong,
.calculator.is-refreshing [data-rub-preview],
.calculator.is-refreshing [data-min],
.calculator.is-refreshing [data-max],
.calculator.is-refreshing .breakdown-row,
.calculator.is-refreshing .calc-alert,
.calculator.is-refreshing .calc-check:not([hidden]) {
  animation: calcRefresh 0.28s ease both;
}

.calculator.is-refreshing .breakdown-row:nth-child(2) {
  animation-delay: 0.025s;
}

.calculator.is-refreshing .breakdown-row:nth-child(3) {
  animation-delay: 0.05s;
}

.calculator.is-refreshing .breakdown-row:nth-child(4) {
  animation-delay: 0.075s;
}

.calculator.is-refreshing .breakdown-row:nth-child(5) {
  animation-delay: 0.1s;
}

@keyframes calcRefresh {
  from {
    opacity: 0.45;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.calc-panel,
.calc-result {
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.calc-panel {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 32px);
}

.calc-result {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(27, 185, 94, 0.16), rgba(66, 107, 92, 0.18) 48%, transparent),
    rgba(255, 255, 255, 0.045);
}

.calc-row {
  display: grid;
  gap: 7px;
}

.calc-row label,
.label-line {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.label-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.label-line span {
  color: var(--green-2);
  font-size: 12px;
}

.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.segmented button {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.segmented button.active {
  color: var(--palette-ink);
  border-color: transparent;
  background: linear-gradient(135deg, var(--green), var(--green-2));
}

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

.country-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: left;
}

.country-option .drawn-flag {
  width: 42px;
  height: 28px;
  border-width: 1px;
  border-radius: 6px;
  box-shadow: none;
  transform: rotate(-1deg);
}

.country-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.country-copy strong {
  color: inherit;
  font-size: 15px;
  line-height: 1.05;
}

.country-copy small {
  display: grid;
  gap: 2px;
  color: inherit;
  opacity: 0.78;
  font-size: 10px;
  line-height: 1.15;
}

.country-copy b {
  font-size: 11px;
  line-height: 1;
}

.country-copy span {
  overflow-wrap: anywhere;
}

.country-option.active .drawn-flag {
  border-color: rgba(42, 43, 46, 0.3);
}

.country-option.active .country-copy small {
  opacity: 0.82;
}

.price-input,
.power-input {
  position: relative;
}

.price-input span,
.power-input span {
  position: absolute;
  top: 50%;
  color: var(--faint);
  transform: translateY(-50%);
}

.price-input span {
  left: 14px;
}

.power-input span {
  right: 13px;
  font-size: 12px;
  font-weight: 900;
}

.price-input input,
.calc-row > input,
.calc-row select,
.power-input input,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.price-input input {
  min-height: 52px;
  padding: 10px 14px 10px 38px;
  font-size: 22px;
  font-weight: 900;
}

.calc-row select,
.power-input input,
.lead-form input,
.lead-form select,
.lead-form textarea {
  min-height: 42px;
  padding: 10px 12px;
}

.power-input input {
  padding-right: 48px;
}

.lead-form textarea {
  resize: vertical;
}

.price-input input:focus,
.calc-row > input:focus,
.calc-row select:focus,
.power-input input:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(27, 185, 94, 0.12);
  background: rgba(255, 255, 255, 0.09);
}

.calc-row select option,
.lead-form select option {
  color: var(--palette-ink);
  background: var(--palette-white);
}

input[type="range"] {
  width: 100%;
  accent-color: var(--green);
}

.range-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--faint);
  font-size: 11px;
}

.calc-twin {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.calc-twin .calc-row select,
.calc-twin .power-input,
.calc-twin .power-input input {
  height: 62px;
  min-height: 62px;
}

.calc-twin .calc-row select,
.calc-twin .power-input input {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.calc-note {
  margin: 0;
  color: var(--faint);
  font-size: 13px;
}

.result-top {
  margin-bottom: 18px;
}

.result-top p {
  margin: 0 0 8px;
  color: var(--muted);
}

.result-top strong {
  display: block;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.breakdown {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.breakdown-row span {
  display: grid;
  gap: 3px;
}

.breakdown-row small {
  color: var(--faint);
  font-size: 11px;
  line-height: 1.25;
}

.breakdown-row b {
  color: var(--text);
  white-space: nowrap;
}

.calc-alert {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 107, 107, 0.1);
}

.calc-alert strong {
  color: var(--text);
}

.calc-alert span {
  color: var(--muted);
  font-size: 13px;
}

.confidence {
  margin: auto 0 18px;
}

.confidence span {
  display: block;
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 12px;
}

.confidence div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.confidence i {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), #7ef0a9);
  transition: width 0.35s ease;
}

.direction-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.direction-card > b {
  display: block;
  margin: 18px 0 18px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.direction-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.direction-card li {
  color: var(--muted);
  font-size: 14px;
}

.direction-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--green);
  transform: rotate(45deg) translateY(-1px);
}

.visual-story {
  width: min(100% - 24px, var(--max));
}

.route-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(27, 185, 94, 0.12)),
    var(--panel-solid);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.route-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(27, 185, 94, 0.36);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

.route-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.route-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.route-copy p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.route-panel > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
  transform-origin: center;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.route-panel:hover > img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.route-points {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
}

.route-points::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  left: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(27, 185, 94, 0.18), rgba(126, 240, 169, 0.7), rgba(27, 185, 94, 0.18), transparent);
  background-size: 220% 100%;
  transform: translateY(-50%);
  animation: routeGlow 4.6s ease-in-out infinite;
  pointer-events: none;
}

.route-points span {
  position: relative;
  z-index: 1;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(27, 185, 94, 0.18), rgba(66, 107, 92, 0.08)),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.route-points span:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 185, 94, 0.5);
  background:
    linear-gradient(135deg, rgba(27, 185, 94, 0.32), rgba(66, 107, 92, 0.16)),
    rgba(255, 255, 255, 0.095);
  box-shadow: 0 18px 36px rgba(27, 185, 94, 0.16);
}

.route-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: var(--radius);
  color: var(--palette-ink);
  background: linear-gradient(135deg, var(--green), #7ef0a9);
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.route-points span:hover i {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 8px 20px rgba(27, 185, 94, 0.22);
}

.visual-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.visual-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.75fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 260px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(42, 43, 46, 0.12);
  border-radius: var(--radius);
  color: var(--palette-ink);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 236, 0.94)),
    linear-gradient(135deg, rgba(27, 185, 94, 0.12), rgba(66, 107, 92, 0.1));
  box-shadow: 0 18px 48px rgba(42, 43, 46, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.visual-card:hover {
  transform: translateY(-5px);
  border-color: rgba(27, 185, 94, 0.3);
  box-shadow: 0 26px 64px rgba(42, 43, 46, 0.16);
}

.visual-card > img {
  width: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: var(--radius);
  transition:
    transform 0.42s ease,
    filter 0.42s ease;
}

.visual-card:hover > img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.visual-card-car {
  position: relative;
}

.visual-card-car > img {
  align-self: center;
  min-height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(42, 43, 46, 0.24));
  animation: softFloat 5.2s ease-in-out infinite;
}

.visual-card-car:hover > img {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 30px 34px rgba(42, 43, 46, 0.3));
}

.visual-card h3 {
  margin: 0;
  color: var(--palette-ink);
  font-size: 26px;
  line-height: 1.05;
}

.visual-card p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(42, 43, 46, 0.72);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.timeline-item {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 22px;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.timeline-item:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(27, 185, 94, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--green-2);
  font-weight: 900;
  transition:
    transform 0.24s ease,
    color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.timeline-item:hover span {
  color: var(--palette-ink);
  background: linear-gradient(135deg, var(--green), #7ef0a9);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 26px rgba(27, 185, 94, 0.22);
}

.reviews-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(42, 43, 46, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 246, 240, 0.86)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(42, 43, 46, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.reviews-layout:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(42, 43, 46, 0.16);
}

.review-score {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(42, 43, 46, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(27, 185, 94, 0.12), rgba(66, 107, 92, 0.08));
  box-shadow: none;
}

.score-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.score {
  margin-bottom: 0;
  color: var(--green-2);
  font-size: 64px;
  font-weight: 950;
  line-height: 1;
}

.stars {
  color: var(--green);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.review-score p {
  margin: 5px 0 0;
  color: rgba(42, 43, 46, 0.68);
  font-weight: 800;
}

.review-tags {
  display: grid;
  gap: 8px;
}

.review-tags span {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(42, 43, 46, 0.1);
  border-radius: var(--radius);
  color: var(--palette-ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.review-tags span:hover {
  transform: translateX(4px);
  border-color: rgba(27, 185, 94, 0.26);
  background: rgba(27, 185, 94, 0.1);
}

.review-score .btn-ghost {
  color: var(--palette-ink);
  border-color: rgba(42, 43, 46, 0.16);
  background: rgba(255, 255, 255, 0.76);
}

.review-score .btn-ghost:hover {
  border-color: rgba(27, 185, 94, 0.36);
  background: rgba(27, 185, 94, 0.14);
}

.yandex-widget {
  position: relative;
  width: 100%;
  height: min(560px, 68vh);
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 43, 46, 0.12);
  border-radius: var(--radius);
  background: #fff;
}

.yandex-widget iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: auto;
}

.yandex-widget a {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  max-height: 14px;
  overflow: hidden;
  padding: 0 16px;
  box-sizing: border-box;
  color: #b3b3b3;
  font-family: "YS Text", Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead-section {
  width: min(100% - 24px, var(--max));
}

.lead-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.72fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 44px);
  background:
    linear-gradient(125deg, rgba(27, 185, 94, 0.16), rgba(66, 107, 92, 0.18) 48%, rgba(255, 255, 255, 0.045)),
    var(--panel-solid);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.lead-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -12%;
  width: 42%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(126, 240, 169, 0.13), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.lead-card:hover {
  transform: translateY(-4px);
  border-color: rgba(27, 185, 94, 0.34);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34);
}

.lead-card:hover::before {
  transform: rotate(18deg) translateX(320%);
}

.lead-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.lead-copy h2 {
  max-width: 680px;
}

.lead-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.lead-points span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(27, 185, 94, 0.24);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lead-points span:hover {
  transform: translateY(-2px);
  border-color: rgba(27, 185, 94, 0.48);
  background: rgba(27, 185, 94, 0.15);
}

.lead-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
}

.lead-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lead-contact a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(27, 185, 94, 0.16);
}

.lead-form {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(42, 43, 46, 0.52);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  font-size: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.agree,
.calc-check {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.calc-check {
  margin-top: 2px;
}

.calc-check[hidden] {
  display: none !important;
}

.agree input,
.calc-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.agree-box {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.agree-box::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--palette-ink);
  border-bottom: 2px solid var(--palette-ink);
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.agree input:checked + .agree-box,
.calc-check input:checked + .agree-box {
  border-color: transparent;
  background: linear-gradient(135deg, var(--green), #7ef0a9);
}

.agree input:checked + .agree-box::after,
.calc-check input:checked + .agree-box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.agree a {
  color: var(--green-2);
  text-decoration: underline;
  text-decoration-color: rgba(126, 240, 169, 0.46);
  text-underline-offset: 3px;
}

.agree a:hover {
  color: #7ef0a9;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: var(--green-2);
  font-size: 13px;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding:
    max(14px, env(safe-area-inset-top))
    max(12px, env(safe-area-inset-right))
    max(14px, env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-left));
  overflow: hidden;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(27, 185, 94, 0.2), transparent 34%),
    rgba(10, 12, 12, 0.72);
  backdrop-filter: blur(14px);
  animation: modalFade 0.2s ease both;
}

.lead-modal-dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: calc(100svh - 28px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(27, 185, 94, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(27, 185, 94, 0.18), rgba(66, 107, 92, 0.16) 45%, rgba(255, 255, 255, 0.05)),
    rgba(42, 43, 46, 0.98);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.54);
  animation: modalSlide 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lead-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lead-modal-close:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(27, 185, 94, 0.16);
}

.lead-modal-close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.lead-modal-copy {
  max-width: 520px;
  padding-right: 44px;
}

.lead-modal-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.lead-modal-copy p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.lead-modal-form {
  margin-top: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

@keyframes modalFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalSlide {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--line);
  background: var(--palette-ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 24px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 42px 0;
}

.footer-logo {
  width: 220px;
  max-width: 100%;
}

.footer p,
.footer a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.footer h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.footer a:hover {
  color: var(--green-2);
}

.privacy-page {
  background:
    radial-gradient(circle at 20% 0%, rgba(27, 185, 94, 0.2), transparent 34%),
    var(--palette-ink);
}

.privacy-hero {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 148px 0 44px;
}

.privacy-hero-inner {
  max-width: 840px;
}

.privacy-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.95;
  letter-spacing: 0;
}

.privacy-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.privacy-hero span {
  display: inline-flex;
  margin-top: 22px;
  color: var(--faint);
  font-size: 14px;
}

.privacy-content {
  display: grid;
  gap: 14px;
  padding-top: 16px;
}

.policy-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.policy-card h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  font-size: 16px;
}

.policy-card p {
  margin: 10px 0 0;
}

.policy-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-card a {
  color: var(--green-2);
  text-decoration: underline;
  text-decoration-color: rgba(126, 240, 169, 0.46);
  text-underline-offset: 3px;
}

.footer-media {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.video-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.video-links a {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  font-weight: 900;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.video-links a:hover {
  transform: translateY(-4px);
  border-color: rgba(27, 185, 94, 0.34);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.video-links img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 12px;
  transition:
    transform 0.24s ease,
    filter 0.24s ease;
}

.video-links a:hover img {
  transform: scale(1.08) rotate(-2deg);
  filter: saturate(1.1);
}

.video-links span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible.benefit-card,
.reveal.is-visible.direction-card,
.reveal.is-visible.route-panel,
.reveal.is-visible.visual-card,
.reveal.is-visible.timeline-item,
.reveal.is-visible.reviews-layout,
.reveal.is-visible.lead-card {
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.reveal.is-visible.benefit-card:hover,
.reveal.is-visible.direction-card:hover {
  transform: translateY(-6px);
}

.reveal.is-visible.route-panel:hover,
.reveal.is-visible.reviews-layout:hover,
.reveal.is-visible.lead-card:hover {
  transform: translateY(-4px);
}

.reveal.is-visible.visual-card:hover,
.reveal.is-visible.timeline-item:hover {
  transform: translateY(-5px);
}

@keyframes cardSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes routeGlow {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.65;
  }

  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: auto auto;
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 8px;
    left: 8px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: min(calc(100svh - 92px), 560px);
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
      linear-gradient(135deg, rgba(27, 185, 94, 0.12), transparent 42%),
      rgba(42, 43, 46, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition:
      opacity 0.24s ease,
      transform 0.24s ease,
      visibility 0.24s ease;
    visibility: hidden;
  }

  .nav::before {
    content: "Меню";
    display: block;
    padding: 2px 4px 4px;
    color: var(--green-2);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.055);
    font-size: 15px;
    font-weight: 850;
  }

  .nav a svg {
    display: block;
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    color: var(--green-2);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
      transform 0.2s ease,
      color 0.2s ease;
  }

  .nav a span {
    min-width: 0;
  }

  .nav > a::after {
    content: "";
    margin-left: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.45;
    transform: rotate(45deg);
  }

  .nav a:hover {
    color: var(--text);
    border-color: rgba(27, 185, 94, 0.32);
    background: rgba(27, 185, 94, 0.13);
    transform: translateX(2px);
  }

  .nav a:hover svg {
    color: #7ef0a9;
    transform: scale(1.08);
  }

  .nav-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-mobile-actions a {
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
  }

  .nav-mobile-actions a svg {
    width: 17px;
    height: 17px;
  }

  .nav-mobile-actions a::after {
    content: none;
  }

  .nav-mobile-actions a:last-child {
    grid-column: 1 / -1;
    color: var(--palette-ink);
    border-color: transparent;
    background: linear-gradient(135deg, var(--green), #7ef0a9);
  }

  body.menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions .btn {
    display: none;
  }

  .benefit-grid,
  .flag-strip,
  .direction-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro::after {
    right: -170px;
    width: 480px;
    opacity: 0.12;
  }

  .calculator,
  .lead-card,
  .route-panel,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .visual-duo {
    grid-template-columns: 1fr;
  }

  .yandex-widget {
    height: min(560px, 72vh);
    min-height: 430px;
  }

  .video-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .header {
    top: 8px;
    width: min(calc(100% - 16px), var(--max));
    padding: 8px;
  }

  .brand img {
    width: 154px;
    max-width: 48vw;
  }

  .hero {
    min-height: 760px;
    padding: 112px 14px 72px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.2vw, 44px);
  }

  .hero-copy {
    font-size: 16px;
  }

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

  .hero-routes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .hero-routes span {
    min-height: 40px;
    padding: 6px 8px 6px 6px;
    font-size: 12px;
  }

  .hero-routes .drawn-flag {
    width: 34px;
    height: 22px;
  }

  .hero-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .btn-lg {
    width: 100%;
    padding-inline: 12px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .hero-proof div:last-child {
    grid-column: 1 / -1;
  }

  .hero-proof div {
    min-height: auto;
    padding: 14px;
  }

  .hero-proof strong {
    font-size: 24px;
  }

  .hero-proof span {
    font-size: 12px;
  }

  .section {
    width: min(100% - 24px, var(--max));
    padding: 52px 0;
  }

  .section-head h2,
  .lead-card h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .section-head p:not(.eyebrow),
  .lead-card p {
    font-size: 15px;
  }

  .flag-strip,
  .calc-twin,
  .route-panel,
  .visual-card,
  .lead-card,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .timeline,
  .benefit-grid,
  .direction-grid,
  .segmented {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .direction-card:last-child {
    grid-column: 1 / -1;
  }

  .calc-twin .calc-row select,
  .calc-twin .power-input,
  .calc-twin .power-input input {
    height: 54px;
    min-height: 54px;
  }

  .calc-twin .calc-row select,
  .calc-twin .power-input input {
    font-size: 18px;
  }

  .route-panel {
    gap: 18px;
    padding: 18px;
  }

  .route-panel > img {
    min-height: 220px;
  }

  .route-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .route-points span {
    min-height: 44px;
    padding: 8px;
    font-size: 12px;
  }

  .route-points i {
    width: 28px;
    height: 28px;
  }

  .visual-card {
    min-height: auto;
    gap: 14px;
    padding: 18px;
  }

  .visual-card > img {
    max-height: 240px;
  }

  .intro::after {
    right: -210px;
    bottom: 12px;
    width: 420px;
    opacity: 0.08;
  }

  .benefit-card,
  .direction-card {
    min-height: auto;
  }

  .direction-card {
    padding: 14px;
  }

  .direction-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.12;
  }

  .direction-card p,
  .direction-card li {
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .direction-card ul {
    gap: 6px;
    margin-top: 12px;
  }

  .direction-card > b {
    margin: 12px 0 12px;
  }

  .benefit-card {
    padding: 14px;
  }

  .benefit-card .card-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }

  .benefit-card .card-icon svg {
    width: 18px;
    height: 18px;
  }

  .benefit-card h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .benefit-card p {
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .timeline-item {
    min-height: 188px;
    padding: 16px;
  }

  .timeline-item span {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }

  .timeline-item h3 {
    font-size: 17px;
  }

  .timeline-item p {
    font-size: 13px;
  }

  .calculator {
    width: 100%;
  }

  .calc-panel,
  .calc-result {
    padding: 14px;
  }

  .calc-panel {
    gap: 12px;
  }

  .label-line {
    display: grid;
    align-items: start;
    gap: 4px;
  }

  .label-line span {
    font-size: 11px;
  }

  .segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .segmented button:last-child {
    grid-column: 1 / -1;
  }

  .segmented button {
    min-height: 58px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .country-option {
    gap: 8px;
  }

  .country-option .drawn-flag {
    width: 34px;
    height: 22px;
  }

  .country-copy strong {
    font-size: 14px;
  }

  .country-copy small {
    font-size: 10px;
  }

  .price-input input {
    min-height: 48px;
    padding-left: 34px;
    font-size: 20px;
  }

  .price-input span {
    left: 12px;
  }

  .range-meta {
    flex-direction: column;
    gap: 4px;
  }

  .calc-note {
    font-size: 12px;
  }

  .calc-check {
    align-items: flex-start;
    padding: 10px;
  }

  .result-top strong {
    font-size: clamp(28px, 9vw, 36px);
    overflow-wrap: anywhere;
  }

  .breakdown {
    gap: 2px;
    margin-bottom: 18px;
  }

  .breakdown-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .breakdown-row span,
  .breakdown-row b {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .breakdown-row b {
    justify-self: start;
    font-size: 15px;
  }

  .calc-alert {
    padding: 12px;
  }

  .confidence {
    margin: 0 0 16px;
  }

  .calc-result .btn {
    min-height: 46px;
    padding: 10px;
    font-size: 13px;
  }

  .review-score {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }

  .reviews-layout {
    padding: 10px;
  }

  .score-row {
    align-items: flex-start;
  }

  .score {
    font-size: 48px;
  }

  .lead-card {
    padding: 22px;
  }

  .lead-contact,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 12px;
  }

  .lead-modal {
    align-items: end;
    padding: 8px;
  }

  .lead-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 16px);
    padding: 18px 14px calc(14px + env(safe-area-inset-bottom));
  }

  .lead-modal-copy {
    padding-right: 42px;
  }

  .lead-modal-copy h2 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .lead-modal-form {
    margin-top: 14px;
  }

  .lead-modal-close {
    top: 10px;
    right: 10px;
  }

  .yandex-widget {
    width: 100%;
    height: min(560px, 72vh);
    min-height: 430px;
  }

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

  .video-links {
    grid-template-columns: 1fr;
  }
}

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