/* DarkOra Website Checker landing page 4.0
 * Isolated from the report stylesheet to keep future landing-page changes safe.
 */
.website-checker-landing-page{
  --wcl-bg:#050806;
  --wcl-bg-soft:#08100b;
  --wcl-panel:#0d1510;
  --wcl-panel-strong:#111c15;
  --wcl-line:rgba(151,190,166,.14);
  --wcl-line-strong:rgba(151,190,166,.25);
  --wcl-text:#f2f8f4;
  --wcl-muted:#95a89d;
  --wcl-muted-soft:#6d8075;
  --wcl-green:#39f58a;
  --wcl-green-deep:#19c96a;
  --wcl-cyan:#45dff0;
  --wcl-yellow:#e7bc58;
  --wcl-red:#ff6477;
  --wcl-radius:22px;
  --wcl-shadow:0 35px 90px rgba(0,0,0,.38);
  margin:0;
  overflow-x:hidden;
  background:var(--wcl-bg);
  color:var(--wcl-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.website-checker-landing-page main{min-height:60vh;overflow:hidden;background:var(--wcl-bg)}
.website-checker-landing-page .icon{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}
.website-checker-landing-page .wcl-label,
.website-checker-landing-page .wcl-kicker,
.website-checker-landing-page .wcl-section-heading>div>span{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase}
.website-checker-landing-page .wcl-text-link{width:max-content;display:inline-flex;align-items:center;gap:9px;color:#b8c8bf;font-size:13px;font-weight:700;transition:color .2s ease,gap .2s ease}
.website-checker-landing-page .wcl-text-link:hover{gap:13px;color:var(--wcl-green)}
.website-checker-landing-page .wcl-text-link .icon{width:15px;height:15px}
.website-checker-landing-page :where(a,button,input,summary):focus-visible{outline:2px solid var(--wcl-green);outline-offset:3px}
#website-checker-top,#how-it-works,#what-we-check,#faq{scroll-margin-top:120px}

.wcl-hero{position:relative;isolation:isolate;overflow:hidden;padding:176px 0 0;border-bottom:1px solid var(--wcl-line);background:linear-gradient(180deg,#050806 0%,#07100a 62%,#050806 100%)}
.wcl-hero-grid{position:absolute;z-index:-3;inset:0;background-image:linear-gradient(rgba(137,181,155,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(137,181,155,.045) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.78) 58%,transparent 100%)}
.wcl-hero:before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(5,8,6,.16),rgba(5,8,6,.72) 48%,rgba(5,8,6,.12));pointer-events:none}
.wcl-hero:after{content:"";position:absolute;z-index:-1;inset:auto 8% 0;height:1px;background:linear-gradient(90deg,transparent,var(--wcl-green),var(--wcl-cyan),transparent);opacity:.55}
.wcl-hero-glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(10px);pointer-events:none}
.wcl-hero-glow-one{width:620px;height:620px;right:-180px;top:45px;background:radial-gradient(circle,rgba(57,245,138,.12),transparent 66%)}
.wcl-hero-glow-two{width:440px;height:440px;left:-250px;bottom:-180px;background:radial-gradient(circle,rgba(69,223,240,.07),transparent 68%)}
.wcl-hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.82fr);align-items:center;gap:clamp(48px,6vw,90px);padding-bottom:84px}
.wcl-breadcrumb{margin-bottom:27px;display:flex;align-items:center;gap:9px;color:#60756a;font-family:var(--mono);font-size:10px}
.wcl-breadcrumb a{transition:color .2s ease}.wcl-breadcrumb a:hover{color:var(--wcl-green)}
.wcl-breadcrumb .icon{width:11px;height:11px}.wcl-breadcrumb span{color:#91a69a}
.wcl-kicker{display:flex;align-items:center;gap:10px;color:#7bd49a;font-size:10px;font-weight:700}
.wcl-kicker i{width:7px;height:7px;border-radius:50%;background:var(--wcl-green);box-shadow:0 0 0 5px rgba(57,245,138,.08),0 0 18px rgba(57,245,138,.75)}
.wcl-hero-content h1{max-width:780px;margin:20px 0 0;color:var(--wcl-text);font-size:clamp(49px,5.7vw,79px);line-height:1.025;letter-spacing:-.055em}
.wcl-hero-content h1 span{color:var(--wcl-green)}
@supports ((background-clip:text) or (-webkit-background-clip:text)){.wcl-hero-content h1 span{color:transparent;background:linear-gradient(100deg,#f3fff7 0%,var(--wcl-green) 55%,#80edf4 100%);background-clip:text;-webkit-background-clip:text}}
.wcl-hero-lead{max-width:730px;margin:27px 0 0;color:var(--wcl-muted);font-size:17px;line-height:1.82}
.wcl-hero-benefits{margin:30px 0 27px;display:flex;flex-wrap:wrap;gap:10px}
.wcl-hero-benefits span{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--wcl-line);border-radius:999px;background:rgba(255,255,255,.018);color:#91a399;font-size:11px}
.wcl-hero-benefits .icon{width:14px;height:14px;color:var(--wcl-green)}

.wcl-checker-shell{position:relative;border:1px solid rgba(57,245,138,.24);border-radius:26px;background:linear-gradient(145deg,rgba(15,25,18,.98),rgba(6,11,8,.99));box-shadow:var(--wcl-shadow),0 0 80px rgba(57,245,138,.055)}
.wcl-checker-shell:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 30%,transparent 70%,rgba(69,223,240,.05));pointer-events:none}
.wcl-shell-bar{position:relative;min-height:53px;padding:0 19px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border-bottom:1px solid var(--wcl-line);color:#60746a;font-family:var(--mono);font-size:9px}
.wcl-shell-dots{display:flex;gap:5px}.wcl-shell-dots i{width:6px;height:6px;border-radius:50%;background:#34463c}.wcl-shell-dots i:first-child{background:#fc6a78}.wcl-shell-dots i:nth-child(2){background:#d9af53}.wcl-shell-dots i:last-child{background:#42d984}
.wcl-shell-bar>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wcl-shell-bar>strong{padding:5px 8px;border:1px solid rgba(57,245,138,.16);border-radius:6px;background:rgba(57,245,138,.045);color:#75d696;font-size:8px;letter-spacing:.12em}
.wcl-shell-body{position:relative;padding:28px}
.wcl-shell-heading{display:flex;align-items:center;gap:15px}
.wcl-shell-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(57,245,138,.2);border-radius:14px;background:rgba(57,245,138,.055);color:var(--wcl-green);box-shadow:inset 0 0 24px rgba(57,245,138,.035)}
.wcl-shell-icon .icon{width:23px;height:23px}
.wcl-shell-heading span{color:#6d8578;font-family:var(--mono);font-size:8px;letter-spacing:.11em}
.wcl-shell-heading h2{margin:5px 0 0;font-size:24px;letter-spacing:-.035em}
.wcl-shell-body form{margin-top:25px}
.wcl-shell-body label{display:block;margin-bottom:9px;color:#bdcbc3;font-size:12px;font-weight:700}
.wcl-input-wrap{min-height:64px;padding:7px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border:1px solid rgba(151,190,166,.2);border-radius:14px;background:#060b08;transition:border-color .2s ease,box-shadow .2s ease}
.wcl-input-wrap:focus-within{border-color:rgba(57,245,138,.5);box-shadow:0 0 0 4px rgba(57,245,138,.06)}
.wcl-input-icon{width:43px;display:grid;place-items:center;color:#6c8a78}
.wcl-input-icon .icon{width:19px;height:19px}
.wcl-input-wrap input{min-width:0;width:100%;height:48px;padding:0 8px;border:0;outline:0;background:transparent;color:#eef8f2;font-family:var(--mono);font-size:15px}
.wcl-input-wrap input::placeholder{color:#46594e}
.wcl-input-wrap button{min-width:155px;height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--wcl-green),var(--wcl-green-deep));color:#031208;font-size:12px;font-weight:850;cursor:pointer;box-shadow:0 10px 28px rgba(25,201,106,.15);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.wcl-input-wrap button:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(25,201,106,.23)}
.wcl-input-wrap button[disabled]{opacity:.65;cursor:wait;transform:none}
.wcl-form-help{margin:11px 0 0;color:#60746a;font-size:10px;line-height:1.65}
.wcl-scan-status{margin-top:16px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid rgba(57,245,138,.16);border-radius:12px;background:rgba(57,245,138,.035)}
.wcl-scan-status[hidden]{display:none}
.wcl-loader{width:24px;height:24px;border:2px solid rgba(57,245,138,.17);border-top-color:var(--wcl-green);border-radius:50%;animation:wcl-spin .75s linear infinite;flex:none}
.wcl-scan-status div{display:grid;gap:3px}.wcl-scan-status strong{font-size:11px}.wcl-scan-status small{color:#73877b;font-size:9px;line-height:1.45}
.wcl-shell-preview{margin-top:25px;padding-top:21px;border-top:1px solid var(--wcl-line)}
.wcl-preview-head{display:flex;justify-content:space-between;align-items:center;color:#75897d;font-family:var(--mono);font-size:8px}.wcl-preview-head small{color:#557064}
.wcl-preview-bars{margin-top:12px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;align-items:end;height:45px}
.wcl-preview-bars span{height:100%;display:flex;align-items:flex-end;overflow:hidden;border-radius:4px;background:rgba(151,190,166,.055)}
.wcl-preview-bars i{width:100%;height:var(--wcl-bar);display:block;border-radius:4px;background:linear-gradient(180deg,var(--wcl-green),rgba(57,245,138,.18));box-shadow:0 0 14px rgba(57,245,138,.09)}

.wcl-proof-row{min-height:92px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--wcl-line)}
.wcl-proof-row>div{padding:20px 23px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--wcl-line)}
.wcl-proof-row>div:first-child{padding-left:0}.wcl-proof-row>div:last-child{padding-right:0;border-right:0}
.wcl-proof-row strong{color:var(--wcl-green);font:800 19px/1 var(--mono)}
.wcl-proof-row span{color:#71847a;font-size:10px;line-height:1.45}

.wcl-section{padding:108px 0}
.wcl-section-heading{margin-bottom:43px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);align-items:end;gap:48px}
.wcl-section-heading>div>span,.wcl-label{color:#68c889;font-size:9px;font-weight:750}
.wcl-section-heading h2{max-width:780px;margin:13px 0 0;font-size:clamp(37px,4.7vw,58px);line-height:1.08;letter-spacing:-.05em}
.wcl-section-heading>p{margin:0;color:var(--wcl-muted);font-size:14px;line-height:1.8}
.wcl-section-heading-centered{display:block;text-align:center}.wcl-section-heading-centered h2{margin-inline:auto}.wcl-section-heading-centered>p{max-width:760px;margin:17px auto 0}

.wcl-process{background:radial-gradient(circle at 10% 15%,rgba(57,245,138,.035),transparent 30%),var(--wcl-bg)}
.wcl-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.wcl-process-grid article{position:relative;min-height:300px;padding:30px;border:1px solid var(--wcl-line);border-radius:var(--wcl-radius);background:linear-gradient(145deg,rgba(15,23,18,.92),rgba(8,13,10,.9));transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.wcl-process-grid article:hover{transform:translateY(-5px);border-color:rgba(57,245,138,.24);box-shadow:0 25px 55px rgba(0,0,0,.18)}
.wcl-process-grid article:after{content:"";position:absolute;inset:auto 25px 0;height:1px;background:linear-gradient(90deg,transparent,rgba(57,245,138,.7),transparent);opacity:0;transition:opacity .25s ease}
.wcl-process-grid article:hover:after{opacity:1}
.wcl-step-number{position:absolute;right:27px;top:27px;color:#405349;font:700 10px var(--mono);letter-spacing:.1em}
.wcl-step-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(57,245,138,.18);border-radius:15px;background:rgba(57,245,138,.045);color:var(--wcl-green)}
.wcl-step-icon .icon{width:24px;height:24px}
.wcl-process-grid h3{margin:40px 0 0;font-size:22px;letter-spacing:-.025em}
.wcl-process-grid p{margin:13px 0 0;color:#82958a;font-size:13px;line-height:1.75}

.wcl-coverage{position:relative;border-block:1px solid var(--wcl-line);background:linear-gradient(180deg,#070b08,#08100b 48%,#060a07)}
.wcl-coverage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 34%,rgba(69,223,240,.035),transparent 28%);pointer-events:none}
.wcl-coverage-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.wcl-coverage-card{position:relative;min-height:260px;padding:27px;overflow:hidden;border:1px solid var(--wcl-line);border-radius:20px;background:rgba(13,20,15,.84);transition:border-color .25s ease,background .25s ease}
.wcl-coverage-card:hover{border-color:rgba(57,245,138,.24);background:rgba(15,25,18,.96)}
.wcl-card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#5c7a68;font:700 8px var(--mono);letter-spacing:.12em}
.wcl-card-top .icon{width:23px;height:23px;color:var(--wcl-green)}
.wcl-coverage-card h3{margin:37px 0 0;font-size:21px;line-height:1.25;letter-spacing:-.03em}
.wcl-coverage-card p{margin:12px 0 0;color:#809288;font-size:12px;line-height:1.75}
.wcl-coverage-featured{grid-column:span 2;grid-row:span 2;min-height:534px;padding:33px;background:radial-gradient(circle at 82% 75%,rgba(57,245,138,.065),transparent 30%),linear-gradient(145deg,rgba(17,28,20,.96),rgba(9,14,11,.96))}
.wcl-coverage-featured h3{max-width:560px;margin-top:52px;font-size:clamp(30px,3.3vw,45px);line-height:1.08}
.wcl-coverage-featured p{max-width:610px;font-size:14px}
.wcl-coverage-featured ul{margin:29px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,max-content);gap:13px 30px;list-style:none}
.wcl-coverage-featured li{position:relative;padding-left:17px;color:#94a79c;font-size:12px}.wcl-coverage-featured li:before{content:"";position:absolute;left:0;top:.48em;width:6px;height:6px;border-radius:50%;background:var(--wcl-green);box-shadow:0 0 10px rgba(57,245,138,.45)}
.wcl-signal-visual{position:absolute;right:35px;bottom:32px;width:min(46%,320px);height:105px;display:flex;align-items:end;gap:10px;opacity:.9}
.wcl-signal-visual:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to top,rgba(151,190,166,.075) 0 1px,transparent 1px 25px)}
.wcl-signal-visual span{position:relative;z-index:1;flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,rgba(57,245,138,.8),rgba(57,245,138,.08))}.wcl-signal-visual span:nth-child(1){height:45%}.wcl-signal-visual span:nth-child(2){height:76%}.wcl-signal-visual span:nth-child(3){height:57%}.wcl-signal-visual span:nth-child(4){height:92%}.wcl-signal-visual span:nth-child(5){height:68%}
.wcl-coverage-wide{grid-column:span 2;min-height:230px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:end}
.wcl-coverage-wide h3{margin-top:30px}
.wcl-provider-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.wcl-provider-list span{min-height:42px;padding:0 11px;display:flex;align-items:center;border:1px solid rgba(151,190,166,.1);border-radius:9px;background:rgba(255,255,255,.015);color:#71867a;font:700 8px var(--mono)}

.wcl-score-section{background:radial-gradient(circle at 14% 50%,rgba(57,245,138,.05),transparent 29%),var(--wcl-bg)}
.wcl-score-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:clamp(45px,7vw,95px);align-items:center}
.wcl-score-copy h2{max-width:650px;margin:15px 0 0;font-size:clamp(39px,4.9vw,60px);line-height:1.08;letter-spacing:-.05em}
.wcl-score-copy>p{max-width:680px;margin:22px 0 0;color:var(--wcl-muted);font-size:14px;line-height:1.88}
.wcl-score-notice{margin-top:28px;padding:17px 18px;display:grid;grid-template-columns:auto 1fr;gap:13px;border:1px solid rgba(231,188,88,.17);border-radius:13px;background:rgba(231,188,88,.035)}
.wcl-score-notice .icon{margin-top:2px;color:var(--wcl-yellow)}
.wcl-score-notice p{margin:0;color:#918b76;font-size:11px;line-height:1.65}.wcl-score-notice strong{color:#c8bc94}
.wcl-score-panel{padding:28px;border:1px solid var(--wcl-line-strong);border-radius:24px;background:linear-gradient(145deg,rgba(15,24,18,.96),rgba(8,13,10,.96));box-shadow:0 30px 70px rgba(0,0,0,.22)}
.wcl-score-panel-head{padding-bottom:18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--wcl-line);font-family:var(--mono)}
.wcl-score-panel-head span{color:#658074;font-size:8px;letter-spacing:.14em}.wcl-score-panel-head strong{color:#d8e6de;font-size:17px}
.wcl-score-scale{margin-top:9px;display:grid}
.wcl-score-scale>div{position:relative;min-height:73px;padding:14px 15px 14px 66px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:4px 14px;border-bottom:1px solid rgba(151,190,166,.09)}
.wcl-score-scale>div:last-child{border-bottom:0}
.wcl-score-scale>div:before{content:"";position:absolute;left:17px;top:18px;width:32px;height:32px;border:1px solid currentColor;border-radius:9px;background:currentColor;opacity:.12}
.wcl-score-scale>div:after{content:"";position:absolute;left:29px;top:30px;width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}
.wcl-score-scale span{font:800 11px var(--mono);color:currentColor}.wcl-score-scale strong{color:#cbd8d0;font-size:12px}.wcl-score-scale small{grid-column:1/-1;color:#65786d;font-size:9px}
.wcl-score-scale .is-critical{color:#ff6477}.wcl-score-scale .is-risk{color:#ff8a62}.wcl-score-scale .is-caution{color:#e7bc58}.wcl-score-scale .is-good{color:#78d99a}.wcl-score-scale .is-strong{color:var(--wcl-green)}
.wcl-score-footnote{margin:13px 0 0;padding-top:17px;border-top:1px solid var(--wcl-line);color:#5f7367;font-size:9px;text-align:center}

.wcl-recent-section{border-top:1px solid var(--wcl-line);background:linear-gradient(180deg,rgba(255,255,255,.008),transparent)}
.wcl-recent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.wcl-report-card{position:relative;min-height:120px;padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;overflow:hidden;border:1px solid var(--wcl-line);border-radius:18px;background:rgba(12,18,14,.8);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.wcl-report-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:2px;border-radius:9px;background:var(--wcl-band)}
.wcl-report-card:hover{transform:translateY(-3px);border-color:rgba(57,245,138,.23);background:rgba(15,24,18,.94)}
.wcl-report-card.is-strong{--wcl-band:var(--wcl-green);--wcl-band-rgb:57,245,138}.wcl-report-card.is-good{--wcl-band:#78d99a;--wcl-band-rgb:120,217,154}.wcl-report-card.is-caution{--wcl-band:var(--wcl-yellow);--wcl-band-rgb:231,188,88}.wcl-report-card.is-risk{--wcl-band:var(--wcl-red);--wcl-band-rgb:255,100,119}
.wcl-report-score{width:72px;height:72px;display:grid;place-content:center;text-align:center;border:1px solid rgba(var(--wcl-band-rgb),.35);border-radius:50%;background:rgba(var(--wcl-band-rgb),.06)}
.wcl-report-score strong{color:var(--wcl-band);font:800 22px/1 var(--mono)}.wcl-report-score span{margin-top:3px;color:#64776c;font:700 8px var(--mono)}
.wcl-report-info>span{color:#587064;font:700 7px var(--mono);letter-spacing:.12em}.wcl-report-info h3{margin:7px 0 10px;font-size:16px;overflow-wrap:anywhere}.wcl-report-info>div{display:flex;flex-wrap:wrap;gap:8px 14px;color:#708379;font-size:9px}.wcl-report-info small{color:var(--wcl-band)}
.wcl-report-arrow{width:17px;height:17px;color:#64796d;transition:transform .2s ease,color .2s ease}.wcl-report-card:hover .wcl-report-arrow{transform:translateX(3px);color:var(--wcl-green)}

.wcl-faq-section{border-top:1px solid var(--wcl-line);background:#070b08}
.wcl-faq-layout{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(0,1.15fr);gap:clamp(50px,8vw,110px);align-items:start}
.wcl-faq-intro{position:sticky;top:135px}.wcl-faq-intro h2{margin:15px 0 0;font-size:clamp(35px,4vw,50px);line-height:1.1;letter-spacing:-.045em}.wcl-faq-intro>p{margin:19px 0 25px;color:var(--wcl-muted);font-size:14px;line-height:1.8}
.wcl-faq-list{display:grid;gap:10px}
.wcl-faq-list details{border:1px solid var(--wcl-line);border-radius:15px;background:rgba(255,255,255,.012);transition:border-color .2s ease,background .2s ease}
.wcl-faq-list details[open]{border-color:rgba(57,245,138,.2);background:rgba(57,245,138,.018)}
.wcl-faq-list summary{min-height:70px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#d9e5de;font-size:14px;font-weight:750;cursor:pointer;list-style:none}
.wcl-faq-list summary::-webkit-details-marker{display:none}
.wcl-faq-list summary i{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(151,190,166,.13);border-radius:8px;color:var(--wcl-green);font:400 20px/1 var(--mono);font-style:normal;transition:transform .2s ease}
.wcl-faq-list details[open] summary i{transform:rotate(45deg)}
.wcl-faq-list details p{margin:0;padding:0 20px 21px;color:#84978c;font-size:12px;line-height:1.8}

.wcl-final-cta{padding:76px 0;background:linear-gradient(180deg,#070b08,var(--wcl-bg))}
.wcl-final-card{position:relative;min-height:155px;padding:30px 34px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;overflow:hidden;border:1px solid rgba(57,245,138,.19);border-radius:24px;background:radial-gradient(circle at 80% 50%,rgba(69,223,240,.055),transparent 28%),linear-gradient(110deg,rgba(57,245,138,.07),rgba(14,22,17,.96) 36%,rgba(8,13,10,.97));box-shadow:0 28px 70px rgba(0,0,0,.22)}
.wcl-final-card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--wcl-green),var(--wcl-cyan),transparent)}
.wcl-final-icon{width:60px;height:60px;display:grid;place-items:center;border:1px solid rgba(57,245,138,.2);border-radius:17px;background:rgba(57,245,138,.06);color:var(--wcl-green)}.wcl-final-icon .icon{width:27px;height:27px}
.wcl-final-card>div:nth-child(2)>span{color:#668174;font:700 8px var(--mono);letter-spacing:.13em}.wcl-final-card h2{max-width:700px;margin:9px 0 0;font-size:clamp(22px,2.5vw,32px);line-height:1.27;letter-spacing:-.035em}
.wcl-final-card>a{min-height:47px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;background:linear-gradient(135deg,var(--wcl-green),var(--wcl-green-deep));color:#04130a;font-size:11px;font-weight:850;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.wcl-final-card>a:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(25,201,106,.18)}
.wcl-disclaimer{padding:28px 0;border-top:1px solid var(--wcl-line);background:#040705}
.wcl-disclaimer .container{display:flex;align-items:flex-start;gap:12px}.wcl-disclaimer .icon{margin-top:2px;color:#6f8d7d}.wcl-disclaimer p{max-width:1000px;margin:0;color:#687a70;font-size:10px;line-height:1.7}.wcl-disclaimer strong{color:#85978d}

@keyframes wcl-spin{to{transform:rotate(360deg)}}

@media(max-width:1120px){
  .wcl-hero-layout{grid-template-columns:1fr;gap:48px}.wcl-hero-content{max-width:890px}.wcl-checker-shell{max-width:760px}
  .wcl-proof-row{grid-template-columns:repeat(2,1fr)}.wcl-proof-row>div:nth-child(2){border-right:0}.wcl-proof-row>div:nth-child(-n+2){border-bottom:1px solid var(--wcl-line)}.wcl-proof-row>div:nth-child(3){padding-left:0}
  .wcl-coverage-grid{grid-template-columns:repeat(2,1fr)}.wcl-coverage-featured{grid-column:span 2}.wcl-coverage-wide{grid-column:span 2}
  .wcl-score-layout{grid-template-columns:1fr}.wcl-score-copy{max-width:800px}.wcl-score-panel{max-width:760px;width:100%}
}
@media(max-width:900px){
  .wcl-section-heading{grid-template-columns:1fr;gap:18px}.wcl-section-heading>p{max-width:720px}
  .wcl-process-grid{grid-template-columns:1fr}.wcl-process-grid article{min-height:245px}
  .wcl-recent-grid{grid-template-columns:1fr}
  .wcl-faq-layout{grid-template-columns:1fr;gap:38px}.wcl-faq-intro{position:static;max-width:700px}
  .wcl-final-card{grid-template-columns:auto 1fr}.wcl-final-card>a{grid-column:1/-1;width:max-content;margin-left:84px}
}
@media(max-width:720px){
  .wcl-hero{padding-top:137px}.wcl-hero-layout{padding-bottom:58px}.wcl-hero-content h1{font-size:clamp(42px,12vw,57px);letter-spacing:-.05em}.wcl-hero-lead{font-size:15px}.wcl-breadcrumb{margin-bottom:23px}
  .wcl-shell-body{padding:21px}.wcl-input-wrap{grid-template-columns:auto 1fr;padding:7px}.wcl-input-wrap button{grid-column:1/-1;width:100%;margin-top:7px}.wcl-form-help{font-size:9px}
  .wcl-proof-row{grid-template-columns:1fr}.wcl-proof-row>div,.wcl-proof-row>div:nth-child(2),.wcl-proof-row>div:nth-child(3){padding:17px 0;border-right:0;border-bottom:1px solid var(--wcl-line)}.wcl-proof-row>div:last-child{border-bottom:0}
  .wcl-section{padding:76px 0}.wcl-section-heading{margin-bottom:31px}.wcl-section-heading h2{font-size:36px}.wcl-section-heading>p{font-size:13px}
  .wcl-coverage-grid{grid-template-columns:1fr}.wcl-coverage-featured,.wcl-coverage-wide{grid-column:auto;grid-row:auto}.wcl-coverage-featured{min-height:480px}.wcl-coverage-wide{display:block}.wcl-provider-list{margin-top:25px}.wcl-signal-visual{left:30px;right:30px;width:auto}
  .wcl-score-panel{padding:20px}.wcl-score-scale>div{padding-left:59px}.wcl-score-copy h2{font-size:38px}
  .wcl-report-card{grid-template-columns:auto 1fr}.wcl-report-arrow{display:none}
  .wcl-final-card{padding:26px 22px;grid-template-columns:50px 1fr;gap:17px}.wcl-final-icon{width:50px;height:50px}.wcl-final-card>a{margin-left:67px}
}
@media(max-width:520px){
  .wcl-hero-benefits{display:grid}.wcl-hero-benefits span{width:max-content}.wcl-kicker{font-size:8px}.wcl-hero-content h1{font-size:41px}.wcl-checker-shell{border-radius:19px}.wcl-shell-bar{padding-inline:14px}.wcl-shell-bar>span{font-size:7px}.wcl-shell-body{padding:18px}.wcl-shell-heading h2{font-size:21px}
  .wcl-coverage-featured{min-height:535px}.wcl-coverage-featured ul{grid-template-columns:1fr}.wcl-signal-visual{bottom:26px;height:80px}
  .wcl-score-scale>div{grid-template-columns:1fr;padding-right:8px}.wcl-score-scale small{grid-column:auto}.wcl-score-notice{grid-template-columns:1fr}.wcl-score-notice .icon{margin:0}
  .wcl-report-card{padding:15px;gap:13px}.wcl-report-score{width:62px;height:62px}.wcl-report-info h3{font-size:14px}
  .wcl-faq-list summary{padding:16px;font-size:13px}.wcl-faq-list details p{padding:0 16px 18px}
  .wcl-final-card{grid-template-columns:1fr}.wcl-final-card>a{margin:0;width:100%}
}
@media(prefers-reduced-motion:reduce){
  .website-checker-landing-page *,
  .website-checker-landing-page *:before,
  .website-checker-landing-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
