/* ============================================================================
   home-v2.css — стили главной страницы V2 (drop-in за тест-флагом)
   Дизайн-источник: _redesign/main-v5-circe.html (макет Евгения, вариант Circe).
   Воспроизводит V5-дизайн на тех же реальных данных, что и боевой HomeTemplate,
   но: (1) шрифт Circe как основной (фирменная черта макета v5-circe),
       (2) все стили вынесены сюда из inline <style> шаблона.
   Базовая сетка/типографика берётся из farma-v3(.min).css — здесь только
   секционные стили главной + Circe-override.
   ============================================================================ */

/* ─── Circe (self-hosted, /new/assets/fonts/) ─────────────────────────────── */
@font-face{font-family:'Circe';font-style:normal;font-weight:100;font-display:swap;src:url('/new/assets/fonts/circe-100.woff2') format('woff2')}
@font-face{font-family:'Circe';font-style:normal;font-weight:300;font-display:swap;src:url('/new/assets/fonts/circe-300.woff2') format('woff2')}
@font-face{font-family:'Circe';font-style:normal;font-weight:400;font-display:swap;src:url('/new/assets/fonts/circe-400.woff2') format('woff2')}
@font-face{font-family:'Circe';font-style:normal;font-weight:700;font-display:swap;src:url('/new/assets/fonts/circe-700.woff2') format('woff2')}

