:root {
  --navy: #10243b;
  --navy-deep: #08182a;
  --navy-black: #061321;
  --gold: #d7ad4a;
  --gold-light: #f1dd83;
  --ivory: #f6f1e7;
  --paper: #fffdf8;
  --ink: #142335;
  --muted: #6b7681;
  --line: rgba(16, 36, 59, 0.14);
  --green: #168b4b;
  --green-dark: #0f733c;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--navy-deep);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body,
button,
a {
  font-family: var(--sans);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(8, 24, 42, 0.92);
  border-bottom: 1px solid rgba(241, 221, 131, 0.16);
  display: grid;
  grid-template-columns: 130px 1fr auto;
  height: 86px;
  left: 0;
  padding: 7px max(24px, calc((100vw - var(--container)) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 82px;
}

.brand img {
  height: 68px;
  object-fit: contain;
  width: auto;
}

.site-header nav {
  display: flex;
  gap: clamp(20px, 3vw, 42px);
  justify-content: center;
}

.site-header nav a {
  color: rgba(246, 241, 231, 0.74);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-header nav a:hover {
  color: var(--gold-light);
}

.header-whatsapp {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 12px 18px;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.header-whatsapp:hover,
.whatsapp-button:hover,
.floating-whatsapp:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.whatsapp-dot {
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 6px;
  width: 6px;
}

.hero {
  background:
    linear-gradient(115deg, rgba(8, 24, 42, 0) 45%, rgba(17, 40, 64, 0.84)),
    radial-gradient(circle at 14% 12%, rgba(215, 173, 74, 0.1), transparent 28%),
    var(--navy-deep);
  color: var(--ivory);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  min-height: calc(100svh - 86px);
  overflow: hidden;
  padding: 70px max(24px, calc((100vw - var(--container)) / 2)) 56px;
  position: relative;
}

.hero::before {
  border-left: 1px solid rgba(215, 173, 74, 0.16);
  content: "";
  height: 52%;
  left: max(24px, calc((100vw - var(--container)) / 2));
  position: absolute;
  top: 24%;
}

.hero-glow {
  border: 1px solid rgba(215, 173, 74, 0.13);
  border-radius: 50%;
  height: 660px;
  position: absolute;
  right: -180px;
  top: -260px;
  width: 660px;
}

.hero-copy {
  align-self: center;
  max-width: 680px;
  padding-left: 34px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.99;
  margin-bottom: 26px;
  max-width: 780px;
}

.hero-lead {
  color: rgba(246, 241, 231, 0.76);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  margin-bottom: 19px;
  max-width: 650px;
}

.professional-id {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.whatsapp-button {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(6, 19, 33, 0.18);
  color: white;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.whatsapp-button > span:last-child {
  font-size: 18px;
}

.microcopy {
  color: rgba(246, 241, 231, 0.55);
  font-size: 11px;
  letter-spacing: 0.025em;
  margin: 16px 0 0;
}

.microcopy span {
  color: var(--gold);
  margin-inline: 5px;
}

.hero-portrait {
  align-self: end;
  height: min(76svh, 760px);
  justify-self: end;
  margin-bottom: -56px;
  max-width: 530px;
  min-height: 570px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-portrait::before {
  background: linear-gradient(90deg, var(--navy-deep), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-portrait::after {
  background: linear-gradient(0deg, var(--navy-deep), transparent 23%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.portrait-frame {
  border: 1px solid rgba(215, 173, 74, 0.4);
  border-bottom: 0;
  inset: 22px 22px 0 50px;
  position: absolute;
  z-index: 3;
}

.portrait-caption {
  bottom: 32px;
  color: rgba(246, 241, 231, 0.68);
  font-size: 10px;
  letter-spacing: 0.15em;
  margin: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
  z-index: 4;
}

.trust-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
}

.trust-strip p {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  font-family: var(--serif);
  font-size: 15px;
  gap: 10px;
  margin: 0;
  min-height: 76px;
  padding: 18px 24px;
}

.trust-strip p:first-child {
  border-left: 1px solid var(--line);
}

.trust-strip p span {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(215, 173, 74, 0.16);
  height: 5px;
  flex: 0 0 5px;
  width: 5px;
}

.section {
  padding: 112px max(24px, calc((100vw - var(--container)) / 2));
}

.light-section {
  background: var(--paper);
}

.ivory-section {
  background: var(--ivory);
}

.dark-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(215, 173, 74, 0.1), transparent 25%),
    var(--navy);
  color: var(--ivory);
}

.section-heading {
  margin-bottom: 52px;
  max-width: 810px;
}

.section-heading.narrow {
  margin-inline: auto;
  max-width: 720px;
  text-align: center;
}

.section-heading h2,
.lawyer-copy h2,
.final-cta h2,
.policy-panel h2 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 22px;
}

.dark-section .section-heading h2 {
  color: var(--ivory);
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.dark-section .section-heading > p:last-child {
  color: rgba(246, 241, 231, 0.68);
}

.card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 30px;
  position: relative;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.info-card:hover {
  border-color: rgba(215, 173, 74, 0.62);
  transform: translateY(-4px);
}

.card-number {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.info-card h3,
.step h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin: 44px 0 14px;
}

.info-card > p:last-child,
.step p,
.lawyer-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.centered-cta {
  margin-top: 44px;
  text-align: center;
}

.steps {
  border-top: 1px solid rgba(246, 241, 231, 0.16);
  margin-top: 26px;
}

.step {
  align-items: start;
  border-bottom: 1px solid rgba(246, 241, 231, 0.16);
  display: grid;
  gap: 38px;
  grid-template-columns: 70px 1fr;
  margin-inline: auto;
  max-width: 920px;
  padding: 30px 0;
}

.step > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
  padding-top: 2px;
}

.step h3 {
  color: var(--ivory);
  margin: 0 0 8px;
}

.step p {
  color: rgba(246, 241, 231, 0.64);
  margin: 0;
  max-width: 680px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 0.8fr;
  max-width: none;
}

.split-heading h2 {
  margin-bottom: 0;
}

.areas-grid {
  border-left: 1px solid rgba(16, 36, 59, 0.18);
  border-top: 1px solid rgba(16, 36, 59, 0.18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.areas-grid p {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(16, 36, 59, 0.18);
  border-right: 1px solid rgba(16, 36, 59, 0.18);
  display: flex;
  font-family: var(--serif);
  font-size: 17px;
  gap: 17px;
  margin: 0;
  min-height: 82px;
  padding: 18px 22px;
}

.areas-grid p span {
  color: #997629;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lawyer-section {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  min-height: 760px;
}

.lawyer-photo {
  background: var(--navy);
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.lawyer-photo::after {
  background:
    linear-gradient(0deg, rgba(8, 24, 42, 0.55), transparent 34%),
    linear-gradient(90deg, transparent 72%, var(--paper));
  content: "";
  inset: 0;
  position: absolute;
}

.lawyer-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  width: 100%;
}

.lawyer-copy {
  align-self: center;
  max-width: 690px;
  padding: 90px clamp(40px, 7vw, 120px);
}

.lawyer-role {
  color: var(--gold) !important;
  font-family: var(--serif);
  font-size: 20px !important;
  margin-bottom: 10px;
}

.lawyer-copy .professional-id {
  color: var(--navy);
  margin-bottom: 26px;
}

.credentials {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 30px 0;
  padding: 18px 0;
}

.credentials li {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 0 7px 20px;
  position: relative;
  text-transform: uppercase;
}

.credentials li::before {
  color: var(--gold);
  content: "•";
  left: 0;
  position: absolute;
}

.faq-section {
  background: #edf0f2;
}

.faq-list {
  margin-inline: auto;
  max-width: 920px;
}

.faq-list details {
  border-bottom: 1px solid rgba(16, 36, 59, 0.2);
}

.faq-list details:first-child {
  border-top: 1px solid rgba(16, 36, 59, 0.2);
}

.faq-list summary {
  align-items: center;
  color: var(--navy);
  cursor: pointer;
  display: grid;
  font-family: var(--serif);
  font-size: 21px;
  gap: 18px;
  grid-template-columns: 34px 1fr 24px;
  list-style: none;
  min-height: 82px;
  padding: 18px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #997629;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
}

.faq-list summary i {
  font-family: var(--sans);
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  color: var(--muted);
  line-height: 1.75;
  margin: -4px 42px 28px 52px;
  max-width: 740px;
}

.final-cta {
  align-items: center;
  background:
    radial-gradient(circle at 18% 45%, rgba(215, 173, 74, 0.15), transparent 28%),
    var(--navy-deep);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  padding: 110px 24px;
  text-align: center;
}

.final-cta h2 {
  color: var(--ivory);
  max-width: 800px;
}

.final-cta > p:not(.eyebrow) {
  color: rgba(246, 241, 231, 0.68);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 630px;
}

.final-cta small {
  color: rgba(246, 241, 231, 0.45);
  font-size: 10px;
  line-height: 1.5;
  margin-top: 22px;
  max-width: 560px;
}

footer {
  background: var(--navy-black);
  color: var(--ivory);
  padding: 62px max(24px, calc((100vw - var(--container)) / 2)) 32px;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 26px;
}

.footer-brand img {
  height: 90px;
  object-fit: contain;
  width: 116px;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.footer-brand p {
  color: rgba(246, 241, 231, 0.55);
  font-size: 11px;
  margin: 8px 0 0;
}

.footer-disclaimer {
  border-bottom: 1px solid rgba(246, 241, 231, 0.12);
  border-top: 1px solid rgba(246, 241, 231, 0.12);
  color: rgba(246, 241, 231, 0.55);
  font-size: 12px;
  line-height: 1.6;
  margin: 36px 0 0;
  padding: 22px 0;
}

.footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.footer-bottom p {
  color: rgba(246, 241, 231, 0.42);
  font-size: 11px;
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.footer-bottom button {
  background: none;
  border: 0;
  color: rgba(246, 241, 231, 0.62);
  cursor: pointer;
  font-size: 11px;
  padding: 3px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.floating-whatsapp {
  align-items: center;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 10px 32px rgba(4, 15, 27, 0.26);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  padding: 13px 17px;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
  z-index: 45;
}

.mobile-label {
  display: none;
}

.policy-consent-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.policy-consent-actions button {
  background: #fff;
  border: 1px solid rgba(16, 36, 59, 0.2);
  border-radius: 999px;
  color: var(--navy);
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  min-height: 38px;
  padding: 9px 15px;
}

.policy-consent-actions .accept-button {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.consent-status {
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 18px;
}

.policy-overlay {
  align-items: center;
  background: rgba(4, 15, 27, 0.74);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100;
}

.policy-panel {
  background: var(--paper);
  border-radius: 4px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  max-height: min(760px, calc(100svh - 48px));
  max-width: 720px;
  overflow-y: auto;
  padding: 54px;
  position: relative;
  width: 100%;
}

.policy-panel h2 {
  font-size: 44px;
}

.policy-panel h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  margin: 28px 0 7px;
}

.policy-panel p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.policy-close {
  background: none;
  border: 0;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 32px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  right: 18px;
  top: 14px;
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: 95px 1fr auto;
  }

  .site-header nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: 1.08fr 0.92fr;
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(44px, 5.8vw, 60px);
  }

  .hero-portrait {
    min-height: 520px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip p:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .card-grid,
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lawyer-copy {
    padding-inline: 54px;
  }

}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 66px;
  }

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .site-header {
    grid-template-columns: 70px 1fr;
    height: 66px;
    padding: 4px 14px;
  }

  .brand {
    width: 58px;
  }

  .brand img {
    height: 54px;
  }

  .site-header nav {
    display: none;
  }

  .header-whatsapp {
    font-size: 11px;
    justify-self: end;
    min-height: 38px;
    padding: 9px 13px;
  }

  .hero {
    display: block;
    min-height: calc(100svh - 66px);
    padding: 30px 18px 24px;
  }

  .hero::before {
    height: 38%;
    left: 18px;
    top: 28px;
  }

  .hero-glow {
    height: 420px;
    right: -280px;
    top: 150px;
    width: 420px;
  }

  .hero-copy {
    max-width: 600px;
    padding-left: 18px;
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 0.98;
    margin-bottom: 15px;
    max-width: 570px;
  }

  .hero-lead {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
    max-width: 520px;
    padding-right: min(33vw, 140px);
  }

  .professional-id {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .hero .whatsapp-button {
    font-size: 12px;
    min-height: 46px;
    padding: 11px 16px;
    position: relative;
    z-index: 4;
  }

  .microcopy {
    font-size: 9px;
    line-height: 1.45;
    margin-top: 10px;
    max-width: 62%;
  }

  .hero-portrait {
    bottom: 0;
    height: 53%;
    margin: 0;
    max-width: 310px;
    min-height: 0;
    position: absolute;
    right: -30px;
    width: 55%;
  }

  .hero-portrait::before {
    background: linear-gradient(90deg, var(--navy-deep), transparent 44%);
  }

  .hero-portrait::after {
    background: linear-gradient(0deg, var(--navy-deep), transparent 38%);
  }

  .hero-portrait img {
    object-position: center top;
  }

  .portrait-frame {
    display: none;
  }

  .portrait-caption {
    display: none;
  }

  .trust-strip {
    padding-inline: 16px;
  }

  .trust-strip p {
    font-size: 12px;
    min-height: 64px;
    padding: 14px;
  }

  .section {
    padding: 78px 18px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .lawyer-copy h2,
  .final-cta h2 {
    font-size: clamp(35px, 9.5vw, 48px);
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
    padding: 24px;
  }

  .info-card h3 {
    margin-top: 24px;
  }

  .whatsapp-button {
    font-size: 12px;
    padding-inline: 18px;
  }

  .step {
    gap: 18px;
    grid-template-columns: 44px 1fr;
  }

  .step > span {
    font-size: 18px;
  }

  .split-heading {
    display: block;
  }

  .split-heading > p {
    margin-top: 20px;
  }

  .areas-grid {
    grid-template-columns: 1fr;
  }

  .areas-grid p {
    min-height: 68px;
  }

  .lawyer-section {
    display: block;
  }

  .lawyer-photo {
    min-height: 480px;
  }

  .lawyer-photo::after {
    background: linear-gradient(0deg, var(--paper), transparent 26%);
  }

  .lawyer-copy {
    margin-top: -10px;
    padding: 40px 18px 78px;
    position: relative;
  }

  .faq-list summary {
    font-size: 17px;
    gap: 10px;
    grid-template-columns: 26px 1fr 20px;
  }

  .faq-list details > p {
    font-size: 14px;
    margin: -2px 20px 26px 36px;
  }

  .final-cta {
    padding: 84px 18px;
  }

  footer {
    padding: 50px 18px 26px;
  }

  .footer-brand {
    align-items: start;
  }

  .footer-brand img {
    height: 72px;
    width: 92px;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom div {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .floating-whatsapp {
    border-radius: 0;
    bottom: 0;
    font-size: 13px;
    justify-content: center;
    left: 0;
    min-height: calc(58px + env(safe-area-inset-bottom));
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    right: 0;
    width: 100%;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .policy-overlay {
    align-items: flex-end;
    padding: 10px 10px calc(70px + env(safe-area-inset-bottom));
  }

  .policy-panel {
    max-height: calc(100svh - 92px);
    padding: 42px 22px 30px;
  }

  .policy-panel h2 {
    font-size: 36px;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(32px, 9.7vw, 38px);
  }

  .hero-lead {
    font-size: 12px;
    padding-right: 22vw;
  }

  .hero-portrait {
    height: 49%;
    right: -48px;
    width: 58%;
  }

  .microcopy {
    max-width: 68%;
  }

  .trust-strip p {
    font-size: 11px;
    padding: 11px;
  }
}

@media (max-height: 700px) and (max-width: 768px) {
  .hero {
    min-height: 630px;
  }

  .hero-portrait {
    height: 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


[hidden] {
  display: none !important;
}

@media print {
  .site-header,
  .floating-whatsapp {
    display: none !important;
  }
}
