/*
Theme Name: Notary
Theme URI: https://example.com/
Author: Notary Project
Description: Custom theme for the Notary WordPress website.
Version: 0.4.9
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: notary
*/

:root {
  --navy: #081E49;
  --navy-2: #0B2A63;
  --blue: #D4A437;
  --blue-dark: #0B2A63;
  --button-hover: #123B87;
  --blue-soft: #F7F9FC;
  --ink: #081E49;
  --muted: #4B5563;
  --line: #E5EAF2;
  --soft-line: #E5EAF2;
  --white: #ffffff;
  --section: #F7F9FC;
  --gold: #D4A437;
  --shadow: 0 8px 24px rgba(8, 30, 73, .07);
  --radius: 8px;
  --container: 1260px;
  --shell-container: 1272px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--muted);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 56px), var(--container)); margin-inline: auto; }
.topbar .container,
.main-header .container,
.site-footer .container {
  width: min(calc(100% - 48px), var(--shell-container));
}
.icon { width: 22px; height: 22px; color: var(--blue-dark); stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.topbar {
  height: 38px;
  background: var(--navy);
  border-bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.topbar-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.4fr 1fr;
  align-items: center;
  gap: 20px;
}
.top-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.top-item:nth-child(3) { justify-content: center; }
.top-item:last-child { justify-content: flex-end; }
.top-item .icon { width: 16px; height: 16px; color: #fff; }

.main-header {
  height: 88px;
  background: #fff;
  border-bottom: 1px solid #E5EAF2;
}
.main-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.brand { display: flex; align-items: center; color: var(--navy); min-width: 300px; }
.brand-logo-img {
  display: block;
  width: 218px;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.brand-mark { width: 53px; height: 58px; margin-right: 12px; transform: rotate(-7deg); color: var(--blue); }
.brand-name {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: .95;
}
.brand-sub {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .34em;
  padding-left: 2px;
}
.nav { display: flex; align-items: center; gap: 48px; margin-left: auto; font-size: 14px; font-weight: 500; }
.nav-link { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 34px 0 31px; }
.nav-link.active { color: var(--blue); }
.nav-link.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--blue); }
.nav-link.has-menu { display: flex; align-items: center; gap: 6px; }
.nav-link .icon { width: 12px; height: 12px; color: currentColor; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: default;
  font: inherit;
}
.nav-dropdown-menu {
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 20;
  min-width: 285px;
  padding: 12px 0;
  border: 1px solid #E5EAF2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8,30,73,.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 18px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  background: #F7F9FC;
  color: var(--blue);
}
.nav-dropdown-close { display: none; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  border-radius: 5px;
  background: var(--navy-2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 7px 17px rgba(10, 44, 102, .15);
}
.header-cta:hover,
.btn-primary:hover,
.btn:hover,
.submit:hover { background: var(--button-hover); }
.mobile-toggle { display: none !important; }

.hero {
  min-height: 548px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4eaf2;
  background: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 42%;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.91) 12%, rgba(255,255,255,.18) 38%, rgba(255,255,255,0) 58%),
    var(--hero-image) center right / cover no-repeat;
}
.hero-inner { position: relative; z-index: 1; min-height: 548px; display: flex; align-items: center; }
.hero-copy { width: 520px; padding: 48px 0 36px; }
h1, h2 { margin: 0; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
h1 { font-size: clamp(48px, 4.7vw, 68px); line-height: 1.12; letter-spacing: -.025em; }
.text-blue { color: var(--blue); }
.hero-text { max-width: 455px; margin: 24px 0 26px; color: #4B5563; font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; gap: 24px; margin-bottom: 34px; }
.btn {
  min-height: 52px;
  padding: 0 27px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 14px;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue-dark); color: #fff; box-shadow: 0 7px 16px rgba(11,42,99,.18); }
.btn-outline { border: 1px solid var(--blue); color: var(--navy); background: rgba(255,255,255,.92); min-width: 168px; }
.btn .icon { width: 18px; height: 18px; color: currentColor; }
.trust-row { display: grid; grid-template-columns: repeat(3, max-content); gap: 42px; color: #17345f; font-size: 13px; font-weight: 600; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item .icon { width: 22px; height: 22px; }

.section { padding: 52px 0; }
.section-tight { padding: 40px 0; }
.section-soft { background: linear-gradient(180deg,#fff 0%, #f7faff 100%); }
.section-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.section-title { text-align: center; font-size: 35px; line-height: 1.15; margin-bottom: 28px; }
.services { padding-top: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.service-card {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px 24px;
  text-align: center;
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card > .icon { width: 56px; height: 56px; margin-bottom: 20px; stroke-width: 1.8; }
.service-card h3 { font-size: 18px; line-height: 1.34; margin: 0 0 18px; color: var(--navy); }
.service-card p { margin: 0; color: #35445e; font-size: 13px; line-height: 1.78; }
.learn { margin-top: auto; padding-top: 18px; color: var(--blue-dark); font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; gap: 10px; }
.mobile-break { display: none; }
.about-break { display: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .section-label { text-align: left; margin-bottom: 16px; }
.split h2 { font-size: 36px; line-height: 1.12; margin-bottom: 18px; }
.split p { color: #394961; font-size: 15px; line-height: 1.72; margin: 0 0 22px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; margin: 24px 0 26px; }
.check-item { display: flex; align-items: flex-start; gap: 10px; color: #4B5563; font-size: 13px; font-weight: 600; line-height: 1.45; }
.check-item .icon { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 1px; }
.image-card { border-radius: 8px; overflow: hidden; box-shadow: 0 10px 28px rgba(8,30,73,.08); }
.image-card img { width: 100%; height: 405px; object-fit: cover; object-position: center; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 82px;
  max-width: 1020px;
  margin: 0 auto 38px;
}
.process-step { position: relative; text-align: center; }
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 206px;
  border-top: 3px dotted #c5d1e4;
  right: -146px;
  top: 45px;
}
.step-icon {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #F7F9FC;
  display: grid;
  place-items: center;
}
.step-icon .icon { width: 42px; height: 42px; stroke-width: 1.8; }
.step-num {
  position: absolute;
  top: -7px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue-dark);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.process-step h3 { margin: 0 0 9px; color: var(--navy); font-size: 15px; }
.process-step p { margin: 0 auto; color: #4B5563; font-size: 12px; line-height: 1.62; max-width: 225px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  padding: 30px 38px;
  min-height: 255px;
  border-radius: 8px;
  background: linear-gradient(135deg,#F7F9FC 0%, #fff 100%);
  border: 1px solid #e2e9f4;
}
.feature-card > .icon { width: 62px; height: 62px; }
.feature-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 22px; }
.feature-card p { margin: 0 0 18px; color: #394961; font-size: 14px; line-height: 1.55; }
.feature-card ul { list-style: none; margin: 0 0 14px; padding: 0; }
.feature-card li { display: flex; gap: 10px; align-items: center; margin: 9px 0; color: #4B5563; font-size: 13px; }
.feature-card li::before { content: "\2713"; color: var(--blue-dark); font-weight: 800; }

.badge-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(8,30,73,.03);
}
.badge { min-height: 126px; display: grid; place-items: center; text-align: center; padding: 18px 14px; border-right: 1px solid var(--line); }
.badge:last-child { border-right: 0; }
.badge > .icon { width: 38px; height: 38px; margin-bottom: 11px; }
.badge strong { display: block; color: var(--navy); font-size: 12px; line-height: 1.35; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial {
  min-height: 226px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 30px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(8,30,73,.03);
}
.quote { color: var(--blue-dark); font-size: 34px; font-weight: 800; line-height: .7; }
.testimonial p { margin: 8px 0 18px; color: #394961; font-size: 13px; line-height: 1.75; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 17px; margin-bottom: 12px; }
.client { color: var(--navy); font-size: 13px; line-height: 1.45; }
.client strong { display: block; }
.dots { display: flex; justify-content: center; gap: 13px; margin-top: 20px; }
.dot { width: 13px; height: 13px; border-radius: 50%; background: #cad3e0; }
.dot.active { background: var(--blue-dark); }

.cta-strip { background: #eaf3ff; color: var(--navy); min-height: 128px; display: flex; align-items: center; }
.cta-inner { display: grid; grid-template-columns: 1fr 260px 250px; gap: 30px; align-items: center; }
.cta-copy { display: flex; align-items: center; gap: 25px; }
.cta-icon { width: 74px; height: 74px; border-radius: 50%; background: #d7e7ff; display: grid; place-items: center; flex: 0 0 74px; }
.cta-icon .icon { width: 38px; height: 38px; }
.cta-copy h2 { font-family: "Inter", Arial, sans-serif; font-size: 22px; margin-bottom: 8px; }
.cta-copy p { margin: 0; color: #4B5563; font-size: 14px; line-height: 1.5; }
.cta-btn { min-height: 56px; border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; }
.cta-call { background: var(--blue-dark); color: #fff; }
.cta-call .icon { color: #fff; }
.cta-schedule { border: 1px solid var(--blue-dark); color: var(--blue-dark); background: #fff; }

.page-hero {
  min-height: 230px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,22,48,.96), rgba(4,24,54,.76)),
    var(--hero-image) center / cover no-repeat;
}
.page-hero h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 20px;
}
.breadcrumbs { display: flex; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; }
.breadcrumbs span { color: #D4A437; }
.about-section { padding: 64px 0; }
.about-section-soft { background: linear-gradient(180deg, #F7F9FC 0%, #F7F9FC 100%); }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 62px; align-items: center; }
.about-grid-reverse { grid-template-columns: 1.05fr 1fr; }
.about-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 8px 26px rgba(8,30,73,.08);
}
.about-media img { width: 100%; height: 410px; object-fit: cover; }
.about-kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-heading {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.12;
  margin: 0 0 18px;
}
.about-heading .blue { color: var(--blue); }
.about-copy { color: #4B5563; font-size: 14px; font-weight: 600; line-height: 1.7; margin: 0 0 18px; }
.about-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 36px; margin: 28px 0; }
.about-check { display: flex; align-items: center; gap: 10px; color: #4B5563; font-size: 13px; font-weight: 700; }
.about-check .icon { width: 18px; height: 18px; }
.about-mini-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #E5EAF2; margin-top: 26px; }
.about-mini-badge { display: flex; align-items: center; gap: 15px; min-height: 70px; padding: 18px 22px; border-right: 1px solid #E5EAF2; color: var(--navy); font-size: 12px; font-weight: 800; line-height: 1.25; }
.about-mini-badge:last-child { border-right: 0; }
.about-mini-badge .icon { color: #D4A437; width: 36px; height: 36px; }
.commit-list { display: grid; gap: 19px; margin-top: 26px; }
.commit-item { display: flex; align-items: center; gap: 18px; color: #4B5563; font-size: 13px; font-weight: 800; }
.commit-icon { width: 44px; height: 44px; border-radius: 50%; background: #F7F9FC; display: grid; place-items: center; flex: 0 0 44px; }
.commit-icon .icon { width: 22px; height: 22px; color: var(--navy); }
.question-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 260px;
  padding: 25px 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8,30,73,.14);
  color: var(--navy);
}
.question-card small { display: block; color: #4B5563; font-weight: 800; margin-bottom: 14px; }
.question-card strong { display: flex; align-items: center; gap: 12px; font-size: 22px; }
.serve-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.serve-card { padding: 0 34px; border-right: 1px solid #E5EAF2; }
.serve-card:last-child { border-right: 0; }
.serve-card .icon { width: 48px; height: 48px; color: #D4A437; margin-bottom: 18px; }
.serve-card h3 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; margin: 0 0 8px; font-size: 17px; }
.serve-card p { margin: 0 auto; color: #4B5563; font-size: 12px; font-weight: 600; line-height: 1.55; max-width: 190px; }
.credential-strip { background: var(--navy); color: #fff; }
.credential-row { min-height: 94px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.credential-item { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 46px; border-right: 1px solid rgba(255,255,255,.45); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.credential-item:last-child { border-right: 0; }
.credential-item .icon { color: #fff; width: 34px; height: 34px; }
.detail-process { display: grid; grid-template-columns: .9fr 1fr; gap: 74px; align-items: center; }
.timeline { display: grid; gap: 23px; margin-top: 20px; }
.timeline-item { display: grid; grid-template-columns: 50px 16px 1fr; gap: 18px; align-items: start; }
.timeline-num { width: 48px; height: 48px; border: 1px solid var(--blue); border-radius: 4px; display: grid; place-items: center; color: var(--navy); font-weight: 800; }
.timeline-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); margin-top: 20px; }
.timeline-item h3 { margin: 0 0 5px; color: var(--navy); font-size: 15px; }
.timeline-item p { margin: 0; color: #4B5563; font-size: 12px; font-weight: 600; line-height: 1.45; }
.quote-card {
  position: absolute;
  right: 45px;
  bottom: -34px;
  width: 315px;
  padding: 34px 34px 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8,30,73,.12);
  border-bottom: 3px solid #D4A437;
}
.quote-card .quote { color: var(--navy); font-family: "Playfair Display", Georgia, serif; }
.quote-card p { color: #4B5563; font-size: 13px; font-weight: 800; line-height: 1.55; margin: 8px 0 0; }
.about-cta {
  padding: 58px 0;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(3,22,48,.88), rgba(3,22,48,.88)),
    var(--hero-image) center / cover no-repeat;
}
.about-cta h2 { color: #fff; font-size: 39px; margin-bottom: 12px; }
.about-cta p { margin: 0 auto 28px; max-width: 680px; font-size: 16px; line-height: 1.55; }
.signature { color: var(--blue); font-family: cursive; font-size: 32px; margin-top: 16px; }

.contact-section { padding: 74px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 54px; align-items: start; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-field {
  width: 100%;
  min-height: 58px;
  border: 1px solid #D4A437;
  border-radius: 0;
  padding: 0 20px;
  color: var(--muted);
  background: #fff;
  font: 600 14px/1.4 "Inter", Arial, sans-serif;
}
.contact-field::placeholder { color: #6b7382; }
.contact-form textarea {
  min-height: 138px;
  padding-top: 18px;
  resize: vertical;
}
.contact-submit {
  grid-column: 1 / -1;
  min-height: 58px;
  border: 0;
  background: var(--blue-dark);
  color: #fff;
  font: 800 14px/1 "Inter", Arial, sans-serif;
  cursor: pointer;
}
.contact-socials { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #D4A437; font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; }
.contact-socials .social { background: #fff; border: 1px solid #D4A437; color: #D4A437; }
.contact-socials .social .icon { color: #D4A437; }
.contact-panel { padding-top: 28px; }
.contact-panel .about-kicker { color: var(--navy); letter-spacing: 0; text-transform: none; font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-weight: 700; }
.contact-panel h2 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 22px;
}
.contact-panel h2 .gold { color: #D4A437; }
.contact-intro { color: #4B5563; font-size: 14px; font-weight: 600; line-height: 1.7; max-width: 540px; margin: 0 0 28px; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 38px; }
.contact-info-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; color: #4B5563; }
.contact-info-item .icon { width: 34px; height: 34px; color: var(--navy); stroke-width: 1.5; }
.contact-info-item strong { display: block; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 20px; margin-bottom: 4px; }
.contact-info-item span,
.contact-info-item a { color: #4B5563; font-size: 13px; font-weight: 700; line-height: 1.5; }
.map-section iframe { display: block; width: 100%; height: 470px; border: 0; filter: saturate(.96); }

.ron-page { background: #fff; }
.ron-page .section-title { margin: 0 0 34px; font-size: clamp(32px, 2.5vw, 38px); letter-spacing: -.01em; }
.ron-intro.section { padding: 56px 0 22px; }
.ron-documents.section { padding: 34px 0 30px; }
.ron-process.section { padding: 34px 0 38px; }
.ron-faq.section-tight { padding: 0 0 44px; }
.ron-documents .section-label,
.ron-process .section-label { margin-bottom: 14px; }
.ron-hero { min-height: 380px; color: #fff; background-color: #061d44; background-image: linear-gradient(90deg, rgba(2,18,43,.98) 0%, rgba(4,27,62,.94) 36%, rgba(5,26,57,.62) 64%, rgba(5,26,57,.2) 100%), var(--ron-hero-image); background-position: center right, right center; background-size: auto, auto 430px; background-repeat: no-repeat; }
.ron-hero-inner { min-height: 380px; display: flex; align-items: center; }
.ron-hero-copy { max-width: 560px; padding: 46px 0; }
.ron-kicker { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.ron-hero h1 { color: #fff; font-size: clamp(44px, 4.4vw, 64px); line-height: 1.15; letter-spacing: -.02em; margin-bottom: 22px; }
.ron-hero p { max-width: 390px; margin: 0 0 28px; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.55; }
.ron-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.72); font-size: 15px; }
.ron-breadcrumbs strong { color: #5e9dff; font-weight: 500; }
.ron-intro-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 56px; align-items: center; }
.ron-intro-copy h2 { font-size: clamp(36px, 3vw, 50px); line-height: 1.08; letter-spacing: -.015em; margin-bottom: 24px; }
.ron-intro-copy p { max-width: 590px; margin: 0 0 34px; color: #17345f; font-size: 16px; line-height: 1.78; }
.ron-benefits { display: grid; grid-template-columns: repeat(4, 1fr); margin: 8px 0 30px; border-right: 1px solid #E5EAF2; }
.ron-benefits div { min-height: 95px; padding: 0 18px; display: grid; place-items: center; gap: 10px; text-align: center; color: #17345f; font-size: 13px; font-weight: 600; line-height: 1.35; border-left: 1px solid #E5EAF2; }
.ron-benefits .icon { width: 36px; height: 36px; color: var(--blue); stroke-width: 1.8; }
.ron-book .icon { color: currentColor; }
.ron-ideal-card { display: grid; grid-template-columns: .92fr .98fr; width: 100%; max-width: 560px; margin-left: auto; overflow: hidden; border-radius: 7px; background: linear-gradient(135deg,#F7F9FC,#F7F9FC); box-shadow: 0 12px 30px rgba(8,30,73,.08); }
.ron-ideal-list { padding: 30px 28px; }
.ron-ideal-list h3 { margin: 0 0 20px; color: var(--blue-dark); font-family: "Playfair Display", Georgia, serif; font-size: 26px; }
.ron-ideal-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 17px; }
.ron-ideal-list li { display: flex; align-items: center; gap: 11px; color: #4B5563; font-size: 14px; font-weight: 700; }
.ron-ideal-list .icon { width: 22px; height: 22px; color: var(--blue); flex: 0 0 22px; }
.ron-ideal-card img { width: 100%; height: 315px; min-height: 0; object-fit: cover; object-position: center 42%; }
.ron-doc-grid { max-width: 1028px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 24px; }
.ron-doc-card { min-height: 126px; display: grid; place-items: center; align-content: center; gap: 14px; border: 1px solid #E5EAF2; border-radius: 7px; background: #fff; color: var(--navy); text-align: center; box-shadow: 0 10px 24px rgba(8,30,73,.035); }
.ron-doc-card .icon { width: 38px; height: 38px; color: var(--blue); stroke-width: 1.7; }
.ron-doc-card h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.15; }
.ron-process-row { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; max-width: 1080px; margin: 30px auto 0; }
.ron-process-row::before { content: ""; position: absolute; top: 25px; left: 9%; right: 9%; border-top: 2px dashed #b7c4d8; }
.ron-step { position: relative; text-align: center; color: #4B5563; }
.ron-step-num { width: 56px; height: 56px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 20px; font-weight: 800; box-shadow: 0 0 0 8px #F7F9FC; }
.ron-step h3 { min-height: 42px; margin: 0 0 8px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.2; }
.ron-step p { margin: 0 auto; max-width: 150px; color: #42516b; font-size: 12px; line-height: 1.55; }
.ron-faq-box { display: grid; grid-template-columns: .34fr 1fr; gap: 34px; align-items: start; padding: 34px 36px; border-radius: 7px; background: linear-gradient(135deg,#f3f8ff,#F7F9FC); }
.ron-faq-intro { display: flex; align-items: center; gap: 0; }
.ron-faq-icon { display: none; }
.ron-faq-intro h2 { margin: 0 0 8px; color: var(--blue-dark); font-family: "Inter", Arial, sans-serif; font-size: 20px; font-weight: 800; }
.ron-faq-intro p { margin: 0; color: #17345f; font-size: 14px; line-height: 1.55; }
.ron-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 34px; align-items: start; }
.ron-faq-column { display: grid; gap: 12px; }
.ron-faq-item { border: 1px solid #E5EAF2; border-radius: 5px; background: #fff; color: #4B5563; box-shadow: 0 8px 18px rgba(8,30,73,.035); }
.ron-faq-item summary { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 16px; cursor: pointer; list-style: none; font: 800 13px/1.25 "Inter", Arial, sans-serif; }
.ron-faq-item summary::-webkit-details-marker { display: none; }
.ron-faq-item summary span { color: var(--navy); font-size: 22px; font-weight: 500; line-height: 1; transition: transform .18s ease; }
.ron-faq-item[open] summary span { transform: rotate(45deg); }
.ron-faq-item p { margin: 0; padding: 0 16px 16px; color: #42516b; font-size: 13px; line-height: 1.6; }

.service-detail { background: #fff; }
.service-detail .icon { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.service-detail .section-title { margin: 0 0 30px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 2.6vw, 38px); line-height: 1.15; letter-spacing: -.01em; text-align: center; }
.apostille-page .apostille-intro.section { padding: 58px 0 40px; }
.apostille-page .section-soft { padding: 42px 0 38px; }
.apostille-page .service-process.section { padding: 34px 0 34px; }
.apostille-page .service-bottom.section-tight { padding: 28px 0 36px; }
.apostille-page .section-label { margin-bottom: 12px; }
.apostille-page .service-bottom .service-heading.small { font-size: clamp(30px, 2.2vw, 34px); }
.estate-page .estate-intro.section { padding: 58px 0 18px; }
.estate-page .section-soft { padding: 28px 0 34px; }
.estate-page .service-process.section { padding: 34px 0 34px; }
.estate-page .estate-help.section-tight { padding: 0 0 34px; }
.estate-page .section-label { margin-bottom: 12px; }
.estate-page .estate-photo img { min-height: 0; height: 410px; object-fit: cover; }
.loan-page .loan-intro.section { padding: 58px 0 18px; }
.loan-page .section-soft { padding: 28px 0 34px; }
.loan-page .service-process.section { padding: 34px 0 34px; }
.loan-page .loan-help.section-tight { padding: 0 0 34px; }
.loan-page .section-label { margin-bottom: 12px; }
.loan-page .loan-help .btn { width: auto; min-width: 245px; white-space: nowrap; }
.service-hero { min-height: 300px; color: #fff; background: linear-gradient(90deg, rgba(2,18,43,.97) 0%, rgba(4,27,62,.9) 34%, rgba(5,26,57,.46) 64%, rgba(5,26,57,.18) 100%), var(--service-hero-image) center right / cover no-repeat; }
.service-hero-inner { min-height: 300px; display: flex; align-items: center; }
.service-hero-copy { max-width: 610px; padding: 42px 0; }
.service-kicker { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.service-hero h1 { color: #fff; font-size: clamp(44px, 4vw, 58px); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 18px; }
.service-hero p { max-width: 505px; margin: 0 0 24px; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.55; }
.service-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.78); font-size: 15px; }
.service-breadcrumbs strong { color: #5e9dff; font-weight: 500; }
.service-heading { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 3vw, 46px); line-height: 1.08; letter-spacing: -.015em; margin: 0 0 22px; }
.service-heading.small { font-size: clamp(30px, 2.5vw, 38px); }
.service-copy { max-width: 640px; margin: 0 0 34px; color: #17345f; font-size: 16px; line-height: 1.78; }
.apostille-intro-grid { display: grid; grid-template-columns: .75fr 1.35fr; gap: 70px; align-items: center; }
.apostille-visual { position: relative; min-height: 285px; display: grid; place-items: center; }
.apostille-globe { position: absolute; width: 240px; height: 180px; border: 4px solid #d7e6ff; border-radius: 50%; opacity: .9; }
.apostille-globe::before, .apostille-globe::after { content: ""; position: absolute; inset: 34px 0; border-top: 4px solid #d7e6ff; border-bottom: 4px solid #d7e6ff; }
.apostille-globe::after { inset: 0 70px; border: 0; border-left: 4px solid #d7e6ff; border-right: 4px solid #d7e6ff; }
.apostille-document { position: relative; z-index: 1; width: 190px; min-height: 255px; padding: 38px 28px 24px; border: 4px solid var(--navy); border-radius: 7px; background: #fff; box-shadow: 18px 22px 0 #0B2A63; color: var(--navy); text-align: center; }
.apostille-document strong { display: block; margin-bottom: 28px; font-size: 18px; letter-spacing: .04em; }
.apostille-document span { display: block; width: 100%; height: 4px; margin: 14px 0; background: #E5EAF2; }
.apostille-document span:nth-child(4) { width: 72%; }
.apostille-document span:nth-child(5) { width: 56%; }
.apostille-document em { position: absolute; left: 28px; bottom: 34px; width: 50px; height: 24px; border-bottom: 3px solid #5f78a6; transform: rotate(-12deg); }
.apostille-document b { position: absolute; right: 28px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(212,164,55,.18); }
.service-benefits { display: grid; gap: 0; margin: 8px 0 30px; border-right: 1px solid #E5EAF2; }
.service-benefits-four { grid-template-columns: repeat(4, 1fr); }
.service-benefits div { min-height: 112px; padding: 0 18px; display: grid; place-items: center; gap: 8px; text-align: center; color: #17345f; border-left: 1px solid #E5EAF2; }
.service-benefits .icon { width: 38px; height: 38px; color: var(--blue); stroke-width: 1.8; }
.service-benefits strong { font-family: "Playfair Display", Georgia, serif; font-size: 16px; line-height: 1.2; }
.service-benefits span { font-size: 12px; line-height: 1.45; }
.service-card-row { display: grid; gap: 18px; }
.service-card-row-six { grid-template-columns: repeat(6, 1fr); }
.service-mini-card { min-height: 165px; padding: 24px 17px; display: grid; place-items: center; align-content: start; gap: 12px; border-radius: 8px; background: #fff; box-shadow: 0 10px 25px rgba(8,30,73,.04); text-align: center; }
.service-mini-card .icon { width: 38px; height: 38px; color: var(--blue); stroke-width: 1.8; }
.service-mini-card h3 { margin: 0; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.18; }
.service-mini-card p { margin: 0; color: #31435f; font-size: 12px; line-height: 1.55; }
.service-note { margin: 18px 0 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 700; }
.service-note .icon { width: 18px; height: 18px; color: var(--blue); }
.service-note a { color: var(--blue); }
.service-process { padding-top: 38px; }
.service-process-row { position: relative; display: grid; gap: 42px; max-width: 1035px; margin: 30px auto 0; }
.service-process-row.four { grid-template-columns: repeat(4, 1fr); }
.service-process-row::before { content: ""; position: absolute; top: 24px; left: 11%; right: 11%; border-top: 2px dashed #b7c4d8; }
.service-process-row article { position: relative; text-align: center; color: #4B5563; }
.service-process-row b { width: 56px; height: 56px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 18px; font-weight: 800; box-shadow: 0 0 0 8px #F7F9FC; }
.service-process-row article > .icon { width: 58px; height: 58px; margin: 0 auto 16px; padding: 13px; border-radius: 50%; background: #F7F9FC; color: var(--blue); stroke-width: 1.7; }
.service-process-row h3 { margin: 0 0 8px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.2; }
.service-process-row p { margin: 0 auto; max-width: 170px; color: #42516b; font-size: 12px; line-height: 1.55; }
.service-bottom-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: center; }
.service-check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; color: #17345f; font-size: 14px; }
.service-check-list li { display: flex; align-items: center; gap: 14px; }
.service-check-list .icon { width: 20px; height: 20px; color: var(--blue); flex: 0 0 20px; }
.service-cta-card { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: start; padding: 34px 42px; border-radius: 8px; color: #fff; background: radial-gradient(circle at 90% 80%, rgba(80,140,220,.25), transparent 28%), var(--navy); }
.service-cta-card > .icon { width: 54px; height: 54px; color: #fff; }
.service-cta-card h2 { color: #fff; font-size: 31px; margin: 0 0 12px; }
.service-cta-card p { margin: 0 0 24px; color: #fff; font-size: 15px; }
.service-cta-card .btn { width: max-content; background: #fff; color: var(--navy); box-shadow: none; }
.service-cta-card .btn .icon { color: currentColor; }
.estate-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.estate-benefits { grid-template-columns: repeat(4, 1fr); border-right: 0; }
.estate-benefits div { min-height: 122px; border-left: 0; border-right: 1px solid #E5EAF2; }
.estate-benefits div:last-child { border-right: 0; }
.estate-benefits .icon { padding: 10px; width: 58px; height: 58px; border-radius: 12px; background: #F7F9FC; }
.estate-photo { position: relative; border-radius: 8px; overflow: hidden; }
.estate-photo img { width: 100%; min-height: 405px; object-fit: cover; }
.estate-quote { position: absolute; right: 38px; bottom: 0; width: min(380px, calc(100% - 70px)); padding: 27px 32px; background: #fff; border-radius: 5px 5px 0 0; box-shadow: 0 12px 28px rgba(8,30,73,.14); color: var(--navy); font-size: 18px; line-height: 1.45; }
.estate-quote::before { content: "“"; position: absolute; left: -20px; top: -18px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 5px; background: var(--blue); color: #fff; font-size: 54px; font-family: Georgia, serif; line-height: 1; }
.estate-doc-grid { max-width: 930px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.estate-doc-grid article { min-height: 118px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 18px; padding: 22px 26px; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(8,30,73,.035); }
.estate-doc-grid .icon { width: 54px; height: 54px; padding: 12px; border-radius: 12px; background: #F7F9FC; color: var(--blue); stroke-width: 1.8; }
.estate-doc-grid h3 { margin: 0 0 6px; color: var(--navy); font-size: 17px; }
.estate-doc-grid p { margin: 0; color: #31435f; font-size: 13px; line-height: 1.45; }
.estate-help { padding-bottom: 18px; }
.estate-help-box { display: grid; grid-template-columns: 1.35fr .6fr .7fr .7fr; gap: 26px; align-items: center; padding: 26px 34px; border-radius: 8px; background: linear-gradient(135deg,#F7F9FC,#f6faff); }
.estate-help-intro { display: grid; grid-template-columns: 78px 1fr; gap: 22px; align-items: center; }
.estate-help-intro > .icon { width: 76px; height: 76px; padding: 18px; border-radius: 14px; background: var(--blue-dark); color: #fff; }
.estate-help h2 { margin: 0 0 8px; color: var(--blue-dark); font-family: "Inter", Arial, sans-serif; font-size: 20px; }
.estate-help p { margin: 0; color: #17345f; font-size: 14px; line-height: 1.55; }
.estate-help-item { display: flex; align-items: center; gap: 16px; color: var(--navy); }
.estate-help-item .icon { width: 46px; height: 46px; padding: 11px; border-radius: 50%; background: #F7F9FC; color: var(--blue); }
.estate-help-item strong, .estate-help-item span { display: block; }
.estate-help-item span { color: #4B5563; font-size: 12px; margin-top: 4px; }
.estate-help .btn { width: 100%; }
.loan-package-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.loan-package-grid article { min-height: 178px; padding: 28px 22px; display: grid; place-items: center; align-content: center; gap: 12px; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(8,30,73,.035); text-align: center; }
.loan-package-grid .icon { width: 48px; height: 48px; color: var(--blue); stroke-width: 1.8; }
.loan-package-grid h3 { margin: 0; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.2; }
.loan-package-grid p { margin: 0; color: #31435f; font-size: 13px; line-height: 1.5; }
.loan-page .estate-photo img { min-height: 0; height: 410px; object-fit: cover; }
.loan-help .estate-help-intro > .icon { background: var(--navy); }

.site-footer { background: #F7F9FC; border-top: 1px solid #E5EAF2; }
.blank-page { min-height: 420px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .72fr 1.35fr 1.05fr; gap: 58px; padding: 31px 0 24px; }
.footer-brand { align-items: flex-start; min-width: 0; margin-bottom: 15px; }
.footer-brand .brand-logo-img { width: 158px; max-height: 86px; }
.footer-brand .brand-mark { width: 38px; height: 42px; margin-right: 10px; }
.site-footer svg, .site-footer .icon { width: 17px; height: 17px; max-width: 17px; max-height: 17px; flex: 0 0 17px; }
.footer-brand .brand-mark svg { width: 100%; height: 100%; max-width: 38px; max-height: 42px; flex: 0 0 auto; }
.footer-brand .brand-name { font-size: 22px; letter-spacing: .035em; }
.footer-brand .brand-sub { margin-top: 7px; font-size: 8px; letter-spacing: .18em; }
.footer-text { color: #4B5563; font-size: 13px; line-height: 1.58; max-width: 245px; margin: 0; }
.socials { display: flex; gap: 14px; margin-top: 18px; }
.social { width: 28px; height: 28px; border-radius: 50%; background: var(--blue-dark); color: #fff; display: grid; place-items: center; }
.site-footer .social svg, .social .icon { width: 15px; height: 15px; max-width: 15px; max-height: 15px; flex: 0 0 15px; color: #fff; stroke-width: 2.2; }
.footer-title { color: var(--navy); font-size: 16px; font-weight: 800; margin: 0 0 15px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin: 9px 0; color: #4B5563; font-size: 13px; line-height: 1.25; }
.contact-list li { display: flex; gap: 13px; align-items: center; }
.site-footer .contact-list svg, .contact-list .icon { width: 17px; height: 17px; max-width: 17px; max-height: 17px; flex: 0 0 17px; stroke-width: 2.2; }
.footer-bottom { border-top: 1px solid #E5EAF2; padding: 14px 0 12px; display: flex; justify-content: space-between; gap: 18px; color: #4B5563; font-size: 12px; }
.legal { display: flex; gap: 0; }
.legal a { padding: 0 25px; border-right: 1px solid #cdd6e4; }
.legal a:first-child { padding-left: 0; }
.legal a:last-child { padding-right: 0; border-right: 0; }

.legal-page { background: #fff; }
.legal-hero {
  padding: 72px 0 58px;
  background: linear-gradient(135deg, #081E49 0%, #0B2A63 100%);
  color: #fff;
}
.legal-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.08;
}
.legal-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.7;
}
.legal-content { padding: 64px 0 78px; }
.legal-document { max-width: 920px; margin: 0 auto; }
.legal-document section {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E5EAF2;
}
.legal-document section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-document h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
}
.legal-document p,
.legal-document li {
  color: #4B5563;
  font-size: 15px;
  line-height: 1.78;
}
.legal-document p { margin: 0 0 14px; }
.legal-document ul { margin: 0; padding-left: 20px; }
.legal-document a { color: var(--blue-dark); font-weight: 700; }

@media (max-width: 1100px) {
  .nav { gap: 22px; }
  .brand { min-width: 245px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .badge-row { grid-template-columns: repeat(3, 1fr); }
  .badge:nth-child(3) { border-right: 0; }
  .badge:nth-child(n+4) { border-top: 1px solid var(--line); }
  .hero::after { inset-left: 46%; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .topbar .container,
  .main-header .container,
  .site-footer .container {
    width: min(calc(100% - 32px), var(--shell-container));
  }
  .topbar { height: auto; padding: 9px 0; }
  .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
    flex-wrap: wrap;
  }
  .top-item { font-size: 12px; line-height: 1.2; }
  .top-item:nth-child(3),
  .top-item:last-child { display: none; }
  .main-header { height: auto; padding: 16px 0; }
  .main-header-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
  }
  .brand { width: 100%; min-width: 0; justify-content: center; }
  .main-header .brand-logo-img { width: 172px; max-height: none; height: auto; }
  .brand-mark { width: 43px; height: 47px; margin-right: 10px; }
  .brand-name { font-size: 23px; }
  .brand-sub { margin-top: 6px; font-size: 8px; letter-spacing: .28em; }
  .nav {
    order: 2;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: center;
    margin: 0;
    font-size: 15px;
  }
  .nav-dropdown { position: static; }
  .nav.has-dropdown-open { padding-bottom: 235px; }
  .nav-link { padding: 8px 0; line-height: 1.2; }
  .nav-link.active::after { bottom: 0; }
  .nav-dropdown-menu {
    top: var(--services-menu-top, calc(100% + 12px));
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: translateY(8px);
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
  .nav-dropdown.is-open .nav-dropdown-menu,
  .nav-dropdown:focus-within.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-dropdown-close {
    display: grid;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #E5EAF2;
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font: 700 20px/1 "Inter", Arial, sans-serif;
    cursor: pointer;
  }
  .nav-dropdown-menu a:first-of-type { margin-top: 18px; }
  .header-cta {
    order: 3;
    min-height: 42px;
    padding: 0 22px;
    margin-top: 2px;
  }
  .hero::after { inset: 0; opacity: .22; background-position: 65% center; }
  .hero-inner { min-height: 560px; align-items: flex-start; padding-top: 42px; }
  .hero-copy { width: 100%; max-width: 590px; }
  .trust-row { grid-template-columns: repeat(2, max-content); gap: 18px 24px; }
  .service-grid, .feature-grid, .testimonial-grid, .split, .footer-grid, .about-grid, .about-grid-reverse, .detail-process, .serve-grid, .credential-row, .contact-grid, .contact-info-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 44px; }
  .ron-intro.section, .ron-documents.section, .ron-process.section { padding: 36px 0; }
  .ron-faq.section-tight { padding: 0 0 36px; }
  .ron-hero, .ron-hero-inner { min-height: 430px; }
  .ron-hero { background-position: center center, 58% center; background-size: auto, auto 100%; }
  .ron-intro-grid, .ron-ideal-card, .ron-faq-box { grid-template-columns: 1fr; }
  .ron-benefits, .ron-doc-grid, .ron-faq-grid { grid-template-columns: 1fr 1fr; }
  .ron-process-row { grid-template-columns: repeat(2, 1fr); }
  .ron-process-row::before { display: none; }
  .ron-ideal-card { max-width: none; }
  .ron-ideal-card img { height: 300px; min-height: 0; }
  .apostille-page .apostille-intro.section, .apostille-page .section-soft, .apostille-page .service-process.section { padding: 40px 0; }
  .apostille-page .service-bottom.section-tight { padding: 28px 0 34px; }
  .estate-page .estate-intro.section, .estate-page .section-soft, .estate-page .service-process.section { padding: 40px 0; }
  .estate-page .estate-help.section-tight { padding: 0 0 34px; }
  .estate-page .estate-photo img { height: 360px; }
  .loan-page .loan-intro.section, .loan-page .section-soft, .loan-page .service-process.section { padding: 40px 0; }
  .loan-page .loan-help.section-tight { padding: 0 0 34px; }
  .loan-page .estate-photo img { height: 360px; }
  .service-hero, .service-hero-inner { min-height: 340px; }
  .apostille-intro-grid, .estate-intro-grid, .service-bottom-grid, .estate-help-box { grid-template-columns: 1fr; }
  .service-card-row-six { grid-template-columns: repeat(3, 1fr); }
  .loan-package-grid { grid-template-columns: repeat(2, 1fr); }
  .service-process-row.four, .estate-doc-grid { grid-template-columns: repeat(2, 1fr); }
  .service-process-row::before { display: none; }
  .estate-benefits, .service-benefits-four { grid-template-columns: repeat(2, 1fr); border-right: 0; }
  .estate-benefits div, .service-benefits div { border: 1px solid #E5EAF2; }
  .about-checks, .about-mini-badges { grid-template-columns: 1fr; }
  .about-mini-badge, .serve-card, .credential-item { border-right: 0; }
  .serve-card { padding: 22px 0; border-bottom: 1px solid #E5EAF2; }
  .serve-card:last-child { border-bottom: 0; }
  .credential-item { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .credential-item:last-child { border-bottom: 0; }
  .question-card, .quote-card { position: static; width: auto; margin: 18px; }
  .process-steps { grid-template-columns: 1fr; gap: 22px; }
  .process-step:not(:last-child)::after { display: none; }
  .cta-inner { grid-template-columns: 1fr; padding: 22px 0; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 540px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    max-width: 100%;
  }
  img,
  svg,
  video,
  canvas {
    max-width: 100%;
  }
  .container { width: calc(100% - 40px); max-width: calc(100% - 40px); }
  main, section, .container, .hero-copy, .service-grid, .why-grid, .process-grid, .cta-inner { min-width: 0; max-width: 100%; }
  main p, main h1, main h2, main h3, main a, main span { overflow-wrap: break-word; }
  .topbar-inner { justify-content: flex-start; }
  .top-item:nth-child(2) { display: none; }
  .topbar .container,
  .main-header .container,
  .site-footer .container,
  .main-header-inner,
  .topbar-inner,
  .nav {
    max-width: 100%;
    min-width: 0;
  }
  .nav { gap: 10px 13px; font-size: 15px; position: relative; max-width: 100%; justify-content: center; overflow-wrap: anywhere; }
  .nav-dropdown { position: static; }
  .nav-link.has-menu,
  .nav-dropdown-toggle { gap: 4px; }
  .nav-link svg { width: 10px; height: 10px; }
  .nav-dropdown-menu {
    display: block;
    position: absolute;
    top: var(--services-menu-top, calc(100% + 12px));
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: translateY(8px);
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
  .nav-dropdown.is-open .nav-dropdown-menu,
  .nav-dropdown:focus-within.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header-cta { width: 100%; max-width: 100%; }
  h1 { font-size: 36px; line-height: 1.05; letter-spacing: -.015em; max-width: 100%; }
  .section-title { font-size: 28px; }
  .hero { min-height: 0; }
  .hero::after {
    opacity: .16;
    background-size: auto 100%;
    background-position: 58% center;
  }
  .hero-inner { min-height: auto; padding: 38px 0 34px; }
  .hero-copy, .why-copy { width: 100%; max-width: 100%; }
  .hero-text { width: 100%; max-width: 100%; font-size: 14px; line-height: 1.72; }
  .script-word { font-size: 1.06em; transform: translateY(4px); padding: 0 5px 0 2px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .btn { width: 100%; min-width: 0; min-height: 46px; padding: 10px 14px; font-size: 11px; text-align: center; white-space: normal; line-height: 1.2; flex-wrap: wrap; overflow-wrap: anywhere; }
  .btn > * { min-width: 0; }
  .btn .icon,
  .btn svg { flex: 0 0 16px; width: 16px; height: 16px; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; font-size: 11px; }
  .trust-item { min-width: 0; padding: 0; gap: 7px; border-right: 0; }
  .trust-item span { overflow-wrap: anywhere; }
  .services { padding: 30px 0 28px; }
  .service-grid, .badge-row { grid-template-columns: 1fr; }
  .service-card { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 0; padding: 20px 16px; overflow: hidden; border-radius: 10px; }
  .service-card > * { min-width: 0; max-width: 100%; }
  .service-card p { width: 100%; max-width: 190px; margin-left: auto; margin-right: auto; font-size: 11.25px; line-height: 1.55; overflow-wrap: anywhere; }
  .learn { display: inline-block; margin-top: 14px; padding-top: 0; }
  .mobile-break { display: block; }
  .home-process-title { max-width: 220px; margin-left: auto; margin-right: auto; font-size: 25px; line-height: 1.15; }
  .process { padding: 34px 0 36px; }
  .process-grid { gap: 28px; }
  .process-step { max-width: 240px; }
  .process-step h3 { max-width: 220px; margin-left: auto; margin-right: auto; overflow-wrap: anywhere; }
  .process-step p { max-width: 260px; }
  .ron-documents .section-label {
    max-width: 310px;
    margin: 0 auto 12px;
    gap: 12px;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .22em;
  }
  .ron-documents .section-label::before,
  .ron-documents .section-label::after {
    width: 36px;
    flex: 0 0 36px;
  }
  .ron-documents .section-title {
    max-width: 310px;
    margin: 0 auto 24px;
    font-size: 28px;
    line-height: 1.14;
    text-align: center;
  }
  .ron-process.section {
    padding: 30px 0 34px;
  }
  .ron-process .section-label {
    max-width: 260px;
    margin: 0 auto 12px;
    gap: 12px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .22em;
  }
  .ron-process .section-label::before,
  .ron-process .section-label::after {
    width: 36px;
  }
  .ron-process .section-title {
    max-width: 320px;
    margin: 0 auto 22px;
    font-size: 30px;
    line-height: 1.12;
  }
  .ron-process-row {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 342px;
    margin-top: 0;
  }
  .ron-step {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 104px;
    padding: 16px 18px;
    border: 1px solid #E5EAF2;
    border-radius: 7px;
    background: #fff;
    text-align: left;
    box-shadow: 0 10px 22px rgba(8,30,73,.035);
  }
  .ron-step-num {
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 17px;
    grid-row: 1 / span 2;
    align-self: start;
    box-shadow: 0 0 0 7px #F7F9FC;
  }
  .ron-step h3 {
    min-height: 0;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.18;
  }
  .ron-step p {
    grid-column: 2;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
  }
  .ron-benefits, .ron-doc-grid, .ron-process-row, .ron-faq-grid { grid-template-columns: 1fr; }
  .ron-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 22px 0 24px;
    border-right: 0;
  }
  .ron-benefits div {
    min-height: 76px;
    min-width: 0;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 38px 1fr;
    place-items: center start;
    text-align: left;
    border: 1px solid #E5EAF2;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(8,30,73,.03);
    font-size: 12px;
    line-height: 1.28;
  }
  .ron-benefits .ron-icon,
  .ron-benefits .icon {
    width: 30px;
    height: 30px;
  }
  .ron-book {
    width: 100%;
    min-height: 46px;
  }
  .ron-faq-box { padding: 26px 20px; }
  .ron-faq-intro { align-items: flex-start; }
  .service-card-row-six, .service-process-row.four, .estate-doc-grid, .estate-benefits, .service-benefits-four { grid-template-columns: 1fr; }
  .loan-package-grid { grid-template-columns: 1fr; }
  .service-cta-card { grid-template-columns: 1fr; padding: 28px; }
  .estate-doc-grid article { grid-template-columns: 58px 1fr; padding: 18px; }
  .estate-quote { position: relative; right: auto; bottom: auto; width: auto; margin: -24px 18px 0; }
  .estate-help-intro { grid-template-columns: 1fr; }
  .badge { border-right: 0; border-top: 1px solid var(--line); }
  .badge:first-child { border-top: 0; }
  .check-grid { grid-template-columns: 1fr; }
  .feature-card { grid-template-columns: 1fr; padding: 26px; }
  .about-heading, .about-cta h2 { font-size: 31px; }
  .about-media img { height: 300px; }
  .about-grid,
  .about-grid-reverse,
  .detail-process {
    gap: 28px;
  }
  .about-heading {
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .about-copy {
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }
  .about-checks {
    gap: 12px;
    margin: 22px 0;
  }
  .about-check {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.45;
  }
  .about-mini-badges {
    gap: 0;
    margin-top: 20px;
  }
  .about-mini-badge {
    min-height: 0;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #E5EAF2;
  }
  .about-mini-badge:last-child {
    border-bottom: 0;
  }
  .commit-list {
    gap: 14px;
    margin-top: 22px;
  }
  .commit-item {
    font-size: 12px;
    line-height: 1.4;
  }
  .commit-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .question-card {
    margin: 14px 0 0;
    padding: 20px;
    width: 100%;
    box-shadow: 0 8px 22px rgba(8,30,73,.12);
  }
  .question-card strong {
    font-size: 20px;
  }
  .serve-card h3 {
    font-size: 16px;
  }
  .serve-card p {
    font-size: 12px;
    max-width: 250px;
  }
  .section-title {
    font-size: 25px;
    line-height: 1.18;
    overflow-wrap: break-word;
  }
  .about-break {
    display: block;
  }
  .credential-row {
    min-height: 0;
    padding: 10px 0;
  }
  .credential-item {
    display: block;
    min-height: 0;
    padding: 13px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .05em;
    border-bottom: 1px solid rgba(255,255,255,.28);
  }
  .credential-item:last-child {
    border-bottom: 0;
  }
  .timeline {
    gap: 18px;
  }
  .timeline-item {
    display: block;
    padding: 14px 14px 16px;
    border: 1px solid #E5EAF2;
    border-radius: 5px;
    background: #fff;
  }
  .timeline-item > div:last-child {
    min-width: 0;
    max-width: 100%;
    margin-top: 10px;
  }
  .timeline-dot {
    display: none;
  }
  .timeline-num {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .timeline-item h3 {
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
  .timeline-item p {
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }
  .quote-card {
    margin: 14px 0 0;
    width: 100%;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(8,30,73,.1);
  }
  .quote-card p {
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }
  .contact-form { grid-template-columns: 1fr; }
  .contact-panel h2 { font-size: 33px; }
  .legal { flex-wrap: wrap; gap: 14px; }
  .legal a { padding: 0; border-right: 0; }
  .cta-copy { align-items: flex-start; flex-direction: column; gap: 12px; }
  .cta-copy > div:not(.cta-icon) { width: 100%; min-width: 0; max-width: 100%; }
  .cta-copy .cta-icon { width: 50px; height: 50px; flex: 0 0 50px; }
  .cta-copy h2 { font-size: 18px; line-height: 1.25; }
  .cta-copy p { max-width: 100%; overflow-wrap: break-word; }
  .cta-copy p br { display: block; }
  .cta-btn { width: 100%; min-width: 0; }
}

@media (max-width: 360px) {
  .topbar .container,
  .main-header .container,
  .site-footer .container,
  .container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .nav {
    column-gap: 6px;
    font-size: 13px;
  }

  .hero-actions .btn {
    min-height: 46px;
    font-size: 11px;
    gap: 7px;
    line-height: 1.2;
  }

  .trust-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trust-item {
    padding: 0;
    border-right: 0;
  }

  .service-card p {
    max-width: 190px;
    font-size: 11.25px;
  }

  .why-copy {
    font-size: 13px;
  }
}

@media (min-width: 361px) and (max-width: 540px) {
  .hero-actions .btn {
    font-size: 12px;
    gap: 8px;
  }

  .service-card p {
    max-width: 220px;
    font-size: 11.5px;
  }
}

@media (max-width: 540px) {
  iframe,
  table,
  form,
  input,
  textarea,
  select,
  button {
    max-width: 100%;
  }

  main,
  section,
  .container,
  .split,
  .about-grid,
  .about-grid-reverse,
  .detail-process,
  .contact-grid,
  .contact-form,
  .contact-info-grid,
  .service-card-row,
  .service-card-row-six,
  .service-process-row,
  .estate-doc-grid,
  .loan-package-grid,
  .estate-help-box,
  .ron-intro-grid,
  .ron-doc-grid,
  .ron-process-row,
  .ron-faq-grid,
  .footer-grid {
    min-width: 0;
    max-width: 100%;
  }

  .section,
  .contact-section,
  .apostille-page .apostille-intro.section,
  .apostille-page .section-soft,
  .apostille-page .service-process.section,
  .estate-page .estate-intro.section,
  .estate-page .section-soft,
  .estate-page .service-process.section,
  .loan-page .loan-intro.section,
  .loan-page .section-soft,
  .loan-page .service-process.section,
  .ron-intro.section,
  .ron-documents.section,
  .ron-process.section {
    padding: 40px 0;
  }

  .page-hero,
  .service-hero,
  .ron-hero,
  .page-hero-inner,
  .service-hero-inner,
  .ron-hero-inner {
    min-height: 260px;
  }

  .page-hero h1,
  .service-hero h1,
  .ron-hero h1 {
    font-size: 38px;
    line-height: 1.05;
  }

  .breadcrumbs {
    display: none;
  }

  .section-label,
  .service-page .section-label,
  .ron-documents .section-label,
  .ron-process .section-label {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
    text-align: center;
    line-height: 1.35;
  }

  .section-label::before,
  .section-label::after {
    width: 36px;
    flex: 0 0 36px;
  }

  .section-title,
  .service-page .section-title,
  .ron-documents .section-title,
  .ron-process .section-title,
  .contact-panel h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.16;
  }

  .service-benefits,
  .estate-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 22px 0 24px;
    border: 0;
  }

  .service-benefits div,
  .estate-benefits div {
    min-height: 0;
    padding: 20px 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8,30,73,.035);
  }

  .service-benefits .icon,
  .estate-benefits .icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

  .service-mini-card,
  .ron-doc-card,
  .loan-package-grid article,
  .estate-doc-grid article {
    min-height: 0;
    padding: 20px 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8,30,73,.035);
  }

  .service-card-row,
  .service-card-row-six,
  .ron-doc-grid,
  .loan-package-grid,
  .estate-doc-grid {
    gap: 16px;
  }

  .service-process-row,
  .ron-process-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .service-process-step,
  .ron-step {
    padding: 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8,30,73,.035);
  }

  .estate-help-box {
    padding: 20px;
    gap: 16px;
  }

  .estate-help-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .estate-help-item {
    padding-top: 14px;
    border-top: 1px solid #E5EAF2;
  }

  .estate-help .btn,
  .loan-page .loan-help .btn,
  .contact-form .submit,
  .contact-form .field {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }

  .map-section iframe {
    height: 360px;
  }

  .apostille-page .service-hero,
  .apostille-page .service-hero-inner {
    min-height: 300px;
  }

  .apostille-page .service-hero {
    background-position: center center;
  }

  .apostille-page .service-hero-copy {
    padding: 34px 0;
  }

  .apostille-page .service-hero h1 {
    max-width: 240px;
    font-size: 40px;
    line-height: 1.04;
    margin-bottom: 16px;
  }

  .apostille-page .service-hero p {
    max-width: 270px;
    font-size: 16px;
    line-height: 1.55;
  }

  .apostille-page .apostille-intro.section {
    padding: 34px 0 32px;
  }

  .apostille-page .apostille-intro-grid {
    gap: 26px;
  }

  .apostille-page .apostille-visual {
    min-height: 225px;
  }

  .apostille-page .apostille-globe {
    width: 188px;
    height: 138px;
    border-width: 3px;
  }

  .apostille-page .apostille-globe::before,
  .apostille-page .apostille-globe::after {
    inset: 26px 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .apostille-page .apostille-globe::after {
    inset: 0 54px;
    border-left-width: 3px;
    border-right-width: 3px;
  }

  .apostille-page .apostille-document {
    width: 150px;
    min-height: 202px;
    padding: 28px 21px 20px;
    border-width: 3px;
    box-shadow: 12px 16px 0 #0B2A63;
  }

  .apostille-page .apostille-document strong {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .apostille-page .apostille-document span {
    height: 3px;
    margin: 11px 0;
  }

  .apostille-page .apostille-document em {
    left: 21px;
    bottom: 28px;
    width: 40px;
    height: 18px;
  }

  .apostille-page .apostille-document b {
    right: 21px;
    bottom: 19px;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 0 6px rgba(212,164,55,.18);
  }

  .apostille-page .service-heading {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .apostille-page .service-copy {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.68;
  }

  .apostille-page .service-benefits {
    gap: 14px;
    margin: 20px 0 22px;
  }

  .apostille-page .service-benefits div {
    padding: 18px 16px;
    gap: 8px;
  }

  .apostille-page .section-soft {
    padding: 34px 0 32px;
  }

  .apostille-page .service-card-row-six {
    gap: 14px;
  }

  .apostille-page .service-mini-card {
    padding: 18px 16px;
  }

  .apostille-page .service-note {
    display: grid;
    grid-template-columns: 18px 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8,30,73,.035);
    font-size: 13px;
    line-height: 1.35;
  }

  .apostille-page .service-note .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
  }

  .apostille-page .service-note a {
    grid-column: 2;
    display: inline;
    margin-left: 0;
  }

  .apostille-page .service-process.section {
    padding: 34px 0 30px;
  }

  .apostille-page .service-process-row {
    gap: 14px;
    margin-top: 20px;
  }

  .apostille-page .service-process-row article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 6px 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8,30,73,.035);
    text-align: left;
  }

  .apostille-page .service-process-row b {
    grid-row: 1 / span 3;
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 15px;
    box-shadow: 0 0 0 7px #F7F9FC;
  }

  .apostille-page .service-process-row article > .icon {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 8px;
  }

  .apostille-page .service-process-row h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.18;
  }

  .apostille-page .service-process-row p {
    grid-column: 2;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .apostille-page .service-bottom.section-tight {
    padding: 30px 0 36px;
  }

  .apostille-page .service-bottom-grid {
    gap: 22px;
  }

  .apostille-page .service-check-list {
    gap: 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .apostille-page .service-check-list li {
    align-items: flex-start;
    gap: 12px;
  }

  .apostille-page .service-cta-card {
    padding: 26px 24px;
    border-radius: 12px;
  }

  .apostille-page .service-cta-card h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .apostille-page .service-cta-card .btn {
    width: 100%;
  }
}

/* Compact global footer */
.footer-grid {
  grid-template-columns: 1.35fr .72fr 1.25fr 1.12fr;
  gap: 38px;
  padding: 24px 0 18px;
}

.footer-brand { margin-bottom: 10px; }
.footer-brand .brand-logo-img { width: 124px; max-height: 70px; }
.footer-text { line-height: 1.45; max-width: 275px; }
.socials { gap: 10px; margin-top: 12px; }
.social { width: 26px; height: 26px; }
.footer-title { margin-bottom: 10px; }
.footer-list li { margin: 6px 0; line-height: 1.28; }
.contact-list li { gap: 10px; align-items: flex-start; }
.footer-bottom { padding: 10px 0; }

@media (max-width: 860px) {
  .topbar-inner {
    justify-content: center;
  }

  .topbar .top-item:first-child {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1.05fr 1fr !important;
    gap: 18px 16px;
    padding: 26px 0 18px;
  }

  .site-footer .footer-grid > div:first-child,
  .site-footer .footer-grid > div:last-child {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-grid > div:first-child {
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5EAF2;
  }

  .site-footer .footer-grid > div:nth-child(2),
  .site-footer .footer-grid > div:nth-child(3) {
    min-height: 100%;
    padding: 18px 16px;
    border: 1px solid #E5EAF2;
    border-radius: 12px;
    background: #fff;
  }

  .site-footer .footer-grid > div:last-child {
    padding-top: 4px;
  }

  .site-footer .footer-brand {
    justify-content: center;
    margin-bottom: 12px;
  }

  .site-footer .footer-brand .brand-logo-img {
    width: 148px;
    max-height: 82px;
    margin-inline: auto;
  }

  .site-footer .footer-text {
    max-width: 310px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.55;
  }

  .site-footer .socials {
    justify-content: center;
    margin-top: 14px;
  }

  .site-footer .social {
    width: 30px;
    height: 30px;
  }

  .site-footer .footer-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.15;
  }

  .site-footer .footer-list li {
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .site-footer .contact-list {
    display: grid;
    gap: 10px;
  }

  .site-footer .contact-list li {
    margin: 0;
    align-items: flex-start;
    gap: 10px;
  }

  .site-footer .footer-bottom {
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .site-footer .legal {
    width: 100%;
    justify-content: center;
    gap: 14px 18px;
    flex-wrap: wrap;
  }

  .site-footer .legal a {
    padding: 0;
    border-right: 0;
  }
}

@media (max-width: 360px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .site-footer .footer-grid > div:nth-child(2),
  .site-footer .footer-grid > div:nth-child(3) {
    padding: 16px;
  }

  .site-footer .footer-list li {
    margin: 6px 0;
  }

  .site-footer .footer-title {
    margin-bottom: 9px;
  }
}
