:root {
  --ink: #000c7d;
  --muted: #52657b;
  --blue: #0aa7ee;
  --deep-blue: #165bd6;
  --cyan: #48d7ed;
  --pink: #f0448f;
  --purple: #9a55ef;
  --gold: #ffc744;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(255, 255, 255, 0.92);
  --shadow: 0 24px 70px rgba(32, 86, 145, 0.16);
  --radius: 30px;
  --brand-navy: #000c7d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 192, 222, 0.6), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(93, 226, 245, 0.62), transparent 26rem),
    linear-gradient(180deg, #e9faff 0%, #f8f3ff 42%, #eefbff 100%);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image: url("assets/cloud-texture.webp");
  background-size: cover;
  background-position: center top;
  opacity: 0.10;
  filter: saturate(1.15);
}

.page-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  pointer-events: none;
  z-index: -2;
}
.glow-one { background: #31d9ff; top: 32vh; left: -12rem; }
.glow-two { background: #d961ff; top: 68vh; right: -14rem; }

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255,255,255,0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: 0 12px 40px rgba(42, 83, 133, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-link { display: flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -0.03em; }
.brand-link img { width: 38px; height: 38px; border-radius: 12px; box-shadow: 0 8px 18px rgba(48, 80, 170, 0.18); }
.brand-link > span { font-size: 1.12rem; color: var(--brand-navy); }
.rainbow-word {
  background: linear-gradient(90deg, #f43d5f, #ff9800 24%, #facd23 40%, #2fc68f 58%, #12afe9 76%, #8d54e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 13px; border-radius: 999px; font-weight: 720; color: #39516c; font-size: 0.94rem; }
.site-nav a:hover, .site-nav a:focus-visible { background: rgba(52, 181, 233, 0.11); color: var(--brand-navy); outline: none; }
.menu-button { display: none; border: 0; border-radius: 999px; background: rgba(18, 146, 219, 0.12); color: var(--brand-navy); padding: 9px 14px; font-weight: 800; }

.hero { min-height: 720px; padding: 94px 0 80px; display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; font-weight: 900; color: #2a7ea9; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: #23c884; box-shadow: 0 0 0 7px rgba(35, 200, 132, 0.12); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.3rem, 7vw, 6.8rem); line-height: 0.96; letter-spacing: -0.065em; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.2vw, 4.25rem); line-height: 1.02; letter-spacing: -0.052em; }
h3 { margin: 0; letter-spacing: -0.025em; }
.hero-lede { margin: 25px 0 0; max-width: 650px; font-size: clamp(1.1rem, 2vw, 1.34rem); line-height: 1.62; color: var(--muted); font-weight: 560; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 850; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(110deg, #1768e8, #12bde3); box-shadow: 0 14px 28px rgba(17, 137, 221, 0.27); }
.button-soft { color: var(--brand-navy); background: rgba(255,255,255,0.77); border: 1px solid rgba(255,255,255,0.96); box-shadow: 0 12px 30px rgba(53, 90, 137, 0.11); }
.mini-facts { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.mini-facts span { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,0.64); border: 1px solid rgba(255,255,255,0.95); color: #48647b; font-size: 0.83rem; font-weight: 800; }

.hero-art { position: relative; }
.hero-image-wrap { position: relative; padding: 18px; border-radius: 38px; background: rgba(255,255,255,0.48); border: 1px solid rgba(255,255,255,0.96); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 10%; border-radius: 45%; background: linear-gradient(90deg, rgba(237, 90, 170, 0.25), rgba(43, 197, 241, 0.25)); filter: blur(55px); z-index: -1; }
.hero-image-wrap img { width: 100%; border-radius: 25px; }
.sparkle { position: absolute; color: white; text-shadow: 0 0 20px #7ecfff; animation: twinkle 2.6s ease-in-out infinite; }
.sparkle-a { left: 8%; top: 18%; font-size: 2.3rem; }
.sparkle-b { right: 5%; top: 28%; font-size: 1.35rem; animation-delay: 0.9s; }
.sparkle-c { right: 12%; bottom: 11%; font-size: 1.9rem; animation-delay: 1.5s; }
@keyframes twinkle { 0%,100% { opacity: 0.45; transform: scale(0.8) rotate(0); } 50% { opacity: 1; transform: scale(1.16) rotate(12deg); } }

.intro { padding: 100px 0 120px; }
.section-heading { max-width: 790px; }
.section-heading p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.section-heading.compact { max-width: 720px; }
.feature-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.glass-card { background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.feature-card { min-height: 260px; padding: 28px; border-radius: 28px; }
.feature-card h3 { font-size: 1.45rem; margin-top: 22px; }
.feature-card p { color: var(--muted); line-height: 1.65; }
.feature-icon { width: 62px; height: 62px; border-radius: 20px; display: grid; place-items: center; font-size: 1.75rem; border: 1px solid rgba(255,255,255,0.95); box-shadow: 0 12px 22px rgba(61, 101, 149, 0.12); }
.sun-icon { background: linear-gradient(145deg, #fff7c9, #ffe08c); }
.alert-icon { background: linear-gradient(145deg, #f8d6ff, #c7cfff); }
.gallery-icon { background: linear-gradient(145deg, #d6f8ff, #b4e7ff); }

.science-section { padding: 110px 0 120px; background: rgba(255,255,255,0.34); border-top: 1px solid rgba(255,255,255,0.84); border-bottom: 1px solid rgba(255,255,255,0.84); }
.science-heading { max-width: 900px; }
.science-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.science-card { padding: 27px; border-radius: 27px; background: rgba(255,255,255,0.76); border: 1px solid rgba(255,255,255,0.98); box-shadow: 0 18px 46px rgba(32, 86, 145, 0.12); }
.science-card h3 { margin-top: 18px; font-size: 1.34rem; }
.science-card p { margin-bottom: 0; color: var(--muted); line-height: 1.66; }
.science-icon { width: 56px; height: 56px; border-radius: 19px; display: grid; place-items: center; font-size: 1.55rem; font-weight: 900; color: #315689; background: linear-gradient(145deg, rgba(224,240,255,0.96), rgba(245,224,255,0.9)); border: 1px solid rgba(255,255,255,0.98); box-shadow: 0 11px 24px rgba(61, 101, 149, 0.11); }
.science-disclaimer { margin-top: 20px; padding: 20px 22px; border-radius: 21px; color: #35516d; line-height: 1.62; background: rgba(232,248,255,0.78); border: 1px solid rgba(255,255,255,0.98); }
.science-disclaimer strong { color: var(--brand-navy); }

.alert-section { padding: 110px 0; background: linear-gradient(130deg, rgba(27,117,230,0.95), rgba(28,201,224,0.9) 52%, rgba(175,74,231,0.9)); color: white; position: relative; overflow: hidden; }
.alert-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 18%, rgba(255,255,255,0.24), transparent 28rem), radial-gradient(circle at 90% 70%, rgba(255,210,239,0.22), transparent 24rem); }
.alert-layout { position: relative; display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 80px; }
.phone-stage { position: relative; display: grid; place-items: center; }
.phone-halo { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.56), rgba(255,255,255,0.04) 64%, transparent 70%); filter: blur(10px); animation: pulseHalo 3.2s ease-in-out infinite; }
@keyframes pulseHalo { 0%,100% { transform: scale(0.92); opacity: 0.7; } 50% { transform: scale(1.08); opacity: 1; } }
.phone-frame { position: relative; width: min(390px, 88%); max-height: 720px; overflow: hidden; border: 10px solid rgba(255,255,255,0.82); border-radius: 44px; background: white; box-shadow: 0 35px 85px rgba(9, 28, 92, 0.34); }
.phone-frame img { width: 100%; }
.alert-copy .eyebrow { color: rgba(255,255,255,0.78); }
.alert-copy > p:not(.eyebrow):not(.fine-print) { font-size: 1.14rem; line-height: 1.7; color: rgba(255,255,255,0.86); }
.alert-preview-card { margin-top: 30px; padding: 24px; border-radius: 24px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.36); backdrop-filter: blur(18px); box-shadow: 0 22px 50px rgba(32, 32, 100, 0.14); }
.alert-preview-card h3 { margin-top: 13px; font-size: 1.55rem; }
.alert-preview-card p { margin-bottom: 0; color: rgba(255,255,255,0.85); line-height: 1.55; }
.alert-badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.9); color: #28538c; font-weight: 900; }
.fine-print { font-size: 0.82rem; color: rgba(255,255,255,0.68); }

.moments-section { padding: 110px 0; }
.moment-mosaic { margin-top: 42px; display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; grid-template-rows: 250px 250px; gap: 16px; }
.moment-mosaic figure { margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 18px 45px rgba(30, 86, 139, 0.18); border: 1px solid rgba(255,255,255,0.95); }
.moment-mosaic figure:first-child { grid-row: 1 / 3; }
.moment-mosaic figure:nth-child(4) { grid-column: 2 / 4; }
.moment-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.moment-mosaic figure:hover img { transform: scale(1.04); }

.app-tour-section { padding: 110px 0 125px; background: rgba(255,255,255,0.36); border-top: 1px solid rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.8); }
.tour-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.tour-controls { display: flex; gap: 10px; }
.circle-control { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.98); border-radius: 50%; background: rgba(255,255,255,0.78); color: #1e6297; font-size: 2rem; line-height: 1; cursor: pointer; box-shadow: 0 12px 28px rgba(31, 80, 124, 0.12); }
.circle-control:hover { background: white; }
.tour-track { margin-top: 44px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 355px); gap: 20px; overflow-x: auto; padding: 8px 6px 28px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(38, 132, 192, 0.35) transparent; }
.tour-card { position: relative; scroll-snap-align: start; padding: 22px; border-radius: 31px; background: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.98); box-shadow: 0 20px 50px rgba(28, 80, 127, 0.13); }
.tour-number { position: absolute; top: 18px; left: 18px; z-index: 3; padding: 7px 10px; border-radius: 999px; color: white; background: rgba(19, 44, 88, 0.72); backdrop-filter: blur(12px); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; }
.tour-phone { position: relative; height: 485px; border-radius: 27px; overflow: hidden; background: #d9f6ff; }
.tour-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.tour-card h3 { margin-top: 20px; font-size: 1.35rem; }
.tour-card p { color: var(--muted); line-height: 1.55; }

.globe-feature { padding: 120px 0; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 80px; align-items: center; }
.globe-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.13rem; line-height: 1.72; }
.globe-points { margin-top: 30px; display: grid; gap: 13px; }
.globe-points div { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 18px; background: rgba(255,255,255,0.67); border: 1px solid rgba(255,255,255,0.96); }
.globe-points span { color: #c339d7; }
.globe-points p { margin: 0; font-weight: 760; color: #405b73; }
.globe-stage { display: grid; place-items: center; }
.globe-phone { position: relative; width: min(450px, 92%); border-radius: 50px; overflow: hidden; border: 10px solid rgba(255,255,255,0.87); box-shadow: 0 38px 80px rgba(20, 60, 116, 0.28); background: #123; animation: globeFloat 9s ease-in-out infinite; transform-origin: center center; }
.globe-phone img { width: 100%; }
.map-glow { position: absolute; width: 22px; aspect-ratio: 1; border-radius: 50%; background: #fff55d; box-shadow: 0 0 10px 5px rgba(255,249,103,0.95), 0 0 28px 18px rgba(16,222,239,0.72), 0 0 55px 30px rgba(29,125,255,0.32); animation: mapPulse 2.7s ease-in-out infinite; transform: translate(-50%, -50%); }
.map-glow::after { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.65); }
@keyframes mapPulse { 0%,100% { opacity: 0.66; scale: 0.78; } 50% { opacity: 1; scale: 1.18; } }
@keyframes globeFloat { 0%, 100% { transform: translateY(0) rotate(-2deg) scale(1); } 50% { transform: translateY(-10px) rotate(2deg) scale(1.015); } }
.glow-seattle { left: 20%; top: 42%; animation-delay: 0.4s; }
.glow-chicago { left: 31%; top: 49%; animation-delay: 1.3s; }
.glow-new-york { left: 62%; top: 52%; animation-delay: 0.8s; }
.glow-texas { left: 28%; top: 61%; animation-delay: 1.8s; }
.glow-caribbean { left: 55%; top: 75%; animation-delay: 0.1s; }
.glow-bogota { left: 61%; top: 88%; animation-delay: 1.1s; }
.globe-mini-stage .map-glow { width: 14px; box-shadow: 0 0 8px 4px rgba(255,249,103,0.95), 0 0 20px 12px rgba(16,222,239,0.68); }
.mini-glow.one { left: 62%; top: 50%; }
.mini-glow.two { left: 31%; top: 62%; animation-delay: 1s; }
.mini-glow.three { left: 58%; top: 80%; animation-delay: 1.8s; }

.creator-section { padding: 110px 0; background: linear-gradient(140deg, rgba(255,239,249,0.88), rgba(226,247,255,0.86)); border-top: 1px solid rgba(255,255,255,0.95); border-bottom: 1px solid rgba(255,255,255,0.95); }
.creator-card { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 72px); display: grid; grid-template-columns: 180px 1fr; gap: 46px; border-radius: 38px; background: rgba(255,255,255,0.74); border: 1px solid rgba(255,255,255,0.98); box-shadow: var(--shadow); }
.creator-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: -170px; border-radius: 50%; background: conic-gradient(from 40deg, rgba(241,72,111,0.18), rgba(255,188,50,0.18), rgba(40,198,154,0.18), rgba(30,171,232,0.18), rgba(151,77,232,0.18), rgba(241,72,111,0.18)); filter: blur(10px); }
.creator-mark { position: relative; align-self: start; }
.creator-mark img { width: 160px; border-radius: 36px; box-shadow: 0 25px 45px rgba(45, 88, 166, 0.2); }
.creator-mark span { position: absolute; right: -4px; top: -24px; font-size: 2.5rem; color: #d944e0; animation: twinkle 2.4s ease-in-out infinite; }
.creator-copy { position: relative; z-index: 1; }
.creator-copy p:not(.eyebrow) { color: #475d73; font-size: 1.08rem; line-height: 1.78; margin-bottom: 1rem; }
.creator-signoff { margin-top: 24px; color: var(--brand-navy); font-weight: 900; font-size: 1.05rem; }

.final-cta { padding: 120px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.cta-art { padding: 14px; border-radius: 32px; background: rgba(255,255,255,0.64); border: 1px solid rgba(255,255,255,0.98); box-shadow: var(--shadow); }
.cta-art img { border-radius: 22px; }
.cta-copy > p:not(.eyebrow):not(.share-message) { color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.share-message { min-height: 1.3em; color: #237ea4; font-weight: 750; }

.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto 28px; padding: 25px 0 4px; border-top: 1px solid rgba(75, 120, 153, 0.16); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #60758a; font-size: 0.9rem; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--brand-navy); font-weight: 850; flex-wrap: wrap; }
.footer-brand img { width: 32px; border-radius: 9px; }
.footer-company { color: #60758a; font-weight: 760; font-size: 0.82rem; margin-left: 4px; }
.company-note { margin-top: 12px; font-size: 0.98rem !important; }
.company-note a { color: var(--brand-navy); font-weight: 850; }

.footer-links { display: flex; justify-content: center; gap: 18px; font-weight: 720; }
.footer-links a:hover { color: var(--brand-navy); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: 120ms; }
.delay-two { transition-delay: 240ms; }

/* Secondary pages */
.subpage-main { padding: 96px 0 120px; }
.subpage-hero { max-width: 820px; margin-bottom: 38px; }
.subpage-hero h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.subpage-card { padding: clamp(28px, 6vw, 64px); border-radius: 34px; background: rgba(255,255,255,0.76); border: 1px solid rgba(255,255,255,0.98); box-shadow: var(--shadow); }
.subpage-card h2 { margin-top: 38px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.subpage-card h2:first-child { margin-top: 0; }
.subpage-card p, .subpage-card li { color: #4f6479; line-height: 1.72; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 20px; border-radius: 18px; background: rgba(232,248,255,0.72); border: 1px solid rgba(255,255,255,0.98); }
.faq-list summary { cursor: pointer; font-weight: 850; color: var(--brand-navy); }
.faq-list details p { margin-bottom: 0; }
.note-panel { padding: 24px; border-radius: 24px; background: linear-gradient(130deg, rgba(250,224,252,0.78), rgba(215,246,255,0.8)); border: 1px solid white; }
.contact-line a { color: var(--brand-navy); font-weight: 850; }

.support-hero { max-width: 980px; }
.support-kind-line {
  max-width: 880px;
  margin: 18px 0 0;
  color: #52657b;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.65;
  font-weight: 650;
}

@media (max-width: 920px) {
  .site-header { border-radius: 24px; align-items: flex-start; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 12px; flex-direction: column; align-items: stretch; border-radius: 22px; background: rgba(255,255,255,0.94); border: 1px solid white; box-shadow: 0 18px 50px rgba(25, 68, 111, 0.17); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; gap: 46px; }
  .hero-art { max-width: 720px; }
  .feature-grid, .science-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .alert-layout, .globe-feature, .final-cta { grid-template-columns: 1fr; }
  .alert-layout { gap: 60px; }
  .alert-copy { order: -1; }
  .globe-feature { gap: 50px; }
  .moment-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 260px); }
  .moment-mosaic figure:first-child { grid-row: auto; }
  .moment-mosaic figure:nth-child(4) { grid-column: auto; }
  .creator-card { grid-template-columns: 120px 1fr; gap: 28px; }
  .creator-mark img { width: 115px; border-radius: 28px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 24px, 1180px); }
  .site-header { width: calc(100% - 20px); margin-top: 10px; top: 10px; }
  .brand-link > span { font-size: 0.98rem; }
  .brand-link img { width: 34px; height: 34px; }
  .hero { padding: 64px 0 72px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.7rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .intro, .science-section, .moments-section, .creator-section, .final-cta, .globe-feature { padding-top: 82px; padding-bottom: 82px; }
  .alert-section, .app-tour-section { padding-top: 82px; padding-bottom: 82px; }
  .phone-frame { width: min(360px, 95%); }
  .moment-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .tour-heading-row { align-items: flex-start; }
  .tour-controls { display: none; }
  .tour-track { grid-auto-columns: minmax(82vw, 330px); margin-right: -12px; }
  .creator-card { grid-template-columns: 1fr; }
  .creator-mark img { width: 104px; }
  .final-cta { gap: 42px; }
  .footer-links { flex-wrap: wrap; }
  .subpage-main { padding-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Social links */
.social-follow {
  margin-top: 28px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(255,255,255,0.96);
}
.social-label {
  margin: 0 0 12px;
  color: var(--brand-navy);
  font-weight: 900;
}
.social-links, .inline-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-link, .inline-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 10px 24px rgba(34, 82, 130, 0.10);
  color: #176b9e;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease;
}
.social-link:hover, .inline-social-links a:hover {
  transform: translateY(-2px);
  background: white;
}
.inline-social-links { margin-top: 16px; }


/* Social symbols and feedback form */
.social-link {
  gap: 10px;
}
.social-link img {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
}
.footer-social-links {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.footer-social-link {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(255,255,255,0.96);
  box-shadow: 0 8px 18px rgba(34, 82, 130, 0.10);
  transition: transform 180ms ease, background 180ms ease;
}
.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  background: white;
  outline: none;
}
.footer-social-link img {
  width: 24px;
  height: 24px;
}
.feedback-card {
  margin-bottom: 28px;
  padding: clamp(28px, 6vw, 64px);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(232,249,255,0.82));
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: var(--shadow);
}
.feedback-intro {
  max-width: 760px;
}
.feedback-intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.feedback-intro > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.feedback-form {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.feedback-form label {
  display: grid;
  gap: 8px;
  color: var(--brand-navy);
  font-weight: 850;
}
.feedback-form small {
  color: #6b7e91;
  font-weight: 650;
}
.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(84, 133, 167, 0.24);
  border-radius: 15px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(30, 70, 110, 0.04);
}
.feedback-form textarea {
  resize: vertical;
  min-height: 160px;
}
.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  outline: 3px solid rgba(20, 172, 231, 0.2);
  border-color: #25aee7;
}
.feedback-submit {
  justify-self: start;
  min-width: 190px;
}
.form-note {
  margin: 0;
  color: var(--muted);
}
.form-note a {
  color: var(--brand-navy);
  font-weight: 850;
}
.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.thank-you-card {
  max-width: 840px;
  margin: 50px auto 0;
  text-align: center;
}
.thank-you-card .hero-actions {
  justify-content: center;
}

@media (max-width: 620px) {
  .form-grid { grid-template-columns: 1fr; }
  .feedback-submit { width: 100%; }
  .social-link { flex: 1 1 145px; }
  .footer-social-links { width: 100%; justify-content: center; margin-top: 4px; }
}

/* Home page visual reorganization, version 5 */
.hero-v5 {
  min-height: 780px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  padding-top: 84px;
}
.hero-v5 .hero-copy {
  position: relative;
  z-index: 2;
}
.hero-app-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}
.hero-app-stage::before {
  content: "";
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.92), rgba(93,226,245,0.30) 44%, rgba(212,100,255,0.14) 66%, transparent 72%);
  filter: blur(8px);
}
.hero-phone-shell {
  position: relative;
  width: min(420px, 82%);
  height: 690px;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,0.92);
  border-radius: 54px;
  background: #dff8ff;
  box-shadow: 0 38px 90px rgba(24, 70, 136, 0.28);
  transform: rotate(1.2deg);
}
.hero-phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero-float-card {
  position: absolute;
  z-index: 3;
  max-width: 240px;
  padding: 15px 17px;
  border-radius: 20px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.98);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(34, 82, 130, 0.16);
}
.hero-float-card span {
  display: block;
  margin-bottom: 4px;
  color: #2a7ea9;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-float-card strong {
  display: block;
  color: var(--brand-navy);
  line-height: 1.32;
}
.hero-float-top { top: 14%; left: 0; }
.hero-float-bottom { right: -2%; bottom: 11%; }

.promise-section { padding: 18px 0 110px; }
.promise-card {
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
  border-radius: 38px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: var(--shadow);
}
.promise-heading h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
.promise-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; font-size: 1.05rem; }
.promise-points { display: grid; gap: 14px; }
.promise-point {
  padding: 18px 20px;
  border-radius: 23px;
  border: 1px solid rgba(255,255,255,0.96);
  box-shadow: 0 14px 32px rgba(42, 83, 133, 0.10);
}
.promise-point strong { display: block; color: var(--brand-navy); line-height: 1.4; }
.promise-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.promise-sun { background: linear-gradient(135deg, rgba(255,244,187,0.95), rgba(255,225,121,0.78)); }
.promise-sun .promise-label { color: #967100; }
.promise-rain { background: linear-gradient(135deg, rgba(213,247,255,0.96), rgba(141,226,251,0.78)); }
.promise-rain .promise-label { color: #08759a; }
.promise-look { background: linear-gradient(135deg, rgba(255,220,239,0.94), rgba(217,187,255,0.78)); }
.promise-look .promise-label { color: #9236a2; }

.visual-features { padding: 105px 0 125px; }
.visual-feature-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.visual-feature-card {
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 22px 58px rgba(28, 80, 127, 0.14);
}
.visual-screen {
  height: 505px;
  overflow: hidden;
  background: #d8f4ff;
  border-bottom: 1px solid rgba(91, 133, 166, 0.12);
}
.visual-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease;
}
.visual-feature-card:hover .visual-screen img { transform: scale(1.018); }
.visual-feature-copy { padding: 24px 25px 28px; }
.feature-kicker {
  display: inline-flex;
  min-width: 36px;
  height: 30px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(22, 104, 232, 0.10);
  color: #1b69b3;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.visual-feature-copy h3 { margin-top: 14px; font-size: 1.45rem; }
.visual-feature-copy p { color: var(--muted); line-height: 1.62; margin-bottom: 0; }

.science-v5 { padding: 120px 0; }
.science-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 66px;
  align-items: start;
}
.science-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 1.08rem; }
.science-flow {
  position: relative;
  display: grid;
  gap: 13px;
}
.science-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 14px 34px rgba(32, 86, 145, 0.10);
}
.science-step > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, #1768e8, #19bddf);
  font-weight: 900;
}
.science-step strong { color: var(--brand-navy); font-size: 1.04rem; }
.science-step p { margin: 4px 0 0; color: var(--muted); line-height: 1.48; }
.science-step-result { background: linear-gradient(135deg, rgba(238,225,255,0.90), rgba(215,247,255,0.88)); }
.science-step-result > span { background: linear-gradient(135deg, #d73dcf, #178fe4); }
.science-v5 .science-disclaimer { margin-top: 30px; }

.learn-section {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 82px;
  align-items: center;
}
.learn-phone {
  justify-self: center;
  width: min(410px, 94%);
  height: 690px;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,0.9);
  border-radius: 52px;
  background: #dff8ff;
  box-shadow: 0 35px 80px rgba(20, 60, 116, 0.25);
  transform: rotate(-1.2deg);
}
.learn-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.learn-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 1.1rem; }
.learn-detail-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.learn-detail-grid article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 14px 34px rgba(32, 86, 145, 0.10);
}
.learn-detail-grid strong { color: var(--brand-navy); }
.learn-detail-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }

.community-section {
  padding: 120px 0;
  background: linear-gradient(140deg, rgba(226,247,255,0.76), rgba(255,236,248,0.72));
  border-top: 1px solid rgba(255,255,255,0.94);
  border-bottom: 1px solid rgba(255,255,255,0.94);
}
.community-heading { max-width: 820px; }
.community-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; font-size: 1.1rem; }
.community-layout {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 34px;
  align-items: stretch;
}
.community-section .moment-mosaic {
  margin-top: 0;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 280px 220px;
}
.community-section .moment-mosaic figure:first-child { grid-row: 1 / 3; }
.community-section .moment-mosaic figure:nth-child(4) { grid-column: auto; }
.community-copy { display: grid; gap: 15px; }
.community-point {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 16px 38px rgba(32, 86, 145, 0.10);
}
.community-point > span {
  display: block;
  margin-bottom: 9px;
  color: #c139bd;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.community-point h3 { font-size: 1.26rem; }
.community-point p { color: var(--muted); line-height: 1.58; margin-bottom: 0; }

@media (max-width: 1050px) {
  .hero-v5 { gap: 38px; }
  .hero-float-top { left: -2%; }
  .hero-float-bottom { right: -1%; }
  .visual-screen { height: 450px; }
  .science-layout, .learn-section, .community-layout { gap: 42px; }
}

@media (max-width: 920px) {
  .hero-v5,
  .promise-card,
  .science-layout,
  .learn-section,
  .community-layout {
    grid-template-columns: 1fr;
  }
  .hero-v5 { padding-top: 68px; }
  .hero-app-stage { min-height: 650px; }
  .hero-phone-shell { height: 640px; }
  .hero-float-top { left: 5%; }
  .hero-float-bottom { right: 4%; }
  .visual-feature-grid { grid-template-columns: 1fr 1fr; }
  .visual-feature-card:first-child { grid-column: 1 / 3; }
  .visual-feature-card:first-child .visual-screen { height: 580px; }
  .learn-copy { order: -1; }
  .community-layout { align-items: start; }
}

@media (max-width: 620px) {
  .hero-v5 { padding-top: 58px; gap: 34px; }
  .hero-app-stage { min-height: 570px; margin: 0 -2px; }
  .hero-phone-shell { width: min(360px, 88%); height: 570px; border-width: 7px; border-radius: 43px; }
  .hero-float-card { max-width: 185px; padding: 12px 13px; border-radius: 17px; font-size: 0.82rem; }
  .hero-float-top { top: 10%; left: 0; }
  .hero-float-bottom { right: 0; bottom: 8%; }
  .promise-section { padding-bottom: 82px; }
  .promise-card { gap: 26px; border-radius: 30px; }
  .visual-features, .science-v5, .learn-section, .community-section { padding-top: 82px; padding-bottom: 82px; }
  .visual-feature-grid { grid-template-columns: 1fr; }
  .visual-feature-card:first-child { grid-column: auto; }
  .visual-screen, .visual-feature-card:first-child .visual-screen { height: 470px; }
  .science-step { grid-template-columns: 42px 1fr; padding: 16px; }
  .science-step > span { width: 38px; height: 38px; }
  .learn-phone { height: 585px; border-width: 7px; border-radius: 43px; }
  .learn-detail-grid { grid-template-columns: 1fr; }
  .community-section .moment-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(4, 235px); }
  .community-section .moment-mosaic figure:first-child { grid-row: auto; }
}


/* Version 6 refinements */
.promise-point {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 17px;
}
.promise-app-icon {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.92);
  box-shadow: 0 12px 26px rgba(38, 76, 120, 0.16);
}
.promise-point > div {
  min-width: 0;
}

/* Restored globe spotlight with layered community photographs */
.globe-feature-v6 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 140px;
}
.globe-stage-layered {
  position: relative;
  min-height: 760px;
  isolation: isolate;
}
.globe-stage-layered::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.94), rgba(82,220,241,0.24) 46%, rgba(196,92,235,0.14) 65%, transparent 73%);
  filter: blur(10px);
  z-index: -2;
}
.globe-stage-layered .globe-phone {
  z-index: 3;
  width: min(430px, 76%);
}
.globe-photo-card {
  position: absolute;
  z-index: 4;
  width: 190px;
  margin: 0;
  padding: 8px;
  border-radius: 23px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 22px 52px rgba(28, 72, 125, 0.22);
  backdrop-filter: blur(16px);
  animation: globePhotoFloat 6s ease-in-out infinite;
}
.globe-photo-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 17px;
}
.globe-photo-card figcaption {
  padding: 9px 7px 5px;
  color: #2b5578;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}
.globe-photo-one {
  left: -2%;
  bottom: 10%;
  transform: rotate(-5deg);
}
.globe-photo-two {
  right: -2%;
  top: 10%;
  transform: rotate(5deg);
  animation-delay: 1.1s;
}
.globe-photo-three {
  right: 1%;
  bottom: 5%;
  width: 168px;
  transform: rotate(3deg);
  animation-delay: 2.1s;
}
@keyframes globePhotoFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

/* Version 8 uses the native device share sheet. */
.cta-copy { position: relative; }

@media (max-width: 1050px) {
  .globe-photo-card {
    width: 165px;
  }
  .globe-photo-card img {
    height: 112px;
  }
  .globe-photo-three {
    width: 150px;
  }
}

@media (max-width: 920px) {
  .globe-stage-layered {
    min-height: 720px;
  }
  .globe-photo-one {
    left: 5%;
  }
  .globe-photo-two {
    right: 5%;
  }
  .globe-photo-three {
    right: 8%;
  }
}

@media (max-width: 620px) {
  .promise-point {
    grid-template-columns: 64px 1fr;
    gap: 13px;
    padding: 15px;
  }
  .promise-app-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
  .globe-feature-v6 {
    padding-top: 84px;
    padding-bottom: 94px;
  }
  .globe-stage-layered {
    min-height: 650px;
    margin-top: 10px;
  }
  .globe-stage-layered .globe-phone {
    width: min(350px, 88%);
  }
  .globe-photo-card {
    width: 132px;
    padding: 6px;
    border-radius: 18px;
  }
  .globe-photo-card img {
    height: 86px;
    border-radius: 13px;
  }
  .globe-photo-card figcaption {
    font-size: 0.68rem;
    padding-top: 6px;
  }
  .globe-photo-one {
    left: 0;
    bottom: 5%;
  }
  .globe-photo-two {
    right: 0;
    top: 6%;
  }
  .globe-photo-three {
    display: none;
  }
}


/* Version 7: combined community and globe section with calmer motion */
.community-globe-section {
  position: relative;
  padding: 120px 0 128px;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(226,247,255,0.78), rgba(255,236,248,0.72));
  border-top: 1px solid rgba(255,255,255,0.94);
  border-bottom: 1px solid rgba(255,255,255,0.94);
}
.anchor-alias {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.community-globe-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}
.community-globe-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.72;
}
.community-globe-copy .community-copy {
  margin-top: 32px;
  gap: 13px;
}
.community-globe-copy .community-point {
  padding: 21px 23px;
  border-radius: 23px;
}
.community-globe-copy .community-point h3 {
  font-size: 1.22rem;
}
.community-globe-stage {
  min-height: 680px;
}
.community-globe-stage::before {
  width: 520px;
  height: 520px;
  opacity: 0.88;
}
.community-globe-stage .globe-phone {
  width: min(420px, 74%);
  animation: globeFloatCalm 18s ease-in-out infinite;
}
@keyframes globeFloatCalm {
  0%, 100% { transform: rotate(-1deg) scale(1); }
  50% { transform: rotate(1deg) scale(1.006); }
}
.community-globe-stage .map-glow {
  animation: mapPulseCalm 4.8s ease-in-out infinite;
}
@keyframes mapPulseCalm {
  0%, 100% { opacity: 0.72; scale: 0.92; }
  50% { opacity: 1; scale: 1.06; }
}
.community-globe-stage .globe-photo-card {
  animation: none;
  width: 172px;
}
.community-globe-stage .globe-photo-card img {
  height: 116px;
}
.community-globe-stage .globe-photo-one {
  left: 1%;
  bottom: 9%;
  transform: rotate(-4deg);
}
.community-globe-stage .globe-photo-two {
  right: 0;
  top: 9%;
  transform: rotate(4deg);
}
.community-globe-stage .globe-photo-three {
  right: 2%;
  bottom: 5%;
  width: 154px;
  transform: rotate(2deg);
}

