:root{
  --bg:#0b0f14;
  --bg2:#111823;
  --text:#f7f8fa;
  --muted:#aab2bf;
  --line:rgba(255,255,255,.12);
  --accent:#c7a45a;
  --accent-soft:#ead49e;
  --green:#88b89b;
  --amber:#cfa969;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#090d12;color:var(--text);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}

.container{width:min(1180px,calc(100% - 48px));margin:0 auto;position:relative;z-index:3}

/* HERO */
.hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 78% 22%,rgba(199,164,90,.11),transparent 27%),
    radial-gradient(circle at 12% 88%,rgba(53,83,118,.18),transparent 34%),
    linear-gradient(135deg,#090d12 0%,#0e141c 48%,#101722 100%);
}

.topbar{height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:14px}
.brand-photo{width:54px;height:54px;border-radius:50%;padding:2px;border:1px solid rgba(199,164,90,.55);background:rgba(255,255,255,.035);box-shadow:0 8px 24px rgba(0,0,0,.22);overflow:hidden;flex:0 0 auto}
.brand-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.brand-text{display:flex;flex-direction:column;gap:4px}
.brand-text strong{font-size:16px;letter-spacing:.01em}
.brand-text small{font-size:12px;color:var(--muted);font-weight:500}
.header-link{font-size:14px;font-weight:700;padding:11px 18px;border:1px solid rgba(255,255,255,.17);border-radius:999px;transition:.2s ease}
.header-link:hover{border-color:rgba(199,164,90,.65);color:var(--accent-soft)}

