body.deed7-acquisition-page {
  min-height: 100vh;
  color: #10283d;
  background: #f7fafc;
}

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

.deed7-acquisition-main {
  width: min(100% - 28px, 700px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 38px) 0 clamp(64px, 8vw, 90px);
}

.deed7-acquisition-intro {
  margin: 0 0 18px;
  text-align: center;
}

.deed7-acquisition-intro h1 {
  margin: 0;
  color: #0b2439;
  font-size: clamp(2.1rem, 6vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.deed7-acquisition-intro > p:last-child {
  max-width: 650px;
  margin: 16px auto 0;
  color: #50697b;
  font-size: 0.94rem;
  line-height: 1.58;
}

.deed7-acquisition-promise span {
  display: block;
  text-align: center;
}

.deed7-acquisition-promise span + span {
  margin-top: 6px;
}

.deed7-acquisition-promise strong {
  color: #15374c;
  font-weight: 800;
}

.deed7-acquisition-form-section {
  scroll-margin-top: 86px;
}

.deed7-acquisition-form-shell,
.deed7-property-submitted {
  overflow: hidden;
  border: 1px solid #d8e3e8;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(18, 55, 76, 0.1);
}

.deed7-acquisition-progress {
  padding: 20px 24px 18px;
  border-bottom: 1px solid #e5edf1;
  background: #fbfdfe;
}

.deed7-acquisition-progress__numbers {
  display: grid;
  grid-template-columns: 30px minmax(42px, 110px) 30px;
  align-items: center;
  width: fit-content;
}

.deed7-acquisition-progress__numbers span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #b8c8d2;
  border-radius: 50%;
  background: #ffffff;
  color: #607789;
  font-size: 0.75rem;
  font-weight: 800;
}

.deed7-acquisition-progress__numbers span.is-active,
.deed7-acquisition-progress__numbers span.is-complete {
  border-color: #075f70;
  background: #075f70;
  color: #ffffff;
}

.deed7-acquisition-progress__numbers i {
  height: 1px;
  background: #cbd8df;
}

.deed7-acquisition-progress p {
  margin: 8px 0 10px;
  color: #405b6f;
  font-size: 0.75rem;
  font-weight: 700;
}

.deed7-acquisition-progress__track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce6eb;
}

.deed7-acquisition-progress__track span {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: #0b8396;
  transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.deed7-acquisition-step {
  padding: clamp(26px, 5vw, 42px);
  animation: deed7-step-enter 220ms ease-out both;
}

.deed7-acquisition-step[hidden],
.deed7-property-submitted[hidden] {
  display: none !important;
}

.deed7-acquisition-step > header {
  margin: 0 0 25px;
}

.deed7-acquisition-step > header h2 {
  margin: 0;
  color: #0c2c43;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.deed7-acquisition-back {
  display: inline-flex;
  min-height: 44px;
  margin: -12px 0 6px -10px;
  padding: 9px 10px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #075f70;
  font: inherit;
  font-size: 0.79rem;
  font-weight: 750;
  cursor: pointer;
}

.deed7-acquisition-back:hover {
  background: #edf7f8;
}

.deed7-acquisition-fields {
  display: grid;
  gap: 18px;
}

.deed7-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.deed7-field > span:first-child {
  color: #29495f;
  font-size: 0.8rem;
  font-weight: 750;
}

.deed7-field em {
  color: #9d4039;
  font-style: normal;
}

.deed7-field input,
.deed7-field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #718591;
  border-radius: 12px;
  background: #ffffff;
  color: #102b40;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.25;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.deed7-field input::placeholder {
  color: #71818d;
  opacity: 1;
}

.deed7-field select:invalid {
  color: #667986;
}

.deed7-field input:hover,
.deed7-field select:hover {
  border-color: #466675;
}

.deed7-field input:focus,
.deed7-field select:focus {
  border-color: #075f70;
  box-shadow: 0 0 0 4px rgba(7, 95, 112, 0.12);
}

.deed7-field input[aria-invalid="true"],
.deed7-field select[aria-invalid="true"] {
  border-color: #b77845;
  background: #fffdf9;
}

.deed7-currency-input {
  position: relative;
  display: block;
}

