:root {
  --navy: #111d78;
  --navy-2: #0a2a86;
  --indigo: #3435ba;
  --violet: #7668dc;
  --lavender: #f1f0ff;
  --green: #10b760;
  --green-dark: #07974d;
  --ink: #11195f;
  --text: #313754;
  --muted: #66708e;
  --line: #e4e7f3;
  --soft: #f7f8fd;
  --white: #fff;
  --shadow: 0 18px 55px rgba(24, 35, 112, .1);
  --radius: 18px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { background: #dcd9ff; color: var(--navy); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.section { padding: 72px 0; }
.soft-bg { background: linear-gradient(180deg, #fafaff 0%, #f5f6fc 100%); }
.section-heading { margin: 0 auto 34px; text-align: center; max-width: 850px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.eyebrow { display: inline-flex; align-items: center; margin-bottom: 12px; color: var(--indigo); font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.section-intro { max-width: 760px; margin: -18px auto 36px; color: var(--muted); font-size: 17px; text-align: center; }

.site-header { position: sticky; z-index: 80; top: 0; min-height: 74px; border-bottom: 1px solid rgba(227,230,242,.8); background: rgba(255,255,255,.94); box-shadow: 0 5px 24px rgba(13,28,108,.045); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 0; color: var(--navy); font-size: 24px; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.brand-logo { width: 64px; height: 64px; object-fit: contain; }
.brand-mark { position: relative; display: inline-block; width: 34px; height: 36px; flex: 0 0 auto; }
.brand-mark i { position: absolute; left: 12px; top: 2px; width: 11px; height: 20px; border-radius: 70% 30% 70% 30%; background: linear-gradient(145deg, #554bd0, #2624a6); transform-origin: 5.5px 16px; }
.brand-mark i:nth-child(1) { transform: rotate(-66deg); }
.brand-mark i:nth-child(2) { transform: rotate(-33deg); }
.brand-mark i:nth-child(3) { transform: rotate(0deg); }
.brand-mark i:nth-child(4) { transform: rotate(34deg); }
.brand-mark i:nth-child(5) { transform: rotate(68deg); }
.brand-mark b { position: absolute; left: 13px; bottom: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(16,183,96,.13); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(13px, 1.55vw, 24px); }
.desktop-nav a { position: relative; padding: 27px 0 23px; color: #26306f; font-size: 12px; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 16px; height: 2px; border-radius: 2px; background: var(--indigo); transition: .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; right: 0; }
.desktop-nav a.active { color: var(--indigo); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 46px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 18px; height: 18px; }
.btn-primary, .btn-secondary { color: #fff; background: linear-gradient(135deg, var(--indigo), #5f48cc); box-shadow: 0 12px 28px rgba(55,54,186,.18); }
.btn-whatsapp { color: #fff; background: linear-gradient(135deg, var(--green), #0da95c); box-shadow: 0 12px 28px rgba(16,183,96,.18); }
.btn-whatsapp:hover { background: linear-gradient(135deg, #0eaa59, var(--green-dark)); box-shadow: 0 16px 32px rgba(16,183,96,.25); }
.btn-outline { color: var(--navy); border-color: #aeb4dc; background: #fff; }
.btn-outline:hover { border-color: var(--indigo); box-shadow: 0 12px 28px rgba(32,38,124,.1); }
.btn-light { color: var(--navy); background: #fff; box-shadow: 0 12px 30px rgba(3,13,75,.18); }
.header-cta { min-height: 42px; padding: 10px 15px; font-size: 11px; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { width: 44px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 100%; height: 2px; border-radius: 2px; background: var(--navy); }
.mobile-nav nav { position: absolute; top: 52px; right: 0; width: min(320px, calc(100vw - 40px)); padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.mobile-nav nav > a:not(.btn) { display: block; padding: 11px 10px; border-radius: 8px; color: var(--navy); font-size: 14px; font-weight: 700; }
.mobile-nav nav > a.active { background: var(--lavender); }
.mobile-nav nav .btn { width: 100%; margin-top: 8px; }

.hero { position: relative; overflow: hidden; padding: 64px 0 26px; background: radial-gradient(circle at 72% 15%, #efedff 0, transparent 29%), linear-gradient(180deg, #fff 0%, #fbfbff 100%); }
.hero::before { content: ""; position: absolute; width: 360px; height: 360px; left: -230px; top: 170px; border-radius: 50%; border: 70px solid rgba(119,104,220,.035); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr); align-items: center; gap: 54px; }
.hero-copy { padding: 28px 0 34px; }
.hero-copy h1, .inner-hero h1 { max-width: 680px; margin: 0 0 22px; color: var(--navy); font-size: clamp(42px, 4.8vw, 62px); line-height: 1.07; letter-spacing: -.052em; }
.hero-copy > p, .inner-hero-grid > div:first-child > p { max-width: 610px; margin: 0 0 24px; color: #46506f; font-size: 18px; line-height: 1.7; }
.hero-badge { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin: 24px 0; padding: 10px 14px; border-radius: 999px; color: var(--navy); background: #f1f0fb; font-size: 12px; font-weight: 700; }
.hero-badge .icon { width: 19px; height: 19px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 550px; display: flex; align-items: end; justify-content: center; isolation: isolate; }
.hero-blob { position: absolute; z-index: -2; width: 88%; height: 83%; bottom: 20px; border-radius: 48% 42% 27% 46%; background: linear-gradient(135deg, #eeecff, #dfddff 66%, #f7f6ff); transform: rotate(-4deg); }
.hero-visual::after { content: ""; position: absolute; z-index: -1; width: 74%; height: 72%; right: 3%; bottom: 4%; border: 2px dashed rgba(81,74,196,.22); border-radius: 50%; transform: rotate(12deg); }
.hero-visual > img { width: 445px; height: 530px; object-fit: cover; object-position: center 32%; border-radius: 50% 50% 16px 16px; mix-blend-mode: multiply; filter: saturate(.98) contrast(1.02); }
.floating-card { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: 5px; padding: 17px 18px; border: 1px solid rgba(226,228,241,.86); border-radius: 14px; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(30,37,117,.12); backdrop-filter: blur(8px); font-size: 11px; }
.floating-card strong { margin-bottom: 4px; font-size: 12px; }
.floating-card span { display: flex; align-items: center; gap: 5px; color: #4d5678; }
.floating-card span .icon { width: 13px; height: 13px; color: var(--green); stroke-width: 2.5; }
.float-one { left: -1%; top: 76px; }
.float-two { right: -2%; top: 65px; }
.float-three { right: -2%; bottom: 102px; flex-direction: row; align-items: center; max-width: 160px; }
.float-three .icon { color: var(--indigo); }
.benefit-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; padding-top: 16px; }
.benefit-strip > div { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 11px; line-height: 1.35; }
.benefit-strip .icon { color: var(--indigo); width: 27px; height: 27px; }

.process-section { padding-top: 54px; }
.process-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.process-card { min-height: 245px; padding: 18px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(30,38,116,.035); }
.process-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; color: var(--indigo); }
.process-top span { color: var(--navy); font-size: 17px; font-weight: 800; }
.process-top .icon { width: 32px; height: 32px; }
.process-card h3 { min-height: 38px; margin: 0 0 13px; color: #141938; font-size: 14px; line-height: 1.35; }
.process-card p { margin: 0; color: #505871; font-size: 11px; line-height: 1.62; }
.wide-note { min-height: 66px; margin-top: 18px; padding: 12px 18px; display: flex; align-items: center; gap: 14px; border-radius: 12px; }
.wide-note > .icon { width: 31px; height: 31px; }
.wide-note > span { flex: 1; font-size: 13px; }
.wide-note .btn { min-width: 205px; min-height: 40px; padding: 9px 14px; font-size: 11px; }
.dark-note { color: #fff; background: linear-gradient(110deg, #101c72, #07237e); box-shadow: 0 14px 35px rgba(17,29,120,.15); }
.light-note { border: 1px solid #eceef8; color: var(--navy); background: #f6f7fb; }

.services-section { background: linear-gradient(180deg, #fff, #fdfdff); }
.service-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { min-height: 124px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; padding: 15px 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: center; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card .icon { width: 37px; height: 37px; color: var(--indigo); }
.service-card.green .icon { color: #25ba65; }
.service-card.orange .icon { color: #ff9c38; }
.service-card.cyan .icon { color: #43b6ef; }
.service-card.red .icon { color: #f15e5e; }
.service-card.violet .icon { color: #7567e0; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 12px; line-height: 1.25; }
.support-note { max-width: 820px; min-height: 62px; margin: 18px auto 0; padding: 13px 20px; display: flex; align-items: center; gap: 18px; border: 1px solid #e8e8f3; border-radius: 10px; background: #f5f4fb; }
.support-note .icon { width: 34px; height: 34px; color: var(--indigo); }
.support-note p { margin: 0; color: #3f4773; font-size: 12px; }

.documentation-section { padding-top: 12px; }
.document-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.document-card { min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 14px 8px; border: 1px solid var(--line); border-radius: 11px; background: #fff; text-align: center; }
.document-card .icon { width: 33px; height: 33px; color: #5a58ca; }
.document-card h3 { margin: 0; color: var(--navy); font-size: 10.5px; line-height: 1.28; }

.audience-section { padding-top: 2px; }
.audience-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.audience-pills span { min-height: 41px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border: 1px solid #ececf6; border-radius: 999px; color: var(--navy); background: linear-gradient(180deg, #f9f9fd, #f2f2f9); font-size: 11px; font-weight: 700; }
.audience-pills .icon { width: 19px; height: 19px; color: #6261cf; }
.legal-note { margin: 24px auto 0; padding: 15px 20px; border: 1px solid #e6e8f4; border-radius: 10px; color: #535b7b; background: #f7f8fc; font-size: 11px; text-align: center; }

.locations-section { background: linear-gradient(180deg, #faf8ff 0%, #f5f2fb 100%); }
.locations-layout { display: grid; grid-template-columns: 1.16fr .84fr; align-items: stretch; gap: 22px; }
.reference-image { display: block; overflow: hidden; border: 1px solid #e7e1ef; border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(46,7,88,.08); transition: transform .2s ease, box-shadow .2s ease; }
.reference-image:hover { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(46,7,88,.13); }
.reference-image img { width: 100%; height: 100%; object-fit: cover; }
.location-list { display: grid; gap: 14px; }
.location-card { min-height: 0; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 14px; padding: 20px; border: 1px solid #e8e2ef; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(46,7,88,.045); }
.location-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #3f0b75, #c18a19); }
.location-icon .icon { width: 22px; height: 22px; }
.location-card span { color: #b47608; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.location-card h3 { margin: 5px 0 6px; color: #2e0758; font-size: 18px; line-height: 1.2; }
.location-card p { margin: 0 0 5px; color: #5f5870; font-size: 12px; }
.location-card small { color: #8a8297; font-size: 10px; }

.coverage-section { background: #fff; }
.country-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 24px; }
.country-card { min-height: 190px; padding: 22px; border: 1px solid #e6e7f1; border-radius: 16px; background: linear-gradient(145deg, #fff, #fafafe); box-shadow: 0 10px 30px rgba(17,29,120,.04); }
.country-card > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.country-card .icon { width: 30px; height: 30px; color: #216b9c; }
.country-card > div span { padding: 5px 9px; border-radius: 999px; color: #a76b00; background: #fff4d9; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.country-card h3 { margin: 22px 0 8px; color: var(--navy); font-size: 20px; }
.country-card p { margin: 0; color: #616981; font-size: 12px; }
.map-reference { max-width: 1180px; margin: 0 auto; }
.map-reference img { object-fit: contain; background: #f8fafc; }
.network-block { margin-top: 22px; padding: 22px; border: 1px solid #e4e8f2; border-radius: 15px; background: #f7f9fc; }
.network-block > strong { display: block; margin-bottom: 14px; color: var(--navy); font-size: 14px; }
.network-block > div { display: flex; flex-wrap: wrap; gap: 9px; }
.network-block span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 999px; color: #3e4a6b; background: #fff; font-size: 10px; font-weight: 700; }
.network-block .icon { width: 15px; height: 15px; color: #1498b8; }

.professionals-section { background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%); }
.professionals-reference { margin-bottom: 24px; }
.professionals-reference img { object-fit: contain; }
.professionals-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.professional-card { min-height: 142px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; padding: 22px; border: 1px solid #e4ddec; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(46,7,88,.045); }
.professional-avatar { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid #d7c4e8; border-radius: 15px; color: #3b086f; background: #f3eafa; font-size: 18px; font-weight: 900; }
.professional-avatar.gold { border-color: #e8c56d; color: #b67400; background: #fff5dc; }
.professional-card h3 { margin: 0 0 4px; color: #2e0758; font-size: 16px; }
.professional-card p { margin: 0 0 4px; color: #6d6679; font-size: 11px; }
.professional-card strong { color: #6b189a; font-size: 11px; }
.professional-note { max-width: 900px; margin: 22px auto 0; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 1px solid #e6ddeb; border-radius: 13px; background: #f5f0f8; }
.professional-note .icon { width: 29px; height: 29px; color: #5e1a8c; }
.professional-note p { margin: 0; color: #62596c; font-size: 11px; }
.center-action { margin-top: 22px; text-align: center; }

.feature-section { padding-top: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 410px; overflow: hidden; padding: 30px; border: 1px solid #ececf5; border-radius: 16px; background: linear-gradient(145deg, #fbfbff, #f5f5fc); box-shadow: 0 14px 36px rgba(33,40,119,.05); }
.feature-card > div:first-child { position: relative; z-index: 2; }
.feature-card h2 { margin: 0 0 15px; color: var(--navy); font-size: 24px; line-height: 1.18; letter-spacing: -.025em; }
.feature-card p { margin: 0 0 15px; color: #4e5674; font-size: 13px; }
.feature-card .btn { margin-top: 8px; }
.card-art { position: absolute !important; z-index: 0 !important; right: -16px; bottom: 32px; color: rgba(69,61,183,.18); }
.card-art .icon { width: 130px; height: 130px; stroke-width: 1.1; }
.juridico-card .card-art { color: rgba(117,62,27,.38); }
.testimonial-card h2 { font-size: 22px; }
.quote-card { display: flex; gap: 14px; margin: 24px 0 12px; padding: 18px; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(28,34,100,.06); }
.avatar { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #514bca, #8b75dc); font-size: 14px; font-weight: 800; }
.stars { color: #ffad16; letter-spacing: 2px; }
.quote-card strong, .quote-card small { display: block; color: var(--navy); }
.quote-card small { color: var(--muted); font-size: 10px; }
.quote-card p { margin: 8px 0 0; font-size: 11px; font-style: italic; }

.faq-section { padding-top: 30px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 10px 18px; }
.faq-item { border: 1px solid var(--line); border-radius: 9px; background: #fff; transition: box-shadow .2s; }
.faq-item[open] { box-shadow: 0 12px 30px rgba(24,32,106,.07); }
.faq-item summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; list-style: none; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--indigo); font-size: 18px; line-height: 1; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 14px 13px; }
.faq-item p { margin: 0; color: #575f78; font-size: 11px; line-height: 1.6; }

.final-cta { padding: 20px 0 34px; }
.final-cta-inner { min-height: 118px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 24px 28px; border-radius: 16px; color: #fff; background: linear-gradient(110deg, #101b70, #061f7a); box-shadow: 0 20px 42px rgba(12,28,114,.16); }
.cta-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.cta-icon .icon { width: 34px; height: 34px; }
.final-cta h2 { margin: 0 0 4px; font-size: 20px; line-height: 1.2; }
.final-cta p { margin: 0; color: #dfe4ff; font-size: 12px; }
.cta-actions { display: flex; gap: 12px; }
.cta-actions .btn { min-width: 180px; }

.site-footer { padding: 54px 0 0; color: #e6eaff; background: radial-gradient(circle at 85% 20%, #173b9b, transparent 34%), linear-gradient(120deg, #071852, #072880); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .82fr 1.05fr .78fr; gap: 36px; }
.brand-light { width: max-content; margin-bottom: 18px; padding: 8px; border-radius: 16px; color: #fff; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.brand-light .brand-logo { width: 96px; height: 96px; }
.footer-about p, .site-footer p { margin: 0 0 15px; color: #c7d0f4; font-size: 12px; line-height: 1.75; }
.site-footer h3 { margin: 6px 0 18px; color: #fff; font-size: 14px; }
.footer-grid > div:not(.footer-about) > a { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: #d6dcf7; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-grid .icon { width: 16px; height: 16px; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; font-size: 11px; font-weight: 800; }
.socials > span { align-self: center; color: #d6dcf7; font-size: 11px; }
.world-mark { margin-top: 25px; color: rgba(255,255,255,.45); }
.world-mark .icon { width: 100px; height: 100px; stroke-width: .8; }
.footer-bottom { margin-top: 44px; padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #9eadde; font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 70; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.9); border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 14px 30px rgba(7,109,57,.28); }
.floating-whatsapp .icon { width: 27px; height: 27px; }

.inner-hero { position: relative; overflow: hidden; padding: 90px 0 72px; background: radial-gradient(circle at 85% 15%, #dfdcff 0, transparent 30%), linear-gradient(135deg, #fff, #f6f6ff); }
.inner-hero::before { content: ""; position: absolute; right: -100px; bottom: -260px; width: 520px; height: 520px; border: 70px solid rgba(97,86,204,.05); border-radius: 50%; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.inner-hero h1 { font-size: clamp(38px, 5vw, 60px); }
.inner-hero-art { min-height: 360px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 12px; padding: 56px; border: 1px solid rgba(255,255,255,.8); border-radius: 46% 54% 45% 55%; color: var(--navy); background: rgba(255,255,255,.68); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.inner-hero-art > .icon { width: 110px; height: 110px; margin: 0 auto 10px; color: var(--indigo); stroke-width: 1.15; }
.inner-hero-art span { width: 100%; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 10px; background: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 8px 24px rgba(28,36,116,.06); }
.inner-hero-art span .icon { width: 17px; height: 17px; color: var(--green); stroke-width: 2.5; }
.art-rings { position: absolute; inset: -22px; z-index: -1; border: 1px dashed rgba(54,53,186,.25); border-radius: 50%; transform: rotate(-12deg); }
.stats-row { position: relative; z-index: 3; margin-top: -26px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.stats-grid > div { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px 28px; border-right: 1px solid var(--line); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { color: var(--indigo); font-size: 25px; }
.stats-grid span { max-width: 170px; color: #525a76; font-size: 12px; line-height: 1.35; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-grid.dense { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 28px rgba(27,34,111,.035); transition: transform .2s, box-shadow .2s; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.info-card > .icon { width: 38px; height: 38px; margin-bottom: 20px; color: var(--indigo); }
.info-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; line-height: 1.25; }
.info-card p { margin: 0; color: #626a83; font-size: 12px; }
.faq-page { background: #f8f9fd; }
.faq-full { max-width: 900px; margin: 0 auto; display: grid; gap: 11px; }
.faq-full .faq-item summary { min-height: 56px; padding: 15px 18px; font-size: 14px; }
.faq-full .faq-item > div { padding: 0 18px 17px; }
.faq-full .faq-item p { font-size: 13px; }
.contact-box { max-width: 900px; margin: 30px auto 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 24px; border-radius: 15px; color: #fff; background: var(--navy); }
.contact-box > .icon { width: 43px; height: 43px; }
.contact-box h2 { margin: 0 0 3px; font-size: 20px; }
.contact-box p { margin: 0; color: #d5dbf8; font-size: 12px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-full { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(23,31,106,.04); }
.testimonial-head { display: flex; align-items: center; gap: 12px; }
.testimonial-head strong, .testimonial-head span { display: block; }
.testimonial-head strong { color: var(--navy); }
.testimonial-head span { color: var(--muted); font-size: 11px; }
.testimonial-head .stars { font-size: 11px; }
.testimonial-full blockquote { margin: 22px 0 0; color: #555d77; font-size: 14px; font-style: italic; line-height: 1.7; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.about-grid h2 { margin: 0 0 22px; color: var(--navy); font-size: 38px; line-height: 1.15; letter-spacing: -.035em; }
.about-grid > div:first-child p { color: #59617b; font-size: 15px; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.values-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(26,33,108,.04); }
.values-grid .icon { width: 35px; height: 35px; color: var(--indigo); }
.values-grid h3 { margin: 17px 0 7px; color: var(--navy); }
.values-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.legal-hero { padding: 92px 0 72px; background: linear-gradient(140deg, #f7f6ff, #fff); }
.legal-hero .shell { max-width: 850px; }
.legal-hero h1 { margin: 0 0 16px; color: var(--navy); font-size: clamp(42px, 6vw, 64px); letter-spacing: -.05em; }
.legal-hero p { max-width: 720px; margin: 0 0 16px; color: #58617e; font-size: 17px; }
.legal-hero small { color: var(--muted); }
.legal-shell { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; max-width: 1000px; }
.legal-shell aside { position: sticky; top: 104px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #f8f8fc; }
.legal-shell aside strong { display: block; margin-bottom: 12px; color: var(--navy); font-size: 13px; }
.legal-shell aside a { display: block; padding: 8px 0; color: #59617e; font-size: 12px; }
.legal-shell article > section { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.legal-shell h2 { margin: 0 0 10px; color: var(--navy); font-size: 22px; }
.legal-shell p { margin: 0; color: #58617a; font-size: 14px; line-height: 1.8; }
.legal-contact { padding: 24px; border-radius: 14px; background: var(--lavender); }
.legal-contact a { color: var(--indigo); font-weight: 700; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found span { color: #d8d8f0; font-size: 110px; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 4px 0 8px; color: var(--navy); font-size: 40px; }
.not-found p { margin: 0 0 24px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-nav { display: block; margin-left: 0; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 25px; }
  .hero-copy h1 { font-size: 46px; }
  .float-one { left: 0; }
  .float-two, .float-three { right: 0; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .process-card { min-height: 220px; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .document-grid { grid-template-columns: repeat(5, 1fr); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card { grid-column: 1 / -1; min-height: 300px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
  .footer-world { display: none; }
  .info-grid.dense { grid-template-columns: repeat(3, 1fr); }
  .locations-layout { grid-template-columns: 1fr; }
  .location-list { grid-template-columns: repeat(3, 1fr); }
  .location-card { grid-template-columns: 1fr; }
  .country-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 56px 0; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .header-inner { min-height: 68px; }
  .site-header { min-height: 68px; }
  .brand { font-size: 21px; }
  .header-inner .brand-logo { width: 56px; height: 56px; }
  .header-cta { display: none; }
  .mobile-nav { margin-left: auto; }
  .hero { padding-top: 36px; }
  .hero-grid { display: flex; flex-direction: column; gap: 10px; }
  .hero-copy { padding-bottom: 8px; text-align: center; }
  .hero-copy h1, .inner-hero h1 { margin-inline: auto; font-size: 39px; }
  .hero-copy > p, .inner-hero-grid > div:first-child > p { margin-inline: auto; font-size: 16px; }
  .hero-actions { justify-content: center; }
  .hero-badge { margin-inline: auto; }
  .hero-visual { width: 100%; min-height: 510px; }
  .hero-visual > img { height: 490px; }
  .float-one { left: 3%; }
  .float-two { right: 3%; }
  .float-three { right: 4%; bottom: 50px; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .benefit-strip > div:last-child { grid-column: 1 / -1; justify-content: center; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card { min-height: 210px; }
  .wide-note { align-items: flex-start; flex-wrap: wrap; }
  .wide-note .btn { margin-left: 45px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .document-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .testimonial-card { grid-column: auto; }
  .feature-card { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: auto 1fr; }
  .cta-actions { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-bottom { gap: 20px; }
  .inner-hero { padding: 65px 0 60px; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 42px; text-align: center; }
  .inner-hero-grid .hero-actions { justify-content: center; }
  .inner-hero-art { width: min(480px, 100%); margin: 0 auto; min-height: 330px; text-align: left; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-grid > div:last-child { border-bottom: 0; }
  .info-grid, .info-grid.dense { grid-template-columns: repeat(2, 1fr); }
  .contact-box { grid-template-columns: auto 1fr; }
  .contact-box .btn { grid-column: 1 / -1; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .legal-shell { grid-template-columns: 1fr; gap: 30px; }
  .legal-shell aside { position: static; }
  .location-list { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: auto 1fr; }
  .professionals-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .section { padding: 46px 0; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2 { font-size: 27px; }
  .hero-copy h1, .inner-hero h1 { font-size: 34px; }
  .hero-copy > p, .inner-hero-grid > div:first-child > p { font-size: 15px; line-height: 1.62; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { width: 100%; justify-content: center; border-radius: 12px; }
  .hero-visual { min-height: 420px; }
  .hero-visual > img { width: 330px; height: 410px; }
  .hero-blob { width: 94%; height: 80%; }
  .floating-card { padding: 12px; font-size: 9px; }
  .floating-card strong { font-size: 10px; }
  .float-one { top: 48px; left: 0; }
  .float-two { top: 34px; right: 0; }
  .float-three { right: 0; bottom: 28px; max-width: 140px; }
  .benefit-strip { grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 6px; }
  .benefit-strip > div { align-items: flex-start; font-size: 9px; }
  .benefit-strip .icon { width: 22px; height: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .process-card h3 { min-height: 0; }
  .wide-note { display: grid; grid-template-columns: auto 1fr; }
  .wide-note .btn { grid-column: 1 / -1; width: 100%; margin-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .service-card { min-height: 115px; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-pills { justify-content: stretch; }
  .audience-pills span { width: 100%; }
  .feature-card { padding: 24px; }
  .feature-card h2 { font-size: 22px; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; padding: 25px 20px; }
  .cta-icon { margin: 0 auto; }
  .cta-actions { grid-column: auto; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .inner-hero-art { min-height: 310px; padding: 42px 30px; }
  .inner-hero-art > .icon { width: 85px; height: 85px; }
  .info-grid, .info-grid.dense { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .about-grid h2 { font-size: 31px; }
  .legal-hero { padding: 65px 0 50px; }
  .legal-hero h1 { font-size: 42px; }
  .not-found span { font-size: 80px; }
  .country-grid, .professionals-grid { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: 1fr; }
  .reference-image { border-radius: 12px; }
  .network-block > div { display: grid; grid-template-columns: 1fr 1fr; }
  .professional-card { min-height: 0; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

:focus-visible { outline: 3px solid rgba(55,54,186,.35); outline-offset: 3px; }
