:root {
  --navy-950: #061728;
  --navy-900: #071e33;
  --navy-800: #0c2d49;
  --blue-700: #145272;
  --gold-500: #c89d4d;
  --gold-300: #e2c98e;
  --cream: #f4efe5;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #14212b;
  --muted: #60707c;
  --line: #dfe4e4;
  --shadow: 0 22px 70px rgba(6, 23, 40, 0.14);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

:focus-visible {
  outline: 3px solid #f0bd55;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-300);
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 730px;
  margin-bottom: 26px;
  color: var(--navy-950);
  font-size: clamp(3rem, 6vw, 5.65rem);
}

h1 em {
  color: var(--blue-700);
  font-weight: 500;
}

h2 {
  margin-bottom: 24px;
  color: var(--navy-950);
  font-size: clamp(2.4rem, 4.7vw, 4.35rem);
}

h3 {
  color: var(--navy-950);
  font-size: 1.35rem;
  line-height: 1.25;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  color: var(--navy-950);
  background: var(--gold-500);
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(200, 157, 77, 0.22);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  background: #d7ad5d;
  box-shadow: 0 14px 30px rgba(200, 157, 77, 0.3);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 12px 19px;
  font-size: 0.82rem;
}

.button-light {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button-light:hover {
  background: var(--cream);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 2px;
  color: var(--navy-900);
  border-bottom: 1px solid currentColor;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 250, 246, 0.93);
  border-bottom: 1px solid rgba(7, 30, 51, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: grid;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  place-items: center;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
}

.site-nav > a:not(.button) {
  color: #263947;
  font-size: 0.84rem;
  font-weight: 700;
}

.site-nav > a:not(.button):hover {
  color: var(--blue-700);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(7, 30, 51, 0.15);
  border-radius: 50%;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: var(--navy-900);
  border-radius: 99px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  background:
    radial-gradient(circle at 8% 7%, rgba(226, 201, 142, 0.2), transparent 25%),
    linear-gradient(135deg, #fbfaf6 0%, #f7f4ec 100%);
}

.hero::before {
  position: absolute;
  top: -300px;
  right: -250px;
  width: 670px;
  height: 670px;
  background: rgba(20, 82, 114, 0.06);
  border: 1px solid rgba(20, 82, 114, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 655px;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-points {
  display: grid;
  margin: 52px 0 0;
  padding: 26px 0 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(7, 30, 51, 0.12);
  list-style: none;
}

.hero-points li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  padding-right: 18px;
}

.hero-points li + li {
  padding-left: 20px;
  border-left: 1px solid rgba(7, 30, 51, 0.12);
}

.hero-points strong {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.hero-points span {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.hero-photo-wrap {
  position: relative;
  max-width: 465px;
  margin-left: auto;
}

.hero-photo-wrap::before {
  position: absolute;
  inset: -18px 22px 22px -18px;
  z-index: -1;
  background: var(--gold-500);
  border-radius: 210px 210px 28px 28px;
  content: "";
}

.hero-photo {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 210px 210px 28px 28px;
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  right: -34px;
  bottom: 38px;
  display: flex;
  width: min(330px, 85%);
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--navy-900);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(6, 23, 40, 0.32);
}

.hero-badge > span:last-child {
  display: flex;
  flex-direction: column;
  font-size: 0.73rem;
  line-height: 1.45;
}

.hero-badge strong {
  color: var(--gold-300);
  font-size: 0.88rem;
}

.badge-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 50%;
  font-weight: 900;
}

.hero-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy-900) 0 60%, var(--gold-500) 60% 100%);
}

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

.heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: 1.2fr 0.75fr;
  align-items: end;
  gap: clamp(40px, 8vw, 110px);
}

.heading-split p:last-child {
  margin-bottom: 10px;
  color: var(--muted);
}

.benefits {
  background: var(--white);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.benefit-card {
  padding: 38px 34px 18px 0;
}

.benefit-card + .benefit-card {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.card-number {
  display: block;
  margin-bottom: 48px;
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.benefit-card h3 {
  margin-bottom: 12px;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 9vw, 120px);
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 30px 30px 150px 30px;
  box-shadow: var(--shadow);
}

.about-monogram {
  position: absolute;
  right: -20px;
  bottom: -22px;
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  color: var(--navy-900);
  background: var(--gold-500);
  border: 9px solid var(--cream);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.about-copy {
  max-width: 585px;
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.lead-copy {
  color: var(--ink) !important;
  font-size: 1.18rem;
}

.about-copy > p.professional-registration {
  margin: -8px 0 24px;
  color: var(--navy-900);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.about-note {
  margin: 34px 0 0;
  padding: 22px 0 22px 24px;
  color: var(--navy-900);
  border-left: 3px solid var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.27rem;
  line-height: 1.45;
}

.services {
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-950);
}

.services-heading h2 {
  color: var(--white);
}

.services-heading > p:last-child {
  max-width: 600px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover img {
  transform: scale(1.035);
}

.service-featured img {
  object-position: center 36%;
}

.service-senior img {
  object-position: center center;
}

.service-photo:nth-of-type(3) img {
  object-position: center center;
}

.service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, transparent 30%, rgba(6, 23, 40, 0.92) 100%);
}

.service-overlay > span,
.service-index {
  display: inline-block;
  margin-bottom: auto;
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
}

.service-overlay h3 {
  max-width: 480px;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.65rem;
}

.service-overlay p {
  max-width: 480px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.service-copy-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 157, 77, 0.19), transparent 33%),
    var(--navy-800);
}

.service-copy-card h3 {
  max-width: 480px;
  margin-top: auto;
  margin-bottom: 14px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.service-copy-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-tags span {
  padding: 7px 12px;
  color: var(--gold-300);
  border: 1px solid rgba(226, 201, 142, 0.3);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.process {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(60px, 10vw, 135px);
}

.process-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  padding: 34px 0;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list > li > span {
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.regions {
  padding-top: 28px;
  background: var(--white);
}

.regions-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.15fr 0.85fr;
  color: rgba(255, 255, 255, 0.75);
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 157, 77, 0.18), transparent 35%),
    var(--navy-900);
  border-radius: var(--radius-lg);
}

.regions-card::after {
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(226, 201, 142, 0.16);
  border-radius: 50%;
  content: "";
}

.regions-copy,
.regions-cta {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 7vw, 76px);
}

