/* ═══════════════════════════════════════════════════════════════
   AnyEasyDesk — Site Styles  (Light + Brand Blue)
   ═══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue1:    #1a5c8a;
  --blue2:    #2d9bc8;
  --blue3:    #1a3a52;
  --blue-lt:  #e8f4fb;
  --blue-md:  #c5e3f7;
  --text:     #1a2a38;
  --muted:    #5a7a90;
  --bg:       #ffffff;
  --bg2:      #f4f9fd;
  --border:   #daeaf5;
  --radius:   14px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ─── NAVBAR ─── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  transition: background .3s, box-shadow .3s;
}
.navbar.scrolled {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(26,92,138,.1);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; height: 70px;
}
/* Logo SVG inline */
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; white-space: nowrap;
  font-weight: 800; font-size: 1.2rem; letter-spacing: -.4px;
  color: var(--blue3);
}
.brand-name { color: inherit; }
.brand-name span { color: var(--blue2); }
.brand-svg {
  color: var(--blue1);  /* currentColor propagado para o SVG */
  flex-shrink: 0;
}
.navbar.scrolled .brand-svg { color: var(--blue1); }

/* Logo dentro do mockup do app */
.app-logo-brand {
  display: flex; align-items: center; gap: 6px;
  font-weight: 800; font-size: 1rem; color: var(--blue3);
}
.app-logo-brand span { color: var(--blue2); }

/* Logo no footer (texto claro) */
.footer-brand-name {
  color: #fff !important;
  font-size: 1.15rem !important;
}
.footer-brand-name .brand-svg { color: #fff; }
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: .92rem; font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--blue1); }
.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.burger span { display: block; width: 22px; height: 2px; background: var(--muted); border-radius: 2px; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 24px; border-radius: 9px;
  font-weight: 700; font-size: .92rem; text-decoration: none;
  border: none; cursor: pointer; transition: all .2s; white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-lg  { padding: 14px 32px; font-size: 1rem; border-radius: 11px; }

.btn-primary {
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  color: #fff;
  box-shadow: 0 4px 20px rgba(26,92,138,.25);
}
.btn-primary:hover { box-shadow: 0 6px 28px rgba(26,92,138,.4); transform: translateY(-2px); }

.btn-nav {
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  color: #fff !important;
  box-shadow: 0 3px 14px rgba(26,92,138,.25);
}
.btn-nav:hover { transform: translateY(-1px); box-shadow: 0 5px 20px rgba(26,92,138,.35); }

.btn-outline {
  background: transparent; color: var(--blue1);
  border: 2px solid var(--blue1);
}
.btn-outline:hover { background: var(--blue-lt); transform: translateY(-2px); }

.btn-download {
  background: linear-gradient(135deg,#0078d4,#005a9e);
  color: #fff; width: 100%;
  padding: 16px; font-size: 1.05rem; border-radius: 11px;
  box-shadow: 0 4px 20px rgba(0,120,212,.25);
}
.btn-download:hover { box-shadow: 0 6px 28px rgba(0,120,212,.4); transform: translateY(-2px); }

.btn-cta {
  background: #fff; color: var(--blue1);
  font-size: 1rem; padding: 15px 32px; border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }

/* ─── HERO ─── */
.hero {
  position: relative;
  background: linear-gradient(160deg, #f0f8ff 0%, #e8f4fb 50%, #f8fcff 100%);
  padding: 120px 0 80px;
  overflow: hidden;
}
.hero-waves {
  position: absolute; bottom: -2px; left: 0; right: 0; line-height: 0;
}
.hero-waves svg { width: 100%; height: 80px; }

.hero-circles { position: absolute; inset: 0; pointer-events: none; }
.hc { position: absolute; border-radius: 50%; }
.hc1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(45,155,200,.1), transparent 70%); top: -100px; right: -100px; }
.hc2 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(26,92,138,.08), transparent 70%); bottom: 0; left: -50px; }
.hc3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(45,155,200,.06), transparent 70%); top: 100px; left: 40%; }

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(45,155,200,.12);
  border: 1px solid rgba(45,155,200,.3);
  color: var(--blue1);
  font-size: .8rem; font-weight: 700;
  padding: 6px 16px; border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase; letter-spacing: .5px;
}
.badge-dot {
  width: 8px; height: 8px; background: #22c55e; border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; line-height: 1.1;
  letter-spacing: -1.5px; color: var(--blue3);
  margin-bottom: 18px;
}
.hl { color: var(--blue2); }

.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 480px; margin-bottom: 32px; }

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 24px; }
.trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: .85rem; font-weight: 600; color: var(--muted);
}

