@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700..900&family=Inter:wght@400;600&family=Nunito+Rounded:wght@700;800&display=swap");

:root {
  --font-display: "Nunito Rounded", "Nunito", "Nunito Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-french-touch: "Fraunces", Georgia, "Times New Roman", serif;
  --navy: #0d1b33;
  --green: #1e8e3e;
  --purple: #6a3ec8;
  --teal: #2db4b1;
  --yellow: #ffd75a;
  --cream: #fff7e8;
  --sand: #f2e9db;
  --gray: #6b7280;
  --dark-gray: #2e2e2e;
  --white: #ffffff;
  --line: rgba(13, 27, 51, 0.12);
  --shadow: 0 18px 54px rgba(13, 27, 51, 0.14);
  --soft-shadow: 0 10px 30px rgba(13, 27, 51, 0.08);
  font-family: var(--font-body);
  line-height: 1.55;
  color: var(--dark-gray);
  background: var(--cream);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 90, 0.24), transparent 28rem),
    linear-gradient(180deg, #fffaf0 0%, #fff7e8 42%, #ffffff 100%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #12662b;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 247, 232, 0.9);
  backdrop-filter: blur(12px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: max-content;
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.15;
}

.brand img {
  display: none;
  width: 54px;
  height: 38px;
  object-fit: contain;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-links a {
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--green);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.lang-switch {
  margin-left: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-select {
  min-height: 38px;
  padding: 0.45rem 2.2rem 0.45rem 0.85rem;
  border: 2px solid rgba(13, 27, 51, 0.14);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.language-select:focus {
  outline: 2px solid rgba(30, 142, 62, 0.45);
  outline-offset: 2px;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5.5rem 1.25rem;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(calc(100vh - 72px), 860px);
  min-height: min(calc(100svh - 72px), 860px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 3rem;
  padding-top: 4rem;
}

/*
.hero::before {
  content: "";
  position: absolute;
  inset: -4rem -8vw 4rem 24%;
  z-index: -1;
  background:
    radial-gradient(circle at 75% 12%, rgba(124, 207, 255, 0.32), rgba(217, 245, 255, 0.22) 28%, rgba(255, 255, 255, 0.68) 54%, transparent 76%),
    linear-gradient(180deg, rgba(124, 207, 255, 0.18), rgba(255, 255, 255, 0.5) 45%, transparent 78%);
  filter: blur(18px);
  pointer-events: none;
}
*/

@media (min-width: 901px) and (orientation: portrait) {
  .hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  color: var(--green);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy-logo {
  width: min(82.5vw, 500px);
  height: auto;
  margin: 0 0 0.85rem;
  filter: drop-shadow(0 10px 16px rgba(13, 27, 51, 0.08));
}

.hero-copy > .eyebrow {
  text-transform: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--navy);
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.05rem, 6vw, 5.6rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 800;
}

h3 {
  font-size: 1.18rem;
  font-weight: 700;
}

.lead {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: var(--dark-gray);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 400;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
}

.trust-row + .actions {
  margin-top: 1.35rem;
}

.platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 1rem;
}

.platform-row + .actions {
  margin-top: 1.35rem;
}

.hero-copy-logo + .platform-row {
  margin-top: 0;
  margin-bottom: 1rem;
}

.platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  max-width: 100%;
  padding: 0.48rem 0.82rem 0.48rem 0.52rem;
  border: 1px solid rgba(13, 27, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(13, 27, 51, 0.07);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
}

.platform-icon {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #f8fafc;
}

.platform-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  overflow: visible;
}

.platform-icon-ios {
  color: #111827;
  border: 1px solid rgba(13, 27, 51, 0.1);
}

.platform-icon-ios svg {
  fill: currentColor;
}

.platform-label {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 0.28rem;
  row-gap: 0;
  align-items: baseline;
  min-width: 0;
}

.platform-status {
  color: var(--gray);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 44px;
  padding: 0.78rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 800;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.9;
}

.btn-ghost.is-disabled {
  border-color: rgba(13, 27, 51, 0.14);
  color: var(--gray);
  background: rgba(255, 255, 255, 0.75);
}

.btn-primary.is-disabled {
  background: var(--gray);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(30, 142, 62, 0.22);
}

.btn-primary:hover {
  color: var(--white);
  background: #188038;
  box-shadow: 0 14px 30px rgba(30, 142, 62, 0.28);
}

.btn-ghost {
  background: var(--white);
  border: 2px solid var(--green);
  color: var(--green);
}

.btn-ghost:hover {
  background: rgba(30, 142, 62, 0.06);
  border-color: var(--green);
  color: #12662b;
}

.btn-small {
  min-height: 38px;
  padding: 0.48rem 1rem;
  background: var(--green);
  color: var(--white);
  font-size: 0.88rem;
}

.btn-small:hover {
  color: var(--white);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(13, 27, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 18px rgba(13, 27, 51, 0.06);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.15;
}

.trust-row span:first-child {
  border-color: rgba(30, 142, 62, 0.24);
  background: rgba(30, 142, 62, 0.1);
  color: #12662b;
}

.hero-product {
  position: relative;
  isolation: isolate;
  min-height: 570px;
  display: grid;
  place-items: center;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: -90% -70% auto auto;
  width: min(200%, 1000px);
  aspect-ratio: 1;
  z-index: 0;
  background: url("../img/hero-flat-smile-sun.webp") center / contain no-repeat;
  filter: drop-shadow(0 24px 38px rgba(255, 169, 32, 0.14));
  opacity: 1;
  transform: rotate(-5deg);
}

.hero-logo {
  display: none;
}

.tablet-stack {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  aspect-ratio: 16 / 10;
  transform: translate(8px, 98px);
}

.tablet-shot {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  image-rendering: auto;
  image-rendering: smooth;
  border: 8px solid #101722;
  border-radius: 28px;
  background: #101722;
  box-shadow: 0 34px 65px rgba(13, 27, 51, 0.26);
  backface-visibility: hidden;
}

.tablet-shot-primary {
  right: -2%;
  bottom: -5%;
  width: 85%;
  z-index: 2;
  transform: rotate(5deg) translateZ(0);
}

.tablet-shot-primary.tablet-shot-tasks-primary {
  bottom: -25%;
}

.tablet-shot-secondary {
  top: -30%;
  left: -20%;
  width: 85%;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(-6.5deg) translateZ(0);
}

.phone-mock {
  position: relative;
  z-index: 1;
  width: min(78vw, 300px);
  border: 13px solid #101722;
  border-radius: 36px;
  background: #101722;
  box-shadow: 0 34px 65px rgba(13, 27, 51, 0.28);
  transform: rotate(3deg) translate(70px, 58px);
}

.phone-top {
  width: 82px;
  height: 10px;
  margin: 0.8rem auto;
  border-radius: 999px;
  background: #2b3444;
}

.phone-screen {
  min-height: 470px;
  padding: 1.4rem;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(106, 62, 200, 0.92), rgba(45, 180, 177, 0.88)),
    var(--purple);
  color: var(--white);
}

.screen-kicker {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.phone-screen h2 {
  font-size: 4.5rem;
  color: var(--white);
  font-weight: 800;
}

.task-list {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  margin: 1.4rem 0;
  list-style: none;
}

.task-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
}

.task-list strong,
.task-list em {
  font-style: normal;
  color: var(--yellow);
}

.reward-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.reward-strip span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
}

.reward-strip span:nth-child(1) { color: #f59e0b; }
.reward-strip span:nth-child(2) { color: var(--purple); }
.reward-strip span:nth-child(3) { color: #3b82f6; }
.reward-strip span:nth-child(4) { color: #22c55e; }

.positioning {
  padding-top: 0;
}

.positioning-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: start;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(30, 142, 62, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 232, 0.9)),
    var(--white);
  box-shadow: var(--soft-shadow);
}

.positioning-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  max-width: none;
}

.positioning-copy h2 {
  max-width: 22ch;
}

.go-accent {
  color: var(--green);
  font-style: italic;
}

.momentum-mark {
  display: inline-block;
  margin-left: 0.15em;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 0.86em;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0.18em 0 0 rgba(45, 180, 177, 0.18);
  transform: translateY(-0.03em) skewX(-9deg);
  animation: momentum-nudge 1.8s ease-in-out infinite;
}

@keyframes momentum-nudge {
  0%,
  100% {
    transform: translateX(0) translateY(-0.03em) skewX(-9deg);
  }

  50% {
    transform: translateX(0.14em) translateY(-0.03em) skewX(-9deg);
  }
}

.positioning-copy p {
  max-width: none;
  margin: 1rem 0 0;
  color: var(--dark-gray);
  font-size: clamp(1.03rem, 1.6vw, 1.18rem);
}

.positioning-body p {
  max-width: 42rem;
}

.positioning-note {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border-left: 4px solid rgba(30, 142, 62, 0.48);
  border-radius: 0 8px 8px 0;
  background: rgba(30, 142, 62, 0.08);
  color: var(--navy);
  font-weight: 600;
}

.positioning-sequence {
  display: grid;
  align-items: center;
}

.positioning-sequence img {
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 12px 24px rgba(13, 27, 51, 0.1));
}

.device-grid article,
.name-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.device-grid p,
.section-heading p,
.novelty-copy p,
.name-card p,
.proof p,
.clear-sky-card p,
.sky-points p {
  color: var(--dark-gray);
  font-size: 1.03rem;
  font-weight: 400;
}

.proof .proof-subhead {
  margin: 0.85rem 0 0;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.25;
}

.support-note {
  margin: 1rem 0 0;
  color: var(--gray);
  font-size: 1rem;
  font-weight: 400;
}

.novelty-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  max-width: none;
  padding-left: max(1.25rem, calc((100vw - 1180px) / 2));
  padding-right: max(1.25rem, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, rgba(106, 62, 200, 0.11), rgba(45, 180, 177, 0.12));
  border-block: 1px solid var(--line);
}

