/* ============================================================================
   Localite — marketing site stylesheet (Tailwind entry)
   ----------------------------------------------------------------------------
   Pipeline order:
     @tailwind base       → Tailwind Preflight reset
     @tailwind components  → Tailwind component layer
     <plain CSS below>     → design tokens + theming + bespoke components
                             (plain CSS, never tree-shaken, so every widget style ships)
     @tailwind utilities   → LAST, so utility classes always win
   ----------------------------------------------------------------------------
   Ported 1:1 from the imported Localite design (site.css + Localite Design
   System tokens + the DS React components rendered as static CSS). FLAT system:
   hairline borders, no shadow except floating UI. Warm-paper / deep-forest.
   ========================================================================== */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--font-sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* ============================================================================
   DESIGN TOKENS  (Localite Design System — colors / type / spacing / elevation)
   + marketing-site theme variables. Light is the default (:root); dark overrides
   under :root[data-theme="dark"].
   ========================================================================== */

:root {
  /* ---- Font stack: native system UI only (mirrors the apps) ---- */
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-sans: var(--font-system);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  /* ---- Type scale (DS) ---- */
  --fs-display: 32px;
  --lh-display: 38px;
  --fs-title: 28px;
  --lh-title: 34px;
  --fs-headline: 18px;
  --lh-headline: 24px;
  --fs-body: 16px;
  --lh-body: 22px;
  --fs-body-bold: 16px;
  --lh-body-bold: 22px;
  --fs-callout: 15px;
  --lh-callout: 20px;
  --fs-callout-bold: 15px;
  --lh-callout-bold: 20px;
  --fs-footnote: 14px;
  --lh-footnote: 19px;
  --fs-caption: 13px;
  --lh-caption: 17px;
  --fs-chat: 16px;
  --lh-chat: 22px;
  /* ---- Spacing (4px grid) + radii ---- */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-base: 16px;
  --space-lg: 20px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 48px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 18px;
  --radius-full: 9999px;
  --hit-target: 44px;
  /* ---- Elevation ---- */
  --elevation-flat: none;
  --elevation-floating: 0 4px 12px rgba(0,0,0,0.12);
  --hairline: 1px;
  /* ---- DS semantic colors (light) ---- */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F5F1E9;
  --bg-elevated: #FFFFFF;
  --surface-primary: #EFE9DD;
  --surface-active: #E4DDCE;
  --text-primary: #12211C;
  --text-secondary: #5C6B66;
  --text-tertiary: #9AA59F;
  --text-disabled: #C4CDC6;
  --text-on-green: #FFFFFF;
  --text-on-own-bubble: #12211C;
  --brand-primary: #1FA254;
  --brand-pressed: #168445;
  --brand-tint: #1FA254;
  --brand-soft: #DFF5E4;
  --brand-soft-text: #106A38;
  --chat-bg: #ECE5DD;
  --chat-own-bubble: #DFF5E4;
  --chat-other-bubble: #FFFFFF;
  --chat-own-time: rgba(0,0,0,0.45);
  --border-default: #DDE3DF;
  --border-light: #EFF2EF;
  --status-success: #2F9E49;
  --status-warning: #E08A1A;
  --status-error: #D9453A;
  --status-info: #1B6FE0;
  /* ---- Marketing-site theme (light) ---- */
  --page: #F5F1E9;
  /* warm paper, base sections            */
  --page-alt: #FFFFFF;
  /* alternating sections / cards         */
  --ink: #12211C;
  --ink-soft: #5C6B66;
  --ink-faint: #8A958F;
  --line: #DDE3DF;
  /* the hairline — primary separator     */
  --line-soft: #EAE4D8;
  --card: #FFFFFF;
  --card-sunk: #F5F1E9;
  --brand: #1FA254;
  --brand-press: #168445;
  --brand-ink: #106A38;
  /* readable green text on paper         */
  --brass: #C9A96A;
  --shops-bg: #12211C;
  /* the one dark pivot in light mode      */
  --shops-ink: #F3F0E7;
  --shops-soft: #9FB0A8;
  --shops-line: rgba(255,255,255,.12);
  --shops-card: #1B2C26;
  --cta-bg: #1FA254;
  --cta-ink: #FFFFFF;
  --cta-soft: rgba(255,255,255,.78);
  --footer-bg: #0E1A16;
  --footer-ink: #E7ECE7;
  --footer-soft: #8C9B93;
  --footer-line: rgba(255,255,255,.10);
  --nav-bg: rgba(245,241,233,.72);
  --nav-line: transparent;
  --phone-bezel: #14110E;
  --chat-canvas: #ECE5DD;
  --shadow-float: 0 18px 50px rgba(20,26,22,.18), 0 4px 14px rgba(20,26,22,.10);
  /* ---- Marketing type scale (extends DS rhythm) ---- */
  --t-display: clamp(2.55rem, 1.4rem + 4.6vw, 4.35rem);
  --t-h2:      clamp(1.85rem, 1.1rem + 2.8vw, 2.85rem);
  --t-h3:      clamp(1.2rem,  1.0rem + 0.7vw, 1.5rem);
  --t-lead:    clamp(1.06rem, 0.95rem + 0.5vw, 1.31rem);
  --t-eyebrow: 0.8rem;
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

:root[data-theme="dark"] {
  /* ---- DS semantic colors (dark — deep forest) ---- */
  --bg-primary: #000000;
  --bg-secondary: #162521;
  --bg-elevated: #1E312B;
  --surface-primary: #162521;
  --surface-active: #273F38;
  --text-primary: #EDEFE9;
  --text-secondary: #98A59F;
  --text-tertiary: #5F7069;
  --text-disabled: #3A4A44;
  --text-on-green: #FFFFFF;
  --text-on-own-bubble: #EDEFE9;
  --brand-primary: #1FA254;
  --brand-pressed: #168445;
  --brand-tint: #4FBE74;
  --brand-soft: #0A4326;
  --brand-soft-text: #86D69B;
  --chat-bg: #000000;
  --chat-own-bubble: #0A4326;
  --chat-other-bubble: #1E312B;
  --chat-own-time: rgba(255,255,255,0.60);
  --border-default: #2A3A34;
  --border-light: #1E2B27;
  --status-success: #3AC268;
  --status-warning: #F3A530;
  --status-error: #F26157;
  --status-info: #4C95F5;
  --elevation-floating: 0 4px 12px rgba(0,0,0,0.40);
  /* ---- Marketing-site theme (dark) ---- */
  --page: #000000;
  --page-alt: #101D18;
  --ink: #EDEFE9;
  --ink-soft: #9DAAA3;
  --ink-faint: #6A7A72;
  --line: #243530;
  --line-soft: #1A2723;
  --card: #142420;
  --card-sunk: #0C1714;
  --brand: #1FA254;
  --brand-press: #168445;
  --brand-ink: #5FCB84;
  /* lift one stop in dark */
  --brass: #D4B378;
  --shops-bg: #0A1813;
  --shops-ink: #EDEFE9;
  --shops-soft: #8FA199;
  --shops-line: rgba(255,255,255,.09);
  --shops-card: #13241D;
  --cta-bg: #1FA254;
  --cta-ink: #FFFFFF;
  --cta-soft: rgba(255,255,255,.80);
  --footer-bg: #000000;
  --footer-ink: #E7ECE7;
  --footer-soft: #7E8E86;
  --footer-line: rgba(255,255,255,.08);
  --nav-bg: rgba(0,0,0,.62);
  --nav-line: transparent;
  --phone-bezel: #05100C;
  --chat-canvas: #0B1611;
  --shadow-float: 0 18px 50px rgba(0,0,0,.5), 0 4px 14px rgba(0,0,0,.4);
}

/* ============================================================================
   BASE / RESET  (complements Tailwind Preflight)
   ========================================================================== */

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color .4s ease, color .4s ease;
  overflow-x: hidden;
}

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

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

