:root {
  --navy: #06243d;
  --navy-dark: #031728;
  --gold: #c79532;
  --gold-light: #e4bd67;
  --cream: #f7f3eb;
  --text: #061d34;
  --muted: #5b6470;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
}

.page {
  max-width: 968px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
}

.topbar {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: white;
  padding: 16px 26px;
  display: grid;
  grid-template-columns: 1.25fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.brand h1,
.footer-brand h2 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: 0.4px;
  color: white;
}

.brand h1 span,
.footer-brand h2 span {
  color: var(--gold-light);
}

.brand p,
.footer-brand p {
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 800;
}

.exp-logo {
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  font-size: 54px;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -4px;
  color: white;
}

.exp-logo small {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 800;
  margin-top: 4px;
}

.trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
  justify-self: end;
}

.trust-icon {
  width: 36px;
  height: 36px;
  border: 2px solid var(--gold-light);
  border-radius: 12px 12px 14px 14px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-size: 18px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.hero-main {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: stretch;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 49%, transparent 49%);
}

.hero-copy {
  padding: 30px 26px 36px;
  position: relative;
  z-index: 3;
}

.eyebrow {
  color: var(--gold);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero h2 {
  font-size: 63px;
  line-height: 0.98;
  letter-spacing: -1px;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 14px;
}

.gold-line {
  width: 92px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 14px;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.35;
  max-width: 356px;
  margin-bottom: 14px;
}

.hero-sub strong {
  color: var(--gold);
  font-weight: 800;
}

.checks {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
}

.check {
  width: 24px;
  height: 24px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
}

.algorithm-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 9px 11px;
  max-width: 374px;
  background: rgba(255, 255, 255, 0.93);
}

.algorithm-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  display: grid;
  place-items: center;
  font-size: 16px;
  flex: 0 0 auto;
}

.algorithm-box h3 {
  font-size: 17px;
  margin-bottom: 2px;
  font-weight: 800;
}

.algorithm-box p {
  font-size: 11px;
  line-height: 1.25;
}

.hero-image {
  position: relative;
  min-height: 520px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)),
    url("https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=1200&q=85") center/cover no-repeat;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.specialty-badge {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 5;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: white;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 350px;
  box-shadow: var(--shadow);
}

.building-icon {
  width: 44px;
  height: 44px;
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-size: 22px;
}

.specialty-badge p {
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 700;
}

.specialty-badge h3 {
  font-size: 25px;
  line-height: 0.94;
  letter-spacing: 0.2px;
  font-weight: 800;
}

.specialty-badge h3 span {
  color: var(--gold-light);
}

.form-card {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  margin: 8px 26px 28px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: white;
  border-radius: 10px;
  padding: 12px 20px 12px;
  text-align: center;
  box-shadow: var(--shadow);
}

.form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.form-title span {
  color: var(--gold-light);
  font-size: 32px;
  line-height: 1;
}

.form-card p {
  font-size: 11px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.form-card p strong {
  color: var(--gold-light);
}

.lead-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1080px;
  margin: 0 auto;
}

.lead-form input:not(.honeypot) {
  height: 37px;
  border: 0;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 11px;
  background: #fff;
  color: #333;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.lead-form .honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lead-form button {
  grid-column: 1 / -1;
  width: min(470px, 100%);
  justify-self: center;
  height: 34px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.9px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 2px;
}

.secure-note {
  margin-top: 7px;
  font-size: 10px;
  opacity: 0.95;
}

.benefits {
  padding: 12px 26px 8px;
  background: white;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, #fff, var(--cream));
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.benefit {
  padding: 8px 10px;
  text-align: center;
  border-right: 1px solid rgba(199, 149, 50, 0.35);
}

.benefit:last-child {
  border-right: 0;
}

.benefit .icon {
  color: var(--gold);
  font-size: 36px;
  margin-bottom: 7px;
  line-height: 1;
}

.benefit h3 {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.benefit p {
  font-size: 10px;
  line-height: 1.3;
  color: #1b2632;
}

.credibility {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: white;
  padding: 10px 26px;
  border-top: 2px solid var(--gold);
}

.cred-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.money-icon {
  width: 53px;
  height: 53px;
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-size: 26px;
  flex: 0 0 auto;
}

.credibility h3 {
  font-size: 13px;
  letter-spacing: 0.7px;
  font-weight: 800;
  text-transform: uppercase;
}

.credibility .big {
  font-size: 52px;
  color: var(--gold-light);
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 0.95;
  text-transform: uppercase;
}

.credibility .sub {
  color: var(--gold-light);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 0.95;
}

.cred-right {
  border-left: 1px solid var(--gold);
  padding-left: 14px;
  font-size: 10px;
  line-height: 1.3;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 16px;
  align-items: center;
  background: linear-gradient(135deg, #082b49, var(--navy-dark));
  color: white;
  padding: 10px 26px;
}

.footer-brand h2 {
  font-size: 50px;
  line-height: 0.9;
}

.footer-brand p {
  font-size: 12px;
  letter-spacing: 2.5px;
}

.footer-exp {
  margin-top: 4px;
  font-size: 42px;
  line-height: 0.8;
  letter-spacing: -3px;
  font-weight: 900;
}

.footer-exp small {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 800;
  margin-top: 4px;
}

.service-gold {
  color: var(--gold-light);
  font-weight: 800;
}

.contact {
  border-left: 1px solid var(--gold);
  padding-left: 16px;
  display: grid;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.contact div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact span {
  color: var(--gold-light);
  font-size: 16px;
  line-height: 1;
}

.service-area {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.1;
}

.map-shape {
  width: 56px;
  height: 42px;
  border: 2px solid var(--gold-light);
  border-radius: 48% 52% 38% 62%;
  opacity: 0.95;
}

.bottom-strip {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-dark);
  text-align: center;
  padding: 8px 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 980px) {
  .topbar,
  .hero-main,
  .credibility,
  .footer {
    grid-template-columns: 1fr;
  }

  .topbar {
    text-align: center;
  }

  .exp-logo {
    border-left: 0;
    padding-left: 0;
  }

  .trust {
    justify-self: center;
  }

  .hero-image {
    min-height: 420px;
    clip-path: none;
  }

  .hero-copy {
    padding-bottom: 40px;
  }

  .specialty-badge {
    position: absolute;
    right: 24px;
    bottom: 20px;
    margin: 0;
    min-width: unset;
  }

  .form-card {
    margin: 20px 24px 24px;
    min-width: unset;
  }

  .lead-form,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit {
    border-right: 0;
    border-bottom: 1px solid rgba(199, 149, 50, 0.35);
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .cred-right,
  .contact {
    border-left: 0;
    padding-left: 0;
  }

  .service-area {
    justify-content: flex-start;
  }
}
