/* WelaOS public homepage
   The page is deliberately framework-free: semantic HTML remains useful before
   this stylesheet loads, and every interactive treatment has a native fallback. */

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

:root {
  --wela-ink: #11211c;
  --wela-ink-soft: #42544d;
  --wela-ink-muted: #68766f;
  --wela-emerald-950: #042d24;
  --wela-emerald-900: #063f32;
  --wela-emerald-800: #0b5542;
  --wela-emerald-700: #13705a;
  --wela-emerald-100: #dceee7;
  --wela-emerald-50: #eef7f3;
  --wela-gold-700: #9b6f12;
  --wela-gold-500: #d4af37;
  --wela-gold-300: #efd88e;
  --wela-champagne: #fff8ee;
  --wela-champagne-deep: #f4e7d3;
  --wela-white: #fffefb;
  --wela-line: rgba(6, 63, 50, 0.15);
  --wela-line-strong: rgba(6, 63, 50, 0.25);
  --wela-shadow-sm: 0 10px 30px rgba(4, 45, 36, 0.08);
  --wela-shadow-md: 0 24px 64px rgba(4, 45, 36, 0.13);
  --wela-shadow-lg: 0 34px 90px rgba(4, 45, 36, 0.2);
  --wela-radius-sm: 12px;
  --wela-radius: 20px;
  --wela-radius-lg: 30px;
  --wela-container: 1240px;
  --wela-header-height: 78px;
  --wela-section-space: clamp(4rem, 7vw, 6.5rem);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wela-header-height) + 22px);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--wela-white);
  color: var(--wela-ink);
  font-family: Inter, "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary,
select {
  cursor: pointer;
}

a {
  color: var(--wela-emerald-800);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--wela-emerald-950);
}

:focus-visible {
  outline: 3px solid var(--wela-gold-500);
  outline-offset: 3px;
}

::selection {
  background: var(--wela-gold-300);
  color: var(--wela-emerald-950);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--wela-emerald-950);
  color: #fff;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container,
.section-container {
  width: min(calc(100% - 48px), var(--wela-container));
  margin-inline: auto;
}

.section,
main > section {
  position: relative;
  padding-block: var(--wela-section-space);
  scroll-margin-top: 0;
}

.section--cream,
.section-cream {
  background: var(--wela-champagne);
}

.section--mist,
.section-mist {
  background: var(--wela-emerald-50);
}

.section-pricing {
  background:
    radial-gradient(circle at 90% 5%, rgba(212, 175, 55, 0.16), transparent 22rem),
    linear-gradient(145deg, #fffdf8 0%, #f7ecd9 58%, #f2e1c5 100%);
}

.section-faq {
  background: #fff;
}

.section--dark,
.section-dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.18), transparent 29rem),
    radial-gradient(circle at 4% 90%, rgba(19, 112, 90, 0.55), transparent 32rem),
    var(--wela-emerald-950);
  color: #fff;
}

.section--dark .section-lede,
.section-dark .section-lede,
.section--dark .muted,
.section-dark .muted {
  color: rgba(255, 255, 255, 0.74);
}

#switching.section-switching {
  background:
    radial-gradient(circle at 88% 8%, rgba(212, 175, 55, 0.17), transparent 25rem),
    radial-gradient(circle at 8% 96%, rgba(19, 112, 90, 0.1), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f3ecdd 58%, #eaf5ef);
}

.section-head,
.section-heading {
  max-width: 790px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.section-head--left,
.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 0.9rem;
  color: var(--wela-emerald-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: var(--wela-gold-500);
  content: "";
}

.section--dark .eyebrow,
.section-dark .eyebrow,
.section--dark .section-kicker,
.section-dark .section-kicker {
  color: var(--wela-gold-300);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: Inter, "Noto Sans Thai", system-ui, sans-serif;
  line-height: 1.13;
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(2.12rem, 4.24vw, 4.28rem);
  font-weight: 760;
  letter-spacing: -0.055em;
}

h2,
.section-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  font-weight: 720;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  font-weight: 710;
  letter-spacing: -0.02em;
}

:lang(th) h1,
:lang(th) h2,
:lang(th) h3,
:lang(th) h4 {
  letter-spacing: -0.015em;
  line-height: 1.27;
}

.text-accent,
.accent-text {
  color: var(--wela-emerald-700);
}

.section--dark .text-accent,
.section-dark .text-accent,
.section--dark .accent-text,
.section-dark .accent-text {
  color: var(--wela-gold-300);
}