.novelty-band > img {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.reveal-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.reveal-card {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 51, 0.12);
  border-radius: 12px;
  background: #101722;
  box-shadow: var(--shadow);
}

.reveal-card:nth-child(2) {
  transform: translateY(1.4rem);
}

.reveal-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.reveal-card figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(13, 27, 51, 0.16);
}

.reward-library {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.reward-library img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: contain;
  padding: 0.35rem;
  border: 1px solid rgba(13, 27, 51, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 232, 0.9)),
    var(--white);
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.72),
    0 14px 32px rgba(13, 27, 51, 0.14);
}

.name-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  gap: 2rem;
  align-items: center;
}

.name-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 232, 0.86)),
    var(--white);
}

html:lang(en) .name-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #244aa5 0 33.333%, #ffffff 33.333% 66.666%, #e9483f 66.666% 100%);
  border-bottom: 1px solid rgba(13, 27, 51, 0.08);
}

.name-flourish {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.35rem 0 0.85rem;
  color: #b8323a;
  font-family: var(--font-french-touch);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.name-flourish::after {
  content: "";
  flex: 1 1 auto;
  min-width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 50, 58, 0.48), rgba(184, 50, 58, 0));
}

.name-heading {
  max-width: 24ch;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

.name-heading span {
  color: var(--green);
}

.name-heading-en {
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.1vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
}

.status-panel {
  display: grid;
  gap: 0.9rem;
}

.status-note {
  margin: 0;
  max-width: 46rem;
  color: var(--dark-gray);
  font-size: 0.98rem;
  line-height: 1.65;
}

.status-note strong {
  color: var(--navy);
}

.status-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.status-pill {
  --tier: var(--gray);
  min-height: 128px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  padding: 1rem 0.65rem;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  color: var(--dark-gray);
}

.status-pill-letter {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--tier);
}

