/* ============================================================
   WESBOUND — design system
   Institutional trust · deep-navy authority · light blue & white
   Type: Manrope (headings) + Inter (body/UI)
   ============================================================ */

/* ---------- tokens ---------- */
:root {
  /* light-blue scale — anchored on #1E90E8 */
  --violet-50:  #EEF7FE;
  --violet-100: #D9EDFD;
  --violet-150: #C3E2FC;
  --violet-200: #9FD0FA;
  --violet-300: #6EB6F5;
  --violet-400: #3F9FEE;
  --violet-500: #1E90E8;
  --violet-600: #1578C9;
  --violet-700: #1162A6;
  --violet-800: #0D4E85;
  --plum-900:   #0B3D68;
  --plum-950:   #082B4A;
  --ink-plum:   #05192E;

  /* neutrals */
  --white: #FFFFFF;
  --paper: #F7FAFD;
  --paper-2: #EEF4FB;
  --ink:   #10233A;
  --ink-soft: #40506A;
  --muted: #64748B;
  --line:  rgba(16,35,58,.10);
  --line-2: rgba(16,35,58,.06);

  --gold: #E4A93C;

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(5,25,46,.05), 0 2px 6px rgba(5,25,46,.05);
  --shadow:    0 6px 18px -6px rgba(11,50,90,.18), 0 2px 6px rgba(11,50,90,.06);
  --shadow-lg: 0 30px 60px -24px rgba(11,50,90,.35), 0 10px 24px -12px rgba(11,50,90,.22);
  --shadow-plum: 0 24px 48px -18px rgba(8,43,74,.55);

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--violet-400); outline-offset: 2px; border-radius: 4px; }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink-plum);
}
h2 { font-size: clamp(2rem, 4.4vw, 3.05rem); font-weight: 800; }
h3 { font-size: 1.32rem; letter-spacing: -0.01em; }
strong { font-weight: 700; color: var(--ink); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--violet-700);
}
.eyebrow::before {
  content: ""; width: 22px; height: 1.5px; background: var(--violet-500);
  display: inline-block; border-radius: 2px;
}
.eyebrow--light { color: var(--violet-200); }
.eyebrow--light::before { background: var(--violet-300); }