.section-lede,
.lede {
  margin-bottom: 0;
  color: var(--wela-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.muted {
  color: var(--wela-ink-muted);
}

.button,
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0.75rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--wela-emerald-900);
  box-shadow: 0 8px 22px rgba(4, 45, 36, 0.15);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.btn:hover {
  background: var(--wela-emerald-800);
  box-shadow: 0 13px 30px rgba(4, 45, 36, 0.22);
  color: #fff;
  transform: translateY(-2px);
}

.button--gold,
.btn-gold {
  background: var(--wela-gold-500);
  color: var(--wela-emerald-950);
}

.button--gold:hover,
.btn-gold:hover {
  background: var(--wela-gold-300);
  color: var(--wela-emerald-950);
}

.button--outline,
.btn-outline,
.button--secondary {
  border-color: var(--wela-line-strong);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
  color: var(--wela-emerald-900);
}

.button--outline:hover,
.btn-outline:hover,
.button--secondary:hover {
  border-color: var(--wela-emerald-700);
  background: var(--wela-emerald-50);
  color: var(--wela-emerald-950);
}

.button--line,
.btn-line {
  border-color: #06c755;
  background: #06c755;
  color: #062b18;
}

.button--line:hover,
.btn-line:hover {
  background: #20d766;
  color: #062b18;
}

.button--text,
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--wela-emerald-800);
  font-weight: 750;
  text-decoration: none;
}

.button--text:hover,
.text-link:hover {
  color: var(--wela-emerald-950);
  text-decoration: underline;
}

.button-row,
.cta-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

/* Navigation */
.site-header,
.landing-nav,
body > nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255, 254, 251, 0.9);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.landing-nav.is-scrolled,
body > nav.is-scrolled {
  border-bottom-color: var(--wela-line);
  box-shadow: 0 12px 28px rgba(4, 45, 36, 0.07);
}

.nav-inner {
  width: min(calc(100% - 48px), var(--wela-container));
  min-height: var(--wela-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-inline: auto;
}

.nav-logo,
.brand-link {
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  color: var(--wela-ink);
  text-decoration: none;
}

.nav-logo img,
.brand-link img,
.nav-logo-img {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.nav-links,
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.4vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a,
.desktop-nav a {
  color: var(--wela-ink-soft);
  font-size: 0.87rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.desktop-nav a:hover {
  color: var(--wela-emerald-800);
}

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

.language-toggle,
.lang-btn,
[data-language-toggle] {
  min-width: 49px;
  min-height: 42px;
  border: 1px solid var(--wela-line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--wela-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.language-toggle:hover,
.lang-btn:hover,
[data-language-toggle]:hover {
  border-color: var(--wela-emerald-700);
  color: var(--wela-emerald-800);
}

.nav-line-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #087330;
  text-decoration: none;
}

.nav-line-link svg {
  width: 32px;
  height: 32px;
  display: block;
  transition: transform 180ms ease;
}

.nav-line-link:hover svg {
  transform: scale(1.08);
}

.nav-primary {
  min-height: 42px;
  padding-inline: 1rem;
  font-size: 0.84rem;
}

.menu-toggle,
#nav-toggle,
#mobileMenuBtn {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--wela-line-strong);
  border-radius: 50%;
  background: transparent;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--wela-emerald-900);
  content: "";
  transition: transform 180ms ease;
}

.menu-toggle-bars::before {
  transform: translateY(-6px);
}

.menu-toggle-bars::after {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars,
#nav-toggle[aria-expanded="true"] .menu-toggle-bars,
#mobileMenuBtn[aria-expanded="true"] .menu-toggle-bars {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars::before,
#nav-toggle[aria-expanded="true"] .menu-toggle-bars::before,
#mobileMenuBtn[aria-expanded="true"] .menu-toggle-bars::before {
  transform: translateY(2px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars::after,
#nav-toggle[aria-expanded="true"] .menu-toggle-bars::after,
#mobileMenuBtn[aria-expanded="true"] .menu-toggle-bars::after {
  transform: rotate(-45deg);
}

.mobile-menu,
#mobile-menu,
#mobileDrawer {
  display: none;
}

/* Hero */
#hero,
.hero {
  min-height: min(820px, calc(100vh - var(--wela-header-height)));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 88% 15%, rgba(212, 175, 55, 0.22), transparent 25rem),
    radial-gradient(circle at 0% 100%, rgba(19, 112, 90, 0.13), transparent 35rem),
    linear-gradient(145deg, var(--wela-white) 0%, var(--wela-champagne) 64%, #f5ead8 100%);
}

#hero::before,
.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(6, 63, 50, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 63, 50, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hero-copy {
  max-width: 700px;
}

.hero-subheading,
.hero-lede {
  max-width: 660px;
  margin-bottom: 1.65rem;
  color: var(--wela-ink-soft);
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  margin-bottom: 1rem;
}

.hero-channels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.1rem;
}

.hero-channels-label {
  color: var(--wela-emerald-900);
  font-size: 0.9rem;
  font-weight: 780;
}

.hero-channel-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-channel-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(4, 45, 36, 0.14);
}

.hero-channel-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.hero-channel-icon--whatsapp,
.hero-channel-icon--whatsapp svg {
  border-radius: 50%;
}

.trial-note,
.hero-note {
  max-width: 640px;
  margin: 0.95rem 0 0;
  color: var(--wela-ink-muted);
  font-size: 0.84rem;
}

.hero-visual,
.hero-composite {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  align-content: start;
  justify-items: center;
}

.hero-composite::before,
.hero-visual::before {
  position: absolute;
  top: -12%;
  left: 50%;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.27), rgba(19, 112, 90, 0.08) 48%, transparent 70%);
  content: "";
  filter: blur(2px);
  transform: translateX(-50%);
}

.hero-device,
.hero-product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wela-shadow-lg);
  transform: rotate(1.4deg);
}