@media (max-width: 1050px) {
  .community-globe-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 42px;
  }
  .community-globe-stage {
    min-height: 640px;
  }
  .community-globe-stage .globe-photo-card {
    width: 150px;
  }
  .community-globe-stage .globe-photo-card img {
    height: 100px;
  }
  .community-globe-stage .globe-photo-three {
    width: 138px;
  }
}

@media (max-width: 920px) {
  .community-globe-layout {
    grid-template-columns: 1fr;
  }
  .community-globe-copy {
    max-width: 760px;
  }
  .community-globe-stage {
    width: min(720px, 100%);
    min-height: 700px;
    margin: 4px auto 0;
  }
}

@media (max-width: 620px) {
  .community-globe-section {
    padding-top: 82px;
    padding-bottom: 88px;
  }
  .community-globe-copy .community-point {
    padding: 19px;
  }
  .community-globe-stage {
    min-height: 600px;
  }
  .community-globe-stage .globe-phone {
    width: min(350px, 86%);
  }
  .community-globe-stage .globe-photo-card {
    width: 126px;
  }
  .community-globe-stage .globe-photo-card img {
    height: 82px;
  }
  .community-globe-stage .globe-photo-one {
    left: 0;
    bottom: 4%;
  }
  .community-globe-stage .globe-photo-two {
    right: 0;
    top: 5%;
  }
  .community-globe-stage .globe-photo-three {
    display: none;
  }
}