.deed7-currency-input b {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  color: #496777;
  font-size: 0.95rem;
  transform: translateY(-50%);
}

.deed7-currency-input input {
  padding-left: 34px;
}

.deed7-acquisition-button {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  margin-top: 26px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #075f70;
  border-radius: 12px;
  background: #075f70;
  color: #ffffff;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(7, 95, 112, 0.18);
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.deed7-acquisition-button:hover:not(:disabled) {
  background: #064f60;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(7, 95, 112, 0.22);
}

.deed7-acquisition-button:active:not(:disabled) {
  background: #ffffff;
  color: #071521;
  transform: translateY(0);
  box-shadow: none;
}

.deed7-acquisition-button:disabled {
  border-color: #b8c5cd;
  background: #e4e9ed;
  color: #485863;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.deed7-secure-note {
  display: flex;
  margin: 12px 0 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #5b7180;
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
}

.deed7-secure-note span {
  font-size: 0.72rem;
  line-height: 1;
}

.deed7-secure-note strong {
  font-weight: 700;
}

.deed7-property-consent {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #cedce3;
  border-radius: 13px;
  background: #f8fbfc;
}

.deed7-property-consent > label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.deed7-property-consent input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 1px 0 0;
  accent-color: #075f70;
}

.deed7-property-consent label > span {
  color: #334f62;
  font-size: 0.76rem;
  line-height: 1.62;
}

.deed7-property-consent a {
  color: #075f70;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.deed7-property-consent > p {
  margin: 11px 0 0 34px;
  color: #5c7181;
  font-size: 0.7rem;
  line-height: 1.5;
}

.deed7-property-turnstile {
  display: flex;
  min-height: 72px;
  margin: 18px 0 0;
  align-items: center;
  justify-content: center;
}

.deed7-property-turnstile > div,
.deed7-property-turnstile .cf-turnstile {
  width: min(100%, 300px);
}

.deed7-acquisition-step-error {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 1px solid #d5b38f;
  border-radius: 10px;
  background: #fffaf3;
  color: #6c4528;
  font-size: 0.76rem;
  line-height: 1.5;
}

.deed7-acquisition-step-error[hidden] {
  display: none;
}

.deed7-submit-spinner {
  display: none;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: deed7-submit-spin 700ms linear infinite;
}

.deed7-acquisition-button.is-loading .deed7-submit-spinner {
  display: block;
}

.deed7-property-submitted {
  padding: clamp(38px, 7vw, 58px) clamp(24px, 6vw, 48px);
  text-align: center;
}

.deed7-property-submitted__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #e4f3f5;
  color: #075f70;
  font-size: 1.35rem;
  font-weight: 850;
}

.deed7-property-submitted h2 {
  margin: 0;
  color: #0c2c43;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  letter-spacing: -0.035em;
}

.deed7-property-submitted p {
  max-width: 520px;
  margin: 14px auto;
  color: #50697b;
  font-size: 0.9rem;
  line-height: 1.65;
}

.deed7-property-submitted small {
  color: #647988;
  font-size: 0.74rem;
}

.deed7-property-submitted small strong {
  color: #075f70;
}

.deed7-acquisition-next {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid #dbe5ea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(18, 55, 76, 0.06);
}

.deed7-acquisition-next h2 {
  margin: 0 0 18px;
  color: #0d2e45;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.deed7-acquisition-next ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deed7-acquisition-next li {
  display: grid;
  min-width: 0;
  gap: 9px;
  align-content: start;
  justify-items: center;
  padding: 14px 9px;
  border-radius: 12px;
  background: #f7fafb;
  text-align: center;
}

.deed7-acquisition-next li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #bad1d7;
  border-radius: 10px;
  background: #eaf5f6;
  color: #075f70;
  font-size: 0.95rem;
  line-height: 1;
}

.deed7-acquisition-next li strong {
  color: #29495f;
  font-size: 0.72rem;
  line-height: 1.45;
}

.deed7-property-footer {
  padding-top: clamp(38px, 5vw, 54px);
}

.deed7-property-footer .deed7-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.deed7-property-footer__brand {
  padding-top: 2px;
}

.deed7-property-footer .deed7-site-footer__links {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(28px, auto));
  gap: 10px clamp(24px, 5vw, 58px);
  align-items: start;
}

