/* =================================================================
   AdMobConsole BuySell — Design System
   Aesthetic: premium dark "secure tech marketplace"
   Accent: electric emerald → cyan. Trust-forward, modern, refined.
   ================================================================= */

:root {
  /* Surfaces */
  --bg:            #080B11;
  --bg-2:          #0B0F17;
  --surface:       #10161F;
  --surface-2:     #141C28;
  --surface-3:     #1A2433;
  --line:          rgba(255,255,255,.08);
  --line-2:        rgba(255,255,255,.14);

  /* Brand accent */
  --mint:          #00E6A0;
  --cyan:          #18C8FF;
  --accent:        #00E6A0;
  --accent-2:      #18C8FF;
  --gold:          #FFC24B;
  --grad:          linear-gradient(120deg, #00E6A0 0%, #18C8FF 100%);
  --grad-soft:     linear-gradient(120deg, rgba(0,230,160,.16), rgba(24,200,255,.16));

  /* Text */
  --text:          #EAF0F7;
  --muted:         #99A6B8;
  --muted-2:       #6C7A8C;

  /* Effects */
  --glow:          0 0 0 1px rgba(0,230,160,.18), 0 18px 50px -12px rgba(0,230,160,.28);
  --shadow:        0 24px 60px -20px rgba(0,0,0,.65);
  --shadow-sm:     0 8px 24px -10px rgba(0,0,0,.6);
  --radius:        18px;
  --radius-lg:     26px;
  --radius-sm:     12px;

  /* Type */
  --font-display:  'Sora', system-ui, sans-serif;
  --font-body:     'Manrope', system-ui, sans-serif;
  --font-mono:     'JetBrains Mono', ui-monospace, monospace;

  --container:     1200px;
  --ease:          cubic-bezier(.4,.14,.3,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 450;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 16px; }
ul { list-style: none; }
::selection { background: rgba(0,230,160,.28); color: #fff; }

/* ---------- Atmosphere / background ---------- */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 600px at 12% -8%, rgba(0,230,160,.10), transparent 60%),
    radial-gradient(1000px 700px at 92% 0%, rgba(24,200,255,.09), transparent 55%),
    radial-gradient(800px 800px at 50% 120%, rgba(24,200,255,.06), transparent 60%),
    var(--bg);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 100% 70% at 50% 0%, #000 35%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 100% 70% at 50% 0%, #000 35%, transparent 78%);
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }

/* ---------- Typography ---------- */
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.h1 { font-size: clamp(2.4rem, 6vw, 4.3rem); font-weight: 800; }
.h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--muted); max-width: 60ch; }

.eyebrow {
  font-family: var(--font-mono); font-size: .76rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--mint); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--grad); display: inline-block; }
.eyebrow--center::after { content: ""; width: 26px; height: 1px; background: var(--grad); display: inline-block; }

.gradient-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.section-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { margin-top: 16px; font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem;
  padding: 15px 26px; border-radius: 999px; position: relative;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--grad); color: #03110C; box-shadow: 0 14px 34px -12px rgba(0,230,160,.6); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -12px rgba(0,230,160,.75); }