::-moz-selection {
  background: var(--brand-soft);
  color: var(--brand-ink);
}

::selection {
  background: var(--brand-soft);
  color: var(--brand-ink);
}

:root[data-theme="dark"] ::-moz-selection {
  background: #14402a;
  color: #bff0cf;
}

:root[data-theme="dark"] ::selection {
  background: #14402a;
  color: #bff0cf;
}

/* ============================================================================
   LAYOUT PRIMITIVES
   ========================================================================== */

.lp-wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.lp-section {
  position: relative;
  padding-block: clamp(64px, 9vw, 128px);
}

.lp-section--paper {
  background: var(--page);
}

.lp-section--alt   {
  background: var(--page-alt);
}

.lp-hr {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--t-eyebrow);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-ink);
}

.lp-eyebrow .mdi {
  font-size: 16px;
}

.lp-eyebrow--muted {
  color: var(--ink-faint);
}

.lp-h2 {
  font-size: var(--t-h2);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.022em;
  margin: 16px 0 0;
  text-wrap: balance;
}

.lp-h3 {
  font-size: var(--t-h3);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

.lp-lead {
  font-size: var(--t-lead);
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 18px 0 0;
  max-width: 46ch;
  text-wrap: pretty;
}

.lp-section-head {
  max-width: 40ch;
}

.lp-section-head--center {
  margin-inline: auto;
  text-align: center;
  max-width: 52ch;
}

/* ============================================================================
   NAV
   ========================================================================== */

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--nav-bg);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--nav-line);
  transition: border-color .3s ease, background-color .4s ease;
}

