body.bornwiz-contact-page-active #main-content,
body.bornwiz-contact-page-active #page-container,
body.bornwiz-contact-page-active .et-l--post,
body.bornwiz-contact-page-active .et_builder_inner_content {
  background: #08090c !important;
}

body.bornwiz-contact-page-active #main-content .container,
body.bornwiz-contact-page-active #main-content article,
body.bornwiz-contact-page-active #main-content .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bwt-contact,
.bwt-contact * {
  box-sizing: border-box;
}

.bwt-contact {
  --bwt-bg: #08090c;
  --bwt-panel: #11151b;
  --bwt-panel-strong: #171c24;
  --bwt-text: #f7f8fb;
  --bwt-muted: #aeb6c2;
  --bwt-line: rgba(255, 255, 255, 0.12);
  --bwt-line-strong: rgba(255, 255, 255, 0.22);
  --bwt-blue: #2f82ff;
  --bwt-blue-dark: #1768dd;
  --bwt-blue-soft: #8fbcff;
  --bwt-green: #35e69a;
  --bwt-yellow: #f8bd36;
  color: var(--bwt-text);
  background: var(--bwt-bg);
  font: 17px/1.58 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
  scroll-padding-bottom: 110px;
}

.bwt-contact img,
.bwt-contact svg {
  display: block;
  max-width: 100%;
}

.bwt-contact a {
  color: inherit;
  text-decoration: none;
}

.bwt-contact h1,
.bwt-contact h2,
.bwt-contact p,
.bwt-contact ol,
.bwt-contact fieldset,
.bwt-contact legend {
  margin: 0;
  padding: 0;
}

.bwt-contact h1,
.bwt-contact h2,
.bwt-contact legend {
  color: var(--bwt-text) !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 720;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bwt-contact :where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--bwt-blue-soft) !important;
  outline-offset: 4px;
}

.bwt-shell {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}

.bwt-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #c4cad3;
  font: 680 0.73rem/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bwt-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--bwt-blue);
  box-shadow: 0 0 0 6px rgba(47, 130, 255, 0.13);
}

.bwt-hero {
  position: relative;
  padding: clamp(82px, 8vw, 118px) 0 clamp(118px, 10vw, 160px);
  background:
    linear-gradient(128deg, rgba(47, 130, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #0c1017 0%, #08090c 72%);
  overflow: hidden;
}

.bwt-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.06) 50%, transparent 50.2%);
}

.bwt-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(560px, 1.18fr);
  align-items: start;
  gap: clamp(54px, 7vw, 96px);
}

.bwt-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18px;
}

.bwt-intro .bwt-kicker {
  margin-bottom: 27px;
}

.bwt-intro h1 {
  max-width: 620px;
  font-size: clamp(3.8rem, 5.9vw, 5.8rem) !important;
  line-height: 0.96 !important;
}

.bwt-lead {
  max-width: 610px;
  margin-top: 29px !important;
  color: #c0c7d1;
  font-size: clamp(1.05rem, 1.5vw, 1.23rem);
  line-height: 1.62;
}

.bwt-start,
.bwt-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  font: 760 0.94rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: color 0.18s, background-color 0.18s, border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}

.bwt-start {
  margin-top: 31px;
  padding: 14px 20px;
  color: #fff !important;
  background: var(--bwt-blue-dark);
  box-shadow: 0 16px 42px rgba(23, 104, 221, 0.24);
}

.bwt-start:hover,
.bwt-button--primary:hover {
  color: #fff !important;
  background: #0e58c7 !important;
  transform: translateY(-2px);
  box-shadow: 0 19px 48px rgba(23, 104, 221, 0.31);
}

.bwt-trust {
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: 42px;
}

.bwt-person,
.bwt-google {
  display: grid;
  width: 100%;
  align-items: center;
  border: 1px solid var(--bwt-line);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.2s, background-color 0.2s;
}

.bwt-person:hover,
.bwt-google:hover {
  border-color: rgba(47, 130, 255, 0.48);
  background: rgba(47, 130, 255, 0.08);
}

.bwt-person {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 15px;
  padding: 10px;
  border-radius: 19px;
}

.bwt-person img {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  object-fit: cover;
}

