.enertect-withdrawal-page .enertect-withdrawal-hero {
  padding-top: 188px !important;
  background: #f4f8f3 !important;
  border-bottom: 1px solid rgba(0, 68, 33, 0.1);
}

.enertect-withdrawal-page .enertect-withdrawal-hero-copy {
  max-width: 850px;
}

.enertect-withdrawal-page .enertect-withdrawal-eyebrow,
.enertect-withdrawal-page .enertect-withdrawal-step-label {
  margin: 0 0 12px;
  color: #966d26;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.enertect-withdrawal-page .enertect-withdrawal-hero-copy h1 {
  margin: 0;
}

.enertect-withdrawal-page .enertect-withdrawal-hero-copy > p:last-of-type {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 19px;
  line-height: 1.62;
}

.enertect-withdrawal-page .enertect-withdrawal-open,
.enertect-withdrawal-page .enertect-withdrawal-primary,
.enertect-withdrawal-page .enertect-withdrawal-secondary,
.enertect-withdrawal-page .enertect-withdrawal-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.enertect-withdrawal-page .enertect-withdrawal-open,
.enertect-withdrawal-page .enertect-withdrawal-primary {
  border: 1px solid #00351a;
  background: #004421;
  box-shadow: 0 10px 24px rgba(0, 68, 33, 0.18);
  color: #ffffff !important;
}

.enertect-withdrawal-page .enertect-withdrawal-open {
  margin-top: 28px;
}

.enertect-withdrawal-page .enertect-withdrawal-open:hover,
.enertect-withdrawal-page .enertect-withdrawal-primary:hover {
  transform: translateY(-1px);
  background: #0c5c31;
  box-shadow: 0 13px 28px rgba(0, 68, 33, 0.24);
}

.enertect-withdrawal-page .enertect-withdrawal-secondary {
  border: 1px solid #95a39b;
  background: #ffffff;
  color: #16201b !important;
}

.enertect-withdrawal-page .enertect-withdrawal-secondary:hover {
  background: #f2f5f3;
}

.enertect-withdrawal-page .enertect-withdrawal-primary:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.enertect-withdrawal-page .enertect-withdrawal-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.enertect-withdrawal-page .enertect-withdrawal-contact-item {
  padding: 24px 26px;
  border-top: 3px solid #d8aa58;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 38, 28, 0.07);
}

.enertect-withdrawal-page .enertect-withdrawal-contact-item strong {
  display: block;
  margin-bottom: 8px;
  color: #10141b;
  font-size: 17px;
}

.enertect-withdrawal-page .enertect-withdrawal-contact-item p {
  margin: 0;
}

.enertect-withdrawal-page .enertect-withdrawal-contact-item a {
  color: #005b2d;
  font-weight: 800;
}

.enertect-withdrawal-page .enertect-withdrawal-form-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(0, 68, 33, 0.17);
  border-top: 5px solid #004421;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(16, 35, 26, 0.1);
}

.enertect-withdrawal-page .enertect-withdrawal-form-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.enertect-withdrawal-page .enertect-withdrawal-form-intro h2 {
  margin: 0;
}

.enertect-withdrawal-page .enertect-withdrawal-form-intro > p:last-child {
  margin: 14px 0 0;
}

.enertect-withdrawal-page .enertect-withdrawal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.enertect-withdrawal-page .enertect-withdrawal-field-wide {
  grid-column: 1 / -1;
}

.enertect-withdrawal-page .enertect-withdrawal-field label {
  display: block;
  margin-bottom: 8px;
  color: #17201c;
  font-size: 15px;
  font-weight: 800;
}

.enertect-withdrawal-page .enertect-withdrawal-optional {
  color: #66736d;
  font-size: 13px;
  font-weight: 650;
}

.enertect-withdrawal-page .enertect-withdrawal-field input,
.enertect-withdrawal-page .enertect-withdrawal-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #aab6af;
  border-radius: 5px;
  background: #ffffff;
  color: #10141b;
  font: inherit;
  line-height: 1.45;
}

.enertect-withdrawal-page .enertect-withdrawal-field textarea {
  resize: vertical;
}

.enertect-withdrawal-page .enertect-withdrawal-field input:focus,
.enertect-withdrawal-page .enertect-withdrawal-field textarea:focus {
  border-color: #004421;
  outline: 3px solid rgba(216, 170, 88, 0.42);
  outline-offset: 1px;
}

.enertect-withdrawal-page .enertect-withdrawal-field [aria-invalid="true"] {
  border-color: #a3261f;
}

.enertect-withdrawal-page .enertect-withdrawal-hint {
  margin: 7px 0 0;
  color: #5b6862;
  font-size: 13px;
  line-height: 1.45;
}

.enertect-withdrawal-page .enertect-withdrawal-privacy {
  max-width: 780px;
  margin: 26px 0 22px;
  padding-left: 16px;
  border-left: 3px solid #d8aa58;
  color: #46524c;
  font-size: 14px;
}

