:root{--blue:#1260d9;--navy:#082b6b;--ink:#102856;--muted:#5e6d84;--surface:#f5f8fd}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);color:var(--ink);font-family:Inter,Arial,sans-serif}.site-header{height:80px;max-width:1280px;margin:auto;padding:16px 32px;display:flex;align-items:center;justify-content:flex-end}.language-switch{display:flex;gap:5px}.language-switch button{border:0;background:transparent;color:#70809a;font-weight:800;padding:8px;border-radius:8px;cursor:pointer}.language-switch button.active{background:#e8f0ff;color:var(--blue)}main{max-width:1280px;margin:auto;padding:32px}.hero{min-height:560px;display:grid;grid-template-columns:minmax(500px,.92fr) minmax(520px,1.08fr);align-items:center;gap:76px}.hero-copy{text-align:center;min-width:0}.hero-mark{width:108px;height:108px;object-fit:contain;border-radius:25px;box-shadow:0 14px 30px #0f61d533}.hero h1{font-size:clamp(3.8rem,5.2vw,5.2rem);line-height:.9;margin:30px 0;color:var(--navy);letter-spacing:-.07em}.hero h1 span{display:block;color:var(--blue)}.hero-copy>p{font-size:1.3rem;line-height:1.55;color:var(--muted);max-width:420px;margin:0 auto 30px}.hero-actions{display:flex;justify-content:center;gap:12px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:12px;font-weight:800;font-size:1rem;text-decoration:none;cursor:pointer}.primary-action{border:0;background:linear-gradient(120deg,#0962df,#1e76f2);color:#fff;box-shadow:0 10px 22px #1466ce3b}.secondary-action{border:2px solid var(--blue);background:#fff;color:var(--blue)}.dashboard-preview{position:relative}.dashboard-preview:before{content:"";position:absolute;inset:-8% -5%;border-radius:50%;background:#e4efff;z-index:-1}.dashboard-preview img{display:block;width:100%;border-radius:23px;box-shadow:0 22px 44px #183b7650}.benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding:70px 0 82px}.benefits article{text-align:center}.benefits i{width:76px;height:76px;display:grid;place-items:center;margin:auto;background:#e9f1ff;color:var(--blue);border-radius:50%;font-style:normal}.benefits i svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.benefits h2{font-size:1rem;line-height:1.25;margin:18px 0 9px;letter-spacing:-.02em}.benefits p{margin:0;color:var(--muted);line-height:1.48;font-size:.94rem}.request-main{min-height:calc(100vh - 80px);display:grid;place-items:center;padding-bottom:70px}.request-card{width:min(620px,100%);padding:42px;border-radius:22px;background:#fff;box-shadow:0 20px 50px #173e7822}.request-card h1{font-size:2.5rem;margin:22px 0 8px}.request-card>p{color:var(--muted);margin:0 0 26px}.back-link{color:var(--blue);font-weight:750;text-decoration:none}.request-card form{display:grid;gap:16px}.request-card label{display:grid;gap:7px;font-weight:750}.request-card input,.request-card textarea{border:1px solid #cbd8e9;border-radius:10px;padding:12px;font:inherit;color:var(--ink)}#requestStatus{margin:0;color:var(--muted);font-weight:700}@media(max-width:1100px){.hero{grid-template-columns:1fr;gap:38px;padding-top:30px}.dashboard-preview{order:-1;max-width:760px;margin:auto}.benefits{grid-template-columns:repeat(2,1fr);gap:30px}.hero h1{font-size:4.5rem}}@media(max-width:500px){main{padding:18px}.hero h1{font-size:3.65rem}.hero-actions{display:grid}.benefits{grid-template-columns:1fr}.request-card{padding:28px 22px}.site-header{height:70px}}
