@import "tailwindcss";

:root {
  --ink: #18262c;
  --ink-soft: #48585e;
  --blue: #27586a;
  --blue-dark: #173c49;
  --blue-pale: #dce9e8;
  --orange: #ec7637;
  --orange-dark: #d96127;
  --cream: #f6f1e8;
  --paper: #fffdf9;
  --line: #dce1dc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body), sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  min-height: 76px;
  padding: 16px max(28px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.site-header p {
  margin: 0;
  color: #68767a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display), sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 11px;
  background: var(--blue-dark);
}

.brand-mark::before {
  content: "";
  width: 22px;
  height: 18px;
  border: 2px solid var(--white);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  top: 19px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8), 0 10px 0 rgba(255, 255, 255, 0.8);
}

.hero {
  background:
    radial-gradient(circle at 12% 6%, rgba(236, 118, 55, 0.12), transparent 24rem),
    linear-gradient(145deg, #f8f4eb 0%, #e7efeb 100%);
  border-bottom: 1px solid #dce3dd;
}

.hero-inner {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 66px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: 72px;
}

.hero-copy {
  max-width: 610px;
}

.local-pill {
  width: fit-content;
  margin-bottom: 25px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.local-pill span {
  color: var(--orange);
  font-size: 10px;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.hero-lede {
  max-width: 590px;
  margin: 26px 0 25px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.58;
}

.hero-points {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
  color: #2b494f;
  font-size: 15px;
  font-weight: 700;
}

.hero-points span {
  width: 21px;
  height: 21px;
  margin-right: 9px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fde3d4;
  color: var(--orange-dark);
  font-size: 12px;
}

.trust-note {
  width: fit-content;
  max-width: 540px;
  margin-top: 28px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: baseline;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(39, 88, 106, 0.13);
  border-radius: 10px;
  color: #5c6c70;
  font-size: 12px;
}

.trust-note strong {
  flex: none;
  color: var(--blue-dark);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.request-card {
  width: 100%;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(24, 38, 44, 0.08);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 60, 73, 0.15);
}

.form-heading > span,
.section-heading > span,
.faq-intro > span,
.service-area > div > span,
.final-cta > span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.form-heading h2 {
  margin: 7px 0 5px;
  font-family: var(--font-display), sans-serif;
  font-size: 26px;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.form-heading p {
  margin: 0 0 21px;
  color: #6f7b7e;
  font-size: 14px;
}

.request-card form {
  display: grid;
  gap: 13px;
}

.request-card label {
  display: grid;
  gap: 6px;
  color: #31474d;
  font-size: 12px;
  font-weight: 750;
}

.request-card input,
.request-card select,
.request-card textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #d4dcd9;
  border-radius: 9px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.request-card textarea {
  resize: vertical;
  line-height: 1.4;
}

.request-card input:focus,
.request-card select:focus,
.request-card textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(236, 118, 55, 0.13);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.consent {
  grid-template-columns: 18px 1fr !important;
  gap: 9px !important;
  align-items: start;
  color: #6e787b !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.4;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--blue);
}

.honeypot {
  position: absolute !important;
  left: -9999px;
}

.submit-button {
  min-height: 51px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-display), sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.15s, background 0.15s;
}

.submit-button:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.privacy-note {
  margin: 11px 0 0;
  color: #899295;
  font-size: 9.5px;
  line-height: 1.4;
}

.form-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff0eb;
  color: #9b3e22;
  font-size: 12px;
}

.success-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.success-mark {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-pale);
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.success-card > span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.success-card h2 {
  margin: 8px 0 13px;
  font-family: var(--font-display), sans-serif;
  font-size: 33px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.success-card p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.success-card button {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--blue);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.process {
  padding: 86px max(28px, calc((100vw - 1100px) / 2));
  background: var(--blue-dark);
  color: #fff;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.faq-intro h2,
.service-area h2,
.final-cta h2 {
  margin: 9px 0 12px;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.section-heading p {
  margin: 0 auto;
  max-width: 650px;
  color: #657377;
  font-size: 16px;
  line-height: 1.55;
}

.section-heading.light > span {
  color: #ffb38e;
}

.section-heading.light h2 {
  color: #fff;
}

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

.steps article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.steps article > div {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-display), sans-serif;
  font-weight: 850;
}

.steps h3,
.problem-grid h3,
.faq-list h3 {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -0.025em;
}

.steps h3 {
  margin: 27px 0 10px;
  font-size: 19px;
}

.steps p {
  margin: 0;
  color: #bbced2;
  font-size: 14px;
  line-height: 1.55;
}

.problems {
  padding: 88px max(28px, calc((100vw - 1100px) / 2));
  background: var(--cream);
}

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

.problem-grid article {
  min-height: 150px;
  padding: 22px;
  display: flex;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
}

.problem-grid article > span {
  width: 30px;
  height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #fce5d8;
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 900;
}

.problem-grid h3 {
  margin: 2px 0 7px;
  font-size: 16px;
}

.problem-grid p {
  margin: 0;
  color: #687579;
  font-size: 12.5px;
  line-height: 1.5;
}

.service-area {
  padding: 66px max(28px, calc((100vw - 1100px) / 2));
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 70px;
  background: var(--blue-pale);
}

.service-area > div:first-child {
  max-width: 680px;
}

.service-area h2 {
  margin-bottom: 13px;
  font-size: 39px;
}

.service-area p {
  margin: 0;
  color: #506369;
  line-height: 1.55;
}

.area-card {
  min-height: 175px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    var(--blue-dark);
  background-size: 28px 28px;
  color: #fff;
}

.area-card > span {
  z-index: 1;
  font-family: var(--font-display), sans-serif;
  font-size: 46px;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.area-card small {
  z-index: 1;
  color: #a8c6ca;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.map-dot {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(236, 118, 55, 0.22);
}

.map-dot.primary {
  top: 28px;
  left: 48px;
}

.map-dot.secondary {
  right: 42px;
  bottom: 32px;
}

.map-dot.tertiary {
  right: 72px;
  top: 35px;
  transform: scale(0.65);
}

.faq {
  padding: 90px max(28px, calc((100vw - 1100px) / 2));
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 78px;
  background: var(--paper);
}

.faq-intro h2 {
  font-size: 38px;
}

.faq-intro p {
  color: #6d7a7d;
  line-height: 1.55;
}

.faq-list article {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list article:first-child {
  padding-top: 0;
}

.faq-list h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.faq-list p {
  margin: 0;
  color: #687579;
  font-size: 13px;
  line-height: 1.55;
}

.final-cta {
  padding: 75px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--orange);
  color: #fff;
  text-align: center;
}

.final-cta > span {
  color: #fff0e7;
}

.final-cta h2 {
  margin: 10px 0 9px;
}

.final-cta p {
  margin: 0 0 24px;
  color: #fff0e8;
}

.final-cta a {
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: var(--blue-dark);
  font-family: var(--font-display), sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.final-cta b {
  font-size: 17px;
}

footer {
  min-height: 78px;
  padding: 22px max(28px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  background: #102b35;
  color: #fff;
  font-size: 11px;
}

footer strong {
  font-family: var(--font-display), sans-serif;
}

footer p {
  margin: 0;
  color: #a9bdc1;
  text-align: center;
}

footer span {
  color: #a9bdc1;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .request-card {
    max-width: 620px;
  }

  .steps,
  .problem-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-area {
    grid-template-columns: 1fr 300px;
    gap: 35px;
  }
}

@media (max-width: 650px) {
  .site-header {
    min-height: 66px;
    padding: 12px 18px;
  }

  .site-header p {
    display: none;
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-inner {
    width: min(100% - 32px, 560px);
    padding: 46px 0 50px;
    gap: 36px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .trust-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .request-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .form-row,
  .steps,
  .problem-grid,
  .service-area,
  .faq {
    grid-template-columns: 1fr;
  }

  .process,
  .problems,
  .service-area,
  .faq {
    padding: 66px 18px;
  }

  .steps article {
    min-height: 0;
  }

  .problem-grid article {
    min-height: 0;
  }

  .service-area {
    gap: 28px;
  }

  .area-card {
    width: 100%;
  }

  .faq {
    gap: 42px;
  }

  footer {
    padding: 28px 18px;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