.lede { font-size: clamp(1.06rem, 1.6vw, 1.24rem); color: var(--ink-soft); line-height: 1.62; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.container--narrow { max-width: 820px; }
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section--tint { background: var(--paper); }
.section--tint-2 { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.section-head { max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .lede { margin-top: 1.1rem; }
.section-head h2 { margin-top: 1rem; }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--violet-700); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  background: var(--bg); color: var(--fg);
  font-weight: 700; font-size: .96rem; letter-spacing: -0.01em;
  padding: .86rem 1.5rem; border: 1px solid transparent; border-radius: var(--r-pill);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s;
  box-shadow: 0 10px 22px -10px rgba(21,120,201,.7);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(21,120,201,.75); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: linear-gradient(135deg, var(--violet-600), var(--violet-800)); }
.btn--light { background: #fff; color: var(--violet-800); box-shadow: 0 10px 26px -12px rgba(0,0,0,.4); }
.btn--light:hover { box-shadow: 0 18px 36px -14px rgba(0,0,0,.5); }
.btn--ghost {
  background: transparent; color: var(--violet-800);
  border-color: var(--line); box-shadow: none;
}
.btn--ghost:hover { background: var(--violet-50); border-color: var(--violet-200); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--ghost-light { background: rgba(255,255,255,.06); color:#fff; border-color: rgba(255,255,255,.28); box-shadow:none; }
.btn--ghost-light:hover { background: rgba(255,255,255,.12); }
.btn--lg { padding: 1.02rem 1.9rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

.textlink {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 700; color: var(--violet-700);
  border-bottom: 1.5px solid transparent; transition: gap .3s var(--ease), border-color .3s;
}
.textlink svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.textlink:hover { border-color: var(--violet-300); }
.textlink:hover svg { transform: translateX(3px); }

/* ============================================================ HEADER ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s, box-shadow .3s, border-color .3s, padding .3s;
  padding: 14px 0;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.9);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px -18px rgba(5,25,46,.5);
  padding: 9px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: .66rem; font-weight: 800; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: linear-gradient(140deg, var(--violet-500), var(--plum-900));
  display: grid; place-items: center; box-shadow: 0 6px 16px -6px rgba(13,78,133,.7);
}
.brand-mark svg { width: 19px; height: 19px; }
.brand-name {
  font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.34rem;
  letter-spacing: -0.02em; color: var(--ink-plum);
}
.brand-name span { color: var(--violet-600); }

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a {
  font-size: .95rem; font-weight: 600; color: var(--ink-soft);
  padding: .5rem .8rem; border-radius: var(--r-sm); transition: color .2s, background .2s;
}
.site-nav a:hover { color: var(--violet-800); background: var(--violet-50); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; }

@media (max-width: 900px) {
  .site-nav {
    position: fixed; inset: 0 0 0 auto; width: min(84vw, 340px);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 88px 20px 28px; z-index: 90;
    transform: translateX(105%); transition: transform .4s var(--ease-out);
    box-shadow: -30px 0 60px -30px rgba(5,25,46,.5); border-left: 1px solid var(--line);
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: .85rem 1rem; font-size: 1.05rem; border-radius: 12px; }
  .nav-toggle {
    display: inline-grid; place-items: center; width: 44px; height: 44px;
    border-radius: 12px; border: 1px solid var(--line); background: #fff; z-index: 95;
  }
  .nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink-plum); border-radius: 2px; position: relative; }
  .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink-plum); border-radius: 2px; transition: transform .3s; }
  .nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
  .header-actions .btn--ghost { display: none; }
}

/* ============================================================ HERO ============ */
.hero { position: relative; padding: clamp(64px, 8vw, 116px) 0 clamp(56px, 7vw, 92px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 55% at 84% 8%, rgba(30,144,232,.16), transparent 60%),
    radial-gradient(50% 45% at 6% 92%, rgba(13,78,133,.12), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--violet-50) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image:
    linear-gradient(rgba(13,78,133,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,78,133,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 40%, transparent 78%);
          mask-image: radial-gradient(120% 90% at 50% 0%, #000 40%, transparent 78%);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-title { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 800; margin-top: 1.4rem; }
.hero-title em { font-style: normal; color: var(--violet-600); }
.hero-lede { margin-top: 1.5rem; max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }
.hero-assure { margin-top: 1.5rem; display: flex; align-items: center; gap: .6rem; font-size: .92rem; color: var(--muted); }
.hero-assure svg { width: 18px; height: 18px; color: var(--violet-600); flex: none; }

.hero-panel { position: relative; }
.credential {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 26px; position: relative; z-index: 2;
}
.credential__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.credential__badge { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .82rem; color: var(--violet-700); background: var(--violet-50); padding: .38rem .7rem; border-radius: var(--r-pill); }
.credential__badge svg { width: 15px; height: 15px; }
.credential__id { font-size: .78rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.credential__row { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px dashed var(--line-2); }
.credential__row:last-child { border-bottom: 0; padding-bottom: 4px; }
.credential__ic { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--violet-50); color: var(--violet-700); }
.credential__ic svg { width: 20px; height: 20px; }
.credential__label { font-size: .78rem; color: var(--muted); }
.credential__val { font-weight: 700; color: var(--ink-plum); font-size: .98rem; }
.credential__check { margin-left: auto; color: #2E9E6B; }
.credential__check svg { width: 20px; height: 20px; }
.hero-float {
  position: absolute; z-index: 3; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow); padding: .7rem .95rem;
  display: flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 600;
}
.hero-float b { font-family: "Manrope", sans-serif; font-size: 1.1rem; color: var(--violet-700); }
.hero-float--a { top: -22px; left: -26px; animation: floaty 6s var(--ease) infinite; }
.hero-float--b { bottom: -20px; right: -18px; animation: floaty 6s var(--ease) infinite 1.5s; }
.hero-float .dot { width: 9px; height: 9px; border-radius: 50%; background: #2E9E6B; box-shadow: 0 0 0 4px rgba(46,158,107,.16); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 440px; margin-top: 8px; }
  .hero-float--a { left: -8px; } .hero-float--b { right: -6px; }
}

/* ---------- trust strip ---------- */
.trustbar { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); background: #fff; }
.trustbar__inner { display: flex; align-items: center; gap: 30px; padding: 20px 0; flex-wrap: wrap; }
.trustbar__label { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.trustbar__items { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.trustbar__items span { font-weight: 600; color: var(--ink-soft); display: inline-flex; align-items: center; gap: .45rem; font-size: .96rem; }
.trustbar__items span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--violet-300); }

/* ============================================================ GRIDS + CARDS ==== */
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--violet-150); }

.sector { display: flex; flex-direction: column; height: 100%; }
.sector__ic { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(140deg, var(--violet-500), var(--plum-900)); box-shadow: 0 10px 20px -10px rgba(13,78,133,.6); }
.sector__ic svg { width: 24px; height: 24px; }
.sector h3 { margin-top: 18px; }
.sector__roles { margin-top: 10px; color: var(--ink-soft); font-size: .95rem; }
.sector__tags { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.sector__tags span { font-size: .78rem; font-weight: 600; color: var(--violet-700); background: var(--violet-50); border: 1px solid var(--violet-100); padding: .28rem .6rem; border-radius: var(--r-pill); }

.dest { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.dest__flag { font-size: 2rem; line-height: 1; filter: drop-shadow(0 4px 6px rgba(0,0,0,.12)); }
.dest__name { font-family: "Manrope", sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--ink-plum); margin-top: 12px; }
.dest__facts { margin-top: 14px; display: grid; gap: 9px; }
.dest__fact { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-size: .9rem; border-bottom: 1px dashed var(--line-2); padding-bottom: 8px; }
.dest__fact:last-child { border-bottom: 0; }
.dest__fact .k { color: var(--muted); } .dest__fact .v { font-weight: 700; color: var(--ink-plum); text-align: right; }
.dest__link { margin-top: 18px; }
.dest::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--violet-400), var(--plum-900)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.dest:hover::after { transform: scaleX(1); }

.value { display: flex; gap: 16px; }
.value__ic { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--violet-50); color: var(--violet-700); border: 1px solid var(--violet-100); }
.value__ic svg { width: 22px; height: 22px; }
.value h3 { font-size: 1.12rem; }
.value p { margin-top: 6px; color: var(--ink-soft); font-size: .96rem; }

/* ============================================================ PROCESS ========= */
.process { position: relative; display: grid; gap: 0; }
.process__step { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding-bottom: 40px; position: relative; }
.process__step:last-child { padding-bottom: 0; }
.process__step::before {
  content: ""; position: absolute; left: 31px; top: 56px; bottom: -4px; width: 2px;
  background: linear-gradient(var(--violet-300), transparent);
}
.process__step:last-child::before { display: none; }
.process__num {
  width: 62px; height: 62px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: "Manrope", sans-serif; font-size: 1.4rem; font-weight: 600; color: var(--violet-700);
  background: #fff; border: 2px solid var(--violet-150); box-shadow: var(--shadow-sm); z-index: 1;
}
.process__body { padding-top: 8px; }
.process__body h3 { font-size: 1.24rem; }
.process__body p { margin-top: 8px; color: var(--ink-soft); max-width: 60ch; }
@media (max-width: 560px) { .process__step { grid-template-columns: 50px 1fr; gap: 16px; } .process__num { width: 48px; height: 48px; font-size: 1.1rem; } .process__step::before { left: 24px; top: 48px; } }

.process-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px,5vw,72px); align-items: start; }
.process-wrap .section-head { position: sticky; top: 120px; }
@media (max-width: 900px) { .process-wrap { grid-template-columns: 1fr; } .process-wrap .section-head { position: static; } }

/* ============================================================ IMAGERY ========= */
/* hero photo */
.hero-figure { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.05; }
.hero-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,43,74,.34)); pointer-events: none; }
.hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-panel .credential { margin-top: -46px; margin-inline: 18px 6px; z-index: 4; }
.hero-panel .hero-float { z-index: 5; }
@media (max-width: 900px) { .hero-panel .credential { margin-inline: 14px; } }

