.am-page { overflow-x: hidden; background: #fff; }
.am-page * { box-sizing: border-box; }
.am-section { padding: 64px 0; }
.am-soft { background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.am-kicker { display: inline-flex; color: #1d4ed8; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.am-kicker-light { color: #93c5fd; }
.am-page h2 { font-size: clamp(26px, 3.4vw, 38px); color: #07111f; letter-spacing: -.02em; line-height: 1.15; margin: 0 0 14px; max-width: 820px; }
.am-lead { color: #5f6f85; font-size: 17px; line-height: 1.65; max-width: 760px; margin: 0 0 30px; }
.am-page svg { display: block; }

/* HERO */
.am-hero {
  background: linear-gradient(160deg, #07111f 0%, #0f1f35 100%);
  padding: 56px 0 48px;
  color: #fff;
}
.am-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: start; }
.am-badge { display: inline-block; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.am-hero h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.18; letter-spacing: -.02em; margin: 0 0 16px; }
.am-sub { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.82); margin: 0 0 26px; max-width: 560px; }
.am-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.am-micro { font-size: 13px; color: rgba(255,255,255,.55); margin: 0 0 28px; }

.am-trust-strip { display: flex; flex-wrap: wrap; gap: 14px 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.am-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); }
.am-trust-item svg { width: 18px; height: 18px; flex: none; color: #fbbf24; }

.am-price-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 30px 26px;
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.am-price-card > span { display: block; color: #93c5fd; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.am-price-card > p { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.55; margin: 0 0 18px; }
.am-price-note { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; margin: 0 0 16px; }

.am-price-highlights { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 10px; }
.am-price-highlights li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,.88); line-height: 1.4; }
.am-price-highlights svg { width: 16px; height: 16px; color: #4ade80; flex: none; margin-top: 1px; }

/* CARDS */
.am-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.am-card { background: #fff; border: 1px solid #dbe3ef; border-radius: 18px; padding: 24px 22px; box-shadow: 0 14px 36px rgba(15,23,42,.06); transition: transform .2s, box-shadow .2s; }
.am-card:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(15,23,42,.10); }
.am-card-icon { display: inline-flex; width: 40px; height: 40px; border-radius: 12px; background: #eff6ff; color: #1d4ed8; align-items: center; justify-content: center; margin-bottom: 12px; }
.am-card-icon svg { width: 20px; height: 20px; }
.am-card strong { display: block; color: #07111f; font-size: 14px; margin-bottom: 6px; }
.am-card p { color: #5f6f85; font-size: 15px; line-height: 1.55; margin: 0; }

/* COMPARATIVO */
.am-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.am-compare-col h3 { display: flex; align-items: center; gap: 10px; font-size: 16px; color: #07111f; margin: 0 0 16px; }
.am-compare-dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.am-dot-yes { background: #16a34a; }
.am-dot-no { background: #dc2626; }

.am-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
.am-list-3 { grid-template-columns: repeat(3, 1fr); }
.am-list-item { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid #dbe3ef; border-radius: 14px; padding: 14px 16px; transition: transform .2s, box-shadow .2s; }
.am-list-item:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15,23,42,.08); }
.am-check { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 24px; background: linear-gradient(145deg,#dcfce7,#bbf7d0); color: #15803d; }
.am-check svg { width: 13px; height: 13px; }
.am-check-x { background: linear-gradient(145deg,#fee2e2,#fecaca); color: #b91c1c; }
.am-list-item p { margin: 0; color: #475569; font-size: 14px; line-height: 1.5; font-weight: 600; }

/* RISCO */
.am-risk { background: linear-gradient(135deg, #07111f, #0f1f35); color: #fff; border-radius: 22px; padding: 36px; }
.am-risk h2 { color: #fff; }
.am-risk p { color: #cbd5e1; margin: 0; font-size: 16px; line-height: 1.65; max-width: 720px; }

/* COMO FUNCIONA */
.am-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.am-steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 2px;
  background: repeating-linear-gradient(90deg, #cbd5e1 0 8px, transparent 8px 16px);
  z-index: 0;
}
.am-step { position: relative; z-index: 1; background: #fff; border: 1px solid #dbe3ef; border-radius: 18px; padding: 20px 18px 18px; }
.am-step-num { display: flex; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(145deg,#1d4ed8,#1e3a8a); color: #fff; font-weight: 700; align-items: center; justify-content: center; font-size: 14px; margin-bottom: 12px; box-shadow: 0 8px 18px rgba(29,78,216,.3); }
.am-step p { color: #475569; margin: 0; font-size: 14px; line-height: 1.55; }

/* FAQ */
.am-faq { display: grid; gap: 12px; max-width: 800px; }
.am-faq details { background: #fff; border: 1px solid #dbe3ef; border-radius: 14px; padding: 16px 20px; transition: border-color .2s, box-shadow .2s; }
.am-faq details[open] { border-color: #1d4ed8; box-shadow: 0 10px 30px rgba(29,78,216,.10); }
.am-faq summary { font-weight: 700; cursor: pointer; color: #07111f; }
.am-faq p { color: #5f6f85; margin: 10px 0 0; font-size: 15px; line-height: 1.55; }

/* FINAL / FORM */
.am-final { background: #07111f; color: #fff; padding: 64px 0; }
.am-final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.am-final-copy h2 { color: #fff; }
.am-final-copy p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; margin-bottom: 26px; }

.am-final-recap { display: flex; gap: 28px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.am-final-recap span { display: block; color: #93c5fd; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.am-final-recap strong { font-size: 18px; color: #fff; }

.am-form-card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 20px 56px rgba(15,23,42,.18); display: grid; gap: 8px; }
.am-form-card h3 { color: #07111f; margin: 0 0 6px; font-size: 18px; }
.am-form-card label { font-size: 13px; font-weight: 700; color: #0f172a; margin-top: 8px; }
.am-form-card input, .am-form-card select, .am-form-card textarea {
  width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 11px 14px;
  font-size: 15px; font-family: inherit; color: #0f172a; background: #fff;
}
.am-form-card input:focus, .am-form-card select:focus, .am-form-card textarea:focus {
  outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}

/* BUTTONS */
.am-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; border: 1px solid transparent; text-decoration: none; }
.am-btn-primary { background: #1d4ed8; color: #fff; }
.am-btn-primary:hover { box-shadow: 0 12px 28px rgba(29,78,216,.35); transform: translateY(-1px); }
.am-btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.3); }
.am-btn-ghost:hover { background: rgba(255,255,255,.16); }
.am-btn-light { width: 100%; background: #fff; color: #07111f; }
.am-btn-light:hover { background: #e2e8f0; }
.am-btn-whatsapp { background: #16a34a; color: #fff; }
.am-btn-whatsapp:hover { box-shadow: 0 12px 28px rgba(22,163,74,.35); transform: translateY(-1px); }
.am-btn-block { width: 100%; margin-top: 8px; }

/* STICKY MOBILE WHATSAPP */
.am-sticky-whatsapp {
  display: none; position: fixed; bottom: 18px; right: 18px; z-index: 200;
  background: #16a34a; color: #fff; border-radius: 999px; padding: 14px 18px;
  align-items: center; gap: 8px; font-weight: 700; font-size: 14px;
  box-shadow: 0 14px 30px rgba(22,163,74,.4);
}
.am-sticky-whatsapp svg { width: 20px; height: 20px; }

@media (max-width: 980px) {
  .am-hero-grid, .am-final-grid, .am-compare { grid-template-columns: 1fr; }
  .am-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .am-steps { grid-template-columns: repeat(2, 1fr); }
  .am-steps::before { display: none; }
}

@media (max-width: 640px) {
  .am-grid-3, .am-list, .am-list-3, .am-steps { grid-template-columns: 1fr; }
  .am-section { padding: 44px 0; }
  .am-sticky-whatsapp { display: flex; padding: 16px; }
  .am-sticky-whatsapp span { display: none; }
  .am-hero-ctas a, .am-final-copy .am-btn { width: 100%; }
  .am-trust-strip { gap: 12px; }
  .am-final-recap { flex-wrap: wrap; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .am-btn, .am-card, .am-list-item { transition: none; }
}
