:root {
  --navy: #06263d;
  --navy-dark: #021827;
  --gold: #c99a3d;
  --gold-light: #e3bf78;
  --cream: #f7f1e7;
  --ivory: #fffdf8;
  --text: #1f2933;
  --muted: #6b7280;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 0.95);
  --border: rgba(6, 38, 61, 0.1);
  --border-light: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 24px 60px rgba(6, 38, 61, 0.08);
  --shadow-dark: 0 24px 60px rgba(2, 24, 39, 0.45);
  --radius-xl: 32px;
  --radius-lg: 28px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: 1280px;
  --header-height: 76px;
  --check-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C99A3D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(227, 191, 120, 0.14), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e8 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

::selection {
  background: rgba(201, 154, 61, 0.22);
  color: var(--navy);
}

.icon-svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.section-shell {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 1rem;
}

.section-shell,
.hero__grid > *,
.cards-grid > *,
.trust-band__grid > *,
.second-chance__grid > *,
.about-grid > *,
.process-top > *,
.contact-grid > *,
.split-grid > *,
.practice-grid > *,
.process-cards > *,
.footer-grid > * {
  min-width: 0;
}

.page-shell {
  padding: 0 0 4rem;
}

.heading-font,
h1,
h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.02em;
}

.section-heading {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.1;
  color: var(--navy);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.32rem 0.78rem;
  border-radius: 9999px;
  border: 1px solid rgba(201, 154, 61, 0.3);
  background: rgba(201, 154, 61, 0.1);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.card-surface {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.gold-divider {
  width: 5rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(201, 154, 61, 0),
    rgba(201, 154, 61, 1),
    rgba(201, 154, 61, 0)
  );
}

.spinner {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: currentColor;
  animation: spin 0.7s linear infinite;
}

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

[id] {
  scroll-margin-top: 6rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 38, 61, 0.95);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.brand {
  display: flex;
  min-width: 0;
  max-width: calc(100% - 7rem);
  align-items: center;
  gap: 0.75rem;
  color: var(--cream);
}

.brand > span:last-child {
  min-width: 0;
}

.brand__mark {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(201, 154, 61, 0.4);
  background: var(--navy-dark);
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
}

.brand__title,
.brand__subtitle {
  display: block;
}

.brand__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1;
}

.brand__subtitle {
  overflow: hidden;
  margin-top: 0.22rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}

.desktop-nav > a,
.desktop-nav > .nav-dropdown > button {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(247, 241, 231, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav button:hover,
.header-actions a:hover {
  color: var(--gold-light);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-dropdown__menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 20rem;
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown__menu a {
  display: block;
  border-radius: 1rem;
  padding: 0.82rem 1rem;
  color: rgba(247, 241, 231, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-dropdown__menu > div,
.nav-dropdown__menu {
  border-radius: 1.875rem;
}

.nav-dropdown__menu {
  padding-right: 0;
}

.nav-dropdown__menu[role="menu"],
.nav-dropdown__menu {
  padding-bottom: 0;
}

.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  border-radius: 1.875rem;
  border: 1px solid rgba(201, 154, 61, 0.15);
  background: rgba(2, 24, 39, 0.95);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.nav-dropdown__menu a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-light);
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.75rem;
}

.header-phone,
.header-instagram {
  color: rgba(247, 241, 231, 0.9);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.header-instagram {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 154, 61, 0.2);
}

.menu-toggle-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-button {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 154, 61, 0.3);
  background: transparent;
  color: var(--cream);
}

.mobile-panel {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.mobile-panel[hidden] {
  display: none;
}

.mobile-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.mobile-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-link,
.mobile-services-summary {
  display: block;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 500;
}

.mobile-link:hover,
.mobile-services-summary:hover,
.mobile-link:focus-visible {
  background: rgba(255, 255, 255, 0.05);
}

.mobile-services {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.mobile-services summary {
  list-style: none;
}

.mobile-services-summary {
  position: relative;
  padding-right: 2.8rem;
}

.mobile-services-summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid rgba(247, 241, 231, 0.9);
  border-bottom: 2px solid rgba(247, 241, 231, 0.9);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.mobile-services[open] .mobile-services-summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.mobile-services summary::-webkit-details-marker {
  display: none;
}

.mobile-services__list {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem 0.75rem;
}

.mobile-services__list a {
  border-radius: 0.8rem;
  padding: 0.65rem 0.75rem;
  color: rgba(247, 241, 231, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
}

.mobile-services__list a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.btn--primary {
  background: var(--navy);
  color: var(--cream);
}

.btn--primary:hover {
  background: var(--navy-dark);
}

.btn--gold {
  background: var(--gold);
  color: var(--navy);
}

.btn--gold:hover {
  background: var(--gold-light);
}

.btn--outline {
  border-color: rgba(6, 38, 61, 0.15);
  background: rgba(255, 255, 255, 0.85);
  color: var(--navy);
}

.btn--outline:hover {
  border-color: rgba(201, 154, 61, 0.4);
  color: var(--gold);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.btn--outline-light:hover {
  border-color: rgba(201, 154, 61, 0.4);
  color: var(--gold-light);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 38, 61, 0.1);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(201, 154, 61, 0.24), transparent 42%),
    radial-gradient(circle at right, rgba(6, 38, 61, 0.18), transparent 35%);
}

.hero {
  padding-top: 0.75rem;
}

.hero__grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hero__brand-line {
  margin-top: 0.25rem;
}

.hero__badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.hero__badge-wrap > div {
  min-width: 0;
}

.hero__logo-box {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(201, 154, 61, 0.3);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.hero__logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.65rem;
}

.hero__pretitle {
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero__pretitle-text--mobile {
  display: none;
}

.hero__title {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  overflow-wrap: anywhere;
  font-size: 2.25rem;
  line-height: 1.08;
  color: var(--navy);
  text-wrap: balance;
}

.hero__text {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.8);
  text-wrap: balance;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero__media {
  display: grid;
  gap: 1rem;
}

.media-frame,
.about-media,
.process-media {
  overflow: hidden;
  padding: 0.75rem;
}

.media-frame__inner,
.about-media__image,
.process-media__image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--cream);
}

.media-frame__inner img,
.about-media__image img,
.process-media__image img,
.image-stack__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame__inner img {
  object-position: 68% center;
}

.media-frame__overlay,
.image-stack__image::after,
.about-media__image::after,
.process-media__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(6, 38, 61, 0.7), transparent);
}

.about-media__image::after {
  background: linear-gradient(to top, rgba(6, 38, 61, 0.65), transparent 62%);
}

.process-media__image::after {
  background: linear-gradient(to top, rgba(6, 38, 61, 0.55), transparent 64%);
}

.image-stack__image::after {
  background: linear-gradient(to top, rgba(6, 38, 61, 0.72), transparent 58%);
}

.hero__aside {
  padding: 0 0.25rem;
}

.hero__instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
}

