/* --- SCOPED CSS FOR COLOR COPIES INFO WITH RANDOM CODE: 4827395610 --- */

/* 1. Wrapper & Reset */
.ccp-info-4827395610 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 2rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;

    * {
        box-sizing: border-box;
    }
}

/* 2. Typography */
.ccp-info-4827395610 h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    text-align: center;
}

.ccp-info-4827395610 h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    margin-top: 2rem;
    /* Add spacing before H3s */
}

.ccp-info-4827395610 h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #007BFF;
    margin-bottom: 0.5rem;
}

.ccp-info-4827395610 p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.ccp-info-4827395610 strong {
    color: #2d3748;
    font-weight: 600;
}

.ccp-info-4827395610 ul,
.ccp-info-4827395610 ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.ccp-info-4827395610 li {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.ccp-info-4827395610 .ccp-text-center {
    text-align: center;
}

.ccp-info-4827395610 .ccp-subheading {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}


/* 3. Section Layout */
.ccp-info-4827395610 .ccp-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e8f0;
    display: flow-root;
}

.ccp-info-4827395610 .ccp-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ccp-info-4827395610 .ccp-2-col-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 768px) {
    .ccp-info-4827395610 .ccp-2-col-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* 4. Hero Intro */
.ccp-info-4827395610 .ccp-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}

.ccp-info-4827395610 .ccp-intro h2 {
    font-size: 2.5rem;
    background: linear-gradient(90deg, #007BFF, #0052D4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

/* 5. Feature Cards */
.ccp-info-4827395610 .ccp-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ccp-info-4827395610 .ccp-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ccp-info-4827395610 .ccp-feature-card {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
}

.ccp-info-4827395610 .ccp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ccp-info-4827395610 .ccp-feature-card .ccp-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1.5rem auto;
    color: #007BFF;
}

/* 6. VDP Highlight */
.ccp-info-4827395610 .ccp-vdp-highlight {
    background: #f0f7ff;
    border-left: 4px solid #007BFF;
    padding: 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
}

.ccp-info-4827395610 .ccp-vdp-highlight h3 {
    margin-top: 0;
}

.ccp-info-4827395610 .ccp-vdp-highlight ul {
    list-style-type: none;
    padding-left: 0;
}

.ccp-info-4827395610 .ccp-vdp-highlight li {
    position: relative;
    padding-left: 1.75rem;
}

.ccp-info-4827395610 .ccp-vdp-highlight li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #007BFF;
    font-weight: bold;
}

/* 7. Image Styling */
.ccp-info-4827395610 .ccp-inline-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.6rem;
    /* rounded corner mask */
    border: 1px solid rgba(226, 232, 240, 0.9);
    margin: 1rem 0;
    box-shadow: 0 6px 18px -10px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    overflow: hidden;
}

.ccp-info-4827395610 .ccp-float-left-image,
.ccp-info-4827395610 .ccp-float-right-image {
    width: auto;
    max-width: 40%;
    margin-top: 0.25rem;
}

.ccp-info-4827395610 .ccp-inline-image:hover,
.ccp-info-4827395610 .ccp-inline-image:focus {
    transform: scale(1.04);
    filter: brightness(1.06);
    box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.18);
}

/* NEW RULE FOR FLOATING IMAGE */
.ccp-info-4827395610 .ccp-float-left-image {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.ccp-info-4827395610 .ccp-float-right-image {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.ccp-info-4827395610 .ccp-float-left-image,
.ccp-info-4827395610 .ccp-float-right-image {
    /* Override the 100% width from ccp-inline-image while preserving proportional scaling */
    box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 640px) {
    .ccp-info-4827395610 .ccp-float-left-image,
    .ccp-info-4827395610 .ccp-float-right-image {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

/* 8. Spec List */
.ccp-info-4827395610 .ccp-spec-list {
    list-style-type: none;
    padding-left: 0;
}

.ccp-info-4827395610 .ccp-spec-list li {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.ccp-info-4827395610 .ccp-spec-list li:last-child {
    border-bottom: none;
}

.ccp-info-4827395610 .ccp-spec-list dt {
    font-weight: 600;
    color: #2d3748;
}

.ccp-info-4827395610 .ccp-spec-list dd {
    margin: 0;
    color: #4a5568;
}

@media (max-width: 640px) {
    .ccp-info-4827395610 .ccp-spec-list li {
        grid-template-columns: 1fr;
        /* Stack on mobile */
    }

    .ccp-info-4827395610 .ccp-spec-list dt {
        margin-bottom: 0.25rem;
    }
}

/* 9. How It Works (Steps) */
.ccp-info-4827395610 .ccp-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
}

@media (min-width: 768px) {
    .ccp-info-4827395610 .ccp-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ccp-info-4827395610 .ccp-steps-grid::after {
        content: '';
        position: absolute;
        top: 2rem;
        left: 20%;
        right: 20%;
        height: 2px;
        background-image: linear-gradient(to right, #cbd5e0 50%, transparent 50%);
        background-size: 20px 1px;
        background-position: top;
        z-index: 0;
    }
}

.ccp-info-4827395610 .ccp-step-card {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ccp-info-4827395610 .ccp-step-card .ccp-step-number {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #007BFF;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #007BFF;
}

.ccp-info-4827395610 .ccp-step-card h3 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}

/* 10. Icon List */
.ccp-info-4827395610 .ccp-icon-list {
    list-style-type: none;
    padding-left: 0;
}

.ccp-info-4827395610 .ccp-icon-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}

.ccp-info-4827395610 .ccp-icon-list li::before {
    content: '✓';
    /* Checkmark icon */
    position: absolute;
    left: 0;
    top: 0.15rem;
    color: #007BFF;
    font-weight: bold;
    font-size: 1.2rem;
}

/* 11. CTA Buttons */
.ccp-info-4827395610 .ccp-cta-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

.ccp-info-4827395610 .ccp-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.ccp-info-4827395610 .ccp-cta-button.ccp-primary {
    background: #007BFF;
    color: #fff;
}

.ccp-info-4827395610 .ccp-cta-button.ccp-primary:hover {
    background: #005ed4;
    box-shadow: 0 10px 15px -3px rgba(0, 123, 255, 0.2), 0 4px 6px -2px rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.ccp-info-4827395610 .ccp-cta-button.ccp-secondary {
    background: #f7fafc;
    color: #007BFF;
    border-color: #e2e8f0;
}

.ccp-info-4827395610 .ccp-cta-button.ccp-secondary:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}