/* ─── Тёмная тема: жёсткий opt-out (как на проде) ─────────────────────────── */
:root{color-scheme:only light}
.home-v2,.home-v2 *{color-scheme:only light}
@media (prefers-color-scheme:dark){
  .home-v2{background:#faf7f2;color:#1f1c17}
}

/* ─── Circe override: применяем шрифт макета поверх Commissioner ───────────
   Scoped под .home-v2, чтобы не задевать остальной сайт. JetBrains Mono
   сохраняем для технических подписей (метрики, теги, live-индикаторы). */
.home-v2,
.home-v2 input,.home-v2 button,.home-v2 textarea,.home-v2 select,
.home-v2 h1,.home-v2 h2,.home-v2 h3,.home-v2 h4,.home-v2 h5,.home-v2 h6,
.home-v2 p,.home-v2 div,.home-v2 span,.home-v2 a,.home-v2 li,
.home-v2 label,.home-v2 em,.home-v2 strong,.home-v2 b{
  font-family:'Circe','Commissioner',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.home-v2 .hv4-metric span,
.home-v2 .hv4-float-live b,
.home-v2 .hv4-float-live span:not(.hv4-pulse),
.home-v2 .pb4-tag,
.home-v2 .pb4-live{
  font-family:'JetBrains Mono',ui-monospace,monospace;
}

/* ════════════════════════════════════════════════════════════════════════
   HERO v5 (hv4)
   ════════════════════════════════════════════════════════════════════════ */
.hv4-section{position:relative;background:#FAFAF7;color:#1f1c17;padding:16px 0 24px;border-bottom:1px solid #ECE6D8;font-family:'Circe','Commissioner','Inter',system-ui,sans-serif}
.hv4-section *,.hv4-section *::before,.hv4-section *::after{box-sizing:border-box}
.hv4-grid{max-width:1440px;margin:0 auto;padding:20px 48px 0;display:grid;grid-template-columns:1fr 1.05fr;gap:36px;align-items:center}
.hv4-h1{font-family:'Circe','Commissioner',sans-serif;font-size:clamp(30px,3.4vw,48px);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:#1f1c17;margin:0 0 12px}
.hv4-h1 em{font-style:normal;color:#0f8b4e}
.hv4-sub{font-size:15.5px;line-height:1.45;color:#5a564d;max-width:520px;margin:0 0 18px;font-family:inherit}
.hv4-metrics{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;border-top:1px solid #ECE6D8;padding-top:14px}
.hv4-metric b{display:block;font-family:'Circe','Commissioner',sans-serif;font-size:22px;font-weight:700;color:#1f1c17;line-height:1;letter-spacing:-.01em}
.hv4-metric span{display:block;margin-top:4px;font-size:11px;color:#857f72;line-height:1.3;font-family:'JetBrains Mono',monospace;letter-spacing:.2px}
.hv4-right{display:flex;justify-content:center;align-items:center;position:relative;min-height:380px}
.hv4-mockup{width:100%;max-width:440px;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(40,30,15,.15));user-select:none;-webkit-user-drag:none}
.hv4-float{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(231,226,215,.8);border-radius:14px;padding:12px 16px;box-shadow:0 18px 36px -8px rgba(40,30,15,.18);display:flex;align-items:center;gap:10px;z-index:5;animation:hv4FloatIn .6s ease-out both}
@keyframes hv4FloatIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes hv4Pulse{0%,100%{box-shadow:0 0 0 4px rgba(31,222,122,.22)}50%{box-shadow:0 0 0 10px rgba(31,222,122,0)}}
.hv4-float-live{top:20px;left:-20px;animation-delay:.2s}
.hv4-float-live .hv4-pulse{width:8px;height:8px;border-radius:50%;background:#1fde7a;box-shadow:0 0 0 4px rgba(31,222,122,.22);animation:hv4Pulse 1.5s infinite}
.hv4-float-live b{font-family:'JetBrains Mono',monospace;font-size:11px;font-weight:600;color:#1f1c17;letter-spacing:.5px;display:block}
.hv4-float-live span:not(.hv4-pulse){font-size:11px;color:#857f72;font-family:'JetBrains Mono',monospace;display:block;margin-top:2px;letter-spacing:.3px}
.hv4-float-save{top:48%;right:-20px;animation-delay:.4s;background:#fff}
.hv4-float-save b{font-family:'Circe','Commissioner',sans-serif;font-size:17px;font-weight:700;color:#0f8b4e;line-height:1;letter-spacing:-.02em;display:block}
.hv4-float-save span{font-size:10.5px;color:#857f72;display:block;margin-top:3px;max-width:110px;line-height:1.25}
.hv4-float-ready{bottom:24px;left:-30px;animation-delay:.6s}
.hv4-float-ready .hv4-check{width:32px;height:32px;border-radius:50%;background:#e8f7ef;color:#0f8b4e;display:grid;place-items:center;flex-shrink:0;font-weight:700}
.hv4-float-ready b{font-size:13px;font-weight:700;color:#1f1c17;display:block;line-height:1.2}
.hv4-float-ready span:not(.hv4-check){font-size:11px;color:#857f72;display:block;margin-top:2px}
@media (max-width:1024px){
  .hv4-grid{grid-template-columns:1fr;padding:36px 24px 0;gap:36px}
  .hv4-right{order:-1;min-height:auto}
  .hv4-mockup{max-width:480px}
  .hv4-float-live{top:8px;left:8px}
  .hv4-float-save{top:auto;bottom:8%;right:8px}
  .hv4-float-ready{bottom:8px;left:8px}
  .hv4-metrics{grid-template-columns:repeat(2,1fr);gap:18px}
}
@media (max-width:640px){
  .hv4-grid{padding:24px 18px 0}
  .hv4-h1{font-size:36px}
  .hv4-sub{font-size:15px}
  .hv4-mockup{max-width:320px}
  .hv4-float{padding:8px 10px;border-radius:10px}
  .hv4-float-save b{font-size:16px}
  .hv4-float-save span,.hv4-float-live span:not(.hv4-pulse),.hv4-float-ready span:not(.hv4-check){font-size:10px}
}

/* ════════════════════════════════════════════════════════════════════════
   ACTIVITY BAR (полоса «Активность платформы»)
   ════════════════════════════════════════════════════════════════════════ */
.tbar{background:#fff;border-top:1px solid #ece9e0;border-bottom:1px solid #ece9e0;padding:18px 0}
.tbar-inner{max-width:1366px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.tbar-grp{display:inline-flex;align-items:baseline;gap:6px;font-size:14px;color:#3a3a36;line-height:1}
.tbar-grp b{font-weight:700;color:#1a1a1a;font-size:16px}
.tbar-grp em{font-style:normal;color:#0f8b4e;font-weight:700}
.tbar-sep{width:1px;height:18px;background:#ece9e0}
.tbar-live{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b6963}
.tbar-live::before{content:"";width:7px;height:7px;background:#0f8b4e;border-radius:50%;animation:tbPulse 1.6s ease-in-out infinite}
@keyframes tbPulse{0%,100%{opacity:1}50%{opacity:.3}}
@media (max-width:900px){.tbar-inner{padding:0 16px;gap:12px}.tbar-sep{display:none}}

/* ════════════════════════════════════════════════════════════════════════
   THEMATIC — «Подборки от фармацевта» / «Часто берут в аптеках района»
   ════════════════════════════════════════════════════════════════════════ */
.pf-author{display:flex;align-items:center;gap:14px;background:linear-gradient(90deg,#f0faf4 0%,#fff 60%);border:1px solid #d4ecdc;border-radius:14px;padding:14px 18px;margin:0 24px 18px}
.pf-author-ava{width:54px;height:54px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #0f8b4e}
.pf-author-ava img{width:100%;height:100%;object-fit:cover;display:block}
.pf-author-meta{flex:1;min-width:0}
.pf-author-nm{font-weight:700;color:#141413;font-size:15px;line-height:1.2}
.pf-author-role{font-size:13px;color:#0f8b4e;font-weight:600;margin-top:2px}
.pf-author-stat{font-size:12px;color:#6b6963;margin-top:4px}
.pf-author-stat b{color:#141413}
.pf-foot{margin:14px auto 0;font-size:12px;color:#6b6963;line-height:1.5;text-align:center;max-width:760px;padding:0 16px}
.pf-foot b{color:#0f8b4e}
.pf-tab-sub{margin:6px 24px 16px;font-size:13px;color:#6b6963;display:flex;align-items:center;gap:8px}
.pf-tab-sub b{color:#0f8b4e;font-weight:700}
.pf-panel .pc-bt{background:#0f8b4e;color:#fff}
.pf-panel .pc-bt:hover{background:#0a6e3b}
@media (max-width:640px){.pf-author{margin:0 16px 14px;padding:12px 14px}.pf-author-ava{width:46px;height:46px}.pf-tab-sub{margin:6px 16px 14px}.pf-foot{margin:14px 16px 0}}

/* ════════════════════════════════════════════════════════════════════════
   PHARMACIST — «Спросите фармацевта» (pb4)
   ════════════════════════════════════════════════════════════════════════ */
.pb4-section{background:#faf7f2;color:#141413;padding:80px 24px;font-family:'Circe','Commissioner','Inter',system-ui,sans-serif;border-top:1px solid #e8e3d8;border-bottom:1px solid #e8e3d8}
.pb4-section *,.pb4-section *::before,.pb4-section *::after{box-sizing:border-box}
.pb4-section button{background:none;border:0;cursor:pointer;font:inherit;color:inherit}
.pb4-inner{max-width:1280px;margin:0 auto}
.pb4-tag{display:inline-flex;align-items:center;gap:8px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#3b3a37;margin-bottom:18px}
.pb4-tag::before{content:"";display:inline-block;width:24px;height:1px;background:#141413}
.pb4-title{font-family:'Circe','Commissioner',sans-serif;font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:#141413;margin:0 0 16px}
.pb4-title em{font-style:italic;color:#0f8b4e;font-weight:700;letter-spacing:-.01em}
.pb4-sub{font-size:18px;line-height:1.5;color:#6b6963;max-width:640px;margin:0 0 0}
.pb4-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;margin-top:48px}
.pb4-card{background:#141413;color:#fff;border-radius:28px;padding:44px;position:relative;overflow:hidden;isolation:isolate}
.pb4-card::before{content:"";position:absolute;top:-100px;right:-100px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(15,139,78,.4),transparent 70%);z-index:-1}
.pb4-live{display:inline-flex;align-items:center;gap:8px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#7fd9a4;margin-bottom:24px}
.pb4-live::before{content:"";width:8px;height:8px;border-radius:50%;background:#1fde7a;box-shadow:0 0 0 4px rgba(31,222,122,.2);animation:pb4Pulse 1.5s infinite}
@keyframes pb4Pulse{0%,100%{box-shadow:0 0 0 4px rgba(31,222,122,.2)}50%{box-shadow:0 0 0 10px rgba(31,222,122,0)}}
.pb4-card h3{font-size:36px;line-height:1.1;letter-spacing:-.02em;font-weight:700;margin:0 0 18px;color:#fff}
.pb4-card h3 em{font-style:italic;color:#7fd9a4;font-weight:700;letter-spacing:-.01em}
.pb4-card p{color:#c9c5bb;font-size:16px;margin:0 0 28px;max-width:440px;line-height:1.5}
.pb4-persons{display:flex;align-items:center;gap:0;margin-bottom:28px;flex-wrap:wrap}
.pb4-ava{width:44px;height:44px;border-radius:50%;border:2px solid #141413;margin-left:-12px;background-size:cover;background-position:center;flex-shrink:0;background-color:#2a2a28}
.pb4-ava:first-child{margin-left:0}
.pb4-ava-1{background-image:url(/new/assets/img/home/pharmacists/anna_s.jpg)}
.pb4-ava-2{background-image:url(/new/assets/img/home/pharmacists/evgeniy_i.jpg)}
.pb4-ava-3{background-image:url(/new/assets/img/home/pharmacists/irina_v.jpg)}
.pb4-ava-4{background-image:url(/new/assets/img/home/pharmacists/dmitriy_m.jpg)}
.pb4-persons small{color:#9d9a93;font-size:13px;margin-left:14px}
.pb4-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#141413;padding:16px 28px;border-radius:12px;font-weight:700;font-size:15px;transition:.2s;font-family:inherit;text-decoration:none}
.pb4-cta-btn:hover{background:#e9e4da}
.pb4-chat{background:#f3efe7;border-radius:28px;padding:28px;display:flex;flex-direction:column;border:1px solid #e8e3d8;position:relative;min-height:380px}
.pb4-chat-head{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #d7d0c1;margin-bottom:18px}
.pb4-chat-head .pb4-chat-ava{width:44px;height:44px;border-radius:50%;background:url(/new/assets/img/home/pharmacists/elena_v.jpg) center/cover no-repeat,#cfcabf;position:relative;flex-shrink:0}
.pb4-chat-head .pb4-chat-ava::after{content:"";position:absolute;bottom:-1px;right:-1px;width:14px;height:14px;border-radius:50%;background:#1fde7a;border:2.5px solid #f3efe7}
.pb4-chat-head b{font-size:15px;font-weight:700;display:block;color:#141413}
.pb4-chat-head small{font-size:12px;color:#6b6963}
.pb4-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;margin-bottom:10px;line-height:1.45}
.pb4-msg-them{background:#fff;color:#141413;border-top-left-radius:4px;align-self:flex-start}
.pb4-msg-you{background:#0f8b4e;color:#fff;border-top-right-radius:4px;align-self:flex-end}
.pb4-input{margin-top:auto;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d7d0c1;border-radius:12px;padding:10px 14px;color:#9d9a93;font-size:14px}
.pb4-input .pb4-send{margin-left:auto;width:32px;height:32px;border-radius:8px;background:#0f8b4e;color:#fff;display:grid;place-items:center}
@media (max-width:1024px){.pb4-grid{grid-template-columns:1fr;gap:20px}.pb4-card,.pb4-chat{padding:32px}.pb4-card h3{font-size:28px}}
@media (max-width:640px){.pb4-section{padding:56px 16px}.pb4-card,.pb4-chat{padding:24px;border-radius:22px}.pb4-card h3{font-size:24px}.pb4-title{font-size:32px}.pb4-sub{font-size:15px}}

/* ════════════════════════════════════════════════════════════════════════
   TRUST — «Наши фармацевты»
   ════════════════════════════════════════════════════════════════════════ */
#trust-v2 .tr-wrap{max-width:1280px;margin:0 auto;padding:48px 24px 56px}
#trust-v2 .tr-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:28px}
#trust-v2 .tr-head h2{font-family:'Circe','Commissioner','Inter',sans-serif;font-size:clamp(26px,3vw,36px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#141413;margin:0 0 8px}
#trust-v2 .tr-head p{font-size:15px;color:#6b6963;margin:0;max-width:560px;line-height:1.45}
#trust-v2 .tr-live{display:inline-flex;align-items:center;gap:14px;background:#f3efe7;border:1px solid #e0dbd0;border-radius:14px;padding:10px 16px;font-size:13px;color:#3b3a37;flex-shrink:0}
#trust-v2 .tr-live-on{display:inline-flex;align-items:center;gap:8px;font-weight:700}
#trust-v2 .tr-live-on::before{content:"";width:8px;height:8px;border-radius:50%;background:#1fde7a;box-shadow:0 0 0 4px rgba(31,222,122,.2);animation:trPulse 1.5s infinite}
#trust-v2 .tr-live b{color:#0f8b4e}
#trust-v2 .tr-live-sep{width:1px;height:18px;background:#d7d0c1}
@keyframes trPulse{0%,100%{box-shadow:0 0 0 4px rgba(31,222,122,.2)}50%{box-shadow:0 0 0 10px rgba(31,222,122,0)}}
#trust-v2 .tr-foot{margin-top:28px;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}
#trust-v2 .tr-cta{display:inline-flex;align-items:center;gap:10px;background:#0f8b4e;color:#fff;padding:14px 26px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:.2s;font-family:'Circe','Commissioner',sans-serif}
#trust-v2 .tr-cta:hover{background:#0a6e3b}
#trust-v2 .tr-foot small{color:#6b6963;font-size:13px}
@media (max-width:720px){#trust-v2 .tr-head{flex-direction:column;align-items:flex-start}#trust-v2 .tr-live{width:100%;justify-content:center}}
#trust-v2 .trc[data-href]{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;position:relative}
#trust-v2 .trc[data-href]:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,139,78,.12);border-color:#0f8b4e}
#trust-v2 .trc[data-href]:focus-visible{outline:3px solid #0f8b4e;outline-offset:3px}
#trust-v2 .trc-hint{position:absolute;top:14px;right:14px;background:#f0faf4;border:1px solid #b4ddc4;border-radius:999px;padding:5px 10px;font-size:12px;color:#0f8b4e;font-weight:700;display:inline-flex;align-items:center;gap:4px;pointer-events:none;opacity:.85;transition:opacity .15s}
#trust-v2 .trc[data-href]:hover .trc-hint{opacity:1;background:#0f8b4e;color:#fff;border-color:#0f8b4e}
#trust-v2 .trc{display:flex;flex-direction:column}
#trust-v2 .trc-content{display:flex;flex-direction:column;flex:1}
#trust-v2 .trc-nm{min-height:24px}
#trust-v2 .trc-role{min-height:22px;margin-bottom:8px}
#trust-v2 .trc-offer{flex:1;display:flex;flex-direction:column}
#trust-v2 .trc-offer-title{min-height:44px;display:flex;align-items:flex-start}
#trust-v2 .trc-offer-desc{flex:1}
#trust-v2 .trc-stats{margin-top:auto}
/* Десктоп/планшет: грид по центру (замечание Евгения 10.06 — карточки прижимались влево: grid-template без display:grid не работал, оставался flex с min-width:max-content). Мобайл (<721px) не трогаем — горизонтальный скролл-ряд. */
@media (min-width:1100px){#trust-v2 .trust-in{display:grid;grid-template-columns:repeat(5,1fr);max-width:1280px;margin:0 auto;min-width:0;padding:0 24px;gap:14px}}
@media (max-width:1099px) and (min-width:721px){#trust-v2 .trust-in{display:grid;grid-template-columns:repeat(3,1fr);max-width:1280px;margin:0 auto;min-width:0;padding:0 24px;gap:14px}}

/* ════════════════════════════════════════════════════════════════════════
   GEO — «Где мы работаем»
   ════════════════════════════════════════════════════════════════════════ */
.geo-section{padding:32px 0 16px}
.geo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:0 24px}
.geo-card{background:#fff;border:1px solid #e8e6df;border-radius:12px;padding:18px 18px 16px;position:relative;overflow:hidden;display:flex;flex-direction:column}
.geo-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#0f8b4e}
.geo-city{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.2;min-height:2.4em;display:flex;align-items:flex-start}
.geo-num{font-size:24px;font-weight:700;color:#0f8b4e;line-height:1.1;letter-spacing:-.5px}
.geo-num-lbl{font-size:12px;color:#6b6963;margin-top:2px;margin-bottom:10px}
.geo-meta{font-size:12.5px;color:#3a3a36;line-height:1.5}
.geo-meta b{font-weight:600;color:#1a1a1a}
.geo-meta-row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-top:1px solid #f0eee5}
.geo-meta-row:first-child{border:0;padding-top:0}
.geo-foot{margin:18px 24px 0;padding:14px 16px;background:#f7f5ed;border-radius:10px;font-size:13px;color:#3a3a36;line-height:1.5;text-align:center}
.geo-foot b{color:#1a1a1a;font-weight:700}
@media (max-width:1100px){.geo-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:700px){.geo-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin:0 16px}.geo-foot{margin:14px 16px 0}}
@media (max-width:450px){.geo-grid{grid-template-columns:1fr}}

/* ════════════════════════════════════════════════════════════════════════
   SOCIAL — «Мы в соцсетях»
   ════════════════════════════════════════════════════════════════════════ */
.sp-section{font-family:'Circe','Commissioner',-apple-system,system-ui,sans-serif}
.sp-section .sp-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px}
@media(max-width:900px){.sp-section .sp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.sp-section .sp-grid{grid-template-columns:1fr}}
.sp-section .sp-card{display:grid;grid-template-columns:52px 1fr 18px;align-items:center;gap:14px;flex:1 1 320px;max-width:460px;padding:14px 16px;border:1px solid #e9eef5;border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.sp-section .sp-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,139,78,.08);border-color:#0f8b4e}
.sp-section .sp-logo{width:52px;height:52px;border-radius:13px;display:grid;place-items:center;background:var(--sp-bg);box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)}
.sp-section .sp-logo svg{display:block}
.sp-section .sp-logo-txt{color:#fff;font-weight:900;font-size:15px;letter-spacing:-.4px;line-height:1;font-family:'Circe','Commissioner',sans-serif}
.sp-section .sp-name{font-weight:700;color:#1f2933;font-size:15px;line-height:1.2}
.sp-section .sp-meta{font-size:12.5px;color:#6b7280;margin-top:3px;line-height:1.3}
.sp-section .sp-desc{font-size:13px;color:#475569;margin-top:5px;line-height:1.35}
.sp-section .sp-arrow{font-size:20px;color:#94a3b8;justify-self:end;transition:color .15s,transform .15s;font-weight:700}
.sp-section .sp-card:hover .sp-arrow{color:#0f8b4e;transform:translateX(3px)}
.sp-section .sp-foot{margin-top:16px;padding:14px 16px;background:#f0faf4;border:1px dashed #b4ddc4;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.sp-section .sp-foot-txt{font-size:13.5px;color:#0f3d24;line-height:1.4}
.sp-section .sp-foot-txt b{color:#0f8b4e}
.sp-section .sp-foot a{font-size:13px;color:#0f8b4e;font-weight:700;text-decoration:none;border-bottom:1px dashed #0f8b4e}
.sp-section .sp-foot a:hover{color:#085c33;border-color:#085c33}