.hero__instagram-link:hover {
  color: var(--gold);
}

.hero__aside p {
  margin: 0.5rem 0 0;
  max-width: 26rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.65);
}

.trust-band {
  padding-bottom: 1.5rem;
}

.trust-band .content-card {
  padding: 1.25rem 1.25rem;
  border: 1px solid rgba(201, 154, 61, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

.trust-band__grid {
  display: grid;
  gap: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.trust-item__icon,
.feature-icon,
.small-icon,
.mini-icon,
.support-icon,
.faq-icon,
.process-icon,
.location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-item__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: rgba(201, 154, 61, 0.1);
  color: var(--gold);
}

.trust-item__label {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.section {
  padding: 4rem 0;
}

.section--compact {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.cards-grid {
  display: grid;
  gap: 1.5rem;
}

.service-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.5rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 154, 61, 0.35);
}

.service-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(201, 154, 61, 0.12);
  color: var(--gold);
}

.service-card h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1.6rem;
  line-height: 1.15;
  color: var(--navy);
}

.service-card p {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.75);
}

.service-card ul,
.icon-list,
.bullet-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.icon-list li,
.bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(31, 41, 51, 0.8);
}

.service-card li::before,
.bullet-list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  background: center / contain no-repeat var(--check-icon);
}

.service-card__footer {
  margin-top: auto;
  padding-top: 1.75rem;
}

.service-card__footer a {
  min-height: auto;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 600;
}

.service-card__footer a:hover {
  color: var(--gold);
  background: transparent;
}

.link-arrow {
  width: 1rem;
  height: 1rem;
}

.second-chance {
  padding: 2rem 0 2.5rem;
}

.second-chance__surface {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(201, 154, 61, 0.2);
  background:
    radial-gradient(circle at top right, rgba(201, 154, 61, 0.24), transparent 30%),
    var(--navy);
  padding: 2.5rem 1.5rem;
  color: var(--cream);
  box-shadow: var(--shadow-soft);
}

.second-chance__surface .eyebrow {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-light);
}

.second-chance__grid {
  display: grid;
  gap: 2.5rem;
}

.second-chance__title {
  margin: 1.5rem 0 0;
  overflow-wrap: anywhere;
  font-size: 1.875rem;
  line-height: 1.08;
  color: var(--cream);
}

.second-chance__text {
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(247, 241, 231, 0.78);
}

.highlight-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.highlight-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(2, 24, 39, 0.18);
}

.highlight-card__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.small-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1rem;
  background: rgba(201, 154, 61, 0.12);
  color: var(--gold-light);
}

