/* ==========================================================================
   Assist Infotech — site stylesheet
   Tokens → base → layout → components → pages → motion
   ========================================================================== */

/* Self-hosted fonts (OFL) — no third-party requests */
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-display: optional; font-weight: 200 800;
  src: url("../fonts/bricolage-grotesque-latin-opsz-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-display: optional; font-weight: 200 800;
  src: url("../fonts/bricolage-grotesque-latin-ext-opsz-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "DM Sans"; font-style: normal; font-display: optional; font-weight: 100 1000;
  src: url("../fonts/dm-sans-latin-opsz-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "DM Sans"; font-style: normal; font-display: optional; font-weight: 100 1000;
  src: url("../fonts/dm-sans-latin-ext-opsz-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-display: swap; font-weight: 400;
  src: url("../fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-display: swap; font-weight: 500 600;
  src: url("../fonts/jetbrains-mono-latin-600-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  /* brand */
  --ink: #04201f;          /* deep lagoon ink: dark slabs, headings */
  --ink-2: #0b3431;
  --ink-3: #12453f;
  --lagoon: #06b8a6;       /* brand teal (logo mid-tone) */
  --lagoon-600: #037a84;   /* deep logo teal: text & buttons */
  --lagoon-100: #d6f6f0;
  --leaf: #12e590;         /* logo apex green */
  --mint: #3ee8c5;         /* logo light facet */
  --leaf-100: #d7f9ea;
  --wa: #25d366;           /* WhatsApp */
  --wa-ink: #05301b;
  --marker: #ffd84d;       /* highlighter yellow, from the offer posters */
  --marker-soft: #fff1b8;
  --gst: #1e64d8;          /* GST blue */
  --gst-100: #e1ebfb;
  --mca: #15803d;          /* MCA green */
  --mca-100: #dff3e6;
  --alert: #d4452b;

  /* neutrals (tinted toward the lagoon) */
  --paper: #f2f7f5;
  --paper-2: #e8f1ee;
  --surface: #ffffff;
  --line: #d3e2de;
  --line-strong: #b5ccc7;
  --text: #0b2422;
  --muted: #4a625f;
  --on-dark: #e9f5f2;
  --on-dark-muted: #9fbdb8;

  /* type */
  --font-display: "Bricolage Grotesque", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  --fs-xs: .75rem;
  --fs-sm: .875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.375rem;
  --fs-xl: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
  --fs-2xl: clamp(2rem, 1.3rem + 2.6vw, 3rem);
  --fs-3xl: clamp(2.5rem, 1.4rem + 4.4vw, 4.25rem);
  --fs-hero: clamp(2.75rem, 1.2rem + 6.2vw, 5.75rem);

  /* space & shape */
  --gutter: clamp(16px, 4vw, 40px);
  --maxw: 1240px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --header-h: 72px;
  --shadow-1: 0 1px 2px rgba(6, 32, 30, .06), 0 2px 8px rgba(6, 32, 30, .05);
  --shadow-2: 0 10px 30px -12px rgba(6, 32, 30, .25), 0 2px 6px rgba(6, 32, 30, .06);
  --shadow-3: 0 30px 60px -20px rgba(3, 20, 18, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.03em;
  margin: 0;
  text-wrap: balance;
  font-optical-sizing: auto;
}
h1 { font-size: var(--fs-hero); }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-xl); letter-spacing: -.02em; line-height: 1.1; }
h4 { font-size: var(--fs-lg); letter-spacing: -.015em; line-height: 1.15; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--marker); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--marker); color: var(--ink); }
.mono { font-family: var(--font-mono); font-feature-settings: "zero" 1; }
.num { font-variant-numeric: tabular-nums; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--marker); color: var(--ink); padding: 10px 14px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(64px, 9vw, 128px); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--dark { background: var(--ink); color: var(--on-dark); }
.section--dark .lede, .section--dark .muted { color: var(--on-dark-muted); }
.section--paper2 { background: var(--paper-2); }
.section--white { background: var(--surface); }
.stack { display: flex; flex-direction: column; gap: var(--stack, 16px); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--cluster, 12px); }
.grid { display: grid; gap: var(--grid-gap, 24px); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--lagoon-600);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section--dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--marker); }
.lede { font-size: var(--fs-md); color: var(--muted); max-width: 62ch; }
.muted { color: var(--muted); }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: clamp(32px, 5vw, 56px); max-width: 780px; }
.section-head > .btn { align-self: flex-start; }
.section-head--row { max-width: none; flex-direction: row; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 24px; }
.section-head--row > div { display: flex; flex-direction: column; gap: 18px; max-width: 720px; }

/* highlighter swipe — the posters' yellow brush strokes */
.mark {
  position: relative; white-space: nowrap; z-index: 0;
  background-image: linear-gradient(100deg, transparent 0 1%, var(--marker) 2% 97%, transparent 98%);
  background-repeat: no-repeat; background-size: 100% 42%; background-position: 0 88%;
  padding-inline: .06em; margin-inline: -.06em;
  color: inherit;
}
.section--dark .mark, .hero .mark, .page-hero .mark { background-image: linear-gradient(100deg, transparent 0 1%, rgba(255, 216, 77, .9) 2% 97%, transparent 98%); color: var(--on-dark); }
.hero .mark, .page-hero .mark { color: #fff; background-size: 100% 26%; background-position: 0 92%; }
.hl-wa { color: var(--wa); }
.hl-lagoon { color: var(--lagoon); }

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--ink); --btn-fg: #fff; --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px;
  border-radius: 999px; border: 1.5px solid var(--btn-bd);
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 700; font-size: var(--fs-base); line-height: 1.1; letter-spacing: -.005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.btn:active { transform: translateY(0); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--wa { --btn-bg: var(--wa); --btn-fg: var(--wa-ink); }
.btn--wa:hover { --btn-bg: #3ee07a; }
.btn--marker { --btn-bg: var(--marker); --btn-fg: var(--ink); }
.btn--lagoon { --btn-bg: var(--lagoon-600); --btn-fg: #fff; }
.btn--lagoon:hover { --btn-bg: #025f67; }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--text); --btn-bd: var(--line-strong); }
.btn--ghost:hover { --btn-bd: var(--text); }
.section--dark .btn--ghost, .hero .btn--ghost, .page-hero .btn--ghost, .cta-band .btn--ghost { --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .35); }
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover, .page-hero .btn--ghost:hover, .cta-band .btn--ghost:hover { --btn-bd: #fff; }
.btn--sm { min-height: 38px; padding: 8px 16px; font-size: var(--fs-sm); }
.btn--lg { min-height: 56px; padding: 16px 28px; font-size: var(--fs-md); }
.btn--block { width: 100%; white-space: normal; text-align: center; }
.btn[disabled], .btn.is-loading { opacity: .6; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; color: var(--lagoon-600); }
.link-arrow::after { content: "→"; transition: transform .25s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }
.section--dark .link-arrow { color: var(--marker); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 90;
  background: rgba(242, 247, 245, .82);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color .3s, border-color .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(242, 247, 245, .92); }
.site-header.on-dark:not(.is-scrolled) { background: rgba(6, 32, 30, .35); color: #fff; }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; flex: none; }
.brand img { width: 44px; height: 38px; object-fit: contain; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: .04em; }
.brand-word small { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .32em; text-transform: uppercase; opacity: .7; margin-top: 3px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav > a, .nav-drop > button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 12px; border-radius: 10px; border: 0; background: none; cursor: pointer;
  font-weight: 600; font-size: .95rem; text-decoration: none; color: inherit;
}
.nav > a:hover, .nav-drop > button:hover, .nav-drop.is-open > button { background: rgba(14, 159, 149, .1); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--lagoon); border-radius: 0; }
.nav-drop { position: relative; }
.nav-drop > button svg { width: 14px; height: 14px; transition: transform .2s; }
.nav-drop.is-open > button svg { transform: rotate(180deg); }
.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  width: min(960px, 94vw); padding: 12px;
  max-height: min(74vh, 640px); overflow-y: auto; overscroll-behavior: contain;
  background: var(--surface); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-3);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s, transform .2s var(--ease), visibility 0s .2s;
}
.nav-drop.is-open .mega { opacity: 1; visibility: visible; transform: none; transition: opacity .2s, transform .25s var(--ease); }
.mega a { display: grid; grid-template-columns: 36px 1fr; gap: 11px; align-items: start; padding: 11px 12px; border-radius: 14px; text-decoration: none; min-width: 0; }
@media (max-width: 1080px) { .mega { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(680px, 94vw); } }
.mega a:hover { background: var(--paper); }
.mega a b { display: block; font-size: .95rem; line-height: 1.25; }
.mega a span { display: block; font-size: .8rem; color: var(--muted); line-height: 1.38; margin-top: 2px; }
.mega .ico { width: 36px; height: 36px; }
.mega-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 4px; padding: 12px 14px; border-radius: 14px; background: var(--ink); color: var(--on-dark); font-size: .9rem; flex-wrap: wrap; }
.header-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.login-btn { white-space: nowrap; }
.site-header.on-dark:not(.is-scrolled) .login-btn { --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .34); }
@media (max-width: 1260px) { .header-actions .login-btn span { display: none; } .header-actions .login-btn { padding-inline: 12px; } }
.cart-btn {
  position: relative; width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; border: 1.5px solid var(--line-strong); background: transparent; cursor: pointer; color: inherit;
}
.site-header.on-dark:not(.is-scrolled) .cart-btn { border-color: rgba(255, 255, 255, .35); }
.cart-btn svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px; background: var(--marker); color: var(--ink);
  font-size: .72rem; font-weight: 800; display: grid; place-items: center; font-variant-numeric: tabular-nums;
}
.cart-count:empty, .cart-count[data-n="0"] { display: none; }
.cart-btn.bump { animation: bump .45s var(--ease); }
@keyframes bump { 30% { transform: scale(1.18); } 60% { transform: scale(.94); } }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; cursor: pointer; place-items: center; }
.menu-btn svg { width: 22px; height: 22px; }
.site-header.on-dark:not(.is-scrolled) .menu-btn { background: rgba(255, 255, 255, .14); }
@media (max-width: 1080px) {
  .nav, .header-actions .btn--wa, .header-actions .login-btn { display: none; }
  .menu-btn { display: grid; }
  .header-actions { margin-left: auto; }
}