.status-pill-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  max-width: 14rem;
}

.status-pill-title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  color: var(--tier);
}

.status-pill-msg {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: var(--dark-gray);
}

/* Game-style tiers: S legendary (gold), A epic (purple), B rare (blue), C starter (green) — never judgmental */
.status-pill.s { --tier: #f59e0b; }
.status-pill.a { --tier: #6a3ec8; }
.status-pill.b { --tier: #3b82f6; }
.status-pill.c { --tier: #22c55e; }

.devices {
  display: grid;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.device-grid article {
  padding: 1.4rem;
}

.devices > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.proof {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 320px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  justify-content: space-between;
  max-width: none;
  padding-left: max(1.25rem, calc((100vw - 1180px) / 2));
  padding-right: max(1.25rem, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(100, 196, 255, 0.14), rgba(255, 255, 255, 0.62) 48%, rgba(255, 215, 90, 0.18)),
    linear-gradient(135deg, rgba(30, 142, 62, 0.08), rgba(100, 196, 255, 0.22));
}

.proof::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: min(34vw, 340px);
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20360'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%230d1b33'%20fill-opacity='0.055'%20d='M0%20276l150-86%20120%2038%20172-126%20142%20118%20150-78%20162%20110%20162-152%20148%20118%20134-64v206H0z'/%3E%3Cpath%20fill='%23ffffff'%20fill-opacity='0.72'%20d='M442%20102l-55%2084%2048-24%2036%2040%2047-64%2066%2082zM1058%20100l-50%2072%2045-20%2032%2036%2044-54%2077%2084zM734%20142l-44%2060%2040-17%2032%2032%2035-42%2099%2077z'/%3E%3C/svg%3E") bottom center / cover no-repeat;
  pointer-events: none;
}

.proof > * {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.proof-portrait {
  width: min(100%, 320px);
  margin: 0;
  justify-self: end;
}

.proof-portrait::before {
  content: "";
  position: absolute;
  inset: 1.1rem -0.75rem -0.8rem 1.25rem;
  z-index: -1;
  border-radius: 999px 999px 30px 30px;
  background:
    linear-gradient(135deg, rgba(255, 215, 90, 0.68), rgba(45, 180, 177, 0.36)),
    var(--yellow);
  transform: rotate(5deg);
  box-shadow: 0 18px 36px rgba(13, 27, 51, 0.12);
}

.proof-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: 54% 48%;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px 999px 30px 30px;
  box-shadow: 0 24px 52px rgba(13, 27, 51, 0.2);
}

.clear-sky-section {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding-top: 7rem;
  padding-bottom: 6.5rem;
  padding-left: max(1.25rem, calc((100vw - 1180px) / 2));
  padding-right: max(1.25rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(142, 215, 255, 0.36) 0%, rgba(232, 248, 255, 0.82) 34%, rgba(255, 255, 255, 0.92) 68%, rgba(255, 250, 240, 0.7) 100%),
    linear-gradient(135deg, rgba(100, 196, 255, 0.2), rgba(255, 215, 90, 0.12));
}

.clear-sky-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.clear-sky-section > * {
  position: relative;
  z-index: 1;
}

.clear-sky-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(45, 180, 177, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(239, 250, 255, 0.94) 0%, rgba(255, 255, 255, 0.92) 46%, rgba(236, 249, 255, 0.88) 100%),
    var(--white);
  box-shadow: var(--soft-shadow);
}

.clear-sky-card .eyebrow {
  margin-top: 0;
  color: #127fbf;
}

.clear-sky-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}

.clear-sky-copy > p {
  margin: 0.85rem 0 0;
}

.clear-sky-copy {
  max-width: 680px;
}

.sky-visual {
  position: relative;
  min-height: clamp(220px, 28vw, 330px);
  overflow: hidden;
  border-radius: 10px;
  background:
    url("../img/flat-smile-sun.webp") center / min(82%, 300px) no-repeat,
    linear-gradient(180deg, #72ccff 0%, #bdeaff 46%, #ffffff 100%);
  box-shadow: inset 0 -26px 44px rgba(255, 255, 255, 0.38), var(--soft-shadow);
}

.sky-visual::before,
.sky-visual::after {
  content: none;
}

.sun {
  display: none;
}

.cloud,
.cloud-ban {
  display: none;
  width: 6.7rem;
  height: 2.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(13, 27, 51, 0.08);
}

.cloud::before,
.cloud::after,
.cloud-ban::before,
.cloud-ban::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.cloud::before,
.cloud-ban::before {
  left: 1.15rem;
  bottom: 1rem;
  width: 2.7rem;
  height: 2.7rem;
}

.cloud::after,
.cloud-ban::after {
  right: 1rem;
  bottom: 0.75rem;
  width: 3.25rem;
  height: 3.25rem;
}

.cloud-one {
  right: 1.1rem;
  top: 1.1rem;
  opacity: 0.44;
  transform: scale(0.8);
}

.cloud-two {
  left: 49%;
  bottom: 1.55rem;
  opacity: 0.34;
  transform: scale(0.62);
}

.cloud-ban {
  right: 18%;
  top: 50%;
  z-index: 1;
  width: 7.7rem;
  transform: translateY(-50%);
}

.cloud-ban::after {
  right: 1.15rem;
}

.cloud-ban::before {
  left: 1.4rem;
}

.cloud-ban::after {
  box-shadow: 0 0 0 0.45rem rgba(104, 201, 255, 0.14);
}

.cloud-ban + * {
  position: relative;
}

.cloud-ban {
  border: 1px solid rgba(18, 127, 191, 0.13);
}

.cloud-ban::before {
  border: 1px solid rgba(18, 127, 191, 0.08);
}

.cloud-ban::after {
  border: 1px solid rgba(18, 127, 191, 0.08);
}

.cloud-ban::marker {
  display: none;
}

.cloud-ban::selection {
  background: transparent;
}

.sky-visual .cloud-ban {
  --ban-color: rgba(13, 27, 51, 0.56);
}

.sky-visual .cloud-ban::after {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::before {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::selection {
  background: transparent;
}

.sky-visual .cloud-ban {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::after {
  box-shadow: none;
}

.sky-visual .cloud-ban::before {
  box-shadow: none;
}

.sky-visual .cloud-ban::selection {
  color: inherit;
}

.sky-visual .cloud-ban::after {
  z-index: -1;
}

.cloud-ban::after {
  z-index: 0;
}

.cloud-ban::before {
  z-index: 0;
}

.cloud-ban::selection {
  color: transparent;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  pointer-events: none;
}

.sky-visual .cloud-ban {
  pointer-events: none;
}

.sky-visual .cloud-ban::selection {
  text-shadow: none;
}

.sky-visual .cloud-ban::before {
  box-shadow: none;
}

.cloud-ban::after {
  box-shadow: none;
}

.cloud-ban::before {
  box-shadow: none;
}

.cloud-ban::selection {
  opacity: 1;
}

.cloud-ban::after {
  transform: none;
}

.cloud-ban::before {
  transform: none;
}

.cloud-ban::selection {
  outline: none;
}

.cloud-ban::before,
.cloud-ban::after {
  pointer-events: none;
}

.cloud-ban {
  pointer-events: none;
}

.cloud-ban::selection {
  border: 0;
}

.cloud-ban::after {
  content: "";
}

.cloud-ban::before {
  content: "";
}

.sky-visual .cloud-ban::after {
  content: "";
}

.sky-visual .cloud-ban::before {
  content: "";
}

.sky-visual .cloud-ban::selection {
  content: "";
}

.sky-visual .cloud-ban {
  filter: drop-shadow(0 9px 18px rgba(13, 27, 51, 0.1));
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  filter: none;
}

.cloud-ban::before {
  background: rgba(255, 255, 255, 0.95);
}

.cloud-ban::after {
  background: rgba(255, 255, 255, 0.95);
}

.cloud-ban::selection {
  background-color: transparent;
}

.cloud-ban::after {
  border: 0;
}

.cloud-ban::before {
  border: 0;
}

.cloud-ban::selection {
  text-decoration: none;
}

.cloud-ban::after {
  opacity: 1;
}

.cloud-ban::before {
  opacity: 1;
}

.cloud-ban::selection {
  display: none;
}

.cloud-ban::after {
  isolation: auto;
}

.cloud-ban::before {
  isolation: auto;
}

.cloud-ban::selection {
  isolation: auto;
}

.cloud-ban::after,
.cloud-ban::before,
.cloud-ban {
  isolation: isolate;
}

.cloud-ban::selection {
  user-select: none;
}

.cloud-ban::before {
  user-select: none;
}

.cloud-ban::after {
  user-select: none;
}

.cloud-ban::selection {
  visibility: visible;
}

.cloud-ban::after {
  visibility: visible;
}

.cloud-ban::before {
  visibility: visible;
}

.cloud-ban::selection {
  pointer-events: none;
}

.cloud-ban::after {
  pointer-events: none;
}

.cloud-ban::before {
  pointer-events: none;
}

.cloud-ban::selection {
  filter: none;
}

.cloud-ban::after {
  filter: none;
}

.cloud-ban::before {
  filter: none;
}

.cloud-ban::selection {
  box-shadow: none;
}

.cloud-ban::after {
  box-shadow: none;
}

.cloud-ban::before {
  box-shadow: none;
}

.cloud-ban::selection {
  text-shadow: none;
}

.cloud-ban::after {
  text-shadow: none;
}

.cloud-ban::before {
  text-shadow: none;
}

.cloud-ban::selection {
  transform: none;
}

.cloud-ban::after {
  transform: none;
}

.cloud-ban::before {
  transform: none;
}

.cloud-ban::selection {
  border-radius: 0;
}

.cloud-ban::after {
  border-radius: 50%;
}

.cloud-ban::before {
  border-radius: 50%;
}

.cloud-ban::selection {
  width: auto;
}

.cloud-ban::after {
  width: 3.25rem;
}

.cloud-ban::before {
  width: 2.7rem;
}

.cloud-ban::selection {
  height: auto;
}

.cloud-ban::after {
  height: 3.25rem;
}

.cloud-ban::before {
  height: 2.7rem;
}

.cloud-ban::selection {
  position: static;
}

.cloud-ban::after {
  position: absolute;
}

.cloud-ban::before {
  position: absolute;
}

.cloud-ban::selection {
  left: auto;
}

.cloud-ban::after {
  right: 1rem;
  bottom: 0.75rem;
}

.cloud-ban::before {
  left: 1.15rem;
  bottom: 1rem;
}

.sky-visual .cloud-ban::after {
  right: 1rem;
}

.sky-visual .cloud-ban::before {
  left: 1.15rem;
}

.sky-visual .cloud-ban::selection {
  inset: auto;
}

.sky-visual .cloud-ban::after {
  inset: auto 1rem 0.75rem auto;
}

.sky-visual .cloud-ban::before {
  inset: auto auto 1rem 1.15rem;
}

.cloud-ban::selection {
  z-index: auto;
}

.cloud-ban::after {
  z-index: 0;
}

.cloud-ban::before {
  z-index: 0;
}

.cloud-ban::selection {
  margin: 0;
}

.cloud-ban::after {
  margin: 0;
}

.cloud-ban::before {
  margin: 0;
}

.cloud-ban::selection {
  padding: 0;
}

.cloud-ban::after {
  padding: 0;
}

.cloud-ban::before {
  padding: 0;
}

.cloud-ban::selection {
  min-width: 0;
}

.cloud-ban::after {
  min-width: 0;
}

.cloud-ban::before {
  min-width: 0;
}

.cloud-ban::selection {
  min-height: 0;
}

.cloud-ban::after {
  min-height: 0;
}

.cloud-ban::before {
  min-height: 0;
}

.cloud-ban::selection {
  max-width: none;
}

.cloud-ban::after {
  max-width: none;
}

.cloud-ban::before {
  max-width: none;
}

.cloud-ban::selection {
  max-height: none;
}

.cloud-ban::after {
  max-height: none;
}

.cloud-ban::before {
  max-height: none;
}

.cloud-ban::selection {
  overflow: visible;
}

.cloud-ban::after {
  overflow: visible;
}

.cloud-ban::before {
  overflow: visible;
}

.cloud-ban::selection {
  background-image: none;
}

.cloud-ban::after {
  background-image: none;
}

.cloud-ban::before {
  background-image: none;
}

.cloud-ban::selection {
  background-repeat: repeat;
}

.cloud-ban::after {
  background-repeat: repeat;
}

.cloud-ban::before {
  background-repeat: repeat;
}

.cloud-ban::selection {
  background-size: auto;
}

.cloud-ban::after {
  background-size: auto;
}

.cloud-ban::before {
  background-size: auto;
}

.cloud-ban::selection {
  background-position: 0 0;
}

.cloud-ban::after {
  background-position: 0 0;
}

.cloud-ban::before {
  background-position: 0 0;
}

.cloud-ban::selection {
  background-attachment: scroll;
}

.cloud-ban::after {
  background-attachment: scroll;
}

.cloud-ban::before {
  background-attachment: scroll;
}

.cloud-ban::selection {
  background-origin: padding-box;
}

.cloud-ban::after {
  background-origin: padding-box;
}

.cloud-ban::before {
  background-origin: padding-box;
}

.cloud-ban::selection {
  background-clip: border-box;
}

.cloud-ban::after {
  background-clip: border-box;
}

.cloud-ban::before {
  background-clip: border-box;
}

.cloud-ban::selection {
  background-blend-mode: normal;
}

.cloud-ban::after {
  background-blend-mode: normal;
}

.cloud-ban::before {
  background-blend-mode: normal;
}

.cloud-ban::selection {
  mix-blend-mode: normal;
}

.cloud-ban::after {
  mix-blend-mode: normal;
}

.cloud-ban::before {
  mix-blend-mode: normal;
}

.cloud-ban::selection {
  opacity: 1;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  opacity: 1;
}

.sky-visual .cloud-ban::selection {
  opacity: 1;
}

.sky-visual .cloud-ban::after {
  mix-blend-mode: normal;
}

.sky-visual .cloud-ban::before {
  mix-blend-mode: normal;
}

.sky-visual .cloud-ban::selection {
  mix-blend-mode: normal;
}

.sky-visual .cloud-ban::after {
  background-color: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::before {
  background-color: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban {
  background-color: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::selection {
  background-color: transparent;
}

.cloud-ban::after,
.cloud-ban::before,
.cloud-ban {
  backface-visibility: hidden;
}

.cloud-ban::selection {
  backface-visibility: visible;
}

.cloud-ban::before,
.cloud-ban::after {
  transform-origin: center;
}

.cloud-ban::after {
  transform: none;
}

.cloud-ban::before {
  transform: none;
}

.cloud-ban::selection {
  transform-origin: initial;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  outline: 0;
}

.sky-visual .cloud-ban::selection {
  outline: 0;
}

.sky-visual .cloud-ban::before {
  outline-offset: 0;
}

.sky-visual .cloud-ban::after {
  outline-offset: 0;
}

.sky-visual .cloud-ban::selection {
  outline-offset: 0;
}

.sky-visual .cloud-ban::after {
  border-radius: 50%;
}

.sky-visual .cloud-ban::before {
  border-radius: 50%;
}

.cloud-ban::selection {
  border-radius: 0;
}

.cloud-ban::after {
  border-radius: 50%;
}

.cloud-ban::before {
  border-radius: 50%;
}

.sky-visual .cloud-ban::after {
  width: 3.25rem;
  height: 3.25rem;
}

.sky-visual .cloud-ban::before {
  width: 2.7rem;
  height: 2.7rem;
}

.cloud-ban::selection {
  width: auto;
  height: auto;
}

.sky-visual .cloud-ban {
  width: 7.7rem;
  height: 2.45rem;
}

.cloud-ban::selection {
  content: none;
}

.sky-visual .cloud-ban::before {
  content: "";
}

.sky-visual .cloud-ban::after {
  content: "";
}

.sky-visual .cloud-ban .unused {
  display: none;
}

.sky-visual .cloud-ban::selection {
  display: none;
}

.sky-visual .cloud-ban {
  display: block;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  display: block;
}

.sky-visual .cloud-ban::selection {
  appearance: none;
}

.sky-visual .cloud-ban::before {
  appearance: none;
}

.sky-visual .cloud-ban::after {
  appearance: none;
}

.sky-visual .cloud-ban::selection {
  -webkit-appearance: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  -webkit-appearance: none;
}

.sky-visual .cloud-ban::selection {
  -moz-appearance: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  -moz-appearance: none;
}

.sky-visual .cloud-ban::selection {
  clip-path: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  clip-path: none;
}

.sky-visual .cloud-ban {
  clip-path: none;
}

.sky-visual .cloud-ban::selection {
  mask: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  mask: none;
}

.sky-visual .cloud-ban {
  mask: none;
}

.sky-visual .cloud-ban::selection {
  -webkit-mask: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  -webkit-mask: none;
}

.sky-visual .cloud-ban {
  -webkit-mask: none;
}

.sky-visual .cloud-ban::selection {
  animation: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  animation: none;
}

.sky-visual .cloud-ban::selection {
  transition: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  transition: none;
}

.sky-visual .cloud-ban::selection {
  will-change: auto;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  will-change: auto;
}

.sky-visual .cloud-ban::selection {
  object-fit: fill;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  object-fit: fill;
}

.sky-visual .cloud-ban::selection {
  object-position: 50% 50%;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  object-position: 50% 50%;
}

.sky-visual .cloud-ban::selection {
  resize: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  resize: none;
}

.sky-visual .cloud-ban::selection {
  cursor: default;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  cursor: default;
}

.cloud-ban::after,
.cloud-ban::before,
.cloud-ban {
  box-sizing: border-box;
}

.cloud-ban::selection {
  box-sizing: content-box;
}

.cloud-ban::after,
.cloud-ban::before {
  border: 0;
}

.cloud-ban::after {
  right: 1rem;
  bottom: 0.75rem;
}

.cloud-ban::before {
  left: 1.15rem;
  bottom: 1rem;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::before {
  left: 1.15rem;
}

.sky-visual .cloud-ban::after {
  right: 1rem;
}

.cloud-ban::after,
.cloud-ban::before {
  bottom: 0.75rem;
}

.cloud-ban::before {
  bottom: 1rem;
}

.cloud-ban::after,
.cloud-ban::before {
  top: auto;
}

.sky-visual .cloud-ban {
  border: 0;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban {
  box-shadow: 0 8px 18px rgba(13, 27, 51, 0.08);
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  box-shadow: none;
}

.sky-visual .cloud-ban::selection {
  box-shadow: none;
}

.sky-visual .cloud-ban {
  outline: 0.28rem solid rgba(255, 255, 255, 0.58);
}

.sky-visual .cloud-ban::selection {
  outline: 0;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  outline: 0;
}

.sky-visual .cloud-ban::selection {
  border: 0;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  border: 0;
}

.sky-visual .cloud-ban {
  border-radius: 999px;
}

.sky-visual .cloud-ban::selection {
  border-radius: 0;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  border-radius: 50%;
}

.sky-visual .cloud-ban::selection {
  background: transparent;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban {
  background: rgba(255, 255, 255, 0.95);
}

.sky-visual .cloud-ban::selection {
  color: transparent;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  color: inherit;
}

.cloud-ban::selection {
  content: none;
}

.cloud-ban::before,
.cloud-ban::after {
  content: "";
}

.cloud-ban::after {
  display: block;
}

.cloud-ban::before {
  display: block;
}

.cloud-ban::selection {
  display: none;
}

.cloud-ban::after {
  position: absolute;
}

.cloud-ban::before {
  position: absolute;
}

.sky-visual .cloud-ban::selection {
  position: static;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after {
  position: absolute;
}

.sky-visual .cloud-ban {
  position: absolute;
}

.sky-visual .cloud-ban::selection {
  pointer-events: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  pointer-events: none;
}

.sky-visual .cloud-ban::selection {
  user-select: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  user-select: none;
}

.sky-visual .cloud-ban::selection {
  -webkit-user-select: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  -webkit-user-select: none;
}

.sky-visual .cloud-ban::selection {
  -moz-user-select: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  -moz-user-select: none;
}

.sky-visual .cloud-ban::selection {
  -ms-user-select: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  -ms-user-select: none;
}

.sky-visual .cloud-ban::selection {
  touch-action: auto;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  touch-action: auto;
}

.sky-visual .cloud-ban::selection {
  line-height: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  line-height: normal;
}

.sky-visual .cloud-ban::selection {
  font-size: medium;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  font-size: medium;
}

.sky-visual .cloud-ban::selection {
  font-family: inherit;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  font-family: inherit;
}

.sky-visual .cloud-ban::selection {
  font-weight: inherit;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  font-weight: inherit;
}

.sky-visual .cloud-ban::selection {
  font-style: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  font-style: normal;
}

.sky-visual .cloud-ban::selection {
  letter-spacing: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  letter-spacing: normal;
}

.sky-visual .cloud-ban::selection {
  text-transform: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  text-transform: none;
}

.sky-visual .cloud-ban::selection {
  text-decoration: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  text-decoration: none;
}

.sky-visual .cloud-ban::selection {
  white-space: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  white-space: normal;
}

.sky-visual .cloud-ban::selection {
  word-break: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  word-break: normal;
}

.sky-visual .cloud-ban::selection {
  overflow-wrap: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  overflow-wrap: normal;
}

.sky-visual .cloud-ban::selection {
  text-align: start;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  text-align: start;
}

.sky-visual .cloud-ban::selection {
  vertical-align: baseline;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  vertical-align: baseline;
}

.sky-visual .cloud-ban::selection {
  direction: ltr;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  direction: ltr;
}

.sky-visual .cloud-ban::selection {
  unicode-bidi: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  unicode-bidi: normal;
}

.sky-visual .cloud-ban::selection {
  visibility: visible;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  visibility: visible;
}

.sky-visual .cloud-ban::selection {
  list-style: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  list-style: none;
}

.sky-visual .cloud-ban::selection {
  quotes: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  quotes: none;
}

.sky-visual .cloud-ban::selection {
  counter-reset: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  counter-reset: none;
}

.sky-visual .cloud-ban::selection {
  counter-increment: none;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  counter-increment: none;
}

.sky-visual .cloud-ban::selection {
  speak: normal;
}

.sky-visual .cloud-ban::before,
.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban {
  speak: normal;
}

.cloud-ban::before,
.cloud-ban::after {
  z-index: -1;
}

.cloud-ban::before {
  bottom: 0.95rem;
}

.cloud-ban::after {
  bottom: 0.65rem;
}

.cloud-ban::after {
  right: 0.9rem;
}

.cloud-ban::before {
  left: 1.25rem;
}

.cloud-ban::selection {
  display: none;
}

.cloud-ban {
  isolation: isolate;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  z-index: -1;
}

.sky-visual .cloud-ban::selection {
  z-index: auto;
}

.sky-visual .cloud-ban::after {
  right: 0.9rem;
  bottom: 0.65rem;
}

.sky-visual .cloud-ban::before {
  left: 1.25rem;
  bottom: 0.95rem;
}

.sky-visual .cloud-ban::selection {
  right: auto;
  bottom: auto;
  left: auto;
}

.sky-visual .cloud-ban {
  z-index: 1;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  z-index: -1;
}

.sky-visual .cloud-ban::selection {
  z-index: auto;
}

.sky-visual .cloud-ban::selection {
  all: unset;
}

.sky-visual .cloud-ban::after,
.sky-visual .cloud-ban::before {
  all: initial;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: none;
}

.sky-visual .cloud-ban::before {
  left: 1.25rem;
  bottom: 0.95rem;
  width: 2.7rem;
  height: 2.7rem;
}

.sky-visual .cloud-ban::after {
  right: 0.9rem;
  bottom: 0.65rem;
  width: 3.25rem;
  height: 3.25rem;
}

.sky-visual .cloud-ban::selection {
  all: unset;
}

.cloud-ban-line {
  display: none;
}

.sky-visual .cloud-ban {
  background:
    linear-gradient(135deg, transparent calc(50% - 0.14rem), rgba(13, 27, 51, 0.58) calc(50% - 0.13rem), rgba(13, 27, 51, 0.58) calc(50% + 0.13rem), transparent calc(50% + 0.14rem)),
    rgba(255, 255, 255, 0.95);
}

.sky-points {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.sky-points p {
  margin: 0;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(18, 127, 191, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
}

.final-cta {
  text-align: center;
}

.final-cta .actions {
  justify-content: center;
}

.newsletter-block {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 2.25rem;
  padding: 2.25rem 1.75rem 1.85rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.96));
  border: 2px solid rgba(30, 142, 62, 0.22);
  border-radius: 8px;
  box-shadow:
    0 24px 64px rgba(13, 27, 51, 0.16),
    0 0 0 6px rgba(255, 215, 90, 0.22);
  text-align: left;
}

.newsletter-block::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.45rem;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--yellow));
}

.final-cta .newsletter-block .eyebrow {
  margin-bottom: 0.45rem;
  color: #12662b;
}

.newsletter-heading {
  margin: 0.35rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.12;
}

.newsletter-thanks {
  display: none;
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #15803d;
  font-family: var(--font-display);
  font-weight: 800;
}

.newsletter-thanks:target {
  display: block;
}

.newsletter-block.is-confirmed > .eyebrow,
.newsletter-block.is-confirmed .newsletter-heading,
.newsletter-block.is-confirmed .newsletter-form,
.newsletter-block.is-confirmed .newsletter-note {
  display: none;
}

.newsletter-block.is-confirmed .newsletter-thanks {
  display: block;
  margin-bottom: 0;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 1rem;
}

.newsletter-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dark-gray);
}

.newsletter-field {
  flex: 1 1 220px;
  min-width: min(100%, 220px);
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 2px solid rgba(30, 142, 62, 0.28);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-gray);
  background: var(--white);
  box-shadow: 0 7px 18px rgba(13, 27, 51, 0.08);
}

.newsletter-form input[type="email"]:focus {
  outline: 2px solid rgba(30, 142, 62, 0.45);
  outline-offset: 1px;
}

.newsletter-form button[type="submit"] {
  flex: 0 0 auto;
  margin-top: 1.55rem;
  border: none;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 13px 28px rgba(30, 142, 62, 0.28);
}

.newsletter-form.is-submitting button[type="submit"] {
  cursor: progress;
  opacity: 0.72;
}

.newsletter-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.newsletter-consent {
  flex-basis: 100%;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.35rem 0 0;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--dark-gray);
}

.newsletter-consent input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--green);
}

.newsletter-note {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: var(--gray);
}

.newsletter-error {
  flex-basis: 100%;
  margin: 0.1rem 0 0;
  color: #b91c1c;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
}

.newsletter-error:empty {
  display: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.25rem;
  text-align: center;
  color: var(--gray);
  background: rgba(255, 255, 255, 0.7);
}

.site-footer p {
  margin: 0;
}

.qr-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(45, 180, 177, 0.2), transparent 24rem),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.qr-section {
  min-height: calc(100vh - 142px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 3rem;
  align-items: center;
}

.qr-copy h1 {
  max-width: 12ch;
}

.qr-target {
  max-width: 100%;
  margin: 1rem 0 0;
  color: var(--gray);
  font-size: 0.94rem;
}

.qr-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.qr-card img {
  width: 100%;
  border: 1px solid rgba(13, 27, 51, 0.08);
  border-radius: 8px;
  object-fit: contain;
}

.qr-card figcaption {
  margin-top: 0.85rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 800;
  text-align: center;
}

.content {
  max-width: 780px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.policy {
  color: var(--dark-gray);
}

.policy h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--navy);
}

.policy h2 {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 800;
}

.policy h3 {
  margin-top: 1.35rem;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 700;
}

.policy blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--green);
  background: rgba(30, 142, 62, 0.08);
  border-radius: 0 8px 8px 0;
}

.policy table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1rem 0;
}