.hero-device {
  width: min(100%, 560px);
  aspect-ratio: 16 / 10;
}

.hero-product-frame {
  width: min(112%, 720px);
  aspect-ratio: 1448 / 1086;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hero-product-frame::after {
  content: none;
}

.hero-device img,
.hero-product-frame img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.hero-device picture,
.hero-product-frame picture {
  width: 100%;
  height: 100%;
  display: block;
}

.journey-chip {
  position: absolute;
  z-index: 2;
  max-width: 205px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(6, 63, 50, 0.12);
  border-radius: 15px;
  background: rgba(255, 254, 251, 0.94);
  box-shadow: var(--wela-shadow-md);
  color: var(--wela-ink);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.35;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.journey-chip::before {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wela-gold-500);
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.18);
  content: "";
}

.journey-chip--one {
  top: 5%;
  left: -3%;
}

.journey-chip--two {
  top: 33%;
  right: -7%;
}

.journey-chip--three {
  bottom: 4%;
  left: 2%;
}

/* Growth loop */
.growth-loop-wrap {
  position: relative;
}

.growth-loop,
.loop-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-loop::before,
.loop-grid::before {
  position: absolute;
  top: 38px;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, var(--wela-gold-500), var(--wela-emerald-700), var(--wela-gold-500));
  content: "";
}

.loop-step,
.loop-stage {
  position: relative;
  z-index: 1;
  min-height: 290px;
  padding: 1.1rem;
  border: 1px solid var(--wela-line);
  border-radius: var(--wela-radius);
  background: rgba(255, 254, 251, 0.96);
  box-shadow: var(--wela-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.loop-stage:nth-child(4) {
  overflow: hidden;
  border-color: rgba(212, 175, 55, 0.78);
  background:
    radial-gradient(circle at 85% 12%, rgba(239, 216, 142, 0.2), transparent 8rem),
    linear-gradient(155deg, var(--wela-emerald-800), var(--wela-emerald-950));
  box-shadow:
    0 24px 56px rgba(4, 45, 36, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-10px);
}

.loop-stage:nth-child(4)::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--wela-gold-300), var(--wela-gold-500), var(--wela-gold-300));
  content: "";
}

.loop-stage:nth-child(4) .loop-number,
.loop-stage:nth-child(4) .loop-icon {
  border-color: var(--wela-emerald-900);
  background: var(--wela-gold-500);
  box-shadow: 0 0 0 1px rgba(239, 216, 142, 0.72), 0 10px 26px rgba(0, 0, 0, 0.24);
  color: var(--wela-emerald-950);
}

.loop-stage:nth-child(4) h3 {
  color: #fff;
}

.loop-stage:nth-child(4) p {
  color: rgba(255, 255, 255, 0.82);
}

.loop-step:hover,
.loop-stage:hover {
  border-color: var(--wela-line-strong);
  box-shadow: var(--wela-shadow-md);
  transform: translateY(-5px);
}

.loop-stage:nth-child(4):hover {
  border-color: var(--wela-gold-300);
  box-shadow:
    0 30px 66px rgba(4, 45, 36, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-12px);
}

.loop-number,
.loop-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.3rem;
  border: 5px solid var(--wela-white);
  border-radius: 50%;
  background: var(--wela-emerald-900);
  box-shadow: 0 0 0 1px var(--wela-line-strong), 0 8px 18px rgba(4, 45, 36, 0.15);
  color: #fff;
  font-weight: 800;
}

.loop-step h3,
.loop-stage h3 {
  font-size: 1rem;
  text-align: center;
}

.loop-step p,
.loop-stage p {
  margin: 0;
  color: var(--wela-ink-soft);
  font-size: 0.83rem;
  line-height: 1.62;
}

.repeat-marker,
.loop-repeat {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.6rem auto 0;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  background: var(--wela-emerald-50);
  color: var(--wela-emerald-900);
  font-size: 0.86rem;
  font-weight: 800;
}

/* Campaign entry and video */
#start {
  background:
    radial-gradient(circle at 95% 0, rgba(212, 175, 55, 0.18), transparent 25rem),
    radial-gradient(circle at 6% 95%, rgba(19, 112, 90, 0.1), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #edf7f2);
  color: var(--wela-emerald-950);
}

#meta-entry-banner,
.meta-entry-banner {
  max-width: 980px;
  margin: 0 auto 2.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: var(--wela-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--wela-emerald-950);
}

#meta-entry-banner[hidden],
.meta-entry-banner[hidden] {
  display: none !important;
}

#meta-entry-banner strong,
.meta-entry-banner strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--wela-gold-700);
}

#meta-entry-banner p,
.meta-entry-banner p {
  margin: 0;
  color: var(--wela-ink-soft);
}

.video-wrap,
.walkthrough-wrap {
  max-width: 1040px;
  margin-inline: auto;
}

#video-shell,
.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(6, 63, 50, 0.18);
  border-radius: clamp(18px, 2.4vw, 28px);
  background:
    linear-gradient(145deg, rgba(6, 63, 50, 0.2), rgba(4, 26, 21, 0.72)),
    var(--video-poster, none) center / cover no-repeat,
    #092f27;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

