
.hiu-allianz-wrap{
    width:min(1600px,100%);
    margin:auto;
    padding:90px 20px 60px;
    color:#fff;
}
.hiu-allianz-hero{
    display:grid;
    grid-template-columns:1.35fr .65fr;
    gap:28px;
    align-items:stretch;
}
.hiu-allianz-hero-copy,
.hiu-command-panel,
.hiu-section,
.hiu-final{
    background:linear-gradient(135deg,rgba(4,12,25,.70),rgba(6,18,32,.48));
    border:1px solid rgba(38,217,255,.16);
    box-shadow:0 0 32px rgba(38,217,255,.10);
    backdrop-filter:blur(12px);
}
.hiu-allianz-hero-copy{
    padding:48px;
}
.hiu-kicker{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:14px;
}
.hiu-allianz-hero h1{
    margin:0;
    font-size:clamp(58px,8vw,130px);
    line-height:.86;
    text-transform:uppercase;
    background:linear-gradient(90deg,#fff,#29d8ff,#0b63ff,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    text-shadow:0 0 32px rgba(38,217,255,.18);
}
.hiu-lead{
    font-size:22px;
    color:#fff!important;
    max-width:880px;
}
.hiu-allianz-wrap p{
    color:#d7e4f0;
    line-height:1.7;
}
.hiu-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}
.hiu-hero-actions a{
    color:#fff;
    text-decoration:none;
    font-weight:900;
    text-transform:uppercase;
    padding:14px 20px;
    background:linear-gradient(90deg,#0b63ff,#ff2f91);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 0 18px rgba(38,217,255,.22);
}
.hiu-command-panel{
    display:grid;
    gap:14px;
    padding:28px;
}
.hiu-command-panel div,
.hiu-stat-row div{
    background:rgba(6,18,32,.76);
    border:1px solid rgba(38,217,255,.14);
    padding:22px;
}
.hiu-command-panel span,
.hiu-stat-row span{
    display:block;
    color:#8ee8ff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
}
.hiu-command-panel strong,
.hiu-stat-row strong{
    display:block;
    font-size:34px;
    margin-top:8px;
}
.hiu-stat-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin:24px 0;
}
.hiu-stat-row small{
    display:block;
    color:#d7e4f0;
    margin-top:6px;
}
.hiu-section{
    padding:38px;
    margin-top:24px;
}
.hiu-section-head{
    max-width:900px;
    margin-bottom:24px;
}
.hiu-section h2,
.hiu-final h2{
    font-size:clamp(32px,4vw,62px);
    margin:0 0 12px;
    text-transform:uppercase;
}
.hiu-code-grid,
.hiu-card-grid,
.hiu-hub-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:16px;
}
.hiu-code-grid div,
.hiu-hub-grid div,
.hiu-discord-cards div{
    padding:18px;
    background:rgba(6,18,32,.74);
    border:1px solid rgba(38,217,255,.14);
    color:#fff;
    font-weight:900;
}
.hiu-card-grid article{
    min-height:190px;
    padding:22px;
    background:rgba(6,18,32,.72);
    border:1px solid rgba(38,217,255,.14);
    transition:.22s ease;
}
.hiu-card-grid article:hover,
.hiu-code-grid div:hover,
.hiu-hub-grid div:hover{
    transform:translateY(-4px);
    box-shadow:0 0 24px rgba(38,217,255,.18);
}
.hiu-card-grid span{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:2px;
    font-size:12px;
}
.hiu-card-grid h3{
    font-size:24px;
    margin:12px 0 8px;
}
.hiu-split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    background:transparent;
    border:0;
    box-shadow:none;
    padding:0;
}
.hiu-glass{
    padding:34px;
    background:linear-gradient(135deg,rgba(4,12,25,.70),rgba(6,18,32,.48));
    border:1px solid rgba(38,217,255,.16);
    backdrop-filter:blur(12px);
}
.hiu-glass.gold{
    border-color:rgba(255,184,77,.32);
    box-shadow:0 0 28px rgba(255,184,77,.10);
}
.hiu-glass ul{
    margin:22px 0 0;
    padding-left:20px;
    color:#d7e4f0;
    line-height:1.9;
}
.hiu-discord{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    align-items:center;
}
.hiu-discord-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}
.hiu-final{
    margin-top:24px;
    padding:48px;
    text-align:center;
    border-color:rgba(255,184,77,.25);
}
.hiu-final h2{
    background:linear-gradient(90deg,#fff,#29d8ff,#ffb84d,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
@media(max-width:1100px){
    .hiu-allianz-hero,
    .hiu-split,
    .hiu-discord{
        grid-template-columns:1fr;
    }
    .hiu-stat-row{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:700px){
    .hiu-allianz-wrap{
        padding-top:40px;
    }
    .hiu-allianz-hero-copy,
    .hiu-section,
    .hiu-final{
        padding:24px;
    }
    .hiu-stat-row,
    .hiu-discord-cards{
        grid-template-columns:1fr;
    }
}
