:root {
  --ink: #151515;
  --muted: #5f6871;
  --blue: #008bff;
  --cyan: #00d9ff;
  --royal: #1d00b5;
  --line: #e4e8ec;
  --soft: #f6f8fb;
  --white: #fff;
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.skip-link { position: absolute; left: 12px; top: -100px; z-index: 20; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.nav-wrap { min-height: 112px; display: grid; grid-template-columns: 285px 1fr; gap: 24px; align-items: center; }
.brand { text-decoration: none; display: block; }
.brand-logo { width: 255px; height: auto; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 2px solid var(--royal); color: var(--royal); font-size: 12px; font-weight: 800; }
.brand small { display: block; color: var(--muted); font-weight: 600; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.header-right { display: grid; gap: 14px; justify-items: end; }
.header-top { display: flex; align-items: center; gap: 18px; }
.header-top p { margin: 0; text-decoration: underline; font-size: 14px; }
.phone-button { color: #fff; text-decoration: none; padding: 13px 24px; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, var(--royal)); border-radius: 999px; }
.language-switcher { display: flex; align-items: center; gap: 8px; font-size: 13px; white-space: nowrap; }
.language-switcher span { color: var(--muted); }
.language-switcher a { padding: 6px 8px; border: 1px solid transparent; text-decoration: none; }
.language-switcher a:hover, .language-switcher a.active { color: var(--royal); border-color: var(--royal); }
.language-mobile { display: none; }
.nav-language { margin-right: 8px; }
.mobile-controls { display: none; }
nav { display: flex; align-items: center; gap: 30px; font-size: 15px; }
nav a { text-decoration: none; }
nav a:hover { color: var(--royal); }
.nav-cta { color: var(--royal); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); padding: 8px 10px; border-radius: 5px; font-weight: 700; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.045em; margin: 0 0 18px; font-weight: 500; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.eyebrow { margin: 0 0 12px; font-size: 15px; letter-spacing: .09em; text-transform: uppercase; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.muted { color: var(--muted); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; text-decoration: none; border: 1px solid var(--blue); border-radius: 999px; font-weight: 700; }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, var(--royal)); border: 0; }
.button.secondary { color: var(--royal); background: #fff; }
.hero { padding: 0 0 72px; background: #fff; }
.hero-banner { height: 210px; overflow: hidden; }
.hero-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 72px; align-items: center; padding-top: 58px; }
.hero-grid > div:first-child { border-left: 5px solid var(--blue); padding-left: 34px; }
.hero-note { padding: 30px; background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, var(--royal)); color: #fff; }
.hero-note strong { display: block; font-size: 1.35rem; font-weight: 600; margin-bottom: 10px; }
.hero-note a { font-weight: 800; }
.hero-note p { color: #fff; }
.urgent-bar { background: #fff; color: var(--ink); border-bottom: 1px solid var(--line); }
.urgent-bar-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 22px; font-size: .84rem; letter-spacing: .04em; }
.urgent-bar a { color: var(--royal); font-weight: 800; }
.urgent-label { color: var(--royal); text-transform: uppercase; font-weight: 800; }
.landing-hero .hero-banner { height: 245px; }
.landing-hero .hero-grid { padding-top: 60px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: var(--muted); font-size: .91rem; }
.evaluation-section { background: #f8fbfe; border-block: 1px solid var(--line); }
.evaluation-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 70px; align-items: start; }
.evaluation-grid h2 { max-width: 620px; }
.evaluation-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.evaluation-points span { padding: 8px 12px; border: 1px solid #b9d8e8; color: var(--royal); font-weight: 700; }
.evaluation-form { box-shadow: 0 18px 44px rgba(17, 34, 51, .1); }
.evaluation-form .button { width: 100%; margin-top: 10px; }
.defense-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: center; }
.defense-image { min-height: 390px; overflow: hidden; background: var(--blue); clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); }
.defense-image img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.feature-list { margin: 28px 0; padding-left: 24px; color: var(--royal); font-size: 1.06rem; font-weight: 700; }
.feature-list li { margin: 13px 0; padding-left: 5px; }
.practice-section { background: #fff; }
.landing-practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.landing-practice-card { min-height: 235px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d3e0e9; border-top: 4px solid var(--blue); background: #fff; }
.landing-practice-card:nth-child(2n) { border-top-color: #8aa7b4; }
.landing-practice-card h3 { font-size: 1.7rem; margin-top: 28px; }
.landing-practice-card p { max-width: 440px; color: var(--muted); }
.landing-practice-card a { margin-top: auto; color: var(--blue); font-weight: 900; text-decoration: none; }
.landing-practice-card a span { float: right; font-size: 1.5rem; }
.landing-practice-card.muted-card { color: #65737b; border-top-color: #8aa7b4; }
.landing-practice-card .area-image { width: calc(100% + 56px); height: 170px; margin: -28px -28px 22px; object-fit: cover; }
.practice-footer { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.firm-section { background: #f8fbfe; border-block: 1px solid var(--line); }
.firm-section > .container > h2 { max-width: 760px; margin-bottom: 32px; }
.firm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.firm-card { min-height: 260px; padding: 30px; border-top: 4px solid var(--blue); background: #fff; box-shadow: 0 12px 28px rgba(17, 34, 51, .06); }
.firm-tag { display: inline-block; padding: 7px 10px; border: 1px solid var(--blue); color: var(--royal); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.firm-card h3 { margin-top: 28px; font-size: 1.75rem; }
.firm-card a { color: var(--royal); font-weight: 900; text-decoration: none; }
.split-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: center; }
.split-callout h2 { max-width: 800px; }
.payment-section { border-top: 1px solid var(--line); }
.case-section { background: var(--soft); border-block: 1px solid var(--line); }
.contact-landing { background: #f8fbfe; color: var(--ink); border-block: 1px solid var(--line); }
.contact-landing .eyebrow, .contact-landing .lede, .contact-landing-actions p { color: var(--muted); }
.contact-landing h2 { color: var(--ink); }
.contact-landing-actions { display: grid; gap: 13px; justify-items: start; }
.contact-landing-actions .button.secondary { color: var(--royal); background: #fff; border-color: var(--royal); }
.contact-landing-actions p { margin: 4px 0 0; }
.landing-header-shell { background: #fff; border-bottom: 1px solid var(--line); }
.landing-header { position: relative; min-height: 112px; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(330px, 1fr); align-items: center; gap: 28px; }
.landing-header .brand { padding: 8px 12px; border-radius: 5px; background: #fff; }
.landing-header .brand { grid-column: 1; justify-self: start; }
.header-language { grid-column: 2; justify-self: center; display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px; background: #fff; color: #1f2933; font-weight: 700; white-space: nowrap; }
.landing-header-actions { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.header-language a { color: inherit; text-decoration: none; }
.header-language a[aria-current="page"] { color: var(--royal); }
.header-language span { color: #9aa3aa; }
.header-availability { color: var(--muted); font-size: .86rem; letter-spacing: .12em; }
.landing-header-actions .phone-button { color: #fff; }
.header-whatsapp { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; background: #25d366; color: #fff !important; text-decoration: none; font-weight: 800; box-shadow: 0 6px 16px rgba(37, 211, 102, .22); }
.header-whatsapp:hover { background: #1da851; }
.landing-service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.landing-service-detail-grid .card { display: flex; flex-direction: column; }
.landing-service-detail-grid .card h3 { margin-top: 12px; }
.landing-service-detail-grid .card p { color: var(--muted); }
.landing-service-detail-grid .button { width: 100%; margin-top: auto; font-size: .9rem; padding-inline: 12px; }
.landing-about-grid { align-items: start; }
.landing-process { margin-top: 48px; padding-top: 38px; border-top: 1px solid var(--line); }
.landing-process > h3 { font-size: clamp(1.55rem, 3vw, 2.2rem); margin-bottom: 24px; }
.landing-firm-cards { margin-top: 38px; }
.landing-case-grid { margin-top: 42px; }
.landing-contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: 60px; align-items: start; }
.landing-contact-grid .lede { color: #dbe5ed; }
.landing-contact-form { padding: 30px; background: #fff; color: var(--ink); }
.landing-contact-form h3 { font-size: 1.8rem; }
.landing-contact-form .eyebrow { color: var(--royal); }
.landing-contact-form .form-note { color: var(--muted); }
.landing-contact-form .contact-form { margin-top: 18px; }
.landing-contact-form .contact-form .button { width: 100%; }
.contact-email { color: var(--royal); font-weight: 700; }
.footer-cta { display: grid; justify-items: end; align-content: start; gap: 10px; }
.footer-cta p { margin: 0; font-weight: 700; }
.service-details-section { background: #fff; }
.service-detail { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 48px; align-items: start; padding: 70px 0; border-top: 1px solid var(--line); }
.service-detail:first-of-type { border-top: 0; }
.service-detail:nth-of-type(even) { background: linear-gradient(180deg, #fff, #f8fbfe); }
.service-detail-media { position: sticky; top: 125px; min-height: 260px; overflow: hidden; background: var(--blue); clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); }
.service-detail-media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.service-detail-copy h3 { max-width: 800px; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.service-detail-copy h4 { margin: 28px 0 8px; color: var(--royal); font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.service-detail-copy ol { padding-left: 22px; }
.service-detail-copy ol li { margin: 12px 0; }
.service-checklist { margin: 14px 0 0; padding: 18px 22px; background: var(--soft); border-left: 4px solid var(--blue); }
.service-checklist li { margin: 9px 0; }
.service-faq { margin-top: 22px; padding: 18px 20px; background: #eaf8ff; border-left: 4px solid var(--cyan); }
.contact-action-row { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-action-row .button { min-width: 180px; }
.call-button { color: #fff !important; background: var(--royal); border-color: var(--royal); }
.call-button:hover { color: #fff !important; background: #120080; border-color: #120080; }
.whatsapp-floating-widget { position: fixed; right: 24px; bottom: 24px; z-index: 1000; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.whatsapp-float-button { position: relative; display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 26px rgba(37, 211, 102, .35); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float-button:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(37, 211, 102, .5); }
.whatsapp-float-button svg { width: 34px; height: 34px; fill: #fff; flex: 0 0 auto; }
.whatsapp-float-copy { display: none; gap: 1px; line-height: 1.15; }
.whatsapp-float-copy small { font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; opacity: .9; }
.whatsapp-float-copy strong { font-size: .92rem; }
.whatsapp-pulse { position: absolute; top: 7px; left: 7px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; animation: whatsapp-pulse 1.8s ease-in-out infinite; }
@keyframes whatsapp-pulse { 0%, 100% { transform: scale(.85); opacity: 1; } 50% { transform: scale(1.45); opacity: .45; } }
.whatsapp-chat-bubble { position: relative; width: min(290px, calc(100vw - 48px)); padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px 16px 3px 16px; background: #fff; color: var(--ink); box-shadow: 0 14px 34px rgba(17, 34, 51, .18); animation: whatsapp-bubble-in .3s ease both; }
.whatsapp-chat-bubble[hidden] { display: none; }
.whatsapp-chat-bubble button { position: absolute; top: 7px; right: 9px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 1.35rem; line-height: 1; cursor: pointer; }
.whatsapp-chat-bubble strong { display: flex; align-items: center; gap: 7px; padding-right: 20px; font-size: .9rem; }
.whatsapp-online-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.whatsapp-chat-bubble p { margin: 10px 0 6px; font-size: .9rem; line-height: 1.4; }
.whatsapp-chat-bubble small { color: var(--muted); font-size: .75rem; }
@keyframes whatsapp-bubble-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.section { padding: 86px 0; }
.section.alt { background: var(--soft); border-block: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 34px; }
.section-head > p { max-width: 520px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); padding: 26px; box-shadow: 0 12px 32px rgba(17, 34, 51, .07); }
.alt .card { box-shadow: none; }
.card a { color: var(--royal); font-weight: 800; }
.service-card { display: flex; flex-direction: column; min-height: 100%; }
.card-kicker { margin: 0 0 10px; color: var(--royal); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.card-detail { min-height: 48px; margin-top: auto; margin-bottom: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: .94rem; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.card-actions .button { width: 100%; padding: 0 12px; font-size: .94rem; }
.whatsapp-button { color: #fff !important; background: #25d366; border-color: #25d366; }
.whatsapp-button:hover { background: #1da851; border-color: #1da851; }
.button[data-whatsapp-link] { color: #fff !important; background: #25d366; border-color: #25d366; }
.button[data-whatsapp-link]:hover { background: #1da851; border-color: #1da851; }
a[data-whatsapp-link]:not(.button):not(.service-card-whatsapp) { display: inline-flex; min-height: 44px; align-items: center; padding: 0 14px; background: #25d366; color: #fff !important; text-decoration: none; font-weight: 800; }
a[data-whatsapp-link]:not(.button):not(.service-card-whatsapp):hover { background: #1da851; }
.service-card-priority { display: flex; align-items: center; justify-content: space-between; margin: -4px 0 22px; padding: 11px 13px; background: #fff3f0; border-left: 4px solid #ed5a37; }
.service-card-priority .number { color: #b33a21; font-size: .78rem; }
.service-card-priority span { color: #b33a21; font-size: 1.25rem; font-weight: 900; }
.service-card-whatsapp { display: inline-flex; min-height: 44px; align-items: center; margin-top: 18px; padding: 0 14px; border: 1px solid #1db954; background: #1db954; color: #fff !important; text-decoration: none; font-weight: 800; }
.service-card-whatsapp:hover { background: #168c40; border-color: #168c40; }
.service-directory-grid .service-feature { border-top: 5px solid var(--blue); background: linear-gradient(150deg, #fff, #f2fbff); }
.service-directory-grid .service-feature:nth-child(2) { border-top-color: var(--royal); background: linear-gradient(150deg, #fff, #f7f5ff); }
.area-link-mobile { display: none; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 48px; align-items: center; }
.service-hero-media { min-height: 280px; overflow: hidden; background: var(--blue); clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%); }
.service-hero-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; object-position: center 45%; }
.card-image { height: 170px; width: 100%; object-fit: cover; margin: -26px -26px 24px; width: calc(100% + 52px); }
.area-image { width: 100%; height: 165px; object-fit: cover; margin-bottom: 18px; }
.number { color: var(--blue); font-size: 1.1rem; font-weight: 800; letter-spacing: .08em; }
.notice { background: var(--royal); color: #fff; padding: 30px; }
.notice p { color: #e9edf2; }
.notice .button.secondary { color: #fff; background: transparent; border-color: #fff; }
.service-cta { background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, var(--royal)); color: #fff; }
.service-cta .eyebrow, .service-cta p { color: #fff; }
.service-cta .button { border-color: #fff; }
.service-cta .button.secondary { color: var(--royal); background: #fff; }
.service-cta-inner { max-width: 820px; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 2px solid var(--blue); }
.timeline-step { padding: 22px 15px 0 0; position: relative; }
.timeline-step::before { content: ""; position: absolute; top: -9px; left: 0; width: 16px; height: 16px; background: var(--cyan); border: 3px solid #fff; border-radius: 50%; }
.timeline-step strong { display: block; margin-bottom: 6px; }
.timeline-step span { color: var(--muted); font-size: .95rem; }
.quiz { display: grid; gap: 12px; }
.quiz label { display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: #fff; border: 1px solid var(--line); }
.quiz input { margin-top: 5px; accent-color: var(--royal); }
.quiz-result { margin-top: 18px; padding: 18px; background: #e9f8ff; border-left: 4px solid var(--blue); }
.page-hero { padding: 72px 0 56px; background: var(--soft); border-bottom: 1px solid var(--line); }
.prose { max-width: 800px; }
.prose h2 { font-size: 2rem; margin-top: 42px; }
.prose ul { padding-left: 22px; }
.prose li { margin: 8px 0; }
.form-card { max-width: 620px; background: #fff; border: 1px solid var(--line); padding: 28px; }
.about-intro-grid, .about-profile-grid, .about-callout, .contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 48px; align-items: center; }
.about-hero { padding: 66px 0; }
.about-hero-card { background: var(--royal); color: #fff; padding: 14px; box-shadow: 18px 18px 0 var(--cyan); }
.about-hero-card img { width: 100%; height: 260px; object-fit: cover; }
.about-hero-card div { display: grid; gap: 4px; padding: 18px 8px 6px; }
.about-hero-card strong { font-size: 1.18rem; }
.about-hero-card span { color: #dbe5ed; }
.about-profile { padding-right: 18px; }
.about-facts { display: grid; gap: 0; border-top: 1px solid var(--line); }
.about-fact { display: grid; grid-template-columns: 54px 1fr; column-gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.about-fact .number { grid-row: span 2; }
.about-fact h3 { margin: 0 0 6px; }
.about-fact p { grid-column: 2; margin: 0; color: var(--muted); }
.about-steps .card { min-height: 220px; }
.about-callout { align-items: stretch; }
.about-callout > div:first-child { padding: 24px 0; }
.contact-layout { align-items: start; }
.contact-form-wrap { background: var(--soft); border: 1px solid var(--line); padding: 32px; }
.contact-form-wrap h2 { max-width: 620px; }
.contact-form { margin-top: 26px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .button { margin-top: 6px; }
.form-note { margin: 14px 0; color: var(--muted); font-size: .9rem; }
.form-success { margin-top: 18px; padding: 14px 16px; background: #eafaf0; border-left: 4px solid #25d366; color: #155b2e; }
.contact-sidebar { display: grid; gap: 22px; }
.contact-sidebar .card, .contact-sidebar .notice { height: 100%; }
label { display: block; font-weight: 700; margin: 14px 0 6px; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid #aeb8c2; padding: 10px 12px; font: inherit; }
.small { font-size: .9rem; }
footer { background: #fff; color: var(--ink); padding: 54px 0 110px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-logo { width: 210px; margin-bottom: 18px; }
.footer-grid p, footer a { color: var(--muted); }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: end; align-content: start; }
.compliance { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 22px; font-size: .9rem; color: var(--muted); }
.disclaimer { color: var(--muted); font-size: .88rem; }
.sticky-contact { display: none; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(0,0,0,.18); }
.cookie-banner[hidden] { display: none; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-actions button { min-height: 42px; padding: 0 15px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; }
.cookie-actions button[data-consent="rejected"] { color: var(--royal); background: #fff; }
@media (max-width: 800px) {
  body { padding-bottom: 18px; overflow-x: hidden; }
  .container { width: min(100% - 28px, 680px); }
  .landing-header { min-height: 82px; grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; }
  .landing-header .brand-logo { width: min(145px, 40vw); }
  .landing-header .brand { padding: 5px 7px; }
  .landing-header-actions { grid-column: 3; gap: 8px; }
  .header-availability, .landing-header-actions .phone-button { display: none; }
  .header-language { grid-column: 2; padding: 6px 9px; gap: 6px; font-size: .8rem; }
  .header-whatsapp { min-height: 42px; padding-inline: 14px; font-size: .82rem; }
  .nav-wrap { min-height: 78px; display: flex; justify-content: space-between; }
  .brand-logo { width: min(210px, 58vw); }
  .header-right { display: block; }
  .header-top { display: none; }
  .urgent-bar-inner { min-height: 50px; justify-content: space-between; gap: 10px; font-size: .72rem; }
  .urgent-bar-inner > span:first-child { max-width: 48%; }
  .urgent-label { display: none; }
  .mobile-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
  .mobile-controls .language-switcher { font-size: 12px; }
  .mobile-controls .language-switcher span { display: none; }
  .mobile-controls .language-switcher a { padding: 5px 7px; }
  .nav-toggle { display: block; min-height: 44px; padding: 8px 13px; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 10px 14px 16px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(17, 34, 51, .1); flex-direction: column; align-items: stretch; gap: 0; }
  nav[data-open="true"] { display: flex; }
  nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 4px; }
  .language-mobile, .nav-language { display: flex; justify-content: flex-end; min-height: 50px; padding: 4px 0 8px; border-bottom: 1px solid var(--line); }
  .hero-banner { height: 145px; }
  .landing-hero .hero-banner { height: 150px; }
  .hero-grid, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero-grid { padding-top: 38px; gap: 26px; }
  .hero-grid > div:first-child { padding-left: 18px; border-left-width: 4px; }
  h1 { font-size: clamp(2.15rem, 10.5vw, 3.4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; text-align: center; }
  .hero-note { padding: 24px; }
  .trust-row { display: grid; gap: 8px; font-size: .88rem; }
  .evaluation-grid, .defense-grid, .landing-practice-grid, .landing-service-detail-grid, .firm-grid, .split-callout, .landing-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .evaluation-grid { gap: 30px; }
  .defense-image, .defense-image img { min-height: 220px; }
  .landing-practice-card { min-height: 210px; }
  .landing-practice-card .area-image { width: calc(100% + 44px); height: 155px; margin: -22px -22px 22px; }
  .firm-card { min-height: 0; }
  .split-callout { gap: 22px; }
  .contact-landing-actions { width: 100%; justify-items: stretch; }
  .landing-contact-form { padding: 22px; }
  .service-detail { grid-template-columns: 1fr; gap: 24px; padding: 44px 0; }
  .service-detail-media { position: static; min-height: 190px; }
  .service-detail-media img { min-height: 190px; }
  .service-detail-copy h3 { font-size: clamp(1.65rem, 8vw, 2.4rem); }
  .contact-action-row { display: grid; grid-template-columns: 1fr; }
  .contact-action-row .button { width: 100%; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-hero-media, .service-hero-media img { min-height: 170px; }
  .service-hero-media { clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%); }
  .service-directory-grid { gap: 16px; }
  .service-directory-grid .card { padding: 0; border: 0; background: transparent; box-shadow: none; }
  .service-directory-grid .card > .number, .service-directory-grid .card > h3, .service-directory-grid .card > p { display: none; }
  .service-directory-grid .area-link { display: flex; min-height: 178px; width: 100%; align-items: center; justify-content: center; padding: 24px; border: 0; border-radius: 28px; background: #1877f2; color: #fff !important; box-shadow: 0 10px 20px rgba(24, 119, 242, .2); text-align: left; }
  .service-directory-grid .area-link:hover { background: #0e62cc; }
  .area-link-desktop { display: none; }
  .area-link-mobile { display: grid; width: 100%; gap: 7px; }
  .area-link-mobile strong { color: #dbeafe; font-size: .75rem; letter-spacing: .08em; }
  .area-link-mobile b { color: #fff; font-size: 1.35rem; line-height: 1.15; }
  .area-link-mobile small { color: #fff; font-size: .94rem; line-height: 1.4; font-weight: 500; }
  .service-cta { padding: 48px 0; }
  .section { padding: 52px 0; }
  .section-head { display: block; margin-bottom: 26px; }
  .section-head > p { margin-top: 14px; }
  .card { padding: 22px; }
  .area-image { height: 175px; margin-bottom: 16px; }
  .card-actions { grid-template-columns: 1fr; }
  .card-actions .button { min-height: 48px; }
  .about-intro-grid, .about-profile-grid, .about-callout, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .about-hero { padding: 46px 0; }
  .about-hero-card { box-shadow: 10px 10px 0 var(--cyan); }
  .about-hero-card img { height: 190px; }
  .about-profile { padding-right: 0; }
  .contact-form-wrap { padding: 22px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--blue); margin-left: 8px; }
  .timeline-step { padding: 0 0 24px 24px; }
  .timeline-step::before { left: -9px; top: 0; }
  .footer-links { justify-content: start; }
  .footer-cta { justify-items: start; }
  .whatsapp-floating-widget { display: flex; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
  .whatsapp-chat-bubble { width: min(260px, calc(100vw - 32px)); }
  .sticky-contact { display: none; }
  footer { padding-bottom: 54px !important; }
  .sticky-contact { position: fixed; display: grid; grid-template-columns: 1fr 1fr; left: 0; right: 0; bottom: 0; z-index: 15; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(17, 34, 51, .08); }
  .sticky-contact a { min-height: 64px; display: grid; place-items: center; padding: 12px 10px; text-align: center; text-decoration: none; font-weight: 900; }
  .sticky-contact a + a { background: #25d366; color: #fff; }
  .cookie-banner { bottom: 70px; display: block; }
  .cookie-actions { margin-top: 12px; }
}
