.jdo-page {
  overflow-x: clip;
  background: var(--paper);
}

.jdo-page .eyebrow {
  margin-bottom: 18px;
}

.jdo-topbar-item {
  width: auto !important;
  height: auto !important;
  background: none !important;
  white-space: nowrap;
}

.jdo-header .header-inner {
  gap: 28px;
}

.jdo-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  margin-left: auto;
}

.jdo-nav a {
  position: relative;
  padding-block: 30px;
  color: #444b50;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jdo-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 1px;
  background: var(--bronze);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.jdo-nav a:hover::after,
.jdo-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.jdo-header-cta {
  flex: 0 0 auto;
}

.jdo-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(72px, 8vw, 122px);
  background:
    radial-gradient(circle at 84% 24%, rgba(155, 129, 92, 0.12), transparent 28%),
    var(--ivory);
}

.jdo-hero-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(23, 32, 43, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 43, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to left, #000, transparent);
  pointer-events: none;
}

.jdo-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  min-height: 650px;
}

.jdo-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 86px;
}

.jdo-hero h1 {
  max-width: 790px;
  margin-bottom: 26px;
  font-family: var(--font-serif);
  font-size: clamp(58px, 6.4vw, 92px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.jdo-hero h1 em,
.jdo-explain h2 em,
.jdo-deadline h2 em,
.jdo-signals h2 em,
.jdo-documents h2 em,
.jdo-process h2 em,
.jdo-form-aside h2 em,
.jdo-attorney h2 em,
.jdo-faq h2 em {
  color: var(--bronze);
  font-weight: 500;
}

.jdo-hero-lead {
  max-width: 700px;
  margin-bottom: 34px;
  color: #4f5558;
  font-size: 17px;
  line-height: 1.8;
}

.jdo-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.jdo-hero-actions .button {
  min-width: 292px;
}

.jdo-assurances {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  padding: 0;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.jdo-assurances li {
  position: relative;
  padding-left: 15px;
}

.jdo-assurances li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bronze);
  content: "";
  transform: translateY(-50%);
}

.jdo-hero-visual {
  position: relative;
  align-self: end;
  min-height: 650px;
}

.jdo-portrait-wrap {
  position: absolute;
  right: -8%;
  bottom: 0;
  width: min(570px, 48vw);
  height: 100%;
  overflow: hidden;
}

.jdo-portrait-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--ivory) 0%, transparent 16%, transparent 84%, rgba(243, 241, 235, 0.18));
  content: "";
  pointer-events: none;
}

.jdo-portrait-wrap img {
  position: absolute;
  right: -4%;
  bottom: -14%;
  width: auto;
  max-width: none;
  height: 114%;
  object-fit: contain;
}

.jdo-hero-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 70px;
  width: min(330px, 88%);
  padding: 23px 26px;
  border-left: 3px solid var(--bronze);
  color: var(--white);
  background: rgba(23, 32, 43, 0.94);
  box-shadow: var(--shadow);
}

.jdo-hero-card span,
.jdo-hero-card strong {
  display: block;
}

.jdo-hero-card span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jdo-hero-card strong {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.jdo-notice {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  border-top: 1px solid rgba(23, 32, 43, 0.1);
  background: rgba(251, 250, 247, 0.82);
}

.jdo-notice > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  color: var(--bronze);
  font-family: var(--font-serif);
  font-size: 18px;
  font-style: italic;
}

.jdo-notice p {
  margin: 0;
  color: #555a5d;
  font-size: 13px;
  line-height: 1.6;
}

.jdo-explain {
  background: var(--paper);
}

.jdo-explain-grid,
.jdo-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.2fr);
  gap: clamp(60px, 9vw, 138px);
}

.jdo-sticky-heading {
  align-self: start;
  position: sticky;
  top: 132px;
}

