/* ==========================================================================
   ADONE ITALIA - MASTER STYLESHEET (v2.0 - COMPLETE)
   ========================================================================== */

/* --- 1. VARIABILI GLOBALI E RESET --- */
:root {
    --ultra-dark: #050a12;
    --card-navy: #0d141f;
    --border-navy: #1e293b;
    --text-muted: #9ca3af;
    --text-perl: #d1d5db;
    --white: #ffffff;
    --accent-gold: #e2b0a3;
    --accent-tech: #64ffda;
    --glass: rgba(13, 20, 31, 0.85);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    margin: 0; padding: 0;
    background-color: var(--ultra-dark);
    color: var(--text-perl);
    line-height: 1.7;
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 25px; }

/* Scrollbar personalizzata */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ultra-dark); }
::-webkit-scrollbar-thumb { background: var(--border-navy); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-gold); }

/* Utility Reveal Animazione */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* --- 2. HEADER NAVBAR --- */
nav { padding: 15px 0; border-bottom: 1px solid rgba(226, 176, 163, 0.1); background: rgba(5, 10, 18, 0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 25px; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { height: 35px; z-index: 1001; transition: 0.5s ease; filter: drop-shadow(0 0 5px rgba(226, 176, 163, 0.2)); }
.nav-logo.glow { filter: drop-shadow(0 0 8px var(--accent-gold)); transform: scale(1.1); }
.nav-links { display: flex; align-items: center; }
.nav-links a { color: var(--text-perl); text-decoration: none; font-family: 'Fira Code', monospace; font-size: 0.85rem; margin-left: 25px; transition: 0.3s; letter-spacing: 1px; }
.nav-links a:hover { color: var(--accent-gold); }
.hamburger { display: none; cursor: pointer; z-index: 1001; background: none; border: none; color: var(--accent-gold); font-size: 1.5rem; outline: none; }

/* --- 3. FOOTER MASTER --- */
footer { text-align: center; padding: 60px 25px; border-top: 1px solid var(--border-navy); margin-top: 80px; background-color: var(--ultra-dark); }
.footer-logo { width: 100px; opacity: 0.6; margin-bottom: 20px; filter: drop-shadow(0 0 10px rgba(226, 176, 163, 0.1)); }
.footer-brand-info { color: var(--white); font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; font-family: 'Fira Code', monospace; }
.footer-legal-text { color: var(--text-muted); font-size: 0.75rem; max-width: 750px; margin: 0 auto 20px; line-height: 1.6; font-style: italic; }
.footer-nav-links { display: flex; justify-content: center; gap: 25px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.footer-nav-links a { color: var(--text-perl); text-decoration: none; font-size: 0.8rem; transition: 0.3s; }
.footer-nav-links a:hover { color: var(--accent-gold); }
.admin-lock-icon { opacity: 0.2; color: var(--text-muted); font-size: 0.7rem; text-decoration: none; transition: 0.3s; }
.admin-lock-icon:hover { opacity: 1; color: var(--accent-gold); }

/* --- 4. WIDGETS GLOBALI (Progress, Top, Sofia, WhatsApp) --- */
.progress-container { position: fixed; top: 0; z-index: 2000; width: 100%; height: 3px; background: transparent; }
.progress-bar { height: 3px; background: var(--accent-gold); width: 0%; box-shadow: 0 0 10px var(--accent-gold); transition: width 0.1s ease-out; }

#backToTop { position: fixed; bottom: 120px; right: 40px; width: 45px; height: 45px; background: var(--card-navy); color: var(--accent-gold); border: 1px solid var(--accent-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; transition: all 0.3s ease; opacity: 0; visibility: hidden; z-index: 9998; }
#backToTop.show { opacity: 1; visibility: visible; }
#backToTop:hover { background: var(--accent-gold); color: var(--ultra-dark); transform: translateY(-5px); }

.sofia-wa-widget { position: fixed; bottom: 30px; right: 30px; z-index: 10000; display: flex; align-items: center; gap: 15px; }
.sofia-bubble { background: rgba(13, 20, 31, 0.8); color: var(--white); padding: 12px 20px; border-radius: 15px 15px 0 15px; font-size: 0.85rem; font-weight: 600; border: 1px solid rgba(226, 176, 163, 0.4); backdrop-filter: blur(10px); box-shadow: 0 15px 35px rgba(0,0,0,0.8); max-width: 220px; position: relative; opacity: 0; transform: translateX(20px); transition: all 0.5s ease 1s; pointer-events: none; line-height: 1.4; }
.sofia-bubble::after { content: ''; position: absolute; bottom: -8px; right: 0; border-left: 10px solid transparent; border-top: 10px solid rgba(226, 176, 163, 0.4); border-width: 8px; }
.sofia-wa-widget.active .sofia-bubble { opacity: 1; transform: translateX(0); }
.sofia-avatar-container { position: relative; width: 70px; height: 70px; cursor: pointer; transition: transform 0.3s ease; }
.sofia-avatar-container:hover { transform: scale(1.1); }
.sofia-img { width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--accent-gold); object-fit: cover; background: var(--card-navy); }
.wa-badge { position: absolute; bottom: 0; right: 0; background: #25d366; color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; border: 2px solid var(--ultra-dark); }

/* --- 5. COMPONENTI COMUNI --- */
.card { background-color: var(--glass); border: 1px solid var(--border-navy); border-radius: 20px; padding: 40px; margin-bottom: 50px; backdrop-filter: blur(10px); box-sizing: border-box; }
h2 { color: var(--white); font-family: 'Fira Code', monospace; font-size: 1.8rem; margin-bottom: 30px; display: flex; align-items: center; font-weight: 600; }
h2 span { color: var(--accent-gold); margin-right: 15px; font-size: 1.3rem; }
.version-tag { font-family: 'Fira Code', monospace !important; color: var(--accent-gold); font-size: 0.9rem; letter-spacing: 1px; display: inline-block; }
.version-tag span { color: var(--accent-tech); margin-right: 5px; }
.btn-demo, .btn-submit, .btn-cta, .btn-gold { display: inline-flex; align-items: center; justify-content: center; background: var(--accent-gold); color: var(--ultra-dark); padding: 18px 40px; border-radius: 8px; border: none; text-decoration: none; font-weight: 700; font-size: 1rem; cursor: pointer; font-family: 'Fira Code', monospace; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.btn-demo:hover, .btn-submit:hover, .btn-cta:hover, .btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(226, 176, 163, 0.3); }

/* --- 6. INDEX.PHP (HOME) STYLES --- */
.hero { padding: 30px 0; background: radial-gradient(circle at 20% 30%, var(--card-navy) 0%, var(--ultra-dark) 100%); position: relative; min-height: 70vh; display: flex; align-items: center; }
.hero::after { content: ''; position: absolute; top: 50%; left: 10%; width: 500px; height: 500px; background-image: url('../images/Adone_Logo.png'); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.04; animation: rotate-hero-bg 120s linear infinite; z-index: 1; pointer-events: none; }
@keyframes rotate-hero-bg { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; align-items: center; }
.hero-text-side, .hero-video-side { position: relative; z-index: 2; }
.hero h1 { font-family: 'Fira Code', monospace; font-size: clamp(45px, 8vw, 80px); line-height: 0.9; margin: 10px 0 25px; color: var(--white); }
.hero-lead { margin: 0 0 30px; max-width: 600px; font-size: 1.25rem; line-height: 1.6; color: var(--text-perl); }

@keyframes pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(226, 176, 163, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(226, 176, 163, 0); } 100% { box-shadow: 0 0 0 0 rgba(226, 176, 163, 0); } }
.pulse-dot-adone { width: 8px; height: 8px; background-color: var(--accent-gold); border-radius: 50%; display: inline-block; margin-right: 10px; animation: pulse-gold 2s infinite; }
.new-version-badge { display: inline-flex; align-items: center; padding: 6px 15px; background: rgba(226, 176, 163, 0.05); border: 1px solid var(--accent-gold); border-radius: 50px; margin-bottom: 25px; transition: 0.3s; }
.new-version-badge:hover { background: rgba(226, 176, 163, 0.15); transform: scale(1.05); }

.video-container-vertical { max-width: 320px; margin: 40px auto; position: relative; border: 8px solid #111; border-radius: 30px; background: #000; box-shadow: 0 0 40px rgba(0,0,0,0.8); overflow: hidden; aspect-ratio: 9 / 16; }
.video-container-vertical iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.hero-video-side::before { content: ''; position: absolute; width: 300px; height: 300px; background: var(--accent-tech); filter: blur(120px); opacity: 0.1; z-index: 1; }
.video-container-vertical.hero-mode { margin: 0; width: 280px; z-index: 2; border: 6px solid #111; box-shadow: 0 30px 60px rgba(0,0,0,0.8); }

.manifesto-wrapper { margin: 80px auto; width: 100%; }
.manifesto-card { background: linear-gradient(135deg, rgba(13, 20, 31, 0.8) 0%, rgba(5, 10, 18, 0.9) 100%); border: 1px solid var(--border-navy); border-left: 5px solid var(--accent-gold); border-radius: 20px; padding: 60px 50px; text-align: center; position: relative; backdrop-filter: blur(10px); box-shadow: 0 20px 50px rgba(0,0,0,0.6); box-sizing: border-box; }
.manifesto-card h2 { margin: 0 auto 30px; display: block; font-size: clamp(28px, 5vw, 34px); color: var(--white); font-family: 'Fira Code', monospace; line-height: 1.2; border: none; padding-bottom: 0; }
.manifesto-card h2 .highlight { color: var(--accent-gold); font-size: 1em; font-weight: inherit; display: inline; }
.manifesto-lead { font-size: 1.1rem; color: var(--text-perl); max-width: 850px; margin: 0 auto 50px; line-height: 1.8; }
.vision-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; }
.vision-item { padding: 30px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(226, 176, 163, 0.05); border-radius: 15px; transition: 0.3s; }
.vision-item i { color: var(--accent-tech); font-size: 2rem; margin-bottom: 20px; display: block; }

.trust-bar { margin-top: -40px; margin-bottom: 40px; position: relative; z-index: 10; }
.trust-card-mini { background: var(--card-navy); border: 1px solid var(--border-navy); border-bottom: 3px solid var(--accent-gold); border-radius: 15px; padding: 25px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; box-shadow: 0 15px 35px rgba(0,0,0,0.6); }
.trust-item i { color: var(--accent-tech); font-size: 1.8rem; margin-bottom: 10px; display: block; }
.trust-item span { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: var(--white); text-transform: uppercase; letter-spacing: 1px; }

.solaris-box { background: linear-gradient(135deg, rgba(226, 176, 163, 0.05) 0%, transparent 100%); border-left: 4px solid var(--accent-gold); padding: 30px; margin: 40px 0; transition: 0.5s; border-radius: 12px; }
.solaris-box:hover { border-left-color: var(--white); box-shadow: inset 10px 0 20px rgba(226, 176, 163, 0.05); }

.comparison-table-wrapper { margin: 50px 0; overflow-x: auto; border-radius: 15px; border: 1px solid var(--border-navy); }
.comp-table { width: 100%; border-collapse: collapse; background: var(--card-navy); min-width: 600px; }
.comp-table th, .comp-table td { padding: 20px; text-align: left; border-bottom: 1px solid var(--border-navy); }
.comp-table th { background: var(--border-navy); color: var(--white); font-family: 'Fira Code', monospace; font-size: 0.9rem; text-transform: uppercase; }
.comp-table td:first-child { font-weight: 600; color: var(--white); width: 30%; }
.comp-table .bad-cell { color: #ff6b6b; font-weight: 600; font-size: 0.9rem; background: rgba(255, 107, 107, 0.05); }
.comp-table .good-cell { color: var(--accent-gold); font-weight: 600; background: rgba(226, 176, 163, 0.05); }

.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 40px; }
.tech-card { background: rgba(255, 255, 255, 0.02); padding: 30px; border-radius: 15px; border-bottom: 3px solid var(--border-navy); transition: 0.3s; }
.tech-card:hover { transform: translateY(-5px); border-bottom-color: var(--accent-gold); background: rgba(226, 176, 163, 0.05); }
.tech-card i { color: var(--accent-tech); font-size: 2rem; margin-bottom: 20px; display: block; }

.sofia-text h2 { border: none; padding: 0; margin-bottom: 25px; font-size: 2.2rem; }

.roi-card { background: linear-gradient(135deg, rgba(226, 176, 163, 0.05) 0%, rgba(5, 10, 18, 1) 100%); border: 1px solid var(--border-navy); border-radius: 20px; margin-bottom: 50px; backdrop-filter: blur(10px); }
.roi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 50px; align-items: start; }
.roi-inputs { display: flex; flex-direction: column; gap: 25px; }
.roi-inputs h2 { border: none; padding: 0; margin-bottom: 15px; font-size: 2rem; }
.roi-result-box { background: var(--ultra-dark); padding: 40px; border-radius: 15px; border: 1px solid var(--accent-gold); text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.6); align-self: center; }
.roi-label { display: flex; justify-content: space-between; font-family: 'Fira Code', monospace; font-size: 0.85rem; color: var(--text-perl); margin-bottom: 10px; }
.roi-value-display { color: var(--accent-gold); font-weight: bold; }
input[type=range] { -webkit-appearance: none; width: 100%; background: transparent; }
input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 6px; background: var(--border-navy); border-radius: 3px; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height: 20px; width: 20px; border-radius: 50%; background: var(--accent-gold); cursor: pointer; margin-top: -7px; box-shadow: 0 0 10px rgba(226, 176, 163, 0.5); }