#video-shell iframe,
#video-shell > div,
.video-shell iframe,
.video-shell > div {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-play,
[data-video-play] {
  position: absolute;
  inset: 0;
  width: 100%;
  display: grid;
  place-items: center;
  gap: 0.85rem;
  border: 0;
  background: linear-gradient(180deg, rgba(4, 45, 36, 0.08), rgba(4, 45, 36, 0.55));
  color: #fff;
  text-align: center;
}

.video-play-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: var(--wela-gold-500);
  box-shadow: 0 17px 45px rgba(0, 0, 0, 0.3);
  color: var(--wela-emerald-950);
  font-size: 1.45rem;
  transition: transform 180ms ease;
}

.video-play:hover .video-play-icon,
[data-video-play]:hover .video-play-icon {
  transform: scale(1.06);
}

.video-shell.is-unavailable [data-video-play] {
  cursor: default;
  background: linear-gradient(180deg, rgba(4, 45, 36, 0.28), rgba(4, 45, 36, 0.76));
}

.video-shell.is-unavailable .video-play-copy {
  max-width: 580px;
  padding-inline: 1.25rem;
  line-height: 1.55;
}

.video-chapters [aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.45;
}

.video-play-copy {
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
}

.video-privacy {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 500;
}

.video-chapters,
.chapter-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.video-chapters a,
.video-chapters button,
.chapter-links a,
.chapter-links button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(6, 63, 50, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--wela-emerald-900);
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
}

.video-chapters a:hover,
.video-chapters button:hover,
.chapter-links a:hover,
.chapter-links button:hover {
  border-color: var(--wela-gold-300);
  color: var(--wela-emerald-950);
}

.walkthrough-actions {
  justify-content: center;
  margin-top: 1.6rem;
}

/* Outcomes */
#outcomes {
  position: relative;
  color: var(--wela-emerald-950);
}

.outcomes-inline {
  padding: 0;
}

#outcomes::before {
  content: none;
}

#outcomes .section-heading {
  position: relative;
  max-width: 980px;
  margin-inline: 0;
  text-align: left;
}

#outcomes .section-kicker {
  color: var(--wela-gold-300);
}

#outcomes .section-title {
  max-width: 940px;
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
}

#outcomes .section-lede {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

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

.outcome-card,
.outcomes-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.7vw, 2rem);
  border: 1px solid rgba(6, 63, 50, 0.13);
  border-radius: var(--wela-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(4, 49, 38, 0.06);
  color: var(--wela-emerald-950);
}

.outcome-card + .outcome-card,
.outcomes-card + .outcomes-card {
  border-left: 1px solid rgba(6, 63, 50, 0.13);
}

.outcome-card:nth-child(1),
.outcomes-card:nth-child(1) {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(235, 247, 241, 0.8));
}

.outcome-card:nth-child(2),
.outcomes-card:nth-child(2) {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(255, 247, 223, 0.84));
}

.outcome-card:nth-child(3),
.outcomes-card:nth-child(3) {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(239, 247, 241, 0.84));
}

.outcome-card > *,
.outcomes-card > * {
  position: relative;
  z-index: 1;
}

.outcome-card:hover,
.outcomes-card:hover {
  box-shadow: none;
  transform: none;
}

.outcome-icon,
.card-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: clamp(1.3rem, 3vw, 2rem);
  border: 2px solid rgba(212, 175, 55, 0.72);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 248, 222, 0.96), rgba(232, 245, 239, 0.96));
  box-shadow:
    inset 0 0 0 6px rgba(255, 255, 255, 0.64),
    0 10px 22px rgba(4, 49, 38, 0.08);
  color: var(--wela-emerald-700);
  font-size: 1.65rem;
}

.outcome-icon-svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.outcome-icon-accent {
  stroke: var(--wela-gold-700);
  stroke-width: 2.65;
}

.outcome-card h3,
.outcomes-card h3 {
  max-width: 310px;
  color: var(--wela-emerald-950);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.outcome-card p,
.outcomes-card p {
  max-width: 340px;
  margin-bottom: 0;
  color: var(--wela-ink-soft);
  font-size: 0.98rem;
  line-height: 1.72;
}

.outcome-card .text-link,
.outcomes-card .text-link {
  display: none;
}

/* Traditional comparison */
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.comparison-card {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--wela-line);
  border-radius: var(--wela-radius-lg);
  background: var(--wela-white);
  box-shadow: var(--wela-shadow-sm);
}

.comparison-card--wela,
.comparison-card.is-welaos {
  border-color: rgba(239, 216, 142, 0.38);
  background:
    radial-gradient(circle at 100% 0, rgba(212, 175, 55, 0.19), transparent 18rem),
    var(--wela-emerald-950);
  color: #fff;
}

.comparison-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--wela-ink-soft);
}

.comparison-card li::before {
  position: absolute;
  top: 0.32rem;
  left: 0;
  color: var(--wela-gold-700);
  content: "●";
  font-size: 0.72rem;
}

.comparison-card--wela li,
.comparison-card.is-welaos li {
  color: rgba(255, 255, 255, 0.82);
}

.comparison-card--wela li::before,
.comparison-card.is-welaos li::before {
  color: var(--wela-gold-300);
}

