:root {
  /* Approved Boktor brand values from references/ui/brand/デザインルール.png. */
  --color-boktor-red: #ff2d55;
  --color-star-yellow: #ffc94d;
  --color-navy: #0f1e3a;
  --color-soft-pink: #ffe9ee;
  --color-background: #fff7f8;

  --color-brand-primary: var(--color-boktor-red);
  --color-brand-primary-hover: color-mix(
    in srgb,
    var(--color-boktor-red) 88%,
    var(--color-navy)
  );
  --color-brand-on-primary: #ffffff;
  --color-brand-accent: var(--color-star-yellow);

  --color-canvas: var(--color-background);
  --color-surface: #ffffff;
  --color-surface-subtle: color-mix(
    in srgb,
    var(--color-soft-pink) 58%,
    #ffffff
  );
  --color-surface-strong: var(--color-soft-pink);
  --color-text: var(--color-navy);
  --color-text-muted: color-mix(
    in srgb,
    var(--color-navy) 68%,
    #ffffff
  );
  --color-text-soft: color-mix(
    in srgb,
    var(--color-navy) 48%,
    #ffffff
  );
  --color-border: color-mix(
    in srgb,
    var(--color-navy) 14%,
    #ffffff
  );
  --color-border-strong: color-mix(
    in srgb,
    var(--color-navy) 28%,
    #ffffff
  );
  --color-focus: var(--color-navy);

  /* Owner / Partner app surfaces. Public and Admin retain their own canvas. */
  --color-consumer-canvas: #f6f7f9;
  --color-consumer-muted: #eef1f5;
  --color-consumer-border: color-mix(in srgb, var(--color-navy) 9%, #ffffff);
  --color-consumer-highlight: color-mix(in srgb, var(--color-star-yellow) 14%, #ffffff);
  --color-rank-bronze: #e6ba96;
  --color-rank-silver: #d9e2ed;
  --color-rank-gold: #ffe18c;
  --color-rank-vip: #dfc1ff;
  --color-rank-unranked: #e3d791;

  --color-success: #137a56;
  --color-success-subtle: #ecf8f2;
  --color-warning: #8a5a00;
  --color-warning-subtle: color-mix(
    in srgb,
    var(--color-star-yellow) 24%,
    #ffffff
  );
  --color-danger: #b42318;
  --color-danger-subtle: #fef3f2;

  --color-owner-primary: var(--color-boktor-red);
  --color-owner-primary-hover: var(--color-brand-primary-hover);
  --color-owner-subtle: var(--color-soft-pink);
  --color-partner-primary: var(--color-navy);
  --color-partner-primary-hover: color-mix(
    in srgb,
    var(--color-navy) 86%,
    #000000
  );
  --color-partner-accent: var(--color-star-yellow);
  --color-partner-subtle: var(--color-warning-subtle);
  --color-auth-primary: var(--color-boktor-red);
  --color-auth-subtle: var(--color-soft-pink);
  --color-public-primary: var(--color-boktor-red);
  --color-public-subtle: var(--color-soft-pink);

  /* Compatibility aliases retained for existing Owner UI selectors. */
  --color-store-primary: var(--color-owner-primary);
  --color-store-primary-hover: var(--color-owner-primary-hover);
  --color-store-subtle: var(--color-owner-subtle);

  /* TH Sarabun is the approved direction; no font file or CDN is bundled. */
  --font-brand-thai:
    "TH Sarabun", "Noto Sans Thai", Tahoma, ui-sans-serif, sans-serif;
  --font-sans:
    Inter, "Noto Sans Thai", "Noto Sans JP", ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display:
    "TH Sarabun", "Noto Sans Thai", "Noto Sans JP", Inter, ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-body: 1rem;
  --font-size-subheading: 1.25rem;
  --font-size-heading: 2rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: var(--font-size-body);
  --font-size-lg: 1.125rem;
  --font-size-xl: var(--font-size-subheading);
  --font-size-2xl: clamp(1.75rem, 7vw, var(--font-size-heading));
  --font-size-3xl: clamp(2.25rem, 10vw, 4.25rem);
  --line-height-tight: 1.15;
  --line-height-heading: 1.3;
  --line-height-body: 1.65;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --consumer-page-gutter: var(--space-4);
  --consumer-section-gap: var(--space-6);
  --consumer-card-padding: var(--space-4);
  --consumer-section-title: 1.125rem;
  --consumer-hero-title: clamp(1.625rem, 6.5vw, 2.5rem);
  --consumer-value-size: clamp(1.75rem, 6.5vw, 2.125rem);

  /* One surface scale: compact details, controls, then cards/dialogs. */
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  /* Compatibility aliases share the container radius, not extra scale steps. */
  --radius-xl: var(--radius-lg);
  --radius-2xl: var(--radius-lg);
  /* Reserved for semantic status/count badges and progress indicators. */
  --radius-pill: 999px;

  --shadow-sm: 0 2px 8px rgb(15 30 58 / 6%);
  --shadow-md: 0 16px 40px rgb(15 30 58 / 10%);
  --shadow-lg: 0 24px 64px rgb(15 30 58 / 14%);
  --shadow-sheet: 0 -16px 48px rgb(15 30 58 / 18%);

  --control-height-small: 2.75rem;
  --control-height-medium: 3.25rem;
  --control-height-large: 3.5rem;
  --touch-target-min: 2.75rem;

  --content-narrow: 30rem;
  --content-form: 38rem;
  --content-dashboard: 58rem;
  --content-wide: 72rem;
  --header-height: 4.25rem;
  --mobile-nav-height: 4.75rem;
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-right: env(safe-area-inset-right, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-left: env(safe-area-inset-left, 0px);

  --focus-ring-width: 0.1875rem;
  --focus-ring-offset: 0.1875rem;
  --focus-ring-color: color-mix(
    in srgb,
    var(--color-focus) 38%,
    transparent
  );

  --duration-fast: 120ms;
  --duration-base: 200ms;
  --duration-slow: 320ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-spring: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Product tokens are prepended at build time. These styles only ship to the LP. */
:root {
  --lp-red: var(--color-boktor-red);
  --lp-ink: var(--color-navy);
  --lp-muted: #526078;
  --lp-gutter: 22px;
  --lp-radius: 24px;
  --lp-price-meta-size: 13px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}
body {
  margin: 0;
  color: var(--lp-ink);
  background: white;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}
body:lang(th) {
  font-family: var(--font-brand-thai);
  line-height: 1.8;
}
body:lang(ja) {
  line-height: 1.9;
  line-break: strict;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  max-width: 100%;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.035em;
}
h1 span,
h2 span {
  display: block;
}
h1 {
  font-size: clamp(32px, 8.2vw, 40px);
  line-height: 1.3;
}
h1 span:last-child {
  color: #db1740;
}
h2 {
  font-size: clamp(27px, 7.2vw, 34px);
}
h3 {
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
p {
  color: var(--lp-muted);
}
:lang(th) h1,
:lang(th) h2,
:lang(th) h3 {
  line-height: 1.5;
  letter-spacing: 0;
}
:lang(ja) h1,
:lang(ja) h2,
:lang(ja) h3 {
  word-break: auto-phrase;
  letter-spacing: -0.035em;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--lp-ink);
  outline-offset: 5px;
  border-radius: 8px;
}
#main:focus {
  outline: none;
}
.container {
  width: min(100% - var(--lp-gutter) * 2, 1120px);
  margin-inline: auto;
}
.section {
  padding-block: 64px;
}
.section-heading {
  margin-bottom: 32px;
}
.section-heading > p:last-child:not(.eyebrow) {
  margin-top: 16px;
  max-width: 560px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  font-weight: 800;
  color: #865061;
  margin-bottom: 14px;
}
.icon {
  width: 24px;
  height: 24px;
  flex: none;
  vertical-align: middle;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 15px;
  background: var(--lp-red);
  color: white;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 5px 14px #ff2d5519;
  transition:
    background 0.18s,
    transform 0.18s;
}
.cta .icon {
  width: 21px;
  height: 21px;
}
.cta:hover {
  background: #db1740;
  transform: translateY(-1px);
}
.micro {
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.micro .icon {
  width: 15px;
  height: 15px;
}
.brand {
  display: flex;
  align-items: center;
  width: 88px;
  height: 56px;
  flex: none;
}
.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header {
  height: 64px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition:
    background 0.22s,
    border-color 0.22s,
    box-shadow 0.22s;
}
.site-header.is-scrolled,
.site-header:has(details[open]) {
  background: rgb(255 255 255 / 96%);
  border-color: #0f1e3a10;
  box-shadow: 0 4px 16px #0f1e3a04;
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 18px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.desktop-nav,
.header-cta {
  display: none;
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.header-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
}
.language {
  position: relative;
}
.language > summary {
  gap: 7px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 700;
}
.language-options {
  position: absolute;
  right: 0;
  top: 52px;
  background: white;
  border: 1px solid #e5e7ec;
  border-radius: 16px;
  padding: 6px;
  min-width: 136px;
  box-shadow: 0 12px 32px #0f1e3a12;
}
.language-options a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  min-height: 44px;
  border-radius: 10px;
}
.language-options a:hover,
.language-options a[aria-current] {
  background: var(--color-soft-pink);
}
.mobile-menu nav {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  padding: 14px var(--lp-gutter) 22px;
  background: white;
  box-shadow: 0 16px 24px #0f1e3a0c;
  border-bottom: 1px solid #e5e7ec;
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
}
.mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 8px 12px;
  border-radius: 12px;
}
.mobile-menu nav a:hover {
  background: var(--color-soft-pink);
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 100;
  background: white;
  padding: 10px 20px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
/* Native links: contact and referral actions remain secondary to store signup. */
.line-button,
.partner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.line-button > span,
.partner-button > span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.line-button .icon,
.partner-button .icon {
  width: 21px;
  height: 21px;
  flex: none;
}
.line-button {
  /* Preserve LINE green; the dark label meets AA without darkening the brand. */
  background: #06c755;
  min-height: 56px;
  font-size: 19px;
  line-height: 1.4;
  color: #0f1e3a;
}
.final-action .line-button:hover {
  background: #06c755;
  border-color: white;
}
.line-button:active {
  background: #06c755;
  box-shadow: inset 0 2px 3px #0f1e3a1a;
}
.partner-button {
  border: 1px solid var(--lp-ink);
  background: white;
  color: var(--lp-ink);
}
.partner-button:hover {
  background: #f3f5f8;
}
.partner-section {
  background: white;
  padding-block: 24px;
}
.partner-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 880px;
  padding: 24px;
  background: #f5f7fa;
  border: 1px solid #e3e7ed;
  border-radius: 18px;
}
.partner-copy {
  min-width: 0;
}
.partner-panel h2 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
}
.partner-copy > p {
  font-size: 13px;
  line-height: 1.75;
  margin-top: 6px;
}
.partner-button {
  width: 100%;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
}
.site-footer nav a {
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 44px;
}
.site-footer p {
  font-size: 10px;
  overflow-wrap: anywhere;
}
.site-footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Shared controls and responsive shell; never loaded by the Product bundle. */
:root {
  --lp-red: #d31840;
  --lp-gutter: 22px;
}
body {
  padding-bottom: calc(128px + env(safe-area-inset-bottom, 0px));
}
html {
  scroll-padding-bottom: 140px;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h2 {
  font-size: clamp(29px, 7.9vw, 36px);
}
.cta {
  border-radius: 999px;
  font-weight: 700;
  box-shadow: none;
}
.cta:hover {
  background: #b51134;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link .icon {
  width: 18px;
  height: 18px;
}
.site-header {
  position: absolute;
  color: white;
  background: transparent;
}
.site-header.is-enhanced {
  position: fixed;
}
.site-header.is-scrolled,
.site-header:has(details[open]) {
  color: var(--lp-ink);
  background: rgb(255 255 255 / 97%);
}
.site-header .logo {
  filter: drop-shadow(0 0 1px white);
}
.header-disclosure > summary {
  border: 1px solid #ffffff50;
}
.site-header.is-scrolled .header-disclosure > summary,
.site-header:has(details[open]) .header-disclosure > summary {
  border-color: transparent;
}
.language-options,
.mobile-menu nav {
  color: var(--lp-ink);
}
.site-header:not(.is-scrolled):not(:has(details[open])) :focus-visible {
  outline-color: white;
}
.site-header:not(.is-scrolled):not(:has(details[open])) .desktop-nav a:hover {
  color: var(--color-star-yellow);
}
.site-footer {
  padding-block: 28px 22px;
}
.sticky-cta {
  position: fixed;
  z-index: 30;
  inset: auto 0 0;
  padding: 8px max(16px, env(safe-area-inset-right, 0px))
    calc(10px + env(safe-area-inset-bottom, 0px))
    max(16px, env(safe-area-inset-left, 0px));
  background: rgb(255 255 255 / 97%);
  border-top: 1px solid #efdce1;
  box-shadow: 0 -4px 20px #0f1e3a08;
}
.sticky-inner {
  max-width: 520px;
  margin: auto;
}
.sticky-inner > p {
  text-align: center;
  color: var(--lp-ink);
  font-size: var(--lp-price-meta-size);
  line-height: 1.35;
  margin-bottom: 5px;
}
.sticky-inner > p strong {
  font:
    800 14px/1.4 system-ui,
    sans-serif;
}
.sticky-setup {
  display: block;
  margin-left: 0;
}
.sticky-cta .cta {
  display: flex;
  width: 100%;
  min-height: 52px;
  padding: 10px 22px;
  font-size: 18px;
  gap: 40px;
}
.sticky-cta .cta span {
  text-align: center;
}
.sticky-cta .cta .icon {
  width: 21px;
  height: 21px;
}
.screen-note {
  text-align: center;
  font-size: 11px;
  margin-top: 22px;
  line-height: 1.65;
}
@media (min-width: 600px) {
  :root {
    --lp-gutter: 32px;
  }
  h2 {
    font-size: 40px;
  }
  .section {
    padding-block: 80px;
  }
  .partner-panel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: 32px;
  }
  .site-footer {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .site-footer nav {
    justify-self: end;
  }
  .site-footer p {
    grid-column: 1 / -1;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 40px;
  }
  .site-footer nav {
    justify-self: start;
  }
  .site-footer p {
    grid-column: auto;
  }
  body {
    padding-bottom: 0;
  }
  html {
    scroll-padding-bottom: 24px;
  }
  .sticky-cta,
  .mobile-menu {
    display: none;
  }
  .desktop-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
  }
  .desktop-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 13px;
    font-weight: 700;
  }
  .desktop-nav a:hover {
    color: var(--lp-red);
  }
  .header-inner {
    gap: 30px;
  }
  .header-cta {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    gap: 14px;
    background: var(--lp-ink);
  }
  h2 {
    font-size: 48px;
  }
  .section {
    padding-block: 100px;
  }
  .section-heading {
    margin-bottom: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (forced-colors: active) {
  .cta,
  .header-disclosure > summary {
    border: 1px solid ButtonText;
  }
}

/* LP art direction. Each section has its own focal point; no Product styles. */
:root {
  --sales-red: #d42042;
  --sales-yellow: #ffc94d;
  --sales-pink: #ffe9ee;
}
.hero {
  background: var(--sales-red);
  color: white;
  padding: 80px 0 0;
  overflow: clip;
}
.hero-grid {
  display: grid;
  grid-template-areas: "heading" "visual" "support";
  gap: 0;
}
.hero-heading {
  grid-area: heading;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero .eyebrow {
  color: white;
  font-size: 11px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.hero h1 {
  font-size: clamp(32px, 9.15vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.hero h1 span:last-child {
  color: var(--lp-ink);
  background: white;
  display: table;
  margin: 4px auto 0;
  padding: 1px 10px 5px;
  transform: rotate(-1.2deg);
  box-shadow: 0 4px 0 #ab1636;
}
.hero:lang(en) h1 {
  font-size: clamp(35px, 10vw, 43px);
}
.hero:lang(th) h1 {
  line-height: 1.5;
  letter-spacing: 0;
}
.hero-visual {
  grid-area: visual;
  position: relative;
  width: calc(100% + var(--lp-gutter) * 2);
  margin: 8px calc(-1 * var(--lp-gutter)) 0;
}
.visual-media img {
  width: 100%;
  height: auto;
}
.hero-visual .sales-art {
  mask-image: linear-gradient(
    0deg,
    transparent,
    #000 8px,
    #000 calc(100% - 8px),
    transparent
  );
}
.hero-visual figcaption {
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  margin: 10px 20px 0;
}
.hero-support {
  grid-area: support;
  text-align: center;
  padding: 22px 0 28px;
}
.hero-intro {
  color: white;
  font-size: 15px;
  line-height: 1.85;
  text-wrap: balance;
  max-width: 480px;
  margin-inline: auto;
}
.hero-action {
  margin-top: 23px;
}
.hero-action .cta {
  width: min(100%, 360px);
  min-height: 58px;
  background: var(--lp-ink);
  color: white;
  box-shadow: 0 5px 0 #a41133;
  font-size: 20px;
}
.hero-action .cta:hover {
  background: #22385c;
}
.hero :focus-visible {
  outline-color: white;
}
.hero-price,
.final-price {
  color: inherit;
  margin-top: 20px;
  font-size: var(--lp-price-meta-size);
  line-height: 1.6;
}
.hero-price strong,
.final-price strong {
  font:
    800 24px/1.2 system-ui,
    sans-serif;
  margin-inline: 5px;
}
.hero-setup,
.final-setup {
  color: inherit;
  font-size: var(--lp-price-meta-size);
  margin-top: 4px;
}
.hero .text-link {
  margin-top: 5px;
  font-size: var(--lp-price-meta-size);
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 15px;
  border-top: 1px solid #ffffff40;
  padding-block: 20px 25px;
}
.trust-strip li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}
.trust-strip .icon {
  color: var(--sales-yellow);
  width: 18px;
  height: 18px;
}

/* Fallback captures belong to their own locale until its mock pack is enabled. */
.hero .visual-media--product {
  width: min(290px, 76%);
  margin: 35px auto 10px;
}
.device {
  position: relative;
  border-radius: 40px;
  padding: 7px;
  border: 2px solid #8895a7;
  background: linear-gradient(
    115deg,
    #728097,
    #091429 22%,
    #071020 72%,
    #9ba7bb
  );
  box-shadow:
    0 20px 36px #0f1e3a20,
    inset 0 0 0 2px #071125;
}
.device-glass {
  border-radius: 31px;
  overflow: hidden;
  background: white;
}
.device-status {
  height: 32px;
  padding: 5px 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #111827;
  font:
    700 9px/1 system-ui,
    sans-serif;
}
.device-status > svg {
  width: 40px;
  height: 12px;
}
.device-island {
  width: 70px;
  height: 21px;
  position: absolute;
  left: calc(50% - 35px);
  top: 5px;
  border-radius: 20px;
  background: #060912;
}
.device-home {
  display: grid;
  place-items: center;
  height: 18px;
}
.device-home span {
  width: 76px;
  height: 4px;
  background: #192335;
  border-radius: 8px;
}
.device-side {
  position: absolute;
  width: 3px;
  background: #77859b;
  border-radius: 3px;
}
.device-side--volume {
  height: 42px;
  left: -4px;
  top: 92px;
}
.device-side--power {
  height: 60px;
  right: -4px;
  top: 118px;
}
.hero-mascot {
  position: absolute;
  left: 6px;
  bottom: 54px;
  width: 126px;
  height: auto;
  transform: rotate(-7deg);
  filter: drop-shadow(0 4px 0 white);
}
.fallback-chips {
  position: absolute;
  top: 2px;
  inset-inline: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.fallback-chips > span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lp-ink);
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 0 #8b153a30;
}
.fallback-chips > span:nth-child(2) {
  background: #fff3d0;
  transform: rotate(4deg);
}
.fallback-chips .icon {
  width: 17px;
  height: 17px;
}

/* Pain is editorial text, and the bridge is one compact numbered journey. */
.pain-section {
  padding-block: 62px 70px;
}
.pain-section .eyebrow {
  color: var(--lp-red);
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.pain-section h2 {
  font-size: clamp(28px, 8.05vw, 36px);
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.pain-section h2 span:last-child {
  color: var(--lp-red);
}
.pain-section:lang(th) h2 {
  letter-spacing: 0;
}
.pains li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid #e0e3e9;
}
.pains li:first-child {
  border-top: 1px solid #e4cbd2;
}
.pain-mark {
  color: var(--lp-red);
  font:
    700 18px/1.5 system-ui,
    sans-serif;
  padding-top: 5px;
}
.pain-mark::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin-top: 10px;
  background: currentColor;
}
.pains h3 {
  font-size: 23px;
  line-height: 1.55;
}
.pains h3 span {
  display: block;
}
.pains h3 span:last-child {
  color: var(--lp-red);
}
.pains p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
}
.how-section {
  background: #fff6dc;
  border-radius: 32px 32px 0 0;
  padding-block: 52px 50px;
}
.how-section .section-heading {
  margin-bottom: 16px;
}
.how-section h2 {
  font-size: 32px;
}
.how-section .section-heading > p:last-child {
  font-size: 14px;
  margin-top: 12px;
}
.how-steps {
  display: grid;
}
.how-steps li {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e9d9b1;
}
.step-number {
  color: var(--lp-red);
  font:
    800 47px/1 system-ui,
    sans-serif;
  letter-spacing: -0.07em;
  flex: none;
}
.how-steps h3 {
  font-size: 18px;
}
.how-steps p {
  font-size: 12px;
  margin-top: 5px;
}
.how-steps li > .icon {
  width: 25px;
  height: 25px;
  margin-left: auto;
}
.customer-control {
  margin-top: 25px;
}
.customer-control > p:first-child {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  color: var(--lp-ink);
  font-size: 12px;
}
.customer-control .icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.customer-control > p:last-child {
  font-size: 11px;
  margin-top: 7px;
}
.how-section .text-link {
  margin-top: 16px;
  color: var(--lp-red);
}

/* The signature communicates the product philosophy through type. */
.difference-section {
  background: var(--sales-pink);
  padding-block: 68px;
}
.signature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}
.signature-layout > * {
  min-width: 0;
}
.signature-question {
  font-size: 13px;
  color: var(--lp-ink);
  margin-bottom: 21px;
}
.signature-title {
  letter-spacing: -0.065em;
}
.signature-lead {
  font-size: clamp(29px, 8.1vw, 37px);
}
.signature-bridge {
  font-size: 29px;
  margin-top: 12px;
}
.signature-emphasis {
  color: var(--lp-red);
  font-size: clamp(41px, 12vw, 52px);
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  background: linear-gradient(
    transparent 76%,
    var(--sales-yellow) 76%,
    var(--sales-yellow) 92%,
    transparent 92%
  );
}
.signature-body {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 27px;
  max-width: 460px;
}
.signature-essentials {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}
.signature-essentials ul {
  border-top: 2px solid var(--lp-ink);
}
.signature-essentials li {
  line-height: 1.55;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 23px;
  align-items: center;
  gap: 12px;
  padding: 19px 12px;
  border-bottom: 1px solid #0f1e3a24;
  font-size: 19px;
  font-weight: 700;
}
.signature-essentials li > .icon {
  width: 25px;
  height: 25px;
}
.signature-essentials li > span:not(.essential-check) {
  min-width: 0;
  overflow-wrap: anywhere;
}
.essential-check {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: white;
  background: var(--lp-ink);
}
.essential-check .icon {
  width: 14px;
  height: 14px;
}
.signature-note {
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-red);
  margin-top: 22px;
}
.signature-spark {
  justify-self: end;
  margin: 0 12px 6px 0;
  width: 1em;
  line-height: 1;
  text-align: center;
  color: var(--lp-red);
  font-size: 36px;
}

/* Three full-size scenes. Text and phone remain one editorial unit. */
.experience-section {
  padding-block: 68px 46px;
  overflow: clip;
}
.experience-section > .section-heading {
  margin-bottom: 26px;
}
.experience-section .section-heading > p:last-child {
  font-size: 14px;
}
.experience-scene {
  padding-block: 30px 42px;
  position: relative;
}
.experience-scene + .experience-scene {
  border-top: 1px solid #e6e8ed;
}
.scene-layout {
  display: grid;
}
.scene-title-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.scene-number {
  font:
    800 67px/0.98 system-ui,
    sans-serif;
  letter-spacing: -0.075em;
  color: var(--lp-red);
  flex: none;
}
.scene-copy .eyebrow {
  font-size: 9px;
  color: #6c4653;
  margin-bottom: 9px;
}
.scene-copy h3 {
  font-size: clamp(26px, 7.3vw, 31px);
  line-height: 1.4;
}
.scene-copy h3 span {
  display: block;
}
.scene-copy h3 span:last-child {
  color: var(--lp-red);
}
.scene-description {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 17px;
  max-width: 400px;
}
.scene-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--lp-ink);
}
.scene-note .icon {
  width: 16px;
  height: 16px;
  color: var(--lp-red);
}
.scene-visual {
  width: min(350px, calc(100% + 4px));
  margin: 16px auto 0;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.scene-visual .sales-art {
  position: relative;
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
  mask-image: none;
}
.scene-visual figcaption {
  text-align: center;
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.6;
  color: var(--lp-muted);
}
.scene-2 .scene-number {
  color: var(--lp-ink);
}
.scene-2 .scene-copy .eyebrow {
  background: #fff2c9;
  color: var(--lp-ink);
  display: table;
  padding: 2px 7px;
  margin-top: -2px;
}
.scene-3 .scene-copy .eyebrow {
  color: var(--lp-red);
}
.scene-visual .visual-media--product {
  width: min(290px, 90%);
  margin: auto;
}
.experience-control {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
}
.experience-control .icon {
  width: 17px;
  height: 17px;
  color: var(--lp-red);
  margin-top: 2px;
}

/* Owner effort is the strongest color break after the customer journey. */
.owner-section {
  background: var(--lp-ink);
  color: white;
  padding-block: 58px;
}
.owner-panel .eyebrow {
  color: var(--sales-yellow);
}
.owner-panel h2 span:last-child {
  color: var(--sales-yellow);
  font-size: 1.45em;
  margin-top: 5px;
}
.owner-panel p:not(.eyebrow) {
  color: #d7deeb;
  font-size: 14px;
  margin-top: 20px;
}
.owner-panel ol {
  margin-top: 32px;
  border-top: 1px solid #ffffff40;
}
.owner-panel li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #ffffff30;
  font-size: 16px;
}
.owner-panel li > span {
  font:
    700 12px/1.4 system-ui,
    sans-serif;
  color: #d7deeb;
}
.owner-panel li > .icon {
  color: var(--sales-yellow);
  width: 25px;
  height: 25px;
}
.owner-panel li > .icon:last-child {
  width: 17px;
  height: 17px;
  margin-left: auto;
}
.owner-panel .owner-close {
  font-size: 12px !important;
  margin-top: 24px !important;
}
.for-section {
  padding-block: 38px 44px;
}
.for-section h2 {
  font-size: 23px;
}
.for-section .section-heading {
  margin-bottom: 22px;
}
.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
}
.industry-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  padding-block: 5px;
}
.industry-list .icon {
  width: 19px;
  height: 19px;
}
.for-section .screen-note {
  text-align: left;
  margin-top: 15px;
}

