/* ============================================================
   Micro LEAP — Custom Theme CSS
   Versione: 1.0.0  |  Generato da microleap_v4-3_clean.html
   ============================================================ */


            /* ─── BASE ─────────────────────────────────────── */
                                *, *::before, *::after { box-sizing: border-box; margin:0; padding:0; }
                                html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-font-smoothing: antialiased; }
                                body {
                                                font-family: 'DM Sans', 'Satoshi', sans-serif;
                                                background: #ffffff;
                                                color: #0F172A;
                                                line-height: 1.65;
                                }

                                /* ─── TYPOGRAPHY ──────────────────────────────── */
                                .display-heading {
                                                font-family: 'Cabinet Grotesk', 'Satoshi', sans-serif;
                                                font-weight: 800;
                                                line-height: 1.1;
                                                letter-spacing: -0.02em;
                                }
                                .section-heading {
                                                font-family: 'Cabinet Grotesk', 'Satoshi', sans-serif;
                                                font-weight: 800;
                                                line-height: 1.15;
                                                letter-spacing: -0.015em;
                                }
                                .eyebrow {
                                                font-size: 0.7rem;
                                                font-weight: 700;
                                                letter-spacing: 0.14em;
                                                text-transform: uppercase;
                                                color: #2563EB;
                                }
                                .eyebrow::before {
                                                content: '';
                                                display: inline-block;
                                                width: 6px; height: 6px;
                                                background: #2563EB;
                                                border-radius: 50%;
                                                margin-right: 8px;
                                                vertical-align: middle;
                                }

                                /* ─── CARDS ───────────────────────────────────── */
                                .card {
                                                background: #ffffff;
                                                border: 1px solid rgba(15,23,42,0.07);
                                                border-radius: 16px;
                                                box-shadow: 0 1px 3px rgba(15,23,42,0.04), 0 4px 16px rgba(15,23,42,0.03);
                                }
                                .card-hover {
                                                transition: box-shadow 0.25s ease, transform 0.25s ease;
                                }
                                .card-hover:hover {
                                                box-shadow: 0 4px 20px rgba(37,99,235,0.10), 0 1px 4px rgba(15,23,42,0.06);
                                                transform: translateY(-2px);
                                }

                                /* ─── BUTTONS ─────────────────────────────────── */
                                .btn-primary {
                                                display: inline-block;
                                                background: #2563EB;
                                                color: #fff;
                                                padding: 14px 32px;
                                                border-radius: 10px;
                                                font-weight: 700;
                                                font-size: 0.875rem;
                                                letter-spacing: 0.02em;
                                                text-decoration: none;
                                                transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
                                }
                                .btn-primary:hover {
                                                background: #1D4ED8;
                                                box-shadow: 0 6px 20px rgba(37,99,235,0.28);
                                                transform: translateY(-1px);
                                }
                                .btn-outline {
                                                display: inline-block;
                                                background: transparent;
                                                color: #2563EB;
                                                border: 1.5px solid #2563EB;
                                                padding: 13px 28px;
                                                border-radius: 10px;
                                                font-weight: 700;
                                                font-size: 0.875rem;
                                                letter-spacing: 0.02em;
                                                text-decoration: none;
                                                transition: background 0.2s, color 0.2s;
                                }
                                .btn-outline:hover {
                                                background: #EFF6FF;
                                                color: #1D4ED8;
                                }

                                /* ─── BADGES ──────────────────────────────────── */
                                .badge {
                                                display: inline-block;
                                                font-size: 0.7rem;
                                                font-weight: 700;
                                                letter-spacing: 0.12em;
                                                text-transform: uppercase;
                                                padding: 4px 12px;
                                                border-radius: 999px;
                                }
                                .badge-blue    { background:#DBEAFE; color:#1D4ED8; }
                                .badge-purple  { background:#EDE9FE; color:#6D28D9; }
                                .badge-teal    { background:#CCFBF1; color:#0F766E; }
                                .badge-amber   { background:#FEF3C7; color:#92400E; }

                                

                                

                                /* ─── NAV ─────────────────────────────────────── */
                                nav.leap-nav {
                                                position: fixed; top:0; left:0; right:0; z-index:50;
                                                background: rgba(255,255,255,0.96);
                                                backdrop-filter: blur(16px);
                                                border-bottom: 1px solid rgba(15,23,42,0.07);
                                                height: 68px;
                                                display: flex; align-items: center;
                                }
                                .nav-link {
                                                font-size: 0.78rem;
                                                font-weight: 600;
                                                color: #64748B;
                                                text-decoration: none;
                                                transition: color 0.2s;
                                                white-space: nowrap;
                                }
                                .nav-link:hover { color: #2563EB; }
                                .mobile-nav-link {
                                                display: block;
                                                padding: 11px 14px;
                                                font-size: 0.875rem;
                                                font-weight: 600;
                                                color: #0F172A;
                                                border-radius: 8px;
                                                transition: background 0.2s, color 0.2s;
                                                text-decoration: none;
                                }
                                .mobile-nav-link:hover { background:#EFF6FF; color:#2563EB; }

                                /* ─── HERO (attacco) ──────────────────────────── */
                                #attacco {
                                                position: relative;
                                                min-height: 100dvh;
                                                display: flex; align-items: center; justify-content: center;
                                                background: #ffffff;
                                                overflow: hidden;
                                                padding: 6rem 1.5rem 5rem;
                                }
                                #attacco::before {
                                                content: '';
                                                position: absolute; inset: 0;
                                                background:
                                                                radial-gradient(ellipse 70% 55% at 15% 45%, rgba(37,99,235,0.07) 0%, transparent 65%),
                                                                radial-gradient(ellipse 50% 45% at 85% 55%, rgba(124,58,237,0.05) 0%, transparent 65%);
                                                pointer-events: none;
                                }
                                .att-inner {
                                                position: relative; z-index:1;
                                                max-width: 820px; width:100%;
                                                text-align: center;
                                }
                                .att-eye {
                                                font-size: 0.75rem; font-weight: 700;
                                                letter-spacing: 0.18em; text-transform: uppercase;
                                                color: #64748B;
                                                display: flex; align-items: center; justify-content: center; gap: 12px;
                                                margin-bottom: 2.5rem;
                                }
                                .att-eye span {
                                                display: inline-block; height: 1px; width: 40px;
                                                background: linear-gradient(90deg, transparent, #CBD5E1);
                                }
                                .att-eye span.r {
                                                background: linear-gradient(90deg, #CBD5E1, transparent);
                                }
                                .att-hl {
                                                font-family: 'Cabinet Grotesk', 'Satoshi', sans-serif;
                                                font-size: clamp(2.5rem, 5vw, 4.5rem);
                                                font-weight: 800;
                                                line-height: 1.1;
                                                letter-spacing: -0.025em;
                                                color: #0F172A;
                                                margin-bottom: 2rem;
                                }
                                .att-hl em {
                                                font-style: normal;
                                                color: #2563EB;
                                }
                                .att-sep {
                                                display: flex; align-items: center;
                                                gap: 10px;
                                                margin: 2rem auto;
                                                max-width: 280px;
                                }
                                .att-sep-line {
                                                flex:1; height:1px;
                                                background: linear-gradient(90deg, transparent, #CBD5E1);
                                }
                                .att-sep-line.r { background: linear-gradient(90deg, #CBD5E1, transparent); }
                                .att-sep-dot {
                                                width:6px; height:6px;
                                                border-radius:50%;
                                                background: #2563EB;
                                }
                                .att-body {
                                                font-size: clamp(1rem, 1.5vw, 1.2rem);
                                                color: #475569;
                                                line-height: 1.75;
                                                max-width: 620px;
                                                margin: 0 auto 2.5rem;
                                }
                                .att-pills {
                                                display: flex; flex-wrap: wrap;
                                                justify-content: center; gap: 10px;
                                                margin-bottom: 3rem;
                                }
                                .att-pill {
                                                background: #F1F5F9;
                                                color: #475569;
                                                font-size: 0.75rem;
                                                font-weight: 600;
                                                letter-spacing: 0.04em;
                                                padding: 6px 16px;
                                                border-radius: 999px;
                                                border: 1px solid rgba(15,23,42,0.07);
                                }
                                .att-cta {
                                                display: inline-flex;
                                                align-items: center; gap: 10px;
                                                background: #2563EB;
                                                color: #fff;
                                                font-weight: 700;
                                                font-size: 0.9rem;
                                                padding: 16px 36px;
                                                border-radius: 12px;
                                                text-decoration: none;
                                                transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
                                }
                                .att-cta:hover {
                                                background: #1D4ED8;
                                                box-shadow: 0 8px 24px rgba(37,99,235,0.28);
                                                transform: translateY(-2px);
                                }
                                .att-scroll {
                                                position: absolute; bottom: 2.5rem; left:50%;
                                                transform: translateX(-50%);
                                                display: flex; flex-direction: column; align-items: center; gap: 8px;
                                                color: #94A3B8; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
                                }
                                .att-mouse {
                                                width:22px; height:34px;
                                                border: 2px solid #CBD5E1;
                                                border-radius: 11px;
                                                display:flex; justify-content:center; padding-top:5px;
                                }
                                .att-wheel {
                                                width:3px; height:7px;
                                                background:#94A3B8; border-radius:2px;
                                                animation: scrollWheel 1.6s ease-in-out infinite;
                                }
                                @keyframes scrollWheel {
                                                0%,100% { transform:translateY(0); opacity:1; }
                                                50%      { transform:translateY(6px); opacity:0.3; }
                                }

                                /* ─── HERO header ─────────────────────────────── */
                                header#hero {
                                                padding-top: 120px;
                                                background: #ffffff;
                                }
                                .gradient-hero {
                                                background: linear-gradient(135deg,#2563EB,#7C3AED);
                                                -webkit-background-clip: text;
                                                -webkit-text-fill-color: transparent;
                                                background-clip: text;
                                }
                                .hero-blob { display:none; } /* removed decorative blobs */

                                /* ─── FEATURE ICONS (cleaned up) ─────────────── */
                                .feature-icon {
                                                width:44px; height:44px;
                                                font-size:1.3rem;
                                                display:flex; align-items:center; justify-content:center;
                                                flex-shrink:0;
                                                border-radius:10px;
                                }
                                /* Remove colored backgrounds from icons - just show emoji */
                                .icon-bg-blue, .icon-bg-purple, .icon-bg-teal, .icon-bg-amber {
                                                background: #F8FAFC;
                                }

                                /* ─── REMOVE colored side borders ────────────── */
                                .border-left-primary,
                                .border-left-secondary,
                                .border-left-teal,
                                .border-left-amber {
                                                border-left: none !important;
                                                padding-left: 0 !important;
                                }

                                /* ─── SECTION BACKGROUNDS ─────────────────────── */
                                .sec-white { background: #ffffff; }
                                .sec-gray  { background: #F8FAFC; }
                                .sec-navy  { background: #0F172A; color: #F8FAFC; }

                                /* ─── PROGRESS BARS ───────────────────────────── */
                                .progress-bar { height:4px; border-radius:999px; background:#E2E8F0; overflow:hidden; }
                                .progress-fill-blue { background:#2563EB; }
                                .progress-fill-teal { background:#0D9488; }

                                /* ─── FOOTER ──────────────────────────────────── */
                                footer { background: #0F172A; color: #94A3B8; }

                                /* ─── MOBILE ──────────────────────────────────── */
                                @media (max-width: 768px) {
                                                .att-hl { font-size: 2.2rem; }
                                                section { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
                                                .py-24 { padding-top: 4rem; padding-bottom: 4rem; }
                                                .p-12  { padding: 1.75rem !important; }
                                                .p-10  { padding: 1.5rem !important; }
                                                h2, h3 { font-size: 1.75rem !important; }
                                                h4     { font-size: 1.05rem; }
                                                .md\:grid-cols-2 { grid-template-columns:1fr; }
                                                .lg\:grid-cols-4 { grid-template-columns:1fr 1fr; }
                                                .fractal-flow  { flex-direction:column; align-items:stretch; gap:0.5rem; }
                                                .fractal-arrow { transform:rotate(90deg); }
                                                .cycle-bar  { flex-direction:column; align-items:center; gap:0.5rem; }
                                                .cycle-bar span { display:none; }
                                                .hero-stats { gap:0.75rem; }
                                                .hero-stats > div { padding:0.75rem; }
                                                .hero-stats .text-3xl { font-size:1.5rem; }
                                                footer .flex { flex-direction:column; align-items:center; gap:1.5rem; }
                                                footer .text-right { text-align:center; }
                                                .btn-primary-mobile { display:block; width:100%; text-align:center; }
                                                .order-2 { order:2 !important; }
                                                .order-1 { order:1 !important; }
                                }
                                @media (max-width:480px) {
                                                .att-hl { font-size:1.9rem; }
                                                .lg\:grid-cols-4 { grid-template-columns:1fr; }
                                                .hero-stats { grid-template-columns:1fr !important; }
                                }
                
                                /* ─── NAVIGAZIONE ────────────────────────────────── */
                                /* Padding laterale già incluso in .leap-nav */
                                nav.leap-nav { padding-inline: 1.5rem; }

                                .nav-inner {
                                                height: 68px;
                                                gap: 1rem;
                                }
                                .nav-link-active { color: #2563EB !important; font-weight: 900; }
                                .btn-nav         { padding: 10px 24px; font-size: 0.7rem; }
                                .btn-mobile-full { padding: 14px; font-size: 0.8rem; }

                                /* Hamburger bars */
                                .ham-bar {
                                                display: block;
                                                width: 24px;
                                                height: 2.5px;
                                                background: #0F172A;
                                                border-radius: 2px;
                                                transition: all 0.3s ease;
                                }

                                /* Mobile menu */
                                #mobile-menu,
                                .mobile-menu-dropdown {
                                                display: none;
                                                background: #ffffff;
                                                border-top: 1px solid #E2E8F0;
                                                padding: 16px 24px 24px;
                                }
                                .mobile-menu-list {
                                                display: flex;
                                                flex-direction: column;
                                                gap: 4px;
                                }

                                /* ─── HERO ────────────────────────────────────────── */
                                .hero-lead {
                                                font-size: 1.15rem;
                                                color: #475569;
                                                margin-bottom: 3rem;
                                                max-width: 640px;
                                                margin-inline: auto;
                                                line-height: 1.75;
                                }

                                /* Stat numbers nel hero */
                                .text-blue        { color: #2563EB; }
                                .text-purple      { color: #7C3AED; }
                                .text-teal        { color: #0D9488; }
                                .text-amber       { color: #D97706; }
                                .text-blue-light  { color: #60A5FA; }
                                .text-teal-light  { color: #34D399; }
                                .text-slate       { color: #64748B; }
                                .text-faint       { color: #94A3B8; }
                                .text-surface     { color: #F8FAFC; }
                                .text-amber-dark  { color: #92400E; }
                                .text-blue-dark   { color: #1D4ED8; }

                                /* Caption testo */
                                .text-caption {
                                                font-size: 0.75rem;
                                                color: #64748B;
                                                letter-spacing: 0.08em;
                                                margin-top: 4px;
                                }

                                /* ─── SFONDI SEZIONE ──────────────────────────────── */
                                .bg-surface { background: #F8FAFC; }
                                .bg-white   { background: #ffffff; }

                                /* ─── TABELLA COMPARATIVA ─────────────────────────── */
                                .comp-table {
                                                width: 100%;
                                                border-collapse: collapse;
                                                font-size: 0.82rem;
                                }
                                .comp-table .overflow-x-auto { overflow-x: auto; }
                                .th-feature {
                                                padding: 14px 20px;
                                                text-align: left;
                                                font-weight: 800;
                                                letter-spacing: 0.1em;
                                                text-transform: uppercase;
                                                font-size: 0.72rem;
                                }
                                .th-main {
                                                padding: 14px 16px;
                                                text-align: center;
                                                font-weight: 800;
                                                letter-spacing: 0.1em;
                                                text-transform: uppercase;
                                                font-size: 0.72rem;
                                }
                                .th-competitor {
                                                padding: 14px 16px;
                                                text-align: center;
                                                font-weight: 800;
                                                letter-spacing: 0.1em;
                                                text-transform: uppercase;
                                                font-size: 0.72rem;
                                                opacity: 0.85;
                                }
                                .td-label {
                                                padding: 13px 20px;
                                                font-weight: 600;
                                                color: #1E293B;
                                }
                                .td-check-yes {
                                                padding: 13px 16px;
                                                text-align: center;
                                                color: #16A34A;
                                                font-size: 1rem;
                                }
                                .td-check-no {
                                                padding: 13px 16px;
                                                text-align: center;
                                                color: #DC2626;
                                                font-size: 1rem;
                                }
                                .td-check-partial {
                                                padding: 13px 16px;
                                                text-align: center;
                                                color: #D97706;
                                                font-size: 1rem;
                                }
                                .overflow-x-auto { overflow-x: auto; }

                                /* ─── FEATURE ITEMS ───────────────────────────────── */
                                .feature-bg-blue   { background: #F0F7FF; }
                                .feature-bg-purple { background: #F5F3FF; }
                                .feature-bg-teal   { background: #F0FDFA; }
                                .feature-bg-amber  { background: #FFFBEB; }

                                /* Icona grande feature */
                                .feature-icon-xl-blue {
                                                background: #DBEAFE;
                                                width: 64px;
                                                height: 64px;
                                                font-size: 2rem;
                                }
                                .icon-lg {
                                                width: 56px;
                                                height: 56px;
                                                font-size: 1.6rem;
                                }

                                /* ─── PROGRESS BARS ───────────────────────────────── */
                                .progress-fill-85 { width: 85%; height: 100%; }
                                .progress-fill-70 { width: 70%; height: 100%; }
                                .progress-gradient { background: linear-gradient(90deg, #7C3AED, #2563EB); }

                                /* ─── NOTE E HIGHLIGHT ────────────────────────────── */
                                .note-box {
                                                background: #F8FAFC;
                                                border: 1px solid #E2E8F0;
                                }
                                .highlight-amber {
                                                background: #FFFBEB;
                                                border: 1px solid #FDE68A;
                                }
                                .highlight-blue {
                                                background: #EFF6FF;
                                                border: 1px solid #BFDBFE;
                                }

                                /* ─── STEP CIRCLES ────────────────────────────────── */
                                .step-blue   { background: #2563EB; }
                                .step-purple { background: #7C3AED; }
                                .step-teal   { background: #0D9488; }
                                .step-amber  { background: #D97706; }
                                .step-green  { background: #059669; }
                                .step-red    { background: #DC2626; }

                                /* ─── CARD VARIANTI ───────────────────────────────── */
                                .card-border-blue    { border: 2px solid #DBEAFE; }
                                .card-border-amber   { border: 3px solid #D97706; }
                                .card-highlight-blue {
                                                border: 2px solid #2563EB;
                                                position: relative;
                                                box-shadow: 0 4px 24px rgba(37, 99, 235, 0.12);
                                }
                                .card-gradient-blue-purple {
                                                border: 2px solid #DBEAFE;
                                                background: linear-gradient(135deg, #EFF6FF 0%, #F5F3FF 100%);
                                }
                                .card-cta-blue  { background: #6692f2; }
                                .card-success   { background: #F0FDF4; }
                                .card-dark      { background: #1E293B; color: #F1F5F9; }
                                .code-block {
                                                background: #0F172A;
                                                color: #34D399;
                                                min-width: 280px;
                                                border-radius: 1rem;
                                }

                                /* Strisce top card */
                                .card-top-stripe-blue {
                                                position: absolute; top: 0; left: 0; right: 0;
                                                height: 4px;
                                                background: #2563EB;
                                                border-radius: 1.5rem 1.5rem 0 0;
                                }
                                .border-top-blue  { border-top: 4px solid #2563EB; }
                                .border-top-amber { border-top: 4px solid #D97706; }

                                /* Banner "best" sulla card */
                                .card-best-banner {
                                                position: absolute;
                                                top: -14px; left: 50%;
                                                transform: translateX(-50%);
                                                background: linear-gradient(135deg, #2563EB, #7C3AED);
                                                color: #fff;
                                                font-size: 0.65rem;
                                                font-weight: 800;
                                                letter-spacing: 0.15em;
                                                padding: 4px 16px;
                                                border-radius: 999px;
                                                text-transform: uppercase;
                                }

                                /* ─── GRADIENTI ───────────────────────────────────── */
                                .gradient-blue-purple  { background: linear-gradient(135deg, #2563EB, #7C3AED); }
                                .gradient-teal-blue    { background: linear-gradient(135deg, #0D9488, #2563EB); }
                                .gradient-purple-blue  { background: linear-gradient(135deg, #7C3AED, #2563EB); }

                                /* ─── BADGE EXTRA ─────────────────────────────────── */
                                .badge-amber {
                                                background: #FEF3C7;
                                                color: #92400E;
                                }
                                .badge-green {
                                                background: #ECFDF5;
                                                color: #065F46;
                                }
                                .badge-amber, .badge-green {
                                                font-size: 0.7rem;
                                                font-weight: 700;
                                                letter-spacing: 0.15em;
                                                padding: 4px 14px;
                                                border-radius: 999px;
                                                display: inline-block;
                                                text-transform: uppercase;
                                }

                                /* ─── PILL (tag colorati) ─────────────────────────── */
                                .pill-blue   { background: #DBEAFE; color: #1D4ED8; }
                                .pill-purple { background: #EDE9FE; color: #6D28D9; }
                                .pill-teal   { background: #CCFBF1; color: #0F766E; }
                                .pill-amber  { background: #FEF3C7; color: #92400E; }

                                /* ─── GLOW CIRCLE (sezione persone) ──────────────── */
                                .glow-circle-amber {
                                                position: absolute;
                                                width: 240px; height: 240px;
                                                background: radial-gradient(circle, #FEF3C7, transparent);
                                                border-radius: 50%;
                                                top: 50%; left: 50%;
                                                transform: translate(-50%, -50%);
                                }

                                /* ─── LOGO IMMAGINI ───────────────────────────────── */
                                .logo-img    { height: 60px; width: auto; border-radius: 6px; display: block; }
                                .logo-img-sm { height: 52px; width: auto; border-radius: 8px; display: block; }

                                /* ─── LINK UTILITY ────────────────────────────────── */
                                .link-inline-flex { display: inline-flex; align-items: center; text-decoration: none; }
                                .link-block       { text-decoration: none; display: inline-block; margin-bottom: 8px; }
        