/* Version 8: two strong community photos, with the weaker third crop removed */
.community-globe-stage .globe-photo-one {
  left: 2%;
  bottom: 8%;
}
.community-globe-stage .globe-photo-two {
  right: 1%;
  top: 10%;
}

/* Version 10: full app screenshots and a more visual prediction explanation */
.showcase-v10 {
  padding: 110px 0 125px;
  background: rgba(255,255,255,0.34);
  border-top: 1px solid rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(255,255,255,0.82);
}
.showcase-v10 .tour-track-v10 {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding: 6px 0 18px;
}
.showcase-v10 .tour-card-v10 {
  min-width: 0;
  padding: 14px 14px 25px;
  border-radius: 31px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 20px 50px rgba(28,80,127,0.13);
}
.showcase-v10 .tour-phone-v10 {
  width: 100%;
  height: 525px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(222,248,255,0.96), rgba(239,230,255,0.72));
}
.showcase-v10 .tour-phone-v10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.showcase-v10 .tour-card-v10 h3 {
  margin: 20px 10px 0;
  font-size: 1.3rem;
}
.showcase-v10 .tour-card-v10 p {
  margin: 13px 10px 0;
  color: var(--muted);
  line-height: 1.58;
}
.showcase-v10 .tour-controls { display: none; }
.showcase-v10 .globe-mini-stage .map-glow { width: 13px; }

