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

/* 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;
  }
}
