#carPhoto7 {
    border-radius: 25px;
    height: 600px;
    width: auto;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);

    transition: all .4s ease;
}

.advantage-card h4 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.advantage-card p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.8;
}

.advantage-card:hover {
    transform: translateY(-10px);

    border-color: #00c3ff;

    box-shadow:
        0 15px 35px rgba(0, 195, 255, .15);
}

section h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

section h2::after {
    content: "";

    width: 80px;
    height: 4px;

    background: linear-gradient(90deg,
            #00c3ff,
            #004cff);

    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    bottom: -15px;
}


.protection-list {
    list-style: none;
    padding: 0;
}

.protection-list li {
    background: rgba(255, 255, 255, .05);

    margin-bottom: 15px;

    padding: 15px 20px;

    border-radius: 12px;

    transition: all .3s ease;
}

.protection-list li:hover {
    background: rgba(0, 195, 255, .15);

    transform: translateX(10px);
}

.ppf-kaplama-section img,
.protection-image {
    border-radius: 20px;

    transition: all .5s ease;

    box-shadow:
        0 10px 40px rgba(0, 0, 0, .4);
}

.ppf-kaplama-section img:hover,
.protection-image:hover {
    transform: scale(1.03);

    box-shadow:
        0 20px 60px rgba(0, 195, 255, .2);
}

.process-step {
    position: relative;

    padding: 40px 20px;

    background: rgba(255, 255, 255, .03);

    border-radius: 20px;

    transition: .4s;
}

.process-step:hover {
    transform: translateY(-10px);

    box-shadow:
        0 15px 35px rgba(0, 195, 255, .15);
}

.process-step h1 {
    font-size: 4rem;
    font-weight: 900;

    color: rgba(0, 195, 255, .25);
}

.process-step h5 {
    color: white;
    margin-top: 15px;
}

.process-step p {
    color: rgba(255, 255, 255, .75);
}

.accordion-item {
    border: none;
    margin-bottom: 15px;

    border-radius: 15px !important;

    overflow: hidden;
}

.accordion-button {
    background: #1c1c1c;
    color: white;

    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #00c3ff;
    color: white;

    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: #0f0f0f;
    color: rgba(255, 255, 255, .8);
}

.cta-section {
    padding: 100px 0;

    background:
        linear-gradient(135deg,
            #0a0a35,
            #000);

    text-align: center;
}

.cta-section h2 {
    font-size: 3rem;
    font-weight: 800;
}

.cta-section p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;

    color: rgba(255, 255, 255, .8);
}

.btn-light {
    border-radius: 50px;

    padding: 12px 35px;

    font-weight: 700;

    transition: .3s;
}

.btn-light:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(255, 255, 255, .25);
}

.btn-outline-light {
    border-radius: 50px;

    padding: 12px 35px;

    font-weight: 700;

    transition: .3s;
}

.btn-outline-light:hover {
    transform: translateY(-3px);

    background: white;
    color: black;
}

body {
    background: #0f0f0f;
    overflow-x: hidden;
}

section {
    position: relative;
}

section::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    background: rgba(0, 195, 255, .05);

    filter: blur(100px);

    border-radius: 50%;

    top: 0;
    right: 0;

    pointer-events: none;
}

@media (max-width: 768px) {

    #carPhoto7 {
        max-height: 350px;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .process-step h1 {
        font-size: 3rem;
    }

}

.protection-card {
    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 20px;

    padding: 25px;

    text-align: center;

    transition: .4s;
}

.protection-card:hover {
    transform: translateY(-8px);

    border-color: #00c3ff;

    box-shadow:
        0 15px 35px rgba(0, 195, 255, .15);
}

.protection-card span {
    font-size: 2rem;

    display: block;

    margin-bottom: 10px;
}

.protection-card h5 {
    color: white;
    margin: 0;
}

.ppf-kaplama-section {
    background:
        radial-gradient(circle at top right,
            rgba(0, 195, 255, .12),
            transparent 40%),
        #080808;

    position: relative;

    overflow: hidden;
}

.hero-badge {
    display: inline-block;

    padding: 10px 18px;

    border-radius: 50px;

    background: rgba(0, 195, 255, .15);

    border: 1px solid rgba(0, 195, 255, .25);

    color: #00c3ff;

    font-weight: 600;

    margin-bottom: 25px;
}

.hero-text {
    color: rgba(255, 255, 255, .75);

    font-size: 1.15rem;

    line-height: 2;

    max-width: 600px;

    margin-bottom: 40px;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 4rem);
}

