/* =========================================================
   ASNETWORKZONE PREMIUM ABOUT US
========================================================= */

.asn-about-premium{
    overflow:hidden;
    background:#fff;
    color:#15233d;
}

.asn-about-premium *{
    box-sizing:border-box;
}

.asna-hero{
    position:relative;
    overflow:hidden;
    padding:100px 0 90px;
    background:
        radial-gradient(circle at 80% 20%,rgba(116,83,255,.16),transparent 32%),
        radial-gradient(circle at 10% 80%,rgba(0,163,255,.12),transparent 30%),
        linear-gradient(135deg,#f7f9ff 0%,#fff 50%,#f8f5ff 100%);
}

.asna-hero:before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.3;
    background-image:
        linear-gradient(rgba(52,61,96,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(52,61,96,.06) 1px,transparent 1px);
    background-size:42px 42px;
    pointer-events:none;
}

.asna-orb{
    position:absolute;
    border-radius:999px;
    filter:blur(1px);
    pointer-events:none;
}

.asna-orb-one{
    width:330px;
    height:330px;
    right:-160px;
    top:20px;
    border:1px solid rgba(92,70,230,.18);
}

.asna-orb-two{
    width:180px;
    height:180px;
    right:80px;
    bottom:-100px;
    border:1px solid rgba(0,145,255,.2);
}

.asna-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
    align-items:center;
    gap:70px;
}

.asna-breadcrumb{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:28px;
    color:#74809a;
    font-size:13px;
    font-weight:700;
}

.asna-breadcrumb a{
    color:#5b47d7;
    text-decoration:none;
}

.asna-kicker,
.asna-section-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#6748db;
    font-size:13px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.asna-hero h1{
    max-width:720px;
    margin:17px 0 24px;
    color:#111c35;
    font-size:clamp(44px,5vw,72px);
    line-height:1.04;
    letter-spacing:-.045em;
}

.asna-hero h1 span,
.asna-section-copy h2 span,
.asna-heading-center h2 span,
.asna-expertise-head h2 span,
.asna-why-copy h2 span,
.asna-support-card h2 span{
    color:#6548d8;
}

.asna-lead{
    max-width:690px;
    margin:0;
    color:#647089;
    font-size:18px;
    line-height:1.8;
}

.asna-actions{
    display:flex;
    flex-wrap:wrap;
    gap:13px;
    margin-top:34px;
}

.asna-btn{
    display:inline-flex;
    min-height:52px;
    align-items:center;
    justify-content:center;
    padding:0 24px;
    border-radius:12px;
    font-size:14px;
    font-weight:800;
    text-decoration:none!important;
    transition:.25s ease;
}

.asna-btn-primary{
    color:#fff!important;
    background:linear-gradient(135deg,#6548d8,#7a56ef);
    box-shadow:0 15px 30px rgba(101,72,216,.24);
}

.asna-btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 36px rgba(101,72,216,.3);
}

.asna-btn-secondary{
    border:1px solid #dce1eb;
    color:#17223b!important;
    background:#fff;
}

.asna-btn-secondary:hover{
    transform:translateY(-3px);
    border-color:#6548d8;
    color:#6548d8!important;
}

.asna-mini-points{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:26px;
    color:#5e6980;
    font-size:13px;
    font-weight:700;
}

.asna-mini-points span::first-letter{
    color:#6548d8;
}

.asna-hero-panel{
    position:relative;
    padding:24px;
    border:1px solid rgba(255,255,255,.8);
    border-radius:28px;
    background:linear-gradient(145deg,#151f3d,#242b58);
    box-shadow:0 35px 80px rgba(32,38,79,.23);
    transform:rotate(1.2deg);
}

.asna-panel-glow{
    position:absolute;
    width:180px;
    height:180px;
    right:-30px;
    top:-35px;
    border-radius:50%;
    background:#7655ec;
    filter:blur(80px);
    opacity:.35;
}

.asna-panel-top{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:22px;
}

.asna-panel-badge{
    color:#fff;
    font-size:15px;
    font-weight:900;
}

.asna-live-dot{
    color:#aeb8d8;
    font-size:11px;
    font-weight:700;
}

.asna-live-dot::first-letter{
    color:#54d6a0;
}

.asna-terminal{
    position:relative;
    z-index:2;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(8,14,36,.6);
}

.asna-terminal-head{
    display:flex;
    gap:6px;
    padding:14px 16px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.asna-terminal-head span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#68708e;
}

.asna-terminal-head span:first-child{
    background:#ff6b73;
}

.asna-terminal-head span:nth-child(2){
    background:#f4bf4f;
}

.asna-terminal-head span:nth-child(3){
    background:#54ce8c;
}

.asna-terminal-body{
    padding:12px 20px;
}

.asna-terminal-body p{
    display:grid;
    grid-template-columns:38px 1fr auto;
    gap:12px;
    align-items:center;
    margin:0;
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,.07);
    color:#b8c0db;
    font-size:13px;
}

