/* css - Developed by acidvegas in CSS (https://github.com/acidvegas) */
/* style.css */

:root {
  --pink-50: #fff5fa;
  --pink-100: #ffe6f2;
  --pink-200: #ffd0e6;
  --pink-300: #ffb3d6;
  --pink-400: #ff9ec8;
  --pink-500: #ff77b3;
  --pink-600: #f2559a;
  --lav-200: #e9ddff;
  --lav-300: #d6c2ff;
  --lav-500: #a982ff;
  --mint: #c9f7e5;
  --cream: #fff9f5;
  --ink: #4a2b45;
  --ink-soft: #7d5c73;
  --white: #ffffff;
  --shadow: 0 18px 40px -20px rgba(242, 85, 154, .45);
  --shadow-sm: 0 8px 20px -12px rgba(242, 85, 154, .4);
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1140px;
  --font-head: 'Fredoka', system-ui, sans-serif;
  --font-body: 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 90% -10%, var(--lav-200), transparent 60%),
    radial-gradient(1000px 500px at -10% 10%, var(--pink-100), transparent 55%),
    var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; color: var(--ink); font-weight: 600; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
a { color: var(--pink-600); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 72px 0; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  color: var(--pink-600); background: var(--pink-100);
  padding: 6px 16px; border-radius: 999px; font-size: .85rem;
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 14px;
}

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--pink-600);
  color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 200;
}
.skip-link:focus { left: 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600;
  background: linear-gradient(135deg, var(--pink-500), var(--lav-500));
  color: #fff; padding: 14px 28px; border-radius: 999px; border: none;
  cursor: pointer; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
  font-size: 1rem;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none; color: #fff; }
.btn-ghost {
  background: #fff; color: var(--pink-600); border: 2px solid var(--pink-200);
  box-shadow: none;
}
.btn-ghost:hover { background: var(--pink-50); color: var(--pink-600); }
.btn-nav { padding: 10px 20px; font-size: .95rem; }
.btn-lg { padding: 16px 36px; font-size: 1.1rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 249, 245, .82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--pink-100);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); }
.brand:hover { text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--pink-400), var(--lav-500));
  color: #fff; border-radius: 12px; font-size: 1.2rem; box-shadow: var(--shadow-sm);
}
.brand-name { font-size: 1.35rem; font-weight: 700; color: var(--ink); letter-spacing: -.3px; }
.brand-name span { color: var(--pink-600); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: var(--ink); font-weight: 700; font-size: .96rem; }
.site-nav a:hover { color: var(--pink-600); text-decoration: none; }
.site-nav a.btn { color: #fff; }
.nav-toggle, .nav-burger { display: none; }

/* Hero */
.hero { padding: 76px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 span { color: var(--pink-600); }
.hero p.lead { font-size: 1.2rem; color: var(--ink-soft); max-width: 40ch; margin: 18px 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 26px; display: flex; gap: 22px; flex-wrap: wrap; color: var(--ink-soft); font-weight: 700; font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.store-ratings { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.rating-badge { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--pink-100); border-radius: 16px; padding: 10px 16px; box-shadow: var(--shadow-sm); }
.rating-badge img { width: 26px; height: 26px; display: block; flex: none; }
.rating-badge .sb-meta { display: flex; flex-direction: column; line-height: 1.2; }
.rating-badge .sb-rate { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.rating-badge .sb-stars { color: #f5a623; font-size: .82rem; letter-spacing: 1px; }
.rating-badge small { color: var(--ink-soft); font-weight: 700; font-size: .78rem; }

.hero-card {
  background: #fff; border-radius: 28px; padding: 26px; box-shadow: var(--shadow);
  border: 1px solid var(--pink-100); position: relative; overflow: hidden;
}
.hero-card::before {
  content: ""; position: absolute; inset: -40% 40% auto -10%; height: 200px;
  background: radial-gradient(circle, var(--lav-200), transparent 70%);
}
.hero-card h3 { margin: 0 0 4px; }
.conn { display: flex; align-items: center; justify-content: space-between; position: relative; }
.conn-status { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: #159e6b; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #21c98a; box-shadow: 0 0 0 4px rgba(33, 201, 138, .18); }
.conn-loc { margin: 18px 0; padding: 16px; border-radius: 16px; background: var(--pink-50); display: flex; align-items: center; gap: 14px; }
.flagdot { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--pink-300), var(--lav-300)); display: grid; place-items: center; font-size: 1.3rem; }
.conn-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.conn-meta div { background: var(--pink-50); border-radius: 12px; padding: 12px; text-align: center; }
.conn-meta b { display: block; font-family: var(--font-head); font-size: 1.1rem; color: var(--pink-600); }
.conn-meta small { color: var(--ink-soft); }
.pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.pill { background: var(--lav-200); color: #6b4bb3; font-weight: 700; font-size: .8rem; padding: 6px 12px; border-radius: 999px; }

/* Stat band */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: #fff; border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.stat b { display: block; font-family: var(--font-head); font-size: 2.1rem; color: var(--pink-600); }
.stat span { color: var(--ink-soft); font-weight: 700; }

/* Feature grid */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ico { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--pink-100); margin-bottom: 14px; color: var(--pink-600); }
.card .ico .ic { width: 28px; height: 28px; }
.card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.card p { margin: 0; color: var(--ink-soft); }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan {
  background: #fff; border-radius: 26px; padding: 30px; border: 2px solid var(--pink-100);
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative;
}
.plan.featured { border-color: var(--pink-400); box-shadow: var(--shadow); transform: scale(1.02); }
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pink-500), var(--lav-500)); color: #fff;
  font-family: var(--font-head); font-weight: 600; padding: 6px 18px; border-radius: 999px; font-size: .82rem; white-space: nowrap;
}
.plan h3 { font-size: 1.5rem; margin: 4px 0 2px; }
.plan .blurb { color: var(--ink-soft); min-height: 46px; margin: 0 0 14px; }
.plan .amount { font-family: var(--font-head); font-size: 2.8rem; color: var(--ink); font-weight: 700; }
.plan .amount small { font-size: 1rem; color: var(--ink-soft); font-weight: 700; }
.plan ul { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 10px; }
.plan li { padding-left: 28px; position: relative; color: var(--ink); }
.plan li::before { content: "♡"; position: absolute; left: 0; color: var(--pink-500); font-weight: 700; }
.plan .btn { margin-top: auto; text-align: center; }

.addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.addon { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px dashed var(--pink-300); box-shadow: var(--shadow-sm); }
.addon-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.addon h4 { margin: 0; font-size: 1.15rem; }
.addon .cost { font-family: var(--font-head); font-weight: 700; color: var(--pink-600); white-space: nowrap; }
.addon p { margin: 8px 0 0; color: var(--ink-soft); }

/* Compare table */
.compare { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare th, .compare td { padding: 14px 18px; text-align: center; border-bottom: 1px solid var(--pink-100); }
.compare th { background: var(--pink-100); font-family: var(--font-head); font-weight: 600; }
.compare td:first-child, .compare th:first-child { text-align: left; font-weight: 700; }
.compare tr:last-child td { border-bottom: none; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--pink-400), var(--lav-500));
  border-radius: 32px; padding: 54px; text-align: center; color: #fff; box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #fff; opacity: .95; font-size: 1.1rem; max-width: 52ch; margin: 12px auto 26px; }
.cta-band .btn { background: #fff; color: var(--pink-600); }
.cta-band .btn:hover { color: var(--pink-600); }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
details.faq {
  background: #fff; border-radius: var(--radius-sm); padding: 6px 22px; border: 1px solid var(--pink-100); box-shadow: var(--shadow-sm);
}
details.faq summary {
  cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 1.08rem;
  padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--pink-600); font-size: 1.5rem; transition: transform .2s; }
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq p { margin: 0 0 16px; color: var(--ink-soft); }

/* Locations */
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.region { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.region h3 { margin: 0 0 14px; display: flex; align-items: center; gap: 10px; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; }
.city { background: var(--pink-50); color: var(--ink); font-weight: 700; font-size: .88rem; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--pink-100); }

/* Forms */
.form-card { background: #fff; border-radius: 26px; padding: 34px; box-shadow: var(--shadow); border: 1px solid var(--pink-100); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border-radius: 14px; border: 2px solid var(--pink-200);
  font-family: var(--font-body); font-size: 1rem; background: var(--pink-50); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pink-500); background: #fff; }
.field textarea { min-height: 130px; resize: vertical; }
.addon-check { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border-radius: 14px; background: var(--pink-50); margin-bottom: 10px; border: 1px solid var(--pink-100); }
.addon-check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--pink-600); }
.addon-check .ac-body { flex: 1; }
.addon-check strong { display: block; }
.addon-check small { color: var(--ink-soft); }
.addon-check .ac-price { font-family: var(--font-head); color: var(--pink-600); font-weight: 700; }

