/* =============================================
   Pools & Spas Copings Template Styles
   ============================================= */

/* Hero Button */
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 14px 28px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.hero-btn:hover {
    background: #fff;
    color: #222;
}
.hero-btn img {
    width: 22px;
    height: 22px;
}

/* ---- Intro Section ---- */
.copings-intro-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 5%;
    max-width: 860px;
    margin: 0 auto;
}
.copings-intro-arrow svg {
    width: 36px;
    height: 36px;
    color: #b8a06a;
    flex-shrink: 0;
    margin-top: 2px;
}
.copings-intro-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* ---- Products Section ---- */
.copings-products-section {
    padding: 50px 5%;
    background: #f7f5f2;
}
.copings-products-section .copings-products-title {
    text-align: center;
    font-size: 26px;
    margin: 0 0 32px;
    max-width: none;
    clear: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.copings-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.copings-product-card {
    position: relative;
    flex: 1 1 180px;
    max-width: 220px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #222;
}
.copings-product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
    opacity: 0.85;
}
.copings-product-card:hover img {
    transform: scale(1.04);
    opacity: 0.7;
}
.copings-products-section .copings-product-card-title {
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
    max-width: none;
    clear: none;
}
.copings-product-card-arrow {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.copings-product-card-arrow svg {
    width: 20px;
    height: 20px;
}

/* ---- Download Section ---- */
.copings-download-section {
    position: relative;
    padding: 0;
    text-align: center;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.copings-download-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
}
.copings-download-inner {
    position: relative;
    z-index: 1;
    padding: 90px 5%;
}
.copings-download-section .copings-download-title {
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 20px;
    max-width: none;
    clear: none;
    letter-spacing: 0.01em;
    color: #fff;
    line-height: 1.2;
}
.copings-download-section .copings-download-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0 0 36px;
}
.copings-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background 0.2s;
}
.copings-download-btn:hover {
    background: #333;
    color: #fff;
}
.copings-download-btn svg {
    width: 20px;
    height: 20px;
}

/* ---- Features / Why Choose Us Section ---- */
.copings-features-section {
    padding: 60px 5%;
    background: #fff;
}
.copings-features-section .copings-features-title {
    text-align: center;
    font-size: 26px;
    margin: 0 0 40px;
    max-width: none;
    clear: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.copings-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.copings-feature-card {
    flex: 1 1 260px;
    max-width: 320px;
    text-align: center;
    padding: 20px;
}
.copings-feature-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copings-feature-icon-box img {
    max-width: 100%;
    max-height: 100%;
}
.copings-features-section .copings-feature-card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    max-width: none;
    clear: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.copings-feature-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* ---- How It Works Section ---- */
.copings-hiw-section {
    padding: 60px 5%;
    background: #f7f5f2;
    text-align: center;
}
.copings-hiw-section .copings-hiw-title {
    font-size: 26px;
    margin: 0 0 40px;
    max-width: none;
    clear: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.copings-hiw-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.copings-hiw-step {
    flex: 1 1 180px;
    max-width: 220px;
    text-align: center;
}
.copings-hiw-box {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    background: #fff;
    border: 2px solid #e0d9cc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copings-hiw-box img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.copings-hiw-number {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 28px;
    height: 28px;
    background: #b8a06a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copings-hiw-section .copings-hiw-step-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
    max-width: none;
    clear: none;
    line-height: 1.5;
}

/* ---- CTA Split Section ---- */
.copings-cta-split-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.copings-cta-half {
    flex: 1 1 300px;
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.copings-cta-half-left {
    background: #1a1a1a;
    color: #fff;
}
.copings-cta-half-right {
    background: #b8a06a;
    color: #fff;
}
.copings-cta-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copings-cta-center-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.copings-cta-half .copings-cta-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0 0 14px;
    max-width: none;
    clear: none;
    line-height: 1.3;
}
.copings-cta-half .copings-cta-subtitle {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 24px;
    opacity: 0.9;
}
.copings-cta-btn {
    display: inline-block;
    padding: 12px 26px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}
.copings-cta-btn:hover {
    background: #fff;
    color: #222;
}

/* ---- Responsive ---- */
@media screen and (max-width: 767px) {
    .copings-intro-section {
        flex-direction: column;
        padding: 30px 5%;
    }
    .copings-products-grid {
        gap: 4px;
    }
    .copings-product-card {
        flex: 1 1 140px;
    }
    .copings-product-card img {
        height: 180px;
    }
    .copings-features-grid,
    .copings-hiw-grid {
        flex-direction: column;
        align-items: center;
    }
    .copings-cta-split-section {
        flex-direction: column;
    }
    .copings-cta-center-icon {
        display: none;
    }
    .copings-cta-half {
        padding: 40px 5%;
    }
}
