/* ============================================ */
/* LegiRJ Premium - Estilos                       */
/* ============================================ */

/* ===== HERO PREMIUM ===== */
.premium-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
    color: white;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.premium-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: orbFloat 20s ease-in-out infinite;
}

.orb-1 { background: #fbbf24; width: 400px; height: 400px; top: -100px; left: -100px; }
.orb-2 { background: #f59e0b; width: 300px; height: 300px; bottom: -50px; right: -50px; animation-delay: -7s; }
.orb-3 { background: #a855f7; width: 350px; height: 350px; top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: -14s; }

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, -40px) scale(1.1); }
    66% { transform: translate(-40px, 30px) scale(0.95); }
}

.premium-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.premium-badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.4);
}

.premium-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.gradient-text-gold {
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #fb923c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.premium-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
}

.premium-stats-hero {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.premium-stat {
    text-align: center;
}

.premium-stat-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fbbf24;
    font-family: 'Playfair Display', serif;
}

.premium-stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* ===== COMPARISON TABLE ===== */
.features-section {
    padding: 5rem 0;
    background: var(--bg-secondary);
}

.comparison-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.comparison-col {
    background: var(--bg);
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.comparison-col:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.comparison-col.featured {
    border-color: #fbbf24;
    background: linear-gradient(180deg, var(--bg) 0%, rgba(251, 191, 36, 0.05) 100%);
    box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
}

.comparison-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.comparison-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.comparison-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Playfair Display', serif;
}

.comparison-price small {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.price-old {
    display: block;
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.price-savings {
    margin-top: 0.5rem;
    color: var(--success);
    font-weight: 600;
    font-size: 0.85rem;
}

.comparison-features {
    list-style: none;
    flex-grow: 1;
    margin-bottom: 2rem;
    padding: 0;
}

.comparison-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.comparison-features li.disabled {
    color: var(--text-muted);
    opacity: 0.5;
}

.btn-comparison-free,
.btn-comparison-premium,
.btn-comparison-pro {
    width: 100%;
    padding: 1rem;
    border-radius: var(--radius);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: none;
    font-size: 1rem;
}

.btn-comparison-free {
    background: var(--bg-secondary);
    color: var(--text);
    border: 2px solid var(--border);
}

.btn-comparison-free:hover {
    background: var(--border);
}

.btn-comparison-premium {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
}

.btn-comparison-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6);
}

.btn-comparison-pro {
    background: var(--gradient-primary);
    color: white;
}

.btn-comparison-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

/* ===== BENEFITS ===== */
.benefits-section {
    padding: 5rem 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.benefit-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 2rem;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: var(--shadow-xl);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.benefit-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 5rem 0;
    background: var(--bg-secondary);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: var(--bg);
    border-radius: var(--radius-md);
    padding: 2rem;
    border: 1px solid var(--border);
}

.testimonial-stars {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.testimonial-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.testimonial-name {
    font-weight: 700;
    color: var(--text);
}

.testimonial-role {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ===== CTA ===== */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1e3a8a, #312e81);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-content > p {
    font-size: 1.15rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-form {
    display: flex;
    gap: 0.75rem;
    max-width: 600px;
    margin: 0 auto 1.5rem;
    flex-wrap: wrap;
}

.cta-form input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    min-width: 250px;
}

.btn-cta-large {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    border: none;
    border-radius: var(--radius);
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
}

.btn-cta-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6);
}

.cta-note {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* ===== FAQ ===== */
.faq-section {
    padding: 5rem 0;
}

.faq-list {
    max-width: 800px;
    margin: 3rem auto 0;
}

.faq-item {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-item summary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text);
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--primary);
    transition: transform 0.3s;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item p {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== CHECKOUT MODAL ===== */
.checkout-modal {
    max-width: 600px;
}

.checkout-body {
    padding: 2.5rem;
}

.checkout-body h2 {
    margin-bottom: 0.5rem;
}

.checkout-body .checkout-desc {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.checkout-plan-summary {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.1));
    padding: 1.5rem;
    border-radius: var(--radius);
    margin-bottom: 2rem;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.checkout-plan-summary h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.checkout-form .form-group {
    margin-bottom: 1.25rem;
}

.checkout-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text);
}

.checkout-form input,
.checkout-form select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 1rem;
    background: var(--bg);
    color: var(--text);
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
}

.payment-method {
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.85rem;
}

.payment-method.active {
    border-color: var(--primary);
    background: rgba(102, 126, 234, 0.05);
}

