/*==================================================
GREEN ASIST | 01-home-expertise.css 
ENGINEERING EXPERTISE | SERVICE LIST COMPACT SINGLE COLUMN FINAL CANDIDATE
==================================================*/

/*==================================================
SECTION
==================================================*/

.expertise{
    position:relative;
    overflow:hidden;
    scroll-margin-top:100px;
    padding:72px 0 34px;
    color:#14191c;

    background:
        radial-gradient(circle at 10% 8%, rgba(80,165,88,.06) 0%, rgba(80,165,88,0) 34%),
        radial-gradient(circle at 92% 82%, rgba(20,25,28,.035) 0%, rgba(20,25,28,0) 36%),
        linear-gradient(
            135deg,
            #fbfcf9 0%,
            #f3f6f2 48%,
            #ffffff 100%
        );

    border-top:1px solid rgba(0,133,66,.09);
    border-bottom:1px solid rgba(32,34,37,.075);
}

.expertise::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;

    background:
        linear-gradient(90deg, rgba(20,25,28,.036) 1px, transparent 1px),
        linear-gradient(180deg, rgba(20,25,28,.028) 1px, transparent 1px);

    background-size:88px 88px;
    opacity:.22;
    z-index:1;
}

.expertise::after{
    content:"";
    position:absolute;
    right:-220px;
    top:-270px;

    width:620px;
    height:620px;

    border-radius:50%;
    border:1px solid rgba(0,133,66,.075);

    pointer-events:none;
    opacity:.52;
    z-index:1;
}

/*==================================================
CONTAINER
==================================================*/

.expertise-container{
    position:relative;
    z-index:2;
}

/*==================================================
HEAD
==================================================*/

.expertise-head{
    max-width:1040px;
    margin:0 0 30px;
}

.expertise-kicker{
    position:relative;

    display:inline-flex;
    align-items:center;
    gap:15px;

    margin-bottom:19px;

    color:#08793d;

    font-size:12.5px;
    font-weight:850;
    line-height:1;
    letter-spacing:.24em;
    text-transform:uppercase;
}

.expertise-kicker::before{
    content:"";

    width:54px;
    height:3px;

    border-radius:999px;
    background:#087f40;
    box-shadow:0 0 0 4px rgba(0,133,66,.04);
}

.expertise-title{
    max-width:1030px;
    margin:0;

    color:#14191d;

    font-size:clamp(36px, 3.1vw, 54px);
    font-weight:760;
    line-height:1.025;
    letter-spacing:-.06em;
}

.expertise-text{
    max-width:790px;
    margin:18px 0 0;

    color:rgba(21,25,28,.65);

    font-size:16.2px;
    font-weight:400;
    line-height:1.64;
}

/*==================================================
GRID
==================================================*/

.expertise-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
}

/*==================================================
CARD
==================================================*/

.expertise-card{
    position:relative;
    overflow:hidden;

    display:grid;
    grid-template-columns:minmax(340px, .74fr) minmax(680px, 1.26fr);

    min-height:390px;

    border-radius:30px;
    border:1px solid rgba(32,34,37,.082);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(255,255,255,.70)
        ),
        rgba(255,255,255,.76);

    box-shadow:
        0 22px 62px rgba(17,24,28,.068),
        inset 0 1px 0 rgba(255,255,255,.92);

    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    transition:
        border-color .28s ease,
        box-shadow .28s ease,
        background .28s ease;
}

.expertise-card::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;

    height:3px;

    pointer-events:none;
    z-index:4;

    background:linear-gradient(
        90deg,
        rgba(0,133,66,.08),
        rgba(0,133,66,.62),
        rgba(0,133,66,.08)
    );

    opacity:.66;
}

.expertise-card::after{
    content:"";
    position:absolute;
    right:-95px;
    bottom:-135px;

    width:330px;
    height:330px;

    pointer-events:none;
    border-radius:50%;

    background:
        radial-gradient(
            circle at center,
            rgba(0,133,66,.05) 0%,
            rgba(0,133,66,.014) 42%,
            rgba(0,133,66,0) 72%
        );
}

.expertise-card:hover{
    border-color:rgba(0,133,66,.18);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            rgba(255,255,255,.74)
        ),
        rgba(255,255,255,.78);

    box-shadow:
        0 24px 66px rgba(17,24,28,.078),
        inset 0 1px 0 rgba(255,255,255,.96);
}

/*==================================================
IMAGE
==================================================*/

.expertise-image{
    position:relative;
    overflow:hidden;

    min-height:390px;
    background:#e8eeeb;
}

.expertise-image::before{
    content:"";
    position:absolute;
    inset:0;

    pointer-events:none;

    background:
        linear-gradient(180deg, rgba(20,25,28,0) 55%, rgba(20,25,28,.18) 100%),
        linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,0) 50%);

    opacity:.70;
    z-index:2;
}

.expertise-image::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;

    width:1px;

    pointer-events:none;

    background:linear-gradient(
        180deg,
        rgba(32,34,37,0),
        rgba(32,34,37,.12),
        rgba(32,34,37,0)
    );

    z-index:3;
}

