:root {
  --ink: #132238;
  --ink-soft: #526172;
  --brand: #0b6b5b;
  --brand-dark: #075247;
  --brand-soft: #e9f7f2;
  --accent: #f29b38;
  --accent-soft: #fff3df;
  --paper: #ffffff;
  --surface: #f6f8f7;
  --line: #dfe7e4;
  --success: #16835f;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(19, 34, 56, 0.1);
  --shadow-sm: 0 10px 30px rgba(19, 34, 56, 0.07);
}

html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }

.fw-800 { font-weight: 800; }
.text-accent { color: var(--brand); }
.text-secondary { color: var(--ink-soft) !important; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 1100;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 10px;
}
.skip-link:focus { top: 1rem; color: #fff; }

.topbar {
  background: var(--ink);
  color: #dfe9e7;
  padding: .45rem 0;
  font-size: .82rem;
  font-weight: 600;
}
.topbar a { color: #fff; }

.navbar {
  border-bottom: 1px solid rgba(223, 231, 228, .85);
  transition: box-shadow .2s ease;
}
.navbar.scrolled { box-shadow: 0 8px 24px rgba(19, 34, 56, .08); }
.navbar .nav-link { color: var(--ink); font-size: .93rem; font-weight: 600; padding: .75rem .7rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand > span:last-child > span { color: var(--brand); }
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--brand), #159f82);
  color: #fff;
  font-size: .8rem;
  letter-spacing: -.02em;
  box-shadow: 0 8px 20px rgba(11, 107, 91, .22);
}

.btn {
  font-weight: 700;
  border-radius: 12px;
  padding: .7rem 1.1rem;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary-brand { background: var(--brand); border: 1px solid var(--brand); color: #fff; box-shadow: 0 9px 24px rgba(11, 107, 91, .2); }
.btn-primary-brand:hover, .btn-primary-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.btn-outline-brand { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.btn-outline-brand:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }
.btn-whatsapp { background: #eefaf5; border: 1px solid #c9eadc; color: #08764f; }
.btn-whatsapp:hover { background: #dff5eb; color: #065d40; }
.btn-link-brand { color: var(--brand); border: 0; background: transparent; box-shadow: none; }
.btn-link-brand:hover { background: var(--brand-soft); color: var(--brand-dark); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 5.5rem;
  background:
    radial-gradient(circle at 92% 5%, rgba(242, 155, 56, .22), transparent 24rem),
    radial-gradient(circle at 8% 100%, rgba(11, 107, 91, .12), transparent 27rem),
    linear-gradient(180deg, #fbfdfc 0%, #f6faf8 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: radial-gradient(rgba(11, 107, 91, .16) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to right, #000, transparent 60%);
  pointer-events: none;
}
.hero .display-4 { letter-spacing: -.045em; line-height: 1.08; max-width: 13ch; }
.hero .lead { max-width: 42rem; }

.eyebrow, .eyebrow-chip {
  color: var(--brand);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .75rem;
  border: 1px solid #cce8df;
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .5rem .8rem;
  font-size: .84rem;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(19, 34, 56, .04);
}
.trust-pill i { color: var(--brand); }

.quote-card, .form-card, .content-card, .check-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quote-card { padding: 2rem; position: relative; }
.quote-card::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 5px;
  right: 2rem;
  top: 0;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  border-radius: 0 0 999px 999px;
}
.status-dot { color: var(--success); font-size: .77rem; font-weight: 800; white-space: nowrap; }
.status-dot span { display: inline-block; width: 8px; height: 8px; background: #22b982; border-radius: 50%; margin-right: 4px; box-shadow: 0 0 0 4px rgba(34, 185, 130, .13); }
.price-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.15rem; }
.price-number { color: var(--ink); font-size: 2.45rem; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.category-badge { background: var(--accent-soft); color: #945207; padding: .35rem .65rem; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.microcopy { color: #6d7885; font-size: .72rem; line-height: 1.5; }

.form-control, .form-select {
  min-height: 48px;
  border-color: #d8e1de;
  border-radius: 11px;
  color: var(--ink);
}
textarea.form-control { min-height: auto; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .23rem rgba(11, 107, 91, .12); }
.form-label { font-size: .88rem; font-weight: 700; }

.proof-strip { background: var(--ink); color: #fff; }
.proof-item { display: flex; gap: .8rem; align-items: center; padding: 1.35rem 1rem; border-right: 1px solid rgba(255, 255, 255, .1); }
.proof-item:last-child { border-right: 0; }
.proof-item > i { color: #67d4ba; font-size: 1.45rem; }
.proof-item span { display: flex; flex-direction: column; line-height: 1.35; }
.proof-item strong { font-size: .86rem; }
.proof-item small { color: #aab7c3; font-size: .73rem; }

.section { padding: 6rem 0; }
.section-tint { background: var(--surface); }
.section-heading { max-width: 44rem; }
.section-heading h2 { letter-spacing: -.035em; }

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.65rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #b9d8cf; }
.price-card.featured { border: 2px solid var(--brand); }
.popular-badge { position: absolute; top: -13px; right: 16px; background: var(--brand); color: #fff; border-radius: 999px; padding: .35rem .65rem; font-size: .68rem; font-weight: 800; }
.service-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand); font-size: 1.45rem; margin-bottom: 1rem; }
.service-price { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; margin: .45rem 0 1rem; }
.service-price small { font-size: .7rem; color: var(--ink-soft); letter-spacing: 0; font-weight: 700; }
.compact-list, .list-check { list-style: none; padding: 0; display: grid; gap: .55rem; }
.compact-list { font-size: .86rem; margin: 0 0 1.4rem; }
.compact-list li::before, .list-check li::before { content: "✓"; color: var(--brand); font-weight: 800; margin-right: .55rem; }
.pricing-note { color: var(--ink-soft); font-size: .78rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.4rem; box-shadow: var(--shadow-sm); }
.feature-card i { color: var(--brand); font-size: 1.45rem; }
.feature-card h3 { font-size: 1rem; font-weight: 800; margin: .85rem 0 .35rem; }
.feature-card p { color: var(--ink-soft); font-size: .84rem; margin: 0; }
.text-link { font-weight: 800; }

.process-line { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; gap: 2rem; }
.process-line::before { content: ""; position: absolute; top: 39px; left: 16%; right: 16%; height: 2px; background: linear-gradient(90deg, #b6ded3, var(--accent), #b6ded3); }
.process-step { position: relative; text-align: center; padding: 0 1rem; }
.process-step > span { position: absolute; top: -8px; right: calc(50% - 44px); z-index: 2; width: 25px; height: 25px; display: grid; place-items: center; background: var(--accent); color: #442100; border: 3px solid #fff; border-radius: 50%; font-size: .7rem; font-weight: 800; }
.process-icon { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 1.25rem; background: #fff; color: var(--brand); border: 1px solid var(--line); border-radius: 22px; font-size: 1.7rem; box-shadow: var(--shadow-sm); }
.process-step h3 { font-size: 1.05rem; font-weight: 800; }
.process-step p { color: var(--ink-soft); font-size: .88rem; }

.section-dark { background: var(--ink); color: #fff; }
.doc-list { display: grid; gap: .9rem; margin-top: 1.75rem; }
.doc-list > div { display: grid; grid-template-columns: 46px 1fr; gap: .9rem; align-items: center; }
.doc-list > div > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: rgba(255, 255, 255, .08); color: #65d0b7; font-size: 1.2rem; }
.doc-list span { display: flex; flex-direction: column; }
.doc-list small { color: #aab7c3; }
.check-card { color: var(--ink); padding: 2rem; }

.form-card { padding: 2rem; box-shadow: var(--shadow-sm); }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.15rem; background: var(--brand-soft); border: 1px solid #cde6df; border-radius: 14px; }
.contact-card > i { color: var(--brand); font-size: 1.45rem; }
.contact-card p { color: var(--ink-soft); font-size: .82rem; }
.was-validated .form-error { display: block; }

.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: 13px !important; overflow: hidden; margin-bottom: .7rem; background: #fff; }
.faq-accordion .accordion-button { font-weight: 800; color: var(--ink); box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--brand-soft); color: var(--brand-dark); }
.faq-accordion .accordion-body { color: var(--ink-soft); }

.cta-section { padding: 1.5rem 0 5.5rem; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.3rem; color: #fff; border-radius: 22px; background: linear-gradient(120deg, var(--brand-dark), var(--brand), #178872); box-shadow: var(--shadow); }

.site-footer { background: #0d1929; color: #9fabb8; }
.brand-footer { color: #fff; }
.brand-footer:hover { color: #fff; }
.footer-title { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-links a { color: #aeb8c3; font-size: .87rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: inline-flex; align-items: center; gap: .5rem; color: #70d8be; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.09); font-size: .77rem; }

.floating-whatsapp { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1030; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #1faf70; color: #fff; font-size: 1.55rem; box-shadow: 0 14px 34px rgba(16, 127, 84, .35); }
.floating-whatsapp:hover { color: #fff; background: #16885d; }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1090; max-width: 900px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 60px rgba(19,34,56,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: var(--ink-soft); font-size: .78rem; }

.page-hero { padding: 4.5rem 0 3.5rem; background: linear-gradient(180deg, #f4faf7, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { letter-spacing: -.04em; }
.breadcrumb { font-size: .8rem; }
.page-section { padding: 4.5rem 0; }
.content-card { padding: 2rem; box-shadow: var(--shadow-sm); }
.price-summary { position: sticky; top: 105px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-summary .price-number { font-size: 2.1rem; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.summary-row:last-child { border-bottom: 0; }
.page-faq .accordion-item { margin-bottom: 1rem; }
.legal-copy h2 { font-size: 1.25rem; font-weight: 800; margin: 2rem 0 .7rem; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }
.legal-warning { padding: 1rem; border-left: 4px solid var(--accent); background: var(--accent-soft); border-radius: 0 12px 12px 0; }
.contact-option { height: 100%; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-option i { font-size: 1.7rem; color: var(--brand); }
.contact-option h2 { font-size: 1.05rem; font-weight: 800; margin: .8rem 0 .35rem; }

.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(242, 155, 56, .55); outline-offset: 2px; }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0; }
  .hero { padding: 4.5rem 0; }
  .hero .display-4 { max-width: none; }
  .process-line { gap: 1rem; }
  .process-line::before { display: none; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .price-summary { position: static; }
}

@media (max-width: 767.98px) {
  .section { padding: 4.25rem 0; }
  .hero { padding: 3.75rem 0; }
  .hero .display-4 { font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .feature-grid, .process-line { grid-template-columns: 1fr; }
  .process-step { text-align: left; display: grid; grid-template-columns: 70px 1fr; column-gap: 1rem; }
  .process-step > span { left: 52px; right: auto; }
  .process-icon { grid-row: 1 / span 2; width: 64px; height: 64px; margin: 0; }
  .process-step h3 { align-self: end; margin-bottom: .2rem; }
  .quote-card, .form-card, .content-card, .check-card { padding: 1.25rem; }
  .cta-card { padding: 1.5rem; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: flex-start; flex-direction: column; right: 4.5rem; }
  .floating-whatsapp { width: 50px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
