:root{
  --navy:#071F59;
  --navy-2:#12306F;
  --teal:#0BA7AE;
  --teal-dark:#087D86;
  --teal-soft:#EAF8F9;
  --coral:#E87C5E;
  --coral-soft:#FFF0EA;
  --ink:#26324E;
  --muted:#65758E;
  --line:#E7EDF3;
  --panel:#F8FBFC;
  --white:#fff;
  --shadow:0 18px 48px rgba(7,31,89,.065);
  --radius:24px;
  --max:1180px;
  --font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-body:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--ink);background:#fff;line-height:1.62;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 56px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px 14px;border-radius:10px;z-index:1000}.skip-link:focus{left:8px}.reveal{opacity:0;transform:translateY(12px);transition:.6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,237,243,.75)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.logo img{height:52px;width:auto}.nav{display:flex;gap:42px;align-items:center;color:var(--navy);font-weight:800;font-size:15px;letter-spacing:-.01em}.nav a{padding:12px 0;position:relative}.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;border-radius:99px;background:var(--teal)}.header-actions{display:flex;gap:12px;align-items:center}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;color:var(--navy);font-size:21px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:13px;min-height:48px;padding:0 22px;border:1px solid transparent;font-family:var(--font-body);font-weight:800;white-space:nowrap;transition:.18s ease;letter-spacing:-.01em}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 14px 32px rgba(11,167,174,.20)}.btn-primary:hover{background:var(--teal-dark)}.btn-secondary{background:rgba(255,255,255,.72);color:var(--navy);border-color:var(--line);box-shadow:0 10px 28px rgba(7,31,89,.035)}.btn-small{min-height:42px;padding:0 18px;font-size:14px}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-gradient{padding:72px 0 88px;background:radial-gradient(circle at 86% 58%, rgba(232,124,94,.22) 0, rgba(232,124,94,.14) 18%, rgba(232,124,94,0) 38%),radial-gradient(circle at 74% 12%, rgba(11,167,174,.16) 0, rgba(11,167,174,.09) 24%, rgba(11,167,174,0) 48%),linear-gradient(135deg,#fff 0%,#F4FBFC 54%,#fff 100%)}
