:root {
  --harbor-navy: #06182c;
  --harbor-navy-2: #0a2239;
  --harbor-cyan: #00a8c6;
  --harbor-cyan-soft: #61d9e7;
  --harbor-white: #ffffff;
  --harbor-text-soft: #c8d7e3;
  --harbor-border: rgba(255,255,255,.13);
  --harbor-panel: rgba(8,30,50,.68);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eef3f7;
  color: var(--harbor-white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

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

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

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

.harbor-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(0,168,198,.24), transparent 26%),
    radial-gradient(circle at 24% 72%, rgba(32,91,150,.22), transparent 32%),
    linear-gradient(145deg, #041321 0%, #06182c 46%, #0a2137 100%);
}

.harbor-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
}

.harbor-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.harbor-hero-glow-a {
  width: 330px;
  height: 330px;
  right: -120px;
  top: 110px;
  background: rgba(0,168,198,.22);
}

.harbor-hero-glow-b {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: 20px;
  background: rgba(31,91,153,.18);
}

.harbor-topbar {
  position: relative;
  z-index: 2;

  min-height: 88px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  border-bottom: 1px solid var(--harbor-border);
}

.harbor-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.harbor-brand-mark {
  color: var(--harbor-white);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.harbor-brand-name {
  color: #aebfcd;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}

.harbor-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 12px;

  border: 1px solid rgba(97,217,231,.28);
  border-radius: 999px;

  color: #dffaff;
  background: rgba(0,168,198,.08);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
}

.harbor-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--harbor-cyan-soft);
  box-shadow: 0 0 12px rgba(97,217,231,.8);
}

.harbor-hero-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  align-items: center;

  gap: 72px;

  padding: 76px 0 55px;
}

.harbor-kicker {
  margin: 0 0 15px;

  color: var(--harbor-cyan-soft);

  font-size: 11px;
  font-weight: 950;
  letter-spacing: .2em;
}

.harbor-hero-copy h1 {
  max-width: 700px;

  margin: 0;

  color: #fff;

  font-size: clamp(54px, 6vw, 90px);
  font-weight: 950;

  line-height: .91;

  letter-spacing: -.062em;
}

.harbor-hero-copy h1 span {
  display: block;
  color: var(--harbor-cyan-soft);
}

.harbor-lead {
  max-width: 590px;

  margin: 27px 0 0;

  color: var(--harbor-text-soft);

  font-size: 17px;
  line-height: 1.65;
}

.harbor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 30px;
}

.harbor-button {
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 0 18px;

  border-radius: 999px;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;

  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease;
}

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

.harbor-button-primary {
  background: var(--harbor-cyan);
  color: #03141f;
}

.harbor-button-secondary {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.05);
  color: #fff;
}

.harbor-demo-note {
  max-width: 560px;

  margin-top: 27px;
  padding: 14px 16px;

  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;

  background: rgba(255,255,255,.035);
}

.harbor-demo-note strong {
  color: var(--harbor-cyan-soft);
  font-size: 9px;
  letter-spacing: .11em;
}

.harbor-demo-note p {
  margin: 0;

  color: #aebfcd;

  font-size: 11px;
  line-height: 1.55;
}

.harbor-hero-visual {
  position: relative;
}

.harbor-city-card {
  position: relative;

  min-height: 540px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  padding: 32px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;

  background:
    linear-gradient(
      180deg,
      rgba(2,15,26,.05),
      rgba(2,15,26,.78)
    ),
    linear-gradient(
      135deg,
      #1e6271 0%,
      #387f8d 32%,
      #11344c 65%,
      #06182c 100%
    );

  box-shadow:
    0 35px 80px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.harbor-city-card::before {
  content: "PORT   •   CITY   •   WATERFRONT";
  position: absolute;
  left: 22px;
  bottom: 17px;

  color: rgba(255,255,255,.28);

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}

.harbor-city-label {
  position: absolute;
  top: 20px;
  left: 22px;

  display: grid;
  gap: 3px;
}

.harbor-city-label span {
  color: var(--harbor-cyan-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.harbor-city-label strong {
  color: #fff;
  font-size: 11px;
}

.harbor-phone {
  width: min(285px, 78%);
  min-height: 450px;

  overflow: hidden;

  border: 8px solid #05111c;
  border-radius: 38px;

  background: #f7fbfd;
  color: var(--harbor-navy);

  box-shadow:
    0 28px 60px rgba(0,0,0,.4),
    0 0 0 1px rgba(255,255,255,.15);
}

.harbor-phone-top {
  min-height: 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 17px;

  background: var(--harbor-navy);
  color: #fff;
}

.harbor-phone-top span {
  font-size: 10px;
  font-weight: 950;
}

.harbor-phone-top small {
  color: var(--harbor-cyan-soft);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}

.harbor-phone-content {
  padding: 25px 19px;
}

.harbor-phone-badge {
  display: inline-flex;

  padding: 6px 8px;

  border-radius: 999px;

  background: #e5f8fb;
  color: #08788e;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .09em;
}

.harbor-phone-content h2 {
  margin: 18px 0 7px;

  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}

.harbor-phone-content p {
  margin: 0;

  color: #6a7883;

  font-size: 10px;
  line-height: 1.45;
}

.harbor-phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;

  margin-top: 24px;
}

.harbor-phone-grid span {
  min-height: 61px;

  display: grid;
  place-items: center;

  padding: 8px;

  border: 1px solid #dbe6ec;
  border-radius: 13px;

  background: #fff;

  font-size: 9px;
  font-weight: 850;
}

.harbor-proof-strip {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid var(--harbor-border);
  border-bottom: 1px solid var(--harbor-border);
}

.harbor-proof-strip > div {
  min-height: 78px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 14px 18px;

  border-right: 1px solid var(--harbor-border);
}

.harbor-proof-strip > div:first-child {
  padding-left: 0;
}

.harbor-proof-strip > div:last-child {
  border-right: 0;
}

.harbor-proof-strip strong {
  color: #fff;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
}

.harbor-proof-strip span {
  margin-top: 3px;

  color: #8599aa;

  font-size: 9px;
}

.harbor-lab-strip {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 19px 0 30px;

  color: #90a5b6;
}

.harbor-lab-strip span {
  color: var(--harbor-cyan-soft);

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .13em;
}

.harbor-lab-strip strong {
  color: #fff;

  font-size: 10px;
}

.harbor-lab-strip small {
  font-size: 9px;
}

.harbor-next-placeholder {
  min-height: 240px;

  display: grid;
  align-items: center;

  background: #eef3f7;
  color: var(--harbor-navy);
}

.harbor-next-placeholder .harbor-shell {
  display: grid;
  gap: 5px;
}

.harbor-next-placeholder span {
  color: var(--harbor-cyan);

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em;
}

.harbor-next-placeholder strong {
  font-size: 32px;
  letter-spacing: -.04em;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .harbor-shell {
    width: min(100% - 28px, 520px);
  }

  .harbor-topbar {
    min-height: 68px;
  }

  .harbor-brand-name {
    display: none;
  }

  .harbor-status {
    padding: 7px 9px;

    font-size: 7px;
    letter-spacing: .08em;
  }

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

    gap: 36px;

    padding: 46px 0 38px;
  }

  .harbor-kicker {
    font-size: 9px;
  }

  .harbor-hero-copy h1 {
    max-width: 390px;

    font-size: clamp(47px, 14vw, 66px);
  }

  .harbor-lead {
    margin-top: 21px;

    font-size: 14px;
    line-height: 1.55;
  }

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

    margin-top: 24px;
  }

  .harbor-button {
    width: 100%;
  }

  .harbor-demo-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .harbor-city-card {
    min-height: 500px;

    padding: 48px 20px 25px;

    border-radius: 22px;
  }

  .harbor-phone {
    width: min(270px, 86%);
  }

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

  .harbor-proof-strip > div {
    min-height: 70px;

    padding: 12px 10px;

    border-right: 1px solid var(--harbor-border);
    border-bottom: 1px solid var(--harbor-border);
  }

  .harbor-proof-strip > div:first-child {
    padding-left: 10px;
  }

  .harbor-proof-strip > div:nth-child(2n) {
    border-right: 0;
  }

  .harbor-proof-strip > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .harbor-lab-strip {
    flex-wrap: wrap;
    gap: 6px 10px;

    padding: 16px 0 24px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

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

  .harbor-button {
    transition: none;
  }
}

/* =========================================================
   HERO MOBILE REFINEMENT V1
   ========================================================= */

@media (max-width: 760px) {

  .harbor-hero-grid {
    padding-top: 30px;
    gap: 28px;
  }

  .harbor-hero-copy h1 {
    max-width: 360px;
    font-size: clamp(42px, 12vw, 56px);
    line-height: .92;
  }

  .harbor-lead {
    margin-top: 18px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .harbor-actions {
    margin-top: 20px;
    gap: 10px;
  }

  .harbor-button {
    min-height: 52px;
  }

  .harbor-demo-note {
    margin-top: 18px;
    padding: 12px 14px;
  }

  .harbor-city-card {
    min-height: 460px;
  }

}


/* =========================================================
   HARBOR HERO — KUŞADASI BACKGROUND
   ========================================================= */

.harbor-hero {
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 31, .96) 0%,
      rgba(3, 18, 31, .90) 30%,
      rgba(3, 18, 31, .62) 58%,
      rgba(3, 18, 31, .24) 100%
    ),
    url('/harbor/assets/harbor-kusadasi-hero-bg.png') center center / cover no-repeat;
}

.harbor-city-card {
  background:
    linear-gradient(
      180deg,
      rgba(3, 18, 31, .10),
      rgba(3, 18, 31, .74)
    );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


/* =========================================================
   MOBILE HERO BACKGROUND
   ========================================================= */

@media (max-width: 760px) {

  .harbor-hero {
    background:
      linear-gradient(
        180deg,
        rgba(3, 18, 31, .95) 0%,
        rgba(3, 18, 31, .90) 40%,
        rgba(3, 18, 31, .72) 68%,
        rgba(3, 18, 31, .56) 100%
      ),
      url('/harbor/assets/harbor-kusadasi-hero-bg.png')
      68% center / cover no-repeat;
  }

  .harbor-city-card {
    background:
      linear-gradient(
        180deg,
        rgba(4, 21, 35, .25),
        rgba(4, 21, 35, .78)
      );
  }

}


/* =========================================================
   HERO VISUAL — FINAL GLASS REFINEMENT
   ========================================================= */

.harbor-city-card {
  background:
    linear-gradient(
      180deg,
      rgba(5, 24, 40, .14),
      rgba(5, 24, 40, .34)
    );

  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);

  border-color: rgba(255,255,255,.18);

  box-shadow:
    0 30px 70px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.10);
}

@media (max-width: 760px) {

  .harbor-city-card {
    background:
      linear-gradient(
        180deg,
        rgba(4,21,35,.30),
        rgba(4,21,35,.52)
      );

    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }

}

/* =========================================================
   STEP 3 — THE VISITOR PROBLEM
   ========================================================= */

.visitor-problem {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 80% 20%, rgba(0,168,198,.08), transparent 28%),
    linear-gradient(180deg, #f4f7fa 0%, #eef3f7 100%);

  color: #06182c;
}

.visitor-problem::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;

  background-image:
    linear-gradient(rgba(6,24,44,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,24,44,.025) 1px, transparent 1px);

  background-size: 42px 42px;
}

.visitor-problem .harbor-shell {
  position: relative;
  z-index: 1;
}

.section-kicker {
  margin: 0 0 14px;

  color: #0089a3;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.visitor-problem-head {
  max-width: 900px;
}

.visitor-problem-head h2 {
  margin: 0;

  color: #06182c;

  font-size: clamp(46px, 6vw, 82px);
  line-height: .96;
  letter-spacing: -.052em;
}

.visitor-problem-head h2 span {
  display: block;
  color: #0aa8c1;
}