/* Product proof */
.proof-story,
.product-story {
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.product-proof-subsection {
  margin-top: clamp(3rem, 6vw, 5rem);
  scroll-margin-top: 100px;
}

.proof-moment,
.product-moment {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.proof-moment:nth-child(even),
.product-moment:nth-child(even) {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.08fr);
}

.proof-moment:nth-child(even) .proof-frame,
.product-moment:nth-child(even) .product-frame {
  order: 2;
}

.proof-frame,
.product-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--wela-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wela-shadow-md);
}

.proof-frame::before,
.product-frame::before {
  height: 24px;
  display: block;
  margin: -2px 0 8px;
  border-radius: 12px 12px 4px 4px;
  background:
    radial-gradient(circle at 12px 12px, #e66c63 0 3px, transparent 3.5px),
    radial-gradient(circle at 24px 12px, #e5b94c 0 3px, transparent 3.5px),
    radial-gradient(circle at 36px 12px, #55b877 0 3px, transparent 3.5px),
    #eff3f1;
  content: "";
}

.proof-frame picture,
.product-frame picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(6, 63, 50, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(19, 112, 90, 0.07), transparent 70%),
    #f6f8f7;
}

#proof-enquiry .product-frame picture {
  aspect-ratio: 1705 / 863;
}

#proof-booking .product-frame picture {
  aspect-ratio: 1694 / 868;
}

#proof-reactivation .product-frame picture {
  aspect-ratio: 1694 / 865;
}

.proof-frame img,
.product-frame img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
  background: #f6f8f7;
  object-fit: contain;
  object-position: center;
}

.proof-frame > img,
.product-frame > img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(6, 63, 50, 0.08);
}

.proof-copy,
.product-copy {
  max-width: 480px;
}

.proof-index,
.moment-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 1.05rem;
  border-radius: 50%;
  background: var(--wela-gold-500);
  color: var(--wela-emerald-950);
  font-size: 0.78rem;
  font-weight: 850;
}

.proof-copy p,
.product-copy p {
  margin-bottom: 0;
  color: var(--wela-ink-soft);
}

/* Switching */
.switch-grid,
.switching-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.switch-card,
.switching-card {
  padding: 1.5rem;
  border: 1px solid rgba(6, 63, 50, 0.14);
  border-radius: var(--wela-radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(4, 49, 38, 0.06);
}

.switch-card h3,
.switching-card h3 {
  color: var(--wela-emerald-950);
}

.switch-card p,
.switching-card p {
  margin: 0;
  color: var(--wela-ink-soft);
}

.switch-callout {
  margin: 1.25rem 0 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(239, 216, 142, 0.32);
  border-radius: var(--wela-radius);
  background: rgba(212, 175, 55, 0.11);
  color: var(--wela-gold-300);
  font-weight: 720;
  text-align: center;
}

/* Pricing */
.pricing-intro-note {
  max-width: 760px;
  margin: -1.2rem auto 2rem;
  color: var(--wela-ink-muted);
  font-size: 0.86rem;
  text-align: center;
}

#plan-cards,
.plan-cards,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.plan-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--wela-line);
  border-radius: var(--wela-radius);
  background: var(--wela-white);
  box-shadow: var(--wela-shadow-sm);
}

.plan-card.is-featured,
.plan-card--featured {
  border-color: var(--wela-gold-500);
  box-shadow: 0 19px 48px rgba(4, 45, 36, 0.15);
}

.plan-card.is-featured::before,
.plan-card--featured::before {
  position: absolute;
  top: -13px;
  right: 18px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--wela-gold-500);
  color: var(--wela-emerald-950);
  content: attr(data-featured-label);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-tier {
  margin-bottom: 0.35rem;
  color: var(--wela-emerald-700);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plan-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1.45rem;
}

.plan-trial-label {
  width: fit-content;
  margin: 0.55rem 0 1rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: var(--wela-emerald-50);
  color: var(--wela-emerald-800);
  font-size: 0.69rem;
  font-weight: 800;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.85rem;
}

.plan-price strong {
  font-size: clamp(1.8rem, 2.35vw, 2.55rem);
  font-weight: 780;
  letter-spacing: -0.045em;
}

.plan-price span {
  color: var(--wela-ink-muted);
  font-size: 0.75rem;
}

.plan-best-for {
  min-height: 88px;
  margin-bottom: 1rem;
  color: var(--wela-ink-soft);
  font-size: 0.82rem;
}

.plan-features {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--wela-ink-soft);
  font-size: 0.79rem;
  line-height: 1.5;
}

.plan-features li::before {
  position: absolute;
  top: 0.04rem;
  left: 0;
  color: var(--wela-emerald-700);
  content: "✓";
  font-weight: 900;
}

.plan-features li.plan-feature-highlight {
  padding: 0.48rem 0.62rem 0.48rem 1.7rem;
  border: 1px solid rgba(212, 175, 55, 0.52);
  border-radius: 10px;
  background: #fff8df;
  color: var(--wela-emerald-950);
  font-weight: 780;
}

.plan-features li.plan-feature-highlight::before {
  top: 0.46rem;
  left: 0.52rem;
  color: var(--wela-gold-700);
  content: "★";
}

