:root {
  --ink: #061923;
  --paper: rgba(250, 254, 255, 0.86);
  --muted: rgba(6, 25, 35, 0.7);
  --sun: #ffd166;
  --aqua: #10c7dc;
  --green: #2bd88f;
  --coral: #ff6f59;
  --scroll: 0;
  --final-sky: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #051821;
  color: #fff;
}

body {
  min-height: 1500vh;
  overflow-x: hidden;
}

button,
a {
  font: inherit;
}

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

button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 209, 102, 0.9);
  outline-offset: 3px;
}

#island-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #071b27;
}

.final-atmosphere {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 17;
  height: min(34vh, 340px);
  overflow: hidden;
  pointer-events: none;
  opacity: var(--final-sky);
  background: linear-gradient(180deg, rgba(70, 176, 210, 0.78) 0%, rgba(95, 213, 219, 0.5) 48%, transparent 100%);
  filter: saturate(1.06);
  transition: opacity 160ms linear;
  -webkit-mask-image: radial-gradient(ellipse min(19vw, 340px) min(72vh, 740px) at 50.5% 41%, transparent 0 59%, rgba(0, 0, 0, 0.28) 69%, #000 84%);
  mask-image: radial-gradient(ellipse min(19vw, 340px) min(72vh, 740px) at 50.5% 41%, transparent 0 59%, rgba(0, 0, 0, 0.28) 69%, #000 84%);
}

.final-cloud {
  position: absolute;
  display: block;
  width: clamp(145px, 15vw, 250px);
  height: clamp(54px, 6vw, 94px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 18% 56%, rgba(255, 255, 255, 0.78) 0 26%, transparent 58%),
    radial-gradient(ellipse at 48% 42%, rgba(255, 255, 255, 0.9) 0 34%, transparent 65%),
    radial-gradient(ellipse at 78% 58%, rgba(255, 255, 255, 0.72) 0 28%, transparent 62%);
  filter: blur(1px);
  opacity: calc(var(--final-sky) * 0.78);
  transform: translate3d(calc(var(--final-sky) * -18px), 0, 0);
}

.final-cloud-a {
  left: 8vw;
  top: 11vh;
}

.final-cloud-b {
  right: 13vw;
  top: 18vh;
  width: clamp(110px, 11vw, 190px);
  opacity: calc(var(--final-sky) * 0.46);
}

.final-cloud-c {
  left: 42vw;
  top: 25vh;
  width: clamp(180px, 20vw, 330px);
  opacity: calc(var(--final-sky) * 0.34);
}

.hud {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  width: min(1160px, calc(100% - 32px));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(250, 254, 255, 0.75);
  box-shadow: 0 18px 70px rgba(0, 20, 31, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(22px) saturate(1.2);
  transform: translateX(-50%);
}

.brand,
.hud nav {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 950;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 119, 182, 0.24);
}

.hud nav {
  justify-content: center;
  gap: 28px;
  color: rgba(6, 25, 35, 0.72);
  font-size: 0.9rem;
  font-weight: 880;
}

#sound-toggle {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #008fd0, #20d8b4);
  box-shadow: 0 14px 34px rgba(0, 119, 182, 0.28);
  font-weight: 930;
}

#sound-toggle.is-on {
  color: var(--ink);
  background: linear-gradient(135deg, #ffd166, #ff9f6e);
}

main {
  position: relative;
  z-index: 2;
}

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

.chapter {
  position: relative;
  min-height: 76svh;
  display: grid;
  align-content: center;
  pointer-events: none;
}

.chapter::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(760px, 72vw);
  background:
    radial-gradient(circle at 20% 52%, rgba(0, 35, 49, 0.42), transparent 62%),
    linear-gradient(90deg, rgba(0, 18, 28, 0.38), transparent 82%);
  opacity: 0.78;
  pointer-events: none;
}

.chapter:nth-child(even) {
  justify-items: end;
  text-align: right;
  padding-right: 0;
}

