.elementor-1080 .elementor-element.elementor-element-35dfc2a{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1080 .elementor-element.elementor-element-034208f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-2ff505a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-64f854b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-90792bc{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-c045b5f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-2afa577{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1080 .elementor-element.elementor-element-35c957b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-1080{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ===============================
   RESET & WRAPPER SCOPE (ELEMENTOR SAFE)
================================ */
#tutorlab-wrapper {
  /* Variabili */
  --navy: #0f2247;
  --navy-dark: #0b1a36;
  --navy-light: #1c325e;
  --yellow: #f5c400;
  --yellow-soft: #ffe58a;
  --yellow-light: #fff9e0;
  --yellow-glow: rgba(245, 196, 0, 0.4);
  --text: #0b1a36;
  --text-muted: #566780;
  --text-light: #94a3b8;
  --white: #ffffff;
  --card: #ffffff;
  --line: rgba(12,25,55,.12);
  --border-light: rgba(255, 255, 255, 0.1);
  --radius: 18px;
  --shadow: 0 14px 40px rgba(13,26,54,.08);
  --shadow-lg: 0 25px 50px -12px rgba(15, 34, 71, 0.25);
  --shadow-strong: 0 20px 50px rgba(13,26,54,.15);
  --max-w: 1240px;

  /* Font & Base */
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #0b1a36;
  background: #f6f8fc;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  text-align: left;
}

#tutorlab-wrapper *,
#tutorlab-wrapper *::before,
#tutorlab-wrapper *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#tutorlab-wrapper img {
  max-width: 100%;
  display: block;
  height: auto;
}

#tutorlab-wrapper a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

/* ===============================
   STRUTTURA & TIPOGRAFIA
================================ */
#tutorlab-wrapper .tl-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

#tutorlab-wrapper section {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

#tutorlab-wrapper h1 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

#tutorlab-wrapper h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

#tutorlab-wrapper h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

#tutorlab-wrapper h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.3;
}

#tutorlab-wrapper p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}

#tutorlab-wrapper .kicker {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(15, 34, 71, 0.05);
  border-radius: 100px;
  border: 1px solid rgba(15, 34, 71, 0.1);
}

/* ===============================
   UTILITIES & DECORATION
================================ */
#tutorlab-wrapper .dark-mode {
  background: var(--navy-dark);
  color: var(--white);
}

#tutorlab-wrapper .light-mode {
  background: #ffffff;
  color: var(--text);
}

#tutorlab-wrapper .gray-mode {
  background: #f8fafc;
  color: var(--text);
}

#tutorlab-wrapper .dark-mode p {
  color: var(--text-light);
}

#tutorlab-wrapper .dark-mode .kicker {
  color: var(--yellow);
  background: rgba(245, 196, 0, 0.1);
  border-color: rgba(245, 196, 0, 0.2);
}

#tutorlab-wrapper .text-gradient {
  background: linear-gradient(135deg, #ffffff 30%, #f5c400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#tutorlab-wrapper .bg-grid {
  background-image:
    linear-gradient(rgba(15, 34, 71, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 71, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

#tutorlab-wrapper .dark-mode .bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

#tutorlab-wrapper .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

#tutorlab-wrapper .orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(245, 196, 0, 0.15);
  top: -100px;
  right: -100px;
}

#tutorlab-wrapper .orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(28, 50, 94, 0.4);
  bottom: 0;
  left: -50px;
}

#tutorlab-wrapper .orb-3 {
  width: 350px;
  height: 350px;
  background: rgba(245, 196, 0, 0.1);
  top: 50%;
  left: -100px;
}

#tutorlab-wrapper .orb-4 {
  width: 280px;
  height: 280px;
  background: rgba(15, 34, 71, 0.15);
  bottom: 10%;
  right: -80px;
}

#tutorlab-wrapper .deco-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(245, 196, 0, 0.15);
  z-index: 0;
  pointer-events: none;
}

#tutorlab-wrapper .deco-square {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: rgba(245, 196, 0, 0.05);
  transform: rotate(15deg);
  z-index: 0;
  pointer-events: none;
}

#tutorlab-wrapper .deco-line {
  position: absolute;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.3), transparent);
  z-index: 0;
  pointer-events: none;
}

#tutorlab-wrapper .deco-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(245, 196, 0, 0.2) 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* ===============================
   BUTTONS
