/* pomelo404 · fallback estático para navegadores anteriores al soporte de Next.js 16. */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f7f0e8;
  color: #182848;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

.wrap {
  width: 92%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  min-height: 76px;
  padding-top: 24px;
  overflow: hidden;
  border-bottom: 1px solid #b6b3b2;
}

.logo {
  float: left;
  color: #182848;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

.logo span {
  color: #ff7a3d;
}

.site-header nav {
  float: right;
  padding-top: 5px;
}

.site-header nav a {
  display: inline-block;
  margin-left: 22px;
  font-size: 13px;
  font-weight: bold;
}

.hero {
  padding-top: 110px;
  padding-bottom: 110px;
}

.eyebrow {
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 32px;
  font-size: 88px;
  line-height: 0.92;
  letter-spacing: -6px;
}

h1 em,
h2 em {
  color: #ff7a3d;
  font-family: Georgia, serif;
  font-weight: normal;
}

h2 {
  margin-bottom: 44px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -3px;
}

.lede {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: 19px;
}

.button {
  display: inline-block;
  min-height: 48px;
  padding: 13px 22px;
  border: 2px solid #182848;
  background: #182848;
  color: #f7f0e8;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.text-link {
  display: inline-block;
  margin-left: 22px;
  font-weight: bold;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
  border-top: 1px solid #b6b3b2;
}

.cards {
  margin-right: -1.5%;
  margin-left: -1.5%;
  font-size: 0;
}

.card {
  display: inline-block;
  width: 30.33%;
  min-height: 260px;
  margin: 0 1.5% 30px;
  padding: 26px;
  vertical-align: top;
  border: 1px solid #182848;
  background: #fffdf8;
  color: #182848;
  font-size: 16px;
}

.project h3 {
  margin: 34px 0;
  font-size: 80px;
  line-height: 1;
}

.project.coral {
  background: #ff7a3d;
}

.project.blue {
  background: #2d6cdf;
  color: #ffffff;
}

.project.lime {
  background: #ffd166;
}

.quote-section {
  background: #fffdf8;
}

.quote-box {
  display: table;
  width: 100%;
  overflow: hidden;
  border: 2px solid #182848;
  background: #f7f0e8;
}

.form-column,
.result-column {
  display: table-cell;
  padding: 38px;
  vertical-align: top;
}

.form-column {
  width: 62%;
}

.result-column {
  width: 38%;
  min-height: 590px;
  background: #182848;
  color: #f7f0e8;
}

label,
legend {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px;
  border: 1px solid #182848;
  background: #fffdf8;
  color: #182848;
  font: inherit;
}

fieldset {
  margin: 26px 0;
  padding: 20px;
  border: 1px solid #182848;
}

.check {
  padding: 7px 0;
  font-weight: normal;
}

.result-column strong {
  display: block;
  margin: 28px 0 12px;
  font-size: 42px;
  line-height: 1.05;
}

.button-light {
  margin-top: 34px;
  background: #ffd166;
  color: #182848;
}

.fine-print,
.notice {
  margin-top: 20px;
  font-size: 12px;
}

.reviews-section {
  background: #2d6cdf;
  color: #ffffff;
}

.reviews-list .card {
  width: 47%;
  min-height: 190px;
  font-size: 20px;
}

.reviews-list cite {
  display: block;
  margin-top: 28px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.email {
  color: #ff7a3d;
  font-size: 28px;
  font-weight: bold;
}

.site-footer {
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
  border-top: 1px solid #b6b3b2;
  font-size: 12px;
}

.site-footer p:first-child {
  float: left;
}

.site-footer p:last-child {
  float: right;
}

@media screen and (max-width: 700px) {
  .site-header {
    padding-bottom: 18px;
  }

  .logo,
  .site-header nav,
  .site-footer p:first-child,
  .site-footer p:last-child {
    float: none;
  }

  .site-header nav {
    padding-top: 18px;
  }

  .site-header nav a {
    margin: 0 14px 8px 0;
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 54px;
    letter-spacing: -3px;
  }

  h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .text-link {
    display: block;
    margin: 18px 0 0;
  }

  .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .card,
  .reviews-list .card,
  .form-column,
  .result-column {
    display: block;
    float: none;
    width: auto;
    min-height: 0;
  }

  .result-column {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .email {
    font-size: 21px;
  }
}