.btn--ghost { background: rgba(255,255,255,.04); color: var(--text); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.btn--wa { background: #25D366; color: #04130A; box-shadow: 0 14px 34px -12px rgba(37,211,102,.6); }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -12px rgba(37,211,102,.78); }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8,11,17,.78); backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%); border-bottom-color: var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; letter-spacing: -.02em; }
.brand__mark { width: 38px; height: 38px; flex: none; border-radius: 11px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 8px 22px -8px rgba(0,230,160,.7); }
.brand__mark svg { width: 21px; height: 21px; }
.brand b { font-weight: 800; }
.brand .tag {
  font-family: var(--font-mono); font-size: .56rem; font-weight: 700; letter-spacing: .18em;
  color: var(--mint); border: 1px solid rgba(0,230,160,.4); border-radius: 5px;
  padding: 2px 6px; margin-left: 2px; align-self: center;
}

.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  font-weight: 600; font-size: .95rem; color: var(--muted); padding: 9px 14px;
  border-radius: 9px; transition: color .2s, background .2s; position: relative;
}
.nav__links a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.nav__links a.active { color: var(--text); }
.nav__links a.active::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px; height: 2px;
  background: var(--grad); border-radius: 2px;
}
/* The in-menu CTA is only for the mobile slide-down menu; hide it on desktop (nav__cta has its own). */
.nav__links .btn { display: none; }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); }
.nav__toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(56px, 8vw, 104px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 8px; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); font-size: .82rem; color: var(--muted); margin-bottom: 26px;
}
.hero__badge b { color: var(--text); font-weight: 700; }
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(0,230,160,.18); animation: pulse 2.4s infinite; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px 30px; align-items: center; }
.hero__trust .ht { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--muted); }
.hero__trust .ht svg { width: 18px; height: 18px; color: var(--mint); flex: none; }

/* Hero visual — floating account cards */
.hero__visual { position: relative; min-height: 420px; }
.acct-card {
  position: absolute; background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; width: 290px;
  box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.acct-card--1 { top: 8%; left: 2%; animation: float 6s ease-in-out infinite; }
.acct-card--2 { top: 40%; right: 0; width: 270px; animation: float 6s ease-in-out infinite .8s; z-index: 2; }
.acct-card--3 { bottom: 2%; left: 14%; width: 250px; animation: float 7s ease-in-out infinite .4s; }
.acct-card__top { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.acct-card__ico { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.acct-card__ico svg { width: 20px; height: 20px; }
.acct-card__ico--g { background: rgba(0,230,160,.14); color: var(--mint); }
.acct-card__ico--b { background: rgba(24,200,255,.14); color: var(--cyan); }
.acct-card__name { font-family: var(--font-display); font-weight: 700; font-size: .98rem; }
.acct-card__sub { font-size: .74rem; color: var(--muted-2); }
.acct-card__row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-top: 1px dashed var(--line); font-size: .82rem; }
.acct-card__row span { color: var(--muted); }
.acct-card__row b { font-family: var(--font-mono); font-weight: 500; color: var(--text); font-size: .8rem; }
.acct-card__verified { display: inline-flex; align-items: center; gap: 6px; color: var(--mint); font-weight: 700; font-size: .8rem; }
.acct-card__glow { position: absolute; inset: -40% 10% auto; height: 200px; background: var(--grad); filter: blur(90px); opacity: .14; z-index: -1; border-radius: 50%; }

/* ---------- Marquee / trust strip ---------- */
.strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.strip__inner { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 28px; padding: 30px 0; text-align: center; }
.strip__item { display: flex; flex-direction: column; gap: 2px; min-width: 130px; }
.strip__item .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.4rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.strip__item .lbl { font-size: .82rem; color: var(--muted); letter-spacing: .02em; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(170deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  position: relative; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
  overflow: hidden;
}
.card:hover { transform: translateY(-6px); border-color: rgba(0,230,160,.3); box-shadow: var(--shadow); }
.card__ico { width: 54px; height: 54px; border-radius: 14px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; margin-bottom: 20px; color: var(--mint); }
.card__ico svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; }

/* Big service cards */
.svc {
  background: linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 3.5vw, 44px);
  position: relative; overflow: hidden; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.svc::before { content: ""; position: absolute; top: -50%; right: -20%; width: 340px; height: 340px; background: var(--grad); filter: blur(120px); opacity: .1; pointer-events: none; }
.svc:hover { transform: translateY(-6px); border-color: rgba(0,230,160,.3); box-shadow: var(--shadow); }
.svc__head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.svc__ico { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; flex: none; }
.svc__ico svg { width: 30px; height: 30px; }
.svc__ico--g { background: rgba(0,230,160,.14); color: var(--mint); border: 1px solid rgba(0,230,160,.3); }
.svc__ico--b { background: rgba(24,200,255,.14); color: var(--cyan); border: 1px solid rgba(24,200,255,.3); }
.svc h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.svc__tag { font-family: var(--font-mono); font-size: .72rem; color: var(--muted-2); letter-spacing: .1em; text-transform: uppercase; }
.svc p { margin-bottom: 22px; }
.svc__list { display: grid; gap: 13px; margin-bottom: 28px; }
.svc__list li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; color: var(--text); }
.svc__list li svg { width: 20px; height: 20px; color: var(--mint); flex: none; margin-top: 2px; }

/* feature list check */
.checklist { display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); }
.checklist li svg { width: 22px; height: 22px; color: var(--mint); flex: none; margin-top: 1px; }
.checklist li b { font-weight: 700; }
.checklist li span { color: var(--muted); display: block; font-size: .92rem; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 30px 24px; background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); }
.step__n { font-family: var(--font-mono); font-weight: 700; font-size: .85rem; color: var(--mint); margin-bottom: 16px; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(0,230,160,.1); border: 1px solid rgba(0,230,160,.28); }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { font-size: .92rem; }
.step__arrow { position: absolute; top: 48px; right: -16px; color: var(--muted-2); z-index: 2; }
.step:last-child .step__arrow { display: none; }

