/* =========================================================
   CUTLER BAY PLUMBING
   SERVICE + COMPANY + CONTACT PAGES
   Complete replacement for css/service.css
   ========================================================= */

/* =========================================================
   SHARED PAGE SETTINGS
   ========================================================= */

.service-page,
.company-page {
  margin: 0;
  background: #f3f7fb;
  color: #1f2937;
}

.service-page *,
.company-page * {
  box-sizing: border-box;
}

.service-page .site-header,
.company-page .site-header {
  position: relative;
  z-index: 20;
}

.service-page .eyebrow,
.company-page .eyebrow {
  margin: 0 0 14px;
  color: #0a84e8;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-page h1,
.service-page h2,
.service-page h3,
.company-page h1,
.company-page h2,
.company-page h3 {
  font-family: Arial, sans-serif;
}

.service-page p,
.service-page li,
.company-page p,
.company-page li,
.company-page label,
.company-page input,
.company-page textarea,
.company-page select,
.company-page button {
  font-family: Arial, sans-serif;
}

/* =========================================================
   SHARED BUTTONS
   ========================================================= */

.service-page .btn,
.company-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.service-page .btn-primary,
.company-page .btn-primary {
  color: #fff;
  background: #169f79;
  border-color: #169f79;
  box-shadow: 0 12px 28px rgba(22, 159, 121, 0.22);
}

.service-page .btn-primary:hover,
.company-page .btn-primary:hover {
  color: #fff;
  background: #0d8060;
  border-color: #0d8060;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(22, 159, 121, 0.3);
}

.service-page .btn:focus-visible,
.company-page .btn:focus-visible {
  outline: 3px solid rgba(10, 132, 232, 0.35);
  outline-offset: 4px;
}

/* =========================================================
   SERVICE PAGE HERO
   ========================================================= */

.service-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 690px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 43, 0.95) 0%,
      rgba(3, 18, 43, 0.8) 48%,
      rgba(3, 18, 43, 0.32) 100%
    );
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 105px 0 115px;
}

.service-hero .eyebrow {
  margin: 0 0 18px;
  color: #9fd4ff;
}

.service-hero h1 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 7vw, 100px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.36);
}

.service-hero p {
  max-width: 850px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 700;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.34);
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.service-hero .btn {
  min-height: 56px;
  padding: 18px 30px;
}

.service-call-btn {
  color: #051b3d;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.service-call-btn:hover {
  color: #051b3d;
  background: #eaf5ff;
}

/* =========================================================
   SERVICE PAGE TOPIC NAVIGATION
   ========================================================= */

.service-topic-nav {
  position: sticky;
  top: 0;
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid #d9e3ef;
  box-shadow: 0 8px 25px rgba(8, 47, 99, 0.08);
}

.service-topic-nav .container {
  display: flex;
  gap: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-x: auto;
}

.service-topic-nav a {
  color: #051b3d;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

/* =========================================================
   SERVICE PAGE CONTENT
   ========================================================= */

.service-copy-section {
  padding: 90px 0;
  background: #f3f7fb;
}

.service-copy-section.service-white {
  background: #fff;
}

.service-copy-section .container {
  max-width: 1180px;
}

.service-copy-section .eyebrow {
  margin: 0 0 12px;
  color: #0a84e8;
}

.service-copy-section h2 {
  margin: 0 0 20px;
  color: #051b3d;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.service-copy-section p {
  color: #1f2937;
  font-size: 17px;
  line-height: 1.78;
}

.service-copy-section p a {
  color: #006fd6;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-copy-section p a:hover {
  color: #051b3d;
  background: #eaf5ff;
}

/* =========================================================
   SERVICE FEATURE CARD
   ========================================================= */

.service-feature-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  padding: 24px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(8, 47, 99, 0.15);
}

.service-feature-image {
  min-height: 430px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-feature-copy {
  align-self: center;
}

.service-text-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.service-text-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  background: #f5f9fd;
  border: 1px solid #d9e3ef;
  border-radius: 12px;
}

.service-text-list li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  color: #0a84e8;
  font-weight: 900;
}

/* =========================================================
   SERVICE ISSUE CARDS
   ========================================================= */

.service-issue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.service-issue-card {
  padding: 28px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(8, 47, 99, 0.09);
}

.service-issue-card h3 {
  margin: 0 0 12px;
  color: #051b3d;
  font-size: 24px;
  line-height: 1.12;
}

.service-issue-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================================
   SERVICE DARK SECTION
   ========================================================= */

.service-dark-section {
  padding: 90px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(10, 132, 232, 0.22),
      transparent 34%
    ),
    linear-gradient(135deg, #051b3d 0%, #082f63 100%);
}

