:root {
  --ink: #06143d;
  --ink-soft: #46669f;
  --blue: #075bec;
  --blue-dark: #0045d1;
  --cyan: #05aecd;
  --mint: #00bfa5;
  --lime: #8bea52;
  --orange: #ff9418;
  --purple: #8b46ed;
  --paper: #ffffff;
  --mist: #f2f9ff;
  --line: #d8e6f7;
  --shadow: 0 18px 48px rgba(6, 20, 61, 0.13);
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -64px;
  z-index: 200;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(216, 230, 247, 0.82);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--content), calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(6, 62, 183, 0.18);
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  color: #385888;
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
}

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

.nav-download,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff !important;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(7, 91, 236, 0.23);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.nav-download {
  min-height: 42px;
  padding: 0 16px;
}

.button:hover,
.nav-download:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--ink) !important;
  border-color: #b8cbe7;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  margin-left: auto;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  background: currentColor;
}

.menu-toggle span {
  margin: 4px 0;
}

.shell {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #f8fcff url("assets/travel-background.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.18) 74%, rgba(255, 255, 255, 0.02) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(620px, 58%);
  padding: 72px 0 150px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 6.4rem);
  line-height: 0.95;
  font-weight: 900;
}

.hero-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #345787;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.48;
}

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

.hero-note {
  margin: 14px 0 0;
  color: #56719c;
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-phone {
  position: absolute;
  right: 3%;
  bottom: -250px;
  width: min(390px, 37vw);
  border: 7px solid #07112e;
  border-radius: 54px;
  box-shadow: 0 30px 80px rgba(2, 27, 82, 0.3);
}

.quick-benefits {
  position: relative;
  z-index: 5;
  margin-top: -92px;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.benefit {
  min-height: 148px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.benefit:last-child {
  border-right: 0;
}

.benefit-mark {
  width: 10px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 7px rgba(0, 191, 165, 0.13);
}

.benefit:nth-child(2) .benefit-mark {
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(255, 148, 24, 0.13);
}

.benefit:nth-child(3) .benefit-mark {
  background: var(--purple);
  box-shadow: 0 0 0 7px rgba(139, 70, 237, 0.13);
}

.benefit:nth-child(4) .benefit-mark {
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(7, 91, 236, 0.13);
}

.benefit strong {
  display: block;
  font-size: 1.07rem;
}

.benefit span {
  margin-top: 8px;
  display: block;
  color: var(--ink-soft);
  line-height: 1.45;
}

.band {
  padding: 110px 0;
}

.band.white {
  background: #fff;
}

.band.blue {
  color: #fff;
  background: var(--blue);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.page-intro h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 900;
}

.section-heading p,
.page-intro p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.6;
}

.band.blue .section-heading p {
  color: #dce9ff;
}

.screen-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 54px;
}

.screen-item {
  margin: 0;
}

.screen-item img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: top;
  border: 5px solid #07112e;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.screen-item:nth-child(2) {
  transform: translateY(34px);
}

.screen-item figcaption {
  margin-top: 18px;
  text-align: center;
  font-weight: 850;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}

.feature-tile {
  min-height: 210px;
  padding: 30px;
  background: rgba(0, 55, 196, 0.64);
}

.feature-tile .number {
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 900;
}

.feature-tile h3 {
  margin: 34px 0 10px;
  font-size: 1.3rem;
}

.feature-tile p {
  margin: 0;
  color: #dce9ff;
  line-height: 1.55;
}

.pro-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  background: #07143a;
}

.pro-art {
  min-height: 500px;
  background: url("assets/result-background.png") center / cover no-repeat;
}

.pro-copy {
  padding: 78px clamp(36px, 7vw, 100px);
  align-self: center;
  color: #fff;
}

.pro-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.3rem);
  line-height: 1.02;
}

.pro-copy p {
  max-width: 590px;
  margin: 18px 0 0;
  color: #cbdcff;
  font-size: 1.12rem;
  line-height: 1.6;
}

.pro-list {
  margin: 28px 0 34px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  list-style: none;
}

.pro-list li {
  padding-left: 18px;
  position: relative;
  font-weight: 750;
}

.pro-list li::before {
  position: absolute;
  left: 0;
  color: var(--lime);
  content: "\2713";
}

.page-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f8fcff url("assets/world-background.png") center / cover no-repeat;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 54%, rgba(255, 255, 255, 0.18) 100%);
}

.page-intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 82px 0;
}

