:root { --cyan: #00f2ff; --bg: #020406; --card: #0c1219; --text: #d1d5db; --gold: #ffd700; --dark-blue: #1e293b; }
* { box-sizing: border-box; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.8; margin: 0; }
.container { max-width: 1000px; margin: 0 auto; padding: 20px; }
.clearfix::after { content: ""; clear: both; display: table; }
header { text-align: center; padding: 100px 20px; background: radial-gradient(circle at center, #0f172a 0%, #020406 100%); border-bottom: 2px solid var(--cyan); }
.logo-main { width: 120px; margin-bottom: 25px; filter: drop-shadow(0 0 10px var(--cyan)); }
h1 { font-size: clamp(2.5rem, 7vw, 4.2rem); color: #fff; margin: 0; font-weight: 900; }
.sub-header-gold { display: block; text-align: center; color: var(--gold); font-weight: 800; letter-spacing: 4px; margin: 25px auto; text-transform: uppercase; font-size: 1.1rem; }
.rating-stars { font-size: 1.8rem; color: var(--gold); }
h2 { font-size: 2.2rem; color: var(--cyan); margin-top: 70px; border-left: 6px solid var(--cyan); padding-left: 20px; }
p { margin-bottom: 30px; text-align: justify; font-size: 1.2rem; color: #94a3b8; }
.bold-white { color: #fff; font-weight: bold; }
.img-float { width: 100%; max-width: 320px; margin: 20px auto; border: 1px solid var(--dark-blue); border-radius: 12px; display: block; }
.img-center-large { max-width: 600px; float: none; margin: 40px auto; }
.img-center-margin { margin: 0 auto 30px auto; float:none; border-color: var(--cyan); }
@media (min-width: 768px) { .img-right { float: right; margin: 10px 0 30px 30px; } .img-left { float: left; margin: 10px 30px 30px 0; } }
.cta-box { background: linear-gradient(145deg, #0f172a 0%, #020617 100%); padding: 100px 40px; border: 4px solid var(--cyan); border-radius: 40px; text-align: center; margin: 100px 0; clear: both; position: relative; box-shadow: 0 0 50px rgba(0, 242, 255, 0.1); }
.urgency-badge { position: absolute; top: -25px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #000; padding: 10px 30px; font-weight: 900; border-radius: 50px; font-size: 1.1rem; box-shadow: 0 0 20px var(--gold); text-transform: uppercase; }
.value-proposition { color: #fff; font-size: 1.3rem; margin: 30px auto; max-width: 850px; }
.scarcity-text { font-weight: 800; color: var(--gold); text-transform: uppercase; border: 1px dashed var(--gold); padding: 20px; border-radius: 10px; margin-top: 30px; display: inline-block; }
.btn { display: inline-block; background: var(--cyan); color: #000; padding: 25px 60px; font-size: 1.8rem; font-weight: 900; text-decoration: none; border-radius: 60px; transition: 0.4s; margin-top: 30px; }
.btn:hover { background: #fff; transform: translateY(-5px) scale(1.05); box-shadow: 0 0 40px var(--cyan); }
.group-network-section { background-color: var(--card); padding: 100px 20px; border-top: 1px solid var(--dark-blue); border-bottom: 1px solid var(--dark-blue); text-align: center; clear: both; }
.network-container { max-width: 1300px; margin: 0 auto; }
.network-title { font-size: 2.8rem; color: #fff; text-shadow: 0 0 15px var(--cyan); margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; font-weight: 900; border: none; padding-left: 0; }
.network-subtitle { color: var(--cyan); margin-bottom: 60px; font-size: 1.1rem; text-align: center; text-transform: uppercase; font-weight: 700; }
.network-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
.network-card { background: #161e29; border: 2px solid #334155; padding: 40px 20px; text-decoration: none !important; border-radius: 15px; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: flex; align-items: center; justify-content: center; flex: 1 1 calc(30% - 25px); min-width: 320px; position: relative; overflow: hidden; }
.network-card:nth-child(n+4) { flex: 0 1 calc(45% - 25px); }
.network-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 242, 255, 0.25); border-color: var(--cyan); }
.card-content { z-index: 1; }
.site-name { font-weight: 800; font-size: 1.1rem; color: #ffffff; display: block; margin-bottom: 10px; white-space: nowrap; }
.visit-link { font-size: 0.85rem; color: var(--cyan); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
footer { text-align: center; padding: 60px 20px; color: #f1f5f9; border-top: 1px solid var(--dark-blue); font-size: 0.95rem; line-height: 1.6; }
@media (max-width: 1200px) { .network-card { flex: 1 1 calc(45% - 25px) !important; } }
@media (max-width: 768px) { .network-card { flex: 1 1 100% !important; } .site-name { white-space: normal; } h1 { font-size: 2.2rem; } h2 { font-size: 1.8rem; } .network-title { font-size: 1.8rem; } footer { padding: 40px 15px; } }
@media (max-width: 480px) { .btn { font-size: 1.1rem; padding: 15px 20px; } h1 { font-size: 1.9rem; } footer { font-size: 0.85rem; padding: 30px 10px; } }

.tf-banner-container { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); border: 2px solid #c5a059; border-radius: 15px; margin: 40px auto; padding: 30px; position: relative; overflow: hidden; box-shadow: 10px 10px 30px rgba(0,0,0,0.5); width: calc(100% - 60px); max-width: 1200px; box-sizing: border-box; clear: both;}
.tf-banner-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; position: relative; z-index: 1;}
.tf-logo-wrapper { flex: 0 0 180px; text-align: center;}

.tf-logo { max-width: 100%; height: auto; filter: drop-shadow(0 0 10px rgba(255,255,255,0.1)); transition: transform 0.3s ease; }
.tf-logo:hover { transform: scale(1.05); }
.tf-text-content { flex: 1; min-width: 280px; }
.tf-title { color: #c5a059; font-size: 24px; text-transform: uppercase; margin: 0 0 10px 0; font-weight: 800; }
.tf-description { color: #e0e0e0; line-height: 1.6; margin-bottom: 15px; }
.tf-features { display: flex; gap: 15px; font-size: 0.9em; font-weight: bold; color: #fff; flex-wrap: wrap; }
.tf-cta-wrapper { flex: 0 0 250px; text-align: center; }
.tf-btn-glow { display: inline-block; background: #c5a059; color: #000 !important; padding: 15px 30px; border-radius: 50px; font-weight: 900; text-decoration: none; letter-spacing: 1px; transition: all 0.3s ease; box-shadow: 0 0 15px rgba(197,160,89,0.4); animation: pulse-gold 2s infinite; width: 100%; box-sizing: border-box; }
.tf-btn-glow:hover { background: #fff; box-shadow: 0 0 25px rgba(197,160,89,0.8); transform: translateY(-3px); }
.tf-urgency { display: block; margin-top: 10px; font-size: 11px; color: #888; text-transform: uppercase; }
@keyframes pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(197,160,89, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(197,160,89, 0); } 100% { box-shadow: 0 0 0 0 rgba(197,160,89, 0); } }
/* Fix per Mobile: fondamentale per non rompere il layout */
@media (max-width: 768px) {
    .tf-banner-container {
        width: calc(100% - 20px);
        margin: 20px auto;
        padding: 20px;
    }
    .tf-banner-content {
        flex-direction: column;
        text-align: center;
    }
}