.regions-copy h2 {
  max-width: 650px;
  color: var(--white);
}

.regions-copy ul {
  display: flex;
  margin: 34px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.regions-copy li {
  padding: 8px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.78rem;
}

.regions-cta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.045);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.regions-cta > p {
  max-width: 330px;
  margin-bottom: 22px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.35;
}

.phone-label {
  margin-top: 28px;
  color: var(--gold-300);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.phone {
  margin-top: 2px;
  color: var(--white);
  font-size: 1.16rem;
  font-weight: 700;
}

.final-cta {
  padding: 94px 0;
  background: var(--cream);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.final-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 64px 0 28px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 60px;
}

.footer-brand {
  display: block;
  padding: 12px;
  background: var(--white);
  border-radius: 12px;
}

.footer-brand img {
  width: 100%;
  height: auto;
  aspect-ratio: 1500 / 638;
  object-fit: contain;
}

.footer-contact {
  max-width: 420px;
}

.footer-contact p {
  margin-bottom: 0;
}

.footer-contact p + p {
  margin-top: 14px;
}

.footer-contact strong {
  color: var(--white);
}

.footer-contact a {
  color: var(--gold-300);
  overflow-wrap: anywhere;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-links {
  display: flex;
  gap: 26px;
}

.footer-links a:hover {
  color: var(--gold-300);
}

.footer-bottom {
  display: flex;
  margin-top: 54px;
  padding-top: 25px;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 95;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 8px 17px 8px 8px;
  color: #07391d;
  background: #65d985;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(6, 23, 40, 0.3);
  font-size: 0.78rem;
}

.whatsapp-float span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: #168b43;
  border-radius: 50%;
  font-size: 0.63rem;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-delay-short {
  transition-delay: 0.08s;
}

.reveal-delay {
  transition-delay: 0.16s;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 32px, 760px);
  }

  .site-nav {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 32px 20px;
    background: var(--paper);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a:not(.button) {
    padding: 13px 6px;
    font-size: 1.1rem;
  }

  .site-nav .button {
    margin-top: 10px;
  }

  .menu-button {
    display: flex;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding-top: 54px;
  }

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

  .hero-photo-wrap {
    max-width: 620px;
    margin: 10px auto 0;
  }

  .hero-photo {
    height: 620px;
  }

  .heading-split,
  .about-grid,
  .process-grid,
  .regions-card {
    grid-template-columns: 1fr;
  }

  .heading-split {
    gap: 10px;
  }

  .about-image img {
    height: 540px;
  }

  .process-intro {
    position: static;
  }

  .regions-cta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 250px 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 28px);
    --radius-lg: 24px;
  }

  .section {
    padding: 78px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 58px;
    height: 58px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .site-nav {
    top: 76px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.35rem);
  }

  .hero {
    padding: 42px 0 58px;
  }

  .hero-grid {
    min-height: auto;
    gap: 64px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

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

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-points {
    gap: 0;
  }

  .hero-points li {
    padding-right: 9px;
  }

  .hero-points li + li {
    padding-left: 9px;
  }

  .hero-points strong {
    font-size: 1.3rem;
  }

  .hero-points span {
    font-size: 0.64rem;
  }

  .hero-photo-wrap::before {
    inset: -12px 12px 12px -12px;
  }

  .hero-photo {
    height: min(560px, 132vw);
  }

  .hero-badge {
    right: 10px;
    bottom: -26px;
    width: calc(100% - 20px);
  }

  .benefit-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card + .benefit-card {
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .benefit-grid {
    border-top: 0;
  }

  .card-number {
    margin-bottom: 24px;
  }

  .about-image img {
    height: 440px;
  }

  .about-monogram {
    right: -3px;
  }

  .service-card,
  .service-card img {
    min-height: 410px;
  }

  .service-copy-card {
    padding: 30px;
  }

  .service-overlay {
    padding: 26px;
  }

  .process-list li {
    grid-template-columns: 48px 1fr;
  }

  .regions-copy,
  .regions-cta {
    padding: 38px 25px;
  }

  .regions-copy ul {
    gap: 7px;
  }

  .final-cta {
    padding: 74px 0;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand {
    width: 250px;
  }

  .footer-links {
    grid-column: auto;
    flex-wrap: wrap;
  }

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

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
