:root {
  --night: #22292a;
  --night-soft: #303a3b;
  --ivory: #edf4f3;
  --paper: #f8faf9;
  --white: #ffffff;
  --ink: #303738;
  --muted: #667172;
  --gold: #72aaa6;
  --gold-light: #b9d8d5;
  --green: #1ca34a;
  --green-dark: #117a34;
  --line: #d7e2e0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1200px, calc(100% - 56px)); margin: 0 auto; }
.section { padding: 118px 0; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.header-inner { height: 104px; display: flex; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.wordmark-logo { width: 76px; height: 76px; display: grid; place-items: center; flex: 0 0 auto; }
.wordmark-logo img { width: 76px; height: 76px; max-width: 100%; object-fit: contain; }
.wordmark-text { display: flex; flex-direction: column; gap: 5px; }
.wordmark-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: .02em; }
.wordmark-text small { color: rgba(255,255,255,.52); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 31px; color: rgba(255,255,255,.68); font-size: 12px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold-light); }
.header-whatsapp { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: 11px; font-weight: 800; transition: background .2s ease, border-color .2s ease; }
.header-whatsapp i { width: 7px; height: 7px; border-radius: 50%; background: #35d16b; box-shadow: 0 0 0 5px rgba(53,209,107,.12); }
.header-whatsapp span { color: var(--gold-light); }
.header-whatsapp:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); }