================================ */
#tutorlab-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 12px;
  font-size: 15px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}

#tutorlab-wrapper .btn:hover {
  transform: translateY(-2px);
}

#tutorlab-wrapper .btn-primary {
  background: var(--yellow);
  color: var(--navy-dark);
  box-shadow: 0 4px 15px rgba(245, 196, 0, 0.3);
}

#tutorlab-wrapper .btn-primary:hover {
  background: #ffcf0f;
  box-shadow: 0 8px 25px rgba(245, 196, 0, 0.5);
}

#tutorlab-wrapper .btn-secondary {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}

#tutorlab-wrapper .btn-secondary:hover {
  background: rgba(255,255,255,0.2);
}

#tutorlab-wrapper .btn-outline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: transparent;
}

#tutorlab-wrapper .btn-outline:hover {
  background: #f1f5f9;
}

#tutorlab-wrapper .btn-ghost {
  background: transparent;
  border: 1px solid #ccc;
  color: var(--navy);
}

#tutorlab-wrapper .btn-ghost:hover {
  background: #f8f9fc;
}

/* ===============================
   BADGES
================================ */
#tutorlab-wrapper .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,0.88);
}

#tutorlab-wrapper .badge i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.95); }
}

/* ===============================
   HERO
================================ */
#tutorlab-wrapper .hero {
  background:
    radial-gradient(900px 380px at 70% -10%, rgba(245,196,0,.35), transparent 55%),
    radial-gradient(700px 340px at 10% 0%, rgba(255,229,138,.18), transparent 55%),
    linear-gradient(180deg,var(--navy),var(--navy-dark));
  color: #fff;
  padding: 120px 0 100px;
  overflow: hidden;
}

#tutorlab-wrapper .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: center;
}

#tutorlab-wrapper .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

#tutorlab-wrapper .hero p {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  max-width: 62ch;
}

#tutorlab-wrapper .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

#tutorlab-wrapper .hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-strong);
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .3s ease;
}

#tutorlab-wrapper .hero-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

#tutorlab-wrapper .hero-card img {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  aspect-ratio: 16/11;
  object-fit: cover;
  background: #0b1a36;
  width: 100%;
}

#tutorlab-wrapper .mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

#tutorlab-wrapper .mini {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 0.2s ease;
}

#tutorlab-wrapper .mini:hover {
  background: rgba(255,255,255,.1);
  border-color: var(--yellow);
}

#tutorlab-wrapper .mini strong {
  color: #fff;
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}

/* ===============================
   TIMELINE STORIA
================================ */
#tutorlab-wrapper .history-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}

#tutorlab-wrapper .history-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

#tutorlab-wrapper .hist-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .hist-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

#tutorlab-wrapper .hist-card.active {
  background: var(--yellow-light);
  border: 2px solid var(--yellow);
  box-shadow: 0 10px 25px rgba(245,196,0,0.25);
}

#tutorlab-wrapper .hist-year {
  font-size: 24px;
  font-weight: 900;
  color: var(--yellow);
  margin-bottom: 8px;
  display: block;
}

#tutorlab-wrapper .hist-card.active .hist-year {
  color: #000;
}

#tutorlab-wrapper .hist-title {
  font-weight: 800;
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}

#tutorlab-wrapper .hist-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
/* ===============================
   PILLARS
================================ */
#tutorlab-wrapper .pillars-section {
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
}

#tutorlab-wrapper .pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}

#tutorlab-wrapper .pillar-item {
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .pillar-item:hover {
  transform: translateY(-3px);
}

#tutorlab-wrapper .pillar-item h3 {
  color: var(--navy);
  margin-bottom: 4px;
  font-size: 17px;
}

#tutorlab-wrapper .pillar-item p {
  font-size: 14px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ===============================
   WHAT IS TUTORLAB
================================ */
#tutorlab-wrapper .what-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

#tutorlab-wrapper .what-box {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .what-box h3 {
  color: var(--navy);
  margin-bottom: 16px;
}

#tutorlab-wrapper .what-box ul {
  list-style: none;
  margin-top: 12px;
}

#tutorlab-wrapper .what-box li {
  padding: 8px 0;
  font-size: 15px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--line);
}

#tutorlab-wrapper .what-box li:last-child {
  border-bottom: none;
}