.asna-terminal-body p:last-child{
    border-bottom:0;
}

.asna-terminal-body small{
    color:#6e789b;
}

.asna-terminal-body strong{
    color:#fff;
    font-size:14px;
}

.asna-panel-footer{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    gap:12px;
    padding-top:20px;
    color:#bbc4df;
    font-size:12px;
    font-weight:700;
}

.asna-panel-footer span{
    color:#8d6aff;
}

.asna-stats{
    position:relative;
    z-index:5;
    margin-top:-1px;
    padding:0 0 30px;
    background:#fff;
}

.asna-stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    margin-top:-32px;
    border:1px solid #e8eaf2;
    border-radius:20px;
    background:#fff;
    box-shadow:0 20px 55px rgba(27,36,73,.1);
}

.asna-stat{
    position:relative;
    padding:28px 25px;
    text-align:center;
}

.asna-stat:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:25%;
    width:1px;
    height:50%;
    background:#e8eaf2;
}

.asna-stat strong{
    display:block;
    margin-bottom:6px;
    color:#171f3d;
    font-size:32px;
    line-height:1;
}

.asna-stat span{
    color:#7a849a;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.asna-section{
    padding:105px 0;
}

.asna-story{
    background:#fff;
}

.asna-story-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:90px;
    align-items:center;
}

.asna-story-visual{
    position:relative;
    min-height:460px;
    display:flex;
    align-items:center;
}

.asna-story-main{
    width:88%;
    min-height:360px;
    padding:48px;
    border-radius:28px;
    background:
        radial-gradient(circle at 80% 20%,rgba(126,93,255,.45),transparent 30%),
        linear-gradient(145deg,#151e3a,#272e5d);
    box-shadow:0 35px 70px rgba(27,35,73,.2);
    color:#fff;
}

.asna-story-main>span{
    display:inline-block;
    margin-bottom:65px;
    color:#aeb9dc;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.asna-story-main h3{
    margin:0;
    color:#fff;
    font-size:31px;
    line-height:1.28;
}

.asna-story-line{
    width:55px;
    height:3px;
    margin:28px 0 20px;
    border-radius:99px;
    background:#8c6cff;
}

.asna-story-main p{
    margin:0;
    color:#b9c2de;
    font-size:13px;
    font-weight:700;
}

.asna-story-main p strong{
    margin:0 8px;
    color:#8c6cff;
}

.asna-float-card{
    position:absolute;
    min-width:155px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.8);
    border-radius:15px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 45px rgba(31,39,75,.14);
    backdrop-filter:blur(10px);
}

.asna-float-card b,
.asna-float-card span{
    display:block;
}

.asna-float-card b{
    color:#1d2943;
    font-size:15px;
}

.asna-float-card span{
    margin-top:4px;
    color:#81899c;
    font-size:11px;
}

.asna-float-one{
    right:0;
    top:65px;
}

.asna-float-two{
    right:15px;
    bottom:25px;
}

.asna-section-copy h2,
.asna-expertise-head h2,
.asna-why-copy h2,
.asna-support-card h2{
    margin:15px 0 25px;
    color:#17213b;
    font-size:clamp(34px,4vw,52px);
    line-height:1.12;
    letter-spacing:-.035em;
}

.asna-section-copy p{
    margin:0 0 18px;
    color:#68748b;
    font-size:16px;
    line-height:1.8;
}

.asna-highlight{
    margin-top:28px;
    padding:18px 20px;
    border-left:3px solid #684bdc;
    border-radius:0 10px 10px 0;
    background:#f7f5ff;
    color:#677187;
    font-size:13px;
}

.asna-highlight strong{
    color:#342c64;
}

.asna-mission-section{
    background:#f7f8fc;
}

.asna-heading-center{
    max-width:780px;
    margin:0 auto 55px;
    text-align:center;
}

.asna-heading-center h2{
    margin:15px 0;
    color:#17213b;
    font-size:clamp(35px,4vw,52px);
    line-height:1.12;
    letter-spacing:-.035em;
}

.asna-heading-center p{
    margin:0 auto;
    max-width:650px;
    color:#727c92;
    line-height:1.7;
}

.asna-mission-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.asna-value-card{
    position:relative;
    overflow:hidden;
    min-height:330px;
    padding:34px;
    border:1px solid #e6e8f0;
    border-radius:20px;
    background:#fff;
    transition:.3s ease;
}

