/*
Theme Name: Iron TV Pro Officiel
Theme URI: https://iron-tv-abonnement.fr
Author: Iron TV Pro
Author URI: https://iron-tv-abonnement.fr
Description: Theme custom officiel pour iron-tv-abonnement.fr — direction "Boutique officielle premium". Palette claire avec bleu corporate et accents multicolores du logo officiel Iron TV Pro. Architecture SEO optimisée pour les keywords commercial intent.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iron-tv-pro
Tags: custom-colors, light-style, one-column, full-width-template
*/

/* ====================================================================
   IRON TV PRO — STYLESHEET v1.0
   Direction A : Boutique officielle premium
   Mobile-first | Inter (sans-serif) | Blanc + bleu #1e40af + multicolore logo
   ==================================================================== */

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f8fafc;
    --bg-tertiary:   #f1f5f9;
    --bg-card:       #ffffff;
    --bg-dark:       #0f172a;
    --bg-dark-2:     #1e293b;

    --text-primary:  #0f172a;
    --text-secondary:#475569;
    --text-muted:    #64748b;
    --text-light:    #94a3b8;
    --text-on-dark:  #ffffff;
    --text-on-dark-muted: #cbd5e1;

    --accent-blue:   #1e40af;
    --accent-blue-2: #2563eb;
    --accent-blue-3: #3b82f6;
    --accent-blue-light: #dbeafe;

    --accent-pink:   #ec4899;
    --accent-orange: #f59e0b;
    --accent-green:  #10b981;
    --accent-purple: #8b5cf6;
    --accent-cyan:   #06b6d4;

    --border:        #e2e8f0;
    --border-strong: #cbd5e1;

    --whatsapp:      #25D366;
    --whatsapp-dk:   #1FAA52;

    --gradient-multi: conic-gradient(from 0deg, #ec4899, #f59e0b, #10b981, #06b6d4, #8b5cf6, #ec4899);
    --gradient-rainbow: linear-gradient(90deg, #ec4899 0%, #f59e0b 25%, #10b981 50%, #06b6d4 75%, #8b5cf6 100%);
    --gradient-blue: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    --gradient-hero-bg: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);

    --shadow-sm:  0 1px 2px rgba(15, 23, 42, 0.04);
    --shadow:     0 4px 12px rgba(15, 23, 42, 0.06);
    --shadow-lg:  0 12px 32px rgba(15, 23, 42, 0.10);
    --shadow-xl:  0 20px 48px rgba(15, 23, 42, 0.14);

    --radius-sm: 6px;
    --radius:    10px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    --font-h: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-b: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --max-w: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.itp-body {
    font-family: var(--font-b);
    background: var(--bg-primary);
    color: var(--text-primary);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    padding-bottom: 70px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-blue); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-blue-2); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
@media (min-width: 1024px) { body.itp-body { padding-bottom: 0; } }

.itp-container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .itp-container { padding: 0 32px; } }

/* === TYPO === */
.itp-h1 {
    font-family: var(--font-h);
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 18px;
}
.itp-h2 {
    font-family: var(--font-h);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}
.itp-h2-center { text-align: center; }
.itp-h3 {
    font-family: var(--font-h);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 10px;
}
.itp-lead {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
}
.itp-lead-center { text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }

@media (min-width: 768px) {
    .itp-h1 { font-size: 44px; }
    .itp-h2 { font-size: 34px; margin-bottom: 20px; }
    .itp-h3 { font-size: 20px; }
    .itp-lead { font-size: 18px; margin-bottom: 32px; }
}
@media (min-width: 1024px) {
    .itp-h1 { font-size: 56px; line-height: 1.1; }
    .itp-h2 { font-size: 40px; margin-bottom: 24px; }
}