/* Price numbers lead. Every commitment and setup charge stays explicit. */
.pricing-section {
  background: #fff1f4;
  padding-block: 60px;
}
.pricing-section .section-heading > p:last-child {
  font-size: 14px;
}
.setup-fee {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 18px 20px;
  margin: 0 auto 24px;
  max-width: 640px;
  background: #fff;
  border: 1px solid #eadce0;
  border-radius: 16px;
}
.setup-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}
.setup-label .icon {
  width: 22px;
  height: 22px;
}
.setup-label small {
  display: block;
  margin-top: 3px;
  font-size: var(--lp-price-meta-size);
  font-weight: 400;
  color: var(--lp-muted);
}
.setup-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.setup-amount strong {
  font:
    800 32px/1.2 system-ui,
    sans-serif;
  letter-spacing: -0.04em;
}
.setup-amount > span {
  font-size: var(--lp-price-meta-size);
  color: var(--lp-muted);
}
.pricing-grid {
  display: grid;
  gap: 16px;
}
.price-card {
  background: white;
  border: 2px solid #eadce0;
  border-radius: 22px;
  padding: 21px 22px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-card[data-plan="monthly"] {
  border: 2px solid var(--lp-red);
  padding: 21px 22px 10px;
  box-shadow: 0 5px 0 #f4d4dd;
  margin-bottom: 6px;
}
.plan-caption {
  font-size: 12px;
  margin-bottom: 5px;
}
.price-card h3 {
  font-size: 20px;
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 13px;
  color: var(--lp-ink);
  margin-top: 8px;
}
.price strong {
  font:
    800 62px/1.12 system-ui,
    sans-serif;
  letter-spacing: -0.065em;
}
.price-card[data-plan="monthly"] .price strong {
  color: var(--lp-red);
}
.price > span {
  font-size: 13px;
  font-weight: 700;
}
.term {
  color: #354158;
  font-size: var(--lp-price-meta-size);
  margin-top: 6px;
}
.price-card .cta {
  width: 100%;
  min-height: 52px;
  font-size: 18px;
  margin-top: 16px;
}
.price-terms {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #e7e8ed;
}
.price-terms summary {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--lp-price-meta-size);
  min-height: 44px;
}
.price-terms summary::after {
  content: "+";
  margin-left: auto;
  font-size: 21px;
}
.price-terms[open] summary::after {
  content: "−";
}
.price-terms p {
  font-size: var(--lp-price-meta-size);
  padding: 0 0 10px;
  line-height: 1.8;
}
.start-section {
  padding-block: 54px;
}
.start-section h2 {
  font-size: 27px;
}
.start-grid {
  display: grid;
  gap: 24px;
}
.start-grid li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.start-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  font:
    700 11px/1 system-ui,
    sans-serif;
  border-radius: 50%;
  background: var(--lp-ink);
  color: white;
  flex: none;
  margin-top: 2px;
  position: relative;
}
.start-grid h3 {
  font-size: 16px;
  padding-top: 4px;
}
.start-grid p {
  font-size: 13px;
  margin-top: 5px;
}
.faq-section {
  padding-block: 48px 62px;
  background: #faf9f8;
}
.faq-section h2 {
  font-size: 29px;
}
.faq-list {
  margin-top: 25px;
  border-top: 1px solid #dfe2e8;
}
.faq-list details {
  border-bottom: 1px solid #dfe2e8;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 73px;
  padding: 17px 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}
