/* ayuda Hosting — redesign prototype
   Palette + type pulled from the live site: Lato, navy #01245C, blue #097EDE,
   magenta #C93D9D accent, orange #FF7638 CTA. Layout language (generous
   whitespace, big flat headline, card grids, tiered comparison strip,
   trust logos, closing CTA band) is adapted from cloudflare.com. */

:root {
  --navy: #01245c;
  --blue: #097ede;
  --blue-deep: #011b68;
  --magenta: #c93d9d;
  --orange: #ff7638;
  --ink: #16202b;
  --muted: #56606b;
  --line: #e2e7ee;
  --paper: #ffffff;
  --wash: #f5f8fc;
  --radius: 14px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
}
h1, h2, h3 { font-weight: 700; color: var(--navy); margin: 0 0 .5em; }
h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; }
h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
h3 { font-size: 19px; }
p { margin: 0 0 1em; color: var(--muted); }
.lede { font-size: 19px; color: var(--muted); max-width: 46ch; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255,118,56,.35); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--navy); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-secondary { background: var(--blue); color: #fff; }
.btn-secondary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(9,126,222,.35); }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* utility bar */
.utility {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 13px;
}
.utility .wrap { display: flex; justify-content: flex-end; gap: 20px; padding: 8px 24px; }
.utility a:hover { color: #fff; }

/* header */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.logo { font-size: 20px; font-weight: 700; color: var(--navy); }
.logo span { color: var(--magenta); }
nav.primary { display: flex; gap: 28px; font-weight: 700; font-size: 15px; }
nav.primary a { color: var(--navy); }
nav.primary a:hover { color: var(--blue); }
.header-cta { display: flex; align-items: center; gap: 14px; }

/* hero */
.hero {
  background:
    radial-gradient(1100px 480px at 85% -10%, rgba(9,126,222,.14), transparent 60%),
    radial-gradient(900px 420px at 5% 0%, rgba(201,61,157,.10), transparent 55%),
    var(--wash);
  padding: 84px 0 64px;
  border-bottom: 1px solid var(--line);
}
.hero .grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; font-size: 14px; color: var(--muted); }
.hero-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: 0 24px 48px rgba(1,36,92,.08);
}
.hero-card .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.hero-card .row:last-child { border-bottom: none; }
.hero-card .row b { color: var(--navy); }

/* sections */
section { padding: 72px 0; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head.left { margin: 0 0 40px; text-align: left; }

.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  background: var(--paper);
}
.card .num { font-size: 13px; font-weight: 700; color: var(--blue); letter-spacing: .06em; }
.card p { margin: 8px 0 0; color: var(--muted); font-size: 15px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.checklist li:last-child { border-bottom: none; }
.checklist .tick { color: var(--blue); font-weight: 700; }

.band-alt { background: var(--wash); }

.fit-teaser {
  background: linear-gradient(135deg, var(--navy), var(--blue-deep));
  color: #fff; border-radius: 20px; padding: 44px; display: grid;
  grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center;
}
.fit-teaser h2 { color: #fff; }
.fit-teaser p { color: rgba(255,255,255,.78); }
.fit-teaser .btn-primary { background: #fff; color: var(--navy); }
.fit-teaser .btn-primary:hover { box-shadow: 0 10px 24px rgba(255,255,255,.25); }

.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote { border-left: 3px solid var(--magenta); padding-left: 20px; }
.quote p { color: var(--ink); font-size: 16px; }
.quote cite { font-style: normal; font-size: 14px; color: var(--muted); font-weight: 700; }

.trustbar { display: flex; flex-wrap: wrap; gap: 14px 32px; justify-content: center; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar span { font-weight: 700; color: var(--muted); font-size: 15px; }

.cta-band { background: var(--navy); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.75); }
.cta-band .contact-line { margin-top: 18px; font-size: 17px; }
.cta-band .contact-line a { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.4); }

footer.site { background: #0b1220; color: rgba(255,255,255,.65); padding: 48px 0 28px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 32px; }
.footer-grid h4 { color: #fff; font-size: 14px; margin: 0 0 12px; }
.footer-grid a { display: block; padding: 4px 0; color: rgba(255,255,255,.65); }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .hero .grid, .split, .fit-teaser, .footer-grid { grid-template-columns: 1fr; }
  .cards-4, .cards-3, .testimonials { grid-template-columns: 1fr; }
  nav.primary { display: none; }
}

/* ---- fit-finder page ---- */
.progress { display: flex; gap: 8px; margin-bottom: 28px; }
.progress span { height: 6px; flex: 1; border-radius: 4px; background: var(--line); }
.progress span.done { background: var(--blue); }

.finder-card {
  max-width: 720px; margin: 0 auto; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 40px; box-shadow: 0 24px 48px rgba(1,36,92,.06);
}
.step { display: none; }
.step.active { display: block; }
.options { display: grid; gap: 12px; margin-top: 22px; }
.option {
  border: 2px solid var(--line); border-radius: 12px; padding: 16px 18px;
  cursor: pointer; font-size: 16px; font-weight: 700; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  transition: border-color .15s ease, background .15s ease;
}
.option:hover { border-color: var(--blue); }
.option.selected { border-color: var(--blue); background: rgba(9,126,222,.06); }
.option small { display: block; font-weight: 400; color: var(--muted); margin-top: 4px; font-size: 13.5px; }
.step-actions { display: flex; justify-content: space-between; margin-top: 30px; }

.result-good { border: 1px solid var(--line); border-radius: 12px; padding: 22px; background: rgba(9,126,222,.06); margin-top: 20px; }
.result-mixed { border: 1px solid var(--line); border-radius: 12px; padding: 22px; background: rgba(255,118,56,.07); margin-top: 20px; }
.result-good h3, .result-mixed h3 { margin-top: 0; }

.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: 15px;
}
.field textarea { min-height: 90px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

.confirm { text-align: center; padding: 20px 0; }
.confirm .check {
  width: 56px; height: 56px; border-radius: 50%; background: var(--blue);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin: 0 auto 18px;
}