.plan-controls {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--wela-line);
}

.plan-controls label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--wela-ink-soft);
  font-size: 0.75rem;
  font-weight: 750;
}

.branch-select,
[data-branch-select] {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 2.2rem 0.55rem 0.75rem;
  border: 1px solid var(--wela-line-strong);
  border-radius: 10px;
  background: var(--wela-white);
  color: var(--wela-ink);
  font-size: 0.78rem;
}

.plan-total {
  min-height: 38px;
  margin: 0.6rem 0;
  color: var(--wela-ink-soft);
  font-size: 0.74rem;
  line-height: 1.45;
}

.plan-total strong {
  color: var(--wela-emerald-900);
}

.plan-cta {
  width: 100%;
}

.plan-billing-note {
  margin: 0.65rem 0 0;
  color: var(--wela-ink-muted);
  font-size: 0.67rem;
  line-height: 1.5;
  text-align: center;
}

.feature-matrix,
#feature-matrix,
#feature-comparison {
  margin-top: 2rem;
  border: 1px solid var(--wela-line);
  border-radius: var(--wela-radius);
  background: var(--wela-white);
  box-shadow: var(--wela-shadow-sm);
}

.feature-matrix > summary,
#feature-matrix > summary,
#feature-comparison > summary {
  position: relative;
  padding: 1.15rem 3.2rem 1.15rem 1.3rem;
  color: var(--wela-emerald-900);
  font-weight: 800;
  list-style: none;
}

.feature-matrix > summary::-webkit-details-marker,
#feature-matrix > summary::-webkit-details-marker,
#feature-comparison > summary::-webkit-details-marker {
  display: none;
}

.feature-matrix > summary::after,
#feature-matrix > summary::after,
#feature-comparison > summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wela-emerald-50);
  content: "+";
  transform: translateY(-50%);
}

.feature-matrix[open] > summary::after,
#feature-matrix[open] > summary::after,
#feature-comparison[open] > summary::after {
  content: "−";
}

.matrix-wrap,
.pricing-matrix-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--wela-line);
}

.pricing-matrix,
.feature-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.pricing-matrix th,
.pricing-matrix td,
.feature-table th,
.feature-table td {
  padding: 0.82rem 0.75rem;
  border-bottom: 1px solid var(--wela-line);
  text-align: center;
  vertical-align: middle;
}

.pricing-matrix th:first-child,
.pricing-matrix td:first-child,
.feature-table th:first-child,
.feature-table td:first-child {
  width: 34%;
  text-align: left;
}

.pricing-matrix thead th,
.feature-table thead th {
  position: sticky;
  top: var(--wela-header-height);
  z-index: 2;
  background: var(--wela-white);
  color: var(--wela-emerald-950);
}

.pricing-matrix .group-row th,
.feature-table .group-row th {
  background: var(--wela-emerald-50);
  color: var(--wela-emerald-900);
  font-weight: 800;
  text-align: left;
}

.feature-status--yes,
.matrix-yes {
  color: var(--wela-emerald-700);
  font-weight: 850;
}

.feature-status--no,
.matrix-no {
  color: #8c9993;
}

.feature-status--wip,
.matrix-wip {
  color: var(--wela-gold-700);
  font-weight: 750;
}

.pricing-matrix tr[data-comparison-feature="ai_crm"] > th,
.mobile-feature-row[data-comparison-feature="ai_crm"] {
  color: var(--wela-emerald-950);
  font-weight: 850;
}

.pricing-matrix tr[data-comparison-feature="ai_crm"] > th::before,
.mobile-feature-row[data-comparison-feature="ai_crm"] > span::before {
  margin-right: 0.38rem;
  color: var(--wela-gold-700);
  content: "★";
}

.mobile-matrix,
.pricing-mobile {
  display: none;
}

/* Who it's for */
.who-for-image-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.who-for-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.48rem;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.who-for-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.who-for-card figcaption {
  min-height: 0;
  padding: 0;
  color: var(--wela-emerald-950);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
}

/* FAQ */
.faq-list,
.faq-accordion {
  max-width: 900px;
  display: grid;
  gap: 0.75rem;
  margin-inline: auto;
}

.faq-list details,
.faq-accordion details,
[data-faq-item] {
  border: 1px solid var(--wela-line);
  border-radius: var(--wela-radius-sm);
  background: var(--wela-white);
  box-shadow: 0 5px 18px rgba(4, 45, 36, 0.04);
}

.faq-list summary,
.faq-accordion summary,
[data-faq-item] > summary {
  position: relative;
  padding: 1.05rem 3.2rem 1.05rem 1.2rem;
  color: var(--wela-emerald-950);
  font-weight: 760;
  list-style: none;
}

.faq-list summary::-webkit-details-marker,
.faq-accordion summary::-webkit-details-marker,
[data-faq-item] > summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after,
.faq-accordion summary::after,
[data-faq-item] > summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  color: var(--wela-emerald-700);
  content: "+";
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after,
.faq-accordion details[open] summary::after,
[data-faq-item][open] > summary::after {
  content: "−";
}