/* ---------- Why-us / value grid uses .card ---------- */

/* ---------- Pricing / tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tier { background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; position: relative; transition: transform .35s var(--ease), border-color .35s; }
.tier:hover { transform: translateY(-6px); border-color: var(--line-2); }
.tier--featured { border-color: rgba(0,230,160,.45); box-shadow: var(--glow); }
.tier__flag { position: absolute; top: 18px; right: 18px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: #03110C; background: var(--grad); padding: 5px 11px; border-radius: 999px; font-weight: 700; }
.tier h3 { font-size: 1.3rem; margin-bottom: 6px; }
.tier__desc { font-size: .9rem; color: var(--muted); margin-bottom: 20px; min-height: 40px; }
.tier__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.tier__price .amt { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; }
.tier__price .per { color: var(--muted-2); font-size: .85rem; }
.tier__note { font-size: .8rem; color: var(--muted-2); margin-bottom: 22px; }
.tier .checklist { margin-bottom: 26px; }
.tier .checklist li { font-size: .9rem; }

/* ---------- Testimonials ---------- */
.quote { background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; position: relative; }
.quote__stars { display: flex; gap: 3px; margin-bottom: 16px; color: var(--gold); }
.quote__stars svg { width: 17px; height: 17px; }
.quote p { color: var(--text); font-size: 1rem; line-height: 1.7; margin-bottom: 22px; }
.quote__who { display: flex; align-items: center; gap: 13px; }
.quote__av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #03110C; flex: none; }
.quote__who b { display: block; font-weight: 700; font-size: .95rem; }
.quote__who span { font-size: .82rem; color: var(--muted-2); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq__item { background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .3s; }
.faq__item.open { border-color: rgba(0,230,160,.3); }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; font-family: var(--font-display); font-weight: 600; font-size: 1.04rem; color: var(--text); }
.faq__q .ic { width: 30px; height: 30px; flex: none; border-radius: 8px; background: rgba(255,255,255,.05); border: 1px solid var(--line); display: grid; place-items: center; transition: transform .3s, background .3s; }
.faq__item.open .faq__q .ic { transform: rotate(45deg); background: var(--grad); color: #03110C; }
.faq__q .ic svg { width: 16px; height: 16px; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a p { padding: 0 24px 24px; font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px); text-align: center; overflow: hidden; background: linear-gradient(150deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-2); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% -20%, rgba(0,230,160,.22), transparent 60%); pointer-events: none; }
.cta-band h2 { margin-bottom: 16px; position: relative; }
.cta-band p { max-width: 56ch; margin: 0 auto 32px; position: relative; font-size: 1.1rem; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; }