.page-intro h1 {
  font-size: clamp(3.1rem, 7vw, 6rem);
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.feature-row {
  min-height: 170px;
  padding: 34px 34px 34px 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.feature-row:nth-child(odd) {
  padding-right: 46px;
  border-right: 1px solid var(--line);
}

.feature-row:nth-child(even) {
  padding-left: 46px;
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: #eaf2ff;
  font-weight: 900;
}

.feature-row:nth-child(3n + 2) .feature-icon {
  color: #008d7c;
  background: #dffaf5;
}

.feature-row:nth-child(3n) .feature-icon {
  color: #8a3ed8;
  background: #f1e5ff;
}

.feature-row h2 {
  margin: 3px 0 8px;
  font-size: 1.35rem;
}

.feature-row p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

.plan-table th,
.plan-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.plan-table th {
  color: #fff;
  background: var(--ink);
}

.plan-table th:first-child {
  width: 56%;
}

.plan-table td:not(:first-child),
.plan-table th:not(:first-child) {
  text-align: center;
}

.included {
  color: #008d6f;
  font-weight: 900;
}

.pro-only {
  color: var(--purple);
  font-weight: 850;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}

.video-guide h2 {
  margin: 22px 0 8px;
  font-size: 1.55rem;
}

.video-guide p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.video-frame {
  overflow: hidden;
  border: 5px solid #07112e;
  border-radius: 34px;
  background: #07112e;
  box-shadow: var(--shadow);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.support-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.contact-panel {
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
}

.contact-panel h2 {
  margin-top: 0;
  font-size: 2rem;
}

.contact-panel p {
  color: #dce9ff;
  line-height: 1.55;
}

.contact-panel .button {
  width: 100%;
  margin-top: 12px;
  color: var(--blue) !important;
  background: #fff;
  box-shadow: none;
}

.support-address {
  margin: 16px 0 0;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-align: center;
}

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

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

.faq summary {
  padding: 24px 44px 24px 0;
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 850;
  list-style: none;
}

.faq summary::after {
  position: absolute;
  right: 8px;
  content: "+";
  color: var(--blue);
  font-size: 1.5rem;
}

.faq details[open] summary::after {
  content: "\2212";
}

.faq p {
  margin: -6px 50px 24px 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.legal {
  max-width: 820px;
}

.legal h2 {
  margin: 42px 0 12px;
  font-size: 1.45rem;
}

.legal p,
.legal li {
  color: #37547f;
  line-height: 1.72;
}

.legal a {
  color: var(--blue);
  font-weight: 700;
}

.legal-meta {
  margin-top: 16px;
  color: #6a81a5;
  font-size: 0.92rem;
}

.cta-band {
  padding: 80px 0;
  color: #fff;
  background: var(--ink);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-inner h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.cta-inner p {
  margin: 12px 0 0;
  color: #cbdcff;
  font-size: 1.08rem;
}

.site-footer {
  padding: 54px 0 30px;
  color: #587095;
  background: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.footer-brand p {
  max-width: 340px;
  line-height: 1.55;
}

.footer-column strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
}

.footer-column a {
  margin: 10px 0;
  display: block;
  text-decoration: none;
}

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

.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .nav-shell {
    min-height: 66px;
  }

  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    inset: 66px 0 auto;
    max-height: 0;
    overflow: hidden;
    display: block;
    background: #fff;
    box-shadow: 0 18px 30px rgba(6, 20, 61, 0.12);
    transition: max-height 180ms ease;
  }

  .main-nav.open {
    max-height: 420px;
    border-top: 1px solid var(--line);
  }

  .main-nav a {
    padding: 16px 24px;
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .nav-download {
    margin: 18px 24px 24px;
  }

  .hero,
  .hero-inner {
    min-height: 700px;
  }

  .hero-copy {
    width: 65%;
  }

  .hero-phone {
    right: -7%;
    width: 42vw;
  }

  .benefit-row,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit:nth-child(2) {
    border-right: 0;
  }

  .benefit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .screen-showcase {
    gap: 24px;
  }

  .pro-band {
    grid-template-columns: 1fr;
  }

  .pro-art {
    min-height: 390px;
  }

  .features-list,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .feature-row:nth-child(odd),
  .feature-row:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .support-grid {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .shell,
  .nav-shell {
    width: min(100% - 28px, var(--content));
  }

  .brand span {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 760px;
    background-position: 64% center;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.2) 100%);
  }

  .hero-inner {
    min-height: 760px;
    display: block;
  }

  .hero-copy {
    width: 100%;
    padding: 64px 0 0;
    text-align: center;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-phone {
    right: 50%;
    bottom: -420px;
    width: 280px;
    transform: translateX(50%);
  }

  .quick-benefits {
    margin-top: -48px;
  }

  .benefit-row,
  .feature-grid,
  .screen-showcase,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .benefit {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .band {
    padding: 78px 0;
  }

  .screen-showcase {
    max-width: 340px;
    margin: 0 auto;
  }

  .screen-item:nth-child(2) {
    transform: none;
  }

  .screen-item img {
    max-height: none;
  }

  .pro-art {
    min-height: 280px;
  }

  .pro-copy {
    padding: 54px 24px 64px;
  }

  .pro-list {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 390px;
    background-position: 64% center;
  }

  .page-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 72%, rgba(255, 255, 255, 0.34) 100%);
  }

  .page-intro {
    padding: 62px 0;
  }

  .page-intro h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .feature-row {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .feature-icon {
    width: 46px;
    height: 46px;
  }

  .plan-wrap {
    overflow-x: auto;
  }

  .plan-table {
    min-width: 620px;
  }

  .video-grid {
    max-width: 360px;
    margin: 0 auto;
    gap: 62px;
  }

  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