#tutorlab-wrapper .what-box li strong {
  color: var(--navy);
  font-weight: 700;
}

#tutorlab-wrapper .what-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

#tutorlab-wrapper .what-feature {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

#tutorlab-wrapper .what-feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--yellow);
}

#tutorlab-wrapper .what-feature h4 {
  color: var(--navy);
  margin-bottom: 6px;
  font-size: 16px;
}

#tutorlab-wrapper .what-feature p {
  font-size: 14px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ===============================
   SIMULATORS SECTION (KILLER FEATURE)
================================ */
#tutorlab-wrapper .simulators-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0b1a36 0%, #1c325e 100%);
  position: relative;
  overflow: hidden;
}

#tutorlab-wrapper .simulators-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

#tutorlab-wrapper .simulator-text h2 {
  color: #fff;
  margin-bottom: 20px;
}

#tutorlab-wrapper .simulator-text p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  line-height: 1.7;
}

#tutorlab-wrapper .sim-features {
  margin-top: 30px;
  display: grid;
  gap: 16px;
}

#tutorlab-wrapper .sim-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

#tutorlab-wrapper .sim-feature:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--yellow);
}

#tutorlab-wrapper .sim-icon {
  width: 40px;
  height: 40px;
  background: var(--yellow);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

#tutorlab-wrapper .sim-feature h4 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
}

#tutorlab-wrapper .sim-feature p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin: 0;
}

#tutorlab-wrapper .simulator-visual {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(245,196,0,0.3);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  position: relative;
}

#tutorlab-wrapper .simulator-mockup {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

#tutorlab-wrapper .simulator-mockup img {
  width: 100%;
  border-radius: 8px;
}

#tutorlab-wrapper .wow-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--yellow);
  color: var(--navy-dark);
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(245,196,0,0.5);
  animation: pulse-wow 2s ease-in-out infinite;
}

@keyframes pulse-wow {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ===============================
   TECH STACK / INTEGRATIONS
================================ */
#tutorlab-wrapper .tech-section {
  padding: 100px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#tutorlab-wrapper .tech-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}

#tutorlab-wrapper .tech-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--yellow);
}

#tutorlab-wrapper .tech-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#tutorlab-wrapper .tech-card h3 {
  color: var(--navy);
  margin-bottom: 12px;
  font-size: 20px;
}

#tutorlab-wrapper .tech-card p {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0;
}

#tutorlab-wrapper .tech-list {
  list-style: none;
  margin-top: 16px;
}

#tutorlab-wrapper .tech-list li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

#tutorlab-wrapper .tech-list li::before {
  content: '✓';
  color: var(--yellow);
  font-weight: 900;
}

/* ===============================
   CTA WITH VIDEO/DEMO OPTIONS
================================ */
#tutorlab-wrapper .cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

#tutorlab-wrapper .cta-option {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

#tutorlab-wrapper .cta-option:hover {
  border-color: var(--yellow);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

#tutorlab-wrapper .cta-option.primary {
  background: var(--yellow-light);
  border-color: var(--yellow);
}

#tutorlab-wrapper .cta-option h4 {
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 18px;
}

#tutorlab-wrapper .cta-option p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 16px;
}

/* Classe per il testo evidenziato (Richiesta utente: Blu e Grassetto) */
#tutorlab-wrapper .cta-option .highlight-blue {
  color: var(--navy);
  font-weight: 700;
}

/* ===============================
   CONTEXT SECTION
================================ */
#tutorlab-wrapper .context-section {
  padding: 100px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .context-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

#tutorlab-wrapper .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .checklist .check {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

#tutorlab-wrapper .check .icon {
  color: var(--yellow);
  font-weight: 900;
  min-width: 20px;
}

#tutorlab-wrapper .insight {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(245,196,0,.10);
  border: 1px solid rgba(245,196,0,.25);
  font-size: 14px;
  color: #4a3b00;
}

/* ===============================
   CTA INTERMEDIATE
================================ */
#tutorlab-wrapper .cta-intermediate {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 60px 0;
  overflow: hidden;
}

#tutorlab-wrapper .cta-intermediate-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#tutorlab-wrapper .cta-intermediate h2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 36px;
}

#tutorlab-wrapper .cta-intermediate p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  margin-bottom: 24px;
}