.notice { background: var(--mint); color: #14795a; border-radius: 16px; padding: 18px 22px; font-weight: 700; margin-bottom: 22px; }

/* Contact */
.contact-card { max-width: 560px; margin: 0 auto; }
.contact-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin: 22px auto 0; color: var(--ink-soft); font-weight: 700; font-size: .9rem; }
.contact-trust span { display: inline-flex; align-items: center; gap: 7px; }
.contact-trust .ic { width: 17px; height: 17px; color: var(--pink-500); }

/* Legal */
.legal { max-width: 820px; margin: 0 auto; background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.legal h2 { font-size: 1.35rem; margin-top: 34px; }
.legal h2:first-of-type { margin-top: 10px; }
.legal p, .legal li { color: var(--ink-soft); }
.legal .updated { color: var(--pink-600); font-weight: 700; }

/* Prose */
.prose { max-width: 760px; }
.prose p { color: var(--ink-soft); font-size: 1.05rem; }
.lead-block { max-width: 620px; margin: 0 auto 42px; }

/* Footer */
.site-footer { background: #fff; border-top: 1px solid var(--pink-100); margin-top: 40px; padding: 48px 0 28px; }

/* Main link grid */
.footer-main { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr 1.5fr; gap: 32px; padding-bottom: 30px; border-bottom: 1px solid var(--pink-100); }
.footer-brand .brand { margin-bottom: 4px; }
.footer-tagline { color: var(--ink-soft); font-weight: 700; margin: 12px 0 10px; }
.footer-about { color: var(--ink-soft); font-weight: 600; font-size: .9rem; line-height: 1.55; margin: 0 0 16px; max-width: 42ch; }
.footer-col h3 { font-size: .95rem; margin: 2px 0 12px; }
.footer-col a { display: block; color: var(--ink-soft); font-weight: 700; padding: 5px 0; font-size: .92rem; }
.footer-col a:hover { color: var(--pink-600); text-decoration: none; }
.footer-app-col .footer-stores { display: flex; flex-direction: column; gap: 10px; }
.footer-app-col .store-badge { display: inline-flex; align-items: center; min-width: 0; width: 100%; max-width: 210px; gap: 12px; justify-content: space-between; }
.store-badge.logo-right .store-logo { margin-left: auto; }
.store-badge.logo-right .store-txt { text-align: left; }

/* Payment logos */
.pay-logos { list-style: none; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin: 0; padding: 0; }
.pay-logos li { display: flex; }
.pay-logos img { border-radius: 5px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); display: block; }

/* Flags */
.footer-flags { display: inline-flex; align-items: center; gap: 7px; opacity: .75; transition: opacity .2s ease; }
.footer-flags:hover { opacity: 1; }
.footer-flags img { border-radius: 4px; display: block; box-shadow: 0 2px 6px -3px rgba(74, 43, 69, .4); }

/* Bottom bar */
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px 24px; flex-wrap: wrap; padding-top: 22px; color: var(--ink-soft); font-size: .85rem; }
.footer-copy { margin: 0; font-weight: 700; }
.footer-fineprint { text-align: center; color: var(--ink-soft); font-size: .78rem; opacity: .75; margin: 16px 0 0; }

/* Decorative floating gradient blobs */
.bg-blobs { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; animation: float 20s ease-in-out infinite; }
.blob.b1 { width: 440px; height: 440px; background: var(--pink-200); top: -90px; left: -70px; }
.blob.b2 { width: 380px; height: 380px; background: var(--lav-200); top: 28%; right: -90px; animation-delay: -7s; }
.blob.b3 { width: 320px; height: 320px; background: var(--mint); bottom: 4%; left: 16%; animation-delay: -13s; opacity: .4; }
@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(24px, -32px) scale(1.06); }
  66% { transform: translate(-18px, 22px) scale(.96); }
}

/* Scroll-reveal (only hidden when JS is active, so no-JS users still see content) */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
.js .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }

/* Gradient text */
.grad { background: linear-gradient(120deg, var(--pink-600), var(--lav-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Floating live-chat widget */
.chat-widget { position: fixed; right: 20px; bottom: 20px; z-index: 120; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.chat-pop { position: relative; width: 238px; background: #fff; border: 1px solid var(--pink-100); border-radius: 20px; box-shadow: var(--shadow); padding: 20px 18px 18px; animation: chat-in .28s cubic-bezier(.22, 1, .36, 1); }
.chat-pop[hidden] { display: none; }
@keyframes chat-in { from { opacity: 0; transform: translateY(10px) scale(.96); } }
.chat-close { position: absolute; top: 7px; right: 11px; background: none; border: none; font-size: 1.4rem; line-height: 1; color: var(--ink-soft); cursor: pointer; padding: 2px 4px; }
.chat-close:hover { color: var(--pink-600); }
.chat-title { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: var(--ink); margin: 0; }
.chat-sub { margin: 2px 0 14px; color: var(--ink-soft); font-size: .9rem; }
.chat-start { width: 100%; padding: 11px 16px; font-size: .95rem; }
.chat-fab { width: 56px; height: 56px; border-radius: 50%; border: none; cursor: pointer; background: linear-gradient(135deg, var(--pink-500), var(--lav-500)); color: #fff; box-shadow: var(--shadow); display: grid; place-items: center; transition: transform .18s ease; }
.chat-fab:hover { transform: translateY(-3px) scale(1.05); }
.chat-fab .ic { width: 26px; height: 26px; }

/* ˚⊹ kawaii touches ⊹˚ */
::selection { background: var(--pink-200); color: var(--ink); }
::-moz-selection { background: var(--pink-200); color: var(--ink); }

/* twinkling sparkles (decorative) */
@keyframes twinkle {
  0%, 100% { opacity: .2; transform: scale(.7) rotate(-10deg); }
  50% { opacity: 1; transform: scale(1.1) rotate(12deg); }
}
.sparkle {
  position: absolute; pointer-events: none; user-select: none; z-index: 2;
  color: var(--pink-300); line-height: 1;
  text-shadow: 0 0 10px rgba(255, 158, 200, .7);
  animation: twinkle 3.4s ease-in-out infinite;
}
.sparkle.s-lav { color: var(--lav-300); text-shadow: 0 0 10px rgba(169, 130, 255, .6); }
.hero-visual .spk-a { top: 4%; right: 10%; font-size: 1.7rem; animation-delay: -.4s; }
.hero-visual .spk-b { bottom: 16%; right: 2%; font-size: 2.3rem; animation-delay: -1.8s; }
.hero-visual .spk-c { top: 42%; left: 3%; font-size: 1.4rem; animation-delay: -2.7s; }

/* kaomoji tossing hackers away */
.hacker-toss { display: flex; align-items: center; gap: 12px; margin: 4px 0 8px; font-family: var(--font-head); }
.hacker-toss .kao { font-size: 1.5rem; color: var(--pink-600); white-space: nowrap; transform-origin: center; animation: toss 2.4s ease-in-out infinite; }
.hacker-toss em { font-style: normal; font-weight: 600; color: var(--ink-soft); }
@keyframes toss { 0%, 100% { transform: translateX(0) rotate(0); } 50% { transform: translateX(7px) rotate(7deg); } }

/* cute kaomoji accent line (centered sections) */
.kao-line { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 14px 0 0; font-family: var(--font-head); }
.kao-line .kao { font-size: 1.4rem; color: var(--pink-600); white-space: nowrap; animation: kaobob 3s ease-in-out infinite; }
.kao-line em { font-style: normal; font-weight: 600; color: var(--ink-soft); }
@keyframes kaobob { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-5px) rotate(3deg); } }

/* brand mark waves hello on hover */
.brand-mark { transition: transform .25s ease; }
@keyframes wiggle { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-9deg); } 75% { transform: rotate(9deg); } }
.brand:hover .brand-mark { animation: wiggle .5s ease; }

/* soft shine sweep across buttons */
.btn { position: relative; overflow: hidden; }
.btn::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-20deg); pointer-events: none;
}
.btn:hover::after { left: 150%; transition: left .6s ease; }

/* Hero mascot visual */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-anime { width: 100%; max-width: 400px; border-radius: 30px; border: 5px solid #fff; box-shadow: var(--shadow); display: block; animation: bob 7s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.float-pill {
  position: absolute; background: rgba(255, 255, 255, .92); backdrop-filter: blur(8px);
  border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100);
  font-weight: 800; font-size: .9rem; display: flex; align-items: center; gap: 9px; animation: bob 5.5s ease-in-out infinite;
}
.float-pill small { display: block; color: var(--ink-soft); font-weight: 700; font-size: .78rem; }
.float-pill .dot { width: 10px; height: 10px; border-radius: 50%; background: #21c98a; box-shadow: 0 0 0 4px rgba(33, 201, 138, .18); }
.float-pill.p-top { top: 22px; left: -18px; animation-delay: -1s; }
.float-pill.p-mid { top: 44%; right: -26px; animation-delay: -2.5s; }
.float-pill.p-bot { bottom: 26px; left: -8px; animation-delay: -3.5s; }
.float-pill .ico-badge { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; }
.float-pill .ico-badge .ic { width: 17px; height: 17px; }

/* Testimonials */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.tstars { color: #ffb400; letter-spacing: 2px; margin-bottom: 10px; }
.tquote { color: var(--ink); font-size: 1.02rem; margin: 0 0 18px; }
.tperson { display: flex; align-items: center; gap: 12px; }
.tavatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: top center; border: 3px solid var(--pink-200); }
.tperson b { display: block; font-family: var(--font-head); }
.tperson small { color: var(--ink-soft); }

/* Image accents (about) */
.img-frame { border-radius: var(--radius); border: 4px solid #fff; box-shadow: var(--shadow); object-fit: cover; width: 100%; height: 100%; object-position: top center; }
.about-media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-media img { aspect-ratio: 3 / 4; }

/* Card sheen on hover */
.card, .tcard { position: relative; overflow: hidden; }
.card::after, .tcard::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-18deg); transition: left .6s ease; pointer-events: none;
}
.card:hover::after, .tcard:hover::after { left: 130%; }