.lp-nav[data-stuck="1"] {
  --nav-line: var(--line);
}

.lp-nav-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px var(--gutter);
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.lp-brand img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.lp-brand b {
  font-weight: 700;
}

.lp-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 12px;
}

.lp-nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
  transition: color .2s ease;
}

.lp-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1.5px;
  width: 0;
  background: var(--brand);
  transition: width .25s cubic-bezier(.22,.61,.36,1);
}

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

.lp-nav-links a:hover::after {
  width: 100%;
}

.lp-nav-links a.is-active {
  color: var(--ink);
}

.lp-nav-links a.is-active::after {
  width: 100%;
}

.lp-nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s, transform .2s;
}

.lp-icon-btn:hover {
  background: color-mix(in srgb, var(--ink) 6%, transparent);
}

.lp-icon-btn .mdi {
  font-size: 20px;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
}

.lp-nav-cta {
  display: inline-flex;
}

/* ============================================================================
   DS BUTTON (in-product CTAs: nav "Get the App", "List Your Shop")
   ========================================================================== */

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  font-family: var(--font-sans);
  font-size: var(--fs-body-bold);
  font-weight: var(--weight-semibold);
  line-height: 1;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  min-height: var(--hit-target);
  padding: 0 var(--space-lg);
  transition: background-color 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.ds-btn--sm {
  min-height: 36px;
  padding: 0 var(--space-base);
  font-size: var(--fs-callout-bold);
}

.ds-btn--primary {
  background: var(--brand-primary);
  color: var(--text-on-green);
}

.ds-btn--primary:hover {
  background: var(--brand-pressed);
}

.ds-btn--secondary {
  background: var(--surface-primary);
  color: var(--text-primary);
}

.ds-btn--ghost {
  background: transparent;
  color: var(--brand-primary);
}

/* ---- Page-level text link ---- */

.lp-textlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  color: var(--brand-ink);
  cursor: pointer;
}

.lp-textlink .mdi {
  font-size: 18px;
  transition: transform .25s ease;
}

.lp-textlink:hover .mdi {
  transform: translateX(3px);
}

/* ---- Store badges (App Store / Google Play) ---- */

.lp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 16px 9px 14px;
  border-radius: 12px;
  background: #0c0c0c;
  color: #fff;
  border: 1px solid #0c0c0c;
  transition: transform .22s cubic-bezier(.22,.61,.36,1), box-shadow .22s;
}

.lp-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.lp-badge .mdi {
  font-size: 26px;
  line-height: 1;
}

.lp-badge-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.lp-badge-txt small {
  font-size: 10px;
  letter-spacing: .04em;
  opacity: .82;
  font-weight: 500;
}

.lp-badge-txt span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lp-badge--light {
  background: #fff;
  color: #0c0c0c;
  border-color: #fff;
}

.lp-badge--ghost {
  background: transparent;
  color: var(--shops-ink);
  border: 1px solid var(--shops-line);
}

