:root {
  --navy: #0b2447;
  --navy-2: #12345f;
  --blue: #1853e8;
  --blue-dark: #0f42c9;
  --coral: #cf542f;
  --coral-dark: #aa3d20;
  --cream: #fbf7f0;
  --cream-2: #f3eadf;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #16243a;
  --muted: #5f6670;
  --line: #e5dfd7;
  --shadow: 0 20px 50px rgba(21, 42, 77, 0.12);
  --soft-shadow: 0 8px 25px rgba(21, 42, 77, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

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

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--navy);
  border-radius: 8px;
}

.skip-link:focus {
  top: 12px;
}

.topbar {
  color: #f6f8fc;
  background: var(--navy);
  font-size: 0.82rem;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-links {
  display: flex;
  gap: 24px;
}

.topbar a {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.95);
  border-bottom: 1px solid rgba(229, 223, 215, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 230px;
  height: auto;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 0.92rem;
}

.main-nav a {
  text-decoration: none;
  padding-block: 10px;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switch {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
}

.language-switch button {
  appearance: none;
  padding: 2px;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.language-switch button.active,
.language-switch button:hover,
.language-switch button:focus-visible {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  color: white;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(21, 42, 77, 0.18);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(24, 83, 232, 0.28);
  outline-offset: 3px;
}

.button-primary {
  background: var(--blue);
}

.button-primary:hover {
  background: var(--blue-dark);
}

.button-coral {
  background: var(--coral);
}

.button-coral:hover {
  background: var(--coral-dark);
}

.button-light {
  color: var(--navy);
  background: white;
}

.button-small {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.9rem;
}

.hero {
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(238, 215, 190, 0.35), transparent 35%),
    var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

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

.hero-lead {
  max-width: 590px;
  margin-bottom: 28px;
  color: #394658;
  font-size: 1.18rem;
}

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

.text-link {
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 5px;
}

.short-disclaimer {
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #f6e7da;
  border: 1px solid #edd7c4;
  border-radius: 12px;
}

.short-disclaimer p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.short-disclaimer strong {
  display: block;
  color: #1c1c1c;
}

.shield {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: white;
  background: var(--coral);
  border-radius: 12px 12px 16px 16px;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  border-radius: 110px 110px 30px 30px;
  box-shadow: var(--shadow);
}

.hero-accent {
  position: absolute;
  z-index: 1;
  top: -14px;
  right: -20px;
  width: 88%;
  height: 76%;
  background: var(--coral);
  border-radius: 50% 38px 45% 20px;
  transform: rotate(3deg);
}

.experience-badge {
  position: absolute;
  z-index: 3;
  left: -30px;
  bottom: 28px;
  width: 138px;
  height: 138px;
  display: grid;
  place-content: center;
  padding: 18px;
  color: white;
  text-align: center;
  background: var(--navy);
  border: 6px solid var(--cream);
  border-radius: 50%;
  box-shadow: var(--soft-shadow);
}

.experience-badge strong {
  font-size: 2.3rem;
  line-height: 1;
}

.experience-badge span {
  font-size: 0.72rem;
  line-height: 1.2;
}

.trust-row {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  padding: 28px 32px;
  background: white;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -8px 30px rgba(21, 42, 77, 0.06);
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-inline: 20px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-number {
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.trust-item strong,
.trust-item span:not(.trust-number) {
  display: block;
}

.trust-item strong {
  margin-bottom: 3px;
  color: var(--navy);
}

.trust-item span:not(.trust-number) {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  background: white;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.service-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 83, 232, 0.35);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  background: rgba(24, 83, 232, 0.07);
  border-radius: 50%;
}

.form-code {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 8px 12px;
  color: var(--blue);
  background: #eaf0ff;
  border-radius: 9px;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.scope-note {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 18px 22px;
  color: #4e4d49;
  text-align: center;
  background: var(--cream);
  border-radius: 12px;
  font-size: 0.9rem;
}

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

.process-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
  align-items: start;
}

.process .eyebrow {
  color: #8fb3ff;
}

.process h2,
.process h3 {
  color: white;
}

.process-intro > p:not(.eyebrow) {
  color: #cbd7e8;
}

.process-intro .button {
  margin-top: 14px;
}

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

.steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 0 0 28px;
}

.steps li + li {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.steps li > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--coral);
  border-radius: 50%;
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 7px;
}

.steps p {
  margin: 0;
  color: #cbd7e8;
  font-size: 0.95rem;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 76px;
}

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

.about-card {
  position: relative;
  padding: 42px;
  color: white;
  background: var(--coral);
  border-radius: 30px 30px 90px 30px;
  box-shadow: var(--shadow);
}

.quote-mark {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.65;
  opacity: 0.35;
}

.about-card blockquote {
  margin: 20px 0 34px;
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.25;
}

.about-points {
  display: grid;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
}

.about-points span::before {
  content: "✓";
  margin-right: 9px;
  font-weight: 900;
}

.translation-callout {
  padding: 70px 0;
  background: #eaf0ff;
}

.translation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.translation-inner > div {
  max-width: 780px;
}

.translation-inner h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.translation-inner p:last-child {
  margin-bottom: 0;
  color: #526174;
}

.faq {
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 76px;
  align-items: start;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 4px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eaf0ff;
  border-radius: 50%;
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 50px 24px 0;
  color: var(--muted);
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 74px;
  align-items: start;
}

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

.contact-methods {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.contact-methods a {
  display: block;
  padding: 16px 18px;
  text-decoration: none;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.contact-methods span,
.contact-methods strong {
  display: block;
}

.contact-methods span {
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-methods strong {
  overflow-wrap: anywhere;
  color: var(--navy);
}

.privacy-note {
  padding-left: 15px;
  color: #67503d;
  border-left: 3px solid var(--coral);
  font-size: 0.84rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label:not(.consent) {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffefa;
  border: 1px solid #d6d1c9;
  border-radius: 9px;
}

.contact-form textarea {
  resize: vertical;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.8rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.hidden-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.legal-notice {
  padding: 46px 0;
  color: white;
  background: #07182f;
}

.legal-notice h2 {
  margin-bottom: 14px;
  color: white;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.legal-notice p {
  margin-bottom: 14px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.6;
}

.legal-notice .legal-secondary {
  margin: 0;
  color: #b9c6d8;
  font-size: 0.82rem;
  font-weight: 500;
}

.site-footer {
  padding: 58px 0 22px;
  color: #c4cfdd;
  background: #041226;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.75fr;
  gap: 70px;
}

.footer-grid img {
  width: 220px;
  margin-bottom: 18px;
  border-radius: 6px;
}

.footer-grid p {
  max-width: 500px;
}

.footer-grid strong,
.footer-grid a {
  display: block;
}

.footer-grid strong {
  margin-bottom: 13px;
  color: white;
}

.footer-grid a {
  margin-bottom: 8px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-grid a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.76rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  text-decoration: none;
  background: #19a96b;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 0.85rem;
  }

  .header-actions .button {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
  }

  .hero-visual img {
    min-height: 520px;
  }

  .experience-badge {
    left: -18px;
  }
}

@media (max-width: 880px) {
  .topbar-links a:last-child {
    display: none;
  }

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

  .brand img {
    width: 200px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 110px 0 auto;
    display: none;
    margin: 0;
    padding: 22px 20px 30px;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 4px;
    font-size: 1rem;
  }

  .header-actions {
    gap: 0;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid,
  .process-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 54px;
  }

  .hero-visual img {
    min-height: 0;
    aspect-ratio: 1.3 / 1;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:last-child {
    grid-column: 1 / -1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }

  .process-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    gap: 48px;
  }

  .translation-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner {
    min-height: 32px;
    font-size: 0.72rem;
  }

  .topbar-links {
    gap: 0;
  }

  .brand img {
    width: 174px;
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    order: 2;
  }

  .menu-toggle {
    order: 3;
    margin-left: 2px;
  }

  .main-nav {
    inset: 108px 0 auto;
  }

  .language-switch span {
    display: none;
  }

  .language-switch {
    gap: 3px;
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

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

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

  .hero-visual img {
    border-radius: 54px 54px 20px 20px;
  }

  .experience-badge {
    left: 10px;
    bottom: 10px;
    width: 108px;
    height: 108px;
  }

  .experience-badge strong {
    font-size: 1.8rem;
  }

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

  .trust-row {
    padding: 22px 20px;
  }

  .trust-item,
  .trust-item:nth-child(2),
  .trust-item:last-child {
    grid-column: auto;
    margin: 0;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 78px 0;
  }

  .service-card {
    min-height: 0;
  }

  .process-grid {
    gap: 52px;
  }

  .steps li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .steps li > span {
    width: 42px;
    height: 42px;
  }

  .about-card {
    padding: 32px 26px;
    border-radius: 24px 24px 60px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px 18px;
  }

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

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

  .legal-notice p {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