/* === BUTTONS === */
.itp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    font-family: var(--font-h);
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius);
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}
.itp-btn-primary {
    background: var(--whatsapp);
    color: white;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.itp-btn-primary:hover {
    background: var(--whatsapp-dk);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.itp-btn-secondary {
    background: transparent;
    color: var(--accent-blue);
    border: 2px solid var(--accent-blue);
}
.itp-btn-secondary:hover {
    background: var(--accent-blue);
    color: white;
    transform: translateY(-2px);
}
.itp-btn-blue {
    background: var(--gradient-blue);
    color: white;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.itp-btn-blue:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}
.itp-btn-block { display: flex; width: 100%; }
.itp-btn-large { padding: 18px 32px; font-size: 16px; }

/* === TOP BANNER === */
.itp-top-banner {
    background: var(--gradient-rainbow);
    color: white;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
@media (min-width: 768px) { .itp-top-banner { font-size: 14px; padding: 12px 20px; } }

/* === HEADER & NAV === */
.itp-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}
.itp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    max-width: var(--max-w);
    margin: 0 auto;
    gap: 16px;
}
.itp-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.itp-logo img { width: 44px; height: 44px; }
.itp-logo-text {
    font-family: var(--font-h);
    font-size: 17px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.itp-logo-text em {
    font-style: normal;
    background: var(--gradient-rainbow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.itp-logo-badge {
    display: block;
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 1px;
}

.itp-nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}
.itp-nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s;
}
.itp-nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.itp-nav-toggle.open span:nth-child(2) { opacity: 0; }
.itp-nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.itp-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-primary);
    flex-direction: column;
    padding: 16px 20px;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
}
.itp-nav-menu.open { display: flex; }
.itp-nav-menu li a {
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
}
.itp-nav-menu li a:hover { background: var(--bg-secondary); color: var(--accent-blue); }
.itp-nav-cta {
    background: var(--whatsapp) !important;
    color: white !important;
    text-align: center;
    margin-top: 8px;
    font-weight: 600 !important;
}

@media (min-width: 1024px) {
    .itp-nav { padding: 18px 32px; }
    .itp-logo img { width: 52px; height: 52px; }
    .itp-logo-text { font-size: 20px; }
    .itp-nav-toggle { display: none; }
    .itp-nav-menu {
        display: flex;
        position: static;
        flex-direction: row;
        background: transparent;
        padding: 0;
        gap: 4px;
        border: none;
        box-shadow: none;
        align-items: center;
    }
    .itp-nav-menu li a { padding: 10px 14px; font-size: 14px; }
    .itp-nav-cta {
        margin-top: 0;
        padding: 10px 20px !important;
        border-radius: 10px;
    }
}

/* === HERO === */
.itp-hero {
    position: relative;
    background: var(--gradient-hero-bg);
    padding: 56px 0 40px;
    overflow: hidden;
}
.itp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(236, 72, 153, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgba(37, 99, 235, 0.06) 0%, transparent 45%),
        radial-gradient(circle at 50% 90%, rgba(16, 185, 129, 0.04) 0%, transparent 40%);
    pointer-events: none;
}
.itp-hero-content { position: relative; z-index: 1; }
.itp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--accent-blue);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
}
.itp-hero-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gradient-rainbow);
}
.itp-hero-h1 {
    font-family: var(--font-h);
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--text-primary);
}
.itp-hero-h1 .accent {
    background: var(--gradient-rainbow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.itp-hero-subtitle {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 640px;
    margin: 0 auto 28px;
    line-height: 1.6;
}
.itp-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 360px;
    margin: 0 auto;
}
.itp-hero-text { text-align: center; }

@media (min-width: 768px) {
    .itp-hero { padding: 80px 0 60px; }
    .itp-hero-h1 { font-size: 48px; }
    .itp-hero-subtitle { font-size: 18px; }
    .itp-hero-cta { flex-direction: row; max-width: none; justify-content: center; }
}
@media (min-width: 1024px) {
    .itp-hero { padding: 100px 0 80px; }
    .itp-hero-h1 { font-size: 64px; }
}

/* === STATS BAR === */
.itp-stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 40px;
    padding: 24px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}