/* ===============================
   TARGET SECTION
================================ */
#tutorlab-wrapper .target-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .target-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#tutorlab-wrapper .target-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .target-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  border-color: rgba(245, 196, 0, 0.4);
}

#tutorlab-wrapper .target-card h3 {
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 12px;
}

#tutorlab-wrapper .target-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ===============================
   FOR WHO SECTION
================================ */
#tutorlab-wrapper .forwho-section {
  padding: 100px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .forwho-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

#tutorlab-wrapper .forwho-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .forwho-card.highlight {
  border: 2px solid var(--yellow);
  background: linear-gradient(180deg, rgba(245,196,0,0.05), #fff 30%);
}

#tutorlab-wrapper .forwho-card.muted {
  background: #f1f5f9;
}

#tutorlab-wrapper .icon-list .item {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

#tutorlab-wrapper .item .icon {
  color: var(--yellow);
  font-weight: 900;
  min-width: 20px;
}

/* ===============================
   PROCESS SECTION (Dettagliato)
================================ */
#tutorlab-wrapper .process-detail-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .steps-detailed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 50px;
}

#tutorlab-wrapper .step-detailed {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

#tutorlab-wrapper .step-detailed:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border-color: var(--yellow);
}

#tutorlab-wrapper .step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  color: var(--navy-dark);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(245,196,0,0.3);
}

#tutorlab-wrapper .step-detailed h3 {
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 12px;
}

#tutorlab-wrapper .step-detailed p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* ===============================
   PROCESS SECTION (5 step visual)
================================ */
#tutorlab-wrapper .process-section {
  padding: 100px 0;
  background: var(--navy-dark);
}

#tutorlab-wrapper .process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 50px;
  position: relative;
}

#tutorlab-wrapper .process-grid::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--navy-light), var(--yellow), var(--navy-light));
  opacity: 0.3;
  z-index: 0;
}

#tutorlab-wrapper .process-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-light);
  padding: 18px 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .process-card:hover {
  transform: translateY(-5px);
  border-color: var(--yellow);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#tutorlab-wrapper .step-num {
  width: 48px;
  height: 48px;
  background: var(--navy-dark);
  border: 2px solid var(--yellow);
  color: var(--yellow);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  margin: 0 auto 16px;
  box-shadow: 0 0 20px rgba(245,196,0,0.2);
}

#tutorlab-wrapper .process-note {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid rgba(245,196,0,0.3);
  background: rgba(245,196,0,0.05);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

/* ===============================
   COMPARE SECTION
================================ */
#tutorlab-wrapper .compare-wrap {
  padding: 80px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

#tutorlab-wrapper .compare-box {
  padding: 36px;
  border-radius: 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .compare-box.old {
  background: #f1f5f9;
}

#tutorlab-wrapper .compare-box.new {
  background: #fff;
  border: 2px solid var(--yellow);
  box-shadow: var(--shadow-lg);
}

#tutorlab-wrapper .compare-list {
  list-style: none;
  margin-top: 20px;
}

#tutorlab-wrapper .compare-list li {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
}

#tutorlab-wrapper .compare-list.bad li::before {
  content: '✕';
  color: #ef4444;
  font-weight: bold;
  flex-shrink: 0;
}

#tutorlab-wrapper .compare-list.good li::before {
  content: '✔';
  color: #10b981;
  font-weight: bold;
  flex-shrink: 0;
}

/* ===============================
   METHOD SECTION
================================ */
#tutorlab-wrapper .method-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#tutorlab-wrapper .method-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform .2s ease;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

#tutorlab-wrapper .method-icon {
  font-size: 42px;
  margin-bottom: 16px;
  display: block;
}

/* ===============================
   TOOLS / TECH SECTION
================================ */
#tutorlab-wrapper .tools-section {
  padding: 100px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .tools-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

#tutorlab-wrapper .tool-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid var(--line);
  margin-bottom: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
  transition: transform .2s ease, border-color .2s ease;
}

#tutorlab-wrapper .tool-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border-color: rgba(245,196,0,0.3);
}

#tutorlab-wrapper .tool-num {
  background: var(--yellow);
  color: #000;
  font-weight: 800;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
  font-size: 16px;
}

#tutorlab-wrapper .tool-text {
  font-size: 15px;
  line-height: 1.4;
}

#tutorlab-wrapper .tool-text strong {
  color: var(--navy);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

#tutorlab-wrapper .tool-text span {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 14px;
}