/* full-bleed team band */
.imgband { position: relative; overflow: hidden; }
.imgband__img { width: 100%; height: clamp(260px, 34vw, 440px); object-fit: cover; object-position: center 32%; display: block; }
.imgband::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,43,74,.72), rgba(8,43,74,.28) 46%, transparent 72%); }
.imgband__cap { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; display: flex; align-items: center; }
.imgband__cap .container { width: 100%; }
.imgband__cap h2 { color: #fff; max-width: 18ch; }
.imgband__cap p { color: rgba(255,255,255,.9); margin-top: .9rem; max-width: 40ch; font-size: 1.02rem; }
@media (max-width: 640px) { .imgband::after { background: linear-gradient(180deg, rgba(8,43,74,.35), rgba(8,43,74,.78)); } }

/* image + copy split (why-us) */
.media-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 5vw, 68px); align-items: center; margin-top: 3rem; }
.media-figure { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3 / 2.4; }
.media-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-figure__tag { position: absolute; left: 18px; bottom: 18px; z-index: 2; background: rgba(255,255,255,.94); backdrop-filter: blur(4px); border-radius: var(--r-pill); padding: .5rem .9rem; font-size: .82rem; font-weight: 700; color: var(--violet-700); display: inline-flex; align-items: center; gap: .5rem; box-shadow: var(--shadow); }
.media-figure__tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #2E9E6B; }
@media (max-width: 860px) { .media-split { grid-template-columns: 1fr; } .media-figure { max-width: 520px; } }

