
:root{--navy:#071d43;--blue:#0b73ea;--ink:#142033;--muted:#5f6b7a;--line:#dfe7f2;--soft:#f5f9ff;--green:#147a55;--shadow:0 18px 50px rgba(7,29,67,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}.brand img{width:150px}.navlinks{display:flex;gap:20px;font-size:14px;font-weight:750}.navlinks a,.lang a{text-decoration:none}.lang{display:flex;gap:5px}.lang a{padding:7px 9px;border-radius:9px;font-size:12px;font-weight:900}.lang .active{background:#eaf4ff;color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:13px;text-decoration:none;font-weight:850;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--blue),#1590ff);color:#fff;box-shadow:0 12px 24px rgba(11,115,234,.2)}.btn-secondary{border-color:#cad7e7;background:white;color:var(--navy)}.hero{padding:82px 0 66px;background:radial-gradient(circle at 85% 15%,rgba(86,179,255,.18),transparent 28%),linear-gradient(180deg,#fff,#f6fbff)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid #d6e8fb;background:#ecf6ff;color:var(--navy);font-weight:850;font-size:12px;letter-spacing:.07em;text-transform:uppercase;padding:8px 12px;border-radius:999px}.dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}h1{font-size:clamp(42px,5.4vw,68px);line-height:1.03;letter-spacing:-.045em;color:var(--navy);margin:22px 0}h2{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:0 0 14px}h3{color:var(--navy)}.lead{font-size:20px;color:#526176;max-width:760px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card,.card,.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero-card,.card,.form-card{padding:24px}.notice{background:#f7fbff;border:1px solid #d8e9fb;border-radius:15px;padding:16px;color:#4d5b6e;font-size:14px}.section{padding:76px 0}.soft{background:var(--soft)}.section-head{max-width:800px;margin-bottom:34px}.kicker{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px}.section-head p,.card p{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.date{font-size:12px;font-weight:900;color:var(--blue);text-transform:uppercase}.badge{display:inline-block;padding:6px 9px;border-radius:999px;background:#eaf4ff;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase}.case-meta{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:13px}.case-meta strong{display:block;color:var(--navy);font-size:16px}.team-card{text-align:center}.avatar{width:108px;height:108px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#eaf4ff;color:var(--navy);font-size:34px;font-weight:950}.role{color:var(--blue);font-weight:800}.langs{font-size:13px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd8e7;border-radius:12px;padding:13px 14px;font:inherit}.field textarea{min-height:130px}.full{grid-column:1/-1}.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#58667a}.footer{background:#06162f;color:#bdcbe0;padding:48px 0 70px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px}.footer img{width:170px;margin-bottom:16px}.footer p{font-size:13px}.footer a{color:#e6eefb;text-decoration:none}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.legal{max-width:880px;margin:auto;padding:68px 0}.legal p{color:#536174}.sticky-wa{position:fixed;right:18px;bottom:18px;background:var(--green);color:white;text-decoration:none;font-weight:900;padding:14px 17px;border-radius:999px}@media(max-width:980px){.navlinks{display:none}.hero-grid,.footer-grid{grid-template-columns:1fr}.grid4,.grid3{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.container{width:min(100% - 26px,1180px)}.hero-grid,.grid3,.grid4,.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.actions .btn{width:100%}.nav .btn-primary{display:none}.sticky-wa{left:14px;right:14px;text-align:center}}

/* V3 fixes */
.checkbox{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:10px !important;
}
.checkbox input[type="checkbox"]{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  flex:0 0 18px !important;
  margin:2px 0 0 !important;
  padding:0 !important;
}
.checkbox span{
  flex:1 1 auto;
  display:block;
  line-height:1.45;
}
.team-photo{
  width:100%;
  aspect-ratio: 4/5;
  object-fit:cover;
  border-radius:16px 16px 0 0;
}
.team-profile{
  overflow:hidden;
  padding:0 !important;
}
.team-profile .team-info{
  padding:16px 16px 18px;
}
.team-profile h3{margin:0 0 4px}
.team-profile .role{margin-bottom:8px}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.case-note{
  margin-top:28px;
  font-size:12px;
  color:#7a8595;
  border-top:1px solid var(--line);
  padding-top:14px;
}
@media(max-width:980px){.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.team-grid{grid-template-columns:1fr}}

/* V5 team portrait quality / layout */
.team-profile{
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:18px;
  overflow:hidden;
}
.team-photo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 181 / 239;
  object-fit:cover;
  object-position:center top;
  border:0 !important;
  border-radius:0 !important;
  margin:0 !important;
  background:#e9edf2;
  image-rendering:auto;
}
.team-profile .team-info{
  min-height:126px;
  background:#fff;
}
.team-grid{align-items:stretch}

