.elementor-33925 .elementor-element.elementor-element-9c21961:not(.elementor-motion-effects-element-type-background), .elementor-33925 .elementor-element.elementor-element-9c21961 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-33925 .elementor-element.elementor-element-9c21961 > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-33925 .elementor-element.elementor-element-9c21961{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}body.elementor-page-33925:not(.elementor-motion-effects-element-type-background), body.elementor-page-33925 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}/* Start custom CSS */:root {
  --navy: #101828;
  --navy-2: #17253f;
  --gold: #c8a56a;
  --gold-2: #ad8448;
  --cream: #f7f4ee;
  --soft: #f5f7fb;
  --line: rgba(16,24,40,.10);
  --text: #1f2937;
  --muted: #667085;
  --white: #fff;
  --radius: 26px;
  --radius-sm: 18px;
  --shadow: 0 18px 60px rgba(16,24,40,.10);
  --container: 1200px;
}

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

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

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

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

h1,
h2,
h3,
h4,
.btn,
.label,
.nav-link,
.eyebrow,
.stat-number {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .02em;
}

/* top bar */
.topbar {
  margin-top: 0 !important;
  background: var(--navy);
  color: rgba(255,255,255,.92);
  font-size: .92rem;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 10px 24px;
  flex-wrap: wrap;
  width: 78%;
  max-width: none;
}

.topbar a {
  color: #fff;
}

/* site header */
.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo-mark {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo-mark img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

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

.nav-link {
  font-size: .95rem;
  text-transform: uppercase;
  color: var(--navy);
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-phone {
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(16,24,40,.14);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111827;
}

.btn-secondary {
  background: #fff;
  border-color: rgba(16,24,40,.14);
  color: var(--navy);
}

.btn-dark {
  background: var(--navy);
  color: #fff;
}

/* sticky quote button */
.sticky-quote-desktop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: flex;
}

.sticky-quote-desktop .btn {
  min-height: 54px;
  padding: 0 22px;
  box-shadow: 0 14px 34px rgba(16,24,40,.20);
}

/* shared type */
.kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  color: var(--gold-2);
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.95rem,3.7vw,3.15rem);
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
}

/* thank-you page */
.wc-thank-you-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px 24px;
  font-family: inherit;
  color: #1f2933;
}

.wc-thank-you-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.wc-thank-you-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6a2f;
  margin-bottom: 14px;
}

.wc-thank-you-page h1 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
  color: #111827;
}

.wc-thank-you-intro {
  font-size: 19px;
  line-height: 1.65;
  color: #374151;
  max-width: 760px;
  margin-bottom: 32px;
}

.wc-thank-you-section {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

.wc-thank-you-section h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #111827;
  text-transform: none;
}

.wc-next-steps {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.wc-next-steps li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 54px;
  font-size: 17px;
  line-height: 1.55;
  color: #374151;
}

.wc-next-steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.wc-file-details {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  margin-top: 18px;
}

.wc-file-details p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.55;
  color: #374151;
}

.wc-file-details ul {
  margin: 16px 0 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 36px;
}

.wc-file-details li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #374151;
}

.wc-contact-box {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.wc-contact-box a,
.wc-file-details a {
  color: #0f172a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wc-thank-you-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.wc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wc-button:hover {
  transform: translateY(-1px);
}

.wc-button-primary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.wc-button-primary:hover {
  color: #ffffff;
}

.wc-button-secondary {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.wc-button-secondary:hover {
  color: #0f172a;
}

/* tablet/mobile */
@media (max-width: 1100px) {
  .nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header .container {
    padding: 12px 0;
  }

  .topbar .container {
    padding: 8px 16px;
    width: 100%;
  }

  .header-phone {
    display: none;
  }

  .header-actions .btn {
    padding: 0 16px;
    min-height: 46px;
  }

  .sticky-quote-desktop {
    display: none;
  }
}

@media (max-width: 700px) {
  .wc-thank-you-page {
    padding: 42px 18px;
  }

  .wc-thank-you-card {
    padding: 30px 22px;
    border-radius: 14px;
  }

  .wc-thank-you-intro {
    font-size: 17px;
  }

  .wc-file-details ul {
    columns: 1;
  }

  .wc-thank-you-buttons {
    flex-direction: column;
  }

  .wc-button {
    width: 100%;
  }
}/* End custom CSS */