/* process side photo */
.process-media { margin-top: 26px; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3 / 2; }
.process-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .process-media { max-width: 460px; } }

/* destinations header photo */
.dest-figure { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3 / 2; }
.dest-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dest-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.dest-head .section-head { margin: 0; }
@media (max-width: 820px) { .dest-head { grid-template-columns: 1fr; } .dest-figure { max-width: 520px; } }

/* photo testimonial avatars */
.quote__avatar--photo { padding: 0; overflow: hidden; background: var(--violet-100); }
.quote__avatar--photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }

/* ============================================================ STATS (plum) ==== */
.section--plum { background: radial-gradient(120% 140% at 15% 0%, var(--plum-900), var(--plum-950) 60%, var(--ink-plum)); color: #fff; overflow: hidden; }
.section--plum::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background: radial-gradient(40% 60% at 90% 20%, rgba(30,144,232,.35), transparent 60%);
}
.section--plum h2 { color: #fff; }
.section--plum .lede { color: var(--violet-150); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.stat { padding: 6px 0; border-left: 2px solid rgba(255,255,255,.14); padding-left: 22px; }
.stat__num { font-family: "Manrope", sans-serif; font-weight: 800; font-size: clamp(2.4rem, 4.5vw, 3.4rem); line-height: 1; color: #fff; letter-spacing: -0.02em; }
.stat__label { margin-top: 10px; color: var(--violet-150); font-size: .95rem; font-weight: 500; }
@media (max-width: 780px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; } }

/* ============================================================ TESTIMONIALS ==== */
.quote { display: flex; flex-direction: column; height: 100%; background: #fff; }
.quote__stars { display: flex; gap: 2px; color: var(--gold); margin-bottom: 14px; }
.quote__stars svg { width: 17px; height: 17px; }
.quote__text { font-family: "Manrope", sans-serif; font-weight: 400; font-size: 1.16rem; line-height: 1.5; color: var(--ink-plum); letter-spacing: -0.01em; }
.quote__who { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 12px; }
.quote__avatar { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; font-weight: 800; color: #fff; font-size: .95rem; background: linear-gradient(140deg, var(--violet-500), var(--plum-900)); }
.quote__name { font-weight: 700; font-size: .95rem; color: var(--ink-plum); }
.quote__role { font-size: .84rem; color: var(--muted); }

/* ============================================================ FAQ ============= */
.faq { display: grid; gap: 12px; max-width: 820px; margin-inline: auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq__item[open] { border-color: var(--violet-200); box-shadow: var(--shadow-sm); }
.faq__q { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 700; color: var(--ink-plum); font-size: 1.04rem; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .sign { width: 26px; height: 26px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--violet-50); color: var(--violet-700); transition: transform .3s var(--ease), background .3s; }
.faq__q .sign svg { width: 15px; height: 15px; }
.faq__item[open] .faq__q .sign { transform: rotate(45deg); background: var(--violet-600); color: #fff; }
.faq__a { padding: 0 22px 22px; color: var(--ink-soft); max-width: 68ch; }

/* ============================================================ REGISTER / FORM = */
.register { position: relative; }
.register-grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 940px) { .register-grid { grid-template-columns: 1fr; } }

.reg-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: clamp(24px, 3vw, 40px); position: relative; overflow: hidden; }
.reg-form-wrap::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--violet-500), var(--plum-900)); }
.form-progress { height: 6px; background: var(--violet-50); border-radius: var(--r-pill); overflow: hidden; margin-bottom: 26px; }
.form-progress__bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--violet-500), var(--violet-700)); border-radius: inherit; transition: width .4s var(--ease); }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.col-2 { grid-column: 1 / -1; }
.field > label, .field > .field-label { font-size: .84rem; font-weight: 700; color: var(--ink-plum); letter-spacing: -0.005em; }
.field .req { color: var(--violet-600); }
.field .hint { font-size: .76rem; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: .96rem; color: var(--ink);
  padding: .74rem .85rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper); transition: border-color .2s, box-shadow .2s, background .2s;
}
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231E90E8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; padding-right: 2.4rem; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--violet-500); background: #fff; box-shadow: 0 0 0 4px rgba(30,144,232,.13); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #D5453B; box-shadow: 0 0 0 4px rgba(213,69,59,.1); }
.field textarea { resize: vertical; min-height: 84px; }

