:root {
  --ink: #0b1d3a;
  --ink-soft: #43536d;
  --cream: #f3f6fa;
  --paper: #ffffff;
  --line: rgba(11, 29, 58, 0.14);
  --sage: #a8b9cf;
  --sage-light: #dfe8f3;
  --sky: #c3d7ed;
  --coral: #6f91bd;
  --deep: #081a33;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(8, 26, 51, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body.has-custom-cursor,
body.has-custom-cursor * {
  cursor: none !important;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  pointer-events: none;
  z-index: 200;
  opacity: 0;
  transform: translate(-10px, -8px);
  transition: opacity .2s ease;
  will-change: transform;
}
.custom-cursor.is-on { opacity: 1; }
.custom-cursor img {
  position: absolute;
  inset: 0;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 4px 10px rgba(8, 26, 51, .25));
  transition: opacity .18s ease, transform .18s ease;
}
.custom-cursor .cursor-active { opacity: 0; transform: scale(.86) rotate(-8deg); }
.custom-cursor .cursor-text { opacity: 0; transform: scale(.9); }
.custom-cursor.is-hover .cursor-default { opacity: 0; transform: scale(.9) rotate(10deg); }
.custom-cursor.is-hover .cursor-active { opacity: 1; transform: scale(1) rotate(0deg); }
.custom-cursor.is-hover .cursor-text { opacity: 0; }
.custom-cursor.is-text .cursor-default,
.custom-cursor.is-text .cursor-active { opacity: 0; }
.custom-cursor.is-text .cursor-text { opacity: 1; transform: scale(1); }
.custom-cursor.is-hidden { opacity: 0 !important; }
body.has-custom-cursor.is-selecting,
body.has-custom-cursor.is-selecting * {
  cursor: none !important;
}
body.has-custom-cursor.is-selecting .custom-cursor {
  opacity: 1 !important;
}
body.has-custom-cursor.is-selecting .cursor-default,
body.has-custom-cursor.is-selecting .cursor-active {
  opacity: 0 !important;
}
body.has-custom-cursor.is-selecting .cursor-text {
  opacity: 1 !important;
  transform: scale(1);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 124px 0; }
.section-pad-sm { padding: 80px 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: .35s ease;
  border-bottom: 1px solid rgba(11, 29, 58, .1);
}
.site-header.scrolled {
  background: rgba(243, 246, 250, .9);
  backdrop-filter: blur(18px);
  border-bottom-color: rgba(11, 29, 58, .12);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: baseline; letter-spacing: -.04em; font-size: 22px; }
.logo span {
  font-weight: 500;
  letter-spacing: -.03em;
}
.logo em {
  margin-left: 3px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.22em;
  letter-spacing: .04em;
  color: var(--ink);
  line-height: .9;
}
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 20px; }
.desktop-nav a { color: var(--ink-soft); font-size: 14px; font-weight: 600; transition: .25s; }
.desktop-nav a:hover { color: var(--ink); transform: translateY(-1px); }
.header-cta {
  padding: 13px 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}
.header-cta:hover { background: var(--ink); color: white; }
.menu-button, .mobile-menu { display: none; }