.highlight-card p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--cream);
}

.image-stack {
  display: grid;
  gap: 1.25rem;
}

.image-stack__frame {
  overflow: hidden;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem;
  box-shadow: 0 24px 60px rgba(2, 24, 39, 0.22);
}

.image-stack__image {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
}

.image-stack__image img {
  object-position: 62% center;
}

.image-stack__cta {
  padding: 0.25rem;
}

.image-stack__cta .hero__actions {
  margin-top: 0;
}

.about-grid,
.process-top,
.contact-grid,
.split-grid,
.practice-grid {
  display: grid;
  gap: 2rem;
}

.about-media__image {
  min-height: 320px;
}

.about-media__image img {
  object-position: 60% center;
}

.about-section .about-card {
  padding: 1rem;
  border-color: rgba(201, 154, 61, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(6, 38, 61, 0.08);
}

.about-section .about-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

.about-section .about-media {
  padding: 0;
}

.about-section .about-media__image {
  min-height: 320px;
  height: 100%;
  border-radius: 1.5rem;
  background: var(--cream);
}

.about-section .about-media__image img {
  object-position: 55% center;
}

.about-section .about-media__image::after {
  background: linear-gradient(to top, rgba(6, 38, 61, 0.1), transparent 66%);
}

.about-section .about-content {
  min-width: 0;
  padding: 0.4rem 0.2rem 0.2rem;
}

.about-section .about-content__title {
  margin-top: 1rem;
}

.about-section .about-content__intro {
  margin: 1rem 0 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.78);
}

.about-section .about-points-grid {
  display: grid;
  gap: 1.35rem;
  margin-top: 1.85rem;
}

.about-section .about-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}

.about-section .about-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--navy);
  color: var(--gold-light);
}

.about-section .about-point__body {
  min-width: 0;
}

.about-section .about-point h3 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.25;
}

.about-section .about-point p {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
}

.process-media__image {
  min-height: 280px;
}

.process-media__image img {
  object-position: 32% center;
}

.content-card,
.contact-info,
.form-card,
.practice-column,
.process-panel {
  padding: 1.5rem;
}

.content-card p,
.content-card li,
.practice-column p,
.practice-column li,
.process-panel p,
.process-panel li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.78);
}

.content-card > p + p,
.practice-column > p + p {
  margin-top: 1rem;
}

.feature-list,
.support-list,
.step-list,
.faq-list,
.legal-text,
.support-grid,
.section-stack {
  display: grid;
  gap: 1.25rem;
}

.feature-row,
.support-row,
.faq-item,
.process-card,
.location-block {
  display: flex;
  gap: 1rem;
}

.mini-icon,
.support-icon,
.faq-icon,
.process-icon,
.location-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--navy);
  color: var(--gold-light);
}

.feature-row h3,
.support-row h3,
.process-card h3,
.faq-item h3,
.location-block h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1.1rem;
  color: var(--navy);
}

.feature-row p,
.support-row p,
.process-card p,
.faq-item p,
.location-block p {
  margin: 0.35rem 0 0;
}

.process-top > div:last-child {
  max-width: 48rem;
}

.process-steps-panel {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  overflow: hidden;
  border-color: rgba(201, 154, 61, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(6, 38, 61, 0.08);
}

.process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
  min-width: 0;
  padding: 1.35rem 1.25rem;
}

.process-step + .process-step {
  border-top: 1px solid rgba(201, 154, 61, 0.14);
}

.process-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(201, 154, 61, 0.22);
  background: rgba(247, 241, 231, 0.85);
  color: var(--navy);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.process-step__body {
  min-width: 0;
}

.process-step h3 {
  margin: 0;
  text-wrap: balance;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--navy);
}