.asna-value-card:hover{
    transform:translateY(-8px);
    border-color:#cfc7f7;
    box-shadow:0 25px 55px rgba(40,45,84,.1);
}

.asna-value-card>span{
    position:absolute;
    right:25px;
    top:25px;
    color:#d5d9e6;
    font-size:13px;
    font-weight:900;
}

.asna-value-icon{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    margin-bottom:45px;
    border-radius:14px;
    background:#f0ecff;
    color:#684bdc;
    font-size:24px;
}

.asna-value-card h3{
    margin:0 0 14px;
    color:#19233d;
    font-size:22px;
}

.asna-value-card p{
    margin:0;
    color:#707b91;
    line-height:1.75;
    font-size:14px;
}

.asna-expertise{
    background:#fff;
}

.asna-expertise-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:50px;
}

.asna-expertise-head>div{
    max-width:650px;
}

.asna-expertise-head>p{
    max-width:420px;
    margin:0 0 10px;
    color:#727c91;
    line-height:1.7;
}

.asna-tech-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
}

.asna-tech-card{
    position:relative;
    overflow:hidden;
    min-height:285px;
    padding:28px 24px;
    border:1px solid #e5e8f0;
    border-radius:18px;
    color:inherit!important;
    text-decoration:none!important;
    background:#fff;
    transition:.3s ease;
}