.file-drop { position: relative; display: flex; align-items: center; gap: 12px; padding: .8rem .9rem; border: 1.5px dashed var(--violet-200); border-radius: var(--r-sm); background: var(--violet-50); cursor: pointer; transition: border-color .2s, background .2s; }
.file-drop:hover { border-color: var(--violet-400); background: var(--violet-100); }
.file-drop input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-drop__ic { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; background: #fff; color: var(--violet-700); border: 1px solid var(--violet-100); }
.file-drop__ic svg { width: 19px; height: 19px; }
.file-drop__txt b { display: block; font-size: .9rem; color: var(--ink-plum); }
.file-hint { font-size: .78rem; color: var(--muted); }

.consent { display: flex; gap: 11px; align-items: flex-start; margin-top: 4px; }
.consent input { width: 20px; height: 20px; margin-top: 2px; flex: none; accent-color: var(--violet-600); }
.consent label { font-size: .84rem; color: var(--ink-soft); line-height: 1.5; }
.consent a { color: var(--violet-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

.form-foot { margin-top: 24px; }
.form-note { margin-top: 14px; font-size: .88rem; color: var(--muted); text-align: center; min-height: 1.2em; }
.form-note.error { color: #D5453B; font-weight: 600; }

.reg-success { text-align: center; padding: 30px 10px; }
.reg-success__ic { width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(140deg, #34C77B, #178A57); box-shadow: 0 16px 30px -12px rgba(23,138,87,.6); animation: pop .5s var(--ease-out) both; }
.reg-success__ic svg { width: 36px; height: 36px; }
.reg-success h3 { font-size: 1.7rem; }
.reg-success p { margin-top: 12px; color: var(--ink-soft); max-width: 44ch; margin-inline: auto; }
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }

.register-aside { position: sticky; top: 110px; display: grid; gap: 16px; }
.aside-card { background: linear-gradient(160deg, var(--plum-900), var(--plum-950)); color: #fff; border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-plum); position: relative; overflow: hidden; }
.aside-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 85% 10%, rgba(30,144,232,.4), transparent 60%); }
.aside-card > * { position: relative; }
.aside-card h3 { color: #fff; font-size: 1.35rem; }
.aside-list { margin-top: 18px; display: grid; gap: 14px; }
.aside-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; color: var(--violet-150); }
.aside-list li b { color: #fff; font-weight: 700; }
.aside-list .tick { width: 24px; height: 24px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #fff; margin-top: 1px; }
.aside-list .tick svg { width: 14px; height: 14px; }
.aside-mini { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.aside-mini__num { font-family: "Manrope", sans-serif; font-size: 2rem; color: var(--violet-700); font-weight: 600; line-height: 1; }
.aside-mini__txt { font-size: .9rem; color: var(--ink-soft); }

/* ============================================================ FINAL CTA ======= */
.finalcta { text-align: center; }
.finalcta .container { position: relative; }
.finalcta h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.finalcta .lede { margin: 1.1rem auto 0; max-width: 52ch; }
.finalcta .hero-actions { justify-content: center; }

/* ============================================================ FOOTER ========== */
.site-footer { background: var(--ink-plum); color: var(--violet-150); padding: 72px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; } }
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .brand-name { color: #fff; }
.footer-about { margin-top: 16px; font-size: .92rem; color: var(--violet-200); max-width: 34ch; }
.footer-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--violet-300); font-family: "Inter", sans-serif; font-weight: 700; margin-bottom: 14px; }
.footer-col a { display: block; padding: 5px 0; color: var(--violet-150); font-size: .93rem; transition: color .2s, padding .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .84rem; color: var(--violet-300); }

/* ============================================================ LANDING PAGES === */
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.crumbs a { color: var(--violet-700); font-weight: 600; }
.crumbs .sep { color: var(--line); }
.page-hero { padding: clamp(40px,5vw,64px) 0 clamp(30px,4vw,44px); }
.page-hero .flag { font-size: 2.6rem; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 800; margin-top: 14px; max-width: 20ch; }
.page-hero h1 em { font-style: normal; color: var(--violet-600); }
.page-hero .lede { margin-top: 16px; max-width: 62ch; }
.page-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.page-fact { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px; box-shadow: var(--shadow-sm); }
.page-fact .v { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.2rem; color: var(--violet-700); }
.page-fact .k { font-size: .8rem; color: var(--muted); margin-top: 2px; }
.prose { max-width: 68ch; }
.prose p { margin-top: 1.1rem; color: var(--ink-soft); }
.prose p:first-child { margin-top: 0; }
.reqs { display: grid; gap: 12px; }
.req { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; transition: border-color .3s, transform .3s; }
.req:hover { border-color: var(--violet-150); transform: translateY(-2px); }
.req__ic { width: 34px; height: 34px; flex: none; border-radius: 9px; display: grid; place-items: center; background: var(--violet-50); color: var(--violet-700); }
.req__ic svg { width: 18px; height: 18px; }
.req b { color: var(--ink-plum); display: block; }
.req span { font-size: .92rem; color: var(--ink-soft); }
.related { display: flex; flex-wrap: wrap; gap: 10px; }
.related a { font-size: .9rem; font-weight: 600; color: var(--violet-700); background: var(--violet-50); border: 1px solid var(--violet-100); padding: .5rem .9rem; border-radius: var(--r-pill); transition: background .2s, transform .2s; }
.related a:hover { background: var(--violet-100); transform: translateY(-2px); }

/* ---------- reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
[data-reveal].in { opacity: 1; transform: none; }

/* directional reveal variants */
[data-reveal="left"]  { transform: translateX(-34px); }
[data-reveal="right"] { transform: translateX(34px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal="left"].in, [data-reveal="right"].in, [data-reveal="scale"].in { transform: none; }

/* ---------- scroll-driven motion ---------- */
.scroll-prog {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 300; pointer-events: none;
  transform: scaleX(0); transform-origin: 0 50%; will-change: transform;
  background: linear-gradient(90deg, var(--violet-400), var(--violet-600) 68%, var(--plum-900));
}

/* parallax photos (JS drives translateY; scale gives cover headroom) */
.parallax-img { will-change: transform; transform: scale(1.16); }

/* image zoom-in as it enters view */
.media-figure img, .dest-figure img, .process-media img { transition: transform 1.2s var(--ease-out); will-change: transform; }
.media-figure[data-reveal] img { transform: scale(1.1); }
.media-figure[data-reveal].in img { transform: scale(1); }
[data-reveal] .dest-figure img, [data-reveal] .process-media img { transform: scale(1.1); }
[data-reveal].in .dest-figure img, [data-reveal].in .process-media img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  .parallax-img { transform: none !important; }
  .scroll-prog { display: none; }
}

.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
