/* ===== Booked 305 · dark stage ===== */
:root {
  --bg: #020204;
  --bg-2: #05060c;
  --surface: rgba(255, 255, 255, .035);
  --surface-2: rgba(255, 255, 255, .06);
  --line: rgba(255, 255, 255, .105);
  --line-2: rgba(255, 255, 255, .18);
  --ink: #ffffff;
  --ink-2: #b9bec7;
  --muted: #a9aeb5;
  --cyan: #3fe3ff;
  --cyan-2: #7ff0ff;
  --cyan-deep: #0596b3;
  --cyan-soft: rgba(63, 227, 255, .12);
  --wa: #25d366;
  --radius: 18px;
  --radius-lg: 26px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --expo: cubic-bezier(.16, 1, .3, 1);
  --font: Poppins, Inter, system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body { font-family: var(--font); color: #fff; background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: rgba(63,227,255,.35); }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
h2 { font-size: clamp(30px, 3.8vw, 48px); font-weight: 800; text-transform: uppercase; letter-spacing: -.004em; word-spacing: .12em; text-shadow: 0 0 24px rgba(130,180,255,.10); margin-bottom: 14px; }
h3 { font-size: 19px; }
p { margin: 0 0 1em; }
ul, ol { list-style: none; }
.wrap { width: min(1172px, 92vw); margin-inline: auto; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--cyan); box-shadow: 0 0 8px rgba(63,227,255,.8); }
.lead { font-size: clamp(15px, 1.25vw, 17px); color: var(--muted); max-width: 60ch; }
.lead b { color: #fff; font-weight: 600; }
.section { padding: clamp(76px, 9vw, 120px) 0; position: relative; }
.section--tint { background: linear-gradient(180deg, rgba(25,127,255,0) 0%, rgba(25,127,255,.05) 50%, rgba(25,127,255,0) 100%); }
.section__head { max-width: 760px; margin-bottom: clamp(36px, 4.5vw, 56px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__head--center .lead { margin-inline: auto; }

/* ===== Glow button (pixel contract B) ===== */
.btn { display: grid; place-items: center; color: #fff; position: relative; overflow: hidden; border-radius: 13px; font-weight: 500; font-size: 15px; letter-spacing: -.01em; height: 50px; padding: 0 26px; cursor: pointer; border: 0;
  background: linear-gradient(to top, #9ad9ec 1px, #89dff0 2px, #79e0f1 3px, #61daef 4px, #3ec8e4 5px, #14a8c6 6px, #0596b3 7px, #038aa8 8px, #047796 9px, #006180 10px, #025066 12px, #0a4f5e 13px, #04465a 14px, #073746 16px, #0a2a37 18px, #0d212e 20px, #0f1824 24px, #0a121e 30px, #0a111d 34px, #0a111d 100%);
  box-shadow: inset 0 3px 3px -2px rgba(180,228,255,.10), inset 1px 0 0 rgba(255,255,255,.09), inset -1px 0 0 rgba(255,255,255,.09), var(--hair, 0 1px 0 rgba(152,218,234,.38)), 1px 0 0 rgba(152,218,234,.17), -1px 0 0 rgba(152,218,234,.17), 0 0 8px rgba(60,190,235,.10), 0 2px 5px -3px rgba(90,220,255,.45);
  transition: transform .25s, box-shadow .25s, filter .25s; }
.btn::before { content: ""; position: absolute; left: 22%; right: 38%; top: .8px; height: 1.9px; z-index: 1; filter: blur(.55px); background: linear-gradient(90deg, rgba(120,225,255,0) 0%, rgba(120,225,255,.58) 34%, rgba(160,240,255,.74) 50%, rgba(120,225,255,.58) 66%, rgba(120,225,255,0) 100%); }
.btn::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 1; background: linear-gradient(90deg, rgba(200,245,255,.70), rgba(200,245,255,0) 13px), linear-gradient(270deg, rgba(200,245,255,.70), rgba(200,245,255,0) 13px);
  -webkit-mask: linear-gradient(to top, #000 0, #000 6px, rgba(0,0,0,.40) 12px, rgba(0,0,0,.15) 18px, rgba(0,0,0,.09) 24px, rgba(0,0,0,.02) 30px, rgba(0,0,0,.02) 100%); mask: linear-gradient(to top, #000 0, #000 6px, rgba(0,0,0,.40) 12px, rgba(0,0,0,.15) 18px, rgba(0,0,0,.09) 24px, rgba(0,0,0,.02) 30px, rgba(0,0,0,.02) 100%); }
.btn span { position: relative; z-index: 2; display: block; line-height: 1; text-shadow: 0 1px 2px rgba(0,20,30,.5); white-space: nowrap; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.12); box-shadow: inset 0 1px 0 rgba(200,245,255,.6), inset 1px 0 0 rgba(170,225,255,.35), inset -1px 0 0 rgba(170,225,255,.35), 0 6px 22px rgba(20,180,225,.55); }
.btn--nostreak::before { display: none; }
.btn--ghost { background: rgba(255,255,255,.03); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.btn--ghost::before, .btn--ghost::after { display: none; }
.btn--ghost:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); filter: none; }
.btn--block { width: 100%; }
.btn--sm { height: 42px; padding: 0 18px; font-size: 14px; }
.link { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: var(--cyan); font-size: 14px; }
.link svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.link:hover svg { transform: translateX(4px); }

/* ===== HERO STAGE (1172 x 657 design canvas, scaled) ===== */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: #020204; }
.hero .bg { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,127,255,0) 38%, rgba(25,127,255,.042) 54%, rgba(25,127,255,.052) 68%, rgba(25,127,255,.030) 100%), #020204; }
.stars { position: absolute; left: 0; top: 0; width: 1px; height: 1px; border-radius: 50%; background: #fff; }
.canvas { position: absolute; left: 50%; top: 0; width: 1172px; height: 657px; transform: translateX(-50%) scale(var(--k, 1)); transform-origin: 50% 0; }
.canvas > * { position: absolute; }
.stack { position: absolute; inset: 0; z-index: 300; }
.stack > * { position: absolute; }

/* Nav pill */
.nav { left: 247px; top: 3px; width: 678px; height: 64px; border-radius: 32px; z-index: 400; background: rgba(255,255,255,.008); border: 1px solid rgba(255,255,255,.105); -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.mark { position: absolute; left: 21px; top: 19px; width: 24px; height: 24px; filter: drop-shadow(0 0 6px rgba(60,224,255,.75)); }
.wm { position: absolute; left: 50px; top: 0; white-space: nowrap; }
.wm .kick { position: absolute; left: 3px; top: 20px; font-size: 4.4px; font-weight: 600; letter-spacing: .10em; color: #fff; opacity: .92; line-height: 1; }
.wm .name { position: absolute; left: 0; top: 26px; font-weight: 900; font-size: 15px; line-height: 1; letter-spacing: -.01em; color: #fff; }
.wm .name em { font-style: normal; color: var(--cyan); }
.navmenu { display: contents; }
.links { position: absolute; left: 186px; top: 0; height: 62px; display: flex; align-items: center; gap: 15px; }
.links a { font-size: 11px; font-weight: 400; color: rgba(255,255,255,.92); white-space: nowrap; transition: opacity .25s; }
.links a:hover { opacity: .65; }
.nav .btn { position: absolute; left: 530.7px; top: 10.5px; width: 125.5px; height: 39.5px; border-radius: 14px; font-size: 12.5px; padding: 0; }
.burger { display: none; }

/* Badge (pixel contract A) */
.badge { left: 462px; top: 95px; width: 250px; height: 39px; border-radius: 12px; z-index: 300; border: 1px solid rgba(255,255,255,.115);
  background: linear-gradient(to top, rgba(190,225,255,.175) 0px, rgba(190,225,255,.128) 2px, rgba(190,225,255,.075) 4px, rgba(190,225,255,.026) 6px, rgba(255,255,255,.012) 9px, rgba(255,255,255,.012) 100%);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.badge i { position: absolute; left: 4px; top: 4px; width: 29px; height: 29px; border-radius: 8px; display: grid; place-items: center;
  background: linear-gradient(to top, #46afc8 0px, #35abc7 2px, #0b859d 4px, #026c84 6px, #004e66 8px, #053f58 10px, #012c3d 12px, #031a2a 14px, #061125 16px, #090f25 19px, #090c1c 23px, #060d16 29px);
  box-shadow: inset 1px 0 0 rgba(150,220,250,.40), inset -1px 0 0 rgba(150,220,250,.52), 0 0 6px rgba(60,190,230,.20), 0 3px 8px -5px rgba(90,220,255,.6); }
.badge i svg { width: 14px; height: 16px; position: relative; top: -1px; }
.badge b { position: absolute; left: 45px; top: 0; height: 39px; display: flex; align-items: center; font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,.94); white-space: nowrap; padding-top: 1.5px; }

/* Hero type */
.h1 { left: 586px; transform: translateX(-50%); white-space: nowrap; line-height: 1; font-weight: 900; font-size: 46px; letter-spacing: -.004em; word-spacing: .175em; text-transform: uppercase; color: #fff; text-shadow: 0 0 34px rgba(130,180,255,.22); z-index: 300; }
#h1a { top: 158px; } #h1b { top: 212px; }
.sub { left: 586px; transform: translateX(-50%); white-space: nowrap; line-height: 1; font-size: 13.2px; color: #a9aeb5; z-index: 300; }
.sub b { font-weight: 600; color: #fff; }
#sub1 { top: 288px; } #sub2 { top: 306px; }
.cta2 { left: 514px; top: 339px; width: 144px; height: 54.5px; --hair: 0 0 0 transparent; border-radius: 13px; font-size: 16px; z-index: 300; padding: 0; }
.cta2::before { display: none; }

/* 3D ring */
.showcase { left: 0; top: 0; width: 1172px; height: 0; }
.showcase > .phone, .showcase > .fcard { position: absolute; }
.ring { position: absolute; left: 0; top: 0; width: 1172px; height: 657px; z-index: 5; perspective: 891px; perspective-origin: 586px 918px; transform-style: preserve-3d; pointer-events: none; }
.card { position: absolute; left: 586px; top: 616px; width: 130px; height: 300px; margin: -150px 0 0 -65px; border-radius: 12px; overflow: hidden; background: #0d1117; box-shadow: 0 24px 46px rgba(0,0,0,.6), 0 3px 8px rgba(0,0,0,.5); backface-visibility: hidden; will-change: transform; }
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.card .edge { position: absolute; inset: 0; border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15), inset 0 16px 30px rgba(255,255,255,.05); }
.card.broken img { display: none; }
/* mini-site creatives */
.ms { position: absolute; inset: 0; background: var(--ms-bg, #101827); color: var(--ms-ink, #fff); }
.ms__nav { position: absolute; left: 0; right: 0; top: 0; height: 18px; display: flex; align-items: center; gap: 4px; padding: 0 8px; background: var(--ms-nav, rgba(255,255,255,.06)); }
.ms__nav i { width: 14px; height: 2.4px; border-radius: 2px; background: currentColor; opacity: .55; }
.ms__nav i:first-child { width: 6px; height: 6px; border-radius: 50%; background: var(--ms-acc, #3fe3ff); opacity: 1; margin-right: 2px; }
.ms__kick { position: absolute; left: 10px; top: 30px; font-size: 4.2px; letter-spacing: .22em; text-transform: uppercase; opacity: .8; }
.ms__title { position: absolute; left: 10px; right: 10px; top: 40px; font-weight: 900; text-transform: uppercase; line-height: .96; letter-spacing: -.015em; font-size: 15px; transform: scaleX(.9); transform-origin: left center; }
.ms__title.serif { font-family: var(--serif); font-weight: 600; text-transform: none; font-size: 14px; letter-spacing: .01em; line-height: 1.02; transform: none; }
.ms__cta { position: absolute; left: 10px; top: 100px; padding: 4px 10px; border-radius: 20px; background: var(--ms-acc, #3fe3ff); color: var(--ms-cta-ink, #061125); font-size: 4.8px; font-weight: 700; letter-spacing: .06em; }
.ms__art { position: absolute; left: 10px; right: 10px; top: 124px; height: 96px; border-radius: 8px; background: var(--ms-art, linear-gradient(150deg, rgba(255,255,255,.18), rgba(255,255,255,.04))); overflow: hidden; }
.ms__art::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 14%; height: 34%; border-radius: 6px 6px 0 0; background: rgba(255,255,255,.14); }
.ms__slot { position: absolute; left: 10px; right: 10px; bottom: 34px; display: flex; align-items: center; gap: 5px; padding: 5px 7px; border-radius: 6px; background: rgba(0,0,0,.28); font-size: 4.6px; font-weight: 600; letter-spacing: .04em; }
.ms__slot i { width: 6px; height: 6px; border-radius: 2px; background: var(--ms-acc, #3fe3ff); flex: 0 0 auto; }
.ms__foot { position: absolute; left: 10px; right: 10px; bottom: 12px; display: flex; justify-content: space-between; font-size: 4px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.ms__live { position: absolute; right: 8px; top: 24px; padding: 2px 6px; border-radius: 10px; background: var(--cyan); color: #061125; font-size: 4.2px; font-weight: 800; letter-spacing: .12em; }
.ms--shot img { object-position: 0 0; }
.ms--shot .ms__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 10px 12px; background: linear-gradient(180deg, rgba(4,8,16,0), rgba(4,8,16,.9)); font-size: 5.4px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

/* Browser mock (in front of the ring, bleeds off the bottom) */
.browser { left: 165px; top: 558px; width: 842px; height: calc(99px + var(--fill, 0px)); border-radius: 28px 28px 0 0; overflow: hidden; z-index: 100; box-shadow: 0 -14px 44px rgba(0,0,0,.55); }
.browser::before { content: ""; position: absolute; left: 0; right: 0; top: 42px; bottom: 0; background: rgba(20,20,26,.82); z-index: 0; }
.bar { position: absolute; left: 0; top: 0; width: 100%; height: 42px; background: linear-gradient(180deg, rgba(20,24,48,.48), rgba(15,19,38,.58)); -webkit-backdrop-filter: blur(6px) saturate(112%); backdrop-filter: blur(6px) saturate(112%); }
.dots { position: absolute; left: 27px; top: 16px; display: flex; gap: 2.6px; }
.dots i { width: 7.6px; height: 7.6px; border-radius: 50%; }
.omni { position: absolute; left: 246px; top: 7px; width: 336px; height: 26px; border-radius: 5px; background: rgba(9,13,26,.93); box-shadow: inset 0 0 0 1px rgba(255,255,255,.045); display: flex; align-items: center; justify-content: center; gap: 6px; }
.omni svg { width: 9px; height: 9px; opacity: .72; }
.omni span { font-size: 9.5px; color: rgba(255,255,255,.72); letter-spacing: .005em; }
.tools { position: absolute; right: 27px; top: 14px; display: flex; align-items: center; gap: 4px; opacity: .9; }
.tools svg { width: 11px; height: 12px; }
.page { position: absolute; left: 7px; right: 6px; top: 42px; bottom: 0; background: #fff; color: #111; overflow: hidden; border-radius: 10px 10px 0 0; }
.ann { position: absolute; left: 0; top: 0; width: 100%; height: 16px; background: #101210; display: grid; place-items: center; border-radius: 10px 10px 0 0; }
.ann span { font-size: 5px; letter-spacing: .06em; color: #cfcfcf; }
.shoplogo { position: absolute; left: 50%; transform: translateX(-50%); top: 24px; text-align: center; }
.shoplogo em { font-family: var(--serif); font-style: normal; font-weight: 600; font-size: 15px; letter-spacing: .14em; line-height: 1; display: block; }
.shoplogo i { font-style: normal; font-size: 5px; letter-spacing: .3em; color: #3a3a3a; margin-top: 3px; display: block; }
.shopnav { position: absolute; left: 26px; top: 33px; display: flex; gap: 10px; font-size: 5px; letter-spacing: .12em; text-transform: uppercase; color: #3a3a3a; }
.shopbook { position: absolute; right: 26px; top: 28px; padding: 4px 10px; border-radius: 20px; background: #17181c; color: #fff; font-size: 5px; font-weight: 600; letter-spacing: .08em; }
.pagebody { position: absolute; left: 0; right: 0; top: 62px; bottom: 0; background: #fff; overflow: hidden; }
.pghero { position: relative; margin: 0 26px; height: 158px; border-radius: 7px; overflow: hidden; background: linear-gradient(120deg, #2a1830, #6b2d5c 45%, #c46a8a 100%); }
.pghero::after { content: ""; position: absolute; right: 8%; top: 12%; width: 34%; height: 76%; border-radius: 12px; background: linear-gradient(160deg, rgba(255,255,255,.22), rgba(255,255,255,.04)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.pghero .copy { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: #fff; }
.pghero .copy u { font-size: 4.6px; letter-spacing: .26em; text-transform: uppercase; opacity: .9; display: block; text-decoration: none; }
.pghero .copy em { font-family: var(--serif); font-style: normal; font-weight: 600; font-size: 15px; line-height: 1.12; margin-top: 6px; display: block; }
.pghero .copy i { display: inline-block; margin-top: 10px; padding: 5px 13px; border-radius: 20px; background: #fff; color: #17181c; font-size: 5.2px; font-weight: 600; letter-spacing: .06em; font-style: normal; }
.pgsec { display: flex; align-items: baseline; justify-content: space-between; margin: 16px 26px 9px; }
.pgsec b { font-family: var(--serif); font-weight: 600; font-size: 9px; color: #17181c; }
.pgsec u { font-size: 4.6px; letter-spacing: .14em; color: #8a8a8a; text-transform: uppercase; text-decoration: none; }
.pggrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0 26px; }
.pgcard .ph { position: relative; height: 0; padding-bottom: 64%; border-radius: 6px; overflow: hidden; background: var(--ph, linear-gradient(150deg, #efe7e1, #ddcfc6)); }
.pgcard .tag { position: absolute; left: 6px; top: 6px; padding: 2px 5px; border-radius: 3px; background: #17181c; color: #fff; font-size: 3.8px; font-weight: 600; letter-spacing: .1em; }
.pgcard b { display: block; margin-top: 6px; font-size: 5.4px; font-weight: 600; color: #17181c; }
.pgcard i { display: block; font-style: normal; margin-top: 2px; font-size: 4.6px; color: #8a8a8a; }
.pgcard s { display: block; margin-top: 3px; font-size: 5.6px; font-weight: 700; color: #17181c; text-decoration: none; }
.pgstrip { display: flex; justify-content: space-between; margin: 16px 26px 0; padding: 9px 0; border-top: 1px solid #eee6e0; border-bottom: 1px solid #eee6e0; }
.pgstrip span { font-size: 4.4px; letter-spacing: .12em; color: #7d7169; text-transform: uppercase; }

/* Phone mock, in front of the browser */
.phone { left: 812px; top: 296px; width: 178px; height: 362px; border-radius: 26px; background: #0b0c12; padding: 7px; z-index: 150; box-shadow: 0 30px 60px rgba(0,0,0,.7), inset 0 0 0 1.5px #2a2c3a, 0 0 0 1px rgba(255,255,255,.06); transform: rotate(-4deg); }
.phone::before { content: ""; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 56px; height: 15px; border-radius: 999px; background: #05060a; z-index: 3; }
.phone__screen { position: relative; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: #fff; color: #16161d; }
.screen { position: absolute; inset: 0; padding: 34px 11px 11px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(24px); transition: opacity .6s var(--expo), transform .6s var(--expo); font-size: 7.4px; line-height: 1.35; }
.screen.is-active { opacity: 1; transform: none; }
.screen.is-leaving { opacity: 0; transform: translateX(-24px); }
.screen__brand { display: flex; align-items: center; gap: 5px; font-weight: 700; font-size: 8.4px; }
.screen__brand i { width: 13px; height: 13px; border-radius: 4px; background: linear-gradient(135deg, #3fe3ff, #0596b3); }
.screen__title { font-weight: 700; font-size: 10.6px; letter-spacing: -.02em; margin: 3px 0 1px; }
.screen__sub { color: #7c7c8a; font-size: 6.8px; margin-bottom: 2px; }
.svc { display: flex; justify-content: space-between; align-items: center; padding: 6px 7px; border-radius: 7px; border: 1px solid #e6e8ee; background: #fff; }
.svc b { font-weight: 600; } .svc span { color: #7c7c8a; font-size: 6.4px; display: block; }
.svc.is-picked { border-color: #0596b3; background: #e8fbff; }
.svc em { font-style: normal; font-weight: 700; }
.minical { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; font-size: 6.4px; text-align: center; }
.minical span { padding: 3px 0; border-radius: 4px; color: #4a4a58; }
.minical span.h { color: #7c7c8a; font-weight: 600; font-size: 5.6px; }
.minical span.on { background: #16161d; color: #fff; font-weight: 700; }
.minical span.dim { color: #c9c9d2; }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.slots span { padding: 4px 0; text-align: center; border-radius: 6px; border: 1px solid #e6e8ee; font-weight: 600; font-size: 6.6px; }
.slots span.on { background: #0596b3; border-color: #0596b3; color: #fff; }
.slots span.x { color: #c9c9d2; text-decoration: line-through; }
.screen__cta { margin-top: auto; padding: 7px; border-radius: 7px; background: #16161d; color: #fff; text-align: center; font-weight: 700; font-size: 7.6px; }
.confirm { margin: 8px 0 4px; display: grid; place-items: center; gap: 5px; text-align: center; }
.confirm__check { width: 36px; height: 36px; border-radius: 50%; background: #e8fbff; display: grid; place-items: center; color: #0596b3; }
.confirm__check svg { width: 19px; height: 19px; }
.ticket { border-radius: 8px; border: 1px dashed #d9dbe3; padding: 7px; display: grid; gap: 2px; font-size: 6.8px; }
.ticket b { font-size: 7.8px; }
.cal-event { border-radius: 6px; padding: 5px 7px; background: #eaf3ff; border-left: 2.5px solid #1a73e8; font-size: 6.6px; }
.cal-event b { display: block; }
.cal-row { display: grid; grid-template-columns: 26px 1fr; gap: 4px; font-size: 6.4px; color: #7c7c8a; align-items: start; }
.cal-row div { border-top: 1px solid #e6e8ee; padding-top: 2px; min-height: 18px; }
.fcard { position: absolute; z-index: 160; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 11px; background: rgba(14,17,28,.78); border: 1px solid rgba(255,255,255,.14); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(0,0,0,.55); font-size: 8.4px; color: rgba(255,255,255,.75); white-space: nowrap; animation: bob 6s ease-in-out infinite; }
.fcard strong { display: block; color: #fff; font-size: 9.2px; font-weight: 600; }
.fcard__ico { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; background: var(--cyan-soft); color: var(--cyan); flex: 0 0 auto; }
.fcard__ico svg { width: 12px; height: 12px; }
.fcard--1 { left: 672px; top: 346px; animation-delay: -2s; }
.fcard--2 { left: 972px; top: 452px; animation-delay: -4s; }
.fcard--3 { left: 656px; top: 588px; animation-delay: -1s; }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }

/* WhatsApp */
.wa { position: fixed; right: 16px; bottom: 24px; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; z-index: 300; box-shadow: 0 8px 20px rgba(0,0,0,.5); }
.wa svg { width: 31px; height: 31px; }
.wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(37,211,102,.5); animation: pulse 2.8s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .75; } 70% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }

/* Entrance (individual translate/scale/clip-path so nothing collides with transform) */
@keyframes rise { from { opacity: 0; translate: 0 var(--from, 12px); } to { opacity: 1; translate: 0 0; } }
@keyframes rise-scale { from { opacity: 0; translate: 0 var(--from, 12px); scale: .985; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes wipe { from { opacity: 0; translate: 0 15px; clip-path: inset(100% 0 -30% 0); } to { opacity: 1; translate: 0 0; clip-path: inset(-30% 0 -30% 0); } }
.hero .nav { --from: -9px; animation: rise .62s var(--expo) .06s both; }
.hero .badge { animation: rise-scale .56s var(--expo) .27s both; }
#h1a { animation: wipe .9s var(--expo) .38s both; }
#h1b { animation: wipe .9s var(--expo) .47s both; }
#sub1 { animation: rise .62s var(--expo) .69s both; --from: 10px; }
#sub2 { animation: rise .62s var(--expo) .745s both; --from: 10px; }
.cta2 { animation: rise-scale .62s var(--expo) .83s both; --from: 13px; }
.ring { animation: rise-scale .95s var(--expo) .7s both; --from: 18px; }
.browser { animation: rise .9s var(--expo) .9s both; --from: 26px; }
.phone { animation: rise .9s var(--expo) 1.05s both; --from: 26px; }
.fcard { opacity: 0; animation: bob 6s ease-in-out infinite, rise .7s var(--expo) 1.4s both; }

/* ===== Below the hero ===== */
.marquee { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__track { display: flex; gap: 44px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { display: inline-flex; align-items: center; gap: 12px; font-weight: 500; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.marquee__track span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
@keyframes marquee { to { transform: translateX(-50%); } }

.glass { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain__card { padding: 28px 26px; transition: transform .45s var(--expo), border-color .3s; }
.pain__card:hover { transform: translateY(-6px); border-color: rgba(63,227,255,.4); }
.pain__before { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.pain__card h3 { font-size: 21px; margin: 10px 0 8px; }
.pain__card p { color: var(--ink-2); margin: 0; font-size: 14.5px; }
.pain__after { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: var(--cyan-soft); color: var(--cyan); font-weight: 600; font-size: 12.5px; }
.pain__after svg { width: 14px; height: 14px; }

.demo { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.checks { display: grid; gap: 13px; margin-top: 22px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-size: 14.5px; }
.checks svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--cyan); margin-top: 1px; }
.checks strong { color: #fff; }
.sync { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.sync span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line); font-weight: 500; font-size: 12.5px; }
.sync i { width: 9px; height: 9px; border-radius: 3px; }
.widget { position: relative; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); }
.widget__bar { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.widget__biz { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15px; }
.widget__biz i { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, #3fe3ff, #0596b3); box-shadow: 0 0 12px rgba(63,227,255,.5); }
.widget__demo { margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); background: var(--cyan-soft); padding: 5px 10px; border-radius: 999px; }
.widget__body { padding: 20px 22px 22px; min-height: 520px; position: relative; }
.wstep { display: none; animation: fade .5s var(--expo); }
.wstep.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } }
.wsteps { display: flex; gap: 6px; margin-bottom: 18px; }
.wsteps span { flex: 1; height: 4px; border-radius: 3px; background: rgba(255,255,255,.1); transition: background .3s; }
.wsteps span.is-done { background: var(--cyan); box-shadow: 0 0 8px rgba(63,227,255,.6); }
.wtitle { font-weight: 700; font-size: 19px; margin: 0 0 4px; letter-spacing: -.02em; }
.wsub { color: var(--muted); font-size: 13px; margin: 0 0 16px; }
.tabs { display: flex; gap: 6px; margin-bottom: 14px; }
.tabs button { flex: 1; padding: 9px 10px; border-radius: 10px; border: 1px solid var(--line); background: transparent; font-weight: 600; font-size: 12.5px; cursor: pointer; color: var(--ink-2); transition: background .2s, color .2s, border-color .2s; }
.tabs button.is-active { background: #fff; color: #061125; border-color: #fff; }
.svc-list { display: grid; gap: 8px; }
.svc-list button { display: flex; justify-content: space-between; align-items: center; text-align: left; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: #fff; cursor: pointer; transition: border-color .2s, transform .2s; }
.svc-list button:hover { border-color: rgba(63,227,255,.6); transform: translateX(3px); }
.svc-list b { display: block; font-weight: 600; font-size: 14px; } .svc-list small { color: var(--muted); font-size: 12px; }
.svc-list em { font-style: normal; font-weight: 700; color: var(--cyan); }
.cal { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
.cal__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-weight: 600; font-size: 14px; text-transform: capitalize; }
.cal__head button { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; text-align: center; font-size: 12.5px; }
.cal__grid span { padding: 6px 0; color: var(--muted); font-weight: 600; font-size: 10px; }
.cal__grid button { aspect-ratio: 1; border-radius: 8px; border: 1px solid transparent; background: transparent; cursor: pointer; font-weight: 500; color: #fff; position: relative; transition: background .2s, color .2s; }
.cal__grid button:hover:not(:disabled) { background: rgba(255,255,255,.08); }
.cal__grid button:disabled { color: rgba(255,255,255,.22); cursor: not-allowed; }
.cal__grid button.is-on { background: #fff; color: #061125; font-weight: 700; }
.cal__grid button.few::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); transform: translateX(-50%); }
.times { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; align-content: start; }
.times button { padding: 10px 8px; border-radius: 10px; border: 1px solid var(--line); background: transparent; color: #fff; font-weight: 600; font-size: 13px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.times button:hover:not(:disabled) { border-color: rgba(255,255,255,.5); }
.times button:disabled { color: rgba(255,255,255,.22); text-decoration: line-through; cursor: not-allowed; }
.times button.is-on { background: var(--cyan); border-color: var(--cyan); color: #061125; }
.times__empty { grid-column: 1 / -1; color: var(--muted); font-size: 13px; padding: 12px; text-align: center; }
.wform { display: grid; gap: 12px; }
.wform label { display: grid; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--ink-2); }
.wform input, .field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); color: #fff; font: inherit; font-size: 14px; }
.wform input:focus, .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(63,227,255,.15); }
.field select option { color: #061125; }
.wsummary { border-radius: 12px; background: var(--surface); border: 1px solid var(--line); padding: 12px 14px; font-size: 13px; display: grid; gap: 3px; color: var(--ink-2); }
.wsummary b { color: #fff; }
.wactions { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.wnote { color: var(--muted); font-size: 12px; margin-top: 12px; }
.done { text-align: center; padding-top: 6px; }
.done__check { width: 76px; height: 76px; border-radius: 50%; background: var(--cyan-soft); display: grid; place-items: center; margin: 0 auto 14px; color: var(--cyan); box-shadow: 0 0 40px rgba(63,227,255,.25); }
.done__check svg { width: 40px; height: 40px; }
.done__check path { stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .7s var(--expo) .2s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.done .ticket { text-align: left; margin: 16px 0; font-size: 13px; border-color: var(--line-2); color: var(--ink-2); }
.done .ticket b { font-size: 15px; color: #fff; }
.toasts { display: grid; gap: 8px; margin-top: 12px; text-align: left; }
.toast { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line); font-size: 12.5px; opacity: 0; transform: translateY(8px); animation: toast .5s var(--expo) forwards; }
.toast:nth-child(1) { animation-delay: .6s; } .toast:nth-child(2) { animation-delay: 1.2s; } .toast:nth-child(3) { animation-delay: 1.8s; }
@keyframes toast { to { opacity: 1; transform: none; } }
.toast i { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; flex: 0 0 auto; font-style: normal; font-size: 12px; font-weight: 700; }
.confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.confetti i { position: absolute; top: -10px; width: 6px; height: 10px; border-radius: 2px; animation: fall 1.8s ease-in forwards; }
@keyframes fall { to { transform: translateY(600px) rotate(720deg); opacity: 0; } }

.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat__card { padding: 26px 24px; transition: transform .45s var(--expo), border-color .3s; }
.feat__card:hover { transform: translateY(-6px); border-color: rgba(63,227,255,.4); }
.feat__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; background: var(--cyan-soft); color: var(--cyan); border: 1px solid rgba(63,227,255,.25); }
.feat__icon svg { width: 22px; height: 22px; }
.feat__card h3 { font-size: 17px; margin-bottom: 6px; }
.feat__card p { color: var(--ink-2); margin: 0; font-size: 14px; }

.work { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.work-card { display: flex; flex-direction: column; overflow: hidden; transition: transform .45s var(--expo), border-color .3s; }
.work-card:hover { transform: translateY(-6px); border-color: rgba(63,227,255,.4); }
.work-card__bar { display: flex; gap: 5px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.03); }
.work-card__bar i { width: 8px; height: 8px; border-radius: 50%; }
.work-card__bar i:nth-child(1) { background: #ee5c62; } .work-card__bar i:nth-child(2) { background: #f6b719; } .work-card__bar i:nth-child(3) { background: #12c02f; }
.work-card__shot { aspect-ratio: 16 / 10; overflow: hidden; }
.work-card__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.2s var(--ease); }
.work-card:hover .work-card__shot img { transform: scale(1.04) translateY(-2%); }
.work-card__ph { aspect-ratio: 16 / 10; display: grid; place-items: center; text-align: center; font-weight: 700; font-size: 18px; color: #fff; background: var(--ph); text-transform: uppercase; letter-spacing: .04em; }
.work-card__ph small { display: block; margin-top: 8px; font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.65); }
.work-card__body { padding: 18px 20px 20px; display: grid; gap: 6px; }
.work-card__kicker { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); }
.work-card h3 { margin: 0; font-size: 18px; }
.work-card p { color: var(--ink-2); margin: 0; font-size: 14px; }
.work-card .link { margin-top: 6px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 24px 22px; }
.step__n { font-weight: 900; font-size: 40px; line-height: 1; color: var(--cyan); text-shadow: 0 0 24px rgba(63,227,255,.45); }
.step h3 { margin: 10px 0 6px; font-size: 17px; }
.step p { color: var(--ink-2); margin: 0; font-size: 14px; }
.step__time { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 30px 26px; transition: transform .45s var(--expo); }
.plan:hover { transform: translateY(-6px); }
.plan--hot { border-color: rgba(63,227,255,.55); box-shadow: 0 0 0 1px rgba(63,227,255,.2), 0 30px 60px -30px rgba(63,227,255,.35); }
.plan__tag { position: absolute; top: -13px; left: 26px; padding: 5px 12px; border-radius: 999px; background: var(--cyan); color: #061125; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.plan h3 { font-size: 20px; margin-bottom: 4px; }
.plan__for { color: var(--muted); font-size: 13.5px; min-height: 42px; }
.plan__price { font-weight: 800; font-size: 42px; letter-spacing: -.03em; margin: 8px 0 2px; }
.plan__price small { font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan__care { font-size: 13px; color: var(--ink-2); margin-bottom: 18px; }
.plan ul { display: grid; gap: 9px; margin-bottom: 24px; font-size: 13.5px; color: var(--ink-2); }
.plan li { display: flex; gap: 9px; align-items: flex-start; }
.plan li::before { content: "✓"; color: var(--cyan); font-weight: 800; }
.plan .btn { margin-top: auto; }

.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 10px; }
.faq details { padding: 4px 22px; transition: border-color .3s; }
.faq details[open] { border-color: rgba(63,227,255,.4); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; font-weight: 600; font-size: 15.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--cyan); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--ink-2); padding-bottom: 16px; margin: 0; font-size: 14.5px; }

.cta { position: relative; overflow: hidden; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: start; isolation: isolate; }
.cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 400px at 100% 0%, rgba(63,227,255,.16), transparent 60%), radial-gradient(500px 360px at 0% 100%, rgba(25,127,255,.2), transparent 60%); }
.form { display: grid; gap: 12px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 12.5px; font-weight: 500; color: var(--ink-2); }
.field textarea { min-height: 90px; resize: vertical; }
.form__note { font-size: 12px; color: var(--muted); margin: 0; }
.form__success { display: none; padding: 20px; border-radius: 12px; background: var(--cyan-soft); border: 1px solid rgba(63,227,255,.3); color: #fff; }
.form.is-sent .form__success { display: block; }
.form.is-sent > :not(.form__success) { display: none; }

.footer { padding: clamp(44px, 6vw, 64px) 0 28px; border-top: 1px solid var(--line); color: var(--ink-2); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer .brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 18px; color: #fff; }
.footer .brand em { font-style: normal; color: var(--cyan); }
.footer .brand svg { width: 24px; height: 24px; filter: drop-shadow(0 0 6px rgba(60,224,255,.75)); }
.footer p { font-size: 13.5px; max-width: 34ch; margin-top: 14px; color: var(--muted); }
.footer h4 { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; color: #fff; }
.footer ul { display: grid; gap: 9px; font-size: 13.5px; }
.footer a:hover { color: var(--cyan); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 22px; font-size: 12px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--expo), transform .9s var(--expo); transition-delay: var(--d, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }
@view-transition { navigation: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .screen, .fcard, .toast { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero .nav, .hero .badge, #h1a, #h1b, #sub1, #sub2, .cta2, .ring, .browser, .phone, .fcard, .marquee__track, .wa::after, .confetti i { animation: none !important; }
  * { transition-duration: .01ms !important; }
}

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .burger { display: grid; place-content: center; gap: 4px; position: absolute; right: 12px; top: 11px; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 14px; background: transparent; cursor: pointer; -webkit-tap-highlight-color: transparent; }
  .burger span { display: block; width: 19px; height: 1.6px; border-radius: 2px; background: rgba(255,255,255,.92); transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .18s; }
  .nav.open .burger span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
  .nav.open .burger span:nth-child(2) { opacity: 0; }
  .nav.open .burger span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }
  .navmenu { display: block; position: absolute; left: 0; right: 0; top: 74px; padding: 12px; border-radius: 22px; border: 1px solid rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(11,15,22,.985), rgba(7,10,16,.99)); -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%); box-shadow: 0 26px 60px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.05); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .24s ease, transform .28s cubic-bezier(.4,0,.2,1), visibility .28s; }
  .nav.open .navmenu { opacity: 1; visibility: visible; transform: none; }
  .links { position: static; display: flex; flex-direction: column; align-items: stretch; height: auto; gap: 2px; }
  .links a { font-size: 15px; padding: 11px 14px; border-radius: 12px; color: rgba(255,255,255,.9); }
  .nav .btn { position: static; width: 100%; height: 46px; margin-top: 10px; font-size: 15px; }
  .nav { left: 286px; width: 600px; }
  .badge { left: 448px; width: 277px; }
  .feat, .pain, .plans { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .demo, .cta { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .work { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero { height: auto; min-height: 0; }
  .canvas { position: relative; left: auto; top: auto; width: 100%; height: auto; transform: none; display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
  .canvas > * { position: static; }
  .stack { display: contents; }
  .nav { position: relative; left: auto; top: auto; width: 100%; max-width: 500px; height: 58px; margin-top: 12px; flex: 0 0 auto; }
  .mark { left: 16px; top: calc(50% - 13px); width: 26px; height: 26px; }
  .wm { left: 49px; top: 0; height: 100%; }
  .wm .kick { top: calc(50% - 15px); font-size: 5px; letter-spacing: .2em; }
  .wm .name { top: calc(50% - 8px); font-size: 17px; }
  .burger { right: 8px; top: 7px; width: 44px; height: 44px; }
  .navmenu { top: 68px; }
  .badge { position: relative; left: auto; top: auto; margin-top: 22px; width: auto; max-width: 100%; height: 36px; flex: 0 0 auto; border-radius: 18px; }
  .badge b { position: relative; left: auto; top: auto; height: 36px; padding: 0 15px 0 42px; font-size: 12.5px; }
  .badge i { top: 3px; left: 4px; width: 28px; height: 28px; }
  .h1 { position: relative; left: auto; top: auto; transform: none; white-space: normal; text-align: center; font-size: clamp(27px, 7.6vw, 34px); line-height: 1.06; letter-spacing: -.01em; max-width: 9em; animation: none; opacity: 1; }
  #h1a, #h1b, #sub1, #sub2, .cta2, .badge { top: auto !important; left: auto !important; }
  #h1a { margin-top: 18px; }
  #h1b { margin-top: 6px; font-size: clamp(22px, 6.2vw, 28px); color: var(--cyan); text-shadow: 0 0 24px rgba(63,227,255,.35); }
  .sub { margin-bottom: 0; }
  #sub2 { margin-top: 2px; }
  .sub { position: relative; left: auto; top: auto; transform: none; white-space: normal; text-align: center; font-size: clamp(14px, 3.9vw, 15.5px); line-height: 1.5; max-width: 340px; animation: none; opacity: 1; }
  #sub1 { margin-top: 14px; }
  .cta2 { position: relative; left: auto; top: auto; margin-top: 22px; flex: 0 0 auto; width: auto; min-width: 158px; height: 52px; padding: 0 26px; font-size: 16px; }
  .showcase { position: relative; left: auto; top: auto; width: calc(100% + 40px); height: 540px; overflow: hidden; margin-top: 18px; order: 10; }
  .ring { position: absolute; left: 50%; margin-left: -586px; top: -430px; width: 1172px; height: 657px; transform-origin: 586px 466px; transform: scale(.7); animation: none; opacity: 1; }
  .browser, .fcard { display: none; }
  .phone { position: absolute; left: 50%; top: 80px; transform: translateX(-50%) rotate(0); width: 210px; height: 430px; z-index: 150; animation: none; opacity: 1; }
  .phone::before { width: 66px; height: 18px; }
  .screen { padding: 40px 13px 13px; font-size: 8.8px; }
  .screen__title { font-size: 12.5px; } .screen__sub { font-size: 8px; }
  .feat, .pain, .plans, .steps { grid-template-columns: 1fr; }
  .cal { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .widget__body { padding: 16px; }
  .wa { width: 54px; height: 54px; right: 14px; bottom: 16px; }
}

/* Spanish copy runs longer: tighten the nav row and the headline on the desktop canvas */
@media (min-width: 701px) {
  html[lang="es"] .links { left: 176px; gap: 11px; }
  html[lang="es"] .links a { font-size: 10.2px; }
  html[lang="es"] .h1 { font-size: 38px; }
  html[lang="es"] #h1a { top: 166px; } html[lang="es"] #h1b { top: 214px; }
}