.service-dark-section .eyebrow {
  color: #9fd4ff;
}

.service-dark-section h2,
.service-dark-section p {
  color: #fff;
}

.service-problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.service-problem-list div {
  position: relative;
  min-height: 82px;
  padding: 18px 18px 18px 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  font-weight: 900;
}

.service-problem-list div::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 18px;
  color: #9fd4ff;
}

/* =========================================================
   SERVICE PROOF CARDS
   ========================================================= */

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.service-proof-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(8, 47, 99, 0.08);
}

.service-proof-card strong {
  display: block;
  margin-bottom: 8px;
  color: #051b3d;
  font-size: 20px;
}

.service-proof-card span {
  color: #445064;
  line-height: 1.55;
}

/* =========================================================
   SERVICE CTA BAND
   ========================================================= */

.service-cta-band {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 340px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 18, 43, 0.78);
}

.service-cta-band .container {
  position: relative;
  z-index: 2;
}

.service-cta-band .eyebrow,
.service-cta-band h2 {
  color: #fff;
}

.service-cta-band h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

/* =========================================================
   SERVICE FAQ
   ========================================================= */

.service-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.service-faq-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 47, 99, 0.08);
}

.service-faq-card h3 {
  margin: 0 0 10px;
  color: #051b3d;
  font-size: 21px;
}

.service-faq-card p {
  margin: 0;
  font-size: 16px;
}

/* =========================================================
   SERVICE CONTACT SECTION
   ========================================================= */

.service-contact-section {
  padding: 90px 0;
  background: #eef5fc;
}

.service-contact-section .contact-box {
  padding: 42px;
  background: #051b3d;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8, 47, 99, 0.22);
}

.service-contact-section .eyebrow,
.service-contact-section h2,
.service-contact-section p {
  color: #fff;
}

.service-contact-section .contact-info a,
.service-contact-section .contact-info span {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* =========================================================
   SERVICE AND LOCATION LINK CARDS
   ========================================================= */

.service-copy-section .city-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.service-copy-section .city-strip a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 52px 18px 20px;
  color: #051b3d;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(8, 47, 99, 0.08);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.service-copy-section .city-strip a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #0a84e8;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.service-copy-section .city-strip a:hover {
  color: #051b3d;
  background: #f5f9fd;
  border-color: #0a84e8;
  box-shadow: 0 16px 36px rgba(8, 47, 99, 0.14);
  transform: translateY(-3px);
}

.service-copy-section .city-strip a:hover::after {
  background: #051b3d;
  transform: translate(3px, -50%);
}

.service-copy-section .city-strip a:focus-visible {
  outline: 3px solid rgba(10, 132, 232, 0.35);
  outline-offset: 3px;
}

.service-copy-section:not(.service-white) .city-strip a {
  background: rgba(255, 255, 255, 0.92);
}

.service-copy-section .city-strip a[aria-current="page"] {
  color: #fff;
  background: #051b3d;
  border-color: #051b3d;
}

.service-copy-section .city-strip a[aria-current="page"]::after {
  color: #051b3d;
  background: #9fd4ff;
}

/* =========================================================
   COMPANY PAGE HERO
   Used by Contact, About, Privacy and other company pages
   ========================================================= */

.company-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 540px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.company-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 43, 0.96) 0%,
      rgba(3, 18, 43, 0.82) 52%,
      rgba(3, 18, 43, 0.38) 100%
    );
}

.company-hero-content {
  position: relative;
  z-index: 2;
  max-width: 930px;
  padding-top: 92px;
  padding-bottom: 100px;
}

.company-hero .eyebrow {
  margin-bottom: 18px;
  color: #9fd4ff;
}

.company-hero h1 {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.36);
}

.company-hero p {
  max-width: 830px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 600;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.32);
}

.company-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.company-call-btn {
  color: #051b3d;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(3, 18, 43, 0.2);
}

.company-call-btn:hover {
  color: #051b3d;
  background: #eaf5ff;
  border-color: #eaf5ff;
  transform: translateY(-2px);
}

/* =========================================================
   COMPANY CONTENT SECTION
   ========================================================= */

.company-section {
  padding: 90px 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(10, 132, 232, 0.08),
      transparent 32%
    ),
    #f3f7fb;
}

.company-section.white {
  background: #fff;
}

.company-section h2 {
  margin: 0 0 18px;
  color: #051b3d;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.company-section h3 {
  color: #051b3d;
}

.company-section p {
  color: #445064;
  font-size: 17px;
  line-height: 1.75;
}

/* =========================================================
   CONTACT PAGE LAYOUT
   ========================================================= */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.contact-panel,
.contact-form {
  min-width: 0;
  padding: 38px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(8, 47, 99, 0.12);
}