.expertise-image img{
    width:100%;
    height:100%;

    min-height:390px;

    display:block;
    object-fit:cover;

    filter:saturate(.96) contrast(1.025);
}

/*==================================================
CONTENT
==================================================*/

.expertise-content{
    position:relative;
    z-index:2;

    display:flex;
    flex-direction:column;

    padding:29px 38px 29px;
}

.expertise-row{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:start;
    gap:17px;
}

.expertise-number{
    position:relative;

    min-width:52px;

    color:#2e8648;

    font-size:29px;
    font-weight:800;
    line-height:1;
    letter-spacing:-.045em;
}

.expertise-number::after{
    content:"";
    display:block;

    width:27px;
    height:2px;

    margin-top:13px;

    border-radius:999px;
    background:#2e8648;
}

.expertise-domain{
    display:inline-flex;
    align-items:center;

    min-height:27px;
    margin-bottom:7px;
    padding:0 11px;

    border-radius:999px;
    border:1px solid rgba(0,133,66,.13);
    background:rgba(0,133,66,.052);

    color:#08793d;

    font-size:11px;
    font-weight:800;
    line-height:1;
    letter-spacing:.105em;
    text-transform:uppercase;
}

.expertise-row h3{
    max-width:620px;
    margin:0;

    color:#14191d;

    font-size:clamp(25px, 2vw, 34px);
    font-weight:760;
    line-height:1.08;
    letter-spacing:-.052em;
}

.expertise-content > p{
    max-width:710px;

    margin:12px 0 0;

    color:rgba(21,25,28,.64);

    font-size:15.2px;
    font-weight:400;
    line-height:1.54;
}

/*==================================================
SERVICE LIST BLOCK
==================================================*/

.expertise-service-block{
    margin-top:14px;
    padding-top:11px;

    border-top:1px solid rgba(32,34,37,.065);
}

.expertise-toggle{
    display:none;
}

.expertise-label{
    display:block;

    margin-bottom:7px;

    color:rgba(21,25,28,.50);

    font-size:10.6px;
    font-weight:850;
    line-height:1;
    letter-spacing:.135em;
    text-transform:uppercase;
}

.expertise-service-list{
    position:relative;

    display:grid;
    grid-template-columns:1fr;
    gap:1px;

    margin:0;
    padding:12px 18px 12px 18px;

    list-style:none;

    border-radius:17px;
    border:1px solid rgba(32,34,37,.066);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.68),
            rgba(255,255,255,.46)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.82),
        0 12px 28px rgba(17,24,28,.028);
}

.expertise-service-list::before{
    content:"";
    position:absolute;
    left:0;
    top:15px;
    bottom:15px;

    width:2px;

    border-radius:999px;
    background:linear-gradient(180deg, rgba(0,133,66,.18), rgba(0,133,66,.42), rgba(0,133,66,.14));
}

.expertise-service-list li{
    position:relative;

    min-height:0;
    padding:2px 0 2px 18px;

    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:0;

    border:0;
    border-radius:0;
    background:transparent;

    color:rgba(20,25,29,.76);

    font-size:13.15px;
    font-weight:690;
    line-height:1.28;
    letter-spacing:.004em;
}

.expertise-service-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:.74em;

    width:6px;
    height:6px;

    border-radius:50%;
    background:#2e8648;

    box-shadow:0 0 0 4px rgba(0,133,66,.062);

    transform:translateY(-50%);
}

.service-main{
    color:#14191d;
    font-weight:780;
}

.service-detail{
    color:rgba(21,25,28,.58);
    font-weight:560;
}

/*==================================================
BOTTOM
==================================================*/

.expertise-bottom{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:24px;

    margin-top:18px;
}

.expertise-tool-link{color:#087c47;font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.expertise-tool-link:hover,.expertise-tool-link:focus-visible{color:#075f38}

.expertise-bottom span{
    height:1px;

    background:linear-gradient(
        90deg,
        rgba(32,34,37,0),
        rgba(32,34,37,.12),
        rgba(0,133,66,.14),
        rgba(32,34,37,0)
    );
}

.expertise-bottom p{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    margin:0;

    color:rgba(21,25,28,.62);

    font-size:14.4px;
    font-weight:660;
    line-height:1.4;
    letter-spacing:.01em;

    white-space:nowrap;
}

.expertise-bottom p::before{
    content:"";

    width:23px;
    height:23px;

    flex:0 0 auto;

    border-radius:50%;

    border:1px solid rgba(0,133,66,.32);

    background:
        radial-gradient(circle at center, rgba(0,133,66,.18) 0 28%, transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(246,250,248,.92));

    box-shadow:
        0 8px 18px rgba(0,133,66,.068),
        inset 0 1px 0 rgba(255,255,255,.9);
}

/*==================================================
RESPONSIVE
==================================================*/


/*==================================================
EXPERTISE ANCHOR OFFSET
Footer linklerinden kartlara gidildiğinde header altında kalmaması için
==================================================*/

.expertise-card{
    scroll-margin-top:120px;
}

/*==================================================
NOTE
Responsive rules for this HOME section are centralized in 07_home.css.
This file intentionally contains desktop/base section styling only.
==================================================*/