.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:68px 0 82px;max-width:1180px}
h1{margin:0;max-width:1040px;font-size:clamp(48px,5.7vw,82px);line-height:1.04;letter-spacing:-.045em;font-weight:800;text-wrap:balance}
h1 span{color:var(--accent-soft)}
.lead{max-width:770px;margin:30px 0 0;color:#bec5cf;font-size:18px;line-height:1.7;font-weight:500}

.credentials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:42px;max-width:820px}
.credential-card{position:relative;display:flex;align-items:center;gap:16px;min-height:94px;padding:18px 22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.credential-card:after{content:"";position:absolute;inset:auto -40px -55px auto;width:130px;height:130px;border-radius:50%;background:rgba(199,164,90,.08);filter:blur(2px)}
.credential-number{position:relative;z-index:1;font-size:44px;line-height:1;font-weight:800;letter-spacing:-.06em;color:var(--accent-soft)}
.credential-icon{position:relative;z-index:1;width:50px;height:50px;border-radius:14px;flex:0 0 auto;display:grid;place-items:center;background:rgba(199,164,90,.09);border:1px solid rgba(199,164,90,.28);color:var(--accent-soft)}
.credential-icon.map svg{width:25px;height:25px}
.credential-text{position:relative;z-index:1;display:flex;flex-direction:column;gap:2px}
.credential-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#89929f;font-weight:800}
.credential-text strong{font-size:16px;line-height:1.3}

.actions{display:flex;align-items:center;gap:22px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 25px;font-size:14px;font-weight:800;border-radius:9px;transition:.2s ease}
.btn-primary{background:var(--accent);color:#11151a;box-shadow:0 12px 34px rgba(199,164,90,.18)}
.btn-primary:hover{transform:translateY(-1px);background:#d3b46f}
.action-note{max-width:460px;color:#8f99a7;font-size:12px;line-height:1.55}

.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 88%)}
.glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.26}
.glow-one{width:460px;height:460px;right:-120px;top:80px;background:#7d6638}
.glow-two{width:380px;height:380px;left:-170px;bottom:-120px;background:#244c73}
.side-note{position:absolute;right:18px;bottom:70px;writing-mode:vertical-rl;transform:rotate(180deg);font-size:9px;letter-spacing:.28em;color:rgba(255,255,255,.18);z-index:2}

/* SECOND SCREEN */
.assessment{position:relative;overflow:hidden;padding:118px 0 126px;background:linear-gradient(180deg,#121922 0%,#141d27 52%,#101720 100%);border-top:1px solid rgba(255,255,255,.075)}
.assessment:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}
.assessment-glow{position:absolute;width:520px;height:520px;right:-210px;top:90px;border-radius:50%;background:rgba(199,164,90,.07);filter:blur(90px)}
.assessment-inner{position:relative}
.section-head{display:grid;grid-template-columns:56px 1fr;gap:24px;align-items:start;margin-bottom:46px}
.section-number{padding-top:10px;font-size:11px;font-weight:800;letter-spacing:.15em;color:rgba(234,212,158,.65)}
.section-label{margin:0 0 10px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#7f8997}
h2{margin:0;font-size:clamp(38px,4.5vw,62px);line-height:1.08;letter-spacing:-.04em;font-weight:800}

.chance-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.chance-card{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:30px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:0 26px 70px rgba(0,0,0,.16);overflow:hidden}
.chance-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}
.chance-card--strong{background:linear-gradient(145deg,rgba(116,157,132,.075),rgba(255,255,255,.022))}
.chance-card--lower{background:linear-gradient(145deg,rgba(199,164,90,.055),rgba(255,255,255,.018))}
.chance-card-head{display:flex;align-items:center;gap:10px;padding-bottom:22px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:800;letter-spacing:.01em;color:#e7ebf0}
.chance-card-head em{font-style:normal;color:#8f99a7;font-weight:600}
.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(136,184,155,.09)}
.chance-card--lower .status-dot{background:var(--amber);box-shadow:0 0 0 5px rgba(207,169,105,.08)}
.points-list{display:flex;flex-direction:column}
.point{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.point:last-child{border-bottom:0;padding-bottom:2px}
.point-index{font-size:10px;font-weight:800;letter-spacing:.1em;color:#657080;padding-top:5px}
.point p{margin:0;font-size:16px;line-height:1.55;font-weight:600;color:#dfe4ea}
.chance-card--strong .point:first-child p,.chance-card--strong .point:nth-child(3) p{color:#f4f6f8}

.personal-note{position:relative;display:flex;align-items:center;gap:16px;max-width:900px;margin:22px auto 0;padding:18px 22px;border:1px solid rgba(199,164,90,.17);border-radius:16px;background:rgba(199,164,90,.045);overflow:hidden}
.personal-note:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:3px;background:var(--accent)}
.personal-note:after{display:none}
.personal-note-mark{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(199,164,90,.10);font-family:Georgia,serif;font-size:34px;line-height:1;color:var(--accent);opacity:.9;padding-top:5px}
.personal-note-copy{position:relative;z-index:1}
.personal-note-copy p{max-width:780px;margin:0;font-size:15px;line-height:1.55;letter-spacing:-.01em;font-weight:560;color:#e7eaee}
.personal-note-copy span{display:block;margin-top:6px;font-size:11.5px;line-height:1.5;color:#8f99a6;font-weight:550}

@media(max-width:900px){
  .chance-grid{grid-template-columns:1fr}
  .chance-card{padding:26px}
}

@media(max-width:780px){
  .container{width:min(100% - 28px,1180px)}
  .topbar{height:88px}
  .brand-photo{width:46px;height:46px}
  .brand-text strong{font-size:14px}
  .brand-text small{font-size:10px;max-width:210px}
  .header-link{display:none}
  .hero-content{padding:54px 0 56px;justify-content:flex-start}
  h1{font-size:clamp(40px,10.8vw,60px);line-height:1.07;letter-spacing:-.04em}
  .lead{font-size:16px;margin-top:24px;line-height:1.6}
  .credentials{grid-template-columns:1fr;gap:10px;margin-top:30px;max-width:100%}
  .credential-card{min-height:82px;padding:14px 16px;border-radius:15px}
  .credential-number{font-size:38px}
  .credential-icon{width:46px;height:46px;border-radius:12px}
  .credential-text strong{font-size:14px}
  .credential-kicker{font-size:10px}
  .actions{align-items:flex-start;flex-direction:column;margin-top:26px;gap:13px}
  .btn{width:100%}
  .action-note{font-size:11px}
  .side-note{display:none}

  .assessment{padding:78px 0 82px}
  .section-head{grid-template-columns:1fr;gap:8px;margin-bottom:28px}
  .section-number{display:none}
  .section-label{font-size:10px;margin-bottom:8px}
  h2{font-size:clamp(34px,9.7vw,50px)}
  .chance-grid{gap:12px}
  .chance-card{padding:20px 18px;border-radius:18px}
  .chance-card-head{font-size:12px;padding-bottom:17px;line-height:1.45}
  .point{grid-template-columns:28px 1fr;gap:9px;padding:16px 0}
  .point-index{font-size:9px;padding-top:4px}
  .point p{font-size:14px;line-height:1.5}
  .personal-note{align-items:flex-start;gap:11px;margin-top:14px;padding:15px 15px 15px 18px;border-radius:14px}
  .personal-note:before{top:12px;bottom:12px}
  .personal-note-mark{width:30px;height:30px;font-size:29px;padding-top:4px}
  .personal-note-copy p{font-size:13.5px;line-height:1.5}
  .personal-note-copy span{font-size:10.5px;margin-top:5px}
}

@media(max-width:480px){
  .brand-text small{max-width:180px}
  h1{font-size:clamp(37px,10.7vw,50px)}
  .credential-card--years{gap:13px}
  .assessment{padding-top:68px}
  h2{font-size:36px}
}

/* FRANCHISE PRACTICE */
.practice{position:relative;overflow:hidden;padding:118px 0 128px;background:linear-gradient(180deg,#090e14 0%,#0d131b 52%,#0a0f15 100%);border-top:1px solid rgba(255,255,255,.06)}
.practice:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.013) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.013) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 85%,transparent)}
.practice-glow{position:absolute;width:500px;height:500px;left:-240px;top:110px;border-radius:50%;background:rgba(50,85,120,.13);filter:blur(100px)}
.practice-inner{position:relative}
.practice-count-wrap{height:48px;display:flex;align-items:flex-start;margin-left:80px;margin-bottom:-4px}
.practice-count{min-width:38px;height:38px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#12161b;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(199,164,90,.18);border:3px solid #0b1118}
.practice-head{margin-bottom:31px}
.practice-intro{max-width:780px;margin:18px 0 0;color:#9fa8b5;font-size:16px;line-height:1.65;font-weight:500}
.practice-search-wrap{position:relative;display:flex;align-items:center;width:100%;height:68px;margin:0 0 25px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 18px 50px rgba(0,0,0,.14);overflow:hidden}
.practice-search-wrap:focus-within{border-color:rgba(199,164,90,.48);box-shadow:0 0 0 4px rgba(199,164,90,.06),0 18px 50px rgba(0,0,0,.14)}
.practice-search-wrap svg{width:23px;height:23px;flex:0 0 auto;margin-left:22px;color:#7e8997}
.practice-search-wrap input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:#f4f6f8;font:600 15px/1.2 "Manrope",sans-serif;padding:0 16px}
.practice-search-wrap input::placeholder{color:#717c8a}
.search-state{flex:0 0 auto;padding-right:22px;color:#747f8c;font-size:11px;font-weight:700}
.franchise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.franchise-card{min-height:112px;display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start;padding:23px 22px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.017));transition:.18s ease}
.franchise-card:hover{transform:translateY(-2px);border-color:rgba(199,164,90,.22);background:linear-gradient(145deg,rgba(199,164,90,.055),rgba(255,255,255,.018))}
.franchise-mark{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(199,164,90,.09);border:1px solid rgba(199,164,90,.24);color:var(--accent-soft);font-size:19px;line-height:1}
.franchise-card h3{margin:0;color:#edf0f4;font-size:15px;line-height:1.45;font-weight:750}
.franchise-card p{margin:7px 0 0;color:#7f8997;font-size:12px;line-height:1.45;font-weight:550}
.practice-empty{padding:34px;border:1px dashed rgba(255,255,255,.11);border-radius:18px;color:#808a97;text-align:center;font-size:14px}
.practice-actions{display:flex;justify-content:center;margin-top:25px}
.btn-more{min-width:190px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.035);color:#e8ebef;cursor:pointer}
.btn-more:hover{border-color:rgba(199,164,90,.42);color:var(--accent-soft);background:rgba(199,164,90,.045)}

@media(max-width:900px){.franchise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){
  .practice{padding:74px 0 82px}
  .practice-count-wrap{height:38px;margin-left:0;margin-bottom:7px}
  .practice-count{min-width:34px;height:34px;padding:0 9px;font-size:12px;border-width:2px}
  .practice-intro{margin-top:13px;font-size:14px;line-height:1.6}
  .practice-search-wrap{height:60px;margin-top:25px;border-radius:15px}
  .practice-search-wrap svg{width:20px;height:20px;margin-left:17px}
  .practice-search-wrap input{padding:0 12px;font-size:14px}
  .search-state{display:none}
  .franchise-grid{grid-template-columns:1fr;gap:9px}
  .franchise-card{min-height:92px;padding:18px 17px;border-radius:15px;grid-template-columns:27px 1fr;gap:11px}
  .franchise-mark{width:22px;height:22px}
  .franchise-card h3{font-size:14px}
  .franchise-card p{font-size:11px;margin-top:5px}
  .practice-actions{margin-top:18px}
  .btn-more{width:100%}
}

/* v6 — practice badge + refined franchise cards */
.practice-head h2{display:inline;position:relative}
.practice-last-letter{position:relative;display:inline-block}
.practice-count{position:absolute;z-index:4;left:55%;bottom:72%;min-width:31px;height:31px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#10151b;font-size:11px;line-height:1;font-weight:850;letter-spacing:-.02em;box-shadow:0 7px 22px rgba(199,164,90,.24),0 0 0 4px #0c1219;transform:translateX(-18%);white-space:nowrap}

.franchise-grid{gap:14px}
.franchise-card{position:relative;min-height:126px;display:grid;grid-template-columns:46px minmax(0,1fr) 24px;gap:15px;align-items:center;padding:22px 20px;border:1px solid rgba(255,255,255,.095);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018));box-shadow:0 12px 34px rgba(0,0,0,.12);overflow:hidden}
.franchise-card:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:2px;border-radius:2px;background:linear-gradient(180deg,transparent,rgba(199,164,90,.6),transparent);opacity:.55}
.franchise-card:hover{transform:translateY(-3px);border-color:rgba(199,164,90,.30);background:linear-gradient(145deg,rgba(199,164,90,.07),rgba(255,255,255,.022));box-shadow:0 18px 44px rgba(0,0,0,.18)}
.franchise-mark{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(199,164,90,.15),rgba(199,164,90,.055));border:1px solid rgba(199,164,90,.25);color:var(--accent-soft);font-size:15px;line-height:1;font-weight:850;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.franchise-copy{min-width:0}
.franchise-card h3{margin:0;color:#f0f3f6;font-size:15px;line-height:1.35;font-weight:800;letter-spacing:-.012em}
.franchise-card p{display:inline-block;max-width:100%;margin:9px 0 0;padding:5px 8px;border-radius:8px;background:rgba(255,255,255,.035);color:#8792a0;font-size:10.5px;line-height:1.35;font-weight:600}
.franchise-arrow{align-self:start;margin-top:2px;color:#5f6a77;font-size:15px;transition:.18s ease}
.franchise-card:hover .franchise-arrow{color:var(--accent-soft);transform:translate(2px,-2px)}

@media(max-width:780px){
  .practice-head h2{display:inline}
  .practice-count{min-width:27px;height:27px;padding:0 7px;font-size:10px;bottom:77%;box-shadow:0 5px 16px rgba(199,164,90,.22),0 0 0 3px #0c1219}
  .franchise-grid{gap:10px}
  .franchise-card{min-height:98px;grid-template-columns:40px minmax(0,1fr) 18px;gap:12px;padding:17px 15px;border-radius:16px}
  .franchise-card:before{top:16px;bottom:16px}
  .franchise-mark{width:38px;height:38px;border-radius:12px;font-size:13px}
  .franchise-card h3{font-size:14px}
  .franchise-card p{margin-top:7px;padding:4px 7px;font-size:10px}
  .franchise-arrow{font-size:13px}
}


/* v7 — more premium franchise cards */
.practice-count{left:112%;bottom:76%;transform:none}

.franchise-grid{gap:16px}
.franchise-card{
  min-height:138px;
  grid-template-columns:52px minmax(0,1fr) 22px;
  gap:17px;
  padding:24px 22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.085);
  background:
    radial-gradient(circle at 100% 0%,rgba(199,164,90,.08),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 42px rgba(0,0,0,.13);
}
.franchise-card:before{
  left:auto;right:0;top:0;bottom:auto;width:72px;height:72px;
  background:radial-gradient(circle at 100% 0%,rgba(199,164,90,.16),transparent 67%);
  opacity:.72
}
.franchise-card:after{content:"";position:absolute;left:22px;right:22px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(199,164,90,.26),transparent);opacity:0;transition:.2s ease}
.franchise-card:hover{transform:translateY(-4px);border-color:rgba(199,164,90,.32);background:radial-gradient(circle at 100% 0%,rgba(199,164,90,.12),transparent 40%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 22px 55px rgba(0,0,0,.20)}
.franchise-card:hover:after{opacity:1}
.franchise-mark{
  width:50px;height:50px;border-radius:16px;
  background:linear-gradient(145deg,rgba(199,164,90,.19),rgba(199,164,90,.055));
  border:1px solid rgba(199,164,90,.30);
  color:#f1ddb0;font-size:16px;font-weight:850;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 22px rgba(0,0,0,.13)
}
.franchise-meta{display:block;margin:0 0 6px;color:#a98d55;font-size:8.5px;line-height:1;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.franchise-card h3{font-size:16px;line-height:1.3;letter-spacing:-.018em}
.franchise-card p{margin-top:8px;padding:0;background:none;border-radius:0;color:#828d9b;font-size:11px;line-height:1.45;font-weight:550}
.franchise-arrow{align-self:center;margin:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);color:#67727f;font-size:11px;background:rgba(255,255,255,.025)}
.franchise-card:hover .franchise-arrow{border-color:rgba(199,164,90,.25);background:rgba(199,164,90,.08);color:#e2c988;transform:translate(2px,-2px)}

@media(max-width:780px){
  .practice-count{left:115%;bottom:82%;min-width:27px;height:27px}
  .franchise-card{min-height:108px;grid-template-columns:44px minmax(0,1fr) 18px;gap:13px;padding:18px 16px;border-radius:18px}
  .franchise-card:after{left:16px;right:16px}
  .franchise-mark{width:42px;height:42px;border-radius:13px;font-size:14px}
  .franchise-meta{font-size:7.5px;margin-bottom:5px}
  .franchise-card h3{font-size:14.5px}
  .franchise-card p{font-size:10.5px;margin-top:6px}
  .franchise-arrow{width:18px;height:18px;font-size:9px}
}


/* v8 — compact franchise cards, neutral mark */
.franchise-grid{gap:10px}
.franchise-card{
  min-height:96px;
  grid-template-columns:36px minmax(0,1fr) 18px;
  gap:12px;
  padding:15px 16px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.043),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 28px rgba(0,0,0,.10)
}
.franchise-card:before{width:52px;height:52px;opacity:.5}
.franchise-card:after{left:16px;right:16px}
.franchise-mark{
  width:34px;height:34px;border-radius:11px;
  background:rgba(199,164,90,.07);
  border:1px solid rgba(199,164,90,.20);
  box-shadow:none;
}
.franchise-mark-dot{
  width:7px;height:7px;border-radius:50%;display:block;
  background:var(--accent-soft);
  box-shadow:0 0 0 4px rgba(199,164,90,.08)
}
.franchise-card h3{font-size:14.5px;line-height:1.28;font-weight:800}
.franchise-card p{margin-top:5px;font-size:10.5px;line-height:1.35;color:#7f8996}
.franchise-arrow{width:18px;height:18px;font-size:9px}
.franchise-card:hover{transform:translateY(-2px)}
@media(max-width:780px){
  .franchise-grid{gap:8px}
  .franchise-card{min-height:82px;grid-template-columns:32px minmax(0,1fr) 16px;gap:10px;padding:13px 14px;border-radius:14px}
  .franchise-mark{width:30px;height:30px;border-radius:10px}
  .franchise-mark-dot{width:6px;height:6px;box-shadow:0 0 0 3px rgba(199,164,90,.08)}
  .franchise-card h3{font-size:13.5px}
  .franchise-card p{font-size:10px;margin-top:4px}
  .franchise-arrow{width:16px;height:16px;font-size:8px}
}


/* v9 — cleaner franchise cards: no glow, no arrow */
.franchise-card{
  grid-template-columns:36px minmax(0,1fr);
}
.franchise-mark{
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.09);
  box-shadow:none;
}
.franchise-mark-dot{
  background:rgba(199,164,90,.78);
  box-shadow:none;
}
.franchise-arrow{display:none!important}
@media(max-width:780px){
  .franchise-card{grid-template-columns:32px minmax(0,1fr)}
}

/* v11 — neutral franchise cards + clearer assessment states */
.franchise-card,
.franchise-card:hover{
  background:rgba(255,255,255,.035) !important;
  border-color:rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 26px rgba(0,0,0,.10);
}
.franchise-card:hover{
  border-color:rgba(255,255,255,.16);
  transform:translateY(-2px);
}
.franchise-card:before,
.franchise-card:after{display:none!important}
.franchise-mark{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.10)}
.franchise-mark-dot{background:#8b95a2}

.chance-card{padding:0;border-radius:24px;overflow:hidden}
.chance-card--strong{
  border-color:rgba(99,188,143,.22);
  background:linear-gradient(145deg,rgba(48,103,76,.18),rgba(255,255,255,.018) 55%);
  box-shadow:0 24px 60px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035);
}
.chance-card--lower{
  border-color:rgba(214,166,82,.20);
  background:linear-gradient(145deg,rgba(117,82,33,.16),rgba(255,255,255,.016) 58%);
  box-shadow:0 24px 60px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03);
}
.chance-card-head{
  min-height:82px;
  padding:22px 28px;
  margin:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:17px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:-.015em;
}
.chance-card--strong .chance-card-head{
  background:rgba(65,142,101,.13);
  color:#eaf7f0;
}
.chance-card--lower .chance-card-head{
  background:rgba(174,121,47,.11);
  color:#f5ead7;
}
.chance-card-head em{color:#c9b997;font-weight:650}
.chance-card .points-list{padding:5px 28px 22px}
.chance-card--strong .status-dot{background:#70c59a;box-shadow:0 0 0 6px rgba(112,197,154,.09)}
.chance-card--lower .status-dot{background:#d8a453;box-shadow:0 0 0 6px rgba(216,164,83,.09)}
.chance-card--strong .point-index{color:#70a98c}
.chance-card--lower .point-index{color:#ae8c57}

@media(max-width:780px){
  .chance-card{padding:0;border-radius:18px}
  .chance-card-head{min-height:auto;padding:18px 18px;font-size:15px}
  .chance-card .points-list{padding:2px 18px 14px}
}

/* v12 — redesigned hero credentials */
.credentials{
  gap:16px;
  max-width:860px;
}
.credential-card{
  min-height:104px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 44px rgba(0,0,0,.18);
  isolation:isolate;
}
.credential-card:before{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  top:0;
  height:2px;
  border-radius:0 0 99px 99px;
  opacity:.85;
}
.credential-card:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  bottom:-120px;
  border-radius:50%;
  filter:blur(12px);
  opacity:.5;
  pointer-events:none;
}
.credential-card--years{
  background:linear-gradient(135deg,rgba(212,148,65,.15),rgba(103,68,31,.08) 45%,rgba(255,255,255,.026));
  border-color:rgba(226,164,82,.22);
}
.credential-card--years:before{background:linear-gradient(90deg,#f1be6f,rgba(241,190,111,.12))}
.credential-card--years:after{background:rgba(219,145,55,.22)}
.credential-card--region{
  background:linear-gradient(135deg,rgba(54,134,202,.16),rgba(33,93,145,.08) 46%,rgba(255,255,255,.026));
  border-color:rgba(88,167,229,.22);
}
.credential-card--region:before{background:linear-gradient(90deg,#74c7ff,rgba(116,199,255,.12))}
.credential-card--region:after{background:rgba(48,143,219,.22)}
.credential-number,
.credential-icon{
  width:60px;
  height:60px;
  flex:0 0 60px;
  display:grid;
  place-items:center;
  border-radius:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 28px rgba(0,0,0,.20);
}
.credential-number{
  font-size:31px;
  letter-spacing:-.055em;
  color:#fff3df;
  background:linear-gradient(145deg,#d99d4f,#9e652b);
  border:1px solid rgba(255,214,154,.32);
}
.credential-icon{
  background:linear-gradient(145deg,#348ac7,#1e5e94);
  border:1px solid rgba(133,210,255,.30);
  color:#eaf7ff;
}
.credential-icon.map svg{width:27px;height:27px}
.credential-text{gap:4px}
.credential-kicker{
  font-size:10px;
  letter-spacing:.16em;
  color:#a9b2bf;
}
.credential-card--years .credential-kicker{color:#e5b66f}
.credential-card--region .credential-kicker{color:#79c6f5}
.credential-text strong{
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.015em;
  color:#f7f9fb;
}
.credential-card--years .credential-text strong:after,
.credential-card--region .credential-text strong:after{
  display:block;
  margin-top:5px;
  font-size:10px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:.02em;
  color:#8f99a7;
}
.credential-card--years .credential-text strong:after{content:"С 2009 года"}
.credential-card--region .credential-text strong:after{content:"Работаю дистанционно по РФ"}

@media(max-width:780px){
  .credentials{gap:9px;margin-top:28px}
  .credential-card{min-height:88px;padding:13px 14px;border-radius:17px;gap:13px}
  .credential-card:before{left:16px;right:16px}
  .credential-number,.credential-icon{width:52px;height:52px;flex-basis:52px;border-radius:15px}
  .credential-number{font-size:27px}
  .credential-icon.map svg{width:24px;height:24px}
  .credential-text strong{font-size:15px}
  .credential-kicker{font-size:9px}
  .credential-card--years .credential-text strong:after,
  .credential-card--region .credential-text strong:after{font-size:9px;margin-top:4px}
}

/* v14 — smaller hero credential badges */
.credentials{
  max-width:620px;
  gap:10px;
  margin-top:30px;
}
.credential-card{
  min-height:68px;
  padding:10px 13px;
  border-radius:15px;
  gap:10px;
}
.credential-card:before{display:none}
.credential-card--years .credential-text strong:after{display:none}
.credential-number,
.credential-icon{
  width:42px;
  height:42px;
  flex-basis:42px;
  border-radius:12px;
}
.credential-number{font-size:23px}
.credential-icon.map svg{width:20px;height:20px}
.credential-text{gap:1px}
.credential-kicker{font-size:8px;letter-spacing:.14em}
.credential-text strong{font-size:13.5px;line-height:1.2}
.credential-card--region .credential-text strong:after{font-size:8px;margin-top:2px}
.side-note{display:none!important}

@media(max-width:780px){
  .credentials{max-width:100%;gap:7px;margin-top:23px}
  .credential-card{min-height:60px;padding:9px 10px;border-radius:13px;gap:9px}
  .credential-number,.credential-icon{width:38px;height:38px;flex-basis:38px;border-radius:10px}
  .credential-number{font-size:21px}
  .credential-icon.map svg{width:18px;height:18px}
  .credential-text strong{font-size:12.5px}
  .credential-kicker{font-size:7.5px}
  .credential-card--region .credential-text strong:after{font-size:7.5px;margin-top:1px}
}

/* v15 — slightly larger hero credential badges */
.credentials{
  max-width:650px;
  gap:11px;
  margin-top:31px;
}
.credential-card{
  min-height:73px;
  padding:11px 14px;
  border-radius:16px;
  gap:11px;
}
.credential-number,
.credential-icon{
  width:46px;
  height:46px;
  flex-basis:46px;
  border-radius:13px;
}
.credential-number{font-size:25px}
.credential-icon.map svg{width:22px;height:22px}
.credential-text strong{font-size:14.2px;line-height:1.2}
.credential-kicker{font-size:8.4px;letter-spacing:.14em}
.credential-card--region .credential-text strong:after{font-size:8.4px;margin-top:2px}

@media(max-width:780px){
  .credentials{max-width:100%;gap:8px;margin-top:24px}
  .credential-card{min-height:64px;padding:10px 11px;border-radius:14px;gap:10px}
  .credential-number,.credential-icon{width:41px;height:41px;flex-basis:41px;border-radius:11px}
  .credential-number{font-size:22px}
  .credential-icon.map svg{width:19px;height:19px}
  .credential-text strong{font-size:13px}
  .credential-kicker{font-size:7.8px}
  .credential-card--region .credential-text strong:after{font-size:7.8px;margin-top:1px}
}

/* v16 — credentials slightly larger, cleaner region badge */
.credentials{
  max-width:690px;
  gap:12px;
  margin-top:33px;
}
.credential-card{
  min-height:79px;
  padding:12px 16px;
  border-radius:17px;
  gap:12px;
}
.credential-number,
.credential-icon{
  width:49px;
  height:49px;
  flex-basis:49px;
  border-radius:14px;
}
.credential-number{font-size:27px}
.credential-icon.map svg{width:23px;height:23px}
.credential-text strong{font-size:14.8px;line-height:1.22}
.credential-kicker{font-size:8.8px;letter-spacing:.14em}
.credential-card--region .credential-text strong:after{display:none !important;content:none !important}

@media(max-width:780px){
  .credentials{max-width:100%;gap:9px;margin-top:25px}
  .credential-card{min-height:68px;padding:11px 12px;border-radius:15px;gap:10px}
  .credential-number,.credential-icon{width:43px;height:43px;flex-basis:43px;border-radius:12px}
  .credential-number{font-size:23px}
  .credential-icon.map svg{width:20px;height:20px}
  .credential-text strong{font-size:13.5px}
  .credential-kicker{font-size:8px}
}

/* v17 — lighter assessment layout */
.assessment .chance-grid{
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:start;
}
.assessment .chance-card,
.assessment .chance-card--strong,
.assessment .chance-card--lower{
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  overflow:visible;
}
.assessment .chance-card:before{display:none}
.assessment .chance-card-head{
  min-height:0;
  margin:0 0 12px;
  padding:0 0 11px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:none;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.02em;
}
.assessment .chance-card--strong .chance-card-head{color:#dff7e9}
.assessment .chance-card--lower .chance-card-head{color:#f3e4c8}
.assessment .chance-card-head em{color:#9da6b0;font-size:12px;font-weight:650}
.assessment .status-dot{
  width:9px;height:9px;flex:0 0 9px;
  box-shadow:none;
}
.assessment .chance-card--strong .status-dot{background:#68c994}
.assessment .chance-card--lower .status-dot{background:#d5a154}

.assessment .chance-card .points-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  padding:0;
}
.assessment .point{
  min-height:68px;
  display:grid;
  grid-template-columns:24px 1fr;
  gap:9px;
  align-items:start;
  padding:12px 13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}
.assessment .point:last-child{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.075)}
.assessment .chance-card--strong .point{
  border-color:rgba(103,197,145,.13);
  background:rgba(68,136,99,.055);
}
.assessment .chance-card--lower .point{
  border-color:rgba(213,161,84,.12);
  background:rgba(138,97,40,.045);
}
.assessment .point-index{
  width:22px;height:22px;
  display:grid;place-items:center;
  padding:0;
  border-radius:50%;
  font-size:0;
  font-weight:900;
  letter-spacing:0;
}
.assessment .chance-card--strong .point-index{
  color:#9ee1b9;
  background:rgba(103,197,145,.11);
  border:1px solid rgba(103,197,145,.18);
}
.assessment .chance-card--strong .point-index:before{content:"✓";font-size:11px}
.assessment .chance-card--lower .point-index{
  color:#e1bb7e;
  background:rgba(213,161,84,.10);
  border:1px solid rgba(213,161,84,.17);
}
.assessment .chance-card--lower .point-index:before{content:"–";font-size:13px;line-height:1}
.assessment .point p,
.assessment .chance-card--strong .point:first-child p,
.assessment .chance-card--strong .point:nth-child(3) p{
  margin:0;
  color:#dce2e8;
  font-size:13px;
  line-height:1.42;
  font-weight:600;
}
.assessment .chance-card--strong .point p{color:#e5eee9}
.assessment .chance-card--lower .point p{color:#ddd9d1}

@media(max-width:980px){
  .assessment .chance-grid{grid-template-columns:1fr;gap:28px}
  .assessment .chance-card .points-list{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .assessment .chance-grid{gap:24px}
  .assessment .chance-card-head{margin-bottom:10px;padding-bottom:10px;font-size:15px}
  .assessment .chance-card-head em{font-size:11px}
  .assessment .chance-card .points-list{grid-template-columns:1fr;gap:7px}
  .assessment .point{min-height:0;padding:11px 12px;border-radius:12px;grid-template-columns:22px 1fr;gap:8px}
  .assessment .point-index{width:20px;height:20px}
  .assessment .point p{font-size:12.5px;line-height:1.38}
}

/* v18 — editorial assessment zones */
.assessment-zones{
  display:grid;
  gap:14px;
}
.assessment-zone{
  position:relative;
  display:grid;
  grid-template-columns:minmax(225px,.72fr) minmax(0,1.65fr);
  gap:34px;
  align-items:start;
  padding:25px 28px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.assessment-zone:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  border-radius:0 4px 4px 0;
}
.assessment-zone--strong{
  background:linear-gradient(90deg,rgba(47,112,78,.115),rgba(255,255,255,.022) 34%,rgba(255,255,255,.018));
  border-color:rgba(104,201,148,.14);
}
.assessment-zone--strong:before{background:#68c994}
.assessment-zone--lower{
  background:linear-gradient(90deg,rgba(137,94,38,.105),rgba(255,255,255,.021) 34%,rgba(255,255,255,.017));
  border-color:rgba(213,161,84,.13);
}
.assessment-zone--lower:before{background:#d5a154}
.zone-heading{padding:1px 0 0 3px}
.zone-kicker{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  margin-bottom:10px;
  border-radius:999px;
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.assessment-zone--strong .zone-kicker{color:#a8e5c2;background:rgba(104,201,148,.10);border:1px solid rgba(104,201,148,.15)}
.assessment-zone--lower .zone-kicker{color:#e5bf83;background:rgba(213,161,84,.09);border:1px solid rgba(213,161,84,.14)}
.zone-heading h3{
  margin:0;
  color:#f0f3f6;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:800;
}
.zone-heading h3 em{font-style:normal;color:#9ba4af;font-size:.72em;font-weight:650}
.zone-heading p{
  max-width:300px;
  margin:9px 0 0;
  color:#858f9c;
  font-size:11.5px;
  line-height:1.5;
  font-weight:550;
}
.zone-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:26px;
  row-gap:0;
}
.zone-item{
  min-width:0;
  display:grid;
  grid-template-columns:22px 1fr;
  gap:9px;
  align-items:start;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.065);
  color:#dfe4e9;
  font-size:13px;
  line-height:1.42;
  font-weight:450;
}
.zone-item:nth-last-child(-n+2){border-bottom-color:rgba(255,255,255,.04)}
.zone-icon{
  width:19px;height:19px;
  display:grid;place-items:center;
  margin-top:0;
  border-radius:50%;
  font-size:10px;
  line-height:1;
  font-weight:900;
}
.assessment-zone--strong .zone-icon{color:#a7e6c2;background:rgba(104,201,148,.10)}
.assessment-zone--lower .zone-icon{color:#dfb675;background:rgba(213,161,84,.09);font-size:15px}

@media(max-width:900px){
  .assessment-zone{grid-template-columns:1fr;gap:16px;padding:22px 22px}
  .zone-heading p{max-width:620px}
  .zone-list{grid-template-columns:1fr 1fr;column-gap:20px}
}
@media(max-width:640px){
  .assessment-zones{gap:11px}
  .assessment-zone{gap:13px;padding:18px 17px 17px 19px;border-radius:16px}
  .assessment-zone:before{width:3px}
  .zone-kicker{min-height:22px;margin-bottom:8px;padding:0 8px;font-size:8px}
  .zone-heading h3{font-size:18px}
  .zone-heading p{margin-top:7px;font-size:11px;line-height:1.45}
  .zone-list{grid-template-columns:1fr}
  .zone-item{grid-template-columns:20px 1fr;gap:8px;padding:9px 0;font-size:12.5px;line-height:1.38}
  .zone-item:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.055)}
  .zone-item:last-child{border-bottom:0;padding-bottom:2px}
  .zone-icon{width:18px;height:18px}
}


/* v24 — court status */
.zone-item{font-weight:300!important;}
.btn-more{font-weight:400!important;}
.franchise-title-row{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap;}
.franchise-title-row h3{min-width:0;}
.franchise-status{display:inline-flex;align-items:center;margin:0;color:#72d69a;font-size:10px;line-height:1.2;font-weight:400;letter-spacing:.015em;text-transform:none;white-space:nowrap;}
.franchise-status::before{content:"—";margin-right:6px;color:#72d69a;font-weight:300;}
.franchise-card.is-court .franchise-mark-dot{background:#45c978;animation:court-dot-pulse 1.25s steps(2,end) infinite;box-shadow:none!important;}
@keyframes court-dot-pulse{0%,45%{opacity:1}46%,100%{opacity:.28}}
@media (prefers-reduced-motion:reduce){.franchise-card.is-court .franchise-mark-dot{animation:none}}
@media(max-width:780px){
  .franchise-title-row{display:block;}
  .franchise-status{display:block;margin-top:5px;font-size:9.5px;}
  .franchise-status::before{display:none;}
}

/* v26: lift desktop court label slightly */
@media (min-width: 701px){.franchise-status{position:relative;top:-2px}}


/* v27 — hero practice link + distinct practice background */
.find-franchise-link{
  display:inline-block;
  align-self:flex-start;
  margin-top:20px;
  color:#cbd3dc;
  font-size:13px;
  line-height:1.4;
  font-weight:500;
  text-decoration:none;
  border-bottom:1px dashed rgba(203,211,220,.58);
  padding-bottom:3px;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}
.find-franchise-link:hover{
  color:#f0d397;
  border-bottom-color:rgba(240,211,151,.8);
  transform:translateY(-1px);
}
.practice{
  background:
    radial-gradient(circle at 82% 14%,rgba(66,112,151,.14),transparent 34%),
    radial-gradient(circle at 8% 78%,rgba(45,78,108,.10),transparent 30%),
    linear-gradient(180deg,#111c27 0%,#0e1923 50%,#0b151e 100%)!important;
  border-top-color:rgba(132,166,194,.12)!important;
}
.practice:before{
  background-image:linear-gradient(rgba(156,188,214,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(156,188,214,.018) 1px,transparent 1px)!important;
}
.practice-glow{
  background:rgba(70,119,158,.14)!important;
}
@media(max-width:640px){
  .find-franchise-link{margin-top:16px;font-size:12px;}
}


/* v28 — practice link centered below experience card */
.credential-stack{
  min-width:0;
}
.credential-stack .credential-card{
  width:100%;
}
.credential-stack--years{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.find-franchise-link{
  display:inline-block;
  align-self:center;
  margin-top:12px;
  padding-bottom:2px;
  color:#ffd36e;
  font-size:11.5px;
  line-height:1.3;
  font-weight:400;
  text-transform:none;
  text-decoration:none;
  border-bottom:1px dashed currentColor;
  letter-spacing:.01em;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}
.find-franchise-link:hover{
  color:#ffe39a;
  border-bottom-color:currentColor;
  transform:translateY(-1px);
}
@media(max-width:780px){
  .credential-stack--years{align-items:center}
  .find-franchise-link{
    margin-top:10px;
    font-size:10.5px;
  }
}

/* v29 — fixed hero link + court practice */
.find-franchise-link:hover{transform:none!important;}
.court-practice{position:relative;padding:112px 0 124px;background:linear-gradient(180deg,#0b1118 0%,#0d141d 52%,#0a1017 100%);border-top:1px solid rgba(255,255,255,.055);overflow:hidden}
.court-practice:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(199,164,90,.07),transparent 28%),radial-gradient(circle at 10% 76%,rgba(77,112,146,.08),transparent 30%);pointer-events:none}
.court-practice-inner{position:relative}
.court-practice-head{margin-bottom:30px}
.court-practice-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 15px}
.court-doc{display:block;min-width:0;color:inherit;text-decoration:none;transition:transform .18s ease}
.court-doc:hover{transform:translateY(-2px)}
.court-doc-preview{display:block;position:relative;overflow:hidden;border-radius:12px;background:#e9edf1;box-shadow:0 12px 28px rgba(0,0,0,.19)}
.court-doc-preview:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:inherit;pointer-events:none}
.court-doc-preview img{display:block;width:100%;aspect-ratio:210/297;object-fit:cover;object-position:top;background:#fff;transition:transform .24s ease}
.court-doc:hover .court-doc-preview img{transform:scale(1.012)}
.court-doc-meta{display:block;padding:10px 2px 0}
.court-doc-meta strong{display:block;color:#e5e9ed;font-size:11px;line-height:1.3;font-weight:600}
.court-doc-meta>span{display:block;margin-top:3px;color:#737f8c;font-size:8.5px;line-height:1.3;text-transform:uppercase;letter-spacing:.08em}
.court-practice-actions{display:flex;justify-content:center;margin-top:30px}
.court-more{font-weight:400!important}
.court-practice-empty{padding:30px 0;color:#7d8894;font-size:13px;text-align:center}
.court-practice-note{display:flex;align-items:flex-start;gap:14px;max-width:820px;margin:42px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.075)}
.court-practice-note>span{width:34px;height:2px;flex:0 0 34px;margin-top:11px;background:var(--accent);opacity:.9}
.court-practice-note p{margin:0;color:#cfd5db;font-size:14px;line-height:1.65;font-weight:400;letter-spacing:-.01em}
@media(max-width:1180px){.court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:860px){.court-practice{padding:84px 0 94px}.court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 12px}.court-practice-note{margin-top:34px}}
@media(max-width:620px){.court-practice{padding:70px 0 78px}.court-practice-head{margin-bottom:22px}.court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.court-doc-preview{border-radius:10px}.court-doc-meta{padding-top:8px}.court-doc-meta strong{font-size:10px}.court-doc-meta>span{font-size:7.5px}.court-practice-actions{margin-top:24px}.court-practice-note{gap:10px;margin-top:30px;padding-top:17px}.court-practice-note>span{width:24px;flex-basis:24px;margin-top:9px}.court-practice-note p{font-size:12.5px;line-height:1.55}}
@media(max-width:380px){.court-practice-grid{gap:12px 8px}.court-doc-meta strong{font-size:9.5px}}


/* v30 — lighter assessment labels + editorial court-practice gallery */
.zone-kicker{font-weight:300!important;}

.court-practice{
  padding:118px 0 126px;
  background:
    radial-gradient(circle at 84% 12%,rgba(191,166,116,.075),transparent 27%),
    radial-gradient(circle at 12% 82%,rgba(78,111,142,.075),transparent 31%),
    linear-gradient(180deg,#101720 0%,#0d141c 58%,#0b1118 100%);
}
.court-practice:before{
  content:"СУДЕБНАЯ ПРАКТИКА";
  position:absolute;
  right:-18px;
  top:58px;
  color:rgba(255,255,255,.022);
  font:800 clamp(54px,8vw,126px)/1 "Manrope",sans-serif;
  letter-spacing:-.055em;
  white-space:nowrap;
  pointer-events:none;
}
.court-practice-inner{position:relative;z-index:1;}
.court-practice-head{margin-bottom:42px;}
.court-practice-head:after{
  content:"";
  display:block;
  width:72px;
  height:1px;
  margin-top:22px;
  background:linear-gradient(90deg,var(--accent),transparent);
}
.court-practice-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:30px 22px;
  align-items:start;
}
.court-practice-grid:before{
  content:"";
  position:absolute;
  left:0;right:0;
  top:calc(50% - 15px);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.05) 12%,rgba(255,255,255,.05) 88%,transparent);
  pointer-events:none;
}
.court-doc{
  position:relative;
  display:block;
  min-width:0;
  color:inherit;
  text-decoration:none;
  transition:transform .24s ease,filter .24s ease;
}
.court-doc:nth-child(6n+2),.court-doc:nth-child(6n+5){transform:translateY(7px)}
.court-doc:nth-child(6n+3){transform:translateY(-4px)}
.court-doc:hover{transform:translateY(-7px)!important;filter:brightness(1.035)}
.court-doc-preview{
  display:block;
  position:relative;
  overflow:visible;
  padding:7px;
  border-radius:10px;
  background:rgba(255,255,255,.035);
  box-shadow:none;
}
.court-doc-preview:before{
  content:"";
  position:absolute;
  inset:7px;
  z-index:-1;
  border-radius:5px;
  box-shadow:0 18px 34px rgba(0,0,0,.28),0 3px 8px rgba(0,0,0,.18);
}
.court-doc-preview:after{
  content:"";
  position:absolute;
  inset:6px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:6px;
  pointer-events:none;
}
.court-doc-preview img{
  display:block;
  width:100%;
  aspect-ratio:210/297;
  object-fit:cover;
  object-position:top;
  border-radius:5px;
  background:#fff;
  transition:transform .28s ease;
}
.court-doc:hover .court-doc-preview img{transform:none}
.court-doc-meta{display:none!important;}
.court-practice-actions{margin-top:42px;}
.court-practice-note{
  max-width:900px;
  margin:48px auto 0;
  padding-top:25px;
  justify-content:center;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.07);
}
.court-practice-note>span{display:none;}
.court-practice-note p{
  max-width:760px;
  margin:0 auto;
  color:#cbd2d9;
  font-size:14px;
  line-height:1.7;
  font-weight:300;
}
@media(max-width:1180px){
  .court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}
  .court-practice-grid:before{display:none}
  .court-doc:nth-child(n){transform:none}
}
@media(max-width:860px){
  .court-practice{padding:86px 0 94px}
  .court-practice:before{top:38px;font-size:70px}
  .court-practice-head{margin-bottom:30px}
  .court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 14px}
  .court-practice-note{margin-top:36px;padding-top:20px}
}
@media(max-width:620px){
  .court-practice{padding:72px 0 80px}
  .court-practice:before{font-size:48px;right:-8px;top:28px}
  .court-practice-head{margin-bottom:24px}
  .court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}
  .court-doc-preview{padding:5px;border-radius:8px}
  .court-doc-preview:before{inset:5px;box-shadow:0 12px 24px rgba(0,0,0,.24)}
  .court-doc-preview:after{inset:4px;border-radius:5px}
  .court-doc-preview img{border-radius:4px}
  .court-practice-actions{margin-top:28px}
  .court-practice-note{margin-top:32px;padding-top:18px}
  .court-practice-note p{font-size:12.5px;line-height:1.6}
}

/* v31 — court documents as layered case-file stacks */
.court-practice-grid{
  gap:38px 28px;
  align-items:center;
}
.court-practice-grid:before{display:none!important;}
.court-doc{
  padding:12px 8px 16px;
  transform:none!important;
  filter:none!important;
  transition:transform .22s ease;
}
.court-doc:hover{transform:translateY(-6px)!important;}
.court-doc-preview{
  padding:0;
  overflow:visible;
  background:transparent;
  border-radius:6px;
  box-shadow:none;
  isolation:isolate;
}
.court-doc-preview:before,
.court-doc-preview:after{
  content:"";
  position:absolute;
  inset:0;
  background:#f3f1eb;
  border:1px solid rgba(17,25,34,.12);
  border-radius:5px;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  z-index:-2;
  pointer-events:none;
}
.court-doc-preview:before{
  transform:translate(9px,8px) rotate(2.1deg);
  opacity:.72;
}
.court-doc-preview:after{
  transform:translate(-7px,5px) rotate(-1.4deg);
  opacity:.88;
  z-index:-1;
}
.court-doc-preview img{
  position:relative;
  z-index:2;
  border-radius:5px;
  box-shadow:0 18px 38px rgba(0,0,0,.26),0 2px 5px rgba(0,0,0,.17);
  border:1px solid rgba(11,18,25,.13);
  transition:transform .22s ease,box-shadow .22s ease;
}
.court-doc:nth-child(3n+1) .court-doc-preview{transform:rotate(-.7deg)}
.court-doc:nth-child(3n+2) .court-doc-preview{transform:translateY(7px) rotate(.55deg)}
.court-doc:nth-child(3n) .court-doc-preview{transform:translateY(-3px) rotate(-.25deg)}
.court-doc:hover .court-doc-preview{transform:rotate(0deg)!important;}
.court-doc:hover .court-doc-preview img{
  box-shadow:0 24px 48px rgba(0,0,0,.31),0 3px 7px rgba(0,0,0,.16);
}
@media(max-width:1180px){
  .court-practice-grid{gap:30px 22px}
  .court-doc:nth-child(n) .court-doc-preview{transform:none}
  .court-doc:nth-child(2n) .court-doc-preview{transform:translateY(4px)}
}
@media(max-width:860px){
  .court-practice-grid{gap:24px 18px}
  .court-doc{padding:8px 5px 12px}
  .court-doc-preview:before{transform:translate(7px,6px) rotate(1.6deg)}
  .court-doc-preview:after{transform:translate(-5px,4px) rotate(-1deg)}
}
@media(max-width:620px){
  .court-practice-grid{gap:20px 14px}
  .court-doc{padding:6px 3px 10px}
  .court-doc:nth-child(n) .court-doc-preview{transform:none}
  .court-doc-preview:before{transform:translate(5px,4px);opacity:.58}
  .court-doc-preview:after{transform:translate(-4px,3px);opacity:.72}
  .court-doc-preview img{box-shadow:0 13px 26px rgba(0,0,0,.24),0 2px 4px rgba(0,0,0,.14)}
  .court-doc:hover{transform:none!important}
}

/* v32 — oversized section labels + court archive frames */
.practice:after{
  content:"ФРАНШИЗЫ";
  position:absolute;
  right:-18px;
  top:58px;
  color:rgba(255,255,255,.022);
  font:800 clamp(58px,9vw,138px)/1 "Manrope",sans-serif;
  letter-spacing:-.055em;
  white-space:nowrap;
  pointer-events:none;
  z-index:0;
}
.practice-inner{position:relative;z-index:1;}

.court-practice-countline{
  display:inline-flex;
  align-items:baseline;
  gap:6px;
  margin:15px 0 0;
  color:#7f8996;
  font-size:12px;
  line-height:1.2;
  font-weight:300;
  letter-spacing:.01em;
}
.court-practice-countline span{
  color:#e3c77f;
  font-size:18px;
  font-weight:500;
  letter-spacing:-.03em;
}

/* replace stacked-paper treatment with a restrained archive-frame gallery */
.court-practice-grid{
  gap:26px 18px!important;
  align-items:start!important;
}
.court-doc{
  padding:0!important;
  transform:none!important;
  filter:none!important;
  transition:transform .22s ease!important;
}
.court-doc:hover{transform:translateY(-5px)!important;}
.court-doc-preview{
  display:block!important;
  position:relative!important;
  padding:11px 11px 15px!important;
  overflow:hidden!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.085)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
  isolation:isolate!important;
  transform:none!important;
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease!important;
}
.court-doc-preview:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:28px!important;
  height:3px!important;
  inset:auto!important;
  transform:translateX(-50%)!important;
  border:0!important;
  border-radius:0 0 4px 4px!important;
  background:rgba(199,164,90,.72)!important;
  box-shadow:none!important;
  opacity:1!important;
  z-index:4!important;
}
.court-doc-preview:after{
  content:""!important;
  position:absolute!important;
  left:11px!important;
  right:11px!important;
  bottom:8px!important;
  top:auto!important;
  height:1px!important;
  inset:auto 11px 8px 11px!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(90deg,transparent,rgba(199,164,90,.22),transparent)!important;
  box-shadow:none!important;
  opacity:1!important;
  z-index:3!important;
}
.court-doc-preview img{
  display:block!important;
  width:100%!important;
  aspect-ratio:210/297!important;
  object-fit:cover!important;
  object-position:top!important;
  border-radius:7px!important;
  border:1px solid rgba(5,10,15,.14)!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.21)!important;
  transform:none!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
.court-doc:nth-child(6n+2),
.court-doc:nth-child(6n+5){margin-top:12px;}
.court-doc:nth-child(6n+3){margin-top:5px;}
.court-doc:hover .court-doc-preview{
  border-color:rgba(199,164,90,.20)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))!important;
  box-shadow:0 20px 42px rgba(0,0,0,.22)!important;
  transform:none!important;
}
.court-doc:hover .court-doc-preview img{
  transform:scale(1.018)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.24)!important;
}

@media(max-width:1180px){
  .court-practice-grid{gap:22px 16px!important;}
  .court-doc:nth-child(n){margin-top:0;}
}
@media(max-width:860px){
  .practice:after{top:38px;font-size:72px;}
  .court-practice-countline{margin-top:11px;font-size:11px;}
  .court-practice-countline span{font-size:16px;}
  .court-doc-preview{padding:9px 9px 13px!important;border-radius:11px!important;}
  .court-doc-preview:after{inset:auto 9px 7px 9px!important;}
}
@media(max-width:620px){
  .practice:after{right:-8px;top:30px;font-size:50px;}
  .court-practice-grid{gap:14px 10px!important;}
  .court-doc-preview{padding:7px 7px 11px!important;border-radius:9px!important;}
  .court-doc-preview:before{width:22px!important;height:2px!important;}
  .court-doc-preview:after{inset:auto 7px 6px 7px!important;}
  .court-doc-preview img{border-radius:5px!important;}
  .court-doc:hover{transform:none!important;}
  .court-doc:hover .court-doc-preview img{transform:none!important;}
}

/* v33 — court practice counter + gallery as an exhibition rail */
.court-practice-countline{
  display:grid!important;
  grid-template-columns:auto auto!important;
  grid-template-areas:"kicker kicker" "value word"!important;
  align-items:end!important;
  justify-content:start!important;
  column-gap:8px!important;
  row-gap:2px!important;
  width:max-content!important;
  margin:18px 0 0!important;
  padding:10px 14px 11px!important;
  border:0!important;
  border-left:2px solid rgba(224,190,111,.92)!important;
  border-radius:0!important;
  background:linear-gradient(90deg,rgba(199,164,90,.105),rgba(199,164,90,0))!important;
  box-shadow:none!important;
}
.court-count-kicker{
  grid-area:kicker!important;
  color:#aab2bc!important;
  font-size:8.5px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.18em!important;
}
.court-practice-countline .court-count-value{
  grid-area:value!important;
  color:#f0cf7c!important;
  font-size:25px!important;
  line-height:.95!important;
  font-weight:500!important;
  letter-spacing:-.055em!important;
}
.court-count-word{
  grid-area:word!important;
  align-self:end!important;
  padding-bottom:1px!important;
  color:#d7dce2!important;
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:300!important;
  letter-spacing:0!important;
}

/* The documents sit on a visual rail instead of inside cards/frames. */
.court-practice-grid{
  position:relative!important;
  gap:34px 22px!important;
  padding:17px 0 8px!important;
  align-items:start!important;
}
.court-practice-grid:after{
  content:"";
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  top:9px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,190,133,.18) 8%,rgba(255,255,255,.10) 50%,rgba(214,190,133,.18) 92%,transparent);
  pointer-events:none;
}
.court-doc{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  padding:0 3px 12px!important;
  margin-top:0!important;
  transform:none!important;
  filter:none!important;
  transition:transform .22s ease!important;
  perspective:700px!important;
}
.court-doc:nth-child(6n+2),
.court-doc:nth-child(6n+5){margin-top:9px!important;}
.court-doc:nth-child(6n+3){margin-top:3px!important;}
.court-doc:hover{transform:translateY(-7px)!important;}
.court-doc-preview{
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  isolation:isolate!important;
  transform:none!important;
}
/* restrained metal clip */
.court-doc-preview:before{
  content:""!important;
  position:absolute!important;
  z-index:5!important;
  top:-7px!important;
  left:50%!important;
  width:31px!important;
  height:11px!important;
  inset:auto!important;
  transform:translateX(-50%)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:3px 3px 2px 2px!important;
  background:linear-gradient(180deg,#9f8a5c,#645437)!important;
  box-shadow:0 4px 8px rgba(0,0,0,.26)!important;
  opacity:.92!important;
}
/* thin shadow-sheet behind the document */
.court-doc-preview:after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:7px -5px -7px 7px!important;
  height:auto!important;
  border:0!important;
  border-radius:2px!important;
  background:rgba(255,255,255,.055)!important;
  box-shadow:none!important;
  transform:rotate(.55deg)!important;
  opacity:1!important;
}
.court-doc-preview img{
  display:block!important;
  width:100%!important;
  aspect-ratio:210/297!important;
  object-fit:cover!important;
  object-position:top!important;
  border:0!important;
  border-radius:2px!important;
  background:#fff!important;
  box-shadow:0 18px 38px rgba(0,0,0,.28),0 2px 5px rgba(0,0,0,.18)!important;
  transform:none!important;
  transition:transform .23s ease,box-shadow .23s ease!important;
}
.court-doc:nth-child(4n+1) .court-doc-preview img{transform:rotate(-.35deg)!important;}
.court-doc:nth-child(4n+2) .court-doc-preview img{transform:rotate(.25deg)!important;}
.court-doc:nth-child(4n+3) .court-doc-preview img{transform:rotate(-.12deg)!important;}
.court-doc:hover .court-doc-preview{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.court-doc:hover .court-doc-preview img{
  transform:rotate(0deg) scale(1.018)!important;
  box-shadow:0 24px 48px rgba(0,0,0,.34),0 3px 8px rgba(0,0,0,.18)!important;
}

@media(max-width:1180px){
  .court-practice-grid{gap:28px 18px!important;}
  .court-doc:nth-child(n){margin-top:0!important;}
}
@media(max-width:860px){
  .court-practice-countline{margin-top:13px!important;padding:8px 11px 9px!important;}
  .court-practice-countline .court-count-value{font-size:22px!important;}
  .court-count-word{font-size:11px!important;}
  .court-practice-grid{gap:24px 15px!important;padding-top:13px!important;}
  .court-doc-preview:before{width:27px!important;height:9px!important;top:-6px!important;}
}
@media(max-width:620px){
  .court-practice-countline{margin-top:12px!important;}
  .court-count-kicker{font-size:7.5px!important;}
  .court-practice-countline .court-count-value{font-size:20px!important;}
  .court-count-word{font-size:10.5px!important;}
  .court-practice-grid{gap:19px 12px!important;padding-top:10px!important;}
  .court-practice-grid:after{top:5px;}
  .court-doc{padding:0 1px 7px!important;}
  .court-doc:nth-child(n){margin-top:0!important;}
  .court-doc-preview:before{width:23px!important;height:8px!important;top:-5px!important;border-radius:2px!important;}
  .court-doc-preview:after{inset:5px -3px -5px 5px!important;transform:none!important;}
  .court-doc-preview img{transform:none!important;border-radius:1px!important;box-shadow:0 12px 24px rgba(0,0,0,.26),0 2px 4px rgba(0,0,0,.14)!important;}
  .court-doc:hover{transform:none!important;}
  .court-doc:hover .court-doc-preview img{transform:none!important;}
}


/* v34 — single-line warm counter + layered court-document previews */
.court-practice-head:after{display:none!important;content:none!important;}

.court-practice-countline{
  display:inline-flex!important;
  grid-template-columns:none!important;
  grid-template-areas:none!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  width:auto!important;
  margin:16px 0 0!important;
  padding:7px 11px 8px!important;
  border:1px solid rgba(224,190,111,.42)!important;
  border-radius:9px!important;
  background:rgba(199,164,90,.085)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  white-space:nowrap!important;
}
.court-practice-countline .court-count-kicker,
.court-practice-countline .court-count-value,
.court-practice-countline .court-count-word{
  grid-area:auto!important;
  align-self:center!important;
  padding:0!important;
  margin:0!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:300!important;
  letter-spacing:.045em!important;
}
.court-practice-countline .court-count-kicker{color:#d6c9aa!important;text-transform:none!important;}
.court-practice-countline .court-count-value{color:#f0cf7c!important;font-weight:500!important;letter-spacing:0!important;}
.court-practice-countline .court-count-word{color:#d6c9aa!important;}

/* Remove the former exhibition rail above the previews. */
.court-practice-grid{padding-top:10px!important;}
.court-practice-grid:before,
.court-practice-grid:after{display:none!important;content:none!important;}

/* Central page with two quiet paper sheets visible at the sides. */
.court-doc{
  padding:9px 9px 13px!important;
  overflow:visible!important;
  transform:none!important;
}
.court-doc-preview{
  position:relative!important;
  display:block!important;
  isolation:isolate!important;
  overflow:visible!important;
}
.court-doc-preview:before,
.court-doc-preview:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  top:12px!important;
  bottom:11px!important;
  width:88%!important;
  height:auto!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:3px!important;
  background:linear-gradient(180deg,#f5f4f0 0%,#e8e7e2 100%)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.18)!important;
  opacity:.76!important;
  transition:transform .34s cubic-bezier(.2,.7,.2,1),opacity .28s ease!important;
  pointer-events:none!important;
  inset-block:auto 11px!important;
}
.court-doc-preview:before{
  left:-8px!important;
  right:auto!important;
  transform:translateX(-4px) rotate(-2.2deg)!important;
}
.court-doc-preview:after{
  right:-8px!important;
  left:auto!important;
  transform:translateX(4px) rotate(2.2deg)!important;
}
.court-doc-preview img{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  border-radius:3px!important;
  transform:none!important;
  box-shadow:0 18px 38px rgba(0,0,0,.29),0 2px 5px rgba(0,0,0,.16)!important;
  transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease!important;
}
.court-doc:nth-child(4n+1) .court-doc-preview img,
.court-doc:nth-child(4n+2) .court-doc-preview img,
.court-doc:nth-child(4n+3) .court-doc-preview img{transform:none!important;}

.court-doc:hover{transform:translateY(-5px)!important;}
.court-doc:hover .court-doc-preview:before{
  transform:translateX(12px) rotate(-.35deg)!important;
  opacity:.38!important;
}
.court-doc:hover .court-doc-preview:after{
  transform:translateX(-12px) rotate(.35deg)!important;
  opacity:.38!important;
}
.court-doc:hover .court-doc-preview img{
  transform:translateY(-1px) scale(1.012)!important;
  box-shadow:0 24px 46px rgba(0,0,0,.34),0 3px 7px rgba(0,0,0,.17)!important;
}

@media(max-width:860px){
  .court-practice-countline{margin-top:13px!important;padding:7px 10px!important;gap:4px!important;}
  .court-practice-countline .court-count-kicker,
  .court-practice-countline .court-count-value,
  .court-practice-countline .court-count-word{font-size:10.5px!important;}
  .court-practice-grid{padding-top:7px!important;}
}
@media(max-width:620px){
  .court-practice-countline{margin-top:11px!important;padding:6px 9px 7px!important;border-radius:8px!important;}
  .court-practice-countline .court-count-kicker,
  .court-practice-countline .court-count-value,
  .court-practice-countline .court-count-word{font-size:9.5px!important;letter-spacing:.025em!important;}
  .court-doc{padding:6px 6px 9px!important;}
  .court-doc-preview:before,
  .court-doc-preview:after{top:8px!important;bottom:8px!important;width:90%!important;opacity:.58!important;}
  .court-doc-preview:before{left:-5px!important;transform:translateX(-2px) rotate(-1.4deg)!important;}
  .court-doc-preview:after{right:-5px!important;transform:translateX(2px) rotate(1.4deg)!important;}
  .court-doc:hover{transform:none!important;}
  .court-doc:hover .court-doc-preview:before{transform:translateX(7px) rotate(0deg)!important;opacity:.30!important;}
  .court-doc:hover .court-doc-preview:after{transform:translateX(-7px) rotate(0deg)!important;opacity:.30!important;}
  .court-doc:hover .court-doc-preview img{transform:none!important;}
}

/* v35 — court heading row + clearly visible side sheets */
.court-practice-eyebrow{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:9px;
}
.court-practice-eyebrow .section-label{margin:0!important;}
.court-practice-countline{
  margin:0!important;
  padding:5px 9px 6px!important;
  border-color:rgba(224,190,111,.48)!important;
  background:rgba(199,164,90,.10)!important;
}

/* Make the extra paper sheets unmistakably visible on both sides. */
.court-doc{padding-left:18px!important;padding-right:18px!important;}
.court-doc-preview:before,
.court-doc-preview:after{
  z-index:1!important;
  top:10px!important;
  bottom:10px!important;
  width:100%!important;
  opacity:.92!important;
  background:linear-gradient(180deg,#f8f7f3 0%,#e9e7e0 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
}
.court-doc-preview:before{
  left:-15px!important;
  transform:rotate(-2.6deg)!important;
}
.court-doc-preview:after{
  right:-15px!important;
  transform:rotate(2.6deg)!important;
}
.court-doc-preview img{z-index:3!important;}
.court-doc:hover .court-doc-preview:before{
  transform:translateX(15px) rotate(0deg)!important;
  opacity:.30!important;
}
.court-doc:hover .court-doc-preview:after{
  transform:translateX(-15px) rotate(0deg)!important;
  opacity:.30!important;
}
@media(max-width:620px){
  .court-practice-eyebrow{gap:8px;margin-bottom:8px;}
  .court-practice-countline{padding:4px 7px 5px!important;}
  .court-doc{padding-left:10px!important;padding-right:10px!important;}
  .court-doc-preview:before{left:-8px!important;transform:rotate(-1.5deg)!important;}
  .court-doc-preview:after{right:-8px!important;transform:rotate(1.5deg)!important;}
}


/* v36 — one-sided paper stack + editorial court-practice statement */
/* Each preview has a single extra sheet, alternating sides across the grid. */
.court-doc{padding-left:10px!important;padding-right:10px!important;}
.court-doc-preview:before,
.court-doc-preview:after{
  top:11px!important;
  bottom:11px!important;
  width:98%!important;
  opacity:.76!important;
  background:linear-gradient(180deg,#f6f5f1 0%,#e7e5de 100%)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.20)!important;
}
/* odd cards: sheet peeks from the left */
.court-doc:nth-child(odd) .court-doc-preview:before{
  display:block!important;
  left:-8px!important;
  right:auto!important;
  transform:translateX(-1px) rotate(-1.7deg)!important;
}
.court-doc:nth-child(odd) .court-doc-preview:after{display:none!important;}
/* even cards: sheet peeks from the right */
.court-doc:nth-child(even) .court-doc-preview:after{
  display:block!important;
  right:-8px!important;
  left:auto!important;
  transform:translateX(1px) rotate(1.7deg)!important;
}
.court-doc:nth-child(even) .court-doc-preview:before{display:none!important;}
.court-doc:nth-child(odd):hover .court-doc-preview:before{
  transform:translateX(8px) rotate(0deg)!important;
  opacity:.24!important;
}
.court-doc:nth-child(even):hover .court-doc-preview:after{
  transform:translateX(-8px) rotate(0deg)!important;
  opacity:.24!important;
}

/* Stronger editorial close without another heavy card. */
.court-practice-note{
  position:relative!important;
  max-width:920px!important;
  margin:54px auto 0!important;
  padding:25px 30px 27px 34px!important;
  border:0!important;
  border-left:2px solid rgba(224,190,111,.72)!important;
  border-radius:0!important;
  background:linear-gradient(90deg,rgba(199,164,90,.095),rgba(199,164,90,.025) 58%,transparent 100%)!important;
  box-shadow:none!important;
  text-align:left!important;
}
.court-practice-note:before{
  content:"“";
  position:absolute;
  right:18px;
  top:-17px;
  color:rgba(224,190,111,.14);
  font:300 92px/1 Georgia,serif;
  pointer-events:none;
}
.court-practice-note>span{display:none!important;}
.court-note-kicker{
  margin-bottom:9px;
  color:#d8b86e;
  font-size:10px;
  line-height:1;
  font-weight:600;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.court-practice-note p{
  position:relative;
  z-index:1;
  margin:0!important;
  max-width:800px;
  color:#cbd2d9!important;
  font-size:17px!important;
  line-height:1.62!important;
  font-weight:300!important;
  letter-spacing:-.012em;
}
.court-note-lead{color:#f2f4f6;font-weight:500;}
.court-note-rest{color:#aeb8c2;font-weight:300;}

@media(max-width:620px){
  .court-doc{padding-left:6px!important;padding-right:6px!important;}
  .court-doc:nth-child(odd) .court-doc-preview:before{left:-5px!important;transform:rotate(-1deg)!important;}
  .court-doc:nth-child(even) .court-doc-preview:after{right:-5px!important;transform:rotate(1deg)!important;}
  .court-practice-note{margin-top:35px!important;padding:20px 18px 21px 21px!important;}
  .court-practice-note:before{right:8px;top:-8px;font-size:68px;}
  .court-note-kicker{font-size:9px;margin-bottom:8px;}
  .court-practice-note p{font-size:14px!important;line-height:1.62!important;}
}


/* v37 — subtitle under heading + asymmetric two-sided paper stack */
.court-practice-subtitle{
  max-width:760px;
  margin:14px 0 0;
  color:#aeb7c1;
  font-size:15px;
  line-height:1.65;
  font-weight:300;
  letter-spacing:-.012em;
}
.court-practice-subtitle::first-line{color:#c7cdd3;}

/* Remove the former bottom statement completely if old markup is cached. */
.court-practice-note{display:none!important;}

/* Both extra sheets are visible. One side peeks a little more, the other less.
   The dominant side changes across cards to create a natural mixed rhythm. */
.court-doc{padding-left:10px!important;padding-right:10px!important;}
.court-doc-preview:before,
.court-doc-preview:after{
  display:block!important;
  z-index:1!important;
  top:11px!important;
  bottom:11px!important;
  width:98%!important;
  opacity:.92!important;
  background:linear-gradient(180deg,#fcfbf8 0%,#f0eee8 100%)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 9px 20px rgba(0,0,0,.16)!important;
  transition:transform .36s cubic-bezier(.2,.75,.2,1),opacity .28s ease!important;
}
.court-doc-preview img{z-index:3!important;}

/* Default: larger peek left, smaller peek right. */
.court-doc .court-doc-preview:before{
  left:-9px!important;
  right:auto!important;
  transform:translateX(-2px) rotate(-1.65deg)!important;
}
.court-doc .court-doc-preview:after{
  right:-5px!important;
  left:auto!important;
  transform:translateX(1px) rotate(.9deg)!important;
}
/* Flip dominant side in an intentionally irregular-looking sequence. */
.court-doc:nth-child(3n+2) .court-doc-preview:before,
.court-doc:nth-child(5n) .court-doc-preview:before{
  left:-5px!important;
  transform:translateX(-1px) rotate(-.85deg)!important;
}
.court-doc:nth-child(3n+2) .court-doc-preview:after,
.court-doc:nth-child(5n) .court-doc-preview:after{
  right:-9px!important;
  transform:translateX(2px) rotate(1.6deg)!important;
}
.court-doc:nth-child(7n+4) .court-doc-preview:before{
  left:-10px!important;
  transform:translateX(-2px) rotate(-1.4deg)!important;
}
.court-doc:nth-child(7n+4) .court-doc-preview:after{
  right:-4px!important;
  transform:rotate(.7deg)!important;
}

/* On hover both sheets slide neatly beneath the main page. */
.court-doc:hover .court-doc-preview:before{
  transform:translateX(10px) rotate(0deg)!important;
  opacity:.34!important;
}
.court-doc:hover .court-doc-preview:after{
  transform:translateX(-10px) rotate(0deg)!important;
  opacity:.34!important;
}

@media(max-width:620px){
  .court-practice-subtitle{margin-top:10px;font-size:13px;line-height:1.58;max-width:100%;}
  .court-doc{padding-left:6px!important;padding-right:6px!important;}
  .court-doc .court-doc-preview:before{left:-5px!important;transform:rotate(-.8deg)!important;}
  .court-doc .court-doc-preview:after{right:-3px!important;transform:rotate(.55deg)!important;}
  .court-doc:nth-child(3n+2) .court-doc-preview:before,
  .court-doc:nth-child(5n) .court-doc-preview:before{left:-3px!important;transform:rotate(-.5deg)!important;}
  .court-doc:nth-child(3n+2) .court-doc-preview:after,
  .court-doc:nth-child(5n) .court-doc-preview:after{right:-5px!important;transform:rotate(.8deg)!important;}
  .court-doc:hover .court-doc-preview:before,
  .court-doc:hover .court-doc-preview:after{opacity:.45!important;}
}

/* v38 — guaranteed sheets on BOTH sides of every court preview */
.court-doc{overflow:visible!important;padding-left:9px!important;padding-right:9px!important;}
.court-doc-preview{overflow:visible!important;isolation:isolate!important;}
.court-doc-preview::before,
.court-doc-preview::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:9px!important;
  bottom:9px!important;
  width:100%!important;
  height:auto!important;
  border-radius:2px!important;
  background:#f7f7f4!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.13)!important;
  opacity:.96!important;
  pointer-events:none!important;
  z-index:1!important;
  transition:left .38s cubic-bezier(.2,.75,.2,1),right .38s cubic-bezier(.2,.75,.2,1),transform .38s cubic-bezier(.2,.75,.2,1),opacity .28s ease!important;
}
.court-doc-preview::before{
  left:-8px!important;
  right:auto!important;
  transform:rotate(-1.15deg)!important;
}
.court-doc-preview::after{
  right:-5px!important;
  left:auto!important;
  transform:rotate(.75deg)!important;
}
/* alternate which side projects farther, while keeping BOTH sheets visible */
.court-doc:nth-child(2n) .court-doc-preview::before{left:-5px!important;transform:rotate(-.7deg)!important;}
.court-doc:nth-child(2n) .court-doc-preview::after{right:-8px!important;transform:rotate(1.15deg)!important;}
.court-doc:nth-child(5n) .court-doc-preview::before{left:-9px!important;transform:rotate(-1.3deg)!important;}
.court-doc:nth-child(5n) .court-doc-preview::after{right:-4px!important;transform:rotate(.55deg)!important;}
.court-doc-preview img{position:relative!important;z-index:3!important;}
.court-doc:hover .court-doc-preview::before{left:0!important;transform:rotate(0deg)!important;opacity:.42!important;}
.court-doc:hover .court-doc-preview::after{right:0!important;transform:rotate(0deg)!important;opacity:.42!important;}

@media(max-width:620px){
  .court-doc{padding-left:6px!important;padding-right:6px!important;}
  .court-doc-preview::before{left:-5px!important;transform:rotate(-.7deg)!important;}
  .court-doc-preview::after{right:-3px!important;transform:rotate(.45deg)!important;}
  .court-doc:nth-child(2n) .court-doc-preview::before{left:-3px!important;}
  .court-doc:nth-child(2n) .court-doc-preview::after{right:-5px!important;}
  .court-doc:hover .court-doc-preview::before{left:0!important;}
  .court-doc:hover .court-doc-preview::after{right:0!important;}
}


/* v39 — two equal-light side sheets; random dominant side; fully fold under on hover */
.court-doc-preview::before,
.court-doc-preview::after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  top:7px!important;
  bottom:7px!important;
  width:100%!important;
  height:auto!important;
  background:#f7f7f4!important;
  border:1px solid rgba(255,255,255,.32)!important;
  border-radius:2px!important;
  box-shadow:0 7px 16px rgba(0,0,0,.11)!important;
  opacity:1!important;
  z-index:1!important;
  pointer-events:none!important;
  transition:left .42s cubic-bezier(.22,.75,.18,1),right .42s cubic-bezier(.22,.75,.18,1),transform .42s cubic-bezier(.22,.75,.18,1)!important;
}
.court-doc-preview img{position:relative!important;z-index:3!important;}

/* default: left sheet peeks more, right sheet less */
.court-doc-preview.sheets-left-wide::before{
  left:-8px!important;
  right:auto!important;
  transform:rotate(-1deg)!important;
}
.court-doc-preview.sheets-left-wide::after{
  right:-4px!important;
  left:auto!important;
  transform:rotate(.55deg)!important;
}

/* alternate layout: right sheet peeks more, left sheet less */
.court-doc-preview.sheets-right-wide::before{
  left:-4px!important;
  right:auto!important;
  transform:rotate(-.55deg)!important;
}
.court-doc-preview.sheets-right-wide::after{
  right:-8px!important;
  left:auto!important;
  transform:rotate(1deg)!important;
}

/* both extra sheets align exactly under the main preview on hover */
.court-doc:hover .court-doc-preview::before,
.court-doc:hover .court-doc-preview::after{
  left:0!important;
  right:0!important;
  transform:rotate(0deg)!important;
  opacity:1!important;
}

@media(max-width:620px){
  .court-doc-preview.sheets-left-wide::before{left:-6px!important;transform:rotate(-.8deg)!important;}
  .court-doc-preview.sheets-left-wide::after{right:-3px!important;transform:rotate(.45deg)!important;}
  .court-doc-preview.sheets-right-wide::before{left:-3px!important;transform:rotate(-.45deg)!important;}
  .court-doc-preview.sheets-right-wide::after{right:-6px!important;transform:rotate(.8deg)!important;}
  .court-doc:hover .court-doc-preview::before,
  .court-doc:hover .court-doc-preview::after{left:0!important;right:0!important;transform:none!important;}
}

/* v40 — real side-sheet elements; avoids legacy pseudo-element conflicts */
.court-doc-preview::before,
.court-doc-preview::after{
  content:none!important;
  display:none!important;
}
.court-doc-preview{
  position:relative!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.court-side-sheet{
  position:absolute;
  top:7px;
  bottom:7px;
  left:0;
  right:0;
  display:block;
  background:#f7f7f4;
  border:1px solid rgba(255,255,255,.34);
  border-radius:2px;
  box-shadow:0 7px 16px rgba(0,0,0,.11);
  pointer-events:none;
  z-index:1;
  transition:transform .42s cubic-bezier(.22,.75,.18,1);
}
.court-doc-preview img{
  position:relative!important;
  z-index:3!important;
}

/* Each preview has two sheets. One peeks farther than the other. */
.sheets-left-wide .court-side-sheet-left{
  transform:translateX(-9px) rotate(-1deg);
}
.sheets-left-wide .court-side-sheet-right{
  transform:translateX(4px) rotate(.55deg);
}
.sheets-right-wide .court-side-sheet-left{
  transform:translateX(-4px) rotate(-.55deg);
}
.sheets-right-wide .court-side-sheet-right{
  transform:translateX(9px) rotate(1deg);
}

/* Both sheets fold exactly under the central page. */
.court-doc:hover .court-side-sheet-left,
.court-doc:hover .court-side-sheet-right{
  transform:translateX(0) rotate(0deg);
}

@media(max-width:620px){
  .court-side-sheet{top:5px;bottom:5px;}
  .sheets-left-wide .court-side-sheet-left{transform:translateX(-6px) rotate(-.75deg);}
  .sheets-left-wide .court-side-sheet-right{transform:translateX(3px) rotate(.4deg);}
  .sheets-right-wide .court-side-sheet-left{transform:translateX(-3px) rotate(-.4deg);}
  .sheets-right-wide .court-side-sheet-right{transform:translateX(6px) rotate(.75deg);}
  .court-doc:hover .court-side-sheet-left,
  .court-doc:hover .court-side-sheet-right{transform:translateX(0) rotate(0deg);}
}

/* v40 — real side-sheet elements; avoids legacy pseudo-element conflicts */
.court-doc-preview::before,
.court-doc-preview::after{
  content:none!important;
  display:none!important;
}
.court-doc-preview{
  position:relative!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.court-side-sheet{
  position:absolute;
  top:7px;
  bottom:7px;
  left:0;
  right:0;
  display:block;
  background:#f7f7f4;
  border:1px solid rgba(255,255,255,.34);
  border-radius:2px;
  box-shadow:0 7px 16px rgba(0,0,0,.11);
  pointer-events:none;
  z-index:1;
  transition:transform .42s cubic-bezier(.22,.75,.18,1);
}
.court-doc-preview img{
  position:relative!important;
  z-index:3!important;
}
.sheets-left-wide .court-side-sheet-left{transform:translateX(-9px) rotate(-1deg);}
.sheets-left-wide .court-side-sheet-right{transform:translateX(4px) rotate(.55deg);}
.sheets-right-wide .court-side-sheet-left{transform:translateX(-4px) rotate(-.55deg);}
.sheets-right-wide .court-side-sheet-right{transform:translateX(9px) rotate(1deg);}
.court-doc:hover .court-side-sheet-left,
.court-doc:hover .court-side-sheet-right{transform:translateX(0) rotate(0deg);}
@media(max-width:620px){
  .court-side-sheet{top:5px;bottom:5px;}
  .sheets-left-wide .court-side-sheet-left{transform:translateX(-6px) rotate(-.75deg);}
  .sheets-left-wide .court-side-sheet-right{transform:translateX(3px) rotate(.4deg);}
  .sheets-right-wide .court-side-sheet-left{transform:translateX(-3px) rotate(-.4deg);}
  .sheets-right-wide .court-side-sheet-right{transform:translateX(6px) rotate(.75deg);}
  .court-doc:hover .court-side-sheet-left,
  .court-doc:hover .court-side-sheet-right{transform:translateX(0) rotate(0deg);}
}

/* v41 — Supreme Court victory / Pravo.ru feature */
.supreme-win{
  margin-top:88px;
  padding-top:64px;
  border-top:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);
  gap:58px;
  align-items:start;
}
.supreme-win-copy{padding-top:8px;max-width:590px}
.supreme-win-kicker{
  margin:0 0 14px;
  font-size:11px;
  line-height:1;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:#d8ab60;
  font-weight:600;
}
.supreme-win-copy h2{
  margin:0;
  max-width:620px;
  font-size:clamp(38px,4.2vw,66px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:620;
  color:#fff;
}
.supreme-win-lead{
  margin:26px 0 0;
  max-width:570px;
  font-size:17px;
  line-height:1.7;
  font-weight:300;
  color:rgba(237,241,247,.76);
}
.pravo-card{
  position:relative;
  display:block;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(35,44,56,.98),rgba(24,31,41,.99));
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  color:#fff;
  text-decoration:none;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.pravo-card:hover{
  transform:translateY(-4px);
  border-color:rgba(28,178,235,.32);
  box-shadow:0 34px 78px rgba(0,0,0,.28);
}
.pravo-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.pravo-brand{
  display:inline-flex;
  align-items:baseline;
  font-size:21px;
  line-height:1;
  letter-spacing:.015em;
  font-weight:760;
  color:#fff;
}
.pravo-brand span{color:#00acef;margin-left:2px}
.pravo-card-arrow{
  width:34px;height:34px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  color:rgba(255,255,255,.75);
  font-size:15px;
}
.pravo-card-copy h3{
  margin:0;
  max-width:700px;
  font-size:clamp(25px,2.3vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:590;
  color:#fff;
}
.pravo-card-copy p{
  margin:16px 0 24px;
  max-width:680px;
  font-size:14.5px;
  line-height:1.58;
  font-weight:300;
  color:rgba(234,240,247,.66);
}
.pravo-card-image{
  position:relative;
  width:100%;
  min-height:170px;
  display:grid;
  place-items:center;
  overflow:hidden;
  margin:0 0 22px;
  border-radius:16px;
  background:#202936;
}
.pravo-card-image:after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.055);
  border-radius:inherit;
  pointer-events:none;
}
.pravo-card-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:170px;
  object-fit:cover;
}
.pravo-card-button{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#00aeea;
  color:#07131b;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:730;
  transition:background .22s ease,transform .22s ease;
}
.pravo-card:hover .pravo-card-button{background:#23bdf2}

@media(max-width:980px){
  .supreme-win{grid-template-columns:1fr;gap:34px;margin-top:68px;padding-top:48px}
  .supreme-win-copy{max-width:760px}
  .supreme-win-lead{max-width:760px}
  .pravo-card{max-width:760px}
}
@media(max-width:620px){
  .supreme-win{margin-top:52px;padding-top:38px;gap:28px}
  .supreme-win-kicker{font-size:9px;margin-bottom:11px}
  .supreme-win-copy h2{font-size:36px;line-height:1.02}
  .supreme-win-lead{margin-top:18px;font-size:14px;line-height:1.62}
  .pravo-card{padding:18px;border-radius:18px}
  .pravo-card-top{margin-bottom:18px}
  .pravo-brand{font-size:18px}
  .pravo-card-arrow{width:30px;height:30px;font-size:13px}
  .pravo-card-copy h3{font-size:25px;line-height:1.12}
  .pravo-card-copy p{font-size:13px;line-height:1.55;margin:13px 0 18px}
  .pravo-card-image{min-height:112px;margin-bottom:16px;border-radius:12px}
  .pravo-card-image img{min-height:112px}
  .pravo-card-button{min-height:44px;border-radius:11px;font-size:10.5px}
}


/* v42 — more compact Supreme Court block + highlighted quote */
.supreme-win{
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:46px!important;
}
.supreme-win-copy h2{
  font-size:clamp(34px,3.45vw,54px)!important;
  line-height:1.01!important;
}
.supreme-win-lead{
  margin-top:22px!important;
  font-size:16px!important;
  line-height:1.66!important;
}
.supreme-quote{
  position:relative;
  margin:28px 0 0;
  padding:20px 22px 20px 24px;
  border:1px solid rgba(216,171,96,.22);
  border-left:3px solid #d8ab60;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(216,171,96,.10),rgba(216,171,96,.035));
  color:rgba(255,255,255,.91);
  font-size:15px;
  line-height:1.62;
  font-weight:300;
  font-style:normal;
}
.supreme-quote:before{
  content:"ВС";
  display:block;
  margin-bottom:9px;
  color:#e7bd76;
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:650;
}
.pravo-card{
  max-width:520px!important;
  justify-self:end;
  padding:22px!important;
  border-radius:20px!important;
}
.pravo-card-top{margin-bottom:18px!important}
.pravo-brand{font-size:18px!important}
.pravo-card-arrow{width:30px!important;height:30px!important;font-size:13px!important}
.pravo-card-copy h3{
  font-size:clamp(22px,1.85vw,30px)!important;
  line-height:1.1!important;
}
.pravo-card-copy p{
  margin:13px 0 18px!important;
  font-size:13.5px!important;
  line-height:1.54!important;
}
.pravo-card-image{
  min-height:132px!important;
  margin-bottom:17px!important;
  border-radius:13px!important;
}
.pravo-card-image img{min-height:132px!important}
.pravo-card-button{min-height:44px!important;font-size:11px!important}
@media(max-width:980px){
  .pravo-card{justify-self:start;max-width:620px!important}
}
@media(max-width:620px){
  .supreme-win-copy h2{font-size:31px!important}
  .supreme-win-lead{font-size:13.5px!important;line-height:1.6!important}
  .supreme-quote{margin-top:22px;padding:17px 18px 17px 20px;font-size:13px;line-height:1.58;border-radius:13px}
  .pravo-card{max-width:100%!important;padding:16px!important;border-radius:16px!important}
  .pravo-card-image,.pravo-card-image img{min-height:96px!important}
  .pravo-card-copy h3{font-size:22px!important}
}

/* v43 — tighter Supreme Court composition */
.supreme-win{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:28px!important;
  align-items:start!important;
}
.supreme-win-copy h2{
  font-size:clamp(28px,2.8vw,42px)!important;
  line-height:1.04!important;
}
.supreme-win-lead{
  margin-top:18px!important;
}
.supreme-quote{
  margin:0!important;
  margin-top:18px!important;
  padding:18px 20px!important;
  border:none!important;
  border-radius:14px!important;
  background:
    radial-gradient(circle at 12% 18%, rgba(244,196,116,.15), transparent 38%),
    linear-gradient(135deg, rgba(141,100,43,.28), rgba(92,66,37,.20) 46%, rgba(255,255,255,.035));
  box-shadow:inset 0 0 0 1px rgba(231,189,118,.16)!important;
}
.supreme-quote:before{
  margin-bottom:8px!important;
  color:#f0c987!important;
}
.pravo-card{
  width:300px!important;
  max-width:300px!important;
  padding:14px!important;
  border-radius:15px!important;
}
.pravo-card-top{margin-bottom:11px!important}
.pravo-brand{font-size:14px!important}
.pravo-card-arrow{width:24px!important;height:24px!important;font-size:10px!important}
.pravo-card-copy h3{
  font-size:17px!important;
  line-height:1.14!important;
}
.pravo-card-copy p{
  margin:9px 0 11px!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
.pravo-card-image{
  min-height:72px!important;
  height:72px!important;
  margin-bottom:10px!important;
  border-radius:9px!important;
}
.pravo-card-image img{
  min-height:72px!important;
  height:72px!important;
  object-fit:cover!important;
}
.pravo-card-button{
  min-height:34px!important;
  border-radius:8px!important;
  font-size:9px!important;
  letter-spacing:.12em!important;
}
@media(max-width:980px){
  .supreme-win{grid-template-columns:1fr!important;gap:22px!important}
  .pravo-card{justify-self:start!important;width:300px!important;max-width:300px!important}
}
@media(max-width:620px){
  .supreme-win-copy h2{font-size:27px!important}
  .supreme-quote{margin-top:16px!important;padding:16px 17px!important;border-radius:12px!important}
  .pravo-card{width:min(100%,290px)!important;max-width:290px!important;padding:13px!important}
  .pravo-card-image,.pravo-card-image img{height:68px!important;min-height:68px!important}
}

/* v44 — balanced Supreme Court block */
.supreme-win{
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:36px!important;
  align-items:start!important;
}
.supreme-win-copy h2{
  max-width:760px!important;
  font-size:clamp(34px,3.6vw,56px)!important;
  line-height:1.01!important;
}
.pravo-card{
  width:380px!important;
  max-width:380px!important;
  margin-top:64px!important;
  padding:17px!important;
  border-radius:17px!important;
}
.pravo-card-top{margin-bottom:13px!important}
.pravo-brand{font-size:16px!important}
.pravo-card-arrow{width:27px!important;height:27px!important;font-size:11px!important}
.pravo-card-copy h3{
  font-size:20px!important;
  line-height:1.13!important;
}
.pravo-card-copy p{
  margin:10px 0 13px!important;
  font-size:11.5px!important;
  line-height:1.48!important;
}
.pravo-card-image{
  height:92px!important;
  min-height:92px!important;
  margin-bottom:12px!important;
  border-radius:10px!important;
}
.pravo-card-image img{
  height:92px!important;
  min-height:92px!important;
}
.pravo-card-button{
  min-height:38px!important;
  font-size:9.5px!important;
}
@media(max-width:980px){
  .supreme-win{grid-template-columns:1fr!important;gap:24px!important}
  .pravo-card{margin-top:0!important;width:360px!important;max-width:360px!important;justify-self:start!important}
}
@media(max-width:620px){
  .supreme-win-copy h2{font-size:32px!important}
  .pravo-card{width:min(100%,340px)!important;max-width:340px!important;padding:15px!important}
  .pravo-card-image,.pravo-card-image img{height:82px!important;min-height:82px!important}
}

/* v45 — Supreme Court heading, centered Pravo card, redesigned quote */
@media(min-width:981px){
  .supreme-win-copy h2{
    white-space:nowrap!important;
    font-size:clamp(36px,3.2vw,50px)!important;
    letter-spacing:-.035em!important;
  }
  .pravo-card{
    justify-self:center!important;
    align-self:start!important;
  }
}
.supreme-quote{
  position:relative!important;
  margin:18px 0 0!important;
  padding:24px 24px 22px 66px!important;
  border:0!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(227,181,105,.16),transparent 34%),
    linear-gradient(135deg,rgba(225,177,96,.12),rgba(255,255,255,.035))!important;
  color:rgba(255,255,255,.92)!important;
  font-size:15px!important;
  line-height:1.62!important;
  font-weight:300!important;
  box-shadow:inset 0 0 0 1px rgba(229,183,108,.14)!important;
}
.supreme-quote:before{
  content:"“"!important;
  position:absolute!important;
  left:20px!important;
  top:9px!important;
  margin:0!important;
  color:#e7bd76!important;
  font-family:Georgia,serif!important;
  font-size:64px!important;
  line-height:1!important;
  letter-spacing:0!important;
  font-weight:400!important;
  opacity:.92!important;
}
.supreme-quote:after{
  content:"Верховный Суд РФ";
  display:block;
  margin-top:14px;
  color:#e7bd76;
  font-size:9px;
  line-height:1;
  letter-spacing:.17em;
  text-transform:uppercase;
  font-weight:500;
}
@media(max-width:980px){
  .pravo-card{justify-self:center!important;}
}
@media(max-width:620px){
  .supreme-win-copy h2{white-space:normal!important;font-size:31px!important;}
  .supreme-quote{padding:20px 18px 18px 54px!important;font-size:13px!important;border-radius:15px!important;}
  .supreme-quote:before{left:15px!important;top:8px!important;font-size:52px!important;}
}

/* v46 — nudge Pravo.ru card slightly left and up on desktop */
@media(min-width:981px){
  .pravo-card{
    transform:translate(-18px,-12px)!important;
  }
}
@media(max-width:980px){
  .pravo-card{transform:none!important;}
}

/* v47 — wider Pravo.ru card, shifted further left on desktop */
@media(min-width:981px){
  .supreme-win{
    grid-template-columns:minmax(0,1fr) 420px!important;
    gap:30px!important;
  }
  .pravo-card{
    width:420px!important;
    max-width:420px!important;
    transform:translate(-34px,-12px)!important;
  }
}

/* v48 — Supreme Court PDF link */
.supreme-pdf-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  color:rgba(255,255,255,.88);
  font-size:13px;
  line-height:1.25;
  font-weight:400;
  text-decoration:none;
  transition:color .2s ease,opacity .2s ease;
}
.supreme-pdf-link i{
  color:#ef5350;
  font-size:19px;
  line-height:1;
  flex:0 0 auto;
}
.supreme-pdf-link span{
  border-bottom:1px dashed rgba(255,255,255,.34);
  padding-bottom:2px;
}
.supreme-pdf-link:hover{
  color:#fff;
}
.supreme-pdf-link:hover span{
  border-bottom-color:rgba(239,83,80,.8);
}
@media(max-width:620px){
  .supreme-pdf-link{margin-top:12px;font-size:12px;gap:8px}
  .supreme-pdf-link i{font-size:17px}
}

/* v49 — softer PDF link */
.supreme-pdf-link{
  margin-left:14px!important;
  color:#e8a19c!important;
  text-decoration:none!important;
}
.supreme-pdf-link i{
  color:#e59a94!important;
}
.supreme-pdf-link span{
  border-bottom:0!important;
  padding-bottom:0!important;
  text-decoration:none!important;
}
.supreme-pdf-link:hover{
  color:#f0b2ad!important;
}
.supreme-pdf-link:hover span{
  border-bottom:0!important;
  text-decoration:none!important;
}
@media(max-width:620px){
  .supreme-pdf-link{margin-left:10px!important;}
}

/* v50 — dashed court PDF link + trust/reviews section */
.supreme-pdf-link span{
  border-bottom:1px dashed rgba(229,154,148,.72)!important;
  padding-bottom:2px!important;
}
.supreme-pdf-link:hover span{
  border-bottom-color:#f0b2ad!important;
}

.reviews{
  position:relative;
  overflow:hidden;
  padding:112px 0 124px;
  background:
    radial-gradient(circle at 10% 18%,rgba(229,57,53,.075),transparent 30%),
    radial-gradient(circle at 92% 72%,rgba(199,164,90,.055),transparent 34%),
    linear-gradient(180deg,#0b1118 0%,#0d141c 52%,#091017 100%);
  border-top:1px solid rgba(255,255,255,.055);
}
.reviews-bg-word{
  position:absolute;
  top:36px;
  right:-18px;
  color:rgba(255,255,255,.025);
  font:800 clamp(96px,15vw,220px)/.8 "Manrope",sans-serif;
  letter-spacing:-.075em;
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
}
.reviews-inner{position:relative;z-index:1}
.reviews-head{
  display:flex;
  align-items:center;
  gap:22px;
  margin-bottom:40px;
}
.reviews-yandex{
  width:70px;
  height:70px;
  flex:0 0 70px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:rgba(229,57,53,.10);
  border:1px solid rgba(229,57,53,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.reviews-yandex i{
  color:#e53935;
  font-size:42px;
  line-height:1;
}
.reviews-head .section-label{margin:0 0 8px}
.reviews-head h2{
  margin:0;
  font-size:clamp(40px,5vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.review-card{
  position:relative;
  min-height:100%;
  padding:24px 24px 26px;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.022));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}
.review-card:before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:84px;
  height:1px;
  background:linear-gradient(90deg,rgba(245,179,1,.32),rgba(255,255,255,.055),transparent);
}
.review-person{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:48px;
  margin-bottom:28px;
}
.review-avatar{
  width:48px;
  height:48px;
  flex:0 0 48px;
  object-fit:cover;
  border-radius:50%;
  background:#1b222c;
  border:1px solid rgba(255,255,255,.14);
}
.review-person-copy{min-width:0}
.review-person-copy strong{
  display:block;
  color:#f2f4f7;
  font-size:14px;
  line-height:1.2;
  font-weight:650;
}
.review-stars{
  margin-top:5px;
  color:#f5b301;
  font-size:14px;
  line-height:1;
  letter-spacing:2px;
}
.review-card>p{
  margin:0;
  color:#aab2bd;
  font-size:13px;
  line-height:1.72;
  font-weight:400;
}
.reviews-source{
  display:inline-block;
  margin-top:24px;
  color:#737f8d;
  font-size:10.5px;
  line-height:1.2;
  font-weight:400;
  text-decoration:none;
  border-bottom:1px dashed rgba(115,127,141,.42);
  padding-bottom:2px;
}
.reviews-source:hover{color:#a7b1bd;border-bottom-color:rgba(167,177,189,.58)}

@media(max-width:980px){
  .reviews-grid{grid-template-columns:1fr 1fr}
  .review-card:first-child{grid-column:1/-1}
}
@media(max-width:680px){
  .reviews{padding:76px 0 84px}
  .reviews-bg-word{top:24px;right:-8px;font-size:88px}
  .reviews-head{align-items:flex-start;gap:14px;margin-bottom:28px}
  .reviews-yandex{width:54px;height:54px;flex-basis:54px;border-radius:17px}
  .reviews-yandex i{font-size:32px}
  .reviews-head h2{font-size:37px;line-height:1.02}
  .reviews-grid{grid-template-columns:1fr;gap:12px}
  .review-card:first-child{grid-column:auto}
  .review-card{padding:20px 18px 22px;border-radius:17px}
  .review-card:before{left:18px;right:18px;top:78px}
  .review-person{margin-bottom:25px}
  .review-avatar{width:44px;height:44px;flex-basis:44px}
  .review-card>p{font-size:12.5px;line-height:1.68}
}


/* v51 — inline Yandex mark and centered reviews CTA */
.reviews-head{
  display:block!important;
  margin-bottom:40px!important;
}
.reviews-head>.section-label{
  margin:0 0 10px!important;
}
.reviews-title-row{
  display:flex;
  align-items:center;
  gap:16px;
}
.reviews-title-row h2{
  margin:0;
  font-size:clamp(40px,5vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
}
.reviews-yandex{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  border-radius:17px!important;
  background:transparent!important;
  border:1.5px solid #e53935!important;
  box-shadow:none!important;
}
.reviews-yandex i{
  color:#e53935!important;
  font-size:34px!important;
  line-height:1!important;
}
.reviews-source{display:none!important}
.reviews-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.reviews-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border:1px solid rgba(229,57,53,.48);
  border-radius:14px;
  background:rgba(229,57,53,.055);
  color:#f1f3f5;
  font-size:12.5px;
  font-weight:500;
  line-height:1.25;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.reviews-more i{
  color:#e53935;
  font-size:18px;
}
.reviews-more:hover{
  border-color:rgba(229,57,53,.78);
  background:rgba(229,57,53,.085);
  color:#fff;
}
@media(max-width:680px){
  .reviews-title-row{gap:11px;align-items:center}
  .reviews-yandex{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:14px!important}
  .reviews-yandex i{font-size:28px!important}
  .reviews-title-row h2{font-size:34px;line-height:1.02}
  .reviews-more-wrap{margin-top:22px}
  .reviews-more{width:100%;min-height:50px;padding:0 14px;font-size:12px}
}

/* v52 — Yandex mark aligned to the capital “М” in the heading */
.reviews-title-row{
  align-items:baseline!important;
  gap:14px!important;
}
.reviews-yandex{
  width:.92em!important;
  height:.92em!important;
  flex:0 0 .92em!important;
  align-self:baseline!important;
  position:relative!important;
  top:.06em!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e53935!important;
  border-radius:.16em!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  font-size:clamp(40px,5vw,70px)!important;
  line-height:1!important;
}
.reviews-yandex i{
  display:block!important;
  color:#e53935!important;
  font-size:.69em!important;
  line-height:1!important;
  transform:none!important;
}
@media(max-width:680px){
  .reviews-title-row{gap:10px!important;align-items:baseline!important;}
  .reviews-yandex{
    width:.92em!important;
    height:.92em!important;
    flex-basis:.92em!important;
    font-size:34px!important;
    border-radius:.16em!important;
    top:.05em!important;
  }
  .reviews-yandex i{font-size:.69em!important;}
}


/* v53 — remove heading Yandex mark and visually separate reviews section */
.reviews{
  background:
    radial-gradient(circle at 18% 20%,rgba(199,164,90,.075),transparent 28%),
    radial-gradient(circle at 88% 74%,rgba(105,129,156,.08),transparent 34%),
    linear-gradient(180deg,#121923 0%,#151d28 48%,#101720 100%)!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.reviews:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 82%,transparent 100%);
  pointer-events:none;
}
.reviews-title-row{display:block!important;}
.reviews-title-row h2{margin:0!important;}
.reviews-yandex{display:none!important;}


/* v54 — mistakes roadmap */
.mistakes{position:relative;overflow:hidden;padding:108px 0 116px;background:linear-gradient(180deg,#0b1118 0%,#0f171f 52%,#0b1117 100%);border-top:1px solid rgba(255,255,255,.055)}
.mistakes:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(199,164,90,.075),transparent 28%),radial-gradient(circle at 8% 82%,rgba(80,115,150,.08),transparent 32%)}
.mistakes-bg-word{position:absolute;right:-16px;top:26px;font-size:clamp(90px,15vw,220px);line-height:.8;font-weight:800;letter-spacing:-.06em;color:rgba(255,255,255,.022);user-select:none;pointer-events:none}
.mistakes-inner{position:relative;z-index:1}
.mistakes-head{margin-bottom:34px}
.mistakes-roadmap{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px}
.mistakes-roadmap:before{content:"";position:absolute;left:4%;right:4%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(199,164,90,.22),rgba(199,164,90,.1),transparent);transform:translateY(-50%);pointer-events:none}
.mistake-step{position:relative;min-height:142px;padding:22px 22px 20px 22px;border-top:1px solid rgba(199,164,90,.26);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008));border-radius:0 0 14px 14px;box-shadow:0 16px 34px rgba(0,0,0,.08)}
.mistake-step:before{content:"";position:absolute;left:0;top:-3px;width:28px;height:5px;border-radius:999px;background:var(--accent)}
.mistake-step-num{display:block;margin-bottom:12px;color:var(--accent-soft);font-size:10px;line-height:1;font-weight:700;letter-spacing:.16em}
.mistake-step p{margin:0;color:#d8dde3;font-size:14px;line-height:1.55;font-weight:400}
.mistakes-alert{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:flex-start;margin-top:30px;padding:20px 22px;border-radius:16px;background:linear-gradient(135deg,rgba(229,57,53,.10),rgba(199,164,90,.045));border:1px solid rgba(229,57,53,.18)}
.mistakes-alert-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(229,57,53,.10);color:#ee7b77;font-size:18px}
.mistakes-alert h3{margin:0 0 6px;color:#f1f3f5;font-size:16px;line-height:1.35;font-weight:650}
.mistakes-alert p{margin:0;max-width:900px;color:#9ca6b2;font-size:13px;line-height:1.65;font-weight:400}
@media(max-width:980px){.mistakes-roadmap{grid-template-columns:repeat(2,minmax(0,1fr))}.mistakes-roadmap:before{display:none}}
@media(max-width:620px){.mistakes{padding:72px 0 80px}.mistakes-bg-word{font-size:88px;top:20px;right:-8px}.mistakes-roadmap{grid-template-columns:1fr;gap:10px}.mistake-step{min-height:auto;padding:18px 18px 17px}.mistake-step p{font-size:13.5px}.mistakes-alert{grid-template-columns:1fr;gap:10px;margin-top:20px;padding:17px 17px 18px}.mistakes-alert-icon{width:34px;height:34px;font-size:16px}.mistakes-alert h3{font-size:15px}.mistakes-alert p{font-size:12.5px}}

/* v56 — move warning into assessment and remove standalone mistakes section */
.assessment .assessment-alert{max-width:100%;margin:28px 0 0;}
@media(max-width:620px){.assessment .assessment-alert{margin-top:20px;}}


/* v57 — judicial expertise section */
.expertise{position:relative;overflow:hidden;padding:112px 0 120px;background:linear-gradient(180deg,#17130f 0%,#1d1711 46%,#12100e 100%);border-top:1px solid rgba(199,164,90,.12)}
.expertise:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 12%,rgba(199,164,90,.12),transparent 30%),radial-gradient(circle at 86% 76%,rgba(89,116,145,.07),transparent 34%);pointer-events:none}
.expertise-bg-word{position:absolute;right:-24px;top:20px;font-size:clamp(96px,15vw,230px);font-weight:800;line-height:.8;letter-spacing:-.06em;color:rgba(255,255,255,.025);pointer-events:none;user-select:none}
.expertise-inner{position:relative;z-index:1}
.expertise-head{margin-bottom:34px}.expertise-intro{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px;margin-top:22px}.expertise-intro p{margin:0;color:#b4aca3;font-size:15px;line-height:1.72;font-weight:400}
.expertise-rule{display:grid;grid-template-columns:72px 1fr;gap:20px;align-items:start;margin:34px 0 30px;padding:24px 26px;border-radius:20px;background:linear-gradient(135deg,rgba(199,164,90,.14),rgba(255,255,255,.025));border:1px solid rgba(199,164,90,.22);box-shadow:0 18px 48px rgba(0,0,0,.14)}
.expertise-rule-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(199,164,90,.12);border:1px solid rgba(199,164,90,.26);color:#e7c67e;font-family:Georgia,serif;font-size:38px;line-height:1}
.expertise-rule-kicker{display:block;margin-bottom:7px;color:#e7c67e;font-size:12px;font-weight:650;letter-spacing:.03em}.expertise-rule p{margin:0;max-width:980px;color:#d6d0c9;font-size:14px;line-height:1.72;font-weight:400}
.expertise-table-wrap{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.025);box-shadow:0 22px 60px rgba(0,0,0,.16)}
.expertise-table{display:block}.expertise-row{display:grid;grid-template-columns:minmax(220px,1.05fr) minmax(150px,.55fr) minmax(0,1.8fr);gap:18px;align-items:center;padding:18px 22px;border-top:1px solid rgba(255,255,255,.065);color:#c8c3bd;font-size:13px;line-height:1.55}.expertise-row:first-child{border-top:0}.expertise-row--head{padding-top:14px;padding-bottom:14px;background:rgba(199,164,90,.075);color:#e3c47f;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.expertise-material{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center}.expertise-material span{color:#8f7b57;font-size:10px;font-weight:700;letter-spacing:.08em}.expertise-material strong{color:#f1eee9;font-size:13px;line-height:1.4;font-weight:600}.expertise-verdict{justify-self:start;padding:7px 10px;border-radius:999px;background:rgba(205,88,72,.10);border:1px solid rgba(205,88,72,.22);color:#df9b8f;font-size:10.5px;font-weight:600;white-space:nowrap}.expertise-verdict--soft{background:rgba(199,164,90,.10);border-color:rgba(199,164,90,.22);color:#d8bb7c}
.expertise-row:not(.expertise-row--head):hover{background:rgba(255,255,255,.018)}
.expertise-conclusion{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;margin-top:28px;padding:22px 24px;border-radius:18px;background:linear-gradient(135deg,rgba(84,111,138,.11),rgba(199,164,90,.065));border:1px solid rgba(151,169,187,.13)}.expertise-conclusion-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#d9b56b;color:#17130f;font-size:22px;font-weight:800}.expertise-conclusion span{display:block;margin-bottom:5px;color:#f0d89f;font-size:13px;font-weight:700}.expertise-conclusion p{margin:0;max-width:950px;color:#b9b4ae;font-size:13.5px;line-height:1.65;font-weight:400}
@media(max-width:900px){.expertise-intro{grid-template-columns:1fr}.expertise-row{grid-template-columns:minmax(180px,.9fr) 140px minmax(0,1.4fr);gap:14px;padding:16px 18px}}
@media(max-width:700px){.expertise{padding:76px 0 84px}.expertise-bg-word{font-size:86px;right:-10px;top:24px}.expertise-head{margin-bottom:24px}.expertise-intro{gap:12px;margin-top:16px}.expertise-intro p{font-size:13.5px;line-height:1.65}.expertise-rule{grid-template-columns:44px 1fr;gap:13px;margin:24px 0 22px;padding:17px;border-radius:16px}.expertise-rule-icon{width:40px;height:40px;border-radius:12px;font-size:28px}.expertise-rule-kicker{font-size:10.5px}.expertise-rule p{font-size:12.5px;line-height:1.62}.expertise-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible}.expertise-row--head{display:none}.expertise-table{display:grid;gap:10px}.expertise-row{display:grid;grid-template-columns:1fr;gap:9px;padding:16px 16px 17px;border:1px solid rgba(255,255,255,.08)!important;border-radius:15px;background:rgba(255,255,255,.026)}.expertise-material{grid-template-columns:30px 1fr}.expertise-material strong{font-size:13px}.expertise-verdict{font-size:10px;padding:6px 9px}.expertise-row>div:last-child{font-size:12.5px;line-height:1.58;color:#aaa49d}.expertise-conclusion{grid-template-columns:40px 1fr;gap:12px;margin-top:20px;padding:17px;border-radius:15px}.expertise-conclusion-icon{width:36px;height:36px;font-size:18px}.expertise-conclusion span{font-size:12px}.expertise-conclusion p{font-size:12.5px;line-height:1.6}}


/* v58 — help process */
.help-process{position:relative;overflow:hidden;padding:112px 0 120px;background:radial-gradient(circle at 12% 18%,rgba(72,112,150,.12),transparent 31%),radial-gradient(circle at 88% 78%,rgba(199,164,90,.075),transparent 30%),linear-gradient(180deg,#0a1017 0%,#101923 50%,#0b1118 100%);border-top:1px solid rgba(255,255,255,.065)}
.help-process:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.011) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.011) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);pointer-events:none}
.help-process-bg-word{position:absolute;right:-18px;top:24px;font-size:clamp(104px,16vw,240px);line-height:.8;font-weight:800;letter-spacing:-.065em;color:rgba(255,255,255,.022);user-select:none;pointer-events:none}
.help-process-inner{position:relative;z-index:1}.help-process-head{margin-bottom:42px}
.help-process-intro{max-width:830px;margin:18px 0 0;color:#98a4b1;font-size:15px;line-height:1.7;font-weight:400}
.help-route{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.help-route:before{content:"";position:absolute;left:7%;right:7%;top:39px;height:1px;background:linear-gradient(90deg,rgba(199,164,90,.06),rgba(199,164,90,.42),rgba(116,151,184,.34),rgba(199,164,90,.08));z-index:0}
.help-route-step{position:relative;z-index:1;min-height:255px;padding:20px 20px 22px;border-radius:18px;border:1px solid rgba(255,255,255,.075);background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.014));box-shadow:0 18px 42px rgba(0,0,0,.12);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.help-route-step:hover{transform:translateY(-3px);border-color:rgba(199,164,90,.22);background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018))}
.help-route-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.help-route-number{color:#687687;font-size:10px;line-height:1;font-weight:700;letter-spacing:.16em}
.help-route-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#0d151e;border:1px solid rgba(199,164,90,.30);color:#e0bf77;font-size:14px;box-shadow:0 0 0 6px #0f1822}
.help-route-step h3{margin:0 0 12px;color:#f0f3f6;font-size:17px;line-height:1.25;font-weight:650;letter-spacing:-.015em}.help-route-step p{margin:0;color:#9aa5b1;font-size:13px;line-height:1.65;font-weight:400}
.help-honesty{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start;margin-top:30px;padding:21px 23px;border-radius:18px;background:linear-gradient(135deg,rgba(84,116,146,.12),rgba(199,164,90,.055));border:1px solid rgba(137,163,188,.14)}
.help-honesty-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(108,143,177,.12);color:#9cb9d2;font-size:17px}.help-honesty-copy span{display:block;margin:0 0 6px;color:#e9edf1;font-size:14px;line-height:1.35;font-weight:650}.help-honesty-copy p{margin:0;max-width:980px;color:#9fa9b4;font-size:13.5px;line-height:1.68;font-weight:400}
@media(max-width:1000px){.help-route{grid-template-columns:repeat(2,minmax(0,1fr))}.help-route:before{display:none}.help-route-step{min-height:220px}}
@media(max-width:620px){.help-process{padding:76px 0 84px}.help-process-bg-word{top:24px;right:-8px;font-size:88px}.help-process-head{margin-bottom:26px}.help-process-intro{margin-top:14px;font-size:13.5px;line-height:1.62}.help-route{grid-template-columns:1fr;gap:10px}.help-route-step{min-height:auto;padding:17px 17px 18px;border-radius:15px}.help-route-top{margin-bottom:15px}.help-route-icon{width:34px;height:34px;font-size:13px;box-shadow:0 0 0 5px #0f1822}.help-route-step h3{font-size:15.5px;margin-bottom:8px}.help-route-step p{font-size:12.5px;line-height:1.6}.help-honesty{grid-template-columns:38px 1fr;gap:12px;margin-top:20px;padding:17px;border-radius:15px}.help-honesty-icon{width:34px;height:34px;font-size:15px}.help-honesty-copy span{font-size:12.5px}.help-honesty-copy p{font-size:12.3px;line-height:1.62}}


/* v59 — pricing */
.pricing{
  position:relative;
  overflow:hidden;
  padding:116px 0 124px;
  background:
    radial-gradient(circle at 80% 10%,rgba(199,164,90,.10),transparent 30%),
    radial-gradient(circle at 8% 84%,rgba(111,139,166,.10),transparent 27%),
    linear-gradient(180deg,#101720 0%,#0b1118 52%,#0d141c 100%);
  border-top:1px solid rgba(255,255,255,.065);
}
.pricing:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(to bottom,transparent,black 15%,black 86%,transparent);
  pointer-events:none;
}
.pricing-bg-word{
  position:absolute;
  left:-20px;
  top:28px;
  font-size:clamp(94px,14vw,210px);
  line-height:.82;
  font-weight:800;
  letter-spacing:-.065em;
  color:rgba(255,255,255,.022);
  user-select:none;
  pointer-events:none;
}
.pricing-inner{position:relative;z-index:1}
.pricing-head{margin-bottom:40px}
.pricing-intro{
  max-width:720px;
  margin:16px 0 0;
  color:#98a3af;
  font-size:15px;
  line-height:1.68;
  font-weight:400;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:24px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.043),rgba(255,255,255,.017));
  box-shadow:0 22px 52px rgba(0,0,0,.14);
}
.price-card--court{
  border-color:rgba(199,164,90,.32);
  background:
    radial-gradient(circle at 100% 0,rgba(199,164,90,.11),transparent 38%),
    linear-gradient(180deg,rgba(199,164,90,.07),rgba(255,255,255,.019));
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.price-card-accent{
  position:absolute;
  top:-12px;
  right:18px;
  padding:6px 10px;
  border-radius:999px;
  background:#c7a45a;
  color:#13171c;
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.price-card-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:19px;
}
.price-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(199,164,90,.09);
  border:1px solid rgba(199,164,90,.18);
  color:#ddbc74;
  font-size:13px;
}
.price-label{
  color:#7f8b98;
  font-size:10px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.price-card h3{
  min-height:54px;
  margin:0;
  color:#f1f4f6;
  font-size:18px;
  line-height:1.38;
  font-weight:650;
  letter-spacing:-.018em;
}
.price-value{
  display:flex;
  align-items:baseline;
  gap:5px;
  margin:20px 0 24px;
  color:#f3f5f7;
}
.price-value strong{
  font-size:39px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.045em;
}
.price-value span{
  color:#cdb477;
  font-size:18px;
  font-weight:650;
}
.price-value small{
  color:#8c98a5;
  font-size:13px;
  font-weight:550;
  margin-right:2px;
}
.price-value b{
  color:#697583;
  font-size:18px;
  font-weight:400;
  margin:0 2px;
}
.price-value--combo strong:last-child{font-size:32px}
.price-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:0;
}
.price-list li{
  display:grid;
  grid-template-columns:19px 1fr;
  gap:9px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.055);
  color:#a5afba;
  font-size:12.5px;
  line-height:1.55;
  font-weight:400;
}
.price-list li:first-child{border-top:0}
.price-list i{
  color:#bfa467;
  font-size:9px;
  margin-top:5px;
}
.price-list sup{
  color:#d2b56f;
  font-size:9px;
}
.price-footnote{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:7px;
  margin-top:auto;
  padding-top:17px;
  border-top:1px dashed rgba(199,164,90,.18);
}
.price-footnote>span{
  color:#d5b66e;
  font-size:13px;
  font-weight:700;
}
.price-footnote p{
  margin:0;
  color:#7f8995;
  font-size:10.5px;
  line-height:1.55;
  font-weight:400;
}

@media(max-width:980px){
  .pricing-grid{grid-template-columns:1fr 1fr}
  .price-card--enforcement{grid-column:1/-1}
  .price-card--enforcement .price-list{grid-template-columns:repeat(3,1fr);gap:14px}
  .price-card--enforcement .price-list li{border-top:0;border-left:1px solid rgba(255,255,255,.055);padding:0 0 0 14px}
  .price-card--enforcement .price-list li:first-child{border-left:0;padding-left:0}
}
@media(max-width:680px){
  .pricing{padding:76px 0 84px}
  .pricing-bg-word{font-size:82px;top:24px;left:-6px}
  .pricing-head{margin-bottom:27px}
  .pricing-intro{font-size:13.5px;line-height:1.62}
  .pricing-grid{grid-template-columns:1fr;gap:12px}
  .price-card,.price-card--enforcement{grid-column:auto;padding:19px;border-radius:16px}
  .price-card-accent{top:-10px;right:14px;font-size:8px;padding:5px 8px}
  .price-card-top{margin-bottom:14px}
  .price-card h3{min-height:0;font-size:16px}
  .price-value{margin:16px 0 18px}
  .price-value strong{font-size:34px}
  .price-value--combo strong:last-child{font-size:29px}
  .price-list li{font-size:12px;padding:10px 0}
  .price-card--enforcement .price-list{grid-template-columns:1fr;gap:0}
  .price-card--enforcement .price-list li{border-left:0;border-top:1px solid rgba(255,255,255,.055);padding:10px 0}
  .price-card--enforcement .price-list li:first-child{border-top:0;padding-top:0}
  .price-footnote{margin-top:8px}
}


/* v61 — pricing intro refined */
.pricing-intro{
  display:inline-flex;
  align-items:center;
  max-width:none!important;
  margin-top:17px!important;
  padding:8px 12px;
  border-left:2px solid rgba(199,164,90,.72);
  border-radius:0 10px 10px 0;
  background:linear-gradient(90deg,rgba(199,164,90,.075),rgba(199,164,90,0));
  color:#b6bec8!important;
  font-size:14px!important;
  line-height:1.45!important;
  letter-spacing:-.005em;
  white-space:nowrap;
}
@media(max-width:780px){
  .pricing-intro{
    display:block;
    white-space:normal;
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.55!important;
  }
}


/* v62 — fixed pricing note */
.pricing-head{margin-bottom:34px}
.fixed-price-note{
  position:relative;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:17px;
  align-items:start;
  margin-top:24px;
  padding:22px 24px;
  border-radius:18px;
  border:1px solid rgba(199,164,90,.20);
  background:
    radial-gradient(circle at 0 50%,rgba(199,164,90,.11),transparent 28%),
    linear-gradient(135deg,rgba(199,164,90,.075),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
}
.fixed-price-note:after{
  content:"";
  position:absolute;
  right:-28px;
  top:-42px;
  width:150px;
  height:150px;
  border-radius:50%;
  border:1px solid rgba(199,164,90,.07);
  box-shadow:0 0 0 24px rgba(199,164,90,.025),0 0 0 48px rgba(199,164,90,.012);
  pointer-events:none;
}
.fixed-price-icon{
  position:relative;
  z-index:1;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(199,164,90,.11);
  border:1px solid rgba(199,164,90,.22);
  color:#dfbd72;
  font-size:15px;
}
.fixed-price-copy{position:relative;z-index:1}
.fixed-price-kicker{
  display:block;
  margin:0 0 5px;
  color:#cdb477;
  font-size:10px;
  line-height:1.2;
  font-weight:750;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.fixed-price-copy h3{
  margin:0 0 8px;
  color:#f1f3f5;
  font-size:16px;
  line-height:1.45;
  font-weight:650;
  letter-spacing:-.012em;
}
.fixed-price-copy p{
  margin:0;
  max-width:960px;
  color:#9ca6b1;
  font-size:13px;
  line-height:1.65;
  font-weight:400;
}
@media(max-width:680px){
  .fixed-price-note{
    grid-template-columns:40px 1fr;
    gap:12px;
    margin-top:18px;
    padding:17px;
    border-radius:15px;
  }
  .fixed-price-icon{
    width:36px;
    height:36px;
    border-radius:11px;
    font-size:13px;
  }
  .fixed-price-kicker{font-size:9px}
  .fixed-price-copy h3{font-size:14px;line-height:1.42}
  .fixed-price-copy p{font-size:12px;line-height:1.6}
}


/* v63 — footer + privacy modal */
.site-footer{
  position:relative;
  border-top:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg,#090e14 0%,#070b10 100%);
}
.site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 0,rgba(199,164,90,.07),transparent 28%);
  pointer-events:none;
}
.site-footer-inner{
  position:relative;
  z-index:1;
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.footer-owner{display:flex;flex-direction:column;gap:5px}
.footer-owner strong{
  color:#eceff2;
  font-size:14px;
  line-height:1.35;
  font-weight:650;
}
.footer-owner span{
  color:#707b87;
  font-size:10.5px;
  line-height:1.4;
  font-weight:400;
}
.privacy-open{
  appearance:none;
  border:0;
  padding:2px 0 4px;
  background:transparent;
  color:#a9b2bc;
  font:400 12px/1.4 "Manrope",sans-serif;
  border-bottom:1px dashed rgba(199,164,90,.52);
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease;
}
.privacy-open:hover{
  color:#e0c17b;
  border-bottom-color:#e0c17b;
}

.privacy-lock{overflow:hidden!important}
.privacy-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:28px;
  visibility:hidden;
  opacity:0;
  transition:opacity .22s ease,visibility .22s ease;
}
.privacy-modal.is-open{
  visibility:visible;
  opacity:1;
}
.privacy-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,6,9,.82);
  backdrop-filter:blur(8px);
  cursor:pointer;
}
.privacy-dialog{
  position:relative;
  z-index:1;
  width:min(960px,100%);
  max-height:min(88vh,900px);
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(199,164,90,.07),transparent 26%),
    linear-gradient(180deg,#121a23 0%,#0d141c 100%);
  box-shadow:0 38px 110px rgba(0,0,0,.52);
  overflow:hidden;
  transform:translateY(12px) scale(.985);
  transition:transform .22s ease;
}
.privacy-modal.is-open .privacy-dialog{transform:translateY(0) scale(1)}
.privacy-close{
  position:absolute;
  z-index:4;
  right:16px;
  top:16px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(9,14,20,.72);
  color:#aeb7c1;
  cursor:pointer;
  font-size:14px;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.privacy-close:hover{
  color:#f2f4f6;
  background:rgba(199,164,90,.10);
  border-color:rgba(199,164,90,.25);
}
.privacy-scroll{
  max-height:min(88vh,900px);
  overflow-y:auto;
  padding:36px 42px 44px;
  scrollbar-width:thin;
  scrollbar-color:#8e7747 #111820;
}
.privacy-scroll::-webkit-scrollbar{width:9px}
.privacy-scroll::-webkit-scrollbar-track{background:#111820}
.privacy-scroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#b69755,#6f5d38);
  border:2px solid #111820;
  border-radius:999px;
}
.privacy-scroll::-webkit-scrollbar-thumb:hover{background:#c5a763}
.privacy-head{
  padding-right:52px;
  margin-bottom:28px;
}
.privacy-head h2{
  margin:0;
  max-width:780px;
  color:#f1f3f5;
  font-size:clamp(28px,4vw,46px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.privacy-section{
  padding:25px 0;
  border-top:1px solid rgba(255,255,255,.065);
}
.privacy-section:first-of-type{border-top:0}
.privacy-section h3{
  margin:0 0 14px;
  color:#e7eaed;
  font-size:17px;
  line-height:1.4;
  font-weight:650;
}
.privacy-section p,
.privacy-section li{
  color:#9ca6b0;
  font-size:12.5px;
  line-height:1.75;
  font-weight:400;
}
.privacy-section p{margin:0 0 13px}
.privacy-section p:last-child{margin-bottom:0}
.privacy-section ul{
  margin:10px 0 16px;
  padding-left:19px;
}
.privacy-section li{margin:6px 0}
.privacy-section strong{color:#dce1e5}
.privacy-table-wrap{
  overflow-x:auto;
  margin-top:17px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:15px;
  background:rgba(255,255,255,.018);
  scrollbar-width:thin;
  scrollbar-color:#7e6a42 #111820;
}
.privacy-table-wrap::-webkit-scrollbar{height:8px}
.privacy-table-wrap::-webkit-scrollbar-track{background:#111820}
.privacy-table-wrap::-webkit-scrollbar-thumb{background:#7e6a42;border-radius:999px}
.privacy-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  table-layout:fixed;
}
.privacy-table th{
  padding:13px 14px;
  background:rgba(199,164,90,.075);
  color:#d9c18a;
  font-size:10px;
  line-height:1.45;
  text-align:left;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
  border-right:1px solid rgba(255,255,255,.055);
}
.privacy-table td{
  padding:14px;
  color:#9da7b1;
  font-size:11px;
  line-height:1.6;
  vertical-align:top;
  border-top:1px solid rgba(255,255,255,.055);
  border-right:1px solid rgba(255,255,255,.045);
}
.privacy-table th:last-child,.privacy-table td:last-child{border-right:0}
.privacy-source{color:#7f8994!important}

@media(max-width:680px){
  .site-footer-inner{
    min-height:128px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:13px;
    padding-top:26px;
    padding-bottom:26px;
  }
  .privacy-modal{padding:10px}
  .privacy-dialog{
    max-height:94vh;
    border-radius:17px;
  }
  .privacy-close{
    right:10px;
    top:10px;
    width:35px;
    height:35px;
  }
  .privacy-scroll{
    max-height:94vh;
    padding:25px 18px 30px;
  }
  .privacy-head{
    padding-right:38px;
    margin-bottom:18px;
  }
  .privacy-head h2{
    font-size:29px;
    line-height:1.08;
  }
  .privacy-section{padding:19px 0}
  .privacy-section h3{font-size:15px;margin-bottom:10px}
  .privacy-section p,.privacy-section li{font-size:11.5px;line-height:1.67}
  .privacy-table{min-width:680px}
  .privacy-table th{font-size:9px;padding:11px}
  .privacy-table td{font-size:10px;padding:11px}
}


/* v64 — header contacts */
.header-contacts{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}
.header-phone{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.035);
  color:#e9edf1;
  text-decoration:none;
  font-size:12px;
  line-height:1;
  font-weight:550;
  letter-spacing:.01em;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.header-phone i{
  color:#d0b26e;
  font-size:11px;
}
.header-phone:hover{
  border-color:rgba(199,164,90,.32);
  background:rgba(199,164,90,.055);
  color:#f3f5f7;
}
.header-social{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:rgba(255,255,255,.03);
  color:#cfd7df;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.header-social:hover{
  transform:translateY(-1px);
  border-color:rgba(199,164,90,.28);
  background:rgba(199,164,90,.045);
}
.header-social--telegram i{
  font-size:17px;
  color:#73aee9;
}
.header-social--max img{
  width:18px;
  height:18px;
  display:block;
  object-fit:contain;
}
.find-franchise-link{display:none!important}

@media(max-width:780px){
  .topbar{
    gap:12px;
    height:auto;
    min-height:88px;
    padding-top:13px;
    padding-bottom:13px;
  }
  .brand{min-width:0}
  .brand-text small{display:none}
  .header-contacts{gap:6px}
  .header-phone{
    min-height:38px;
    padding:0 10px;
    border-radius:11px;
    font-size:11px;
  }
  .header-phone i{font-size:10px}
  .header-social{
    width:38px;
    height:38px;
    border-radius:11px;
  }
  .header-social--telegram i{font-size:15px}
  .header-social--max img{width:16px;height:16px}
}
@media(max-width:560px){
  .topbar{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
  }
  .brand-photo{width:42px;height:42px}
  .brand-text strong{font-size:12.5px}
  .header-phone span{display:none}
  .header-phone{
    width:38px;
    padding:0;
    justify-content:center;
  }
  .header-phone i{font-size:13px}
}


/* v65 — larger header phone + clean social icons */
.header-phone{
  min-height:48px!important;
  padding:0 18px!important;
  border-radius:15px!important;
  border-color:rgba(199,164,90,.28)!important;
  background:linear-gradient(180deg,rgba(199,164,90,.085),rgba(199,164,90,.035))!important;
  color:#f2f4f6!important;
  font-size:14px!important;
  font-weight:650!important;
  letter-spacing:.015em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 28px rgba(0,0,0,.10);
}
.header-phone i{
  font-size:13px!important;
  color:#e0bd70!important;
}
.header-phone:hover{
  border-color:rgba(199,164,90,.48)!important;
  background:linear-gradient(180deg,rgba(199,164,90,.12),rgba(199,164,90,.05))!important;
}
.header-social{
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.header-social:hover{
  transform:translateY(-1px) scale(1.04)!important;
  background:transparent!important;
}
.header-social--telegram i{
  font-size:23px!important;
  color:#6eafe9!important;
}
.header-social--max img{
  width:23px!important;
  height:23px!important;
}

@media(max-width:780px){
  .header-phone{
    min-height:43px!important;
    padding:0 13px!important;
    border-radius:13px!important;
    font-size:12.5px!important;
  }
  .header-phone i{font-size:12px!important}
  .header-social{
    width:42px!important;
    height:42px!important;
  }
  .header-social--telegram i{font-size:20px!important}
  .header-social--max img{width:20px!important;height:20px!important}
}
@media(max-width:560px){
  .header-phone{
    width:43px!important;
    height:43px!important;
    min-height:43px!important;
    padding:0!important;
  }
  .header-phone i{font-size:14px!important}
  .header-social{
    width:39px!important;
    height:39px!important;
  }
}


/* v66 — stable socials + tighter spacing + yellow phone */
.header-contacts{
  gap:3px!important;
}

.header-phone{
  background:#e6bd58!important;
  border-color:#e6bd58!important;
  color:#15191e!important;
  box-shadow:none!important;
}

.header-phone i{
  color:#15191e!important;
}

.header-phone:hover{
  background:#e6bd58!important;
  border-color:#e6bd58!important;
  color:#15191e!important;
  transform:none!important;
}

.header-social,
.header-social:hover{
  transform:none!important;
  transition:none!important;
}

.header-social--telegram{
  margin-right:-2px!important;
}

.header-social--max{
  margin-left:-2px!important;
}

@media(max-width:780px){
  .header-contacts{gap:1px!important;}
}


/* v67 — refined phone block + tighter socials */
.header-contacts{
  gap:0!important;
}

.header-phone{
  min-height:44px!important;
  padding:0 15px!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#d7b45f 0%,#cda653 100%)!important;
  border:1px solid rgba(255,226,151,.28)!important;
  color:#171a1e!important;
  font-size:13px!important;
  font-weight:650!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 8px 18px rgba(0,0,0,.10)!important;
}

.header-phone i{
  font-size:12px!important;
  color:#171a1e!important;
}

.header-phone:hover{
  background:linear-gradient(180deg,#d7b45f 0%,#cda653 100%)!important;
  border-color:rgba(255,226,151,.28)!important;
  color:#171a1e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 8px 18px rgba(0,0,0,.10)!important;
}

.header-social{
  width:34px!important;
  height:42px!important;
}

.header-social--telegram{
  margin-right:-4px!important;
}

.header-social--max{
  margin-left:-4px!important;
}

.header-social--telegram i{
  font-size:21px!important;
}

.header-social--max img{
  width:21px!important;
  height:21px!important;
}

@media(max-width:780px){
  .header-phone{
    min-height:40px!important;
    padding:0 12px!important;
    border-radius:12px!important;
    font-size:12px!important;
  }
  .header-social{
    width:31px!important;
    height:38px!important;
  }
  .header-social--telegram i{font-size:19px!important}
  .header-social--max img{width:19px!important;height:19px!important}
}

@media(max-width:560px){
  .header-phone{
    width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
  }
  .header-social{
    width:29px!important;
    height:36px!important;
  }
}


/* v68 — final contact spacing and warmer phone accent */
.header-contacts{
  gap:4px!important;
}

.header-phone{
  margin-right:8px!important;
  background:linear-gradient(180deg,#f0c96b 0%,#e1b551 100%)!important;
  border:1px solid rgba(255,231,166,.38)!important;
  color:#171a1e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 18px rgba(0,0,0,.10)!important;
}

.header-phone:hover{
  background:linear-gradient(180deg,#f0c96b 0%,#e1b551 100%)!important;
  border-color:rgba(255,231,166,.38)!important;
}

.header-social{
  width:36px!important;
  height:42px!important;
}

.header-social--telegram{
  margin-right:0!important;
}

.header-social--max{
  margin-left:0!important;
}

.header-social--telegram i{
  font-size:23px!important;
}

.header-social--max img{
  width:23px!important;
  height:23px!important;
}

@media(max-width:780px){
  .header-contacts{gap:3px!important}
  .header-phone{margin-right:6px!important}
  .header-social{width:33px!important;height:38px!important}
  .header-social--telegram i{font-size:21px!important}
  .header-social--max img{width:21px!important;height:21px!important}
}

@media(max-width:560px){
  .header-phone{margin-right:5px!important}
  .header-social{width:31px!important;height:36px!important}
}


/* v69 — fixed left section navigation */
html{scroll-behavior:smooth}
.side-nav{
  position:fixed;
  z-index:900;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:11px 9px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  background:rgba(8,13,19,.66);
  backdrop-filter:blur(12px);
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}
.side-nav-link{
  position:relative;
  display:flex;
  align-items:center;
  width:30px;
  min-height:30px;
  padding:0;
  color:#7e8996;
  text-decoration:none;
  border-radius:10px;
  overflow:visible;
  transition:color .18s ease,background .18s ease,width .22s ease,padding .22s ease;
}
.side-nav-dot{
  flex:0 0 auto;
  width:7px;
  height:7px;
  margin-left:11px;
  border-radius:50%;
  background:#596674;
  transition:background .18s ease,transform .18s ease;
}
.side-nav-text{
  max-width:0;
  margin-left:0;
  opacity:0;
  overflow:hidden;
  white-space:nowrap;
  color:#c6ced6;
  font-size:10.5px;
  line-height:1;
  font-weight:500;
  transition:max-width .22s ease,opacity .16s ease,margin-left .22s ease;
}
.side-nav-link:hover,
.side-nav-link.is-active{
  width:142px;
  padding-right:12px;
  background:rgba(255,255,255,.045);
}
.side-nav-link:hover .side-nav-text,
.side-nav-link.is-active .side-nav-text{
  max-width:110px;
  margin-left:9px;
  opacity:1;
}
.side-nav-link.is-active{
  color:#e5c477;
}
.side-nav-link.is-active .side-nav-dot{
  background:#e5c477;
  transform:scale(1.25);
}
.side-nav-link:hover .side-nav-dot{
  background:#c8aa65;
}
@media(max-width:1280px){
  .side-nav{left:10px}
}
@media(max-width:1120px){
  .side-nav{display:none}
}


/* v70 — simple vertical text navigation */
.side-nav{
  position:fixed!important;
  z-index:900!important;
  left:24px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:11px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}

.side-nav-link{
  display:block!important;
  width:auto!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
  white-space:nowrap!important;
  overflow:visible!important;
  transition:color .16s ease,opacity .16s ease!important;
}

.side-nav-link:hover{
  width:auto!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
}

.side-nav-link.is-active{
  width:auto!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-weight:600!important;
}

.side-nav-link.is-active:before{
  content:"";
  position:absolute;
  left:-10px;
  width:3px;
  height:3px;
  margin-top:5px;
  border-radius:50%;
  background:#fff;
}

.side-nav-dot,
.side-nav-text{
  display:none!important;
}

@media(max-width:1280px){
  .side-nav{left:12px!important}
}

@media(max-width:1120px){
  .side-nav{display:none!important}
}


/* v71 — hero client-message stream */
.side-nav{display:none!important}

.hero-content{
  display:grid!important;
  grid-template-columns:minmax(330px,.82fr) minmax(0,1.42fr)!important;
  gap:54px!important;
  align-items:center!important;
  max-width:1180px!important;
  width:min(1180px,calc(100% - 48px))!important;
}
.hero-copy{min-width:0}
.hero-copy h1{
  max-width:800px!important;
  font-size:clamp(44px,5.05vw,74px)!important;
  line-height:1.045!important;
}
.hero-copy .lead{max-width:720px}
.hero-copy .credentials{max-width:720px}

.hero-messages{
  position:relative;
  min-width:0;
  height:486px;
  display:flex;
  flex-direction:column;
  align-self:center;
}
.hero-messages:before{
  content:"";
  position:absolute;
  inset:30px -22px -24px -26px;
  border-radius:34px;
  background:radial-gradient(circle at 30% 72%,rgba(64,132,188,.12),transparent 44%);
  filter:blur(15px);
  pointer-events:none;
}
.hero-messages-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4px 13px;
  color:#657382;
  font-size:9px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.hero-messages-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#7f8c98;
}
.hero-messages-status i{
  color:#55b77b;
  font-size:6px;
}
.hero-messages-window{
  position:relative;
  z-index:2;
  height:440px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:9px;
  padding:12px 10px 8px 0;
  mask-image:linear-gradient(to bottom,transparent 0,#000 11%,#000 100%);
}
.hero-chat-message{
  flex:0 0 auto;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:11px 13px 11px 10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:15px 15px 15px 5px;
  background:linear-gradient(145deg,rgba(31,45,59,.94),rgba(22,33,45,.94));
  box-shadow:0 11px 28px rgba(0,0,0,.15);
  transform:translateY(0);
  opacity:1;
  transition:transform .42s cubic-bezier(.2,.75,.25,1),opacity .36s ease;
}
.hero-chat-enter{
  transform:translateY(42px);
  opacity:0;
}
.hero-chat-leave{
  transform:translateY(-42px);
  opacity:0;
}
.hero-chat-avatar{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#637f9c,#445f7d);
  color:#fff;
  font-size:12px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.hero-chat-body{min-width:0}
.hero-chat-body strong{
  display:block;
  margin:1px 0 4px;
  color:#dce8f3;
  font-size:11px;
  line-height:1.2;
  font-weight:650;
}
.hero-chat-body p{
  margin:0;
  color:#b9c4ce;
  font-size:11.5px;
  line-height:1.48;
  font-weight:400;
}

@media(max-width:980px){
  .hero-content{
    grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
    gap:30px!important;
  }
  .hero-messages{height:445px}
  .hero-messages-window{height:400px}
  .hero-copy--no-kicker:before{display:none!important;}
  .hero-copy h1{font-size:clamp(40px,5.5vw,62px)!important}
}

@media(max-width:780px){
  .hero-content{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:28px!important;
    width:min(100% - 28px,1180px)!important;
    padding-top:28px!important;
  }
  .hero-messages{
    order:1;
    width:100%;
    height:310px;
  }
  .hero-copy{order:2}
  .hero-messages-window{
    height:272px;
    gap:7px;
    padding-right:0;
  }
  .hero-chat-message{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    padding:9px 11px 9px 9px;
    border-radius:14px 14px 14px 5px;
  }
  .hero-chat-avatar{width:31px;height:31px;font-size:11px}
  .hero-chat-body strong{font-size:10.5px}
  .hero-chat-body p{font-size:10.8px;line-height:1.43}
  .hero-copy h1{
    font-size:clamp(36px,10.1vw,49px)!important;
  }
}


/* v72 — hero text left, messages right */
.hero-content{
  grid-template-columns:minmax(0,1.42fr) minmax(330px,.82fr)!important;
}
.hero-copy{grid-column:1!important}
.hero-messages{grid-column:2!important}

@media(max-width:980px){
  .hero-content{
    grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr)!important;
  }
}

@media(max-width:780px){
  .hero-copy{order:2!important}
  .hero-messages{order:1!important}
}


/* v73 — corrected two-column hero + smooth push animation */
.hero-content{
  display:grid!important;
  grid-template-columns:minmax(0,1.42fr) minmax(330px,.82fr)!important;
  gap:54px!important;
  align-items:center!important;
}
.hero-copy{
  grid-column:1!important;
  align-self:center!important;
}
.hero-messages{
  grid-column:2!important;
  align-self:center!important;
  margin:0!important;
}
.hero-messages-window{
  display:block!important;
  position:relative!important;
  height:440px!important;
  overflow:hidden!important;
  padding:12px 10px 8px 0!important;
}
.hero-messages-track{
  position:absolute;
  left:0;
  right:10px;
  bottom:8px;
  display:flex;
  flex-direction:column;
  gap:9px;
  will-change:transform;
}
.hero-chat-message{
  width:100%;
  margin:0!important;
  will-change:transform,opacity;
}
.hero-chat-new{
  opacity:0!important;
  transform:translateY(28px)!important;
}
.hero-chat-message:not(.hero-chat-new){
  transition:opacity .58s ease,transform .68s cubic-bezier(.22,.72,.25,1);
}

@media(max-width:980px){
  .hero-content{
    grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr)!important;
    gap:30px!important;
  }
  .hero-messages-window{height:400px!important}
}

@media(max-width:780px){
  .hero-content{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .hero-messages{order:1!important;width:100%!important}
  .hero-copy{order:2!important;width:100%!important}
  .hero-messages-window{height:272px!important;padding-right:0!important}
  .hero-messages-track{right:0!important;gap:7px!important}
}


/* v74 — truly continuous push animation */
.hero-messages-window{
  overflow:hidden!important;
}
.hero-messages-track{
  transform:translateY(0);
  will-change:transform;
}
.hero-chat-message{
  flex:0 0 auto;
}
.hero-chat-new{
  opacity:0!important;
  transform:translateY(24px)!important;
  transition:opacity .62s ease,transform .72s cubic-bezier(.22,.72,.22,1)!important;
}


/* v75 — deterministic message conveyor; no reflow jump after item #5 */
.hero-messages-window{
  --hero-chat-row:78px;
  --hero-chat-gap:9px;
  --hero-chat-step:calc(var(--hero-chat-row) + var(--hero-chat-gap));
  height:calc((var(--hero-chat-row) * 5) + (var(--hero-chat-gap) * 4) + 20px)!important;
  padding:10px 10px 10px 0!important;
}

.hero-messages-track{
  position:absolute!important;
  left:0!important;
  right:10px!important;
  top:10px!important;
  bottom:auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:var(--hero-chat-gap)!important;
  transform:translate3d(0,0,0);
  will-change:transform;
}

.hero-chat-message{
  flex:0 0 var(--hero-chat-row)!important;
  height:var(--hero-chat-row)!important;
  min-height:var(--hero-chat-row)!important;
  max-height:var(--hero-chat-row)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

.hero-chat-body p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.hero-chat-new{
  opacity:0!important;
  transform:translate3d(0,22px,0)!important;
  transition:opacity .58s ease,transform .72s cubic-bezier(.22,.74,.22,1)!important;
}

.hero-chat-next{
  opacity:1!important;
  transform:none!important;
}

@media(max-width:780px){
  .hero-messages-window{
    --hero-chat-row:70px;
    --hero-chat-gap:7px;
    --hero-chat-step:calc(var(--hero-chat-row) + var(--hero-chat-gap));
    height:calc((var(--hero-chat-row) * 5) + (var(--hero-chat-gap) * 4) + 16px)!important;
    padding:8px 0!important;
  }
  .hero-messages-track{
    top:8px!important;
    right:0!important;
    gap:var(--hero-chat-gap)!important;
  }
}


/* v76 — first messages also slide in from below */
.hero-messages-track{
  top:auto!important;
  bottom:10px!important;
}

.hero-messages-track.is-full{
  top:20px!important;
  bottom:auto!important;
}

.hero-chat-initial-next{
  opacity:0!important;
  transform:translate3d(0,34px,0)!important;
  transition:opacity .58s ease,transform .82s cubic-bezier(.22,.74,.22,1)!important;
}

.hero-chat-initial-next.is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
}

@media(max-width:780px){
  .hero-messages-track{
    bottom:8px!important;
  }
  .hero-messages-track.is-full{
    top:8px!important;
    bottom:auto!important;
  }
}


/* v77 — uniform smooth timing + natural message height */
.hero-messages-window{
  --hero-chat-gap:9px;
  height:440px!important;
  padding:10px 10px 10px 0!important;
}

.hero-messages-track{
  gap:var(--hero-chat-gap)!important;
  right:10px!important;
}

.hero-chat-message{
  flex:0 0 auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  padding:11px 13px 11px 10px!important;
}

.hero-chat-body p{
  display:block!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow:visible!important;
}

.hero-chat-initial-next,
.hero-chat-new,
.hero-chat-next{
  transition:none!important;
}

@media(max-width:780px){
  .hero-messages-window{
    --hero-chat-gap:7px;
    height:300px!important;
    padding:8px 0!important;
  }
  .hero-messages-track{
    right:0!important;
    gap:var(--hero-chat-gap)!important;
  }
  .hero-chat-message{
    padding:9px 11px 9px 9px!important;
  }
}


/* v79 — updated logo avatar */
.brand{
  align-items:center;
}
.brand-photo{
  width:62px!important;
  height:62px!important;
  flex:0 0 62px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  box-shadow:0 10px 28px rgba(0,0,0,.16)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
}
.brand-photo-img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.brand-text strong{
  font-size:14px!important;
}
.brand-text small{
  font-size:11px!important;
}

@media (max-width:780px){
  .brand-photo{
    width:54px!important;
    height:54px!important;
    flex-basis:54px!important;
  }
}

@media (max-width:560px){
  .brand-photo{
    width:48px!important;
    height:48px!important;
    flex-basis:48px!important;
  }
}


/* v80 — actual header avatar replacement */
.topbar .brand-photo{
  width:68px!important;
  height:68px!important;
  flex:0 0 68px!important;
  padding:2px!important;
  border-radius:50%!important;
  overflow:hidden!important;
}
.topbar .brand-photo img,
.topbar .brand-photo .brand-photo-img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:50%!important;
}

@media(max-width:780px){
  .topbar .brand-photo{
    width:58px!important;
    height:58px!important;
    flex-basis:58px!important;
  }
}
@media(max-width:560px){
  .topbar .brand-photo{
    width:52px!important;
    height:52px!important;
    flex-basis:52px!important;
  }
}


/* v81 — larger avatar with tighter face crop */
.topbar .brand-photo{
  width:82px!important;
  height:82px!important;
  flex:0 0 82px!important;
  padding:2px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18)!important;
}

.topbar .brand-photo img,
.topbar .brand-photo .brand-photo-img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:50%!important;
}

.topbar .brand{
  gap:14px!important;
}

.topbar .brand-text strong{
  font-size:14.5px!important;
}

@media(max-width:780px){
  .topbar .brand-photo{
    width:66px!important;
    height:66px!important;
    flex-basis:66px!important;
  }
}
@media(max-width:560px){
  .topbar .brand-photo{
    width:58px!important;
    height:58px!important;
    flex-basis:58px!important;
  }
}


/* v82 — centered face with a little more bow tie visible */
.topbar .brand-photo img,
.topbar .brand-photo .brand-photo-img{
  object-fit:cover!important;
  object-position:center center!important;
}


/* v83 — slightly larger header logo and title */
.topbar .brand-photo{
  width:88px!important;
  height:88px!important;
  flex:0 0 88px!important;
}

.topbar .brand-text strong{
  font-size:16px!important;
  line-height:1.15!important;
}

.topbar .brand-text small{
  font-size:11.5px!important;
}

@media(max-width:780px){
  .topbar .brand-photo{
    width:70px!important;
    height:70px!important;
    flex-basis:70px!important;
  }
  .topbar .brand-text strong{
    font-size:15px!important;
  }
}

@media(max-width:560px){
  .topbar .brand-photo{
    width:60px!important;
    height:60px!important;
    flex-basis:60px!important;
  }
  .topbar .brand-text strong{
    font-size:14px!important;
  }
}


/* v84 — fixed header without bottom line */
.site-header,
.header,
.top-header{
  border-bottom:0!important;
  box-shadow:none!important;
}

.topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:5000!important;
  width:100%!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:rgba(7,11,16,.92)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

/* Reserve space for the fixed header */
.hero{
  padding-top:104px!important;
  box-sizing:border-box!important;
}

@media(max-width:780px){
  .topbar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:5000!important;
  }
  .hero{
    padding-top:94px!important;
  }
}

@media(max-width:560px){
  .hero{
    padding-top:86px!important;
  }
}


/* v85 — fixed full-width shell, centered header content */
.fixed-header-shell{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:5000;
  width:100%;
  background:
    radial-gradient(circle at 20% -55%,rgba(234,212,158,.18),transparent 42%),
    linear-gradient(90deg,rgba(36,42,46,.985) 0%,rgba(49,48,44,.985) 52%,rgba(35,41,45,.985) 100%);
  border:0!important;
  border-bottom:1px solid rgba(234,212,158,.16)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.12)!important;
}

.fixed-header-shell .topbar{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border:0!important;
  box-shadow:none!important;
}

@media(max-width:780px){
  .fixed-header-shell .topbar{
    width:min(1180px,calc(100% - 28px))!important;
    margin:0 auto!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
  }
}

@media(max-width:560px){
  .fixed-header-shell .topbar{
    width:calc(100% - 24px)!important;
  }
}


/* v88 — requested mobile refinements */

/* Expertise rows: title + verdict inline, reason below/alongside */
.expertise-row:not(.expertise-row--head){
  grid-template-columns:minmax(260px,.9fr) minmax(0,1.65fr)!important;
}
.expertise-material{
  align-items:center!important;
}
.expertise-material-title{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}
.expertise-material-title .expertise-verdict{
  display:inline-flex;
  margin:0!important;
  justify-self:auto!important;
}
.expertise-reason{
  color:#c8c3bd;
}

/* Mobile only */
@media(max-width:620px){

  /* Header: phone and social buttons same compact size */
  .header-contacts{
    gap:5px!important;
  }
  .header-phone{
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
    padding:0!important;
    margin-right:5px!important;
    border-radius:10px!important;
    display:grid!important;
    place-items:center!important;
  }
  .header-phone span{display:none!important}
  .header-phone i{
    font-size:15px!important;
    line-height:1!important;
  }
  .header-social{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
    display:grid!important;
    place-items:center!important;
  }
  .header-social--telegram i{
    font-size:18px!important;
  }
  .header-social--max img{
    width:18px!important;
    height:18px!important;
  }

  /* Assessment heading in one line */
  .assessment .section-head h2{
    white-space:nowrap!important;
    font-size:23px!important;
    letter-spacing:-.035em!important;
  }

  /* Short heading on mobile */
  .mistakes-heading-extra{
    display:none!important;
  }

  /* Franchise count sits immediately after heading text */
  .practice-head h2{
    display:flex!important;
    align-items:baseline!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    gap:7px!important;
  }
  .practice-last-letter{
    display:inline!important;
    position:static!important;
  }
  .practice-count{
    position:static!important;
    display:inline-flex!important;
    transform:none!important;
    margin-left:7px!important;
    vertical-align:baseline!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
  }

  /* Court decisions: 3 previews per row */
  .court-practice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .court-doc{
    width:100%!important;
    min-width:0!important;
  }
  .court-doc-preview{
    width:100%!important;
    max-width:none!important;
  }

  /* Supreme Court / Pravo.ru card full width */
  .supreme-win{
    grid-template-columns:1fr!important;
  }
  .pravo-card{
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  /* Expertise mobile cards */
  .expertise-row:not(.expertise-row--head){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .expertise-material-title{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
  }
  .expertise-material-title strong{
    display:inline!important;
  }
  .expertise-material-title .expertise-verdict{
    display:inline-flex!important;
    position:static!important;
    margin:0!important;
    padding:5px 8px!important;
  }
  .expertise-reason{
    font-size:12.5px!important;
    line-height:1.58!important;
    color:#aaa49d!important;
  }
}

/* Extra narrow screens: keep assessment title on one line */
@media(max-width:390px){
  .assessment .section-head h2{
    font-size:21px!important;
  }
}


/* v89 — keep franchise heading + count inside mobile viewport */
@media(max-width:620px){
  .practice-head{
    min-width:0!important;
    overflow:visible!important;
  }

  .practice-head h2{
    display:flex!important;
    align-items:baseline!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:nowrap!important;
    font-size:clamp(20px,6.2vw,27px)!important;
    line-height:1.08!important;
    letter-spacing:-.045em!important;
  }

  .practice-head h2 > *{
    min-width:0!important;
  }

  .practice-last-letter{
    display:inline!important;
    flex:0 1 auto!important;
    min-width:0!important;
  }

  .practice-count{
    position:static!important;
    flex:0 0 auto!important;
    margin-left:2px!important;
    padding:3px 7px!important;
    min-width:auto!important;
    height:auto!important;
    font-size:10px!important;
    line-height:1.2!important;
    border-radius:999px!important;
    transform:none!important;
  }
}

@media(max-width:390px){
  .practice-head h2{
    font-size:clamp(18px,5.9vw,22px)!important;
    gap:4px!important;
  }
  .practice-count{
    padding:2px 6px!important;
    font-size:9px!important;
  }
}


/* v90 — mobile 3-message stream + header icon sizing + franchise title fit */
@media(max-width:780px){

  /* Show only three chat messages in the mobile viewport */
  .hero-messages{
    height:228px!important;
  }
  .hero-messages-window{
    height:206px!important;
    padding:8px 0!important;
  }

  /* Phone / Telegram / MAX all visually the same square size */
  .header-phone,
  .header-social{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
  }
  .header-phone{
    padding:0!important;
    margin-right:5px!important;
    border-radius:10px!important;
  }
  .header-phone i{
    font-size:15px!important;
  }
  .header-social--telegram i{
    font-size:21px!important;
  }
  .header-social--max img{
    width:21px!important;
    height:21px!important;
  }
}

@media(max-width:620px){

  /* Slightly smaller franchise heading so title + counter always fit */
  .practice-head h2{
    font-size:clamp(18px,5.45vw,23px)!important;
    line-height:1.05!important;
    gap:4px!important;
    align-items:center!important;
  }

  .practice-count{
    align-self:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:2px!important;
    padding:3px 6px!important;
    font-size:9px!important;
    line-height:1!important;
    height:20px!important;
    min-height:20px!important;
    transform:none!important;
    vertical-align:middle!important;
  }
}

@media(max-width:390px){
  .practice-head h2{
    font-size:clamp(17px,5.2vw,20px)!important;
  }
  .practice-count{
    height:19px!important;
    min-height:19px!important;
    padding:2px 5px!important;
    font-size:8.5px!important;
  }
}


/* v91 — larger mobile social glyphs + clean franchise heading */
@media(max-width:780px){
  .header-phone,
  .header-social{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
  }

  /* Make the visible social symbols nearly fill the same square as phone button */
  .header-social--telegram i{
    font-size:27px!important;
    line-height:1!important;
  }
  .header-social--max img{
    width:27px!important;
    height:27px!important;
    max-width:none!important;
    max-height:none!important;
  }
}

@media(max-width:620px){
  .practice-head h2{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    width:100%!important;
    min-width:0!important;
    white-space:nowrap!important;
    font-size:clamp(17px,5.05vw,21px)!important;
    line-height:1.05!important;
    letter-spacing:-.04em!important;
  }

  .practice-title-text{
    display:inline-block!important;
    flex:0 1 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
  }

  .practice-count{
    position:static!important;
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:center!important;
    margin:0!important;
    height:20px!important;
    min-height:20px!important;
    padding:3px 6px!important;
    font-size:9px!important;
    line-height:1!important;
    vertical-align:middle!important;
    transform:none!important;
  }

  .practice-last-letter{
    display:none!important;
  }
}

@media(max-width:390px){
  .practice-head h2{
    font-size:16.5px!important;
    gap:5px!important;
  }
  .practice-count{
    height:19px!important;
    min-height:19px!important;
    padding:2px 5px!important;
    font-size:8.5px!important;
  }
}


/* v92 — masonry reviews + refined franchise count */

/* Desktop / tablet franchise count as neat inline pill, not over letters */
.practice-head h2{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  width:100%!important;
}
.practice-title-text{
  display:inline-block!important;
}
.practice-head .practice-count{
  position:static!important;
  transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  min-width:auto!important;
  height:32px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#e6c574 0%,#caa04d 100%)!important;
  color:#10151b!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 10px 24px rgba(202,160,77,.18)!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  vertical-align:middle!important;
}
.practice-last-letter{display:none!important}

/* Reviews masonry */
.reviews-grid{
  column-count:3!important;
  column-gap:18px!important;
  display:block!important;
}
.review-card{
  width:100%!important;
  display:inline-block!important;
  break-inside:avoid!important;
  margin:0 0 18px!important;
  height:auto!important;
}
.review-card:first-child{
  grid-column:auto!important;
}
.review-name-link{
  color:inherit;
  text-decoration:none;
  border-bottom:1px dashed rgba(229,233,238,.38);
}
.review-name-link:hover{
  border-bottom-color:rgba(229,233,238,.75);
}
.review-avatar--initial{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,#69788a,#4f5e70)!important;
  color:#fff!important;
  font-weight:700!important;
  font-size:18px!important;
}
.review-avatar--initial-k{
  background:linear-gradient(145deg,#7e8da0,#566578)!important;
}
@media(max-width:1020px){
  .reviews-grid{
    column-count:2!important;
    column-gap:14px!important;
  }
}
@media(max-width:620px){
  .reviews-grid{
    column-count:1!important;
    column-gap:0!important;
  }
  .review-card{
    margin:0 0 12px!important;
  }
  .practice-head h2{
    gap:6px!important;
  }
  .practice-head .practice-count{
    height:20px!important;
    padding:3px 6px!important;
    font-size:9px!important;
  }
}


/* v93 — plain review author names */
.review-person-copy strong,
.review-person-copy strong a{
  text-decoration:none!important;
  border-bottom:0!important;
}
.review-name-link{
  text-decoration:none!important;
  border-bottom:0!important;
  pointer-events:none!important;
}


/* v94 — only 3 reviews on mobile */
@media(max-width:620px){
  .reviews-grid .review-card:nth-child(n+4){
    display:none!important;
  }
}


/* v95 — equal mobile contact controls + footer contacts */

/* Footer contacts */
.site-footer-inner{
  gap:28px!important;
}
.footer-contacts{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-left:auto;
}
.footer-contact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#aab4be;
  text-decoration:none;
  font-size:11px;
  line-height:1.3;
  font-weight:500;
  transition:color .16s ease;
}
.footer-contact:hover{
  color:#eef1f4;
}
.footer-contact-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,255,255,.045);
}
.footer-contact-icon i{
  font-size:14px;
  line-height:1;
}
.footer-contact-icon--telegram i{
  font-size:17px;
  color:#6eafe9;
}
.footer-contact-icon--max img{
  width:17px;
  height:17px;
  display:block;
}
.footer-contact--phone .footer-contact-icon{
  background:linear-gradient(180deg,#f0c96b 0%,#e1b551 100%);
  color:#171a1e;
}

/* Mobile header: all three controls use one responsive square size */
@media(max-width:620px){
  .header-contacts{
    --mobile-contact-size:clamp(28px,8.7vw,34px);
    --mobile-contact-glyph:clamp(17px,5.4vw,20px);
    gap:clamp(3px,1.2vw,5px)!important;
    flex:0 0 auto!important;
  }

  .header-phone,
  .header-social{
    width:var(--mobile-contact-size)!important;
    height:var(--mobile-contact-size)!important;
    min-width:var(--mobile-contact-size)!important;
    min-height:var(--mobile-contact-size)!important;
    flex:0 0 var(--mobile-contact-size)!important;
    padding:0!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    box-sizing:border-box!important;
  }

  .header-phone{
    margin-right:clamp(2px,.8vw,4px)!important;
    border-radius:calc(var(--mobile-contact-size) * .29)!important;
  }

  .header-phone i,
  .header-social--telegram i{
    font-size:var(--mobile-contact-glyph)!important;
    line-height:1!important;
    width:var(--mobile-contact-glyph)!important;
    height:var(--mobile-contact-glyph)!important;
    display:grid!important;
    place-items:center!important;
  }

  .header-social--max img{
    width:var(--mobile-contact-glyph)!important;
    height:var(--mobile-contact-glyph)!important;
    max-width:none!important;
    max-height:none!important;
    display:block!important;
    object-fit:contain!important;
  }
}

/* Extra small phones: shrink the whole contact group proportionally */
@media(max-width:370px){
  .header-contacts{
    --mobile-contact-size:27px;
    --mobile-contact-glyph:16px;
    gap:2px!important;
  }
  .header-phone{
    margin-right:2px!important;
  }
}

/* Footer mobile layout */
@media(max-width:780px){
  .site-footer-inner{
    min-height:0!important;
    padding-top:30px!important;
    padding-bottom:30px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:20px!important;
  }
  .footer-contacts{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    gap:10px 16px;
  }
}

@media(max-width:480px){
  .footer-contacts{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }
  .footer-contact{
    width:max-content;
    font-size:11.5px;
  }
}


/* v96 — mobile header icon balance */
@media(max-width:620px){
  /* phone: slightly smaller and visually lighter */
  .header-phone i{
    font-size:clamp(13px,4.2vw,15px)!important;
    font-weight:400!important;
    width:auto!important;
    height:auto!important;
    line-height:1!important;
  }

  /* telegram/max: larger visual glyphs */
  .header-social--telegram i{
    font-size:clamp(21px,6vw,24px)!important;
    width:auto!important;
    height:auto!important;
    line-height:1!important;
  }

  .header-social--max img{
    width:clamp(21px,6vw,24px)!important;
    height:clamp(21px,6vw,24px)!important;
  }
}

@media(max-width:370px){
  .header-phone i{
    font-size:13px!important;
  }
  .header-social--telegram i{
    font-size:20px!important;
  }
  .header-social--max img{
    width:20px!important;
    height:20px!important;
  }
}


/* v97 — restore mobile phone icon + enlarge Telegram/MAX */
@media(max-width:620px){

  /* Restore phone icon reliably */
  .header-phone{
    color:#171a1e!important;
  }

  .header-phone i{
    display:inline-block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#171a1e!important;
    font-size:14px!important;
    font-weight:400!important;
    width:auto!important;
    height:auto!important;
    line-height:1!important;
    transform:none!important;
  }

  /* Make social icons larger */
  .header-social--telegram i{
    display:inline-block!important;
    visibility:visible!important;
    opacity:1!important;
    font-size:27px!important;
    width:auto!important;
    height:auto!important;
    line-height:1!important;
    transform:none!important;
  }

  .header-social--max img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:27px!important;
    height:27px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}

@media(max-width:370px){
  .header-phone i{
    font-size:13px!important;
  }
  .header-social--telegram i{
    font-size:24px!important;
  }
  .header-social--max img{
    width:24px!important;
    height:24px!important;
  }
}


/* v98 — light phone icon on mobile only */
.header-phone-icon-mobile{
  display:none!important;
}

@media(max-width:620px){
  .header-phone-icon-desktop{
    display:none!important;
  }
  .header-phone-icon-mobile{
    display:inline-block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#171a1e!important;
    font-size:14px!important;
    font-weight:300!important;
    line-height:1!important;
    width:auto!important;
    height:auto!important;
  }
}


/* v99 — reliable thin mobile phone icon without FA Pro dependency */
@media(max-width:620px){
  .header-phone-icon-mobile{
    display:grid!important;
    place-items:center!important;
    width:17px!important;
    height:17px!important;
    color:#171a1e!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .header-phone-icon-mobile svg{
    display:block!important;
    width:17px!important;
    height:17px!important;
    overflow:visible!important;
  }
}

@media(max-width:370px){
  .header-phone-icon-mobile,
  .header-phone-icon-mobile svg{
    width:15px!important;
    height:15px!important;
  }
}


/* v100 — prevent duplicate phone icons */
.header-phone-icon-mobile{
  display:none!important;
}
@media(max-width:620px){
  .header-phone-icon-desktop{
    display:none!important;
  }
  .header-phone > .fa-phone:not(.header-phone-icon-desktop){
    display:none!important;
  }
  .header-phone-icon-mobile{
    display:grid!important;
  }
}


/* v101 — one and only phone icon in header */
.header-phone-svg{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:16px!important;
  height:16px!important;
  color:#171a1e!important;
}
.header-phone-svg svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.header-phone-number{
  display:inline!important;
}

/* Legacy phone-icon classes are permanently disabled */
.header-phone-icon-desktop,
.header-phone-icon-mobile{
  display:none!important;
}

@media(max-width:620px){
  .header-phone-number{
    display:none!important;
  }
  .header-phone-svg{
    width:15px!important;
    height:15px!important;
  }

  /* prevent any pseudo content from old icon styles */
  .header-phone::before,
  .header-phone::after,
  .header-phone-svg::before,
  .header-phone-svg::after{
    content:none!important;
    display:none!important;
  }
}

@media(max-width:370px){
  .header-phone-svg{
    width:13px!important;
    height:13px!important;
  }
}


/* v102 — desktop restored; phone fix is MOBILE ONLY */

/* DESKTOP: keep original phone appearance */
.header-phone-desktop-icon{
  display:inline-block!important;
}
.header-phone-mobile-icon{
  display:none!important;
}
.header-phone-number{
  display:inline!important;
}

/* Only mobile changes below */
@media(max-width:620px){
  .header-phone-desktop-icon{
    display:none!important;
  }

  .header-phone-number{
    display:none!important;
  }

  .header-phone-mobile-icon{
    display:grid!important;
    place-items:center!important;
    width:15px!important;
    height:15px!important;
    flex:0 0 15px!important;
    color:#171a1e!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .header-phone-mobile-icon svg{
    display:block!important;
    width:15px!important;
    height:15px!important;
    overflow:visible!important;
  }

  /* Old experimental phone elements can never appear on mobile */
  .header-phone-icon-desktop,
  .header-phone-icon-mobile,
  .header-phone-svg{
    display:none!important;
  }

  /* No pseudo-icons / stray symbols */
  .header-phone::before,
  .header-phone::after,
  .header-phone-mobile-icon::before,
  .header-phone-mobile-icon::after{
    content:none!important;
    display:none!important;
  }
}

@media(max-width:370px){
  .header-phone-mobile-icon,
  .header-phone-mobile-icon svg{
    width:13px!important;
    height:13px!important;
    flex-basis:13px!important;
  }
}


/* v103 — use the same Font Awesome phone icon on desktop and mobile */
.header-phone > .fa-solid.fa-phone{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:620px){
  .header-phone > .fa-solid.fa-phone{
    display:inline-flex!important;
  }
}

/* v104 — reliable header phone icon fallback (keeps <i class="fa-solid fa-phone"></i>) */
.header-phone > i.fa-solid.fa-phone{
  width:1em!important;
  height:1em!important;
  min-width:1em!important;
  display:inline-block!important;
  flex:0 0 1em!important;
  font-size:15px!important;
  line-height:1!important;
  color:transparent!important;
  overflow:visible!important;
  background-color:currentColor!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23171a1e' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.25 1.01l-2.2 2.2Z'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  -webkit-font-smoothing:initial!important;
}
.header-phone > i.fa-solid.fa-phone::before{
  content:""!important;
  display:none!important;
}
@media(max-width:620px){
  .header-phone > i.fa-solid.fa-phone{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    flex-basis:15px!important;
    font-size:15px!important;
  }
}
@media(max-width:370px){
  .header-phone > i.fa-solid.fa-phone{
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    flex-basis:13px!important;
  }
}

/* v105 — slightly bolder phone glyph on mobile only */
@media(max-width:620px){
  .header-phone > i.fa-solid.fa-phone{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23171a1e' stroke='%23171a1e' stroke-width='1.15' stroke-linejoin='round' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.25 1.01l-2.2 2.2Z'/%3E%3C/svg%3E")!important;
  }
}

/* v106 — identical bold phone icon on desktop and mobile */
.header-phone > i.fa-solid.fa-phone{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23171a1e' stroke='%23171a1e' stroke-width='1.15' stroke-linejoin='round' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.25 1.01l-2.2 2.2Z'/%3E%3C/svg%3E")!important;
}

/* v107 — prevent iOS Safari auto-zoom when typing in franchise search */
@media (max-width: 700px){
  .practice-search-wrap input{
    font-size:16px!important;
  }
}

/* v108 — experimental premium desktop hero */
@media (min-width: 901px){
  .hero{
    min-height:100svh!important;
    background:
      radial-gradient(900px 560px at 14% 48%,rgba(34,63,92,.19),transparent 68%),
      radial-gradient(760px 520px at 86% 28%,rgba(199,164,90,.105),transparent 67%),
      linear-gradient(118deg,#080c11 0%,#0b1118 42%,#101721 100%)!important;
  }
  .hero:before{
    content:"";
    position:absolute;
    z-index:1;
    width:720px;
    height:720px;
    right:-345px;
    top:48%;
    transform:translateY(-48%);
    border:1px solid rgba(234,212,158,.09);
    border-radius:50%;
    box-shadow:
      0 0 0 90px rgba(234,212,158,.018),
      0 0 0 180px rgba(234,212,158,.012);
    pointer-events:none;
  }
  .hero:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:min(1180px,calc(100% - 48px));
    height:1px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,transparent,rgba(234,212,158,.35) 30%,rgba(255,255,255,.09) 72%,transparent);
    z-index:3;
  }
  .hero .grid-overlay{
    opacity:.55;
    background-size:84px 84px!important;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.16) 72%,transparent 96%)!important;
  }
  .hero .glow-one{opacity:.15!important;right:-180px!important;top:110px!important}
  .hero .glow-two{opacity:.19!important;left:-210px!important;bottom:-180px!important}

  .hero-content{
    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
    gap:72px!important;
    padding-top:74px!important;
    padding-bottom:84px!important;
    align-items:center!important;
  }
  .hero-copy{
    position:relative;
    padding:12px 0 14px 0;
  }
  .hero-copy:before{
    content:attr(data-hero-kicker);
    display:flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    margin:0 0 25px;
    padding:8px 12px 8px 11px;
    border:1px solid rgba(234,212,158,.19);
    border-radius:999px;
    background:rgba(234,212,158,.035);
    color:rgba(234,212,158,.78);
    font-size:10px;
    line-height:1;
    font-weight:400;
    letter-spacing:.15em;
    white-space:nowrap;
  }
  .hero-copy h1{
    max-width:690px!important;
    font-size:clamp(53px,4.65vw,70px)!important;
    line-height:1.015!important;
    letter-spacing:-.052em!important;
    text-wrap:balance;
  }
  .hero-copy h1 span{
    position:relative;
    color:#ead49e!important;
    text-shadow:0 0 32px rgba(199,164,90,.09);
  }
  .hero-copy .lead{
    position:relative;
    max-width:625px!important;
    margin-top:27px!important;
    padding-left:0;
    color:#aeb8c4!important;
    font-size:16px!important;
    line-height:1.72!important;
  }
  .hero-copy .lead:before{content:none!important;}

  .hero-copy .credentials{
    grid-template-columns:auto auto!important;
    justify-content:start;
    gap:11px!important;
    margin-top:31px!important;
    max-width:none!important;
  }
  .hero-copy .credential-stack{width:235px!important}
  .hero-copy .credential-card{
    min-height:78px!important;
    padding:15px 19px!important;
    gap:13px!important;
    border-radius:15px!important;
    border-color:rgba(255,255,255,.09)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 16px 42px rgba(0,0,0,.12)!important;
  }
  .hero-copy .credential-number{font-size:35px!important}
  .hero-copy .credential-icon{width:42px!important;height:42px!important;border-radius:12px!important}
  .hero-copy .credential-icon.map svg{width:22px!important;height:22px!important}
  .hero-copy .credential-kicker{font-size:9px!important;letter-spacing:.14em!important}
  .hero-copy .credential-text strong{font-size:13px!important;white-space:nowrap}

  .hero-messages{
    height:500px!important;
    padding:18px 18px 16px!important;
    border:1px solid rgba(255,255,255,.095);
    border-radius:28px;
    background:
      linear-gradient(160deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 48%,rgba(199,164,90,.022)),
      rgba(8,13,19,.56);
    box-shadow:
      0 34px 90px rgba(0,0,0,.32),
      inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    overflow:hidden;
  }
  .hero-messages:before{
    inset:auto -90px -130px auto!important;
    width:330px;
    height:330px;
    border-radius:50%!important;
    background:radial-gradient(circle,rgba(199,164,90,.105),transparent 66%)!important;
    filter:blur(2px)!important;
  }
  .hero-messages:after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:49px;
    height:1px;
    background:linear-gradient(90deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
    pointer-events:none;
  }
  .hero-messages-head{
    min-height:31px;
    padding:0 3px 14px!important;
    color:#6e7b88!important;
    font-size:8px!important;
    letter-spacing:.13em!important;
  }
  .hero-messages-status{
    color:#aab5bf!important;
    font-weight:700!important;
  }
  .hero-messages-window{
    height:424px!important;
    padding:20px 2px 7px!important;
  }
  .hero-chat-message{
    border:1px solid rgba(255,255,255,.065)!important;
    border-radius:16px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.046),rgba(255,255,255,.018))!important;
    box-shadow:0 10px 26px rgba(0,0,0,.12)!important;
  }
  .hero-chat-message:hover{
    border-color:rgba(234,212,158,.16)!important;
    transform:translateY(-1px);
  }
}

/* v110 — hero cards, typical situations and help CTA */
@media (min-width: 781px){
  .hero-copy .credentials{
    grid-template-columns:repeat(2, 270px)!important;
    gap:13px!important;
  }
  .hero-copy .credential-stack{
    width:270px!important;
    height:88px!important;
  }
  .hero-copy .credential-card{
    width:100%!important;
    height:88px!important;
    min-height:88px!important;
    box-sizing:border-box!important;
  }

  .hero-messages-column{
    display:flex;
    flex-direction:column;
    gap:14px;
    min-width:0;
  }
  .hero-messages{
    height:430px!important;
  }
  .hero-messages-window{
    height:354px!important;
  }
  .hero-messages-head{
    justify-content:flex-start!important;
  }
  .hero-messages-status{
    font-size:10px!important;
    letter-spacing:.12em!important;
    font-weight:500!important;
    color:#c3cbd3!important;
  }
  .hero-help-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    min-height:54px;
    padding:0 24px;
    border:1px solid rgba(234,212,158,.34);
    border-radius:16px;
    background:linear-gradient(135deg,#ead49e,#c9a75e);
    color:#11161c;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    letter-spacing:.01em;
    box-shadow:0 18px 44px rgba(0,0,0,.22),0 8px 28px rgba(199,164,90,.12);
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
  }
  .hero-help-button i{
    font-size:12px;
    transition:transform .2s ease;
  }
  .hero-help-button:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 52px rgba(0,0,0,.26),0 10px 34px rgba(199,164,90,.18);
    filter:brightness(1.035);
  }
  .hero-help-button:hover i{transform:translateX(3px)}
}

@media (max-width:780px){
  .hero-messages-column{display:contents}
  .hero-help-button{display:none}
}

/* v111 — wider situations panel + slimmer refined help button */
@media (min-width: 901px){
  .hero-content{
    grid-template-columns:minmax(0,1fr) 460px!important;
    gap:62px!important;
  }
  .hero-messages-column{
    width:460px!important;
    max-width:460px!important;
    justify-self:end!important;
  }
  .hero-messages{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
  .hero-help-button{
    width:100%!important;
    min-height:46px!important;
    height:46px!important;
    box-sizing:border-box!important;
    padding:0 18px!important;
    border-radius:14px!important;
    border:1px solid rgba(234,212,158,.27)!important;
    background:
      linear-gradient(135deg,rgba(234,212,158,.10),rgba(234,212,158,.035)),
      rgba(11,17,24,.78)!important;
    color:#ead49e!important;
    font-size:13px!important;
    font-weight:600!important;
    letter-spacing:.025em!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 30px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .hero-help-button i{
    width:25px;
    height:25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-left:2px;
    background:rgba(234,212,158,.10);
    border:1px solid rgba(234,212,158,.18);
    font-size:10px!important;
  }
  .hero-help-button:hover{
    transform:translateY(-1px)!important;
    background:
      linear-gradient(135deg,rgba(234,212,158,.15),rgba(234,212,158,.055)),
      rgba(11,17,24,.84)!important;
    border-color:rgba(234,212,158,.42)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 16px 36px rgba(0,0,0,.22)!important;
    filter:none!important;
  }
}


/* v112 — longer credential cards + contact modal */
@media (min-width: 901px){
  .hero-copy .credentials{
    grid-template-columns:repeat(2, 292px)!important;
  }
  .hero-copy .credential-stack{
    width:292px!important;
  }
  .hero-help-button{
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    font-family:inherit;
  }
}

.contact-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.contact-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.contact-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,8,13,.76);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}
.contact-modal-dialog{
  position:relative;
  z-index:1;
  width:min(480px,100%);
  box-sizing:border-box;
  padding:42px 38px 36px;
  border:1px solid rgba(234,212,158,.26);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 0%,rgba(234,212,158,.10),transparent 40%),
    linear-gradient(145deg,rgba(24,32,40,.98),rgba(10,16,22,.99));
  box-shadow:0 34px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05);
  text-align:center;
  transform:translateY(12px) scale(.985);
  transition:transform .22s ease;
}
.contact-modal.is-open .contact-modal-dialog{transform:none}
.contact-modal-close{
  position:absolute;
  top:15px;
  right:17px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.05);
  color:#aeb6be;
  font:300 27px/30px Arial,sans-serif;
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.contact-modal-close:hover{background:rgba(255,255,255,.09);color:#fff}
.contact-modal-kicker{
  margin-bottom:9px;
  color:#d5b974;
  font-size:10px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.contact-modal h2{
  margin:0 0 14px;
  color:#fff;
  font-size:30px;
  line-height:1.15;
  font-weight:650;
}
.contact-modal-text{
  max-width:390px;
  margin:0 auto 26px;
  color:#b8c1c9;
  font-size:15px;
  line-height:1.65;
}
.contact-modal-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  margin:0 auto 18px;
  color:#f3e3b8;
  font-size:22px;
  font-weight:650;
  text-decoration:none;
}
.contact-modal-phone i{font-size:16px}
.contact-modal-socials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.contact-modal-social{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#eef2f5;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.contact-modal-social:hover{
  transform:translateY(-1px);
  border-color:rgba(234,212,158,.30);
  background:rgba(234,212,158,.07);
}
.contact-modal-social--telegram i{font-size:19px;color:#e8d3a0}
.contact-modal-max-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}
.contact-modal-max-icon img{width:20px;height:20px;display:block;object-fit:contain}
body.contact-modal-open{overflow:hidden}

@media (max-width:780px){
  .contact-modal{padding:16px}
  .contact-modal-dialog{padding:38px 20px 24px;border-radius:20px}
  .contact-modal h2{font-size:26px}
  .contact-modal-text{font-size:14px}
  .contact-modal-phone{font-size:20px}
}

/* v113 — Telegram icon in contact modal */
.contact-modal-social--telegram i{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:radial-gradient(circle at center,#fff 0 62%,#229ED9 63% 100%);
  color:#229ED9;
  font-size:11px;
  line-height:1;
  overflow:hidden;
}

/* v114b — Telegram icon: no white circle, larger blue glyph */
.contact-modal-social--telegram i{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:0!important;
  background:none!important;
  background-image:none!important;
  color:#229ED9!important;
  font-size:27px!important;
  line-height:1!important;
  overflow:visible!important;
  box-shadow:none!important;
}
.contact-modal-social--telegram i::before{
  background:none!important;
}

/* v115 — subtle Telegram sizing + lower desktop situation messages */
.contact-modal-social--telegram i{
  font-size:25px!important;
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
}
@media (min-width: 781px){
  .hero-messages-window{
    padding-top:25px!important;
  }
}


/* v118 — shorter hero title on mobile only */
.hero-title-mobile{display:none;}
@media (max-width:900px){
  .hero-title-desktop{display:none!important;}
  .hero-title-mobile{display:inline!important;}
}

/* v119 — mobile hero title/lead */
.hero-lead-mobile{display:none;}
@media (max-width: 768px){
  .hero-title-mobile{color:#fff!important;}
  .hero-title-mobile > span{color:var(--accent,#d7b56d)!important;}
  .hero-lead-desktop{display:none!important;}
  .hero-lead-mobile{display:inline!important;}
}

/* v122 — mobile hero cleanup */
@media (max-width: 760px){
  .hero-title-desktop,
  .hero-lead-desktop{display:none!important;}

  .hero-title-mobile{display:inline!important;color:#fff!important;}
  .hero-title-mobile > span{color:var(--accent,#d7b56d)!important;}

  .hero-lead-mobile{display:inline!important;}
}


/* v123 — desktop hero title colors */
@media (min-width: 901px){
  .hero-title-desktop{color:#fff!important;}
  .hero-title-desktop > span{color:var(--accent,#d7b56d)!important;}
}

/* v124 — force first desktop hero title part white */
@media (min-width: 901px){
  .hero-copy h1 > .hero-title-desktop{color:#fff!important;}
  .hero-copy h1 > .hero-title-desktop > span{color:var(--accent,#d7b56d)!important;}
}

/* v126 — compact mobile hero after reducing situations to two */
@media (max-width:780px){
  .hero-content{
    gap:14px!important;
  }
  .hero-messages{
    height:172px!important;
    min-height:172px!important;
  }
  .hero-messages-window{
    height:150px!important;
    min-height:150px!important;
    padding:8px 0!important;
  }
}

/* v127: mobile scroll-down cue on the first screen */
@media (max-width: 767px) {
  .hero {
    position: relative;
  }

  .hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.88);
    border-bottom: 2px solid rgba(255, 255, 255, 0.88);
    transform: translateX(-50%) rotate(45deg);
    pointer-events: none;
    z-index: 5;
    animation: heroScrollCue 1.7s ease-in-out infinite;
  }

  @keyframes heroScrollCue {
    0%, 100% {
      transform: translateX(-50%) translateY(-2px) rotate(45deg);
      opacity: 0.45;
    }
    50% {
      transform: translateX(-50%) translateY(5px) rotate(45deg);
      opacity: 1;
    }
  }
}





/* v133: desktop scroll arrow — clean + animated */
@media (min-width: 769px) {
  .hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 13px;
    height: 13px;
    border: 0 !important;
    border-right: 2px solid rgba(255,255,255,.9) !important;
    border-bottom: 2px solid rgba(255,255,255,.9) !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: translateX(-50%) rotate(45deg);
    animation: heroScrollArrowDesktop 1.5s ease-in-out infinite !important;
    z-index: 3;
    pointer-events: none;
  }

  @keyframes heroScrollArrowDesktop {
    0%, 100% {
      transform: translateX(-50%) translateY(0) rotate(45deg);
      opacity: .45;
    }
    50% {
      transform: translateX(-50%) translateY(7px) rotate(45deg);
      opacity: 1;
    }
  }
}


/* v134 — centered desktop header navigation */
html{
  scroll-behavior:smooth;
}

@media (min-width: 781px){
  .topbar{
    position:relative!important;
  }

  .desktop-header-nav{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    white-space:nowrap;
    z-index:2;
  }

  .desktop-header-nav__link{
    color:rgba(255,255,255,.78);
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    letter-spacing:.01em;
    line-height:1;
    transition:color .2s ease, opacity .2s ease;
  }

  .desktop-header-nav__link:hover,
  .desktop-header-nav__link:focus-visible{
    color:#fff;
  }
}

/* Hide links from the end as the desktop width narrows */
@media (max-width: 1100px) and (min-width: 781px){
  .desktop-header-nav__link--reviews{
    display:none;
  }
}

@media (max-width: 960px) and (min-width: 781px){
  .desktop-header-nav__link--cases{
    display:none;
  }
}

/* Mobile header remains unchanged */
@media (max-width: 780px){
  .desktop-header-nav{
    display:none!important;
  }
}


/* v135 — add price link; progressive hide order */
@media (max-width: 1180px) and (min-width: 781px){
  .desktop-header-nav__link--price{
    display:none;
  }
}


/* v137 — force desktop nav visual order */
@media (min-width: 781px){
  .desktop-header-nav__link--franchises{ order:1!important; }
  .desktop-header-nav__link--cases{ order:2!important; }
  .desktop-header-nav__link--reviews{ order:3!important; }
  .desktop-header-nav__link--price{ order:4!important; }
}


/* v141 — FAQ inside assessment */
.assessment-faq{margin-top:34px;padding:28px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:radial-gradient(circle at 96% 0%,rgba(196,156,92,.11),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:0 22px 60px rgba(0,0,0,.16);overflow:hidden}
.assessment-faq-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:34px;align-items:end;margin-bottom:18px}
.assessment-faq-kicker{display:block;margin-bottom:7px;color:#c9a96e;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.assessment-faq-head h3{margin:0;color:#fff;font-size:clamp(25px,2.5vw,36px);line-height:1.08;letter-spacing:-.035em}
.assessment-faq-head p{margin:0;color:rgba(255,255,255,.55);font-size:13px;line-height:1.65}
.faq-accordion{border-top:1px solid rgba(255,255,255,.10)}
.faq-item{border-bottom:1px solid rgba(255,255,255,.09)}
.faq-item summary{list-style:none;display:grid;grid-template-columns:42px minmax(0,1fr) 34px;gap:14px;align-items:center;min-height:72px;padding:10px 2px;cursor:pointer;user-select:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-number{color:rgba(201,169,110,.72);font-size:11px;letter-spacing:.10em;font-variant-numeric:tabular-nums}
.faq-question{color:rgba(255,255,255,.92);font-size:15px;font-weight:600;line-height:1.45;transition:color .2s ease}
.faq-toggle{position:relative;width:30px;height:30px;border:1px solid rgba(255,255,255,.12);border-radius:50%;justify-self:end;transition:border-color .2s ease,background .2s ease}
.faq-toggle::before,.faq-toggle::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;border-radius:2px;background:#c9a96e;transform:translate(-50%,-50%);transition:transform .22s ease}
.faq-toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] .faq-toggle{background:rgba(201,169,110,.08);border-color:rgba(201,169,110,.28)}
.faq-item[open] .faq-toggle::after{transform:translate(-50%,-50%) rotate(0)}
.faq-item[open] .faq-question{color:#fff}
.faq-answer{padding:0 50px 22px 56px}
.faq-answer p{margin:0;max-width:920px;color:rgba(255,255,255,.62);font-size:14px;line-height:1.72}
@media(hover:hover){.faq-item summary:hover .faq-question{color:#fff}.faq-item summary:hover .faq-toggle{border-color:rgba(201,169,110,.35)}}
@media(max-width:780px){.assessment-faq{margin-top:22px;padding:20px 16px 8px;border-radius:20px}.assessment-faq-head{grid-template-columns:1fr;gap:9px;margin-bottom:14px}.assessment-faq-head h3{font-size:25px}.assessment-faq-head p{max-width:34em;font-size:12.5px}.faq-item summary{grid-template-columns:30px minmax(0,1fr) 32px;gap:9px;min-height:68px;padding:10px 0}.faq-number{font-size:10px}.faq-question{font-size:14px;line-height:1.42}.faq-toggle{width:28px;height:28px}.faq-answer{padding:0 36px 19px 39px}.faq-answer p{font-size:13px;line-height:1.65}}


/* v144 — assessment trends 2026 */
.practice-trends{
  position:relative;
  margin-top:34px;
  padding:30px 30px 28px;
  border:1px solid rgba(199,164,90,.14);
  border-radius:22px;
  background:
    radial-gradient(circle at 92% 8%,rgba(199,164,90,.10),transparent 27%),
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.014));
  overflow:hidden;
}
.practice-trends:before{
  content:"2026";
  position:absolute;
  right:18px;
  top:-17px;
  color:rgba(255,255,255,.028);
  font-size:92px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.07em;
  pointer-events:none;
}
.practice-trends-head{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:34px;
  align-items:end;
  margin-bottom:26px;
}
.practice-trends-kicker{
  display:block;
  margin-bottom:7px;
  color:#cfae72;
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.practice-trends-head h3{
  margin:0;
  color:#f3f5f7;
  font-size:28px;
  line-height:1.05;
  font-weight:850;
  letter-spacing:-.04em;
}
.practice-trends-head>p{
  max-width:430px;
  margin:0;
  color:#87929f;
  font-size:12px;
  line-height:1.5;
}
.practice-trends-line{
  position:absolute;
  left:30px;
  right:30px;
  top:122px;
  height:1px;
  background:linear-gradient(90deg,rgba(199,164,90,.06),rgba(199,164,90,.34),rgba(199,164,90,.10));
}
.practice-trends-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
}
.practice-trend{
  position:relative;
  min-width:0;
  padding:27px 27px 5px 0;
}
.practice-trend+.practice-trend{
  padding-left:27px;
  border-left:1px solid rgba(255,255,255,.07);
}
.practice-trend-num{
  position:absolute;
  right:22px;
  top:28px;
  color:rgba(207,174,114,.48);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
}
.practice-trend:last-child .practice-trend-num{right:0}
.practice-trend-mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:17px;
  border:1px solid rgba(199,164,90,.19);
  border-radius:12px;
  background:rgba(199,164,90,.075);
  color:#d5b77d;
  font-size:15px;
}
.practice-trend h4{
  max-width:250px;
  margin:0 0 8px;
  color:#edf0f3;
  font-size:15px;
  line-height:1.28;
  font-weight:750;
  letter-spacing:-.018em;
}
.practice-trend p{
  max-width:285px;
  margin:0;
  color:#a0a9b3;
  font-size:12px;
  line-height:1.55;
  font-weight:400;
}
@media(max-width:900px){
  .practice-trends{padding:26px 24px 24px}
  .practice-trends-line{left:24px;right:24px;top:116px}
  .practice-trends-head{gap:24px}
  .practice-trend{padding-right:20px}
  .practice-trend+.practice-trend{padding-left:20px}
}
@media(max-width:700px){
  .practice-trends{margin-top:24px;padding:22px 18px 18px;border-radius:18px}
  .practice-trends:before{right:8px;top:-8px;font-size:66px}
  .practice-trends-head{display:block;margin-bottom:16px}
  .practice-trends-head h3{font-size:24px}
  .practice-trends-head>p{max-width:none;margin-top:8px;font-size:11.5px}
  .practice-trends-line{display:none}
  .practice-trends-grid{grid-template-columns:1fr}
  .practice-trend,.practice-trend+.practice-trend{padding:16px 2px 16px 0;border-left:0;border-top:1px solid rgba(255,255,255,.07)}
  .practice-trend:first-child{border-top:0;padding-top:10px}
  .practice-trend-num,.practice-trend:last-child .practice-trend-num{right:2px;top:18px}
  .practice-trend:first-child .practice-trend-num{top:12px}
  .practice-trend-mark{width:34px;height:34px;margin-bottom:11px;border-radius:10px;font-size:13px}
  .practice-trend h4{max-width:calc(100% - 48px);font-size:14px;margin-bottom:5px}
  .practice-trend p{max-width:none;font-size:11.8px;line-height:1.5}
}


/* v145 — emphasized author note in Trends 2026 */
.practice-trends-head>p{
  position:relative;
  max-width:465px;
  padding:13px 16px 13px 19px;
  border-left:2px solid #cfae72;
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,rgba(199,164,90,.09),rgba(199,164,90,.025));
  color:rgba(243,245,247,.88);
  font-size:13px;
  line-height:1.58;
  font-weight:560;
  letter-spacing:-.01em;
  box-shadow:inset 0 0 0 1px rgba(199,164,90,.035);
}
.practice-trends-head>p:before{
  content:"";
  position:absolute;
  left:-5px;
  top:17px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#cfae72;
  box-shadow:0 0 0 4px rgba(207,174,114,.10);
}
@media(max-width:780px){
  .practice-trends-head>p{
    margin-top:13px;
    padding:12px 14px 12px 17px;
    max-width:none;
    font-size:12.5px;
    line-height:1.55;
  }
}


/* v146 — editorial statement in Trends 2026 */
.practice-trends-head{
  display:block;
  margin-bottom:0;
}
.practice-trends-statement{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:54px minmax(0,820px);
  gap:20px;
  align-items:start;
  margin:23px 0 29px;
}
.practice-trends-statement-line{
  display:block;
  width:54px;
  height:2px;
  margin-top:14px;
  border-radius:2px;
  background:linear-gradient(90deg,#cfae72,rgba(207,174,114,.18));
}
.practice-trends-statement p{
  margin:0;
  color:#eef1f4;
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.5;
  font-weight:610;
  letter-spacing:-.022em;
  text-wrap:balance;
}
.practice-trends-head>p{display:none!important}
.practice-trends-line{top:166px}
@media(max-width:900px){
  .practice-trends-line{top:160px}
}
@media(max-width:700px){
  .practice-trends-statement{
    grid-template-columns:34px 1fr;
    gap:12px;
    margin:17px 0 18px;
  }
  .practice-trends-statement-line{
    width:34px;
    margin-top:11px;
  }
  .practice-trends-statement p{
    font-size:15px;
    line-height:1.5;
    letter-spacing:-.015em;
  }
}


/* v148 — simple side statement in Trends 2026 */
.practice-trends-head{
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(360px,1.28fr);
  gap:36px;
  align-items:center;
  margin-bottom:26px;
}
.practice-trends-statement{
  position:relative;
  z-index:1;
  display:block;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  overflow:visible;
}
.practice-trends-statement:before,
.practice-trends-statement:after{display:none!important}
.practice-trends-statement p{
  position:relative;
  z-index:1;
  margin:0;
  color:rgba(244,246,248,.92);
  font-size:15px;
  line-height:1.55;
  font-weight:560;
  letter-spacing:-.012em;
  text-wrap:pretty;
  max-width:560px;
}
.practice-trends-statement-line{display:none!important}
.practice-trends-line{top:108px}
@media(max-width:900px){
  .practice-trends-head{grid-template-columns:minmax(190px,.65fr) minmax(320px,1.35fr);gap:24px}
  .practice-trends-statement p{font-size:14px;line-height:1.52}
  .practice-trends-line{top:104px}
}
@media(max-width:700px){
  .practice-trends-head{display:block;margin-bottom:16px}
  .practice-trends-statement{margin-top:12px}
  .practice-trends-statement p{font-size:13.5px;line-height:1.5}
  .practice-trends-line{display:none}
}

/* v37 — premium court-practice archive */
.court-practice{padding:118px 0 128px!important;background:linear-gradient(180deg,#0a1017 0%,#0c131b 48%,#091017 100%)!important;}
.court-practice:before{background:radial-gradient(circle at 86% 10%,rgba(199,164,90,.075),transparent 26%),radial-gradient(circle at 8% 70%,rgba(82,112,142,.065),transparent 28%)!important;}

.court-practice-hero{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.55fr);
  gap:64px;
  align-items:end;
  margin-bottom:52px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.court-practice-heading{display:flex;align-items:flex-start;gap:22px;min-width:0;}
.court-practice-heading .section-number{margin-top:7px;flex:0 0 auto;}
.court-practice-heading .section-label{margin:0 0 10px!important;}
.court-practice-heading h2{margin:0;max-width:760px;color:#f4f1ea;font-size:clamp(38px,4.6vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:420;}
.court-practice-subtitle{max-width:700px;margin:20px 0 0!important;color:#aeb7c1!important;font-size:15px!important;line-height:1.7!important;letter-spacing:-.01em;}

.court-practice-stat{justify-self:end;width:100%;max-width:300px;padding-left:22px;border-left:1px solid rgba(224,190,111,.38);}
.court-stat-label{display:block;margin-bottom:10px;color:#d8c79d;font-size:10px;line-height:1.2;letter-spacing:.18em;text-transform:uppercase;}
.court-stat-row{display:flex;align-items:flex-end;gap:9px;white-space:nowrap;}
.court-stat-row strong{color:#f0cf7c;font-size:54px;line-height:.85;font-weight:350;letter-spacing:-.05em;}
.court-stat-row span{padding-bottom:4px;color:#d7dce1;font-size:14px;line-height:1.1;}
.court-stat-note{display:block;margin-top:12px;color:#7f8a95;font-size:11px;line-height:1.45;}

.court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 22px!important;padding-top:0!important;}
.court-doc{display:flex!important;flex-direction:column!important;gap:0!important;padding:0!important;text-decoration:none!important;transform:none!important;}
.court-doc-preview{padding:12px 12px 0!important;border-radius:12px 12px 0 0!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;border:1px solid rgba(255,255,255,.085)!important;border-bottom:0!important;overflow:visible!important;}
.court-doc-preview:before,.court-doc-preview:after{display:none!important;content:none!important;}
.court-side-sheet{display:none!important;}
.court-doc-preview img{width:100%!important;border-radius:5px 5px 1px 1px!important;box-shadow:0 16px 34px rgba(0,0,0,.30)!important;transition:transform .28s ease,box-shadow .28s ease!important;}
.court-doc-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:15px 15px 16px!important;border:1px solid rgba(255,255,255,.085)!important;border-top:0!important;border-radius:0 0 12px 12px!important;background:rgba(255,255,255,.025)!important;transition:background .25s ease,border-color .25s ease!important;}
.court-doc-meta-text{display:flex;flex-direction:column;gap:4px;min-width:0;}
.court-doc-meta-text small{color:#727f8b;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.14em;}
.court-doc-meta-text strong{color:#e5e8eb;font-size:12px;line-height:1.25;font-weight:430;letter-spacing:-.01em;}
.court-doc-open{display:flex;align-items:center;gap:7px;flex:0 0 auto;color:#d8c277;font-size:10px;line-height:1;letter-spacing:.04em;}
.court-doc-open i{font-style:normal;font-size:14px;transition:transform .22s ease;}
.court-doc:hover{transform:translateY(-4px)!important;}
.court-doc:hover .court-doc-preview img{transform:translateY(-2px)!important;box-shadow:0 22px 42px rgba(0,0,0,.38)!important;}
.court-doc:hover .court-doc-meta{background:rgba(199,164,90,.055)!important;border-color:rgba(224,190,111,.24)!important;}
.court-doc:hover .court-doc-open i{transform:translate(2px,-2px);}

.court-practice-actions{margin-top:38px!important;}

@media(max-width:1180px){
  .court-practice-hero{grid-template-columns:minmax(0,1fr) 250px;gap:42px;}
  .court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px 18px!important;}
}
@media(max-width:860px){
  .court-practice{padding:88px 0 96px!important;}
  .court-practice-hero{grid-template-columns:1fr;gap:26px;margin-bottom:38px;padding-bottom:28px;}
  .court-practice-stat{justify-self:start;max-width:none;padding:17px 0 0;border-left:0;border-top:1px solid rgba(224,190,111,.28);}
  .court-stat-row strong{font-size:42px;}
  .court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 16px!important;}
}
@media(max-width:620px){
  .court-practice{padding:72px 0 80px!important;}
  .court-practice-heading{gap:13px;}
  .court-practice-heading .section-number{margin-top:4px;}
  .court-practice-heading h2{font-size:36px;line-height:1.02;}
  .court-practice-subtitle{margin-top:15px!important;font-size:13px!important;line-height:1.6!important;}
  .court-practice-hero{margin-bottom:30px;padding-bottom:23px;}
  .court-stat-label{font-size:9px;}
  .court-stat-row strong{font-size:38px;}
  .court-stat-row span{font-size:12px;}
  .court-stat-note{font-size:10px;}
  .court-practice-grid{gap:16px 10px!important;}
  .court-doc-preview{padding:7px 7px 0!important;border-radius:9px 9px 0 0!important;}
  .court-doc-meta{padding:11px 10px 12px!important;border-radius:0 0 9px 9px!important;}
  .court-doc-meta-text small{font-size:7.5px;letter-spacing:.1em;}
  .court-doc-meta-text strong{font-size:9.5px;}
  .court-doc-open span{display:none;}
  .court-doc-open i{font-size:13px;}
  .court-doc:hover{transform:none!important;}
  .court-doc:hover .court-doc-preview img{transform:none!important;}
}

/* v38 — court practice as a single framed showcase */
.court-practice-grid{
  position:relative;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:28px 22px!important;
  padding:34px 34px 36px!important;
  border:1px solid rgba(214,188,126,.22)!important;
  border-radius:20px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.012)),
    radial-gradient(circle at 50% -20%,rgba(206,174,104,.055),transparent 42%),
    #0a1118!important;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.012),0 24px 70px rgba(0,0,0,.18)!important;
}
.court-practice-grid:before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(255,255,255,.035);
  border-radius:14px;
  pointer-events:none;
}
.court-doc{
  align-items:center!important;
  min-width:0!important;
}
.court-doc-preview{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  width:100%!important;
  padding:17px 14px 0!important;
  border:0!important;
  border-radius:10px 10px 0 0!important;
  background:rgba(255,255,255,.018)!important;
  box-shadow:none!important;
}
.court-doc-preview img{
  width:82%!important;
  max-width:168px!important;
  margin:0 auto!important;
  border-radius:3px 3px 1px 1px!important;
  box-shadow:0 12px 26px rgba(0,0,0,.34)!important;
  filter:brightness(.93) contrast(.98)!important;
}
.court-doc-meta{
  width:100%!important;
  min-height:54px!important;
  padding:12px 13px 13px!important;
  border:0!important;
  border-top:1px solid rgba(255,255,255,.055)!important;
  border-radius:0 0 10px 10px!important;
  background:rgba(255,255,255,.018)!important;
}
.court-doc-meta-text small{color:#66717b!important;}
.court-doc-meta-text strong{color:#cbd1d6!important;font-size:11px!important;font-weight:420!important;}
.court-doc-open{color:#ae9c6d!important;font-size:9px!important;opacity:.82;}
.court-doc:hover{transform:translateY(-2px)!important;}
.court-doc:hover .court-doc-preview img{transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(0,0,0,.40)!important;filter:brightness(.98) contrast(1)!important;}
.court-doc:hover .court-doc-meta{background:rgba(255,255,255,.028)!important;border-color:rgba(214,188,126,.13)!important;}

@media(max-width:1180px){
  .court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:30px!important;gap:25px 18px!important;}
}
@media(max-width:860px){
  .court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:24px!important;gap:22px 15px!important;border-radius:17px!important;}
  .court-doc-preview img{width:84%!important;max-width:156px!important;}
}
@media(max-width:620px){
  .court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:15px!important;gap:15px 10px!important;border-radius:14px!important;}
  .court-practice-grid:before{inset:5px;border-radius:10px;}
  .court-doc-preview{padding:11px 8px 0!important;}
  .court-doc-preview img{width:78%!important;max-width:132px!important;}
  .court-doc-meta{min-height:46px!important;padding:9px 9px 10px!important;}
  .court-doc-meta-text strong{font-size:9px!important;}
}

/* v39 — compact aligned court decisions */
.court-practice-grid{
  gap:18px 12px!important;
  padding:28px 26px 30px!important;
  align-items:start!important;
}
.court-doc{
  align-self:start!important;
  justify-content:flex-start!important;
  gap:0!important;
  transform:none!important;
}
.court-doc-preview{
  height:218px!important;
  min-height:218px!important;
  padding:10px 8px 0!important;
  align-items:flex-start!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.012)!important;
}
.court-doc-preview img{
  display:block!important;
  width:auto!important;
  height:202px!important;
  max-width:100%!important;
  max-height:202px!important;
  object-fit:contain!important;
  object-position:top center!important;
  margin:0 auto!important;
}
.court-doc-meta{
  display:none!important;
}
.court-doc:hover{
  transform:none!important;
}
.court-doc:hover .court-doc-preview img{
  transform:none!important;
}

@media(max-width:1180px){
  .court-practice-grid{gap:16px 11px!important;padding:25px 22px 27px!important;}
  .court-doc-preview{height:205px!important;min-height:205px!important;}
  .court-doc-preview img{height:189px!important;max-height:189px!important;}
}
@media(max-width:860px){
  .court-practice-grid{gap:14px 10px!important;padding:20px!important;}
  .court-doc-preview{height:190px!important;min-height:190px!important;}
  .court-doc-preview img{height:174px!important;max-height:174px!important;}
}
@media(max-width:620px){
  .court-practice-grid{gap:11px 8px!important;padding:13px!important;}
  .court-doc-preview{height:176px!important;min-height:176px!important;padding:8px 5px 0!important;}
  .court-doc-preview img{height:162px!important;max-height:162px!important;}
}

/* v40 — strict two-row aligned court grid */
.court-practice-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:218px!important;
  align-items:stretch!important;
  gap:12px!important;
}
.court-practice-grid .court-doc{
  height:218px!important;
  min-height:218px!important;
  max-height:218px!important;
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.court-practice-grid .court-doc-preview{
  width:100%!important;
  height:218px!important;
  min-height:218px!important;
  max-height:218px!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.court-practice-grid .court-doc-preview img{
  width:auto!important;
  height:202px!important;
  max-width:100%!important;
  max-height:202px!important;
  object-fit:contain!important;
  object-position:top center!important;
  margin:0 auto!important;
}
.court-practice-grid .court-doc:nth-child(n+11){display:none!important;}

@media(max-width:1180px){
  .court-practice-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-rows:205px!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    height:205px!important;min-height:205px!important;max-height:205px!important;
  }
  .court-practice-grid .court-doc-preview img{height:189px!important;max-height:189px!important;}
  .court-practice-grid .court-doc:nth-child(n+9){display:none!important;}
}
@media(max-width:860px){
  .court-practice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:190px!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    height:190px!important;min-height:190px!important;max-height:190px!important;
  }
  .court-practice-grid .court-doc-preview img{height:174px!important;max-height:174px!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
}
@media(max-width:620px){
  .court-practice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:176px!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    height:176px!important;min-height:176px!important;max-height:176px!important;
  }
  .court-practice-grid .court-doc-preview img{height:162px!important;max-height:162px!important;}
  .court-practice-grid .court-doc:nth-child(n+5){display:none!important;}
}

/* v41 — flat, aligned court practice grid */
.court-practice-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:32px!important;
  align-items:end!important;
  margin-bottom:34px!important;
}
.court-practice-heading{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.court-practice-heading h2{
  margin:0!important;
  font-size:clamp(38px,4.5vw,62px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  font-weight:800!important;
}
.court-practice-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:202px!important;
  gap:12px!important;
  align-items:stretch!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.court-practice-grid::before,
.court-practice-grid::after{display:none!important;content:none!important;}
.court-practice-grid .court-doc{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  width:100%!important;
  height:202px!important;
  min-height:202px!important;
  max-height:202px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.court-practice-grid .court-doc:nth-child(n){
  margin:0!important;
  transform:none!important;
}
.court-practice-grid .court-doc-preview{
  position:relative!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  width:100%!important;
  height:202px!important;
  min-height:202px!important;
  max-height:202px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.court-practice-grid .court-doc-preview::before,
.court-practice-grid .court-doc-preview::after,
.court-practice-grid .court-side-sheet{display:none!important;content:none!important;}
.court-practice-grid .court-doc-preview img{
  display:block!important;
  width:auto!important;
  height:202px!important;
  max-width:100%!important;
  max-height:202px!important;
  object-fit:contain!important;
  object-position:top center!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.court-practice-grid .court-doc:hover,
.court-practice-grid .court-doc:hover .court-doc-preview,
.court-practice-grid .court-doc:hover .court-doc-preview img{
  transform:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.court-doc-meta{display:none!important;}
.court-practice-grid .court-doc:nth-child(n+11){display:none!important;}
.court-practice-actions{display:none!important;}

@media(max-width:1180px){
  .court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:190px!important;gap:11px!important;}
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:190px!important;min-height:190px!important;max-height:190px!important;}
  .court-practice-grid .court-doc-preview img{height:190px!important;max-height:190px!important;}
  .court-practice-grid .court-doc:nth-child(n+9){display:none!important;}
}
@media(max-width:860px){
  .court-practice-hero{grid-template-columns:1fr!important;gap:18px!important;align-items:start!important;}
  .court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:176px!important;gap:10px!important;}
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:176px!important;min-height:176px!important;max-height:176px!important;}
  .court-practice-grid .court-doc-preview img{height:176px!important;max-height:176px!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
}
@media(max-width:620px){
  .court-practice-heading{grid-template-columns:42px minmax(0,1fr)!important;gap:14px!important;}
  .court-practice-heading h2{font-size:clamp(31px,9vw,42px)!important;}
  .court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:160px!important;gap:9px!important;}
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:160px!important;min-height:160px!important;max-height:160px!important;}
  .court-practice-grid .court-doc-preview img{height:160px!important;max-height:160px!important;}
  .court-practice-grid .court-doc:nth-child(n+5){display:none!important;}
}


/* v42 — compact 2-row court portfolio + court counters */
.court-courts-strip{
  width:100%;
  margin:-8px 0 22px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.court-courts-strip::-webkit-scrollbar{display:none;}
.court-courts-track{
  display:flex;
  align-items:center;
  gap:8px;
  width:max-content;
  min-width:100%;
  padding:1px 0 3px;
}
.court-court-chip{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:36px;
  padding:7px 8px 7px 13px;
  border:1px solid rgba(224,190,111,.28);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:#d6dbe1;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}
.court-court-chip strong{
  display:grid;
  place-items:center;
  min-width:25px;
  height:22px;
  padding:0 6px;
  border-radius:7px;
  background:rgba(224,190,111,.14);
  color:#e8cd8c;
  font-size:11px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}

.court-practice-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:196px!important;
  column-gap:6px!important;
  row-gap:7px!important;
  padding:0!important;
  margin:0!important;
}
.court-practice-grid .court-doc,
.court-practice-grid .court-doc-preview{
  height:196px!important;
  min-height:196px!important;
  max-height:196px!important;
}
.court-practice-grid .court-doc-preview img{
  height:196px!important;
  max-height:196px!important;
}
.court-practice-grid .court-doc:nth-child(n+11){display:none!important;}

@media(max-width:1180px){
  .court-courts-strip{margin-bottom:19px;}
  .court-practice-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-rows:186px!important;
    column-gap:6px!important;row-gap:7px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:186px!important;min-height:186px!important;max-height:186px!important;}
  .court-practice-grid .court-doc-preview img{height:186px!important;max-height:186px!important;}
  .court-practice-grid .court-doc:nth-child(n+9){display:none!important;}
}
@media(max-width:860px){
  .court-courts-strip{margin-top:0;margin-bottom:17px;}
  .court-practice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:172px!important;
    column-gap:5px!important;row-gap:6px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:172px!important;min-height:172px!important;max-height:172px!important;}
  .court-practice-grid .court-doc-preview img{height:172px!important;max-height:172px!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
}
@media(max-width:620px){
  .court-courts-track{gap:6px;}
  .court-court-chip{min-height:33px;padding:6px 7px 6px 11px;border-radius:9px;font-size:11px;}
  .court-court-chip strong{min-width:23px;height:20px;font-size:10px;}
  .court-practice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:157px!important;
    column-gap:5px!important;row-gap:6px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:157px!important;min-height:157px!important;max-height:157px!important;}
  .court-practice-grid .court-doc-preview img{height:157px!important;max-height:157px!important;}
  .court-practice-grid .court-doc:nth-child(n+5){display:none!important;}
}

/* v43 — court chips wrap + denser 6-column portfolio */
.court-courts-strip{
  overflow:visible!important;
  margin:-8px 0 20px!important;
}
.court-courts-track{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  align-content:flex-start!important;
  gap:7px 8px!important;
  width:100%!important;
  min-width:0!important;
  max-height:80px!important;
  overflow:hidden!important;
  padding:1px 0 2px!important;
}
.court-court-chip{
  flex:0 0 auto!important;
}

.court-practice-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-rows:184px!important;
  column-gap:3px!important;
  row-gap:12px!important;
  padding:0 4px 4px!important;
  margin:0!important;
}
.court-practice-grid .court-doc,
.court-practice-grid .court-doc-preview{
  height:184px!important;
  min-height:184px!important;
  max-height:184px!important;
}
.court-practice-grid .court-doc-preview img{
  height:184px!important;
  max-height:184px!important;
}
.court-practice-grid .court-doc:nth-child(n+13){display:none!important;}

@media(max-width:1180px){
  .court-practice-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-auto-rows:180px!important;
    column-gap:3px!important;
    row-gap:12px!important;
    padding:0 4px 4px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:180px!important;min-height:180px!important;max-height:180px!important;}
  .court-practice-grid .court-doc-preview img{height:180px!important;max-height:180px!important;}
  .court-practice-grid .court-doc:nth-child(n+11){display:none!important;}
}
@media(max-width:920px){
  .court-courts-track{max-height:78px!important;gap:6px!important;}
  .court-practice-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-rows:172px!important;
    column-gap:3px!important;
    row-gap:11px!important;
    padding:0 4px 4px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:172px!important;min-height:172px!important;max-height:172px!important;}
  .court-practice-grid .court-doc-preview img{height:172px!important;max-height:172px!important;}
  .court-practice-grid .court-doc:nth-child(n+9){display:none!important;}
}
@media(max-width:700px){
  .court-courts-track{max-height:75px!important;gap:6px!important;}
  .court-practice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:164px!important;
    column-gap:3px!important;
    row-gap:10px!important;
    padding:0 4px 4px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:164px!important;min-height:164px!important;max-height:164px!important;}
  .court-practice-grid .court-doc-preview img{height:164px!important;max-height:164px!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
}
@media(max-width:480px){
  .court-courts-track{max-height:72px!important;gap:5px!important;}
  .court-court-chip{min-height:31px!important;padding:5px 6px 5px 9px!important;font-size:10px!important;gap:6px!important;}
  .court-court-chip strong{min-width:21px!important;height:19px!important;font-size:9px!important;}
  .court-practice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:155px!important;
    column-gap:3px!important;
    row-gap:9px!important;
    padding:0 4px 4px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:155px!important;min-height:155px!important;max-height:155px!important;}
  .court-practice-grid .court-doc-preview img{height:155px!important;max-height:155px!important;}
  .court-practice-grid .court-doc:nth-child(n+5){display:none!important;}
}


/* v44 — fixed court chips + balanced 6x2 practice grid */
.court-courts-strip{
  overflow:visible!important;
  margin:-8px 0 22px!important;
}
.court-courts-track{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  align-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  max-height:none!important;
  overflow:visible!important;
  padding:1px 0 3px!important;
}

.court-practice-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-rows:198px!important;
  column-gap:7px!important;
  row-gap:12px!important;
  padding:0 7px 7px!important;
  margin:0!important;
}
.court-practice-grid .court-doc,
.court-practice-grid .court-doc-preview{
  width:100%!important;
  height:198px!important;
  min-height:198px!important;
  max-height:198px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:8px!important;
  overflow:hidden!important;
  transform:none!important;
}
.court-practice-grid .court-doc-preview img{
  display:block!important;
  width:100%!important;
  height:198px!important;
  max-height:198px!important;
  object-fit:cover!important;
  border:0!important;
  border-radius:8px!important;
  margin:0!important;
  transform:none!important;
}
.court-practice-grid .court-doc:nth-child(n+13){display:none!important;}

@media(max-width:1180px){
  .court-practice-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-auto-rows:194px!important;
    column-gap:7px!important;
    row-gap:12px!important;
    padding:0 7px 7px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:194px!important;min-height:194px!important;max-height:194px!important;}
  .court-practice-grid .court-doc-preview img{height:194px!important;max-height:194px!important;}
  .court-practice-grid .court-doc:nth-child(n+11){display:none!important;}
}
@media(max-width:920px){
  .court-practice-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-rows:184px!important;
    column-gap:7px!important;
    row-gap:12px!important;
    padding:0 7px 7px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:184px!important;min-height:184px!important;max-height:184px!important;}
  .court-practice-grid .court-doc-preview img{height:184px!important;max-height:184px!important;}
  .court-practice-grid .court-doc:nth-child(n+9){display:none!important;}
}
@media(max-width:700px){
  .court-courts-track{gap:6px!important;}
  .court-practice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:174px!important;
    column-gap:6px!important;
    row-gap:10px!important;
    padding:0 6px 6px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:174px!important;min-height:174px!important;max-height:174px!important;}
  .court-practice-grid .court-doc-preview img{height:174px!important;max-height:174px!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
}
@media(max-width:480px){
  .court-practice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:164px!important;
    column-gap:6px!important;
    row-gap:10px!important;
    padding:0 6px 6px!important;
  }
  .court-practice-grid .court-doc,.court-practice-grid .court-doc-preview{height:164px!important;min-height:164px!important;max-height:164px!important;}
  .court-practice-grid .court-doc-preview img{height:164px!important;max-height:164px!important;}
  .court-practice-grid .court-doc:nth-child(n+5){display:none!important;}
}


/* v45 — full-height court previews + always load 12 */
@media (min-width:1181px){
  .court-practice-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-auto-rows:230px!important;
    column-gap:7px!important;
    row-gap:14px!important;
    padding:0 7px 7px!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    height:230px!important;
    min-height:230px!important;
    max-height:230px!important;
  }
  .court-practice-grid .court-doc-preview img{
    width:100%!important;
    height:230px!important;
    max-height:230px!important;
    object-fit:contain!important;
    object-position:center top!important;
    background:#fff!important;
    border-radius:8px!important;
  }
  .court-practice-grid .court-doc:nth-child(n+13){display:none!important;}
}

/* v46 — keep 12 court previews on standard desktop widths */
@media (min-width: 960px){
  .court-practice-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-auto-rows:245px!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    height:245px!important;
    min-height:245px!important;
    max-height:245px!important;
  }
  .court-practice-grid .court-doc-preview img{
    width:100%!important;
    height:245px!important;
    min-height:245px!important;
    max-height:245px!important;
    object-fit:contain!important;
    object-position:center top!important;
  }
  .court-practice-grid .court-doc:nth-child(n){display:block!important;}
  .court-practice-grid .court-doc:nth-child(n+13){display:none!important;}
}


/* v47 — managed court portfolio, 12 initially + 6 on demand */
.court-courts-strip{overflow:visible!important;margin:-8px 0 22px!important}
.court-courts-track{display:flex!important;flex-wrap:wrap!important;align-items:center!important;align-content:flex-start!important;gap:8px!important;max-height:none!important;overflow:visible!important;padding:1px 0 3px!important}
.court-court-chip--supreme{background:linear-gradient(135deg,#332918,#4c3a1e)!important;border-color:#8e7138!important;color:#fff8e8!important;box-shadow:0 5px 16px rgba(75,55,25,.18)!important}
.court-court-chip--supreme strong{background:#d7b56b!important;color:#2d2415!important;border-color:#e8ca87!important}
.court-practice-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:245px!important;column-gap:7px!important;row-gap:14px!important;padding:0 7px 14px!important;margin:0!important}
.court-practice-grid .court-doc{display:block!important;position:relative!important;width:100%!important;height:245px!important;min-height:245px!important;max-height:245px!important;margin:0!important;padding:0!important;border:0!important;border-radius:8px!important;overflow:visible!important;transform:none!important}
.court-practice-grid .court-doc-preview{display:block!important;position:relative!important;width:100%!important;height:245px!important;min-height:245px!important;max-height:245px!important;margin:0!important;padding:0!important;border:0!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;transform:none!important}
.court-practice-grid .court-doc-preview img{display:block!important;width:100%!important;height:245px!important;min-height:245px!important;max-height:245px!important;object-fit:contain!important;object-position:center top!important;margin:0!important;border:0!important;border-radius:8px!important;transform:none!important;background:#fff!important}
.court-practice-grid .court-doc:nth-child(n){display:block!important}
.court-supreme-badge{position:absolute;left:8px;top:8px;z-index:3;display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid rgba(255,231,174,.72);border-radius:999px;background:rgba(50,39,22,.93);box-shadow:0 4px 12px rgba(0,0,0,.18);color:#fff7e3;font:700 10px/1 Manrope,sans-serif;letter-spacing:.02em;backdrop-filter:blur(5px)}
.court-doc--supreme .court-doc-preview{box-shadow:0 0 0 1px rgba(179,143,69,.28),0 8px 24px rgba(74,55,24,.12)!important}
.court-practice-actions{margin-top:4px!important}
@media(max-width:959px){.court-practice-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:184px!important;column-gap:7px!important;row-gap:12px!important;padding:0 7px 12px!important}.court-practice-grid .court-doc,.court-practice-grid .court-doc-preview,.court-practice-grid .court-doc-preview img{height:184px!important;min-height:184px!important;max-height:184px!important}}
@media(max-width:700px){.court-practice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:174px!important;column-gap:6px!important;row-gap:10px!important;padding:0 6px 10px!important}.court-practice-grid .court-doc,.court-practice-grid .court-doc-preview,.court-practice-grid .court-doc-preview img{height:174px!important;min-height:174px!important;max-height:174px!important}.court-supreme-badge{left:6px;top:6px;font-size:9px;padding:0 7px;min-height:22px}}
@media(max-width:480px){.court-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:164px!important;column-gap:6px!important;row-gap:10px!important;padding:0 6px 10px!important}.court-practice-grid .court-doc,.court-practice-grid .court-doc-preview,.court-practice-grid .court-doc-preview img{height:164px!important;min-height:164px!important;max-height:164px!important}}

/* v17 — softer Supreme Court badge on preview */
.court-supreme-badge{
  background:#f7dddd!important;
  border:1px solid #dca8a8!important;
  color:#7f3f3f!important;
  font-weight:400!important;
  box-shadow:none!important;
}

/* v19 — restore court practice "Show more" button */
.court-practice-actions{
  display:flex!important;
  justify-content:center!important;
  margin-top:18px!important;
}
.court-practice-actions .court-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.court-practice-actions .court-more[hidden]{
  display:none!important;
}

/* v20 — Supreme Court case metrics */
.supreme-case-caption{
  margin:17px 0 0;
  color:rgba(255,255,255,.48);
  font-size:11px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.supreme-case-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin-top:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.08);
}
.supreme-case-stat{
  min-height:118px;
  padding:20px 22px 18px;
  background:rgba(10,16,23,.88);
}
.supreme-case-stat strong{
  display:block;
  margin-bottom:9px;
  color:#fff;
  font-size:clamp(20px,1.75vw,27px);
  line-height:1.05;
  font-weight:500;
  letter-spacing:-.025em;
}
.supreme-case-stat span{
  display:block;
  max-width:220px;
  color:rgba(255,255,255,.60);
  font-size:12px;
  line-height:1.5;
  font-weight:350;
}
.supreme-case-stat--accent{
  background:linear-gradient(135deg,rgba(142,41,38,.22),rgba(10,16,23,.9) 68%);
}
.supreme-case-stat--accent strong{color:#e9aaa5}
.supreme-case-stat--result{
  background:linear-gradient(135deg,rgba(183,145,75,.17),rgba(10,16,23,.9) 68%);
}
.supreme-case-stat--result strong{color:#e7c17e}
@media(max-width:620px){
  .supreme-case-caption{margin-top:14px;font-size:10px}
  .supreme-case-stats{margin-top:14px;border-radius:13px}
  .supreme-case-stat{min-height:104px;padding:16px 15px 15px}
  .supreme-case-stat strong{font-size:19px;margin-bottom:7px}
  .supreme-case-stat span{font-size:10.5px;line-height:1.4}
}

/* v21 — clearer Supreme Court case story + media label */
.supreme-case-stats{display:none!important}
.supreme-case-flow{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.supreme-case-step{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:12px;
  align-items:start;
  min-height:94px;
  padding:16px 17px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.supreme-case-step-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  color:rgba(255,255,255,.42);
  font-size:9px;
  line-height:1;
  letter-spacing:.08em;
}
.supreme-case-step strong{
  display:block;
  margin:1px 0 6px;
  color:#fff;
  font-size:18px;
  line-height:1.12;
  font-weight:500;
  letter-spacing:-.02em;
}
.supreme-case-step div>span{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:11px;
  line-height:1.45;
  font-weight:350;
}
.supreme-case-step--accent{
  border-color:rgba(202,115,108,.20);
  background:linear-gradient(135deg,rgba(135,43,39,.17),rgba(255,255,255,.025));
}
.supreme-case-step--accent .supreme-case-step-num{
  border-color:rgba(222,139,131,.28);
  color:#dda29c;
}
.supreme-case-step--accent strong{color:#efc1bc}
.supreme-case-step--result{
  border-color:rgba(211,172,100,.20);
  background:linear-gradient(135deg,rgba(169,126,55,.13),rgba(255,255,255,.025));
}
.supreme-case-step--result .supreme-case-step-num{
  border-color:rgba(225,187,116,.28);
  color:#e3bf7a;
}
.supreme-case-step--result strong{color:#f0d096}
.supreme-case-penalty{
  grid-column:1/-1;
  display:flex;
  align-items:baseline;
  gap:10px;
  padding:13px 17px;
  border-top:0;
  border-bottom:0;
}
.supreme-case-penalty-label{
  color:rgba(255,255,255,.43);
  font-size:9px;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.supreme-case-penalty strong{
  color:#f1c78c;
  font-size:20px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.02em;
}
.supreme-case-penalty>span:last-child{
  color:rgba(255,255,255,.62);
  font-size:11px;
}
.pravo-media-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:rgba(255,255,255,.62);
  font-size:9px;
  line-height:1;
  font-weight:500;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.pravo-media-kicker span{
  width:20px;
  height:1px;
  background:#d2ad6b;
  opacity:.85;
}
@media(max-width:620px){
  .supreme-case-flow{grid-template-columns:1fr;gap:8px;margin-top:14px}
  .supreme-case-step{min-height:82px;padding:14px 14px;grid-template-columns:28px minmax(0,1fr);gap:10px}
  .supreme-case-step-num{width:27px;height:27px;font-size:8px}
  .supreme-case-step strong{font-size:17px}
  .supreme-case-step div>span{font-size:10.5px}
  .supreme-case-penalty{grid-column:auto;flex-wrap:wrap;gap:6px 9px;padding:12px 14px}
  .supreme-case-penalty strong{font-size:18px}
}

/* v22 — align PRAVO.RU card with the first 800 000 ₽ case step */
@media(min-width:981px){
  .supreme-win .pravo-card{
    margin-top:144px!important;
  }
}

/* v25 — mobile-only court practice repair */
@media (max-width:700px){
  .court-practice .court-practice-inner{
    width:100%!important;
    max-width:none!important;
    padding-left:18px!important;
    padding-right:18px!important;
    box-sizing:border-box!important;
  }
  .court-practice .court-practice-hero{
    display:block!important;
    width:100%!important;
    margin:0 0 20px!important;
    padding:0 0 18px!important;
  }
  .court-practice .court-practice-heading{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .court-practice .court-practice-heading .section-number{
    margin-top:3px!important;
  }
  .court-practice .court-practice-heading h2{
    margin:0!important;
    font-size:31px!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
  }
  .court-practice .court-practice-subtitle{
    margin:10px 0 0!important;
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.5!important;
  }
  .court-practice .court-practice-stat{
    width:100%!important;
    max-width:none!important;
    margin:14px 0 0 44px!important;
    padding:11px 0 0!important;
    border:0!important;
    border-top:1px solid rgba(224,190,111,.22)!important;
    box-sizing:border-box!important;
    width:calc(100% - 44px)!important;
  }
  .court-practice .court-stat-note{display:none!important;}

  .court-courts-strip{
    position:relative!important;
    max-height:72px!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
    transition:max-height .22s ease!important;
  }
  .court-courts-strip.is-expanded{max-height:420px!important;}
  .court-courts-track{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    align-content:flex-start!important;
    gap:6px!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
  .court-court-chip{
    min-height:30px!important;
    padding:5px 6px 5px 9px!important;
    border-radius:9px!important;
    font-size:10px!important;
    line-height:1.15!important;
    gap:6px!important;
  }
  .court-court-chip strong{
    min-width:20px!important;
    height:19px!important;
    padding:0 5px!important;
    font-size:9px!important;
  }
  .court-courts-more{
    display:block;
    width:max-content;
    margin:8px 0 16px!important;
    padding:5px 10px!important;
    border:1px dashed rgba(224,190,111,.55)!important;
    border-radius:8px!important;
    background:transparent!important;
    color:rgba(244,241,234,.72)!important;
    font:500 10px/1.2 Manrope,sans-serif!important;
    cursor:pointer;
  }
  .court-courts-more[hidden]{display:none!important;}

  .court-practice-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    gap:10px 8px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .court-practice-grid .court-doc,
  .court-practice-grid .court-doc-preview{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:0.72!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:7px!important;
    overflow:hidden!important;
    background:#f4f1eb!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .court-practice-grid .court-doc-preview img{
    display:block!important;
    width:104%!important;
    height:104%!important;
    min-height:0!important;
    max-height:none!important;
    margin:-2%!important;
    object-fit:cover!important;
    object-position:center top!important;
    border:0!important;
    border-radius:7px!important;
    background:#f4f1eb!important;
    transform:none!important;
  }
  .court-practice-grid .court-doc:nth-child(n){display:block!important;}
  .court-practice-grid .court-doc:nth-child(n+7){display:none!important;}
  .court-supreme-badge{
    left:5px!important;
    top:5px!important;
    min-height:19px!important;
    padding:0 6px!important;
    font-size:7.5px!important;
    font-weight:500!important;
  }
  .court-practice-actions{
    display:flex!important;
    justify-content:center!important;
    margin:13px 0 0!important;
  }
  .court-practice-actions .court-more{
    min-width:148px!important;
  }
}


/* v26 — mobile court practice spacing, compact archive badge and reliable court expansion */
@media (max-width:700px){
  .court-practice .court-practice-inner{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .court-practice .court-practice-hero{
    padding-left:5px!important;
    padding-right:5px!important;
    margin-bottom:16px!important;
  }
  .court-practice .court-practice-heading{
    display:block!important;
    padding:0!important;
  }
  .court-practice .court-practice-heading .section-number{
    display:none!important;
  }
  .court-practice .court-practice-heading .section-label{
    margin:0 0 7px!important;
  }
  .court-practice .court-practice-heading h2{
    margin:0!important;
    font-size:30px!important;
    line-height:1.06!important;
  }
  .court-practice .court-practice-subtitle{
    margin:9px 0 0!important;
    padding:0!important;
  }
  .court-practice .court-practice-stat{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    width:auto!important;
    max-width:100%!important;
    margin:13px 0 0!important;
    padding:7px 10px!important;
    border:1px solid rgba(224,190,111,.23)!important;
    border-radius:999px!important;
    background:rgba(224,190,111,.07)!important;
  }
  .court-practice .court-stat-label{
    margin:0!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    white-space:nowrap!important;
  }
  .court-practice .court-stat-row{
    display:flex!important;
    align-items:baseline!important;
    gap:4px!important;
    margin:0!important;
  }
  .court-practice .court-stat-row strong{
    font-size:17px!important;
    line-height:1!important;
  }
  .court-practice .court-stat-row span{
    font-size:10px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .court-courts-strip{
    max-height:68px!important;
    margin:0!important;
  }
  .court-courts-strip.is-expanded{
    max-height:460px!important;
  }
  .court-courts-more{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    margin:8px 0 15px!important;
    padding:6px 12px!important;
    border:1px dashed rgba(224,190,111,.62)!important;
    border-radius:999px!important;
    background:rgba(224,190,111,.035)!important;
    color:rgba(244,241,234,.82)!important;
    font-size:10px!important;
  }
  .court-courts-more[hidden]{display:none!important;}
}


/* v27 — mobile courts inline "show more" + append court decisions */
@media (max-width:700px){
  .court-courts-strip{
    max-height:none!important;
    overflow:visible!important;
    margin:0 0 15px!important;
  }
  .court-courts-track{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    max-height:none!important;
    overflow:visible!important;
    align-items:center!important;
  }
  .court-courts-track:not(.is-expanded) .court-court-chip[data-court-index]:nth-of-type(n+7){
    display:none!important;
  }
  .court-courts-more{
    display:inline!important;
    min-height:0!important;
    margin:0!important;
    padding:2px 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:rgba(244,241,234,.74)!important;
    font-size:10px!important;
    line-height:1.2!important;
    text-decoration-line:underline!important;
    text-decoration-style:dashed!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:3px!important;
    white-space:nowrap!important;
  }
  .court-courts-more[hidden]{display:none!important;}
  .court-courts-track.is-expanded .court-court-chip{display:inline-flex!important;}

  /* initial mobile load is 6; every click appends another row of 3 */
  .court-practice-grid .court-doc:nth-child(n){display:block!important;}
}

/* v28 — mobile practice heading/count and courts two-row control */
.court-mobile-loaded{display:none;}
@media (max-width:700px){
  .court-practice-hero{
    display:block!important;
  }
  .court-practice-heading > div{
    width:100%!important;
  }
  .court-practice-label-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    width:100%!important;
    margin:0 0 8px!important;
  }
  .court-practice-label-row .section-label{
    margin:0!important;
  }
  .court-mobile-loaded{
    display:inline!important;
    flex:0 0 auto!important;
    color:rgba(224,190,111,.82)!important;
    font:inherit!important;
    font-size:inherit!important;
    letter-spacing:inherit!important;
    text-transform:none!important;
    white-space:nowrap!important;
  }
  .court-mobile-loaded strong{font:inherit!important;font-weight:400!important;color:inherit!important;}
  .court-practice-stat{display:none!important;}

  .court-courts-track .court-mobile-hidden{display:none!important;}
  .court-courts-track.is-expanded .court-mobile-hidden{display:inline-flex!important;}

  /* collapsed: link occupies the final slot of row 2 */
  .court-courts-track:not(.is-expanded) .court-courts-more{
    display:inline-flex!important;
    align-items:center!important;
    align-self:center!important;
    margin:0!important;
    padding:3px 1px!important;
  }
  /* expanded: “Скрыть” sits below the complete list */
  .court-courts-track.is-expanded .court-courts-more{
    flex:0 0 100%!important;
    width:max-content!important;
    margin-top:3px!important;
    padding:4px 0 0!important;
  }
}

/* v29 — mobile court header count inline + reliable two-row courts more link */
@media (max-width:700px){
  .court-practice .court-practice-label-row{
    display:flex!important;
    align-items:baseline!important;
    justify-content:flex-start!important;
    gap:9px!important;
    width:100%!important;
    margin:0 0 8px!important;
  }
  .court-practice .court-practice-label-row .section-label{
    margin:0!important;
    flex:0 0 auto!important;
  }
  .court-practice .court-mobile-loaded{
    display:inline!important;
    flex:0 0 auto!important;
    margin:0!important;
    color:#b99559!important;
    font-family:Manrope,sans-serif!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    text-transform:none!important;
    white-space:nowrap!important;
  }
  .court-practice .court-mobile-loaded strong{
    font:inherit!important;
    color:inherit!important;
  }
  .court-practice .court-practice-stat{
    display:none!important;
  }

  .court-courts-track{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    column-gap:7px!important;
    row-gap:7px!important;
    width:100%!important;
    overflow:visible!important;
  }
  .court-courts-track .court-mobile-hidden{
    display:none!important;
  }
  .court-courts-track.is-expanded .court-mobile-hidden{
    display:inline-flex!important;
  }
  .court-courts-more{
    border:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:2px 0!important;
    color:rgba(224,190,111,.86)!important;
    font:700 10px/1.2 Manrope,sans-serif!important;
    text-decoration-line:underline!important;
    text-decoration-style:dashed!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:4px!important;
    white-space:nowrap!important;
    cursor:pointer!important;
  }
  .court-courts-more[hidden]{display:none!important;}
  .court-courts-track:not(.is-expanded) .court-courts-more{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
  }
  .court-courts-track.is-expanded .court-courts-more{
    display:block!important;
    flex:0 0 100%!important;
    width:max-content!important;
    margin-top:2px!important;
    padding-top:4px!important;
  }
}

/* v30 — mobile hero order + positive Supreme Court accent */
@media (max-width:780px){
  .hero-content{
    display:flex!important;
    flex-direction:column!important;
    padding-top:38px!important;
    gap:20px!important;
  }
  .hero-copy{
    order:1!important;
    width:100%!important;
  }
  .hero-messages-column{
    display:block!important;
    order:2!important;
    width:100%!important;
  }
  .hero-messages{
    order:initial!important;
    width:100%!important;
  }
  .hero-copy .credentials{
    margin-top:22px!important;
    margin-bottom:0!important;
  }
}

/* Supreme Court is a positive outcome — calm green accent */
.supreme-case-step--accent{
  border-color:rgba(103,173,131,.25)!important;
  background:linear-gradient(135deg,rgba(56,126,83,.18),rgba(255,255,255,.025))!important;
}
.supreme-case-step--accent .supreme-case-step-num{
  border-color:rgba(127,194,151,.34)!important;
  color:#9ad0ad!important;
}
.supreme-case-step--accent strong{
  color:#b8dfc5!important;
}

/* v31 — expertise section: compact systematic layout */
.expertise-lead{max-width:900px;margin:18px 0 0;color:#bdb6ae;font-size:15px;line-height:1.72;font-weight:400}.expertise-lead strong{color:#eee9e2;font-weight:600}
.expertise-criteria{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:32px 0 16px}.expertise-criterion{position:relative;min-height:188px;padding:24px 22px 22px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.075);overflow:hidden}.expertise-criterion:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,rgba(199,164,90,.75),rgba(199,164,90,0))}.expertise-criterion-num{display:block;margin-bottom:30px;color:#b89656;font-size:11px;font-weight:700;letter-spacing:.12em}.expertise-criterion h3{margin:0 0 8px;color:#f0ece6;font-size:18px;font-weight:600;letter-spacing:-.02em}.expertise-criterion p{margin:0;color:#a9a29a;font-size:13px;line-height:1.6}
.expertise-law-note{display:flex;align-items:center;gap:14px;padding:14px 16px;margin:0 0 36px;border-radius:14px;background:rgba(199,164,90,.07);border:1px solid rgba(199,164,90,.13)}.expertise-law-mark{flex:0 0 32px;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(199,164,90,.11);color:#dfc27f;font-family:Georgia,serif;font-size:22px}.expertise-law-note p{margin:0;color:#b9b2aa;font-size:12.5px;line-height:1.55}.expertise-law-note strong{color:#e6d3a5;font-weight:600}
.expertise-examples-head{display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;align-items:end;margin:0 0 16px}.expertise-examples-head .section-label{margin:0}.expertise-examples-head h3{margin:0;max-width:720px;color:#e9e4dd;font-size:20px;font-weight:500;line-height:1.35;letter-spacing:-.025em}
.expertise-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}.expertise-examples article{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;min-height:124px;padding:18px 17px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}.expertise-examples article>span{padding-top:2px;color:#887658;font-size:10px;font-weight:700;letter-spacing:.08em}.expertise-examples strong{display:block;margin-bottom:6px;color:#f0ece7;font-size:13.5px;font-weight:600;line-height:1.35}.expertise-examples p{margin:0;color:#9f9891;font-size:12.5px;line-height:1.55}
.expertise-bottom-line{display:grid;grid-template-columns:50px 1fr;gap:16px;align-items:center;margin-top:24px;padding:20px 22px;border-radius:17px;background:linear-gradient(135deg,rgba(80,112,91,.14),rgba(255,255,255,.025));border:1px solid rgba(116,151,127,.16)}.expertise-bottom-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(102,145,115,.14);border:1px solid rgba(113,157,126,.20);color:#a7c6af;font-size:21px;font-weight:600}.expertise-bottom-line strong{display:block;margin-bottom:5px;color:#dce8df;font-size:14px;font-weight:650}.expertise-bottom-line p{margin:0;max-width:900px;color:#aaa59e;font-size:13px;line-height:1.58}
@media(max-width:900px){.expertise-criteria{grid-template-columns:1fr}.expertise-criterion{min-height:0}.expertise-criterion-num{margin-bottom:18px}.expertise-examples{grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-examples-head{grid-template-columns:1fr;gap:6px}}
@media(max-width:700px){.expertise-lead{margin-top:14px;font-size:13.5px;line-height:1.62}.expertise-criteria{gap:9px;margin:22px 0 12px}.expertise-criterion{padding:17px 16px 16px;border-radius:14px}.expertise-criterion-num{margin-bottom:12px;font-size:9.5px}.expertise-criterion h3{font-size:15px}.expertise-criterion p{font-size:12px;line-height:1.52}.expertise-law-note{align-items:flex-start;gap:10px;padding:12px 13px;margin-bottom:26px;border-radius:12px}.expertise-law-mark{flex-basis:28px;width:28px;height:28px;border-radius:9px;font-size:19px}.expertise-law-note p{font-size:11.5px;line-height:1.5}.expertise-examples-head{margin-bottom:12px}.expertise-examples-head h3{font-size:16px;line-height:1.38}.expertise-examples{grid-template-columns:1fr;border-radius:14px}.expertise-examples article{min-height:0;padding:14px 14px;grid-template-columns:28px 1fr}.expertise-examples strong{font-size:12.5px}.expertise-examples p{font-size:11.5px;line-height:1.48}.expertise-bottom-line{grid-template-columns:38px 1fr;gap:11px;margin-top:18px;padding:15px 15px;border-radius:14px}.expertise-bottom-icon{width:34px;height:34px;font-size:17px}.expertise-bottom-line strong{font-size:12.5px}.expertise-bottom-line p{font-size:11.7px;line-height:1.52}}

/* v33 — expertise subheading + bottom icon alignment */
.expertise-examples-head{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 18px!important;
}
.expertise-examples-head::before{
  content:"";
  flex:0 0 28px;
  width:28px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#c7a45a,rgba(199,164,90,.28));
}
.expertise-examples-head h3{
  margin:0!important;
  max-width:none!important;
  white-space:nowrap!important;
  color:#f0ece6!important;
  font-size:22px!important;
  line-height:1.12!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
}
.expertise-bottom-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  padding:0!important;
  text-align:center!important;
}
@media(max-width:700px){
  .expertise-examples-head{
    gap:9px!important;
    margin-bottom:14px!important;
  }
  .expertise-examples-head::before{
    flex-basis:20px;
    width:20px;
  }
  .expertise-examples-head h3{
    font-size:17px!important;
    letter-spacing:-.02em!important;
  }
  .expertise-bottom-icon{
    line-height:1!important;
  }
}
@media(max-width:390px){
  .expertise-examples-head h3{
    font-size:15.5px!important;
  }
}


/* v35 — expertise: evidentiary role + pre-trial warning */
.expertise-evidence-notes{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  margin:0 0 36px;
}
.expertise-evidence-note{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:20px 21px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.08);
}
.expertise-evidence-note--key{
  background:linear-gradient(135deg,rgba(76,126,92,.14),rgba(255,255,255,.024));
  border-color:rgba(115,162,129,.17);
}
.expertise-evidence-note--warning{
  background:linear-gradient(135deg,rgba(150,72,72,.15),rgba(255,255,255,.022));
  border-color:rgba(190,101,101,.22);
}
.expertise-evidence-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}
.expertise-evidence-note--key .expertise-evidence-icon{
  color:#a9ceb4;
  background:rgba(93,145,108,.13);
  border:1px solid rgba(118,166,132,.18);
}
.expertise-evidence-note--warning .expertise-evidence-icon{
  color:#e2a4a4;
  background:rgba(166,76,76,.14);
  border:1px solid rgba(201,111,111,.22);
}
.expertise-evidence-kicker{
  display:block;
  margin:1px 0 7px;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.expertise-evidence-note--key .expertise-evidence-kicker{color:#88b596}
.expertise-evidence-note--warning .expertise-evidence-kicker{color:#d98f8f}
.expertise-evidence-note strong{
  display:block;
  margin:0;
  color:#eee9e2;
  font-size:13.5px;
  line-height:1.55;
  font-weight:550;
}
.expertise-evidence-note p{
  margin:7px 0 0;
  color:#aaa39b;
  font-size:12.5px;
  line-height:1.55;
}
@media(max-width:800px){
  .expertise-evidence-notes{grid-template-columns:1fr;gap:10px;margin-bottom:28px}
}
@media(max-width:700px){
  .expertise-evidence-note{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:15px 14px;border-radius:14px}
  .expertise-evidence-icon{width:34px;height:34px;border-radius:11px;font-size:13px}
  .expertise-evidence-kicker{margin-bottom:5px;font-size:8.5px}
  .expertise-evidence-note strong{font-size:12px;line-height:1.5}
  .expertise-evidence-note p{margin-top:5px;font-size:11.3px;line-height:1.5}
}

/* v40 experiment — compact mobile hero credentials */
@media (max-width:780px){
  .hero-copy .credentials{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
    margin-top:16px!important;
    max-width:100%!important;
  }
  .hero-copy .credential-stack{
    width:auto!important;
    height:auto!important;
    min-width:0!important;
  }
  .hero-copy .credential-card{
    min-height:48px!important;
    height:48px!important;
    padding:7px 9px!important;
    gap:8px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.075)!important;
    box-shadow:none!important;
  }
  .hero-copy .credential-card:after{display:none!important;}
  .hero-copy .credential-number,
  .hero-copy .credential-icon{
    width:30px!important;
    height:30px!important;
    flex:0 0 30px!important;
    border-radius:9px!important;
    box-shadow:none!important;
  }
  .hero-copy .credential-number{
    font-size:17px!important;
    background:rgba(199,164,90,.13)!important;
    border-color:rgba(199,164,90,.20)!important;
    color:#e6cf98!important;
  }
  .hero-copy .credential-icon{
    background:rgba(89,143,184,.12)!important;
    border-color:rgba(112,167,208,.18)!important;
    color:#9bc7e6!important;
  }
  .hero-copy .credential-icon.map svg{width:15px!important;height:15px!important;}
  .hero-copy .credential-kicker{display:none!important;}
  .hero-copy .credential-text{min-width:0!important;gap:0!important;}
  .hero-copy .credential-text strong{
    font-size:10.8px!important;
    line-height:1.18!important;
    font-weight:600!important;
    white-space:normal!important;
    letter-spacing:-.01em!important;
  }
  .hero-copy .credential-card--region .credential-text strong:after{display:none!important;content:none!important;}
}


/* v41 — show 3 typical client messages on mobile */
@media (max-width:780px){
  .hero-messages{
    height:262px!important;
    min-height:262px!important;
  }
  .hero-messages-window{
    height:240px!important;
    min-height:240px!important;
    padding:8px 0!important;
  }
}


/* v43 — mobile header tagline + stable first paint */
@media (max-width:780px){
  .fixed-header-shell{
    min-height:78px!important;
    contain:layout paint;
  }
  .fixed-header-shell .topbar{
    min-height:78px!important;
    height:78px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
    box-sizing:border-box!important;
  }
  .topbar .brand{
    min-width:0!important;
    gap:9px!important;
    align-items:center!important;
  }
  .topbar .brand-photo{
    width:56px!important;
    height:56px!important;
    flex:0 0 56px!important;
  }
  .topbar .brand-text{
    min-width:0!important;
    gap:3px!important;
    justify-content:center!important;
  }
  .topbar .brand-text strong{
    font-size:13.5px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }
  .topbar .brand-text small{
    display:block!important;
    width:max-content!important;
    max-width:158px!important;
    margin:0!important;
    color:rgba(215,181,109,.92)!important;
    font-size:9px!important;
    font-weight:500!important;
    line-height:1.25!important;
    letter-spacing:.005em!important;
    white-space:normal!important;
    border-bottom:1px dashed rgba(215,181,109,.42)!important;
    padding-bottom:1px!important;
  }
  .hero{
    padding-top:90px!important;
  }
}
@media (max-width:390px){
  .fixed-header-shell,
  .fixed-header-shell .topbar{
    min-height:76px!important;
    height:76px!important;
  }
  .topbar .brand-photo{
    width:52px!important;
    height:52px!important;
    flex-basis:52px!important;
  }
  .topbar .brand-text strong{font-size:12.7px!important;}
  .topbar .brand-text small{
    max-width:145px!important;
    font-size:8.5px!important;
  }
  .hero{padding-top:88px!important;}
}

/* v44 — mobile header visible immediately; tagline removed */
@media (max-width:780px){
  .fixed-header-shell{
    display:block!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:5000!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
  .fixed-header-shell .topbar{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
  .topbar .brand-text small{
    display:none!important;
  }
  .topbar .brand-text{
    gap:0!important;
  }
}


/* v48 — deep cool graphite header, desktop + mobile */
.fixed-header-shell{
  background:
    radial-gradient(circle at 18% -70%,rgba(104,139,177,.16),transparent 44%),
    linear-gradient(90deg,#0d141b 0%,#121b24 52%,#0b1218 100%)!important;
  border-bottom:1px solid rgba(178,196,214,.13)!important;
  box-shadow:0 10px 30px rgba(5,10,16,.22)!important;
}
@media(max-width:780px){
  .fixed-header-shell{
    background:
      radial-gradient(circle at 16% -55%,rgba(111,147,186,.15),transparent 48%),
      linear-gradient(105deg,#0f171f 0%,#14202a 58%,#0c141b 100%)!important;
    border-bottom:1px solid rgba(178,196,214,.12)!important;
    box-shadow:0 7px 22px rgba(5,10,16,.20)!important;
  }
}


/* v53 — mobile header participates in first paint; sticky instead of fixed */
@media (max-width:780px){
  .fixed-header-shell{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    z-index:5000!important;
    contain:none!important;
    transform:none!important;
    will-change:auto!important;
  }
  .fixed-header-shell .topbar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
  }
  .hero{
    padding-top:0!important;
  }
}
@media (max-width:390px){
  .hero{padding-top:0!important;}
}

/* v54 — smoother help modal + contextual CTA buttons + sticky mobile hero height */
.contact-modal{
  transition:opacity .14s ease-out,visibility 0s linear .14s!important;
}
.contact-modal.is-open{
  transition:opacity .14s ease-out,visibility 0s!important;
}
.contact-modal-backdrop{
  backdrop-filter:blur(4px)!important;
  -webkit-backdrop-filter:blur(4px)!important;
}
.contact-modal-dialog{
  transform:translateY(8px) scale(.992)!important;
  transition:transform .16s cubic-bezier(.2,.75,.25,1)!important;
  will-change:transform;
}
.contact-modal.is-open .contact-modal-dialog{transform:translateY(0) scale(1)!important;}

.section-help-cta{
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.section-help-button,
.price-help-button{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(234,212,158,.30);
  border-radius:14px;
  min-height:48px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font:600 13px/1 Manrope,system-ui,sans-serif;
  letter-spacing:.02em;
  color:#ead49e;
  background:linear-gradient(135deg,rgba(234,212,158,.105),rgba(234,212,158,.035)),rgba(11,17,24,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 28px rgba(0,0,0,.16);
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.section-help-button span,
.price-help-button span{font-size:16px;line-height:1;transition:transform .16s ease;}
.section-help-button:hover,
.price-help-button:hover{
  transform:translateY(-1px);
  border-color:rgba(234,212,158,.46);
  background:linear-gradient(135deg,rgba(234,212,158,.16),rgba(234,212,158,.055)),rgba(11,17,24,.80);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 15px 32px rgba(0,0,0,.20);
}
.section-help-button:hover span,
.price-help-button:hover span{transform:translateX(2px);}
.price-help-button{
  width:100%;
  margin-top:18px;
  min-height:46px;
  color:#efe0b9;
  background:linear-gradient(135deg,rgba(199,164,90,.13),rgba(255,255,255,.025));
}
.mobile-fixed-price-cta{display:none;}

@media (max-width:780px){
  /* Header is sticky and occupies normal flow: hero must fill the remaining viewport only. */
  .hero{
    min-height:calc(100svh - 78px)!important;
  }
  .hero-content{
    padding-top:24px!important;
    padding-bottom:58px!important;
  }
  .hero::after{bottom:20px!important;}
  .section-help-cta{margin-top:22px;}
  .section-help-button{
    width:100%;
    min-height:46px;
    border-radius:13px;
    font-size:12.5px;
  }
  .mobile-fixed-price-cta{
    display:block;
    margin-top:14px;
  }
}
@media (max-width:390px){
  .hero{min-height:calc(100svh - 76px)!important;}
}


/* v55 — CTA without arrows + mobile hero spacing refinements */
.section-help-button span,
.price-help-button span{display:none!important;}

@media (max-width:780px){
  .hero::after{bottom:30px!important;}
  .hero-messages{margin-top:8px!important;}
}

/* v56 — mobile: lower the typical situations/messages block slightly */
@media (max-width:780px){
  .hero-messages{margin-top:18px!important;}
}


/* Floating circular video widget */
.floating-video-widget{position:fixed;left:var(--video-left,14px);bottom:var(--video-bottom,36px);width:var(--video-thumb-size,142px);height:var(--video-thumb-size,142px);z-index:4700;border-radius:50%;cursor:pointer;filter:drop-shadow(0 12px 28px rgba(0,0,0,.34));transition:width .34s ease,height .34s ease,left .34s ease,bottom .34s ease,top .34s ease,transform .34s ease,opacity .2s ease;isolation:isolate;touch-action:manipulation}
.floating-video-widget:hover{transform:translateY(-2px)}
.floating-video-widget.is-active{width:var(--video-open-size,310px);height:var(--video-open-size,310px)}
.floating-video-widget.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.82);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}
.floating-video-clip{position:absolute;inset:5px;border-radius:50%;overflow:hidden;background:#0b1117}
.floating-video-clip video{width:100%;height:100%;object-fit:cover;transform-origin:center center;display:block}
.floating-video-progress{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);z-index:2;pointer-events:none;opacity:.68}
.floating-video-progress circle{fill:none;stroke-width:2.15}
.floating-video-progress-bg{stroke:rgba(255,255,255,.10)}
.floating-video-progress-value{stroke:rgba(49,156,255,.72);stroke-linecap:round;transition:stroke-dashoffset .12s linear}
.floating-video-tap{position:absolute;left:50%;top:50%;z-index:3;width:62px;height:62px;transform:translate(-50%,-50%) scale(.55);opacity:0;filter:drop-shadow(0 3px 9px rgba(0,0,0,.5));pointer-events:none}
.floating-video-tap svg{display:block;width:100%;height:100%;overflow:visible}.tap-cursor-main{fill:rgba(255,255,255,.08);stroke:#fff;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.tap-cursor-click{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;opacity:.95}
.floating-video-tap.show{animation:videoTapHint 1.35s ease both}
.floating-video-close{position:absolute;right:8px;top:-12px;z-index:6;width:20px;height:20px;border:1px solid rgba(130,136,145,.65);border-radius:50%;background:rgba(20,24,30,.78);color:#9aa0a8;font:400 15px/16px Arial,sans-serif;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.24);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}
.floating-video-widget.is-active .floating-video-close{opacity:.92;visibility:visible;pointer-events:auto;transition-delay:0s}
.floating-video-close:hover{transform:scale(1.05);color:#b3b7bd}
@keyframes videoTapHint{0%{opacity:0;transform:translate(-50%,-50%) scale(.55)}24%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}52%{opacity:1;transform:translate(-46%,-46%) scale(.92)}70%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(-50%,-50%) scale(.62)}}
@media(max-width:780px){.floating-video-widget{left:var(--video-mobile-left,12px);bottom:var(--video-mobile-bottom,22px);width:var(--video-mobile-thumb-size,106px);height:var(--video-mobile-thumb-size,106px)}.floating-video-widget:hover{transform:none}.floating-video-widget.is-active{left:50%;top:50%;bottom:auto;width:var(--video-mobile-open-size,232px);height:var(--video-mobile-open-size,232px);transform:translate(-50%,-50%)}.floating-video-widget.is-active:hover{transform:translate(-50%,-50%)}.floating-video-progress circle{stroke-width:2}.floating-video-tap{width:50px;height:50px}.floating-video-close{right:7px;top:-11px;width:19px;height:19px;font-size:14px}}


/* v15 — square desktop video, adaptive width matching CTA */
.hero-video-column{align-items:center!important;justify-content:center!important}
.hero-video-widget{position:relative;width:100%;max-width:460px;aspect-ratio:1;border-radius:22px;cursor:pointer;isolation:isolate;filter:drop-shadow(0 24px 54px rgba(0,0,0,.28));outline:none;transition:none}
.hero-video-widget:hover{transform:none!important}
.hero-video-widget:focus-visible{outline:2px solid rgba(234,212,158,.78);outline-offset:6px}
.hero-video-media{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background:#080e14}
.hero-video-media video{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transform:scale(var(--desktop-video-zoom,1));transform-origin:var(--desktop-video-x,50%) var(--desktop-video-y,50%)}
.hero-video-progress-ring{display:none!important}
.hero-video-progress-mobile{display:block;position:absolute;left:10px;right:10px;bottom:8px;height:2px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden;z-index:3;pointer-events:none;opacity:.72}
.hero-video-progress-mobile span{display:block;width:0;height:100%;background:rgba(49,156,255,.68);border-radius:inherit;transition:width .12s linear}
.hero-video-click{position:absolute;left:50%;top:50%;z-index:4;width:58px;height:58px;transform:translate(-50%,-50%) scale(.62);opacity:0;pointer-events:none;filter:drop-shadow(0 4px 10px rgba(0,0,0,.52))}
.hero-video-click svg{display:block;width:100%;height:100%;overflow:visible}.hero-video-click path:first-child{fill:rgba(7,12,17,.35);stroke:#fff;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.hero-video-click .click-rays{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round}
.hero-video-click.show{animation:heroVideoClickHint 1.3s ease both}
@keyframes heroVideoClickHint{0%{opacity:0;transform:translate(-50%,-50%) scale(.62)}22%{opacity:1;transform:translate(-50%,-50%) scale(1.02)}55%{opacity:1;transform:translate(-46%,-46%) scale(.92)}72%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(-50%,-50%) scale(.68)}}
@media(min-width:781px){.hero-video-column .hero-help-button{width:100%!important;max-width:460px!important;margin:0 auto!important}.hero-video-column{gap:16px!important}}
@media(max-width:900px) and (min-width:781px){.hero-video-widget,.hero-video-column .hero-help-button{width:100%!important;max-width:390px!important}}
@media(max-width:780px){
  .hero-video-column{display:flex!important;flex-direction:column!important;order:2!important;width:100%!important;gap:13px!important;margin-top:16px!important}
  .hero-video-widget{width:100%;max-width:none;aspect-ratio:16/9;border-radius:18px;filter:drop-shadow(0 16px 34px rgba(0,0,0,.24));transform:none!important;transition:none!important}
  .hero-video-media{inset:0;border-radius:18px}
  .hero-video-media video{object-position:center center;transform:scale(var(--mobile-video-zoom,1));transform-origin:var(--mobile-video-x,50%) var(--mobile-video-y,50%)}
  .hero-video-progress-ring{display:none}
  .hero-video-progress-mobile{left:8px;right:8px;bottom:7px}
  .hero-video-click{width:50px;height:50px}
  .hero-video-column .hero-help-button{display:flex!important;width:100%!important;min-height:46px!important;height:auto!important;margin:0!important;border:1px solid rgba(234,212,158,.30)!important;border-radius:13px!important;padding:0 22px!important;font:600 12.5px/1 Manrope,system-ui,sans-serif!important;letter-spacing:.02em!important;color:#ead49e!important;background:linear-gradient(135deg,rgba(234,212,158,.105),rgba(234,212,158,.035)),rgba(11,17,24,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 28px rgba(0,0,0,.16)!important;transform:none!important}
  .hero-messages{display:none!important}
}

/* v16 — desktop video without CTA, mobile CTA uses shared site button style */
.hero-video-mobile-help{display:none;}
@media(max-width:780px){
  .hero-video-mobile-help{display:block;width:100%;margin-top:0;}
  .hero-video-mobile-help .section-help-button{width:100%;}
}

/* Inline content video — loads the actual video only after poster click */
.content-video-block{margin-top:26px}.content-video-player{position:relative;width:min(100%,860px);aspect-ratio:16/9;margin:0 auto;border-radius:22px;overflow:hidden;background:#081018;border:1px solid rgba(181,200,219,.12);box-shadow:0 18px 44px rgba(0,0,0,.22)}.content-video-poster{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#081018;cursor:pointer;z-index:3}.content-video-poster[hidden]{display:none!important}.content-video-poster img{width:100%;height:100%;display:block;object-fit:cover}.content-video-poster::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,9,14,.03),rgba(4,9,14,.23))}.content-video-poster-play{position:absolute;left:50%;top:50%;z-index:2;width:76px;height:76px;transform:translate(-50%,-50%);filter:drop-shadow(0 8px 24px rgba(0,0,0,.35));transition:transform .18s ease}.content-video-poster:hover .content-video-poster-play{transform:translate(-50%,-50%) scale(1.06)}.content-video-poster-play svg{width:100%;height:100%;display:block}.content-video-poster-play circle{fill:rgba(8,14,20,.72);stroke:rgba(255,255,255,.72);stroke-width:1.5}.content-video-poster-play path{fill:#fff}.content-video-element{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#05090d;cursor:pointer}.content-video-element[hidden]{display:none!important}.content-video-controls{position:absolute;left:0;right:0;bottom:0;z-index:4;display:grid;grid-template-columns:42px auto minmax(80px,1fr) auto 24px 92px;align-items:center;gap:9px;padding:25px 14px 12px;background:linear-gradient(180deg,transparent,rgba(3,7,11,.86));color:#fff}.content-video-controls[hidden]{display:none!important}.content-video-toggle{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;font:700 14px/1 Arial}.content-video-toggle .cv-icon-play{display:none;padding-left:2px}.content-video-player.is-paused .content-video-toggle .cv-icon-pause{display:none}.content-video-player.is-paused .content-video-toggle .cv-icon-play{display:inline}.content-video-time{font:600 11px/1 Manrope,system-ui,sans-serif;color:rgba(255,255,255,.82);font-variant-numeric:tabular-nums}.content-video-seek,.content-video-volume{accent-color:#3d9eff;cursor:pointer}.content-video-seek{width:100%}.content-video-volume{width:92px}.content-video-volume-icon{width:22px;height:22px;display:grid;place-items:center;opacity:.82}.content-video-volume-icon svg{width:20px;height:20px;fill:#fff}.content-video-volume-icon svg path:last-child{fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round}@media(max-width:780px){.content-video-block{margin-top:20px}.content-video-player{border-radius:16px;width:100%}.content-video-poster-play{width:62px;height:62px}.content-video-controls{grid-template-columns:34px auto minmax(54px,1fr) auto 20px 58px;padding:24px 8px 8px;gap:5px}.content-video-volume{width:58px}.content-video-volume-icon{width:20px;height:20px}.content-video-volume-icon svg{width:18px;height:18px}.content-video-toggle{width:32px;height:32px}.content-video-time{font-size:9px}}





/* v27: second video fills the whole assessment block on desktop */
@media (min-width:781px){
  .content-video-block--assessment{width:100%;}
  .content-video-block--assessment .content-video-player{width:100%;max-width:none;margin-left:0;margin-right:0;}
}

/* v28: second content video fills assessment block on desktop */
@media(min-width:781px){.content-video-block--assessment,.content-video-block--assessment .content-video-player{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}


/* v34 — mobile low-power fallback for the first/hero video */
.hero-video-mobile-poster{
  display:none;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:5;
  pointer-events:none;
}
@media(max-width:780px){
  .hero-video-widget.is-autoplay-blocked .hero-video-media video{opacity:0!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-mobile-poster{
    display:block;
    object-position:center center;
    transform:scale(var(--mobile-video-zoom,1));
    transform-origin:var(--mobile-video-x,50%) var(--mobile-video-y,50%);
  }
  .hero-video-widget.is-autoplay-blocked .hero-video-progress-mobile span{width:0!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-media video::-webkit-media-controls{display:none!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-media video::-webkit-media-controls-panel{display:none!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-media video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-media video::-webkit-media-controls-overlay-play-button{display:none!important;-webkit-appearance:none!important;}
  .hero-video-widget.is-autoplay-blocked .hero-video-media video::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none!important;}
}

/* v35 — second/content video controls */
.content-video-player .content-video-controls{
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
  transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s!important;
}
/* Only real mouse/trackpad devices may reveal controls by hover. */
@media (hover:hover) and (pointer:fine){
  .content-video-player:hover .content-video-controls{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
    transition-delay:0s!important;
  }
}
/* Touch devices reveal controls only when JS explicitly asks for them. */
@media (hover:none), (pointer:coarse){
  .content-video-player.controls-visible .content-video-controls{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
    transition-delay:0s!important;
  }
}

/* v36 — lazy/progressive content video + loading state + mobile fullscreen */
.content-video-loading{
  position:absolute;
  left:50%;
  top:50%;
  z-index:5;
  width:62px;
  height:62px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:none;
  place-items:center;
  background:rgba(5,10,15,.62);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  box-shadow:0 8px 28px rgba(0,0,0,.32);
}
.content-video-loading span{
  width:28px;
  height:28px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.25);
  border-top-color:#fff;
  animation:contentVideoLoadingSpin .75s linear infinite;
}
.content-video-poster.is-loading{cursor:wait;}
.content-video-poster.is-loading .content-video-poster-play{display:none!important;}
.content-video-poster.is-loading .content-video-loading{display:grid;}
@keyframes contentVideoLoadingSpin{to{transform:rotate(360deg)}}

.content-video-fullscreen{
  display:none;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:9px;
  background:rgba(255,255,255,.10);
  color:#fff;
  place-items:center;
  cursor:pointer;
}
.content-video-fullscreen svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* No non-autoplay content video gets a URL before the user presses Play. */
.content-video-element:not([src]){visibility:hidden;}
.content-video-player.is-loading .content-video-element{visibility:visible;}

@media (max-width:780px){
  .content-video-fullscreen{display:grid;}
  .content-video-controls{
    grid-template-columns:32px auto minmax(48px,1fr) auto 19px 52px 34px!important;
    gap:5px!important;
  }
  .content-video-loading{width:54px;height:54px;}
  .content-video-loading span{width:24px;height:24px;}
}

/* v37 — centered mobile buffering indicator + redesigned play/pause control */
.content-video-buffering{
  position:absolute;
  left:50%;
  top:50%;
  z-index:6;
  width:58px;
  height:58px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(5,10,15,.54);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  box-shadow:0 10px 30px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.08);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease,visibility 0s linear .16s;
}
.content-video-buffering span{
  width:27px;
  height:27px;
  border-radius:50%;
  border:2.5px solid rgba(255,255,255,.22);
  border-top-color:rgba(255,255,255,.96);
  animation:contentVideoBufferSpin .72s linear infinite;
}
@keyframes contentVideoBufferSpin{to{transform:rotate(360deg)}}

.content-video-toggle{
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:50%!important;
  background:rgba(12,18,25,.72)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 5px 16px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.06)!important;
  transition:background .16s ease,transform .16s ease,border-color .16s ease!important;
}
.content-video-toggle:hover{
  background:rgba(28,38,50,.84)!important;
  border-color:rgba(255,255,255,.22)!important;
}
.content-video-toggle:active{transform:scale(.94)!important}
.content-video-toggle svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.content-video-toggle .cv-icon-play{display:none;fill:currentColor;stroke:none;margin-left:2px}
.content-video-player.is-paused .content-video-toggle .cv-icon-pause{display:none}
.content-video-player.is-paused .content-video-toggle .cv-icon-play{display:block}

@media (max-width:780px){
  .content-video-player.is-buffering .content-video-buffering{
    opacity:1;
    visibility:visible;
    transition-delay:0s;
  }
  /* Poster already has its own loading spinner, so avoid showing two circles at once. */
  .content-video-player.is-loading .content-video-buffering{opacity:0;visibility:hidden}
  .content-video-toggle{width:34px!important;height:34px!important}
  .content-video-toggle svg{width:17px;height:17px}
}

/* v69 — hero badge is driven by CMS text, without a duplicate HTML label */
.hero-copy.hero-copy--no-kicker:before{display:none!important;}