.science-v10 {
  padding: 120px 0 128px;
  background:
    radial-gradient(circle at 16% 32%, rgba(255,222,128,0.20), transparent 22rem),
    radial-gradient(circle at 86% 34%, rgba(82,214,242,0.20), transparent 24rem),
    linear-gradient(145deg, rgba(255,255,255,0.52), rgba(239,244,255,0.58));
}
.science-v10-heading {
  max-width: 860px;
  margin-bottom: 44px;
}
.science-v10-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}
.prediction-board {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 30px;
  align-items: stretch;
}
.prediction-geometry {
  padding: 26px;
  border-radius: 34px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 24px 60px rgba(28,80,127,0.13);
}
.geometry-sky {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 27px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,237,139,0.94), transparent 20%),
    radial-gradient(circle at 84% 20%, rgba(126,224,249,0.85), transparent 22%),
    linear-gradient(180deg, #b9edff 0%, #d9dcff 55%, #c8f0d1 100%);
}
.geometry-sky::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -80px;
  height: 190px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, #75bd72, #3d8754);
  box-shadow: 190px -30px 0 20px #6daa66, 390px 8px 0 12px #5e9e63;
}
.geometry-signal {
  position: absolute;
  z-index: 3;
  width: 138px;
  padding: 12px;
  display: grid;
  justify-items: center;
  gap: 7px;
  border-radius: 22px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 16px 35px rgba(38,83,127,0.15);
  color: var(--brand-navy);
  font-weight: 850;
  text-align: center;
}
.geometry-signal img { width: 58px; height: 58px; object-fit: contain; border-radius: 18px; }
.geometry-sun { left: 22px; top: 24px; }
.geometry-rain { right: 22px; top: 24px; }
.prediction-rainbow-arc {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 122px;
  width: 290px;
  height: 145px;
  transform: translateX(-50%);
  border-radius: 290px 290px 0 0;
  background: conic-gradient(from 180deg at 50% 100%, #ec4b55, #ff9c34, #f7d64b, #43c986, #2eb7e7, #7658e7, #ec4b55);
  -webkit-mask: radial-gradient(circle at 50% 100%, transparent 0 52%, #000 53% 67%, transparent 68%);
  mask: radial-gradient(circle at 50% 100%, transparent 0 52%, #000 53% 67%, transparent 68%);
  filter: drop-shadow(0 10px 16px rgba(81,93,185,0.18));
}
.geometry-viewer {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 76px;
  width: 56px;
  height: 92px;
  transform: translateX(-50%);
}
.geometry-viewer span {
  position: absolute;
  left: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #173b63;
}
.geometry-viewer i {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 36px;
  height: 58px;
  border-radius: 18px 18px 10px 10px;
  background: #173b63;
}
.geometry-you {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(23,59,99,0.88);
  font-weight: 850;
}
.prediction-geometry > p {
  margin: 22px 3px 2px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.03rem;
}
.prediction-signals { display: grid; gap: 15px; }
.prediction-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 27px;
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 16px 38px rgba(32,86,145,0.11);
}
.prediction-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 21px;
}
.prediction-card span {
  display: block;
  margin-bottom: 5px;
  color: #2b6f9d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.prediction-card strong { color: var(--brand-navy); line-height: 1.42; font-size: 1.04rem; }
.prediction-sun-card { background: linear-gradient(135deg, rgba(255,246,197,0.98), rgba(255,225,120,0.80)); }
.prediction-rain-card { background: linear-gradient(135deg, rgba(216,249,255,0.98), rgba(139,226,251,0.78)); }
.prediction-path-card { background: linear-gradient(135deg, rgba(255,224,241,0.96), rgba(220,195,255,0.80)); }
.prediction-result-card { background: linear-gradient(135deg, rgba(227,237,255,0.98), rgba(197,244,247,0.88)); }
.prediction-result-card span { color: #8b38ae; }
.prediction-data {
  margin-top: 30px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: center;
  border-radius: 30px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: 0 18px 45px rgba(28,80,127,0.10);
}
.prediction-data h3 { font-size: 1.45rem; }
.prediction-data-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.prediction-data-chips span {
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(226,247,255,0.92), rgba(242,228,255,0.88));
  border: 1px solid rgba(255,255,255,0.98);
  color: #3c5c78;
  font-size: 0.86rem;
  font-weight: 820;
}
.science-v10 .science-disclaimer {
  margin-top: 24px;
  padding: 22px 25px;
  border-radius: 24px;
  background: rgba(231,247,255,0.76);
  border: 1px solid rgba(255,255,255,0.98);
  color: #315873;
  line-height: 1.62;
}

@media (max-width: 1080px) {
  .showcase-v10 .tour-controls { display: flex; }
  .showcase-v10 .tour-track-v10 {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(295px, 345px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-right: 12px;
  }
  .showcase-v10 .tour-card-v10 { scroll-snap-align: start; }
  .prediction-board { grid-template-columns: 1fr; }
  .geometry-sky { min-height: 400px; }
}

@media (max-width: 720px) {
  .showcase-v10 { padding-top: 82px; padding-bottom: 88px; }
  .showcase-v10 .tour-phone-v10 { height: 515px; }
  .science-v10 { padding-top: 88px; padding-bottom: 94px; }
  .prediction-geometry { padding: 16px; }
  .geometry-sky { min-height: 360px; }
  .geometry-signal { width: 116px; font-size: 0.86rem; }
  .geometry-signal img { width: 50px; height: 50px; }
  .prediction-rainbow-arc { width: 230px; height: 115px; top: 130px; }
  .prediction-card { grid-template-columns: 60px 1fr; padding: 17px; gap: 14px; }
  .prediction-card img { width: 56px; height: 56px; }
  .prediction-data { grid-template-columns: 1fr; gap: 18px; padding: 23px; }
}


/* Version 11: restore the bold blue alert presentation at the top */
.hero-v5 {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.25), transparent 30rem),
    radial-gradient(circle at 86% 72%, rgba(246,198,255,0.26), transparent 28rem),
    linear-gradient(130deg, #2678df 0%, #20bdd8 50%, #9569e8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 30px 80px rgba(32,88,154,0.18);
  overflow: hidden;
}
.hero-v5::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(255,255,255,0.08) 72%, transparent 92%),
    radial-gradient(circle at 52% 0%, rgba(255,255,255,0.18), transparent 34rem);
}
.hero-v5 .hero-copy,
.hero-v5 .hero-app-stage { position: relative; z-index: 1; }
.hero-v5 h1 { color: white; text-shadow: 0 5px 30px rgba(15,55,125,0.16); }
.hero-v5 .eyebrow { color: rgba(255,255,255,0.82); }
.hero-v5 .status-dot { background: #fff56a; box-shadow: 0 0 0 7px rgba(255,245,106,0.16); }
.hero-v5 .hero-lede { color: rgba(255,255,255,0.88); }
.hero-v5 .mini-facts span {
  color: white;
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.30);
  backdrop-filter: blur(12px);
}
.hero-v5 .button-primary {
  color: #1469c7;
  background: white;
  box-shadow: 0 15px 34px rgba(22,70,145,0.24);
}
.hero-v5 .button-soft {
  color: white;
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.42);
  box-shadow: 0 14px 30px rgba(30,65,130,0.18);
  backdrop-filter: blur(14px);
}
.hero-v5 .button-soft:hover { background: rgba(255,255,255,0.23); }
.hero-v5 .hero-app-stage::before {
  background: radial-gradient(circle, rgba(255,255,255,0.72), rgba(115,235,244,0.24) 44%, rgba(238,184,255,0.16) 66%, transparent 73%);
}

