/* Avendario Management UG — Dark Corporate Theme */
:root {
  --navy-1000: #040d18;
  --navy-975: #061321;
  --navy-950: #07182b;
  --navy-900: #0b2039;
  --navy-850: #0e2945;
  --navy-800: #123251;
  --navy-700: #1d456b;
  --gold-700: #946a30;
  --gold-600: #aa7d3d;
  --gold-500: #bd9558;
  --gold-400: #cfad75;
  --gold-300: #ddc59d;
  --ice: #eef4fa;
  --text: #e8eef5;
  --muted: #a7b4c3;
  --muted-2: #7f8fa1;
  --line: rgba(221, 197, 157, .16);
  --line-blue: rgba(166, 190, 214, .14);
  --panel: rgba(12, 34, 57, .72);
  --panel-solid: #0c2239;
  --shadow-sm: 0 14px 40px rgba(0, 0, 0, .22);
  --shadow-lg: 0 32px 90px rgba(0, 0, 0, .38);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", Avenir, Futura, "Trebuchet MS", var(--font-sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--navy-1000); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 8%, rgba(189,149,88,.08), transparent 26%),
    radial-gradient(circle at 12% 42%, rgba(29,69,107,.12), transparent 32%),
    var(--navy-975);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--gold-400); color: var(--navy-1000); }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  padding: 10px 14px; border-radius: 8px; color: var(--navy-1000); background: var(--gold-300);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: var(--container); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px; color: var(--gold-400);
  font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; box-shadow: 0 0 14px rgba(207,173,117,.35); }
.section { position: relative; padding: 112px 0; }
.section.alt { background: linear-gradient(180deg, rgba(12,34,57,.62), rgba(7,24,43,.82)); border-block: 1px solid var(--line-blue); }
.section-title {
  margin: 0; color: var(--ice); font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.04em;
}
.section-intro { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 1.13rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  border-bottom: 1px solid transparent;
  background: rgba(4, 13, 24, .72); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line-blue); box-shadow: 0 10px 40px rgba(0,0,0,.24); background: rgba(4,13,24,.94); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; color: var(--ice); }
.brand img { width: 45px; height: 45px; object-fit: contain; filter: drop-shadow(0 7px 18px rgba(0,0,0,.3)); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.03rem; letter-spacing: .18em; font-weight: 700; }
.brand-copy small { margin-top: 6px; font-size: .53rem; letter-spacing: .28em; font-weight: 800; color: var(--gold-400); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  position: relative; color: #c6d1dd; text-decoration: none; font-size: .88rem; font-weight: 700;
  letter-spacing: .025em;
}
.main-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-400);
  transition: right .25s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(221,197,157,.52); border-radius: 999px; color: var(--gold-300) !important; transition: .25s ease; }