.asna-tech-card:before{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:3px;
    background:linear-gradient(90deg,#684bdc,#38a4ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.3s ease;
}

.asna-tech-card:hover{
    transform:translateY(-8px);
    border-color:#d5cef6;
    box-shadow:0 20px 45px rgba(40,46,86,.1);
}

.asna-tech-card:hover:before{
    transform:scaleX(1);
}

.asna-tech-number{
    color:#c4c9d7;
    font-size:11px;
    font-weight:900;
}

.asna-tech-icon{
    margin:40px 0 20px;
    font-size:30px;
}

.asna-tech-card h3{
    margin:0 0 10px;
    color:#19233e;
    font-size:18px;
}

.asna-tech-card p{
    min-height:70px;
    margin:0 0 18px;
    color:#768096;
    font-size:13px;
    line-height:1.6;
}

.asna-tech-card>span{
    color:#6548d8;
    font-size:12px;
    font-weight:800;
}

.asna-why{
    background:#f7f8fc;
}

.asna-why-grid{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:85px;
    align-items:start;
}

.asna-why-copy{
    position:sticky;
    top:120px;
}

.asna-why-copy p{
    color:#707b91;
    line-height:1.75;
}

.asna-text-link{
    display:inline-block;
    margin-top:20px;
    color:#6548d8!important;
    font-weight:800;
    text-decoration:none!important;
}

.asna-benefits{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.asna-benefits article{
    min-height:230px;
    padding:30px;
    border:1px solid #e3e6ef;
    border-radius:18px;
    background:#fff;
    transition:.25s ease;
}

.asna-benefits article:hover{
    transform:translateY(-5px);
    border-color:#d1c8f8;
    box-shadow:0 20px 45px rgba(35,43,79,.08);
}

.asna-benefits article>div{
    display:flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    margin-bottom:35px;
    border-radius:12px;
    background:#f0ecff;
    color:#6749da;
    font-size:12px;
    font-weight:900;
}

.asna-benefits h3{
    margin:0 0 10px;
    color:#19233e;
    font-size:19px;
}

.asna-benefits p{
    margin:0;
    color:#737e94;
    font-size:13px;
    line-height:1.7;
}

.asna-journey{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 20% 10%,rgba(113,83,236,.25),transparent 30%),
        #151e3a;
}

.asna-heading-light h2{
    color:#fff;
}

.asna-heading-light .asna-section-label{
    color:#a58cff;
}

.asna-journey-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.asna-journey-grid article{
    position:relative;
    min-height:260px;
    padding:28px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(255,255,255,.055);
    transition:.3s ease;
}

.asna-journey-grid article:hover{
    transform:translateY(-7px);
    background:rgba(255,255,255,.09);
}

.asna-journey-grid article>span{
    position:absolute;
    right:22px;
    top:22px;
    color:#65708f;
    font-size:11px;
    font-weight:900;
}

.asna-journey-icon{
    display:flex;
    width:50px;
    height:50px;
    align-items:center;
    justify-content:center;
    margin-bottom:45px;
    border-radius:14px;
    background:rgba(139,105,255,.16);
    color:#aa91ff;
    font-size:21px;
}

.asna-journey-grid h3{
    margin:0 0 10px;
    color:#fff;
    font-size:18px;
}

.asna-journey-grid p{
    margin:0;
    color:#aeb7d1;
    font-size:13px;
    line-height:1.7;
}

.asna-support{
    background:#fff;
}

.asna-support-card{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
    align-items:center;
    padding:60px!important;
    border:1px solid #e4e7ef;
    border-radius:24px;
    background:linear-gradient(135deg,#fafbff,#f6f3ff);
}

.asna-support-card h2{
    margin-bottom:0;
}

.asna-support-copy>p{
    margin:0 0 25px;
    color:#68748b;
    line-height:1.8;
}

.asna-support-tags{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.asna-support-tags span{
    padding:10px 14px;
    border:1px solid #ddd9ef;
    border-radius:99px;
    background:#fff;
    color:#4e5870;
    font-size:12px;
    font-weight:700;
}

.asna-final{
    padding:0 0 105px;
    background:#fff;
}

.asna-final-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:55px 60px;
    border-radius:25px;
    background:
        radial-gradient(circle at 80% 20%,rgba(142,108,255,.45),transparent 28%),
        linear-gradient(135deg,#6548d8,#393276);
    box-shadow:0 30px 70px rgba(80,57,166,.22);
}

.asna-final-card>div:first-child{
    max-width:680px;
}

.asna-final-card>div:first-child>span{
    color:#d5caff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.asna-final-card h2{
    margin:12px 0;
    color:#fff;
    font-size:clamp(32px,4vw,48px);
    line-height:1.1;
    letter-spacing:-.03em;
}

.asna-final-card p{
    margin:0;
    color:#ded9f5;
    line-height:1.7;
}

.asna-final-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:flex-end;
}

.asna-btn-light{
    color:#4d3ca2!important;
    background:#fff;
}

.asna-btn-outline{
    border:1px solid rgba(255,255,255,.35);
    color:#fff!important;
}

.asna-btn-light:hover,
.asna-btn-outline:hover{
    transform:translateY(-3px);
}

@media(max-width:1100px){

    .asna-hero-grid,
    .asna-story-grid,
    .asna-why-grid{
        gap:45px;
    }

    .asna-tech-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .asna-tech-card:last-child{
        grid-column:span 1;
    }

}

@media(max-width:900px){

    .asna-hero{
        padding:75px 0;
    }

    .asna-hero-grid,
    .asna-story-grid,
    .asna-why-grid,
    .asna-support-card{
        grid-template-columns:1fr;
    }

    .asna-hero-panel{
        transform:none;
    }

    .asna-stats-grid{
        grid-template-columns:1fr 1fr;
    }

    .asna-stat:nth-child(2):after{
        display:none;
    }

    .asna-mission-grid{
        grid-template-columns:1fr;
    }

    .asna-expertise-head{
        display:block;
    }

    .asna-expertise-head>p{
        max-width:650px;
    }

    .asna-tech-grid{
        grid-template-columns:1fr 1fr;
    }

    .asna-why-copy{
        position:static;
    }

    .asna-journey-grid{
        grid-template-columns:1fr 1fr;
    }

    .asna-final-card{
        display:block;
    }

    .asna-final-actions{
        justify-content:flex-start;
        margin-top:28px;
    }

}

@media(max-width:600px){

    .asna-hero{
        padding:55px 0 65px;
    }

    .asna-hero h1{
        font-size:40px;
    }

    .asna-lead{
        font-size:16px;
    }

    .asna-mini-points{
        display:grid;
        gap:8px;
    }

    .asna-panel-top{
        display:block;
    }

    .asna-live-dot{
        display:block;
        margin-top:8px;
    }

    .asna-terminal-body{
        padding:8px 14px;
    }

    .asna-terminal-body p{
        grid-template-columns:30px 1fr;
    }

    .asna-terminal-body strong{
        grid-column:2;
    }

    .asna-stats-grid{
        grid-template-columns:1fr 1fr;
    }

    .asna-stat{
        padding:22px 10px;
    }

    .asna-stat strong{
        font-size:25px;
    }

    .asna-stat:after{
        display:none;
    }

    .asna-section{
        padding:70px 0;
    }

    .asna-story-visual{
        min-height:410px;
    }

    .asna-story-main{
        width:100%;
        padding:35px 28px;
    }

    .asna-story-main h3{
        font-size:26px;
    }

    .asna-float-card{
        min-width:135px;
    }

    .asna-float-one{
        right:-5px;
    }

    .asna-float-two{
        right:10px;
    }

    .asna-benefits,
    .asna-tech-grid,
    .asna-journey-grid{
        grid-template-columns:1fr;
    }

    .asna-support-card{
        padding:35px 25px!important;
    }

    .asna-final{
        padding-bottom:70px;
    }

    .asna-final-card{
        padding:38px 25px;
    }

    .asna-final-actions{
        display:grid;
    }

    .asna-btn{
        width:100%;
    }

}