.process-step p {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(31, 41, 51, 0.78);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card {
  padding: 1.5rem;
  border-color: rgba(201, 154, 61, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 52px rgba(6, 38, 61, 0.08);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__grid {
  display: grid;
  gap: 1.75rem;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__column {
  min-width: 0;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__title {
  margin: 1rem 0 0;
  font-size: 1.875rem;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__text {
  margin: 1rem 0 0;
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(31, 41, 51, 0.8);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-list {
  display: grid;
  gap: 0.95rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(31, 41, 51, 0.84);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.1rem;
  border-radius: 0.8rem;
  background: rgba(247, 241, 231, 0.92);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(201, 154, 61, 0.14);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(6, 38, 61, 0.1);
  background: var(--ivory);
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
}

body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__action {
  margin-top: 1.6rem;
}

.contact-info {
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  height: 100%;
}

.contact-info > p {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.8);
}

.form-card {
  height: 100%;
}

.help-box {
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(201, 154, 61, 0.15);
  background: rgba(247, 241, 231, 0.55);
  padding: 1rem;
}

.help-box p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.75);
}

.contact-links {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  overflow-wrap: anywhere;
  font-size: 0.875rem;
  color: var(--navy);
}

.contact-link .icon-svg {
  margin-top: 0.15rem;
  color: var(--gold);
}

.form-grid {
  display: grid;
  gap: 1.25rem;
}

.form-two {
  display: grid;
  gap: 1.25rem;
}

.field {
  display: block;
}

.field-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
}

.field-control {
  width: 100%;
  min-height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(6, 38, 61, 0.1);
  background: var(--ivory);
  padding: 0.75rem 1rem;
  color: var(--text);
  outline: 0;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

select.field-control {
  padding-right: 3rem;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(6, 38, 61, 0.62) 50%),
    linear-gradient(135deg, rgba(6, 38, 61, 0.62) 50%, transparent 50%);
  background-position:
    calc(100% - 1.35rem) calc(50% - 0.12rem),
    calc(100% - 0.95rem) calc(50% - 0.12rem);
  background-size: 0.45rem 0.45rem, 0.45rem 0.45rem;
  background-repeat: no-repeat;
}

textarea.field-control {
  min-height: 9rem;
  border-radius: 1.5rem;
}

.field-control:focus,
.checkbox-field input:focus,
.btn:focus-visible,
.icon-button:focus-visible,
.desktop-nav a:focus-visible,
.desktop-nav button:focus-visible,
.mobile-link:focus-visible,
.mobile-services__list a:focus-visible {
  border-color: rgba(201, 154, 61, 0.6);
  box-shadow: 0 0 0 4px rgba(201, 154, 61, 0.12);
}

.field-note {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(31, 41, 51, 0.55);
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(6, 38, 61, 0.1);
  background: rgba(255, 253, 248, 0.7);
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(31, 41, 51, 0.8);
}

.checkbox-field input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.checkbox-field a {
  margin-left: 0.2rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-status {
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  font-size: 0.875rem;
}

.form-status--success {
  background: #ecfdf5;
  color: #047857;
}

.form-status--error {
  background: #fef2f2;
  color: #b91c1c;
}

.page-hero {
  padding: 3.5rem 0;
}

.page-hero__inner {
  position: relative;
  max-width: 64rem;
}

.page-hero__title {
  margin: 1.5rem 0 0;
  overflow-wrap: anywhere;
  font-size: 2.25rem;
  line-height: 1.1;
  color: var(--navy);
}

.page-hero__text {
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.78);
}

.practice-section {
  padding: 3rem 0 4rem;
}

.practice-column h2 + p,
.legal-card .section-heading + p {
  margin-top: 1rem;
}

.icon-list .mini-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.75rem;
  background: var(--cream);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(201, 154, 61, 0.15);
}

.cta-block,
.help-box__action {
  margin-top: 1.5rem;
}

.cta-block {
  text-align: center;
}

.cta-block p {
  margin: 0 0 1rem;
}

.process-panel--light {
  border-color: rgba(201, 154, 61, 0.15);
  background: rgba(247, 241, 231, 0.7);
  color: var(--navy);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(6, 38, 61, 0.1);
  background: var(--ivory);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
}

.related-link:hover {
  border-color: rgba(201, 154, 61, 0.3);
  color: var(--gold);
}

.service-practice-page .practice-section {
  padding: 3rem 0 1.5rem;
}

.service-practice-page .practice-layout {
  display: grid;
  gap: 2rem;
}

.service-practice-page .practice-layout > * {
  min-width: 0;
}

.service-practice-page .practice-main-card,
.service-practice-page .practice-side-card,
.service-practice-page .practice-related-card {
  padding: 1.5rem;
}

.service-practice-page .practice-main-card {
  display: grid;
  gap: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.service-practice-page .practice-block {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.service-practice-page .practice-block__title {
  margin: 0;
  font-size: 1.875rem;
}

.service-practice-page .practice-icon-list,
.service-practice-page .practice-check-list,
.service-practice-page .practice-process-list,
.service-practice-page .practice-faq-list {
  margin-top: 1.5rem;
}

.service-practice-page .practice-icon-list {
  display: grid;
  gap: 1rem;
}

.service-practice-page .practice-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.8);
}

.service-practice-page .practice-icon-list .mini-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.8rem;
  background: var(--cream);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(201, 154, 61, 0.15);
}

.service-practice-page .practice-check-list,
.service-practice-page .practice-process-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.service-practice-page .practice-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.8);
}

.service-practice-page .practice-check-list .icon-svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.32rem;
  flex-shrink: 0;
  color: var(--gold);
}

.service-practice-page .practice-callout {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 154, 61, 0.18);
}

.service-practice-page .practice-callout p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.8);
}