.faq-answer,
.faq-list details > div,
.faq-accordion details > div {
  padding: 0 1.2rem 1.1rem;
  color: var(--wela-ink-soft);
}

.faq-answer p:last-child,
.faq-list details > div p:last-child,
.faq-accordion details > div p:last-child {
  margin-bottom: 0;
}

/* Final CTA and footer */
#final-cta,
.final-cta {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0, rgba(212, 175, 55, 0.2), transparent 25rem),
    radial-gradient(circle at 90% 100%, rgba(19, 112, 90, 0.5), transparent 30rem),
    var(--wela-emerald-950);
  color: #fff;
  text-align: center;
}

.final-cta-inner {
  max-width: 850px;
  margin-inline: auto;
}

.final-cta h2 {
  color: #fff;
}

.final-cta .section-lede,
.final-cta .lede {
  color: rgba(255, 255, 255, 0.76);
}

.final-cta .button-row,
.final-cta .cta-row {
  justify-content: center;
  margin-top: 1.6rem;
}

.final-note {
  max-width: 690px;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.79rem;
}

.site-footer,
footer {
  padding: 2.5rem 0 calc(2.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--wela-line);
  background: #fff;
}

.footer-inner {
  width: min(calc(100% - 48px), var(--wela-container));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-inline: auto;
  color: var(--wela-ink-muted);
  font-size: 0.8rem;
}

.footer-company {
  display: grid;
  gap: 0.28rem;
  max-width: 440px;
  line-height: 1.45;
}

.footer-company p,
.footer-company address {
  margin: 0;
}

.footer-company address {
  font-style: normal;
}

.footer-company a {
  color: var(--wela-emerald-800);
  font-weight: 760;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: var(--wela-ink-soft);
  text-decoration: none;
}

.mobile-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 12px;
  z-index: 90;
  display: none;
  padding: 8px;
  border: 1px solid rgba(239, 216, 142, 0.35);
  border-radius: 999px;
  background: rgba(4, 45, 36, 0.94);
  box-shadow: 0 18px 50px rgba(4, 45, 36, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(25px);
  transition: opacity 180ms ease, transform 180ms ease;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-sticky-cta .button,
.mobile-sticky-cta .btn {
  width: 100%;
}

/* Reveal animation */
[data-reveal],
[data-aos] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible,
[data-reveal].visible,
[data-aos].is-visible,
[data-aos].visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .nav-links,
  .desktop-nav {
    gap: 0.8rem;
  }

  .nav-links a,
  .desktop-nav a {
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 2.4rem;
  }

  .growth-loop,
  .loop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .growth-loop::before,
  .loop-grid::before {
    display: none;
  }

  .loop-step,
  .loop-stage {
    min-height: 245px;
  }

  #plan-cards,
  .plan-cards,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-best-for {
    min-height: 66px;
  }

  .who-for-image-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  :root {
    --wela-header-height: 70px;
  }

  .container,
  .section-container,
  .nav-inner,
  .footer-inner {
    width: min(calc(100% - 36px), var(--wela-container));
  }

  .nav-links,
  .desktop-nav,
  .nav-primary,
  .nav-actions .nav-line-link {
    display: none;
  }

  .nav-actions .language-toggle,
  .nav-actions .lang-btn,
  .nav-actions [data-language-toggle] {
    display: inline-grid;
    place-items: center;
  }

  .menu-toggle,
  #nav-toggle,
  #mobileMenuBtn {
    display: grid;
  }

  .mobile-menu,
  #mobile-menu,
  #mobileDrawer {
    position: fixed;
    top: var(--wela-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.3rem 18px calc(1.3rem + env(safe-area-inset-bottom));
    background: rgba(255, 254, 251, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu.is-open,
  .mobile-menu.open,
  #mobile-menu.is-open,
  #mobile-menu.open,
  #mobileDrawer.is-open,
  #mobileDrawer.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-menu a,
  #mobile-menu a,
  #mobileDrawer a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.8rem;
    border-bottom: 1px solid var(--wela-line);
    color: var(--wela-emerald-950);
    font-weight: 720;
    text-decoration: none;
  }

  .mobile-menu .button,
  #mobile-menu .button,
  #mobileDrawer .button,
  .mobile-menu .btn,
  #mobile-menu .btn,
  #mobileDrawer .btn {
    justify-content: center;
    margin-top: 0.7rem;
    border-bottom: 0;
    color: #fff;
  }

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

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual,
  .hero-composite {
    order: -1;
    width: min(100%, 690px);
    min-height: 0;
    margin-inline: auto;
  }

  .proof-moment,
  .product-moment,
  .proof-moment:nth-child(even),
  .product-moment:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .proof-moment:nth-child(even) .proof-frame,
  .product-moment:nth-child(even) .product-frame {
    order: 0;
  }

  .proof-copy,
  .product-copy {
    max-width: 700px;
  }

  .mobile-sticky-cta {
    display: block;
  }
}