@media (max-width: 920px) {
  .hero-v5 {
    padding-left: max(18px, calc((100vw - 720px) / 2));
    padding-right: max(18px, calc((100vw - 720px) / 2));
  }
}

@media (max-width: 620px) {
  .hero-v5 {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* Version 12: prediction science uses the real app content */
.science-v12 {
  padding: 118px 0 126px;
  background:
    radial-gradient(circle at 12% 18%, rgba(145, 104, 255, 0.14), transparent 25rem),
    radial-gradient(circle at 88% 30%, rgba(52, 211, 240, 0.16), transparent 26rem),
    linear-gradient(155deg, rgba(235, 241, 255, 0.90), rgba(235, 250, 255, 0.88) 48%, rgba(248, 237, 255, 0.88));
}
.science-v12-heading {
  max-width: 900px;
  margin-bottom: 28px;
}
.science-v12-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}
.prediction-promise {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 23px;
  margin-bottom: 18px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(225, 250, 231, 0.95), rgba(227, 250, 255, 0.88), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(70, 188, 111, 0.26);
  box-shadow: 0 15px 38px rgba(51, 152, 101, 0.10);
}
.prediction-promise-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(70, 191, 103, 0.15);
  color: #24a653;
  font-size: 1.55rem;
  font-weight: 950;
}
.prediction-promise p { margin: 0; color: #294b3d; font-size: 1.08rem; line-height: 1.55; }
.prediction-big-picture {
  padding: 25px 27px;
  margin-bottom: 22px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(235, 229, 255, 0.90), rgba(225, 247, 255, 0.88), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(116, 99, 210, 0.18);
  box-shadow: 0 16px 42px rgba(68, 83, 155, 0.09);
}
.prediction-big-picture-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--brand-navy);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.prediction-big-picture-label span { color: #7b52df; }
.prediction-big-picture p { margin: 0; color: #4c6076; font-size: 1.04rem; line-height: 1.72; }
.prediction-science-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.prediction-science-card {
  --accent: #7252da;
  --accent-soft: rgba(114, 82, 218, 0.10);
  position: relative;
  padding: 24px 25px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--accent-soft), rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.78));
  border: 1px solid color-mix(in srgb, var(--accent) 24%, white);
  box-shadow: 0 15px 38px rgba(33, 70, 115, 0.09);
}
.prediction-science-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.78;
}
.prediction-science-header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
.prediction-science-icon {
  flex: 0 0 auto;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 13%, white);
  color: var(--accent);
  font-size: 1.32rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, white);
}
.prediction-science-card h3 {
  color: var(--brand-navy);
  font-size: 1.28rem;
  line-height: 1.18;
}
.prediction-science-card p {
  margin: 0;
  color: #52657a;
  font-size: 0.99rem;
  line-height: 1.67;
}
.prediction-science-card p + p {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--accent) 13%, white);
}
.prediction-wide-card { grid-column: span 1; }
.prediction-accent-purple { --accent: #7953d9; --accent-soft: rgba(121, 83, 217, 0.11); }
.prediction-accent-blue { --accent: #2587df; --accent-soft: rgba(37, 135, 223, 0.10); }
.prediction-accent-orange { --accent: #ef942a; --accent-soft: rgba(239, 148, 42, 0.11); }
.prediction-accent-indigo { --accent: #4f60c8; --accent-soft: rgba(79, 96, 200, 0.10); }
.prediction-accent-cyan { --accent: #18a9c5; --accent-soft: rgba(24, 169, 197, 0.10); }
.prediction-accent-green { --accent: #2ba55e; --accent-soft: rgba(43, 165, 94, 0.10); }
.science-v12 .science-disclaimer {
  margin-top: 22px;
  padding: 22px 25px;
  border-radius: 24px;
  background: rgba(232, 247, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.98);
  color: #34566f;
  line-height: 1.62;
}
@media (max-width: 840px) {
  .prediction-science-grid { grid-template-columns: 1fr; }
  .prediction-wide-card { grid-column: auto; }
}
@media (max-width: 620px) {
  .science-v12 { padding-top: 84px; padding-bottom: 88px; }
  .prediction-promise, .prediction-big-picture, .prediction-science-card { padding: 19px; border-radius: 21px; }
  .prediction-science-header { align-items: flex-start; }
  .prediction-science-icon { width: 43px; height: 43px; }
  .prediction-science-card h3 { font-size: 1.16rem; }
}

/* Version 14: stronger section rhythm, tighter spacing, and a more playful Learn spotlight */

/* Warm, airy bridge between the bright hero and the darker app showcase */
.promise-section {
  position: relative;
  padding-top: 34px;
  padding-bottom: 82px;
}
.promise-card {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 230, 149, 0.22), transparent 18rem),
    radial-gradient(circle at 94% 92%, rgba(218, 176, 255, 0.20), transparent 20rem),
    rgba(255, 255, 255, 0.78);
}

/* A twilight section makes the real app screens pop instead of blending into every other pale section */
.showcase-v10 {
  position: relative;
  isolation: isolate;
  padding-top: 88px;
  padding-bottom: 94px;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(75, 219, 242, 0.27), transparent 26rem),
    radial-gradient(circle at 88% 78%, rgba(233, 102, 230, 0.23), transparent 28rem),
    linear-gradient(145deg, #14275f 0%, #2259a3 48%, #6742a7 100%);
  border-top-color: rgba(255, 255, 255, 0.22);
  border-bottom-color: rgba(255, 255, 255, 0.22);
}
.showcase-v10::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 255, 255, 0.055) 73%, transparent 92%),
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.14), transparent 30rem);
}
.showcase-v10 .section-heading h2,
.showcase-v10 .section-heading p:not(.eyebrow) {
  color: white;
}
.showcase-v10 .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}
.showcase-v10 .eyebrow {
  color: rgba(173, 235, 255, 0.92);
}
.showcase-v10 .circle-control {
  color: white;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.35);
}
.showcase-v10 .tour-track-v10 {
  margin-top: 34px;
  gap: 16px;
}
.showcase-v10 .tour-card-v10 {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 62px rgba(8, 19, 61, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.showcase-v10 .tour-card-v10:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(8, 19, 61, 0.34);
}
.showcase-v10 .tour-card-v10::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  border-radius: 31px 31px 0 0;
  z-index: 4;
}
.showcase-v10 .tour-card-live::after {
  background: linear-gradient(90deg, #2775ef, #19c1dc);
}
.showcase-v10 .tour-card-community::after {
  background: linear-gradient(90deg, #21b6e8, #65d9ef);
}
.showcase-v10 .tour-card-learn::after {
  background: linear-gradient(90deg, #d62fd5, #875cf1, #25aef0);
}
.showcase-v10 .tour-card-globe::after {
  background: linear-gradient(90deg, #3a5dcc, #8e5ae8);
}
.showcase-v10 .tour-phone-v10 {
  height: 505px;
  background: rgba(229, 245, 255, 0.82);
}
.showcase-v10 .tour-card-v10 h3 {
  color: var(--brand-navy);
}
.showcase-v10 .tour-card-v10 p {
  color: #52657b;
}

/* Learn gets its own energetic visual language without inventing anything outside the app */
.showcase-v10 .tour-card-learn {
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.97), rgba(245, 230, 255, 0.96) 58%, rgba(220, 246, 255, 0.96));
  box-shadow: 0 28px 72px rgba(109, 51, 183, 0.34);
}
.learn-card-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(18px);
}
.learn-card-glow-one {
  width: 180px;
  height: 180px;
  top: 46%;
  left: -70px;
  background: rgba(224, 55, 216, 0.18);
}
.learn-card-glow-two {
  width: 190px;
  height: 190px;
  right: -76px;
  bottom: -65px;
  background: rgba(32, 177, 239, 0.20);
}
.showcase-v10 .tour-card-learn .tour-number {
  background: linear-gradient(135deg, #c92fd4, #277de8);
}
.showcase-v10 .tour-card-learn .tour-phone-v10 {
  background: linear-gradient(180deg, rgba(248, 223, 255, 0.96), rgba(216, 241, 255, 0.92));
  box-shadow: 0 16px 36px rgba(110, 70, 184, 0.16);
}
.learn-feature-pills {
  margin: 17px 10px 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.learn-feature-pills span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand-navy);
  font-size: 0.73rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 20px rgba(76, 71, 148, 0.10);
}
.learn-feature-pills span:nth-child(1) { background: rgba(247, 218, 255, 0.90); }
.learn-feature-pills span:nth-child(2) { background: rgba(213, 241, 255, 0.92); }
.learn-feature-pills span:nth-child(3) { background: rgba(230, 232, 255, 0.92); }

/* Community remains soft and dreamy, but the section now ends closer to its content */
.community-globe-section {
  padding-top: 88px;
  padding-bottom: 46px;
  background:
    radial-gradient(circle at 12% 20%, rgba(107, 222, 246, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 72%, rgba(235, 131, 217, 0.20), transparent 26rem),
    linear-gradient(145deg, rgba(226, 247, 255, 0.88), rgba(249, 238, 255, 0.86));
}
.community-globe-copy .community-point {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 32px rgba(52, 86, 135, 0.08);
}

/* Science is intentionally cleaner and cooler so the information feels trustworthy and readable */
.science-v12 {
  padding-top: 74px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 90% 8%, rgba(83, 218, 242, 0.10), transparent 23rem),
    linear-gradient(180deg, #f9fcff 0%, #edf7ff 100%);
}
.science-v12-heading {
  margin-bottom: 22px;
}
.prediction-promise,
.prediction-big-picture,
.prediction-science-card {
  box-shadow: 0 13px 32px rgba(39, 83, 126, 0.075);
}

/* The story shifts warmer to feel personal after the technical science section */
.creator-section {
  padding-top: 86px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 205, 111, 0.20), transparent 22rem),
    radial-gradient(circle at 88% 74%, rgba(242, 125, 195, 0.18), transparent 24rem),
    linear-gradient(145deg, rgba(255, 247, 226, 0.92), rgba(255, 232, 247, 0.88));
}
.creator-card {
  background: rgba(255, 255, 255, 0.80);
}