.nav-cta:hover { color: var(--navy-1000) !important; background: var(--gold-300); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(189,149,88,.18); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--ice); transition: .25s ease;
}
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative; min-height: 900px; display: grid; align-items: center;
  padding: 154px 0 88px; overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(189,149,88,.16), transparent 28%),
    radial-gradient(circle at 19% 76%, rgba(29,69,107,.32), transparent 38%),
    linear-gradient(142deg, #040d18 0%, #07182b 52%, #0b2039 100%);
  border-bottom: 1px solid var(--line-blue);
}
.hero::before {
  content: ""; position: absolute; width: 720px; height: 720px; right: -190px; top: 40px;
  border: 1px solid rgba(221,197,157,.17); border-radius: 50%; box-shadow: inset 0 0 80px rgba(189,149,88,.03);
}
.hero::after {
  content: ""; position: absolute; width: 490px; height: 490px; right: -25px; top: 170px;
  border: 1px solid rgba(166,190,214,.13); border-radius: 50%;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.hero h1 {
  margin: 0; max-width: 800px; color: #f4f7fb; font-family: var(--font-display);
  font-size: clamp(3.1rem, 6.6vw, 6.6rem); line-height: .96; letter-spacing: -.055em; font-weight: 650;
  text-shadow: 0 14px 40px rgba(0,0,0,.2);
}
.hero h1 .gold { color: var(--gold-400); }
.hero-copy { max-width: 700px; margin: 30px 0 0; color: #b8c5d2; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 23px; border: 1px solid transparent; border-radius: 999px;
  text-decoration: none; font-weight: 800; font-size: .92rem; letter-spacing: .015em; transition: .25s ease;
}
.btn-primary { color: var(--navy-1000); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 15px 38px rgba(189,149,88,.20); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(189,149,88,.30); filter: brightness(1.05); }
.btn-secondary { color: #d8e1ea; border-color: rgba(221,197,157,.28); background: rgba(255,255,255,.035); }
.btn-secondary:hover { border-color: var(--gold-400); color: var(--gold-300); transform: translateY(-2px); background: rgba(221,197,157,.06); }
.arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 540px; }
.hero-visual::before {
  content: ""; position: absolute; width: min(485px, 94%); aspect-ratio: 1; border-radius: 46% 54% 59% 41% / 44% 39% 61% 56%;
  background: linear-gradient(145deg, rgba(18,50,81,.92), rgba(7,24,43,.78));
  border: 1px solid rgba(221,197,157,.18); box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.06);
  animation: morph 12s ease-in-out infinite alternate;
}
.hero-visual::after { content: ""; position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(189,149,88,.14), transparent 67%); filter: blur(12px); }
.hero-mark { position: relative; z-index: 2; width: min(345px, 70%); filter: drop-shadow(0 28px 42px rgba(0,0,0,.42)); }
.hero-note {
  position: absolute; z-index: 3; right: -10px; bottom: 42px; max-width: 285px; padding: 20px 22px;
  border: 1px solid rgba(221,197,157,.26); border-radius: 16px; background: rgba(7,24,43,.72); backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm); color: #eaf0f6; font-weight: 700; font-size: .92rem;
}
.hero-note span { display: block; margin-top: 4px; color: var(--gold-400); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
@keyframes morph { to { border-radius: 57% 43% 42% 58% / 41% 56% 44% 59%; transform: rotate(2deg) scale(1.02); } }

.trust-bar { border-block: 1px solid var(--line-blue); background: rgba(4,13,24,.82); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 28px; border-right: 1px solid var(--line-blue); color: #aebdcb; text-align: center; font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-item:last-child { border-right: 0; }

.services-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.services-head .section-intro { margin: 0; max-width: 500px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 310px; padding: 34px; overflow: hidden;
  border: 1px solid var(--line-blue); border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(18,50,81,.72), rgba(7,24,43,.92));
  box-shadow: 0 0 0 rgba(0,0,0,0); transition: .3s ease;
}
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(255,255,255,.035), transparent 42%); pointer-events: none; }
.service-card::after {
  content: ""; position: absolute; width: 180px; height: 180px; right: -105px; bottom: -105px; border-radius: 50%;
  background: rgba(189,149,88,.10); transition: .35s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); border-color: rgba(221,197,157,.32); }