/* ---------- Page hero (inner) ---------- */
.phero { padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 4vw, 48px); text-align: center; position: relative; }
.phero .eyebrow { margin-bottom: 18px; }
.phero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 18px; }
.phero p { max-width: 60ch; margin: 0 auto; font-size: 1.1rem; }
.crumbs { font-family: var(--font-mono); font-size: .76rem; color: var(--muted-2); margin-bottom: 26px; letter-spacing: .06em; }
.crumbs a:hover { color: var(--mint); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
.channels { display: grid; gap: 16px; }
.channel { display: flex; gap: 16px; align-items: center; padding: 20px; min-width: 0; background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s var(--ease), border-color .3s; }
.channel:hover { transform: translateX(5px); border-color: rgba(0,230,160,.3); }
.channel > div { min-width: 0; }
.channel__ico { width: 50px; height: 50px; flex: none; border-radius: 13px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line-2); color: var(--mint); }
.channel__ico svg { width: 23px; height: 23px; }
.channel__ico--wa { background: rgba(37,211,102,.14); border-color: rgba(37,211,102,.35); color: #25D366; }
.channel span { font-size: .78rem; color: var(--muted-2); display: block; text-transform: uppercase; letter-spacing: .1em; font-family: var(--font-mono); }
.channel b { font-weight: 700; font-size: 1.02rem; overflow-wrap: anywhere; }
.channel b:hover { color: var(--mint); }

.form { background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 3.5vw, 40px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.field label .req { color: var(--mint); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; background: var(--bg-2); border: 1px solid var(--line-2);
  border-radius: var(--radius-sm); color: var(--text); transition: border-color .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 3px rgba(0,230,160,.15); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2399A6B8' stroke-width='2'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form__note { font-size: .82rem; color: var(--muted-2); margin-top: 14px; text-align: center; }
.form__msg { padding: 14px 16px; border-radius: var(--radius-sm); margin-bottom: 18px; font-size: .92rem; display: none; }
.form__msg.show { display: block; }
.form__msg--ok { background: rgba(0,230,160,.12); border: 1px solid rgba(0,230,160,.4); color: var(--mint); }
.form__msg--err { background: rgba(255,80,80,.12); border: 1px solid rgba(255,80,80,.4); color: #ff8a8a; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(48px, 6vw, 72px) 0 32px; margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 48px; }
.footer__brand p { font-size: .92rem; margin: 18px 0; max-width: 34ch; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--muted); transition: all .25s; }
.footer__social a:hover { color: var(--mint); border-color: rgba(0,230,160,.4); transform: translateY(-3px); }
.footer__social svg { width: 18px; height: 18px; }
.footer h4 { font-size: .8rem; font-family: var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 18px; font-weight: 500; }
.footer__links { display: grid; gap: 11px; }
.footer__links a { font-size: .93rem; color: var(--muted); transition: color .2s; }
.footer__links a:hover { color: var(--mint); }
.footer__contact li { font-size: .92rem; color: var(--muted); margin-bottom: 12px; display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 17px; height: 17px; color: var(--mint); flex: none; margin-top: 3px; }
.footer__contact a:hover { color: var(--mint); }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; }
.footer__bottom p { font-size: .84rem; color: var(--muted-2); }
.footer__bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__bottom .legal a { font-size: .84rem; color: var(--muted-2); }
.footer__bottom .legal a:hover { color: var(--mint); }
.disclaimer { font-size: .76rem; color: var(--muted-2); line-height: 1.6; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); max-width: 100%; }

/* ---------- WhatsApp live-chat widget ---------- */
.wachat { position: fixed; right: 22px; bottom: 22px; z-index: 99; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }

/* Launcher bubble */
.wachat__launcher { position: relative; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.7); transition: transform .3s var(--ease); animation: pulse-wa 2.8s infinite; }
.wachat__launcher:hover { transform: scale(1.08); }
.wachat.open .wachat__launcher { animation: none; }
.wachat__launcher svg { width: 32px; height: 32px; color: #fff; grid-area: 1 / 1; transition: opacity .25s, transform .3s var(--ease); }
.wachat__ic-close { opacity: 0; transform: rotate(-90deg) scale(.6); }
.wachat.open .wachat__ic-wa { opacity: 0; transform: rotate(90deg) scale(.6); }
.wachat.open .wachat__ic-close { opacity: 1; transform: none; }
.wachat__badge { position: absolute; top: -2px; right: -2px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: #ff4d4d; color: #fff; font-size: .7rem; font-weight: 800; display: grid; place-items: center; border: 2px solid var(--bg); }
.wachat.open .wachat__badge, .wachat.seen .wachat__badge { opacity: 0; transform: scale(0); transition: .2s; }

/* Teaser tooltip */
.wachat__teaser { position: relative; max-width: 232px; background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 16px 16px 4px 16px; padding: 13px 30px 13px 15px; font-size: .9rem; line-height: 1.45; color: var(--text); box-shadow: var(--shadow); cursor: pointer; opacity: 0; transform: translateY(10px) scale(.95); transition: opacity .35s var(--ease), transform .35s var(--ease); pointer-events: none; }
.wachat__teaser.show { opacity: 1; transform: none; pointer-events: auto; }
.wachat__teaser b { color: var(--mint); font-weight: 700; }
.wachat__teaser-x { position: absolute; top: 5px; right: 7px; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; color: var(--muted-2); font-size: 1rem; line-height: 1; }
.wachat__teaser-x:hover { background: rgba(255,255,255,.08); color: var(--text); }

/* Chat panel */
.wachat__panel { width: min(364px, calc(100vw - 36px)); max-height: min(72vh, 580px); display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line-2); border-radius: 20px; overflow: hidden; box-shadow: 0 34px 80px -22px rgba(0,0,0,.8); transform-origin: bottom right; opacity: 0; transform: translateY(18px) scale(.92); pointer-events: none; transition: opacity .32s var(--ease), transform .32s var(--ease); }
.wachat.open .wachat__panel { opacity: 1; transform: none; pointer-events: auto; }

.wachat__header { display: flex; align-items: center; gap: 12px; padding: 15px 14px; background: linear-gradient(120deg, #0f7a42, #1faf57 55%, #25D366); color: #fff; }
.wachat__ava { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.4); display: grid; place-items: center; flex: none; }
.wachat__ava svg { width: 24px; height: 24px; }
.wachat__id { flex: 1; min-width: 0; }
.wachat__id b { font-family: var(--font-display); font-weight: 700; font-size: 1rem; display: block; line-height: 1.25; }
.wachat__id span { font-size: .76rem; opacity: .92; display: flex; align-items: center; gap: 6px; }
.wachat__live { width: 8px; height: 8px; border-radius: 50%; background: #c5ffd8; box-shadow: 0 0 0 0 rgba(197,255,216,.7); animation: pulse 1.8s infinite; flex: none; }
.wachat__close { color: #fff; opacity: .85; width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: none; transition: background .2s; }
.wachat__close:hover { opacity: 1; background: rgba(255,255,255,.16); }
.wachat__close svg { width: 18px; height: 18px; }

.wachat__body { padding: 18px 15px; overflow-y: auto; flex: 1; background:
  radial-gradient(circle at 85% 8%, rgba(37,211,102,.06), transparent 42%),
  radial-gradient(circle at 10% 100%, rgba(24,200,255,.05), transparent 40%), var(--bg-2); }
.wachat__bubble { background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px 16px 16px 16px; padding: 13px 15px; font-size: .92rem; color: var(--text); line-height: 1.55; box-shadow: var(--shadow-sm); }
.wachat__stamp { display: block; font-size: .66rem; color: var(--muted-2); margin: 7px 0 0 4px; font-family: var(--font-mono); letter-spacing: .04em; }
.wachat__quick { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.wachat__qlabel { font-size: .7rem; font-family: var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin: 4px 2px 2px; }
.wachat__chip { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: rgba(255,255,255,.03); color: var(--text); font-size: .9rem; font-weight: 600; transition: border-color .2s, background .2s, transform .2s; }
.wachat__chip:hover { border-color: rgba(37,211,102,.55); background: rgba(37,211,102,.09); transform: translateX(3px); }
.wachat__chip svg { width: 16px; height: 16px; color: #25D366; flex: none; }

.wachat__foot { padding: 11px 12px 12px; border-top: 1px solid var(--line); background: var(--surface); }
.wachat__form { display: flex; gap: 8px; align-items: center; }
.wachat__input { flex: 1; min-width: 0; padding: 12px 15px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg-2); color: var(--text); font-size: .9rem; }
.wachat__input::placeholder { color: var(--muted-2); }
.wachat__input:focus { outline: none; border-color: #25D366; box-shadow: 0 0 0 3px rgba(37,211,102,.16); }
.wachat__send { width: 46px; height: 46px; flex: none; border-radius: 50%; background: #25D366; display: grid; place-items: center; transition: transform .2s; }
.wachat__send:hover { transform: scale(1.08); }
.wachat__send:disabled { opacity: .5; transform: none; cursor: default; }
.wachat__send svg { width: 20px; height: 20px; color: #fff; }
.wachat__powered { text-align: center; font-size: .67rem; color: var(--muted-2); margin-top: 9px; }
.wachat__powered b { color: #25D366; font-weight: 700; }

/* ---------- Animations ---------- */
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(0,230,160,.4); } 50% { box-shadow: 0 0 0 6px rgba(0,230,160,0); } }
@keyframes pulse-wa { 0%,100% { box-shadow: 0 12px 30px -8px rgba(37,211,102,.7), 0 0 0 0 rgba(37,211,102,.5); } 50% { box-shadow: 0 12px 30px -8px rgba(37,211,102,.7), 0 0 0 16px rgba(37,211,102,0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

/* Reveal animation only applies when JS is active; no-JS users see all content. */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.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; }

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-s { margin-top: 16px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 44px; }
.mb-0 { margin-bottom: 0; }
.muted { color: var(--muted); }
.hide-mobile { display: initial; }
.divider { height: 1px; background: var(--line); border: none; margin: 0; }

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 360px; max-width: 480px; margin-inline: auto; width: 100%; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step__arrow { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav__links, .nav__cta .btn { display: none; }
  .nav__toggle { display: block; }
  .nav__cta { gap: 0; }
  .nav.menu-open { background: rgba(8,11,17,.96); backdrop-filter: blur(18px); border-bottom-color: var(--line); }
  .nav__links {
    position: fixed; inset: 74px 0 auto; flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(8,11,17,.98); backdrop-filter: blur(20px); padding: 18px 24px 28px;
    border-bottom: 1px solid var(--line); transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .3s, transform .3s; max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav__links.show { display: flex; opacity: 1; transform: none; pointer-events: auto; }
  .nav__links a { padding: 14px 16px; font-size: 1.05rem; border-radius: 12px; }
  .nav__links a.active::after { display: none; }
  .nav__links a.active { background: var(--grad-soft); color: var(--text); }
  .nav__links .btn { display: inline-flex; margin-top: 10px; }
  .grid--2, .tiers, .contact-grid, .form__row { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
  .container { padding-inline: 18px; }
  .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .strip__inner { gap: 22px 16px; }
  .strip__item { min-width: 120px; flex: 1 1 40%; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; text-align: left; }
  .acct-card { width: 250px !important; }
  .acct-card--2 { right: -10px; }
  .btn { padding: 14px 22px; }
  .wachat { right: 16px; bottom: 16px; }
  .wachat__launcher { width: 56px; height: 56px; }
  .wachat__teaser { max-width: 200px; }
}

@media (max-width: 380px) {
  .hero__visual { min-height: 320px; }
  .acct-card { width: 210px !important; padding: 16px; }
  .brand { font-size: 1rem; }
  .brand .tag { display: none; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .acct-card { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Focus visibility */
:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; border-radius: 4px; }