/* Final action is compact and crisp rather than another oversized pale section */
.final-cta {
  padding-top: 88px;
  padding-bottom: 88px;
  gap: 54px;
}
.cta-art {
  background: linear-gradient(145deg, rgba(223, 246, 255, 0.86), rgba(246, 229, 255, 0.82));
}

@media (max-width: 1080px) {
  .showcase-v10 .tour-phone-v10 { height: 500px; }
}

@media (max-width: 920px) {
  .promise-section { padding-bottom: 72px; }
  .showcase-v10 { padding-top: 78px; padding-bottom: 82px; }
  .community-globe-section { padding-top: 78px; padding-bottom: 38px; }
  .science-v12 { padding-top: 68px; padding-bottom: 80px; }
  .creator-section, .final-cta { padding-top: 76px; padding-bottom: 78px; }
}

@media (max-width: 620px) {
  .promise-section { padding-top: 20px; padding-bottom: 62px; }
  .showcase-v10 { padding-top: 66px; padding-bottom: 70px; }
  .showcase-v10 .tour-track-v10 { margin-top: 28px; }
  .showcase-v10 .tour-phone-v10 { height: 490px; }
  .learn-feature-pills { margin-left: 5px; margin-right: 5px; }
  .community-globe-section { padding-top: 68px; padding-bottom: 28px; }
  .science-v12 { padding-top: 60px; padding-bottom: 70px; }
  .creator-section, .final-cta { padding-top: 66px; padding-bottom: 68px; }
}
.showcase-v10 .tour-card-learn > *:not(.learn-card-glow) {
  position: relative;
  z-index: 1;
}
.learn-card-glow { z-index: 0; }

