/* ABOUT PAGE */

.cw-about-page{
    background:#f4f5f3;
    color:#101214;
}

/* HERO */

.cw-about-hero{
    position:relative;
    min-height:460px;
    padding:140px 48px 80px;
    background:
        linear-gradient(90deg,rgba(2,10,12,.92) 0%,rgba(2,10,12,.72) 48%,rgba(1,149,130,.35) 100%),
        url('https://cation.fidetay.net/wp-content/uploads/2026/06/about-hero-back-1.webp');
    background-size:cover;
    background-position:center;
    color:#fff;
    overflow:hidden;
}

.cw-about-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(255,255,255,.025) 80px),
        repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(255,255,255,.025) 80px);
    pointer-events:none;
}

.cw-about-hero::after{
    content:'';
    position:absolute;
    right:6%;
    top:-20%;
    width:260px;
    height:140%;
    background:rgba(1,149,130,.35);
    transform:skewX(-18deg);
}

.cw-about-hero-inner{
    position:relative;
    z-index:2;
    max-width:720px;
}

.cw-about-breadcrumb{
    margin-bottom:46px;
    color:rgba(255,255,255,.7);
    font-size:12px;
}

.cw-about-breadcrumb span{
    margin:0 8px;
    color:var(--cw-teal);
}

.cw-about-hero h1{
    margin:0 0 22px;
    font-family:var(--cw-font-head);
    font-size:clamp(56px,7vw,96px);
    font-weight:800;
    line-height:.9;
    letter-spacing:-1px;
    text-transform:uppercase;
}

.cw-about-hero h1 span{
    color:var(--cw-teal);
}

.cw-about-hero-inner > p:last-child{
    max-width:460px;
    color:#d8dcde;
    font-size:16px;
    line-height:1.75;
}

/* OVERVIEW */

.cw-about-overview{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:70px;
    max-width:1400px;
    margin:0 auto;
    padding:100px 48px;
    align-items:center;
}

.cw-about-overview-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    box-shadow:0 24px 70px rgba(0,0,0,.14);
}

.cw-about-overview-content h2{
    margin:0 0 26px;
    font-family:var(--cw-font-head);
    font-size:clamp(42px,4vw,64px);
    font-weight:800;
    line-height:.98;
    text-transform:uppercase;
}

.cw-about-overview-content p{
    max-width:560px;
    color:#4d5559;
    font-size:15px;
    line-height:1.8;
}

.cw-about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:18px;
    padding:15px 24px;
    background:var(--cw-teal);
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:var(--cw-transition);
}

.cw-about-btn:hover{
    background:#101214;
}

/* SECTION TITLES */

.cw-about-section-title{
    text-align:center;
    margin-bottom:54px;
}

.cw-about-section-title h2{
    margin:0;
    font-family:var(--cw-font-head);
    font-size:clamp(36px,4vw,58px);
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
}

.cw-about-section-title.dark h2{
    color:#fff;
}

/* WORKFLOW */

.cw-about-workflow{
    padding:96px 48px;
    background:#fff;
}

.cw-about-workflow-grid{
    max-width:1260px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.cw-about-work-card{
    min-height:300px;
    padding:44px 34px;
    background:#fff;
    border:1px solid rgba(16,18,20,.06);
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    text-align:center;
    transition:var(--cw-transition);
}

.cw-about-work-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 80px rgba(0,0,0,.12);
}

.cw-about-work-card i{
    margin-bottom:30px;
    color:var(--cw-teal);
    font-size:40px;
}

.cw-about-work-card h3{
    margin:0 0 16px;
    font-family:var(--cw-font-head);
    font-size:22px;
    font-weight:800;
    text-transform:uppercase;
}

.cw-about-work-card p{
    margin:0;
    color:#5f676b;
    font-size:14px;
    line-height:1.7;
}

.cw-about-after-sales{
    max-width:1260px;
    margin:28px auto 0;
    padding:30px 40px;
    background:#f4f5f3;
    text-align:center;
    box-shadow:0 16px 45px rgba(0,0,0,.06);
}

.cw-about-after-sales i{
    margin-right:8px;
    color:var(--cw-teal);
}