.visitor-problem-statement {
  max-width: 660px;

  margin: 24px 0 0;

  color: #5f7080;

  font-size: 20px;
  line-height: 1.5;
}

.visitor-journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;

  margin-top: 58px;
}

.visitor-friction {
  position: relative;

  min-height: 330px;

  padding: 25px 23px;

  border: 1px solid #dce5ec;
  border-radius: 22px;

  background: rgba(255,255,255,.82);

  box-shadow:
    0 18px 45px rgba(6,24,44,.05);
}

.visitor-number {
  position: absolute;
  top: 18px;
  right: 19px;

  color: #b5c3cd;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
}

.visitor-icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 14px;

  background: #e6f8fb;
  color: #008aa5;

  font-size: 22px;
}

.visitor-friction h3 {
  margin: 22px 0 12px;

  color: #06182c;

  font-size: 20px;
  letter-spacing: -.025em;
}

.visitor-friction p {
  margin: 0;

  color: #657584;

  font-size: 13px;
  line-height: 1.65;
}

.visitor-friction strong {
  display: block;

  margin-top: 22px;

  color: #12334a;

  font-size: 12px;
  line-height: 1.55;
}

.visitor-story {
  margin-top: 34px;

  display: grid;
  grid-template-columns:
    minmax(120px,1fr)
    auto
    minmax(120px,1fr)
    auto
    minmax(120px,1fr)
    auto
    minmax(120px,1fr);

  align-items: center;
  gap: 12px;

  padding: 22px;

  border: 1px solid #d8e3ea;
  border-radius: 22px;

  background: #fff;
}

.visitor-story-step {
  min-height: 88px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 14px 18px;

  border-radius: 16px;

  background: #f5f8fa;
}

.visitor-story-step span {
  color: #06182c;

  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}

.visitor-story-step small {
  margin-top: 5px;

  color: #7a8b98;

  font-size: 10px;
}

.visitor-story-question {
  background: #06182c;
}

.visitor-story-question span {
  color: #61d9e7;
  font-size: 24px;
}

.visitor-story-question small {
  color: #d3e0e9;
}

.visitor-story-arrow {
  color: #0aa8c1;

  font-size: 19px;
  font-weight: 900;
}

.visitor-problem-conclusion {
  margin-top: 34px;

  padding: 38px 42px;

  border-radius: 24px;

  background: #06182c;
  color: #fff;
}

.visitor-problem-conclusion > span {
  color: #61d9e7;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.visitor-problem-conclusion h3 {
  margin: 10px 0 9px;

  color: #fff;

  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
  letter-spacing: -.04em;
}

.visitor-problem-conclusion p {
  max-width: 690px;

  margin: 0;

  color: #b9cad6;

  font-size: 14px;
  line-height: 1.65;
}

.visitor-problem-next {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 23px;
  padding: 12px 16px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;

  color: #fff;
  background: rgba(255,255,255,.05);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}


/* =========================================================
   STEP 3 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .visitor-problem {
    padding: 78px 0 86px;
  }

  .visitor-problem-head h2 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: .95;
  }

  .visitor-problem-statement {
    margin-top: 18px;

    font-size: 16px;
    line-height: 1.5;
  }

  .visitor-journey {
    grid-template-columns: 1fr;
    gap: 12px;

    margin-top: 36px;
  }

  .visitor-friction {
    min-height: 0;

    padding: 21px 20px;
  }

  .visitor-friction h3 {
    margin-top: 17px;
  }

  .visitor-friction strong {
    margin-top: 15px;
  }

  .visitor-story {
    grid-template-columns: 1fr;
    gap: 8px;

    margin-top: 22px;
    padding: 14px;
  }

  .visitor-story-step {
    min-height: 72px;
  }

  .visitor-story-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .visitor-problem-conclusion {
    margin-top: 22px;

    padding: 28px 22px;

    border-radius: 20px;
  }

  .visitor-problem-conclusion h3 {
    font-size: 34px;
  }

  .visitor-problem-next {
    width: 100%;
    justify-content: space-between;
  }

}


/* =========================================================
   STEP 3 — MOBILE COMPACT REFINEMENT
   ========================================================= */

@media (max-width: 760px) {

  .visitor-friction {
    padding: 18px 18px 19px;
  }

  .visitor-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 19px;
  }

  .visitor-friction h3 {
    margin: 14px 0 9px;
    font-size: 18px;
  }

  .visitor-friction p {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .visitor-friction strong {
    margin-top: 12px;
    font-size: 12px;
  }


  /* Compact journey */

  .visitor-story {
    grid-template-columns: 1fr 1fr;
    gap: 8px;

    padding: 12px;
  }

  .visitor-story-step {
    min-height: 76px;
    padding: 13px 14px;
  }

  .visitor-story-arrow {
    display: none;
  }

  .visitor-story-question {
    grid-column: auto;
  }

}

/* =========================================================
   STEP 4 — THE HARBOR EXPERIENCE
   ========================================================= */

.harbor-experience {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 15% 18%, rgba(0,168,198,.16), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(26,100,160,.16), transparent 30%),
    linear-gradient(145deg, #041321 0%, #06182c 52%, #09233a 100%);

  color: #fff;
}

.harbor-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  opacity: .24;

  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

  background-size: 40px 40px;
}

.harbor-experience .harbor-shell {
  position: relative;
  z-index: 1;
}

.experience-head {
  max-width: 900px;
}

.experience-kicker {
  margin: 0 0 14px;

  color: #61d9e7;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.experience-head h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.experience-head h2 span {
  display: block;
  color: #61d9e7;
}

.experience-intro {
  max-width: 690px;

  margin: 24px 0 0;

  color: #b8cad7;

  font-size: 18px;
  line-height: 1.55;
}


/* FLOW */

.experience-flow {
  display: grid;
  grid-template-columns:
    1fr auto
    1fr auto
    1fr auto
    1fr auto
    1fr auto
    1fr;

  align-items: stretch;
  gap: 8px;

  margin-top: 58px;
}

.experience-step {
  position: relative;

  min-width: 0;
  min-height: 275px;

  padding: 21px 18px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;

  background: rgba(255,255,255,.045);
}

.experience-step-accent {
  border-color: rgba(97,217,231,.28);

  background:
    linear-gradient(
      180deg,
      rgba(0,168,198,.14),
      rgba(255,255,255,.04)
    );
}

.experience-number {
  position: absolute;
  top: 17px;
  right: 17px;

  color: rgba(255,255,255,.25);

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
}

.experience-icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 13px;

  background: rgba(97,217,231,.11);
  color: #61d9e7;

  font-size: 19px;
}

.experience-step small {
  display: block;

  margin-top: 20px;

  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.experience-step h3 {
  margin: 7px 0 10px;

  color: #fff;

  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.experience-step p {
  margin: 0;

  color: #9eb3c2;

  font-size: 11px;
  line-height: 1.6;
}

.experience-arrow {
  align-self: center;

  color: #61d9e7;

  font-size: 17px;
  font-weight: 900;
}


/* CORE EXPERIENCE */

.experience-core {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 70px;

  margin-top: 44px;
  padding: 58px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;

  background:
    radial-gradient(circle at 80% 45%, rgba(0,168,198,.17), transparent 35%),
    rgba(255,255,255,.035);
}

.experience-core-copy {
  max-width: 650px;
}

.experience-core-label {
  color: #61d9e7;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.experience-core-copy h3 {
  margin: 13px 0 18px;

  color: #fff;

  font-size: clamp(38px, 4.5vw, 64px);
  line-height: .95;
  letter-spacing: -.05em;
}

.experience-core-copy h3 span {
  display: block;
  color: #61d9e7;
}

.experience-core-copy p {
  max-width: 590px;

  margin: 0;

  color: #aebfcd;

  font-size: 14px;
  line-height: 1.7;
}


/* EXPERIENCE PHONE */

.experience-phone {
  width: 310px;

  justify-self: center;

  overflow: hidden;

  border: 7px solid #020d16;
  border-radius: 34px;

  background: #f5f9fb;
  color: #06182c;

  box-shadow:
    0 35px 75px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.14);
}

.experience-phone-top {
  min-height: 68px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 17px 16px;

  background: #06182c;
}

.experience-phone-top strong {
  color: #fff;
  font-size: 9px;
}

.experience-phone-top span {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}

.experience-phone-screen {
  padding: 20px 18px 22px;
}

.experience-location {
  padding: 15px;

  border-radius: 15px;

  background: #e4f8fb;
}

.experience-location small {
  display: block;

  color: #16849a;

  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
}

.experience-location strong {
  display: block;

  margin-top: 4px;

  color: #06182c;

  font-size: 16px;
}

.experience-route {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;

  margin-top: 18px;
}

.experience-route > span {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #06182c;
  color: #61d9e7;

  font-size: 13px;
}

.experience-route small {
  display: block;

  color: #82919d;

  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}

.experience-route strong {
  display: block;

  margin-top: 2px;

  color: #06182c;

  font-size: 10px;
}

.experience-route-line {
  width: 1px;
  height: 22px;

  margin: 3px 0 -11px 16px;

  background: #b7d5dd;
}

.experience-safe-return {
  margin-top: 21px;
  padding: 13px 14px;

  border-radius: 13px;

  background: #06182c;
  color: #61d9e7;

  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}

.experience-safe-return strong {
  display: block;

  margin-top: 4px;

  color: #fff;

  font-size: 9px;
}


/* FOUR PILLARS */

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

  margin-top: 26px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
}

.experience-pillars > div {
  min-height: 105px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 18px 21px;

  border-right: 1px solid rgba(255,255,255,.12);
}

.experience-pillars > div:last-child {
  border-right: 0;
}

.experience-pillars span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
}

.experience-pillars strong {
  margin-top: 5px;

  color: #fff;

  font-size: 11px;
  letter-spacing: .06em;
}

.experience-pillars small {
  margin-top: 4px;

  color: #849baa;

  font-size: 9px;
}


/* BOTTOM STATEMENT */

.experience-bottom {
  margin-top: 48px;

  padding-top: 42px;

  border-top: 1px solid rgba(255,255,255,.12);
}

.experience-bottom > span {
  color: #61d9e7;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.experience-bottom h3 {
  margin: 11px 0 13px;

  color: #fff;

  font-size: clamp(36px, 4.5vw, 62px);
  line-height: .96;
  letter-spacing: -.045em;
}

.experience-bottom h3 strong {
  display: block;
  color: #61d9e7;
}

.experience-bottom p {
  max-width: 670px;

  margin: 0;

  color: #a9bdca;

  font-size: 14px;
  line-height: 1.65;
}

.experience-next {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-top: 22px;
  padding: 12px 17px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;

  background: rgba(255,255,255,.05);
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 4 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .harbor-experience {
    padding: 78px 0 88px;
  }

  .experience-head h2 {
    font-size: clamp(40px, 12vw, 55px);
  }

  .experience-intro {
    margin-top: 18px;

    font-size: 15px;
  }


  .experience-flow {
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-top: 36px;
  }

  .experience-arrow {
    display: none;
  }

  .experience-step {
    min-height: 245px;

    padding: 17px 15px;
  }

  .experience-step h3 {
    font-size: 15px;
  }

  .experience-step p {
    font-size: 10.5px;
  }


  .experience-core {
    grid-template-columns: 1fr;
    gap: 35px;

    margin-top: 26px;
    padding: 28px 20px;

    border-radius: 22px;
  }

  .experience-core-copy h3 {
    font-size: 38px;
  }

  .experience-core-copy p {
    font-size: 13px;
  }

  .experience-phone {
    width: min(290px, 94%);
  }


  .experience-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .experience-pillars > div {
    min-height: 92px;

    padding: 15px;

    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .experience-pillars > div:nth-child(2n) {
    border-right: 0;
  }

  .experience-pillars > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }


  .experience-bottom {
    margin-top: 34px;
    padding-top: 31px;
  }

  .experience-bottom h3 {
    font-size: 38px;
  }

  .experience-next {
    width: 100%;
    justify-content: space-between;
  }

}