.chapter:nth-child(even)::before {
  inset: 0 0 0 auto;
  background:
    radial-gradient(circle at 80% 52%, rgba(0, 35, 49, 0.38), transparent 62%),
    linear-gradient(270deg, rgba(0, 18, 28, 0.34), transparent 82%);
}

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

.chapter-hero {
  align-content: end;
  min-height: 92svh;
  padding-bottom: 11svh;
}

.chapter > span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(6, 10, 14, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.86rem;
  font-weight: 930;
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  max-width: 760px;
  color: #fff;
  font-weight: 960;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 80px rgba(0, 16, 24, 0.42);
}

h1 {
  font-size: 5.7rem;
}

h2 {
  font-size: 4.15rem;
}

.chapter p {
  max-width: 590px;
  margin-top: 18px;
  color: rgba(248, 254, 255, 0.88);
  font-size: 1.18rem;
  line-height: 1.68;
  text-shadow: 0 14px 34px rgba(0, 16, 24, 0.36);
}

.copy-mobile {
  display: none;
}

.live-conditions-badge {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(520px, 48vw);
  gap: 8px;
  margin-top: 26px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  color: #061923;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(230, 255, 248, 0.8)),
    radial-gradient(circle at 0 0, rgba(255, 209, 102, 0.34), transparent 45%);
  box-shadow: 0 26px 70px rgba(0, 28, 42, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(1.18);
  transform: translateX(14px) rotate(-3.5deg);
  transform-origin: left center;
}

.live-conditions-badge::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0 36%, rgba(16, 199, 220, 0.2) 36% 52%, transparent 52% 100%);
  pointer-events: none;
}