.deed7-property-footer .deed7-site-footer__links a {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  line-height: 1.35;
}

.deed7-property-footer .deed7-compliance-footer {
  margin-top: clamp(30px, 4vw, 42px);
  padding-top: clamp(23px, 3vw, 30px);
  border-top: 1px solid rgba(15, 43, 67, 0.12);
}

.deed7-policy-main {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 88px) 0 100px;
}

.deed7-policy-back {
  color: #075f70;
  font-size: 0.8rem;
  font-weight: 750;
  text-underline-offset: 3px;
}

.deed7-policy-card {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #d8e3e8;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(18, 56, 80, 0.09);
}

.deed7-policy-card h1 {
  margin: 0;
  color: #102f48;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.deed7-policy-effective {
  margin: 13px 0 31px;
  color: #5f7485;
  font-size: 0.76rem;
}

.deed7-policy-card section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #e7edf1;
}

.deed7-policy-card h2 {
  margin: 0 0 12px;
  color: #173b54;
  font-size: 1.25rem;
}

.deed7-policy-card p,
.deed7-policy-card li {
  color: #4b6274;
  font-size: 0.88rem;
  line-height: 1.75;
}

.deed7-policy-card ul {
  display: grid;
  gap: 7px;
  padding-left: 21px;
}

@keyframes deed7-step-enter {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes deed7-submit-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
  .deed7-acquisition-main {
    width: min(100% - 20px, 700px);
    padding-top: 16px;
  }

  .deed7-acquisition-intro {
    margin-bottom: 14px;
  }

  .deed7-acquisition-intro h1 {
    font-size: clamp(2rem, 9.4vw, 2.65rem);
  }

  .deed7-acquisition-intro > p:last-child {
    max-width: 520px;
    margin-top: 12px;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .deed7-acquisition-promise span + span {
    margin-top: 7px;
  }

  .deed7-acquisition-form-shell,
  .deed7-property-submitted {
    border-radius: 18px;
  }

  .deed7-acquisition-progress {
    padding: 15px 18px 14px;
  }

  .deed7-acquisition-step {
    padding: 24px 18px 27px;
  }

  .deed7-acquisition-step > header {
    margin-bottom: 20px;
  }

  .deed7-acquisition-step > header h2 {
    font-size: 1.52rem;
  }

  .deed7-acquisition-fields {
    gap: 15px;
  }

  .deed7-field input,
  .deed7-field select,
  .deed7-acquisition-button {
    min-height: 52px;
  }

  .deed7-acquisition-button {
    margin-top: 22px;
  }

  .deed7-property-consent {
    margin-top: 19px;
    padding: 14px;
  }

  .deed7-property-footer {
    padding: 32px 18px 0;
  }

  .deed7-property-footer .deed7-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .deed7-property-footer__brand {
    text-align: center;
  }

  .deed7-property-footer .deed7-site-footer__links {
    width: min(100%, 440px);
    margin: 0 auto;
    gap: 11px 22px;
  }

  .deed7-property-footer .deed7-site-footer__links a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.82rem;
  }

  .deed7-property-footer .deed7-compliance-footer {
    width: 100%;
    margin-top: 30px;
    padding-top: 24px;
    text-align: left;
  }
}

@media (max-width: 439px) {
  .deed7-acquisition-next ol {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .deed7-acquisition-next li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    justify-items: start;
    padding: 11px 12px;
    text-align: left;
  }

  .deed7-acquisition-next li strong {
    font-size: 0.76rem;
  }
}

@media (max-width: 360px) {
  .deed7-acquisition-main {
    width: min(100% - 14px, 700px);
  }

  .deed7-acquisition-step {
    padding-right: 14px;
    padding-left: 14px;
  }

  .deed7-property-consent {
    padding: 12px;
  }

  .deed7-property-consent label > span {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deed7-acquisition-step,
  .deed7-submit-spinner {
    animation: none;
  }

  .deed7-acquisition-progress__track span,
  .deed7-acquisition-button,
  .deed7-field input,
  .deed7-field select {
    transition: none;
  }

  .deed7-acquisition-button:hover:not(:disabled) {
    transform: none;
  }
}