.cw-about-after-sales strong{
    font-family:var(--cw-font-head);
    font-size:20px;
    text-transform:uppercase;
}

.cw-about-after-sales span{
    display:block;
    margin-top:10px;
    color:#5f676b;
    font-size:14px;
}

/* HISTORY */

.cw-about-history{
    position:relative;
    padding:100px 48px 120px;
    background:
        radial-gradient(circle at 50% 20%,rgba(1,149,130,.14),transparent 36%),
        #061113;
    color:#fff;
    overflow:hidden;
}

.cw-about-history::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(255,255,255,.018) 80px),
        repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(255,255,255,.018) 80px);
}

.cw-history-line{
    position:relative;
    z-index:2;
    max-width:980px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 70px 1fr;
    row-gap:28px;
}

.cw-history-line::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:1px;
    background:rgba(1,149,130,.7);
    transform:translateX(-50%);
}

.cw-history-item{
    position:relative;
    padding:28px 30px;
    border:1px solid rgba(1,149,130,.35);
    background:rgba(255,255,255,.035);
    backdrop-filter:blur(8px);
}

.cw-history-item::after{
    content:'';
    position:absolute;
    top:38px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--cw-lime);
    box-shadow:0 0 0 5px rgba(217,216,34,.1);
}

.cw-history-item.left{
    grid-column:1;
}

.cw-history-item.left::after{
    right:-40px;
}

.cw-history-item.right{
    grid-column:3;
}

.cw-history-item.right::after{
    left:-40px;
}

.cw-history-item.center{
    grid-column:1 / 4;
    max-width:520px;
    margin:10px auto 0;
    text-align:left;
}

.cw-history-item.center::after{
    display:none;
}

.cw-history-item span{
    display:block;
    margin-bottom:10px;
    font-family:var(--cw-font-head);
    font-size:36px;
    font-weight:800;
    color:var(--cw-lime);
}

.cw-history-item h3{
    margin:0 0 10px;
    font-family:var(--cw-font-head);
    font-size:20px;
    font-weight:800;
    text-transform:uppercase;
}

.cw-history-item p{
    margin:0;
    color:#c6ccce;
    font-size:13px;
    line-height:1.65;
}

/* BANNER */

.cw-about-banner{
    padding:90px 48px;
    background:
        linear-gradient(90deg,rgba(1,149,130,.92),rgba(1,149,130,.55)),
        url('https://cation.fidetay.net/wp-content/uploads/2026/06/cta-asset-back-1.webp');
    background-size:cover;
    background-position:center;
    color:#fff;
}

.cw-about-banner div{
    max-width:1180px;
    margin:0 auto;
    font-size:clamp(28px,3vw,44px);
    font-weight:700;
    line-height:1.25;
}

.cw-about-banner span{
    color:var(--cw-lime);
}

/* RESPONSIVE */

@media(max-width:1024px){
    .cw-about-overview{
        grid-template-columns:1fr;
    }

    .cw-about-workflow-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .cw-about-hero{
        min-height:420px;
        padding:120px 22px 64px;
    }

    .cw-about-hero h1{
        font-size:46px;
    }

    .cw-about-overview,
    .cw-about-workflow,
    .cw-about-history,
    .cw-about-banner{
        padding-left:22px;
        padding-right:22px;
    }

    .cw-about-overview{
        padding-top:68px;
        padding-bottom:68px;
        gap:40px;
    }

    .cw-about-overview-image img{
        height:360px;
    }

    .cw-about-workflow{
        padding-top:68px;
        padding-bottom:68px;
    }

    .cw-about-workflow-grid{
        grid-template-columns:1fr;
    }

    .cw-about-work-card{
        min-height:auto;
    }

    .cw-history-line{
        display:block;
    }

    .cw-history-line::before{
        left:10px;
        transform:none;
    }

    .cw-history-item,
    .cw-history-item.left,
    .cw-history-item.right,
    .cw-history-item.center{
        margin:0 0 22px 34px;
        max-width:none;
        grid-column:auto;
    }

    .cw-history-item::after,
    .cw-history-item.left::after,
    .cw-history-item.right::after{
        left:-29px;
        right:auto;
    }

    .cw-about-banner{
        padding-top:70px;
        padding-bottom:70px;
    }
}