/* konekos.com — KonekOS sales site. Dark green tech-modern, glass + PCB circuit. */
:root{
  --bg:#070b16; --accent:#14e0a0; --accent2:#14c8e6;
  --surface:rgba(20,32,54,.55); --line:rgba(255,255,255,.08);
  --ink:#eaf0fb; --ink2:#bcc8de; --muted:#a4b4cd;
  --r:16px; --r-lg:22px; --pill:999px; --maxw:1120px;
  --font:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:var(--font); color:var(--ink); line-height:1.55; -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(60% 48% at 50% -6%, rgba(20,224,160,.12), transparent 60%),
    radial-gradient(46% 40% at 100% 2%, rgba(20,200,230,.09), transparent 55%),
    linear-gradient(180deg,#0a1122,#070b16 42%,#05080f);
  background-attachment:fixed;
}
body::before{
  content:''; position:fixed; inset:0; z-index:0; pointer-events:none;
  background:var(--accent); opacity:.05;
  -webkit-mask:url(assets/circuit.svg) 0 0/300px 300px repeat; mask:url(assets/circuit.svg) 0 0/300px 300px repeat;
}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px; position:relative; z-index:1}
[id]{scroll-margin-top:84px}
a{color:inherit; text-decoration:none}
img{max-width:100%; height:auto; display:block}
h2{font-size:clamp(28px,4vw,42px); letter-spacing:-.02em; font-weight:800; margin:0 0 14px; text-align:center}
.sub{color:var(--ink2); text-align:center; max-width:660px; margin:0 auto 48px; font-size:17px}
.fineprint{color:var(--muted); text-align:center; font-size:13px; margin:18px auto 0; max-width:620px}
small{opacity:.7}
s{color:var(--muted); font-weight:600}

/* buttons */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; white-space:nowrap; font-weight:700; font-family:inherit; cursor:pointer; border:0; border-radius:var(--pill); padding:14px 24px; font-size:15px; transition:transform .15s, box-shadow .2s, background .2s}
.btn-lg{padding:17px 30px; font-size:16.5px}
.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#04130d !important; font-weight:800; letter-spacing:-.01em; box-shadow:0 12px 32px -8px rgba(20,224,160,.55)}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 18px 44px -8px rgba(20,224,160,.7)}
/* Secondary/ghost buttons: near-WHITE bold label on a clearly-visible surface so
   the button reads as a real, tappable button on the dark page (the gray-on-dark
   version was technically AA but perceptually weak — "hard to read"). */
.btn-ghost{background:rgba(255,255,255,.12); color:var(--ink); border:1px solid rgba(255,255,255,.28); font-weight:700}
.btn-ghost:hover{background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.40); color:#fff}

/* nav */
.nav{position:sticky; top:0; z-index:50; -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px); background:rgba(7,11,22,.62); border-bottom:1px solid var(--line)}
.nav .wrap{display:flex; align-items:center; justify-content:space-between; height:70px}
.nav-logo{height:30px}
.nav-links{display:flex; gap:28px; align-items:center}
/* nav anchors: pad the hit area to >=44px tall (touch target) without moving the
   label — extra padding is cancelled by an equal negative margin, so the row is
   visually unchanged while the tappable box grows. */
.nav-links a:not(.btn){color:var(--ink2); font-weight:600; font-size:15px; display:inline-flex; align-items:center; min-height:44px; padding:11px 0; margin:-11px 0}
.nav-links a:not(.btn):hover{color:var(--ink)}
@media(max-width:820px){.nav-links a:not(.btn){display:none} .nav-links .btn-ghost{display:none} .nav-links{gap:12px} .nav-links .btn-primary{padding:10px 18px; font-size:14px}}
/* language flag toggle (stays visible on mobile — it's a button, not an anchor) */
.lang-flag{background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.24); color:var(--ink); border-radius:999px; padding:7px 13px; font:700 13.5px/1 Inter,system-ui,sans-serif; cursor:pointer; white-space:nowrap; transition:border-color .15s, color .15s, background .15s}
.lang-flag:hover{border-color:var(--accent); color:var(--ink)}
/* 40px was 4px under the 44px touch minimum, and this is the one control a
   Tagalog-speaking visitor reaches for first. Raised without changing its size on
   screen much — the padding already carried the look. */
@media(max-width:820px){.lang-flag{padding:9px 12px; min-height:44px; font-size:12.5px; order:1; display:inline-flex; align-items:center}}