.lp-badge--ghost:hover {
  background: rgba(255,255,255,.06);
  box-shadow: none;
}

/* ============================================================================
   HERO
   ========================================================================== */

.lp-hero {
  position: relative;
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(56px, 7vw, 104px);
  overflow: hidden;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.lp-hero-copy {
  max-width: 36ch;
}

.lp-hero h1 {
  font-size: var(--t-display);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.032em;
  margin: 20px 0 0;
  text-wrap: balance;
}

.lp-hero h1 .lp-accent {
  color: var(--brand);
}

.lp-hero .lp-lead {
  margin-top: 22px;
  max-width: 42ch;
}

.lp-hero-cta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.lp-hero-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--ink-faint);
}

.lp-hero-sub .mdi {
  color: var(--brand);
  font-size: 17px;
}

.lp-hero-visual {
  position: relative;
  min-height: clamp(420px, 46vw, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Phone frame ---- */

.lp-phone {
  position: relative;
  width: 300px;
  flex: 0 0 300px;
  background: var(--phone-bezel);
  border-radius: 42px;
  padding: 11px;
  box-shadow: var(--shadow-float);
}

.lp-phone-screen {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: var(--page-alt);
  height: 600px;
  display: flex;
  flex-direction: column;
}

.lp-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 26px;
  background: var(--phone-bezel);
  border-radius: 0 0 15px 15px;
  z-index: 6;
}

.lp-phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  background: var(--page-alt);
  flex-shrink: 0;
  z-index: 2;
}

.lp-phone-status .mdi {
  font-size: 15px;
}

.lp-phone-status-r {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* chat surface inside the hero phone */

.lp-chat {
  flex: 1;
  background: var(--chat-canvas);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.lp-chat-scroll {
  flex: 1;
  overflow: hidden;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-end;
}

.lp-chat-day {
  align-self: center;
  background: color-mix(in srgb, var(--page-alt) 92%, transparent);
  border-radius: 8px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 2px;
}

/* typing indicator */

.lp-typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 11px 14px;
  background: var(--page-alt);
  border-radius: 12px 12px 12px 4px;
  align-self: flex-start;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.lp-typing i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink-faint);
  animation: lp-typing 1.2s infinite ease-in-out;
}

.lp-typing i:nth-child(2) {
  animation-delay: .18s;
}

.lp-typing i:nth-child(3) {
  animation-delay: .36s;
}

@keyframes lp-typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: .45;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

/* message rows: own align right, others left */

.lp-msg-row {
  display: flex;
}

.lp-msg-row--own {
  justify-content: flex-end;
}

/* message entrance */

.lp-msg-in {
  animation: lp-msg-pop .42s cubic-bezier(.22,1.2,.4,1) both;
}

@keyframes lp-msg-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* float loop (applied only when motion on) */

:root[data-motion="on"] .lp-float-a {
  animation: lp-float 6.5s ease-in-out infinite;
}