.hero { position: relative; min-height: 850px; overflow: hidden; background: var(--night); color: white; }
.hero-dark { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(34,41,42,1) 0%, rgba(34,41,42,.98) 39%, rgba(34,41,42,.72) 58%, rgba(34,41,42,.06) 83%); }
.hero-dark::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-image { position: absolute; z-index: 1; inset: 0 0 0 38%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,12,20,.18), transparent 45%, rgba(4,12,20,.28)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; filter: saturate(.86) contrast(1.04); }
.hero-content { position: relative; z-index: 5; min-height: 850px; display: flex; align-items: center; padding-top: 94px; }
.hero-copy { width: min(700px, 61%); padding: 40px 0; }
.kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 27px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.kicker span { width: 38px; height: 1px; background: currentColor; }
.dark-kicker { color: #568985; }
.hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6vw, 84px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero-description { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.secondary-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.secondary-link span { color: var(--gold-light); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 42px; color: rgba(255,255,255,.43); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-note i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-caption { position: absolute; z-index: 6; right: 28px; bottom: 30px; display: flex; flex-direction: column; gap: 4px; padding: 13px 16px; border-right: 2px solid var(--gold); background: rgba(34,41,42,.78); backdrop-filter: blur(10px); text-align: right; }
.hero-caption span { font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.hero-caption small { color: rgba(255,255,255,.54); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

.whatsapp-button { min-width: 330px; min-height: 66px; display: inline-grid; grid-template-columns: 40px 1fr 30px; align-items: center; gap: 14px; padding: 10px 15px 10px 13px; border-radius: 11px; background: var(--green); color: white; box-shadow: 0 16px 38px rgba(7,89,35,.3); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.whatsapp-button:hover { background: var(--green-dark); transform: translateY(-3px); box-shadow: 0 21px 46px rgba(7,89,35,.34); }
.whatsapp-pulse { position: relative; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.whatsapp-pulse::before { content: ""; width: 15px; height: 13px; border: 2px solid white; border-radius: 50%; }
.whatsapp-pulse::after { content: ""; position: absolute; width: 6px; height: 6px; margin: 11px 0 0 -12px; border-left: 2px solid white; transform: rotate(28deg); }
.whatsapp-copy { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.whatsapp-copy small { color: rgba(255,255,255,.72); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-copy strong { font-size: 13px; font-weight: 800; }
.whatsapp-button > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 16px; }

.quick-message { background: var(--ivory); border-bottom: 1px solid var(--line); }
.quick-message-inner { min-height: 114px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.quick-message-inner > div { display: flex; align-items: center; gap: 24px; }
.quick-number { flex: 0 0 auto; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.quick-message p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.quick-message p strong { color: var(--ink); font-weight: 800; }
.quick-message a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 26px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); color: #427874; font-size: 12px; font-weight: 800; }

.section-intro { display: grid; grid-template-columns: 1fr .63fr; gap: 100px; align-items: end; }
.section-intro h2 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 4.8vw, 66px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.section-intro h2 em { color: #568985; font-weight: 400; }
.section-intro > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.situations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.situation-card { position: relative; min-height: 323px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.situation-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -55px; top: -55px; border: 1px solid rgba(114,170,166,.24); border-radius: 50%; }
.situation-card:hover { transform: translateY(-6px); border-color: #91bcb8; box-shadow: 0 22px 50px rgba(35,40,45,.08); }
.card-index { position: absolute; right: 25px; top: 22px; color: #c9d7d5; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.situation-card > small { margin-top: 42px; color: #568985; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.situation-card h3 { max-width: 270px; margin: 13px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.16; }
.situation-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.situation-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid #e3ebea; color: #427874; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.service-flow { padding: 112px 0; background: var(--night); color: white; }
.flow-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 110px; }
.flow-heading h2, .lawyer h2, .youtube-section h2, .documents h2, .faq h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 4.8vw, 68px); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.flow-lead { max-width: 590px; margin: 26px 0 34px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.flow-heading .whatsapp-button { max-width: 340px; }
.flow-steps { border-top: 1px solid rgba(255,255,255,.16); }
.flow-steps article { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.flow-steps article > span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.flow-steps h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.flow-steps p { max-width: 560px; margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.68; }

.lawyer { background: var(--white); }
.lawyer-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 110px; }
.lawyer-lead { max-width: 650px; margin: 27px 0 0; color: #4f7f7b; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.5; }
.lawyer-copy > p:not(.kicker):not(.lawyer-lead) { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.lawyer-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.lawyer-principles div { min-height: 106px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border: 1px solid var(--line); }
.lawyer-principles span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.lawyer-principles strong { font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.editorial-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); color: #3f716e; font-size: 11px; font-weight: 900; }
.lawyer-photo { position: relative; max-width: 510px; justify-self: end; }
.photo-frame { position: relative; overflow: hidden; aspect-ratio: .72; background: var(--ivory); }
.photo-frame::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.photo-label { position: absolute; left: -58px; bottom: 42px; min-width: 176px; display: flex; flex-direction: column; gap: 5px; padding: 19px 22px; background: var(--night); color: white; box-shadow: 0 18px 45px rgba(34,41,42,.22); }
.photo-label strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.photo-label small { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.youtube-section { padding: 108px 0; background: #f0f6f5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.youtube-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 88px; }
.youtube-copy > p:not(.kicker) { max-width: 520px; margin: 25px 0 29px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.youtube-copy > a { display: inline-flex; align-items: center; gap: 27px; padding: 13px 18px; border: 1px solid var(--gold); color: #3d716d; font-size: 11px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.youtube-copy > a:hover { background: var(--night); color: white; }
.youtube-video { overflow: hidden; aspect-ratio: 16 / 9; background: var(--night); border: 8px solid white; box-shadow: 0 24px 58px rgba(43,60,60,.16); }
.youtube-video iframe { display: block; width: 100%; height: 100%; border: 0; }

.documents { padding: 104px 0; background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.documents-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 105px; }
.documents-intro > p:not(.kicker) { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.documents-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c8d7d5; border-left: 1px solid #c8d7d5; }
.documents-list > div { min-height: 98px; display: grid; grid-template-columns: 31px 1fr 24px; align-items: center; gap: 13px; padding: 17px 20px; border-right: 1px solid #c8d7d5; border-bottom: 1px solid #c8d7d5; }
.documents-list span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.documents-list p { margin: 0; font-size: 12px; font-weight: 800; line-height: 1.45; }
.documents-list i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(114,170,166,.16); color: #4f7f7b; font-style: normal; font-size: 10px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading > p:not(.kicker) { max-width: 470px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c6d7d5; border-radius: 50%; font-family: Arial, sans-serif; font-style: normal; font-size: 18px; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--night); color: white; }
.faq-list details p { margin: -4px 58px 28px 0; color: var(--muted); font-size: 13px; line-height: 1.76; }

.contact { padding: 108px 0; background: var(--night-soft); color: white; }
.contact-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 68px; align-items: center; }
.contact-copy > p:not(.kicker) { max-width: 590px; margin: 26px 0 32px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.78; }
.contact-copy > small { max-width: 460px; display: block; margin-top: 18px; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.6; }
.contact-panel { overflow: hidden; border: 1px solid #9fbab7; border-radius: 14px; background: #d9e6e4; color: var(--ink); box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.contact-panel-heading { padding: 30px 32px 26px; border-bottom: 1px solid #acc4c1; background: #c9dcda; }
.contact-panel-heading > span { color: #416f6c; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-panel-heading h3 { max-width: 560px; margin: 10px 0 0; color: #252d2e; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; line-height: 1.22; }
.contact-list { display: grid; gap: 10px; padding: 12px; }
.contact-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; min-width: 0; min-height: 116px; padding: 23px 22px; border: 1px solid #b7cbc8; border-radius: 9px; background: #f4f8f7; color: #273031; box-shadow: 0 4px 12px rgba(46,77,75,.06); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.contact-row:hover { border-color: #679d98; background: #ffffff; box-shadow: 0 10px 24px rgba(31,67,64,.13); transform: translateY(-2px); }
.contact-row:focus-visible, .contact-socials a:focus-visible { outline: 3px solid #8fd0ca; outline-offset: 3px; }
.contact-row:active, .contact-socials a:active { transform: translateY(0); background: #d7e8e5; }
.contact-row.primary-contact { border-color: #86bba6; background: #def0e7; box-shadow: inset 5px 0 0 var(--green), 0 5px 16px rgba(29,111,59,.08); }
.channel-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.channel-copy small { color: #4b7471; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.channel-copy strong { overflow-wrap: anywhere; color: #20292a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 27px); font-weight: 600; line-height: 1.14; }
.channel-copy em { color: #586667; font-size: 12px; font-style: normal; }
.channel-action { min-width: 164px; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 16px; border: 1px solid #679b97; border-radius: 7px; background: #e3eeec; color: #244f4c; font-size: 11px; font-weight: 900; }
.channel-action b { font-size: 17px; line-height: 1; }
.primary-contact .channel-action { border-color: var(--green); background: var(--green); color: white; }
.contact-socials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 0 12px 12px; background: #d9e6e4; }
.contact-socials a { min-width: 0; min-height: 104px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 18px 18px; border: 1px solid #a9c2bf; border-radius: 9px; background: #e7f0ef; color: #263031; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-socials a:hover { border-color: #5f9691; background: #f8fbfa; transform: translateY(-2px); }
.contact-socials a + a { border-left: 1px solid #a9c2bf; }
.contact-socials a span { display: flex; flex-direction: column; gap: 4px; }
.contact-socials small { color: #607071; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-socials strong { color: #263031; font-size: 15px; font-weight: 900; }
.contact-socials a > b { color: #3e7773; font-size: 11px; font-weight: 900; }

footer { padding: 38px 0; background: #1c2324; color: white; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 45px; }
.footer-wordmark .wordmark-logo { width: 66px; height: 66px; }
.footer-wordmark .wordmark-logo img { width: 66px; height: 66px; }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.39); font-size: 10px; line-height: 1.6; text-align: center; }
.footer-inner > a:last-child { color: rgba(255,255,255,.66); font-size: 11px; text-align: right; }

.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 20px; min-width: 246px; min-height: 62px; display: grid; grid-template-columns: 38px 1fr 26px; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 999px; background: var(--green); color: white; box-shadow: 0 16px 40px rgba(0,0,0,.28); transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: var(--green-dark); }
.floating-dot { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); }
.floating-dot i { width: 10px; height: 10px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.floating-whatsapp > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.floating-whatsapp small { color: rgba(255,255,255,.69); font-size: 8px; }
.floating-whatsapp strong { font-size: 11px; }
.floating-whatsapp b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 14px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .header-whatsapp { margin-left: auto; }
  .hero { min-height: 900px; }
  .hero-content { min-height: 900px; align-items: flex-start; padding-top: 150px; }
  .hero-copy { width: min(640px, 78%); }
  .hero-image { left: 23%; }
  .hero-dark { background: linear-gradient(90deg, rgba(34,41,42,1) 0%, rgba(34,41,42,.94) 48%, rgba(34,41,42,.28) 100%); }
  .situations-grid { grid-template-columns: repeat(2, 1fr); }
  .section-intro { gap: 50px; }
  .flow-shell { gap: 60px; }
  .lawyer-grid { gap: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy { max-width: 680px; }
  .contact-panel { width: 100%; }
  .youtube-grid, .documents-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 580px); }
  .section { padding: 78px 0; }
  .header-inner { height: 84px; }
  .wordmark-logo { width: 58px; height: 58px; }
  .wordmark-logo img { width: 58px; height: 58px; }
  .wordmark-text strong { font-size: 15px; }
  .wordmark-text small { font-size: 7px; }
  .header-whatsapp { min-height: 39px; padding: 0 12px; }
  .header-whatsapp span { display: none; }
  .hero { min-height: 940px; }
  .hero-content { min-height: 940px; padding-top: 120px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero-dark { background: linear-gradient(180deg, rgba(34,41,42,.98) 0%, rgba(34,41,42,.92) 54%, rgba(34,41,42,.18) 100%); }
  .hero-image { inset: 43% 0 0; }
  .hero-image img { object-position: 58% center; }
  .hero h1 { font-size: 50px; }
  .hero-description { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .whatsapp-button { width: 100%; min-width: 0; }
  .hero-note { flex-wrap: wrap; line-height: 1.6; }
  .hero-caption { right: 16px; bottom: 18px; }
  .quick-message-inner { min-height: 0; align-items: flex-start; flex-direction: column; gap: 23px; padding: 30px 0; }
  .quick-message-inner > div { align-items: flex-start; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }
  .section-intro h2 { font-size: 43px; }
  .situations-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 280px; }
  .service-flow { padding: 76px 0; }
  .flow-shell { grid-template-columns: 1fr; gap: 46px; }
  .flow-heading h2, .lawyer h2, .youtube-section h2, .documents h2, .faq h2, .contact h2 { font-size: 43px; }
  .lawyer-grid, .youtube-grid, .documents-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .lawyer-principles { grid-template-columns: 1fr; }
  .lawyer-principles div { min-height: 90px; }
  .lawyer-photo { width: calc(100% - 24px); justify-self: start; }
  .photo-label { left: auto; right: -24px; }
  .documents { padding: 76px 0; }
  .documents-list { grid-template-columns: 1fr; }
  .documents-list > div { min-height: 84px; }
  .youtube-section { padding: 76px 0; }
  .youtube-video { width: calc(100% + 20px); margin-left: -10px; border-width: 5px; }
  .faq-list summary { min-height: 82px; font-size: 17px; }
  .contact { padding: 78px 0; }
  .contact-grid { gap: 40px; }
  .contact-panel-heading { padding: 24px 20px 22px; }
  .contact-panel-heading > span { font-size: 10px; }
  .contact-panel-heading h3 { font-size: 23px; }
  .contact-panel { border-radius: 11px; }
  .contact-list { gap: 9px; padding: 10px; }
  .contact-row { min-height: 0; grid-template-columns: 1fr; gap: 16px; padding: 21px 18px; }
  .channel-copy strong { font-size: 21px; }
  .channel-copy em { font-size: 11px; line-height: 1.5; }
  .channel-action { width: 100%; min-width: 0; min-height: 48px; }
  .contact-socials { grid-template-columns: 1fr; }
  .contact-socials { gap: 9px; padding: 0 10px 10px; }
  .contact-socials a { min-height: 78px; flex-direction: row; align-items: center; padding: 17px 18px; }
  .contact-socials a + a { border-left: 1px solid #a9c2bf; border-top: 1px solid #a9c2bf; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-inner > p, .footer-inner > a:last-child { text-align: left; }
  .floating-whatsapp { right: 12px; bottom: 12px; min-width: 0; width: 56px; height: 56px; min-height: 56px; display: grid; grid-template-columns: 1fr; padding: 0; place-items: center; }
  .floating-whatsapp > span:nth-child(2), .floating-whatsapp > b { display: none; }
  .floating-dot { background: transparent; }
}

@media (max-width: 400px) {
  .container { width: min(100% - 24px, 580px); }
  .contact-panel-heading { padding: 22px 17px 20px; }
  .contact-panel-heading h3 { font-size: 21px; }
  .contact-row { padding: 19px 15px; }
  .channel-copy strong { font-size: 19px; }
  .contact-socials a { padding: 16px 15px; }
}

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