/* Version 15: compact app showcase and a more visual, app grounded prediction section */
.showcase-v10 {
  padding-top: 72px;
  padding-bottom: 76px;
}
.showcase-v10 .tour-track-v10 {
  margin-top: 28px;
  align-items: start;
  gap: 15px;
}
.showcase-v10 .tour-card-v10 {
  align-self: start;
  height: auto;
  padding: 12px 12px 22px;
  border-radius: 27px;
}
.showcase-v10 .tour-card-v10:hover {
  transform: translateY(-3px);
}
.showcase-v10 .tour-phone-v10 {
  height: 430px;
  border-radius: 22px;
}
.showcase-v10 .tour-card-v10 h3 {
  margin: 17px 8px 0;
  font-size: 1.17rem;
  line-height: 1.24;
}
.showcase-v10 .tour-card-v10 p {
  margin: 10px 8px 0;
  font-size: 0.92rem;
  line-height: 1.5;
}
.showcase-v10 .tour-card-learn {
  overflow: visible;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 24px 62px rgba(8, 19, 61, 0.28);
}
.showcase-v10 .tour-card-learn .tour-phone-v10 {
  background: rgba(229, 245, 255, 0.82);
  box-shadow: none;
}
.learn-card-glow,
.learn-feature-pills {
  display: none !important;
}