.faq-plus {
  font:
    400 22px/1 system-ui,
    sans-serif;
  color: var(--lp-red);
  width: 22px;
  flex: none;
  text-align: center;
}
.faq-list details[open] .faq-plus {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 13px;
  padding: 0 30px 20px 0;
  line-height: 1.9;
}
.final-section {
  background: var(--sales-red);
  color: white;
  padding-block: 44px 50px;
  overflow: clip;
}
.final-panel {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.final-copy {
  display: contents;
}
.final-panel .eyebrow {
  color: white;
  font-size: 11px;
  order: 0;
  margin-bottom: 5px;
}
.final-mascot {
  width: 196px;
  height: auto;
  margin: 0 auto 19px;
  order: 1;
  transform: rotate(-5deg);
}
.final-panel h2 {
  font-size: 34px;
  order: 2;
  line-height: 1.5;
}
.final-body {
  color: white;
  font-size: 13px;
  order: 3;
  margin-top: 16px;
  text-wrap: balance;
}
.final-action {
  order: 4;
  margin-top: 29px;
}
.final-action .cta {
  background: white;
  color: var(--lp-ink);
  width: min(100%, 360px);
  min-height: 64px;
  font-size: 21px;
  gap: 30px;
  box-shadow: 0 5px 0 #a71938;
}
.final-action .cta:hover {
  background: #fff3cf;
}
.final-action .cta .icon {
  color: var(--lp-ink);
  width: 34px;
  height: 34px;
  padding: 8px;
  background: var(--sales-yellow);
  border-radius: 50%;
}
.final-action .cta:focus-visible {
  outline-color: white;
}
.final-contact {
  margin-top: 28px;
}
.final-contact > p {
  font-size: 12px;
  color: white;
  margin-bottom: 10px;
}
.final-action .line-button {
  width: min(100%, 320px);
  border: 1px solid #ffffffa6;
}
.final-action .line-button:focus-visible {
  outline-color: white;
}
.final-star {
  position: absolute;
  color: var(--sales-yellow);
  right: 9%;
  top: 98px;
  font-size: 35px;
  transform: rotate(13deg);
}

@media (min-width: 600px) {
  .hero-grid {
    max-width: 640px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero:lang(en) h1 {
    font-size: 54px;
  }
  .hero-visual {
    width: 450px;
    margin-inline: auto;
  }
  .hero-visual .sales-art {
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 8px,
      #000 calc(100% - 8px),
      transparent
    );
  }
  .hero .eyebrow {
    font-size: 13px;
  }
  .hero-intro {
    font-size: 18px;
  }
  .trust-strip {
    gap: 24px;
  }
  .trust-strip li {
    font-size: 13px;
  }
  .signature-layout {
    max-width: 760px;
  }
  .signature-lead {
    font-size: 40px;
  }
  .signature-emphasis {
    font-size: 60px;
  }
  .signature-essentials {
    max-width: 520px;
    margin-left: auto;
  }
  .price strong {
    font-size: 64px;
  }
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }
  .price-card,
  .price-card[data-plan="monthly"] {
    padding: 20px 15px 10px;
    margin: 0;
  }
  .plan-caption {
    min-height: 3.4em;
  }
  .price strong {
    font-size: 44px;
  }
  .price-card .cta {
    font-size: 16px;
    padding-inline: 12px;
    gap: 12px;
  }
  .price-terms summary {
    font-size: var(--lp-price-meta-size);
  }
  .start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .industry-list {
    gap: 12px 24px;
  }
  .industry-list li {
    font-size: 14px;
  }
  .final-panel h2 {
    font-size: 44px;
  }
}
@media (min-width: 700px) {
  .scene-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .scene-title-row {
    display: block;
  }
  .scene-number {
    display: block;
    font-size: 100px;
    margin-bottom: 20px;
  }
  .scene-copy h3 {
    font-size: 31px;
  }
  .scene-description {
    font-size: 14px;
  }
  .scene-visual {
    width: 100%;
    margin: 0;
  }
  .scene-2 .scene-copy {
    grid-column: 2;
    grid-row: 1;
  }
  .scene-2 .scene-visual {
    grid-column: 1;
    grid-row: 1;
  }
  .experience-scene {
    padding-block: 52px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 98px;
  }
  .hero-grid {
    max-width: 1120px;
    grid-template-columns: 1fr 552px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "heading visual" "support visual";
    gap: 0 12px;
    align-items: start;
  }
  .hero-heading {
    text-align: left;
    padding-top: 77px;
  }
  .hero h1 {
    font-size: clamp(42px, 4.25vw, 56px);
    line-height: 1.36;
  }
  .hero:lang(en) h1 {
    font-size: clamp(43px, 4.1vw, 57px);
  }
  .hero h1 span:last-child {
    margin: 10px 0 0;
    padding: 3px 12px 7px;
  }
  .hero .eyebrow {
    margin-bottom: 22px;
    font-size: 13px;
  }
  .hero-support {
    text-align: left;
    padding-top: 30px;
  }
  .hero-intro {
    max-width: 465px;
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
  }
  .hero-action {
    margin-top: 28px;
  }
  .hero-action .cta {
    max-width: 310px;
  }
  .hero-visual {
    width: 552px;
    margin: 0;
  }
  .hero-visual figcaption {
    font-size: 10px;
    margin-top: 12px;
  }
  .hero .visual-media--product {
    width: 320px;
  }
  .hero-mascot {
    width: 168px;
    left: 4px;
  }
  .fallback-chips {
    inset-inline: 0;
  }
  .fallback-chips > span {
    font-size: 12px;
    padding: 11px;
  }
  .trust-strip {
    margin-top: 35px;
    padding-block: 24px 29px;
    justify-content: space-around;
  }
  .trust-strip li {
    font-size: 14px;
  }
  .pain-section {
    padding-block: 92px;
  }
  .pain-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 90px;
    align-items: center;
  }
  .pain-section h2 {
    font-size: 44px;
  }
  .pain-section .section-heading {
    margin: 0;
  }
  .pains h3 {
    font-size: 26px;
  }
  .pains p {
    font-size: 14px;
  }
  .how-section {
    border-radius: 48px 48px 0 0;
    padding-block: 70px;
  }
  .how-section .section-heading {
    text-align: center;
  }
  .how-section .section-heading > p:last-child {
    margin-inline: auto;
  }
  .how-section h2 {
    font-size: 44px;
  }
  .how-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 34px;
  }
  .how-steps li {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 16px;
    padding: 0 0 26px;
    position: relative;
  }
  .step-number {
    font-size: 80px;
  }
  .how-steps li > div {
    grid-row: 2;
    grid-column: 1 / -1;
  }
  .how-steps li > .icon {
    grid-row: 1;
    grid-column: 2;
    margin-top: 20px;
    width: 35px;
    height: 35px;
  }
  .how-steps h3 {
    font-size: 20px;
  }
  .how-steps p {
    font-size: 14px;
  }
  .customer-control {
    text-align: center;
    margin-top: 30px;
  }
  .customer-control > p:first-child {
    justify-content: center;
    font-size: 14px;
  }
  .customer-control > p:last-child {
    font-size: 12px;
  }
  .how-section .text-link {
    display: flex;
    width: fit-content;
    margin: 18px auto 0;
  }
  .difference-section {
    padding-block: 100px;
  }
  .signature-layout {
    max-width: 1120px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
  }
  .signature-question {
    font-size: 16px;
  }
  .signature-lead {
    font-size: 43px;
  }
  .signature-bridge {
    font-size: 38px;
    margin-top: 17px;
  }
  .signature-emphasis {
    font-size: 66px;
  }
  .signature-body {
    font-size: 16px;
  }
  .signature-essentials {
    margin: 0;
  }
  .signature-essentials li {
    line-height: 1.55;
    font-size: 22px;
    padding-block: 24px;
  }
  .signature-note {
    font-size: 16px;
  }
  .signature-spark {
    font-size: 50px;
  }
  .experience-section {
    padding-block: 94px 62px;
  }
  .experience-section > .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .experience-section > .section-heading > p:last-child {
    margin-inline: auto;
    font-size: 16px;
  }
  .scene-layout {
    max-width: 1000px;
    grid-template-columns: 1fr 470px;
    gap: 56px;
  }
  .scene-number {
    font-size: 132px;
    margin-bottom: 20px;
  }
  .scene-copy .eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .scene-copy h3 {
    font-size: 43px;
  }
  .scene-description {
    font-size: 16px;
    margin-top: 22px;
  }
  .scene-note {
    font-size: 13px;
    margin-top: 18px;
  }
  .scene-2 .scene-layout {
    grid-template-columns: 470px 1fr;
  }
  .scene-visual figcaption {
    font-size: 11px;
  }
  .scene-visual .visual-media--product {
    width: 324px;
  }
  .experience-control {
    font-size: 12px;
    margin-top: 8px;
  }
  .owner-section {
    padding-block: 84px;
  }
  .owner-panel {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: center;
  }
  .owner-panel h2 {
    font-size: 42px;
  }
  .owner-panel ol {
    margin: 0;
  }
  .owner-panel li {
    font-size: 19px;
    padding-block: 27px;
  }
  .owner-panel .owner-close {
    grid-column: 2;
    font-size: 13px !important;
  }
  .for-section {
    padding-block: 45px 50px;
  }
  .for-section h2 {
    font-size: 27px;
  }
  .pricing-section {
    padding-block: 94px;
  }
  .pricing-section .section-heading {
    text-align: center;
  }
  .pricing-section .section-heading > p:last-child {
    margin-inline: auto;
    font-size: 16px;
  }
  .setup-fee {
    padding: 20px 28px;
    margin-bottom: 32px;
  }
  .setup-amount strong {
    font-size: 36px;
  }
  .pricing-grid {
    gap: 24px;
  }
  .price-card,
  .price-card[data-plan="monthly"] {
    padding: 30px 28px 13px;
  }
  .price-card[data-plan="monthly"] {
    box-shadow: 0 5px 0 #f4d4dd;
  }
  .price strong {
    font-size: 67px;
  }
  .price-card .cta {
    font-size: 18px;
    margin-top: 25px;
  }
  .price-terms summary {
    font-size: var(--lp-price-meta-size);
  }
  .term {
    margin-top: 14px;
  }
  .start-section {
    padding-block: 68px;
  }
  .start-section h2 {
    font-size: 34px;
  }
  .start-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }
  .start-grid li {
    display: block;
    border-top: 1px solid #dfe3e9;
    padding-top: 20px;
  }
  .start-number {
    margin-bottom: 14px;
  }
  .faq-section {
    padding-block: 70px 90px;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    gap: 60px;
  }
  .faq-list {
    margin: 0;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .faq-list summary {
    font-size: 16px;
    min-height: 80px;
  }
  .faq-list details > p {
    font-size: 14px;
  }
  .final-section {
    padding-block: 84px;
  }
  .final-panel {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 45px;
    align-items: center;
    text-align: left;
  }
  .final-copy {
    display: block;
  }
  .final-panel .eyebrow {
    margin-bottom: 20px;
  }
  .final-panel h2 {
    font-size: 49px;
  }
  .final-body {
    font-size: 16px;
    margin-top: 23px;
  }
  .final-mascot {
    width: 392px;
    margin: 0;
    order: initial;
  }
  .final-action {
    margin-top: 30px;
  }
  .final-action .cta {
    max-width: 320px;
  }
  .final-star {
    right: 0;
    top: 30px;
    font-size: 68px;
  }
}

/* The cream accent lives behind the copy; the bitmap remains fully opaque.
   No blending or foreground wash is allowed to tint the white phone screen. */
.scene-2 {
  background: white;
  isolation: isolate;
}
.scene-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 220px;
  background: linear-gradient(#fff8e7, white);
  pointer-events: none;
}
/* Shared optical correction for all localized copies of the locked JP art.
   The entire image (including QR, badges and shadow) scales without cropping. */
.visual-media--mock[data-visual-role="flow-qr"] {
  width: 106.5%;
  margin-inline: -3.25%;
}
.visual-media--mock[data-visual-role="flow-question"] {
  width: 103.2%;
  margin-inline: -1.6%;
}
@media (min-width: 700px) {
  .scene-2::before {
    inset: 0 0 0 54%;
    height: auto;
    background: linear-gradient(90deg, white, #fff8e7);
  }
}
:lang(ja) p {
  word-break: auto-phrase;
  text-wrap: pretty;
}
.hero-intro > span {
  display: block;
}