/* =========================================================
   STEP 5 — HOW HARBOR WORKS
   ========================================================= */

.harbor-how {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 85% 12%, rgba(0,168,198,.11), transparent 27%),
    linear-gradient(180deg, #f4f9fb 0%, #edf5f8 100%);

  color: #06182c;
}

.harbor-how::before {
  content: "";
  position: absolute;
  inset: 0;

  opacity: .45;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(6,24,44,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,24,44,.025) 1px, transparent 1px);

  background-size: 42px 42px;
}

.harbor-how .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.how-head {
  max-width: 1000px;
}

.how-kicker,
.how-label {
  color: #079ab3;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.how-head h2 {
  margin: 14px 0 0;

  color: #06182c;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.how-head h2 span {
  display: block;
  color: #08a9c2;
}

.how-intro {
  max-width: 720px;

  margin: 24px 0 0;

  color: #637888;

  font-size: 17px;
  line-height: 1.6;
}


/* ARCHITECTURE */

.how-architecture {
  display: grid;
  grid-template-columns:
    1fr auto
    1fr auto
    1fr auto
    1fr;

  align-items: stretch;
  gap: 10px;

  margin-top: 55px;
}

.how-layer {
  position: relative;

  min-height: 310px;

  padding: 24px 21px;

  border: 1px solid #d5e1e7;
  border-radius: 22px;

  background: rgba(255,255,255,.82);

  box-shadow: 0 15px 35px rgba(13,42,63,.045);
}

.how-layer-node {
  border-color: rgba(8,169,194,.38);

  background:
    linear-gradient(180deg, #e4f9fc 0%, #fff 100%);
}

.how-layer-visitor {
  background: #06182c;
  border-color: #06182c;
}

.how-number {
  position: absolute;
  top: 18px;
  right: 18px;

  color: #bdcad2;

  font-size: 9px;
  font-weight: 950;
}

.how-layer-visitor .how-number {
  color: rgba(255,255,255,.25);
}

.how-icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 14px;

  background: #e4f8fb;
  color: #079ab3;

  font-size: 20px;
  font-weight: 900;
}

.how-layer-visitor .how-icon {
  background: rgba(97,217,231,.12);
  color: #61d9e7;
}

.how-layer small {
  display: block;

  margin-top: 22px;

  color: #079ab3;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .14em;
}

.how-layer-visitor small {
  color: #61d9e7;
}