.integrations-section { margin: 100px 0; }
.integrations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 50px; }
.int-card { background: rgba(255, 255, 255, 0.02); border: 1px solid var(--border-navy); padding: 30px; border-radius: 15px; text-align: center; transition: 0.3s; }
.int-card:hover { border-color: var(--accent-gold); background: rgba(226, 176, 163, 0.03); transform: translateY(-5px); }
.int-icon { font-size: 2.5rem; color: var(--accent-tech); margin-bottom: 20px; display: block; }
.int-badge-row { display: flex; justify-content: center; gap: 15px; margin-top: 15px; flex-wrap: wrap; }
.int-badge { font-size: 0.65rem; padding: 4px 12px; background: var(--border-navy); color: var(--text-perl); border-radius: 6px; font-family: 'Fira Code', monospace; }

details { background: rgba(255, 255, 255, 0.02); padding: 20px; border-radius: 12px; cursor: pointer; border: 1px solid var(--border-navy); margin-bottom: 10px; }
summary { color: var(--white); font-weight: 600; font-family: 'Fira Code', monospace; outline: none; }
.cta-final { text-align: center; padding: 80px 25px; background: var(--card-navy); border-radius: 20px; border: 1px solid var(--accent-gold); margin-top: 50px; }

/* --- 7. METODO.PHP STYLES --- */
.hero-metodo { padding: 100px 0 60px; text-align: center; background: radial-gradient(circle at center, var(--card-navy) 0%, var(--ultra-dark) 100%); }
.hero-metodo h1 { font-family: 'Fira Code', monospace; color: var(--white); font-size: clamp(35px, 6vw, 60px); margin: 0; letter-spacing: -2px; }
.method-step { display: grid; grid-template-columns: 120px 1fr; gap: 40px; margin-bottom: 80px; position: relative; }
.step-visual { display: flex; flex-direction: column; align-items: center; padding-top: 10px; }
.step-icon-box { width: 70px; height: 70px; background: var(--card-navy); border: 2px solid var(--accent-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent-gold); font-size: 1.5rem; box-shadow: 0 0 20px rgba(226, 176, 163, 0.1); z-index: 2; transition: 0.3s; }
.step-icon-tech { border-color: var(--accent-tech); color: var(--accent-tech); box-shadow: 0 0 20px rgba(100, 255, 218, 0.1); }
.method-step:hover .step-icon-box { transform: scale(1.1); background: var(--accent-gold); color: var(--ultra-dark); box-shadow: 0 0 30px rgba(226, 176, 163, 0.4); }
.method-step:hover .step-icon-tech { background: var(--accent-tech); color: var(--ultra-dark); box-shadow: 0 0 30px rgba(100, 255, 218, 0.4); }
.step-number-tag { font-family: 'Fira Code', monospace; font-size: 0.8rem; color: var(--text-muted); margin-top: 15px; font-weight: bold; }
.step-content { background: var(--glass); border: 1px solid var(--border-navy); padding: 45px; border-radius: 20px; backdrop-filter: blur(10px); border-left: 4px solid var(--accent-gold); transition: 0.4s; }
.step-content.tech-border { border-left-color: var(--accent-tech); }
.method-step:hover .step-content { border-color: var(--accent-gold); background: rgba(13, 20, 31, 0.95); transform: translateX(10px); }
.method-step:hover .step-content.tech-border { border-color: var(--accent-tech); }
.method-step:not(:last-child)::after { content: ''; position: absolute; left: 59px; top: 80px; bottom: -50px; width: 2px; background: var(--border-navy); z-index: 1; }
.cta-box { text-align: center; padding: 80px 25px; background: var(--card-navy); border: 1px solid var(--accent-gold); border-radius: 20px; margin: 100px 0 80px; }