.jdo-sticky-heading h2,
.jdo-documents h2,
.jdo-form-aside h2,
.jdo-attorney h2 {
  margin-bottom: 24px;
  font-family: var(--font-serif);
  font-size: clamp(43px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.jdo-sticky-heading > p:last-child,
.jdo-documents-copy > p,
.jdo-form-aside > p,
.jdo-attorney-copy > p {
  color: var(--muted);
  line-height: 1.8;
}

.jdo-question-list {
  border-top: 1px solid var(--line);
}

.jdo-question-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.jdo-question-list article > span {
  padding-top: 5px;
  color: var(--bronze);
  font-family: var(--font-serif);
  font-size: 18px;
}

.jdo-question-list h3 {
  margin-bottom: 7px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
}

.jdo-question-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.jdo-deadline {
  position: relative;
  overflow: hidden;
  padding-block: 108px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(17, 24, 32, 0.98), rgba(23, 32, 43, 0.9)),
    url("../images/fachada-juridica.jpg") center / cover;
}

.jdo-deadline::after {
  position: absolute;
  top: -160px;
  right: -80px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(200, 179, 146, 0.18);
  border-radius: 50%;
  content: "";
}

.jdo-deadline-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 148px);
}

.jdo-deadline h2,
.jdo-process h2 {
  max-width: 600px;
  font-family: var(--font-serif);
  font-size: clamp(46px, 5.2vw, 68px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.jdo-deadline-copy {
  color: rgba(255, 255, 255, 0.76);
}

.jdo-deadline-copy > p {
  margin-bottom: 18px;
}

.jdo-deadline-copy .jdo-legal-note {
  padding: 18px 20px;
  border-left: 2px solid var(--bronze);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
}

.jdo-deadline-copy a {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(200, 179, 146, 0.55);
  color: var(--bronze-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.jdo-signals {
  background: var(--white);
}

.jdo-signals .section-heading {
  max-width: 760px;
}

.jdo-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jdo-signal-grid article {
  min-height: 300px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jdo-signal-grid article:hover {
  position: relative;
  z-index: 1;
  border-color: var(--bronze-light);
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(17, 24, 32, 0.09);
  transform: translateY(-5px);
}

.jdo-signal-grid article > span {
  display: inline-block;
  margin-bottom: 55px;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jdo-signal-grid h3 {
  margin-bottom: 13px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}

.jdo-signal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.jdo-documents {
  background: var(--ivory);
}

.jdo-documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.jdo-security-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 22px 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.jdo-security-note strong {
  color: var(--bronze);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jdo-security-note p {
  margin: 0;
  color: #555a5d;
  font-size: 13px;
}

.jdo-document-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.jdo-document-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 23px 4px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
}

.jdo-document-list span {
  color: var(--bronze);
  font-size: 15px;
  font-weight: 500;
}

.jdo-process {
  padding-block: 105px;
  color: var(--white);
  background: var(--ink);
}

.jdo-process-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}

.jdo-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.jdo-process-grid article {
  min-height: 260px;
  padding: 30px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jdo-process-grid article > span {
  display: block;
  margin-bottom: 56px;
  color: var(--bronze-light);
  font-family: var(--font-serif);
  font-size: 18px;
}

.jdo-process-grid h3 {
  margin-bottom: 12px;
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
}

.jdo-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.jdo-form-section {
  background:
    radial-gradient(circle at 5% 15%, rgba(155, 129, 92, 0.11), transparent 24%),
    var(--paper);
}

.jdo-form-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.64fr) minmax(0, 1.36fr);
  align-items: start;
  gap: clamp(52px, 8vw, 116px);
}

.jdo-form-aside {
  position: sticky;
  top: 132px;
}

.jdo-form-promise {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.jdo-form-promise > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--bronze);
  font-size: 12px;
}

.jdo-form-promise p {
  margin: 0;
  color: #5e6264;
  font-size: 12px;
  line-height: 1.65;
}

.jdo-form-card {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 22px 70px rgba(17, 24, 32, 0.08);
}

.jdo-form-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding-bottom: 28px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.jdo-form-progress span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #969693;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jdo-form-progress b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 10px;
}

.jdo-form-progress span.is-active,
.jdo-form-progress span.is-complete {
  color: var(--ink);
}

.jdo-form-progress span.is-active b,
.jdo-form-progress span.is-complete b {
  border-color: var(--bronze);
  color: var(--white);
  background: var(--bronze);
}

.jdo-form-progress i {
  height: 1px;
  background: var(--line);
}

.jdo-form-step {
  padding: 0;
  border: 0;
  margin: 0;
}

.no-js .jdo-form-step,
.jdo-form-step.is-active {
  display: block;
}

.js .jdo-form-step:not(.is-active) {
  display: none;
}

.jdo-form-step > legend {
  width: 100%;
  padding: 0 0 30px;
  font-family: var(--font-serif);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.05;
}

.jdo-form-step > legend:focus {
  outline: none;
}

.jdo-form-step > legend span {
  display: block;
  margin-bottom: 8px;
  color: var(--bronze);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jdo-step-intro {
  margin: -12px 0 26px;
  color: #6b6f72;
  font-size: 13px;
  line-height: 1.65;
}

.jdo-choice-group {
  padding: 0;
  border: 0;
  margin: 0 0 26px;
}

.jdo-choice-group > legend {
  width: 100%;
  padding: 0 0 12px;
  color: #30363a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.jdo-choice-grid {
  display: grid;
  gap: 10px;
}

.jdo-choice-grid.three-options {
  grid-template-columns: repeat(3, 1fr);
}

.jdo-choice-grid.property-options {
  grid-template-columns: repeat(2, 1fr);
}

.jdo-choice-grid label {
  position: relative;
  cursor: pointer;
}

.jdo-choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jdo-choice-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid #d7d4ce;
  color: #666966;
  background: #fbfaf7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.jdo-choice-grid input:checked + span {
  border-color: var(--bronze);
  color: var(--ink);
  background: rgba(155, 129, 92, 0.13);
  box-shadow: inset 0 0 0 1px var(--bronze);
}

.jdo-choice-grid input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(155, 129, 92, 0.18);
}

.jdo-field-grid {
  display: grid;
  gap: 18px;
}

.jdo-field-grid.two-cols {
  grid-template-columns: 1fr 1fr;
}

.jdo-field-grid.three-cols {
  grid-template-columns: 1.15fr 1fr 0.72fr;
}

.jdo-field-grid.city-state {
  grid-template-columns: 1fr 110px;
}

.jdo-field {
  display: block;
  margin-bottom: 20px;
  color: #3e4448;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.jdo-field small,
.jdo-check-group small,
.jdo-consent small {
  color: #92928e;
  font-weight: 500;
}

.jdo-field input,
.jdo-field select,
.jdo-field textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #d8d3ca;
  border-radius: 0;
  margin-top: 8px;
  color: var(--ink);
  background: #fdfcf9;
  font: 500 14px/1.4 var(--font-sans);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.jdo-field textarea {
  min-height: 118px;
  resize: vertical;
}

.jdo-field input:focus,
.jdo-field select:focus,
.jdo-field textarea:focus {
  border-color: var(--bronze);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(155, 129, 92, 0.12);
}

.jdo-check-group {
  padding: 0;
  border: 0;
  margin: 2px 0 28px;
}

.jdo-check-group > legend {
  padding: 0 0 12px;
  color: #3e4448;
  font-size: 11px;
  font-weight: 600;
}

.jdo-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.jdo-check-grid label {
  position: relative;
  cursor: pointer;
}

.jdo-check-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jdo-check-grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: #626668;
  background: var(--paper);
  font-size: 10px;
  line-height: 1.3;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.jdo-check-grid input:checked + span {
  border-color: var(--bronze);
  color: var(--ink);
  background: rgba(155, 129, 92, 0.11);
}

.jdo-check-grid input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(155, 129, 92, 0.16);
}

.jdo-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  color: #575c5e;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.65;
}