.enertect-withdrawal-page .enertect-withdrawal-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.enertect-withdrawal-page .enertect-withdrawal-live {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.enertect-withdrawal-page .enertect-withdrawal-errors {
  margin: 0 0 26px;
  padding: 18px 20px;
  border: 2px solid #a3261f;
  border-radius: 6px;
  background: #fff5f4;
  color: #651713;
}

.enertect-withdrawal-page .enertect-withdrawal-errors-title {
  margin: 0;
  font-weight: 850;
}

.enertect-withdrawal-page .enertect-withdrawal-errors ul {
  margin: 8px 0 0 20px;
}

.enertect-withdrawal-page .enertect-withdrawal-errors a {
  color: #651713;
  text-decoration: underline;
}

.enertect-withdrawal-page .enertect-withdrawal-step[hidden] {
  display: none !important;
}

.enertect-withdrawal-page .enertect-withdrawal-step[data-step="review"] h3,
.enertect-withdrawal-page .enertect-withdrawal-success h3 {
  margin: 0 0 12px;
  color: #10141b;
  font-size: 28px;
  line-height: 1.2;
}

.enertect-withdrawal-page .enertect-withdrawal-review-list {
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1.8fr);
  margin: 28px 0;
  border-top: 1px solid #dce4df;
}

.enertect-withdrawal-page .enertect-withdrawal-review-list dt,
.enertect-withdrawal-page .enertect-withdrawal-review-list dd {
  margin: 0;
  padding: 13px 12px;
  border-bottom: 1px solid #dce4df;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.enertect-withdrawal-page .enertect-withdrawal-review-list dt {
  color: #3f4c46;
  font-weight: 800;
}

.enertect-withdrawal-page .enertect-withdrawal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.enertect-withdrawal-page .enertect-withdrawal-success {
  padding: 28px;
  border: 2px solid #2f7d4d;
  border-radius: 8px;
  background: #f1f8f3;
}

.enertect-withdrawal-page .enertect-withdrawal-receipt {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  background: #e2eee6;
  color: #003d1e;
  font-weight: 850;
}

.enertect-withdrawal-page .enertect-withdrawal-legal-copy {
  max-width: 900px;
}

.enertect-withdrawal-page .enertect-withdrawal-legal-copy h2 {
  margin: 0 0 22px;
}

.enertect-withdrawal-page .enertect-withdrawal-legal-copy h3 {
  margin: 34px 0 14px;
  color: #10141b;
  font-size: 24px;
  line-height: 1.25;
}

.enertect-withdrawal-page .enertect-withdrawal-address,
.enertect-withdrawal-page .enertect-withdrawal-model {
  margin: 22px 0;
  padding: 22px 24px;
  border-left: 4px solid #d8aa58;
  background: #f6f8f6;
}

.enertect-withdrawal-page .enertect-withdrawal-model p:last-child,
.enertect-withdrawal-page .enertect-withdrawal-address p:last-child {
  margin-bottom: 0;
}

.enertect-withdrawal-page .enertect-withdrawal-pdf-card {
  max-width: 900px;
  padding: 34px 38px;
  border: 1px solid rgba(0, 68, 33, 0.17);
  border-left: 5px solid #d8aa58;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 35, 26, 0.08);
}

.enertect-withdrawal-page .enertect-withdrawal-pdf-card h2 {
  margin: 0;
}

.enertect-withdrawal-page .enertect-withdrawal-pdf-card p {
  margin: 14px 0 0;
}

.enertect-withdrawal-page .enertect-withdrawal-pdf {
  margin-top: 24px;
  border: 1px solid #8c661f;
  background: #f6ead1;
  color: #3f2d0e !important;
}

.enertect-withdrawal-page .enertect-withdrawal-pdf:hover {
  transform: translateY(-1px);
  background: #efdfbc;
}

.enertect-withdrawal-page .enertect-withdrawal-open:focus-visible,
.enertect-withdrawal-page .enertect-withdrawal-primary:focus-visible,
.enertect-withdrawal-page .enertect-withdrawal-secondary:focus-visible,
.enertect-withdrawal-page .enertect-withdrawal-pdf:focus-visible,
.enertect-withdrawal-page .enertect-withdrawal-errors:focus-visible,
.enertect-withdrawal-page .enertect-withdrawal-success:focus-visible {
  outline: 3px solid #d8aa58;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .enertect-withdrawal-page .enertect-withdrawal-hero {
    padding-top: 170px !important;
  }

  .enertect-withdrawal-page .enertect-withdrawal-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .enertect-withdrawal-page .enertect-withdrawal-hero {
    padding-top: 154px !important;
  }

  .enertect-withdrawal-page .enertect-withdrawal-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .enertect-withdrawal-page .enertect-withdrawal-hero-copy > p:last-of-type {
    font-size: 17px;
  }

  .enertect-withdrawal-page .enertect-withdrawal-form-shell {
    padding: 28px 20px;
  }

  .enertect-withdrawal-page .enertect-withdrawal-grid,
  .enertect-withdrawal-page .enertect-withdrawal-review-list {
    grid-template-columns: 1fr;
  }

  .enertect-withdrawal-page .enertect-withdrawal-review-list dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }

  .enertect-withdrawal-page .enertect-withdrawal-review-list dd {
    padding-top: 2px;
  }

  .enertect-withdrawal-page .enertect-withdrawal-actions,
  .enertect-withdrawal-page .enertect-withdrawal-actions button,
  .enertect-withdrawal-page .enertect-withdrawal-open,
  .enertect-withdrawal-page .enertect-withdrawal-pdf {
    width: 100%;
  }

  .enertect-withdrawal-page .enertect-withdrawal-pdf-card {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enertect-withdrawal-page .enertect-withdrawal-open,
  .enertect-withdrawal-page .enertect-withdrawal-primary,
  .enertect-withdrawal-page .enertect-withdrawal-secondary,
  .enertect-withdrawal-page .enertect-withdrawal-pdf {
    scroll-behavior: auto;
    transition: none;
  }
}
