.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b65cdd5:#02505A;--e-global-color-cc0ddb8:#E3E3E3;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════════════════
   GUIDO AI — CSS GLOBALE ELEMENTOR v3
   Da incollare in: Elementor → Site Settings → Custom CSS
   Font: Sora (titoli) + DM Sans (body) — caricati via Google Fonts
   Brand: #02505A (teal primario) | #0a1628 (dark) | #f8fafb (light bg)
   ═══════════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

/* ── Reset base ── */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { overflow-x: hidden; font-family: 'DM Sans', sans-serif; }

/* ── Compensazione header sticky (altezza ~80px) ── */
.elementor-page .elementor-section:first-of-type { padding-top: 100px !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   TIPOGRAFIA GLOBALE
   ═══════════════════════════════════════════════════════════════════════════ */
.g-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #0a1628;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 1rem;
  text-align: center;
}
.g-h2--light { color: #ffffff; }
.g-teal { color: #02505A; }
.g-teal-light { color: #7dd4dc; }

.g-overline {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5rem;
  display: block;
}
.g-overline--teal { color: #1A7A87; }
.g-overline--light { color: rgba(255,255,255,0.55); }

.g-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #3d5a5e;
  line-height: 1.65;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.g-intro--light { color: rgba(255,255,255,0.75); }

.g-tagline {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #02505A;
  text-align: center;
  margin-top: 2.5rem;
}

/* ── Intestazione sezione centrata ── */
.g-sec-header { text-align: center; margin-bottom: 3rem; }
.g-sec-header--light { text-align: center; margin-bottom: 3rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   BOTTONI
   ═══════════════════════════════════════════════════════════════════════════ */
.g-btn-wrap { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

.g-btn-primary {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #02505A; color: #fff;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.92rem;
  padding: 0.75rem 1.75rem; border-radius: 8px;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
  border: 2px solid #02505A;
}
.g-btn-primary:hover { background: #013A42; border-color: #013A42; transform: translateY(-1px); }

.g-btn-outline {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: transparent; color: #02505A;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.92rem;
  padding: 0.75rem 1.75rem; border-radius: 8px;
  text-decoration: none; transition: background 0.2s, color 0.2s;
  border: 2px solid #02505A;
}
.g-btn-outline:hover { background: #02505A; color: #fff; }

/* ═══════════════════════════════════════════════════════════════════════════
   01 - HERO
   ═══════════════════════════════════════════════════════════════════════════ */
.g-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.g-hero-h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #0a1628;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0.5rem 0 1.25rem;
}
.g-hero-bullets {
  display: flex; flex-direction: column; gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.g-hero-bullets span {
  font-family: 'Sora', sans-serif; font-weight: 600;
  font-size: 1rem; color: #02505A;
}
.g-hero-body {
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  color: #3d5a5e; line-height: 1.65; margin-bottom: 0.75rem;
}
.g-hero-cta { margin-top: 1.5rem; }


.g-hero-img-box {
  background: linear-gradient(135deg, #E8F4F5 0%, #f0fafb 100%);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 40px rgba(2,80,90,0.12);
  position: relative;
}
.g-hero-img { width: 100%; border-radius: 12px; display: block; }
.g-hero-badge {
  display: inline-block;
  background: #02505A; color: #fff;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.78rem;
  padding: 0.4rem 1rem; border-radius: 20px;
  margin: 1rem auto 0; text-align: center;
  display: block; width: fit-content; margin-left: auto; margin-right: auto;
}
.g-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem; margin-top: 1.25rem;
}
.g-stat {
  background: #fff; border: 1.5px solid #e2edef;
  border-radius: 16px; padding: 1rem 0.75rem;
  display: flex; flex-direction: column; align-items: center;
  box-shadow: 0 4px 24px rgba(2,80,90,0.08);
}
.g-stat-num {
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 1.6rem; color: #02505A; line-height: 1;
}
.g-stat-label {
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem;
  color: #3d5a5e; margin-top: 0.25rem; text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════════════
   02 - PROBLEMA
   ═══════════════════════════════════════════════════════════════════════════ */
.g-prob-intro {
  max-width: 720px; margin: 0 auto 2.5rem;
  font-family: 'DM Sans', sans-serif; font-size: 1rem;
  color: rgba(255,255,255,0.75); line-height: 1.7; text-align: center;
}
.g-prob-intro p { margin-bottom: 0.75rem; }

.g-prob-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
.g-prob-box {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 1.75rem;
}
.g-prob-box--teal {
  background: rgba(2,80,90,0.4);
  border-color: rgba(77,184,196,0.25);
}
.g-prob-label {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 0.85rem; color: rgba(255,255,255,0.55);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.g-prob-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.g-prob-list li {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.92rem;
  color: rgba(255,255,255,0.85); line-height: 1.4;
  padding: 0.45rem 0.75rem;
  border: 1.5px solid rgba(77,184,196,0.35);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
}
.g-x {
  color: #4db8c4; font-weight: 700; font-size: 0.9rem; min-width: 16px;
}
.g-cons-list { display: flex; flex-direction: column; gap: 0.75rem; }
.g-cons-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(77,184,196,0.25);
  border-radius: 12px;
  padding: 0.875rem 1.1rem;
  color: #fff;
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  display: flex; align-items: center; gap: 0.5rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   03 - COSA FA GUIDO (gcf)
   ═══════════════════════════════════════════════════════════════════════════ */
.gcf-grid {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.875rem;
}
.gcf-card {
  background: #fff; border: 1.5px solid #e2edef; border-radius: 14px;
  padding: 1.1rem 1.25rem; display: flex; align-items: center; gap: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gcf-card:hover { border-color: #02505A; box-shadow: 0 4px 16px rgba(2,80,90,0.10); }
.gcf-icon {
  width: 28px; height: 28px; min-width: 28px;
  background: #02505A; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.gcf-text {
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  font-size: 0.94rem; color: #0a1628; line-height: 1.45;
}
.gcf-last { grid-column: 1 / -1; max-width: calc(50% - 0.44rem); }

/* ═══════════════════════════════════════════════════════════════════════════
   04 - COME FUNZIONA
   ═══════════════════════════════════════════════════════════════════════════ */
.g-steps {
  max-width: 640px; margin: 0 auto 2rem;
  display: flex; flex-direction: column; gap: 0;
}
.g-step {
  display: flex; align-items: flex-start; gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e2edef;
  position: relative;
}
.g-step:last-child { border-bottom: none; }
.g-step-num {
  width: 40px; height: 40px; min-width: 40px;
  background: #02505A; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1rem;
}
.g-step-body {
  font-family: 'DM Sans', sans-serif; font-size: 1rem;
  color: #0a1628; line-height: 1.55; padding-top: 0.5rem;
}
.g-come-footer {
  max-width: 640px; margin: 0 auto;
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  color: #3d5a5e; line-height: 1.65; text-align: center;
}
.g-come-footer p { margin-bottom: 0.75rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   05 - SCENARIO REALE
   ═══════════════════════════════════════════════════════════════════════════ */
.g-chat {
  max-width: 680px; margin: 0 auto 1.5rem;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.g-chat-q { display: flex; align-items: flex-start; gap: 0.875rem; }
.g-chat-responses { display: flex; flex-direction: column; gap: 0.75rem; }
.g-chat-r { display: flex; align-items: flex-start; gap: 0.875rem; }
.g-chat-avatar {
  width: 36px; height: 36px; min-width: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.78rem;
}
.g-chat-avatar--user { background: #e2edef; color: #02505A; }
.g-chat-avatar--ai { background: #02505A; color: #fff; }
.g-chat-bubble {
  border-radius: 14px; padding: 0.875rem 1.1rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.94rem; line-height: 1.5;
  max-width: calc(100% - 50px);
}
.g-chat-bubble--user {
  background: #f0fafb; border: 1.5px solid #c8e6ea;
  color: #0a1628; font-weight: 500;
}
.g-chat-bubble--ai {
  background: #fff; border: 1.5px solid #e2edef; color: #3d5a5e;
}
.g-scenario-footer {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 1rem; color: #02505A; text-align: center;
  max-width: 560px; margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════════════════
   06 - I RISULTATI (gris)
   ═══════════════════════════════════════════════════════════════════════════ */
.gris-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
}
.gris-card {
  background: rgba(255,255,255,0.10);
  border: 1.5px solid rgba(255,255,255,0.20);
  border-radius: 18px; padding: 1.75rem 1.25rem 1.5rem;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 0.75rem;
  transition: background 0.2s, border-color 0.2s;
}
.gris-card:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.40); }
.gris-num {
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 2.25rem; color: #fff; line-height: 1; letter-spacing: -0.02em;
}
.gris-label {
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  font-size: 0.875rem; color: rgba(255,255,255,0.80); line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════════════════
   07 - ALCUNI ESEMPI
   ═══════════════════════════════════════════════════════════════════════════ */
.g-esempi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; max-width: 1100px; margin: 0 auto;
}
.g-esempio-card {
  background: #fff; border: 1.5px solid #e2edef;
  border-radius: 18px; padding: 1.75rem;
  display: flex; flex-direction: column; gap: 1.1rem;
  transition: box-shadow 0.2s;
}
.g-esempio-card:hover { box-shadow: 0 8px 32px rgba(2,80,90,0.10); }
.g-esempio-dept {
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 1.1rem; color: #02505A; margin-bottom: 0.25rem;
}
.g-esempio-row { display: flex; flex-direction: column; gap: 0.3rem; }
.g-esempio-label {
  display: inline-block;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.2rem 0.6rem; border-radius: 4px;
  width: fit-content;
}
.g-esempio-label--prob { background: #fef2f2; color: #c0392b; }
.g-esempio-label--sol  { background: #f0fafb; color: #02505A; }
.g-esempio-label--van  { background: #f0fdf4; color: #166534; }
.g-esempio-row p {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  color: #3d5a5e; line-height: 1.55; margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   08 - PERCHÉ GUIDO
   ═══════════════════════════════════════════════════════════════════════════ */
.g-perche-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; max-width: 1000px; margin: 0 auto;
}
.g-perche-card {
  background: #fff; border: 1.5px solid #e2edef;
  border-radius: 16px; padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.g-perche-card:hover { border-color: #02505A; box-shadow: 0 4px 20px rgba(2,80,90,0.08); }
.g-perche-icon { font-size: 1.75rem; margin-bottom: 0.75rem; display: block; }
.g-perche-title {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 1rem; color: #0a1628; margin: 0 0 0.5rem;
}
.g-perche-body {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  color: #3d5a5e; line-height: 1.55; margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   09 - A CHI È RIVOLTO
   ═══════════════════════════════════════════════════════════════════════════ */
.g-achi-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem; max-width: 1100px; margin: 0 auto;
}
.g-achi-card {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 18px; padding: 1.75rem 1.25rem;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}
.g-achi-card:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); }
.g-achi-icon { font-size: 2rem; display: block; margin-bottom: 0.75rem; }
.g-achi-title {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 1rem; color: #fff; margin: 0 0 0.5rem;
}
.g-achi-body {
  font-family: 'DM Sans', sans-serif; font-size: 0.875rem;
  color: rgba(255,255,255,0.70); line-height: 1.5; margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   10 - CTA FINALE
   ═══════════════════════════════════════════════════════════════════════════ */
.g-cta-box {
  background: linear-gradient(135deg, #02505A 0%, #013A42 100%);
  border-radius: 24px; padding: 4rem 3rem;
  text-align: center; max-width: 800px; margin: 0 auto;
}
.g-cta-box .g-h2 { color: #fff; }
.g-cta-body {
  font-family: 'DM Sans', sans-serif; font-size: 1rem;
  color: rgba(255,255,255,0.80); line-height: 1.65;
  max-width: 560px; margin: 0 auto 2rem;
}
.g-cta-btns {
  display: flex; flex-wrap: wrap; gap: 0.875rem; justify-content: center;
}
.g-cta-box .g-btn-primary { background: #fff; color: #02505A; border-color: #fff; }
.g-cta-box .g-btn-primary:hover { background: #f0fafb; border-color: #f0fafb; }
.g-cta-box .g-btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
.g-cta-box .g-btn-outline:hover { background: rgba(255,255,255,0.15); }

/* ═══════════════════════════════════════════════════════════════════════════
   11 - FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */
.g-footer { max-width: 1200px; margin: 0 auto; }
.g-footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 1.5rem;
}
.g-footer-logo { height: 36px; filter: brightness(0) invert(1); margin-bottom: 0.875rem; }
.g-footer-tagline {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  color: rgba(255,255,255,0.60); line-height: 1.55; margin: 0;
}
.g-footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.g-footer-col-title {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 0.8rem; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}
.g-footer-link {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  color: rgba(255,255,255,0.70); text-decoration: none;
  transition: color 0.2s;
}
.g-footer-link:hover { color: #7dd4dc; }
.g-footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem;
  color: rgba(255,255,255,0.40); flex-wrap: wrap; gap: 0.5rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HEADER (Theme Builder)
   ═══════════════════════════════════════════════════════════════════════════ */
.g-header {
  background: #fff; border-bottom: 1px solid #e2edef;
  position: sticky; top: 0; z-index: 9999;
  transition: box-shadow 0.3s;
}
.g-header.scrolled { box-shadow: 0 2px 20px rgba(2,80,90,0.10); }
.g-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  height: 72px; display: flex; align-items: center; justify-content: space-between;
}
.g-header-logo { height: 32px; }
.g-nav { display: flex; align-items: center; gap: 2rem; }
.g-nav-link {
  font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 0.92rem;
  color: #3d5a5e; text-decoration: none; position: relative;
  transition: color 0.2s;
}
.g-nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 2px; background: #02505A; transition: width 0.2s;
}
.g-nav-link:hover { color: #02505A; }
.g-nav-link:hover::after { width: 100%; }

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (768px–1024px)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1024px) {
  .g-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .g-hero-text { text-align: center; }
  .g-hero-cta { justify-content: center; display: flex; }
  .g-prob-grid { grid-template-columns: 1fr; }
  .gcf-grid { grid-template-columns: 1fr 1fr; }
  .gcf-last { max-width: 100%; grid-column: 1; }
  .gris-grid { grid-template-columns: repeat(3, 1fr); }
  .g-esempi-grid { grid-template-columns: 1fr; }
  .g-perche-grid { grid-template-columns: 1fr 1fr; }
  .g-achi-grid { grid-template-columns: 1fr 1fr; }
  .g-footer-top { grid-template-columns: 1fr 1fr; }
  .g-footer-brand { grid-column: 1 / -1; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max 767px)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Compensazione header */
  .elementor-page .elementor-section:first-of-type { padding-top: 80px !important; }

  /* Hero */
  .g-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .g-hero-text { text-align: center; }
  .g-hero-cta { justify-content: center; display: flex; }
  .g-hero-h1 { font-size: 1.9rem; }
  .g-stats-row { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .g-stat-num { font-size: 1.3rem; }

  /* Problema */
  .g-prob-grid { grid-template-columns: 1fr; }

  /* Cosa fa Guido */
  .gcf-grid { grid-template-columns: 1fr; }
  .gcf-last { grid-column: 1; max-width: 100%; }

  /* Risultati */
  .gris-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .gris-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 0.375rem); margin: 0 auto; }
  .gris-num { font-size: 1.75rem; }

  /* Esempi */
  .g-esempi-grid { grid-template-columns: 1fr; }

  /* Perché Guido */
  .g-perche-grid { grid-template-columns: 1fr; }

  /* A chi è rivolto */
  .g-achi-grid { grid-template-columns: 1fr 1fr; }

  /* CTA */
  .g-cta-box { padding: 2.5rem 1.5rem; }

  /* Footer */
  .g-footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .g-footer-bottom { flex-direction: column; align-items: flex-start; }

  /* Tipografia */
  .g-h2 { font-size: 1.65rem; }
  .g-intro { font-size: 0.95rem; }
}/* End custom CSS */