/*
Theme Name: netcup Coupons Rebuild
Theme URI: https://netcup-coupons.com
Author: Antigravity
Description: Premium high-performance Tabler-based theme for netcup coupons website.
Version: 1.0.0
Text Domain: netcup-coupons
*/

/* --- Theme Core Reset & Overrides --- */

body {
    background-color: #f6f8fb;
    color: #1e293b;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Card Zoom Micro-animations */
.row-cards .card {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease;
    text-decoration: none;
}

.row-cards .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

/* Card Dark Title Overrides */
.card-title-dark {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.card p {
    color: #475569;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Footer Section Custom Headers */
.row h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.row ul {
    list-style: none;
    padding-left: 0;
}

.row ul li {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

.row ul li a {
    color: #475569;
    text-decoration: none;
    transition: color 0.15s ease;
}

.row ul li a:hover {
    color: #206bc4;
    text-decoration: underline;
}

.row ul li strong {
    color: #94a3b8;
    margin-right: 0.5rem;
    font-weight: 500;
    font-size: 0.8rem;
}

/* Modal UI Optimizations */
.modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.modal-header {
    border-bottom: 1px solid #f1f5f9;
}

.modal-footer {
    border-top: 1px solid #f1f5f9;
}

kbd {
    background-color: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    padding: 0.2rem 0.4rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
}

/* Copy Button Success State animation */
.copy-button {
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.copy-button:active {
    transform: scale(0.95);
}

.copy-button.copied {
    background-color: #2fb344 !important;
    border-color: #2fb344 !important;
}

/* Skip link accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #206bc4;
    color: white;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}