.bwt-person > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bwt-person small {
  color: #8fb8f7;
  font-size: 0.63rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bwt-person strong {
  font-size: 0.95rem;
}

.bwt-person em {
  color: #aeb7c3;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.bwt-google {
  grid-template-columns: 30px minmax(90px, auto) 1fr;
  gap: 11px;
  padding: 13px 14px;
  border-radius: 15px;
}

.bwt-google > span:nth-child(2) {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 5px;
}

.bwt-google strong {
  font-size: 0.93rem;
}

.bwt-google__stars {
  color: var(--bwt-yellow);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.bwt-google__link {
  justify-self: end;
  color: #c7d0dc;
  font-size: 0.76rem;
  font-weight: 690;
}

.bwt-form-card {
  min-width: 0;
  scroll-margin-top: 32px;
  padding: clamp(30px, 4.2vw, 54px);
  border: 1px solid var(--bwt-line);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), transparent 44%), var(--bwt-panel);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32);
}

.bwt-form-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.45fr);
  align-items: end;
  gap: 24px;
}

.bwt-form-card__head .bwt-kicker {
  margin-bottom: 15px;
}

.bwt-form-card__head h2 {
  max-width: 640px;
  font-size: clamp(2rem, 3.2vw, 3.2rem) !important;
  line-height: 1.02 !important;
}

.bwt-form-card__head > p {
  color: var(--bwt-muted);
  font-size: 0.82rem;
}

.bwt-step-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bwt-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 35px 0 42px !important;
  border-block: 1px solid var(--bwt-line);
  list-style: none;
}

.bwt-progress li {
  position: relative;
  display: grid;
  min-height: 66px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  color: #737c89;
}

.bwt-progress li::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.bwt-progress li.is-active,
.bwt-progress li.is-complete {
  color: var(--bwt-text);
}

.bwt-progress li.is-active::after,
.bwt-progress li.is-complete::after {
  background: var(--bwt-blue);
}

.bwt-progress li > span {
  font: 700 0.65rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.08em;
}

.bwt-progress li > strong {
  font-size: 0.78rem;
}

.bwt-step {
  min-width: 0;
  border: 0;
}

.bwt-contact.is-enhanced .bwt-step[hidden] {
  display: none !important;
}

.bwt-contact.is-enhanced .bwt-step.is-active {
  animation: bwt-step-in 0.26s ease both;
}

.bwt-step legend {
  width: 100%;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem) !important;
  line-height: 1.12 !important;
}

.bwt-step-help {
  margin-top: 12px !important;
  color: var(--bwt-muted);
  font-size: 0.9rem;
}

.bwt-choice-list {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.bwt-choice,
.bwt-budget {
  position: relative;
  cursor: pointer;
}

body.bornwiz-contact-page-active #main-content .bwt-choice input,
body.bornwiz-contact-page-active #main-content .bwt-budget input,
body.bornwiz-contact-page-active #main-content .bwt-honeypot {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.bwt-choice {
  display: grid;
  min-height: 84px;
  grid-template-columns: 36px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border: 1px solid var(--bwt-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.18s, background-color 0.18s;
}

.bwt-choice:hover,
.bwt-choice:has(input:focus-visible),
.bwt-choice:has(input:checked) {
  border-color: rgba(47, 130, 255, 0.6);
  background: rgba(47, 130, 255, 0.09);
}

.bwt-choice__index {
  color: #708098;
  font: 650 0.64rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.bwt-choice > span:nth-child(3) {
  display: grid;
  gap: 3px;
}

.bwt-choice strong {
  color: var(--bwt-text);
  font-size: 0.94rem;
}

.bwt-choice small {
  color: #939daa;
  font-size: 0.73rem;
  line-height: 1.4;
}

.bwt-choice__mark,
.bwt-budget i {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid var(--bwt-line-strong);
  border-radius: 7px;
}

.bwt-choice input:checked ~ .bwt-choice__mark,
.bwt-budget input:checked ~ i {
  border-color: var(--bwt-blue);
  background: var(--bwt-blue);
}

.bwt-choice input:checked ~ .bwt-choice__mark::after,
.bwt-budget input:checked ~ i::after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.bwt-budget-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 29px;
}

.bwt-budget {
  display: grid;
  min-height: 68px;
  grid-template-columns: minmax(0, 1fr) 23px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--bwt-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: #dce1e8;
  font-size: 0.84rem;
  font-weight: 680;
  transition: border-color 0.18s, background-color 0.18s;
}

.bwt-budget:hover,
.bwt-budget:has(input:focus-visible),
.bwt-budget:has(input:checked) {
  border-color: rgba(47, 130, 255, 0.6);
  background: rgba(47, 130, 255, 0.09);
}

.bwt-budget i {
  border-radius: 50%;
}

.bwt-budget input:checked ~ i::after {
  top: 6px;
  left: 5px;
  width: 9px;
  height: 5px;
}

.bwt-fields {
  display: grid;
  gap: 18px;
  margin-top: 29px;
}

.bwt-fields label {
  display: grid;
  gap: 8px;
}

.bwt-fields label > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #edf0f4;
  font-size: 0.82rem;
  font-weight: 700;
}

