/* ================= SERVICE HERO – ALT ================= */

.service-hero-alt {
    position: relative;
    padding: 140px 8% 100px;
    background: linear-gradient(
        to bottom,
        #0b0e13 0%,
        #0f131b 100%
    );
    overflow: hidden;
}

/* SUBTLE BG IMAGE */

.service-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/ceramika1\ \(1\).jpg"); /* tymczasowo */
    background-size: cover;
    background-position: right center;
    opacity: 0.15;
    z-index: 1;
}

/* WRAPPER */

.service-hero-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* TEXT */

.service-hero-text {
    max-width: 620px;
}

.service-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #c9a24d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.service-hero-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    margin-bottom: 22px;
}

.service-hero-text p {
    color: #9ca3af;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 36px;
}

/* CTA */

.service-hero-cta {
    padding: 14px 34px;
}

/* RIGHT ACCENT */

.service-hero-accent {
    border-left: 2px solid rgba(201,162,77,0.35);
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #c9a24d;
    line-height: 1.3;
    opacity: 0.9;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

    .service-hero-alt {
        padding: 110px 8% 80px;
    }

    .service-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-hero-accent {
        border-left: none;
        border-top: 1px solid rgba(201,162,77,0.3);
        padding: 30px 0 0;
        font-size: 22px;
    }
}
/* ================= COATINGS OFFER ================= */

.coatings-offer {
    padding: 10% 8%;
    background: linear-gradient(
        to bottom,
        #0b0e13 0%,
        #0f131b 100%
    );
}

.coatings-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* HEADER */

.coatings-header {
    max-width: 900px;
    margin-bottom: 80px;
}

.coatings-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    margin-bottom: 18px;
}

.coatings-header p {
    color: #9ca3af;
    line-height: 1.75;
}

/* GRID */

.coatings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* BOX */

.coating-box {
    position: relative;
    background: #151a23;
    border: 1px solid rgba(201,162,77,0.15);
    border-radius: 22px;
    padding: 36px;
}

.coating-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 14px;
}

.coating-box p {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* META */

.coating-duration {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #c9a24d;
    margin-bottom: 14px;
}

.coating-price {
    font-size: 26px;
    font-weight: 700;
    color: #e5e7eb;
}

.coating-price small {
    font-size: 13px;
    font-weight: 400;
    color: #9ca3af;
}

/* FEATURED */

.coating-featured {
    border: 2px solid #c9a24d;
}

.coating-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #c9a24d;
    color: #0b0e13;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: uppercase;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

    .coatings-offer {
        padding: 14% 8%;
    }

    .coatings-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .coatings-header h2 {
        font-size: 32px;
    }
}

h1 span,
h2 span,
h3 span {
    color: #c9a24d;
}
/* ================= CERAMIC BENEFITS ================= */

.ceramic-benefits {
    padding: 10% 8%;
    background: linear-gradient(
        to top,
        #0b0e13 0%,
        #0f131b 100%
    );
}

.ceramic-benefits-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* HEADER */

.ceramic-benefits-header {
    max-width: 900px;
    margin-bottom: 90px;
}

.ceramic-benefits-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
}

.ceramic-benefits-header p {
    color: #9ca3af;
    line-height: 1.8;
}

/* TABLE */

.benefits-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

/* COLUMN */

.benefits-col {
    background: #151a23;
    border: 1px solid rgba(201,162,77,0.15);
    border-radius: 24px;
    padding: 44px;
}

.benefits-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 36px;
    color: #c9a24d;
}

/* ROW */

.benefit-row {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    margin-bottom: 34px;
}

.benefit-row:last-child {
    margin-bottom: 0;
}

.benefit-icon {
    font-size: 22px;
    line-height: 1;
}

.benefit-row h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.benefit-row p {
    font-size: 15px;
    line-height: 1.75;
    color: #9ca3af;
    margin-bottom: 8px;
}

