:root {
  color-scheme: light;
  --ink: #15222b;
  --muted: #58707b;
  --brand: #0b6b68;
  --brand-dark: #064744;
  --accent: #d99b2b;
  --paper: #fbfaf7;
  --line: #dce5e3;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 34, 43, .14);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; }

.topbar {
  background: var(--brand-dark);
  color: var(--white);
  font-size: .95rem;
}

.topbar__inner,
.nav,
.section,
.footer__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  flex-wrap: wrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--brand);
  color: var(--white);
  font-size: 1.35rem;
}

.brand__logo {
  width: 48px;
  height: 48px;
  display: block;
}

.nav__links {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}

.nav__links a {
  text-decoration: none;
}

.call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--accent);
  color: #1d1609;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 32, 35, .92) 0%, rgba(6, 32, 35, .78) 45%, rgba(6, 32, 35, .16) 100%),
    none;
  color: var(--white);
}

.hero__content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffe1a3;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .82rem;
}

h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: 0;
}

.hero p {
  max-width: 660px;
  margin: 0 0 28px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: #edf8f5;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  color: var(--white);
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust div {
  background: var(--white);
  padding: 22px;
  text-align: center;
  font-weight: 800;
}

.trust span {
  display: block;
  color: var(--muted);
  font-weight: 400;
  font-size: .92rem;
}

.section {
  padding: 74px 0;
}

.section--tight {
  padding-top: 42px;
}

.section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0 0 28px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(18, 34, 43, .06);
}

.card h3 {
  margin: 12px 0 8px;
  font-size: 1.22rem;
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef7f5;
  color: var(--brand-dark);
  font-size: 1.35rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: start;
}

.panel {
  background: var(--brand-dark);
  color: var(--white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel h2,
.panel p {
  color: inherit;
}

.checks {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.checks li {
  padding-left: 30px;
  position: relative;
}

.checks li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.areas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.areas span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
}

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.contact__note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.form {
  display: grid;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(18, 34, 43, .06);
}

.field {
  display: grid;
  gap: 6px;
}

.field label,
.consent {
  font-weight: 800;
  color: var(--ink);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .92rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.cta {
  background: var(--brand);
  color: var(--white);
}

.cta .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta h2 {
  margin: 0;
}

.cta p {
  margin: 8px 0 0;
  color: #e6f5f2;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.footer {
  background: #10191f;
  color: #d7e2e3;
  padding: 34px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer a {
  color: #ffffff;
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav__links {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(6, 32, 35, .95) 0%, rgba(6, 32, 35, .78) 58%, rgba(6, 32, 35, .2) 100%),
      url("cerrajero-24h-hero.png") center / cover no-repeat;
  }

  .trust,
  .grid,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .cta .section {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* BEGIN Codex PageSpeed Hero */
.hero{background:#062023;isolation:isolate}
.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,32,35,.92) 0%,rgba(6,32,35,.78) 45%,rgba(6,32,35,.16) 100%)}
.hero__content{position:relative;z-index:1}
/* END Codex PageSpeed Hero */