.how-layer h3 {
  margin: 8px 0 12px;

  color: #06182c;

  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.how-layer-visitor h3 {
  color: #fff;
}

.how-layer p {
  margin: 0;

  color: #6f8290;

  font-size: 12px;
  line-height: 1.6;
}

.how-layer-visitor p {
  color: #a9bdca;
}

.how-layer > strong {
  display: block;

  margin-top: 18px;

  color: #17354a;

  font-size: 11px;
  line-height: 1.45;
}

.how-layer-visitor > strong {
  color: #fff;
}

.how-arrow {
  display: grid;
  place-items: center;

  color: #08a9c2;

  font-size: 20px;
  font-weight: 950;
}


/* NETWORK PRINCIPLE */

.how-network {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;

  margin-top: 38px;
  padding: 55px;

  overflow: hidden;

  border-radius: 28px;

  background:
    radial-gradient(circle at 80% 50%, rgba(0,188,214,.17), transparent 35%),
    #06182c;

  color: #fff;
}

.how-network-copy h3 {
  margin: 12px 0 17px;

  color: #fff;

  font-size: clamp(38px, 4.5vw, 62px);
  line-height: .95;
  letter-spacing: -.05em;
}

.how-network-copy h3 span {
  display: block;
  color: #61d9e7;
}

.how-network-copy p {
  max-width: 530px;

  margin: 0;

  color: #a9bdca;

  font-size: 14px;
  line-height: 1.7;
}


/* NETWORK VISUAL */

.how-network-visual {
  position: relative;

  width: 420px;
  height: 360px;

  justify-self: center;
}

.network-center {
  position: absolute;
  z-index: 5;

  top: 50%;
  left: 50%;

  width: 130px;
  height: 130px;

  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(97,217,231,.5);
  border-radius: 50%;

  background: #0b2a3d;

  box-shadow:
    0 0 0 12px rgba(97,217,231,.035),
    0 0 55px rgba(0,188,214,.18);
}

.network-center small {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.network-center strong {
  margin-top: 3px;

  color: #fff;

  font-size: 18px;
}

.network-center span {
  margin-top: 2px;

  color: #829ba9;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

.network-ring {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid rgba(97,217,231,.12);
  border-radius: 50%;
}

.ring-one {
  width: 245px;
  height: 245px;
}

.ring-two {
  width: 340px;
  height: 340px;
}

.network-node {
  position: absolute;
  z-index: 6;

  min-width: 74px;

  padding: 10px 11px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;

  background: #102d40;
  color: #fff;

  text-align: center;

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.network-node i {
  width: 6px;
  height: 6px;

  display: inline-block;

  margin-left: 5px;

  border-radius: 50%;

  background: #61d9e7;

  box-shadow: 0 0 12px #61d9e7;
}

.node-a { top: 15px; left: 50%; transform: translateX(-50%); }
.node-b { top: 93px; right: 4px; }
.node-c { bottom: 46px; right: 24px; }
.node-d { bottom: 46px; left: 24px; }
.node-e { top: 93px; left: 4px; }


/* TRUTH / VALIDATION */

.how-truth {
  margin-top: 38px;

  padding: 50px;

  border: 1px solid #d5e2e7;
  border-radius: 27px;

  background: rgba(255,255,255,.84);
}

.truth-head > span {
  color: #079ab3;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.truth-head h3 {
  max-width: 870px;

  margin: 10px 0 0;

  color: #06182c;

  font-size: clamp(35px, 4vw, 55px);
  line-height: .97;
  letter-spacing: -.045em;
}

.truth-head h3 strong {
  display: block;
  color: #08a9c2;
}

.truth-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;

  margin-top: 35px;
}

.truth-column {
  padding: 28px;

  border-radius: 20px;
}

.truth-known {
  background: #e8f8f4;
}

.truth-test {
  background: #edf4f7;
}

.truth-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.truth-title span {
  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #0eb995;
  color: #fff;

  font-weight: 950;
}

.truth-test .truth-title span {
  background: transparent;
  border: 2px solid #08a9c2;
  color: #08a9c2;
}

.truth-title strong {
  color: #06182c;

  font-size: 11px;
  letter-spacing: .1em;
}

.truth-column ul {
  margin: 22px 0 0;
  padding: 0;

  list-style: none;
}

.truth-column li {
  position: relative;

  padding: 9px 0 9px 21px;

  border-bottom: 1px solid rgba(6,24,44,.08);

  color: #4f6676;

  font-size: 12px;
}

.truth-column li:last-child {
  border-bottom: 0;
}

.truth-column li::before {
  content: "•";

  position: absolute;
  left: 2px;

  color: #08a9c2;
  font-weight: 950;
}

.truth-statement {
  margin-top: 22px;
  padding: 22px 24px;

  border-radius: 16px;

  background: #06182c;
}

.truth-statement > span {
  display: block;

  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .16em;
}

.truth-statement strong {
  display: block;

  margin-top: 7px;

  color: #fff;

  font-size: 16px;
  line-height: 1.35;
}

.truth-statement em {
  color: #61d9e7;
  font-style: normal;
}


/* HARBOR LAB */

.how-lab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 55px;

  margin-top: 38px;
  padding: 48px 50px;

  border-radius: 26px;

  background: #dff4f8;
}

.how-lab h3 {
  margin: 10px 0 13px;

  color: #06182c;

  font-size: 38px;
  line-height: .95;
  letter-spacing: -.04em;
}

.how-lab h3 strong {
  display: block;
  color: #08a9c2;
}

.how-lab p {
  max-width: 570px;

  margin: 0;

  color: #5e7483;

  font-size: 13px;
  line-height: 1.65;
}

.lab-nodes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lab-node {
  width: 52px;
  height: 52px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border-radius: 14px;

  background: #06182c;
  color: #61d9e7;

  font-size: 11px;
  font-weight: 950;

  box-shadow: 0 10px 25px rgba(6,24,44,.13);
}

.lab-link {
  width: 32px;
  height: 2px;

  background: #08a9c2;
}


/* BOTTOM */

.how-bottom {
  margin-top: 47px;
  padding-top: 40px;

  border-top: 1px solid #cfdee4;
}

.how-bottom > span {
  color: #079ab3;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.how-bottom h3 {
  margin: 11px 0 14px;

  color: #06182c;

  font-size: clamp(36px, 4.5vw, 60px);
  line-height: .96;
  letter-spacing: -.045em;
}

.how-bottom h3 strong {
  display: block;
  color: #08a9c2;
}

.how-bottom p {
  max-width: 720px;

  margin: 0;

  color: #627888;

  font-size: 14px;
  line-height: 1.65;
}

.how-next {
  display: inline-flex;
  align-items: center;
  gap: 40px;

  margin-top: 23px;
  padding: 13px 18px;

  border-radius: 999px;

  background: #06182c;
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 5 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .harbor-how {
    padding: 76px 0 86px;
  }

  .how-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .how-intro {
    margin-top: 18px;

    font-size: 14px;
  }


  .how-architecture {
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-top: 34px;
  }

  .how-arrow {
    display: none;
  }

  .how-layer {
    min-height: 280px;

    padding: 17px 15px;
  }

  .how-layer h3 {
    font-size: 15px;
  }

  .how-layer p {
    font-size: 10.5px;
  }

  .how-layer > strong {
    margin-top: 13px;

    font-size: 10px;
  }


  .how-network {
    grid-template-columns: 1fr;
    gap: 30px;

    margin-top: 25px;
    padding: 29px 19px;
  }

  .how-network-copy h3 {
    font-size: 38px;
  }

  .how-network-copy p {
    font-size: 12.5px;
  }

  .how-network-visual {
    width: min(330px, 100%);
    height: 300px;
  }

  .ring-one {
    width: 205px;
    height: 205px;
  }

  .ring-two {
    width: 280px;
    height: 280px;
  }

  .network-center {
    width: 110px;
    height: 110px;
  }

  .network-node {
    min-width: 62px;

    padding: 8px;

    font-size: 7px;
  }


  .how-truth {
    margin-top: 25px;
    padding: 28px 18px;
  }

  .truth-head h3 {
    font-size: 34px;
  }

  .truth-columns {
    grid-template-columns: 1fr;

    margin-top: 25px;
  }

  .truth-column {
    padding: 20px 17px;
  }

  .truth-statement strong {
    font-size: 13px;
  }


  .how-lab {
    grid-template-columns: 1fr;
    gap: 28px;

    margin-top: 25px;
    padding: 29px 19px;
  }

  .how-lab h3 {
    font-size: 34px;
  }

  .lab-nodes {
    width: 100%;
  }

  .lab-node {
    width: 42px;
    height: 42px;

    border-radius: 11px;

    font-size: 9px;
  }

  .lab-link {
    width: 16px;
  }


  .how-bottom {
    margin-top: 34px;
    padding-top: 30px;
  }

  .how-bottom h3 {
    font-size: 35px;
  }

  .how-next {
    width: 100%;

    justify-content: space-between;
  }

}

/* =========================================================
   STEP 6 — WHY NTM
   ========================================================= */

.why-ntm {
  position: relative;
  overflow: hidden;

  padding: 112px 0 120px;

  background:
    radial-gradient(circle at 10% 12%, rgba(0,168,198,.17), transparent 25%),
    radial-gradient(circle at 90% 55%, rgba(31,91,153,.17), transparent 30%),
    linear-gradient(145deg, #03111e 0%, #06182c 48%, #09243a 100%);

  color: #fff;
}

.why-ntm::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  opacity: .24;

  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

  background-size: 40px 40px;
}

.why-ntm .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.why-head {
  max-width: 1040px;
}

.why-kicker {
  margin: 0 0 14px;

  color: #61d9e7;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.why-head h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.why-head h2 span {
  display: block;
  color: #61d9e7;
}

.why-intro {
  max-width: 760px;

  margin: 25px 0 0;

  color: #b3c6d3;

  font-size: 17px;
  line-height: 1.65;
}


/* HISTORY */

.why-history {
  position: relative;

  margin-top: 66px;
}

.history-line {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 180px;

  width: 1px;

  background:
    linear-gradient(
      180deg,
      rgba(97,217,231,.08),
      rgba(97,217,231,.65),
      rgba(97,217,231,.15)
    );
}

.history-item {
  position: relative;

  display: grid;
  grid-template-columns: 145px 70px 1fr;

  align-items: center;

  min-height: 150px;
}

.history-year {
  color: #708a9c;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;

  text-align: right;
}

.history-dot {
  position: relative;
  z-index: 2;

  width: 15px;
  height: 15px;

  justify-self: center;

  border: 3px solid #06182c;
  border-radius: 50%;

  background: #61d9e7;

  box-shadow:
    0 0 0 1px rgba(97,217,231,.55),
    0 0 20px rgba(97,217,231,.35);
}

.history-card {
  margin: 11px 0;
  padding: 23px 25px;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;

  background: rgba(255,255,255,.035);
}

.history-card small {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.history-card h3 {
  margin: 6px 0 8px;

  color: #fff;

  font-size: 23px;
  letter-spacing: -.03em;
}

.history-card p {
  max-width: 680px;

  margin: 0;

  color: #91a8b7;

  font-size: 12px;
  line-height: 1.6;
}

.history-gamezone .history-card {
  border-color: rgba(97,217,231,.30);

  background:
    linear-gradient(
      135deg,
      rgba(0,168,198,.14),
      rgba(255,255,255,.035)
    );
}

.history-gamezone .history-dot,
.history-core .history-dot {
  width: 20px;
  height: 20px;

  background: #fff;

  box-shadow:
    0 0 0 2px #61d9e7,
    0 0 28px rgba(97,217,231,.55);
}

.history-core .history-card {
  border-color: rgba(97,217,231,.35);
  background: rgba(0,168,198,.11);
}

.gamezone-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: 17px;
}

.gamezone-stack span {
  padding: 6px 8px;

  border: 1px solid rgba(97,217,231,.18);
  border-radius: 999px;

  background: rgba(97,217,231,.07);
  color: #c9f8fc;

  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}


/* CORE REVEAL */

.core-reveal {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: center;

  margin-top: 62px;
  padding: 58px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;

  background:
    radial-gradient(circle at 85% 50%, rgba(0,168,198,.16), transparent 36%),
    rgba(255,255,255,.035);
}

.core-reveal-head > span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.core-reveal-head h3 {
  margin: 12px 0 18px;

  color: #fff;

  font-size: clamp(37px, 4vw, 57px);
  line-height: .96;
  letter-spacing: -.047em;
}

.core-reveal-head h3 strong {
  display: block;
  color: #61d9e7;
}

.core-reveal-head p {
  max-width: 630px;

  margin: 0 0 13px;

  color: #a5bac8;

  font-size: 13px;
  line-height: 1.7;
}

.core-stack {
  display: grid;
  gap: 8px;
}

.core-stack article {
  position: relative;

  padding: 16px 17px 16px 52px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;

  background: #0b2a3d;
}

.core-stack article > span {
  position: absolute;
  top: 16px;
  left: 16px;

  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
}

.core-stack small {
  display: block;

  color: #7893a4;

  font-size: 6px;
  font-weight: 900;
  letter-spacing: .11em;
}

.core-stack strong {
  display: block;

  margin-top: 3px;

  color: #fff;

  font-size: 12px;
}

.core-stack p {
  margin: 4px 0 0;

  color: #8ca4b3;

  font-size: 9px;
  line-height: 1.4;
}

.core-stack-arrow {
  color: #61d9e7;

  font-size: 13px;
  text-align: center;
}


/* PRODUCTS */

.core-products {
  margin-top: 30px;
}

.core-products-label {
  display: block;

  margin-bottom: 14px;

  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.core-products-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 13px;
  align-items: stretch;
}

.core-products-grid article {
  padding: 25px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 19px;

  background: rgba(255,255,255,.035);
}

.core-product-harbor {
  border-color: rgba(97,217,231,.38) !important;

  background:
    linear-gradient(
      145deg,
      rgba(0,168,198,.18),
      rgba(255,255,255,.04)
    ) !important;
}

.product-status {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .11em;
}

.core-products-grid h3 {
  margin: 10px 0 8px;

  color: #fff;

  font-size: 22px;
}

.core-products-grid p {
  margin: 0;

  color: #8fa7b6;

  font-size: 11px;
  line-height: 1.55;
}

.product-connector {
  display: grid;
  place-items: center;

  color: #61d9e7;

  font-weight: 950;
}


/* CAPABILITY */

.why-capability {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;

  margin-top: 55px;
  padding: 54px;

  border-radius: 27px;

  background: #f2f7f9;
  color: #06182c;
}

.why-capability-copy > span {
  color: #079ab3;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.why-capability-copy h3 {
  margin: 11px 0 15px;

  color: #06182c;

  font-size: clamp(34px, 3.8vw, 52px);
  line-height: .97;
  letter-spacing: -.045em;
}

.why-capability-copy h3 strong {
  display: block;
  color: #08a9c2;
}

.why-capability-copy p {
  max-width: 530px;

  margin: 0;

  color: #607686;

  font-size: 13px;
  line-height: 1.65;
}

.capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.capability-list div {
  display: flex;
  align-items: center;
  gap: 10px;

  min-height: 54px;

  padding: 11px 13px;

  border: 1px solid #d6e3e8;
  border-radius: 13px;

  background: #fff;
}

.capability-list span {
  width: 23px;
  height: 23px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #e1f8f3;
  color: #099f82;

  font-size: 10px;
  font-weight: 950;
}

.capability-list strong {
  color: #18364a;

  font-size: 9px;
  letter-spacing: .05em;
}


/* LAB QUESTION */

.why-lab-statement {
  margin-top: 30px;
  padding: 45px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 25px;

  background: rgba(255,255,255,.035);
}

.why-lab-statement > span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.why-lab-question {
  display: grid;
  grid-template-columns: .75fr auto 1.4fr;
  gap: 28px;
  align-items: center;

  margin-top: 24px;
}

.why-lab-not,
.why-lab-real {
  padding: 27px;

  border-radius: 18px;
}

.why-lab-not {
  border: 1px solid rgba(255,255,255,.1);

  background: rgba(255,255,255,.035);
}

.why-lab-real {
  border: 1px solid rgba(97,217,231,.30);

  background: rgba(0,168,198,.12);
}

.why-lab-not small,
.why-lab-real small {
  display: block;

  color: #718c9d;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.why-lab-real small {
  color: #61d9e7;
}

.why-lab-not strong,
.why-lab-real strong {
  display: block;

  margin-top: 8px;

  color: #fff;

  font-size: 16px;
  line-height: 1.35;
}

.why-lab-real strong {
  color: #dffcff;
}

.why-lab-arrow {
  color: #61d9e7;

  font-size: 25px;
  font-weight: 950;
}


/* ADVANTAGE */

.why-advantage {
  margin-top: 30px;
  padding: 30px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
}

.why-advantage > span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.advantage-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  margin-top: 18px;
}

.advantage-flow strong {
  color: #fff;

  font-size: 9px;
  letter-spacing: .06em;

  text-align: center;
}

.advantage-flow i {
  color: #61d9e7;

  font-style: normal;
}


/* FINAL */

.why-final {
  margin-top: 58px;
  padding-top: 43px;

  border-top: 1px solid rgba(255,255,255,.12);
}

.why-final > span {
  color: #61d9e7;

  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.why-final h3 {
  margin: 11px 0 12px;

  color: #fff;

  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
  letter-spacing: -.05em;
}

.why-final h3 strong {
  color: #61d9e7;
}

.why-final p {
  margin: 0;

  color: #9fb4c2;

  font-size: 14px;
}

.why-next {
  display: inline-flex;
  align-items: center;
  gap: 30px;

  margin-top: 22px;
  padding: 13px 18px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;

  background: rgba(255,255,255,.05);
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 6 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .why-ntm {
    padding: 78px 0 88px;
  }

  .why-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .why-intro {
    margin-top: 18px;

    font-size: 14px;
  }


  .why-history {
    margin-top: 43px;
  }

  .history-line {
    left: 10px;
  }

  .history-item {
    grid-template-columns: 22px 1fr;

    min-height: auto;

    margin-bottom: 13px;
  }

  .history-year {
    display: none;
  }

  .history-dot {
    grid-column: 1;
    grid-row: 1;

    width: 12px;
    height: 12px;

    justify-self: start;
  }

  .history-gamezone .history-dot,
  .history-core .history-dot {
    width: 16px;
    height: 16px;
  }

  .history-card {
    grid-column: 2;
    grid-row: 1;

    margin: 0;
    padding: 18px 17px;
  }

  .history-card h3 {
    font-size: 19px;
  }

  .history-card p {
    font-size: 11px;
  }


  .core-reveal {
    grid-template-columns: 1fr;
    gap: 30px;

    margin-top: 38px;
    padding: 28px 19px;
  }

  .core-reveal-head h3 {
    font-size: 35px;
  }


  .core-products-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .product-connector {
    transform: rotate(90deg);
    min-height: 20px;
  }


  .why-capability {
    grid-template-columns: 1fr;
    gap: 28px;

    margin-top: 35px;
    padding: 29px 19px;
  }

  .why-capability-copy h3 {
    font-size: 34px;
  }

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


  .why-lab-statement {
    padding: 28px 18px;
  }

  .why-lab-question {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-lab-arrow {
    transform: rotate(90deg);

    text-align: center;
  }

  .why-lab-not,
  .why-lab-real {
    padding: 20px 17px;
  }


  .advantage-flow {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .advantage-flow i {
    transform: rotate(90deg);
  }


  .why-final {
    margin-top: 40px;
    padding-top: 31px;
  }

  .why-final h3 {
    font-size: 39px;
  }

  .why-next {
    width: 100%;

    justify-content: space-between;
  }

}

/* =========================================================
   STEP 7 — WHY LOCAL BUSINESSES PARTICIPATE
   ========================================================= */

.local-business {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 85% 12%, rgba(0,168,198,.09), transparent 28%),
    linear-gradient(180deg, #f5f8fa 0%, #edf3f6 100%);

  color: #06182c;
}

.local-business::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
  opacity: .40;

  background-image:
    linear-gradient(rgba(6,24,44,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,24,44,.025) 1px, transparent 1px);

  background-size: 42px 42px;
}

.local-business .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.business-head {
  max-width: 980px;
}

.business-kicker {
  margin: 0 0 14px;

  color: #079ab3;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.business-head h2 {
  margin: 0;

  color: #06182c;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.business-head h2 span {
  display: block;
  color: #08a9c2;
}

.business-intro {
  max-width: 760px;

  margin: 24px 0 0;

  color: #617686;

  font-size: 17px;
  line-height: 1.62;
}


/* VALUE GRID */

.business-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;

  margin-top: 56px;
}

.business-value {
  position: relative;

  min-height: 330px;

  padding: 24px 22px;

  border: 1px solid #d7e3e8;
  border-radius: 22px;

  background: rgba(255,255,255,.84);

  box-shadow: 0 17px 38px rgba(6,24,44,.045);
}

.business-number {
  position: absolute;
  top: 18px;
  right: 18px;

  color: #b8c6cf;

  font-size: 9px;
  font-weight: 950;
}

.business-icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 14px;

  background: #e3f8fb;
  color: #079ab3;

  font-size: 20px;
  font-weight: 900;
}

.business-value small {
  display: block;

  margin-top: 21px;

  color: #079ab3;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .14em;
}

.business-value h3 {
  margin: 7px 0 11px;

  color: #06182c;

  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.business-value p {
  margin: 0;

  color: #6d8190;

  font-size: 12px;
  line-height: 1.62;
}

.business-value > strong {
  display: block;

  margin-top: 18px;

  color: #17364b;

  font-size: 11px;
  line-height: 1.45;
}


/* BUSINESS JOURNEY */

.business-journey {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px;
  align-items: center;

  margin-top: 36px;
  padding: 48px 52px;

  border-radius: 27px;

  background: #06182c;
  color: #fff;
}

.business-journey-copy > span,
.business-two-copy > span,
.measurement-copy > span,
.business-network-effect > span,
.business-final > span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.business-journey-copy h3 {
  margin: 11px 0 14px;

  color: #fff;

  font-size: clamp(36px, 4vw, 55px);
  line-height: .96;
  letter-spacing: -.045em;
}

.business-journey-copy h3 strong {
  display: block;
  color: #61d9e7;
}

.business-journey-copy p {
  max-width: 480px;

  margin: 0;

  color: #a7bdca;

  font-size: 13px;
  line-height: 1.65;
}

.business-flow {
  display: grid;
  grid-template-columns:
    1fr auto
    1fr auto
    1fr auto
    1fr;

  align-items: center;
  gap: 8px;
}

.business-flow > div {
  min-height: 92px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 14px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;

  background: rgba(255,255,255,.045);
}

.business-flow small {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
}

.business-flow strong {
  margin-top: 5px;

  color: #fff;

  font-size: 10px;
  letter-spacing: .06em;
}

.business-flow > span {
  color: #61d9e7;

  font-size: 16px;
  font-weight: 950;
}


/* PARTICIPATION */

.business-two-layer {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 55px;

  margin-top: 36px;
  padding: 50px;

  border: 1px solid #d5e2e7;
  border-radius: 27px;

  background: rgba(255,255,255,.82);
}

.business-two-copy > span,
.measurement-copy > span,
.business-network-effect > span,
.business-final > span {
  color: #079ab3;
}

.business-two-copy h3,
.measurement-copy h3,
.business-network-effect h3,
.business-final h3 {
  margin: 11px 0 14px;

  color: #06182c;

  font-size: clamp(35px, 4vw, 54px);
  line-height: .97;
  letter-spacing: -.045em;
}

.business-two-copy h3 strong,
.measurement-copy h3 strong,
.business-network-effect h3 strong,
.business-final h3 strong {
  display: block;
  color: #08a9c2;
}

.business-two-copy p,
.measurement-copy p,
.business-final p {
  max-width: 560px;

  margin: 0;

  color: #627888;

  font-size: 13px;
  line-height: 1.65;
}

.business-participation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.business-participation-grid article {
  padding: 26px 24px;

  border: 1px solid #d8e4e9;
  border-radius: 20px;

  background: #f6f9fa;
}

.business-participation-grid .participation-node {
  border-color: rgba(8,169,194,.36);

  background:
    linear-gradient(180deg, #e4f9fc 0%, #f9fcfd 100%);
}

.participation-label {
  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.business-participation-grid h4 {
  margin: 9px 0 10px;

  color: #06182c;

  font-size: 18px;
}

.business-participation-grid p {
  margin: 0;

  color: #687d8c;

  font-size: 11px;
  line-height: 1.6;
}

.business-participation-grid ul {
  margin: 18px 0 0;
  padding: 0;

  list-style: none;
}

.business-participation-grid li {
  position: relative;

  padding: 8px 0 8px 18px;

  border-bottom: 1px solid rgba(6,24,44,.07);

  color: #415d6f;

  font-size: 10px;
}

.business-participation-grid li:last-child {
  border-bottom: 0;
}

.business-participation-grid li::before {
  content: "✓";

  position: absolute;
  left: 0;

  color: #08a9c2;

  font-weight: 950;
}


/* MEASUREMENT */

.business-measurement {
  margin-top: 36px;
  padding: 50px;

  border-radius: 27px;

  background: #e1f4f8;
}

.measurement-copy {
  max-width: 770px;
}

.measurement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;

  margin-top: 31px;
}

.measurement-grid > div {
  min-height: 135px;

  padding: 19px;

  border: 1px solid #cce2e8;
  border-radius: 17px;

  background: rgba(255,255,255,.78);
}

.measurement-grid span {
  display: block;

  color: #08a9c2;

  font-size: 22px;
}

.measurement-grid strong {
  display: block;

  margin-top: 12px;

  color: #06182c;

  font-size: 10px;
  letter-spacing: .06em;
}

.measurement-grid small {
  display: block;

  margin-top: 5px;

  color: #6e8391;

  font-size: 9px;
  line-height: 1.45;
}

.measurement-note {
  margin-top: 18px;
  padding: 18px 20px;

  border-radius: 15px;

  background: #06182c;
}

.measurement-note strong {
  display: block;

  color: #61d9e7;

  font-size: 8px;
  letter-spacing: .12em;
}

.measurement-note p {
  max-width: 820px;

  margin: 6px 0 0;

  color: #acc0cd;

  font-size: 11px;
  line-height: 1.6;
}


/* NETWORK EFFECT */

.business-network-effect {
  margin-top: 36px;
  padding: 50px;

  border: 1px solid #d5e2e7;
  border-radius: 27px;

  background: rgba(255,255,255,.82);
}

.network-effect-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;

  max-width: 660px;

  margin-top: 28px;
}

.network-effect-flow > div {
  padding: 15px 18px;

  border: 1px solid #d9e4e8;
  border-radius: 14px;

  background: #f7f9fa;
}

.network-effect-flow strong {
  color: #17364b;

  font-size: 10px;
  letter-spacing: .06em;
}

.network-effect-flow > span {
  color: #08a9c2;

  font-size: 17px;
  font-weight: 950;

  text-align: center;
}

.network-effect-flow .network-effect-final {
  border-color: #06182c;

  background: #06182c;
}

.network-effect-flow .network-effect-final strong {
  color: #61d9e7;
}


/* FINAL */

.business-final {
  margin-top: 48px;
  padding-top: 42px;

  border-top: 1px solid #cfdee4;
}

.business-final p {
  max-width: 700px;
}

.business-next {
  display: inline-flex;
  align-items: center;
  gap: 35px;

  margin-top: 22px;
  padding: 13px 18px;

  border-radius: 999px;

  background: #06182c;
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 7 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .local-business {
    padding: 76px 0 86px;
  }

  .business-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .business-intro {
    margin-top: 18px;

    font-size: 14px;
  }


  .business-value-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-top: 35px;
  }

  .business-value {
    min-height: 275px;

    padding: 17px 15px;
  }

  .business-icon {
    width: 40px;
    height: 40px;

    font-size: 18px;
  }

  .business-value h3 {
    font-size: 15px;
  }

  .business-value p {
    font-size: 10.5px;
  }

  .business-value > strong {
    font-size: 10px;
  }


  .business-journey {
    grid-template-columns: 1fr;
    gap: 27px;

    margin-top: 25px;
    padding: 29px 19px;
  }

  .business-journey-copy h3 {
    font-size: 35px;
  }

  .business-flow {
    grid-template-columns: 1fr 1fr;
  }

  .business-flow > span {
    display: none;
  }


  .business-two-layer {
    grid-template-columns: 1fr;
    gap: 26px;

    margin-top: 25px;
    padding: 29px 19px;
  }

  .business-two-copy h3,
  .measurement-copy h3,
  .business-network-effect h3,
  .business-final h3 {
    font-size: 34px;
  }

  .business-participation-grid {
    grid-template-columns: 1fr;
  }


  .business-measurement {
    margin-top: 25px;
    padding: 29px 19px;
  }

  .measurement-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    margin-top: 24px;
  }

  .measurement-grid > div {
    min-height: 125px;

    padding: 15px;
  }


  .business-network-effect {
    margin-top: 25px;
    padding: 29px 19px;
  }


  .business-final {
    margin-top: 34px;
    padding-top: 30px;
  }

  .business-next {
    width: 100%;

    justify-content: space-between;
  }

}