/* Cute heart + venus flourish */
.flourish { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 40px 0 6px; }
.fl-heart { font-size: 1.6rem; line-height: 1; animation: beat 2.6s ease-in-out infinite; }
.fl-heart.sm { font-size: 1.15rem; opacity: .85; animation-delay: .4s; }
.fl-venus { opacity: .9; animation: bob 6s ease-in-out infinite; }
.fl-venus.lg { filter: drop-shadow(0 5px 12px rgba(242, 85, 154, .35)); animation-duration: 5s; }
@keyframes beat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.12); }
}
.venus-accent { vertical-align: -3px; opacity: .85; margin: 0 2px; }

/* Shimmer on gradient text */
.shimmer { background-size: 220% auto; animation: shimmer 4s linear infinite; }
@keyframes shimmer { to { background-position: 220% center; } }

/* About hero + big animated heart-venus */
.about-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.heart-stage { display: flex; justify-content: center; position: relative; }
.heart-stage::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, var(--pink-100), transparent 68%); z-index: 0;
}
.heart-venus { width: 100%; max-width: 260px; position: relative; z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(242, 85, 154, .3)); }

/* How it works — animated flowchart */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: stretch; position: relative; }
.flow-step { position: relative; text-align: center; padding: 8px 14px; }
.flow-node {
  width: 92px; height: 92px; margin: 0 auto 16px; border-radius: 26px; display: grid; place-items: center;
  color: var(--pink-600); background: #fff; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100);
  position: relative; z-index: 2; animation: nodepulse 2.6s ease-in-out infinite;
}
.flow-node .ic { width: 38px; height: 38px; }
.flow-step:nth-child(2) .flow-node { animation-delay: .3s; }
.flow-step:nth-child(3) .flow-node { animation-delay: .6s; }
.flow-step:nth-child(4) .flow-node { animation-delay: .9s; }
@keyframes nodepulse { 0%, 100% { transform: translateY(0); box-shadow: var(--shadow-sm); } 50% { transform: translateY(-6px); box-shadow: var(--shadow); } }
.flow-node.grad-node { background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; border: none; }
.flow-step h4 { margin: 0 0 6px; font-size: 1.1rem; }
.flow-step p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.flow-step:not(:last-child)::after {
  content: ""; position: absolute; top: 46px; left: 60%; width: 80%; height: 4px; border-radius: 4px;
  background: repeating-linear-gradient(90deg, var(--pink-300) 0 10px, transparent 10px 20px);
  background-size: 200% 100%; animation: flowline 1.1s linear infinite; z-index: 1;
}
@keyframes flowline { to { background-position: -40px 0; } }

/* Locations ticker */
.ticker { 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); }
.ticker-track { display: inline-flex; gap: 12px; white-space: nowrap; animation: ticker 32s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker .city { animation: none; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Blog listing */
.blog-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.chip { background: #fff; border: 1px solid var(--pink-200); color: var(--ink); font-weight: 700; font-size: .9rem; padding: 8px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.chip-active { background: linear-gradient(135deg, var(--pink-500), var(--lav-500)); color: #fff; border: none; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); text-decoration: none; }
.post-banner { height: 132px; display: grid; place-items: center; position: relative; overflow: hidden; }
.post-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, .5), transparent 55%); }
.post-emoji { font-size: 2.6rem; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15)); transition: transform .3s ease; z-index: 1; }
.post-card:hover .post-emoji { transform: scale(1.18) rotate(-6deg); }
.post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-tag { align-self: flex-start; background: var(--pink-100); color: var(--pink-600); font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .6px; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.post-card h3 { margin: 0 0 10px; font-size: 1.18rem; color: var(--ink); line-height: 1.25; }
.post-body p { color: var(--ink-soft); margin: 0 0 16px; flex: 1; }
.post-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--ink-soft); font-size: .82rem; font-weight: 700; }
.post-meta.lg { font-size: .95rem; gap: 10px; }

/* Pagination */
.pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.pager-btn, .pager-num { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 16px; border-radius: 14px; font-family: var(--font-head); font-weight: 600; background: #fff; color: var(--ink); border: 1px solid var(--pink-200); box-shadow: var(--shadow-sm); }
.pager-btn:hover, .pager-num:hover { text-decoration: none; color: var(--pink-600); border-color: var(--pink-400); }
.pager-num.active { background: linear-gradient(135deg, var(--pink-500), var(--lav-500)); color: #fff; border: none; }
.pager-btn.disabled { opacity: .4; pointer-events: none; }

/* Article */
.article-head { max-width: 780px; margin: 0 auto; text-align: center; }
.crumbs { color: var(--ink-soft); font-weight: 700; font-size: .85rem; margin-bottom: 16px; }
.crumbs a { color: var(--pink-600); }
.article-head .post-tag { display: inline-block; margin: 0 auto 14px; }
.article-head h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.article-head .post-meta { justify-content: center; margin-top: 14px; }
.tavatar-mini { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; font-family: var(--font-head); font-weight: 700; }
.article-hero { max-width: 900px; margin: 34px auto 0; height: 240px; border-radius: 26px; display: grid; place-items: center; box-shadow: var(--shadow); }
.article-hero span { font-size: 4.5rem; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18)); }
.article-body { max-width: 720px; margin: 40px auto 0; }
.article-body p { font-size: 1.08rem; color: var(--ink); margin: 0 0 22px; }
.article-points { background: var(--pink-50); border: 1px solid var(--pink-100); border-radius: var(--radius); padding: 24px 24px 24px 44px; margin: 0 0 24px; }
.article-points li { margin-bottom: 10px; color: var(--ink); }
.article-points li::marker { content: "♡ "; color: var(--pink-500); }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: #fff; border: 1px dashed var(--pink-300); border-radius: var(--radius); padding: 24px; margin-top: 34px; }

/* 404 */
.err-code { font-family: var(--font-head); font-weight: 700; font-size: clamp(5rem, 18vw, 10rem); line-height: 1; }