@media (max-width: 700px) {
  :root {
    --wela-section-space: clamp(3.25rem, 12vw, 4.5rem);
  }

  .container,
  .section-container,
  .nav-inner,
  .footer-inner {
    width: min(calc(100% - 28px), var(--wela-container));
  }

  h1 {
    font-size: clamp(1.88rem, 9.6vw, 3rem);
  }

  h2,
  .section-title {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
  }

  .button-row,
  .cta-row,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button,
  .cta-row .button,
  .hero-actions .button,
  .button-row .btn,
  .cta-row .btn,
  .hero-actions .btn {
    width: 100%;
  }

  #hero,
  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  /* On a phone, let the product image support the headline before the
     explanatory copy.  The desktop layout keeps the image alongside all
     hero copy. */
  .hero-copy {
    display: contents;
  }

  .hero-copy > .eyebrow {
    order: 0;
  }

  .hero-copy > h1 {
    order: 1;
  }

  .hero-visual,
  .hero-composite {
    order: 2;
    min-height: 0;
    margin-block: 0.25rem 0.5rem;
  }

  .hero-copy > .hero-lede {
    order: 3;
  }

  .hero-copy > .hero-actions {
    order: 4;
  }

  .hero-copy > .hero-channels {
    order: 5;
  }

  .hero-device,
  .hero-product-frame {
    transform: none;
  }

  .hero-device {
    width: 94%;
  }

  .hero-product-frame {
    width: 100%;
  }

  .journey-chip {
    max-width: 172px;
    padding: 0.62rem 0.72rem;
    font-size: 0.71rem;
  }

  .journey-chip--one {
    left: 0;
  }

  .journey-chip--two {
    right: 0;
  }

  .growth-loop,
  .loop-grid,
  .outcome-grid,
  .outcomes-grid,
  .comparison-grid,
  .switch-grid,
  .switching-grid,
  #plan-cards,
  .plan-cards,
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .who-for-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loop-step,
  .loop-stage {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 1rem;
    min-height: auto;
    padding: 1.2rem;
  }

  .loop-stage:nth-child(4),
  .loop-stage:nth-child(4):hover {
    transform: none;
  }

  .loop-number,
  .loop-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .loop-step h3,
  .loop-stage h3 {
    grid-column: 2;
    margin: 0 0 0.45rem;
    text-align: left;
  }

  .loop-step p,
  .loop-stage p {
    grid-column: 2;
  }

  .outcome-card,
  .outcomes-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 1rem;
    align-items: start;
    min-height: 0;
    padding: 1.35rem;
  }

  .outcome-card + .outcome-card,
  .outcomes-card + .outcomes-card {
    border-top: 1px solid rgba(6, 63, 50, 0.13);
    border-left: 0;
  }

  .outcome-icon,
  .card-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .outcome-card h3,
  .outcomes-card h3,
  .outcome-card p,
  .outcomes-card p {
    grid-column: 2;
  }

  .outcome-card h3,
  .outcomes-card h3 {
    margin: 0 0 0.35rem;
  }

  .plan-best-for {
    min-height: auto;
  }

  .who-for-card figcaption {
    min-height: 0;
    font-size: 0.74rem;
  }

  .matrix-wrap,
  .pricing-matrix-wrap {
    display: none;
  }

  .mobile-matrix,
  .pricing-mobile {
    display: block;
    padding: 0 1rem 1rem;
    border-top: 1px solid var(--wela-line);
  }

  .mobile-plan-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 1rem 0;
  }

  .mobile-plan-tabs button {
    min-height: 40px;
    border: 1px solid var(--wela-line-strong);
    border-radius: 9px;
    background: #fff;
    color: var(--wela-ink-soft);
    font-size: 0.73rem;
    font-weight: 750;
  }

  .mobile-plan-tabs button[aria-selected="true"] {
    border-color: var(--wela-emerald-900);
    background: var(--wela-emerald-900);
    color: #fff;
  }

  .mobile-feature-group {
    border-bottom: 1px solid var(--wela-line);
  }

  .mobile-feature-group > summary {
    padding: 0.85rem 0;
    color: var(--wela-emerald-900);
    font-weight: 760;
  }

  .mobile-feature-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    color: var(--wela-ink-soft);
    font-size: 0.76rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .container,
  .section-container,
  .nav-inner,
  .footer-inner {
    width: min(calc(100% - 24px), var(--wela-container));
  }

  .nav-logo,
  .brand-link {
    min-width: 112px;
  }

  .nav-logo img,
  .brand-link img,
  .nav-logo-img {
    height: 32px;
  }

  .nav-actions {
    gap: 0.4rem;
  }

  .language-toggle,
  .lang-btn,
  [data-language-toggle] {
    min-width: 43px;
    min-height: 40px;
  }

  .menu-toggle,
  #nav-toggle,
  #mobileMenuBtn {
    width: 40px;
    height: 40px;
  }

  .hero-visual,
  .hero-composite {
    min-height: 0;
  }

  .journey-chip {
    max-width: 150px;
    font-size: 0.65rem;
  }
}

.mobile-feature-status {
  max-width: 48%;
  flex: 0 0 auto;
  text-align: right;
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal],
  [data-aos] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .landing-nav,
  body > nav,
  .mobile-sticky-cta,
  .video-play,
  [data-video-play] {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section,
  main > section {
    padding-block: 24px;
  }

  [data-reveal],
  [data-aos] {
    opacity: 1;
    transform: none;
  }
}