.contact-panel {
  position: sticky;
  top: 120px;
}

.contact-panel > p:not(.eyebrow),
.contact-form > p:not(.eyebrow) {
  margin-top: 0;
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.contact-list a,
.contact-list span {
  display: block;
  min-width: 0;
  padding: 18px 20px;
  color: #445064;
  background: #f5f9fd;
  border: 1px solid #d9e3ef;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-list a:hover {
  background: #eaf5ff;
  border-color: #0a84e8;
  box-shadow: 0 12px 25px rgba(8, 47, 99, 0.1);
  transform: translateY(-2px);
}

.contact-list strong {
  display: block;
  margin-bottom: 3px;
  color: #051b3d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================================================
   CONTACT FORM
   ========================================================= */

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 10px;
}

.contact-form .eyebrow,
.contact-form h2,
.contact-form .success-note,
.contact-form label[for="service"],
.contact-form select,
.contact-form label[for="message"],
.contact-form textarea,
.contact-form button,
.contact-form .legal-note {
  grid-column: 1 / -1;
}

.contact-form h2 {
  margin-bottom: 6px;
}

.contact-form label {
  display: block;
  align-self: end;
  margin: 8px 0 0;
  color: #051b3d;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  color: #172033;
  background: #fff;
  border: 1px solid #bfcddd;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: #7894b2;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #fbfdff;
  border-color: #0a84e8;
  box-shadow: 0 0 0 4px rgba(10, 132, 232, 0.12);
}

.contact-form .success-note {
  margin: 2px 0 12px;
  padding: 16px 18px;
  color: #07523e;
  background: #eafaf4;
  border: 1px solid #a7e5d1;
  border-left: 5px solid #169f79;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.contact-form button {
  justify-self: start;
  margin-top: 14px;
  border: 0;
}

.contact-form .legal-note {
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================================
   CONTACT PAGE CTA STRIP
   ========================================================= */

.cta-strip {
  padding: 70px 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(
      circle at top left,
      rgba(159, 212, 255, 0.2),
      transparent 35%
    ),
    linear-gradient(135deg, #051b3d 0%, #0b3d78 100%);
}

.cta-strip h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.cta-strip p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.cta-strip a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* =========================================================
   MOBILE STICKY CALL BUTTON
   ========================================================= */

.mobile-sticky-case-btn {
  display: none;
}

/* =========================================================
   RESPONSIVE: TABLET
   ========================================================= */

@media (max-width: 980px) {
  .service-feature-card {
    grid-template-columns: 1fr;
  }

  .service-issue-grid,
  .service-problem-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-proof-grid,
  .service-faq-grid {
    grid-template-columns: 1fr;
  }

  .service-copy-section .city-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    position: static;
  }

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

/* =========================================================
   RESPONSIVE: MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .company-hero {
    min-height: 560px;
  }

  .company-hero-content {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .company-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .company-hero p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
  }

  .company-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .company-actions .btn {
    width: 100%;
  }

  .company-section {
    padding: 62px 0;
  }

  .contact-panel,
  .contact-form {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .eyebrow,
  .contact-form h2,
  .contact-form .success-note,
  .contact-form label,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button,
  .contact-form .legal-note {
    grid-column: 1;
  }

  .contact-form button {
    width: 100%;
  }

  .cta-strip {
    padding: 58px 0 82px;
  }

  .mobile-sticky-case-btn {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 20px;
    color: #fff;
    background: #169f79;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(3, 18, 43, 0.36);
  }
}

@media (max-width: 620px) {
  .service-hero {
    min-height: 560px;
  }

  .service-hero-content {
    padding: 76px 0;
  }

  .service-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .service-hero p {
    font-size: 17px;
  }

  .service-copy-section,
  .service-dark-section {
    padding: 62px 0;
  }

  .service-issue-grid,
  .service-problem-list {
    grid-template-columns: 1fr;
  }

  .service-feature-card {
    padding: 18px;
    border-radius: 22px;
  }

  .service-feature-image {
    min-height: 280px;
  }

  .service-contact-section .contact-box {
    padding: 28px;
  }

  .service-copy-section .city-strip {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   CONTACT FORM STATUS AND SPAM PROTECTION
   ========================================================= */

.form-message {
  grid-column: 1 / -1;
  margin: 0 0 14px;
  padding: 16px 18px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.form-success {
  color: #07523e;
  background: #eafaf4;
  border: 1px solid #a7e5d1;
  border-left: 5px solid #169f79;
}

.form-error {
  color: #7a1f1f;
  background: #fff1f1;
  border: 1px solid #efb4b4;
  border-left: 5px solid #c93c3c;
}

.form-error a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}