.itp-stat { text-align: center; }
.itp-stat-num {
    font-family: var(--font-h);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.itp-stat-label {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}
@media (min-width: 768px) {
    .itp-stats-bar { grid-template-columns: repeat(5, 1fr); padding: 28px; gap: 16px; }
    .itp-stat-num { font-size: 28px; }
    .itp-stat-label { font-size: 12px; }
}
@media (min-width: 1024px) { .itp-stat-num { font-size: 32px; } }

/* === SECTIONS === */
.itp-section { padding: 60px 0; }
.itp-section-alt { background: var(--bg-secondary); }
@media (min-width: 768px) { .itp-section { padding: 80px 0; } }
@media (min-width: 1024px) { .itp-section { padding: 96px 0; } }

/* === GRIDS === */
.itp-grid-2 { display: grid; grid-template-columns: 1fr; gap: 32px; }
.itp-grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.itp-grid-4 { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) {
    .itp-grid-2 { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .itp-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .itp-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .itp-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .itp-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

/* === USP CARDS === */
.itp-usp-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    text-align: center;
    transition: all 0.25s;
    box-shadow: var(--shadow-sm);
}
.itp-usp-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-blue-3);
}
.itp-usp-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    background: var(--accent-blue-light);
    color: var(--accent-blue);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.itp-usp-icon-multi {
    background: var(--gradient-rainbow);
    color: white;
}
.itp-usp-title {
    font-family: var(--font-h);
    font-size: 17px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}
.itp-usp-desc {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* === PRICING === */
.itp-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (min-width: 640px) { .itp-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .itp-pricing-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }

.itp-plan {
    background: white;
    border: 2px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    box-shadow: var(--shadow-sm);
}
.itp-plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.itp-plan-popular {
    border-color: var(--accent-blue);
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
    box-shadow: 0 0 0 1px var(--accent-blue), var(--shadow-lg);
}
.itp-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-blue);
    color: white;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow);
}
.itp-plan-badge-popular { background: var(--gradient-rainbow); }
.itp-plan-duration {
    font-family: var(--font-h);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}