/* =========================================================
   STEP 8 — WHY KUŞADASI
   ========================================================= */

.why-kusadasi {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    linear-gradient(
      180deg,
      rgba(3,18,31,.94),
      rgba(3,18,31,.90)
    ),
    url('/harbor/assets/harbor-kusadasi-hero-bg.png')
    center center / cover fixed no-repeat;

  color: #fff;
}

.why-kusadasi::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(3,18,31,.20),
      rgba(3,18,31,.78)
    );
}

.why-kusadasi .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.kusadasi-head {
  max-width: 1000px;
}

.kusadasi-kicker {
  margin: 0 0 14px;

  color: #61d9e7;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.kusadasi-head h2 {
  margin: 0;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.kusadasi-head h2 span {
  display: block;
  color: #61d9e7;
}

.kusadasi-intro {
  max-width: 740px;

  margin: 24px 0 0;

  color: #bed0dc;

  font-size: 17px;
  line-height: 1.62;
}


/* STATS */

.kusadasi-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;

  margin-top: 53px;
}

.kusadasi-stats article {
  min-height: 160px;

  padding: 23px;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 19px;

  background: rgba(3,18,31,.66);

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.kusadasi-stats small {
  display: block;

  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
}

.kusadasi-stats strong {
  display: block;

  margin-top: 12px;

  color: #fff;

  font-size: clamp(28px, 3vw, 43px);
  line-height: 1;
  letter-spacing: -.04em;
}

.kusadasi-stats span {
  display: block;

  margin-top: 7px;

  color: #9cb1bf;

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}


/* FIT */

.kusadasi-fit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;

  margin-top: 28px;
}

.kusadasi-fit article {
  position: relative;

  min-height: 270px;

  padding: 22px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;

  background: rgba(6,24,44,.78);
}

.kusadasi-fit article > span {
  position: absolute;
  top: 17px;
  right: 17px;

  color: rgba(255,255,255,.22);

  font-size: 9px;
  font-weight: 950;
}

.kusadasi-fit small {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.kusadasi-fit h3 {
  margin: 14px 0 12px;

  color: #fff;

  font-size: 18px;
  line-height: 1.07;
}

.kusadasi-fit p {
  margin: 0;

  color: #a6bac7;

  font-size: 11px;
  line-height: 1.6;
}


/* MAP STORY */

.kusadasi-map-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;

  margin-top: 36px;
  padding: 52px;

  border: 1px solid rgba(255,255,255,.13);
  border-radius: 27px;

  background: rgba(3,18,31,.72);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.kusadasi-map-copy > span,
.kusadasi-shopping-head > span,
.kusadasi-reason > span,
.kusadasi-final > span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.kusadasi-map-copy h3,
.kusadasi-shopping-head h3,
.kusadasi-reason h3,
.kusadasi-final h3 {
  margin: 11px 0 15px;

  color: #fff;

  font-size: clamp(35px, 4vw, 54px);
  line-height: .97;
  letter-spacing: -.045em;
}

.kusadasi-map-copy h3 strong,
.kusadasi-shopping-head h3 strong,
.kusadasi-reason h3 strong,
.kusadasi-final h3 strong {
  display: block;
  color: #61d9e7;
}

.kusadasi-map-copy p,
.kusadasi-shopping-head p,
.kusadasi-reason p,
.kusadasi-final p {
  max-width: 650px;

  margin: 0 0 11px;

  color: #acc0cc;

  font-size: 13px;
  line-height: 1.65;
}

.kusadasi-route-visual {
  display: grid;
  gap: 8px;
}

.kusadasi-route-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;

  min-height: 72px;

  padding: 13px 15px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;

  background: rgba(255,255,255,.045);
}

.kusadasi-route-step > span {
  width: 38px;
  height: 38px;

  grid-row: span 2;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(97,217,231,.12);
  color: #61d9e7;
}