/* hero */
.hero{padding:80px 0 36px; text-align:center}
.eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; color:var(--accent); background:rgba(20,224,160,.1); border:1px solid rgba(20,224,160,.28); padding:7px 15px; border-radius:var(--pill)}
.hero h1{font-size:clamp(34px,5.6vw,60px); line-height:1.06; letter-spacing:-.03em; font-weight:800; margin:26px auto 18px; max-width:880px; color:#fff}
.hero h1 .g{background:linear-gradient(120deg,var(--accent),var(--accent2)); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero .lead{font-size:clamp(16px,2.2vw,20px); color:var(--ink2); max-width:660px; margin:0 auto 28px}
.cta{display:flex; gap:14px; justify-content:center; flex-wrap:wrap}
.hero-note{margin-top:16px; color:var(--muted); font-size:14px}
.stats{display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin:44px auto 0; max-width:840px}
.stat{flex:1; min-width:140px; background:var(--surface); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); border:1px solid var(--line); border-radius:var(--r); padding:18px 12px; text-align:center}
.stat b{display:block; font-size:26px; font-weight:800; color:var(--accent); letter-spacing:-.02em}
.stat span{font-size:13px; color:var(--muted)}
.hero-shot{margin:54px auto 0; max-width:300px}
.phone{border-radius:36px; padding:8px; background:linear-gradient(160deg,#1a2740,#0c1322); border:1px solid var(--line); box-shadow:0 60px 130px -40px #000, 0 0 90px -34px rgba(20,224,160,.45)}
.phone img{border-radius:28px}

/* sections + glass */
section{padding:64px 0; position:relative; z-index:1}
.glass{background:var(--surface); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border:1px solid var(--line); border-radius:var(--r-lg)}

/* why-trust strip (origin angle, near the top) */
.trust-why{padding:40px 0 32px}
.trust-row{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; max-width:1000px; margin:0 auto}
@media(max-width:820px){.trust-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.trust-row{grid-template-columns:1fr}}
.trust-item{display:flex; gap:12px; align-items:flex-start; padding:15px 16px}
.trust-item .ti-ic{font-size:22px; line-height:1.1}
.trust-item b{display:block; font-size:14.5px; color:var(--ink); margin-bottom:2px}
.trust-item span{font-size:12.5px; color:var(--ink2); line-height:1.45}
.how-img{width:100%; max-width:1000px; margin:6px auto 0; display:block}

/* ROI band */
.roi-band{padding:48px 0; background:radial-gradient(80% 120% at 50% 0%, rgba(20,224,160,.08), transparent 60%)}
.roi-tiles{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; max-width:720px; margin:0 auto}
.roi-tile{flex:1; min-width:180px; padding:22px; text-align:center; border-radius:var(--r)}
.roi-tile b{display:block; font-size:32px; font-weight:800; color:var(--accent)}
.roi-tile b span{font-size:15px; color:var(--muted); font-weight:600}
.roi-tile>span{font-size:14px; color:var(--ink2)}

/* features */
.grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.grid-3{max-width:860px; margin:0 auto}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.grid{grid-template-columns:1fr}}
.feat{padding:26px; border-radius:var(--r-lg)}
.feat .ic{width:46px; height:46px; border-radius:13px; display:grid; place-items:center; font-size:22px; background:rgba(20,224,160,.12); border:1px solid rgba(20,224,160,.25); margin-bottom:16px}
.feat h3{margin:0 0 8px; font-size:18px; font-weight:700}
.feat p{margin:0; color:var(--ink2); font-size:14.5px}

/* showcase */
.show{display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center; margin-bottom:30px}
.show:nth-child(even){grid-template-columns:.9fr 1.1fr}
.show:nth-child(even) .show-txt{order:2}
@media(max-width:820px){.show,.show:nth-child(even){grid-template-columns:1fr}.show:nth-child(even) .show-txt{order:0}}
.show-txt h3{font-size:26px; letter-spacing:-.02em; margin:0 0 10px}
.show-txt p{color:var(--ink2); margin:0}
.show-txt{min-width:0}
/* mobile: let long showcase button labels wrap instead of forcing horizontal overflow */
@media(max-width:520px){.show-txt .btn{white-space:normal; height:auto; line-height:1.35}}
.show-img{border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line); box-shadow:0 40px 90px -36px #000}

/* themes grid */
.themes-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
@media(max-width:900px){.themes-grid{grid-template-columns:repeat(2,1fr); gap:14px}}
@media(max-width:420px){.themes-grid{grid-template-columns:repeat(2,1fr); gap:10px}}
.theme{margin:0}
.theme img{width:100%; aspect-ratio:402/760; object-fit:cover; border-radius:18px; border:1px solid var(--line); box-shadow:0 22px 50px -26px #000; transition:transform .2s, box-shadow .2s}
.theme:hover img{transform:translateY(-6px); box-shadow:0 32px 70px -24px #000, 0 0 50px -26px rgba(20,224,160,.5)}
.theme figcaption{text-align:center; margin-top:12px}
.theme figcaption b{display:block; font-size:15.5px}
.theme figcaption span{font-size:12.5px; color:var(--muted)}

/* dual-demo links + showcase try-it button */
.demo-links{font-size:14px; color:var(--muted); margin:14px 0 0}
/* inline demo links: grow the tap target to >=44px tall via vertical padding,
   pulled back with equal negative margin so the sentence stays visually unchanged.
   Hover underline uses text-decoration (hugs the text) instead of a border-bottom
   that would otherwise sit at the padded edge. */
.demo-links a{color:var(--accent); font-weight:600; text-decoration:none; display:inline-flex; align-items:center; min-height:44px; padding-block:11px; margin-block:-11px; text-underline-offset:2px}
.demo-links a:hover{text-decoration:underline; text-decoration-color:var(--accent)}
.show-txt .btn{margin-top:18px}

/* comparison table */
.cmp{padding:8px; overflow-x:auto}
.cmp table{width:100%; border-collapse:collapse; min-width:560px}
.cmp th,.cmp td{padding:14px 16px; text-align:left; border-bottom:1px solid var(--line); font-size:14.5px; color:var(--ink2)}
.cmp th{font-weight:700; color:var(--ink); font-size:14px; text-align:center}
.cmp td:not(:first-child){text-align:center}
.cmp .hl{color:var(--accent); font-weight:700}
.cmp thead .hl{background:rgba(20,224,160,.1)}
.cmp tbody .hl{background:rgba(20,224,160,.05)}
.cmp tr:last-child td{border-bottom:0}
@media(max-width:560px){ .cmp th,.cmp td{padding:11px 10px; font-size:13px} .cmp table{min-width:480px} }

/* lifetime vs renewals */
.band{text-align:center; padding:54px 34px; border-radius:28px; background:radial-gradient(80% 120% at 50% 0%, rgba(20,224,160,.16), transparent 60%), var(--surface); border:1px solid rgba(20,224,160,.3)}

/* Start section — refined "all-in cost" callout. Overrides the generic .band
   slab (which read as an oversized, empty box) with a tighter, focused glass
   card: the total as a single-line gradient hero, a hairline divider, then the
   payback copy. Scoped to .start-total so the other .band variants are
   untouched; declared after .band so source order wins the conflicts. */
.start-total{
  max-width:840px; margin:10px auto 0; padding:40px 46px; border-radius:var(--r-lg);
  text-align:center; position:relative; overflow:hidden;
  background:radial-gradient(120% 130% at 50% 0%, rgba(20,224,160,.17), transparent 62%), var(--surface);
  -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px);
  border:1px solid rgba(20,224,160,.28);
  box-shadow:0 30px 72px -34px rgba(20,224,160,.5), inset 0 1px 0 rgba(255,255,255,.05);
}
.start-total::before{               /* top accent hairline */
  content:''; position:absolute; inset:0 0 auto 0; height:2px;
  background:linear-gradient(90deg, transparent, var(--accent) 30%, var(--accent2) 70%, transparent); opacity:.9;
}
.start-total h2{
  margin:0; text-align:center; white-space:nowrap; letter-spacing:-.025em; line-height:1.05;
  font-size:clamp(26px,4.6vw,44px); font-weight:800;
  background:linear-gradient(135deg, #c4fdec, var(--accent) 46%, var(--accent2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.start-total .sub{
  margin:20px auto 0; max-width:600px; text-align:center; font-size:15px; line-height:1.62; color:var(--ink2);
  padding-top:20px; border-top:1px solid rgba(20,224,160,.18);
}
.start-total .sub b{color:var(--ink); font-weight:700}
@media(max-width:560px){
  .start-total{padding:30px 24px}
  /* Let the all-in-cost hero WRAP on mobile instead of clipping: at 390px the
     TL line "≈ ₱2,500–₱3,000 para magsimula" can't fit on one line at any
     readable size, and the parent's overflow:hidden was silently cutting the
     last word. white-space:normal + a smaller mobile clamp keeps it balanced. */
  .start-total h2{white-space:normal; font-size:clamp(22px,7.2vw,34px)}
  .start-total .sub{font-size:14.5px}
}
.lifetime .years{display:flex; gap:14px; justify-content:center; align-items:flex-end; max-width:560px; margin:26px auto 0; flex-wrap:wrap}
.yr{display:flex; flex-direction:column; align-items:center; gap:6px; flex:1; min-width:60px}
.yr>span{font-size:12px; color:var(--muted)}
.bar{width:100%; border-radius:8px; padding:8px 0; font-weight:700; font-size:13px}
.bar.k{background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#04130d}
.bar.k.z{background:rgba(20,224,160,.14); color:var(--accent)}
.bar.t{background:rgba(248,113,113,.18); color:#fca5a5; margin-top:6px}
.yr-key{flex-basis:100%; display:flex; gap:22px; justify-content:center; margin-top:14px; font-size:13px; color:var(--ink2)}
.dot{display:inline-block; width:10px; height:10px; border-radius:3px; margin-right:6px; vertical-align:middle}
.dot.k{background:var(--accent)} .dot.t{background:#fca5a5}

/* pricing tiers */
.tiers{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; max-width:980px; margin:0 auto}
@media(max-width:820px){.tiers{grid-template-columns:1fr; max-width:420px}}
.tier{position:relative; padding:30px 26px; border-radius:24px; display:flex; flex-direction:column}
.tier.featured{border:1px solid rgba(20,224,160,.45); box-shadow:0 30px 70px -24px #000, 0 0 60px -22px rgba(20,224,160,.45); transform:translateY(-10px)}
@media(max-width:820px){.tier.featured{transform:none; order:-1}}
.tier-badge{position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#04130d; font-weight:800; font-size:12px; letter-spacing:.04em; padding:6px 14px; border-radius:var(--pill)}
.tier-name{font-size:14px; font-weight:800; letter-spacing:.1em; color:var(--accent)}
.tier-price{font-size:42px; font-weight:800; letter-spacing:-.03em; margin:6px 0 2px}
.tier-price s{font-size:20px; margin-left:6px}
.tier-per{color:var(--accent); font-size:13px; font-weight:800; letter-spacing:.01em; margin:2px 0 8px}
.tier-tag{color:var(--ink2); font-size:14px; margin-bottom:16px}
.incl{text-align:left; margin:8px 0 22px; display:flex; flex-direction:column; gap:10px; flex:1}
.incl li{list-style:none; display:flex; gap:10px; align-items:flex-start; color:var(--ink2); font-size:14.5px}
.incl li::before{content:'✓'; color:var(--accent); font-weight:800}
.tier .btn{width:100%}
/* payment: PayPal button (primary) + clean GCash QR fallback */
.pay-btn{width:100%}
.pay-alt{margin-top:14px; display:flex; flex-direction:column; align-items:center; gap:10px}
.pay-or{font-size:12.5px; font-weight:600; color:var(--ink2); letter-spacing:.01em}
.pay-qr{width:132px; height:132px; border-radius:12px; background:#fff; padding:8px; box-shadow:0 4px 14px rgba(0,0,0,.18); display:block; cursor:zoom-in; transition:transform .12s ease, box-shadow .12s ease}
.pay-qr:hover,.pay-qr:focus-visible{transform:translateY(-2px); box-shadow:0 10px 26px rgba(0,0,0,.30); outline:2px solid var(--accent); outline-offset:3px}

/* QR enlarge lightbox */
.qr-lb{position:fixed; inset:0; z-index:9999; display:none; align-items:center; justify-content:center; padding:24px; background:rgba(3,6,14,.88)}
.qr-lb.open{display:flex}
.qr-lb-card{position:relative; box-sizing:border-box; background:#fff; border-radius:18px; padding:26px 24px 22px; width:min(88vw,340px); text-align:center; box-shadow:0 24px 70px rgba(0,0,0,.5); animation:qrpop .18s ease}
@keyframes qrpop{from{transform:scale(.94); opacity:0} to{transform:scale(1); opacity:1}}
.qr-lb-img{width:100%; max-width:288px; aspect-ratio:1; object-fit:contain; border-radius:10px; display:block; margin:0 auto}
.qr-lb-close{position:absolute; top:6px; right:10px; border:0; background:transparent; font-size:30px; line-height:1; color:#0b1020; cursor:pointer; padding:4px 10px; border-radius:8px}
.qr-lb-close:hover{background:rgba(0,0,0,.08)}
.qr-lb-cap{display:flex; align-items:center; justify-content:center; gap:8px; margin:16px 0 14px; color:#33405a; font-size:14px; font-weight:600}
.qr-lb-gc{height:20px; display:block}
.qr-lb-save{display:inline-block; padding:10px 18px; border-radius:10px; font-weight:700; font-size:13.5px; text-decoration:none; background:#0b1020; color:#fff; border:1px solid transparent; transition:background .12s ease}
.qr-lb-save:hover{background:#1b2740}

/* Click-to-enlarge screenshot lightbox (portal / desktop / ADMIN dashboard / etc.) */
img.zoomable{cursor:zoom-in; transition:filter .12s ease}
img.zoomable:hover{filter:brightness(1.05)}
img.zoomable:focus-visible{outline:2px solid var(--accent); outline-offset:3px}
.img-lb{position:fixed; inset:0; z-index:10000; display:none; align-items:center; justify-content:center; padding:20px; background:rgba(3,6,14,.93); cursor:zoom-out}
.img-lb.open{display:flex; animation:imgfade .15s ease}
@keyframes imgfade{from{opacity:0} to{opacity:1}}
.img-lb-fig{margin:0; max-width:96vw; max-height:94vh; display:flex; flex-direction:column; align-items:center; gap:10px}
.img-lb-img{max-width:96vw; max-height:88vh; width:auto; height:auto; border-radius:12px; box-shadow:0 24px 80px rgba(0,0,0,.6); background:#0b1020; cursor:default}
.img-lb-cap{color:#c9d4e8; font-size:13.5px; text-align:center; max-width:90vw; margin:0}
.img-lb-close{position:fixed; top:14px; right:18px; width:44px; height:44px; border:0; border-radius:50%; background:rgba(255,255,255,.14); color:#fff; font-size:26px; line-height:1; cursor:pointer; z-index:1}
.img-lb-close:hover,.img-lb-close:focus-visible{background:rgba(255,255,255,.26); outline:2px solid var(--accent)}

/* trust strip */
.trust-strip{max-width:760px; margin:34px auto 0; text-align:center; color:var(--ink2); font-size:14.5px}
.pay-badges{font-size:15px; margin-bottom:12px}
.pay-badges a{color:var(--accent); font-weight:600}
.trust-strip p{margin:8px 0}
.trial-link a{color:var(--accent); font-weight:700}

/* faq */
.faq{max-width:760px; margin:0 auto}
details{background:var(--surface); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); border:1px solid var(--line); border-radius:var(--r); padding:18px 22px; margin-bottom:12px}
details summary{cursor:pointer; font-weight:700; font-size:16px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:12px}
details summary::after{content:'+'; color:var(--accent); font-size:22px}
details[open] summary::after{content:'–'}
details p{color:var(--ink2); margin:12px 0 0; font-size:15px}

.cta-band h2{margin-bottom:10px}

/* footer */
footer{border-top:1px solid var(--line); padding:48px 0 90px; margin-top:40px; color:var(--muted); font-size:14px}
footer .wrap{display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; align-items:center}
/* footer links: expand the tap target to >=44px tall with vertical padding,
   offset by equal negative margin so the inline footer text stays put visually. */
footer a{color:var(--ink2); display:inline-flex; align-items:center; min-height:44px; padding-block:12.5px; margin-block:-12.5px}
footer a:hover{color:var(--accent)}
.foot-logo{height:26px; margin-bottom:10px}
/* Mobile: once the two footer blocks stack, left-align the second one too — its
   inline text-align:right otherwise leaves the stacked groups with no shared edge
   (inline style beats stylesheet specificity, so !important is required here). */
@media(max-width:560px){
  footer .wrap{flex-direction:column; align-items:flex-start}
  footer .wrap>div[style*="text-align:right"]{text-align:left !important}
}

/* sticky mobile buy bar */
.buybar{display:none}
@media(max-width:820px){
  .buybar{display:flex; align-items:center; justify-content:space-between; gap:12px; position:fixed; left:0; right:0; bottom:0; z-index:60; padding:10px 16px; padding-bottom:max(10px,env(safe-area-inset-bottom)); background:rgba(7,11,22,.92); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border-top:1px solid var(--line)}
  .buybar-price{font-size:14px; color:var(--ink2); line-height:1.2}
  .buybar-price b{color:var(--accent); font-size:18px}
  .buybar-cta{display:flex; gap:8px}
  .buybar .btn{padding:11px 16px; font-size:14px}
  body{padding-bottom:max(72px, calc(60px + env(safe-area-inset-bottom)))}
}

/* honest earnings explainer */
.earn-tiers{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:900px; margin:0 auto}
@media(max-width:720px){.earn-tiers{grid-template-columns:1fr; max-width:420px}}
.earn-tier{padding:24px 22px; border-radius:var(--r-lg); text-align:center}
.earn-tier.featured{border:1px solid rgba(20,224,160,.45); box-shadow:0 0 50px -26px rgba(20,224,160,.5)}
.earn-tier .et-tag{display:block; font-size:12px; font-weight:700; letter-spacing:.05em; color:var(--muted); text-transform:uppercase}
.earn-tier b{display:block; font-size:27px; font-weight:800; color:var(--accent); letter-spacing:-.02em; margin:9px 0}
.earn-tier b span{font-size:14px; color:var(--muted); font-weight:600}
.earn-tier .et-d{font-size:13.5px; color:var(--ink2)}

/* launch-price reason-why */
.why-launch{text-align:center; color:var(--ink2); font-size:14.5px; max-width:640px; margin:-28px auto 20px}
.why-launch b{color:var(--ink)}
.price-guide{text-align:center; color:var(--ink2); font-size:15px; max-width:620px; margin:0 auto 30px; padding:12px 18px; background:rgba(20,224,160,.06); border:1px solid rgba(20,224,160,.18); border-radius:14px}
.price-guide b{color:var(--ink)}

/* payment-help note at checkout */
.pay-note{max-width:640px; margin:16px auto 0; text-align:left; background:rgba(20,224,160,.06); border:1px solid rgba(20,224,160,.22); border-radius:14px; padding:14px 18px}
.pay-note p{margin:7px 0; font-size:13.5px; line-height:1.5; color:var(--ink2)}
.pay-note b{color:var(--ink)}

/* founder story with photo */
.founder-band{display:grid; grid-template-columns:160px 1fr; gap:36px; align-items:center; text-align:left; padding:44px 40px}
@media(max-width:760px){.founder-band{grid-template-columns:1fr; gap:24px; padding:36px 22px}}
.founder-band h2{text-align:left; font-size:clamp(24px,3.2vw,34px)}
.founder-band .sub{text-align:left; max-width:none; margin:0 0 14px}
.founder-band .fineprint{text-align:left; max-width:none; margin:16px 0 0}
.founder-photo{margin:0}
.founder-photo .fp-frame{display:block; padding:5px; border-radius:20px; background:linear-gradient(135deg,var(--accent),var(--accent2)); box-shadow:0 26px 64px -28px #000, 0 0 60px -30px rgba(20,224,160,.5)}
.founder-photo img{display:block; width:100%; border-radius:15px}
.founder-photo figcaption{margin-top:11px; text-align:center; font-size:13px; color:var(--ink2)}
@media(max-width:760px){
  .founder-photo{max-width:190px; margin:0 auto}
  .founder-band h2, .founder-band .sub, .founder-band .fineprint{text-align:center}
  .founder-band .sub{max-width:560px; margin-left:auto; margin-right:auto}
}

/* flashy accepted-payment badges + GCash QR */
.pay-methods{display:flex; flex-direction:column; align-items:center; gap:12px; margin:0 auto 16px}
.pm-label{font-size:14px; color:var(--ink2); font-weight:600}
.pm-badges{display:flex; gap:14px; flex-wrap:wrap; justify-content:center}
.pm-badge{display:inline-flex; border-radius:11px; box-shadow:0 12px 30px -12px rgba(0,0,0,.55); transition:transform .15s, box-shadow .2s}
.pm-badge:hover{transform:translateY(-3px); box-shadow:0 18px 40px -12px rgba(0,0,0,.6)}
.pm-badge svg{display:block; height:46px; width:auto}
.gcash-qr{margin:18px auto 0; max-width:260px; text-align:center}
.gcash-qr img{width:200px; height:200px; border-radius:16px; padding:8px; background:#fff; border:2px solid #0057ff; box-shadow:0 16px 44px -16px rgba(0,120,255,.7)}
.gcash-qr figcaption{margin-top:10px; font-size:12.5px; color:var(--ink2)}

/* everything-you-get complete feature list — design-studio readability pass */
.ev-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:1040px; margin:0 auto; align-items:start}
@media(max-width:860px){.ev-grid{grid-template-columns:1fr; max-width:560px}}
.ev-cat{padding:26px 28px; border-left:3px solid transparent; transition:transform .18s ease, border-color .2s, box-shadow .2s, border-color .2s}
.ev-cat:hover{transform:translateY(-3px); border-left-color:var(--accent); border-color:rgba(20,224,160,.35); box-shadow:0 26px 64px -30px #000, 0 0 54px -30px rgba(20,224,160,.4)}
.ev-cat-head{display:flex; gap:14px; align-items:center; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid var(--line)}
.ev-cat-head .ev-ic{font-size:24px; width:50px; height:50px; border-radius:14px; display:grid; place-items:center; background:linear-gradient(135deg,rgba(20,224,160,.2),rgba(20,200,230,.1)); border:1px solid rgba(20,224,160,.3); flex:none}
.ev-cat-head h3{margin:0 0 3px; font-size:18px; font-weight:800; letter-spacing:-.01em}
.ev-cat-head p{margin:0; color:var(--ink2); font-size:13px; line-height:1.4}
.ev-feats{list-style:none; margin:0; padding:0; display:block}
.ev-feats li{position:relative; display:block; padding:10px 0 10px 28px; font-size:14px; line-height:1.5; border-top:1px solid rgba(255,255,255,.05)}
.ev-feats li:first-child{border-top:0; padding-top:0}
.ev-feats li::before{content:''; position:absolute; left:1px; top:11px; width:15px; height:15px; background:var(--accent); -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8l4 4L14 3' stroke='black' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8l4 4L14 3' stroke='black' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain}
.ev-feats li:first-child::before{top:1px}
.ev-feats b{color:var(--ink); font-weight:700}
.ev-feats span{color:var(--muted)}
.ev-unique{margin-top:40px}
.ev-unique h3{text-align:center; font-size:23px; font-weight:800; margin:0 0 22px}
.ev-unique ul{list-style:none; margin:0 auto; padding:0; max-width:880px; display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; text-align:left}
@media(max-width:700px){.ev-unique ul{grid-template-columns:1fr; max-width:560px}}
.ev-unique li{position:relative; padding-left:26px; font-size:14.5px; color:var(--ink2); line-height:1.5}
.ev-unique li::before{content:'★'; position:absolute; left:0; top:1px; color:var(--accent); font-size:14px}

.ev-more{text-align:center; margin:30px 0 0}
.ev-more a{color:var(--accent); font-weight:700; font-size:15.5px; border-bottom:1px solid transparent}
.ev-more a:hover{border-bottom-color:var(--accent)}

/* how the free trial works */
.trial-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:900px; margin:0 auto}
@media(max-width:720px){.trial-steps{grid-template-columns:1fr; max-width:420px}}
.trial-step{position:relative; padding:26px 22px 22px; text-align:center}
.trial-step .ts-n{position:absolute; top:-16px; left:50%; transform:translateX(-50%); width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#04130d; font-weight:800; font-size:17px; display:grid; place-items:center}
.trial-step h3{margin:10px 0 8px; font-size:17px}
.trial-step p{margin:0; color:var(--ink2); font-size:14px}

/* which box decision aid */
.wb-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; max-width:1000px; margin:0 auto}
@media(max-width:900px){.wb-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.wb-grid{grid-template-columns:1fr; max-width:380px}}
.wb-card{padding:22px 20px}
.wb-tag{display:inline-block; font-size:12px; font-weight:700; color:var(--accent); background:rgba(20,224,160,.1); border:1px solid rgba(20,224,160,.25); padding:4px 10px; border-radius:999px; margin-bottom:12px}
.wb-card h3{margin:0 0 2px; font-size:17px; font-weight:700}
.wb-price{color:var(--ink); font-weight:800; font-size:20px; margin-bottom:12px}
.wb-card ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px}
.wb-card li{display:flex; gap:8px; align-items:flex-start; font-size:13.5px; color:var(--ink2); line-height:1.4}
.wb-card li::before{content:'•'; color:var(--accent); font-weight:800; flex:none}


/* balance the "What you need" tiles: 4-up on desktop, 2x2 tablet, stacked mobile */
#start .grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){#start .grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){#start .grid{grid-template-columns:1fr}}

/* theme showcase: light/dark group headings */
.themes-sub{position:relative; text-align:center; font-size:17px; font-weight:800; letter-spacing:-.01em; color:var(--ink); margin:22px auto 26px; padding-bottom:12px}
.themes-sub::after{content:''; position:absolute; left:50%; bottom:0; transform:translateX(-50%); width:56px; height:3px; border-radius:3px; background:linear-gradient(90deg,var(--accent),var(--accent2))}
.themes-sub-dark{margin-top:44px}


/* 375px squeezes (E2E audit) */
@media(max-width:440px){.roi-tile{min-width:100%}}
@media(max-width:520px){.hero .cta{flex-direction:column} .hero .cta .btn{width:100%}}
@media(max-width:400px){.cmp table{min-width:340px} .cmp th,.cmp td{padding:9px 7px; font-size:12.5px}}

/* Legibility floor on mobile (WCAG-friendly): lift the smallest labels off ~10-12px
   up to ~12.5-13px at narrow widths, without touching desktop. The comparison-header
   <small> price notes shrank to ~10px via the browser's 0.83em <small>; pin them to a
   legible size, and nudge the .et-tag / .wb-tag pills from 12px to 12.5px. */
@media(max-width:520px){
  .cmp th small, .cmp td small{font-size:12.5px}
  .earn-tier .et-tag, .wb-tag{font-size:12.5px}
}

/* Keyboard focus visibility (WCAG 2.4.7) — visible ring for keyboard users, no effect on mouse */
:focus-visible{outline:2px solid var(--accent); outline-offset:3px; border-radius:8px}
.btn:focus-visible{outline:2px solid #fff; outline-offset:3px}
.nav-links a:focus-visible, .demo-links a:focus-visible, footer a:focus-visible{outline:2px solid var(--accent); outline-offset:4px}
summary:focus-visible{outline:2px solid var(--accent); outline-offset:2px}

/* ── Signature new-features section (jukebox + oscilloscope) ── */
#signature .sig-eyebrow{display:flex; width:max-content; margin:0 auto 18px}
.show-phone{display:flex; justify-content:center}
.show-phone .phone{max-width:250px; width:100%}
.show-phone .phone img{width:100%; display:block}

/* ── Interactive theme switcher ── */
.theme-stage{max-width:780px; margin:4px auto 36px; text-align:center}
.ts-frame{height:440px; display:flex; align-items:center; justify-content:center; padding:16px; border-radius:var(--r-lg); background:radial-gradient(90% 120% at 50% 0%, rgba(20,224,160,.12), transparent 62%), var(--surface); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border:1px solid var(--line); box-shadow:0 44px 96px -40px #000; overflow:hidden}
.ts-frame img{max-height:100%; max-width:100%; width:auto; height:auto; border-radius:14px; object-fit:contain; box-shadow:0 22px 50px -26px #000; transition:opacity .16s ease}
.ts-cap{margin:16px 0 0; color:var(--ink2); font-size:15px}
.ts-cap b{color:var(--ink); font-weight:700}
@media(max-width:560px){.ts-frame{height:360px; padding:12px}}
/* the theme figures become clickable preview triggers */
.themes-grid .theme[role=button]{cursor:pointer; outline:none}
.themes-grid .theme[role=button] img{transition:transform .2s, box-shadow .2s, border-color .2s}
.themes-grid .theme.is-selected img{border-color:var(--accent); box-shadow:0 24px 54px -24px #000, 0 0 0 2px var(--accent), 0 0 46px -20px rgba(20,224,160,.7)}
.themes-grid .theme[role=button]:focus-visible img{border-color:var(--accent); box-shadow:0 24px 54px -24px #000, 0 0 0 3px var(--accent)}
.themes-grid .theme.is-selected figcaption b{color:var(--accent)}
/* per-theme cute mascot badge on each card */
.theme figcaption .theme-mascot{display:block; width:34px; height:34px; margin:2px auto 5px; filter:drop-shadow(0 4px 8px rgba(0,0,0,.35))}
/* flagship "Signal" — the signature/default look, featured above the 8 flavours */
.themes-grid-signature{grid-template-columns:minmax(0,300px); justify-content:center}
.theme-flagship{position:relative}
.theme-flagship .flag-badge{position:absolute; top:12px; right:12px; z-index:2; font-size:11px; font-weight:800; letter-spacing:.08em; padding:5px 11px; border-radius:999px; background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#04120c; box-shadow:0 8px 20px -6px rgba(20,224,160,.6)}

/* KONEK-GALLERY:START (generated — do not hand-edit) */
#gallery{padding:76px 0}
.gal-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
@media(max-width:980px){.gal-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.gal-grid{grid-template-columns:1fr}}
.gal-card{margin:0; background:var(--card,rgba(255,255,255,.02)); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; display:flex; flex-direction:column}
.gal-card a{display:block; line-height:0; background:#0b0f14}
/* Portrait phone shots and landscape console shots sit in one grid, so cap the box and
   letterbox instead of letting a 412x900 portal shot stretch a row to twice the height. */
.gal-card img{width:100%; height:auto; max-height:340px; object-fit:contain; transition:transform .35s ease}
.gal-card:hover img{transform:scale(1.02)}
.gal-card figcaption{padding:13px 15px 15px; display:flex; flex-direction:column; gap:4px}
.gal-card figcaption b{font-size:15px}
.gal-card figcaption span{color:var(--ink2); font-size:13.5px; line-height:1.45}
.gal-note{text-align:center; color:var(--ink2); font-size:14px; margin:26px auto 0; max-width:640px}
@media(prefers-reduced-motion:reduce){.gal-card img{transition:none}.gal-card:hover img{transform:none}}
/* KONEK-GALLERY:END */

/* ======================================================================
   KonekOS material system on the site — the same contract as the product
   ======================================================================
   The site used to fork its own tokens, which is why it read as a different
   product from the thing it sells. These are the SAME --th-* dials shipped in
   the app's public/shared/tokens.css: a theme changes SHAPE, DENSITY, GAIT and
   TYPE PROPORTION, not just colour. The site's own --r/--r-lg/--pill now derive
   from them, so switching a theme here reshapes the page exactly as it reshapes
   a customer's portal.

   NOTE: do not write a star followed by a slash inside these comments — it ends
   the comment early and the parser silently drops every rule that follows.
   ====================================================================== */
:root{
  --th-r-1:8px; --th-r-2:12px; --th-r-3:16px; --th-r-4:22px; --th-r-5:28px; --th-r-6:36px;
  --th-r-pill:999px; --th-edge-w:1px;
  --th-density:1; --th-gap-k:1;
  --th-dur-k:1; --th-travel:2px;
  --th-type-ratio:1.25; --th-w-title:800; --th-w-display:900;
  --th-track-display:-.01em; --th-case-display:none;
  --bulb-hot:#fff2c4;
}
/* the site's existing shape tokens now DERIVE from the contract */
:root{ --r:var(--th-r-3); --r-lg:var(--th-r-4); --pill:var(--th-r-pill); }

/* ---- the nine presets, matched to the product's decoration keys ---- */
[data-decoration='signal']{ --th-r-3:16px; --th-r-4:22px; --th-r-6:36px; --th-dur-k:1;
  --th-density:1; --th-type-ratio:1.25; --th-w-title:800; --accent:#14e0a0; --accent2:#14c8e6; }
[data-decoration='grid']{ --th-r-1:2px; --th-r-2:3px; --th-r-3:4px; --th-r-4:6px; --th-r-5:8px; --th-r-6:10px;
  --th-r-pill:6px; --th-edge-w:2px; --th-dur-k:.72; --th-density:.94; --th-type-ratio:1.36;
  --th-w-title:900; --th-case-display:uppercase; --th-track-display:.02em;
  --accent:#ffd400; --accent2:#ff7a1a; }
[data-decoration='circuit']{ --th-r-3:8px; --th-r-4:10px; --th-r-6:16px; --th-r-pill:10px;
  --th-dur-k:.75; --th-density:.92; --th-type-ratio:1.32; --th-w-title:800;
  --accent:#7c5cff; --accent2:#22d3ee; }
[data-decoration='waves']{ --th-r-3:26px; --th-r-4:34px; --th-r-6:52px; --th-dur-k:1.4;
  --th-density:1.08; --th-type-ratio:1.16; --th-w-title:500; --accent:#2dd4bf; --accent2:#38bdf8; }
[data-decoration='fiesta']{ --th-r-3:18px; --th-r-4:22px; --th-r-6:32px; --th-dur-k:1.2;
  --th-density:1.06; --th-type-ratio:1.18; --th-w-title:700; --accent:#ff5fa2; --accent2:#ffb020; }
[data-decoration='rays']{ --th-r-3:12px; --th-r-4:16px; --th-r-6:26px; --th-dur-k:1.1;
  --th-type-ratio:1.28; --th-w-title:800; --th-case-display:uppercase; --th-track-display:.02em;
  --accent:#f5b301; --accent2:#ff7a1a; }
[data-decoration='honeycomb']{ --th-r-3:8px; --th-r-4:10px; --th-r-6:18px; --th-dur-k:1.05;
  --th-type-ratio:1.22; --th-w-title:700; --accent:#f0a500; --accent2:#ffd400; }
[data-decoration='leaves']{ --th-r-3:18px; --th-r-4:24px; --th-r-6:38px; --th-dur-k:1.15;
  --th-density:1.04; --th-type-ratio:1.20; --th-w-title:600; --accent:#4ade80; --accent2:#a3e635; }
[data-decoration='bubbles']{ --th-r-3:24px; --th-r-4:30px; --th-r-6:48px; --th-dur-k:1.25;
  --th-density:1.05; --th-type-ratio:1.20; --th-w-title:600; --accent:#c084fc; --accent2:#f0abfc; }

/* Titles pick up the theme's weight/case so a switch is legible in the TYPE, not
   only the palette — the single clearest signal that these are different designs. */
h2, h3, .stat b { font-weight: var(--th-w-title); letter-spacing: var(--th-track-display); }
h2 { text-transform: var(--th-case-display); }
.btn { border-radius: var(--pill); transition: transform calc(140ms * var(--th-dur-k)) ease; }
.btn:active { transform: translateY(var(--th-travel)); }

/* ---- ILAW in the hero: the product's own meter, running live ---- */
.hero-ilaw{ max-width:min(760px, 92vw); margin:22px auto 4px; }
.hero-ilaw:empty{ display:none; }
.hero-ilaw-cap{ text-align:center; font-size:13px; color:var(--muted); margin:0 0 6px; }

/* ---- live theme switcher ---- */
.mat-switch{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin:18px 0 6px; }
/* The switcher is CHROME, not content. It must not restyle itself with the theme it
   is previewing: pinning radius/border/weight here stops the control turning square
   on Kislap (which sets --th-r-pill:6px) and reading as a rendering fault. The PAGE
   demonstrates the theme; the control that drives it stays still. */
.mat-chip{ min-height:44px; min-width:44px; padding:0 14px;
  border-radius:999px;            /* fixed on purpose — never var(--pill) */
  border:1px solid var(--line);   /* fixed — never var(--th-edge-w) */
  background:var(--surface); color:var(--ink);
  font:700 13px/1 var(--font); cursor:pointer; display:inline-flex; align-items:center; gap:8px;
  transition:border-color .18s ease, color .18s ease, background .18s ease; }
.mat-chip:active{ transform:translateY(var(--th-travel)); }
.mat-chip[aria-pressed='true']{ border-color:var(--accent); color:var(--accent); }
.mat-chip i{ display:none; }   /* superseded by .mat-mascot */
.mat-note{ text-align:center; color:var(--muted); font-size:13px; margin:6px 0 0; }

/* chip contents: the preset's mascot, its name, a light/dark glyph, default badge */
.mat-mascot{ width:18px; height:18px; display:block; flex:none; }
.mat-mode{ opacity:.6; font-size:12px; margin-left:2px; }
.mat-badge{ font-size:9.5px; font-weight:800; letter-spacing:.06em; padding:2px 6px;
  border-radius:999px; background:var(--accent); color:#04231a; margin-left:4px; }

/* ======================================================================
   Header logo distortion — real defect, visible on every page load
   ======================================================================
   .nav .wrap is a flex row holding the logo link and .nav-links. Between the
   820px breakpoint and roughly 1000px the six nav anchors plus three buttons
   need more room than there is, so flexbox shrank BOTH children. The logo's
   <a> had no flex-shrink:0, so it collapsed to ~18px; `img{max-width:100%}`
   then clamped the image width while `.nav-logo{height:30px}` held the height,
   rendering a 300x72 (4.17:1) mark at 18x30 (0.61:1) — squashed to about 15%
   of its correct width.

   Fix the cause, not the symptom: the brand mark never shrinks, and the link
   row is allowed to compress instead.
   ====================================================================== */
.nav .wrap > a:first-child{ flex:0 0 auto; display:inline-flex; align-items:center; }
.nav-logo{ height:30px; width:auto; flex:none; }
.nav-links{ min-width:0; flex:0 1 auto; }
/* Tighten the row before it can start fighting for space, rather than after. */
@media(max-width:1040px){ .nav-links{ gap:18px; } }
@media(max-width:940px){ .nav-links{ gap:14px; } .nav-links a:not(.btn){ font-size:14px; } }

/* The nav's text links were only hidden at <=820px, but the row (6 anchors + a
   language toggle + 2 buttons) does not fit until well above that: at 845px the
   "Get KonekOS" button pushed 20px past the right edge and gave the whole page a
   horizontal scrollbar. Retire the secondary anchors earlier — the two CTAs and
   the language toggle are what matter at that width. */
@media(max-width:980px){
  .nav-links a:not(.btn){ display:none; }
  .nav-links .btn-ghost{ display:none; }
  .nav-links{ gap:12px; }
  .nav-links .btn-primary{ padding:10px 18px; font-size:14px; }
}

/* The language toggle was 44px tall only under the 820px breakpoint; on desktop it
   stayed 30px. Rather than grow the pill (which would break the nav's vertical
   rhythm), extend the HIT AREA to 44px with a transparent ::after — the same
   technique the product portal uses for .sound-toggle / .lang-toggle. */
.lang-flag{ position:relative; }
.lang-flag::after{
  content:''; position:absolute; left:0; right:0; top:50%;
  transform:translateY(-50%); height:44px; min-width:44px;
}