/* World map */
.worldmap-wrap {
  position: relative; background: linear-gradient(160deg, #fff, var(--pink-50));
  border: 1px solid var(--pink-100); border-radius: 28px; padding: 22px;
  box-shadow: var(--shadow); margin-bottom: 40px; overflow: hidden;
}
.worldmap-wrap::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 300px at 20% 0%, var(--lav-200), transparent 60%),
              radial-gradient(600px 300px at 90% 100%, var(--pink-100), transparent 60%);
  opacity: .6; pointer-events: none;
}
.worldmap { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
.map-badge {
  position: absolute; top: 26px; left: 26px; z-index: 2; background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px); border: 1px solid var(--pink-100); border-radius: 999px;
  padding: 9px 16px; font-weight: 800; font-size: .85rem; box-shadow: var(--shadow-sm);
  display: inline-flex; align-items: center; gap: 9px;
}
/* Locations — search + region browser */
.loc-search { display: flex; align-items: center; gap: 10px; max-width: 560px; margin: 0 auto; background: #fff; border: 2px solid var(--pink-200); border-radius: 999px; padding: 3px 18px; box-shadow: var(--shadow-sm); transition: border-color .15s ease; }
.loc-search:focus-within { border-color: var(--pink-400); }
.loc-search > .ic { width: 20px; height: 20px; color: var(--pink-500); flex-shrink: 0; }
.loc-search input { flex: 1; border: none; background: transparent; font-family: var(--font-body); font-size: 1rem; color: var(--ink); padding: 13px 0; }
.loc-search input:focus { outline: none; }
.region-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.region-head h3 { margin: 0; }
.region-count { color: var(--pink-600); font-weight: 800; font-size: .78rem; background: var(--pink-50); padding: 4px 11px; border-radius: 999px; white-space: nowrap; }
.city-more { color: var(--ink-soft); background: transparent; border-style: dashed; }
.region.is-hidden, .city.is-hidden { display: none; }
.loc-empty { text-align: center; color: var(--ink-soft); font-weight: 700; padding: 20px; }

/* Newsletter (footer) */
.footer-news {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: linear-gradient(135deg, var(--pink-100), var(--lav-200));
  border-radius: 24px; padding: 28px 32px; margin: 0 0 40px;
}
.footer-news-copy h3 { margin: 0 0 4px; font-size: 1.25rem; }
.footer-news-copy p { margin: 0; color: var(--ink-soft); font-weight: 600; max-width: 46ch; }
.news-form { display: flex; gap: 10px; flex: 1; min-width: 280px; max-width: 440px; }
.news-form input {
  flex: 1; padding: 13px 16px; border-radius: 999px; border: 2px solid #fff;
  background: #fff; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
}
.news-form input:focus { outline: none; border-color: var(--pink-400); }
.news-form .btn { white-space: nowrap; }

/* Flash messages */
.flash-wrap { max-width: var(--maxw); margin: 20px auto -10px; padding: 0 22px; display: grid; gap: 10px; }
.flash { border-radius: 14px; padding: 14px 20px; font-weight: 700; box-shadow: var(--shadow-sm); }
.flash-success { background: var(--mint); color: #14795a; }
.flash-info { background: var(--lav-200); color: #5a3fa0; }

/* Auth pages */
.auth-wrap { max-width: 480px; margin: 0 auto; }
.auth-card { padding: 34px; }
.btn-oauth {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  background: #fff; border: 2px solid var(--pink-200); color: var(--ink); font-family: var(--font-head);
  font-weight: 600; padding: 13px; border-radius: 14px; box-shadow: var(--shadow-sm); transition: border-color .15s ease;
}
.btn-oauth:hover { text-decoration: none; border-color: var(--pink-400); color: var(--ink); }
.auth-sep { display: flex; align-items: center; gap: 14px; color: var(--ink-soft); font-size: .85rem; font-weight: 700; margin: 18px 0; }
.auth-sep::before, .auth-sep::after { content: ""; flex: 1; height: 1px; background: var(--pink-100); }
.notice-err { background: #ffe3ec; color: #c0356b; }
.captcha-btn { display: block; width: 100%; padding: 0; border: none; background: none; cursor: pointer; border-radius: 12px; }
.captcha-img { display: block; width: 100%; height: auto; border-radius: 12px; border: 2px solid var(--pink-200); background: #fff; transition: border-color .15s ease; }
.captcha-btn:hover .captcha-img, .captcha-btn:focus-visible .captcha-img { border-color: var(--pink-400); }
.captcha-hint { font-size: .8rem; color: var(--ink-soft); margin: 8px 0 12px; }
.label-row { display: flex; justify-content: space-between; align-items: baseline; }
.forgot-link { font-size: .85rem; font-weight: 700; }
.terms-check { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 4px; font-size: .92rem; color: var(--ink-soft); }
.terms-check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--pink-600); flex-shrink: 0; }
.auth-alt { text-align: center; margin: 20px 0 0; color: var(--ink-soft); font-weight: 700; }

/* Signup: two-column (decorative aside + form) */
.signup-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; max-width: 1000px; margin: 0 auto; }
.signup-aside { padding: 6px 6px 6px 10px; }
.signup-aside .eyebrow { margin-bottom: 12px; }
.signup-aside-title { font-family: var(--font-head); font-size: 2.5rem; line-height: 1.08; margin: 0 0 14px; color: var(--ink); }
.signup-aside-lead { color: var(--ink-soft); font-size: 1.1rem; font-weight: 700; margin: 0 0 26px; max-width: 42ch; }
.signup-perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.signup-perks li { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--ink); }
.signup-perks li .ic { width: 22px; height: 22px; color: var(--pink-600); flex: none; }
/* animated icon cluster */
.signup-orbit { position: relative; width: 240px; height: 190px; margin: 0 0 28px; }
.orbit-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; box-shadow: var(--shadow); animation: bob 5s ease-in-out infinite; }
.orbit-core .ic { width: 54px; height: 54px; }
.orbit-chip { position: absolute; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--pink-600); box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.orbit-chip .ic { width: 26px; height: 26px; }
.orbit-chip.oc1 { left: -8px; top: 4px; animation: float 7s ease-in-out infinite; }
.orbit-chip.oc2 { right: -10px; top: 30px; animation: float 8s ease-in-out infinite .4s; }
.orbit-chip.oc3 { left: 14px; bottom: -8px; animation: float 7.5s ease-in-out infinite .8s; }
.orbit-chip.oc4 { right: 8px; bottom: 2px; color: var(--lav-500); animation: twinkle 3.2s ease-in-out infinite; }
@media (max-width: 860px) {
  .signup-split { grid-template-columns: 1fr; max-width: 480px; }
  .signup-aside { display: none; }
}