.service-card:hover::after { transform: scale(1.55); }
.service-number { color: var(--gold-400); font-size: .76rem; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { margin: 52px 0 12px; color: #f2f6fa; font-family: var(--font-display); font-size: 1.5rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .96rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.visual-panel {
  position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #061321, #123251); border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(221,197,157,.22); }
.visual-panel::before { width: 520px; height: 520px; left: -210px; bottom: -170px; }
.visual-panel::after { width: 320px; height: 320px; right: -100px; top: -90px; }
.visual-panel .mark-watermark { position: absolute; width: 340px; right: 5%; top: 18%; opacity: .96; filter: drop-shadow(0 22px 40px rgba(0,0,0,.38)); }
.visual-caption { position: absolute; left: 42px; right: 42px; bottom: 42px; color: #fff; }
.visual-caption small { display: block; color: var(--gold-400); letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.visual-caption strong { display: block; margin-top: 10px; font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.5rem); line-height: 1.18; }
.feature-list { margin: 38px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 23px 0; border-bottom: 1px solid var(--line-blue); }
.feature-list li:first-child { border-top: 1px solid var(--line-blue); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-1000); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-weight: 900; }
.feature-list strong { display: block; color: var(--ice); font-size: 1.03rem; }
.feature-list span { display: block; margin-top: 4px; color: var(--muted); font-size: .94rem; }

.approach { overflow: hidden; background: linear-gradient(135deg, #061321, #0b2039 58%, #0e2945); color: #fff; border-block: 1px solid var(--line-blue); }
.approach::after { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; bottom: -320px; border-radius: 50%; border: 1px solid rgba(221,197,157,.15); }
.approach .section-title { color: #fff; }
.approach .section-intro { color: #aebdcb; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 62px; background: rgba(221,197,157,.16); border: 1px solid rgba(221,197,157,.16); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.step { min-height: 310px; padding: 38px; background: rgba(6,19,33,.94); }
.step-num { color: var(--gold-400); font-size: .75rem; font-weight: 900; letter-spacing: .2em; }
.step h3 { margin: 58px 0 14px; font-family: var(--font-display); font-size: 1.55rem; }
.step p { margin: 0; color: #9facba; font-size: .95rem; }

.company-section { background: linear-gradient(180deg, #07182b 0%, #061321 100%); }
.company-header { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: end; }
.company-header .section-intro { margin: 0; }
.experience-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 56px; }
.stat-card { min-height: 155px; padding: 26px 24px; border: 1px solid var(--line-blue); border-radius: var(--radius-sm); background: rgba(12,34,57,.58); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.stat-card strong { display: block; color: var(--gold-300); font-family: var(--font-display); font-size: clamp(1.75rem,3vw,2.45rem); line-height: 1; letter-spacing: -.035em; }
.stat-card span { display: block; margin-top: 13px; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.competence-wrap { margin-top: 22px; }
.competence-panel { padding: 36px; border: 1px solid var(--line-blue); border-radius: var(--radius-lg); background: rgba(4,13,24,.62); }
.competence-panel h3 { margin: 0 0 22px; color: #fff; font-family: var(--font-display); font-size: 1.45rem; }
.competence-list { margin: 0; padding: 0; list-style: none; }
.competence-list li { position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid var(--line-blue); color: #b6c3d0; font-size: .94rem; }
.competence-list li:last-child { border-bottom: 0; }
.competence-list li::before { content: ""; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 12px rgba(189,149,88,.45); }
.competence-panel .competence-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; }
.career-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.career-strip span { padding: 9px 14px; border: 1px solid rgba(221,197,157,.18); border-radius: 999px; color: #b8c5d2; background: rgba(12,34,57,.46); font-size: .8rem; font-weight: 700; letter-spacing: .025em; }

.contact-section { position: relative; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg, #0e2945, #07182b 60%, #040d18); border-top: 1px solid var(--line-blue); }
.contact-section::before { content:""; position:absolute; width:610px; height:610px; right:-240px; top:-260px; border:1px solid rgba(221,197,157,.18); border-radius:50%; }
.contact-box { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.contact-box h2 { margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(2.5rem,5.7vw,5.2rem); line-height: 1.02; letter-spacing: -.045em; }
.contact-box p { max-width: 680px; color: #acbac8; }
.contact-card { padding: 34px; border: 1px solid rgba(221,197,157,.24); border-radius: var(--radius-md); background: rgba(4,13,24,.50); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.contact-label { color: var(--gold-400); font-size: .73rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.contact-card a { display: block; margin: 8px 0 22px; color: #fff; text-decoration: none; font-size: 1.18rem; font-weight: 800; overflow-wrap: anywhere; }
.contact-card address { color: var(--muted); font-style: normal; }

.site-footer { padding: 58px 0 24px; color: #8696a7; background: #030a12; border-top: 1px solid var(--line-blue); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 44px; }
.footer-logo { display: inline-flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.footer-logo img { width: 52px; height: 52px; object-fit: contain; opacity: .96; }
.footer-logo span { display: grid; line-height: 1; }
.footer-logo strong { font-family: var(--font-display); font-size: 1.18rem; letter-spacing: .18em; }
.footer-logo small { margin-top: 7px; color: var(--gold-400); font-size: .58rem; letter-spacing: .28em; font-weight: 800; }
.footer-brand p { max-width: 390px; margin: 20px 0 0; font-size: .92rem; }
.footer-col h3 { margin: 0 0 15px; color: #e6edf4; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 8px 0; color: #899aaa; text-decoration: none; font-size: .92rem; }
.footer-col a:hover { color: var(--gold-400); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--line-blue); font-size: .82rem; }

/* Legal pages */
.legal-hero { position: relative; overflow: hidden; padding: 166px 0 68px; background: linear-gradient(135deg, #040d18, #0b2039); border-bottom: 1px solid var(--line-blue); }
.legal-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -170px; top: -170px; border: 1px solid rgba(221,197,157,.15); border-radius: 50%; }
.legal-hero h1 { margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(2.8rem,6vw,5.4rem); letter-spacing: -.045em; line-height: 1; }
.legal-main { padding: 76px 0 110px; background: #07182b; }
.legal-content { max-width: 880px; }
.legal-content h2 { margin: 48px 0 14px; color: #f1f5f9; font-family: var(--font-display); font-size: 1.55rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 10px; color: #dce5ed; font-size: 1.03rem; }
.legal-content p, .legal-content li, .legal-content address { color: #aebbc8; }
.legal-content a { color: var(--gold-300); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content address { font-style: normal; }
.legal-alert { margin: 0 0 34px; padding: 20px 22px; border-left: 4px solid var(--gold-500); background: rgba(189,149,88,.10); color: #dfcba9; border-radius: 0 10px 10px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 44px; color: var(--gold-300); font-weight: 800; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 86px 0 auto; display: grid; gap: 0; padding: 12px 20px 30px; border-bottom: 1px solid var(--line-blue); background: rgba(4,13,24,.985); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .28s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 16px 8px; border-bottom: 1px solid var(--line-blue); font-size: 1rem; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 14px; border-bottom: 1px solid rgba(221,197,157,.52) !important; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .split, .contact-box, .company-header { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 440px; }
  .hero-note { right: 4%; bottom: 15px; }
  .services-head { display: block; }
  .services-head .section-intro { margin-top: 22px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .split { gap: 55px; }
  .visual-panel { min-height: 500px; }
  .experience-stats { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .section { padding: 82px 0; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .48rem; }
  .nav-wrap { min-height: 76px; }
  .main-nav { inset: 76px 0 auto; }
  .hero { padding: 125px 0 62px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-visual { min-height: 365px; }
  .hero-note { max-width: 235px; padding: 16px; font-size: .82rem; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item { border-bottom: 1px solid var(--line-blue); }
  .trust-item:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 250px; }
  .visual-panel { min-height: 430px; }
  .visual-panel .mark-watermark { width: 260px; right: 7%; }
  .visual-caption { left: 25px; right: 25px; bottom: 25px; }
  .experience-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { min-height: 145px; padding: 22px 18px; }
  .competence-panel { padding: 28px; }
  .competence-panel .competence-list { grid-template-columns: 1fr; }
  .contact-section { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding: 132px 0 52px; }
  .legal-main { padding: 56px 0 80px; }
}

@media (max-width: 440px) {
  .experience-stats { grid-template-columns: 1fr; }
  .stat-card { min-height: auto; }
}

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