/* App mockup */
.hero-img { position: relative; display: flex; justify-content: center; }

.app-mock {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(26,92,138,.18), 0 0 0 1px rgba(26,92,138,.08);
  width: 280px;
  overflow: hidden;
}
.app-titlebar {
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  padding: 10px 14px;
  display: flex; align-items: center; gap: 8px;
}
.app-dots { display: flex; gap: 5px; }
.app-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); }
.app-title { color: #fff; font-size: .8rem; font-weight: 700; margin-left: 4px; }
.app-body { padding: 20px 18px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.app-logo-area { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.app-logo-area small { font-size: .72rem; color: var(--muted); }
.app-code-label { font-size: .8rem; color: var(--muted); }
.app-code {
  background: linear-gradient(135deg, var(--blue3), var(--blue1));
  color: #f0a500;
  font-size: 1.9rem; font-weight: 900; letter-spacing: 4px;
  padding: 14px 28px; border-radius: 10px;
  box-shadow: 0 4px 16px rgba(26,92,138,.2);
}
.app-copy-btn {
  width: 100%; padding: 9px;
  border: 1.5px solid var(--border); border-radius: 7px;
  background: #fff; color: var(--blue1);
  font-weight: 700; font-size: .85rem; cursor: pointer;
  transition: background .2s;
}
.app-copy-btn:hover { background: var(--blue-lt); }
.app-status {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600;
}
.status-dot {
  width: 9px; height: 9px; background: #22c55e; border-radius: 50%;
  animation: blink 2s infinite;
}
.app-info { font-size: .72rem; color: var(--muted); text-align: center; line-height: 1.5; }

.fbadge {
  position: absolute;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 9px; padding: 8px 14px;
  font-size: .8rem; font-weight: 700; color: var(--blue1);
  box-shadow: 0 4px 16px rgba(26,92,138,.1);
  animation: flt 3s ease-in-out infinite;
}
.fb1 { bottom: 20px; left: -20px; animation-delay: 0s; }
.fb2 { top: 20px; right: -10px; animation-delay: 1.5s; }
@keyframes flt { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

/* ─── STATS BAR ─── */
.stats-bar {
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  padding: 28px 0;
}
.stats-inner {
  display: flex; align-items: center;
  justify-content: center; gap: 0; flex-wrap: wrap;
}
.stat-item { text-align: center; padding: 0 40px; }
.stat-n { display: block; font-size: 2rem; font-weight: 900; color: #fff; letter-spacing: -1px; }
.stat-l { display: block; font-size: .82rem; color: rgba(255,255,255,.7); font-weight: 500; margin-top: 2px; }
.stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.2); }

/* ─── SECTION ─── */
.section { padding: 96px 0; }
.sec-head { text-align: center; margin-bottom: 56px; }
.sec-label {
  display: inline-block;
  background: var(--blue-lt);
  color: var(--blue1);
  font-size: .78rem; font-weight: 700;
  padding: 5px 16px; border-radius: 50px;
  margin-bottom: 14px;
  text-transform: uppercase; letter-spacing: .6px;
  border: 1px solid var(--blue-md);
}
.sec-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800; color: var(--blue3);
  letter-spacing: -1px; margin-bottom: 12px;
}
.sec-head p { color: var(--muted); font-size: 1.05rem; }

/* ─── FEATURES ─── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feat-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  position: relative;
}
.feat-card:hover {
  border-color: var(--blue2);
  box-shadow: 0 8px 32px rgba(26,92,138,.1);
  transform: translateY(-4px);
}
.feat-highlight {
  background: linear-gradient(135deg, #f0f8ff, #e8f4fb);
  border-color: var(--blue-md);
}
.feat-ico {
  width: 52px; height: 52px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feat-card h3 { font-size: 1rem; font-weight: 700; color: var(--blue3); margin-bottom: 8px; }
.feat-card p  { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.feat-tag {
  display: inline-block; margin-top: 14px;
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  color: #fff; font-size: .74rem; font-weight: 700;
  padding: 3px 12px; border-radius: 50px;
}

/* ─── HOW IT WORKS ─── */
.how-section {
  background: linear-gradient(135deg, var(--blue1) 0%, var(--blue2) 100%);
  padding: 96px 0;
}
.sec-head.light .sec-label { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.2); }
.sec-head.light h2 { color: #fff; }
.sec-head.light p { color: rgba(255,255,255,.7); }

.steps-row {
  display: flex; align-items: center;
  justify-content: center; gap: 0;
}
.step-card {
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  padding: 36px 28px; text-align: center;
  flex: 1; max-width: 280px;
  transition: background .25s, transform .25s;
}
.step-card:hover { background: rgba(255,255,255,.18); transform: translateY(-4px); }
.step-num {
  font-size: 3.5rem; font-weight: 900;
  color: rgba(255,255,255,.15); line-height: 1;
  margin-bottom: 10px; letter-spacing: -2px;
}
.step-emoji { font-size: 2.2rem; margin-bottom: 14px; }
.step-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.step-card p  { font-size: .87rem; color: rgba(255,255,255,.7); }
.step-conn { padding: 0 12px; flex-shrink: 0; }

/* ─── DOWNLOAD ─── */
.download-sec { background: var(--bg2); }

.dl-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px; align-items: start;
}
.dl-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  position: relative;
}
.dl-win {
  border-color: #0078d4;
  box-shadow: 0 8px 40px rgba(0,120,212,.1);
}
.dl-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  color: #fff; font-size: .75rem; font-weight: 700;
  padding: 4px 18px; border-radius: 50px; white-space: nowrap;
}
.dl-os-icon { line-height: 1; }
.dl-card h3 { font-size: 1.4rem; font-weight: 800; color: var(--blue3); }
.dl-meta { font-size: .85rem; color: var(--muted); }
.dl-specs {
  display: flex; flex-direction: column; gap: 7px;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 20px; width: 100%;
  font-size: .85rem; color: var(--muted); text-align: left;
}
.dl-ver { font-size: .82rem; color: var(--muted); }
.dl-ver strong { color: var(--blue1); }