/* --- 8. RISORSE.PHP STYLES --- */
.hero-academy { padding: 100px 0 60px; text-align: center; background: radial-gradient(circle at center, var(--card-navy) 0%, var(--ultra-dark) 100%); }
.hero-academy h1 { font-family: 'Fira Code', monospace; color: var(--white); font-size: clamp(35px, 6vw, 60px); margin: 0; letter-spacing: -2px; }
.resources-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 60px 0; }
.article-card { background: var(--glass); border: 1px solid var(--border-navy); border-radius: 20px; padding: 35px; transition: 0.4s; display: flex; flex-direction: column; backdrop-filter: blur(10px); }
.article-card:hover { transform: translateY(-10px); border-color: var(--accent-gold); background: var(--card-navy); }
.article-tag { font-family: 'Fira Code', monospace; color: var(--accent-gold); font-size: 0.75rem; text-transform: uppercase; margin-bottom: 15px; display: block; }
.article-card h3 { color: var(--white); margin: 0 0 15px 0; font-size: 1.4rem; line-height: 1.3; font-weight: 600; }
.read-more { color: var(--white); text-decoration: none; font-family: 'Fira Code', monospace; font-size: 0.85rem; display: flex; align-items: center; gap: 10px; transition: 0.3s; }
.read-more:hover { color: var(--accent-gold); gap: 15px; }