/* Account panel */
.account-head { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.account-head .btn { margin-left: auto; }
.account-avatar { width: 68px; height: 68px; border-radius: 22px; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 2rem; color: #fff; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); box-shadow: var(--shadow-sm); }
.account-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.acct-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); display: flex; flex-direction: column; }
.acct-card h3 { margin: 0 0 16px; }
.acct-card .btn { margin-top: 16px; align-self: flex-start; }
.acct-dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; margin: 0; }
.acct-dl dt { color: var(--ink-soft); font-weight: 700; font-size: .9rem; }
.acct-dl dd { margin: 0; font-weight: 700; text-align: right; word-break: break-word; }
.status { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; padding: 8px 16px; border-radius: 999px; margin-bottom: 12px; }
.status-active { background: var(--mint); color: #14795a; }
.status-active .dot { background: #21c98a; box-shadow: 0 0 0 4px rgba(33, 201, 138, .18); }
.status-inactive { background: var(--pink-100); color: var(--pink-600); }
.status-inactive span { width: 10px; height: 10px; border-radius: 50%; background: var(--pink-400); }
.acct-stat { margin: 12px 0; }
.acct-stat b { font-family: var(--font-head); font-size: 2rem; color: var(--pink-600); display: block; }
.acct-stat span { color: var(--ink-soft); font-weight: 700; }
.account-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* Account settings */
.settings-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); margin-bottom: 18px; }
.settings-card h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; }
.settings-card h3 .ic { color: var(--pink-500); width: 20px; height: 20px; }
.settings-card .status { margin-bottom: 10px; }
.twofa-setup { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; background: var(--pink-50); border: 1px solid var(--pink-100); border-radius: 16px; padding: 18px; }
.twofa-qr { border-radius: 14px; border: 4px solid #fff; box-shadow: var(--shadow-sm); background: #fff; line-height: 0; overflow: hidden; }
.twofa-qr svg { display: block; width: 180px; height: 180px; }
.twofa-key { display: inline-block; background: #fff; border: 1px solid var(--pink-200); border-radius: 10px; padding: 8px 14px; font-family: monospace; font-size: 1rem; letter-spacing: 2px; color: var(--ink); word-break: break-all; }

/* Inline line icons */
.ic { width: 1.1em; height: 1.1em; vertical-align: -0.16em; flex-shrink: 0; }
.ic.flip { transform: scaleX(-1); }
.nav-burger .ic { width: 28px; height: 28px; vertical-align: middle; }

/* Config list */
.config-list { display: grid; gap: 12px; }
.config-row { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: var(--radius-sm); padding: 14px 18px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); transition: transform .15s ease, box-shadow .15s ease; }
.config-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.config-mono { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--pink-100), var(--lav-200)); color: #5a3fa0; font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .5px; flex-shrink: 0; }
.config-info { flex: 1; }
.config-info strong { display: block; }
.config-info small { color: var(--ink-soft); font-family: monospace; font-size: .82rem; }
.config-row .btn { display: inline-flex; align-items: center; }
.btn-sm { padding: 9px 18px; font-size: .9rem; }

/* Girls Rule banner */
.girls-rule {
  position: relative; text-align: center; padding: 48px 24px;
  background: linear-gradient(135deg, var(--pink-100), #fff, var(--lav-200));
  border: 1px solid var(--pink-100); border-radius: 32px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.gr-why { font-family: var(--font-head); font-weight: 500; font-size: 1.4rem; color: var(--ink-soft); margin: 0 0 2px; letter-spacing: 1px; }
.gr-because { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.4rem, 8vw, 5rem); margin: 0; line-height: 1.05; color: var(--ink); letter-spacing: -1px; }
.gr-shine {
  background: linear-gradient(100deg, var(--pink-600), var(--lav-500), var(--pink-500), var(--lav-500));
  background-size: 250% auto; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 3.5s linear infinite; text-shadow: 0 6px 24px rgba(242, 85, 154, .25);
}
.gr-kao { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.5rem, 4vw, 2.3rem); color: var(--pink-600); margin: 16px 0 0; animation: gr-cheer 2.2s ease-in-out infinite; }
@keyframes gr-cheer { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(3deg); } }

/* App-store badges */
.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 0; }
.store-badge { display: inline-flex; align-items: center; gap: 11px; background: #14121a; color: #fff; border-radius: 13px; padding: 10px 18px; min-width: 168px; transition: transform .15s ease, box-shadow .15s ease; }
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); text-decoration: none; color: #fff; }
.store-logo { width: 24px; height: 24px; flex-shrink: 0; }
.store-txt { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-txt small { font-size: .64rem; letter-spacing: .6px; opacity: .85; text-transform: uppercase; }
.store-txt strong { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; }
.brand-ic { width: 1em; height: 1em; }

/* Table scroll (mobile) */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.table-scroll .compare { min-width: 560px; }

/* Homepage apps band */
.apps-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; background: #fff; border-radius: 32px; padding: 44px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.apps-more { margin: 18px 0 0; font-weight: 700; }
.apps-platforms { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.plat-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--pink-50); border: 1px solid var(--pink-100); border-radius: 14px; padding: 14px 18px; font-weight: 700; }
.plat-chip .ic { width: 20px; height: 20px; color: var(--pink-600); }

/* Footer store badges */
.footer-stores .store-badge { padding: 8px 14px; }

