/* ================================================================
   Aturix — marketing site v5 · light, professional, alive
   White & soft-blue surfaces, navy ink, teal→green action gradient.
   Dark reserved for the brand-cinema band and final CTA.
   Fonts: Manrope (display) · DM Sans (body)
   ================================================================ */

:root {
  --bg: #FFFFFF;
  --bg-soft: #F4F8FC;
  --bg-softer: #EDF3F9;
  --ink: #0D1B33;
  --body: #4A5B7C;
  --dim: #7E8DAD;
  --line: #E4EAF3;
  --line-2: #D8E1EE;
  --teal: #12A5BF;
  --green: #2BC98A;
  --blue: #2FA9E6;
  --violet: #7C6CF0;
  --amber: #E9A23B;
  --rose: #E5486C;
  --grad: linear-gradient(100deg, #2FA9E6 0%, #1FC0B4 50%, #3BD584 100%);
  --navy-band: #0B1B3E;
  --radius: 20px;
  --shellw: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-body: 'DM Sans', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Manrope', var(--font-body);
  --shadow-card: 0 1px 2px rgba(13, 27, 51, .05), 0 12px 32px -16px rgba(13, 27, 51, .12);
  --shadow-float: 0 2px 6px rgba(13, 27, 51, .05), 0 36px 74px -28px rgba(13, 27, 51, .25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: rgba(47, 169, 230, .18); }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--grad); color: #fff; font-weight: 700; padding: 10px 18px; border-radius: 0 0 12px 0; z-index: 200; }
.skip-link:focus { left: 0; }

/* soft light backdrop */
.site-glow { position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(46% 32% at 50% -4%, rgba(47, 169, 230, .09), transparent 62%),
    radial-gradient(32% 24% at 90% 8%, rgba(59, 213, 132, .07), transparent 60%),
    radial-gradient(30% 24% at 5% 16%, rgba(124, 108, 240, .06), transparent 60%),
    linear-gradient(180deg, #F7FAFD 0%, #FFFFFF 30%);
}

/* ---- Layout primitives ---- */
.shell, .container { width: 100%; max-width: var(--shellw); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.section-sm { padding: 68px 0; position: relative; }
.center { text-align: center; }
.muted { color: var(--dim); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.07; letter-spacing: -.028em; color: var(--ink); }
h1 { font-size: clamp(40px, 6vw, 72px); }
h2 { font-size: clamp(28px, 4vw, 46px); }
h3 { font-size: clamp(18px, 2.2vw, 23px); letter-spacing: -.015em; }
h1 span, h2 span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
p { color: var(--body); }
.lead { font-size: clamp(16px, 1.9vw, 19px); color: #53648A; line-height: 1.65; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11.5px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; color: #0E9BB5; }
.eyebrow.light { color: #7DE0DC; }
.eyebrow .dot { width: 20px; height: 2px; background: var(--grad); border-radius: 2px; }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { margin-bottom: 14px; }
.section-head { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { margin-top: 14px; }

/* ---- Buttons ---- */
.button, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 15px; letter-spacing: -.01em; padding: 13px 24px; border-radius: 13px; cursor: pointer; border: 0; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s; white-space: nowrap; }
.button-primary, .btn-primary { color: #fff; background: var(--grad); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 12px 28px -10px rgba(31, 192, 180, .5); }
.button-primary:hover, .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 18px 38px -12px rgba(59, 213, 132, .55); }
.button-secondary, .btn-ghost { color: var(--ink); background: #fff; border: 1px solid var(--line-2); box-shadow: 0 1px 2px rgba(13, 27, 51, .05); }
.button-secondary:hover, .btn-ghost:hover { border-color: #C3D0E4; transform: translateY(-2px); box-shadow: 0 10px 22px -10px rgba(13, 27, 51, .18); }
.button-light { color: #0B2A3C; background: #fff; box-shadow: 0 12px 30px -12px rgba(0,0,0,.4); }
.button-light:hover { transform: translateY(-2px); }
.button-outline-light { color: #EAF2FF; border: 1px solid rgba(200, 220, 250, .4); background: transparent; }
.button-outline-light:hover { background: rgba(200, 220, 250, .12); transform: translateY(-2px); }
.button-large, .btn-lg { padding: 16px 30px; font-size: 16px; border-radius: 14px; }
.button-small { padding: 9.5px 18px; font-size: 13.5px; }
.btn-block { width: 100%; }
.button .play { font-size: 11px; width: 26px; height: 26px; border-radius: 50%; background: var(--bg-softer); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.text-button { font-size: 14px; font-weight: 700; color: #45557B; padding: 9px 12px; border-radius: 9px; transition: color .2s; }
.text-button:hover { color: var(--ink); }

/* ---- Header / nav ---- */
.site-header, .nav { position: sticky; top: 0; z-index: 90; backdrop-filter: blur(16px) saturate(1.5); -webkit-backdrop-filter: blur(16px) saturate(1.5); background: rgba(255, 255, 255, .78); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s, box-shadow .3s; }
.site-header.scrolled, .nav.scrolled { border-bottom-color: var(--line); background: rgba(255, 255, 255, .92); box-shadow: 0 6px 24px -18px rgba(13, 27, 51, .22); }
.nav-shell, .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 5px 14px -5px rgba(13, 27, 51, .4); }
.brand-name, .brand .wordmark { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: .2px; color: var(--ink); }
.brand-name span, .brand .wordmark span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav, .nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link, .nav-links a.link { font-size: 14px; font-weight: 600; color: #45557B; padding: 9px 14px; border-radius: 10px; transition: color .2s, background .2s; display: inline-flex; align-items: center; gap: 5px; }
.nav-link:hover, .nav-links a.link:hover { color: var(--ink); background: var(--bg-soft); }
.nav-actions, .nav-cta { display: flex; align-items: center; gap: 9px; margin-left: 8px; }
/* language switcher */
.lang-switch { display: flex; align-items: center; gap: 2px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 3px; margin-left: 6px; }
.lang-switch button { font-size: 11.5px; font-weight: 800; letter-spacing: .3px; color: #6B7BA0; padding: 6px 9px; border-radius: 7px; transition: color .2s, background .2s; }
.lang-switch button:hover { color: var(--ink); }
.lang-switch button.on { color: #fff; background: var(--grad); box-shadow: 0 4px 10px -4px rgba(31, 192, 180, .5); }
/* products dropdown */
.nav-products { position: relative; }
.product-trigger span { font-size: 12px; opacity: .7; transition: transform .25s; display: inline-block; }
.nav-products.open .product-trigger span { transform: rotate(180deg); }
.product-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 330px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 8px; box-shadow: var(--shadow-float); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease); }
.nav-products.open .product-menu { opacity: 1; transform: none; pointer-events: auto; }
.product-menu-item { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 12px; transition: background .2s; }
.product-menu-item:hover { background: var(--bg-soft); }
.product-menu-item strong { display: block; font-size: 14px; color: var(--ink); font-family: var(--font-display); }
.product-menu-item small { font-size: 12px; color: var(--dim); }
.product-menu-item em { margin-left: auto; font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: #0B845C; background: #E2F8EE; border: 1px solid #BDEBD6; padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
.product-menu-item em.soon { color: #4A63C8; background: #EAEFFE; border-color: #CBD7F8; }
.mini-mark { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: #fff; flex-shrink: 0; }
.mini-mark.docs { background: linear-gradient(135deg, #2FA9E6, #2BC98A); }
.mini-mark.ems { background: linear-gradient(135deg, #7C6CF0, #4A7DF0); }
/* burger */
.menu-button, .nav-toggle { display: none; width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-2); background: #fff; position: relative; }
.menu-button span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s; }
.menu-button span:first-child { top: 16px; }
.menu-button span:last-child { top: 24px; }
.menu-button[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.nav-toggle { display: none; align-items: center; justify-content: center; color: var(--ink); }
@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav-toggle { display: flex; }
  .main-nav, .nav-links { display: none; }
  .main-nav.open, .nav.open .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 4px; position: absolute; top: 70px; left: 0; right: 0; padding: 14px 24px 24px; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: var(--shadow-float); }
  .main-nav.open .nav-link, .nav.open .nav-links a.link { padding: 13px 12px; }
  .main-nav.open .nav-actions, .nav.open .nav-cta { margin: 10px 0 0; flex-direction: column; align-items: stretch; }
  .main-nav.open .lang-switch { margin: 8px 0 0; justify-content: center; }
  .product-menu { position: static; opacity: 1; transform: none; pointer-events: auto; box-shadow: none; border: 0; background: transparent; padding: 0 0 0 10px; display: none; }
  .nav-products.open .product-menu { display: block; }
}

/* ---- Hero ---- */
.hero-section { padding: 68px 0 40px; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(13, 27, 51, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 27, 51, .035) 1px, transparent 1px); background-size: 70px 70px; -webkit-mask-image: radial-gradient(62% 42% at 50% 0%, #000, transparent); mask-image: radial-gradient(62% 42% at 50% 0%, #000, transparent); }
.hero-copy { text-align: center; position: relative; }
.launch-note { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: #106A88; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 18px 8px 12px; box-shadow: var(--shadow-card); transition: border-color .25s, box-shadow .25s; flex-wrap: wrap; justify-content: center; }
.launch-note:hover { border-color: #A9E2D9; box-shadow: var(--shadow-float); }
.launch-note strong { color: var(--ink); font-weight: 700; }
.launch-note span { color: var(--dim); }
.launch-note b { color: #0E9BB5; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2BC98A; box-shadow: 0 0 0 0 rgba(43, 201, 138, .5); animation: livedot 2.2s infinite; }
@keyframes livedot { 70% { box-shadow: 0 0 0 9px rgba(43, 201, 138, 0); } 100% { box-shadow: 0 0 0 0 rgba(43, 201, 138, 0); } }
.hero-kicker { font-size: 12.5px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; color: #8A9AC0; margin: 26px 0 14px; }
.hero-copy h1 { max-width: 880px; margin: 0 auto; }
.hero-lead { max-width: 660px; margin: 22px auto 0; font-size: clamp(16px, 1.9vw, 19px); color: #53648A; }
.hero-local { display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 780px; margin: 18px auto 0; font-size: 13.5px; color: #4A5B7C; font-weight: 600; letter-spacing: .015em; line-height: 1.6; }
.hero-local > i { flex: 1; max-width: 64px; height: 1px; background: linear-gradient(90deg, transparent, #A9CBDC); }
.hero-local > i:last-child { background: linear-gradient(90deg, #A9CBDC, transparent); }
.hero-local b { font-weight: 700; color: #0B7E93; }
@media (max-width: 640px) { .hero-local > i { display: none; } }
.hero-actions { display: flex; gap: 13px; margin-top: 30px; justify-content: center; flex-wrap: wrap; }
.hero-assurance { display: flex; gap: 24px; margin-top: 24px; justify-content: center; flex-wrap: wrap; font-size: 13px; color: #6B7BA0; font-weight: 600; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero-assurance i { font-style: normal; color: #2BC98A; font-weight: 800; }

/* ---- Product stage ---- */
.product-stage { position: relative; margin-top: 60px; }
.stage-halo { position: absolute; inset: -6% -4%; background: radial-gradient(52% 60% at 50% 45%, rgba(47, 169, 230, .12), transparent 64%); pointer-events: none; }
.proof-chip { position: absolute; z-index: 8; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line-2); border-radius: 13px; padding: 10px 14px; box-shadow: var(--shadow-float); }
.proof-chip span { width: 22px; height: 22px; border-radius: 8px; background: var(--grad); color: #fff; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.proof-chip b { font-size: 12.5px; color: var(--ink); }
.proof-chip small { font-size: 11px; color: var(--dim); display: block; }
.proof-one { top: -16px; left: 2%; animation: chipbob 7s ease-in-out infinite; }
.proof-two { bottom: 10%; left: -14px; animation: chipbob 8.5s ease-in-out infinite 1s; }
@keyframes chipbob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 900px) { .proof-chip { display: none; } }
.browser-frame { max-width: 960px; margin: 0 auto; background: #fff; border: 1px solid var(--line-2); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-float); }
.browser-top { display: flex; align-items: center; gap: 12px; padding: 13px 18px; background: #FBFCFE; border-bottom: 1px solid var(--line); }
.traffic { display: flex; gap: 6px; }
.traffic i { width: 11px; height: 11px; border-radius: 50%; }
.traffic i:nth-child(1) { background: #FC5F57; } .traffic i:nth-child(2) { background: #FDBC2E; } .traffic i:nth-child(3) { background: #28C840; }
.browser-address { flex: 1; max-width: 280px; margin: 0 auto; background: var(--bg-softer); border-radius: 9px; font-size: 12px; color: #6B7BA0; text-align: center; padding: 6px 12px; font-weight: 600; }
.browser-address span { color: #2BC98A; font-size: 9px; }
.browser-profile { width: 26px; height: 26px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
/* the app replica */
.app-layout { display: flex; background: #EFF3F9; color: var(--ink); min-height: 430px; text-align: left; }
.app-sidebar { width: 168px; flex-shrink: 0; background: #fff; margin: 14px 0 14px 14px; border-radius: 14px; padding: 12px 10px; box-shadow: var(--shadow-card); align-self: flex-start; }
.app-brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--ink); padding: 4px 10px 12px; }
.app-brand img { width: 22px; height: 22px; border-radius: 6px; }
.app-nav { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; color: #3D4E77; padding: 9px 12px; border-radius: 10px; }
.app-nav span { opacity: .75; width: 15px; text-align: center; }
.app-nav.active { background: var(--grad); color: #fff; box-shadow: 0 8px 18px -8px rgba(31, 192, 180, .55); }
.app-nav.active span { opacity: 1; }
.app-divider { height: 1px; background: var(--line); margin: 8px 6px; }
.app-content { flex: 1; padding: 20px 20px 20px 16px; min-width: 0; }
.app-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.app-heading small { font-size: 9.5px; font-weight: 800; letter-spacing: 1.4px; color: #8A97B5; }
.app-heading h3 { font-size: 17px; color: var(--ink); letter-spacing: -.01em; margin-top: 2px; }
.app-heading button { background: var(--grad); color: #fff; font-size: 11.5px; font-weight: 800; padding: 9px 14px; border-radius: 10px; white-space: nowrap; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-bottom: 12px; }
.metric { background: #fff; border-radius: 13px; padding: 12px 14px; box-shadow: var(--shadow-card); }
.metric small { display: block; font-size: 9.5px; color: #7C8AAD; font-weight: 700; margin: 7px 0 2px; }
.metric strong { font-family: var(--font-display); font-size: 15.5px; color: var(--ink); letter-spacing: -.01em; }
.metric em { display: block; font-style: normal; font-size: 9.5px; font-weight: 800; color: #16A34A; margin-top: 2px; }
.metric-icon { width: 24px; height: 24px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.metric-icon.green { background: #DFF7EC; color: #0B845C; }
.metric-icon.blue { background: #DFF0FC; color: #0B6F8F; }
.metric-icon.amber { background: #FCF1D8; color: #A16207; }
.app-panels { display: grid; grid-template-columns: 1.2fr 1fr; gap: 11px; }
.workflow-panel, .quick-panel { background: #fff; border-radius: 13px; padding: 13px 15px; box-shadow: var(--shadow-card); }
.panel-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.panel-title strong { font-size: 12px; color: var(--ink); font-family: var(--font-display); font-weight: 800; }
.panel-title span { font-size: 10px; color: #0E9BB5; font-weight: 800; }
.flow-line { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid #F0F3F9; }
.flow-line:last-child { border-bottom: 0; }
.flow-line i { width: 12px; height: 12px; border-radius: 50%; border: 2.5px solid #D7DEED; flex-shrink: 0; }
.flow-line i.done { background: #2BC98A; border-color: #2BC98A; }
.flow-line i.current { border-color: #2FA9E6; background: #fff; box-shadow: 0 0 0 3px rgba(47, 169, 230, .18); animation: currentpulse 2s infinite; }
@keyframes currentpulse { 50% { box-shadow: 0 0 0 6px rgba(47, 169, 230, .08); } }
.flow-line b { font-size: 11px; color: var(--ink); display: block; }
.flow-line small { font-size: 9px; color: #8A97B5; }
.flow-line span { flex: 1; }
.flow-line em { font-style: normal; font-size: 9px; font-weight: 800; color: #0B845C; background: #DFF7EC; padding: 3px 8px; border-radius: 6px; }
.quick-panel button { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 8px; border-radius: 11px; transition: background .2s; }
.quick-panel button:hover { background: var(--bg-soft); }
.quick-panel button span { flex: 1; font-size: 11px; font-weight: 800; color: var(--ink); }
.quick-panel button span small { display: block; font-size: 9px; color: #8A97B5; font-weight: 600; }
.quick-panel button b { color: #0E9BB5; }
.doc-blue, .doc-green, .doc-amber, .doc-violet { width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; font-style: normal; flex-shrink: 0; }
.doc-blue { background: #DFF0FC; color: #0B6F8F; }
.doc-green { background: #DFF7EC; color: #0B845C; }
.doc-amber { background: #FCF1D8; color: #A16207; }
.doc-violet { background: #ECE8FD; color: #5D48C8; }
@media (max-width: 860px) { .app-sidebar { display: none; } .app-panels { grid-template-columns: 1fr; } .metric-row { grid-template-columns: 1fr 1fr; } }
/* phone overlay */
.phone-frame { position: absolute; right: 1%; bottom: -48px; width: 235px; z-index: 7; background: #0D1B33; border-radius: 36px; padding: 9px; border: 1px solid rgba(13, 27, 51, .5); box-shadow: 0 0 0 1px rgba(255,255,255,.08) inset, 0 46px 90px -28px rgba(13, 27, 51, .5); transform: rotate(3deg); }
.phone-notch { width: 74px; height: 16px; background: #0D1B33; border-radius: 0 0 12px 12px; margin: 0 auto; position: relative; z-index: 2; }
.phone-frame > :not(.phone-notch) { position: relative; z-index: 1; }
.phone-frame::before { content: ""; position: absolute; inset: 9px; border-radius: 28px; background: #EFF3F9; }
.phone-status { display: flex; justify-content: space-between; padding: 4px 18px 2px; font-size: 9px; color: var(--ink); position: relative; }
.phone-status b { font-weight: 800; }
.phone-head { display: flex; align-items: center; gap: 7px; padding: 6px 14px; position: relative; }
.phone-head img { width: 18px; height: 18px; border-radius: 5px; }
.phone-head strong { font-family: var(--font-display); font-size: 12.5px; color: var(--ink); flex: 1; }
.phone-head span { width: 20px; height: 20px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.phone-greeting { font-size: 10.5px; font-weight: 700; color: var(--ink); padding: 0 14px 7px; position: relative; }
.phone-balance { background: var(--grad); border-radius: 13px; margin: 0 12px 9px; padding: 10px 13px; color: #fff; position: relative; }
.phone-balance small { font-size: 8px; font-weight: 800; letter-spacing: .8px; opacity: .85; display: block; }
.phone-balance strong { font-family: var(--font-display); font-size: 15px; }
.phone-balance em { font-style: normal; font-size: 8.5px; font-weight: 800; background: rgba(255,255,255,.22); border-radius: 6px; padding: 2px 7px; margin-left: 6px; }
.phone-title { display: flex; justify-content: space-between; padding: 2px 14px 6px; font-size: 9px; position: relative; }
.phone-title b { color: var(--ink); font-weight: 800; }
.phone-title span { color: #0E9BB5; font-weight: 800; }
.phone-doc { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 11px; margin: 0 12px 6px; padding: 7px 9px; position: relative; }
.phone-doc i { width: 24px; height: 24px; font-size: 9px; border-radius: 8px; }
.phone-doc span { flex: 1; min-width: 0; }
.phone-doc b { display: block; font-size: 9.5px; color: var(--ink); }
.phone-doc small { font-size: 8px; color: #8A97B5; }
.phone-doc em { font-style: normal; font-size: 7px; font-weight: 800; color: #0B845C; background: #DFF7EC; border-radius: 5px; padding: 2.5px 6px; }
.phone-doc em.sent { color: #0B6F8F; background: #DFF0FC; }
.phone-tabs { display: flex; justify-content: space-around; background: #fff; border-top: 1px solid #EDF1F8; margin-top: 6px; padding: 7px 4px 10px; border-radius: 0 0 27px 27px; position: relative; }
.phone-tabs span { font-size: 11px; color: #93A3C4; text-align: center; }
.phone-tabs span b { display: block; font-size: 7px; font-weight: 700; }
.phone-tabs span:first-child { color: #0E9BB5; }
@media (max-width: 900px) { .phone-frame { display: none; } }

/* ---- Motion stats ---- */
.proof-motion-section { padding: 96px 0 56px; }
.motion-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.motion-stats > div { text-align: center; padding: 30px 12px; border-left: 1px solid var(--line); }
.motion-stats > div:first-child { border-left: 0; }
.motion-stats strong { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3.2vw, 34px); color: var(--ink); letter-spacing: -.02em; display: block; }
.motion-stats strong span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.motion-stats small { font-size: 12px; color: var(--dim); font-weight: 600; margin-top: 4px; display: block; }
@media (max-width: 700px) { .motion-stats { grid-template-columns: 1fr 1fr; } .motion-stats > div:nth-child(3) { border-left: 0; } .motion-stats > div { border-top: 1px solid var(--line); } .motion-stats > div:nth-child(-n+2) { border-top: 0; } }
.motion-docs-head { text-align: center; margin: 66px auto 30px; max-width: 720px; }
.motion-docs-head h2 { margin-top: 14px; }

/* document marquee */
.document-marquee, .marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); padding: 10px 0 26px; }
.document-marquee-track, .marquee .track { display: flex; gap: 15px; width: max-content; animation: marquee 46s linear infinite; }
.document-marquee:hover .document-marquee-track, .marquee:hover .track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .document-marquee-track, .marquee .track { animation: none; } }
.motion-doc-card { width: 208px; flex-shrink: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 17px 17px 15px; box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
.motion-doc-card i { font-style: normal; display: inline-flex; align-items: center; justify-content: center; height: 26px; padding: 0 10px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: .6px; margin-bottom: 12px; }
.motion-doc-card b { display: block; font-family: var(--font-display); font-size: 14.5px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.motion-doc-card small { display: block; font-size: 10.5px; color: var(--dim); margin-top: 3px; }
.motion-doc-card span { position: absolute; left: 17px; bottom: 0; height: 3px; width: 38px; border-radius: 3px 3px 0 0; }
.motion-doc-card.blue i { background: #E7EEFE; color: #3B5BD6; } .motion-doc-card.blue span { background: #4A6CF0; }
.motion-doc-card.teal i { background: #DFF5F7; color: #0B7E93; } .motion-doc-card.teal span { background: #12A5BF; }
.motion-doc-card.green i { background: #DFF7EC; color: #0B845C; } .motion-doc-card.green span { background: #2BC98A; }
.motion-doc-card.amber i { background: #FCF1D8; color: #A16207; } .motion-doc-card.amber span { background: #E9A23B; }
.motion-doc-card.sky i { background: #E2F2FC; color: #16688E; } .motion-doc-card.sky span { background: #47A8E0; }
.motion-doc-card.rose i { background: #FCE7ED; color: #B4325A; } .motion-doc-card.rose span { background: #E5486C; }
.motion-doc-card.violet i { background: #ECE8FD; color: #5D48C8; } .motion-doc-card.violet span { background: #7C6CF0; }

/* ---- Problem strip ---- */
.problem-strip { padding: 36px 0 16px; }
.problem-grid { display: flex; align-items: stretch; justify-content: center; gap: 14px; flex-wrap: wrap; }
.problem-grid > div { border: 1px dashed var(--line-2); border-radius: 15px; padding: 18px 22px; min-width: 172px; background: #fff; }
.problem-grid span { font-size: 10px; font-weight: 800; letter-spacing: 1.6px; color: var(--dim); }
.problem-grid p { font-size: 13.5px; color: #53648A; margin-top: 6px; line-height: 1.45; font-weight: 600; }
.problem-grid > b { align-self: center; color: #A9B4CC; font-size: 18px; font-weight: 700; }
.problem-grid .equals { color: #0E9BB5; }
.problem-result { border-style: solid !important; border-color: #F5C6D2 !important; background: #FDF2F5 !important; }
.problem-result span { color: #C2496B; }

/* ---- Workflow ---- */
.workflow-track { display: flex; align-items: stretch; gap: 10px; }
.workflow-card { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px; position: relative; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.workflow-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.step-number { position: absolute; top: 18px; right: 20px; font-family: var(--font-display); font-weight: 800; font-size: 13px; color: #C9D4E8; }
.workflow-card i { margin-bottom: 14px; }
.workflow-card small { display: block; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; color: #0E9BB5; margin-bottom: 5px; }
.workflow-card h3 { font-size: 18px; margin-bottom: 7px; }
.workflow-card p { font-size: 13px; color: #66759A; line-height: 1.55; }
.workflow-arrow { align-self: center; color: #B4C0D8; font-size: 20px; flex-shrink: 0; animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@media (max-width: 900px) { .workflow-track { flex-direction: column; } .workflow-arrow { transform: rotate(90deg); margin: -2px auto; } }
.workflow-note { display: flex; align-items: center; gap: 13px; justify-content: center; margin-top: 28px; flex-wrap: wrap; text-align: center; }
.workflow-note span { font-size: 20px; }
.workflow-note b { color: var(--ink); font-family: var(--font-display); font-size: 15px; }
.workflow-note p { font-size: 13.5px; color: var(--dim); }

/* ---- Motion bento ---- */
.motion-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.motion-feature { grid-column: span 3; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; overflow: hidden; box-shadow: var(--shadow-card); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.motion-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.motion-feature.wide { grid-column: span 3; }
.motion-feature h3 { font-size: 17.5px; margin-bottom: 7px; }
.motion-feature p { font-size: 13.5px; color: #66759A; line-height: 1.6; }
.feature-motion { height: 112px; margin: -6px -6px 18px; border-radius: 13px; background: var(--bg-soft); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 10px; overflow: hidden; position: relative; }
@media (max-width: 900px) { .motion-bento { grid-template-columns: 1fr 1fr; } .motion-feature, .motion-feature.wide { grid-column: span 1; } }
@media (max-width: 620px) { .motion-bento { grid-template-columns: 1fr; } }
.signature-motion svg { width: 78%; height: 70%; }
.signature-motion path { fill: none; stroke: #12A5BF; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 700; stroke-dashoffset: 700; animation: sigdraw 4s var(--ease) infinite; }
@keyframes sigdraw { 0% { stroke-dashoffset: 700; opacity: 1; } 60%, 82% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; } }
.signature-status { position: absolute; right: 12px; bottom: 10px; font-size: 10px; font-weight: 800; color: #0B845C; background: #DFF7EC; border: 1px solid #BDEBD6; border-radius: 999px; padding: 4px 10px; }
.signature-status i { font-style: normal; }
.approval-motion { font-size: 11px; font-weight: 800; }
.approval-motion span { padding: 8px 13px; border-radius: 9px; border: 1px solid var(--line-2); color: #53648A; background: #fff; }
.approval-motion span.issued { color: #0B845C; border-color: #BDEBD6; background: #DFF7EC; }
.approval-motion i { font-style: normal; color: #A9B4CC; animation: nudge 1.6s ease-in-out infinite; }
.approval-pulse { position: absolute; right: 14%; top: 50%; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(43, 201, 138, .5); transform: translateY(-50%); animation: ringpulse 2.6s var(--ease) infinite; }
@keyframes ringpulse { 0% { transform: translateY(-50%) scale(.6); opacity: 1; } 100% { transform: translateY(-50%) scale(1.6); opacity: 0; } }
.language-motion span { font-size: 12px; font-weight: 800; padding: 8px 16px; border-radius: 9px; color: #6B7BA0; border: 1px solid var(--line-2); background: #fff; animation: langcycle 6s infinite; }
.language-motion span:nth-child(2) { animation-delay: 2s; }
.language-motion span:nth-child(3) { animation-delay: 4s; }
@keyframes langcycle { 0%, 28%, 100% { color: #6B7BA0; background: #fff; } 4%, 24% { color: #fff; background: linear-gradient(100deg, #2FA9E6, #2BC98A); border-color: transparent; } }
.companies-motion { gap: 0; }
.company-sheet { width: 72px; height: 88px; background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 9px; margin: 0 -14px; box-shadow: 0 14px 30px -14px rgba(13, 27, 51, .3); position: relative; }
.company-sheet i { display: block; height: 5px; border-radius: 3px; margin-bottom: 7px; }
.company-sheet b { font-family: var(--font-display); font-size: 12px; color: var(--ink); }
.company-sheet span { display: block; height: 4px; border-radius: 3px; background: #E9EDF6; margin-top: 5px; }
.c-one { transform: rotate(-6deg); } .c-one i { background: linear-gradient(90deg, #2FA9E6, #12A5BF); }
.c-two { transform: rotate(1deg); z-index: 2; } .c-two i { background: linear-gradient(90deg, #12A5BF, #2BC98A); }
.c-three { transform: rotate(7deg); z-index: 3; } .c-three i { background: linear-gradient(90deg, #7C6CF0, #4A7DF0); }
.share-motion span { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #0B7E93; background: #DFF5F7; border: 1px solid #BEE6EC; border-radius: 999px; padding: 8px 15px; }
.share-motion span i { width: 7px; height: 7px; border-radius: 50%; background: #2BC98A; animation: blink 2s infinite; }
@keyframes blink { 50% { opacity: .3; } }
.share-motion b { color: #0E9BB5; font-size: 16px; }
.share-motion em { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.6) 50%, transparent 70%); transform: translateX(-100%); animation: sharesweep 3.5s ease-in-out infinite; }
@keyframes sharesweep { 60%, 100% { transform: translateX(100%); } }
.stamp-motion div { width: 96px; height: 96px; border: 3px solid rgba(14, 155, 181, .55); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 7.5px; font-weight: 800; letter-spacing: 1px; color: rgba(14, 155, 181, .8); line-height: 1.6; transform: rotate(-11deg); animation: stamp 5.5s var(--ease) infinite; }
.stamp-motion div b { display: block; color: #0B845C; font-size: 9px; letter-spacing: 2px; }
@keyframes stamp { 0%, 10% { transform: rotate(-11deg) scale(1.8); opacity: 0; } 18%, 100% { transform: rotate(-11deg) scale(1); opacity: 1; } }
.stamp-motion span { position: absolute; right: 14px; bottom: 10px; font-size: 10px; color: var(--dim); font-weight: 700; }
.security-motion b { font-family: var(--font-display); font-size: 13px; color: #106A88; }
.shield-live { width: 44px; height: 50px; background: #DFF5F7; border: 1.5px solid rgba(18, 165, 191, .5); border-radius: 10px 10px 16px 16px; display: flex; align-items: center; justify-content: center; color: #0B7E93; font-weight: 800; position: relative; }
.shield-live span { position: absolute; inset: -6px; border-radius: 14px; border: 1px solid rgba(18, 165, 191, .4); animation: ringpulse2 2.8s var(--ease) infinite; }
@keyframes ringpulse2 { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.25); opacity: 0; } }
.security-scan { position: absolute; left: 0; right: 0; height: 1.5px; top: 20%; background: linear-gradient(90deg, transparent, rgba(18, 165, 191, .5), transparent); animation: scan 3.4s ease-in-out infinite alternate; }
@keyframes scan { to { top: 80%; } }

/* ---- Feature story ---- */
.story-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; }
@media (max-width: 940px) { .story-grid { grid-template-columns: 1fr; } }
.story-lead { margin: 14px 0 24px; font-size: 15.5px; }
.story-list { display: grid; gap: 8px; }
.story-tab { display: flex; gap: 14px; align-items: flex-start; text-align: left; padding: 15px 16px; border-radius: 14px; border: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.story-tab:hover { background: #fff; box-shadow: var(--shadow-card); }
.story-tab.active { background: #fff; border-color: #BEE6EC; box-shadow: var(--shadow-card); }
.story-tab span { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: #0E9BB5; padding-top: 2px; }
.story-tab b { display: block; font-family: var(--font-display); font-size: 14.5px; color: var(--ink); letter-spacing: -.01em; }
.story-tab small { font-size: 12.5px; color: var(--dim); }
.story-visual { position: relative; }
.document-paper { background: #fff; color: #14224A; border-radius: 16px; padding: 26px 28px; box-shadow: var(--shadow-float); border: 1px solid var(--line); position: relative; overflow: hidden; transform: rotate(1deg); font-size: 12px; }
.document-paper::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--grad); }
.paper-brand { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.paper-logo { width: 34px; height: 34px; border-radius: 9px; overflow: hidden; flex-shrink: 0; }
.paper-brand strong { font-family: var(--font-display); font-size: 14.5px; color: #0F1D42; display: block; letter-spacing: -.01em; }
.paper-brand small { font-size: 8.5px; color: #7C8AAD; letter-spacing: 1.5px; }
.paper-brand b { margin-left: auto; font-family: var(--font-display); font-size: 17px; color: #0E9BB5; letter-spacing: .5px; }
.paper-meta { display: flex; justify-content: space-between; gap: 16px; background: #F4F7FC; border: 1px solid #E7ECF6; border-radius: 10px; padding: 10px 14px; margin: 14px 0; }
.paper-meta small { display: block; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; color: #8A97B5; }
.paper-meta b { font-size: 11px; color: #14224A; }
.paper-meta i { display: block; font-style: normal; font-size: 9px; color: #7C8AAD; }
.paper-table { display: grid; grid-template-columns: 1fr auto auto; gap: 7px 18px; font-size: 10.5px; color: #2A3A66; padding: 4px 2px 10px; border-bottom: 1.5px dashed #DDE4F0; }
.paper-table b { font-size: 8px; letter-spacing: 1px; color: #8A97B5; border-bottom: 1.5px solid #E1E8F4; padding-bottom: 6px; }
.paper-table b:nth-child(2), .paper-table b:nth-child(3), .paper-table span:nth-child(3n+2), .paper-table span:nth-child(3n) { text-align: right; }
.paper-total { display: flex; justify-content: space-between; align-items: flex-end; padding: 12px 2px 4px; }
.paper-total small { font-size: 9px; color: #7C8AAD; display: block; }
.paper-total i { font-style: normal; font-size: 8px; color: #A9B4CC; }
.paper-total b { font-family: var(--font-display); font-size: 16px; color: #0F1D42; }
.paper-sign { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 16px; }
.paper-sign .signature { font-family: 'Segoe Script', 'Bradley Hand', cursive; font-style: normal; font-size: 18px; color: #1A2C5C; display: block; transform: rotate(-4deg); }
.paper-sign small { font-size: 8.5px; color: #7C8AAD; border-top: 1px solid #D5DDEB; padding-top: 4px; display: block; margin-top: 3px; }
.paper-sign em { font-style: normal; width: 76px; height: 76px; border: 2.5px solid rgba(14, 155, 181, .5); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 6.5px; font-weight: 800; color: rgba(14, 155, 181, .65); letter-spacing: .6px; line-height: 1.6; transform: rotate(-12deg); }
.visual-callout { position: absolute; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line-2); border-radius: 12px; padding: 9px 13px; box-shadow: var(--shadow-float); z-index: 4; }
.visual-callout i { font-style: normal; width: 20px; height: 20px; border-radius: 7px; background: var(--grad); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.visual-callout b { font-size: 11.5px; color: var(--ink); display: block; }
.visual-callout small { font-size: 10px; color: var(--dim); }
.callout-one { top: -14px; right: -8px; animation: chipbob 7s ease-in-out infinite; }
.callout-two { bottom: -14px; left: -8px; animation: chipbob 8s ease-in-out infinite 1.2s; }
@media (max-width: 560px) { .visual-callout { display: none; } .document-paper { transform: none; } }
.story-visual[data-active] .document-paper { animation: paperpop .5s var(--ease); }
@keyframes paperpop { 0% { transform: rotate(1deg) scale(.985); } 100% { transform: rotate(1deg) scale(1); } }

/* ---- Solutions ---- */
.solutions-section { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .solution-grid { grid-template-columns: 1fr; } }
.solution-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.solution-card .eyebrow { font-size: 10px; letter-spacing: 1.8px; margin: 16px 0 8px; }
.solution-card h3 { font-size: 17.5px; margin-bottom: 8px; line-height: 1.25; }
.solution-card p { font-size: 13px; color: #66759A; }
.solution-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: 13px; font-weight: 700; color: #0E9BB5; transition: gap .25s; }
.solution-card a:hover { gap: 11px; }
.solution-art { height: 128px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--line); position: relative; overflow: hidden; }
.site-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(233, 162, 59, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(233, 162, 59, .14) 1px, transparent 1px); background-size: 22px 22px; }
.helmet { position: absolute; left: 18px; bottom: 14px; font-size: 26px; color: #E9A23B; }
.site-doc { position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(4deg); background: #fff; color: #A16207; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 800; text-align: center; padding: 10px 14px; line-height: 1.4; box-shadow: var(--shadow-card); animation: chipbob 6s ease-in-out infinite; }
.site-doc small { color: #0B845C; font-size: 7.5px; letter-spacing: 1px; }
.box { position: absolute; font-size: 22px; color: #47A8E0; }
.box-one { left: 20px; top: 22px; animation: chipbob 6.5s ease-in-out infinite; }
.box-two { left: 52px; bottom: 18px; font-size: 17px; color: #4A6CF0; animation: chipbob 7.5s ease-in-out infinite 1s; }
.route-line { position: absolute; left: 40px; right: 120px; top: 55%; height: 2px; background: repeating-linear-gradient(90deg, rgba(71, 168, 224, .6) 0 8px, transparent 8px 16px); animation: routemove 1.4s linear infinite; }
@keyframes routemove { to { background-position: 16px 0; } }
.delivery-pill { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: #DFF7EC; border: 1px solid #BDEBD6; color: #0B845C; font-size: 10px; font-weight: 800; border-radius: 999px; padding: 7px 12px; }
.tool-ring { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 2px dashed rgba(124, 108, 240, .5); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #7C6CF0; animation: spin 9s linear infinite; }
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }
.service-ticket { position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(-2deg); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; box-shadow: var(--shadow-card); }
.service-ticket small { font-size: 7px; font-weight: 800; letter-spacing: 1.2px; color: #8A97B5; display: block; }
.service-ticket b { font-size: 12px; color: var(--ink); font-family: var(--font-display); }
.service-ticket em { display: block; font-style: normal; font-size: 9px; font-weight: 800; color: #0B845C; margin-top: 2px; }

/* ---- Brand cinema (dark band — the master artwork) ---- */
.brand-cinema { position: relative; overflow: hidden; padding: 100px 0 60px; background: radial-gradient(85% 80% at 50% 0%, #17294F 0%, #0D1D42 45%, var(--navy-band) 100%); text-align: center; }
.cinema-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(150,180,230,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(150,180,230,.05) 1px, transparent 1px); background-size: 68px 68px; -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent); mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent); }
.cinema-waves { position: absolute; left: 0; right: 0; top: 6%; height: 66%; width: 100%; }
.cinema-waves .wave { stroke-dasharray: 2600; stroke-dashoffset: 2600; animation: waveflow 9s var(--ease) infinite; }
.cinema-waves .path-b { animation-delay: .5s; }
.cinema-waves .path-c { animation-delay: 1s; }
@keyframes waveflow { 0% { stroke-dashoffset: 2600; } 55%, 78% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; } }
.cinema-particle { position: absolute; border-radius: 3px; background: rgba(150, 180, 230, .5); }
.p1 { width: 7px; height: 7px; left: 8%; top: 24%; animation: chipbob 7s ease-in-out infinite; }
.p2 { width: 5px; height: 5px; right: 10%; top: 18%; animation: chipbob 9s ease-in-out infinite 1s; }
.p3 { width: 4px; height: 4px; left: 16%; bottom: 26%; border-radius: 50%; animation: chipbob 8s ease-in-out infinite .5s; }
.p4 { width: 6px; height: 6px; right: 14%; bottom: 30%; border-radius: 50%; animation: chipbob 10s ease-in-out infinite 2s; }
.p5 { width: 5px; height: 5px; left: 48%; top: 10%; border-radius: 50%; animation: chipbob 11s ease-in-out infinite 1.4s; }
.cinema-content { position: relative; max-width: 720px; margin: 0 auto; padding: 0 24px; }
.cinema-content > p { max-width: 520px; margin: 26px auto 0; color: #A9BAD8; font-size: 15px; }
.poster-wrap { position: relative; margin: 0 auto; max-width: 540px; }
.poster-wrap img.poster { width: 100%; height: auto; position: relative; z-index: 2; user-select: none; -webkit-user-drag: none; }
.icon-glow { position: absolute; z-index: 3; pointer-events: none; left: 50%; top: 24.5%; width: 34%; aspect-ratio: 1; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(70, 214, 240, .38), rgba(36, 212, 208, .12) 55%, transparent 72%); animation: iconpulse 4.2s ease-in-out infinite; mix-blend-mode: screen; }
@keyframes iconpulse { 0%, 100% { opacity: .35; transform: translateX(-50%) scale(1); } 50% { opacity: .85; transform: translateX(-50%) scale(1.12); } }
.poster-sweep { position: absolute; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; -webkit-mask-image: url('hero-poster.webp'); -webkit-mask-size: 100% 100%; mask-image: url('hero-poster.webp'); mask-size: 100% 100%; }
.poster-sweep::before { content: ""; position: absolute; top: -20%; bottom: -20%; width: 34%; left: -50%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); animation: postersweep 6.5s ease-in-out infinite; }
@keyframes postersweep { 0%, 55% { left: -50%; } 90%, 100% { left: 130%; } }

/* ---- Platform section ---- */
.platform-section { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.platform-section .eyebrow.light { color: #0E9BB5; }
.platform-heading { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.platform-heading h2 { margin: 14px 0; }
.platform-products { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 940px; margin: 0 auto; }
@media (max-width: 820px) { .platform-products { grid-template-columns: 1fr; } }
.product-card { border-radius: 24px; padding: 30px 28px; position: relative; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-card); background: #fff; }
.docs-product { background: linear-gradient(160deg, #EAF7FD, #EDFBF4 70%); border-color: #CBEAF2; }
.ems-product { background: linear-gradient(160deg, #F1EFFE, #EDF2FE 70%); border-color: #DCD7F8; }
.product-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.product-icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; background: linear-gradient(135deg, #2FA9E6, #2BC98A); }
.ems-product .product-icon { background: linear-gradient(135deg, #7C6CF0, #4A7DF0); }
.availability { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; border-radius: 999px; padding: 6px 12px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; }
.availability.live { color: #0B845C; background: #DFF7EC; border: 1px solid #BDEBD6; }
.availability.live i { background: #2BC98A; animation: blink 2s infinite; }
.availability.soon { color: #4A63C8; background: #EAEFFE; border: 1px solid #CBD7F8; }
.availability.soon i { background: #7B9DFF; }
.product-card small { font-size: 11px; font-weight: 800; letter-spacing: 2px; color: var(--dim); }
.product-card h3 { font-size: clamp(19px, 2.4vw, 24px); margin: 8px 0 10px; }
.product-card p { font-size: 14px; color: #53648A; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }
.product-tags span { font-size: 11px; font-weight: 700; color: #45557B; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 5px 12px; }
.docs-product .button-light { background: var(--grad); color: #fff; box-shadow: 0 12px 28px -10px rgba(31, 192, 180, .5); }
.ems-product .button-outline-light { color: #4A3FB8; border-color: #C8BEF5; }
.ems-product .button-outline-light:hover { background: #EFEBFE; }
.platform-link { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; text-align: center; }
.platform-link span { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--ink); }
.platform-link i { color: #0E9BB5; font-style: normal; font-weight: 800; }
.platform-link b { flex-basis: 100%; font-size: 13px; color: var(--dim); font-weight: 600; }

/* ---- Trust ---- */
.trust-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }
@media (max-width: 880px) { .trust-layout { grid-template-columns: 1fr; } }
.trust-copy h2 { margin: 14px 0; }
.trust-copy a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 700; font-size: 14px; color: #0E9BB5; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-grid > div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: var(--shadow-card); }
.trust-grid i { font-style: normal; display: flex; width: 38px; height: 38px; border-radius: 11px; background: #DFF5F7; border: 1px solid #BEE6EC; color: #0B7E93; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 12px; }
.trust-grid b { display: block; font-family: var(--font-display); font-size: 14.5px; color: var(--ink); margin-bottom: 4px; letter-spacing: -.01em; }
.trust-grid p { font-size: 12.5px; color: #66759A; }

/* ---- Final CTA (dark accent) ---- */
.final-cta-section { padding: 56px 0 104px; }
.final-cta { position: relative; text-align: center; border-radius: 32px; padding: 70px 40px; overflow: hidden; background: radial-gradient(120% 150% at 50% -20%, #1B2F5E 0%, #0E1E44 55%, #0A1734 100%); box-shadow: var(--shadow-float); }
.final-cta h2 { color: #fff; }
.final-cta h2 span { background: linear-gradient(100deg, #6FD2F5, #35E0C8, #8CF0C2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.final-cta > p { max-width: 540px; margin: 0 auto 28px; color: #A9BAD8; }
.final-cta img { margin: 0 auto 18px; border-radius: 18px; box-shadow: 0 20px 40px -16px rgba(1, 6, 20, .9); }
.final-cta h2 { margin: 12px 0 14px; }
.final-cta small { display: block; margin-top: 22px; font-size: 12.5px; color: #7488AC; }
.final-cta .eyebrow.light { color: #7DE0DC; }
.cta-orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(125, 200, 247, .18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 560px; height: 560px; animation: orbitpulse 6s var(--ease) infinite; }
.orbit-two { width: 860px; height: 860px; animation: orbitpulse 6s var(--ease) infinite 3s; }
@keyframes orbitpulse { 0% { transform: translate(-50%, -50%) scale(.9); opacity: .9; } 100% { transform: translate(-50%, -50%) scale(1.12); opacity: 0; } }
/* legacy cta-card (subpages) — same dark accent */
.cta-band { text-align: center; }
.cta-card { padding: 66px 40px 74px; border-radius: 30px; position: relative; overflow: hidden; background: radial-gradient(120% 150% at 50% -20%, #1B2F5E 0%, #0E1E44 55%, #0A1734 100%); box-shadow: var(--shadow-float); }
.cta-card > * { position: relative; }
.cta-card h2 { color: #fff; margin-bottom: 14px; }
.cta-card h2 span, .cta-card .grad-text { background: linear-gradient(100deg, #6FD2F5, #35E0C8, #8CF0C2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-card p { max-width: 540px; margin: 0 auto 28px; color: #A9BAD8; }
.cta-rings { position: absolute; left: 50%; bottom: -220px; width: 640px; height: 400px; transform: translateX(-50%); pointer-events: none; }
.cta-rings i { position: absolute; inset: 0; border: 1px solid rgba(125, 200, 247, .25); border-radius: 50%; animation: ctaring 5s var(--ease) infinite; }
.cta-rings i:nth-child(2) { animation-delay: 1.6s; }
.cta-rings i:nth-child(3) { animation-delay: 3.2s; }
@keyframes ctaring { 0% { transform: scale(.5); opacity: .9; } 100% { transform: scale(1.15); opacity: 0; } }

/* ---- Footer ---- */
.site-footer, .footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 62px 0 36px; }
.footer-top, .footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; }
@media (max-width: 860px) { .footer-top, .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
.footer-brand p, .footer .about { font-size: 13px; color: var(--dim); max-width: 290px; line-height: 1.7; margin-top: 12px; }
.footer-tagline { display: inline-block; margin-top: 12px; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: #0E9BB5; }
.site-footer h3, .footer h5 { font-family: var(--font-display); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: #94A2C0; margin-bottom: 14px; font-weight: 800; }
.site-footer .footer-top a:not(.brand), .footer a.f { display: block; font-size: 13.5px; color: #53648A; padding: 5px 0; transition: color .2s; }
.site-footer .footer-top a:not(.brand):hover, .footer a.f:hover { color: var(--ink); }
.site-footer .footer-top a em { font-style: normal; font-size: 9.5px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: #4A63C8; background: #EAEFFE; border: 1px solid #CBD7F8; border-radius: 999px; padding: 2px 8px; margin-left: 6px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line-2); }
.footer-bottom p { font-size: 12px; color: var(--dim); }

/* ---- EMS page ---- */
.ems-hero { padding: 76px 0 86px; position: relative; overflow: hidden; }
.ems-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(46% 40% at 78% 16%, rgba(124, 108, 240, .1), transparent 62%); pointer-events: none; }
.ems-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; position: relative; }
@media (max-width: 900px) { .ems-hero-grid { grid-template-columns: 1fr; } }
.coming-pill { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 700; color: #4A63C8; background: #EAEFFE; border: 1px solid #CBD7F8; border-radius: 999px; padding: 8px 16px; margin-bottom: 22px; }
.coming-pill i { width: 8px; height: 8px; border-radius: 50%; background: #7B9DFF; animation: blink 2s infinite; }
.ems-hero-copy h1 { font-size: clamp(36px, 5vw, 60px); }
.ems-hero-copy h1 span { background: linear-gradient(100deg, #7C6CF0, #4A7DF0, #2FA9E6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ems-hero-copy > p { margin: 18px 0 26px; font-size: 16px; max-width: 520px; }
.ems-phone-stage { position: relative; display: flex; justify-content: center; }
.ems-phone { width: 270px; background: #fff; border: 1px solid var(--line-2); border-radius: 34px; padding: 18px 16px 22px; box-shadow: var(--shadow-float), 0 0 80px -30px rgba(124, 108, 240, .35); position: relative; z-index: 2; }
.ems-app-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.ems-app-head span { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, #7C6CF0, #4A7DF0); color: #fff; font-family: var(--font-display); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.ems-app-head b { font-family: var(--font-display); font-size: 14px; color: var(--ink); flex: 1; }
.ems-app-head i { color: var(--dim); font-style: normal; }
.ems-greeting small { font-size: 9px; font-weight: 800; letter-spacing: 1.6px; color: var(--dim); display: block; }
.ems-greeting b { font-family: var(--font-display); font-size: 17px; color: var(--ink); }
.clock-card { background: linear-gradient(150deg, #F1EFFE, #EDF2FE); border: 1px solid #DCD7F8; border-radius: 16px; padding: 14px 16px; margin: 14px 0; }
.clock-card small { font-size: 8.5px; font-weight: 800; letter-spacing: 1.2px; color: #6D63C8; display: block; }
.clock-card strong { font-family: var(--font-display); font-size: 26px; color: var(--ink); display: block; margin: 3px 0 10px; }
.clock-card button { width: 100%; background: linear-gradient(100deg, #7C6CF0, #4A7DF0); color: #fff; font-size: 12px; font-weight: 800; padding: 11px; border-radius: 11px; }
.ems-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.ems-action { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 13px; padding: 12px; }
.ems-action i { font-style: normal; font-size: 15px; color: #7C6CF0; }
.ems-action b { display: block; font-size: 11.5px; color: var(--ink); font-family: var(--font-display); margin-top: 6px; }
.ems-action small { font-size: 9.5px; color: var(--dim); }
.ems-float { position: absolute; z-index: 3; background: #fff; border: 1px solid var(--line-2); border-radius: 13px; padding: 10px 14px; box-shadow: var(--shadow-float); }
.ems-float b { display: block; font-size: 12px; color: var(--ink); }
.ems-float small { font-size: 10.5px; color: var(--dim); }
.ems-float.one { top: 8%; left: -4%; animation: chipbob 7s ease-in-out infinite; }
.ems-float.two { bottom: 10%; right: -6%; animation: chipbob 8s ease-in-out infinite 1s; }
@media (max-width: 560px) { .ems-float { display: none; } }
.ems-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .ems-feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ems-feature-grid { grid-template-columns: 1fr; } }
.ems-feature { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.ems-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.ems-feature i { font-style: normal; width: 42px; height: 42px; border-radius: 12px; background: #F1EFFE; border: 1px solid #DCD7F8; color: #6D5BE8; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-bottom: 14px; }
.ems-feature h3 { font-size: 16.5px; margin-bottom: 6px; }
.ems-feature p { font-size: 13px; color: #66759A; }
/* EMS platform band uses light section now */
.ems-hero + .section .section-heading h2 span { background: linear-gradient(100deg, #7C6CF0, #4A7DF0); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Tour modal ---- */
.tour-modal { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: 24px; }
.tour-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9, 18, 38, .55); backdrop-filter: blur(6px); }
.tour-card { position: relative; max-width: 560px; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 40px 36px; box-shadow: var(--shadow-float); text-align: center; animation: modalin .35s var(--ease); }
@keyframes modalin { from { opacity: 0; transform: translateY(18px) scale(.97); } }
.tour-card h2 { font-size: clamp(22px, 3vw, 30px); margin: 12px 0 24px; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border-radius: 10px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.tour-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; text-align: left; }
@media (max-width: 520px) { .tour-steps { grid-template-columns: 1fr; } }
.tour-steps span { display: flex; gap: 11px; align-items: flex-start; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 13px; padding: 13px; }
.tour-steps i { font-style: normal; width: 24px; height: 24px; border-radius: 8px; background: var(--grad); color: #fff; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tour-steps b { display: block; font-size: 13.5px; color: var(--ink); font-family: var(--font-display); }
.tour-steps small { font-size: 11.5px; color: var(--dim); }

/* ---- Subpage components ---- */
.page-hero { padding: 72px 0 20px; text-align: center; }
.page-hero .eyebrow { margin-bottom: 18px; justify-content: center; }
.band-soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.glass { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }
.feature { padding: 26px; border-radius: 18px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.feature .ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #DFF5F7; border: 1px solid #BEE6EC; margin-bottom: 15px; }
.feature h3 { font-size: 17px; }
.feature p { font-size: 13.5px; margin-top: 7px; color: #66759A; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 36px; } .split.rev .split-media { order: 0; } }
.checklist { list-style: none; margin-top: 22px; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #4A5B7C; }
.checklist .tick { flex-shrink: 0; width: 21px; height: 21px; border-radius: 7px; background: #DFF7EC; border: 1px solid #BDEBD6; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.checklist li b { color: var(--ink); font-weight: 700; }
.panel { padding: 20px; border-radius: 20px; background: var(--bg-soft); border: 1px solid var(--line); box-shadow: var(--shadow-float); }
.panel .sheet { background: #fff; border-radius: 12px; color: #14224A; padding: 20px; border: 1px solid var(--line); }
.panel .sheet .band { height: 6px; border-radius: 6px; background: var(--grad); }
.panel .sheet .hd { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 14px; }
.panel .sheet .co { font-family: var(--font-display); font-weight: 800; color: #0F1D42; font-size: 15px; }
.panel .sheet .meta { font-size: 10px; color: #7C8AAD; }
.panel .sheet .ttl { text-align: right; font-family: var(--font-display); font-weight: 800; color: #0E9BB5; font-size: 16px; }
.panel .sheet .ln { height: 8px; border-radius: 4px; background: #EDF1F8; margin-top: 10px; }
.panel .sheet .ln.s { width: 40%; } .panel .sheet .ln.m { width: 70%; }
.panel .sheet .tot { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 12px; border-top: 1px dashed #D9E0EC; font-weight: 800; color: #0F1D42; font-size: 13px; }
/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.plan { display: flex; flex-direction: column; padding: 30px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); position: relative; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.plan .pname { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--ink); }
.plan .ptag { font-size: 13px; color: var(--dim); margin-top: 3px; }
.plan .price { margin: 18px 0 2px; font-family: var(--font-display); font-weight: 800; font-size: 40px; color: var(--ink); letter-spacing: -.02em; }
.plan .price small { font-size: 14px; font-weight: 600; color: var(--dim); letter-spacing: 0; }
.plan .badge-soon { display: inline-block; align-self: flex-start; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: #0B7E93; background: #DFF5F7; border: 1px solid #BEE6EC; border-radius: 999px; padding: 4px 10px; margin-bottom: 8px; }
.plan ul { list-style: none; margin: 20px 0 24px; display: grid; gap: 11px; }
.plan ul li { display: flex; gap: 10px; font-size: 13.5px; color: #4A5B7C; }
.plan ul .tick { flex-shrink: 0; color: #2BC98A; font-weight: 800; }
.plan .btn, .plan .button { margin-top: auto; }
.plan.pop { background: linear-gradient(170deg, #14224A, #0D1B33); border-color: #14224A; box-shadow: 0 40px 80px -34px rgba(13, 27, 51, .5); }
.plan.pop .pname, .plan.pop .price { color: #fff; }
.plan.pop .ptag { color: #93A3C8; }
.plan.pop ul li { color: #C3CEE8; }
.plan.pop .badge-soon { color: #7DE0DC; background: rgba(36, 212, 208, .12); border-color: rgba(36, 212, 208, .35); }
.plan .tag, .plan.pop .tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 10.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: #fff; background: var(--grad); padding: 5px 14px; border-radius: 999px; }
.price-note { text-align: center; margin-top: 22px; font-size: 13px; color: var(--dim); }
/* faq */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
.qa { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; box-shadow: var(--shadow-card); }
.qa summary { list-style: none; cursor: pointer; padding: 19px 22px; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--ink); letter-spacing: -.01em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary .plus { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.qa summary .plus::before, .qa summary .plus::after { content: ""; position: absolute; background: #0E9BB5; border-radius: 2px; transition: transform .3s var(--ease); }
.qa summary .plus::before { top: 10px; left: 3px; right: 3px; height: 2px; }
.qa summary .plus::after { left: 10px; top: 3px; bottom: 3px; width: 2px; }
.qa[open] summary .plus::after { transform: scaleY(0); }
.qa .a { padding: 0 22px 20px; color: #53648A; font-size: 14px; line-height: 1.65; }
.qa .a a { color: #0E9BB5; }
/* prose */
.prose { max-width: 800px; margin: 0 auto; }
.prose h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 12px; }
.prose h2 { font-size: 21px; margin: 38px 0 12px; color: var(--ink); }
.prose h3 { font-size: 16.5px; margin: 26px 0 8px; }
.prose p, .prose li { color: #4A5B7C; font-size: 14.5px; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { margin: 0 0 16px 22px; display: grid; gap: 8px; }
.prose a { color: #0E9BB5; text-decoration: underline; text-underline-offset: 3px; }
.prose strong, .prose b { color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: 13.5px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border: 1px solid var(--line-2); color: #4A5B7C; }
.prose th { background: var(--bg-soft); color: var(--ink); font-weight: 700; }
.prose .updated { color: var(--dim); font-size: 13px; margin-bottom: 8px; }
.callout { background: #E9F7FB; border: 1px solid #C4E8F1; border-radius: 14px; padding: 16px 18px; margin: 20px 0; font-size: 13.5px; color: #14536B; }
.callout a { color: #0E9BB5; }
/* forms */
.form { max-width: 560px; margin: 0 auto; display: grid; gap: 16px; }
.form label { font-size: 11.5px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: #7C8AAD; margin-bottom: 7px; display: block; }
.form input, .form textarea { width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink); padding: 13px 15px; border-radius: 12px; background: #fff; border: 1px solid var(--line-2); outline: none; transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form textarea:focus { border-color: #2FA9E6; box-shadow: 0 0 0 3px rgba(47, 169, 230, .12); }
.form textarea { min-height: 130px; resize: vertical; }
.form ::placeholder { color: #A9B4CC; }
/* misc legacy */
.hero-trust { display: flex; gap: 24px; margin-top: 26px; justify-content: center; flex-wrap: wrap; }
.hero-trust .t { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6B7BA0; font-weight: 600; }
.trustbar { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.trustbar .row { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustbar .stat { text-align: center; padding: 30px 12px; border-left: 1px solid var(--line); }
.trustbar .stat:first-child { border-left: 0; }
.trustbar .stat .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3.2vw, 34px); color: var(--ink); }
.trustbar .stat .n span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trustbar .stat .l { font-size: 12px; color: var(--dim); margin-top: 4px; font-weight: 600; }
@media (max-width: 700px) { .trustbar .row { grid-template-columns: 1fr 1fr; } }
.bg-wrap { display: none; }

/* ---- Reveal ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01s !important; animation-iteration-count: 1 !important; } }

/* section rhythm + structural wrappers (verification pass 2) */
.workflow-section { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.animated-proof-section, .feature-story, .trust-section, .platform-shell, .story-copy, .construction, .trading, .path-a, .dark-header { /* structural — inherit defaults */ }

/* ==== Brand cinema v2 — the artwork presented as a framed piece ==== */
.brand-cinema { position: relative; overflow: hidden; padding: 96px 0 88px; background: linear-gradient(180deg, #142145 0%, #0E1B3C 55%, #0A1531 100%); border-top: 1px solid rgba(150, 180, 230, .1); border-bottom: 1px solid rgba(150, 180, 230, .1); text-align: center; }
.brand-cinema .cinema-grid { opacity: .3; }
.brand-cinema .eyebrow { margin-bottom: 30px; }
.brand-card {
  position: relative; display: block; max-width: 480px; margin: 0 auto;
  border-radius: 26px; overflow: hidden;
  border: 1px solid rgba(178, 202, 240, .16);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset, 0 70px 130px -50px rgba(0, 0, 0, .85), 0 30px 60px -30px rgba(10, 21, 49, .9);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.brand-card:hover { transform: translateY(-6px); box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset, 0 84px 150px -50px rgba(0, 0, 0, .9), 0 40px 70px -30px rgba(10, 21, 49, .95); }
.brand-card img { width: 100%; height: auto; display: block; user-select: none; -webkit-user-drag: none; }
.brand-card .icon-glow { position: absolute; left: 50%; top: 26%; width: 36%; aspect-ratio: 1; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(70, 214, 240, .32), rgba(36, 212, 208, .1) 55%, transparent 72%); animation: iconpulse 4.2s ease-in-out infinite; mix-blend-mode: screen; pointer-events: none; }
.brand-card .card-sweep { position: absolute; top: -20%; bottom: -20%; width: 34%; left: -50%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .09), transparent); animation: postersweep 7s ease-in-out infinite; pointer-events: none; }
.brand-cinema .cinema-content > p:last-child { max-width: 500px; margin: 30px auto 0; color: #A9BAD8; font-size: 15px; }

/* ==== Brand cinema v3 — full-bleed living scene (the poster, rebuilt in code) ==== */
.brand-cinema {
  position: relative; overflow: hidden; text-align: center;
  padding: 110px 0 96px; min-height: 92vh; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(60% 46% at 50% 30%, #22345E 0%, rgba(34, 52, 94, 0) 60%),
    radial-gradient(120% 90% at 50% 0%, #1A2B52 0%, #101F44 48%, #0A1531 100%);
  border-top: 0; border-bottom: 0;
}
.brand-cinema .cinema-grid { opacity: .35; }
.cinema-waves { position: absolute; inset: 0; width: 100%; height: 100%; }
.wave-layer { transform-box: fill-box; transform-origin: center; }
.wl-a { animation: waveDriftA 11s ease-in-out infinite alternate; }
.wl-b { animation: waveDriftB 9s ease-in-out infinite alternate; }
.wl-c { animation: waveDriftC 13s ease-in-out infinite alternate; }
@keyframes waveDriftA { 0% { transform: translate(-26px, 10px) scaleY(1); opacity: .95; } 100% { transform: translate(26px, -14px) scaleY(1.06); opacity: 1; } }
@keyframes waveDriftB { 0% { transform: translate(22px, -8px) scaleY(1.05); opacity: 1; } 100% { transform: translate(-24px, 12px) scaleY(.97); opacity: .9; } }
@keyframes waveDriftC { 0% { transform: translate(-34px, 4px); } 100% { transform: translate(30px, -8px); } }
.brand-cinema .cinema-content { position: relative; z-index: 3; max-width: 760px; margin: 0 auto; padding: 0 24px; }
/* icon */
.cine-icon { position: relative; width: 128px; margin: 0 auto; animation: cineBob 6.5s ease-in-out infinite; }
.cine-icon img { position: relative; z-index: 2; width: 128px; height: 128px; border-radius: 30px; box-shadow: 0 34px 70px -24px rgba(1, 6, 20, .95), 0 0 0 1px rgba(255, 255, 255, .06); }
.cine-halo { position: absolute; inset: -55%; z-index: 1; background: radial-gradient(closest-side, rgba(70, 214, 240, .45), rgba(36, 212, 208, .12) 55%, transparent 75%); animation: iconpulse 4.2s ease-in-out infinite; }
@keyframes cineBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
/* wordmark — same display font, silver body, two-tone x like the artwork */
.cine-wordmark {
  font-family: var(--font-display); font-weight: 800; letter-spacing: .01em;
  font-size: clamp(58px, 9vw, 112px); line-height: 1.05; margin-top: 30px;
  background: linear-gradient(180deg, #FFFFFF 22%, #C7D5EF 88%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 60px rgba(94, 143, 255, .25);
}
.cine-wordmark span {
  background: linear-gradient(135deg, #4FC4EE 18%, #2BD9A6 82%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* tagline with the dot-and-dash ornaments */
.cine-tagline { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 10px; }
.cine-tagline span { font-family: var(--font-body); font-weight: 500; font-size: clamp(16px, 2.2vw, 22px); color: #A9BCE4; letter-spacing: .04em; }
.cine-tagline i { position: relative; width: 52px; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(169, 148, 255, .8)); }
.cine-tagline i::after { content: ""; position: absolute; right: -3px; top: -2.6px; width: 7px; height: 7px; border-radius: 50%; background: #B9A3FF; box-shadow: 0 0 10px rgba(185, 163, 255, .8); }
.cine-tagline i:last-child { transform: scaleX(-1); }
/* radar floor */
.cine-floor { position: relative; height: 130px; margin-top: 34px; perspective: 700px; }
.cine-floor b { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 300px; height: 56px; border-radius: 50%; background: radial-gradient(closest-side, rgba(70, 214, 240, .55), rgba(46, 116, 233, .16) 55%, transparent 75%); filter: blur(6px); animation: floorGlow 4.2s ease-in-out infinite; }
@keyframes floorGlow { 0%, 100% { opacity: .65; transform: translate(-50%, -50%) scaleX(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scaleX(1.12); } }
.cine-floor i { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%) rotateX(74deg); border: 1px solid rgba(125, 200, 247, .3); border-radius: 50%; }
.cine-floor i:nth-of-type(1) { width: 220px; height: 220px; animation: floorRing 4.6s cubic-bezier(.22,1,.36,1) infinite; }
.cine-floor i:nth-of-type(2) { width: 380px; height: 380px; animation: floorRing 4.6s cubic-bezier(.22,1,.36,1) infinite 1.5s; }
.cine-floor i:nth-of-type(3) { width: 560px; height: 560px; animation: floorRing 4.6s cubic-bezier(.22,1,.36,1) infinite 3s; }
@keyframes floorRing { 0% { opacity: 0; } 28% { opacity: .85; } 100% { opacity: 0; transform: translate(-50%, -50%) rotateX(74deg) scale(1.16); } }
.brand-cinema .cinema-content > p { max-width: 500px; margin: 6px auto 0; color: #9DAFD6; font-size: 15px; }
/* particles above waves */
.brand-cinema .cinema-particle { z-index: 2; }
.brand-cinema .p1 { left: 10%; top: 30%; }
.brand-cinema .p2 { right: 12%; top: 22%; }
.brand-cinema .p3 { left: 20%; bottom: 24%; }
.brand-cinema .p4 { right: 17%; bottom: 30%; }
.brand-cinema .p5 { left: 46%; top: 12%; }
@media (max-width: 640px) { .brand-cinema { min-height: 0; padding: 90px 0 70px; } .cine-icon, .cine-icon img { width: 96px; } .cine-icon img { height: 96px; border-radius: 23px; } }

/* nav + footer wordmark x — same two-tone as the artwork */
.brand-name span, .brand .wordmark span { background: linear-gradient(135deg, #4FC4EE 18%, #2BD9A6 82%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* share box — WhatsApp / Gmail / PDF destinations */
.share-motion { gap: 12px; }
.share-motion .sm-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #0B7E93; background: #DFF5F7; border: 1px solid #BEE6EC; border-radius: 999px; padding: 8px 15px; }
.share-motion .sm-pill i { width: 7px; height: 7px; border-radius: 50%; background: #2BC98A; animation: blink 2s infinite; }
.share-motion .sm-arrow { color: #A9B4CC; font-size: 15px; font-weight: 700; animation: nudge 1.6s ease-in-out infinite; }
.sm-apps { display: inline-flex; gap: 9px; }
.sm-app { width: 36px; height: 36px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 6px 14px -6px rgba(13, 27, 51, .22); animation: chipbob 5.5s ease-in-out infinite; }
.sm-app.sm-wa { background: #25D366; border-color: #25D366; animation-delay: 0s; }
.sm-app.sm-gm { animation-delay: .5s; }
.sm-app.sm-pdf { background: #E5484D; border-color: #E5484D; color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .5px; font-family: var(--font-display); animation-delay: 1s; }
@media (max-width: 400px) { .share-motion .sm-pill { display: none; } }

/* share box — official logos */
.sm-apps { display: inline-flex; align-items: center; gap: 14px; }
.sm-logo { height: 32px; width: auto; filter: drop-shadow(0 6px 10px rgba(13, 27, 51, .18)); animation: chipbob 5.5s ease-in-out infinite; }
.sm-logo.sm-l2 { height: 26px; animation-delay: .5s; }
.sm-logo.sm-l3 { height: 34px; animation-delay: 1s; }
.sm-app, .sm-app.sm-wa, .sm-app.sm-gm, .sm-app.sm-pdf { display: none; }


/* ==== the homepage film ==== */
.film-frame { position: relative; background: transparent; }
.film-frame::before { display: none; }
.film-frame iframe { display: block; width: 100%; height: 646px; border: 0; }
@media (max-width: 760px) { .film-frame iframe { height: 566px; } }
.film-note { text-align: center; margin-top: 14px; font-size: 13px; color: var(--dim); }
.film-note a { color: #0E9BB5; font-weight: 700; }


/* ==== character pass: colour, breakers, personality ==== */
/* curved wave separators */
.wave-sep { line-height: 0; background: transparent; }
.wave-sep svg { display: block; width: 100%; height: 58px; }
.wave-sep.flip svg { transform: scaleY(-1); }
/* tinted band for the feature bento */
.animated-proof-section { background: #F1FAF8; border: 0; padding-top: 44px; padding-bottom: 84px; }
/* each feature cell gets its own colour identity */
.motion-bento .motion-feature { border-top: 3px solid transparent; }
.motion-bento .motion-feature:nth-child(1) { border-top-color: #12A5BF; }
.motion-bento .motion-feature:nth-child(2) { border-top-color: #7C6CF0; }
.motion-bento .motion-feature:nth-child(3) { border-top-color: #2BC98A; }
.motion-bento .motion-feature:nth-child(4) { border-top-color: #E9A23B; }
.motion-bento .motion-feature:nth-child(1) .feature-motion { background: linear-gradient(160deg, #E9FCFE, #F4FBFF); border-color: #CBEFF4; }
.motion-bento .motion-feature:nth-child(2) .feature-motion { background: linear-gradient(160deg, #F4F1FF, #FAF8FF); border-color: #E0D9FB; }
.motion-bento .motion-feature:nth-child(3) .feature-motion { background: linear-gradient(160deg, #EAFBF2, #F6FEFA); border-color: #C9F0DC; }
.motion-bento .motion-feature:nth-child(4) .feature-motion { background: linear-gradient(160deg, #FFF6E6, #FFFBF2); border-color: #F6E4C0; }
.motion-bento .motion-feature:nth-child(1):hover { box-shadow: 0 24px 50px -22px rgba(18, 165, 191, .35); }
.motion-bento .motion-feature:nth-child(2):hover { box-shadow: 0 24px 50px -22px rgba(124, 108, 240, .35); }
.motion-bento .motion-feature:nth-child(3):hover { box-shadow: 0 24px 50px -22px rgba(43, 201, 138, .35); }
.motion-bento .motion-feature:nth-child(4):hover { box-shadow: 0 24px 50px -22px rgba(233, 162, 59, .35); }
/* story section: colour blobs + chip-numbered tabs */
.feature-story { position: relative; overflow: hidden; }
.feature-story::before { content: ""; position: absolute; left: -160px; top: 6%; width: 420px; height: 320px; border-radius: 50%; background: radial-gradient(closest-side, rgba(124, 108, 240, .12), transparent); filter: blur(30px); pointer-events: none; }
.feature-story::after { content: ""; position: absolute; right: -180px; bottom: 4%; width: 480px; height: 360px; border-radius: 50%; background: radial-gradient(closest-side, rgba(31, 192, 180, .12), transparent); filter: blur(30px); pointer-events: none; }
.feature-story .shell { position: relative; z-index: 1; }
.story-tab span { width: 27px; height: 27px; flex-shrink: 0; border-radius: 9px; background: #E4F6FA; color: #0B7E93; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; padding-top: 0; transition: background .25s, color .25s, transform .25s; }
.story-tab.active span { background: var(--grad); color: #fff; transform: scale(1.06); box-shadow: 0 6px 14px -6px rgba(31, 192, 180, .5); }
.story-visual::before { content: ""; position: absolute; inset: -8% -6%; background: radial-gradient(60% 60% at 60% 40%, rgba(47, 169, 230, .1), transparent 70%); border-radius: 40px; pointer-events: none; }
/* ornament brand break */
.brand-break { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 10px 24px 40px; }
.brand-break i { position: relative; width: min(180px, 24vw); height: 1.5px; background: linear-gradient(90deg, transparent, rgba(18, 165, 191, .55)); }
.brand-break i::after { content: ""; position: absolute; right: -3px; top: -2.8px; width: 7px; height: 7px; border-radius: 50%; background: #12A5BF; box-shadow: 0 0 8px rgba(18, 165, 191, .6); }
.brand-break i:last-child { transform: scaleX(-1); }
.brand-break img { width: 36px; height: 36px; border-radius: 10px; box-shadow: 0 10px 22px -8px rgba(13, 27, 51, .35); animation: cineBob 6s ease-in-out infinite; }


/* ==== seller section: social-commerce audience ==== */
.seller-section { padding-top: 40px; }
.seller-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: center; max-width: 940px; margin: 38px auto 8px; }
.sf-label { font-size: 11px; font-weight: 800; letter-spacing: .14em; color: #7186A6; text-align: center; margin-bottom: 14px; }
.sf-platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sf-p { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line-2); border-radius: 14px; padding: 12px 10px; min-height: 52px; box-shadow: 0 10px 24px -14px rgba(13,27,51,.22); transition: transform .3s, box-shadow .3s; }
.sf-p:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -16px rgba(13,27,51,.3); }
.sf-p img { height: 24px; width: auto; max-width: 100%; }
.sf-p.wide img { height: 20px; }
.sf-mid { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.sf-line { width: 2px; height: 34px; background: linear-gradient(180deg, transparent, #1FC0B4); border-radius: 2px; }
.sf-line.l2 { background: linear-gradient(180deg, #1FC0B4, transparent); }
.sf-core { width: 62px; height: 62px; border-radius: 18px; display: flex; align-items: center; justify-content: center; position: relative; }
.sf-core img { width: 54px; height: 54px; border-radius: 15px; box-shadow: 0 14px 30px -10px rgba(13,27,51,.45); position: relative; z-index: 1; }
.sf-core::before { content: ""; position: absolute; inset: -7px; border-radius: 24px; background: var(--grad); opacity: .22; animation: sfPulse 2.4s ease-in-out infinite; }
@keyframes sfPulse { 0%,100% { transform: scale(.92); opacity: .16; } 50% { transform: scale(1.06); opacity: .3; } }
.sf-mid small { font-size: 11px; font-weight: 700; color: #0B7E93; white-space: nowrap; }
.sf-doc { background: #fff; border: 1px solid var(--line-2); border-radius: 16px; padding: 0 0 12px; overflow: hidden; box-shadow: 0 18px 40px -20px rgba(13,27,51,.3); max-width: 300px; margin: 0 auto; }
.sf-band { height: 5px; background: var(--grad); }
.sf-head { display: flex; align-items: center; gap: 9px; padding: 12px 14px 8px; }
.sf-logo { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, #0E2A46, #0E9BB5); color: #fff; font-family: Manrope, sans-serif; font-weight: 800; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
.sf-head b { display: block; font-size: 11px; color: #0D1B33; font-family: Manrope, sans-serif; }
.sf-head i { font-style: normal; font-size: 9px; color: #8A97B5; }
.sf-ln { display: block; height: 6px; border-radius: 4px; background: #EEF2F8; margin: 6px 14px 0; }
.sf-ln.s { width: 55%; }
.sf-tot { display: flex; justify-content: space-between; align-items: center; margin: 10px 14px 0; padding-top: 8px; border-top: 1.5px solid #0D1B33; font-size: 10px; font-weight: 700; color: #5A6B8C; }
.sf-tot b { font-size: 13px; color: #0D1B33; font-family: Manrope, sans-serif; }
.sf-sent { margin: 10px 14px 0; background: #DFF7EC; color: #0B845C; font-size: 10.5px; font-weight: 800; border-radius: 999px; padding: 6px 12px; display: flex; align-items: center; gap: 6px; width: max-content; }
.seller-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1020px; margin: 34px auto 0; }
.sp-card { background: #fff; border: 1px solid var(--line-2); border-radius: 16px; padding: 18px; display: flex; gap: 13px; align-items: flex-start; transition: transform .3s, box-shadow .3s; }
.sp-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -22px rgba(13,27,51,.28); }
.sp-card i { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; font-style: normal; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.sp-card h3 { font-size: 15px; margin: 0 0 4px; color: #0D1B33; }
.sp-card p { font-size: 13px; color: #5A6B8C; margin: 0; line-height: 1.55; }
.seller-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.seller-stats span { background: #F4F8FC; border: 1px solid var(--line-2); border-radius: 999px; font-size: 12.5px; font-weight: 700; color: #33415C; padding: 8px 16px; }
@media (max-width: 900px) {
  .seller-flow { grid-template-columns: 1fr; gap: 8px; }
  .sf-mid { flex-direction: row; }
  .sf-line { width: 34px; height: 2px; background: linear-gradient(90deg, transparent, #1FC0B4); }
  .sf-line.l2 { background: linear-gradient(90deg, #1FC0B4, transparent); }
  .seller-points { grid-template-columns: 1fr; }
}

