:root {
  --navy: #101b35;
  --navy-soft: #1a2949;
  --ink: #172033;
  --slate: #596174;
  --gold: #b99861;
  --gold-light: #ddc9a7;
  --paper: #f7f7f5;
  --white: #ffffff;
  --line: #dfe1e5;
  --success: #1f7a4d;
  --shadow: 0 22px 60px rgba(16, 27, 53, .13);
  --radius: 3px;
  --container: min(1440px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: white; color: var(--navy); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

h1, h2, h3, .serif {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.9rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 1.2rem; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 760px; color: var(--slate); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.muted { color: var(--slate); }
.section { padding: clamp(78px, 10vw, 132px) 0; }
.section-alt { background: var(--paper); }
.section-dark { color: white; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: minmax(0, 900px); gap: 20px; align-items: start; margin-bottom: 58px; }
.section-heading--single { display: block; }
.section-heading--single h2 { max-width: 820px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > .lead { max-width: 760px; margin-bottom: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--gold-light);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold); }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.button-outline:hover { color: var(--navy); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "→"; color: var(--gold); font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(16,27,53,.12);
  color: var(--navy);
  background: rgba(255,255,255,.97);
}
.site-header.inner-header { position: relative; color: var(--navy); background: white; border-color: var(--line); }
.header-inner { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 255px; height: auto; }
.brand img, .footer-logo { content: url("../images/logo-transparente.png"); object-fit: contain; }
.inner-header .brand img { filter: none; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.main-nav > a { position: relative; padding: 11px 0; font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.main-nav .button { min-height: 44px; padding: 9px 17px; color: var(--navy); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid currentColor; color: inherit; background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; content: ""; }

.hero { position: relative; min-height: 860px; display: grid; align-items: center; padding: 150px 0 105px; color: white; background: var(--navy); overflow: hidden; }
.hero::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,15,31,.95) 0%, rgba(8,15,31,.76) 42%, rgba(8,15,31,.12) 78%); content: ""; }
.hero::after { position: absolute; inset: auto 0 0; z-index: 1; height: 210px; background: linear-gradient(transparent, rgba(8,15,31,.55)); content: ""; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .container { width: min(1320px, calc(100% - 120px)); }
.hero-content { position: relative; z-index: 2; max-width: none; }
.hero h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(3rem, 5.6vw, 5.75rem); }
.hero .lead { max-width: 650px; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-note { position: relative; z-index: 2; width: fit-content; max-width: 480px; margin: 28px 0 0; padding: 14px 18px; border: 1px solid rgba(221,201,167,.42); border-left: 3px solid var(--gold-light); color: white; background: rgba(8,15,31,.78); box-shadow: 0 14px 34px rgba(8,15,31,.24); font-size: .88rem; font-weight: 600; line-height: 1.45; text-align: left; backdrop-filter: blur(7px); }

.intro-grid { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); gap: clamp(54px, 7vw, 110px); align-items: center; }
.intro-visual { position: relative; margin: 0; }
.intro-visual::before { position: absolute; inset: -18px auto auto -18px; z-index: -1; width: 44%; height: 42%; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); content: ""; }
.intro-visual img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: 44% center; }
.intro-visual figcaption { position: absolute; right: -26px; bottom: 26px; display: grid; min-width: 230px; padding: 18px 22px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.intro-visual figcaption strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.intro-visual figcaption span { color: rgba(255,255,255,.72); font-size: .78rem; }
.intro-copy .eyebrow { margin-top: 8px; }
.intro-copy h2 { max-width: 820px; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 38px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-block: 1px solid var(--line); }
.stat { padding: 32px 26px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 2.6rem; font-weight: 400; }
.stat span { color: var(--slate); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-card { position: relative; min-height: 245px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .25s ease, background .25s ease; }
.area-card:hover { color: white; background: var(--navy); }
.area-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.area-icon { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.area-card:hover .area-icon { transform: translateY(-3px); }
.area-number { color: var(--gold); font-size: .78rem; letter-spacing: .12em; }
.area-card h3 { margin: 34px 0 18px; }
.area-card p { color: var(--slate); font-size: .93rem; }
.area-card:hover p { color: rgba(255,255,255,.7); }

.method-heading { display: block; margin-bottom: 58px; }
.method-heading h2 { margin-bottom: 0; }
.method-heading .lead { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.7); }
.method-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(54px, 6vw, 96px); align-items: stretch; }
.method-visual { position: relative; min-height: 430px; margin: 0; overflow: hidden; }
.method-visual::after { position: absolute; inset: 0; border: 1px solid rgba(221,201,167,.25); content: ""; pointer-events: none; }
.method-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.method-visual:hover img { transform: scale(1.025); }
.method-list { display: grid; grid-template-rows: repeat(3, 1fr); border-bottom: 1px solid rgba(255,255,255,.18); counter-reset: method; }
.method-item { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 22px; align-items: center; padding: 28px 12px 28px 72px; border-top: 1px solid rgba(255,255,255,.18); counter-increment: method; }
.method-item:last-child { border-bottom: 0; }
.method-item::before { position: absolute; left: 0; top: 23px; color: var(--gold-light); content: "0" counter(method); font-size: .8rem; letter-spacing: .12em; }
.method-icon { width: 42px; height: 42px; padding: 9px; fill: none; stroke: var(--gold-light); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; border: 1px solid rgba(221,201,167,.3); }
.method-item h3 { margin-bottom: 8px; }
.method-item p { margin: 0; color: rgba(255,255,255,.65); }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.articles-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.article-card { display: flex; min-height: 360px; flex-direction: column; padding: 32px; color: inherit; background: var(--paper); border-top: 3px solid var(--gold); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-card .meta { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-card h3 { margin: 55px 0 18px; font-size: 1.75rem; }
.article-card p { color: var(--slate); }
.article-card .text-link { margin-top: auto; }
.article-card--news { min-height: 520px; padding: 0; overflow: hidden; }
.article-card-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.article-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 27px; }
.article-card--news h3 { margin: 22px 0 14px; font-size: clamp(1.28rem, 1.6vw, 1.55rem); }
.article-card--news p { margin-bottom: 26px; font-size: .93rem; }
.blog-actions { display: flex; justify-content: center; margin-top: 42px; }
.blog-actions .button { min-width: 190px; }

.page-hero { padding: 105px 0 76px; color: white; background: var(--navy); }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 { max-width: 930px; margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.page-hero .lead { color: rgba(255,255,255,.72); }
.internal-feature { position: relative; margin: 0 0 clamp(64px, 8vw, 104px); overflow: hidden; background: var(--navy); }
.internal-feature img { width: 100%; aspect-ratio: 12 / 4.6; object-fit: cover; }
.internal-feature::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,15,31,.72), transparent 58%); content: ""; pointer-events: none; }
.internal-feature figcaption { position: absolute; left: clamp(26px, 5vw, 70px); bottom: clamp(24px, 4vw, 56px); z-index: 1; display: grid; max-width: 530px; color: white; }
.internal-feature figcaption .eyebrow { margin-bottom: 10px; color: var(--gold-light); }
.internal-feature figcaption strong { font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2.35rem); font-weight: 400; line-height: 1.2; }
.internal-feature--practice img { object-position: center 48%; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .36fr); gap: 80px; }
.content-block h2 { margin-top: 58px; font-size: 2.25rem; }
.content-block h2:first-child { margin-top: 0; }
.side-panel { padding: 30px; background: var(--paper); border-top: 3px solid var(--gold); }
.side-panel h3 { margin-bottom: 18px; }
.side-panel ul { margin: 0; padding-left: 18px; color: var(--slate); }
.values-panel ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.values-panel li { position: relative; padding-left: 27px; }
.values-panel li::before { position: absolute; left: 0; top: .22em; width: 15px; height: 9px; border-bottom: 1.5px solid var(--gold); border-left: 1.5px solid var(--gold); content: ""; transform: rotate(-45deg); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card { overflow: hidden; background: var(--paper); }
.team-photo { display: block; width: 100%; height: auto; aspect-ratio: 4/4.6; object-fit: cover; object-position: center 22%; }
.team-photo--group { object-position: center 18%; }
.team-body { padding: 26px; }
.team-body h3 { margin-bottom: 7px; }
.team-body p { color: var(--slate); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 34px; background: white; border-top: 3px solid var(--gold); }
.value-card svg { width: 42px; height: 42px; margin-bottom: 32px; fill: none; stroke: var(--gold); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin-bottom: 12px; }
.value-card p { margin-bottom: 0; color: var(--slate); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.contact-visual { position: relative; margin: 0 0 clamp(64px, 8vw, 96px); overflow: hidden; background: var(--navy); }
.contact-visual img { width: 100%; aspect-ratio: 12 / 4.4; object-fit: cover; }
.contact-visual figcaption { position: absolute; right: 28px; bottom: 28px; max-width: 390px; padding: 16px 20px; color: white; background: rgba(8,15,31,.88); font-family: Georgia, serif; font-size: 1.2rem; }
.contact-list { list-style: none; margin: 38px 0 0; padding: 0; }
.contact-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-list span { display: block; color: var(--slate); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a { font-weight: 650; text-decoration: none; }
.contact-icon { width: 38px; height: 38px; padding: 8px; fill: none; stroke: var(--gold); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; border: 1px solid var(--line); }
.contact-list .contact-value { color: inherit; font-size: 1rem; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.form-card { padding: clamp(28px, 5vw, 54px); background: var(--paper); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 22px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfd3da; border-radius: 0; padding: 14px 15px; color: var(--ink); background: white; }
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.check-field { display: flex; align-items: flex-start; gap: 10px; color: var(--slate); font-size: .88rem; }
.check-field input { margin-top: 5px; }
.form-status { margin-top: 18px; padding: 12px 14px; border-left: 3px solid var(--gold); background: white; }

.privacy-section { padding-top: clamp(64px, 8vw, 104px); }
.privacy-layout { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 820px); gap: clamp(54px, 8vw, 110px); align-items: start; justify-content: center; }
.privacy-summary { position: sticky; top: 28px; padding: 28px; border-top: 3px solid var(--gold); background: var(--paper); }
.privacy-summary .eyebrow { margin-bottom: 10px; }
.privacy-updated { margin-bottom: 24px; color: var(--slate); font-size: .88rem; }
.privacy-nav { display: grid; gap: 0; }
.privacy-nav a { padding: 10px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: .9rem; line-height: 1.35; text-decoration: none; }
.privacy-nav a:hover { color: var(--gold); }
.privacy-content { min-width: 0; }
.privacy-intro { margin-bottom: 54px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.45; }
.privacy-content > section:not(.privacy-contact) { padding: 0 0 34px; margin-bottom: 38px; border-bottom: 1px solid var(--line); scroll-margin-top: 28px; }
.privacy-content h2 { margin-bottom: 18px; font-size: clamp(1.75rem, 3vw, 2.35rem); }
.privacy-content p, .privacy-content li { color: var(--slate); }
.privacy-content ul { display: grid; gap: 8px; padding-left: 21px; margin: 0 0 1.2rem; }
.privacy-content a:not(.button) { color: var(--navy); text-underline-offset: 3px; }
.privacy-contact { margin-top: 56px; padding: clamp(30px, 5vw, 48px); color: white; background: var(--navy); }
.privacy-contact h2 { margin-bottom: 14px; color: white; }
.privacy-contact p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.privacy-contact a:not(.button) { color: white; }

.cta { display: grid; grid-template-columns: minmax(0, 740px) auto; gap: clamp(38px, 5vw, 72px); align-items: center; justify-content: start; }
.cta h2 { max-width: 740px; margin-bottom: 0; }
.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.72); background: #0b1428; }
.site-footer .container { width: min(1180px, calc(100% - 80px)); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(150px, .5fr) minmax(250px, .72fr); gap: clamp(42px, 5vw, 82px); align-items: start; }
.footer-grid > * { min-width: 0; }
.footer-grid > :first-child p { max-width: 570px; }
.footer-logo { width: 265px; margin-bottom: 22px; padding: 7px 10px; background: white; }
.footer-title { color: white; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { overflow-wrap: anywhere; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: inline-flex; min-width: 154px; height: 56px; padding: 0 20px; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: #168a48; box-shadow: 0 12px 30px rgba(10,47,28,.28); font-size: .78rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { background: #117a3e; box-shadow: 0 16px 34px rgba(10,47,28,.34); transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 80; display: none; max-width: 900px; margin-inline: auto; padding: 20px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.cookie-banner.show { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-banner p { margin: 0; font-size: .88rem; }
.cookie-actions { display: flex; gap: 9px; flex-shrink: 0; }
.cookie-actions button { min-height: 40px; padding: 8px 14px; border: 1px solid var(--gold); color: white; background: transparent; cursor: pointer; }
.cookie-actions .accept { color: var(--navy); background: var(--gold-light); }

@media (max-width: 980px) {
  :root { --container: min(100% - 40px, 900px); }
  .menu-toggle { display: block; }
  .hero .container { width: calc(100% - 64px); }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; padding: 120px 28px 38px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; color: white; background: var(--navy); opacity: 0; pointer-events: none; transform: translateY(-20px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 1rem; }
  .main-nav .button { margin-top: 22px; border: 0; }
  .inner-header .main-nav { color: white; }
  .section-heading, .intro-grid, .method-heading, .method-grid, .content-grid, .contact-grid, .privacy-layout { grid-template-columns: 1fr; gap: 34px; }
  .privacy-summary { position: static; }
  .privacy-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
  .method-heading { margin-bottom: 44px; }
  .method-visual { min-height: 360px; }
  .intro-grid { gap: 60px; }
  .intro-visual { max-width: 680px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .site-footer .container { width: min(760px, calc(100% - 48px)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 64px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .cta { grid-template-columns: 1fr; justify-items: start; gap: 28px; }
}

@media (max-width: 650px) {
  :root { --container: min(100% - 28px, 620px); }
  .header-inner { min-height: 80px; }
  .brand img { width: 205px; }
  .hero .container { width: calc(100% - 44px); }
  .hero { min-height: 820px; padding: 122px 0 80px; }
  .hero-note { width: auto; max-width: none; margin-top: 24px; padding: 12px 15px; font-size: .8rem; }
  .hero::before { background: linear-gradient(90deg, rgba(8,15,31,.95), rgba(8,15,31,.62)); }
  .intro-columns, .areas-grid, .articles-grid, .team-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .internal-feature img, .contact-visual img { aspect-ratio: 4 / 3; }
  .internal-feature::after { background: linear-gradient(0deg, rgba(8,15,31,.82), transparent 72%); }
  .internal-feature figcaption { left: 22px; right: 22px; bottom: 22px; }
  .contact-visual figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; font-size: 1rem; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .area-card { min-height: 205px; }
  .area-card h3 { margin-top: 36px; }
  .intro-visual figcaption { right: 14px; bottom: 14px; min-width: 0; }
  .method-item { grid-template-columns: 44px 1fr; gap: 14px; padding-left: 0; }
  .method-item::before { display: none; }
  .method-icon { width: 40px; height: 40px; }
  .method-visual { min-height: 0; }
  .method-visual img { height: auto; aspect-ratio: 4 / 3; }
  .blog-actions { margin-top: 30px; }
  .team-photo { aspect-ratio: 4/3.8; }
  .privacy-summary { padding: 22px; }
  .privacy-nav { grid-template-columns: 1fr; }
  .privacy-intro { margin-bottom: 42px; }
  .privacy-content > section:not(.privacy-contact) { margin-bottom: 30px; padding-bottom: 28px; }
  .site-footer { padding-top: 58px; }
  .site-footer .container { width: calc(100% - 32px); }
  .footer-grid { gap: 34px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-logo { width: min(245px, 100%); margin-bottom: 18px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner.show { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .whatsapp-float { width: 56px; min-width: 56px; height: 56px; padding: 0; }
  .whatsapp-float span { display: none; }
}

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