/* V6 - authentic event team photography */
.team-profile{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7f2;
  box-shadow:0 8px 24px rgba(7,29,67,.06);
}
.team-photo{
  display:block;
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:center 20%;
  border:0 !important;
  border-radius:0 !important;
  margin:0 !important;
  filter:none !important;
}
.team-profile .team-info{
  padding:16px 16px 18px;
  min-height:126px;
}

/* V8 — Cookie Consent */
.cookie-banner{
  position:fixed;
  left:18px; right:18px; bottom:18px;
  z-index:9999;
  display:none;
  max-width:1100px;
  margin:0 auto;
  background:#fff;
  border:1px solid #dfe7f2;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(7,29,67,.18);
  padding:20px;
}
.cookie-banner.show{display:block}
.cookie-wrap{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.cookie-copy h3{margin:0 0 6px;font-size:18px}
.cookie-copy p{margin:0;color:#5f6b7a;font-size:14px}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.cookie-actions button{
  border-radius:11px;
  min-height:42px;
  padding:0 15px;
  font-weight:800;
  cursor:pointer;
  border:1px solid #cbd8e8;
  background:#fff;
  color:#071d43;
}
.cookie-actions .primary{background:#0b73ea;color:#fff;border-color:#0b73ea}
.cookie-actions .reject{background:#f7f9fc}
.cookie-modal{
  position:fixed; inset:0; z-index:10000;
  display:none; place-items:center;
  background:rgba(2,12,29,.52);
  padding:18px;
}
.cookie-modal.show{display:grid}
.cookie-panel{
  width:min(680px,100%);
  background:#fff;
  border-radius:20px;
  box-shadow:0 25px 70px rgba(0,0,0,.25);
  padding:24px;
}
.cookie-panel h2{font-size:28px;margin-bottom:8px}
.cookie-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  padding:16px 0;
  border-top:1px solid #e5ebf3;
}
.cookie-row:first-of-type{border-top:0}
.cookie-row h4{margin:0 0 4px;color:#071d43}
.cookie-row p{margin:0;color:#687487;font-size:13px}
.switch{
  position:relative;
  width:46px;height:26px;
  flex:0 0 46px;
}
.switch input{opacity:0;width:0;height:0}
.slider{
  position:absolute;inset:0;border-radius:999px;background:#cbd5e1;cursor:pointer;
}
.slider:before{
  content:"";
  position:absolute;width:20px;height:20px;left:3px;top:3px;
  background:#fff;border-radius:50%;transition:.18s;
}
.switch input:checked + .slider{background:#0b73ea}
.switch input:checked + .slider:before{transform:translateX(20px)}
.switch input:disabled + .slider{background:#94a3b8;cursor:not-allowed}
.cookie-panel .footer-actions{
  display:flex;justify-content:flex-end;gap:9px;margin-top:18px;flex-wrap:wrap
}
.cookie-link{
  background:none;border:0;padding:0;color:#d9e7fb;text-decoration:underline;
  cursor:pointer;font:inherit
}
@media(max-width:700px){
  .cookie-wrap{grid-template-columns:1fr}
  .cookie-actions{justify-content:stretch}
  .cookie-actions button{flex:1 1 100%}
}
