:root{--blue:#123f87;--dark:#082a60;--yellow:#ffd41c;--red:#e51f2a;--ink:#172c48;--bg:#f4f7fb}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:var(--blue)}.container{width:min(1180px,92%);margin:auto}.top{background:var(--dark);color:#fff;padding:8px 4%;display:flex;justify-content:space-between}.top b{color:var(--yellow)}header{background:#fff;border-bottom:4px solid var(--yellow)}.nav{min-height:100px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand img{width:75px;height:75px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand small{color:#68778c}nav{display:flex;gap:8px;flex-wrap:wrap}nav a{padding:9px 12px;text-decoration:none;font-weight:bold;border-radius:8px}.yellow{background:var(--yellow);color:var(--dark)}.main{min-height:calc(100vh - 240px);padding:50px 0}.hero{display:grid;grid-template-columns:1.35fr .75fr;gap:40px;align-items:center;padding:55px;background:linear-gradient(135deg,#fff,#f7fbff 65%,#fff6c4);border-radius:28px;box-shadow:0 18px 48px #0a2f6518}.eyebrow{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.hero h1,.auth h1,.welcome h1{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.03;color:var(--dark)}.hero h1 span{color:var(--red)}.lead{font-size:1.15rem}.btn{display:inline-block;padding:13px 20px;border-radius:11px;text-decoration:none;font-weight:800;border:0;cursor:pointer}.primary{background:var(--blue);color:#fff}.secondary{background:#fff;border:2px solid var(--blue);color:var(--blue);margin-left:8px}.full{width:100%;margin-top:15px}.motto{font-weight:900;color:var(--blue)}.logo-card{text-align:center;background:#fff;border-radius:22px;padding:25px}.logo-card img{width:100%;max-width:300px;height:300px;object-fit:contain}.features{padding-top:55px}.features h2{text-align:center;color:var(--dark)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid article{background:#fff;padding:25px;border-radius:18px;border-top:5px solid var(--yellow);box-shadow:0 10px 30px #0a2f6510}.auth{max-width:850px;margin:auto;background:#fff;border-radius:24px;padding:40px;box-shadow:0 18px 48px #0a2f6518}.auth:not(.single){display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;align-items:center}.auth img{width:220px;max-height:240px;object-fit:contain}.auth.single{max-width:560px}.auth input{width:100%;padding:12px;margin:5px 0 10px;border:1px solid #b8c6d8;border-radius:9px}.auth label{font-weight:bold}.error,.success{padding:12px;border-radius:9px;margin:12px 0}.error{background:#fff0f0;color:#9e1a1a}.success{background:#eef9ea;color:#2d6b1f}.welcome{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,var(--dark),var(--blue));color:#fff;border-radius:24px;padding:35px}.welcome .eyebrow{color:var(--yellow)}.welcome h1{color:#fff;margin:.2em 0}.welcome img{width:120px;height:120px;object-fit:contain;background:#fff;border-radius:50%}.cards{grid-template-columns:repeat(2,1fr);margin-top:25px}.cards article{border-top:5px solid var(--yellow)}footer{background:var(--dark);color:#fff;border-top:6px solid var(--yellow);padding:30px 0}footer a{color:#fff}@media(max-width:800px){.nav,.top{flex-direction:column;align-items:flex-start}.hero,.auth:not(.single),.grid,.cards{grid-template-columns:1fr}.hero{padding:30px}.secondary{margin-left:0;margin-top:8px}.welcome{align-items:flex-start}.welcome img{width:85px;height:85px}}