.hero-gradient:before{content:"";position:absolute;inset:-30% -12% auto 22%;height:118%;background:linear-gradient(128deg, rgba(255,255,255,0) 18%, rgba(255,255,255,.65) 50%, rgba(255,255,255,0) 82%);border-radius:0 0 0 70%;transform:rotate(-5deg);pointer-events:none}.hero-gradient:after{content:"";position:absolute;right:-12%;top:18%;width:62%;height:68%;background:linear-gradient(135deg,rgba(255,255,255,0),rgba(255,255,255,.42));border:1px solid rgba(255,255,255,.72);border-radius:55% 0 0 45%;pointer-events:none}.hero-wide{position:relative;z-index:1}.hero-copy{max-width:1110px}.eyebrow{margin:0 0 16px;color:var(--coral);font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hero h1{font-family:var(--font-heading);font-weight:700;margin:0 0 24px;color:var(--navy);font-size:clamp(46px,5.8vw,72px);line-height:1.04;letter-spacing:-.042em;max-width:1120px}.lead{margin:0 0 34px;color:#42516D;font-size:18px;max-width:660px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.section{padding:80px 0}.section.soft{background:linear-gradient(180deg,#FBFDFE,#fff);border-block:1px solid var(--line)}.narrow{max-width:980px}h1,h2{font-family:var(--font-heading)}.section h2,.section-title{margin:0 0 22px;color:var(--navy);font-family:var(--font-heading);font-weight:700;font-size:42px;line-height:1.08;letter-spacing:-.03em}.intro-text{display:grid;grid-template-columns:1fr 1fr;gap:42px;color:#44556E;font-size:18px}.intro-text p,.method-grid p{margin:0}.three-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:44px}.three-steps article,.concern-card,.expert-card,.case-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 34px rgba(7,31,89,.035)}.three-steps article{padding:32px}.icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-body);font-weight:900;margin-bottom:18px}.icon.coral{background:var(--coral-soft);color:var(--coral);border:1px solid rgba(232,124,94,.28)}.icon.teal{background:var(--teal-soft);color:var(--teal-dark);border:1px solid rgba(11,167,174,.22)}.three-steps h3,.concern-card h3,.method-list strong,.timeline p,.expert-card h3,.case-card h3{margin:0;color:var(--navy);font-family:var(--font-body)}.three-steps h3{font-size:19px;line-height:1.28;margin-bottom:10px;font-weight:800}.three-steps p,.concern-card p,.method-list p,.expert-card p,.case-card p{margin:0;color:#52627C}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head.simple{display:block}.section-subtitle{margin:0;color:var(--muted);font-size:17px}.concerns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.concern-card{padding:28px}.concern-card h3{font-size:18px;line-height:1.3;margin-bottom:12px;font-weight:800}.method-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:66px;align-items:start}.big-text{font-size:20px;color:#31405B;margin-bottom:20px!important}.method-grid>div:first-child p+p{margin-top:18px}.method-list{display:grid;gap:18px}.method-list article{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.mini-icon{width:30px;height:30px;border-radius:50%;display:inline-block;margin-bottom:12px}.mini-icon.coral{background:linear-gradient(135deg,var(--coral),#F2A88F)}.mini-icon.teal{background:linear-gradient(135deg,var(--teal),#70D5DA)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline article{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-top:1px solid var(--line)}.timeline span{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--teal-soft);color:var(--teal-dark);font-weight:900;border:1px solid rgba(11,167,174,.22)}.timeline p{font-weight:780;font-size:15px;line-height:1.38}
.experts-grid{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 60px) / 2.5);
  grid-template-columns:none;
  gap:30px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:2px;
  padding:2px 2px 18px;
  margin-inline:-2px;
  -webkit-overflow-scrolling:touch;
}
.experts-grid::-webkit-scrollbar{height:9px}
.experts-grid::-webkit-scrollbar-track{background:#F1F6F7;border-radius:99px}
.experts-grid::-webkit-scrollbar-thumb{background:rgba(11,167,174,.44);border-radius:99px}
.expert-card{
  display:grid;
  grid-template-columns:230px 1fr;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-width:0;
  width:auto;
  scroll-snap-align:start;
}
.expert-card-link{cursor:pointer}
.expert-card-link:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(7,31,89,.075);border-color:rgba(11,167,174,.32)}
.expert-card-link:focus-visible{outline:3px solid rgba(11,167,174,.22);outline-offset:4px}
.expert-card img{width:100%;height:100%;min-height:220px;object-fit:cover;object-position:center top;background:#eef4f6}
.expert-card div{padding:22px}
.expert-card h3{font-size:19px;line-height:1.25;margin-bottom:8px;font-weight:800}
.expert-card p+p{margin-top:8px}
.expert-card strong{color:var(--navy);font-weight:800}.cases-section{padding-top:0}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.case-card{padding:32px;min-height:230px}.case-visual{height:78px;margin-bottom:18px;color:var(--teal)}.case-visual svg{height:78px;width:92px}.case-card h3{font-size:20px;line-height:1.2;font-weight:800;margin-bottom:10px}
.contact-section{padding-top:42px}.contact-panel{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start;background:linear-gradient(135deg,#F7FCFD 0%,#fff 70%);border:1px solid var(--line);border-radius:30px;padding:44px;overflow:hidden}.contact-copy p{font-size:18px;color:#44556E}.contact-copy ul{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:12px}.contact-copy li{position:relative;padding-left:26px;color:#50617B;font-weight:780}.contact-copy li:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--coral);position:absolute;left:0;top:.7em}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:7px;color:var(--navy);font-weight:800;font-size:13px}.contact-form label.wide{grid-column:1/-1}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(11,167,174,.16);border-color:var(--teal)}.contact-form .btn{justify-self:start;margin-top:4px}
.footer{padding:46px 0;border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:42px;align-items:start}.footer-logo{height:58px;width:auto;margin-bottom:14px}.footer p,.footer a{display:block;margin:0 0 10px;color:#5C6D85;font-size:14px}.footer h3{font-family:var(--font-body);font-size:15px;color:var(--navy);margin:0 0 14px;font-weight:800}
@media (max-width:980px){.intro-text,.method-grid,.contact-panel{grid-template-columns:1fr}.hero h1{font-size:46px}.three-steps,.concerns-grid,.cases-grid,.timeline,.footer-grid{grid-template-columns:1fr 1fr}.expert-card{flex-basis:calc((100% - 30px) / 1.5);min-width:360px}.nav{display:none}.menu-toggle{display:block}.nav.is-open{display:grid;position:absolute;top:84px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 26px;gap:10px}.header-inner{position:relative}}
@media (max-width:680px){.container{width:min(100% - 30px,var(--max))}.header-inner{height:74px}.logo img{height:43px}.header-actions .btn{display:none}.nav.is-open{top:74px}.hero-gradient{padding:44px 0 62px}.hero h1{font-size:36px;line-height:1.05}.lead{font-size:16px}.hero-actions{display:grid}.section{padding:52px 0}.section h2,.section-title{font-size:34px}.three-steps,.concerns-grid,.cases-grid,.timeline,.footer-grid,.contact-form{grid-template-columns:1fr}.expert-card{flex-basis:86vw;min-width:280px}.expert-card{grid-template-columns:150px 1fr}.expert-card img{min-height:150px}.contact-panel{padding:28px}.btn{width:100%}}


/* Expert portrait adjustments */
.expert-card img[src$="kokush.jpg"]{
  object-position:center top;
}





/* Case card meta labels */
.case-meta{
  margin:0 0 10px!important;
  color:var(--coral)!important;
  font-size:13px;
  font-weight:850;
  letter-spacing:.02em;
}


/* Final expert carousel overrides */
.experts-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 60px) / 2.5)!important;
  grid-template-columns:none!important;
  overflow-x:auto!important;
}
.expert-card{
  flex:none!important;
  min-width:0!important;
  grid-template-columns:230px 1fr!important;
}
.expert-card img{
  min-height:220px;
  object-position:center top;
}
@media (max-width:980px){
  .experts-grid{grid-auto-columns:calc((100% - 30px) / 1.5)!important}
  .expert-card{grid-template-columns:210px 1fr!important}
}
@media (max-width:680px){
  .experts-grid{grid-auto-columns:86vw!important}
  .expert-card{grid-template-columns:42% 1fr!important}
}


/* Contact form webhook status */
.form-status{
  grid-column:1/-1;
  min-height:22px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  font-weight:750;
  line-height:1.45;
}
.form-status[data-type="success"]{
  color:var(--teal-dark);
}
.form-status[data-type="error"]{
  color:var(--coral);
}


/* Fixed personal data consent row */
.contact-form .privacy-consent{
  grid-column:1/-1;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin:2px 0 0!important;
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.45!important;
  text-align:left!important;
}
.contact-form .privacy-consent input[type="checkbox"]{
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  min-height:0!important;
  margin:3px 0 0!important;
  padding:0!important;
  border:1px solid var(--line)!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:none!important;
  cursor:pointer!important;
  accent-color:var(--teal)!important;
}
.contact-form .privacy-consent label{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.45!important;
  cursor:pointer!important;
}
.contact-form .privacy-consent a{
  color:var(--teal-dark)!important;
  font-weight:850!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.contact-form .btn[disabled]{
  opacity:.46!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  transform:none!important;
  filter:grayscale(.15)!important;
}
.contact-form .btn[disabled]:hover{
  background:var(--teal)!important;
  transform:none!important;
}


/* Final contact form consent/button layout fix */
.contact-form .privacy-consent{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin:4px 0 0!important;
  text-align:left!important;
}
.contact-form .privacy-consent input[type="checkbox"]{
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}
.contact-form .privacy-consent label{
  display:inline!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  line-height:1.45!important;
}
.contact-form button[type="submit"]{
  grid-column:1 / -1!important;
  justify-self:start!important;
  width:auto!important;
  min-width:260px!important;
  margin-top:6px!important;
}
.contact-form button[type="submit"]:disabled,
.contact-form button[type="submit"][aria-disabled="true"]{
  opacity:.44!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
  box-shadow:none!important;
  filter:grayscale(.2)!important;
}
.contact-form button[type="submit"]:disabled:hover,
.contact-form button[type="submit"][aria-disabled="true"]:hover{
  background:var(--teal)!important;
  transform:none!important;
}
@media (max-width:680px){
  .contact-form button[type="submit"]{
    width:100%!important;
    min-width:0!important;
  }
}


/* Desktop carousel for cases; mobile sequential lists for experts and cases */
.cases-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 60px) / 2.5)!important;
  grid-template-columns:none!important;
  gap:30px!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:2px;
  padding:2px 2px 18px;
  margin-inline:-2px;
  -webkit-overflow-scrolling:touch;
}
.cases-grid::-webkit-scrollbar{height:9px}
.cases-grid::-webkit-scrollbar-track{background:#F1F6F7;border-radius:99px}
.cases-grid::-webkit-scrollbar-thumb{background:rgba(11,167,174,.44);border-radius:99px}
.case-card{
  min-width:0!important;
  width:auto!important;
  scroll-snap-align:start;
}

@media (max-width:680px){
  .experts-grid,
  .cases-grid{
    display:grid!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    grid-template-columns:1fr!important;
    overflow-x:visible!important;
    scroll-snap-type:none!important;
    padding:0!important;
    margin-inline:0!important;
  }

  .experts-grid::-webkit-scrollbar,
  .cases-grid::-webkit-scrollbar{
    display:none!important;
  }

  .expert-card,
  .case-card{
    width:100%!important;
    min-width:0!important;
    scroll-snap-align:none!important;
  }

  .expert-card{
    grid-template-columns:42% 1fr!important;
  }
}


/* Expert profile modal iframe */
body.expert-modal-open{
  overflow:hidden;
}
.expert-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.expert-modal.is-open{
  display:flex;
}
.expert-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,31,89,.52);
  backdrop-filter:blur(10px);
}
.expert-modal__frame{
  position:relative;
  z-index:1;
  width:min(1120px, calc(100vw - 56px));
  height:min(840px, calc(100vh - 72px));
  background:#fff;
  border:1px solid rgba(231,237,243,.9);
  border-radius:26px;
  box-shadow:0 28px 90px rgba(7,31,89,.28);
  overflow:hidden;
}
.expert-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:42px;
  height:42px;
  border:1px solid rgba(231,237,243,.95);
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:var(--navy);
  font-size:30px;
  line-height:36px;
  font-weight:500;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(7,31,89,.10);
}
.expert-modal__close:hover{
  transform:translateY(-1px);
}
.expert-modal__iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}
@media (max-width:680px){
  .expert-modal{
    padding:0;
  }
  .expert-modal__frame{
    width:100vw;
    height:100dvh;
    max-height:100dvh;
    border:0;
    border-radius:0;
  }
  .expert-modal__close{
    top:12px;
    right:12px;
    width:44px;
    height:44px;
    font-size:32px;
    line-height:38px;
  }
}