/* Footer social icons */
.footer-social { display: flex; gap: 9px; flex-wrap: wrap; }
.social-link { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--pink-50); border: 1px solid var(--pink-100); color: var(--ink-soft); transition: transform .15s ease, background .15s ease, color .15s ease; }
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { transform: translateY(-3px); color: #fff; }
.social-twitter:hover { background: #000; }
.social-discord:hover { background: #5865F2; }
.social-youtube:hover { background: #FF0000; }
.social-reddit:hover { background: #FF4500; }
.social-facebook:hover { background: #1877F2; }
.social-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

/* Download page */
.dl-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.dl-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 22px; color: var(--ink-soft); font-weight: 700; font-size: .9rem; }
.dl-trust span { display: inline-flex; align-items: center; gap: 7px; }
.dl-trust .ic { width: 16px; height: 16px; color: var(--pink-500); }
.dl-visual { display: flex; justify-content: center; }
.phone-mock { width: 240px; height: 480px; border-radius: 44px; background: linear-gradient(165deg, #fff, var(--pink-50)); border: 9px solid #2a1a28; box-shadow: var(--shadow); position: relative; padding: 20px 16px; animation: bob 7s ease-in-out infinite; }
.phone-notch { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 92px; height: 20px; background: #2a1a28; border-radius: 0 0 14px 14px; }
.phone-screen { text-align: center; padding-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; }
.phone-screen strong { font-size: 1.1rem; }
.pm-badge { width: 72px; height: 72px; border-radius: 24px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); display: grid; place-items: center; color: #fff; margin-bottom: 4px; }
.pm-badge .ic { width: 34px; height: 34px; }
.pm-loc { color: var(--ink-soft); font-weight: 700; font-size: .9rem; }
.pm-toggle { width: 64px; height: 34px; border-radius: 999px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); position: relative; margin: 4px 0; }
.pm-toggle span { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border-radius: 50%; background: #fff; }
.pm-stats { display: flex; gap: 12px; margin-top: auto; padding-bottom: 8px; }
.pm-stats div { background: rgba(255, 255, 255, .7); border-radius: 14px; padding: 9px 14px; }
.pm-stats b { display: block; font-family: var(--font-head); color: var(--pink-600); }
.pm-stats small { color: var(--ink-soft); font-size: .72rem; }
.dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dl-card { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); text-align: center; display: flex; flex-direction: column; align-items: center; transition: transform .18s ease, box-shadow .18s ease; }
.dl-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.dl-ic { width: 64px; height: 64px; border-radius: 18px; background: var(--pink-100); display: grid; place-items: center; color: var(--pink-600); margin-bottom: 14px; }
.dl-ic .brand-ic { width: 32px; height: 32px; }
.dl-ic .ic { width: 32px; height: 32px; }
.dl-card h3 { margin: 0 0 4px; }
.dl-card p { color: var(--ink-soft); margin: 0 0 18px; }
.dl-card .btn, .dl-card .store-badge { margin-top: auto; }

/* GUI client coming soon */
.soon-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; background: linear-gradient(135deg, var(--pink-100), var(--lav-200)); border-radius: 32px; padding: 44px; box-shadow: var(--shadow-sm); }
.soon-tag { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--pink-600); font-family: var(--font-head); font-weight: 600; padding: 6px 15px; border-radius: 999px; font-size: .85rem; margin-bottom: 12px; }
.soon-tag .ic { width: 16px; height: 16px; }
.soon-list { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 11px; }
.soon-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); }
.soon-list .ic { width: 20px; height: 20px; color: var(--pink-600); flex-shrink: 0; }
.soon-form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 460px; }
.soon-form input { flex: 1; min-width: 200px; padding: 13px 16px; border-radius: 999px; border: 2px solid #fff; background: #fff; font-family: var(--font-body); font-size: 1rem; color: var(--ink); }
.soon-form input:focus { outline: none; border-color: var(--pink-400); }
.soon-art { display: flex; justify-content: center; }
.soon-window { width: 100%; max-width: 360px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--pink-100); animation: bob 8s ease-in-out infinite; }
.sw-bar { display: flex; gap: 7px; padding: 14px 16px; background: var(--pink-50); }
.sw-bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--pink-300); }
.sw-bar i:nth-child(2) { background: var(--lav-300); }
.sw-bar i:nth-child(3) { background: var(--mint); }
.sw-body { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.sw-map { aspect-ratio: 1; border-radius: 16px; background: linear-gradient(135deg, var(--pink-100), var(--lav-200)); display: grid; place-items: center; color: var(--pink-500); }
.sw-map .ic { width: 46px; height: 46px; }
.sw-rows { display: grid; gap: 10px; }
.sw-rows span { height: 14px; border-radius: 7px; background: var(--pink-100); }
.sw-rows span:nth-child(2) { width: 80%; background: var(--lav-200); }
.sw-rows span:nth-child(3) { width: 90%; }
.sw-rows span:nth-child(4) { width: 60%; background: var(--lav-200); }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.step-num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; margin-bottom: 14px; }
.step-card h3 { margin: 0 0 6px; }
.step-card p { color: var(--ink-soft); margin: 0; }