@media (max-width: 576px) {

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons2 {
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons2 {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Mobilde kontrolü netleştir */
@media (max-width: 576px) {
    .hero-buttons2 {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons2 .btn {
        width: 100%;
        text-align: center;
    }
}

.hero-image {
    border-radius: 30px;

    max-height: 650px;

    object-fit: cover;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .45);

    transition: .5s;
}

.hero-image:hover {
    transform: scale(1.03);

    box-shadow:
        0 25px 60px rgba(0, 195, 255, .2);
}

@media (max-width:768px) {

    .hero-title {
        margin-top: 20px;
        text-align: center !important;
        font-size: 2rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-text {
        text-align: center;
    }

}

.process-step {
    height: 100%;

    padding: 40px 25px;

    border-radius: 25px;

    background: rgba(255, 255, 255, .03);

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: .4s ease;

    position: relative;

    overflow: hidden;
}

.process-step:hover {
    transform: translateY(-10px);

    border-color: #00c3ff;

    box-shadow:
        0 15px 35px rgba(0, 195, 255, .15);
}

.step-number {
    width: 90px;
    height: 90px;

    margin: 0 auto 25px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
    font-weight: 800;

    color: white;

    background:
        linear-gradient(135deg,
            #00c3ff,
            #004cff);

    box-shadow:
        0 10px 25px rgba(0, 195, 255, .35);
}

.process-step h5 {
    color: white;

    font-weight: 700;

    margin-bottom: 15px;
}

.process-step p {
    color: rgba(255, 255, 255, .75);

    line-height: 1.8;
}

.process-step::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #00c3ff,
            #004cff);
}

.protection-section {
    background: linear-gradient(180deg,
            #01052e,
            #06091f);
}

.protection-subtitle {
    max-width: 750px;
    margin: 25px auto 0;

    color: rgba(255, 255, 255, .75);

    font-size: 1.1rem;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .hero-row {
        min-height: auto;
    }
}


.protection-image-wrapper {
    overflow: hidden;
    border-radius: 30px;
}

.protection-image {
    width: 100%;

    border-radius: 30px;

    transition: .5s ease;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, .4);
}

.protection-image:hover {
    transform: scale(1.05);
}

.protection-card {

    height: 100%;

    padding: 25px;

    border-radius: 20px;

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    text-align: center;

    transition: .4s ease;
}

.protection-card:hover {

    transform: translateY(-8px);

    border-color: #00c3ff;

    box-shadow:
        0 15px 35px rgba(0, 195, 255, .15);
}

.protection-card span {

    display: block;

    font-size: 2.5rem;

    margin-bottom: 15px;
}

.protection-card h5 {

    color: white;

    font-weight: 700;

    margin-bottom: 10px;
}

.protection-card p {

    color: rgba(255, 255, 255, .7);

    font-size: .95rem;

    line-height: 1.6;

    margin-bottom: 0;
}

.protection-stats {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-top: 40px;
}

.stat-box {

    flex: 1;

    text-align: center;

    padding: 25px 15px;

    border-radius: 20px;

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .08);
}

.stat-box h3 {

    font-size: 2rem;

    font-weight: 800;

    color: #00c3ff;

    margin-bottom: 10px;
}

.stat-box p {

    color: rgba(255, 255, 255, .75);

    margin: 0;
}

@media (max-width: 768px) {

    .protection-stats {

        flex-direction: column;
    }

    .protection-card {

        padding: 20px;
    }

    .protection-card span {

        font-size: 2rem;
    }
}

.tech-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: .3s;
}

.tech-card:hover {
    transform: translateY(-5px);
    border-color: #00c3ff;
}

.tech-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.tech-card p {
    color: #cfcfcf;
    margin: 0;
}

.feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.feature-badges span {
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.ppf-advantages-section {
    background: #05051a;
    color: #fff;
}

/* titles */
.ppf-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.ppf-section-subtitle {
    max-width: 800px;
    margin: 10px auto 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

/* image */
.ppf-image-box img {
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* card */
.ppf-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    height: 100%;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
}

.ppf-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 195, 255, 0.35);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* icon */
.ppf-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0a0a35, #1a1a6a);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.ppf-icon i {
    font-size: 20px;
    color: #00c2ff;
}

/* text */
.ppf-feature-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ppf-feature-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
}

.ppf-warranty-section {
    background: linear-gradient(135deg, #0a0a35, #000);
}

.ppf-warranty-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    text-align: center;
    transition: all .3s ease;
}

.ppf-warranty-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.ppf-warranty-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    font-size: 20px;
}

.ppf-warranty-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ppf-warranty-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* =========================
   COMPARISON TABLE (MODERN)
========================= */

.ppf-compare-section {
    background: #05050f;
}

.compare-wrapper {
    overflow-x: auto;
    border-radius: 16px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    overflow: hidden;
}

.compare-table thead {
    background: linear-gradient(135deg, #1a1f3c, #0a0f25);
}

.compare-table th {
    padding: 18px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
}

.compare-table tr:hover {
    background: rgba(255, 255, 255, 0.04);
}

.compare-table td:nth-child(3) {
    color: #00d4ff;
    font-weight: 600;
}