.service-practice-page .practice-action {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 1.25rem;
}

.service-practice-page .practice-aside {
  display: grid;
  gap: 1.5rem;
}

.service-practice-page .practice-side-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
}

.service-practice-page--civil .practice-main-card,
.service-practice-page--balanced .practice-main-card {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.service-practice-page--civil .practice-block,
.service-practice-page--balanced .practice-block {
  min-height: 0;
}

.service-practice-page--civil .practice-block--help,
.service-practice-page--balanced .practice-block--help {
  justify-content: flex-start;
}

.service-practice-page--civil .practice-callout,
.service-practice-page--balanced .practice-callout {
  margin-top: 1.5rem;
  padding-top: 0.9rem;
}

.service-practice-page--civil .practice-aside,
.service-practice-page--balanced .practice-aside {
  gap: 1.35rem;
}

.service-practice-page--civil .practice-side-card--process,
.service-practice-page--balanced .practice-side-card--process {
  height: auto;
}

.practice-page--sevilla .practice-grid {
  align-items: stretch;
}

.practice-page--sevilla .practice-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.practice-page--sevilla .cta-block {
  margin-top: auto;
}

.service-practice-page .practice-side-card--tint {
  border-color: rgba(201, 154, 61, 0.15);
  background: rgba(247, 241, 231, 0.72);
}

.service-practice-page .practice-side-card__eyebrow {
  display: inline-block;
}

.service-practice-page .practice-side-card__title {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--navy);
}

.service-practice-page .practice-process-list {
  margin-top: 1.4rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.88);
}

.service-practice-page .practice-process-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.service-practice-page .practice-process-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.15rem;
  border-radius: 0.75rem;
  background: rgba(6, 38, 61, 0.08);
  color: var(--navy);
}

.service-practice-page .practice-faq-list {
  margin-top: 1.4rem;
  display: grid;
  gap: 1.25rem;
}

.service-practice-page .practice-faq-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.service-practice-page .practice-faq-item + .practice-faq-item {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(6, 38, 61, 0.08);
}

.service-practice-page .practice-faq-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.15rem;
  border-radius: 0.75rem;
  background: rgba(247, 241, 231, 0.9);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(201, 154, 61, 0.14);
}

.service-practice-page .practice-faq-item__body {
  min-width: 0;
}

.service-practice-page .practice-faq-item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--navy);
}

.service-practice-page .practice-faq-item p {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(31, 41, 51, 0.78);
}

.service-practice-page .practice-related-section {
  padding: 1rem 0 4rem;
}

.service-practice-page .practice-related-card__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--navy);
}

.service-practice-page .related-links {
  margin-top: 1.5rem;
  gap: 0.75rem;
}

.service-practice-page .related-link {
  align-items: center;
}

.service-practice-page .related-link .icon-svg {
  width: 1rem;
  height: 1rem;
}

.breadcrumbs {
  display: none;
}

.legal-card {
  max-width: 64rem;
  margin: 3rem auto 0;
  padding: 2rem;
}

.legal-text {
  margin-top: 2rem;
}

.legal-text p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 2;
  color: rgba(31, 41, 51, 0.76);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy-dark);
  color: var(--cream);
}

.site-footer__inner {
  padding: 3.9rem 0 3.4rem;
}

.footer-grid {
  display: grid;
  gap: 2.9rem 2.5rem;
  align-items: start;
}

.footer-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.footer-column {
  min-width: 0;
}

.footer-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(247, 241, 231, 0.75);
}

.footer-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  overflow-wrap: anywhere;
}

.footer-list a:hover {
  color: var(--gold-light);
}

.footer-link {
  min-width: 0;
}

.footer-link .icon-svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  color: var(--gold-light);
}

.footer-list--contact,
.footer-list--links {
  row-gap: 0.85rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand .brand__title {
  font-size: 1.25rem;
}

.footer-brand .brand__subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
}

.footer-brand__mark {
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(201, 154, 61, 0.3);
  background: var(--navy);
}

.footer-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
}

.footer-note {
  margin-top: 1.35rem;
  max-width: 28rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(247, 241, 231, 0.72);
}

.floating-whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 5.75rem;
  z-index: 40;
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.floating-whatsapp:hover {
  transform: scale(1.05);
}