.hero { padding-top: 150px; min-height: 870px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
  color: #60738f;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 22px 0 22px;
  font-family: var(--serif);
  font-size: clamp(56px, 6.2vw, 98px);
  line-height: .88;
  letter-spacing: -.05em;
  font-weight: 600;
}
h1 em, h2 em, .quote-wrap em { font-weight: 500; color: var(--coral); }
.hero-lead { max-width: 520px; font-size: 17px; line-height: 1.75; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; padding: 17px 24px; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: .25s ease; cursor: pointer; }
.button span { font-size: 17px; transition: transform .25s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 14px 32px rgba(11, 29, 58, .18); }
.button-dark:hover { background: var(--deep); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.trust-row {
  list-style: none;
  margin: 46px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 420px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.trust-row li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-row li::before {
  content: "–";
  color: var(--coral);
  font-weight: 700;
  flex: 0 0 auto;
}

.hero-visual { position: relative; min-height: 700px; }
.hero-image-wrap {
  position: absolute;
  inset: 12px 8px 28px 8px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #8fb7e0 0%, #b7d0ea 42%, #d9e6f3 78%, #eaf1f8 100%);
}
.hero-image-wrap img:not(.hero-clouds) {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.hero-clouds {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0;
  width: 104%;
  height: 36%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 2;
  pointer-events: none;
}
.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 18px 50px rgba(11,29,58,.15);
  border-radius: 20px;
  padding: 14px 18px;
  font-size: 12px;
  line-height: 1.35;
  transition: transform .35s ease;
}
.floating-card-top { top: 48px; right: -4px; }
.floating-card-bottom { bottom: 56px; left: -8px; }
.floating-number { font-family: var(--serif); font-size: 36px; font-weight: 600; line-height: 1; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(111,145,189,.2); }

.hero-portrait { display: none; }

.stats-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 28px 26px; border-right: 1px solid var(--line); }
.stats-grid > div:first-child { padding-left: 0; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-family: var(--serif); font-size: 34px; line-height: 1; font-weight: 600; }
.stats-grid span { display: block; margin-top: 8px; font-size: 12px; color: #718198; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 110px; align-items: center; }
.about-collage { min-height: 670px; position: relative; }
.photo { margin: 0; position: absolute; overflow: hidden; box-shadow: 0 22px 55px rgba(11,29,58,.14); }
.photo-main { inset: 0 20% 4% 0; border-radius: 220px 220px 26px 26px; }
.photo-main img, .photo-small img { height: 100%; object-fit: cover; }
.photo-small { width: 45%; height: 50%; right: 0; bottom: 0; border-radius: 22px; border: 8px solid var(--paper); }
.stamp {
  position: absolute;
  top: 9%;
  right: 1%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgba(11,29,58,.42);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  transform: rotate(8deg);
}
h2 {
  margin: 21px 0 28px;
  font-family: var(--serif);
  font-size: clamp(50px, 5.4vw, 78px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 600;
}
.about-copy p { font-size: 16px; line-height: 1.8; color: var(--ink-soft); }
.about-accent { color: var(--ink); font-weight: 700; }
.experience-facts { display: grid; gap: 12px; margin-top: 30px; }
.experience-fact { position: relative; padding: 18px 20px 18px 52px; border: 1px solid var(--line); border-radius: 18px; background: rgba(243,246,250,.62); }
.experience-fact > span { position: absolute; left: 18px; top: 19px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.experience-fact strong { display: block; font-family: var(--serif); font-size: 22px; line-height: 1.05; font-weight: 600; }
.experience-fact p { margin: 7px 0 0; font-size: 12px; line-height: 1.55; }
.signature { margin-top: 34px; font-family: var(--serif); font-style: italic; font-size: 31px; }
.signature span { margin-left: 8px; font-family: var(--sans); font-style: normal; font-size: 12px; color: #74839a; }

.inside { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 7px; color: var(--ink-soft); line-height: 1.75; font-size: 15px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--paper);
}
.feature-card {
  min-height: 268px;
  padding: 30px 28px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background .3s ease, transform .3s ease;
  background: transparent;
}
.feature-card:nth-child(3n) { border-right: 0; }
.feature-card:nth-child(n+4) { border-bottom: 0; }
.feature-card:hover {
  background: rgba(243, 246, 250, .72);
  z-index: 2;
}
.feature-index { font-size: 11px; color: #8c98a9; letter-spacing: .08em; font-weight: 700; }
.feature-icon {
  margin-top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: var(--serif);
  font-size: 22px;
  transition: .3s ease;
}
.feature-card:hover .feature-icon {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.feature-card h3 { margin: 24px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.feature-card p { margin: 0; font-size: 14px; line-height: 1.75; color: var(--ink-soft); }

.marquee-section {
  position: relative;
  z-index: 2;
  padding: 48px 0 64px;
  overflow: hidden;
  background: var(--cream);
}
.marquee-tilt {
  transform: rotate(-3deg) scaleX(1.14);
  transform-origin: center;
}
.marquee-band {
  position: relative;
  background: #071526;
  padding: 38px 0;
  box-shadow: 0 26px 70px rgba(8, 26, 51, .32);
}
.marquee-band::before,
.marquee-band::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  height: 18px;
  background-image: radial-gradient(circle at 12px 0, transparent 11px, #071526 12px);
  background-size: 24px 18px;
  background-repeat: repeat-x;
}
.marquee-band::before { top: -17px; transform: scaleY(-1); }
.marquee-band::after { bottom: -17px; }
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-move 42s linear infinite;
}
.marquee-group {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}
.marquee-group span {
  font-family: var(--serif);
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 1;
  color: white;
  letter-spacing: -.03em;
  white-space: nowrap;
  font-weight: 500;
}
.marquee-group img {
  width: auto;
  height: 64px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.marquee-flag-flat {
  height: 46px !important;
  width: auto !important;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}
@keyframes marquee-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.guides { background: var(--paper); }
.section-heading-guides { margin-bottom: 42px; }
.section-heading-guides h2 { font-size: clamp(40px, 4.4vw, 62px); }
.guide-list { display: none; }
.guides-slider { margin-top: 8px; }
.guides-slider-head { display: none; }
.guides-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.guides-dots-onlot {
  margin-top: 18px;
}
.guides-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(11,29,58,.18);
  cursor: pointer;
}
.guides-dots button.is-active { background: var(--ink); width: 22px; border-radius: 999px; }
.guides-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  outline: none;
}
.guides-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  transition: .25s ease;
  box-shadow: 0 12px 28px rgba(8,26,51,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.guides-arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.guides-arrow-onlot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.guides-arrow-prev { left: 14px; }
.guides-arrow-next { right: 14px; }
.guides-track {
  display: flex;
  transition: transform .55s cubic-bezier(.22,.7,.2,1);
  will-change: transform;
}
.guide-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  grid-column: auto !important;
  margin: 0;
  border-radius: 28px;
  min-height: 560px;
}
.guide-slide.guide-card-featured {
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: minmax(560px, auto);
}
.guide-card-soon-slide .guide-content {
  justify-content: space-between;
}
.guide-card-soon-slide .muted-bottom {
  margin-top: auto;
  padding-top: 36px;
}
.guide-card {
  grid-column: span 2;
  display: grid;
  grid-template-rows: 250px 1fr;
  min-height: 580px;
  overflow: hidden;
  background: var(--cream);
  border-radius: 28px;
  border: 1px solid rgba(11,29,58,.08);
  transition: .35s ease;
}
.guide-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.guide-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: minmax(520px, auto);
  min-height: 520px;
}
.guide-card-ready { min-height: 600px; }
.guide-card-soon {
  min-height: 0;
  grid-template-rows: 250px auto;
}
.guide-card-soon .guide-content { padding-bottom: 24px; }
.guide-card-soon .guide-bottom { padding-top: 22px; margin-top: 18px; }
.guide-image { position: relative; overflow: hidden; }
.guide-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.guide-card:hover .guide-image img { transform: scale(1.035); }
.guide-status { position: absolute; top: 18px; left: 18px; border-radius: 999px; padding: 8px 12px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-status.available { background: var(--paper); color: var(--ink); }
.guide-status.soon { background: rgba(8,26,51,.8); color: white; backdrop-filter: blur(10px); }
.guide-content { padding: 26px; display: flex; flex-direction: column; }
.guide-card-featured .guide-content { padding: 38px; }
.guide-meta { display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; color: #78869b; }
.guide-country { display: inline-flex; align-items: center; gap: 8px; letter-spacing: .1em; }
.guide-country img { width: 18px; height: 12px; border-radius: 2px; box-shadow: 0 1px 3px rgba(11,29,58,.18); }
.guide-content h3 { margin: 24px 0 14px; font-family: var(--serif); font-size: 34px; line-height: 1; letter-spacing: -.035em; font-weight: 600; }
.guide-card-featured h3 { font-size: 46px; }
.guide-content p { font-size: 13px; line-height: 1.7; color: var(--ink-soft); }
.guide-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.guide-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 700; }
.offer-box { margin-top: 22px; padding: 18px; border-radius: 18px; background: var(--paper); border: 1px solid rgba(11,29,58,.1); box-shadow: 0 16px 38px rgba(8,26,51,.07); }
.offer-box-compact { margin-top: 18px; }
.offer-topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 13px; min-height: 26px; flex-wrap: wrap; }
.discount-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 6px 9px; border-radius: 999px; background: var(--deep); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.offer-state { color: #62748f; font-size: 10px; font-weight: 700; text-align: right; }
.price-sale { position: relative; padding-top: 17px; min-height: 78px; }
.price-sale .old-price { position: absolute; top: 0; left: 1px; color: #8a96a7; font-size: 13px; text-decoration: line-through; text-decoration-thickness: 1px; }
.price strong { display: block; font-family: var(--serif); font-size: 40px; line-height: .95; font-weight: 600; }
.price span { display: block; color: #7b899d; font-size: 11px; margin-top: 4px; }
.offer-timer-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 16px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #667791; font-size: 11px; flex-wrap: wrap; }
.offer-timer { color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: .08em; font-size: 14px; }
.community-access { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; margin-top: 15px; }
.community-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-light); color: var(--ink); font-family: var(--serif); }
.community-access p { margin: 0; color: #52637d; font-size: 11px; line-height: 1.6; }
.community-access strong { color: var(--ink); }
.guide-bottom { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 28px; gap: 16px; flex-wrap: wrap; }
.guide-bottom-offer { padding-top: 16px; align-items: center; }
.offer-smallprint { max-width: 240px; color: #8490a2; font-size: 9px; line-height: 1.45; }
.circle-button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 20px;
  transition: .25s;
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}
body.offer-expired .discount-badge { background: #7f8998; }
body.offer-expired .price-sale .old-price,
body.offer-expired .contact-old-price { display: none; }
body.offer-expired .price-sale { padding-top: 0; min-height: 62px; display: flex; flex-direction: column; justify-content: center; }
body.offer-expired .offer-state { color: #7f8998; }
body.offer-expired .offer-topline { justify-content: flex-start; }
.circle-button:hover { transform: rotate(45deg); background: var(--coral); }
.muted-bottom { align-items: center; color: #818da0; font-size: 11px; }
.notify-button { border: 0; background: transparent; border-bottom: 1px solid var(--ink); padding: 0 0 4px; cursor: pointer; color: var(--ink); font-size: 11px; font-weight: 700; text-align: left; }

.mosaic-section { padding: 0; background: var(--paper); overflow: hidden; }
.photo-rail { overflow: hidden; }
.photo-rail-track {
  display: flex;
  width: max-content;
  animation: rail-move 55s linear infinite;
  align-items: stretch;
}
.photo-rail-group { display: flex; gap: 0; padding-right: 0; }
.photo-rail-group figure {
  margin: 0;
  width: min(280px, 70vw);
  height: 360px;
  overflow: hidden;
  border-radius: 0;
  flex: 0 0 auto;
}
.photo-rail-group figure.h-a,
.photo-rail-group figure.h-b,
.photo-rail-group figure.h-c {
  width: min(280px, 70vw);
  height: 360px;
}
.photo-rail-group img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94);
  transition: transform .7s ease, filter .4s ease;
}
.photo-rail-group figure:hover img { transform: scale(1.04); filter: saturate(1.08); }
@keyframes rail-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-title h2 { font-size: 66px; }
.faq-title p { color: var(--ink-soft); line-height: 1.7; font-size: 14px; max-width: 310px; }
.inline-social {
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid rgba(11,29,58,.35);
}
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.01em;
  gap: 16px;
}
.faq-item i { font-style: normal; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; flex: 0 0 auto; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.faq-answer:empty { display: none; }
.faq-answer p { margin: 0; padding: 0 56px 26px 0; max-width: 680px; font-size: 14px; line-height: 1.75; color: var(--ink-soft); }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-item.open .faq-answer:empty { max-height: 0; }

.contact { background: var(--paper); }
.contact-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071628 0%, var(--deep) 48%, #102744 100%);
  color: white;
  border-radius: 38px;
  padding: 64px;
  min-height: 480px;
}
.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: stretch;
}
.contact-card h2 { position: relative; margin-bottom: 22px; max-width: 620px; }
.contact-card p { position: relative; max-width: 520px; color: rgba(255,255,255,.72); line-height: 1.75; }
.section-kicker-light { position: relative; color: rgba(255,255,255,.62); }
.contact-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -80px;
  top: -130px;
  background: radial-gradient(circle at 35% 35%, rgba(173,205,239,.95), rgba(76,121,177,.52) 35%, rgba(8,26,51,0) 68%);
  filter: blur(12px);
  opacity: .8;
}
.contact-offer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  width: fit-content;
  min-width: 320px;
  flex-wrap: wrap;
}
.contact-price-block { display: flex; align-items: baseline; gap: 12px; min-width: 140px; }
.contact-price-block strong { font-family: var(--serif); font-size: 44px; line-height: 1; }
.contact-old-price { color: rgba(255,255,255,.52); font-size: 15px; text-decoration: line-through; }
.contact-timer-block { display: flex; flex-direction: column; gap: 3px; color: rgba(255,255,255,.62); font-size: 10px; }
.contact-timer-block b { color: white; font-size: 16px; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.contact-actions { position: relative; display: flex; align-items: center; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { transform: translateY(-2px); }
.contact-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 4px; }
.contact-side { display: grid; gap: 14px; align-content: center; }
.contact-side-card {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}
.contact-side-card span {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.contact-side-card p { margin: 0; font-size: 13px; max-width: none; }
.contact-socials { display: flex; gap: 10px; margin-top: 4px; flex-wrap: wrap; }
.contact-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  transition: .25s ease;
}
.contact-socials a:hover { background: white; color: var(--ink); transform: translateY(-2px); }
.contact-socials svg { width: 18px; height: 18px; }

.site-footer { background: var(--paper); padding: 35px 0 24px; }
.footer-main { display: flex; justify-content: space-between; padding: 60px 0; border-top: 1px solid var(--line); flex-wrap: wrap; gap: 40px; }
.footer-logo { font-size: 27px; }
.footer-main > div > p { color: #7b889c; font-size: 13px; margin-top: 12px; }
.footer-links { display: flex; gap: 90px; flex-wrap: wrap; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; min-width: 120px; }
.footer-links span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: #8d98a8; margin-bottom: 5px; }
.footer-links a { font-size: 13px; }
.footer-links a:hover { text-decoration: underline; }
.footer-social-col a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.footer-social-col a:hover { text-decoration: none; color: var(--coral); }
.footer-social-col svg { width: 16px; height: 16px; flex: 0 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; color: #8d98a8; font-size: 11px; flex-wrap: wrap; gap: 12px; }

.toast { position: fixed; left: 50%; bottom: 30px; z-index: 80; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--ink); color: white; padding: 13px 18px; border-radius: 999px; box-shadow: 0 12px 34px rgba(11,29,58,.28); transition: .3s ease; font-size: 12px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 1024px) {
  .section-pad { padding: 96px 0; }
  .hero { min-height: auto; }
  .hero-grid { gap: 34px; }
  .hero-visual { min-height: 600px; }
  .about-grid { gap: 60px; }
  .about-collage { min-height: 560px; }
  .section-heading { grid-template-columns: 1fr .6fr; gap: 45px; }
  .guide-card-featured { grid-template-rows: minmax(480px, auto); }
  .guide-card-featured h3 { font-size: 40px; }
  .faq-grid { gap: 55px; }
  .contact-layout { gap: 28px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.35); flex-shrink: 0; }
  .menu-button span { display: block; width: 17px; height: 1px; background: var(--ink); transition: .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: 78px; left: 16px; right: 16px; padding: 25px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; gap: 17px; }
  .mobile-menu a { font-family: var(--serif); font-size: 27px; }
  .hero { padding-top: 122px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(52px, 14vw, 74px); }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 560px; margin-top: 8px; }
  .hero-image-wrap { inset: 0; }
  .floating-card-top { right: -4px; }
  .floating-card-bottom { left: -4px; }
  .guides-arrow-onlot { width: 42px; height: 42px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats-grid > div:first-child, .stats-grid > div:nth-child(3) { padding-left: 0; }
  .about-grid, .section-heading, .faq-grid, .contact-layout { grid-template-columns: 1fr; }
  .about-collage { min-height: 670px; }
  .section-heading { gap: 22px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .guide-slide.guide-card-featured {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 1fr;
    min-height: 700px;
  }
  .guide-card-featured .guide-content { padding: 28px; }
  .photo-rail-group figure { width: 220px; height: 300px; }
  .photo-rail-group figure.h-a,
  .photo-rail-group figure.h-b,
  .photo-rail-group figure.h-c { width: 220px; height: 300px; }
  .contact-card { padding: 48px 34px; }
  .contact-offer { min-width: 0; width: 100%; }
  .footer-main { flex-direction: column; gap: 50px; }
  body.has-custom-cursor,
  body.has-custom-cursor * { cursor: auto !important; }
  .custom-cursor { display: none; }
  .section-nav { display: none !important; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .section-pad { padding: 82px 0; }
  .section-pad-sm { padding: 56px 0; }
  .header-inner { height: 74px; }
  .logo { font-size: 19px; }
  .hero { padding-top: 104px; }
  h1 { margin-top: 18px; font-size: 54px; line-height: .9; }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { margin-top: 32px; gap: 10px; }
  .hero-visual { min-height: 430px; }
  .hero-image-wrap { border-radius: 24px; inset: 0 0 12px; }
  .floating-card { padding: 11px 13px; font-size: 10px; }
  .floating-card-top { top: 28px; }
  .floating-card-bottom { bottom: 24px; }
  .floating-number { font-size: 29px; }
  .guides-arrow-prev { left: 8px; }
  .guides-arrow-next { right: 8px; }
  .guides-arrow-onlot { width: 38px; height: 38px; font-size: 16px; }
  .stats-grid > div { padding: 22px 12px; }
  .stats-grid strong { font-size: 29px; }
  .stats-grid span { font-size: 10px; }
  .about-collage { min-height: 485px; }
  .photo-main { right: 12%; }
  .photo-small { width: 48%; height: 46%; border-width: 5px; }
  .stamp { width: 82px; height: 82px; font-size: 15px; top: 2%; }
  .signature { font-size: 27px; }
  .signature span { display: block; margin: 5px 0 0; }
  .feature-grid { grid-template-columns: 1fr; border-radius: 18px; }
  .feature-card { min-height: 230px; padding: 24px 22px; }
  .feature-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-icon { margin-top: 22px; }
  .marquee-group span { font-size: 36px; }
  .marquee-group img { height: 42px; }
  .guide-card { grid-template-rows: 230px 1fr; min-height: 560px; }
  .guide-card-featured { grid-template-rows: 250px 1fr; }
  .guide-card-featured .guide-content, .guide-content { padding: 22px; }
  .guide-content h3, .guide-card-featured h3 { font-size: 32px; margin-top: 20px; }
  .guide-bottom { flex-wrap: wrap; gap: 18px; }
  .offer-box { padding: 16px; }
  .offer-topline { align-items: flex-start; }
  .offer-state { max-width: 130px; }
  .price strong { font-size: 34px; }
  .muted-bottom { align-items: flex-start; flex-direction: column; }
  .photo-rail-group figure { width: 180px; height: 250px; }
  .photo-rail-group figure.h-a,
  .photo-rail-group figure.h-b,
  .photo-rail-group figure.h-c { width: 180px; height: 250px; }
  .faq-title h2 { font-size: 44px; }
  .faq-item button { gap: 20px; font-size: 14px; padding: 20px 0; }
  .faq-answer p { padding-right: 10px; }
  .contact-card { width: calc(100% - 28px); padding: 38px 22px; border-radius: 28px; }
  .contact-card h2 { font-size: 42px; }
  .contact-offer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-price-block strong { font-size: 38px; }
  .contact-actions { flex-direction: column; align-items: flex-start; }
  .footer-links { gap: 35px; flex-wrap: wrap; }
  .footer-bottom { gap: 14px; flex-direction: column; }
  .modal-panel { width: min(100%, 420px); padding: 28px 22px; }
  .success-card { padding: 36px 24px; }
  .mobile-menu { top: 70px; left: 12px; right: 12px; padding: 20px; }
  .mobile-menu a { font-size: 22px; }
}

@media (min-width: 561px) and (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { min-height: 560px; max-width: 640px; margin: 0 auto; width: 100%; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
  .about-collage { min-height: 520px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .guide-list { display: none; }
  .guide-card { grid-column: auto; }
  .guide-card-featured {
    grid-column: auto;
    grid-template-rows: minmax(420px, auto);
  }
  .faq-grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .contact-layout { grid-template-columns: 1.1fr .9fr; }
  .photo-rail-group figure { width: 240px; height: 320px; }
  .photo-rail-group figure.h-a,
  .photo-rail-group figure.h-b,
  .photo-rail-group figure.h-c { width: 240px; height: 320px; }
  .section-heading { grid-template-columns: 1.2fr .8fr; }
  .desktop-nav { gap: 18px; margin-right: 12px; }
  .desktop-nav a { font-size: 13px; }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 60;
  pointer-events: none;
  background: transparent;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--coral), var(--ink));
  transition: width .1s linear;
}

.floating-card { transition: transform .35s ease; }
.guide-card, .feature-card { transform-style: preserve-3d; will-change: transform; }
.photo-rail.is-paused .photo-rail-track { animation-play-state: paused; }

.motion-ready .hero-image-wrap img:not(.hero-clouds) {
  animation: hero-drift 14s ease-in-out infinite alternate;
}
.motion-ready .pulse-dot {
  animation: pulse-soft 1.8s ease-in-out infinite;
}
.motion-ready .stamp {
  animation: stamp-float 6s ease-in-out infinite;
}
.motion-ready .contact-glow {
  animation: glow-shift 8s ease-in-out infinite alternate;
}
.motion-ready .button {
  position: relative;
  overflow: hidden;
}
.motion-ready .button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.22) 45%, transparent 70%);
  transform: translateX(-120%);
}
.motion-ready .button:hover::after {
  animation: sheen .7s ease;
}

@keyframes hero-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(0, -1.5%, 0); }
}
@keyframes pulse-soft {
  0%, 100% { box-shadow: 0 0 0 7px rgba(111,145,189,.18); }
  50% { box-shadow: 0 0 0 12px rgba(111,145,189,.08); }
}
@keyframes stamp-float {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50% { transform: rotate(10deg) translateY(-6px); }
}
@keyframes glow-shift {
  from { transform: translate(0, 0) scale(1); opacity: .75; }
  to { transform: translate(-30px, 20px) scale(1.08); opacity: .95; }
}
@keyframes sheen {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

body.modal-open { overflow: hidden; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal[hidden] { display: none !important; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 51, .46);
  backdrop-filter: blur(8px);
}
.modal-panel {
  position: relative;
  width: min(100%, 460px);
  background: var(--paper);
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11,29,58,.08);
  transform: translateY(16px) scale(.98);
  transition: transform .24s ease;
}
.modal.is-open .modal-panel { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: var(--ink);
  cursor: pointer;
}
.modal-panel h3 {
  margin: 14px 0 10px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}
.modal-text { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin: 0 0 12px; }
.modal-price {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 18px;
}
.modal-form { display: grid; gap: 14px; }
.modal-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; color: #667791; }
.modal-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  background: var(--cream);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.modal-form input:focus {
  border-color: rgba(111,145,189,.8);
  box-shadow: 0 0 0 4px rgba(111,145,189,.15);
}
.modal-hint { margin: 0; color: #8490a2; font-size: 12px; line-height: 1.55; }
.modal-form .button { width: 100%; }
.modal-form .button.is-loading { opacity: .7; pointer-events: none; }
.modal-bot-link { justify-self: start; margin-top: 4px; }

.success-page { min-height: 100vh; }
.success-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
}
.success-card {
  width: min(100%, 560px);
  background: var(--paper);
  border-radius: 32px;
  padding: 48px 40px;
  border: 1px solid rgba(11,29,58,.08);
  box-shadow: var(--shadow);
}
.success-card h1 {
  margin: 16px 0 14px;
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 58px);
  line-height: .95;
}
.success-lead { color: var(--ink-soft); line-height: 1.7; }
.success-status {
  display: inline-flex;
  margin: 18px 0 24px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--sage-light);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.success-link { margin-bottom: 18px; }