@keyframes lp-float {
  0%,100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

:root[data-motion="on"] .lp-phone--hero {
  animation: lp-float 7s ease-in-out infinite;
}

/* ============================================================================
   DS CHAT COMPONENTS (static renders of the DS React components)
   ========================================================================== */

/* Avatar */

.ds-avatar {
  border-radius: var(--radius-full);
  background: var(--brand-soft);
  color: var(--brand-soft-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-weight: var(--weight-semibold);
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ds-avatar--36 {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.ds-avatar--48 {
  width: 48px;
  height: 48px;
  font-size: 19px;
}

/* ChatHeader */

.ds-chat-header {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-default);
  flex-shrink: 0;
}

.ds-chat-header__body {
  flex: 1;
  min-width: 0;
}

.ds-chat-header__name {
  color: var(--text-primary);
  font-size: 17px;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-chat-header__sub {
  margin-top: 2px;
  font-size: var(--fs-caption);
  color: var(--text-secondary);
}

.ds-chat-header__actions {
  display: flex;
  align-items: center;
}

.ds-chat-header__btn {
  border: none;
  background: transparent;
  padding: var(--space-sm);
  cursor: pointer;
  display: flex;
  color: var(--text-primary);
}

.ds-chat-header__btn .mdi {
  font-size: 22px;
}

/* Composer */

.ds-composer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: var(--space-sm);
  background: var(--bg-primary);
  border-top: 1px solid var(--border-default);
  flex-shrink: 0;
}

.ds-composer__icon {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-composer__icon .mdi {
  font-size: 24px;
  color: var(--text-secondary);
}

.ds-composer__field {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--surface-primary);
  border-radius: 20px;
  min-height: 40px;
  padding: 0 var(--space-base);
  color: var(--text-tertiary);
  font-size: 16px;
}

/* MessageBubble */

.ds-bubble {
  max-width: 75%;
  border-radius: var(--radius-lg);
  padding: 8px 12px 6px;
}

.ds-bubble--own {
  background: var(--chat-own-bubble);
  color: var(--text-on-own-bubble);
  border-bottom-right-radius: var(--radius-sm);
}

.ds-bubble--other {
  background: var(--chat-other-bubble);
  color: var(--text-primary);
  border-bottom-left-radius: var(--radius-sm);
  box-shadow: var(--elevation-floating);
}

.ds-bubble--wide {
  max-width: 92%;
}

.ds-bubble__text {
  font-family: var(--font-sans);
  font-size: var(--fs-chat);
  line-height: var(--lh-chat);
  display: block;
}

.ds-bubble__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 2px;
}

.ds-bubble__time {
  font-size: 11px;
  line-height: 14px;
}

.ds-bubble--own .ds-bubble__time {
  color: var(--chat-own-time);
}

.ds-bubble--other .ds-bubble__time {
  color: var(--text-secondary);
}

.ds-ticks {
  font-size: 15px;
  display: inline-flex;
  line-height: 1;
}

.ds-ticks--read {
  color: var(--status-info);
}

.ds-ticks--sent, .ds-ticks--delivered {
  color: var(--chat-own-time);
}

/* OrderBill */

.ds-orderbill {
  min-width: 0;
}

.ds-orderbill__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-sm);
  gap: var(--space-sm);
}

.ds-orderbill__id {
  color: var(--text-primary);
  font-size: var(--fs-callout-bold);
  font-weight: var(--weight-semibold);
}

.ds-orderbill__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--fs-caption);
  font-weight: var(--weight-semibold);
  white-space: nowrap;
}

.ds-orderbill__status--approved {
  color: var(--status-success);
}

.ds-orderbill__status .mdi {
  font-size: 14px;
}

.ds-orderbill__items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--border-default);
}

.ds-orderbill__item {
  display: flex;
  justify-content: space-between;
  gap: var(--space-sm);
}

.ds-orderbill__item-name {
  color: var(--text-primary);
  font-size: var(--fs-footnote);
}

.ds-orderbill__item-qty {
  color: var(--text-secondary);
}

.ds-orderbill__item-price {
  color: var(--text-primary);
  font-size: var(--fs-footnote);
  flex-shrink: 0;
}

.ds-orderbill__totals {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--space-sm) 0;
}

.ds-orderbill__row {
  display: flex;
  justify-content: space-between;
}

.ds-orderbill__label {
  color: var(--text-secondary);
  font-size: var(--fs-footnote);
}

.ds-orderbill__val {
  color: var(--text-primary);
  font-size: var(--fs-footnote);
}

.ds-orderbill__row--total {
  margin-top: 2px;
}

.ds-orderbill__row--total .ds-orderbill__label {
  color: var(--text-primary);
  font-weight: var(--weight-semibold);
}

.ds-orderbill__row--total .ds-orderbill__val {
  font-weight: var(--weight-bold);
}

/* ============================================================================
   TRUST STRIP (under hero)
   ========================================================================== */

.lp-strip {
  border-top: 1px solid var(--line);
}

.lp-strip-in {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 48px);
  padding-block: 26px;
  align-items: center;
}

.lp-strip-item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
}

.lp-strip-item .mdi {
  font-size: 22px;
  color: var(--brand);
}

.lp-strip-item b {
  color: var(--ink);
  font-weight: 600;
}

/* ============================================================================
   HOW IT WORKS
   ========================================================================== */

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
  margin-top: clamp(40px, 5vw, 64px);
}

.lp-step {
  position: relative;
}

