:root{
--blau:#0B0B45;--blau-2:#14146A;--rot:#92090F;--rot-2:#B3121A;
--text:#1B1B33;--muted:#5C5C78;--line:#DADAE6;--bg:#F4F4F9;--white:#fff;
--font:"DinNext","Roboto Condensed","Helvetica Neue",Arial,sans-serif;
}
:where(body.grl *){box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html.grl-html{background:var(--blau)}
body.grl{margin:0;padding:0;min-height:100%;font:300 18px/1.6 var(--font);line-height:1.6;letter-spacing:.005em;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
:where(body.grl img){display:block;max-width:100%}
:where(body.grl a){color:inherit;text-decoration:none}
:where(body.grl ul){list-style:none}
.grl-wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}
body.grl :focus-visible{outline:3px solid var(--rot);outline-offset:3px}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}} .grl-list li,.grl-opt span,.grl-meta,.grl-sub,.grl-footer,.grl-quote small,.grl-back,.grl-cta-end p{font-weight:400}
body.grl strong{font-weight:600}
.grl-quote p{font-weight:300} body.grl h1,body.grl h2,body.grl h3{font-family:var(--font);line-height:1.15;color:inherit}
body.grl .grl-btn,body.grl .grl-btn:hover,body.grl .grl-btn:visited{color:var(--white);line-height:1.3}
body.grl .grl-hero,body.grl .grl-hero h1,body.grl .grl-quote,body.grl .grl-header,body.grl .grl-footer{color:var(--white)}
body.grl .grl-quiz{color:var(--text)} .grl-header{background:var(--blau);color:var(--white)}
.grl-header .grl-wrap{display:flex;align-items:center;justify-content:space-between;height:78px}
.grl-header img{height:38px;width:auto;filter:brightness(20) saturate(0)}
.grl-btn{display:inline-block;padding:14px 28px;background:var(--rot);color:var(--white);text-decoration:none;font-weight:600;font-size:16px;border:0;cursor:pointer;transition:background .15s}
.grl-btn:hover{background:var(--rot-2)}
.grl-btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.55);padding:12px 26px}
.grl-btn-ghost:hover{background:rgba(255,255,255,.1)} .grl-hero{background:var(--blau) radial-gradient(ellipse at 70% 30%,var(--blau-2),var(--blau) 60%);color:var(--white);padding:72px 0 0}
.grl-hero .grl-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}
.grl-hero h1{font-size:clamp(34px,4.4vw,52px);line-height:1.08;font-weight:600;max-width:20ch}
.grl-hero .grl-meta{display:flex;gap:28px;margin:26px 0 22px;color:#C9C9E6;font-size:16px}
.grl-hero .grl-meta span::before{content:"";display:inline-block;width:8px;height:8px;background:var(--rot);margin-right:10px;vertical-align:middle}
.grl-hero p.grl-lead{font-size:20px;max-width:44ch;color:#E4E4F2}
.grl-hero .grl-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.grl-hero-fill{height:70px} .grl-quiz{background:var(--white);color:var(--text);border-top:6px solid var(--rot);padding:32px 34px 36px;box-shadow:0 30px 60px -30px rgba(0,0,0,.5);margin-bottom:-70px;position:relative}
.grl-quiz h2{font-size:22px;font-weight:600;margin-bottom:6px}
.grl-quiz .grl-sub{color:var(--muted);font-size:15px;margin-bottom:22px}
.grl-steps{display:flex;gap:6px;margin-bottom:26px}
.grl-steps i{flex:1;height:4px;background:var(--line)}
.grl-steps i.on{background:var(--blau)}
.grl-q{display:none}.grl-q.on{display:block}
.grl-q legend{font-weight:600;font-size:18px;line-height:1.35;margin-bottom:16px;padding:0}
.grl-q fieldset{border:0}
.grl-opt{display:block;position:relative;margin-bottom:10px}
.grl-opt input{position:absolute;opacity:0;inset:0;pointer-events:none}
.grl-opt span{display:block;padding:14px 16px 14px 48px;border:1.5px solid var(--line);cursor:pointer;line-height:1.4;transition:border-color .12s,background .12s}
.grl-opt span::before{content:"";position:absolute;left:16px;top:50%;width:18px;height:18px;margin-top:-9px;border:2px solid #9A9AB8;border-radius:50%;background:#fff}
.grl-opt span:hover{border-color:var(--blau)}
.grl-opt input:checked+span{border-color:var(--blau);background:#F0F0FA}
.grl-opt input:checked+span::before{border-color:var(--blau);background:radial-gradient(var(--blau) 45%,#fff 52%)}
.grl-opt input:focus-visible+span{outline:3px solid var(--rot);outline-offset:2px}
.grl-nav{display:flex;justify-content:space-between;align-items:center;margin-top:20px}
.grl-back{background:none;border:0;color:var(--muted);cursor:pointer;font:inherit;font-size:15px;text-decoration:underline}
.grl-back[hidden]{visibility:hidden;display:inline}
.grl-btn[disabled]{opacity:.45;cursor:not-allowed}
.grl-result{display:none;text-align:left}
.grl-result.on{display:block}
.grl-result h3{font-size:22px;font-weight:600;margin-bottom:8px}
.grl-result p{color:var(--muted);margin-bottom:18px}
.grl-result .grl-bar{height:4px;background:var(--line);overflow:hidden;margin:16px 0 22px}
.grl-result .grl-bar i{display:block;height:100%;width:0;background:var(--rot);transition:width 1.6s linear}
.grl-result.go .grl-bar i{width:100%} .grl-content{padding:130px 0 80px}
.grl-card{background:var(--white);padding:56px 60px;max-width:900px;margin:0 auto}
.grl-card section+section{margin-top:52px;padding-top:44px;border-top:1px solid var(--line)}
.grl-card h2{color:var(--blau);font-size:24px;font-weight:600;margin-bottom:18px}
.grl-card p{margin-bottom:14px;max-width:66ch}
.grl-about{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}
.grl-quote{background:var(--blau);color:var(--white);padding:28px}
.grl-quote p{font-size:20px;line-height:1.45;color:var(--white);margin-bottom:12px}
.grl-quote small{color:#C9C9E6;font-size:14px}
.grl-list li{position:relative;padding:8px 0 8px 40px}
.grl-list li::before{content:"";position:absolute;left:0;top:11px;width:22px;height:22px;background:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2392090F' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m8 12 3 3 6-7'/%3E%3C/svg%3E") no-repeat center/contain}
.grl-list li strong{color:var(--blau)}
.grl-cta-end{margin-top:52px;padding-top:44px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.grl-cta-end p{margin:0;color:var(--muted)} .grl-footer{background:var(--blau);color:#C9C9E6;padding:30px 0;font-size:14px}
.grl-footer .grl-wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.grl-footer a{color:#fff;text-decoration:none;margin-left:18px}
.grl-footer a:hover{text-decoration:underline}
@media (max-width:860px){
.grl-hero{padding-top:36px}
.grl-hero h1{font-size:clamp(28px,8vw,36px)}
.grl-hero p.grl-lead{font-size:18px}
.grl-hero .grl-meta{gap:18px;flex-wrap:wrap;margin:18px 0 16px}
.grl-hero .grl-actions .grl-btn{width:100%;text-align:center}
.grl-hero .grl-wrap{grid-template-columns:1fr;gap:36px}
.grl-hero-fill{height:40px}
.grl-quiz{margin-bottom:-40px;padding:26px 22px 28px}
.grl-content{padding:90px 0 60px}
.grl-card{padding:36px 24px}
.grl-about{grid-template-columns:1fr}
.grl-header .grl-wrap{height:66px}
.grl-header img{height:32px}
.grl-header-cta{display:none}
}
.grl-about-single{grid-template-columns:1fr}
.grl-retry-wrap{margin-top:16px} body.grl>.elementor,body.grl>.elementor-location-footer,body.grl>.elementor-popup-modal{display:none!important}