
:root{
  --grfv-bg:#0b0d0c;
  --grfv-panel:#111512;
  --grfv-panel-2:#171c18;
  --grfv-line:rgba(255,255,255,.10);
  --grfv-text:#f6f7f6;
  --grfv-muted:#aeb7b0;
  --grfv-lime:#b7ff29;
  --grfv-lime-2:#d8ff7e;
  --grfv-dark:#081007;
}
*{box-sizing:border-box}
.grfv-shell{position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(circle at 15% 0%, rgba(183,255,41,.10), transparent 32%),radial-gradient(circle at 100% 90%, rgba(183,255,41,.06), transparent 25%),var(--grfv-bg);color:var(--grfv-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:28px 20px 34px}
.grfv-shell button,.grfv-shell input{font:inherit}
.grfv-topbar{max-width:1040px;margin:0 auto 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.grfv-brand{display:flex;align-items:center;gap:11px;color:inherit!important;text-decoration:none!important}
.grfv-brand-mark{width:46px;height:46px;border:1px solid rgba(183,255,41,.45);border-radius:14px;display:grid;place-items:center;font-weight:900;letter-spacing:-2px;color:var(--grfv-lime);background:rgba(183,255,41,.05);box-shadow:0 0 32px rgba(183,255,41,.08)}
.grfv-brand-copy{display:flex;flex-direction:column;line-height:1.12}
.grfv-brand-copy strong{font-size:15px;letter-spacing:.01em}.grfv-brand-copy small{font-size:11px;color:var(--grfv-muted);margin-top:4px}
.grfv-secure{font-size:12px;color:var(--grfv-muted);border:1px solid var(--grfv-line);padding:8px 12px;border-radius:999px}
.grfv-card{position:relative;z-index:2;max-width:1040px;margin:auto;padding:clamp(26px,5vw,64px);min-height:620px;background:linear-gradient(160deg,rgba(22,27,23,.96),rgba(13,16,14,.98));border:1px solid var(--grfv-line);border-radius:28px;box-shadow:0 26px 80px rgba(0,0,0,.35)}
.grfv-screen{display:none;animation:grfvIn .3s ease}.grfv-screen.is-active{display:block}
@keyframes grfvIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.grfv-kicker{color:var(--grfv-lime);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.grfv-shell h1,.grfv-shell h2,.grfv-shell h3,.grfv-shell p{margin-top:0}
.grfv-shell h1{font-size:clamp(38px,6.2vw,72px);line-height:.98;letter-spacing:-.055em;max-width:860px;margin-bottom:24px}
.grfv-shell h2{font-size:clamp(31px,4vw,52px);line-height:1.02;letter-spacing:-.04em;margin-bottom:18px}
.grfv-shell h3{font-size:22px;line-height:1.15;letter-spacing:-.02em}
.grfv-lead{font-size:clamp(17px,2vw,21px);line-height:1.55;color:#cbd2cc;max-width:830px;margin-bottom:32px}.grfv-lead-small{font-size:17px}
.grfv-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 34px}
.grfv-benefits>div{border:1px solid var(--grfv-line);background:rgba(255,255,255,.025);padding:19px;border-radius:18px}
.grfv-benefits span{display:block;color:var(--grfv-lime);font-size:12px;font-weight:900;margin-bottom:11px}.grfv-benefits p{margin:0;color:#d7ddd8;line-height:1.42;font-size:14px}
.grfv-gift-box{margin:0 0 24px;padding:20px;border-radius:18px;border:1px solid rgba(183,255,41,.22);background:linear-gradient(145deg,rgba(183,255,41,.08),rgba(183,255,41,.02))}
.grfv-gift-kicker{display:inline-block;font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--grfv-lime);margin-bottom:12px}
.grfv-gift-box h3{margin:0 0 12px;font-size:24px}
.grfv-gift-box ul{margin:0;padding-left:18px;color:#d7ddd8;line-height:1.55}
.grfv-gift-box li+li{margin-top:6px}
.grfv-btn{border:0;border-radius:14px;min-height:54px;padding:0 22px;font-weight:800;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none!important}
.grfv-btn-primary{background:var(--grfv-lime);color:var(--grfv-dark)!important;box-shadow:0 12px 34px rgba(183,255,41,.12)}.grfv-btn-primary:hover{transform:translateY(-1px);background:var(--grfv-lime-2)}.grfv-btn-primary:disabled{opacity:.32;cursor:not-allowed;transform:none}
.grfv-btn-ghost{background:transparent;color:#d8ded9!important;border:1px solid var(--grfv-line)}.grfv-btn-ghost:hover{background:rgba(255,255,255,.04)}
.grfv-btn-link{margin-top:8px}
.grfv-micro{font-size:12px;color:#7e8980;margin:12px 0 0}
.grfv-progress-row{display:flex;justify-content:space-between;color:#8f9991;font-size:12px;font-weight:700}.grfv-progress{height:7px;background:rgba(255,255,255,.06);border-radius:999px;margin:10px 0 38px;overflow:hidden}.grfv-progress i{display:block;width:12.5%;height:100%;background:linear-gradient(90deg,var(--grfv-lime),#e0ff96);border-radius:999px;transition:.28s ease}
.grfv-q-kicker{font-size:12px;color:var(--grfv-lime);font-weight:800;letter-spacing:.08em;margin-bottom:10px}.grfv-question{font-size:clamp(28px,4vw,46px);line-height:1.07;letter-spacing:-.04em;margin-bottom:13px}.grfv-question-help{color:var(--grfv-muted);font-size:15px;line-height:1.5;margin-bottom:24px}
.grfv-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grfv-option{width:100%;text-align:left;min-height:76px;padding:16px 18px;border:1px solid var(--grfv-line);border-radius:17px;background:rgba(255,255,255,.025);color:var(--grfv-text);cursor:pointer;display:flex;align-items:center;gap:13px;transition:.18s ease}.grfv-option:hover{border-color:rgba(183,255,41,.38);background:rgba(183,255,41,.035)}.grfv-option.is-selected{border-color:var(--grfv-lime);background:rgba(183,255,41,.08);box-shadow:inset 0 0 0 1px rgba(183,255,41,.2)}
.grfv-option-index{width:30px;height:30px;flex:0 0 30px;border:1px solid var(--grfv-line);border-radius:9px;display:grid;place-items:center;color:#8f9991;font-size:12px;font-weight:800}.grfv-option.is-selected .grfv-option-index{background:var(--grfv-lime);border-color:var(--grfv-lime);color:var(--grfv-dark)}
.grfv-option-copy strong{display:block;font-size:15px;margin-bottom:3px}.grfv-option-copy small{display:block;color:#8e9990;line-height:1.35}
.grfv-actions{margin-top:32px;display:flex;justify-content:space-between;gap:12px}
.grfv-form{margin-top:26px}.grfv-form label{display:block;margin-bottom:16px}.grfv-form label>span:first-child{display:block;font-size:12px;color:#bfc6c0;font-weight:700;margin-bottom:8px}
.grfv-form input[type="text"],.grfv-form input[type="email"],.grfv-form input:not([type]){width:100%;height:56px;border-radius:14px;border:1px solid var(--grfv-line);background:#0d110e;color:#fff;padding:0 15px;outline:none}.grfv-form input:focus{border-color:rgba(183,255,41,.6);box-shadow:0 0 0 3px rgba(183,255,41,.07)}
.grfv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grfv-consent{display:flex!important;align-items:flex-start;gap:10px;background:rgba(255,255,255,.025);border:1px solid var(--grfv-line);padding:14px;border-radius:13px}.grfv-consent input{margin:3px 0 0;accent-color:var(--grfv-lime)}.grfv-consent span{margin:0!important;font-size:12px!important;line-height:1.45;color:#aeb7b0!important;font-weight:500!important}.grfv-privacy{font-size:11px;color:#78837a;margin:-6px 0 20px}
.grfv-processing{min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.grfv-processing h2{max-width:650px}.grfv-processing p{color:var(--grfv-muted)}
.grfv-loader{display:flex;gap:8px;margin-bottom:30px}.grfv-loader span{width:12px;height:12px;border-radius:50%;background:var(--grfv-lime);animation:grfvPulse 1s infinite alternate}.grfv-loader span:nth-child(2){animation-delay:.2s}.grfv-loader span:nth-child(3){animation-delay:.4s}@keyframes grfvPulse{to{opacity:.22;transform:translateY(-7px)}}
.grfv-result-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-start;margin-bottom:26px}.grfv-result-head h2{max-width:710px;margin-bottom:0}
.grfv-score-ring{flex:0 0 132px;width:132px;height:132px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(183,255,41,.32);background:radial-gradient(circle,rgba(183,255,41,.08),transparent 65%);box-shadow:0 0 50px rgba(183,255,41,.06)}
.grfv-score-ring strong{font-size:40px;line-height:.9;color:var(--grfv-lime);letter-spacing:-.05em}.grfv-score-ring>span{font-size:12px;color:#889188}.grfv-score-ring small{font-size:10px;color:#6f7970;text-transform:uppercase;margin-top:6px}
.grfv-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grfv-result-box{padding:22px;border-radius:18px;border:1px solid var(--grfv-line);background:rgba(255,255,255,.025)}.grfv-result-box-hot{border-color:rgba(183,255,41,.2);background:rgba(183,255,41,.035)}
.grfv-result-label{font-size:10px;color:var(--grfv-lime);font-weight:900;letter-spacing:.1em}.grfv-result-box h3{margin:9px 0 8px}.grfv-result-box p{color:#aeb7b0;line-height:1.5;margin:0;font-size:14px}
.grfv-insight{margin:14px 0 0;border-left:3px solid var(--grfv-lime);background:#0d110e;padding:18px 19px;color:#d4dad5;line-height:1.55;border-radius:0 14px 14px 0}
.grfv-next{margin-top:26px;padding:25px;border-radius:20px;background:linear-gradient(145deg,rgba(183,255,41,.08),rgba(183,255,41,.02));border:1px solid rgba(183,255,41,.18)}.grfv-next h3{font-size:26px;margin:8px 0 9px}.grfv-next p{color:#b8c0ba;line-height:1.5;max-width:760px}
.grfv-save-status{font-size:11px;color:#6f7970;margin:12px 0 0}.grfv-footer{max-width:1040px;margin:18px auto 0;display:flex;justify-content:center;gap:7px;color:#626c64;font-size:11px;text-align:center}
.grfv-bg-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.grfv-bg-orb-a{width:260px;height:260px;background:rgba(183,255,41,.07);top:8%;left:-100px}.grfv-bg-orb-b{width:340px;height:340px;background:rgba(183,255,41,.035);bottom:-180px;right:-100px}
@media(max-width:720px){.grfv-shell{padding:14px 10px 20px}.grfv-topbar{margin-bottom:12px;padding:0 4px}.grfv-secure{display:none}.grfv-card{min-height:calc(100vh - 96px);border-radius:22px;padding:25px 17px}.grfv-shell h1{font-size:clamp(40px,12vw,58px)}.grfv-benefits{grid-template-columns:1fr}.grfv-benefits>div{display:flex;align-items:flex-start;gap:10px;padding:14px}.grfv-benefits span{margin:2px 0 0}.grfv-options{grid-template-columns:1fr}.grfv-option{min-height:67px}.grfv-actions{position:sticky;bottom:0;background:linear-gradient(180deg,transparent,#111512 25%);padding-top:24px}.grfv-actions .grfv-btn{flex:1;padding:0 12px}.grfv-form-grid{grid-template-columns:1fr;gap:0}.grfv-result-head{flex-direction:column}.grfv-score-ring{width:106px;height:106px;flex-basis:106px}.grfv-result-grid{grid-template-columns:1fr}.grfv-footer{padding:0 12px;flex-wrap:wrap}}

.grfv-form-status{font-size:12px;color:#b7ff29;min-height:18px;margin:-4px 0 8px}
.grfv-commercial-interest{margin-top:16px;padding:24px;border-radius:20px;border:1px solid var(--grfv-line);background:rgba(255,255,255,.018)}
.grfv-commercial-interest h3{font-size:25px;margin:8px 0 9px}.grfv-commercial-interest p{color:#aeb7b0;line-height:1.5;max-width:800px}.grfv-interest-status{font-size:12px!important;color:var(--grfv-lime)!important;margin:10px 0 0!important}