/* mobile menu */
.mobile-nav {
  position: fixed; inset: 0; z-index: 120; background: var(--ink); color: var(--on-dark);
  padding: calc(env(safe-area-inset-top, 0px) + 16px) var(--gutter) calc(env(safe-area-inset-bottom, 0px) + 24px);
  display: flex; flex-direction: column; gap: 20px; overflow-y: auto;
  clip-path: circle(0% at calc(100% - 40px) 36px); visibility: hidden;
  transition: clip-path .5s var(--ease), visibility 0s .5s;
}
.mobile-nav.is-open { clip-path: circle(150% at calc(100% - 40px) 36px); visibility: visible; transition: clip-path .6s var(--ease); }
.mobile-nav-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-nav nav { display: flex; flex-direction: column; }
.mobile-nav nav a { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -.02em; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); text-decoration: none; display: flex; justify-content: space-between; align-items: center; }
.mobile-nav nav a small { font-family: var(--font-mono); font-size: .7rem; color: var(--on-dark-muted); letter-spacing: .1em; font-weight: 500; }
.mobile-nav .close-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); background: none; color: #fff; cursor: pointer; display: grid; place-items: center; }
.mobile-nav .cluster .btn { flex: 1 1 160px; }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--ink); color: #fff;
  margin-top: calc(var(--header-h) * -1);
  padding-top: calc(var(--header-h) + clamp(40px, 7vw, 96px));
  padding-bottom: clamp(56px, 8vw, 110px);
}
/* blobs are pinned in px (not % of hero height) so they don't move while the hero finishes loading (CLS) */
.hero-bg { position: absolute; top: -90px; bottom: -90px; left: -5%; right: -5%; z-index: -1; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(159, 189, 184, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 189, 184, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 30%, transparent 75%);
}
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.blob--a { width: 520px; height: 520px; background: #06b8a6; top: -88px; right: 6%; }
.blob--b { width: 420px; height: 420px; background: #0f9d62; top: 734px; left: -4%; opacity: .45; }
.blob--c { width: 260px; height: 260px; background: #caa92a; top: 436px; right: 38%; opacity: .16; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero h1 { color: #fff; }
.hero h1 .line { display: block; }
.hero h1.hero-title { font-size: clamp(2.1rem, .9rem + 2.75vw, 3.25rem); line-height: 1.04; letter-spacing: -.035em; }
.hero h1.hero-title .line { white-space: nowrap; }
@media (max-width: 1180px) { .hero h1.hero-title .line { white-space: normal; } }
.hero .hero-copy .hero-lede { font-size: clamp(1rem, .94rem + .3vw, 1.15rem); }
.hero-oneteam { font-size: clamp(1rem, .95rem + .3vw, 1.15rem); font-weight: 600; color: #fff; padding-left: 14px; border-left: 3px solid var(--marker); max-width: 52ch; }
.hero-lede { font-size: clamp(1.05rem, .95rem + .5vw, 1.3rem); color: var(--on-dark-muted); max-width: 54ch; }
.hero-lede strong { color: var(--on-dark); font-weight: 600; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: .9rem; color: var(--on-dark-muted); }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 18px; height: 18px; color: var(--wa); }

/* stage of floating product cards */
.stage { position: relative; height: clamp(420px, 44vw, 560px); }
.layer { position: absolute; will-change: transform; transform: translate3d(calc(var(--mx, 0) * var(--d, 0) * 1px), calc((var(--py, 0) + var(--my, 0) * var(--d, 0)) * 1px), 0); }
.float-card { background: var(--surface); color: var(--text); border-radius: 18px; box-shadow: var(--shadow-3); overflow: hidden; }
.layer--browser { left: 0; top: 4%; width: 78%; --d: 14; }
.layer--phone { right: 0; top: 18%; width: 44%; z-index: 3; --d: 30; }
.layer--sheet { left: 0; bottom: 0; width: 58%; z-index: 2; --d: 22; }
.layer--chip1 { right: 3%; top: 0; z-index: 4; --d: 44; }
.layer--chip2 { left: -3%; top: 56%; z-index: 4; --d: 38; }
.float-card.browser, .float-card.phone, .float-card.sheet { width: 100%; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: #e8efed; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #c9d6d3; }
.browser-bar i:first-child { background: #ff6b5a; } .browser-bar i:nth-child(2) { background: #ffc043; } .browser-bar i:nth-child(3) { background: #33c26e; }
.browser-url { margin-left: 8px; flex: 1; font-family: var(--font-mono); font-size: .66rem; color: var(--muted); background: #fff; border-radius: 6px; padding: 4px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser-body { padding: 18px; display: grid; gap: 12px; background: linear-gradient(160deg, #f6fbfa, #e4f3ef); }
.bb-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12px; align-items: center; }
.bb-hero b { font-family: var(--font-display); font-size: 1.15rem; line-height: 1.05; letter-spacing: -.02em; }
.bb-hero .pill { display: inline-block; margin-top: 8px; font-size: .62rem; font-weight: 700; background: var(--ink); color: #fff; padding: 5px 10px; border-radius: 99px; }
.bb-art { height: 84px; border-radius: 12px; background: radial-gradient(circle at 30% 30%, #ffd84d 0 18%, transparent 19%), linear-gradient(135deg, #0e9f95, #22b573); }
.bb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bb-row span { height: 44px; border-radius: 10px; background: #fff; box-shadow: var(--shadow-1); position: relative; }
.bb-row span::after { content: ""; position: absolute; left: 10px; right: 30%; top: 12px; height: 6px; border-radius: 4px; background: var(--line); box-shadow: 0 10px 0 var(--paper-2); }
.lh-chip { display: flex; align-items: center; gap: 10px; font-size: .72rem; color: var(--muted); }
.lh-ring { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .8rem; color: #0a7d3c; background: conic-gradient(#22b573 0 96%, #d8ebe5 96%); position: relative; }
.lh-ring::before { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #f6fbfa; }
.lh-ring b { position: relative; }

.phone { border-radius: 30px; padding: 8px; background: #0a1413; }
.phone-screen { border-radius: 24px; overflow: hidden; background: #efe7dc; }
.wa-top { background: #075e54; color: #fff; padding: 12px 12px 10px; display: flex; align-items: center; gap: 8px; }
.wa-top .av { width: 28px; height: 28px; border-radius: 50%; background: #fff url("../img/assist-logo-160.png") center / 66% no-repeat; flex: none; }
.wa-top b { font-size: .74rem; display: block; line-height: 1.1; }
.wa-top small { font-size: .6rem; opacity: .75; }
.wa-body { padding: 10px; display: flex; flex-direction: column; gap: 6px; min-height: 250px; background-color: #efe7dc; background-image: radial-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px); background-size: 12px 12px; }
.bubble { max-width: 88%; padding: 7px 9px 5px; border-radius: 10px; font-size: .68rem; line-height: 1.35; box-shadow: 0 1px 0 rgba(0, 0, 0, .08); background: #fff; color: #111; }
.bubble.me { align-self: flex-end; background: #d9fdd3; }
.bubble time { display: block; text-align: right; font-size: .52rem; color: #667; margin-top: 2px; }
.bubble .doc { display: flex; align-items: center; gap: 6px; background: rgba(0, 0, 0, .05); border-radius: 6px; padding: 6px; margin-bottom: 4px; font-weight: 600; }
.bubble .doc i { width: 18px; height: 22px; border-radius: 3px; background: #e5484d; flex: none; position: relative; }
.bubble .doc i::after { content: "PDF"; position: absolute; bottom: 3px; left: 1px; right: 1px; font-size: 6px; font-style: normal; color: #fff; text-align: center; font-weight: 800; }
.bubble .btnlike { display: block; margin-top: 6px; padding-top: 5px; border-top: 1px solid rgba(0, 0, 0, .08); text-align: center; color: #027eb5; font-weight: 600; }
.typing { align-self: flex-start; display: inline-flex; gap: 3px; background: #fff; padding: 8px 10px; border-radius: 10px; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: #9aa; animation: typing 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; } .typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }

.sheet-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: #107c41; color: #fff; font-size: .72rem; font-weight: 700; }
.sheet-head span { font-family: var(--font-mono); font-weight: 500; opacity: .85; }
.sheet table { width: 100%; border-collapse: collapse; font-family: var(--font-mono); font-size: .6rem; table-layout: fixed; }
.sheet th:nth-child(1) { width: 44%; } .sheet th:nth-child(2) { width: 32%; }
.sheet th, .sheet td { padding: 6px 10px; border-bottom: 1px solid #e3ece9; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sheet th { background: #f3f7f6; color: var(--muted); font-weight: 600; }
.sheet tr.new td { background: #fff8d6; }

.stat-chip { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 14px; background: var(--marker); color: var(--ink); box-shadow: var(--shadow-3); font-weight: 700; font-size: .8rem; line-height: 1.15; }
.stat-chip b { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -.03em; }
.chip-2 { background: #fff; }
.chip-2 b { color: var(--lagoon-600); }
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .stage { height: 460px; max-width: 560px; width: 100%; margin-inline: auto; }
}
@media (max-width: 520px) {
  .stage { height: 400px; }
  .layer--browser { width: 92%; }
  .layer--phone { width: 56%; top: 24%; }
  .layer--sheet { width: 84%; left: 0; }
  .layer--chip1 { right: 0; top: -2%; }
  .layer--chip2 { left: auto; right: 0; top: auto; bottom: 34%; }
  .sheet th:nth-child(3), .sheet td:nth-child(3) { display: none; }
}

/* ---------- scroll-linked marquee ---------- */
.marquee { overflow: hidden; padding-block: clamp(18px, 3vw, 34px); background: var(--paper); border-block: 1px solid var(--line); }
.marquee-track { display: flex; gap: 40px; white-space: nowrap; will-change: transform; transform: translate3d(var(--mq, 0px), 0, 0); }
.marquee-track span {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1;
  font-size: clamp(2.6rem, 1.5rem + 5vw, 6rem);
  color: transparent; -webkit-text-stroke: 1.5px var(--line-strong);
  display: inline-flex; align-items: center; gap: 40px;
}
.marquee-track span:nth-child(odd) { color: var(--ink); -webkit-text-stroke: 0; }
.marquee-track span::after { content: ""; width: .5em; height: .5em; border-radius: 50%; background: var(--marker); flex: none; }
.marquee--dark { background: var(--ink); border-color: var(--ink-2); }
.marquee--dark .marquee-track span { -webkit-text-stroke-color: rgba(159, 189, 184, .35); }
.marquee--dark .marquee-track span:nth-child(odd) { color: var(--on-dark); }

/* ---------- service stack (sticky stacking cards) ---------- */
.svc-stack { display: flex; flex-direction: column; gap: 28px; }
.svc-card {
  position: sticky; top: calc(var(--header-h) + 20px + var(--i, 0) * 16px);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px);
  padding: clamp(24px, 4vw, 48px); border-radius: 28px;
  background: var(--card-bg, var(--surface)); color: var(--card-fg, var(--text));
  box-shadow: 0 -10px 40px -24px rgba(6, 32, 30, .35); border: 1px solid var(--card-bd, var(--line));
  min-height: 420px; overflow: hidden; isolation: isolate;
}
.svc-card .svc-copy { display: flex; flex-direction: column; gap: 18px; }
.svc-card h3 { font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3rem); letter-spacing: -.03em; line-height: 1; }
.svc-card .svc-tag { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.svc-card ul { list-style: none; display: grid; gap: 10px; }
.svc-card li { display: flex; gap: 10px; align-items: flex-start; }
.svc-card li::before { content: ""; width: 18px; height: 18px; margin-top: 3px; flex: none; border-radius: 50%; background: var(--tick, var(--lagoon)) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.svc-card .svc-foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.price-from { font-size: .85rem; opacity: .8; }
.price-from b { display: block; font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -.03em; opacity: 1; line-height: 1.05; }
.svc-visual { position: relative; border-radius: 20px; min-height: 280px; overflow: hidden; background: var(--vis-bg, var(--paper)); }
.svc-card--web { --card-bg: #ffffff; }
.svc-card--crm { --card-bg: #062a1f; --card-fg: #e6f7ee; --card-bd: #0d3d2e; --tick: var(--wa); --vis-bg: #0b3a2b; }
.svc-card--wam { --card-bg: #dcf5e8; --card-bd: #bfe6d1; --tick: var(--mca); --vis-bg: #c5ecd7; }
.svc-card--dm { --card-bg: #fff6d2; --card-bd: #f1e2a3; --tick: #b7791f; --vis-bg: #ffeaa0; }
.svc-card--data { --card-bg: var(--ink); --card-fg: var(--on-dark); --card-bd: var(--ink-2); --tick: var(--marker); --vis-bg: var(--ink-2); }
.svc-card--crm .btn--ghost, .svc-card--data .btn--ghost { --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .3); }
@media (max-width: 860px) {
  .svc-card { grid-template-columns: 1fr; position: relative; top: 0; min-height: 0; }
  .svc-visual { min-height: 220px; order: -1; }
}

/* mini illustrations inside service cards */
.vis-inner { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; }
.vis-browser { width: 86%; border-radius: 12px; background: #fff; box-shadow: var(--shadow-2); overflow: hidden; }
.vis-browser .browser-body { padding: 14px; }
.vis-inbox { width: 88%; display: grid; gap: 8px; }
.inbox-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 12px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .08); font-size: .8rem; }
.inbox-row .av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: var(--wa-ink); background: var(--wa); font-size: .8rem; }
.inbox-row b { display: block; font-size: .82rem; color: #fff; }
.inbox-row span { color: #9fc9b5; font-size: .74rem; }
.inbox-row em { font-style: normal; font-size: .65rem; font-weight: 700; padding: 3px 8px; border-radius: 99px; background: var(--marker); color: var(--ink); }
.inbox-row em.ok { background: rgba(37, 211, 102, .2); color: var(--wa); }
.vis-campaign { width: 86%; display: grid; gap: 10px; }
.camp-bar { display: grid; grid-template-columns: 90px 1fr 48px; gap: 10px; align-items: center; font-size: .78rem; font-weight: 600; }
.camp-bar i { height: 14px; border-radius: 99px; background: rgba(21, 128, 61, .15); position: relative; overflow: hidden; }
.camp-bar i::after { content: ""; position: absolute; inset: 0; width: var(--w); border-radius: inherit; background: linear-gradient(90deg, var(--mca), var(--wa)); }
.camp-bar b { text-align: right; font-variant-numeric: tabular-nums; }
.camp-note { font-family: var(--font-mono); font-size: .7rem; color: #2f6b4a; }
.vis-ads { width: 88%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: end; height: 70%; }
.vis-ads span { border-radius: 12px 12px 4px 4px; background: linear-gradient(180deg, #f5b700, #e08a00); height: var(--h); position: relative; }
.vis-ads span b { position: absolute; top: -26px; left: 0; right: 0; text-align: center; font-size: .78rem; color: #7a4d00; }
.vis-ads span small { position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; font-size: .66rem; font-weight: 700; color: #fff; }
.vis-rows { width: 92%; font-family: var(--font-mono); font-size: .66rem; display: grid; gap: 6px; }
.vis-rows div { display: grid; grid-template-columns: 1.4fr 1fr .8fr; gap: 8px; padding: 8px 10px; border-radius: 8px; background: rgba(255, 255, 255, .05); color: var(--on-dark-muted); white-space: nowrap; overflow: hidden; }
.vis-rows div:first-child { background: transparent; color: var(--marker); font-weight: 600; }
.vis-rows div span:first-child { color: var(--on-dark); overflow: hidden; text-overflow: ellipsis; }

/* ---------- data spotlight ---------- */
.data-spot { overflow: hidden; }
.data-nums { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .12); }
.data-nums > div { padding: 28px 24px 8px 0; display: flex; flex-direction: column; gap: 8px; }
.data-nums > div + div { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, .12); }
.big-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 1.6rem + 4vw, 5rem); letter-spacing: -.045em; line-height: .95; color: #fff; font-variant-numeric: tabular-nums; }
.big-num small { font-size: .4em; letter-spacing: -.01em; color: var(--marker); margin-left: 4px; }
@media (max-width: 720px) {
  .data-nums { grid-template-columns: 1fr; }
  .data-nums > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
}
.gstin-rain { position: absolute; inset: 0; z-index: 0; pointer-events: none; display: flex; justify-content: space-around; opacity: .09; -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); }
.gstin-rain div { font-family: var(--font-mono); font-size: .8rem; line-height: 2.1; color: var(--marker); writing-mode: vertical-rl; white-space: nowrap; will-change: transform; transform: translate3d(0, calc(var(--py, 0) * 1px), 0); }
.data-spot .wrap { position: relative; z-index: 1; }

/* ---------- tables ---------- */
.table-wrap { position: relative; overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-1); }
.price-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.price-table th, .price-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.price-table thead th { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--th-bg, var(--ink)); border-bottom: 0; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr { transition: background-color .2s; }
.price-table tbody tr:hover { background: var(--paper); }
.price-table td.num, .price-table th.num { text-align: right; font-variant-numeric: tabular-nums; }
.price-table .yr { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; display: inline-block; padding: 4px 14px; border-radius: 99px; background: var(--yr-bg, var(--paper-2)); }
.price-table .strike { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--alert); text-decoration-thickness: 2px; font-size: .95rem; }
.price-table .offer { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; background: var(--marker-soft); padding: 4px 12px; border-radius: 10px; white-space: nowrap; }
.price-table td:last-child { text-align: right; }
.price-table--compare td, .price-table--compare td:last-child { text-align: left; }
.price-table--compare td:first-child { white-space: nowrap; }
.table--gst { --th-bg: var(--gst); --yr-bg: var(--gst-100); }
.table--mca { --th-bg: var(--mca); --yr-bg: var(--mca-100); }

/* ---------- product cards (store & pricing) ---------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column; gap: 18px;
  padding: 26px; border-radius: var(--radius-lg);
  background: var(--surface); border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: var(--line-strong); }
.plan.is-featured { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.plan.is-featured .muted, .plan.is-featured .plan-note { color: var(--on-dark-muted); }
.plan-badge { position: absolute; top: 20px; left: 26px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 99px; background: var(--marker); color: var(--ink); }
.plan-kicker { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lagoon-600); }
.plan.is-featured .plan-kicker { color: var(--marker); }
.plan h3 { font-size: 1.55rem; }
.plan-price { display: flex; align-items: baseline; gap: 6px 10px; flex-wrap: wrap; }
.plan-price b { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.plan-price span { color: var(--muted); font-weight: 600; }
.plan.is-featured .plan-price span { color: var(--on-dark-muted); }
.plan-price s { color: var(--muted); text-decoration-color: var(--alert); font-size: 1rem; }
.plan ul { list-style: none; display: grid; gap: 9px; font-size: .95rem; }
.plan li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.plan li::before { content: ""; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--lagoon) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.plan.is-featured li::before { background-color: var(--wa); }
.plan-actions { margin-top: auto; display: grid; gap: 10px; }
.plan-note { font-size: .78rem; color: var(--muted); }
.add-btn.is-added { --btn-bg: var(--leaf); --btn-fg: var(--ink); }
.plan.is-featured .add-btn:not(.is-added) { --btn-bg: var(--marker); --btn-fg: var(--ink); }
.plan.is-featured .btn--ghost { --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .3); }
.plan.is-featured .btn--ghost:hover { --btn-bd: #fff; }
.plan:has(> .plan-badge) { padding-top: 58px; }
.plan:has(> .plan-badge) .plan-kicker { padding-right: 0; }

/* store filters */
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.filter { border: 1.5px solid var(--line-strong); background: var(--surface); border-radius: 99px; padding: 9px 16px; font-weight: 700; font-size: .9rem; cursor: pointer; }
.filter[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.store-group { scroll-margin-top: calc(var(--header-h) + 80px); }
.store-group + .store-group { margin-top: 64px; }
.store-group-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.store-group-head h2 { font-size: var(--fs-2xl); }
.sticky-filters { position: sticky; top: calc(var(--header-h) + env(safe-area-inset-top, 0px)); z-index: 20; background: rgba(242, 247, 245, .94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); padding-block: 12px; margin-bottom: 20px; }
.sticky-filters .filters { margin: 0; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.sticky-filters .filter { flex: none; }

/* ---------- page hero (inner pages) ---------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--ink); color: #fff;
  margin-top: calc(var(--header-h) * -1);
  padding-top: calc(var(--header-h) + clamp(48px, 7vw, 96px));
  padding-bottom: clamp(56px, 7vw, 96px);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.5rem, 1.3rem + 5vw, 5rem); max-width: 16ch; }
.page-hero .hero-lede { margin-top: 20px; }
.page-hero .cluster { margin-top: 30px; }
.page-hero-art { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(159, 189, 184, .18); }
.ring--1 { width: 620px; height: 620px; right: -140px; top: -180px; }
.ring--2 { width: 420px; height: 420px; right: -40px; top: -80px; border-color: rgba(255, 216, 77, .25); }
.ring--3 { width: 220px; height: 220px; right: 60px; top: 20px; background: radial-gradient(circle, rgba(14, 159, 149, .5), transparent 70%); border: 0; }
.hero-word { position: absolute; right: -2vw; bottom: -.18em; font-family: var(--font-display); font-weight: 800; font-size: clamp(6rem, 3rem + 14vw, 16rem); letter-spacing: -.06em; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(159, 189, 184, .18); white-space: nowrap; }
.page-hero--gst .ring--3 { background: radial-gradient(circle, rgba(30, 100, 216, .55), transparent 70%); }
.crumbs { display: flex; gap: 8px; font-size: .82rem; color: var(--on-dark-muted); margin-bottom: 18px; flex-wrap: wrap; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; }

/* ---------- feature list / tiles ---------- */
.tile { display: flex; flex-direction: column; gap: 12px; padding: 26px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); }
.tile h3 { font-size: 1.3rem; }
.tile p { color: var(--muted); }
.section--dark .tile { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .1); }
.section--dark .tile p { color: var(--on-dark-muted); }
.ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--ico-bg, var(--lagoon-100)); color: var(--ico-fg, var(--lagoon-600)); flex: none; }
.ico svg { width: 24px; height: 24px; }
.ico--wa { --ico-bg: #d3f8e1; --ico-fg: #0d8a43; }
.ico--gst { --ico-bg: var(--gst-100); --ico-fg: var(--gst); }
.ico--mca { --ico-bg: var(--mca-100); --ico-fg: var(--mca); }
.ico--marker { --ico-bg: var(--marker-soft); --ico-fg: #8a6500; }
.ico--ink { --ico-bg: var(--ink); --ico-fg: var(--marker); }
.section--dark .ico { --ico-bg: rgba(255, 216, 77, .12); --ico-fg: var(--marker); }

/* process: a real sequence */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: step; position: relative; }
.step { position: relative; padding: 0 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono); font-weight: 600; font-size: .8rem; color: var(--ink);
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--marker); margin-bottom: 10px; position: relative; z-index: 1;
}
.step::after { content: ""; position: absolute; top: 22px; left: 44px; right: 0; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 12px); }
.step:last-child::after { display: none; }
.step h3 { font-size: 1.2rem; }
.step p { color: var(--muted); font-size: .95rem; }
.section--dark .step p { color: var(--on-dark-muted); }
.section--dark .step::after { background: repeating-linear-gradient(90deg, rgba(159, 189, 184, .35) 0 6px, transparent 6px 12px); }
@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step { padding: 0 0 0 64px; }
  .step::before { position: absolute; left: 0; top: -4px; margin: 0; }
  .step::after { top: 44px; left: 21px; right: auto; bottom: -24px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--line-strong) 0 6px, transparent 6px 12px); }
}

/* stats row */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-block: 1px solid var(--line); }
.stats > div { padding: 28px 20px; display: flex; flex-direction: column; gap: 6px; }
.stats > div + div { border-left: 1px solid var(--line); }
.stats > div > b { font-family: var(--font-display); font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.stats > div > span { color: var(--muted); font-size: .92rem; }
@media (max-width: 820px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stats > div:nth-child(3) { border-left: 0; } .stats > div:nth-child(n+3) { border-top: 1px solid var(--line); } }

/* ---------- parallax band ---------- */
.px-band { position: relative; overflow: hidden; isolation: isolate; background: var(--lagoon-600); color: #fff; padding-block: clamp(80px, 12vw, 160px); }
.px-band .px-layer { position: absolute; z-index: -1; pointer-events: none; will-change: transform; transform: translate3d(0, calc(var(--py, 0) * 1px), 0); }
.px-band .px-a { inset: -30% -10%; background: radial-gradient(circle at 20% 30%, rgba(255, 216, 77, .35), transparent 35%), radial-gradient(circle at 85% 70%, rgba(34, 181, 115, .6), transparent 40%); }
.px-band .px-b { right: 4%; top: 10%; width: min(420px, 50vw); aspect-ratio: 1; max-width: 100%; border-radius: 50%; border: 2px dashed rgba(255, 255, 255, .25); }
.px-band .px-c { left: 6%; bottom: -60px; width: 180px; height: 180px; border-radius: 40px; background: rgba(6, 32, 30, .25); transform: translate3d(0, calc(var(--py, 0) * 1px), 0) rotate(18deg); }
.px-band blockquote { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 1.1rem + 3.4vw, 3.8rem); letter-spacing: -.03em; line-height: 1.05; max-width: 22ch; text-wrap: balance; }
.px-band cite { display: block; margin-top: 24px; font-style: normal; font-family: var(--font-mono); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; border-radius: 32px; background: var(--ink); color: #fff; padding: clamp(32px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: center; }
.cta-band h2 { font-size: clamp(2rem, 1.2rem + 3vw, 3.6rem); }
.cta-band p { color: var(--on-dark-muted); margin-top: 14px; max-width: 48ch; }
.cta-band .cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 90% 10%, rgba(37, 211, 102, .35), transparent 40%), radial-gradient(circle at 0% 100%, rgba(14, 159, 149, .45), transparent 45%); }
.cta-band .wa-num { font-family: var(--font-mono); font-size: .9rem; color: var(--on-dark-muted); text-align: center; }
@media (max-width: 820px) { .cta-band { grid-template-columns: 1fr; } }

/* ---------- posters / offers ---------- */
.posters { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 20px; align-items: start; }
.poster { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-2); background: var(--surface); transition: transform .4s var(--ease); }
.poster:hover { transform: translateY(-6px) rotate(-.4deg); }
.poster img { width: 100%; }
@media (max-width: 860px) { .posters { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { border-radius: 18px; background: var(--surface); border: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 60px 20px 22px; font-weight: 700; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 28px; height: 28px; margin-top: -14px; border-radius: 50%; background: var(--paper-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 4v12M4 10h12' stroke='%2306201e' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--marker); }
.faq details > div { padding: 0 22px 22px; color: var(--muted); max-width: 75ch; }

/* ---------- forms ---------- */
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field label { font-weight: 700; font-size: .88rem; }
.field label .opt { font-weight: 500; color: var(--muted); }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  border: 1.5px solid var(--line-strong); border-radius: 12px; background: var(--surface);
  transition: border-color .2s, box-shadow .2s;
}
.textarea { min-height: 110px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--lagoon); box-shadow: 0 0 0 4px rgba(14, 159, 149, .15); }
.input.is-invalid, .select.is-invalid { border-color: var(--alert); }
.field-hint { font-size: .78rem; color: var(--muted); }
.field-error { font-size: .8rem; color: var(--alert); font-weight: 600; }
.input-group { display: flex; align-items: stretch; }
.input-group > span { display: grid; place-items: center; padding: 0 12px; border: 1.5px solid var(--line-strong); border-right: 0; border-radius: 12px 0 0 12px; background: var(--paper-2); font-weight: 700; font-size: .95rem; }
.input-group .input { border-radius: 0 12px 12px 0; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--lagoon); flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 14px 16px; border-radius: 14px; background: var(--marker-soft); border: 1px solid #f0d77a; font-size: .92rem; }
.notice--ok { background: var(--leaf-100); border-color: #a9e2c4; }
.notice--err { background: #fde6e1; border-color: #f3b7aa; color: #7a2413; }

/* ---------- cart drawer ---------- */
.drawer-scrim { position: fixed; inset: 0; z-index: 130; background: rgba(3, 20, 18, .5); opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s; }
.drawer-scrim.is-open { opacity: 1; visibility: visible; transition: opacity .3s; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 140; width: min(440px, 100%);
  background: var(--surface); box-shadow: var(--shadow-3);
  display: flex; flex-direction: column;
  padding-top: env(safe-area-inset-top, 0px); padding-bottom: env(safe-area-inset-bottom, 0px);
  transform: translateX(105%); visibility: hidden; transition: transform .45s var(--ease), visibility 0s .45s;
}
.drawer.is-open { transform: none; visibility: visible; transition: transform .45s var(--ease); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 1.5rem; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); cursor: pointer; display: grid; place-items: center; }
.icon-btn svg { width: 18px; height: 18px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 20px; }
.drawer-foot { padding: 18px 20px; border-top: 1px solid var(--line); display: grid; gap: 12px; background: var(--paper); }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line:last-child { border-bottom: 0; }
.cart-line b { font-size: .98rem; line-height: 1.3; }
.cart-line .meta { font-size: .8rem; color: var(--muted); }
.cart-line .amt { font-weight: 800; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.cart-line .ctrl { grid-column: 1 / -1; display: flex; gap: 10px; align-items: center; margin-top: 6px; }
.cart-line select { min-height: 34px; padding: 4px 8px; border-radius: 8px; border: 1px solid var(--line-strong); background: var(--surface); font-size: .85rem; }
.remove-btn { border: 0; background: none; color: var(--alert); font-weight: 700; font-size: .82rem; cursor: pointer; padding: 6px 0; margin-left: auto; }
.cart-empty { text-align: center; padding: 48px 12px; color: var(--muted); display: grid; gap: 14px; justify-items: center; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; }
.cart-total b { font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.tax-note { font-size: .78rem; color: var(--muted); }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: calc(96px + env(safe-area-inset-bottom, 0px)); z-index: 150; translate: -50% 0; background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 14px; box-shadow: var(--shadow-3); display: flex; gap: 14px; align-items: center; font-weight: 600; font-size: .92rem; max-width: calc(100% - 32px); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s, transform .3s var(--ease); }
.toast.is-on { opacity: 1; transform: none; pointer-events: auto; }
.toast button { border: 0; background: var(--marker); color: var(--ink); font-weight: 800; border-radius: 99px; padding: 6px 12px; cursor: pointer; white-space: nowrap; }

/* ---------- floating WhatsApp + mobile bar ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 80;
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.wa-float .wa-bubble { background: var(--surface); color: var(--text); padding: 10px 14px; border-radius: 14px 14px 4px 14px; box-shadow: var(--shadow-2); font-size: .85rem; font-weight: 600; max-width: 220px; line-height: 1.3; opacity: 0; transform: translateX(10px); transition: opacity .3s, transform .3s var(--ease); pointer-events: none; }
.wa-float:hover .wa-bubble, .wa-float.nudge .wa-bubble { opacity: 1; transform: none; }
.wa-float .wa-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px -6px rgba(37, 211, 102, .6); position: relative; }
.wa-float .wa-icon::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ping 2.4s infinite; }
.wa-float .wa-icon svg { width: 32px; height: 32px; }
@keyframes ping { 0% { transform: scale(1); opacity: .8; } 80%, 100% { transform: scale(1.6); opacity: 0; } }
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .wa-float { display: none; }
  .mobile-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
    display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
  }
  .mobile-bar a, .mobile-bar button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 14px; font-weight: 700; font-size: .9rem; text-decoration: none; border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--text); cursor: pointer; position: relative; }
  .mobile-bar .mb-wa { background: var(--wa); border-color: var(--wa); color: var(--wa-ink); }
  .mobile-bar svg { width: 20px; height: 20px; }
  .mobile-bar .cart-count { top: 4px; right: 8px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
}

/* ---------- footer ---------- */
.site-footer { background: #041614; color: var(--on-dark-muted); padding-top: clamp(56px, 8vw, 96px); position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--marker); margin-bottom: 16px; font-weight: 600; }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .brand { color: #fff; }
.footer-about p { margin-top: 18px; max-width: 36ch; }
.footer-contact li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.footer-contact svg { width: 18px; height: 18px; margin-top: 3px; color: var(--wa); }
.footer-giant { font-family: var(--font-display); font-weight: 800; letter-spacing: -.06em; line-height: .78; font-size: clamp(4rem, 1rem + 15vw, 15rem); color: transparent; -webkit-text-stroke: 1px rgba(159, 189, 184, .16); white-space: nowrap; margin-top: 56px; user-select: none; will-change: transform; transform: translate3d(var(--mq, 0px), 0, 0); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding-block: 20px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: .82rem; }
.footer-bottom .legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); display: grid; place-items: center; color: #fff; }
.socials a:hover { background: rgba(255, 255, 255, .08); }
.socials svg { width: 18px; height: 18px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- checkout ---------- */
.checkout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 32px; align-items: start; }
@media (max-width: 920px) { .checkout { grid-template-columns: minmax(0, 1fr); } .checkout .summary { order: -1; } }
.checkout > * { min-width: 0; }
@media (max-width: 480px) { .btn--lg { padding-inline: 20px; } .btn { white-space: normal; text-align: center; } }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px, 3vw, 32px); }
.summary { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 16px; }
@media (max-width: 920px) { .summary { position: static; } }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 28px; list-style: none; }
.progress li { display: flex; flex-direction: column; gap: 8px; font-size: .82rem; font-weight: 700; color: var(--muted); }
.progress li::before { content: ""; height: 5px; border-radius: 99px; background: var(--line); }
.progress li.is-active { color: var(--text); }
.progress li.is-active::before { background: var(--lagoon); }
.progress li.is-done::before { background: var(--leaf); }
.sum-line { display: flex; justify-content: space-between; gap: 12px; font-size: .92rem; }
.sum-line span:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; border-top: 2px solid var(--ink); font-weight: 800; }
.sum-total b { font-family: var(--font-display); font-size: 2rem; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.pay-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.pay-tab { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; text-align: left; padding: 14px 16px; border-radius: 16px; border: 2px solid var(--line); background: var(--surface); cursor: pointer; }
.pay-tab b { font-size: 1rem; }
.pay-tab span { font-size: .78rem; color: var(--muted); }
.pay-tab[aria-selected="true"] { border-color: var(--lagoon); background: var(--lagoon-100); }
@media (max-width: 480px) { .pay-tabs { grid-template-columns: 1fr; } }
.upi-box { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
@media (max-width: 560px) { .upi-box { grid-template-columns: 1fr; justify-items: center; text-align: center; } }
.qr { width: 220px; height: 220px; padding: 12px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-1); display: grid; place-items: center; }
.qr svg, .qr img { width: 100%; height: 100%; }
.upi-apps { display: flex; gap: 8px; flex-wrap: wrap; font-size: .75rem; font-weight: 700; color: var(--muted); }
.upi-apps span { padding: 4px 10px; border-radius: 99px; background: var(--paper-2); }
.copy-row { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 12px; background: var(--paper); border: 1px dashed var(--line-strong); font-family: var(--font-mono); font-size: .9rem; overflow-wrap: anywhere; }
.copy-row button { margin-left: auto; border: 0; background: var(--ink); color: #fff; border-radius: 8px; padding: 6px 10px; font-size: .75rem; font-weight: 700; cursor: pointer; flex: none; }
.order-chip { display: inline-flex; gap: 8px; align-items: center; padding: 6px 12px; border-radius: 99px; background: var(--paper-2); font-family: var(--font-mono); font-size: .82rem; font-weight: 600; }

/* order status */
.timeline { list-style: none; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding-bottom: 22px; position: relative; }
.timeline li::before { content: ""; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--line-strong); background: var(--surface); z-index: 1; }
.timeline li::after { content: ""; position: absolute; left: 13px; top: 30px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::after { display: none; }
.timeline li.done::before { background: var(--lagoon-600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; border-color: var(--lagoon-600); }
.timeline li.current::before { border-color: var(--marker); background: var(--marker-soft); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255, 216, 77, .25); } }
.timeline b { display: block; }
.timeline span { font-size: .88rem; color: var(--muted); }

/* legal / prose */
.prose { max-width: 760px; display: grid; gap: 16px; }
.prose h2 { font-size: var(--fs-xl); margin-top: 20px; }
.prose ul { padding-left: 1.2em; display: grid; gap: 6px; }
.prose a { color: var(--lagoon-600); }

/* contact cards */
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 860px) { .contact-cards { grid-template-columns: 1fr; } }
.contact-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); text-decoration: none; transition: transform .3s var(--ease), box-shadow .3s; }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.contact-card b { font-size: 1.15rem; overflow-wrap: anywhere; }
.contact-card span { color: var(--muted); font-size: .9rem; }
.contact-card--wa { background: var(--wa); border-color: var(--wa); color: var(--wa-ink); }
.contact-card--wa span { color: #0b4a2a; }

/* 404 */
.nf { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.nf b { font-family: var(--font-display); font-size: clamp(6rem, 20vw, 14rem); letter-spacing: -.06em; line-height: .9; }

/* ---------- motion ---------- */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal {
      animation: rise both linear;
      animation-timeline: view();
      animation-range: entry 0% entry 55%;
    }
    @keyframes rise { from { opacity: .45; transform: translateY(36px) scale(.985); } to { opacity: 1; transform: none; } }
  }
}
.hero-copy > * { animation: hero-in .9s var(--ease) both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-copy > *:nth-child(5) { animation-delay: .32s; }
@keyframes hero-in { from { transform: translateY(24px); opacity: .01; } to { transform: none; opacity: 1; } }
.bob { animation: bob 6s ease-in-out infinite; }
.bob--2 { animation-delay: -2s; animation-duration: 7s; }
.bob--3 { animation-delay: -4s; animation-duration: 8s; }
@keyframes bob { 50% { translate: 0 -10px; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .layer, .px-layer, .marquee-track, .footer-giant, .gstin-rain div { transform: none !important; }
}

/* print (invoice pages use their own sheet) */
@media print { .site-header, .site-footer, .wa-float, .mobile-bar, .drawer, .drawer-scrim { display: none !important; } }
.notice > svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }

.store-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; align-items: start; }
.store-tables > div { min-width: 0; }
.store-tables h3 { font-size: 1.2rem; margin-bottom: 12px; }
.store-tables .price-table { min-width: 440px; }
.store-tables .price-table td, .store-tables .price-table th { white-space: nowrap; }
.plans[data-cols="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plans[data-cols="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plans[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1100px) { .plans[data-cols="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 960px) { .plans[data-cols="3"] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .plans[data-cols] { grid-template-columns: 1fr; } }
.store-tables .price-table th, .store-tables .price-table td { padding: 12px 12px; }
@media (max-width: 1100px) { .store-tables { grid-template-columns: 1fr; } }

.static-qr { margin-top: 18px; border: 1px dashed var(--line-strong); border-radius: 14px; background: var(--paper); }
.static-qr summary { cursor: pointer; padding: 12px 14px; font-weight: 700; font-size: .92rem; }
.static-qr-body { display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center; padding: 0 14px 14px; font-size: .9rem; }
.static-qr-body img { border-radius: 12px; width: 100%; }
@media (max-width: 520px) { .static-qr-body { grid-template-columns: 1fr; } .static-qr-body img { max-width: 240px; margin-inline: auto; } }

/* ---------- hero: lift the card stage to line up with the headline ---------- */
@media (min-width: 961px) {
  .hero-inner { align-items: start; }
  .hero-copy { align-self: center; }
  .stage { align-self: start; margin-top: clamp(0px, 1.5vw, 20px); }
}

/* ---------- table extras ---------- */
.row-note { display: block; font-size: .74rem; font-weight: 500; color: var(--muted); margin-top: 2px; white-space: nowrap; }
.section--dark .row-note, .data-spot .row-note { color: var(--on-dark-muted); }
.price-table tr.row-full td { background: var(--mca-100); border-top: 2px solid var(--mca); }
.price-table tr.row-full .yr { background: var(--mca); color: #fff; }
.section--dark .plan.is-featured { background: #07302d; border-color: rgba(255, 255, 255, .14); }
.steps--stack { grid-template-columns: 1fr; gap: 22px; }
.steps--stack .step { padding: 0 0 0 64px; }
.steps--stack .step::before { position: absolute; left: 0; top: -4px; margin: 0; }
.steps--stack .step::after { top: 44px; left: 21px; right: auto; bottom: -22px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, rgba(159, 189, 184, .35) 0 6px, transparent 6px 12px); }

/* ---------- data product banners ---------- */
.dp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.store-group .dp-grid { margin-bottom: 8px; }
@media (max-width: 1060px) { .dp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dp--combo { grid-column: 1 / -1; } }
@media (max-width: 700px) { .dp-grid { grid-template-columns: minmax(0, 1fr); } .dp--combo { grid-column: auto; } }
.dp {
  --dp-a: #2f7cf0; --dp-deep: #0a2a66; --dp-ink: #0a2a66;
  position: relative; display: flex; flex-direction: column; min-width: 0;
  border-radius: 26px; overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); box-shadow: var(--shadow-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.dp:hover { transform: translateY(-6px); box-shadow: var(--shadow-3); }
.dp--mca { --dp-a: #1f9d55; --dp-deep: #063a20; --dp-ink: #0b4a28; }
.dp--combo { --dp-a: var(--marker); --dp-deep: var(--ink); --dp-ink: var(--ink); }
.dp-head {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 356px; padding: 22px 24px 24px;
  display: flex; flex-direction: column; gap: 10px; color: #fff;
  background: radial-gradient(90% 70% at 100% 0%, rgba(255, 255, 255, .22), transparent 60%), linear-gradient(150deg, var(--dp-a) 0%, var(--dp-deep) 78%);
}
.dp--combo .dp-head { background: radial-gradient(75% 65% at 100% 0%, rgba(255, 216, 77, .38), transparent 62%), radial-gradient(70% 60% at 0% 100%, rgba(6, 184, 166, .42), transparent 62%), var(--ink); }
.dp-code {
  position: absolute; inset: -40px; z-index: -1; pointer-events: none;
  font-family: var(--font-mono); font-size: .7rem; line-height: 2; letter-spacing: .1em;
  color: rgba(255, 255, 255, .07); word-break: break-all; transform: rotate(-9deg);
  transition: transform 1.2s var(--ease);
}
.dp:hover .dp-code { transform: rotate(-9deg) translateY(-18px); }
.dp-glyph { position: absolute; right: -22px; bottom: -26px; width: 170px; height: 170px; z-index: -1; color: rgba(255, 255, 255, .13); stroke-width: 1.2; transition: transform .7s var(--ease); }
.dp:hover .dp-glyph { transform: translate(-8px, -8px) rotate(-8deg); }
.dp-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dp-tag { font-family: var(--font-mono); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 5px 10px; border-radius: 99px; background: rgba(255, 255, 255, .16); color: #fff; }
.dp--combo .dp-tag { background: var(--marker); color: var(--ink); }
.dp-toggle {
  margin-left: auto; position: relative; z-index: 4;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12); color: #fff; font-weight: 700; font-size: .78rem; cursor: pointer;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background-color .2s, color .2s;
}
.dp-toggle svg { width: 14px; height: 14px; transition: transform .4s var(--ease); }
.dp-toggle:hover, .dp.is-open .dp-toggle { background: #fff; color: var(--dp-ink); }
.dp.is-open .dp-toggle svg { transform: rotate(45deg); }
.dp-head h3 { color: #fff; font-size: clamp(1.7rem, 1.25rem + 1.3vw, 2.25rem); line-height: .98; max-width: 11ch; margin-top: 6px; }
.dp-head h3 span { display: block; font-size: .62em; letter-spacing: -.01em; color: var(--marker); margin-top: 4px; }
.dp-head > p { color: rgba(255, 255, 255, .8); font-size: .93rem; max-width: 32ch; }
.dp-years { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 8px; }
.dp-years span { font-family: var(--font-mono); font-size: .72rem; font-weight: 600; padding: 4px 9px; border-radius: 8px; background: rgba(255, 255, 255, .94); color: var(--dp-ink); }
.dp--combo .dp-years span { background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .2); }

/* hover / tap reveal */
.dp-more {
  position: absolute; inset: 0; z-index: 3;
  padding: 56px 24px 20px; display: flex; flex-direction: column; gap: 8px;
  background: linear-gradient(180deg, var(--dp-deep), color-mix(in srgb, var(--dp-deep) 82%, #000));
  background-color: var(--dp-deep);
  color: #fff; overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(18px);
  transition: opacity .3s ease, transform .4s var(--ease), visibility 0s linear .4s;
}
.dp.is-open .dp-more { opacity: 1; visibility: visible; transform: none; transition: opacity .3s ease, transform .4s var(--ease); }
@media (hover: hover) {
  .dp-head:hover .dp-more { opacity: 1; visibility: visible; transform: none; transition: opacity .3s ease, transform .4s var(--ease); }
  .dp-head:hover .dp-toggle { background: #fff; color: var(--dp-ink); }
  .dp-head:hover .dp-toggle svg { transform: rotate(45deg); }
}
.dp-more h4 { position: absolute; top: 24px; left: 24px; right: 130px; font-size: 1.05rem; color: #fff; }
.dp-rows { display: grid; font-size: .8rem; font-variant-numeric: tabular-nums; }
.dp-rows > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; align-items: baseline; padding: 4px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.dp-rows .dp-rh { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); padding-top: 0; }
.dp-rows span:last-child { text-align: right; white-space: nowrap; }
.dp-rows b { font-weight: 800; }
.dp-rows s { color: rgba(255, 255, 255, .5); margin-right: 6px; font-size: .78rem; }
.dp-rows .dp-rfull { border-bottom: 0; margin-top: 4px; padding: 6px 10px; border-radius: 10px; background: var(--marker); color: var(--ink); font-weight: 700; }
.dp-steps { list-style: none; counter-reset: dps; display: grid; gap: 10px; font-size: .9rem; }
.dp-steps li { counter-increment: dps; display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; color: rgba(255, 255, 255, .85); }
.dp-steps li::before { content: counter(dps); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--marker); color: var(--ink); font-weight: 800; font-size: .8rem; }
.dp-steps b { color: #fff; }
.dp-note { font-size: .8rem; color: rgba(255, 255, 255, .65); }
.dp-more .link-arrow { margin-top: auto; padding-top: 6px; color: var(--marker); }

/* body */
.dp-body { flex: 1; display: flex; flex-direction: column; gap: 16px; padding: 20px 24px 24px; }
.dp-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 16px; }
.dp-stats > div { padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dp-stats > div + div { border-left: 1px solid var(--line); }
.dp-stats b { font-family: var(--font-display); font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; line-height: 1.15; font-variant-numeric: tabular-nums; white-space: nowrap; }
.dp-stats span { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.dp-feat { list-style: none; display: grid; gap: 8px; font-size: .93rem; }
.dp-feat li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.dp-feat li::before { content: ""; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--dp-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.dp--gst .dp-feat li::before { background-color: var(--gst); }
.dp--mca .dp-feat li::before { background-color: var(--mca); }
.dp-price { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line-strong); display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; }
.dp-price small { color: var(--muted); font-weight: 600; font-size: .85rem; }
.dp-price b { font-family: var(--font-display); font-weight: 800; font-size: 2.3rem; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.dp-price s { color: var(--muted); text-decoration-color: var(--alert); text-decoration-thickness: 2px; }
.dp-price em { font-style: normal; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 99px; background: var(--marker); color: var(--ink); }
.dp-cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dp-cta .btn { white-space: normal; text-align: center; padding-inline: 12px; min-height: 48px; }
@media (max-width: 380px) { .dp-cta { grid-template-columns: 1fr; } }
.btn--dp { --btn-bg: var(--dp-ink); --btn-fg: #fff; }
.dp--gst .btn--dp { --btn-bg: var(--gst); }
.dp--mca .btn--dp { --btn-bg: var(--mca); }
.dp--combo .btn--dp:not(.is-added) { --btn-bg: var(--ink); --btn-fg: var(--marker); }
@media (prefers-reduced-motion: reduce) { .dp:hover { transform: none; } }

/* ---------- website demo cards ---------- */
.dp--demo { --dp-a: #2f7cf0; --dp-deep: #0a2a66; --dp-ink: var(--ink); }
.dp-grid--demos { gap: 24px; }
.dp-grid--big { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 860px) { .dp-grid--big { grid-template-columns: minmax(0, 1fr); } }
.dp-shot {
  min-height: 0; padding: 14px; gap: 0;
  background: linear-gradient(160deg, #0e3a52 0%, var(--ink) 80%);
}
.dp-shot img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 0; z-index: -1;
  transition: transform .8s var(--ease), filter .4s ease;
}
.dp:hover .dp-shot img { transform: scale(1.045); }
.dp-shot::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 32, 31, .55) 0%, rgba(4, 32, 31, .05) 38%, rgba(4, 32, 31, .04) 100%);
}
.dp-shot .dp-top { position: relative; padding-right: 148px; }
.dp-shot .dp-toggle { position: absolute; top: 14px; right: 14px; margin-left: 0; z-index: 4; }
.dp-shot { aspect-ratio: 45 / 31; }
@supports not (aspect-ratio: 1) { .dp-shot { min-height: 240px; } }
.dp-tag--badge { background: var(--marker); color: var(--ink); }
.dp--demo .dp-more { padding: 78px 22px 20px; gap: 10px; }
.dp--demo .dp-more h4 { top: 36px; left: 22px; right: 160px; font-size: 1rem; }
.dp-inc { list-style: none; display: grid; gap: 7px; font-size: .88rem; color: rgba(255, 255, 255, .9); }
.dp-inc li { display: grid; grid-template-columns: 16px 1fr; gap: 9px; align-items: start; }
.dp-inc li::before { content: ""; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; background: var(--marker) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23062a1f' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat; }
.dp--demo .dp-body h3 { font-size: 1.45rem; letter-spacing: -.02em; }
.dp--demo .dp-body > .muted { font-size: .93rem; margin-top: -8px; }
.dp-ask { font-size: .84rem; font-weight: 600; color: var(--muted); text-decoration: none; transition: color .2s; }
.dp-ask:hover { color: var(--wa); }
.dp--demo .btn--dp { --btn-bg: var(--ink); --btn-fg: var(--marker); }

/* ---------- SEO service visual ---------- */
.svc-card--seo { --card-bg: #eef4ff; --card-bd: #d3e2ff; --tick: var(--gst); --vis-bg: #dfeaff; }
.vis-rank { width: 92%; display: grid; gap: 8px; font-size: .82rem; }
.vis-rank__row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; align-items: center;
  padding: 10px 14px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-1);
}
.vis-rank__row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.vis-rank__row b { font-family: var(--font-mono); font-weight: 700; color: var(--gst); }
.vis-rank__row em { font-style: normal; font-family: var(--font-mono); font-size: .74rem; font-weight: 700; color: var(--mca); white-space: nowrap; }
.vis-rank__row.is-muted { opacity: .72; }
.vis-rank__note { font-size: .72rem; color: var(--muted); margin-top: 2px; }

/* ---------- blue accents (SEO pages) ---------- */
.ico--blue { --ico-bg: var(--gst-100); --ico-fg: var(--gst); }
.page-hero--blue .ring--3 { background: radial-gradient(circle, rgba(30, 100, 216, .55), transparent 70%); }
.table--blue { --th-bg: var(--gst); --yr-bg: var(--gst-100); }
@media (max-width: 700px) {
  .dp--demo .dp-more { padding: 66px 16px 14px; gap: 6px; }
  .dp--demo .dp-more h4 { top: 26px; left: 16px; right: 138px; font-size: .95rem; }
  .dp-inc { font-size: .82rem; gap: 6px; }
  .dp-shot .dp-top { padding-right: 130px; }
}

/* ==========================================================================
   Page-hero scenes — themed parallax art for every page
   ========================================================================== */
.page-hero--has-art { padding-bottom: clamp(40px, 5vw, 72px); }
.ph-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(24px, 3.5vw, 56px); align-items: center; }
.page-hero:not(.page-hero--has-art) .ph-inner { display: block; }
.ph-copy { min-width: 0; }
.page-hero--has-art h1 { font-size: clamp(2.3rem, 1.2rem + 3.6vw, 4rem); max-width: 15ch; }
.ph-stage { position: relative; height: clamp(360px, 34vw, 470px); min-width: 0; }
@media (max-width: 980px) {
  .ph-inner { grid-template-columns: minmax(0, 1fr); }
  .ph-stage { height: clamp(320px, 74vw, 400px); margin-top: 8px; }
  .page-hero--has-art h1 { max-width: 18ch; }
}
@media (max-width: 560px) { .ph-stage { height: 300px; } }

.ph-glow { position: absolute; width: 520px; height: 520px; right: -60px; top: -60px; border-radius: 50%; filter: blur(80px); opacity: .5; background: var(--ph-glow, #0e9f95); }

/* layer placement (shared by every scene) */
.ph-a { left: 0; top: 6%; width: 78%; z-index: 2; }
/* phone-led scenes: narrow phone on the left, wide card overlapping it */
.ph-p { left: 2%; top: 0; width: 47%; z-index: 3; }
.ph-s { right: -4%; top: 36%; width: 62%; z-index: 4; }
.ph-b { right: -2%; top: 26%; width: 46%; z-index: 3; }
.ph-c { right: 2%; top: -2%; z-index: 4; }
.ph-d { left: 4%; bottom: -3%; z-index: 4; }
@media (max-width: 980px) { .ph-a { width: 72%; } .ph-b { width: 42%; } .ph-d { left: 2%; } .ph-p { width: 44%; } .ph-s { width: 58%; } }
@media (max-width: 700px) {
  .ph-stage { height: 336px; }
  .ph-a { width: 88%; left: 0; top: 12%; }
  .ph-b { width: 52%; right: 0; top: 32%; }
  .ph-p { width: 54%; left: 0; top: 4%; }
  .ph-s { width: 64%; right: 0; top: 46%; }
  .ph-c { right: 0; top: 0; }
  .ph-d { display: none; }              /* three layers read better on a phone */
  .ph-chip b { font-size: 1.3rem; }
  .ph-glow { width: 340px; height: 340px; right: -80px; }
}

/* chips */
.ph-chip {
  display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; border-radius: 16px;
  background: #fff; color: var(--ink); box-shadow: var(--shadow-3); white-space: nowrap;
}
.ph-chip b { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.03em; line-height: 1; }
.ph-chip span { font-size: .7rem; font-weight: 600; line-height: 1.25; color: var(--muted); }
.ph-chip--marker { background: var(--marker); }
.ph-chip--marker span { color: #7a5c00; }
.ph-chip--wa { background: var(--wa); color: #04281a; }
.ph-chip--wa span { color: #0a4a2e; }
.ph-chip--blue { background: var(--gst); color: #fff; }
.ph-chip--blue span { color: rgba(255, 255, 255, .8); }
.ph-chip--dark { background: var(--ink); color: #fff; box-shadow: var(--shadow-3), inset 0 0 0 1px rgba(255, 255, 255, .12); }
.ph-chip--dark b { color: var(--marker); }
.ph-chip--dark span { color: var(--on-dark-muted); }

/* generic cards inside a scene */
.ph-card { padding: 14px; display: grid; gap: 10px; width: 100%; }
.ph-card-head { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.ph-live { margin-left: auto; font-size: .66rem; font-weight: 700; text-transform: none; letter-spacing: 0; padding: 3px 8px; border-radius: 99px; background: #dcf5e8; color: #0a7a44; }
.ph-note { font-size: .72rem; color: var(--muted); }

/* bar rows */
.ph-bars { display: grid; gap: 7px; }
.ph-bar { display: grid; grid-template-columns: minmax(0, 1fr) 84px auto; gap: 9px; align-items: center; font-size: .72rem; }
.ph-bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); }
.ph-bar i { position: relative; height: 7px; border-radius: 99px; background: var(--line); overflow: hidden; }
.ph-bar i::after { content: ""; position: absolute; inset: 0; width: var(--w); border-radius: inherit; background: linear-gradient(90deg, var(--mca), var(--wa)); }
.ph-bar--blue i::after { background: linear-gradient(90deg, #2f7cf0, var(--gst)); }
.ph-bar--marker i::after { background: linear-gradient(90deg, #f5b700, #e08a00); }
.ph-bar b { font-family: var(--font-mono); font-size: .68rem; font-weight: 700; white-space: nowrap; }

/* phone / chat */
.phone-body { padding: 10px; display: grid; gap: 8px; background: #efe7de; }
.phone--wa .phone-body { background: #ece5dd url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='none' stroke='%23d7cec2' stroke-width='.9' opacity='.7'%3E%3Cpath d='M6 9h9l-2 3h-7z'/%3E%3Ccircle cx='28' cy='24' r='3.2'/%3E%3Cpath d='M20 31h6M9 22h5'/%3E%3C/g%3E%3C/svg%3E"); }
.ph-wa-top { display: flex; align-items: center; gap: 8px; padding: 7px 8px; margin: -10px -10px 2px; background: #075e54; color: #fff; }
.ph-wa-top b { font-size: .78rem; display: block; }
.ph-wa-top em { font-style: normal; font-size: .62rem; color: rgba(255, 255, 255, .72); }
.ph-wa-top .tick { color: #4fc3f7; font-size: .72rem; }
.ph-chat { display: grid; gap: 6px; }
.ph-chat .bubble { position: relative; max-width: 88%; padding: 7px 9px 14px; border-radius: 9px; background: #fff; font-size: .7rem; line-height: 1.35; color: #111b21; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); }
.ph-chat .bubble.me { margin-left: auto; background: #d9fdd3; }
.ph-chat .bubble time { position: absolute; right: 8px; bottom: 4px; font-size: .55rem; color: #667781; }
.ph-chat .bubble .btnlike { display: block; margin-top: 6px; padding-top: 5px; border-top: 1px solid rgba(0, 0, 0, .08); text-align: center; color: #027eb5; font-weight: 600; }
.av { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--lagoon-600); color: #fff; font-size: .6rem; font-weight: 800; }
.av--2 { background: #b7791f; } .av--3 { background: #6b46c1; } .av--4 { background: #0a7a44; }

.ph-mini { display: grid; gap: 7px; padding: 4px; }
.ph-mini-bar { height: 34px; border-radius: 8px; background: linear-gradient(120deg, #0e9f95, #04201f); }
.ph-mini b { font-size: .76rem; }
.ph-field { height: 20px; border-radius: 6px; background: #f1f5f4; border: 1px solid var(--line); }
.ph-cta { display: block; text-align: center; padding: 7px; border-radius: 99px; background: var(--wa); color: #04281a; font-size: .68rem; font-weight: 800; }

/* SERP */
.browser--wide { }
.ph-serp { display: grid; gap: 8px; }
.ph-serp-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: center; padding: 7px 8px; border-radius: 9px; background: #f6f9f8; }
.ph-serp-row.is-you { background: var(--ink); color: #fff; }
.ph-serp-row.is-you em { color: var(--marker); }
.ph-serp-row.is-you i { color: var(--marker); }
.ph-serp-row.is-ad { background: #eef4ff; border: 1px solid #d3e2ff; }
.ph-serp-row b { display: block; font-size: .7rem; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ph-serp-row em { font-style: normal; font-size: .6rem; color: var(--muted); }
.ph-serp-row i { font-style: normal; font-family: var(--font-mono); font-size: .68rem; font-weight: 700; color: var(--gst); }
.ph-favi { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #0e9f95, #04201f); }
.ph-ad { font-size: .56rem; font-weight: 800; padding: 3px 6px; border-radius: 5px; background: var(--gst); color: #fff; text-align: center; }

/* KPI pair */
.ph-kpi { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ph-kpi > div { padding: 8px 10px; border-radius: 10px; background: #f6f9f8; }
.ph-kpi b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; }
.ph-kpi span { font-size: .62rem; color: var(--muted); }

/* flow builder */
.ph-flow { display: grid; gap: 6px; font-size: .68rem; }
.ph-node { padding: 7px 10px; border-radius: 9px; background: #f1f7f5; border: 1px solid var(--line); font-weight: 600; text-align: center; }
.ph-node.is-start { background: var(--ink); color: #fff; border-color: var(--ink); }
.ph-node.is-end { background: var(--wa); color: #04281a; border-color: var(--wa); }
.ph-split { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ph-split span { padding: 6px; border-radius: 9px; border: 1px dashed var(--line-strong); text-align: center; color: var(--muted); }

/* social grid + reel */
.ph-card--grid .ph-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.ph-grid span { aspect-ratio: 1; border-radius: 7px; }
.ph-grid .g1 { background: linear-gradient(135deg, #f0a; #f5b700); background: linear-gradient(135deg, #ffd84d, #e08a00); }
.ph-grid .g2 { background: linear-gradient(135deg, #0e9f95, #04201f); }
.ph-grid .g3 { background: linear-gradient(135deg, #f0abfc, #a855f7); }
.ph-grid .g4 { background: linear-gradient(135deg, #93c5fd, #2563eb); }
.ph-grid .g5 { background: linear-gradient(135deg, #fda4af, #e11d48); }
.ph-grid .g6 { background: linear-gradient(135deg, #86efac, #16a34a); }
.phone--reel .phone-body { padding: 0; background: #0b0b0e; }
.ph-reel { position: relative; aspect-ratio: 9 / 15; max-height: 292px; background: linear-gradient(160deg, #3f2a56, #0b0b0e 70%); display: grid; place-items: center; }
.ph-reel-play { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .22); position: relative; }
.ph-reel-play::after { content: ""; position: absolute; left: 16px; top: 12px; border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent #fff; }
.ph-reel-meta { position: absolute; left: 10px; right: 10px; bottom: 10px; color: #fff; }
.ph-reel-meta b { display: block; font-size: .7rem; }
.ph-reel-meta em { font-style: normal; font-size: .6rem; color: rgba(255, 255, 255, .75); }

/* meta ad creative */
.ph-card--ad { padding: 0; overflow: hidden; }
.ph-ad-top { display: flex; align-items: center; gap: 8px; padding: 10px 12px; }
.ph-ad-top b { display: block; font-size: .74rem; }
.ph-ad-top em { font-style: normal; font-size: .6rem; color: var(--muted); }
.ph-ad-img { aspect-ratio: 16 / 9; max-height: 210px; background: linear-gradient(140deg, #1e3a8a, #0e9f95 60%, #ffd84d); }
.ph-ad-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; font-size: .68rem; }
.ph-ad-cta { padding: 6px 12px; border-radius: 8px; background: var(--wa); color: #04281a; font-weight: 800; white-space: nowrap; }

/* map listing */
.ph-card--map { padding: 0; overflow: hidden; }
.ph-map { position: relative; height: 130px; background: #e8f0ed; overflow: hidden; }
.ph-road { position: absolute; left: -10%; top: 40%; width: 120%; height: 8px; background: #fff; transform: rotate(-9deg); }
.ph-road--2 { top: 72%; height: 6px; transform: rotate(6deg); background: #f5faf8; }
.ph-pin { position: absolute; left: 44%; top: 30%; width: 22px; height: 22px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #e11d48; box-shadow: 0 4px 10px rgba(0, 0, 0, .25); }
.ph-pin--2 { left: 72%; top: 58%; width: 14px; height: 14px; background: #94a3b8; }
.ph-listing { padding: 12px; display: grid; gap: 5px; }
.ph-listing b { font-size: .88rem; }
.ph-stars { font-size: .72rem; color: #f5b700; }
.ph-stars em { font-style: normal; color: var(--muted); }
.ph-open { font-size: .68rem; font-weight: 700; color: #0a7a44; }

/* inbox */
.ph-inbox { display: grid; gap: 6px; }
.ph-inbox-row { display: grid; grid-template-columns: 26px 1fr auto; gap: 9px; align-items: center; padding: 7px 8px; border-radius: 9px; background: #f6f9f8; }
.ph-inbox-row b { display: block; font-size: .72rem; }
.ph-inbox-row em { font-style: normal; font-size: .62rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; max-width: 20ch; }
.ph-inbox-row i { font-style: normal; font-size: .58rem; font-weight: 800; padding: 3px 7px; border-radius: 99px; background: var(--line); color: var(--muted); }
.ph-inbox-row i.new { background: var(--marker); color: var(--ink); }
.ph-inbox-row i.bot { background: #dbeafe; color: #1d4ed8; }
.ph-inbox-row i.ok { background: #dcf5e8; color: #0a7a44; }

/* cart / store */
.ph-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .74rem; }
.ph-line b { display: block; }
.ph-line em { font-style: normal; font-size: .62rem; color: var(--muted); }
.ph-total { display: flex; align-items: baseline; justify-content: space-between; padding-top: 8px; font-size: .74rem; }
.ph-total b { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -.02em; }
.ph-card--qr { place-items: center; }
.ph-qr { width: 108px; height: 108px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 8px; border-radius: 12px; background: repeating-conic-gradient(var(--ink) 0 25%, #fff 0 50%) 0 0 / 9px 9px; }
.ph-qr span { width: 30px; height: 30px; border: 5px solid var(--ink); border-radius: 6px; background: #fff; }
.ph-qr span:nth-child(3), .ph-qr span:nth-child(4) { visibility: hidden; }
.ph-qr span:nth-child(3) { visibility: visible; }

/* about facts / contact codes */
.ph-fact { padding: 8px 0; border-bottom: 1px solid var(--line); }
.ph-fact b { display: block; font-size: .82rem; }
.ph-fact span { font-size: .66rem; color: var(--muted); }
.ph-code { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.ph-code b { font-family: var(--font-mono); font-size: .74rem; letter-spacing: .06em; }
.ph-code span { font-size: .66rem; color: var(--muted); }

/* demo thumbnails */
.ph-shot { overflow: hidden; border-radius: 16px; }
.ph-shot img { width: 100%; height: auto; display: block; }
.ph-shot--sm { }

/* per-variant glow + rings */
.page-hero--blue { --ph-glow: #1e64d8; }
.page-hero--blue .ring--3 { background: radial-gradient(circle, rgba(30, 100, 216, .55), transparent 70%); }
.page-hero--blue .ring--2 { border-color: rgba(147, 197, 253, .3); }
.page-hero--wa { --ph-glow: #12b76a; }
.page-hero--wa .ring--3 { background: radial-gradient(circle, rgba(37, 211, 102, .5), transparent 70%); }
.page-hero--wa .ring--2 { border-color: rgba(37, 211, 102, .32); }
.page-hero--marker { --ph-glow: #b98a00; }
.page-hero--marker .ring--3 { background: radial-gradient(circle, rgba(255, 216, 77, .42), transparent 70%); }
.page-hero--marker .ring--2 { border-color: rgba(255, 216, 77, .3); }

@media (prefers-reduced-motion: reduce) { .ph-stage .layer { transform: none !important; } }

/* ==========================================================================
   Page themes — recolour the whole page, not just the banner
   ========================================================================== */
.theme-wa {
  --accent: var(--wa-deep, #0a7a44);
  --marker-soft: #d3f8e1;
}
.theme-wa .page-hero {
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(18, 183, 106, .30), transparent 62%),
    radial-gradient(90% 80% at 0% 100%, rgba(7, 94, 84, .45), transparent 60%),
    var(--ink);
}
.theme-wa .page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%2325d366' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14h14a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-9l-5 4v-4a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M40 38h14a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-9l-5 4v-4a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M46 12.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z'/%3E%3Cpath d='M15 46.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(200deg, #000 0%, transparent 62%);
  mask-image: linear-gradient(200deg, #000 0%, transparent 62%);
}
.theme-wa .eyebrow { color: var(--wa); }
.theme-wa .section--white .eyebrow, .theme-wa .section--paper2 .eyebrow, .theme-wa .section .eyebrow { color: #0a7a44; }
.theme-wa .page-hero .eyebrow { color: var(--wa); }
.theme-wa .link-arrow { color: #0a7a44; }
.theme-wa .ico { --ico-bg: #d3f8e1; --ico-fg: #0a7a44; }
.theme-wa .steps .step::before { background: var(--wa); color: #04281a; }
.theme-wa .price-table thead th { background: #075e54; }
.theme-wa .section--dark { background: linear-gradient(150deg, #05372a, var(--ink) 72%); }
.theme-wa .marquee { background: #05372a; }
.theme-wa .cta-band { background: linear-gradient(140deg, #067a4a, #04201f 70%); }
.theme-wa .faq summary::after { color: var(--wa); }
.theme-wa .plan.is-featured { --plan-bg: #04281a; }

.theme-blue { --marker-soft: #dbeafe; }
.theme-blue .page-hero {
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(47, 124, 240, .28), transparent 62%),
    radial-gradient(90% 80% at 0% 100%, rgba(10, 42, 102, .5), transparent 60%),
    var(--ink);
}
.theme-blue .ico { --ico-bg: var(--gst-100); --ico-fg: var(--gst); }
.theme-blue .eyebrow { color: var(--gst); }
.theme-blue .page-hero .eyebrow { color: #93c5fd; }
.theme-blue .link-arrow { color: var(--gst); }
.theme-blue .price-table thead th { background: var(--gst); }

.theme-marker .page-hero {
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(255, 216, 77, .22), transparent 60%),
    radial-gradient(90% 80% at 0% 100%, rgba(120, 82, 0, .4), transparent 60%),
    var(--ink);
}
.theme-marker .ico { --ico-bg: var(--marker-soft); --ico-fg: #8a6500; }
.theme-marker .page-hero .eyebrow { color: var(--marker); }

/* @motion:start — generated by src/motion_css.py, do not edit by hand */
/* ---------- shared ---------- */
:root { --cyc: 12s; }
@property --p { syntax: "<number>"; inherits: false; initial-value: 96; }
@property --n { syntax: "<integer>"; inherits: false; initial-value: 96; }

/* every card and chip floats on its own rhythm */
@keyframes ph-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes ph-float-r { 0%, 100% { translate: 0 0; rotate: -1.4deg; } 50% { translate: 0 -7px; rotate: 1.4deg; } }
.ph-stage .layer > .float-card { animation: ph-float 7s ease-in-out infinite; }
.ph-stage .layer > .ph-chip, .hero .stage .stat-chip { animation: ph-float-r 6s ease-in-out infinite; }
.ph-stage .ph-b > *, .ph-stage .ph-s > * { animation-delay: -2.4s; animation-duration: 8s; }
.ph-stage .ph-p > * { animation-delay: -4.2s; animation-duration: 9s; }
.ph-stage .ph-c > * { animation-delay: -1.3s; }
.ph-stage .ph-d > *, .hero .stage .chip-2 { animation-delay: -3.4s; animation-duration: 7s; }

/* light behind the scene breathes */
@keyframes ph-breathe { 0%, 100% { opacity: .36; scale: 1; } 50% { opacity: .62; scale: 1.14; } }
.ph-glow { animation: ph-breathe 9s ease-in-out infinite; }

/* chips send out a soft ripple */
@keyframes ph-ripple { 0% { box-shadow: 0 0 0 0 var(--rip); } 70%, 100% { box-shadow: 0 0 0 18px transparent; } }
.ph-chip--wa { --rip: rgba(37, 211, 102, .55); }
.ph-chip--blue { --rip: rgba(47, 124, 240, .55); }
.ph-chip--marker { --rip: rgba(255, 216, 77, .5); }
.ph-chip--wa::after, .ph-chip--blue::after, .ph-chip--marker::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; animation: ph-ripple 3.2s ease-out infinite; }
.ph-chip { position: relative; }
.ph-c .ph-chip::after { animation-delay: -1.6s; }

/* ---------- WhatsApp chat: typed, sent, cleared, repeat ---------- */
.ph-chat .bubble { transform-origin: 0 100%; }
.ph-chat .bubble.me { transform-origin: 100% 100%; }
.ph-chat .bubble > .msg { display: block; }
.ph-chat .bubble > .dots { position: absolute; left: 0; top: 0; display: inline-flex; gap: 3px; padding: 9px 11px; border-radius: 9px; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); opacity: 0; pointer-events: none; }
.ph-chat .bubble > .dots i { width: 5px; height: 5px; border-radius: 50%; background: #8696a0; animation: typing 1.1s infinite; }
.ph-chat .bubble > .dots i:nth-child(2) { animation-delay: .15s; }
.ph-chat .bubble > .dots i:nth-child(3) { animation-delay: .3s; }
.ph-status { position: relative; display: block; }
.ph-status .st-b { position: absolute; left: 0; top: 0; opacity: 0; color: #7df3a8; white-space: nowrap; }
.ph-status .st-a { display: block; }

/* ---------- bars fill, values count in ---------- */
@keyframes ph-fill { 0%, 6% { transform: scaleX(0); } 26%, 90% { transform: scaleX(1); } 96%, 100% { transform: scaleX(0); } }
@keyframes ph-val { 0%, 18% { opacity: 0; transform: translateX(-4px); } 26%, 90% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; } }
.ph-bar i::after { transform-origin: 0 50%; animation: ph-fill var(--cyc) cubic-bezier(.2, .7, .2, 1) infinite; }
.ph-bar b { animation: ph-val var(--cyc) ease infinite; }
.ph-bar:nth-child(2) i::after, .ph-bar:nth-child(2) b { animation-delay: .3s; }
.ph-bar:nth-child(3) i::after, .ph-bar:nth-child(3) b { animation-delay: .6s; }
.ph-bar:nth-child(4) i::after, .ph-bar:nth-child(4) b { animation-delay: .9s; }
.ph-kpi > div { animation: ph-val var(--cyc) ease infinite; }
.ph-kpi > div + div { animation-delay: .3s; }

/* ---------- score ring counts up ---------- */
@keyframes ph-ring { 0%, 6% { --p: 0; --n: 0; } 32%, 100% { --p: 96; --n: 96; } }
.ph-ring { --p: 96; --n: 96; width: 44px; height: 44px; border-radius: 50%; display: inline-grid; place-items: center; position: relative; counter-reset: n var(--n); background: conic-gradient(var(--ring, #0a7d3c) calc(var(--p) * 1%), var(--ring-bg, rgba(4, 32, 31, .14)) 0); animation: ph-ring var(--cyc) cubic-bezier(.2, .7, .2, 1) infinite; }
.ph-ring::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--ring-in, #ffd84d); }
.ph-ring > span { position: relative; font-size: 0; }
.ph-ring > span::after { content: counter(n); font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: -.03em; }
.ph-chip--ring b { line-height: 0; }
.lh-ring.ph-ring { --ring: #22b573; --ring-bg: #d8ebe5; --ring-in: #f6fbfa; width: 38px; height: 38px; color: #0a7d3c; }
.lh-ring.ph-ring::before { inset: 4px; }
.lh-ring.ph-ring > span::after { font-size: .8rem; }

/* ---------- website mockups: skeleton shimmer, button pulse ---------- */
@keyframes ph-shimmer { from { background-position: 180% 0; } to { background-position: -80% 0; } }
.bb-row span::after { background: linear-gradient(90deg, var(--line) 0 35%, #f4faf8 50%, var(--line) 65% 100%); background-size: 260% 100%; animation: ph-shimmer 2.4s linear infinite; }
.bb-row span:nth-child(2)::after { animation-delay: .25s; }
.bb-row span:nth-child(3)::after { animation-delay: .5s; }
@keyframes ph-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(14, 159, 149, .55); } 60% { box-shadow: 0 0 0 9px rgba(14, 159, 149, 0); } }
.bb-hero .pill { animation: ph-pulse 2.6s ease-out infinite; }
@keyframes ph-sun { 0%, 100% { background-position: 0 0, 0 0; } 50% { background-position: 18px -6px, 0 0; } }
.bb-art { animation: ph-sun 6s ease-in-out infinite; }

/* phone form fills itself in and sends */
.ph-field { display: flex; align-items: center; padding: 0 7px; font-size: .6rem; color: var(--text); overflow: hidden; }
.ph-field .ty { font-style: normal; white-space: nowrap; border-right: 1.5px solid transparent; }
@keyframes ph-type1 { 0%, 10% { clip-path: inset(0 100% 0 0); border-color: var(--lagoon-600); } 24% { clip-path: inset(0 0 0 0); border-color: var(--lagoon-600); } 26%, 92% { clip-path: inset(0 0 0 0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes ph-type2 { 0%, 27% { clip-path: inset(0 100% 0 0); border-color: transparent; } 28% { border-color: var(--lagoon-600); } 40% { clip-path: inset(0 0 0 0); border-color: var(--lagoon-600); } 42%, 92% { clip-path: inset(0 0 0 0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
.ph-field .ty--1 { animation: ph-type1 var(--cyc) steps(12, end) infinite; }
.ph-field .ty--2 { animation: ph-type2 var(--cyc) steps(11, end) infinite; }
.ph-cta { position: relative; overflow: hidden; }
@keyframes ph-press { 0%, 44% { transform: none; } 46% { transform: scale(.93); } 49%, 100% { transform: none; } }
.ph-mini .ph-cta { animation: ph-press var(--cyc) ease infinite; }
.ph-sent { position: absolute; inset: 0; display: grid; place-items: center; background: #0a7a44; color: #fff; border-radius: inherit; opacity: 0; }
@keyframes ph-sent { 0%, 47% { opacity: 0; } 50%, 88% { opacity: 1; } 93%, 100% { opacity: 0; } }
.ph-mini .ph-sent { animation: ph-sent var(--cyc) ease infinite; }

/* ---------- SEO: our result climbs #3 → #2 → #1 ---------- */
.ph-serp--climb .ph-serp-row { position: relative; }
.ph-serp--climb .is-you { z-index: 2; }
@keyframes ph-serp-fade { 0% { opacity: 0; } 4%, 90% { opacity: 1; } 95%, 100% { opacity: 0; } }
@keyframes ph-climb-you { 0%, 16% { transform: translateY(calc(2 * (100% + 8px))); } 24%, 36% { transform: translateY(calc(100% + 8px)); } 46%, 95% { transform: none; } 96%, 100% { transform: translateY(calc(2 * (100% + 8px))); } }
@keyframes ph-climb-r2 { 0%, 36% { transform: translateY(calc(-100% - 8px)); } 46%, 95% { transform: none; } 96%, 100% { transform: translateY(calc(-100% - 8px)); } }
@keyframes ph-climb-r3 { 0%, 16% { transform: translateY(calc(-100% - 8px)); } 24%, 95% { transform: none; } 96%, 100% { transform: translateY(calc(-100% - 8px)); } }
@keyframes ph-win { 0%, 46% { box-shadow: 0 0 0 0 rgba(255, 216, 77, 0); } 50% { box-shadow: 0 0 0 5px rgba(255, 216, 77, .55); } 60%, 100% { box-shadow: 0 0 0 0 rgba(255, 216, 77, 0); } }
.ph-serp--climb { animation: ph-serp-fade var(--cyc) ease infinite; }
.ph-serp--climb .is-you { animation: ph-climb-you var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite, ph-win var(--cyc) ease infinite; }
.ph-serp--climb .r2 { animation: ph-climb-r2 var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite; }
.ph-serp--climb .r3 { animation: ph-climb-r3 var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite; }
.ph-rank { position: absolute; left: -7px; top: -7px; z-index: 3; min-width: 26px; height: 20px; border-radius: 99px; background: var(--marker); color: var(--ink) !important; box-shadow: 0 2px 6px rgba(0, 0, 0, .25); font-size: .64rem; }
.ph-serp--climb .ph-serp-row { grid-template-columns: 22px 1fr; }
.ph-rank span { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; }
.ph-rank span:nth-child(3) { opacity: 1; }
@keyframes ph-r3 { 0%, 17% { opacity: 1; } 21%, 100% { opacity: 0; } }
@keyframes ph-r2 { 0%, 20% { opacity: 0; } 24%, 37% { opacity: 1; } 41%, 100% { opacity: 0; } }
@keyframes ph-r1 { 0%, 40% { opacity: 0; transform: scale(.6); } 46%, 100% { opacity: 1; transform: none; } }
.ph-rank span:nth-child(1) { animation: ph-r3 var(--cyc) linear infinite; }
.ph-rank span:nth-child(2) { animation: ph-r2 var(--cyc) linear infinite; }
.ph-rank span:nth-child(3) { animation: ph-r1 var(--cyc) ease infinite; }

/* ---------- a cursor that clicks (Google Ads, Meta Ads) ---------- */
.ph-clicks { position: relative; }
.ph-cursor { position: absolute; z-index: 6; width: 22px; height: 22px; left: 80%; top: 80%; opacity: 0; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3l14 8-6 1.6L10.4 19z' fill='%23111' stroke='%23fff' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .35)); }
.ph-tap { position: absolute; left: -9px; top: -9px; width: 22px; height: 22px; border-radius: 50%; background: rgba(37, 211, 102, .5); opacity: 0; }
@keyframes ph-cur-g { 0% { opacity: 0; left: 86%; top: 92%; } 3% { opacity: 1; left: 86%; top: 92%; } 12% { left: 46%; top: 30%; } 14% { transform: scale(.82); } 16%, 30% { opacity: 1; left: 46%; top: 30%; transform: none; } 40% { opacity: 1; left: 74%; top: 70%; } 44%, 100% { opacity: 0; left: 74%; top: 70%; } }
@keyframes ph-cur-m { 0% { opacity: 0; left: 40%; top: 40%; } 2% { opacity: 1; left: 40%; top: 40%; } 7% { left: 84%; top: 88%; } 8.5% { transform: scale(.82); } 10%, 20% { opacity: 1; left: 84%; top: 88%; transform: none; } 26% { opacity: 1; left: 62%; top: 66%; } 30%, 100% { opacity: 0; left: 62%; top: 66%; } }
@keyframes ph-tap-g { 0%, 13% { opacity: 0; transform: scale(.3); } 14% { opacity: 1; transform: scale(.4); } 20%, 100% { opacity: 0; transform: scale(2.2); } }
@keyframes ph-tap-m { 0%, 7.5% { opacity: 0; transform: scale(.3); } 8.5% { opacity: 1; transform: scale(.4); } 14%, 100% { opacity: 0; transform: scale(2.2); } }
.browser.ph-clicks .ph-cursor { animation: ph-cur-g var(--cyc) cubic-bezier(.5, 0, .3, 1) infinite; }
.browser.ph-clicks .ph-tap { animation: ph-tap-g var(--cyc) ease-out infinite; }
.ph-card--ad.ph-clicks .ph-cursor { animation: ph-cur-m var(--cyc) cubic-bezier(.5, 0, .3, 1) infinite; }
.ph-card--ad.ph-clicks .ph-tap { animation: ph-tap-m var(--cyc) ease-out infinite; }
@keyframes ph-ad-hit { 0%, 14% { background: #eef4ff; } 16%, 34% { background: #dbe8ff; box-shadow: 0 0 0 2px #2f7cf0; } 44%, 100% { background: #eef4ff; box-shadow: none; } }
.browser.ph-clicks .is-ad { animation: ph-ad-hit var(--cyc) ease infinite; }
@keyframes ph-cta-hit { 0%, 7.5% { transform: none; filter: none; } 8.5% { transform: scale(.9); filter: brightness(1.1); } 11%, 100% { transform: none; filter: none; } }
.ph-card--ad .ph-ad-cta { animation: ph-cta-hit var(--cyc) ease infinite; }
.ph-toast { position: absolute; left: 10px; right: 10px; top: 8px; z-index: 3; padding: 8px 10px; border-radius: 10px; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 700; box-shadow: var(--shadow-3); opacity: 0; }
.ph-card { position: relative; }
@keyframes ph-toast { 0%, 20% { opacity: 0; transform: translateY(-10px); } 24%, 84% { opacity: 1; transform: none; } 89%, 100% { opacity: 0; transform: translateY(-6px); } }
.ph-toast { animation: ph-toast var(--cyc) cubic-bezier(.2, .8, .2, 1) infinite; }
@keyframes ph-kenburns { 0% { background-position: 0% 30%; } 100% { background-position: 100% 70%; } }
.ph-ad-img { background-size: 170% 170%; animation: ph-kenburns 10s ease-in-out infinite alternate; }

/* ---------- Google Business Profile: pin drops, stars fill ---------- */
.ph-pin { translate: 0 0; }
@keyframes ph-drop { 0%, 3% { translate: 0 -70px; opacity: 0; } 9% { translate: 0 4px; opacity: 1; } 12% { translate: 0 -8px; } 15%, 90% { translate: 0 0; opacity: 1; } 96%, 100% { translate: 0 -30px; opacity: 0; } }
.ph-map .ph-pin:not(.ph-pin--2) { animation: ph-drop var(--cyc) ease-in infinite; }
.ph-pin--2 { animation: ph-float 3.4s ease-in-out infinite; }
.ph-pin-pulse { position: absolute; left: calc(44% - 7px); top: calc(30% + 14px); width: 36px; height: 16px; border-radius: 50%; border: 2px solid rgba(225, 29, 72, .6); translate: -3px 0; animation: ph-pinpulse 2s ease-out infinite; }
@keyframes ph-pinpulse { from { scale: .3; opacity: .9; } to { scale: 2.1; opacity: 0; } }
.ph-stars span { display: inline-block; }
@keyframes ph-star { 0%, 14% { color: #d5dde0; transform: scale(.7); } 18%, 92% { color: #f5b700; transform: none; } 97%, 100% { color: #d5dde0; } }
.ph-stars span { animation: ph-star var(--cyc) ease infinite; }
.ph-stars span:nth-child(2) { animation-delay: .25s; }
.ph-stars span:nth-child(3) { animation-delay: .5s; }
.ph-stars span:nth-child(4) { animation-delay: .75s; }
.ph-stars span:nth-child(5) { animation-delay: 1s; }
.ph-open i, .ph-live i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: currentColor; vertical-align: 1px; animation: ph-blink 1.6s ease-in-out infinite; }
@keyframes ph-blink { 50% { opacity: .25; } }
.ph-road { background-image: linear-gradient(90deg, transparent 0 46%, #ffd84d 46% 54%, transparent 54%); background-size: 22px 2px; background-repeat: repeat-x; background-position: 0 50%; animation: ph-road 1.6s linear infinite; }
@keyframes ph-road { to { background-position: 22px 50%; } }

/* ---------- social: posts pop in, reel plays, likes float ---------- */
@keyframes ph-tile { 0%, 3% { opacity: 0; transform: scale(.55); } 9%, 88% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: scale(.9); } }
.ph-grid--pop span { animation: ph-tile var(--cyc) cubic-bezier(.3, 1.4, .5, 1) infinite; }
.ph-grid--pop span:nth-child(2) { animation-delay: .35s; }
.ph-grid--pop span:nth-child(3) { animation-delay: .7s; }
.ph-grid--pop span:nth-child(4) { animation-delay: 1.05s; }
.ph-grid--pop span:nth-child(5) { animation-delay: 1.4s; }
.ph-grid--pop span:nth-child(6) { animation-delay: 1.75s; }
.ph-reel { background-size: 180% 180%; animation: ph-kenburns 8s ease-in-out infinite alternate; }
.ph-reel-bar { position: absolute; left: 8px; right: 8px; bottom: 5px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.ph-reel-bar i { position: absolute; inset: 0; background: #fff; transform-origin: 0 50%; animation: ph-reelbar 6s linear infinite; }
@keyframes ph-reelbar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.ph-reel-meta { bottom: 14px; }
@keyframes ph-play { 0%, 100% { scale: 1; } 50% { scale: 1.12; } }
.ph-reel-play { animation: ph-play 2.2s ease-in-out infinite; }
.ph-heart { position: absolute; right: 16px; bottom: 44px; font-size: 1.1rem; color: #ff4d6d; opacity: 0; text-shadow: 0 2px 6px rgba(0, 0, 0, .3); animation: ph-heart 3.6s ease-out infinite; }
.ph-heart.h2 { right: 26px; font-size: .85rem; animation-delay: 1.2s; }
.ph-heart.h3 { right: 12px; font-size: .95rem; animation-delay: 2.4s; color: #ffd84d; }
@keyframes ph-heart { 0% { opacity: 0; transform: translateY(0) scale(.6); } 15% { opacity: 1; transform: translateY(-14px) scale(1.1); } 70% { opacity: .9; transform: translate(-10px, -80px) scale(1); } 100% { opacity: 0; transform: translate(6px, -120px) scale(.9); } }

/* ---------- CRM: a new chat arrives, the list makes room ---------- */
@keyframes ph-row-new { 0% { opacity: 0; transform: translateY(-40%) scale(.97); background: #fff8d6; } 8% { opacity: 1; transform: none; background: #fff8d6; } 30% { background: #f6f9f8; } 88% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; transform: translateY(-40%) scale(.97); } }
@keyframes ph-row-push { 0% { transform: translateY(calc(-100% - 6px)); } 8%, 88% { transform: none; } 96%, 100% { transform: translateY(calc(-100% - 6px)); } }
.ph-inbox--live .ph-inbox-row:first-child { position: relative; z-index: 2; animation: ph-row-new var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite; }
.ph-inbox--live .ph-inbox-row:not(:first-child) { animation: ph-row-push var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite; }
@keyframes ph-badge { 0%, 8% { transform: scale(.4); } 11% { transform: scale(1.25); } 14%, 100% { transform: none; } }
.ph-inbox--live .ph-inbox-row i.new { animation: ph-badge var(--cyc) ease infinite; }

/* ---------- chatbot: the conversation lights up the flow ---------- */
.ph-flow--run .ph-node, .ph-flow--run .ph-split span { position: relative; }
@keyframes ph-lit1 { 0%, 11% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } 13%, 22% { box-shadow: 0 0 0 3px rgba(37, 211, 102, .8); } 26%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
@keyframes ph-lit2 { 0%, 18% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); background: #f1f7f5; } 20%, 30% { box-shadow: 0 0 0 3px rgba(37, 211, 102, .8); background: #dcf5e8; } 34%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); background: #f1f7f5; } }
@keyframes ph-lit3 { 0%, 25% { box-shadow: none; border-style: dashed; color: var(--muted); background: transparent; } 27%, 40% { box-shadow: 0 0 0 3px rgba(37, 211, 102, .8); border-style: solid; color: #0a7a44; background: #dcf5e8; } 44%, 100% { box-shadow: none; border-style: dashed; color: var(--muted); background: transparent; } }
@keyframes ph-lit4 { 0%, 54% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); transform: none; } 57%, 72% { box-shadow: 0 0 0 4px rgba(255, 255, 255, .9), 0 0 0 7px rgba(37, 211, 102, .6); transform: scale(1.03); } 78%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); transform: none; } }
.ph-flow--run .ph-node.is-start { animation: ph-lit1 var(--cyc) ease infinite; }
.ph-flow--run .ph-node:nth-child(2) { animation: ph-lit2 var(--cyc) ease infinite; }
.ph-flow--run .ph-split span:first-child { animation: ph-lit3 var(--cyc) ease infinite; }
.ph-flow--run .ph-node.is-end { animation: ph-lit4 var(--cyc) ease infinite; }

/* ---------- store: items land in the cart, QR is scanned, paid ---------- */
@keyframes ph-line-in { 0%, 2% { opacity: 0; transform: translateX(-14px); } 7%, 90% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; } }
.ph-lines .ph-line { animation: ph-line-in var(--cyc) cubic-bezier(.3, .8, .3, 1) infinite; }
.ph-lines .ph-line:nth-child(2) { animation-delay: .5s; }
@keyframes ph-total { 0%, 12% { transform: none; color: inherit; } 15% { transform: scale(1.12); color: #0a7a44; } 20%, 100% { transform: none; color: inherit; } }
.ph-total b { display: inline-block; animation: ph-total var(--cyc) ease infinite; }
.ph-qr-wrap { position: relative; }
.ph-scan { position: absolute; left: -6px; right: -6px; top: 0; height: 3px; border-radius: 3px; background: #25d366; box-shadow: 0 0 12px 3px rgba(37, 211, 102, .7); opacity: 0; }
@keyframes ph-scan { 0%, 22% { opacity: 0; top: 0; } 24% { opacity: 1; top: 0; } 42% { opacity: 1; top: calc(100% - 3px); } 44%, 100% { opacity: 0; top: calc(100% - 3px); } }
.ph-scan { animation: ph-scan var(--cyc) ease-in-out infinite; }
.ph-paid { position: absolute; left: 50%; top: 50%; translate: -50% -50%; padding: 7px 12px; border-radius: 99px; background: #0a7a44; color: #fff; font-size: .74rem; font-weight: 800; white-space: nowrap; box-shadow: var(--shadow-3); opacity: 0; }
@keyframes ph-paid { 0%, 44% { opacity: 0; transform: scale(.5); } 48% { opacity: 1; transform: scale(1.12); } 51%, 88% { opacity: 1; transform: none; } 93%, 100% { opacity: 0; } }
.ph-paid { animation: ph-paid var(--cyc) ease infinite; }
@keyframes ph-qr-dim { 0%, 46% { opacity: 1; } 50%, 88% { opacity: .35; } 93%, 100% { opacity: 1; } }
.ph-qr { animation: ph-qr-dim var(--cyc) ease infinite; }

/* ---------- about / contact: rows light up in turn ---------- */
@keyframes ph-seq { 0%, 100% { background: transparent; box-shadow: none; } 3%, 18% { background: #dcf5e8; box-shadow: inset 3px 0 0 #25d366; } 24% { background: transparent; box-shadow: none; } }
.ph-seq > * { padding-left: 8px; border-radius: 8px; animation: ph-seq var(--cyc) ease infinite; }
.ph-seq > :nth-child(1) { animation-delay: 1.2s; }
.ph-seq > :nth-child(2) { animation-delay: 3.4s; }
.ph-seq > :nth-child(3) { animation-delay: 5.6s; }

/* ---------- demos: the screenshots scroll like a visitor would ---------- */
.ph-shot { background: #fff; }
.ph-shot-bar { display: flex; gap: 5px; padding: 7px 9px; background: #e8efed; }
.ph-shot-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c5d3cf; }
.ph-shot-bar i:first-child { background: #ff6159; } .ph-shot-bar i:nth-child(2) { background: #ffbd2e; } .ph-shot-bar i:nth-child(3) { background: #28c941; }
.ph-shot-win { aspect-ratio: 900 / 620; overflow: hidden; }
.ph-c > .ph-shot { width: clamp(150px, 15vw, 220px); }
.ph-stage .ph-c:has(.ph-shot) { top: -4%; right: -2%; }
.ph-stage .ph-b:has(.ph-shot) { top: 40%; }
.ph-shot-win img { width: 100%; height: auto; display: block; animation: ph-pan 12s cubic-bezier(.45, 0, .35, 1) infinite alternate; }
@keyframes ph-pan { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(var(--pan, 0%)); } }

/* ---------- homepage stage ---------- */
@keyframes ph-row { 0%, 4% { opacity: 0; transform: translateX(-10px); } 9%, 90% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; } }
.sheet--live tbody tr { animation: ph-row var(--cyc) ease infinite; }
.sheet--live tbody tr:nth-child(2) { animation-delay: .3s; }
.sheet--live tbody tr:nth-child(3) { animation-delay: .6s; }
.sheet--live tbody tr:nth-child(4) { animation-delay: .9s; }
@keyframes ph-hot { 0%, 20% { background: transparent; } 24%, 40% { background: #fff1a8; } 50%, 100% { background: #fff8d6; } }
.sheet--live tr.new td { animation: ph-hot var(--cyc) ease infinite; }
.hero .stage .layer--chip1 > .stat-chip { animation-delay: -1.5s; }

/* every scene is labelled as an illustration */
.ph-caption { position: absolute; right: 0; bottom: -26px; font-size: .66rem; letter-spacing: .04em; color: rgba(207, 224, 221, .55); pointer-events: none; }
@media (max-width: 700px) { .ph-caption { bottom: -20px; } }

/* delayed items start from their first frame, not their finished one */
.stage *, .stage *::before, .stage *::after { animation-fill-mode: backwards !important; }

/* ---------- pause work nobody can see; respect reduced motion ---------- */
.stage.is-paused *, .stage.is-paused *::before, .stage.is-paused *::after { animation-play-state: paused !important; }
@media (prefers-reduced-motion: reduce) {
  .stage *, .stage *::before, .stage *::after, .ph-glow { animation: none !important; }
}

@keyframes ph-me-1 { 0%, 11.67% { opacity: 0; transform: translateY(8px) scale(.94); } 14.17%, 90% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: none; } }
@keyframes ph-in-1 { 0%, 2.5% { opacity: 0; background-color: transparent; box-shadow: none; transform: none; } 2.7%, 11.67% { opacity: 1; background-color: transparent; box-shadow: none; transform: scale(.94); } 14.17%, 90% { opacity: 1; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); transform: none; } 95%, 100% { opacity: 0; } }
@keyframes ph-msg-1 { 0%, 11.67% { opacity: 0; } 14.17%, 100% { opacity: 1; } }
@keyframes ph-dots-1 { 0%, 2.5% { opacity: 0; } 3.3%, 11.27% { opacity: 1; } 12.07%, 100% { opacity: 0; } }
.ph-chat > .bubble.me:nth-child(1) { animation: ph-me-1 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(1) { animation: ph-in-1 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(1) > .msg { animation: ph-msg-1 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(1) > .dots { animation: ph-dots-1 var(--cyc) linear infinite; }
@keyframes ph-me-2 { 0%, 26.67% { opacity: 0; transform: translateY(8px) scale(.94); } 29.17%, 90% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: none; } }
@keyframes ph-in-2 { 0%, 17.5% { opacity: 0; background-color: transparent; box-shadow: none; transform: none; } 17.7%, 26.67% { opacity: 1; background-color: transparent; box-shadow: none; transform: scale(.94); } 29.17%, 90% { opacity: 1; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); transform: none; } 95%, 100% { opacity: 0; } }
@keyframes ph-msg-2 { 0%, 26.67% { opacity: 0; } 29.17%, 100% { opacity: 1; } }
@keyframes ph-dots-2 { 0%, 17.5% { opacity: 0; } 18.3%, 26.27% { opacity: 1; } 27.07%, 100% { opacity: 0; } }
.ph-chat > .bubble.me:nth-child(2) { animation: ph-me-2 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(2) { animation: ph-in-2 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(2) > .msg { animation: ph-msg-2 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(2) > .dots { animation: ph-dots-2 var(--cyc) linear infinite; }
@keyframes ph-me-3 { 0%, 41.67% { opacity: 0; transform: translateY(8px) scale(.94); } 44.17%, 90% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: none; } }
@keyframes ph-in-3 { 0%, 32.5% { opacity: 0; background-color: transparent; box-shadow: none; transform: none; } 32.7%, 41.67% { opacity: 1; background-color: transparent; box-shadow: none; transform: scale(.94); } 44.17%, 90% { opacity: 1; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); transform: none; } 95%, 100% { opacity: 0; } }
@keyframes ph-msg-3 { 0%, 41.67% { opacity: 0; } 44.17%, 100% { opacity: 1; } }
@keyframes ph-dots-3 { 0%, 32.5% { opacity: 0; } 33.3%, 41.27% { opacity: 1; } 42.07%, 100% { opacity: 0; } }
.ph-chat > .bubble.me:nth-child(3) { animation: ph-me-3 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(3) { animation: ph-in-3 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(3) > .msg { animation: ph-msg-3 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(3) > .dots { animation: ph-dots-3 var(--cyc) linear infinite; }
@keyframes ph-me-4 { 0%, 56.67% { opacity: 0; transform: translateY(8px) scale(.94); } 59.17%, 90% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: none; } }
@keyframes ph-in-4 { 0%, 47.5% { opacity: 0; background-color: transparent; box-shadow: none; transform: none; } 47.7%, 56.67% { opacity: 1; background-color: transparent; box-shadow: none; transform: scale(.94); } 59.17%, 90% { opacity: 1; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); transform: none; } 95%, 100% { opacity: 0; } }
@keyframes ph-msg-4 { 0%, 56.67% { opacity: 0; } 59.17%, 100% { opacity: 1; } }
@keyframes ph-dots-4 { 0%, 47.5% { opacity: 0; } 48.3%, 56.27% { opacity: 1; } 57.07%, 100% { opacity: 0; } }
.ph-chat > .bubble.me:nth-child(4) { animation: ph-me-4 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(4) { animation: ph-in-4 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(4) > .msg { animation: ph-msg-4 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(4) > .dots { animation: ph-dots-4 var(--cyc) linear infinite; }
@keyframes ph-me-5 { 0%, 71.67% { opacity: 0; transform: translateY(8px) scale(.94); } 74.17%, 90% { opacity: 1; transform: none; } 95%, 100% { opacity: 0; transform: none; } }
@keyframes ph-in-5 { 0%, 62.5% { opacity: 0; background-color: transparent; box-shadow: none; transform: none; } 62.7%, 71.67% { opacity: 1; background-color: transparent; box-shadow: none; transform: scale(.94); } 74.17%, 90% { opacity: 1; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); transform: none; } 95%, 100% { opacity: 0; } }
@keyframes ph-msg-5 { 0%, 71.67% { opacity: 0; } 74.17%, 100% { opacity: 1; } }
@keyframes ph-dots-5 { 0%, 62.5% { opacity: 0; } 63.3%, 71.27% { opacity: 1; } 72.07000000000001%, 100% { opacity: 0; } }
.ph-chat > .bubble.me:nth-child(5) { animation: ph-me-5 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(5) { animation: ph-in-5 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(5) > .msg { animation: ph-msg-5 var(--cyc) linear infinite; }
.ph-chat > .bubble.in:nth-child(5) > .dots { animation: ph-dots-5 var(--cyc) linear infinite; }
@keyframes ph-stb-1 { 0% { opacity: 0; } 2.5% { opacity: 0; } 3.3%, 11.67% { opacity: 1; } 12.47% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ph-sta-1 { 0% { opacity: 1; } 2.5% { opacity: 1; } 3.3%, 11.67% { opacity: 0; } 12.47% { opacity: 1; } 100% { opacity: 1; } }
.float-card:has(.ph-in-1) .ph-status .st-b { animation: ph-stb-1 var(--cyc) linear infinite; }
.float-card:has(.ph-in-1) .ph-status .st-a { animation: ph-sta-1 var(--cyc) linear infinite; }
@keyframes ph-stb-13 { 0% { opacity: 0; } 2.5% { opacity: 0; } 3.3%, 11.67% { opacity: 1; } 12.47% { opacity: 0; } 32.5% { opacity: 0; } 33.3%, 41.67% { opacity: 1; } 42.47% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ph-sta-13 { 0% { opacity: 1; } 2.5% { opacity: 1; } 3.3%, 11.67% { opacity: 0; } 12.47% { opacity: 1; } 32.5% { opacity: 1; } 33.3%, 41.67% { opacity: 0; } 42.47% { opacity: 1; } 100% { opacity: 1; } }
.float-card:has(.ph-in-13) .ph-status .st-b { animation: ph-stb-13 var(--cyc) linear infinite; }
.float-card:has(.ph-in-13) .ph-status .st-a { animation: ph-sta-13 var(--cyc) linear infinite; }
@keyframes ph-stb-2 { 0% { opacity: 0; } 17.5% { opacity: 0; } 18.3%, 26.67% { opacity: 1; } 27.470000000000002% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ph-sta-2 { 0% { opacity: 1; } 17.5% { opacity: 1; } 18.3%, 26.67% { opacity: 0; } 27.470000000000002% { opacity: 1; } 100% { opacity: 1; } }
.float-card:has(.ph-in-2) .ph-status .st-b { animation: ph-stb-2 var(--cyc) linear infinite; }
.float-card:has(.ph-in-2) .ph-status .st-a { animation: ph-sta-2 var(--cyc) linear infinite; }
@keyframes ph-stb-23 { 0% { opacity: 0; } 17.5% { opacity: 0; } 18.3%, 26.67% { opacity: 1; } 27.470000000000002% { opacity: 0; } 32.5% { opacity: 0; } 33.3%, 41.67% { opacity: 1; } 42.47% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ph-sta-23 { 0% { opacity: 1; } 17.5% { opacity: 1; } 18.3%, 26.67% { opacity: 0; } 27.470000000000002% { opacity: 1; } 32.5% { opacity: 1; } 33.3%, 41.67% { opacity: 0; } 42.47% { opacity: 1; } 100% { opacity: 1; } }
.float-card:has(.ph-in-23) .ph-status .st-b { animation: ph-stb-23 var(--cyc) linear infinite; }
.float-card:has(.ph-in-23) .ph-status .st-a { animation: ph-sta-23 var(--cyc) linear infinite; }
@keyframes ph-stb-24 { 0% { opacity: 0; } 17.5% { opacity: 0; } 18.3%, 26.67% { opacity: 1; } 27.470000000000002% { opacity: 0; } 47.5% { opacity: 0; } 48.3%, 56.67% { opacity: 1; } 57.47% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ph-sta-24 { 0% { opacity: 1; } 17.5% { opacity: 1; } 18.3%, 26.67% { opacity: 0; } 27.470000000000002% { opacity: 1; } 47.5% { opacity: 1; } 48.3%, 56.67% { opacity: 0; } 57.47% { opacity: 1; } 100% { opacity: 1; } }
.float-card:has(.ph-in-24) .ph-status .st-b { animation: ph-stb-24 var(--cyc) linear infinite; }
.float-card:has(.ph-in-24) .ph-status .st-a { animation: ph-sta-24 var(--cyc) linear infinite; }
/* @motion:end */

/* ---------- blog ---------- */
.prose { max-width: 72ch; margin-inline: auto; font-size: 1.06rem; line-height: 1.75; color: var(--text); }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { font-size: clamp(1.55rem, 1.2rem + 1vw, 2rem); margin-top: 2em; letter-spacing: -.02em; }
.prose h3 { font-size: 1.2rem; margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.3em; display: grid; gap: .45em; }
.prose li::marker { color: var(--lagoon-600); }
.prose a { color: var(--lagoon-600); font-weight: 600; text-underline-offset: 3px; }
.prose .table-wrap { margin-block: 1.4em; }
.prose table { font-size: .95rem; }
.prose-cta { max-width: 72ch; margin: 48px auto 0; padding: 22px 24px; border-radius: var(--radius-lg); background: var(--paper-2); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.prose-cta p { margin: 0; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.post-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); text-decoration: none; color: var(--text); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.post-card b { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.2; letter-spacing: -.02em; }
.post-card--big b { font-size: 1.45rem; }
.post-tag { align-self: flex-start; font-family: var(--font-mono); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 4px 9px; border-radius: 99px; background: var(--marker-soft); color: #7a5c00; }
.post-meta { margin-top: auto; font-size: .82rem; color: var(--muted); }
.page-hero--post h1 { font-size: clamp(1.9rem, 1.1rem + 2.2vw, 3rem); max-width: 22ch; line-height: 1.08; }
.page-hero--post .hero-lede { font-size: 1rem; }