.lead-magnet-section { margin: 100px 0; }
.lead-magnet-card { background: linear-gradient(135deg, rgba(226, 176, 163, 0.08) 0%, rgba(5, 10, 18, 1) 100%); border: 1px solid rgba(226, 176, 163, 0.2); border-radius: 20px; padding: 60px 50px; }
.lm-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
.lm-form-box { background: var(--card-navy); padding: 35px; border-radius: 15px; border: 1px solid var(--border-navy); box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
.lm-input { width: 100%; padding: 14px 15px; background: rgba(255, 255, 255, 0.02); border: 1px solid var(--border-navy); color: var(--white); border-radius: 6px; margin-top: 8px; font-size: 0.9rem; font-family: 'Inter', sans-serif; }

.adone-tv-container { background: var(--card-navy); border-radius: 25px; padding: 60px 40px; border: 1px solid var(--border-navy); margin: 100px 0; }
.on-air-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 0, 0, 0.15); color: #ff4d4d; padding: 5px 15px; border-radius: 50px; font-family: 'Fira Code', monospace; font-size: 0.7rem; font-weight: bold; border: 1px solid #ff4d4d; margin-bottom: 20px; }
.dot { width: 8px; height: 8px; background: #ff4d4d; border-radius: 50%; animation: pulse-red 1.5s infinite; }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); } }
.tv-trailer-section { max-width: 1000px; margin: 0 auto 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
        .video-frame-4-5 { width: 100%; max-width: 450px; background: #000; border: 6px solid var(--accent-gold); border-radius: 20px; position: relative; overflow: hidden; aspect-ratio: 4 / 4; box-shadow: 0 0 40px rgba(226, 176, 163, 0.15); margin: 0 auto; }
        .video-frame-4-5 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

        .video-title-tv { font-size: 1.8rem; color: var(--white); font-weight: 700; margin-bottom: 15px; line-height: 1.2; letter-spacing: -1px; }

        .video-insights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
        .video-frame-mobile { background: #000; border: 6px solid var(--border-navy); border-radius: 30px; position: relative; overflow: hidden; aspect-ratio: 9 / 16; box-shadow: 0 15px 35px rgba(0,0,0,0.6); transition: 0.4s; width: 100%; max-width: 280px; margin: 0 auto; }
        .video-card:hover .video-frame-mobile { transform: translateY(-10px); border-color: var(--accent-gold); }
        .video-frame-mobile iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
        
        .video-caption { margin-top: 20px; text-align: center; }
        .video-role { font-family: 'Fira Code', monospace; font-size: 0.7rem; color: var(--accent-gold); text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 5px; }
        .video-title { color: var(--white); font-size: 1.05rem; font-weight: 600; line-height: 1.4; }

.tab-container { text-align: center; margin-bottom: 40px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.tab-btn { background: transparent; border: 1px solid var(--border-navy); color: var(--text-muted); padding: 12px 25px; font-family: 'Fira Code', monospace; font-size: 0.8rem; cursor: pointer; transition: 0.3s; border-radius: 8px; }
.tab-btn.active { border-color: var(--accent-gold); color: var(--accent-gold); background: rgba(226, 176, 163, 0.05); }
.video-tab-content { display: none; }
.video-tab-content.active { display: block; }
.load-more-container { text-align: center; margin-top: 40px; display: none; }
.btn-load-more { background: transparent; border: 1px solid var(--accent-gold); color: var(--accent-gold); padding: 12px 30px; font-family: 'Fira Code', monospace; font-size: 0.85rem; cursor: pointer; border-radius: 6px; transition: 0.3s; }
.btn-load-more:hover { background: var(--accent-gold); color: var(--ultra-dark); }
.hidden-video { display: none; }

#exitModal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5, 10, 18, 0.9); z-index: 10000; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.exit-content { background: var(--card-navy); border: 2px solid var(--accent-gold); padding: 40px; border-radius: 20px; max-width: 450px; text-align: center; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.8); }
.exit-close { position: absolute; top: 15px; right: 20px; color: var(--text-muted); cursor: pointer; font-size: 1.5rem; transition: 0.3s; }

/* --- 9. CONTATTI.PHP STYLES --- */
.hero-simple { padding: 100px 0 50px; text-align: center; background: radial-gradient(circle at center, var(--card-navy) 0%, var(--ultra-dark) 100%); }
.hero-simple h1 { font-family: 'Fira Code', monospace; color: var(--white); font-size: clamp(35px, 6vw, 60px); margin: 0; letter-spacing: -2px; }
.hero-simple p { color: var(--accent-gold); font-family: 'Fira Code', monospace; font-size: 1rem; margin-top: 15px; }

.contact-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; }
@media (min-width: 992px) { .contact-grid { grid-template-columns: 1.8fr 1.2fr; } }
.form-section-title { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: var(--accent-gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 25px; display: block; }
.form-group { margin-bottom: 25px; }
label { display: block; color: var(--text-perl); font-size: 0.85rem; margin-bottom: 8px; font-weight: 400; }
.input-wrapper { position: relative; }
.input-wrapper i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 0.9rem; transition: 0.3s; }
input, select, textarea { width: 100%; padding: 16px 15px 16px 45px; background-color: rgba(5, 10, 18, 0.6); border: 1px solid var(--border-navy); color: var(--white); border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 300; transition: 0.3s; box-sizing: border-box; }
textarea { padding: 15px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--accent-gold); background-color: var(--card-navy); box-shadow: 0 0 15px rgba(226, 176, 163, 0.1); }
input:focus + i, select:focus + i, .input-wrapper:focus-within i { color: var(--accent-gold); }

.info-sidebar { display: flex; flex-direction: column; gap: 25px; }
.info-card { background: var(--card-navy); padding: 35px 30px; border-radius: 15px; border: 1px solid var(--border-navy); border-left: 4px solid var(--accent-tech); transition: 0.3s; }
.info-card:hover { transform: translateY(-5px); border-color: var(--accent-tech); }
.info-card.gold-border { border-left-color: var(--accent-gold); }
.info-card.gold-border:hover { border-color: var(--accent-gold); }
.info-card h4 { color: var(--white); margin: 0 0 20px 0; font-family: 'Fira Code', monospace; font-size: 1.1rem; }
.info-card p { font-size: 0.9rem; margin-bottom: 0; color: var(--text-muted); }
.info-card a { color: var(--accent-gold); text-decoration: none; transition: 0.3s; }
.roadmap { margin-top: 20px; list-style: none; padding: 0; }
.roadmap li { display: flex; gap: 15px; margin-bottom: 15px; font-size: 0.85rem; align-items: center; color: var(--text-perl); }
.roadmap i { color: var(--accent-tech); font-size: 1.1rem; }

/* --- 10. PRIVACY.PHP STYLES --- */
.content-box { background: var(--glass); padding: 50px; border-radius: 20px; border: 1px solid var(--border-navy); border-left: 5px solid var(--accent-gold); margin-bottom: 80px; backdrop-filter: blur(10px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); box-sizing: border-box; }
.update-date { font-family: 'Fira Code', monospace; color: var(--accent-gold); font-size: 0.85rem; letter-spacing: 1px; }
.highlight { color: var(--accent-gold); font-family: 'Fira Code', monospace; font-size: 0.9rem; }
.back-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 40px; color: var(--accent-gold); text-decoration: none; font-family: 'Fira Code', monospace; font-size: 0.9rem; transition: 0.3s; }
.back-link:hover { color: var(--white); transform: translateX(-5px); }

/* --- 11. SWEETALERT2 LUXURY & MOBILE FLOATING CTA --- */
.swal2-popup { font-family: 'Inter', sans-serif !important; border: 1px solid var(--border-navy) !important; border-radius: 15px !important; box-shadow: 0 20px 50px rgba(0,0,0,0.8) !important; }
.swal2-title { font-family: 'Fira Code', monospace !important; }

.mobile-floating-cta { display: none; }

/* --- 12. MEDIA QUERIES --- */
@media (max-width: 992px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-text-side { text-align: center; }
    .hero-video-side { margin-top: 40px; }
    .roi-grid { grid-template-columns: 1fr; gap: 40px; }
    .roi-card { padding: 30px 20px; }
}

@media (max-width: 768px) {
    .hamburger { display: block; }
    .nav-links { position: fixed; top: 0; right: -100%; height: 100vh; width: 75%; background: var(--card-navy); flex-direction: column; justify-content: center; transition: 0.4s ease-in-out; box-shadow: -10px 0 30px rgba(0, 0, 0, 0.8); }
    .nav-links.active { right: 0 !important; }
    .nav-links a { margin: 20px 0; font-size: 1.1rem; }
    
    .footer-nav-links { flex-direction: row; gap: 15px; }
    .footer-nav-links a { font-size: 0.75rem; }
    
    .card, .content-box, .step-content, .lead-magnet-card { padding: 30px 20px; }
    .hero h1, .hero-metodo h1, .hero-academy h1, .hero-simple h1 { font-size: 2.8rem; }
    
    .method-step { grid-template-columns: 1fr; gap: 15px; }
    .step-visual { flex-direction: row; gap: 20px; align-items: center; margin-bottom: 10px; }
    .method-step:not(:last-child)::after { display: none; }
    
    .tv-trailer-section, .lm-grid { grid-template-columns: 1fr; text-align: center; gap: 20px; }
    .video-frame-4-5 { width: 100%; max-width: 320px; }
    
    .sofia-wa-widget { bottom: 20px; right: 20px; }
    .sofia-bubble { display: none; }
    #backToTop { bottom: 90px; right: 20px; width: 40px; height: 40px; }
    
    .mobile-floating-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; position: fixed; bottom: 20px; left: 20px; background: var(--accent-gold); color: var(--ultra-dark); padding: 12px 20px; border-radius: 50px; font-family: 'Fira Code', monospace; font-size: 0.8rem; font-weight: 700; text-decoration: none; box-shadow: 0 10px 25px rgba(226, 176, 163, 0.4); z-index: 9998; transition: 0.3s; text-transform: uppercase; }
    .mobile-floating-cta:active { transform: scale(0.95); }
}