/* About page — premium presentation, isolated to this page */
.inner-hero{
    position:relative;
    overflow:hidden;
    padding:88px 0 82px;
    background:
        radial-gradient(circle at 82% 42%,rgba(23,145,230,.16),transparent 25%),
        radial-gradient(circle at 18% 72%,rgba(199,164,90,.12),transparent 22%),
        linear-gradient(135deg,#ffffff 0%,#f7fafc 52%,#edf6fb 100%);
    color:var(--navy);
    border-bottom:1px solid var(--line);
}
.inner-hero:before{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    border:1px solid rgba(7,137,232,.10);
    border-radius:50%;
    left:-150px;
    top:-180px;
    box-shadow:0 0 0 55px rgba(7,137,232,.025),0 0 0 110px rgba(7,137,232,.018);
}
.inner-hero:after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:-70px;
    bottom:-100px;
    border:1px solid rgba(199,164,90,.18);
    border-radius:50%;
}
.inner-hero>div{
    position:relative;
    z-index:1;
    max-width:1180px;
    margin:0 auto;
    padding:0 24px;
}
.inner-hero span{
    display:inline-flex;
    align-items:center;
    gap:11px;
    color:var(--blue);
    font-weight:700;
    font-size:15px;
}
.inner-hero span:before{
    content:"";
    width:38px;
    height:2px;
    background:linear-gradient(90deg,var(--gold),#e7c96f);
    display:inline-block;
}
.inner-hero h1{
    font-size:60px;
    line-height:1.08;
    margin:14px 0 16px;
    color:var(--navy);
    letter-spacing:-1px;
    max-width:720px;
}
.inner-hero p{
    max-width:650px;
    color:var(--muted);
    margin:0;
    font-size:18px;
    line-height:1.9;
}

.about-layout{
    max-width:1180px;
    margin:auto;
    padding:78px 24px 58px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(330px,410px);
    gap:58px;
    align-items:center;
}
.about-copy{
    position:relative;
    padding:10px 30px 10px 0;
}
.about-copy:before{
    content:"";
    position:absolute;
    right:0;
    top:2px;
    width:4px;
    height:92px;
    border-radius:4px;
    background:linear-gradient(var(--blue),var(--gold));
}
.about-copy h2{
    font-size:40px;
    line-height:1.3;
    color:var(--navy);
    margin:0 0 20px;
    max-width:700px;
}
.about-copy p{
    color:var(--muted);
    font-size:18px;
    line-height:2;
    margin:0 0 15px;
    max-width:760px;
}
.about-copy ul{color:var(--muted);padding-right:20px}

.about-panel{
    position:relative;
    background:linear-gradient(145deg,#072a49,#0b456d);
    color:#fff;
    border-radius:20px;
    padding:8px 18px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    min-height:132px;
    box-shadow:0 18px 38px rgba(8,42,74,.16);
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
}
.about-panel:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.055),transparent 75%);
    pointer-events:none;
}
.about-panel:after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:50%;
    left:-105px;
    bottom:-110px;
}
.stat{
    position:relative;
    z-index:1;
    padding:24px 15px;
    border-bottom:0;
    border-left:1px solid rgba(255,255,255,.13);
    font-size:31px;
    font-weight:700;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}
.stat:last-child{border-left:0}
.stat small{
    display:block;
    font-size:12px;
    color:#b8cede;
    font-weight:400;
    margin-top:4px;
}

.about-layout + .section{padding-top:18px}
.about-layout + .section .section-head{
    max-width:720px;
    margin-right:auto;
    margin-left:0;
}
.brand-story{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.brand-row{
    position:relative;
    display:grid;
    grid-template-columns:120px 1fr;
    gap:18px;
    border:1px solid var(--line);
    padding:15px;
    border-radius:16px;
    align-items:center;
    background:#fff;
    box-shadow:0 10px 28px rgba(8,42,74,.045);
    overflow:hidden;
    transition:.25s;
}
.brand-row:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:4px;
    height:100%;
    background:linear-gradient(var(--blue),var(--gold));
    opacity:.8;
}
.brand-row:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 32px rgba(8,42,74,.09);
    border-color:#cbdde8;
}
.brand-image{
    height:110px;
    background:linear-gradient(145deg,#f8fbfd,#edf6fa);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue);
    font-size:36px;
    overflow:hidden;
}
.brand-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.25s;
}
.brand-row:hover .brand-image img{transform:scale(1.04)}
.brand-row h3{margin:0;font-size:21px;color:var(--navy)}
.brand-row h3 small{display:block;color:var(--blue);font-weight:400;font-size:13px;margin-top:2px}
.brand-row p{color:var(--muted);font-size:14px;line-height:1.8;margin:7px 0 0}

@media(max-width:900px){
    .about-layout{grid-template-columns:1fr;gap:32px}
    .about-panel{max-width:520px;width:100%;margin:0 auto}
}

@media(max-width:800px){
    .inner-hero{padding:62px 0 58px}
    .inner-hero>div{padding:0 20px}
    .inner-hero h1{font-size:44px;letter-spacing:-.5px}
    .inner-hero p{font-size:16px}
    .about-layout{padding:54px 18px 42px;gap:28px}
    .about-copy{padding-right:18px}
    .about-copy h2{font-size:31px}
    .about-copy p{font-size:16px}
    .about-panel{grid-template-columns:repeat(3,1fr);padding:5px 8px;min-height:108px;border-radius:17px}
    .stat{padding:18px 7px;font-size:24px}
    .stat small{font-size:11px}
    .about-layout + .section{padding-top:20px}
    .brand-story{grid-template-columns:1fr}
    .brand-row{grid-template-columns:92px 1fr;gap:13px;padding:12px}
    .brand-image{height:92px}
    .brand-row h3{font-size:18px}
}

@media(max-width:480px){
    .inner-hero h1{font-size:38px}
    .about-panel{min-height:100px}
    .stat{font-size:21px;padding:16px 4px}
    .stat small{font-size:10px}
}