.lp-step-n {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--brand-ink);
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
}

.lp-step-ic {
  margin-left: auto;
  color: var(--ink-faint);
}

.lp-step-ic .mdi {
  font-size: 26px;
}

.lp-step-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-step h3 {
  margin-top: 22px;
}

.lp-step p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 15.5px;
}

/* ============================================================================
   WHY — feature grid
   ========================================================================== */

.lp-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(40px, 5vw, 60px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.lp-feat {
  background: var(--card);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background-color .25s ease;
}

.lp-feat:hover {
  background: var(--card-sunk);
}

.lp-feat-ic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand-ink);
}

.lp-feat-ic .mdi {
  font-size: 26px;
}

.lp-feat h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.lp-feat p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.lp-why-more {
  margin-top: clamp(30px, 4vw, 46px);
  display: flex;
  justify-content: center;
}

/* ============================================================================
   FOR SHOP OWNERS — dark pivot band
   ========================================================================== */

.lp-shops {
  background: var(--shops-bg);
  color: var(--shops-ink);
}

.lp-shops .lp-eyebrow {
  color: var(--brand-ink);
}

.lp-shops-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.lp-shops h2 {
  color: var(--shops-ink);
}

.lp-shops .lp-lead {
  color: var(--shops-soft);
}

.lp-shops-points {
  margin: 30px 0 0;
  display: grid;
  gap: 18px;
}

.lp-shops-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.lp-shops-point .lp-pt-ic {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--shops-card);
  border: 1px solid var(--shops-line);
  color: var(--brand-ink);
}

.lp-shops-point .lp-pt-ic .mdi {
  font-size: 21px;
}

.lp-shops-point h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 0;
  color: var(--shops-ink);
}

.lp-shops-point p {
  margin: 5px 0 0;
  font-size: 14.5px;
  color: var(--shops-soft);
}

.lp-shops-cta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.lp-shops-aside {
  background: var(--shops-card);
  border: 1px solid var(--shops-line);
  border-radius: 20px;
  padding: 30px;
}

.lp-shops-aside .lp-invite {
  font-size: 13px;
  color: var(--shops-soft);
}

.lp-invite-code {
  display: inline-flex;
  gap: 6px;
  margin-top: 12px;
}

.lp-invite-code b {
  width: 38px;
  height: 46px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--shops-bg);
  border: 1px solid var(--shops-line);
  font-size: 20px;
  font-weight: 700;
  color: var(--shops-ink);
  font-variant-numeric: tabular-nums;
}

.lp-shops-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid var(--shops-line);
}

.lp-shops-stat:last-child {
  border-bottom: 0;
}

.lp-shops-stat .mdi {
  color: var(--brand-ink);
  align-self: center;
}

.lp-shops-stat .lp-stat-k {
  font-size: 14.5px;
  color: var(--shops-soft);
}

.lp-shops-stat .lp-stat-v {
  margin-left: auto;
  font-weight: 600;
  color: var(--shops-ink);
  font-size: 15px;
}

.lp-shops-stat .lp-stat-v .mdi {
  color: var(--brand);
}

/* ============================================================================
   TRUST & PRIVACY
   ========================================================================== */

.lp-trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.lp-trust-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.lp-trust-item {
  background: var(--card);
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.lp-trust-item .mdi {
  font-size: 24px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 1px;
}

.lp-trust-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.lp-trust-item p {
  margin: 5px 0 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ============================================================================
   FAQ
   ========================================================================== */

.lp-faq {
  max-width: 760px;
  margin: clamp(36px, 5vw, 52px) auto 0;
}

.lp-faq-item {
  border-top: 1px solid var(--line);
}

.lp-faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.lp-faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 4px;
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lp-faq-q .lp-faq-ic {
  margin-left: auto;
  flex-shrink: 0;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
  color: var(--brand);
}

.lp-faq-q[aria-expanded="true"] .lp-faq-ic {
  transform: rotate(45deg);
}

.lp-faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .34s cubic-bezier(.4,0,.2,1);
}

.lp-faq-a-in {
  padding: 0 4px 24px;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 64ch;
}

/* ============================================================================
   FINAL CTA
   ========================================================================== */

.lp-cta {
  background: var(--cta-bg);
  color: var(--cta-ink);
  text-align: center;
}

.lp-cta h2 {
  color: #fff;
  font-size: var(--t-h2);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 16px auto 0;
  max-width: 18ch;
  text-wrap: balance;
}

.lp-cta p {
  color: var(--cta-soft);
  font-size: var(--t-lead);
  margin: 18px auto 0;
  max-width: 44ch;
}

.lp-cta .lp-eyebrow {
  color: rgba(255,255,255,.85);
}

.lp-cta .lp-badges {
  justify-content: center;
  margin-top: 34px;
}

.lp-cta-mark {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 16px;
}

/* ============================================================================
   FOOTER
   ========================================================================== */

.lp-footer {
  background: var(--footer-bg);
  color: var(--footer-soft);
  padding-block: clamp(54px, 7vw, 84px) 32px;
}

.lp-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
}

