/* =========================================================
   Trisha Web - About Company
   Reference-style premium About section
   ========================================================= */

.tw-about-company{
    position:relative;
    overflow:hidden;
    background:#fff;
    padding:88px 0 72px;
    color:#101b35;
}

.tw-about-container{
    width:min(1380px, calc(100% - 80px));
    margin:0 auto;
    position:relative;
    z-index:2;
}

.tw-about-bg-shape{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    z-index:0;
}

.tw-about-bg-shape-one{
    width:360px;
    height:360px;
    right:-170px;
    top:-150px;
    background:#f1f6ff;
}

.tw-about-bg-shape-two{
    width:250px;
    height:250px;
    left:-180px;
    bottom:250px;
    background:#f7fbff;
}

.tw-about-hero{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);
    gap:72px;
    align-items:center;
}

.tw-about-copy{
    max-width:720px;
}

.tw-about-eyebrow,
.tw-about-impact-eyebrow{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    color:#0878f9;
    font-size:14px;
    line-height:1;
    font-weight:800;
    letter-spacing:2.2px;
    text-transform:uppercase;
}

.tw-about-eyebrow span,
.tw-about-impact-eyebrow span{
    display:inline-block;
    width:52px;
    height:3px;
    border-radius:20px;
    background:#0878f9;
}

.tw-about-copy h2{
    margin:0 0 24px;
    max-width:760px;
    font-size:clamp(42px,4.1vw,70px);
    line-height:1.02;
    letter-spacing:-2.5px;
    font-weight:800;
    color:#101b35;
}

.tw-about-description{
    margin:0;
    max-width:720px;
    color:#56657f;
    font-size:18px;
    line-height:1.75;
}

.tw-about-pillars{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    margin:34px 0 30px;
}

.tw-about-pillar{
    display:flex;
    gap:15px;
    padding:0 22px;
    border-right:1px solid #dfe6f1;
}

.tw-about-pillar:first-child{padding-left:0}
.tw-about-pillar:last-child{
    border-right:0;
    padding-right:0;
}

.tw-about-pillar-icon{
    flex:0 0 64px;
    width:64px;
    height:64px;
    display:grid;
    place-items:center;
    border-radius:20px;
    background:#eaf4ff;
    color:#0878f9;
    font-size:26px;
}

.tw-about-pillar:nth-child(2) .tw-about-pillar-icon{
    background:#e8faf3;
    color:#16b979;
}

.tw-about-pillar:nth-child(3) .tw-about-pillar-icon{
    background:#f2eaff;
    color:#7b3fe4;
}

.tw-about-pillar h3{
    margin:4px 0 7px;
    color:#101b35;
    font-size:17px;
    font-weight:800;
}

.tw-about-pillar p{
    margin:0;
    color:#63708a;
    font-size:13px;
    line-height:1.55;
}

.tw-about-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.tw-about-btn{
    min-height:56px;
    padding:0 27px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    border-radius:30px;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tw-about-btn:hover{
    transform:translateY(-2px);
}

.tw-about-btn-primary{
    background:#0878f9;
    color:#fff;
    box-shadow:0 12px 28px rgba(8,120,249,.22);
}

.tw-about-btn-primary:hover{
    color:#fff;
    box-shadow:0 16px 32px rgba(8,120,249,.30);
}

.tw-about-btn-secondary{
    background:#fff;
    color:#101b35;
    border:2px solid #0878f9;
}

.tw-about-btn-secondary:hover{
    color:#0878f9;
}

.tw-about-visual{
    min-height:620px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tw-about-photo{
    width:100%;
    height:610px;
    overflow:hidden;
    border-radius:28px 28px 28px 90px;
    background:#eef5fc;
    box-shadow:0 25px 60px rgba(16,35,70,.13);
}

.tw-about-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.tw-about-photo-empty{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#0878f9;
    font-size:18px;
    border:1px dashed #b8c9df;
    box-shadow:none;
}

.tw-about-photo-empty i{
    font-size:46px;
}

.tw-about-growth-note{
    position:absolute;
    top:5px;
    right:-20px;
    z-index:3;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    color:#101b35;
    font-family:cursive;
    font-size:31px;
    line-height:.9;
    transform:rotate(-5deg);
}

.tw-about-growth-note strong{
    font-weight:700;
}

.tw-about-growth-note span{
    margin-left:20px;
}

.tw-about-growth-note i{
    width:100px;
    height:6px;
    margin:13px 0 0 70px;
    display:block;
    background:#0878f9;
    border-radius:100%;
    transform:rotate(-7deg);
}

.tw-about-stat-card{
    position:absolute;
    right:-42px;
    bottom:18px;
    z-index:4;
    width:280px;
    padding:18px 24px;
    background:rgba(255,255,255,.96);
    border:1px solid #e5eaf2;
    border-radius:20px;
    box-shadow:0 22px 55px rgba(16,35,70,.16);
    backdrop-filter:blur(12px);
}

.tw-about-stat{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px 0;
    border-bottom:1px solid #e7edf5;
}

.tw-about-stat:last-child{border-bottom:0}

.tw-about-stat-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#eaf4ff;
    color:#0878f9;
    font-size:19px;
}

.tw-about-stat:nth-child(2) .tw-about-stat-icon{
    background:#e8faf3;
    color:#16b979;
}

.tw-about-stat:nth-child(3) .tw-about-stat-icon{
    background:#f2eaff;
    color:#7b3fe4;
}

.tw-about-stat:nth-child(4) .tw-about-stat-icon{
    background:#fff0ef;
    color:#ed4545;
}

.tw-about-stat strong{
    display:block;
    color:#101b35;
    font-size:23px;
    line-height:1.05;
    font-weight:800;
}

.tw-about-stat small{
    display:block;
    margin-top:3px;
    color:#68758b;
    font-size:12px;
}

.tw-about-impact{
    margin-top:76px;
    padding:42px 48px;
    display:grid;
    grid-template-columns:1fr 1.55fr;
    gap:45px;
    align-items:center;
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#082c61;
    box-shadow:0 22px 55px rgba(8,44,97,.20);
}

.tw-about-impact:before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-160px;
    top:-260px;
    border-radius:50%;
    background:rgba(255,255,255,.035);
}