.live-conditions-badge__eyebrow {
  position: absolute;
  left: 14px;
  top: -17px;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #06202b;
  background: linear-gradient(135deg, #ffd166, #2bd88f);
  box-shadow: 0 14px 30px rgba(0, 28, 42, 0.22);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.live-conditions-badge__title {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  padding: 2px 4px 4px;
  font-size: clamp(1.05rem, 1.5vw, 1.36rem);
  line-height: 1;
  font-weight: 970;
  letter-spacing: 0;
}

.live-conditions-badge div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  min-height: 74px;
  align-content: center;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 0 1px rgba(6, 25, 35, 0.08);
}

.live-conditions-badge div strong {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 0.9;
  font-weight: 970;
}

.live-conditions-badge div span {
  margin: 0;
  padding: 0;
  color: rgba(6, 25, 35, 0.72);
  background: transparent;
  box-shadow: none;
  font-size: 0.72rem;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-drawer {
  position: fixed;
  right: 22px;
  bottom: 42px;
  z-index: 18;
  --drawer-info-y: 0px;
  --drawer-info-opacity: 1;
  display: grid;
  width: min(384px, calc(100% - 44px));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 18, 28, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(1.18);
  transform: translateY(0);
  transition: transform 220ms ease, opacity 220ms ease;
}

.drawer-topline,
.feature-drawer strong,
.feature-drawer p,
.drawer-meta,
.feature-drawer img {
  opacity: var(--drawer-info-opacity);
  transform: translate3d(0, var(--drawer-info-y), 0);
  transition: transform 90ms linear, opacity 90ms linear;
  will-change: transform, opacity;
}

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

.feature-drawer span {
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.drawer-topline em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #055646;
  background: rgba(43, 216, 143, 0.18);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-drawer strong {
  font-size: 1.7rem;
  line-height: 1.05;
}

.feature-drawer p {
  color: var(--muted);
  line-height: 1.45;
}

.drawer-meta {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(6, 25, 35, 0.78);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 0 0 1px rgba(6, 25, 35, 0.08);
  font-size: 0.86rem;
  font-weight: 850;
}

.feature-drawer img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(6, 25, 35, 0.08);
}

.drawer-cta {
  min-height: 42px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0077b6, #10c7dc 52%, #2bd88f);
  box-shadow: 0 16px 36px rgba(0, 119, 182, 0.22);
  font-size: 0.92rem;
  font-weight: 950;
}

.hotspot-label {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  padding: 8px 10px;
  border-radius: 8px;
  color: #06202b;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(0, 18, 28, 0.26);
  backdrop-filter: blur(14px) saturate(1.18);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -120%) scale(0.96);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hotspot-label.is-visible {
  opacity: 1;
  transform: translate(-50%, -126%) scale(1);
}

.viral-cards {
  position: fixed;
  inset: 0;
  z-index: 21;
  display: grid;
  place-items: center;
  pointer-events: none;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.viral-card {
  position: absolute;
  width: clamp(190px, 18vw, 310px);
  min-height: 116px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  color: #061923;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(202, 247, 255, 0.74)),
    radial-gradient(circle at 12% 0%, rgba(255, 209, 102, 0.35), transparent 46%);
  box-shadow:
    0 50px 110px rgba(0, 20, 31, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(1.18);
  opacity: 0;
  will-change: transform, opacity;
}

.viral-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #008fd0, #2bd88f);
  font-size: 0.78rem;
  font-weight: 950;
}

.viral-card strong {
  display: block;
  font-size: clamp(1.28rem, 1.55vw, 1.92rem);
  line-height: 0.96;
  font-weight: 960;
}

.viral-card p {
  max-width: 250px;
  margin-top: 8px;
  color: rgba(6, 25, 35, 0.72);
  font-size: 0.82rem;
  line-height: 1.44;
  font-weight: 720;
}

.motion-wipe {
  position: fixed;
  inset: -18% auto -18% 42%;
  z-index: 20;
  width: 28vw;
  min-width: 280px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.final-phone-cta {
  position: fixed;
  left: var(--phone-cta-left, 50vw);
  top: var(--phone-cta-top, 50vh);
  z-index: 30;
  width: var(--phone-cta-width, 320px);
  height: var(--phone-cta-height, 640px);
  opacity: var(--phone-cta-opacity, 0);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(var(--phone-cta-scale, 1));
  transform-origin: center;
  transition: opacity 120ms linear;
  will-change: left, top, width, height, opacity, transform;
}

.final-phone-cta.is-active {
  pointer-events: auto;
}

.final-phone-page {
  container-type: inline-size;
  position: relative;
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 8cqw 6.2cqw 7cqw;
  overflow: hidden;
  border-radius: clamp(20px, 9cqw, 38px);
  color: #061923;
  background:
    radial-gradient(circle at 50% 6%, rgba(16, 199, 220, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6fdff 58%, #ecfff8 100%);
  box-shadow: inset 0 0 0 1px rgba(6, 25, 35, 0.04);
}

.phone-status {
  position: absolute;
  left: 6.2cqw;
  right: 6.2cqw;
  top: 5.2cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.8cqw;
  color: rgba(6, 25, 35, 0.7);
  font-size: clamp(8px, 3.1cqw, 13px);
  font-weight: 900;
}

.final-phone-icon {
  width: 25cqw;
  max-width: 96px;
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 22%;
  box-shadow: 0 18px 38px rgba(0, 119, 182, 0.2);
}

.final-phone-kicker,
.site-line {
  margin: 4.8cqw 0 2.4cqw;
  color: rgba(6, 25, 35, 0.62);
  font-size: clamp(11px, 3.8cqw, 15px);
  font-weight: 900;
  text-align: center;
}

.final-phone-page h2 {
  margin: 0 auto 5.8cqw;
  max-width: 92%;
  color: #061923;
  font-size: clamp(22px, 9.8cqw, 40px);
  line-height: 0.94;
  text-align: center;
  text-shadow: none;
}

.store-links {
  display: grid;
  gap: 2.8cqw;
}

.store-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3.6cqw;
  min-height: 14.6cqw;
  padding: 2.8cqw 4.2cqw;
  border-radius: clamp(10px, 4cqw, 18px);
  color: #fff;
  background: #05080b;
  box-shadow: 0 16px 34px rgba(6, 25, 35, 0.16);
}

.store-badge svg {
  width: 8.6cqw;
  height: 8.6cqw;
  fill: currentColor;
}

.store-badge small,
.store-badge span {
  display: block;
}

.store-badge small {
  font-size: clamp(8px, 2.8cqw, 12px);
  font-weight: 760;
  opacity: 0.76;
}

.store-badge span {
  font-size: clamp(16px, 5.9cqw, 24px);
  font-weight: 950;
  line-height: 1.02;
}

.store-android {
  background: linear-gradient(135deg, #071111, #0f8b5f);
}

.site-line {
  margin-top: 5.6cqw;
}

.site-link {
  justify-self: center;
  min-height: 11.5cqw;
  padding: 0 5cqw;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #03566d;
  background: rgba(16, 199, 220, 0.12);
  box-shadow: inset 0 0 0 1px rgba(16, 199, 220, 0.22);
  font-size: clamp(13px, 4.6cqw, 18px);
  font-weight: 950;
}

.progress {
  position: fixed;
  left: 50%;
  top: 78px;
  z-index: 30;
  width: min(420px, calc(100% - 60px));
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(-50%);
}

.progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sun), var(--green), #fff);
  transform: scaleX(var(--scroll));
  transform-origin: left center;
}

@media (max-width: 760px) {
  body {
    min-height: 1450svh;
  }

  .hud {
    top: max(8px, env(safe-area-inset-top));
    width: calc(100% - 20px);
    grid-template-columns: 42px max-content;
    justify-content: space-between;
    gap: 8px;
    padding: 5px;
  }

  .brand span,
  .hud nav {
    display: none;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  #sound-toggle {
    justify-self: end;
    min-height: 39px;
    padding: 0 15px;
    font-size: 0.86rem;
  }

  .section-pad {
    width: min(100% - 28px, 1180px);
  }

  .chapter {
    min-height: 76svh;
    align-content: end;
    padding-bottom: 7svh;
  }

  .chapter:nth-child(even) {
    justify-items: start;
    text-align: left;
    padding-right: 0;
  }

  .chapter-hero {
    min-height: 94svh;
    padding-bottom: 9svh;
  }

  .chapter > span {
    margin-bottom: 10px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  h1 {
    max-width: 9.6ch;
    font-size: clamp(2.5rem, 12.4vw, 3.08rem);
    line-height: 0.91;
  }

  h2 {
    max-width: 11.5ch;
    font-size: clamp(2.05rem, 10.6vw, 2.76rem);
    line-height: 0.92;
  }

  .chapter p {
    max-width: 30ch;
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.44;
  }

  .copy-desktop {
    display: none;
  }

  .copy-mobile {
    display: inline;
  }

  .live-conditions-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 318px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 18px;
    padding: 8px;
    border-radius: 10px;
    transform: rotate(-2deg);
  }

  .live-conditions-badge__title {
    padding-bottom: 2px;
    font-size: 0.92rem;
  }

  .live-conditions-badge__eyebrow {
    top: -14px;
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .live-conditions-badge div {
    min-height: 54px;
    padding: 6px;
  }

  .live-conditions-badge div strong {
    font-size: 1.05rem;
  }

  .live-conditions-badge div span {
    font-size: 0.5rem;
    line-height: 1.05;
  }

  .feature-drawer {
    right: 10px;
    left: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    max-height: 34svh;
    padding: 10px;
    gap: 6px;
    border-radius: 12px;
    background: rgba(245, 255, 255, 0.88);
  }

  .feature-drawer strong {
    font-size: 1.18rem;
  }

  .feature-drawer p {
    font-size: 0.82rem;
    line-height: 1.26;
  }

  .feature-drawer img {
    max-height: 70px;
  }

  .drawer-cta,
  .drawer-meta {
    min-height: 32px;
    font-size: 0.76rem;
  }

  .chapter::before {
    width: 100vw;
    background:
      radial-gradient(circle at 45% 54%, rgba(0, 30, 42, 0.42), transparent 64%),
      linear-gradient(0deg, rgba(0, 18, 28, 0.28), transparent 68%);
  }

  .progress {
    top: max(64px, calc(env(safe-area-inset-top) + 64px));
    width: min(210px, calc(100% - 124px));
  }

  .viral-cards {
    display: none;
  }

  .viral-card {
    width: min(310px, calc(100vw - 28px));
    min-height: 144px;
    padding: 18px;
  }

  .viral-card strong {
    font-size: 1.65rem;
  }

  .viral-card p {
    font-size: 0.9rem;
  }

  .final-atmosphere {
    height: 24vh;
  }

  .final-cloud-c {
    display: none;
  }

  .final-phone-page {
    border-radius: clamp(28px, 10cqw, 44px);
    padding: 7cqw 5.6cqw 6cqw;
  }

  .final-phone-page h2 {
    margin-bottom: 4.8cqw;
    font-size: clamp(21px, 8.4cqw, 36px);
  }

  .final-phone-icon {
    width: 21cqw;
  }

  .final-phone-kicker,
  .site-line {
    font-size: clamp(10px, 3.3cqw, 14px);
  }

  .store-links {
    gap: 2.2cqw;
  }

  .store-badge {
    min-height: 12.6cqw;
    padding: 2.2cqw 3.4cqw;
  }

  .store-badge span {
    font-size: clamp(14px, 5.1cqw, 21px);
  }

  .site-link {
    min-height: 9.6cqw;
    font-size: clamp(12px, 4cqw, 16px);
  }
}

/* ---- Top content banner (gamification + AEO, above the 3D) ---- */
.top-banner {
  position: relative;
  z-index: 18;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 20px 48px;
  background: radial-gradient(circle at 20% 8%, #dff6f1 0, transparent 40rem), #f5faf9;
  border-bottom: 1px solid #d9e6e3;
}
.tb-inner { width: min(100%, 760px); }
.tb-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff5e4; color: #a6641b; border: 1px solid #f0d3a2;
  font-weight: 800; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.tb-title { margin: 0 0 14px; font-size: clamp(2rem, 5.6vw, 3.3rem); line-height: 1.05; letter-spacing: -0.015em; color: #10201f; text-transform: none; }
.tb-lede { font-size: 1.12rem; color: #33413f; max-width: 60ch; margin: 0 0 20px; line-height: 1.6; }
.tb-lede b { color: #005f6d; }
.tb-aeo {
  background: #fff; border: 1px solid #d9e6e3; border-left: 4px solid #007f8f;
  border-radius: 12px; padding: 16px 18px; margin: 0 0 22px; box-shadow: 0 12px 40px rgba(17,46,44,0.06);
}
.tb-q { margin: 0 0 6px; font-weight: 800; color: #005f6d; }
.tb-a { margin: 0; color: #33413f; line-height: 1.55; }
.tb-a b { color: #005f6d; }
.tb-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 20px; }
.tb-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px;
  border-radius: 10px; border: 1px solid #007f8f; background: #007f8f; color: #fff; font-weight: 800; text-decoration: none;
}
.tb-btn.secondary { background: #fff; color: #005f6d; }
.tb-pillars { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.tb-pillars span { background: #fff; border: 1px solid #d9e6e3; border-radius: 999px; padding: 8px 14px; font-weight: 700; font-size: 0.95rem; color: #10201f; }
.tb-scroll { display: inline-block; color: #005f6d; font-weight: 800; text-decoration: none; border-bottom: 2px solid transparent; }
.tb-scroll:hover { border-color: #007f8f; }
