.elementor-829 .elementor-element.elementor-element-38ddba7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --bg: #ffffff;
  --ink: #15202b;
  --muted: #5f6b76;
  --line: #dfe5ea;
  --navy: #020817;
  --navy-soft: #081522;
  --red-dark: #aa0202;
  --red: #e21818;
  --red-light: #ff4848;
  --cream: #f7f5f1;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(2, 8, 23, 0.12);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--red-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--red);
}

.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.header-inner,
.footer-inner,
.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--red-dark), var(--red-light));
  box-shadow: 0 8px 20px rgba(226, 24, 24, 0.28);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 600;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.header-nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 0%, rgba(226, 24, 24, 0.22), transparent 35%),
    linear-gradient(135deg, #020817 0%, #081522 100%);
  color: var(--white);
  padding: 78px 0 72px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -110px 45%;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  transform: rotate(-8deg);
}

.eyebrow {
  margin: 0 0 14px;
  color: #ff8b8b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.page-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 64px;
  padding-top: 68px;
  padding-bottom: 88px;
}

.toc {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 14px;
}

.toc a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.toc a:hover {
  color: var(--red);
}

.legal-content {
  min-width: 0;
}

.notice {
  margin: 0 0 36px;
  padding: 22px 24px;
  border-left: 4px solid var(--red);
  border-radius: 0 14px 14px 0;
  background: #fff3f3;
  color: #4c2525;
}

.legal-content section {
  scroll-margin-top: 24px;
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.legal-content h3 {
  margin: 26px 0 10px;
  color: var(--navy-soft);
  font-size: 18px;
}

.legal-content p,
.legal-content li {
  color: #34414d;
}

.legal-content ul {
  padding-left: 22px;
}

.compliance-callout {
  padding: 26px;
  border: 1px solid #f0b0b0;
  border-radius: 16px;
  background: #fff8f8;
}

.compliance-callout strong {
  color: var(--red-dark);
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding-top: 38px;
  padding-bottom: 38px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--white);
}

.consent-demo {
  min-height: 100vh;
  padding: 70px 20px;
  background:
    linear-gradient(rgba(2, 8, 23, 0.86), rgba(2, 8, 23, 0.94)),
    radial-gradient(circle at 20% 0%, #7d2020, transparent 42%),
    var(--navy);
}

.estimate-card {
  width: min(760px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.estimate-card__header {
  padding: 38px 40px;
  background: var(--navy-soft);
  color: var(--white);
}

.estimate-card__header h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.15;
}

.estimate-card__header p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.estimate-form {
  padding: 40px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd3da;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(226, 24, 24, 0.13);
  border-color: var(--red);
}

.sms-consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: start;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid #d5dce2;
  border-radius: 12px;
  background: #f8fafb;
}

.sms-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--red);
  cursor: pointer;
}

.sms-consent label {
  color: #34414d;
  font-size: 12.5px;
  line-height: 1.65;
  cursor: pointer;
}

.sms-consent a {
  font-weight: 600;
}

.consent-note {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 11.5px;
}

.submit-button {
  grid-column: 1 / -1;
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--red-dark) 0%, var(--red-light) 100%);
  color: var(--white);
  font: 700 16px/1 "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(226, 24, 24, 0.24);
}

.submit-button:hover {
  filter: brightness(1.04);
}

.form-success {
  display: none;
  margin-top: 18px;
  padding: 16px;
  border-radius: 10px;
  background: #edf8f0;
  color: #1d5c2e;
  font-size: 13px;
}

.form-success[aria-hidden="false"] {
  display: block;
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 76px;
  }

  .header-nav {
    display: none;
  }

  .hero {
    padding: 58px 0 54px;
  }

  .page-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 44px;
  }

  .toc {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .estimate-card__header,
  .estimate-form {
    padding: 28px 24px;
  }
}

@media print {
  .site-header,
  .toc,
  .site-footer {
    display: none;
  }

  .hero {
    padding: 20px 0;
    background: none;
    color: #000;
  }

  .hero p:last-child,
  .eyebrow {
    color: #333;
  }

  .page-shell {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}/* End custom CSS */