.itp-plan-price {
    font-family: var(--font-h);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: var(--text-primary);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.itp-plan-monthly {
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 24px;
}
.itp-plan-features {
    text-align: left;
    margin: 0 0 24px;
    padding: 24px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.itp-plan-features li {
    padding: 7px 0;
    color: var(--text-secondary);
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.itp-plan-features li::before {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    background: var(--accent-blue-light);
    color: var(--accent-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6L5 8.5L9.5 4' stroke='%231e40af' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.itp-pricing-note {
    text-align: center;
    margin-top: 32px;
    color: var(--text-muted);
    font-size: 14px;
}

/* === STEPS === */
.itp-step {
    text-align: center;
    padding: 32px 24px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: all 0.3s;
    box-shadow: var(--shadow-sm);
}
.itp-step:hover {
    border-color: var(--accent-blue-3);
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.itp-step-num {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: var(--gradient-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-h);
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.itp-step-title {
    font-family: var(--font-h);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-primary);
}
.itp-step p { color: var(--text-secondary); font-size: 14px; }

/* === REVIEWS === */
.itp-reviews-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 24px;
    background: white;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    margin-bottom: 40px;
}
.itp-reviews-stars { color: #f59e0b; font-size: 20px; letter-spacing: 2px; }
.itp-reviews-rating strong { font-size: 22px; font-weight: 800; color: var(--text-primary); }
.itp-reviews-count { color: var(--text-muted); font-size: 14px; }

.itp-review {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    transition: all 0.3s;
    box-shadow: var(--shadow-sm);
}
.itp-review:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.itp-review-stars { color: #f59e0b; letter-spacing: 2px; font-size: 16px; margin-bottom: 12px; }
.itp-review-text {
    color: var(--text-primary);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}
.itp-review-author { display: flex; flex-direction: column; }
.itp-review-author strong { font-size: 14px; color: var(--text-primary); font-weight: 600; }
.itp-review-author span { font-size: 12px; color: var(--text-muted); }

/* === COMPATIBILITY === */
.itp-compat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 40px;
}
@media (min-width: 640px) { .itp-compat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .itp-compat-grid { grid-template-columns: repeat(5, 1fr); } }
.itp-compat-item {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 12px;
    text-align: center;
    transition: all 0.25s;
}
.itp-compat-item:hover {
    border-color: var(--accent-blue-3);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.itp-compat-icon { font-size: 28px; margin-bottom: 8px; }
.itp-compat-item span { font-size: 13px; color: var(--text-secondary); display: block; font-weight: 500; }

/* === FAQ === */
.itp-faq-list {
    max-width: 900px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.itp-faq-item {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.2s;
    box-shadow: var(--shadow-sm);
}
.itp-faq-item[open] {
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 1px var(--accent-blue-light);
}
.itp-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    font-family: var(--font-h);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    list-style: none;
    user-select: none;
}
.itp-faq-q::-webkit-details-marker { display: none; }
.itp-faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.3s;
}
.itp-faq-item[open] .itp-faq-icon { transform: rotate(45deg); }
.itp-faq-a {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

/* === CTA FINAL === */
.itp-cta-final {
    background: var(--bg-dark);
    color: var(--text-on-dark);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.itp-cta-final::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
    pointer-events: none;
}
.itp-cta-final .itp-container { position: relative; z-index: 1; }
.itp-cta-final .itp-h2 { color: white; }
.itp-cta-final-sub {
    color: var(--text-on-dark-muted);
    font-size: 17px;
    margin-bottom: 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.itp-cta-final-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 768px) { .itp-cta-final-btns { flex-direction: row; max-width: none; justify-content: center; } }

/* === FOOTER === */
.itp-footer {
    background: var(--bg-dark);
    color: var(--text-on-dark);
    padding: 56px 0 24px;
    border-top: 1px solid var(--bg-dark-2);
}
.itp-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 36px;
}
@media (min-width: 640px) { .itp-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .itp-footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.itp-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.itp-footer-brand img { width: 44px; height: 44px; }
.itp-footer-brand strong {
    font-family: var(--font-h);
    font-size: 18px;
    font-weight: 800;
    color: white;
}
.itp-footer-brand strong em {
    font-style: normal;
    background: var(--gradient-rainbow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.itp-footer-col p {
    color: var(--text-on-dark-muted);
    font-size: 14px;
    line-height: 1.7;
}
.itp-footer-col h4 {
    font-family: var(--font-h);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    color: white;
}
.itp-footer-col ul li { margin-bottom: 10px; }
.itp-footer-col ul li a {
    color: var(--text-on-dark-muted);
    font-size: 14px;
    transition: color 0.2s;
}
.itp-footer-col ul li a:hover { color: white; }
.itp-footer-bottom {
    border-top: 1px solid var(--bg-dark-2);
    padding-top: 24px;
    text-align: center;
    color: var(--text-light);
    font-size: 13px;
}

/* === MOBILE FIXED CTA === */
.itp-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px 16px;
    background: white;
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
}
@media (min-width: 1024px) { .itp-mobile-cta { display: none; } }

/* === WHATSAPP FLOAT === */
.itp-whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 16px;
    z-index: 98;
    width: 60px;
    height: 60px;
    background: var(--whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    animation: itp-pulse 2s infinite;
    transition: transform 0.2s;
}
.itp-whatsapp-float:hover { transform: scale(1.1); }
@keyframes itp-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.7); }
    50% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5), 0 0 0 16px rgba(37, 211, 102, 0); }
}
@media (min-width: 1024px) {
    .itp-whatsapp-float { bottom: 24px; right: 24px; width: 64px; height: 64px; }
}

::selection { background: var(--accent-blue); color: white; }
