
.crc-home{max-width:var(--crc-max);margin:0 auto;padding:46px 24px 16px;background:var(--crc-bg)}
.crc-home-section{padding:62px 0;border-top:1px solid var(--crc-border)}
.crc-home-section:first-of-type{border-top:0}
.crc-home-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:var(--crc-accent);margin-bottom:9px}
.crc-home-heading{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em;margin:0}
.crc-home-copy{font-size:16px;color:var(--crc-muted);max-width:760px;margin:13px 0 0}
.crc-home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:56px;align-items:center;padding:38px 0 66px}
.crc-home-hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px;max-width:820px}
.crc-home-hero__lead{font-size:18px;line-height:1.6;color:var(--crc-muted);max-width:720px;margin:0}
.crc-home-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.crc-home-hero__panel{background:var(--crc-dark);color:#fff;border-radius:24px;padding:28px;box-shadow:var(--crc-shadow);position:relative;overflow:hidden}
.crc-home-hero__panel::before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid rgba(255,255,255,.09);right:-70px;top:-90px}
.crc-home-hero__panel::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;border:1px solid rgba(255,255,255,.07);right:4px;top:-26px}
.crc-home-hero__panel-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#aeb7c0;font-weight:800;margin-bottom:9px}
.crc-home-hero__panel h2{font-size:25px;line-height:1.12;margin:0 0 10px;position:relative;z-index:1}
.crc-home-hero__panel p{color:#c4cbd2;font-size:14px;margin:0 0 20px;position:relative;z-index:1}
.crc-home-search{position:relative;z-index:2}
.crc-home-search__box{display:flex;align-items:center;background:#fff;border-radius:12px;padding:4px;border:1px solid transparent}
.crc-home-search__box:focus-within{border-color:#e1a4a7;box-shadow:0 0 0 4px rgba(181,33,39,.16)}
.crc-home-search input{width:100%;border:0;outline:0;padding:12px 12px;font-size:14px;color:var(--crc-text);background:transparent}
.crc-home-search__button{border:0;border-radius:9px;background:var(--crc-accent);color:#fff;font-weight:900;padding:10px 13px}
.crc-home-search-results{position:relative;margin-top:8px;background:#fff;color:var(--crc-text);border-radius:13px;box-shadow:0 18px 55px rgba(0,0,0,.24);padding:8px;max-height:360px;overflow:auto}
.crc-home-search-result{width:100%;border:0;background:transparent;border-radius:9px;padding:11px 10px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.crc-home-search-result:hover,.crc-home-search-result:focus-visible{background:#f1f3f5}
.crc-home-search-result strong{display:block;font-size:13px;line-height:1.25}
.crc-home-search-result small{display:block;color:var(--crc-muted);margin-top:3px}
.crc-home-search-result span{font-size:11px;color:var(--crc-accent);font-weight:900}
.crc-home-search-empty{padding:14px;color:var(--crc-muted);font-size:13px}
.crc-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.crc-section-head__text{max-width:760px}
.crc-section-head__action{white-space:nowrap}
.crc-situation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.crc-situation-card{border:1px solid var(--crc-border);background:#fff;border-radius:17px;padding:22px;text-align:left;min-height:174px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}
.crc-situation-card:hover{transform:translateY(-2px);border-color:#b9c0c8;box-shadow:0 12px 34px rgba(16,21,27,.07)}
.crc-situation-card__number{font-size:11px;font-weight:900;color:var(--crc-accent);letter-spacing:.08em}
.crc-situation-card h3{font-size:19px;line-height:1.15;margin:17px 0 7px}
.crc-situation-card p{font-size:13px;color:var(--crc-muted);margin:0}
.crc-situation-card__go{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:12px;font-weight:900}
.crc-situation-card__go span:last-child{color:var(--crc-accent);font-size:20px}
.crc-home-journey{background:linear-gradient(135deg,#10151b,#1b252f);color:#fff;border-radius:24px;padding:34px;overflow:hidden}
.crc-home-journey__head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.crc-home-journey__head h2{font-size:32px;line-height:1.05;margin:0}
.crc-home-journey__head p{max-width:560px;color:#c0c8d0;margin:0}
.crc-home-journey__track{display:grid;grid-template-columns:repeat(6,1fr);position:relative;gap:4px}
.crc-home-journey__track::before{content:"";position:absolute;left:7%;right:7%;top:20px;height:2px;background:#45515d}
.crc-home-stage{position:relative;border:0;background:transparent;color:#fff;text-align:center;padding:0 6px;z-index:1}
.crc-home-stage__dot{width:40px;height:40px;margin:0 auto 10px;border-radius:50%;background:#26323e;border:2px solid #6b7885;display:grid;place-items:center;font-weight:900;font-size:12px;transition:.18s ease}
.crc-home-stage:hover .crc-home-stage__dot{background:var(--crc-accent);border-color:var(--crc-accent);transform:scale(1.08)}
.crc-home-stage strong{font-size:12px;display:block}
.crc-home-stage small{font-size:10px;color:#aab3bc;display:block;margin-top:3px}
.crc-question-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.crc-question-card{border:1px solid var(--crc-border);background:#fff;border-radius:15px;padding:20px;text-align:left;display:grid;grid-template-rows:auto 1fr auto;min-height:180px;text-decoration:none}
    .crc-question-card:hover {
        border-color: #b9c0c8;
        background: #fafbfc
    }
.crc-question-card__category{font-size:10px;color:var(--crc-accent);font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.crc-question-card h3{font-size:17px;line-height:1.2;margin:11px 0;color:var(--crc-text)}
.crc-question-card p{font-size:13px;color:var(--crc-muted);margin:0 0 17px}
.crc-question-card__footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:900;color:var(--crc-muted)}
.crc-question-card__footer span:last-child{color:var(--crc-accent)}
.crc-ny-panel{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:25px;padding:28px;border-radius:20px;border:1px solid #d8dce1;background:#fff}
.crc-ny-badge{width:80px;height:80px;border-radius:18px;background:var(--crc-dark);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:950;letter-spacing:-.04em}
.crc-ny-panel h2{font-size:27px;line-height:1.08;margin:0 0 7px}
.crc-ny-panel p{margin:0;color:var(--crc-muted);max-width:720px}
.crc-topic-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.crc-topic-home-card{border:1px solid var(--crc-border);border-radius:15px;background:#fff;padding:20px;text-align:left;min-height:150px}
.crc-topic-home-card:hover{border-color:#b9c0c8;background:#fafbfc}
.crc-topic-home-card h3{margin:0 0 7px;font-size:17px}
.crc-topic-home-card p{margin:0;color:var(--crc-muted);font-size:13px}
.crc-topic-home-card span{display:block;margin-top:18px;color:var(--crc-accent);font-weight:900;font-size:12px}
.crc-publisher-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;background:#f0f2f4;border-radius:20px;padding:30px}
.crc-publisher-panel h2{margin:0 0 8px;font-size:28px}
.crc-publisher-panel p{margin:0;color:var(--crc-muted);max-width:760px}
.crc-final-guide{background:var(--crc-dark);color:#fff;border-radius:24px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.crc-final-guide h2{margin:0 0 7px;font-size:30px}
.crc-final-guide p{margin:0;color:#bfc7cf;max-width:720px}
.crc-workspace-wrap{max-width:var(--crc-max);margin:32px auto 70px;padding:0 24px;scroll-margin-top:20px}
.crc-workspace-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}
.crc-workspace-heading__label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--crc-muted)}
.crc-workspace-home{border:0;background:transparent;color:var(--crc-muted);font-weight:800;padding:7px 0}
.crc-workspace-home:hover{color:var(--crc-border)}
@media(max-width:980px){
 .crc-home-hero{grid-template-columns:1fr;gap:30px}
 .crc-situation-grid,.crc-question-grid,.crc-topic-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .crc-home-journey__head{display:block}
 .crc-home-journey__head p{margin-top:10px}
 .crc-ny-panel{grid-template-columns:80px 1fr}.crc-ny-panel .crc-btn{grid-column:2;justify-self:start}
}
@media(max-width:640px){
 .crc-home{padding:28px 14px 8px}.crc-home-hero{padding:16px 0 45px}
 .crc-home-hero h1{font-size:45px}.crc-home-hero__panel{padding:22px;border-radius:18px}
 .crc-home-section{padding:44px 0}.crc-section-head{display:block}.crc-section-head__action{margin-top:14px}
 .crc-situation-grid,.crc-question-grid,.crc-topic-home-grid{grid-template-columns:1fr}
 .crc-situation-card{min-height:145px}.crc-home-journey{padding:25px 18px;border-radius:18px;overflow:auto}
 .crc-home-journey__track{min-width:680px}.crc-home-journey__head{min-width:600px}
 .crc-ny-panel{grid-template-columns:1fr;gap:14px}.crc-ny-panel .crc-btn{grid-column:auto}
 .crc-publisher-panel,.crc-final-guide{grid-template-columns:1fr;display:grid}.crc-final-guide{padding:27px 20px}
 .crc-workspace-wrap{padding:0 14px;margin-top:20px}
}

.crc-home-search-results[aria-busy="true"]{opacity:.72}
.crc-home-search__button:focus-visible{outline:3px solid rgba(255,255,255,.38);outline-offset:2px}

.crc-home-customer-utility{
  padding:24px 26px;border:1px solid var(--crc-border);border-radius:16px;background:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.crc-home-customer-utility h2{font-size:24px;letter-spacing:-.02em;margin:4px 0 5px}
.crc-home-customer-utility p{margin:0;color:var(--crc-muted);font-size:14px}
@media(max-width:640px){
  .crc-home-customer-utility{flex-direction:column;align-items:flex-start}
  .crc-home-customer-utility .crc-btn{width:100%}
}