.tw-about-impact-copy{
    position:relative;
    z-index:1;
}

.tw-about-impact-eyebrow{
    margin-bottom:14px;
    color:#36a8ff;
    font-size:12px;
}

.tw-about-impact-eyebrow span{
    background:#36a8ff;
    width:42px;
    height:2px;
}

.tw-about-impact h3{
    margin:0 0 12px;
    max-width:500px;
    color:#fff;
    font-size:clamp(30px,3vw,45px);
    line-height:1.08;
    letter-spacing:-1.2px;
}

.tw-about-impact h3::first-line{
    color:#fff;
}

.tw-about-impact p{
    margin:0;
    max-width:550px;
    color:#c8d7eb;
    font-size:15px;
    line-height:1.65;
}

.tw-about-impact-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    position:relative;
    z-index:1;
}

.tw-about-impact-stats > div{
    min-height:145px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:10px 18px;
    border-left:1px solid rgba(255,255,255,.28);
}

.tw-about-impact-stats i{
    margin-bottom:13px;
    color:#fff;
    font-size:25px;
}

.tw-about-impact-stats strong{
    color:#fff;
    font-size:36px;
    line-height:1;
    font-weight:800;
}

.tw-about-impact-stats span{
    margin-top:9px;
    color:#d7e5f6;
    font-size:14px;
}

@media (max-width:1100px){
    .tw-about-container{
        width:min(100% - 40px, 900px);
    }

    .tw-about-hero{
        grid-template-columns:1fr;
        gap:55px;
    }

    .tw-about-copy{
        max-width:none;
    }

    .tw-about-visual{
        min-height:560px;
        max-width:760px;
        margin:auto;
        width:100%;
    }

    .tw-about-photo{
        height:550px;
    }

    .tw-about-impact{
        grid-template-columns:1fr;
    }
}

@media (max-width:760px){
    .tw-about-company{
        padding:60px 0 50px;
    }

    .tw-about-container{
        width:calc(100% - 30px);
    }

    .tw-about-copy h2{
        font-size:40px;
        letter-spacing:-1.5px;
    }

    .tw-about-description{
        font-size:16px;
        line-height:1.65;
    }

    .tw-about-pillars{
        grid-template-columns:1fr;
        gap:20px;
    }

    .tw-about-pillar,
    .tw-about-pillar:first-child,
    .tw-about-pillar:last-child{
        padding:0 0 20px;
        border-right:0;
        border-bottom:1px solid #dfe6f1;
    }

    .tw-about-pillar:last-child{
        padding-bottom:0;
        border-bottom:0;
    }

    .tw-about-visual{
        min-height:420px;
    }

    .tw-about-photo{
        height:410px;
        border-radius:22px 22px 22px 55px;
    }

    .tw-about-growth-note{
        right:0;
        top:-20px;
        font-size:22px;
    }

    .tw-about-growth-note i{
        width:70px;
        margin-left:45px;
    }

    .tw-about-stat-card{
        width:235px;
        right:-5px;
        bottom:-20px;
        padding:12px 16px;
    }

    .tw-about-stat{
        padding:9px 0;
    }

    .tw-about-stat-icon{
        width:38px;
        height:38px;
        flex-basis:38px;
        font-size:15px;
    }

    .tw-about-stat strong{
        font-size:18px;
    }

    .tw-about-stat small{
        font-size:10px;
    }

    .tw-about-actions{
        width:100%;
    }

    .tw-about-btn{
        flex:1 1 100%;
        width:100%;
    }

    .tw-about-impact{
        margin-top:65px;
        padding:32px 22px;
        border-radius:20px;
    }

    .tw-about-impact-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .tw-about-impact-stats > div{
        min-height:125px;
    }

    .tw-about-impact-stats > div:nth-child(odd){
        border-left:0;
    }

    .tw-about-impact-stats > div:nth-child(-n+2){
        border-bottom:1px solid rgba(255,255,255,.22);
    }
}

@media (max-width:430px){
    .tw-about-copy h2{
        font-size:34px;
    }

    .tw-about-eyebrow,
    .tw-about-impact-eyebrow{
        font-size:11px;
        letter-spacing:1.5px;
    }

    .tw-about-eyebrow span{
        width:35px;
    }

    .tw-about-visual{
        min-height:360px;
    }

    .tw-about-photo{
        height:350px;
    }

    .tw-about-stat-card{
        width:210px;
    }

    .tw-about-growth-note{
        font-size:18px;
    }

    .tw-about-impact-stats strong{
        font-size:29px;
    }

    .tw-about-impact-stats span{
        font-size:11px;
    }
}