.benefit-row p:last-child {
    margin-bottom: 0;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

    .ceramic-benefits {
        padding: 14% 8%;
    }

    .benefits-table {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ceramic-benefits-header h2 {
        font-size: 32px;
    }
}
/* ================= CTA IMAGE ================= */

.cta-image {
    position: relative;
    padding: 8% 6%;
    border-radius: 28px;
    background-image: url("../img/ceramika1\ \(2\).jpg"); /* <-- ZDJĘCIE */
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* OVERLAY (GRADIENT NA OBRAZEK) */

.cta-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(11,14,19,0.85) 0%,
        rgba(11,14,19,0.75) 40%,
        rgba(11,14,19,0.95) 100%
    );
    z-index: 1;
}

/* CONTENT */

.cta-image-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* EYEBROW */

.cta-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* TITLE */

.cta-image-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    margin-bottom: 22px;
    color: #e5e7eb;
}

.cta-image-content h2 span {
    color: #c9a24d; /* ZŁOTO */
}

/* TEXT */

.cta-image-content p {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* MOBILE */

@media (max-width: 768px) {
    .cta-image {
        padding: 14% 6%;
        border-radius: 20px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .service-cta {
        padding: 14% 8%;
    }

    .service-cta-box {
        padding: 50px 28px;
    }

    .service-cta-box p {
        font-size: 15px;
    }
}
.service-cta-box h2 {
    color:  #e5e7eb;
}
/* ================= CERAMIC FAQ GRID ================= */

.ceramic-faq {
    padding: 10% 8%;
    background: linear-gradient(
        to bottom,
        #0b0e13 0%,
        #0f131b 100%
    );
}

.ceramic-faq-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* HEADER */

.ceramic-faq-header {
    max-width: 900px;
    margin-bottom: 80px;
}

.ceramic-faq-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    margin-bottom: 18px;
}

.ceramic-faq-header h2 span {
    color: #c9a24d;
}

.ceramic-faq-header p {
    color: #9ca3af;
    line-height: 1.8;
}

/* GRID */

.ceramic-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* CELL */

.faq-cell {
    padding: 32px 34px;
    border-right: 1px solid rgba(201,162,77,0.15);
    border-bottom: 1px solid rgba(201,162,77,0.15);
}
.ceramic-faq-grid .faq-cell:nth-child(3n) {
    border-right: none;
}
.ceramic-faq-grid .faq-cell:nth-last-child(-n+3) {
    border-bottom: none;
}


.faq-cell h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.faq-cell p {
    font-size: 15px;
    line-height: 1.7;
    color: #9ca3af;
}

/* MOBILE */

@media (max-width: 900px) {

    .ceramic-faq {
        padding: 14% 8%;
    }

    .ceramic-faq-grid {
        grid-template-columns: 1fr;
    }

    .ceramic-faq-header h2 {
        font-size: 32px;
    }
}
/* ================= FAQ ACTIONS ================= */

.ceramic-faq-actions {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* BUTTON TUNING */

.faq-btn {
    min-width: 220px;
    padding: 16px 44px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/* HOVER – MOCNIEJ NIŻ NORMALNE CTA */

.faq-btn.btn.gold:hover {
    box-shadow: 0 14px 36px rgba(201,162,77,0.55);
    transform: translateY(-2px);
}

.faq-btn.btn.outline:hover {
    background: #c9a24d;
    color: #0b0e13;
    box-shadow: 0 14px 36px rgba(201,162,77,0.45);
    transform: translateY(-2px);
}

/* MOBILE */

@media (max-width: 768px) {
    .ceramic-faq-actions {
        flex-direction: column;
        gap: 20px;
    }

    .faq-btn {
        width: 100%;
        max-width: 320px;
    }
}
/* ================= FAQ MOBILE FIX ================= */

@media (max-width: 900px) {

    .ceramic-faq-grid {
        grid-template-columns: 1fr;
    }

    /* reset WSZYSTKICH wyjątków desktopowych */
    .ceramic-faq-grid .faq-cell {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    /* tylko ostatni element bez linii */
    .ceramic-faq-grid .faq-cell:last-child {
        border-bottom: none;
    }
}