.policy th,
.policy td {
  border: 1px solid var(--line);
  padding: 0.55rem 0.65rem;
  vertical-align: top;
}

.policy th {
  background: rgba(45, 180, 177, 0.1);
  text-align: left;
}

.policy code {
  font-size: 0.88em;
  background: rgba(13, 27, 51, 0.07);
  padding: 0.12em 0.35em;
  border-radius: 4px;
}

.policy ul,
.policy ol {
  padding-left: 1.35rem;
}

.policy li {
  margin: 0.35rem 0;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero,
  .positioning-panel,
  .novelty-band,
  .name-section,
  .qr-section,
  .proof,
  .clear-sky-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
    overflow: hidden;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 10vw, 4.7rem);
  }

  .hero-product {
    min-height: 500px;
  }

  .tablet-stack {
    width: min(100%, 620px);
    transform: translate(10px, 36px);
  }

  .phone-mock {
    transform: rotate(2deg) translate(28px, 48px);
  }

  .device-grid {
    grid-template-columns: 1fr;
  }

  .reward-library {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .reveal-card:nth-child(2) {
    transform: none;
  }

  .positioning-copy h2 {
    max-width: 18ch;
  }

  .momentum-mark {
    font-size: 0.78em;
  }

  .positioning-copy {
    grid-template-columns: 1fr;
  }

  .name-heading {
    font-size: 2.45rem;
  }

  .proof-portrait {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 4rem 1rem;
  }

  .nav {
    gap: 0.55rem;
    padding: 0.75rem 1rem;
  }

  .nav-actions {
    min-width: 0;
    gap: 0.45rem;
  }

  .nav-actions .btn-small {
    display: none;
  }

  .language-select {
    max-width: 132px;
  }

  .brand span {
    display: block;
    max-width: none;
    font-size: 1.05rem;
  }

  .hero {
    display: block;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .hero-copy-logo {
    width: min(82vw, 320px);
    margin-right: auto;
    margin-bottom: 0.7rem;
  }

  .trust-row {
    gap: 0.45rem;
  }

  .trust-row span {
    min-height: 30px;
    padding: 0.36rem 0.58rem;
    font-size: 0.78rem;
  }

  .platform-row {
    gap: 0.5rem;
  }

  .platform-pill {
    min-height: 36px;
    padding: 0.4rem 0.62rem 0.4rem 0.42rem;
    gap: 0.45rem;
    font-size: 0.8rem;
  }

  .platform-icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .platform-icon svg {
    width: 16px;
    height: 16px;
  }

  .platform-status {
    font-size: 0.72rem;
  }

  .momentum-mark {
    display: block;
    width: max-content;
    margin-top: 0.12em;
    margin-left: 0;
  }

  .status-row,
  .reveal-showcase {
    grid-template-columns: 1fr;
  }

  .name-card {
    padding: 1.65rem;
  }

  .name-heading {
    font-size: 1.82rem;
    line-height: 1.08;
  }

  .reveal-card img {
    min-height: 280px;
  }

  .reward-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-product {
    min-height: 460px;
    margin: 1.25rem 0 0;
    overflow: hidden;
  }

  .hero-product::before {
    inset: -112px auto auto 50%;
    width: min(100vw, 400px);
    opacity: 0.72;
    transform: translateX(-50%) rotate(-5deg);
  }

  .hero-logo {
    display: none;
  }

  .tablet-stack {
    width: min(82vw, 310px);
    transform: translate(0, 120px);
  }

  .tablet-shot {
    border-width: 5px;
    border-radius: 18px;
    box-shadow: 0 20px 42px rgba(13, 27, 51, 0.22);
  }

  .tablet-shot-primary {
    width: 86%;
    right: 1%;
    bottom: 6%;
    transform: rotate(5deg) translateZ(0);
  }

  .tablet-shot-primary.tablet-shot-tasks-primary {
    bottom: 2%;
  }

  .tablet-shot-secondary {
    top: -28%;
    left: 1%;
    width: 82%;
    z-index: 1;
    opacity: 0.9;
    transform: rotate(-6.5deg) translateZ(0);
  }

  .phone-mock {
    width: min(88vw, 270px);
    transform: rotate(1.5deg) translate(18px, 48px);
  }

  .phone-screen {
    min-height: 410px;
  }

  .phone-screen h2 {
    font-size: 3.6rem;
  }

  .actions {
    align-items: stretch;
  }

  .actions .btn {
    width: 100%;
  }

  .positioning {
    padding-bottom: 4rem;
  }

  .positioning-panel {
    gap: 1.25rem;
  }

  .newsletter-form button[type="submit"] {
    margin-top: 0;
    width: 100%;
  }

  .qr-section {
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .momentum-mark {
    animation: none;
  }
}

@media (max-width: 380px) {
  .name-flourish {
    font-size: 1rem;
  }

  .name-heading {
    font-size: 1.64rem;
  }
}