#tutorlab-wrapper .tool-visual {
  background: #fff;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-strong);
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

#tutorlab-wrapper .tool-visual:hover {
  transform: scale(1.02);
}

#tutorlab-wrapper .tool-visual img {
  border-radius: 10px;
  background: #f0f2f5;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ===============================
   SOCIAL PROOF SECTION
================================ */
#tutorlab-wrapper .social-section {
  padding: 100px 0;
  background: var(--navy-dark);
  overflow: hidden;
}

#tutorlab-wrapper .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#tutorlab-wrapper .review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 26px;
  transition: all 0.3s ease;
}

#tutorlab-wrapper .review-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-5px);
}

#tutorlab-wrapper .stars {
  color: var(--yellow);
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}

#tutorlab-wrapper .review-text {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

#tutorlab-wrapper .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

#tutorlab-wrapper .review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--navy);
  font-size: 18px;
}

#tutorlab-wrapper .review-info strong {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

#tutorlab-wrapper .review-info span {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
}

/* ===============================
   CASES SECTION
================================ */
#tutorlab-wrapper .cases-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .case-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 20px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

#tutorlab-wrapper .case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: rgba(245, 196, 0, 0.4);
}

#tutorlab-wrapper .tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 16px;
  background: rgba(245, 196, 0, 0.1);
  color: var(--navy);
  align-self: flex-start;
  border: 1px solid rgba(245, 196, 0, 0.3);
}

#tutorlab-wrapper .case-list {
  list-style: none;
}

#tutorlab-wrapper .case-list li {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 8px;
  list-style: none;
  padding-left: 14px;
  position: relative;
}

#tutorlab-wrapper .case-list li::before {
  content: '•';
  color: var(--yellow);
  position: absolute;
  left: 0;
}

/* ===============================
   PRICING SECTION
================================ */
#tutorlab-wrapper .pricing-section {
  padding: 100px 0;
  background: #f8fafc;
}

#tutorlab-wrapper .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 40px;
}

#tutorlab-wrapper .price-card {
  background: #fff;
  padding: 30px 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .price-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

#tutorlab-wrapper .price-card.featured {
  border: 2px solid var(--yellow);
  background: linear-gradient(180deg, rgba(245,196,0,0.05), #fff 40%);
}

#tutorlab-wrapper .rec-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: var(--navy-dark);
  font-weight: 800;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 100px;
  text-transform: uppercase;
}

#tutorlab-wrapper .price-head h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: var(--navy);
}

#tutorlab-wrapper .price-desc {
  font-size: 13px;
  color: var(--text-muted);
  min-height: 40px;
  display: block;
}

#tutorlab-wrapper .price-val {
  font-size: 38px;
  font-weight: 800;
  color: var(--navy);
  margin: 16px 0;
  letter-spacing: -1px;
}

#tutorlab-wrapper .price-val span {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

#tutorlab-wrapper .price-list {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  list-style: none;
}

#tutorlab-wrapper .price-list li {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  gap: 8px;
  color: var(--navy);
}

#tutorlab-wrapper .price-list li svg {
  width: 18px;
  height: 18px;
  fill: var(--navy);
  flex-shrink: 0;
  transition: transform 0.2s;
}

#tutorlab-wrapper .price-card:hover .price-list li svg {
  transform: scale(1.1);
  fill: var(--yellow);
}

#tutorlab-wrapper .price-note {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: var(--text-muted);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px dashed var(--line);
  border-radius: 12px;
}

#tutorlab-wrapper .addons-wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 60px;
}

#tutorlab-wrapper .addon-box {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 16px;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}

#tutorlab-wrapper .addon-box:hover {
  transform: translateY(-3px);
  border-color: var(--navy);
}

#tutorlab-wrapper .addon-price {
  color: var(--navy);
  font-weight: 700;
  margin-top: 12px;
  display: block;
}

/* ===============================
   FAQ SECTION
================================ */
#tutorlab-wrapper .faq-section {
  padding: 100px 0;
  background: #fff;
}

#tutorlab-wrapper .faq-grid {
  max-width: 800px;
  margin: 40px auto 0;
  display: grid;
  gap: 12px;
}

#tutorlab-wrapper details {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color 0.2s;
}

#tutorlab-wrapper details:hover {
  border-color: var(--yellow);
}

