.elementor-17887 .elementor-element.elementor-element-1254a35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --navy: #08264a;
  --navy-2: #12395e;
  --teal: #0f9b8e;
  --teal-dark: #0b7c72;
  --teal-soft: #e8f7f5;
  --ink: #12233d;
  --muted: #5f6f82;
  --line: #dfe7ef;
  --bg: #f5f8fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(8, 38, 74, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(15,155,142,.12), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 60px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
}

.brand-mark {
  font-size: 42px;
  line-height: .9;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -1.5px;
}

.brand-subtitle {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  color: var(--navy-2);
  text-transform: uppercase;
}

.header-link,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.header-link {
  color: var(--navy);
  border: 1px solid var(--line);
  padding: 12px 18px;
  background: rgba(255,255,255,.7);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 74px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: var(--teal-dark);
  text-transform: uppercase;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -3px;
  color: var(--navy);
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 1.58;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.primary-button {
  min-height: 54px;
  padding: 0 26px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 16px 30px rgba(15, 155, 142, .24);
}

.primary-button:hover { background: var(--teal-dark); }

.microcopy {
  color: var(--muted);
  font-weight: 700;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--navy);
  font-weight: 800;
}

.trust-row div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
}

.tick {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-size: 14px;
}

.hero-card {
  padding: 32px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  box-shadow: 0 28px 65px rgba(8, 38, 74, .26);
}

.card-topline {
  color: #bcebe6;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.score-ring {
  width: 178px;
  height: 178px;
  margin: 28px auto 24px;
  border-radius: 50%;
  border: 14px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.08);
}

.score-ring span {
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.score-ring small { margin-top: 22px; color: #cfe4ec; }
.hero-card h2 { font-size: 28px; margin-bottom: 10px; }
.hero-card p { color: #d8e6ef; line-height: 1.6; }

.mini-bars { margin-top: 24px; }
.mini-bars div { margin-top: 14px; }
.mini-bars span { display: block; margin-bottom: 7px; color: #d8e6ef; font-size: 14px; }
.mini-bars b {
  display: block;
  height: 9px;
  border-radius: 99px;
  background: var(--teal);
}

.benefits-section,
.report-section,
.testimonial-section,
.form-section,
.faq-strip {
  margin-top: 42px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.section-heading h2,
.report-sidebar h2,
.testimonial-copy h2,
.form-copy h2,
.faq-strip h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: var(--navy);
}

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

.benefit-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 34px rgba(8, 38, 74, .07);
}

.icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--teal-dark);
  font-weight: 900;
}

.benefit-grid h3 { color: var(--navy); font-size: 22px; margin-bottom: 10px; }
.benefit-grid p { color: var(--muted); line-height: 1.58; margin-bottom: 0; }

.report-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.report-sidebar p,
.testimonial-copy p,
.form-copy p,
.faq-strip p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.report-preview {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fbfdff;
}

.report-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: var(--white);
  background: var(--navy);
}

.report-header span { color: #cce7e4; }

.finding {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 20px 22px;
  border-top: 1px solid var(--line);
}

.finding span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 900;
}

.finding.good span { color: var(--white); background: var(--teal); }
.finding.warning span { color: var(--navy); background: #f6d986; }
.finding h3 { margin-bottom: 6px; color: var(--navy); }
.finding p { margin-bottom: 0; color: var(--muted); line-height: 1.5; }

.testimonial-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.testimonial-card {
  position: relative;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--teal-soft);
  border: 1px solid #ccece8;
}

.quote-mark {
  position: absolute;
  top: 16px;
  right: 28px;
  color: rgba(15,155,142,.28);
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
}

blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 1.38;
  color: var(--navy);
  font-weight: 800;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.photo-placeholder {
  display: grid;
  place-items: center;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  border: 1px dashed #a7c8c4;
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person strong { color: var(--navy); font-size: 18px; }
.testimonial-person span { margin-top: 4px; color: var(--muted); }

.form-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: start;
  padding: 38px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  box-shadow: 0 24px 60px rgba(8,38,74,.22);
}

.form-copy h2,
.form-copy p { color: var(--white); }
.form-copy .eyebrow { color: #9ff0e6; }
.form-copy p { color: #d8e6ef; }

.reassurance-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}

.reassurance-box strong,
.reassurance-box span { display: block; }
.reassurance-box strong { color: var(--white); margin-bottom: 8px; }
.reassurance-box span { color: #d8e6ef; line-height: 1.5; }

.form-card {
  padding: 28px;
  border-radius: 22px;
  background: var(--white);
}

.form-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 28px;
  letter-spacing: -0.7px;
}

.form-card > p { color: var(--muted); line-height: 1.55; }

.mailer-lite-form {
  margin: 22px 0;
  min-height: 260px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfdff;
}

.privacy-text {
  font-size: 13px;
}

.privacy-text a {
  color: var(--teal-dark);
  font-weight: 800;
}

.faq-strip {
  text-align: center;
  padding: 34px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(8,38,74,.07);
}

.faq-strip p {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .hero,
  .report-panel,
  .testimonial-section,
  .form-section {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 { letter-spacing: -2px; }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 24px;
  }

  .site-header {
    align-items: flex-start;
    margin-bottom: 38px;
  }

  .header-link { display: none; }

  .brand-mark { font-size: 36px; }

  .hero { gap: 30px; margin-bottom: 54px; }
  .hero-lead { font-size: 18px; }
  .trust-row div { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }

  .hero-card,
  .report-panel,
  .testimonial-card,
  .form-section,
  .form-card {
    padding: 24px;
    border-radius: 20px;
  }

  .score-ring {
    width: 150px;
    height: 150px;
  }

  .score-ring span { font-size: 48px; }
  blockquote { font-size: 21px; }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .et_pb_section,
  .et_pb_row,
  .et_pb_column,
  .et_pb_module {
    max-width: 100% !important;
    box-sizing: border-box;
  }

  h1 {
    font-size: 32px !important;
    line-height: 1.15 !important;
    word-break: normal;
  }

  h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  p,
  li {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  input,
  textarea,
  select,
  button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .testimonial,
  .testimonial-card,
  .scorecard,
  .audit-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box;
  }
}/* End custom CSS */