/* Dark web monitoring band */
.protect-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; background: linear-gradient(140deg, #2a1a28, #4a2b45); border-radius: 32px; padding: 48px; box-shadow: var(--shadow); color: #fff; }
.protect-band h2 { color: #fff; }
.protect-band .grad { background: linear-gradient(120deg, var(--pink-300), var(--lav-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.protect-band p { color: rgba(255, 255, 255, .85); }
.protect-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .12); color: #fff; font-family: var(--font-head); font-weight: 600; padding: 7px 15px; border-radius: 999px; font-size: .85rem; margin-bottom: 14px; }
.protect-tag .ic { width: 16px; height: 16px; color: var(--pink-300); }
.protect-list { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 12px; }
.protect-list li { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.protect-list .ic { width: 20px; height: 20px; color: var(--pink-300); flex-shrink: 0; }
.protect-band .btn { background: linear-gradient(135deg, var(--pink-500), var(--lav-500)); }
.protect-art { display: flex; justify-content: center; }
.alert-card { width: 100%; max-width: 340px; background: #fff; border-radius: 22px; padding: 20px; box-shadow: var(--shadow); color: var(--ink); animation: bob 7s ease-in-out infinite; }
.alert-head { display: flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; padding-bottom: 14px; border-bottom: 1px solid var(--pink-100); margin-bottom: 12px; }
.alert-dot { width: 10px; height: 10px; border-radius: 50%; background: #21c98a; box-shadow: 0 0 0 4px rgba(33, 201, 138, .18); }
.alert-row { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; margin-bottom: 10px; }
.alert-row:last-child { margin-bottom: 0; }
.alert-row .ic { width: 22px; height: 22px; flex-shrink: 0; }
.alert-row span { display: flex; flex-direction: column; line-height: 1.2; }
.alert-row small { color: var(--ink-soft); font-weight: 600; font-size: .8rem; }
.alert-row.danger { background: #ffe3ec; } .alert-row.danger .ic { color: #e0356b; }
.alert-row.warn { background: #fff4e0; } .alert-row.warn .ic { color: #d98a00; }
.alert-row.ok { background: var(--mint); } .alert-row.ok .ic { color: #14795a; }

/* Features — alternating showcase rows */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.showcase.reverse .showcase-visual { order: -1; }
.show-badge { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); color: #fff; margin-bottom: 14px; box-shadow: var(--shadow-sm); }
.show-badge .ic { width: 26px; height: 26px; }
.showcase-copy h2 { margin: 8px 0 12px; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 700; color: var(--ink); }
.check-list .ic { width: 20px; height: 20px; color: #21c98a; flex-shrink: 0; }
.showcase-visual { display: flex; justify-content: center; }

/* App-UI panel (consistent, realistic mock used across features) */
.app-window { width: 100%; max-width: 380px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); border: 1px solid var(--pink-100); overflow: hidden; }
.aw-top { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; background: var(--pink-50); border-bottom: 1px solid var(--pink-100); }
.aw-brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--ink); }
.aw-logo { width: 22px; height: 22px; border-radius: 7px; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); display: grid; place-items: center; color: #fff; font-size: .8rem; }
.aw-status { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: .76rem; color: #159e6b; }
.aw-status .dot { width: 8px; height: 8px; }
.aw-body { padding: 14px 16px; }
.aw-label { font-size: .72rem; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-soft); margin: 2px 4px 10px; }
.aw-server { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; margin-bottom: 6px; }
.aw-server:last-child { margin-bottom: 0; }
.aw-server.sel { background: linear-gradient(135deg, var(--pink-50), var(--lav-200)); border: 1px solid var(--pink-200); }
.aw-code { width: 32px; height: 32px; border-radius: 9px; background: var(--pink-100); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: .72rem; color: var(--pink-600); flex-shrink: 0; }
.aw-server .nm { flex: 1; font-weight: 700; font-size: .9rem; }
.aw-server .nm small { display: block; color: var(--ink-soft); font-weight: 600; font-size: .76rem; }
.aw-ping { font-family: monospace; font-size: .78rem; color: #159e6b; font-weight: 700; }
.aw-toggle { display: flex; align-items: center; justify-content: space-between; padding: 13px 6px; border-bottom: 1px solid var(--pink-50); }
.aw-toggle:last-child { border-bottom: none; }
.aw-toggle .tl { font-weight: 700; font-size: .9rem; }
.aw-toggle .tl small { display: block; color: var(--ink-soft); font-weight: 600; font-size: .76rem; }
.aw-switch { width: 42px; height: 24px; border-radius: 999px; background: #21c98a; position: relative; flex-shrink: 0; }
.aw-switch::after { content: ""; position: absolute; top: 3px; right: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
.aw-switch.off { background: var(--pink-200); }
.aw-switch.off::after { right: auto; left: 3px; }
.aw-note { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 11px 12px; border-radius: 12px; background: var(--pink-50); font-weight: 700; font-size: .82rem; color: var(--ink-soft); }
.aw-note .ic { width: 16px; height: 16px; color: var(--pink-500); }

/* Protocol cards */
.proto-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); }
.proto-top { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.proto-top .show-badge { margin-bottom: 0; width: 46px; height: 46px; }
.proto-top h3 { margin: 0; }
.proto-metric { margin-top: 16px; }
.proto-metric > span { font-weight: 700; font-size: .85rem; color: var(--ink-soft); }
.proto-metric .bar { height: 10px; border-radius: 999px; background: var(--pink-100); overflow: hidden; margin-top: 6px; }
.proto-metric .bar i { display: block; height: 100%; width: var(--w); background: linear-gradient(90deg, var(--pink-500), var(--lav-500)); border-radius: 999px; animation: growbar 1.5s cubic-bezier(.22, 1, .36, 1); }
@keyframes growbar { from { width: 0; } }

/* Streaming providers */
.stream-section .lead-block { max-width: 760px; }
.stream-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.stream-card { display: flex; gap: 15px; align-items: flex-start; background: #fff; border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); border: 1px solid var(--pink-100); transition: transform .18s ease, box-shadow .18s ease; }
.stream-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.stream-logo { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; color: #fff; background: linear-gradient(135deg, var(--pink-400), var(--lav-500)); box-shadow: var(--shadow-sm); }
.stream-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.stream-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.stream-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.stream-tag { background: #fff; border: 1px solid var(--pink-100); color: var(--ink); font-weight: 600; font-size: .85rem; padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); transition: transform .15s ease, border-color .15s ease, color .15s ease; }
.stream-tag:hover { transform: translateY(-2px); border-color: var(--pink-300); color: var(--pink-600); }

/* Protection checklist (not boxes) */
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 30px; }
.check-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 16px; transition: background .15s ease; }
.check-item:hover { background: var(--pink-50); }
.check-item > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--pink-100); color: var(--pink-600); flex-shrink: 0; }
.check-item > span .ic { width: 22px; height: 22px; }
.check-item strong { display: block; margin-bottom: 2px; }
.check-item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .grid-3, .grid-2, .price-grid, .stats, .addon-grid, .region-grid, .tgrid, .about-media, .post-grid, .about-hero, .flow, .dl-hero, .soon-band, .apps-band, .protect-band, .showcase, .check-grid, .stream-grid { grid-template-columns: 1fr; }
  .showcase { gap: 30px; }
  .showcase.reverse .showcase-visual { order: 0; }
  .stats, .tgrid, .post-grid, .account-grid, .dl-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .about-media { grid-template-columns: repeat(3, 1fr); }
  .account-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 26px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-visual { margin-top: 20px; max-width: 380px; margin-left: auto; margin-right: auto; }
  .float-pill.p-mid { right: -10px; }
  .about-hero, .dl-hero { text-align: center; }
  .dl-hero .store-row, .apps-band .store-row { justify-content: center; }
  .dl-hero .dl-trust { justify-content: center; }
  .dl-visual { margin-top: 26px; }
  .soon-band, .apps-band, .protect-band { padding: 32px; }
  .protect-band { text-align: center; }
  .protect-list li { justify-content: center; }
  .protect-art { margin-top: 8px; }
  .heart-stage { margin-top: 10px; }
  .flow { gap: 26px; max-width: 380px; margin: 0 auto; }
  .flow-step:not(:last-child)::after { display: none; }
  .plan.featured { transform: none; }
  .nav-burger { display: block; font-size: 1.6rem; cursor: pointer; color: var(--pink-600); }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    background: #fff; padding: 16px 22px; gap: 6px; border-bottom: 1px solid var(--pink-100);
    box-shadow: var(--shadow-sm); display: none;
  }
  .site-nav a { padding: 10px 0; width: 100%; }
  .nav-toggle:checked ~ .site-nav { display: flex; }
}
@media (max-width: 560px) {
  .stats, .tgrid, .post-grid, .dl-grid, .steps-grid { grid-template-columns: 1fr; }
  .store-badge { flex: 1; justify-content: center; }
  .cta-band { padding: 36px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-news { padding: 24px; }
  .footer-app-col .store-badge { max-width: none; }
  .float-pill.p-mid { display: none; }
  .article-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .footer-news { flex-direction: column; align-items: stretch; text-align: center; }
  .news-form { max-width: none; }
  .map-badge { top: 16px; left: 16px; font-size: .78rem; }
  .config-row { flex-wrap: wrap; }
  .config-file { flex-basis: 100%; order: 5; }
}