.lp-footer-brand {
  max-width: 30ch;
}

.lp-footer-brand .lp-brand {
  color: var(--footer-ink);
  margin-bottom: 16px;
}

.lp-footer-brand p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--footer-soft);
  margin: 0 0 20px;
}

.lp-foot-col h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--footer-soft);
  margin: 0 0 16px;
  opacity: .8;
}

.lp-foot-col a {
  display: block;
  font-size: 14.5px;
  color: var(--footer-ink);
  padding: 6px 0;
  opacity: .82;
  transition: opacity .2s, color .2s;
}

.lp-foot-col a:hover {
  opacity: 1;
  color: var(--brand-ink);
}

.lp-foot-social {
  display: flex;
  gap: 10px;
}

.lp-foot-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--footer-line);
  color: var(--footer-ink);
  transition: background-color .2s, border-color .2s;
}

.lp-foot-social a:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
}

.lp-foot-social .mdi {
  font-size: 20px;
}

.lp-foot-contact {
  margin-top: 36px;
  font-size: 14px;
  color: var(--footer-soft);
}

.lp-foot-contact .mdi {
  margin-right: 8px;
}

.lp-foot-contact a {
  color: var(--footer-ink);
}

.lp-footer-bottom {
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: 24px;
  border-top: 1px solid var(--footer-line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.lp-footer-bottom .lp-made {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.lp-footer-bottom .lp-made .lp-tri {
  color: var(--brand-ink);
}

.lp-foot-legal {
  display: flex;
  gap: 22px;
}

.lp-foot-legal a:hover {
  color: var(--footer-ink);
}

/* ============================================================================
   SCROLL REVEAL  (driven by GSAP ScrollTrigger)
   Progressive enhancement: elements are only hidden once <html> gets the
   `is-animated` class (added pre-paint by the inline head script when JS runs
   and motion is allowed). Without JS, everything renders visible.
   ========================================================================== */

.lp-reveal {
  transition: opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}

html.is-animated .lp-reveal:not(.in):not([data-in]) {
  opacity: 0;
  transform: translateY(22px);
}

.lp-reveal.in, .lp-reveal[data-in] {
  opacity: 1;
  transform: none;
}

/* motion off / reduced motion — show final state, kill loops */

:root[data-motion="off"] .lp-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

:root[data-motion="off"] .lp-typing,
:root[data-motion="off"] .lp-msg-in {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .lp-msg-in, .lp-float-a, .lp-phone--hero {
    animation: none !important;
  }
}

/* ============================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 980px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lp-hero-copy {
    max-width: 100%;
  }

  .lp-hero-visual {
    min-height: 480px;
    margin-top: 12px;
  }

  .lp-shops-grid, .lp-trust-grid {
    grid-template-columns: 1fr;
  }

  .lp-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .lp-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .lp-nav-links {
    display: none;
  }

  .lp-steps, .lp-feat-grid {
    grid-template-columns: 1fr;
  }

  .lp-step::after {
    display: none;
  }

  .lp-trust-grid {
    grid-template-columns: 1fr;
  }

  .lp-footer-top {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 420px) {
  .lp-phone {
    width: 270px;
    flex-basis: 270px;
  }

  .lp-phone-screen {
    height: 548px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.hidden {
  display: none;
}

.resize {
  resize: both;
}