.bwt-fields label small {
  color: #84909e;
  font-size: 0.65rem;
  font-weight: 620;
  letter-spacing: 0.04em;
}

body.bornwiz-contact-page-active #main-content .bwt-fields input,
body.bornwiz-contact-page-active #main-content .bwt-fields textarea {
  width: 100% !important;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--bwt-line) !important;
  border-radius: 12px !important;
  color: var(--bwt-text) !important;
  background: #0c1015 !important;
  font: inherit !important;
  scroll-margin-block: 120px;
  transition: border-color 0.18s, background-color 0.18s;
}

body.bornwiz-contact-page-active #main-content .bwt-fields textarea {
  min-height: 138px;
  resize: vertical;
}

body.bornwiz-contact-page-active #main-content .bwt-fields input:focus,
body.bornwiz-contact-page-active #main-content .bwt-fields textarea:focus {
  border-color: var(--bwt-blue) !important;
  background: #101722 !important;
}

.bwt-privacy {
  margin-top: 17px !important;
  color: #8f98a5;
  font-size: 0.72rem;
}

.bwt-privacy a,
.bwt-text-link {
  color: #cfe0fb;
  text-decoration: underline;
  text-decoration-color: rgba(47, 130, 255, 0.42);
  text-underline-offset: 4px;
}

.bwt-field-error,
.bwt-form-feedback,
.bwt-form-actions > .bwcr-feedback {
  margin-top: 14px !important;
  padding: 11px 13px;
  border-left: 3px solid #ff7b7b;
  color: #ffd4d4;
  background: rgba(255, 88, 88, 0.08);
  font-size: 0.79rem;
}

.bwt-form-feedback:not([hidden]),
.bwt-form-actions > .bwcr-feedback:not([hidden]) {
  display: block;
}

.bwt-form-actions > .bwcr-feedback {
  order: -1;
  flex: 1 0 100%;
  width: 100%;
  margin: 0 0 8px !important;
  color: #ffd4d4 !important;
  line-height: 1.5 !important;
}

/* Contact Reliability owns delivery; its legacy success markup is restyled here. */
.bwt-form-card #bw-conversational-form > div {
  padding: 42px 18px !important;
  border-top: 1px solid var(--bwt-line);
  text-align: left !important;
}

.bwt-form-card #bw-conversational-form > div > div:first-child {
  display: none !important;
}

.bwt-form-card #bw-conversational-form > div > h2 {
  max-width: 14ch;
  margin-bottom: 14px !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.02 !important;
}

.bwt-form-card #bw-conversational-form > div > p {
  max-width: 54ch;
  color: var(--bwt-muted) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.bwt-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
  margin-top: 28px;
}

.bwt-form-actions--split {
  justify-content: space-between;
}

.bwt-button {
  padding: 14px 18px;
}

.bwt-button--primary {
  color: #fff !important;
  background: var(--bwt-blue-dark) !important;
  box-shadow: 0 14px 34px rgba(23, 104, 221, 0.2);
}

.bwt-button--secondary {
  border-color: var(--bwt-line-strong);
  color: #d7dde6;
  background: rgba(255, 255, 255, 0.025);
}

.bwt-button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
}

.bwt-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.bwt-channels {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -6px;
  border-block: 1px solid var(--bwt-line);
}

.bwt-channels a {
  display: grid;
  min-height: 94px;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 13px;
  padding: 17px 20px;
  border-right: 1px solid var(--bwt-line);
  transition: color 0.18s, background-color 0.18s;
}

.bwt-channels a:last-child {
  border-right: 0;
}

.bwt-channels a:hover {
  color: #fff;
  background: rgba(47, 130, 255, 0.08);
}