.kusadasi-route-step strong {
  color: #fff;

  font-size: 11px;
  letter-spacing: .05em;
}

.kusadasi-route-step small {
  color: #8ca3b2;

  font-size: 8px;
}

.kusadasi-route-line {
  width: 2px;
  height: 19px;

  margin: -2px 0 -2px 33px;

  background: #61d9e7;
}


/* SHOPPING */

.kusadasi-shopping {
  margin-top: 36px;
  padding: 52px;

  border-radius: 27px;

  background: rgba(239,247,249,.95);
  color: #06182c;
}

.kusadasi-shopping-head h3 {
  color: #06182c;
}

.kusadasi-shopping-head p {
  color: #607686;
}

.kusadasi-shopping-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;

  margin-top: 29px;
}

.kusadasi-shopping-grid > div {
  min-height: 92px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 17px;

  border: 1px solid #d5e3e8;
  border-radius: 15px;

  background: #fff;
}

.kusadasi-shopping-grid span {
  color: #08a9c2;

  font-size: 21px;
}

.kusadasi-shopping-grid strong {
  color: #17354a;

  font-size: 10px;
  letter-spacing: .06em;
}


/* REASON */

.kusadasi-reason {
  margin-top: 36px;
  padding: 49px;

  border: 1px solid rgba(97,217,231,.24);
  border-radius: 26px;

  background:
    linear-gradient(
      145deg,
      rgba(0,168,198,.16),
      rgba(3,18,31,.78)
    );
}


/* STATUS */

.kusadasi-status {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;

  margin-top: 26px;
  padding: 26px 29px;

  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;

  background: rgba(3,18,31,.76);
}

.kusadasi-status span {
  display: block;

  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.kusadasi-status strong {
  display: block;

  margin-top: 6px;

  color: #fff;

  font-size: 13px;
  line-height: 1.4;
}

.kusadasi-status p {
  margin: 0;

  color: #9db2bf;

  font-size: 11px;
  line-height: 1.55;
}


/* SOURCE NOTE */

.kusadasi-source-note {
  display: flex;
  align-items: center;
  gap: 15px;

  margin-top: 13px;
  padding: 14px 18px;

  border-radius: 13px;

  background: rgba(255,255,255,.045);
}

.kusadasi-source-note span {
  flex: 0 0 auto;

  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
}

.kusadasi-source-note p {
  margin: 0;

  color: #8ea5b4;

  font-size: 9px;
}


/* FINAL */

.kusadasi-final {
  margin-top: 49px;
  padding-top: 42px;

  border-top: 1px solid rgba(255,255,255,.13);
}

.kusadasi-next {
  display: inline-flex;
  align-items: center;
  gap: 32px;

  margin-top: 20px;
  padding: 13px 18px;

  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;

  background: rgba(255,255,255,.05);
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 8 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .why-kusadasi {
    padding: 76px 0 86px;

    background:
      linear-gradient(
        180deg,
        rgba(3,18,31,.93),
        rgba(3,18,31,.88)
      ),
      url('/harbor/assets/harbor-kusadasi-hero-bg.png')
      67% center / cover scroll no-repeat;
  }

  .kusadasi-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .kusadasi-intro {
    margin-top: 18px;

    font-size: 14px;
  }


  .kusadasi-stats {
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    margin-top: 34px;
  }

  .kusadasi-stats article {
    min-height: 130px;

    padding: 17px;
  }

  .kusadasi-stats strong {
    font-size: 29px;
  }


  .kusadasi-fit {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .kusadasi-fit article {
    min-height: 235px;

    padding: 16px;
  }

  .kusadasi-fit h3 {
    font-size: 15px;
  }

  .kusadasi-fit p {
    font-size: 10.5px;
  }


  .kusadasi-map-story {
    grid-template-columns: 1fr;
    gap: 27px;

    margin-top: 25px;
    padding: 29px 19px;
  }

  .kusadasi-map-copy h3,
  .kusadasi-shopping-head h3,
  .kusadasi-reason h3,
  .kusadasi-final h3 {
    font-size: 34px;
  }


  .kusadasi-shopping {
    margin-top: 25px;
    padding: 29px 19px;
  }

  .kusadasi-shopping-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .kusadasi-shopping-grid > div {
    min-height: 80px;

    padding: 13px;
  }


  .kusadasi-reason {
    margin-top: 25px;
    padding: 29px 19px;
  }


  .kusadasi-status {
    grid-template-columns: 1fr;
    gap: 14px;

    padding: 20px 17px;
  }


  .kusadasi-source-note {
    align-items: flex-start;
  }


  .kusadasi-final {
    margin-top: 36px;
    padding-top: 30px;
  }

  .kusadasi-next {
    width: 100%;

    justify-content: space-between;
  }

}

/* =========================================================
   STEP 9 — WHAT WE VALIDATE
   ========================================================= */

.harbor-validation {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 86% 8%, rgba(0,168,198,.10), transparent 27%),
    linear-gradient(180deg, #f4f9fb 0%, #eaf2f5 100%);

  color: #06182c;
}

.harbor-validation::before {
  content: "";
  position: absolute;
  inset: 0;

  opacity: .42;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(6,24,44,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,24,44,.025) 1px, transparent 1px);

  background-size: 42px 42px;
}

.harbor-validation .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.validation-head {
  max-width: 1000px;
}

.validation-kicker {
  margin: 0 0 14px;

  color: #079ab3;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.validation-head h2 {
  margin: 0;

  color: #06182c;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.validation-head h2 span {
  display: block;
  color: #08a9c2;
}

.validation-intro {
  max-width: 770px;

  margin: 24px 0 0;

  color: #617686;

  font-size: 17px;
  line-height: 1.62;
}


/* PRINCIPLE */

.validation-principle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: end;

  margin-top: 53px;
  padding: 38px 42px;

  border-radius: 23px;

  background: #06182c;
}

.validation-principle small {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .14em;
}

.validation-principle h3 {
  margin: 9px 0 0;

  color: #fff;

  font-size: clamp(31px, 3.5vw, 48px);
  line-height: .96;
  letter-spacing: -.045em;
}

.validation-principle h3 strong {
  display: block;
  color: #61d9e7;
}

.validation-principle p {
  margin: 0;

  color: #a8bdca;

  font-size: 13px;
  line-height: 1.65;
}


/* LAB */

.validation-lab {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;

  margin-top: 30px;
  padding: 52px;

  border: 1px solid #d2e1e7;
  border-radius: 27px;

  background: rgba(255,255,255,.83);
}

.validation-lab-copy > span,
.validation-layers-head > span,
.validation-gate-head > span,
.validation-criteria span,
.validation-result > span,
.validation-final > span {
  color: #079ab3;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.validation-lab-copy h3,
.validation-layers-head h3,
.validation-gate-head h3,
.validation-criteria h3,
.validation-final h3 {
  margin: 11px 0 15px;

  color: #06182c;

  font-size: clamp(35px, 4vw, 54px);
  line-height: .97;
  letter-spacing: -.045em;
}

.validation-lab-copy h3 strong,
.validation-layers-head h3 strong,
.validation-gate-head h3 strong,
.validation-criteria h3 strong,
.validation-final h3 strong {
  display: block;
  color: #08a9c2;
}

.validation-lab-copy p,
.validation-gate-head p,
.validation-criteria p,
.validation-final p {
  max-width: 620px;

  margin: 0;

  color: #627888;

  font-size: 13px;
  line-height: 1.65;
}


/* NODE MAP */

.validation-node-map {
  position: relative;

  width: 420px;
  height: 330px;

  justify-self: center;
}

.validation-core {
  position: absolute;
  z-index: 5;

  top: 50%;
  left: 50%;

  width: 115px;
  height: 115px;

  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #06182c;

  box-shadow:
    0 0 0 10px rgba(8,169,194,.05),
    0 0 42px rgba(8,169,194,.20);
}

.validation-core small {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.validation-core strong {
  color: #fff;

  font-size: 20px;
}

.validation-core span {
  color: #8299a8;

  font-size: 7px;
}

.validation-ring {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid rgba(8,169,194,.16);
  border-radius: 50%;
}

.ring-a {
  width: 230px;
  height: 230px;
}

.ring-b {
  width: 315px;
  height: 315px;
}

.validation-node {
  position: absolute;
  z-index: 6;

  width: 68px;
  height: 68px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid #cce1e7;
  border-radius: 16px;

  background: #fff;

  box-shadow: 0 10px 24px rgba(6,24,44,.08);
}

.validation-node small {
  color: #7d939f;

  font-size: 6px;
  font-weight: 900;
}

.validation-node strong {
  color: #06182c;

  font-size: 15px;
}

.validation-node i {
  width: 6px;
  height: 6px;

  margin-top: 3px;

  border-radius: 50%;

  background: #12b99b;

  box-shadow: 0 0 8px rgba(18,185,155,.55);
}

.node-01 { top: 3px; left: 50%; transform: translateX(-50%); }
.node-02 { top: 72px; right: 5px; }
.node-03 { bottom: 23px; right: 42px; }
.node-04 { bottom: 23px; left: 42px; }
.node-05 { top: 72px; left: 5px; }


/* TEST GRID */

.validation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;

  margin-top: 30px;
}

.validation-grid article {
  position: relative;

  min-height: 350px;

  padding: 25px 23px;

  border: 1px solid #d4e2e7;
  border-radius: 21px;

  background: rgba(255,255,255,.84);
}

.validation-number {
  position: absolute;
  top: 19px;
  right: 19px;

  color: #b8c7cf;

  font-size: 9px;
  font-weight: 950;
}

.validation-grid article > small {
  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.validation-grid h3 {
  margin: 12px 0 12px;

  color: #06182c;

  font-size: 19px;
}

.validation-grid p {
  min-height: 77px;

  margin: 0;

  color: #6b808f;

  font-size: 11px;
  line-height: 1.6;
}

.validation-grid article > strong {
  display: block;

  margin-top: 18px;

  color: #079ab3;

  font-size: 8px;
  letter-spacing: .1em;
}

.validation-grid ul {
  margin: 11px 0 0;
  padding: 0;

  list-style: none;
}

.validation-grid li {
  position: relative;

  padding: 6px 0 6px 17px;

  border-bottom: 1px solid rgba(6,24,44,.06);

  color: #455f70;

  font-size: 10px;
}

.validation-grid li::before {
  content: "•";

  position: absolute;
  left: 2px;

  color: #08a9c2;
}


/* STRESS */

.validation-stress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;

  margin-top: 30px;
  padding: 48px;

  border-radius: 26px;

  background: #06182c;
}

.validation-stress-copy > span {
  color: #ff8d76;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.validation-stress-copy h3 {
  margin: 11px 0 14px;

  color: #fff;

  font-size: clamp(35px, 4vw, 53px);
  line-height: .97;
  letter-spacing: -.045em;
}

.validation-stress-copy h3 strong {
  display: block;
  color: #ff8d76;
}

.validation-stress-copy p {
  margin: 0;

  color: #a9bdca;

  font-size: 13px;
  line-height: 1.65;
}

.stress-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.stress-list div {
  display: flex;
  align-items: center;
  gap: 10px;

  min-height: 58px;

  padding: 12px 14px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 13px;

  background: rgba(255,255,255,.04);
}

.stress-list span {
  width: 25px;
  height: 25px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255,141,118,.12);
  color: #ff8d76;

  font-weight: 950;
}

.stress-list strong {
  color: #fff;

  font-size: 8px;
  letter-spacing: .05em;
}


/* PHASES */

.validation-layers {
  margin-top: 30px;
  padding: 49px;

  border: 1px solid #d4e2e7;
  border-radius: 26px;

  background: rgba(255,255,255,.82);
}

.validation-phase-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  align-items: center;

  margin-top: 30px;
}

.validation-phase {
  padding: 28px;

  border: 1px solid #d6e3e8;
  border-radius: 20px;

  background: #f4f7f8;
}