/* ===== ACCOUNT DASHBOARD ===== */
.login-section {
    padding: 4rem 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.login-card {
    max-width: 420px;
    margin: 0 auto;
    background: var(--bg);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    text-align: center;
}

.login-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.login-card h2 {
    margin-bottom: 0.5rem;
}

.login-card > p {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.login-card input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 1rem;
    font-size: 1rem;
    background: var(--bg);
    color: var(--text);
}

.btn-full {
    width: 100%;
    padding: 0.875rem;
    justify-content: center;
}

.login-divider {
    margin: 1.5rem 0;
    color: var(--text-muted);
    position: relative;
    font-size: 0.85rem;
}

.login-divider::before,
.login-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: var(--border);
}

.login-divider::before { left: 0; }
.login-divider::after { right: 0; }

.btn-google {
    width: 100%;
    padding: 0.875rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 600;
    color: var(--text);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-google:hover {
    background: var(--bg-secondary);
}

.login-footer {
    margin-top: 1.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.login-footer a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

/* DASHBOARD */
.account-section {
    padding: 3rem 0;
}

.account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-md);
    margin-bottom: 2rem;
    border: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 1rem;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.user-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.status-badge {
    background: var(--bg-secondary);
    color: var(--text);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.status-badge.premium {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
}

.dashboard-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.dashboard-tab {
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-muted);
    transition: all 0.2s;
    white-space: nowrap;
}

.dashboard-tab.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.dashboard-tab:hover {
    color: var(--text);
}

.dashboard-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.dashboard-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-card-icon {
    font-size: 2rem;
}

.stat-card-num {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.stat-card-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.overview-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}

.overview-card h3 {
    margin-bottom: 1rem;
}

.premium-tag {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.premium-feature {
    border: 2px solid rgba(251, 191, 36, 0.3);
    background: linear-gradient(135deg, var(--bg), rgba(251, 191, 36, 0.03));
}

.premium-notice {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.1));
    padding: 2rem;
    border-radius: var(--radius-md);
    border: 2px solid rgba(251, 191, 36, 0.3);
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.premium-notice > span:first-child {
    font-size: 3rem;
}

.premium-notice h3 {
    margin-bottom: 0.25rem;
}

.premium-notice p {
    color: var(--text-secondary);
}

.premium-notice .btn-primary {
    margin-left: auto;
}

.updates-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.update-item {
    padding: 0.75rem;
    border-left: 3px solid var(--primary);
    background: var(--bg-secondary);
    border-radius: var(--radius);
    font-size: 0.9rem;
}

.section-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.muted {
    color: var(--text-muted);
}

.settings-form {
    max-width: 600px;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.95rem;
    background: var(--bg);
    color: var(--text);
}

.checkbox-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.checkbox-group label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
}

.billing-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.report-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.2s;
}

.report-card:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.report-card-month {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.report-card-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.alerts-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.alert-item {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.alert-info h4 {
    margin-bottom: 0.25rem;
}

.alert-info span {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ===== PREMIUM BANNER NO INDEX ===== */
.premium-banner-cta {
    background: linear-gradient(135deg, #1e3a8a, #312e81);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-md);
    margin: 2rem auto;
    text-align: center;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.premium-banner-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(251, 191, 36, 0.2), transparent 50%);
    pointer-events: none;
}

.premium-banner-cta-content {
    position: relative;
    z-index: 1;
}

.premium-banner-cta h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: white;
}

.premium-banner-cta p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.btn-premium {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    padding: 0.875rem 2rem;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6);
}

/* PREMIUM BADGE NA NAV */
.nav-premium-link {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b !important;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: all 0.3s ease;
}

.nav-premium-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

/* RESPONSIVE */
@media (max-width: 968px) {
    .comparison-table {
        grid-template-columns: 1fr;
    }
    .comparison-col.featured {
        transform: none;
    }
    .overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .premium-title { font-size: 2rem; }
    .premium-subtitle { font-size: 1rem; }
    .premium-stats-hero { gap: 1.5rem; }
    .premium-stat-num { font-size: 1.75rem; }
    .cta-form { flex-direction: column; }
    .cta-form input { width: 100%; min-width: unset; }
    .btn-cta-large { width: 100%; }
    .dashboard-tabs { flex-wrap: nowrap; }
    .account-header { flex-direction: column; align-items: flex-start; }
    .premium-notice { flex-direction: column; text-align: center; }
    .premium-notice .btn-primary { margin: 0 auto; }
}

/* ===== NEWSLETTER MENSAL ===== */
.newsletter-section-inner {
    margin: 3rem auto;
}

.newsletter-card-inner {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.08));
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    align-items: center;
}

.newsletter-icon-inner {
    font-size: 3.5rem;
}

.newsletter-text h3 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.newsletter-text p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.newsletter-form-inner {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.newsletter-form-inner input {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.95rem;
    min-width: 220px;
    background: var(--bg);
    color: var(--text);
}

@media (max-width: 968px) {
    .newsletter-card-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
        padding: 2rem 1.5rem;
    }
    .newsletter-form-inner {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .newsletter-form-inner input {
        min-width: 100%;
    }
}