/* Inline articles page */
.articles-section[hidden]{
  display:none!important;
}
.articles-section{
  padding-top:0;
}
.section-lead{
  max-width:760px;
  margin:12px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  font-weight:650;
}
.articles-status{
  margin:0 0 18px;
  min-height:28px;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
  font-weight:750;
}
.articles-status[data-type="error"]{
  color:var(--coral);
}
.articles-status[data-type="empty"]{
  color:var(--muted);
}
.articles-spinner{
  display:inline-block;
  width:18px;
  height:18px;
  margin-right:10px;
  border:2px solid rgba(11,167,174,.18);
  border-top-color:var(--teal);
  border-radius:50%;
  vertical-align:-3px;
  animation:spin .8s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}
.articles-list{
  display:grid;
  gap:14px;
}
.article-card{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  min-height:78px;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#FBFDFD 100%);
  color:var(--navy);
  text-decoration:none;
  font-size:18px;
  line-height:1.35;
  font-weight:850;
  box-shadow:0 16px 40px rgba(7,31,89,.045);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.article-card:after{
  content:"→";
  flex:0 0 auto;
  color:var(--teal);
  font-size:24px;
  line-height:1;
}
.article-card:hover{
  transform:translateY(-2px);
  border-color:rgba(11,167,174,.42);
  box-shadow:0 20px 48px rgba(7,31,89,.08);
}
@media (max-width:680px){
  .section-lead{
    font-size:16px;
  }
  .article-card{
    min-height:68px;
    padding:18px 18px;
    border-radius:18px;
    font-size:16px;
  }
}


/* Standalone articles page */
.nav a[aria-current="page"]{
  color:var(--teal-dark);
}
.articles-page-section{
  padding-top:86px;
  min-height:calc(100vh - 210px);
}
.articles-page-title{
  margin:0;
  color:var(--navy);
  font-size:clamp(42px,5.4vw,72px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:850;
}
@media (max-width:680px){
  .articles-page-section{
    padding-top:54px;
  }
  .articles-page-title{
    font-size:36px;
  }
}


/* Standalone articles page header */
.nav a[aria-current="page"],
.footer a[aria-current="page"]{
  color:var(--teal-dark);
}
.articles-page-section{
  padding-top:86px;
  min-height:calc(100vh - 210px);
}
.articles-page-title{
  margin:0;
  color:var(--navy);
  font-size:clamp(42px,5.4vw,72px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:850;
}
@media (max-width:680px){
  .articles-page-section{
    padding-top:54px;
  }
  .articles-page-title{
    font-size:36px;
  }
}


/* Accessibility helper */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}


/* Articles page without visible heading */
.articles-page-section{
  padding-top:74px;
}
@media (max-width:680px){
  .articles-page-section{
    padding-top:42px;
  }
}


/* Final articles page title removal */
.articles-page-section{
  padding-top:48px!important;
}
.articles-page-section .section-head,
.articles-page-title,
#articles-title{
  display:none!important;
}
@media (max-width:680px){
  .articles-page-section{
    padding-top:34px!important;
  }
}


/* Center articles loading spinner */
.articles-page-section .articles-status[data-type="loading"]{
  min-height:42vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  margin:0!important;
}
.articles-page-section .articles-status[data-type="loading"] .articles-spinner{
  margin-right:10px;
}
@media (max-width:680px){
  .articles-page-section .articles-status[data-type="loading"]{
    min-height:50vh!important;
  }
}


/* Dynamic experts loading/status */
.experts-status{
  margin:14px 0 0;
  min-height:22px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}
.experts-status[data-type="error"]{
  color:var(--coral);
}
.experts-status[data-type="empty"]{
  color:var(--muted);
}
.experts-status:empty{
  display:none;
}
.experts-grid:empty{
  min-height:0;
}


/* Modal expand-to-new-tab button */
.expert-modal__expand,
.expert-modal__close{
  position:absolute;
  z-index:2;
  width:42px;
  height:42px;
  border:1px solid rgba(231,237,243,.95);
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:var(--navy);
  cursor:pointer;
  box-shadow:0 10px 28px rgba(7,31,89,.10);
}
.expert-modal__expand{
  top:14px;
  right:64px;
  font-size:22px;
  line-height:38px;
  font-weight:750;
}
.expert-modal__close{
  top:14px;
  right:14px;
}
.expert-modal__expand:hover,
.expert-modal__close:hover{
  transform:translateY(-1px);
}
@media (max-width:680px){
  .expert-modal__expand,
  .expert-modal__close{
    top:12px;
    width:44px;
    height:44px;
  }
  .expert-modal__expand{
    right:66px;
    font-size:23px;
    line-height:40px;
  }
  .expert-modal__close{
    right:12px;
  }
}


/* Modal action icons refined */
.expert-modal__expand,
.expert-modal__close{
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
  line-height:1!important;
}
.expert-modal__expand svg,
.expert-modal__close svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.expert-modal__expand svg{
  width:23px;
  height:23px;
}


/* Four concern cards in desktop layout */
@media (min-width:981px){
  .concerns-grid{
    grid-template-columns:repeat(4,1fr);
  }
}
