.qgl-rq-page,.qgl-rq-page *{box-sizing:border-box}.qgl-rq-page{--qgl-bg:#060c18;--qgl-card:#0a162c;--qgl-cyan:#00f0ff;--qgl-blue:#0052ff;--qgl-text:#ffffff;--qgl-muted:rgba(255,255,255,.65);--qgl-line:rgba(255,255,255,.12);width:100%;overflow:hidden;color:var(--qgl-text);background:radial-gradient(circle at 14% 8%,rgb(0 240 255 / .14),transparent 30rem),radial-gradient(circle at 88% 18%,rgb(0 82 255 / .18),transparent 34rem),linear-gradient(180deg,#060c18 0%,#020817 100%);font-family:Inter,Arial,Helvetica,sans-serif}.qgl-rq-page a{color:inherit}.qgl-rq__inner{width:min(1200px, calc(100% - 40px));margin:0 auto}.qgl-rq-hero{position:relative;min-height:540px;padding:126px 0 72px;display:flex;align-items:center}.qgl-rq-hero::before{content:"";position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgb(255 255 255 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .05) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at center,#000 0%,transparent 78%);-webkit-mask-image:radial-gradient(circle at center,#000 0%,transparent 78%);pointer-events:none}.qgl-rq-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:44px;align-items:center}.qgl-rq-eyebrow{display:inline-flex;align-items:center;gap:9px;min-height:30px;padding:0 14px;border-radius:999px;color:var(--qgl-cyan);background:rgb(0 240 255 / .09);border:1px solid rgb(0 240 255 / .22);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.qgl-rq-eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:#0f6;box-shadow:0 0 14px rgb(0 255 102 / .8)}.qgl-rq-hero h1{margin:24px 0 0;color:#fff;font-size:clamp(52px, 8vw, 92px);line-height:.95;letter-spacing:-.07em;font-weight:950}.qgl-rq-hero p{max-width:680px;margin:24px 0 0;color:var(--qgl-muted);font-size:17px;line-height:1.75;font-weight:650}.qgl-rq-steps{margin-top:30px;display:grid;gap:12px}.qgl-rq-step{display:flex;align-items:center;gap:12px;color:rgb(255 255 255 / .78);font-size:14px;font-weight:800}.qgl-rq-step span{width:32px;height:32px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:#001018;background:var(--qgl-cyan);font-size:12px;font-weight:950}.qgl-rq-form{padding:24px;border-radius:22px;background:radial-gradient(circle at 20% 0%,rgb(0 240 255 / .08),transparent 16rem),var(--qgl-card);border:1px solid rgb(0 240 255 / .16);box-shadow:0 28px 80px rgb(0 0 0 / .34)}.qgl-rq-form__head{margin-bottom:20px}.qgl-rq-form__head h2{margin:0;color:#fff;font-size:28px;line-height:1.1;letter-spacing:-.035em;font-weight:950}.qgl-rq-form__head p{margin:10px 0 0;font-size:14px}.qgl-rq-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.qgl-rq-field{display:flex;flex-direction:column;gap:8px}.qgl-rq-field--wide{grid-column:1 / -1}.qgl-rq-field label{color:rgb(255 255 255 / .78);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.qgl-rq-field input,.qgl-rq-field select,.qgl-rq-field textarea{width:100%;min-height:48px;border:1px solid rgb(255 255 255 / .14);border-radius:12px;padding:0 14px;color:#fff;background:rgb(255 255 255 / .055);outline:none;font:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.qgl-rq-field textarea{min-height:132px;padding-top:14px;resize:vertical}.qgl-rq-field input[type="file"]{padding:12px 14px;color:var(--qgl-muted)}.qgl-rq-field input:focus,.qgl-rq-field select:focus,.qgl-rq-field textarea:focus{border-color:rgb(0 240 255 / .68);background:rgb(0 240 255 / .07);box-shadow:0 0 0 4px rgb(0 240 255 / .08)}.qgl-rq-actions{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.qgl-rq-note{margin:0;color:rgb(255 255 255 / .52);font-size:12px;line-height:1.5;font-weight:650}.qgl-rq-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 24px;color:#001018;background:linear-gradient(135deg,var(--qgl-cyan),#8afcff);border:0;text-decoration:none;font-size:14px;font-weight:950;cursor:pointer;box-shadow:0 0 28px rgb(0 240 255 / .3);transition:transform .22s ease,box-shadow .22s ease}.qgl-rq-btn:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgb(0 240 255 / .18)}.qgl-rq-section{padding:74px 0;border-top:1px solid rgb(255 255 255 / .08)}.qgl-rq-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.qgl-rq-card{min-height:190px;padding:24px;border-radius:18px;background:radial-gradient(circle at 20% 0%,rgb(0 240 255 / .08),transparent 14rem),var(--qgl-card);border:1px solid var(--qgl-line);box-shadow:0 16px 44px rgb(0 0 0 / .24);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.qgl-rq-card:hover{transform:translateY(-6px);border-color:rgb(0 240 255 / .42);box-shadow:0 24px 70px rgb(0 240 255 / .11),0 22px 52px rgb(0 0 0 / .34)}.qgl-rq-card strong{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:14px;color:#001018;background:var(--qgl-cyan);font-size:13px;font-weight:950}.qgl-rq-card h3{margin:18px 0 0;color:#fff;font-size:18px;line-height:1.25;font-weight:950}.qgl-rq-card p{margin:10px 0 0;color:var(--qgl-muted);font-size:13px;line-height:1.65;font-weight:650}@media (max-width:1100px){.qgl-rq-hero__grid{grid-template-columns:1fr}.qgl-rq-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.qgl-rq__inner{width:min(100% - 28px, 1200px)}.qgl-rq-hero{min-height:auto;padding:92px 0 58px}.qgl-rq-form__grid,.qgl-rq-cards{grid-template-columns:1fr}.qgl-rq-actions,.qgl-rq-btn{width:100%}.qgl-rq-actions{flex-direction:column;align-items:stretch}}