.bwt-channels svg {
  width: 25px;
  height: 25px;
  color: var(--bwt-blue-soft);
}

.bwt-channels a > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.bwt-channels small {
  color: #7d8da5;
  font: 650 0.61rem/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bwt-channels strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.86rem;
}

.bwt-channels b {
  justify-self: end;
  font-size: 0.9rem;
}

.bwt-follow-up {
  padding: clamp(84px, 9vw, 130px) 0 calc(150px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--bwt-line);
  background: #0c0f14;
}

.bwt-follow-up__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(55px, 9vw, 125px);
}

.bwt-follow-up h2 {
  max-width: 620px;
  margin-top: 19px !important;
  font-size: clamp(2.35rem, 4.1vw, 4.25rem) !important;
  line-height: 1.02 !important;
}

.bwt-follow-up ol {
  border-top: 1px solid var(--bwt-line);
  list-style: none;
}

.bwt-follow-up li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 17px;
  padding: 24px 0;
  border-bottom: 1px solid var(--bwt-line);
}

.bwt-follow-up li > span {
  padding-top: 4px;
  color: #6f7f98;
  font: 650 0.65rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.bwt-follow-up li p {
  color: var(--bwt-muted);
}

.bwt-follow-up li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--bwt-text);
}

.bwt-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 23px;
  font-size: 0.88rem;
  font-weight: 720;
}

@keyframes bwt-step-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .bwt-hero__grid {
    grid-template-columns: minmax(290px, 0.72fr) minmax(500px, 1.28fr);
    gap: 42px;
  }

  .bwt-form-card__head {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (max-width: 900px) {
  .bwt-shell {
    width: min(calc(100% - 36px), 680px);
  }

  .bwt-hero {
    padding: calc(96px + env(safe-area-inset-top, 0px)) 0 88px;
  }

  .bwt-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bwt-intro {
    padding-top: 0;
  }

  .bwt-intro h1 {
    max-width: 620px;
    font-size: clamp(3.35rem, 10vw, 5.3rem) !important;
  }

  .bwt-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bwt-google {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .bwt-google__link {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .bwt-channels {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .bwt-channels a,
  .bwt-channels a:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--bwt-line);
  }

  .bwt-channels a:last-child {
    border-bottom: 0;
  }

  .bwt-follow-up__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 560px) {
  .bwt-contact {
    font-size: 16px;
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .bwt-shell {
    width: calc(100% - 32px);
  }

  .bwt-hero {
    padding-top: calc(88px + env(safe-area-inset-top, 0px));
  }

  .bwt-intro .bwt-kicker {
    margin-bottom: 20px;
  }

  .bwt-intro h1 {
    font-size: clamp(2.8rem, 13.2vw, 3.65rem) !important;
    line-height: 0.98 !important;
  }

  .bwt-lead {
    margin-top: 20px !important;
    font-size: 0.97rem;
  }

  .bwt-start {
    width: 100%;
    margin-top: 25px;
  }

  .bwt-trust {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .bwt-form-card {
    margin-inline: -4px;
    padding: 26px 20px 23px;
    border-radius: 22px;
  }

  .bwt-form-card__head h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
  }

  .bwt-progress {
    margin: 27px 0 33px !important;
  }

  .bwt-progress li {
    min-height: 56px;
    grid-template-columns: 25px 1fr;
  }

  .bwt-progress li > strong {
    font-size: 0.69rem;
  }

  .bwt-step legend {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }

  .bwt-choice {
    grid-template-columns: 28px minmax(0, 1fr) 23px;
    gap: 10px;
    padding: 14px 13px;
  }

  .bwt-budget-grid {
    grid-template-columns: 1fr;
  }

  .bwt-form-actions,
  .bwt-form-actions--split {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bwt-form-actions > .bwcr-feedback {
    grid-column: 1 / -1;
  }

  .bwt-button {
    width: 100%;
  }

  .bwt-form-actions--split .bwt-button--secondary {
    order: 2;
  }

  .bwt-channels a {
    min-height: 84px;
    padding-inline: 13px;
  }

  .bwt-follow-up {
    padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
  }

  .bwt-follow-up h2 {
    font-size: clamp(2.1rem, 10vw, 3rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bwt-contact *,
  .bwt-contact *::before,
  .bwt-contact *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.001ms !important;
  }
}