.active-phase {
  border-color: rgba(8,169,194,.35);

  background: #e6f8fb;
}

.phase-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.phase-head span {
  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
}

.phase-head strong {
  color: #637b89;

  font-size: 8px;
}

.validation-phase h4 {
  margin: 18px 0 7px;

  color: #06182c;

  font-size: 20px;
}

.validation-phase p {
  margin: 0;

  color: #697f8e;

  font-size: 11px;
  line-height: 1.55;
}

.validation-phase ul {
  margin: 19px 0;
  padding: 0;

  list-style: none;
}

.validation-phase li {
  padding: 6px 0;

  border-bottom: 1px solid rgba(6,24,44,.07);

  color: #425d6d;

  font-size: 10px;
}

.phase-status {
  padding: 9px 10px;

  border-radius: 9px;

  background: #06182c;
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .09em;

  text-align: center;
}

.future-status {
  background: #dce5e9;
  color: #637986;
}

.phase-arrow {
  color: #08a9c2;

  font-size: 25px;
  font-weight: 950;
}


/* GATE */

.validation-gate {
  margin-top: 30px;
  padding: 49px;

  border-radius: 26px;

  background: #dff3f7;
}

.gate-flow {
  display: grid;
  grid-template-columns:
    1fr auto 1fr auto 1fr auto
    1fr auto 1fr auto 1.15fr;

  gap: 8px;
  align-items: center;

  margin-top: 30px;
}

.gate-flow > div {
  min-height: 78px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 13px;

  border: 1px solid #c8e0e6;
  border-radius: 14px;

  background: rgba(255,255,255,.75);
}

.gate-flow small {
  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
}

.gate-flow strong {
  margin-top: 5px;

  color: #06182c;

  font-size: 10px;
}

.gate-flow > span {
  color: #08a9c2;

  font-weight: 950;
}

.gate-flow .gate-final {
  border-color: #06182c;

  background: #06182c;
}

.gate-flow .gate-final small {
  color: #61d9e7;
}

.gate-flow .gate-final strong {
  color: #fff;
}


/* CRITERIA */

.validation-criteria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;

  margin-top: 30px;
  padding: 45px 48px;

  border: 2px solid #08a9c2;
  border-radius: 24px;

  background: rgba(255,255,255,.80);
}


/* RESULT */

.validation-result {
  margin-top: 30px;
  padding: 43px;

  border: 1px solid #d5e2e7;
  border-radius: 24px;

  background: rgba(255,255,255,.82);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

  margin-top: 20px;
}

.result-grid article {
  min-height: 165px;

  padding: 22px;

  border-radius: 17px;
}

.result-pass {
  background: #e3f7f1;
}

.result-adjust {
  background: #f4f0df;
}

.result-stop {
  background: #f5e7e4;
}

.result-grid small {
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
}