.mobile-actions {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.mobile-actions .btn {
  width: 100%;
  box-shadow: var(--shadow-soft);
}

.mobile-actions .btn--whatsapp {
  background: #25d366;
  color: #fff;
}

.desktop-only {
  display: none;
}

.logo-fill {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.logo-fill img {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  border: 1px solid rgba(201, 154, 61, 0.2);
  background: var(--cream);
  object-fit: contain;
  padding: 0.65rem;
  box-shadow: 0 2px 10px rgba(6, 38, 61, 0.06);
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: clip;
  }

  .site-header {
    z-index: 5000;
  }

  main {
    padding-bottom: 5.75rem;
  }

  .section-shell {
    padding: 0 0.9rem;
  }

  .site-header__inner {
    gap: 0.5rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .brand {
    max-width: calc(100% - 8rem);
    gap: 0.6rem;
  }

  .brand__title {
    font-size: 1rem;
  }

  .brand__subtitle {
    letter-spacing: 0.14em;
  }

  .menu-toggle-group {
    gap: 0.35rem;
    position: relative;
    z-index: 5001;
  }

  .icon-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero {
    padding-top: 0.4rem;
  }

  .hero__grid {
    grid-template-areas:
      "brand"
      "media"
      "content"
      "actions"
      "aside";
    gap: 1.15rem;
    padding-top: 0.85rem;
    padding-bottom: 1.25rem;
  }

  .hero__grid > div:first-child,
  .hero__media {
    display: contents;
  }

  .hero__brand-line {
    grid-area: brand;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0.15rem 0.45rem 0 0.1rem;
    overflow: visible;
  }

  .hero__media .media-frame {
    grid-area: media;
    margin: 0;
    padding: 0.45rem 0.75rem 0.45rem 0.45rem;
  }

  .hero__text {
    grid-area: content;
  }

  .hero__actions {
    grid-area: actions;
  }

  .hero__media .hero__aside {
    grid-area: aside;
    margin-top: 0.1rem;
    padding: 0 0.75rem 0 0.35rem;
  }

  .hero__brand-line {
    margin-top: 0;
  }

  .hero__badge-wrap {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0.9rem;
    border-radius: 1.35rem;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: 0 14px 30px rgba(6, 38, 61, 0.08);
  }

  .hero__logo-box {
    width: 3.95rem;
    height: 3.95rem;
    border-radius: 1.2rem;
    flex-shrink: 0;
  }

  .hero__pretitle {
    font-size: 0.76rem;
    line-height: 1.38;
    letter-spacing: 0.16em;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero__pretitle-text--desktop {
    display: none;
  }

  .hero__pretitle-text--mobile {
    display: inline;
  }

  .hero__title {
    display: none;
  }

  .hero__text {
    margin-top: 0;
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.66;
    text-wrap: pretty;
  }

  .hero__actions {
    margin-top: 1.35rem;
  }

  .hero__actions .btn {
    min-height: 3.15rem;
  }

  .media-frame__inner {
    min-height: clamp(235px, 68vw, 340px);
    border-radius: 1.35rem;
  }

  .media-frame__inner img {
    object-position: 64% center;
  }

  .trust-band {
    padding-bottom: 1rem;
  }

  .trust-band .content-card {
    padding: 1rem;
  }

  .trust-band__grid {
    gap: 0.85rem;
  }

  .trust-item {
    gap: 0.75rem;
  }

  .trust-item__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.9rem;
  }

  .trust-item__label {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .section--compact {
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
  }

  .cards-grid {
    gap: 1rem;
  }

  .service-card {
    padding: 1.25rem;
  }

  .service-card__header {
    gap: 0.85rem;
  }

  .feature-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.9rem;
  }

  .service-card h3 {
    font-size: 1.45rem;
  }

  .service-card p,
  .service-card li {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .service-card ul {
    gap: 0.65rem;
    margin-top: 1.2rem;
  }

  .service-card__footer {
    padding-top: 1.25rem;
  }

  .second-chance {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .second-chance__surface {
    padding: 0.95rem;
  }

  .second-chance__grid {
    grid-template-areas:
      "media"
      "content"
      "cta";
    gap: 1rem;
  }

  .second-chance__grid > div:first-child {
    grid-area: content;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .second-chance__title {
    margin-top: 1.1rem;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .second-chance__text {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .image-stack {
    display: contents;
  }

  .image-stack__frame {
    grid-area: media;
    margin: 0;
    padding: 0.6rem;
    border-radius: 1.7rem;
  }

  .image-stack__image {
    min-height: 260px;
    border-radius: 1.35rem;
  }

  .image-stack__image img {
    object-position: center 34%;
  }

  .image-stack__cta {
    grid-area: cta;
    padding: 0;
  }

  .image-stack__cta .hero__actions {
    margin-top: 0;
    gap: 0.65rem;
  }

  .image-stack__cta .hero__actions .btn {
    width: 100%;
    min-height: 3.1rem;
  }

  .highlight-grid {
    gap: 0.85rem;
    margin-top: 1.5rem;
  }

  .highlight-card {
    padding: 1rem;
  }

  .small-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.85rem;
  }

  .highlight-card p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .contact-info,
  .form-card {
    padding: 1.25rem;
  }

  .contact-links {
    gap: 0.85rem;
    margin-top: 1.5rem;
  }

  .contact-link {
    gap: 0.65rem;
    font-size: 0.84rem;
  }

  .mobile-actions {
    grid-template-columns: 1fr;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .mobile-actions .btn {
    min-height: 3.2rem;
  }

  .mobile-actions .btn--whatsapp {
    display: none;
  }

  .floating-whatsapp {
    right: 1rem;
    bottom: 5.1rem;
    width: 3.15rem;
    height: 3.15rem;
  }

  .mobile-panel {
    position: fixed;
    top: var(--mobile-panel-top, var(--header-height));
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(6, 38, 61, 0.98);
    box-shadow: 0 20px 50px rgba(2, 24, 39, 0.35);
    padding-top: 0.2rem;
  }

  .mobile-panel__inner {
    min-height: calc(100dvh - var(--mobile-panel-top, var(--header-height)));
    padding-top: 0.9rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 480px) {
  .section-shell {
    padding: 0 0.75rem;
  }

  .brand {
    max-width: calc(100% - 6.2rem);
    gap: 0.5rem;
  }

  .brand__mark {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
  }

  .brand__title {
    font-size: 0.96rem;
  }

  .brand__subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .menu-toggle-group {
    gap: 0.28rem;
  }

  .icon-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero__badge-wrap {
    gap: 0.85rem;
    padding: 0.6rem 0.75rem;
  }

  .hero__pretitle {
    font-size: 0.68rem;
    letter-spacing: 0.13em;
  }

  .hero__logo-box {
    width: 3.35rem;
    height: 3.35rem;
  }

  .hero__text {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .trust-band .content-card {
    padding: 0.9rem;
  }

  .trust-item__label {
    font-size: 0.84rem;
  }

  .service-card {
    padding: 1.1rem;
  }

  .service-card h3 {
    font-size: 1.28rem;
  }

  .second-chance__title {
    font-size: 1.42rem;
  }

  .mobile-actions {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .floating-whatsapp {
    right: 0.8rem;
  }
}

@media (min-width: 640px) {
  .section-shell {
    padding: 0 1.5rem;
  }

  .brand {
    max-width: none;
  }

  .brand__mark,
  .footer-brand__mark {
    width: 3rem;
    height: 3rem;
  }

  .brand__title {
    font-size: 1.25rem;
  }

  .brand__subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
  }

  .section-heading {
    font-size: 2.25rem;
  }

  .hero__grid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero__badge-wrap {
    flex-direction: row;
    align-items: center;
  }

  .hero__logo-box {
    width: 4rem;
    height: 4rem;
    border-radius: 1.375rem;
  }

  .hero__title {
    font-size: 3rem;
  }

  .hero__text,
  .second-chance__text,
  .contact-info > p,
  .page-hero__text {
    font-size: 1.125rem;
    line-height: 1.8;
  }

  .hero__actions {
    flex-direction: row;
    align-items: center;
  }

  .hero__actions .btn,
  .image-stack__cta .btn {
    min-width: 12rem;
  }

  .media-frame__inner {
    min-height: 360px;
  }

  .trust-band .content-card,
  .content-card,
  .contact-info,
  .form-card,
  .practice-column,
  .process-panel {
    padding: 1.75rem;
  }

  .trust-band__grid,
  .highlight-grid,
  .form-two,
  .process-cards,
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .second-chance__title {
    font-size: 2.25rem;
  }

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

  .footer-brand .brand__title {
    font-size: 1.5rem;
  }

  .site-footer__inner {
    padding: 4rem 0 3.5rem;
  }

  .service-practice-page .practice-block,
  .service-practice-page .practice-side-card,
  .service-practice-page .practice-related-card {
    padding: 2rem;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card {
    padding: 2rem;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__title {
    font-size: 2.125rem;
  }

  .service-practice-page .practice-block__title {
    font-size: 2.25rem;
  }

  .service-practice-page .practice-related-card__title,
  .service-practice-page .practice-side-card__title {
    font-size: 1.625rem;
  }

  .about-section .about-card {
    padding: 1.25rem;
  }

  .about-section .about-grid {
    gap: 1.75rem;
  }

  .about-section .about-media__image {
    min-height: 380px;
  }

  .about-section .about-content {
    padding: 0.5rem 0.35rem 0.35rem;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 5rem 0;
  }

  .section--compact {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .floating-whatsapp {
    bottom: 1.5rem;
  }

  .mobile-actions {
    display: none;
  }

  .page-hero {
    padding: 3.5rem 0 4rem;
  }

  .page-hero__title {
    font-size: 3rem;
  }

  .split-grid,
  .support-grid,
  .two-text-columns,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-frame__inner img {
    object-position: 72% center;
  }

  .image-stack__image img {
    object-position: right center;
  }

  .process-media__image img {
    object-position: 38% center;
  }

  .about-section .about-card {
    padding: 1.5rem;
  }

  .about-section .about-media__image {
    min-height: 430px;
  }

  .about-section .about-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }

  .process-steps-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step {
    padding: 1.5rem 1.35rem;
  }

  .process-step + .process-step {
    border-top: 0;
  }

  .process-step:nth-child(2n) {
    border-left: 1px solid rgba(201, 154, 61, 0.14);
  }

  .process-step:nth-child(n + 3) {
    border-top: 1px solid rgba(201, 154, 61, 0.14);
  }

  .service-practice-page .practice-section {
    padding: 3.5rem 0 1.5rem;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-section {
    padding-top: 1.25rem;
    padding-bottom: 4.5rem;
  }

  .service-practice-page .practice-main-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .service-practice-page--civil .practice-main-card,
  .service-practice-page--balanced .practice-main-card {
    grid-template-columns: 1fr;
  }

  .service-practice-page .practice-related-section {
    padding: 1.25rem 0 4.5rem;
  }
}

@media (min-width: 1024px) {
  body {
    padding-top: calc(var(--header-height) + 1rem);
  }

  .section-shell {
    padding: 0 2rem;
  }

  .desktop-nav,
  .header-actions {
    display: flex;
  }

  .menu-toggle-group {
    display: none;
  }

  .hero {
    padding-top: 1rem;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  .hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    padding-bottom: 3.5rem;
  }

  .hero__actions {
    padding-right: 2.5rem;
  }

  .trust-band {
    padding-bottom: 3rem;
  }

  .trust-band__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-card {
    padding: 1.75rem;
  }

  .service-card h3 {
    font-size: 1.9rem;
  }

  .second-chance__surface {
    padding: 4rem 3.5rem;
  }

  .second-chance__grid,
  .about-grid,
  .practice-grid,
  .split-grid {
    align-items: center;
  }

  .second-chance__grid,
  .about-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .process-top {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }

  .contact-grid {
    grid-template-columns: 0.88fr 1.12fr;
    align-items: stretch;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card {
    padding: 2.5rem;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.25rem;
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__column--local {
    padding-left: 2.25rem;
    border-left: 1px solid rgba(201, 154, 61, 0.18);
  }

  body[data-page="ley-segunda-oportunidad"] .second-chance-detail-card__action {
    margin-top: 2rem;
  }

  .service-practice-page .practice-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 2rem;
    align-items: start;
  }

  .service-practice-page .practice-main-card {
    gap: 2rem;
  }

  .service-practice-page--civil .practice-main-card,
  .service-practice-page--balanced .practice-main-card {
    gap: 1.5rem;
  }

  .service-practice-page--civil .practice-layout,
  .service-practice-page--balanced .practice-layout {
    align-items: stretch;
  }

  .service-practice-page .practice-side-card {
    padding: 2rem;
  }

  .service-practice-page .practice-aside {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .service-practice-page--civil .practice-aside,
  .service-practice-page--balanced .practice-aside {
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .service-practice-page .practice-related-card {
    padding: 2.5rem;
  }

  .service-practice-page .practice-section {
    padding: 4rem 0 1.5rem;
  }

  .service-practice-page .practice-related-section {
    padding: 1.5rem 0 5rem;
  }

  .process-steps-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-step {
    padding: 1.6rem 1.4rem 1.7rem;
  }

  .process-step:nth-child(n) {
    border-top: 0;
  }

  .process-step:nth-child(n + 2) {
    border-left: 1px solid rgba(201, 154, 61, 0.14);
  }

  .process-step h3 {
    font-size: 1.1rem;
  }

  .practice-grid {
    grid-template-columns: 1fr 0.92fr;
  }

  .image-stack__image {
    min-height: 360px;
  }

  .about-media__image {
    min-height: 520px;
  }

  .process-media__image {
    min-height: 420px;
  }

  .contact-info,
  .form-card {
    padding: 2.5rem;
  }

  .site-footer__inner {
    padding: 4rem 0 3.65rem;
  }

  .footer-note {
    max-width: 28rem;
  }

  .footer-grid {
    grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
    column-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .desktop-only {
    display: block;
  }

  .about-section .about-card {
    padding: 1.5rem;
  }

  .about-section .about-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 2.25rem;
    align-items: stretch;
  }

  .about-section .about-media {
    display: flex;
  }

  .about-section .about-media__image {
    width: 100%;
    min-height: 100%;
  }

  .about-section .about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.85rem 0.4rem 0.85rem 0;
  }

  .about-section .about-content__intro {
    max-width: 36rem;
  }

  body[data-page="ley-segunda-oportunidad"] .page-shell {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .trust-band__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .process-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