#tutorlab-wrapper summary {
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
}

#tutorlab-wrapper summary::after {
  content: '+';
  font-size: 20px;
  color: var(--text-muted);
}

#tutorlab-wrapper details[open] summary::after {
  content: '−';
}

#tutorlab-wrapper details p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--text-muted);
}

/* ===============================
   CTA FINAL
================================ */
#tutorlab-wrapper .cta-final {
  padding: 90px 0;
  background: linear-gradient(90deg,var(--yellow),var(--yellow-soft));
}

#tutorlab-wrapper .cta-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 36px;
  align-items: center;
}

#tutorlab-wrapper .cta-final .kicker {
  background: rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.15);
  color: #000;
}

#tutorlab-wrapper .cta-final h2 {
  color: #000;
}

#tutorlab-wrapper .cta-final p {
  color: rgba(0,0,0,0.8);
}

#tutorlab-wrapper .cta-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

#tutorlab-wrapper .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

#tutorlab-wrapper .cta-micro {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* ===============================
   LIGHTBOX
================================ */
#tl-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11,26,54, 0.95);
  backdrop-filter: blur(5px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#tl-lightbox.active {
  display: flex;
  opacity: 1;
}

#tl-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#tl-lightbox.active img {
  transform: scale(1);
}

#tl-lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

#tl-lightbox .close-btn:hover {
  background: rgba(255,255,255,0.2);
}

/* ===============================
   CF7 MODAL
================================ */
#tl-contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 26, 54, 0.8);
  backdrop-filter: blur(5px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#tl-contact-modal.active {
  display: flex;
  opacity: 1;
}

#tl-contact-modal .modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

#tl-contact-modal.active .modal-content {
  transform: scale(1);
}

#tl-contact-modal .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: var(--navy);
  cursor: pointer;
  background: #f1f5f9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width: 960px) {
  #tutorlab-wrapper h1 {
    font-size: 36px;
  }

  /* Padding ridotto per mobile */
  #tutorlab-wrapper section {
    padding: 60px 0 !important;
  }

  #tutorlab-wrapper .hero-grid,
  #tutorlab-wrapper .context-grid,
  #tutorlab-wrapper .compare-grid,
  #tutorlab-wrapper .tools-grid,
  #tutorlab-wrapper .pricing-grid,
  #tutorlab-wrapper .cta-grid,
  #tutorlab-wrapper .addons-wrap,
  #tutorlab-wrapper .pillars-grid,
  #tutorlab-wrapper .target-grid,
  #tutorlab-wrapper .forwho-grid,
  #tutorlab-wrapper .method-grid,
  #tutorlab-wrapper .reviews-grid,
  #tutorlab-wrapper .steps-detailed,
  #tutorlab-wrapper .what-grid,
  #tutorlab-wrapper .what-features,
  #tutorlab-wrapper .simulators-grid,
  #tutorlab-wrapper .tech-grid,
  #tutorlab-wrapper .cta-split {
    grid-template-columns: 1fr;
  }

  #tutorlab-wrapper .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #tutorlab-wrapper .process-grid::before {
    display: none;
  }

  #tutorlab-wrapper .history-grid {
    grid-template-columns: 1fr;
  }
}

/* CSS resistente per Elementor */
#tutorlab-wrapper {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
#tutorlab-wrapper * {
  box-sizing: border-box !important;
}
#tutorlab-wrapper .tl-container {
  max-width: var(--max-w) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
#tutorlab-wrapper .dark-mode {
  background: var(--navy-dark) !important;
  color: var(--white) !important;
}
#tutorlab-wrapper .light-mode {
  background: #ffffff !important;
  color: var(--text) !important;
}
#tutorlab-wrapper .gray-mode {
  background: #f8fafc !important;
  color: var(--text) !important;
}

/* CTA Intermedia - Contrasto migliorato */
#tutorlab-wrapper .cta-intermediate h2 {
  color: #ffffff !important;
}
#tutorlab-wrapper .cta-intermediate p {
  color: rgba(255,255,255,0.9) !important;
}


/* 1. Forza il colore BIANCO per i testi nelle sezioni scure (Hero, etc.) */
#tutorlab-wrapper .dark-mode h1,
#tutorlab-wrapper .dark-mode h2,
#tutorlab-wrapper .dark-mode h3,
#tutorlab-wrapper .dark-mode h4,
#tutorlab-wrapper .dark-mode p,
#tutorlab-wrapper .dark-mode li {
    color: #ffffff !important;
}

