/* =========================================================
   AC ÖNCEL - LPG ARIZA TESPİTİ
   Bu dosya yalnızca lpg-ariza-tespiti.html sayfasına aittir.
   Ana assets/style.css dosyasına dokunmaz.
========================================================= */

.ariza-hero {
    background: linear-gradient(110deg, #071b32, #173d63);
    color: #fff;
    padding: 78px 0 82px;
    position: relative;
    overflow: hidden;
}

.ariza-hero::after {
    content: "AC";
    position: absolute;
    right: -35px;
    bottom: -115px;
    font-size: 330px;
    font-weight: 900;
    line-height: 1;
    color: rgba(255,255,255,.035);
    pointer-events: none;
}

.ariza-hero .kicker {
    color: #8dce32;
}

.ariza-hero h1 {
    max-width: 780px;
    margin: 12px 0 18px;
    font-size: 52px;
    line-height: 1.04;
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}

.ariza-hero h1 span {
    color: #8dce32;
}

.ariza-hero p {
    max-width: 720px;
    margin: 0;
    color: #c7d3df;
    font-size: 15px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}


/* ANA ALAN */

.ariza-main {
    background: #f4f6f8;
    padding: 70px 0;
}

.ariza-overview {
    display: grid;
    grid-template-columns: .96fr 1.04fr;
    gap: 58px;
    align-items: center;
}


/* SOL GÖRSEL */

.ariza-art {
    min-height: 500px;
    border-radius: 24px;
    background: linear-gradient(145deg, #071a30, #1c4b78);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(13,35,58,.13);
}

.ariza-art::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.14);
}

.ariza-art::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px dashed rgba(141,206,50,.55);
}

.ariza-art-orbit {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.orbit-1 {
    width: 390px;
    height: 390px;
    border: 1px solid rgba(0,190,210,.13);
}

.orbit-2 {
    width: 285px;
    height: 285px;
    border: 1px solid rgba(141,206,50,.10);
}

.ariza-art-core {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #0a223a;
    border: 1px solid rgba(141,206,50,.35);
    box-shadow:
        0 0 0 25px rgba(0,190,210,.045),
        0 0 0 55px rgba(141,206,50,.035);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

.ariza-symbol {
    color: #8dce32;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
    transform: rotate(-12deg);
}

.ariza-art-core strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 2px;
}

.ariza-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fff;
    color: #18344f;
    border-radius: 13px;
    padding: 11px 14px;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .4px;
    z-index: 3;
}

.ariza-badge b {
    color: #6ca823;
}


/* SAĞ İÇERİK */

.ariza-copy .kicker {
    color: #79b72a;
}

.ariza-copy h2 {
    margin: 10px 0 18px;
    max-width: 620px;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.ariza-copy p {
    max-width: 650px;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.ariza-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 25px;
    margin: 25px 0 28px;
    padding: 0;
    list-style: none;
}

.ariza-checks li {
    position: relative;
    padding-left: 20px;
    color: #1a2838;
    font-size: 12px;
    font-weight: 700;
}

.ariza-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #79bd2d;
    font-weight: 900;
}


/* KONTROL SÜRECİ */

.ariza-process {
    margin-top: 82px;
}

.ariza-process-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.ariza-process-head h2 {
    margin: 10px 0 0;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -1.2px;
}

.ariza-process-head p {
    max-width: 470px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

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

.ariza-process-card {
    min-height: 205px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(13,35,58,.045);
}

.process-number {
    display: flex;
    width: 36px;
    height: 36px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef8dc;
    color: #75b52a;
    font-size: 10px;
    font-weight: 900;
}

.ariza-process-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
}

.ariza-process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}


/* CTA
   Diğer sayfalardaki container yapısıyla aynı bırakıldı. */

.ariza-cta {
    margin-top: 48px;
}

.ariza-cta .cta-in {
    min-height: 112px;
}


/* TABLET */

@media(max-width: 900px) {

    .ariza-overview {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ariza-art {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .ariza-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ariza-process-head {
        display: block;
    }

    .ariza-process-head p {
        margin-top: 15px;
    }
}


/* MOBİL */

@media(max-width: 560px) {

    .ariza-hero {
        padding: 58px 0;
    }

    .ariza-hero h1 {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .ariza-hero p {
        font-size: 13px;
    }

    .ariza-main {
        padding: 50px 0;
    }

    .ariza-art {
        min-height: 360px;
        border-radius: 20px;
    }

    .ariza-art::before {
        width: 245px;
        height: 245px;
    }

    .ariza-art::after {
        width: 180px;
        height: 180px;
    }

    .orbit-1 {
        width: 285px;
        height: 285px;
    }

    .orbit-2 {
        width: 215px;
        height: 215px;
    }

    .ariza-art-core {
        width: 145px;
        height: 145px;
    }

    .ariza-art-core strong {
        font-size: 10px;
    }

    .ariza-copy h2 {
        font-size: 31px;
    }

    .ariza-checks {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .ariza-process {
        margin-top: 62px;
    }

    .ariza-process-head h2 {
        font-size: 30px;
    }

    .ariza-process-grid {
        grid-template-columns: 1fr;
    }

    .ariza-process-card {
        min-height: auto;
    }

    .ariza-cta .cta-in {
        min-height: 0;
    }

    .ariza-cta {
        margin-top: 42px;
    }
}