.dl-soon-col { display: flex; flex-direction: column; gap: 20px; }
.dl-soon { opacity: .7; gap: 10px; padding: 28px 24px; }
.soon-ico { font-size: 2.8rem; }
.soon-badge {
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--muted); font-size: .8rem; font-weight: 600;
  padding: 6px 16px; border-radius: 50px;
}

/* ─── DOWNLOAD TABS ─── */
.dl-tabs {
  display: flex; gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}
.dl-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 26px;
  border: 2px solid var(--border);
  border-radius: 50px;
  background: #fff;
  color: var(--muted);
  font-size: .9rem; font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.dl-tab:hover { border-color: var(--blue2); color: var(--blue1); }
.dl-tab.active {
  background: var(--blue1);
  border-color: var(--blue1);
  color: #fff;
  box-shadow: 0 4px 16px rgba(26,92,138,.25);
}
.dl-panel-info {
  background: var(--blue-lt);
  border: 1.5px solid var(--blue-md);
  border-radius: var(--radius);
  padding: 14px 22px;
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px; flex-wrap: wrap;
}
.dl-panel-info p { font-size: .9rem; color: var(--blue3); margin: 0; }
.dl-panel-tag {
  background: var(--blue1); color: #fff;
  font-size: .78rem; font-weight: 700;
  padding: 4px 14px; border-radius: 50px; white-space: nowrap;
}
.srv-info { background: #f0f7ef; border-color: #c3e2be; }
.srv-tag  { background: #2e7d32; }

.dl-srv {
  border-color: var(--blue1);
  box-shadow: 0 8px 40px rgba(26,92,138,.12);
}
.srv-badge {
  background: linear-gradient(135deg, #1a3a52, #1a5c8a) !important;
}
.btn-srv-dl {
  background: linear-gradient(135deg, #1a3a52, #1a5c8a);
}
.btn-srv-dl:hover {
  background: linear-gradient(135deg, #1a5c8a, #2d9bc8);
}

/* ─── CTA WAVE ─── */
.cta-wave { text-align: center; }
.cta-wave svg { width: 100%; display: block; }
.cta-body {
  background: linear-gradient(135deg, var(--blue1), var(--blue2));
  padding: 60px 0;
}
.cta-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-text h2 { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: #fff; margin-bottom: 8px; }
.cta-text p  { color: rgba(255,255,255,.75); font-size: 1rem; }

/* ─── CONTATO ─── */
.contato-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.contato-card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.contato-card:hover {
  border-color: var(--blue2);
  box-shadow: 0 6px 24px rgba(26,92,138,.1);
  transform: translateY(-3px);
}
.contato-ico { font-size: 2.4rem; margin-bottom: 14px; }
.contato-card h4 { font-size: 1rem; font-weight: 700; color: var(--blue3); margin-bottom: 8px; }
.contato-card p  { font-size: .88rem; color: var(--muted); }

/* ─── FOOTER ─── */
.footer { background: #fff; }
.footer-wave { line-height: 0; }
.footer-wave svg { width: 100%; height: 60px; }
.footer-body { background: var(--blue3); }
.footer-inner {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 40px;
  padding: 50px 0 36px;
}
.footer-brand p { font-size: .88rem; color: rgba(255,255,255,.55); margin-top: 10px; }
.footer-url { color: rgba(255,255,255,.4) !important; font-size: .8rem !important; margin-top: 4px !important; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 4px; }
.footer-col a { font-size: .85rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: rgba(255,255,255,.9); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  font-size: .82rem; color: rgba(255,255,255,.4);
  text-align: center;
}

/* ─── BETA BADGE ─── */
.beta-badge {
  display: inline-block;
  background: #c0392b;
  color: #ffffff;
  font-size: .62rem; font-weight: 900; letter-spacing: 1.5px;
  padding: 3px 10px; border-radius: 50px;
  vertical-align: middle; margin-left: 6px;
  line-height: 1.6;
  box-shadow: 0 2px 10px rgba(192,57,43,.5);
  animation: beta-pulse 2s ease-in-out infinite;
}
@keyframes beta-pulse {
  0%, 100% { box-shadow: 0 2px 10px rgba(192,57,43,.4); }
  50%       { box-shadow: 0 2px 18px rgba(192,57,43,.85); }
}

/* ─── MODAL TERMOS ─── */
.modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10,25,40,.7);
  backdrop-filter: blur(4px);
  align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }

.modal-box {
  background: #fff; border-radius: 18px;
  width: 100%; max-width: 680px;
  max-height: 90vh;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  overflow: hidden;
}

.modal-header {
  display: flex; align-items: center; gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--blue3), var(--blue1));
  flex-shrink: 0;
}
.modal-header-icon { font-size: 2rem; }
.modal-header h2 { color: #fff; font-size: 1.15rem; font-weight: 800; margin-bottom: 2px; }
.modal-header p  { color: rgba(255,255,255,.65); font-size: .82rem; }

.modal-body {
  flex: 1; overflow-y: auto; padding: 24px 28px;
  font-size: .88rem; line-height: 1.75; color: var(--text);
}
.modal-body h3 {
  font-size: 1rem; font-weight: 800; color: var(--blue3);
  text-align: center; margin-bottom: 4px;
}
.termo-data { text-align: center; color: var(--muted); font-size: .8rem; margin-bottom: 20px; }
.modal-body h4 {
  font-size: .88rem; font-weight: 700; color: var(--blue1);
  margin: 18px 0 6px; text-transform: uppercase; letter-spacing: .4px;
}
.modal-body p  { margin-bottom: 8px; color: #334455; }
.modal-body ul { padding-left: 20px; margin-bottom: 8px; }
.modal-body ul li { margin-bottom: 4px; }
.termo-aviso {
  background: #fff8e1; border: 1.5px solid #ffe082;
  border-radius: 10px; padding: 14px 16px;
  margin-top: 20px; font-size: .85rem; color: #7a5800;
}

.modal-footer {
  padding: 18px 28px; border-top: 1.5px solid var(--border);
  flex-shrink: 0; background: var(--bg2);
}
.check-label {
  display: flex; align-items: flex-start; gap: 10px;
  cursor: pointer; font-size: .88rem; color: var(--text);
  margin-bottom: 10px;
}
.check-label input { width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0; cursor: pointer; }
.scroll-hint { font-size: .78rem; color: var(--muted); margin-bottom: 14px; }
.scroll-hint.hidden { display: none; }

.modal-btns { display: flex; gap: 10px; justify-content: flex-end; }
.btn-recusar {
  padding: 11px 24px; border: 1.5px solid var(--border);
  background: #fff; color: var(--muted); border-radius: 10px;
  font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .2s;
}
.btn-recusar:hover { border-color: #e74c3c; color: #e74c3c; }
.btn-aceitar {
  padding: 11px 28px;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: #fff; border: none; border-radius: 10px;
  font-size: .88rem; font-weight: 700; cursor: pointer; transition: all .2s;
}
.btn-aceitar:disabled { background: #ccc; cursor: not-allowed; }
.btn-aceitar:not(:disabled):hover { opacity: .9; transform: translateY(-1px); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-img { display: none; }
  .hero { padding: 110px 0 60px; }
  .hero-btns { justify-content: center; }
  .hero-trust { justify-content: center; }
  .feat-grid { grid-template-columns: repeat(2,1fr); }
  .dl-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .dl-soon-col { flex-direction: row; }
  .contato-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .cta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .btn-nav { display: none; }
  .burger { display: flex; }
  .feat-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; align-items: center; gap: 16px; }
  .step-conn { transform: rotate(90deg); }
  .stats-inner { gap: 24px; }
  .stat-sep { display: none; }
  .footer-inner { flex-direction: column; }
  .footer-cols { flex-direction: column; gap: 28px; }
  .dl-soon-col { flex-direction: column; }
}
