.surf-checklist-1625 {
    padding: 80px 20px;
    background-color: #F9F7F1; /* Warm Sand fallback */
    color: #2C3E50;
}

.surf-checklist-1625 .sc-container {
    max-width: 900px;
    margin: 0 auto;
}

.surf-checklist-1625 .sc-header {
    text-align: center;
    margin-bottom: 50px;
}

.surf-checklist-1625 .sc-eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #D35400; /* Terracotta fallback */
    font-weight: 600;
}

.surf-checklist-1625 h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0A192F; /* Ocean Navy */
    line-height: 1.2;
}

.surf-checklist-1625 .sc-intro {
    font-size: 18px;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
    opacity: 0.9;
}

.surf-checklist-1625 .sc-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.surf-checklist-1625 .sc-list-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.surf-checklist-1625 .sc-list-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D35400;
}

.surf-checklist-1625 .sc-list-icon svg {
    width: 100%;
    height: 100%;
    fill: #D35400;
}

.surf-checklist-1625 .sc-list-item span {
    font-size: 16px;
    font-weight: 500;
}

.surf-checklist-1625 .sc-footer {
    text-align: center;
}

.surf-checklist-1625 .sc-note {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 40px;
    opacity: 0.8;
}

.surf-checklist-1625 .sc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.surf-checklist-1625 .sc-btn {
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

.surf-checklist-1625 .sc-btn-primary {
    background-color: #0A192F;
    color: #fff;
}

.surf-checklist-1625 .sc-btn-secondary {
    background-color: transparent;
    border: 2px solid #0A192F;
    color: #0A192F;
}

@media (max-width: 767px) {
    .surf-checklist-1625 {
        padding: 60px 15px;
    }
    .surf-checklist-1625 .sc-list-grid {
        grid-template-columns: 1fr;
    }
    .surf-checklist-1625 .sc-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .surf-checklist-1625 .sc-btn {
        width: 100%;
    }
}
