:root{
  --navy:#023144;
  --petrol:#1E607A;
  --mint:#5BF6BF;
  --bg:#f4f8fa;
  --panel:#ffffff;
  --text:#14384a;
  --muted:#6b8290;
  --line:#d9e6eb;
  --soft:#eaf5f8;
  --shadow:0 18px 48px rgba(2,49,68,.08);
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0,#f5fafb 44%,#f2f7f9 100%);min-height:100vh}
a{color:inherit}
.topbar{height:88px;background:#fff;display:flex;align-items:center;border-bottom:1px solid var(--line);box-shadow:0 4px 18px rgba(2,49,68,.04)}
.topbar-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center}
.brand img{display:block;width:190px;height:auto}
.back{font-size:14px;font-weight:700;text-decoration:none;color:var(--navy);padding:10px 0;border-bottom:1px solid transparent}
.back:hover{border-color:var(--petrol)}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0 40px}
.hero{max-width:850px;margin-bottom:34px}
.eyebrow{display:flex;align-items:center;gap:9px;color:var(--petrol);font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.signal{width:9px;height:9px;border-radius:999px;background:var(--mint);box-shadow:0 0 0 5px rgba(91,246,191,.17)}
h1{margin:12px 0 16px;font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.045em;color:var(--navy)}
h1 span{color:var(--petrol)}
.hero p{margin:0;max-width:800px;font-size:18px;line-height:1.65;color:var(--muted)}
.portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.portal-card{position:relative;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.portal-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--petrol),var(--mint))}
.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.portal-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:var(--soft);color:var(--petrol)}
.portal-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.status{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#e9faf4;color:#22775f;font-size:12px;font-weight:800}
.status:before{content:"";width:7px;height:7px;border-radius:50%;background:#45c99a}
.kicker{font-size:12px;font-weight:800;color:var(--petrol);letter-spacing:.07em;text-transform:uppercase}
.portal-card h2{margin:7px 0 10px;font-size:30px;line-height:1.1;color:var(--navy)}
.portal-card>p{margin:0;color:var(--muted);line-height:1.6;min-height:78px}
ul{list-style:none;margin:20px 0 24px;padding:0;display:grid;gap:9px}
li{position:relative;padding-left:22px;color:#3f5e6f;font-size:14px;line-height:1.4}
li:before{content:"✓";position:absolute;left:0;color:#1a9275;font-weight:900}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:800;font-size:15px}
.button.primary{background:var(--navy);color:#fff;border:1px solid var(--navy);box-shadow:0 8px 18px rgba(2,49,68,.12)}
.button.primary:hover{background:#06465f}
.info-strip{margin-top:22px;display:flex;align-items:flex-start;gap:14px;padding:19px 20px;background:#eaf8f4;border:1px solid #cce9df;border-radius:16px;color:#315e54}
.info-icon{width:31px;height:31px;flex:0 0 31px;border-radius:10px;background:#fff;display:grid;place-items:center;color:#208a70;font-weight:900}
.info-strip strong{display:block;margin:1px 0 4px;color:#245448}
.info-strip p{margin:0;font-size:14px;line-height:1.55}
.support{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.support-label{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:3px}
.support strong{font-size:16px;color:var(--navy)}
.support a{font-weight:800;text-decoration:none;color:var(--petrol)}
footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0 34px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:22px;color:var(--muted);font-size:12px}
@media(max-width:780px){
  .topbar{height:76px}.brand img{width:165px}.back{font-size:13px}
  .shell{padding-top:42px}.portal-grid{grid-template-columns:1fr}.portal-card>p{min-height:0}
  .support{align-items:flex-start;flex-direction:column}.support a{word-break:break-word}
  footer{display:block;line-height:1.65}
}
@media(max-width:480px){
  .topbar-inner,.shell,footer{width:min(100% - 28px,1180px)}
  .back{font-size:0}.back:after{content:"Website";font-size:13px}
  .portal-card{padding:23px}.hero p{font-size:16px}
}