.science-v15 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 88px;
  color: white;
  background:
    radial-gradient(circle at 12% 10%, rgba(70, 221, 241, 0.24), transparent 27rem),
    radial-gradient(circle at 92% 78%, rgba(222, 91, 226, 0.25), transparent 29rem),
    linear-gradient(145deg, #10275d 0%, #165fa2 48%, #6741a5 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.science-v15::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 55%, rgba(255, 255, 255, 0.05) 72%, transparent 88%),
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.14), transparent 31rem);
}
.prediction-v15-heading {
  max-width: 900px;
}
.prediction-v15-heading .eyebrow {
  color: rgba(177, 237, 255, 0.95);
}
.prediction-v15-heading h2 {
  color: white;
}
.prediction-v15-heading > p:not(.eyebrow) {
  max-width: 790px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 1.1rem;
  line-height: 1.68;
}
.prediction-v15-promise {
  margin-top: 30px;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 13px;
  border-radius: 999px;
  color: #174b3d;
  background: rgba(232, 255, 241, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 35px rgba(5, 20, 64, 0.20);
}
.prediction-v15-promise span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #28a768;
  font-weight: 950;
}
.prediction-v15-promise strong {
  line-height: 1.35;
}
.prediction-v15-signal-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.prediction-v15-signal {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: start;
  gap: 18px;
  padding: 27px 28px;
  border-radius: 29px;
  color: #17304f;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(7, 19, 62, 0.22);
}
.prediction-v15-signal::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -82px;
  bottom: -105px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
}
.prediction-v15-signal > img,
.prediction-v15-symbol {
  width: 78px;
  height: 78px;
  object-fit: cover;
  display: grid;
  place-items: center;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(34, 78, 125, 0.16);
}
.prediction-v15-symbol {
  color: #f39a27;
  background: linear-gradient(145deg, #fff9da, #ffe4a2);
  font-size: 2.1rem;
}
.prediction-v15-number {
  position: absolute;
  top: 17px;
  right: 18px;
  color: rgba(20, 50, 82, 0.34);
  font-size: 0.79rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.prediction-v15-label {
  margin: 2px 0 7px !important;
  color: #276b92 !important;
  font-size: 0.74rem !important;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.prediction-v15-signal h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.37rem;
  line-height: 1.2;
}
.prediction-v15-signal div > p:last-child {
  margin: 12px 0 0;
  color: #4a6076;
  line-height: 1.58;
}
.signal-sun {
  background: linear-gradient(140deg, #fff8ca, #ffe495);
}
.signal-rain {
  background: linear-gradient(140deg, #dcf9ff, #91e5fb);
}
.signal-path {
  background: linear-gradient(140deg, #fff0dc, #ffd6a6 58%, #f6deff);
}
.signal-result {
  background: linear-gradient(140deg, #f7e4ff, #d7d9ff 52%, #bdeffa);
}
.prediction-v15-data {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 20px 48px rgba(7, 19, 62, 0.19);
  backdrop-filter: blur(18px);
}
.prediction-v15-data-copy .eyebrow {
  color: #8fe9ff;
}
.prediction-v15-data-copy h3 {
  color: white;
  font-size: 1.5rem;
}
.prediction-v15-data-copy > p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}
.prediction-v15-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.prediction-v15-chips span {
  padding: 9px 12px;
  border-radius: 999px;
  color: #244765;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 840;
  box-shadow: 0 8px 20px rgba(7, 19, 62, 0.10);
}
.prediction-v15-testing {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  align-items: center;
  padding: 23px 26px;
  border-radius: 26px;
  color: #214a3a;
  background: linear-gradient(135deg, rgba(228, 255, 237, 0.96), rgba(208, 248, 255, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 17px 38px rgba(7, 19, 62, 0.18);
}
.prediction-v15-testing-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #27a568;
  font-size: 1.35rem;
  font-weight: 950;
}
.prediction-v15-testing h3 {
  color: #173f35;
  font-size: 1.24rem;
}
.prediction-v15-testing p {
  margin: 6px 0 0;
  color: #42665c;
  line-height: 1.58;
}
.science-v15 .prediction-v15-disclaimer {
  margin-top: 18px;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(9, 25, 66, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}
.science-v15 .prediction-v15-disclaimer strong {
  color: white;
}

@media (max-width: 1080px) {
  .showcase-v10 .tour-phone-v10 { height: 455px; }
  .prediction-v15-signal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .science-v15 { padding-top: 70px; padding-bottom: 76px; }
  .prediction-v15-data { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  .showcase-v10 { padding-top: 60px; padding-bottom: 64px; }
  .showcase-v10 .tour-phone-v10 { height: 470px; }
  .science-v15 { padding-top: 60px; padding-bottom: 66px; }
  .prediction-v15-promise {
    width: 100%;
    border-radius: 22px;
  }
  .prediction-v15-signal {
    grid-template-columns: 64px 1fr;
    min-height: auto;
    padding: 21px;
    gap: 14px;
    border-radius: 24px;
  }
  .prediction-v15-signal > img,
  .prediction-v15-symbol {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
  .prediction-v15-signal h3 { font-size: 1.15rem; }
  .prediction-v15-data,
  .prediction-v15-testing { padding: 21px; border-radius: 23px; }
}

/* Version 16: restore approved prediction copy and the disciplined four card alignment */

/* Keep every app screen card on one shared grid and one shared baseline. */
.showcase-v10 .tour-number {
  display: none;
}
.showcase-v10 .tour-track-v10 {
  align-items: stretch;
  gap: 16px;
}
.showcase-v10 .tour-card-v10,
.showcase-v10 .tour-card-learn {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 14px 14px 25px;
  overflow: hidden;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.60);
  box-shadow: 0 24px 62px rgba(8, 19, 61, 0.28);
}
.showcase-v10 .tour-card-v10:hover,
.showcase-v10 .tour-card-learn:hover {
  transform: translateY(-4px);
  box-shadow: 0 29px 70px rgba(8, 19, 61, 0.33);
}
.showcase-v10 .tour-card-learn .tour-number {
  background: #405b83;
}
.showcase-v10 .tour-phone-v10,
.showcase-v10 .tour-card-learn .tour-phone-v10 {
  flex: 0 0 505px;
  width: 100%;
  height: 505px;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(229, 245, 255, 0.82);
  box-shadow: none;
}
.showcase-v10 .tour-phone-v10 img,
.showcase-v10 .tour-card-learn .tour-phone-v10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.showcase-v10 .tour-card-v10 h3 {
  min-height: 1.55em;
  margin: 20px 10px 0;
  font-size: 1.20rem;
  line-height: 1.28;
}
.showcase-v10 .tour-card-v10 p {
  margin: 12px 10px 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (min-width: 1081px) {
  .showcase-v10 .tour-track-v10 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
    overflow: visible;
  }
}

@media (max-width: 1080px) {
  .showcase-v10 .tour-track-v10 {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(295px, 345px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .showcase-v10 .tour-card-v10 {
    scroll-snap-align: start;
  }
  .showcase-v10 .tour-phone-v10,
  .showcase-v10 .tour-card-learn .tour-phone-v10 {
    flex-basis: 505px;
    height: 505px;
  }
}

@media (max-width: 620px) {
  .showcase-v10 .tour-phone-v10,
  .showcase-v10 .tour-card-learn .tour-phone-v10 {
    flex-basis: 470px;
    height: 470px;
  }
}

/* The blue section stays. Only the approved app wording and its visual hierarchy are restored. */
.science-v16 {
  padding: 82px 0 88px;
}
.prediction-v16-heading {
  max-width: 940px;
}
.prediction-v16-heading .eyebrow {
  color: rgba(177, 237, 255, 0.95);
}
.prediction-v16-heading h2 {
  color: white;
}
.prediction-v16-heading > p:not(.eyebrow) {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.10rem;
  line-height: 1.68;
}
.prediction-v16-promise {
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 19px 13px 13px;
  border-radius: 999px;
  color: #174b3d;
  background: rgba(232, 255, 241, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 35px rgba(5, 20, 64, 0.20);
}
.prediction-v16-promise span {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #28a768;
  font-weight: 950;
}
.prediction-v16-promise strong {
  line-height: 1.4;
}
.prediction-v16-picture {
  margin-top: 18px;
  padding: 24px 27px;
  border-radius: 27px;
  color: white;
  background:
    radial-gradient(circle at 96% 8%, rgba(146, 232, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(114, 78, 196, 0.30), rgba(27, 119, 177, 0.22), rgba(255, 255, 255, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.29);
  box-shadow: 0 20px 48px rgba(7, 19, 62, 0.18);
  backdrop-filter: blur(18px);
}
.prediction-v16-picture-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #aeeeff;
  font-size: 0.80rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.prediction-v16-picture p {
  max-width: 1080px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.72;
}
.prediction-v16-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.prediction-v16-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 25px 25px 27px;
  border-radius: 28px;
  color: #17304f;
  border: 1px solid rgba(255, 255, 255, 0.93);
  box-shadow: 0 22px 54px rgba(7, 19, 62, 0.22);
}
.prediction-v16-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -92px;
  bottom: -105px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.prediction-v16-card-number {
  position: absolute;
  top: 17px;
  right: 19px;
  color: rgba(20, 50, 82, 0.35);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.prediction-v16-card-heading {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 28px;
  margin-bottom: 14px;
}
.prediction-v16-card-heading img,
.prediction-v16-symbol {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  object-fit: cover;
  border-radius: 21px;
  border: 1px solid rgba(255, 255, 255, 0.97);
  box-shadow: 0 13px 27px rgba(34, 78, 125, 0.16);
}
.prediction-v16-card h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.25rem;
  line-height: 1.21;
}
.prediction-v16-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #465e75;
  line-height: 1.64;
}
.prediction-v16-sun {
  background: linear-gradient(140deg, #fff8ca, #ffe495);
}
.prediction-v16-rain {
  background: linear-gradient(140deg, #dcf9ff, #91e5fb);
}
.prediction-v16-light {
  background: linear-gradient(140deg, #fff0dc, #ffd6a6 58%, #f6deff);
}
.prediction-v16-systems {
  background: linear-gradient(140deg, #f0e8ff, #cedaff 55%, #c8f2ff);
}
.prediction-v16-tools {
  background: linear-gradient(140deg, #dff8ff, #b7ebf5 52%, #e2dcff);
}
.prediction-v16-testing {
  background: linear-gradient(140deg, #e4ffed, #d0f8ff 55%, #e9e0ff);
}
.prediction-v16-symbol {
  color: #f39a27;
  background: linear-gradient(145deg, #fff9da, #ffe4a2);
  font-size: 1.85rem;
  font-weight: 950;
}
.prediction-v16-six {
  color: #4658c3;
  background: linear-gradient(145deg, #f7f1ff, #d9e2ff);
}
.prediction-v16-noaa {
  width: 72px;
  color: #167e9f;
  background: linear-gradient(145deg, #effcff, #cceff7);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}
.prediction-v16-check {
  color: white;
  background: #27a568;
}
.prediction-v16-wide {
  grid-column: span 2;
}
.prediction-v16-full {
  grid-column: 1 / -1;
}
.prediction-v16-paragraph-grid,
.prediction-v16-testing-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}
.prediction-v16-paragraph-grid p,
.prediction-v16-testing-copy p {
  padding: 13px 0;
  border-top: 1px solid rgba(30, 91, 122, 0.13);
}
.prediction-v16-testing-copy p {
  border-top-color: rgba(39, 133, 91, 0.14);
}
.science-v16 .prediction-v16-disclaimer {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(9, 25, 66, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}
.science-v16 .prediction-v16-disclaimer strong {
  color: white;
}

@media (max-width: 1050px) {
  .prediction-v16-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prediction-v16-wide,
  .prediction-v16-full {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .science-v16 {
    padding-top: 64px;
    padding-bottom: 70px;
  }
  .prediction-v16-promise {
    width: 100%;
    border-radius: 23px;
  }
  .prediction-v16-grid {
    grid-template-columns: 1fr;
  }
  .prediction-v16-wide,
  .prediction-v16-full {
    grid-column: auto;
  }
  .prediction-v16-card,
  .prediction-v16-picture {
    padding: 21px;
    border-radius: 24px;
  }
  .prediction-v16-card-heading {
    min-height: auto;
  }
  .prediction-v16-card-heading img,
  .prediction-v16-symbol {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }
  .prediction-v16-noaa {
    width: 64px;
  }
  .prediction-v16-card h3 {
    font-size: 1.15rem;
  }
  .prediction-v16-paragraph-grid,
  .prediction-v16-testing-copy {
    grid-template-columns: 1fr;
  }
}


/* Final alignment correction: the Learn number stays over the image instead of entering the card flow. */
.showcase-v10 .tour-card-learn > .tour-number {
  position: absolute;
}
.showcase-v10 .tour-card-v10 h3 {
  min-height: 1.55em;
  font-size: 1.18rem;
  white-space: nowrap;
}


.form-status {
  min-height: 1.4em;
  margin: 4px 0 0;
  color: #8c2f52;
  font-weight: 750;
  line-height: 1.5;
}
.form-status:empty {
  display: none;
}
.form-status a {
  color: #087eb8;
}
.feedback-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}