.jdo-consent.optional {
  border-top: 1px solid #ece8e1;
}

.jdo-consent input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--bronze);
}

.jdo-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jdo-submit-note {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  margin: 16px 0 24px;
  color: #65696b;
  background: var(--ivory);
  font-size: 10px;
}

.jdo-submit-note p {
  margin: 0;
}

.jdo-step-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}

.jdo-step-actions.split {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.jdo-step-actions .button {
  min-width: 210px;
}

.jdo-step-actions .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.jdo-back-button {
  padding: 10px 0;
  border: 0;
  color: var(--muted);
  background: none;
  cursor: pointer;
  font: 600 10px/1 var(--font-sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.jdo-form-alert {
  padding: 18px 20px;
  border-left: 3px solid #a3473d;
  margin-bottom: 26px;
  color: #6d2d27;
  background: #fbefed;
  font-size: 12px;
}

.jdo-form-alert ul {
  padding-left: 18px;
  margin: 8px 0 0;
}

.jdo-attorney {
  background: var(--white);
}

.jdo-attorney-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.83fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(64px, 10vw, 150px);
}

.jdo-attorney-photo {
  position: relative;
  padding: 22px 0 0 22px;
}

.jdo-attorney-photo::before {
  position: absolute;
  inset: 0 22px 22px 0;
  border: 1px solid var(--bronze-light);
  content: "";
}

.jdo-attorney-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.jdo-attorney-lead {
  color: var(--ink) !important;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.4 !important;
}

.jdo-attorney dl {
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
}

.jdo-attorney dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.jdo-attorney dt {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jdo-attorney dd {
  margin: 0;
  font-size: 13px;
}

.jdo-faq {
  background: var(--ivory);
}

.jdo-accordion {
  border-top: 1px solid #cbc4b9;
}

.jdo-accordion details {
  border-bottom: 1px solid #cbc4b9;
}

.jdo-accordion summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  list-style: none;
}

.jdo-accordion summary::-webkit-details-marker {
  display: none;
}

.jdo-accordion summary span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  color: var(--bronze);
  font-family: var(--font-sans);
  font-size: 14px;
  transition: transform 180ms ease;
}

.jdo-accordion details[open] summary span {
  transform: rotate(45deg);
}

.jdo-accordion details p {
  max-width: 720px;
  padding: 0 56px 25px 0;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.jdo-final-cta {
  padding-block: 100px;
  text-align: center;
  color: var(--white);
  background: var(--ink-deep);
}

.jdo-final-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.jdo-final-inner h2 {
  max-width: 800px;
  margin-bottom: 32px;
  font-family: var(--font-serif);
  font-size: clamp(46px, 6vw, 70px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.jdo-footer .footer-main > p {
  max-width: 470px;
}

.jdo-legal-page {
  min-height: 70vh;
  padding-block: 92px 120px;
  background: var(--paper);
}

.jdo-legal-wrap {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}

.jdo-legal-wrap h1 {
  margin-bottom: 22px;
  font-family: var(--font-serif);
  font-size: clamp(50px, 7vw, 76px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.jdo-legal-intro {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 17px;
}

.jdo-legal-section {
  padding-top: 36px;
}

.jdo-legal-section h2 {
  margin-bottom: 13px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
}

.jdo-legal-section p,
.jdo-legal-section li {
  color: #555a5d;
  font-size: 14px;
  line-height: 1.8;
}

.jdo-legal-section a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jdo-thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 5%, rgba(155, 129, 92, 0.16), transparent 26%),
    linear-gradient(130deg, var(--ivory), var(--paper));
}

.jdo-thanks-main {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 48px);
  padding: 48px 20px;
}

.jdo-thanks-card {
  width: min(650px, 100%);
  padding: clamp(30px, 6vw, 62px);
  border: 1px solid var(--line);
  text-align: center;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(17, 24, 32, 0.11);
}

.jdo-thanks-card .brand {
  justify-content: center;
  margin-bottom: 42px;
  text-align: left;
}

.jdo-success-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto 22px;
  color: var(--white);
  background: var(--bronze);
  font-size: 24px;
}

.jdo-thanks-card h1 {
  max-width: 540px;
  margin: 0 auto 20px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 7vw, 60px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.jdo-thanks-card > p {
  color: var(--muted);
  font-size: 14px;
}

.jdo-protocol {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border: 1px dashed var(--bronze-light);
  margin: 30px 0;
  background: var(--ivory);
}

.jdo-protocol span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jdo-protocol strong {
  font-family: var(--font-serif);
  font-size: 31px;
  letter-spacing: 0.08em;
}

.jdo-whatsapp-button {
  width: min(100%, 340px);
}

.jdo-thanks-card .jdo-thanks-note {
  max-width: 440px;
  margin: 20px auto 0;
  font-size: 10px;
}

.jdo-thanks-footer {
  padding: 15px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.jdo-thanks-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jdo-page [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.jdo-page [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .jdo-nav {
    display: none;
  }

  .jdo-header-cta {
    margin-left: auto;
  }

  .jdo-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  }

  .jdo-hero h1 {
    font-size: clamp(58px, 7vw, 78px);
  }

  .jdo-signal-grid,
  .jdo-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .jdo-hero {
    padding-top: 68px;
  }

  .jdo-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .jdo-hero-copy {
    padding-bottom: 28px;
  }

  .jdo-hero-visual {
    min-height: 500px;
  }

  .jdo-portrait-wrap {
    right: 0;
    left: 0;
    width: 100%;
  }

  .jdo-portrait-wrap img {
    right: 50%;
    bottom: -15%;
    height: 115%;
    transform: translateX(50%);
  }

  .jdo-hero-card {
    right: 18px;
  }

  .jdo-explain-grid,
  .jdo-faq-grid,
  .jdo-deadline-grid,
  .jdo-documents-grid,
  .jdo-form-layout,
  .jdo-attorney-grid {
    grid-template-columns: 1fr;
  }

  .jdo-explain-grid,
  .jdo-faq-grid,
  .jdo-deadline-grid,
  .jdo-documents-grid,
  .jdo-form-layout,
  .jdo-attorney-grid {
    gap: 54px;
  }

  .jdo-sticky-heading,
  .jdo-form-aside {
    position: static;
  }

  .jdo-documents-grid {
    align-items: start;
  }

  .jdo-process-heading {
    align-items: start;
    flex-direction: column;
  }

  .jdo-attorney-photo {
    width: min(560px, 100%);
  }
}

@media (max-width: 660px) {
  .jdo-page .shell {
    width: min(100% - 32px, 1180px);
  }

  .jdo-page .section {
    padding-block: 82px;
  }

  .jdo-topbar-item:first-child,
  .jdo-header-cta {
    display: none;
  }

  .jdo-header .header-inner {
    min-height: 74px;
  }

  .jdo-header .brand-copy strong {
    font-size: 16px;
  }

  .jdo-hero {
    padding-top: 54px;
  }

  .jdo-hero h1 {
    font-size: clamp(50px, 15vw, 66px);
  }

  .jdo-hero-lead {
    font-size: 15px;
  }

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

  .jdo-hero-actions .button {
    min-width: 0;
    width: 100%;
  }

  .jdo-assurances {
    align-items: start;
    flex-direction: column;
  }

  .jdo-hero-visual {
    min-height: 430px;
  }

  .jdo-portrait-wrap img {
    bottom: -7%;
    height: 103%;
  }

  .jdo-hero-card {
    right: 0;
    bottom: 25px;
    width: 88%;
  }

  .jdo-notice {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .jdo-question-list article {
    grid-template-columns: 42px 1fr;
  }

  .jdo-deadline {
    padding-block: 82px;
  }

  .jdo-signal-grid,
  .jdo-process-grid {
    grid-template-columns: 1fr;
  }

  .jdo-signal-grid article,
  .jdo-process-grid article {
    min-height: 230px;
  }

  .jdo-signal-grid article > span,
  .jdo-process-grid article > span {
    margin-bottom: 34px;
  }

  .jdo-security-note {
    grid-template-columns: 1fr;
  }

  .jdo-document-list li {
    font-size: 20px;
  }

  .jdo-form-card {
    padding: 26px 18px;
  }

  .jdo-form-progress span {
    font-size: 0;
  }

  .jdo-form-progress span b {
    font-size: 10px;
  }

  .jdo-field-grid.two-cols,
  .jdo-field-grid.three-cols,
  .jdo-field-grid.city-state,
  .jdo-check-grid,
  .jdo-choice-grid.three-options,
  .jdo-choice-grid.property-options {
    grid-template-columns: 1fr;
  }

  .jdo-step-actions.split {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .jdo-step-actions .button {
    width: 100%;
  }

  .jdo-attorney dl div {
    grid-template-columns: 90px 1fr;
  }

  .jdo-accordion summary {
    font-size: 21px;
  }

  .jdo-legal-page {
    padding-block: 68px 90px;
  }

  .jdo-legal-wrap {
    width: min(100% - 32px, 820px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .jdo-page [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
