/*
 * Clinic SMT — Homepage UI 2.0
 * Direction: Industrial editorial × executive consulting
 * Signature: route-line / node system, restrained navy surfaces, orange signal accents.
 */

:root{
  --v2-navy:#071d34;
  --v2-navy-2:#0c2b49;
  --v2-navy-3:#123e65;
  --v2-ink:#0a2035;
  --v2-text:#263848;
  --v2-muted:#6d7b87;
  --v2-line:#e5e9ed;
  --v2-soft:#f6f8fa;
  --v2-soft-2:#eef3f6;
  --v2-orange:#f28c28;
  --v2-orange-soft:#fff0df;
  --v2-white:#fff;
  --v2-radius:4px;
  --v2-radius-lg:6px;
  --v2-shadow:0 22px 60px rgba(7,29,52,.10);
  --v2-shadow-soft:0 14px 36px rgba(7,29,52,.07);
}

.home-v2{background:#fff;color:var(--v2-text)}
.home-v2 .section{padding:88px 0;background:#fff}
.home-v2 .section + .section{border-top:1px solid #f1f3f5}
.home-v2 .icon{width:20px;height:20px}

/* ---------- Shared editorial system ---------- */
.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:34px;
}
.section-title,
.display-title{
  margin:0;
  color:var(--v2-navy);
  font-weight:950;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.section-title{font-size:clamp(2rem,2.55vw,2.65rem);line-height:1.3}
.display-title{font-size:clamp(2.3rem,3.3vw,3.45rem);line-height:1.3}
.display-title em{font-style:normal;color:var(--v2-orange)}
.section-signature{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:12px;
  color:var(--v2-orange);
}
.section-signature .route-node,
.hero-eyebrow .route-node{
  width:8px;height:8px;border:2px solid currentColor;border-radius:50%;display:block;flex:0 0 auto;
}
.section-signature i{display:block;width:38px;height:1px;background:currentColor}
.section-signature small{font-size:.69rem;font-weight:900;color:var(--v2-orange);letter-spacing:.01em}
.section-signature--dark small{color:#ffb66f}
.text-link{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--v2-navy-3);font-size:.82rem;font-weight:900;
  padding-bottom:5px;border-bottom:1px solid rgba(242,140,40,.8);
  transition:color .2s ease,border-color .2s ease;
}
.text-link .icon{width:16px;height:16px;transition:transform .2s ease}
.text-link:hover{color:var(--v2-orange);border-color:var(--v2-orange)}
.text-link:hover .icon{transform:translateX(-4px)}

/* ---------- Hero ---------- */
.hero-v2{
  position:relative;
  overflow:hidden;
  min-height:680px;
  padding:150px 0 70px;
  background:var(--v2-navy);
  color:#fff;
  isolation:isolate;
}
.hero-grid{
  position:absolute;inset:0;z-index:-2;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.2),#000 30%,#000 100%);
}
.hero-v2:after{
  content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;
  background:
    linear-gradient(110deg,transparent 0 56%,rgba(242,140,40,.045) 56% 57%,transparent 57% 100%),
    radial-gradient(circle at 20% 64%,rgba(255,255,255,.045),transparent 27%);
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(390px,.82fr) minmax(0,1.02fr);
  grid-template-areas:"card copy";
  align-items:center;
  gap:clamp(54px,6vw,96px);
}
.hero-copy{grid-area:copy;max-width:670px;justify-self:end}
.hero-eyebrow{
  display:flex;align-items:center;gap:10px;margin-bottom:20px;
  color:#ffb66f;font-size:.72rem;font-weight:900;
}
.hero-title{margin:0;max-width:650px;color:#fff;font-size:clamp(3.35rem,5.2vw,5.15rem);line-height:1.08;font-weight:950;letter-spacing:-.035em}
.hero-title span,.hero-title strong{display:block}
.hero-title strong{position:relative;width:max-content;max-width:100%;margin-top:4px;color:#fff}
.hero-title strong:after{content:"";position:absolute;right:0;bottom:.02em;width:46%;height:.12em;background:var(--v2-orange);z-index:-1}
.hero-desc{max-width:620px;margin:24px 0 0;color:#c7d3dd;font-size:1rem;line-height:2.05}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-v2 .btn-signal,.hero-v2 .btn-ghost{
  min-height:48px;padding:0 20px;border-radius:9px;box-shadow:none;font-size:.84rem;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.hero-v2 .btn-signal:hover{transform:none;background:#ffa042;box-shadow:none}
.hero-v2 .btn-ghost{background:rgba(255,255,255,.02);border-color:rgba(255,255,255,.24)}
.hero-v2 .btn-ghost:hover{border-color:var(--v2-orange);color:#ffb66f}
.hero-proof{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;
  max-width:620px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)
}
.hero-proof span{display:flex;align-items:center;gap:10px;color:#b9c7d3;font-size:.69rem;font-weight:800;white-space:nowrap}
.hero-proof span + span{padding-right:18px;border-right:1px solid rgba(255,255,255,.10)}
.hero-proof b{color:var(--v2-orange);font-size:.64rem}

/* Diagnostic object — the signature interactive component */
.diagnostic-shell{grid-area:card;position:relative;width:100%;max-width:500px;justify-self:start}
.diagnostic-frame{position:absolute;inset:-22px 22px 22px -22px;border:1px solid rgba(255,255,255,.10);pointer-events:none;z-index:-1}
.diagnostic-frame:before,.diagnostic-frame:after{content:"";position:absolute;background:var(--v2-orange)}
.diagnostic-frame:before{width:52px;height:2px;left:-1px;top:-1px}
.diagnostic-frame:after{width:2px;height:52px;left:-1px;top:-1px}
.diagnostic-frame span{position:absolute;width:10px;height:10px;border-radius:50%;border:2px solid var(--v2-orange);right:-5px;bottom:-5px;background:var(--v2-navy)}
.diagnostic-frame i{position:absolute;right:-22px;bottom:28px;width:1px;height:88px;background:linear-gradient(var(--v2-orange),transparent)}
.case-card{overflow:hidden;background:#fff;color:var(--v2-text);border-radius:4px;box-shadow:0 30px 72px rgba(0,0,0,.24)}
.case-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;background:#f4f6f8;border-bottom:1px solid var(--v2-line);color:#7d8993;font-size:.65rem;font-weight:850}
.case-status{display:inline-flex;align-items:center;gap:7px;color:#23745a}
.case-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#2da276;box-shadow:0 0 0 4px rgba(45,162,118,.1)}
.case-body{padding:22px}
.case-heading span{display:block;margin-bottom:5px;color:var(--v2-orange);font-size:.63rem;font-weight:900}
.case-heading h2{margin:0;color:var(--v2-navy);font-size:1.05rem;line-height:1.6}
.case-heading p{margin:5px 0 15px;color:var(--v2-muted);font-size:.75rem}
.issue-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.issue-btn{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid var(--v2-line);border-radius:7px;background:#fff;color:#455563;font-size:.7rem;font-weight:850;text-align:right;transition:border-color .15s ease,background .15s ease,color .15s ease}
.issue-btn span{font-size:.61rem;color:#a5afb8}
.issue-btn:hover{border-color:#c7d0d7;background:#f9fafb}
.issue-btn.active{background:var(--v2-navy);border-color:var(--v2-navy);color:#fff}
.issue-btn.active span{color:var(--v2-orange)}
.case-result{position:relative;margin-top:13px;padding:13px 15px;background:#f5f7f9;border-radius:4px;overflow:hidden}
.case-result:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:var(--v2-orange)}
.case-result small{display:block;color:var(--v2-muted);font-size:.62rem;font-weight:850}
.case-result strong{display:block;margin-top:2px;color:var(--v2-navy);font-size:.84rem}
.case-result p{margin:4px 0 0;color:#60707e;font-size:.7rem;line-height:1.8}

/* ---------- Service rail ---------- */
.service-rail{height:44px;overflow:hidden;background:#fff;border-bottom:1px solid var(--v2-line)}
.strip-track{height:44px;display:grid;grid-template-columns:auto minmax(0,1fr);direction:rtl}
.strip-label{display:flex;align-items:center;padding-inline:24px;background:var(--v2-orange);color:var(--v2-navy);font-size:.7rem;font-weight:950;white-space:nowrap}
.strip-marquee{min-width:0;overflow:hidden;display:flex;align-items:center;direction:ltr;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.strip-run{display:flex;flex:none;width:max-content;animation:serviceRail 33s linear infinite;will-change:transform}
.strip-group{display:flex;align-items:center;gap:34px;padding-inline:30px;direction:rtl;white-space:nowrap;color:#64727e;font-size:.7rem;font-weight:800}
.strip-group span{display:inline-flex;align-items:center;gap:10px}
.strip-group span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--v2-orange)}
.service-rail:hover .strip-run{animation-play-state:paused}
@keyframes serviceRail{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* ---------- About ---------- */
.intro-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:clamp(48px,6vw,92px);align-items:center}
.intro-lead{max-width:560px;margin:20px 0 22px;color:var(--v2-muted);font-size:.96rem;line-height:2.05}
.intro-system{position:relative;display:grid;grid-template-columns:1fr 1fr;background:var(--v2-navy);border-radius:var(--v2-radius-lg);overflow:hidden;box-shadow:var(--v2-shadow)}
.intro-system:before{content:"";position:absolute;right:0;top:0;width:84px;height:4px;background:var(--v2-orange)}
.intro-system article{position:relative;display:grid;grid-template-columns:1fr;gap:0;min-height:170px;padding:25px 24px;color:#fff}
.intro-system article:nth-child(odd){border-left:1px solid rgba(255,255,255,.11)}
.intro-system article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}
.intro-system b{display:block;margin-bottom:7px;color:var(--v2-orange);font-size:.65rem;font-weight:900}
.intro-system h3{margin:0;color:#fff;font-size:.98rem;line-height:1.62}
.intro-system p{margin:7px 0 0;color:#b9c7d2;font-size:.73rem;line-height:1.85}
.intro-system article:after{content:"";position:absolute;right:24px;bottom:20px;width:0;height:1px;background:var(--v2-orange);transition:width .22s ease}
.intro-system article:hover{background:rgba(255,255,255,.035)}
.intro-system article:hover:after{width:40px}

/* Process rail — compact continuation of the departments section */
.route-ribbon{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:26px;padding:22px 20px 20px;border:0;border-radius:var(--v2-radius-lg);background:var(--v2-navy);overflow:hidden;box-shadow:0 16px 36px rgba(7,29,52,.08)}

.route-track{position:absolute;right:10%;left:10%;top:27px;height:1px;background:rgba(242,140,40,.5);z-index:0}
.route-step{position:relative;z-index:1;padding:26px 20px 2px}
.route-step:before{content:"";position:absolute;right:20px;top:1px;width:9px;height:9px;border:2px solid var(--v2-orange);border-radius:50%;background:var(--v2-navy)}

.route-step h3{margin:0;color:#fff;font-size:.82rem;line-height:1.55}
.route-step p{margin:5px 0 0;color:#b9c7d2;font-size:.67rem;line-height:1.72}

/* ---------- Departments ---------- */
.departments{padding-top:94px!important}
.dept-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dept-item{position:relative;min-height:180px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-areas:"icon copy arrow";column-gap:17px;row-gap:0;align-items:start;padding:24px;background:#fff;border:1px solid var(--v2-line);border-radius:var(--v2-radius);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.dept-item:before{content:"";position:absolute;right:0;top:0;width:3px;height:0;background:var(--v2-orange);transition:height .22s ease}
.dept-icon{grid-area:icon;width:42px;height:42px;display:grid;place-items:center;border-radius:4px;background:var(--v2-soft);color:var(--v2-orange)}
.dept-icon .icon{width:20px;height:20px}
.dept-copy{grid-area:copy;align-self:center}
.dept-copy h3{margin:0;color:var(--v2-navy);font-size:.98rem;line-height:1.65}
.dept-copy p{margin:7px 0 0;color:var(--v2-muted);font-size:.74rem;line-height:1.85}
.dept-arrow{grid-area:arrow;align-self:end;color:#9aa6b0;transition:color .2s ease,transform .2s ease}
.dept-arrow .icon{width:17px;height:17px}
.dept-item:hover{border-color:#cbd5dc;box-shadow:var(--v2-shadow-soft);background:#fbfcfd}
.dept-item:hover:before{height:100%}
.dept-item:hover .dept-arrow{color:var(--v2-orange);transform:translateX(-4px)}

/* ---------- Academy ---------- */
.academy-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:stretch}
.academy-card{min-width:0;min-height:300px}
.academy-card:only-child{max-width:560px;width:100%}
.academy-card-link{height:100%;display:flex;flex-direction:column;padding:25px 26px;border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:#fff;overflow:hidden;position:relative;transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease}
.academy-card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
.academy-card-category{color:var(--v2-orange);font-size:.7rem;font-weight:900}
.academy-card-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:4px;background:var(--v2-soft);color:var(--v2-orange)}
.academy-card-body{position:relative;z-index:1;margin-top:22px;padding-top:0}
.academy-card-label{display:block;margin-bottom:7px;color:var(--v2-muted);font-size:.67rem;font-weight:850}
.academy-card-body h3{margin:0;color:var(--v2-navy);font-size:1.15rem;line-height:1.65}
.academy-card-link:hover{border-color:#bfcbd3;box-shadow:0 14px 34px rgba(5,31,55,.08)}
.academy-course-facts{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:18px;border-top:1px solid #e7ecef;border-bottom:1px solid #e7ecef}
.academy-course-facts>span{min-width:0;padding:11px 10px}
.academy-course-facts>span+span{border-right:1px solid #e7ecef}
.academy-course-facts small{display:block;margin-bottom:4px;color:#8a96a0;font-size:.61rem;font-weight:800;line-height:1.5}
.academy-course-facts b{display:-webkit-box;color:var(--v2-navy);font-size:.69rem;font-weight:900;line-height:1.65;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.academy-card-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px;color:#71808b;font-size:.65rem;font-weight:850}
.academy-card-detail-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;border-radius:8px;background:var(--v2-navy);color:#fff;font-size:.69rem;font-weight:950;white-space:nowrap;transition:background .18s ease,color .18s ease}
.academy-card-detail-btn .icon{width:14px;height:14px}
.academy-card-link:hover .academy-card-detail-btn{background:var(--v2-orange);color:var(--v2-navy)}

/* ---------- Events ---------- */
.events-layout{position:relative}
.event-list{border-top:1px solid var(--v2-navy)}
.event-row{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr) 210px 42px;gap:24px;align-items:center;min-height:126px;padding:20px 0;border-bottom:1px solid var(--v2-line);transition:background .18s ease}
.event-row:before{content:"";position:absolute;right:0;top:0;bottom:0;width:0;background:var(--v2-orange);transition:width .18s ease}
.event-date{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;padding-right:14px}
.event-date b{display:block;color:var(--v2-navy);font-size:2.2rem;line-height:1;font-weight:950;letter-spacing:-.05em}
.event-date span{color:var(--v2-muted);font-size:.67rem;line-height:1.6}
.event-main small{display:block;margin-bottom:3px;color:var(--v2-orange);font-size:.65rem;font-weight:900}
.event-main h3{margin:0;color:var(--v2-navy);font-size:1rem;line-height:1.65}
.event-main p{margin:5px 0 0;color:var(--v2-muted);font-size:.72rem;line-height:1.8}
.event-place{color:#7b8994;font-size:.7rem;line-height:1.7}
.event-more{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--v2-line);border-radius:50%;color:#9ba7b0;transition:background .18s ease,border-color .18s ease,color .18s ease}
.event-row:hover{background:#fbfcfd}
.event-row:hover:before{width:3px}
.event-row:hover .event-more{background:var(--v2-navy);border-color:var(--v2-navy);color:#fff}

/* ---------- Blog / editorial magazine ---------- */
.news-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);grid-auto-rows:minmax(145px,auto);gap:15px}
.news-card{min-width:0;display:grid;grid-template-columns:150px minmax(0,1fr);border:1px solid var(--v2-line);border-radius:var(--v2-radius);overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}
.news-card--lead{grid-row:span 3;grid-template-columns:1fr;grid-template-rows:minmax(280px,1fr) auto}
.news-card-media{position:relative;display:block;min-height:145px;background:var(--v2-soft);background-position:center;background-size:cover;overflow:hidden}
.news-card--lead .news-card-media{min-height:320px}
.news-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,29,52,.08));transition:background .25s ease}
.news-card-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;color:#c1c9cf;background:linear-gradient(135deg,#f4f6f8,#eef2f4);font-weight:950}
.news-card-placeholder .icon{width:28px;height:28px;color:var(--v2-orange)}
.news-card-media.has-thumb .news-card-placeholder{display:none}
.news-card-body{display:flex;flex-direction:column;padding:20px 21px}
.news-card--lead .news-card-body{padding:24px 25px}
.news-card-body>small{color:var(--v2-orange);font-size:.64rem;font-weight:900}
.news-card-body h3{margin:7px 0 0;color:var(--v2-navy);font-size:.96rem;line-height:1.75}
.news-card--lead .news-card-body h3{font-size:1.35rem;line-height:1.65}
.news-card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:16px;color:#8b97a0;font-size:.64rem}
.news-card-meta a{display:inline-flex;align-items:center;gap:6px;color:var(--v2-navy-3);font-weight:900}
.news-card-meta .icon{width:14px;height:14px;transition:transform .2s ease}
.news-card:hover{border-color:#cbd4da;box-shadow:var(--v2-shadow-soft)}
.news-card:hover .news-card-media:after{background:linear-gradient(180deg,rgba(242,140,40,.03),rgba(7,29,52,.13))}
.news-card:hover .news-card-meta a{color:var(--v2-orange)}
.news-card:hover .news-card-meta .icon{transform:translateX(-4px)}

/* ---------- Consultation ---------- */
.consult{padding-bottom:100px!important}
.consult-shell{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(480px,1.22fr);gap:18px;align-items:stretch;padding:18px;overflow:hidden;border-radius:6px;background:var(--v2-navy);box-shadow:0 20px 52px rgba(7,29,52,.11)}
.consult-shell:before{content:"";position:absolute;right:0;top:0;width:110px;height:5px;background:var(--v2-orange)}
.consult-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:36px 34px;color:#fff;overflow:hidden}
.consult-copy h2{position:relative;margin:0;color:#fff;font-size:clamp(2.25rem,3.5vw,3.7rem);line-height:1.28;font-weight:950;letter-spacing:-.03em}
.consult-copy h2 em{font-style:normal;color:var(--v2-orange)}
.consult-copy>p{position:relative;max-width:500px;margin:18px 0 0;color:#bdcad5;font-size:.88rem;line-height:2}
.consult-points{position:relative;display:grid;gap:9px;margin-top:28px;color:#d6e0e7;font-size:.73rem;font-weight:850}
.consult-points span{display:flex;align-items:center;gap:9px}
.consult-points span:before{content:"";width:7px;height:7px;border:2px solid var(--v2-orange);border-radius:50%}
.consult-form{align-self:stretch;box-sizing:border-box;height:100%;margin:0;padding:28px 30px;border-radius:4px;background:#fff;color:var(--v2-text);overflow:hidden}
.form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--v2-line)}
.form-head small{display:block;color:var(--v2-orange);font-size:.64rem;font-weight:900}
.form-head h3{margin:3px 0 0;color:var(--v2-navy);font-size:1.08rem}
.form-head>span{padding:6px 9px;border-radius:999px;background:var(--v2-soft);color:#78858f;font-size:.62rem;font-weight:800}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field{display:grid;gap:6px}
.field.full{grid-column:1/-1}
.field label{color:#53616d;font-size:.7rem;font-weight:900}
.field input,.field select,.field textarea{width:100%;min-height:45px;padding:10px 12px;border:1px solid #dce2e6;border-radius:4px;background:#fff;color:var(--v2-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.field textarea{min-height:88px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--v2-orange);box-shadow:0 0 0 3px rgba(242,140,40,.10)}
.form-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:17px}
.form-foot small{max-width:340px;color:#8a969f;font-size:.61rem;line-height:1.7}
.form-submit{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border:0;border-radius:8px;background:var(--v2-orange);color:var(--v2-navy);font-weight:950;font-size:.76rem;transition:background .18s ease}
.form-submit:hover{background:#ffa141}
.form-submit .icon{width:16px;height:16px}
.home-dynamic-empty{grid-column:1/-1;padding:30px;border:1px dashed #cbd4da;border-radius:var(--v2-radius);background:#fafbfc;color:var(--v2-muted)}
.home-dynamic-empty strong{display:block;color:var(--v2-navy);font-size:.9rem}
.home-dynamic-empty p{margin:5px 0 0;font-size:.74rem}

/* ---------- Responsive ---------- */
@media(max-width:1180px){
  .hero-inner{grid-template-columns:minmax(360px,.78fr) minmax(0,1fr);grid-template-areas:"card copy";gap:44px}
  .hero-title{font-size:clamp(3rem,5vw,4.45rem)}
  .intro-layout{gap:48px}
  .dept-board{grid-template-columns:repeat(2,minmax(0,1fr))}
  .route-ribbon{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:0;padding:18px}
  .route-track{display:none}
  .route-step{padding:26px 18px 18px}
  .consult-shell{grid-template-columns:minmax(0,.72fr) minmax(440px,1.28fr)}
}

@media(max-width:980px){
  .home-v2 .section{padding:72px 0}
  .hero-v2{min-height:auto;padding:128px 0 62px}
  .hero-inner{grid-template-columns:1fr;grid-template-areas:"copy" "card";gap:48px}
  .hero-copy{max-width:760px}
  .hero-title{max-width:760px;font-size:clamp(3.1rem,8vw,4.8rem)}
  .diagnostic-shell{max-width:620px;justify-self:start}
  .hero-proof{max-width:700px}
  .intro-layout{grid-template-columns:1fr;gap:34px}
  .intro-copy{max-width:720px}
  .intro-system{max-width:760px}
  .event-row{grid-template-columns:130px minmax(0,1fr) 42px}
  .event-place{display:none}
  .news-grid{grid-template-columns:1fr 1fr;grid-auto-rows:auto}
  .news-card--lead{grid-column:1/-1;grid-row:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .news-card--lead .news-card-media{min-height:280px}
  .consult-shell{grid-template-columns:1fr;gap:12px;padding:14px;border-radius:6px}
  .consult-copy{padding:36px 30px}
  .consult-form{margin:0;border-radius:4px}
}

@media(max-width:760px){
  .home-v2 .section{padding:62px 0}
  .section-heading{align-items:flex-start;gap:18px}
  .section-title{font-size:clamp(1.75rem,7vw,2.25rem)}
  .display-title{font-size:clamp(2rem,8.5vw,2.8rem)}
  .hero-v2{padding-top:116px}
  .hero-title{font-size:clamp(2.7rem,12vw,4rem)}
  .hero-desc{font-size:.9rem}
  .hero-proof{grid-template-columns:1fr;gap:9px}
  .hero-proof span + span{padding-right:0;border-right:0}
  .diagnostic-frame{display:none}
  .issue-grid{grid-template-columns:1fr}
  .strip-label{padding-inline:16px}
  .intro-system{grid-template-columns:1fr}
  .intro-system article{min-height:auto}
  .intro-system article:nth-child(odd){border-left:0}
  .intro-system article:not(:last-child){border-bottom:1px solid rgba(255,255,255,.11)}
  .route-ribbon{grid-template-columns:1fr;padding:16px}
  .route-step{padding:27px 10px 17px}
  .route-step:before{right:10px}
  .dept-board{grid-template-columns:1fr}
  .dept-item{min-height:150px}
  .event-row{grid-template-columns:100px minmax(0,1fr) 36px;gap:14px;min-height:112px}
  .event-date{grid-template-columns:1fr;padding-right:8px;gap:5px}
  .event-date b{font-size:1.8rem}
  .event-main p{display:none}
  .news-grid{grid-template-columns:1fr}
  .news-card,.news-card--lead{grid-column:auto;grid-template-columns:130px minmax(0,1fr);grid-template-rows:auto}
  .news-card--lead .news-card-media,.news-card-media{min-height:150px}
  .news-card--lead .news-card-body{padding:20px 21px}
  .news-card--lead .news-card-body h3{font-size:1rem}
  .consult-copy{padding:32px 22px}
  .consult-form{padding:23px 20px;margin:0}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .form-foot{align-items:stretch;flex-direction:column}
  .form-submit{width:100%}
}

@media(max-width:520px){
  .section-heading{display:grid;grid-template-columns:1fr}
  .section-heading .text-link{width:max-content}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-v2 .btn-signal,.hero-v2 .btn-ghost{width:100%}
  .case-body{padding:17px}
  .service-rail{height:42px}
  .strip-track{height:42px}
  .strip-label{font-size:.65rem}
  .intro-system article{grid-template-columns:1fr;padding:21px 18px}
  .dept-item{grid-template-columns:40px minmax(0,1fr) auto;padding:20px}
  .event-row{grid-template-columns:76px minmax(0,1fr) 34px}
  .event-date b{font-size:1.55rem}
  .news-card,.news-card--lead{grid-template-columns:1fr}
  .news-card-media,.news-card--lead .news-card-media{min-height:190px}
}

@media(prefers-reduced-motion:reduce){.strip-run{animation:none}}

@media(max-width:560px){
  .academy-card-footer{align-items:stretch;flex-direction:column}
  .academy-card-detail-btn{width:100%}
  .academy-course-facts{grid-template-columns:1fr 1fr}
  .academy-course-facts>span:nth-child(3){grid-column:1/-1;border-right:0;border-top:1px solid #e7ecef}
}
/* WooCommerce registration data — courses/events */
.academy-card-commerce{display:flex;flex-direction:column;gap:2px;min-width:0;font-style:normal}
.academy-card-commerce b{color:var(--v2-navy);font-size:.84rem;font-weight:950;line-height:1.5}
.academy-card-commerce em{color:#71808b;font-size:.62rem;font-style:normal;font-weight:850}
.event-place{display:flex;flex-direction:column;gap:4px}
.event-place>b{font:inherit;color:inherit}
.event-place .event-price{color:var(--v2-navy);font-size:.75rem;font-weight:950}
.event-place small{color:var(--v2-orange);font-size:.62rem;font-weight:900}