.result-pass small { color: #0c9f81; }
.result-adjust small { color: #9c7a14; }
.result-stop small { color: #b65345; }

.result-grid strong {
  display: block;

  margin-top: 8px;

  color: #06182c;

  font-size: 16px;
}

.result-grid p {
  margin: 8px 0 0;

  color: #617685;

  font-size: 10px;
  line-height: 1.55;
}


/* FINAL */

.validation-final {
  margin-top: 48px;
  padding-top: 40px;

  border-top: 1px solid #cfdee4;
}

.validation-next {
  display: inline-flex;
  align-items: center;
  gap: 34px;

  margin-top: 21px;
  padding: 13px 18px;

  border-radius: 999px;

  background: #06182c;
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 9 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .harbor-validation {
    padding: 76px 0 86px;
  }

  .validation-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .validation-intro {
    font-size: 14px;
  }


  .validation-principle {
    grid-template-columns: 1fr;
    gap: 18px;

    margin-top: 34px;
    padding: 27px 19px;
  }

  .validation-principle h3 {
    font-size: 32px;
  }


  .validation-lab {
    grid-template-columns: 1fr;
    gap: 27px;

    padding: 29px 19px;
  }

  .validation-lab-copy h3,
  .validation-layers-head h3,
  .validation-gate-head h3,
  .validation-criteria h3,
  .validation-final h3 {
    font-size: 34px;
  }

  .validation-node-map {
    width: min(330px, 100%);
    height: 290px;
  }

  .ring-a {
    width: 200px;
    height: 200px;
  }

  .ring-b {
    width: 275px;
    height: 275px;
  }

  .validation-node {
    width: 57px;
    height: 57px;
  }


  .validation-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .validation-grid article {
    min-height: 330px;

    padding: 18px 15px;
  }

  .validation-grid h3 {
    font-size: 15px;
  }

  .validation-grid p {
    min-height: auto;

    font-size: 10.5px;
  }


  .validation-stress {
    grid-template-columns: 1fr;
    gap: 25px;

    padding: 29px 19px;
  }

  .validation-stress-copy h3 {
    font-size: 34px;
  }

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


  .validation-layers {
    padding: 29px 19px;
  }

  .validation-phase-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .phase-arrow {
    transform: rotate(90deg);

    text-align: center;
  }


  .validation-gate {
    padding: 29px 19px;
  }

  .gate-flow {
    grid-template-columns: 1fr 1fr;
  }

  .gate-flow > span {
    display: none;
  }


  .validation-criteria {
    grid-template-columns: 1fr;
    gap: 18px;

    padding: 28px 18px;
  }


  .validation-result {
    padding: 28px 18px;
  }

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


  .validation-final {
    margin-top: 35px;
    padding-top: 30px;
  }

  .validation-next {
    width: 100%;

    justify-content: space-between;
  }

}

/* =========================================================
   STEP 10 — DEVELOPMENT ROADMAP
   ========================================================= */

.harbor-roadmap {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 88% 12%, rgba(0,168,198,.16), transparent 27%),
    linear-gradient(145deg, #03111e 0%, #06182c 50%, #09243a 100%);

  color: #fff;
}

.harbor-roadmap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  opacity: .24;

  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

  background-size: 40px 40px;
}

.harbor-roadmap .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.roadmap-head {
  max-width: 1000px;
}

.roadmap-kicker {
  margin: 0 0 14px;

  color: #61d9e7;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.roadmap-head h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.roadmap-head h2 span {
  display: block;
  color: #61d9e7;
}

.roadmap-intro {
  max-width: 760px;

  margin: 24px 0 0;

  color: #b0c4d1;

  font-size: 17px;
  line-height: 1.62;
}


/* TIMELINE */

.roadmap-timeline {
  max-width: 950px;

  margin-top: 60px;
}

.roadmap-phase {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;

  padding: 28px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;

  background: rgba(255,255,255,.04);
}

.roadmap-current {
  border-color: rgba(97,217,231,.33);

  background:
    linear-gradient(
      145deg,
      rgba(0,168,198,.15),
      rgba(255,255,255,.04)
    );
}

.roadmap-next {
  border-color: rgba(97,217,231,.25);
}

.roadmap-kusadasi {
  background:
    linear-gradient(
      145deg,
      rgba(0,168,198,.18),
      rgba(255,255,255,.04)
    );
}

.roadmap-platform {
  border-color: rgba(97,217,231,.30);
}

.roadmap-phase-number {
  width: 70px;
  height: 70px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(97,217,231,.25);
  border-radius: 19px;

  color: #61d9e7;
  background: rgba(97,217,231,.07);

  font-size: 18px;
  font-weight: 950;
}

.roadmap-status {
  display: inline-flex;

  padding: 6px 8px;

  border-radius: 999px;

  background: #61d9e7;
  color: #03131f;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .1em;
}

.roadmap-status.future {
  border: 1px solid rgba(97,217,231,.18);

  background: rgba(97,217,231,.06);
  color: #61d9e7;
}

.roadmap-phase-content > small {
  display: block;

  margin-top: 13px;

  color: #7f99a9;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.roadmap-phase h3 {
  margin: 6px 0 11px;

  color: #fff;

  font-size: 27px;
  letter-spacing: -.035em;
}

.roadmap-phase p {
  max-width: 690px;

  margin: 0;

  color: #a2b7c5;

  font-size: 12px;
  line-height: 1.62;
}

.roadmap-phase ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin: 18px 0 0;
  padding: 0;

  list-style: none;
}

.roadmap-phase li {
  padding: 7px 9px;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;

  color: #bed0db;
  background: rgba(255,255,255,.035);

  font-size: 8px;
}

.roadmap-gate {
  display: inline-flex;

  margin-top: 18px;
  padding: 8px 10px;

  border-radius: 9px;

  background: #fff;
  color: #06182c;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.roadmap-connector {
  min-height: 66px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.roadmap-connector span {
  color: #61d9e7;

  font-size: 23px;
}

.roadmap-connector small {
  margin-top: 3px;

  color: #6f8b9d;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
}


/* DECISION GATES */

.roadmap-gates {
  margin-top: 55px;
  padding: 48px;

  border-radius: 27px;

  background: #eef5f7;
  color: #06182c;
}

.roadmap-gates > span,
.roadmap-scale-copy > span,
.roadmap-final > span {
  color: #079ab3;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.roadmap-gates h3,
.roadmap-scale-copy h3,
.roadmap-final h3 {
  margin: 11px 0 15px;

  color: #06182c;

  font-size: clamp(35px, 4vw, 54px);
  line-height: .97;
  letter-spacing: -.045em;
}

.roadmap-gates h3 strong,
.roadmap-scale-copy h3 strong,
.roadmap-final h3 strong {
  display: block;
  color: #08a9c2;
}

.roadmap-gates-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;

  margin-top: 28px;
}

.roadmap-gates-grid article {
  min-height: 190px;

  padding: 20px;

  border: 1px solid #d4e2e7;
  border-radius: 17px;

  background: #fff;
}

.roadmap-gates-grid small {
  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
}

.roadmap-gates-grid strong {
  display: block;

  margin-top: 10px;

  color: #06182c;

  font-size: 13px;
}

.roadmap-gates-grid p {
  margin: 9px 0 0;

  color: #647988;

  font-size: 10px;
  line-height: 1.55;
}


/* SCALE */

.roadmap-scale {
  margin-top: 30px;
  padding: 48px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 27px;

  background: rgba(255,255,255,.035);
}

.roadmap-scale-copy > span {
  color: #61d9e7;
}

.roadmap-scale-copy h3 {
  color: #fff;
}

.roadmap-scale-copy h3 strong {
  color: #61d9e7;
}

.roadmap-scale-copy p {
  max-width: 650px;

  margin: 0;

  color: #a5bbc8;

  font-size: 13px;
  line-height: 1.65;
}

.roadmap-scale-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.1fr;
  gap: 10px;
  align-items: center;

  margin-top: 30px;
}

.roadmap-scale-flow > div {
  min-height: 105px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 16px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;

  background: rgba(255,255,255,.04);
}

.roadmap-scale-flow small {
  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
}

.roadmap-scale-flow strong {
  margin-top: 5px;

  color: #fff;

  font-size: 11px;
}

.roadmap-scale-flow span {
  margin-top: 3px;

  color: #7f99a9;

  font-size: 7px;
}

.roadmap-scale-flow i {
  color: #61d9e7;
  font-style: normal;
}

.roadmap-scale-final {
  border-color: rgba(97,217,231,.32) !important;
  background: rgba(0,168,198,.13) !important;
}


/* NO PROMISES */

.roadmap-no-promises {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;

  margin-top: 30px;
  padding: 26px 29px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;

  background: rgba(255,255,255,.035);
}

.roadmap-no-promises span {
  display: block;

  color: #61d9e7;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.roadmap-no-promises strong {
  display: block;

  margin-top: 6px;

  color: #fff;

  font-size: 13px;
  line-height: 1.4;
}

.roadmap-no-promises p {
  margin: 0;

  color: #9fb4c2;

  font-size: 11px;
  line-height: 1.6;
}


/* FINAL */

.roadmap-final {
  margin-top: 50px;
  padding-top: 42px;

  border-top: 1px solid rgba(255,255,255,.12);
}

.roadmap-final > span {
  color: #61d9e7;
}

.roadmap-final h3 {
  color: #fff;
}

.roadmap-final h3 strong {
  display: inline;
  color: #61d9e7;
}

.roadmap-final p {
  max-width: 650px;

  margin: 0;

  color: #9fb5c3;

  font-size: 13px;
  line-height: 1.6;
}

.roadmap-next {
  display: inline-flex;
  align-items: center;
  gap: 34px;

  margin-top: 22px;
  padding: 13px 18px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;

  background: rgba(255,255,255,.05);
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 10 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .harbor-roadmap {
    padding: 76px 0 86px;
  }

  .roadmap-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .roadmap-intro {
    font-size: 14px;
  }


  .roadmap-timeline {
    margin-top: 38px;
  }

  .roadmap-phase {
    grid-template-columns: 58px 1fr;
    gap: 13px;

    padding: 19px 16px;
  }

  .roadmap-phase-number {
    width: 50px;
    height: 50px;

    border-radius: 14px;

    font-size: 13px;
  }

  .roadmap-phase h3 {
    font-size: 20px;
  }

  .roadmap-phase p {
    font-size: 10.5px;
  }

  .roadmap-phase li {
    font-size: 7px;
  }


  .roadmap-gates {
    padding: 29px 19px;
  }

  .roadmap-gates h3,
  .roadmap-scale-copy h3,
  .roadmap-final h3 {
    font-size: 34px;
  }

  .roadmap-gates-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-gates-grid article {
    min-height: 0;
  }


  .roadmap-scale {
    padding: 29px 19px;
  }

  .roadmap-scale-flow {
    grid-template-columns: 1fr;
  }

  .roadmap-scale-flow i {
    transform: rotate(90deg);

    text-align: center;
  }


  .roadmap-no-promises {
    grid-template-columns: 1fr;
    gap: 14px;

    padding: 20px 17px;
  }


  .roadmap-final {
    margin-top: 36px;
    padding-top: 30px;
  }

  .roadmap-next {
    width: 100%;
    justify-content: space-between;
  }

}

/* =========================================================
   STEP 11 — HARD QUESTIONS
   ========================================================= */

.hard-questions {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(circle at 84% 10%, rgba(0,168,198,.09), transparent 28%),
    linear-gradient(180deg, #f4f8fa 0%, #ebf2f5 100%);

  color: #06182c;
}

.hard-questions::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
  opacity: .42;

  background-image:
    linear-gradient(rgba(6,24,44,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,24,44,.025) 1px, transparent 1px);

  background-size: 42px 42px;
}

.hard-questions .harbor-shell {
  position: relative;
  z-index: 1;
}


/* HEAD */

.hard-head {
  max-width: 980px;
}

.hard-kicker {
  margin: 0 0 14px;

  color: #079ab3;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.hard-head h2 {
  margin: 0;

  color: #06182c;

  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
}

.hard-head h2 span {
  display: block;
  color: #08a9c2;
}

.hard-intro {
  max-width: 760px;

  margin: 24px 0 0;

  color: #617686;

  font-size: 17px;
  line-height: 1.62;
}


/* ACCORDION */

.hard-list {
  display: grid;
  gap: 11px;

  margin-top: 52px;
}

.hard-item {
  overflow: hidden;

  border: 1px solid #d4e1e7;
  border-radius: 18px;

  background: rgba(255,255,255,.84);
}

.hard-item[open] {
  border-color: rgba(8,169,194,.38);

  box-shadow: 0 17px 40px rgba(6,24,44,.055);
}

.hard-item summary {
  position: relative;

  min-height: 92px;

  display: grid;
  grid-template-columns: 46px 1fr 36px;
  align-items: center;
  gap: 15px;

  padding: 18px 21px;

  cursor: pointer;

  list-style: none;
}

.hard-item summary::-webkit-details-marker {
  display: none;
}

.hard-number {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: #e4f8fb;
  color: #079ab3;

  font-size: 9px;
  font-weight: 950;
}

.hard-item summary small {
  display: block;

  color: #079ab3;

  font-size: 7px;
  font-weight: 950;
  letter-spacing: .13em;
}

.hard-item summary strong {
  display: block;

  margin-top: 4px;

  color: #06182c;

  font-size: 17px;
  letter-spacing: -.015em;
}

.hard-item summary i {
  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  border: 1px solid #d2e1e7;
  border-radius: 50%;

  color: #079ab3;

  font-size: 18px;
  font-style: normal;

  transition: transform .2s ease;
}

.hard-item[open] summary i {
  transform: rotate(45deg);
}

.hard-answer {
  padding: 0 22px 24px 82px;

  border-top: 1px solid #e0e8ec;
}

.hard-answer p {
  max-width: 820px;

  margin: 18px 0 0;

  color: #617685;

  font-size: 13px;
  line-height: 1.68;
}

.hard-answer ul {
  margin: 16px 0 0;
  padding: 0;

  list-style: none;
}

.hard-answer li {
  position: relative;

  padding: 6px 0 6px 18px;

  color: #4b6677;

  font-size: 12px;
}

.hard-answer li::before {
  content: "•";

  position: absolute;
  left: 2px;

  color: #08a9c2;

  font-weight: 950;
}

.hard-status {
  display: inline-flex;

  margin-top: 20px;
  padding: 9px 11px;

  border-radius: 9px;

  background: #06182c;
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.hard-status-red {
  background: #3a1513;
  color: #ff9c87;
}


/* CONCLUSION */

.hard-conclusion {
  margin-top: 48px;
  padding: 44px;

  border-radius: 24px;

  background: #06182c;
  color: #fff;
}

.hard-conclusion > span,
.hard-invite span {
  color: #61d9e7;

  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.hard-conclusion h3,
.hard-invite h3 {
  margin: 11px 0 14px;

  font-size: clamp(35px, 4vw, 54px);
  line-height: .97;
  letter-spacing: -.045em;
}

.hard-conclusion h3 {
  color: #fff;
}

.hard-conclusion h3 strong,
.hard-invite h3 strong {
  display: block;
  color: #61d9e7;
}

.hard-conclusion p {
  max-width: 650px;

  margin: 0;

  color: #a9bdca;

  font-size: 13px;
  line-height: 1.65;
}


/* INVITE */

.hard-invite {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: center;

  margin-top: 28px;
  padding: 42px 44px;

  border: 2px solid #08a9c2;
  border-radius: 24px;

  background: rgba(255,255,255,.82);
}

.hard-invite span {
  color: #079ab3;
}

.hard-invite h3 {
  color: #06182c;
}

.hard-invite h3 strong {
  color: #08a9c2;
}

.hard-invite p {
  max-width: 650px;

  margin: 0;

  color: #617685;

  font-size: 13px;
  line-height: 1.65;
}

.hard-invite-button {
  min-width: 205px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  padding: 15px 18px;

  border-radius: 999px;

  background: #06182c;
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}


/* =========================================================
   STEP 11 — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .hard-questions {
    padding: 76px 0 86px;
  }

  .hard-head h2 {
    font-size: clamp(39px, 11.5vw, 53px);
  }

  .hard-intro {
    font-size: 14px;
  }


  .hard-list {
    margin-top: 35px;
  }

  .hard-item summary {
    grid-template-columns: 38px 1fr 30px;
    gap: 10px;

    min-height: 82px;

    padding: 15px 14px;
  }

  .hard-number {
    width: 34px;
    height: 34px;
  }

  .hard-item summary strong {
    font-size: 14px;
  }

  .hard-item summary i {
    width: 28px;
    height: 28px;
  }

  .hard-answer {
    padding: 0 16px 20px 16px;
  }

  .hard-answer p {
    font-size: 12px;
  }


  .hard-conclusion {
    margin-top: 34px;
    padding: 29px 19px;
  }

  .hard-conclusion h3,
  .hard-invite h3 {
    font-size: 34px;
  }


  .hard-invite {
    grid-template-columns: 1fr;
    gap: 24px;

    padding: 29px 19px;
  }

  .hard-invite-button {
    width: 100%;
  }

}

/* =========================================================
   MOBILE COMPACT PASS
   ========================================================= */

@media (max-width: 760px) {

  /* algemene sectieruimte iets compacter */
  .visitor-problem,
  .harbor-experience,
  .harbor-how,
  .why-ntm,
  .local-business,
  .why-kusadasi,
  .harbor-validation,
  .harbor-roadmap,
  .hard-questions {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  /* grote kaarten minder hoog */
  .visitor-friction,
  .experience-step,
  .how-layer,
  .business-value,
  .kusadasi-fit article,
  .validation-grid article {
    min-height: 0;
  }

  /* generieke mobiele inklapblokken */
  .mobile-collapse {
    margin-top: 18px;
    border: 1px solid rgba(6,24,44,.12);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,.86);
  }

  .mobile-collapse summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    color: #06182c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
  }

  .mobile-collapse summary::-webkit-details-marker {
    display: none;
  }

  .mobile-collapse summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f8fb;
    color: #079ab3;
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-collapse[open] summary::after {
    content: "×";
  }

  .mobile-collapse-body {
    padding: 0 16px 16px;
  }

  /* donkere secties */
  .harbor-experience .mobile-collapse,
  .why-ntm .mobile-collapse,
  .harbor-roadmap .mobile-collapse {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.045);
  }

  .harbor-experience .mobile-collapse summary,
  .why-ntm .mobile-collapse summary,
  .harbor-roadmap .mobile-collapse summary {
    color: #fff;
  }

  .harbor-experience .mobile-collapse summary::after,
  .why-ntm .mobile-collapse summary::after,
  .harbor-roadmap .mobile-collapse summary::after {
    background: rgba(97,217,231,.12);
    color: #61d9e7;
  }

  /* compacte roadmap */
  .roadmap-connector {
    min-height: 40px;
  }

  /* hard questions al accordion: nog iets compacter */
  .hard-item summary {
    min-height: 70px;
  }

  .hard-list {
    gap: 8px;
  }

}

/* =========================================================
   DESKTOP: MOBILE COLLAPSE WRAPPERS BEHAVE AS NORMAL CONTENT
   ========================================================= */

@media (min-width: 761px) {

  details.mobile-collapse {
    display: contents;
  }

  details.mobile-collapse > summary {
    display: none;
  }

  details.mobile-collapse > .mobile-collapse-body {
    display: contents;
  }

}

/* =========================================================
   HARBOR — FINAL CLOSING
   ========================================================= */

.harbor-closing {
  position: relative;
  padding: 105px 0 110px;
  overflow: hidden;

  background:
    radial-gradient(circle at 50% 0%, rgba(0,168,198,.16), transparent 38%),
    #03111e;

  color: #fff;
}

.harbor-closing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.harbor-closing-kicker {
  color: #61d9e7;

  font-size: 10px;
  font-weight: 950;
  letter-spacing: .20em;
}

.harbor-closing-status {
  margin: 10px 0 30px;

  color: #829aa9;

  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.harbor-closing h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(48px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -.055em;
}

.harbor-closing h2 span {
  color: #61d9e7;
}

.harbor-closing-brand {
  margin-top: 45px;

  color: #fff;

  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
}

.harbor-closing-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;

  margin-top: 21px;
  padding: 13px 18px;

  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;

  background: rgba(255,255,255,.04);
  color: #fff;

  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
}

.harbor-closing-link span {
  color: #61d9e7;
}


@media (max-width: 760px) {

  .harbor-closing {
    padding: 76px 0 80px;
  }

  .harbor-closing h2 {
    max-width: 350px;
    margin: 0 auto;

    font-size: clamp(43px, 13vw, 60px);
  }

  .harbor-closing-brand {
    margin-top: 37px;
  }

  .harbor-closing-link {
    width: 100%;
    max-width: 330px;

    justify-content: space-between;
  }

}
