@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&family=Inter:wght@400;500&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.02em;
}

/* Premium Banner Styling */
.shop-banner-link img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.shop-banner-link:hover img {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* Review Matrix Modernization */
.matrix-table {
    border: none !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
}

.matrix-table th {
    background: #222 !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500;
    padding: 24px 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    border: none !important;
}

.matrix-table td {
    padding: 18px 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* CTA Buttons */
.cta-button {
    display: inline-block !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    padding: 22px 48px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    min-width: 200px !important;
}

.cta-button:hover {
    background: #fff !important;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #000 !important;
    padding: 20px 46px !important; /* Adjust for border */
}

/* Inline text links - removing magenta */
.report-link {
    color: #000 !important;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.report-link:hover {
    opacity: 0.7;
}

/* Layout spacing */
.row {
    max-width: 1200px !important;
}

section {
    padding: 80px 0 !important;
}