.success-note { color: #8490a2; font-size: 12px; line-height: 1.55; margin-bottom: 24px; }

.peek { background: var(--cream); }
.peek-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.peek-card {
  background: var(--paper);
  border: 1px solid rgba(11,29,58,.08);
  border-radius: 28px;
  padding: 18px;
  transition: .3s ease;
}
.peek-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.peek-card h3 {
  margin: 18px 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}
.peek-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.peek-screen {
  border-radius: 18px;
  overflow: hidden;
  background: #0e2038;
  border: 1px solid rgba(11,29,58,.12);
  min-height: 220px;
}
.peek-bar {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(255,255,255,.06);
}
.peek-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}
.peek-map {
  position: relative;
  height: 220px;
  background: #1a2f4a center / cover no-repeat;
  overflow: hidden;
}
.peek-map-live {
  height: 248px;
}
.peek-map-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none;
}
.peek-map-live::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8,26,51,.18));
  pointer-events: none;
  z-index: 1;
}
.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 0;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(8,26,51,.92);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(111,145,189,.28);
  transition: .2s ease;
}
.map-pin:hover,
.map-pin.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 0 0 6px rgba(111,145,189,.4);
}
.peek-map-tip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(8,26,51,.12);
}
.peek-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(111,145,189,.35);
  transform: translate(-50%, -50%);
}
.peek-caption {
  padding: 10px 12px 12px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 600;
}
.peek-route {
  list-style: none;
  margin: 0;
  padding: 14px;
  display: grid;
  gap: 10px;
}
.peek-route li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  font-size: 12px;
}
.peek-route b { color: #c3d7ed; font-family: var(--serif); font-size: 15px; font-weight: 600; }
.peek-spots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
}
.peek-spots div {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 140px;
}
.peek-spots img { height: 100%; object-fit: cover; }
.peek-spots span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.leadmagnet { background: var(--paper); }
.leadmagnet-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background: linear-gradient(135deg, #071628 0%, var(--deep) 55%, #123056 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
}
.leadmagnet-card .section-kicker { color: rgba(255,255,255,.62); }
.leadmagnet-card h2 { color: #fff; margin-bottom: 14px; }
.leadmagnet-card p { color: rgba(255,255,255,.72); max-width: 460px; line-height: 1.7; }
.lead-form { display: grid; gap: 12px; }
.lead-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.lead-choice input { accent-color: #6f91bd; }
.lead-form label span { display: block; margin-bottom: 7px; font-size: 11px; color: rgba(255,255,255,.62); font-weight: 700; }
.lead-form input[type="text"] {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 15px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
}
.lead-form .button { width: 100%; }

.howto { background: var(--cream); }
.howto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.howto-item {
  padding: 28px;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid rgba(11,29,58,.08);
}
.howto-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 22px;
  margin-bottom: 22px;
}
.howto-item h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}
.howto-item p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card {
  padding: 22px;
  border-radius: 24px;
  background: var(--cream);
  border: 1px solid rgba(11,29,58,.08);
}
.proof-chat { display: grid; gap: 8px; margin-bottom: 18px; min-height: 110px; }
.proof-bubble {
  max-width: 92%;
  padding: 11px 13px;
  border-radius: 16px 16px 16px 6px;
  background: #fff;
  border: 1px solid rgba(11,29,58,.08);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(8,26,51,.05);
}
.proof-bubble-me {
  justify-self: end;
  background: var(--deep);
  color: #fff;
  border-color: transparent;
  border-radius: 16px 16px 6px 16px;
}
.proof-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.05;
}
.proof-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }

.product-pick { display: grid; gap: 10px; }
.product-option {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--cream);
  cursor: pointer;
}
.product-option input { margin-top: 3px; accent-color: var(--ink); }
.product-option strong { display: block; font-size: 14px; color: var(--ink); }
.product-option small { display: block; margin-top: 4px; color: #718198; font-size: 12px; line-height: 1.4; }
.product-option:has(input:checked) {
  border-color: rgba(111,145,189,.7);
  box-shadow: 0 0 0 4px rgba(111,145,189,.12);
  background: #fff;
}

.section-nav {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 70;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(11,29,58,.14);
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 22px;
  box-shadow: 0 14px 34px rgba(8,26,51,.16);
  cursor: pointer;
  display: none;
  backdrop-filter: blur(10px);
  transition: .25s ease;
}
.section-nav:hover { transform: translateY(2px); background: var(--ink); color: #fff; }
@media (min-width: 1025px) {
  .section-nav { display: grid; place-items: center; }
}

@media (max-width: 1024px) {
  .peek-grid, .howto-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .leadmagnet-card { grid-template-columns: 1fr; padding: 34px; }
}

@media (max-width: 820px) {
  .peek-grid, .howto-grid, .proof-grid { grid-template-columns: 1fr; }
  .guides-arrow-onlot {
    top: 50%;
    transform: translateY(-50%);
  }
  .guide-slide.guide-card-featured {
    grid-template-rows: 280px 1fr;
    min-height: 680px;
  }
  .photo-rail-group figure { width: 220px; height: 300px; }
  .photo-rail-group figure.h-a,
  .photo-rail-group figure.h-b,
  .photo-rail-group figure.h-c { width: 220px; height: 300px; }
  .peek-spots {
    grid-template-columns: 1fr;
  }
  .peek-spots div {
    min-height: 120px;
  }
  .peek-map-live {
    height: 200px;
  }
  .map-pin {
    min-width: 28px;
    height: 24px;
    font-size: 9px;
    padding: 0 8px;
  }
  .peek-map-tip {
    font-size: 11px;
    padding: 8px 10px;
  }
}

@media (max-width: 560px) {
  .trust-row { margin-top: 32px; font-size: 13px; }
  .leadmagnet-card { padding: 28px 22px; border-radius: 24px; }
  .photo-rail-group figure { width: 180px; height: 250px; }
  .photo-rail-group figure.h-a,
  .photo-rail-group figure.h-b,
  .photo-rail-group figure.h-c { width: 180px; height: 250px; }
  .guide-slide.guide-card-featured {
    grid-template-rows: 220px 1fr;
    min-height: 640px;
  }
  .guide-card-featured h3 { font-size: 28px; }
  .guide-card-featured .guide-content { padding: 20px; }
  .guide-card .guide-content { padding: 18px; }
  .guide-card h3 { font-size: 28px; }
  .offer-box { padding: 14px; }
  .price strong { font-size: 30px; }
  .offer-timer-row { font-size: 10px; padding: 10px 0; }
  .offer-timer { font-size: 13px; }
  .circle-button { width: 44px; height: 44px; font-size: 17px; }
  .guides-arrow-onlot { width: 34px; height: 34px; font-size: 14px; }
  .guides-arrow-prev { left: 6px; }
  .guides-arrow-next { right: 6px; }
  .peek-card { padding: 14px; }
  .peek-card h3 { font-size: 24px; }
  .peek-screen { min-height: 180px; }
  .peek-map-live { height: 180px; }
  .peek-route li { font-size: 11px; padding: 10px 12px; }
  .peek-route b { font-size: 13px; }
  .peek-spots div { min-height: 100px; }
  .map-pin {
    min-width: 24px;
    height: 20px;
    font-size: 8px;
    padding: 0 6px;
  }
  .peek-map-tip {
    font-size: 10px;
    padding: 6px 10px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .peek-caption { font-size: 10px; padding: 8px 10px 10px; }
  .peek-bar { padding: 8px 10px; }
  .peek-bar span { width: 6px; height: 6px; }
  .howto-item { padding: 22px; }
  .howto-item h3 { font-size: 24px; }
  .howto-icon { width: 40px; height: 40px; font-size: 18px; margin-bottom: 16px; }
  .proof-card { padding: 18px; }
  .proof-chat { min-height: 90px; }
  .proof-bubble { font-size: 11px; padding: 9px 11px; }
  .proof-card h3 { font-size: 22px; }
  .modal-panel { padding: 24px 18px; border-radius: 22px; }
  .modal-panel h3 { font-size: 28px; }
  .modal-price { font-size: 34px; }
  .modal-close { top: 12px; right: 12px; width: 32px; height: 32px; font-size: 18px; }
  .product-option { padding: 12px 14px; }
  .product-option strong { font-size: 13px; }
  .contact-side-card { padding: 16px 18px; }
  .contact-side-card span { font-size: 20px; }
}

@media (max-width: 400px) {
  .container { width: calc(100% - 20px); }
  .hero { padding-top: 90px; }
  h1 { font-size: 42px; }
  .hero-visual { min-height: 340px; }
  .floating-card { padding: 8px 10px; font-size: 9px; border-radius: 14px; gap: 8px; }
  .floating-number { font-size: 24px; }
  .floating-card-top { top: 16px; right: 0; }
  .floating-card-bottom { bottom: 16px; left: 0; }
  .guide-slide.guide-card-featured { min-height: 580px; }
  .guide-card-featured .guide-content { padding: 16px; }
  .guide-card .guide-content { padding: 16px; }
  .guide-content h3, .guide-card-featured h3 { font-size: 24px; }
  .price strong { font-size: 26px; }
  .contact-card { padding: 28px 18px; border-radius: 22px; }
  .contact-card h2 { font-size: 34px; }
  .contact-price-block strong { font-size: 32px; }
  .contact-offer { padding: 14px 16px; }
  .faq-title h2 { font-size: 36px; }
  .faq-item button { font-size: 13px; padding: 16px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track, .photo-rail-track { animation: none; }
  .motion-ready .hero-image-wrap img:not(.hero-clouds),
  .motion-ready .pulse-dot,
  .motion-ready .stamp,
  .motion-ready .contact-glow { animation: none; }
}