/* 2. Ripristina l'effetto gradiente sulla parola "fanno" che potrebbe essersi rotto */
#tutorlab-wrapper .text-gradient {
    background: linear-gradient(135deg, #ffffff 30%, #f5c400 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block !important;
}

/* 3. Forza i colori per le sezioni chiare (per evitare che i titoli siano del colore del tema) */
#tutorlab-wrapper .light-mode h1,
#tutorlab-wrapper .light-mode h2,
#tutorlab-wrapper .light-mode h3,
#tutorlab-wrapper .gray-mode h1,
#tutorlab-wrapper .gray-mode h2,
#tutorlab-wrapper .gray-mode h3 {
    color: #0b1a36 !important; /* Navy Dark */
}

/* 4. Reset aggressivo per i margini di Elementor che potrebbero rompere il layout */
#tutorlab-wrapper h1, 
#tutorlab-wrapper h2, 
#tutorlab-wrapper h3, 
#tutorlab-wrapper p {
    margin-top: 0 !important;
}

/* 5. Assicura che la Hero occupi lo spazio giusto e il testo sia leggibile */
#tutorlab-wrapper .hero {
    color: #ffffff !important;
    text-align: left !important;
}



/* CSS SPECIFICO PER LA SEZIONE BUILDER */
.tl-builder-ui {
    background: #1e293b !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    overflow: hidden !important;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) !important;
    transition: transform 0.3s ease !important;
    max-width: 100% !important;
}

.tl-builder-ui:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) !important;
}

.tl-builder-header {
    background: #0f172a !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.tl-builder-body {
    display: grid !important;
    grid-template-columns: 140px 1fr !important;
    height: 400px !important;
}

/* Sidebar */
.tl-builder-sidebar {
    background: #f8fafc !important;
    padding: 15px !important;
    border-right: 1px solid #e2e8f0 !important;
    overflow-y: auto !important;
    text-align: left !important;
}
.tl-builder-sidebar::-webkit-scrollbar { width: 4px !important; }
.tl-builder-sidebar::-webkit-scrollbar-thumb { background: #cbd5e1 !important; border-radius: 4px !important; }

.tl-draggable-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.tl-draggable-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    cursor: grab !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.2s !important;
    user-select: none !important;
    line-height: 1.2 !important;
}

.tl-draggable-item:hover {
    border-color: var(--navy) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05) !important;
    color: var(--navy) !important;
}

.tl-drag-icon { font-size: 14px !important; opacity: 0.8 !important; }

/* Canvas */
.tl-builder-canvas {
    background: #f1f5f9 !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    overflow-y: auto !important;
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
}

.tl-canvas-block {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    text-align: left !important;
}

.tl-canvas-block.active {
    border: 2px solid var(--yellow) !important;
    box-shadow: 0 4px 12px rgba(245, 196, 0, 0.15) !important;
}

.tl-block-head {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--navy) !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.tl-drop-zone {
    border: 2px dashed #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}

.tl-drop-zone:hover {
    border-color: var(--yellow) !important;
    color: var(--navy) !important;
    background: rgba(245, 196, 0, 0.05) !important;
}

.tl-tags-grid { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
.tl-tech-tag {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

@media(max-width: 900px) {
    .tl-builder-body { grid-template-columns: 1fr !important; height: auto !important; }
    .tl-builder-sidebar { height: 150px !important; border-right: none !important; border-bottom: 1px solid #e2e8f0 !important; }
    .tl-builder-canvas { height: 300px !important; }
}
#tutorlab-wrapper .cta-intermediate .cta-option p.highlight-blue2 {
    color: #0B3C5D !important;
}
.hero-card video {
    border-radius: 12px; /* o la misura che usi per le card */
    object-fit: cover;
}
.mute-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5); /* Sfondo scuro semitrasparente */
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 10;
    pointer-events: none; /* Fa sì che il click passi attraverso l'icona e arrivi al video */
    transition: opacity 0.3s ease;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mute-overlay svg {
    margin-bottom: 4px;
}

/* Quando il video è attivo, nascondiamo l'icona */
.video-active .mute-overlay {
    opacity: 0;
    visibility: hidden;
}/* End custom CSS */