.page{flex-direction:column;width:100%;max-width:100%;min-height:100svh;display:flex;position:relative;overflow-x:hidden}.page>main,.page #primary-content-anchor{flex:1;min-width:0;max-width:100%;overflow-x:hidden}.skip-link{z-index:10060;color:#fff;background:var(--color-navy,#0b101c);border:1px solid #fff3;border-radius:10px;align-items:center;min-height:44px;padding:.65rem 1rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;position:absolute;top:0;left:.75rem;transform:translateY(-120%)}.skip-link:focus{outline:3px solid var(--color-electric,#1145ff);outline-offset:2px;transform:translateY(.65rem);box-shadow:0 8px 28px #0b101c40}#primary-content-anchor:focus-visible{outline:2px solid var(--color-electric,#1145ff);outline-offset:.35rem}.page--tenant-app .dashboard-sidebar{top:1rem}@media (width<=900px){.page--tenant-app .dashboard-sidebar--drawer{top:0}}.site-header{box-sizing:border-box;z-index:50;background:#fff;border-bottom:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:none;margin:0;padding:.85rem max(1.25rem,50% - 600px);display:flex;position:sticky;top:0;overflow-x:hidden;box-shadow:0 8px 28px #0b101c0f}.site-header:after{content:"";background:var(--gradient-energy);opacity:.95;height:2px;position:absolute;bottom:0;left:0;right:0}.gioxe-logo{max-width:100%}.site-header-brand{color:inherit;align-items:center;min-width:0;max-width:min(12.5rem,52vw);text-decoration:none;display:inline-flex}.site-header-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.site-header-search{align-items:center;gap:.25rem;min-width:0;display:flex}.site-header-search input[type=search]{border:1px solid var(--color-border,#e2e8f0);width:clamp(7.5rem,14vw,11rem);min-height:40px;font:inherit;box-sizing:border-box;background:#fff;border-radius:10px;padding:.4rem .65rem;font-size:.875rem}.site-header-search input[type=search]:focus{outline:2px solid var(--color-electric,#1145ff);outline-offset:1px}.site-header-search-btn{border:1px solid var(--color-border,#e2e8f0);min-width:40px;min-height:40px;color:var(--color-deep-blue,#0a0a0a);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-header-search-btn:hover,.site-header-search-btn:focus-visible{border-color:var(--color-electric,#1145ff);color:var(--color-electric,#1145ff)}.site-header-search-toggle{border:1px solid var(--color-border,#e2e8f0);min-width:44px;min-height:44px;color:var(--color-deep-blue,#0a0a0a);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0;display:none}.site-footer-brand-row{justify-content:center;width:100%;margin:0;display:flex}.site-footer-brand{width:auto;max-width:max-content;color:inherit;justify-content:center;align-items:center;min-height:2.75rem;padding:.15rem .35rem;text-decoration:none;display:inline-flex}.site-nav{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 1.75rem;font-size:.8125rem;font-weight:600;display:flex}.site-nav-link{color:var(--color-text-muted);white-space:nowrap;text-decoration:none}.site-nav-link:hover{color:var(--color-electric)}.site-nav-link.is-active{color:var(--color-electric);font-weight:600;position:relative}.site-nav-link.is-active:after{content:"";background:linear-gradient(90deg, var(--color-electric), var(--color-cyan));border-radius:2px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.page-hero{text-align:center;max-width:640px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,2.5rem) clamp(1rem,3vw,1.5rem)}.page-hero-title{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:700}.page-hero-lead{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:1.0625rem;line-height:1.6}.faq-section{max-width:36rem;margin-left:auto;margin-right:auto}.faq-section-lead{text-align:center;max-width:36rem;color:var(--color-text-muted);margin:0 auto 1.5rem;font-size:1rem;line-height:1.55}.faq-list{flex-direction:column;gap:.65rem;display:flex}.faq-item{border:1px solid var(--color-border);background:#fffffff5;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0b101c0a}.faq-item[open]{border-color:#0d948859;box-shadow:0 4px 16px #0d94881a}.faq-item-summary{cursor:pointer;font-family:var(--font-heading);color:var(--color-navy);-webkit-tap-highlight-color:transparent;padding:1rem 2.5rem 1rem 1.15rem;font-size:clamp(.95rem,2.8vw,1.05rem);font-weight:700;line-height:1.4;list-style:none;position:relative}.faq-item-summary::-webkit-details-marker{display:none}.faq-item-summary:after{content:"+";color:#0d9488;font-size:1.25rem;font-weight:700;line-height:1;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.faq-item[open] .faq-item-summary:after{content:"−"}.faq-item-summary:hover{background:#f0fdfaa6}.faq-item-summary:focus-visible{outline:2px solid var(--color-cyan);outline-offset:-2px}.faq-item-answer{color:var(--color-text);border-top:1px solid #e2e8f0e6;padding:0 1.15rem 1.1rem;font-size:.9375rem;line-height:1.6}.faq-item-answer p{margin:.75rem 0 0}.faq-item-answer p:first-child{margin-top:.65rem}.faq-item-answer a{color:var(--color-electric);font-weight:600;text-decoration:none}.faq-item-answer a:hover{text-decoration:underline}.faq-section-more{text-align:center;margin:1.25rem 0 0;font-size:.9375rem}.faq-section-more a{color:var(--color-electric);font-weight:700;text-decoration:none}.faq-section-more a:hover{text-decoration:underline}.faq-section--pricing{max-width:38rem}.why-gioxe-tagline{text-align:center;max-width:42rem;font-family:var(--font-heading);color:var(--color-navy);margin:0 auto 1rem;font-size:clamp(1.05rem,2.8vw,1.2rem);font-weight:700;line-height:1.45}.why-gioxe-lead{text-align:center;max-width:40rem;color:var(--color-text-muted);margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.0625rem);line-height:1.65}.why-gioxe-closer a{color:var(--color-electric);font-weight:600;text-decoration:none}.why-gioxe-closer a:hover{text-decoration:underline}.why-gioxe-inner{box-sizing:border-box;flex-direction:column;gap:clamp(1.5rem,3vw,2rem);width:100%;max-width:1200px;margin:0 auto;display:flex}.why-gioxe-grid{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(1.5rem,3vw,2.5rem);width:100%;margin:0;padding:0;list-style:none;display:grid}.why-gioxe-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.why-gioxe-card{box-sizing:border-box;border-radius:calc(var(--radius-card,20px) - 2px);border:1px solid var(--color-border);background:linear-gradient(165deg,#fffffffa 0%,#f0fdfa73 100%);flex-direction:column;min-width:0;height:100%;padding:1.65rem 1.15rem;display:flex;box-shadow:0 6px 24px #1145ff0f}.why-gioxe-card--highlight{background:linear-gradient(165deg,#e6fcfdf2 0%,#ccfbf159 100%);border-color:#0d948866;box-shadow:0 8px 28px #0d94881f}.why-gioxe-card-icon{color:#0f766e;background:#ccfbf1a6;border:1px solid #0d948833;border-radius:12px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.75rem;display:inline-flex}.why-gioxe-card-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 .45rem;font-size:1.02rem;font-weight:700;line-height:1.3}.why-gioxe-card-text{color:var(--color-text);flex:1;margin:0;font-size:.9rem;line-height:1.55}.why-gioxe-closer{text-align:center;max-width:40rem;color:var(--color-text-muted);margin:0 auto;font-size:.95rem;line-height:1.6}.why-gioxe-links{text-align:center;margin:0;font-size:.9375rem}.why-gioxe-links a{color:var(--color-electric);font-weight:700;text-decoration:none}.why-gioxe-links a:hover{text-decoration:underline}.why-gioxe-actions{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.75rem;width:100%;max-width:44rem;margin:0 auto;display:flex}.why-gioxe-actions .btn{text-align:center;white-space:normal;flex:11.5rem;justify-content:center;align-items:center;width:auto;max-width:15.5rem;min-height:2.75rem;padding-left:.85rem;padding-right:.85rem;line-height:1.25}.why-gioxe-section--in-pricing{padding-top:0}.claim-system{background:#fff;padding-top:clamp(2rem,5vw,3.25rem);padding-bottom:clamp(2.5rem,6vw,3.75rem)}.claim-system-kicker{text-align:center;font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;color:var(--color-electric);margin:0 auto .65rem;font-size:.72rem;font-weight:700}.claim-system .section-heading-center{margin-bottom:1.15rem}.claim-system-lead{text-align:center;max-width:36rem;color:var(--color-text-muted);margin:0 auto 1.75rem;font-size:clamp(1rem,2.4vw,1.125rem);line-height:1.6}.claim-system-rhythm{flex-wrap:wrap;justify-content:center;gap:.5rem .35rem;max-width:36rem;margin:0 auto 2.25rem;padding:0;list-style:none;display:flex}.claim-system-rhythm li{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;font-size:clamp(.95rem,2.4vw,1.15rem);font-weight:700}.claim-system-rhythm li:not(:last-child):after{content:"·";color:var(--color-electric);margin-left:.7rem;font-weight:700}.claim-system-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.5rem);max-width:1200px;margin:0 auto;padding:0;list-style:none;display:grid}.claim-system-card{border-radius:calc(var(--radius-card,20px) - 2px);border:1px solid var(--color-border);background:linear-gradient(165deg,#fffffffa 0%,#f0fdfa66 100%);min-width:0;margin:0;padding:1.35rem 1.2rem 1.45rem;box-shadow:0 6px 24px #1145ff0f}.claim-system-card--campaign{background:linear-gradient(165deg,#0b101c 0%,#152238 100%);border-color:#1145ff47;box-shadow:0 12px 32px #0b101c38}.claim-system-card--campaign .claim-system-role{color:var(--color-cyan)}.claim-system-card--campaign .claim-system-text{color:#fff}.claim-system-role{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-electric);margin:0 0 .5rem;font-size:.7rem;font-weight:700}.claim-system-text{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-navy);margin:0;font-size:clamp(1.02rem,2.2vw,1.2rem);font-weight:700;line-height:1.35}@media (width<=640px){.claim-system-grid{grid-template-columns:1fr}.claim-system-card{padding:1.15rem 1rem 1.25rem}}.feature-idea-cta{box-sizing:border-box;background:linear-gradient(135deg,#e6fcfdfa 0%,#ccfbf18c 50%,#fffffff7 100%);border:1px solid #0d948859;border-radius:16px;align-items:flex-start;gap:1.15rem;width:100%;max-width:none;margin:0;padding:clamp(1.25rem,3vw,1.65rem) clamp(1.25rem,3vw,1.75rem);display:flex;box-shadow:0 10px 32px #0d948824,inset 0 1px #ffffffe6}.feature-idea-cta--compact{padding:1.1rem 1.15rem}.feature-idea-cta--banner{align-items:center}.feature-idea-cta--banner .feature-idea-cta-body{grid-template-columns:1fr auto;align-items:center;gap:.4rem 1.25rem;display:grid}.feature-idea-cta--banner .feature-idea-cta-title{grid-area:1/1;margin:0}.feature-idea-cta--banner .feature-idea-cta-lead{grid-area:2/1;margin:0}.feature-idea-cta--banner .feature-idea-cta-btn{white-space:nowrap;grid-area:1/2/span 2;align-self:center}.feature-idea-cta-icon{color:#0f766e;background:#ffffffe6;border:1px solid #0d948840;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex;box-shadow:0 4px 14px #0d948826}.feature-idea-cta--compact .feature-idea-cta-icon{border-radius:12px;width:2.75rem;height:2.75rem}.feature-idea-cta-body{flex:1;min-width:0}.feature-idea-cta-title{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;margin:0 0 .4rem;font-size:clamp(1.15rem,3.2vw,1.4rem);font-weight:800;line-height:1.25}.feature-idea-cta--compact .feature-idea-cta-title{font-size:1.1rem}.feature-idea-cta-lead{color:var(--color-text);margin:0 0 1rem;font-size:clamp(.9rem,2.5vw,.97rem);line-height:1.55}.feature-idea-cta--compact .feature-idea-cta-lead{margin-bottom:.85rem}.feature-idea-cta-btn{min-height:2.75rem;font-weight:700}@media (width<=720px){.feature-idea-cta--banner .feature-idea-cta-body{display:block}.feature-idea-cta--banner .feature-idea-cta-lead{margin:0 0 1rem}.feature-idea-cta--banner .feature-idea-cta-btn{white-space:normal;width:100%}}@media (width<=520px){.feature-idea-cta{text-align:center;flex-direction:column;align-items:stretch}.feature-idea-cta-icon{margin-left:auto;margin-right:auto}.feature-idea-cta-btn{justify-content:center;width:100%}}@media (width<=900px){.why-gioxe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.why-gioxe-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=720px){.why-gioxe-actions{flex-direction:column;align-items:center;max-width:18rem}.why-gioxe-actions .btn{white-space:normal;flex:none;width:100%;max-width:none}}.faq-page-body{max-width:720px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) clamp(2rem,5vw,3rem)}.faq-page-group{margin-bottom:2.25rem}.faq-page-group-title{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.1rem,3vw,1.25rem);font-weight:700}.faq-page-cta{text-align:center;max-width:520px;margin-left:auto;margin-right:auto}.faq-page-cta-text{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:1rem;line-height:1.55}.faq-page-cta-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.contatti-faq-hint{color:var(--color-text-muted);margin:1rem 0 0;font-size:.9375rem;line-height:1.5}.contatti-faq-hint a{color:var(--color-electric);font-weight:600;text-decoration:none}.contatti-faq-hint a:hover{text-decoration:underline}.pricing-section{max-width:1200px;margin:0 auto}.feature-card-top,.product-features-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.product-features-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.62rem;font-weight:700;display:inline-flex}.product-features-pill--shipped{color:#15803d;background:#22c55e1f}.product-features-pill--beta{color:#92400e;background:#d4af372e}.product-features-pill--planned{color:#475569;background:#94a3b833}.product-features{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) 3rem}.product-features-lead{text-align:center;max-width:40rem;color:var(--color-text-muted);margin:.75rem auto 2rem;font-size:1rem;line-height:1.55}.product-features-group{margin-bottom:2rem}.product-features-group-title{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);text-align:center;margin:0 0 1rem;font-size:.85rem;font-weight:700}.product-features-planned{border-top:1px solid var(--color-border);margin-top:2.5rem;padding-top:2rem}.product-features-planned-title,.product-features-tier-title{font-family:var(--font-heading);color:var(--color-navy);text-align:center;margin:0 0 1.25rem;font-size:1.15rem;font-weight:700}.features--home .product-features-tier-title{margin-top:.5rem}.product-features-tier--available{margin-bottom:0}.product-features-tier--planned{border-top:1px solid var(--color-border);margin-top:2.5rem;padding-top:2rem}.product-features-planned-lead{text-align:center;max-width:36rem;color:var(--color-text-muted);margin:-.5rem auto 1.5rem;font-size:.9375rem;line-height:1.55}.product-features--planned-only .product-features-tier--planned{border-top:none;margin-top:0;padding-top:0}.product-features--roadmap-home{padding-bottom:1.5rem}.features-grid.features-grid--center{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:clamp(1.25rem,3vw,2rem);display:flex}.features-grid.features-grid--center>li{box-sizing:border-box;flex:0 min(100%,18.75rem);width:100%;max-width:20rem}.pricing-modules-section{max-width:52rem;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) 2.5rem}.pricing-modules-lead{text-align:center;max-width:42rem;color:var(--color-text-muted);margin:.75rem auto 2rem;font-size:1rem;line-height:1.55}.pricing-modules-compare-wrap{-webkit-overflow-scrolling:touch;border-radius:var(--radius-card,20px);border:1px solid var(--color-border);background:#fff;width:fit-content;max-width:100%;margin:0 auto;overflow-x:auto;box-shadow:0 1px 3px #0b101c0f}.pricing-modules-compare{table-layout:auto;border-collapse:collapse;width:max-content;min-width:0;max-width:100%;font-size:.875rem;line-height:1.4}.pricing-modules-compare-col-feature{width:11.25rem}.pricing-modules-compare-col-plan--highlight{background:color-mix(in srgb, var(--color-electric) 8%, #fff)}.pricing-modules-compare thead{background:color-mix(in srgb, var(--color-navy) 4%, #fff)}.pricing-modules-compare th,.pricing-modules-compare td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:.65rem .75rem}.pricing-modules-compare tbody tr:last-child th,.pricing-modules-compare tbody tr:last-child td{border-bottom:none}.pricing-modules-compare-feature-col{text-align:left;color:var(--color-navy);word-wrap:break-word;width:11.25rem;max-width:12.5rem;padding-right:.65rem;font-weight:600}.pricing-modules-compare thead .pricing-modules-compare-feature-col{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.8125rem;font-weight:700}.pricing-modules-compare th.pricing-modules-compare-plan-col,.pricing-modules-compare td.pricing-modules-compare-plan-col{text-align:center;color:var(--color-navy);vertical-align:middle;padding-left:.4rem;padding-right:.4rem;font-weight:700}.pricing-modules-compare thead .pricing-modules-compare-plan-col{white-space:nowrap;width:4.85rem;min-width:4.85rem;max-width:5.25rem;height:2.75rem;font-size:.75rem;font-weight:700}.pricing-modules-compare-plan-label{text-align:center;white-space:nowrap;width:100%;line-height:1.2;display:block}.pricing-modules-compare-text{color:var(--color-navy);white-space:normal;font-size:.68rem;font-weight:700;line-height:1.2;display:block}.pricing-modules-compare-soon{letter-spacing:.02em;text-transform:uppercase;max-width:4.6rem;color:var(--color-azure,#008dff);white-space:normal;font-size:.62rem;font-weight:700;line-height:1.2;display:inline-block}.pricing-modules-compare-plan-col--highlight{background:color-mix(in srgb, var(--color-electric) 8%, #fff)}.pricing-modules-compare tbody .pricing-modules-compare-plan-col--highlight{background:color-mix(in srgb, var(--color-electric) 5%, #fff)}.pricing-modules-compare-yes{justify-content:center;align-items:center;display:inline-flex}.pricing-modules-compare-yes-icon{background:color-mix(in srgb, var(--color-electric) 18%, #fff);border:2px solid var(--color-electric);border-radius:50%;width:1.35rem;height:1.35rem;display:block;position:relative}.pricing-modules-compare-yes-icon:after{content:"";border:solid var(--color-electric);border-width:0 2px 2px 0;width:.35rem;height:.6rem;position:absolute;top:46%;left:50%;transform:translate(-50%,-55%)rotate(45deg)}.pricing-modules-compare-no{color:color-mix(in srgb, var(--color-text-muted) 55%, transparent);font-size:1.1rem;font-weight:400;line-height:1;display:inline-block}@media (width<=800px){.pricing-modules-compare-wrap{width:100%;max-width:100%}.pricing-modules-compare{min-width:36rem}.pricing-modules-compare-feature-col{z-index:1;background:#fff;min-width:9rem;position:sticky;left:0;box-shadow:4px 0 12px #0b101c0f}.pricing-modules-compare thead .pricing-modules-compare-feature-col{background:color-mix(in srgb, var(--color-navy) 4%, #fff);z-index:2}.pricing-modules-compare tbody .pricing-modules-compare-plan-col--highlight{background:color-mix(in srgb, var(--color-electric) 5%, #fff)}.pricing-modules-compare thead .pricing-modules-compare-plan-col--highlight{background:color-mix(in srgb, var(--color-electric) 8%, #fff)}}.pricing-modules-foot{text-align:center;color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.pricing-modules-foot a{color:var(--color-primary);font-weight:600}.product-feedback-survey{justify-content:center;padding:0 clamp(1rem,4vw,1.5rem) 3rem;display:flex}.product-feedback-survey-inner{box-sizing:border-box;background:linear-gradient(145deg,#1145ff0f,#00e5f214);border:1px solid #1145ff26;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:min(34rem,100%);margin:0 auto;padding:clamp(1.25rem,4vw,1.75rem);display:flex}.product-feedback-survey-icon{width:3rem;height:3rem;color:var(--color-primary);background:#1145ff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-feedback-survey-body{width:100%;min-width:0}.product-feedback-survey-title{font-family:var(--font-heading);color:var(--color-navy);text-align:center;margin:0 0 .5rem;font-size:clamp(1.1rem,2.8vw,1.3rem);font-weight:700;line-height:1.3}.product-feedback-survey-lead{color:var(--color-text-muted);text-align:center;margin:0 0 1.25rem;font-size:.9rem;line-height:1.55}.product-feedback-survey-form{flex-direction:column;gap:1rem;display:flex}.product-feedback-survey-label{color:var(--color-navy);margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.product-feedback-survey-field select,.product-feedback-survey-field textarea{border:1px solid var(--color-border);box-sizing:border-box;border-radius:10px;width:100%;padding:.65rem .75rem;font-size:1rem}.product-feedback-survey-submit{width:100%;min-height:44px}.product-feedback-survey-error{color:#b91c1c;margin:0;font-size:.875rem}.product-feedback-survey-ok{color:#047857;margin:0;font-size:.875rem}.product-feedback-survey--dashboard{max-width:40rem;padding:0 0 1.5rem}.product-feedback-survey-hint{color:var(--color-text-muted);margin:0;font-size:.8125rem;line-height:1.45}.product-feedback-survey-hint a{color:var(--color-primary)}.product-feedback-survey--pricing{padding-top:.5rem}.pricing-modules-included{color:var(--color-deep-blue);background:#1145ff0f;border:1px solid #1145ff1f;border-radius:10px;margin:0 0 1rem;padding:.65rem .75rem;font-size:.8125rem;line-height:1.45}.pricing-modules-included-label{color:var(--color-navy);font-weight:600}.plan-activation-notice{max-width:52rem;color:var(--color-navy);border-radius:var(--radius-card,16px);background:#0d948814;border:1px solid #0d948847;margin:0 auto 1.35rem;padding:1rem 1.15rem;font-size:.9rem;line-height:1.55}.plan-activation-notice-main{margin:0}.plan-activation-notice-detail{color:var(--color-text-muted);margin:.55rem 0 0;font-size:.85rem}.plan-activation-notice--public{border-left:4px solid var(--color-electric,#0d9488);padding-left:1.15rem}.pricing-legal-note{max-width:52rem;color:var(--color-text-muted);border-radius:var(--radius-card,16px);background:#0b101c0a;border:1px solid #0b101c14;margin:2rem auto 0;padding:1.25rem 1.35rem;font-size:.875rem;line-height:1.55}.pricing-legal-note-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 .75rem;font-size:.95rem;font-weight:600}.pricing-legal-note p{margin:0 0 .65rem}.pricing-legal-note p:last-child{margin-bottom:0}.pricing-legal-note a{color:var(--color-electric);font-weight:600}.pricing-features-note{text-align:center;max-width:36rem;color:var(--color-text-muted);margin:0 auto 2.5rem;padding:0 1.25rem;font-size:.95rem}.pricing-features-note a{color:var(--color-electric);font-weight:600}.product-capabilities-section{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) 3rem}.product-capabilities-header{text-align:center;max-width:42rem;margin:0 auto 2rem}.product-capabilities-title{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.product-capabilities-lead{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.55}.product-capabilities-group{margin-bottom:1.75rem}.product-capabilities-group-title{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 .85rem;font-size:.8rem;font-weight:700}.product-capabilities-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.product-capabilities-item{border:1px solid var(--color-border);background:#fff;border-radius:14px;padding:1.1rem 1.2rem;box-shadow:0 2px 10px #0b101c0a}.product-capabilities-item-head{justify-content:space-between;align-items:flex-start;gap:.65rem;margin-bottom:.45rem;display:flex}.product-capabilities-item-title{color:var(--color-navy);font-size:.98rem;font-weight:700;font-family:var(--font-heading);margin:0;line-height:1.3}.product-capabilities-item-text{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.5}.product-capabilities-item-link{color:var(--color-electric);margin-top:.65rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-block}.product-capabilities-item-link:hover{text-decoration:underline}.product-capabilities-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:.18rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.product-capabilities-pill--shipped{color:#15803d;background:#22c55e1f}.product-capabilities-pill--beta{color:#92400e;background:#d4af372e}.product-capabilities-pill--planned{color:#475569;background:#94a3b833}.product-capabilities-planned{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1.5rem}.product-capabilities-planned-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.pricing-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=1280px){.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=800px){.pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media (width>=801px){@supports (grid-template-rows:subgrid){.pricing-section .pricing-grid{gap:.65rem 1.1rem}.pricing-section .pricing-card{grid-template-rows:subgrid;grid-row:span 9;gap:0;display:grid}.pricing-section .pricing-card>.btn{margin-top:.35rem}}}.pricing-card{border:1px solid var(--color-border);border-radius:var(--radius-card,20px);background:#fff;flex-direction:column;gap:.7rem;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 8px 28px #0b101c0d}.pricing-card--highlight{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#1145ff,#00e5f2,#16f044) border-box;border:2px solid #0000;box-shadow:0 16px 40px #1145ff29,0 0 0 1px #00e5f214}.pricing-card--highlight:after{content:"";border-radius:var(--radius-card,20px) var(--radius-card,20px) 0 0;background:var(--gradient-energy);pointer-events:none;z-index:2;height:3px;position:absolute;top:0;left:0;right:0}.pricing-head{display:block}.pricing-badge-slot{align-items:center;min-height:1.85rem;display:flex}.pricing-cycle-slot{align-items:center;min-height:2.75rem;display:flex}.pricing-cycle-free{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.68rem;font-weight:700}.pricing-section .pricing-audience{min-height:2.9rem}.pricing-section .pricing-outcome{min-height:3.6rem}.pricing-section .pricing-price-note{min-height:1.2rem}.pricing-name{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-navy);margin:0;font-size:1.35rem;font-weight:700}.pricing-card--highlight .pricing-name{background:var(--gradient-energy) left bottom / 2.5rem 2px no-repeat;padding-bottom:.4rem}.pricing-recommended{letter-spacing:.04em;text-transform:uppercase;color:var(--color-navy);background:linear-gradient(135deg,#1145ff1f,#00e5f22e);border-radius:999px;margin:0;padding:.28rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.pricing-audience{color:var(--color-navy);margin:.35rem 0 0;font-size:.92rem;font-weight:600}.pricing-outcome{color:var(--color-text-muted,#475569);margin:.35rem 0 0;font-size:.9rem;line-height:1.45}.pricing-help{text-align:center;max-width:40rem;margin:2.5rem auto 0}.pricing-help-title{font-family:var(--font-heading);margin:0 0 .6rem;font-size:clamp(1.25rem,3vw,1.5rem)}.pricing-help-lead{margin:0 0 1.15rem;line-height:1.55}.pricing-help-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.pricing-price{font-family:var(--font-heading);color:var(--color-electric);margin:0;font-size:1.5rem;font-weight:700}.pricing-price-note{color:var(--color-text-muted);margin:0;font-size:.8125rem;font-weight:600}.pricing-cycle-switch{letter-spacing:.02em;text-transform:uppercase;min-height:44px;color:var(--color-text-muted);align-items:center;gap:.5rem;margin:0;font-size:.68rem;font-weight:700;display:flex}.pricing-cycle-switch span.is-active{color:var(--color-navy)}.pricing-cycle-switch-annual{flex-shrink:0;margin-left:.15rem;padding-left:.7rem}.pricing-cycle-switch-track{background:color-mix(in srgb, var(--color-navy) 14%, #fff);cursor:pointer;border:0;border-radius:999px;flex:0 0 4.85rem;width:4.85rem;min-width:4.85rem;height:1.45rem;min-height:1.45rem;padding:0;position:relative}.pricing-cycle-switch-track:after{content:"";position:absolute;inset:-.7rem -.35rem}.pricing-cycle-switch-track.is-annual{background:var(--color-electric)}.pricing-cycle-switch-knob{z-index:1;background:#fff;border-radius:50%;width:1.13rem;height:1.13rem;transition:transform .18s;position:absolute;top:.16rem;left:.16rem;box-shadow:0 1px 3px #0b101c33}.pricing-cycle-switch-track.is-annual .pricing-cycle-switch-knob{transform:translate(3.4rem)}.pricing-desc{color:var(--color-text-muted);flex-grow:0;margin:0;font-size:.9375rem}.pricing-points-wrap{flex-direction:column;flex:auto;gap:.35rem;margin:0;display:flex}.pricing-features,.pricing-limits{color:var(--color-navy);gap:.35rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:grid}.pricing-features li,.pricing-limits li{align-items:flex-start;gap:.55rem;display:flex}.pricing-features li:before,.pricing-limits li:before{content:"";background:var(--color-electric);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45em;box-shadow:0 0 0 2px #1145ff33}.pricing-card .btn{box-sizing:border-box;width:100%;margin-top:auto}.resources-section{max-width:900px;margin:0 auto}.resources-grid{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=700px){.resources-grid{grid-template-columns:repeat(3,1fr)}}.resources-card{border:1px solid var(--color-border);border-radius:var(--radius-card,20px);background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0b101c0f}.resources-card-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.resources-card-text{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.55}.resources-card-text a{color:var(--color-electric);font-weight:500;text-decoration:none}.resources-card-text a:hover{text-decoration:underline}.contact-section{max-width:560px;margin:0 auto}.contact-card{border:1px solid var(--color-border);border-radius:var(--radius-card,20px);background:#fff;padding:clamp(1.5rem,4vw,2rem);box-shadow:0 1px 3px #0b101c0f}.contact-card-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 1rem;font-size:1.2rem;font-weight:600}.foggetti-mark-inline{vertical-align:middle;border-radius:10px;margin-right:.5rem;display:inline-block;box-shadow:0 10px 22px #0b101c1f,0 0 0 1px #0b101c0f}.footer-foggetti-mark-inline{border-radius:12px;flex-shrink:0;display:inline-block;box-shadow:0 12px 24px #0b101c1f,0 0 0 1px #0b101c0f}.contact-line{color:var(--color-text-muted);margin:0 0 .65rem;font-size:.9375rem;line-height:1.5}.contact-line a{color:var(--color-electric);font-weight:500;text-decoration:none}.contact-line a:hover{text-decoration:underline}.contact-line-note{color:var(--color-text-muted);font-size:.8125rem}.contact-note{border-top:1px solid var(--color-border);color:var(--color-text-muted);margin:1.25rem 0 0;padding-top:1.25rem;font-size:.875rem;line-height:1.55}.contact-note a{color:var(--color-electric);font-weight:500;text-decoration:none}.contact-note a:hover{text-decoration:underline}.btn-sm{letter-spacing:.07em;text-transform:uppercase;min-height:44px;padding:.5rem 1.05rem;font-size:.75rem}.hero{text-align:center;box-sizing:border-box;width:100%;max-width:720px;margin:0 auto;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem) clamp(3rem,8vw,5rem);position:relative;overflow-x:hidden}.hero--brand{color:#fff;background:radial-gradient(70% 55% at 50% 32%,#1145ff47,#0000 62%),radial-gradient(45% 40% at 72% 28%,#a8ff121f,#0000 58%),radial-gradient(40% 36% at 22% 70%,#00e5f224,#0000 55%),#0b101c;width:100%;max-width:none;margin:0;padding:clamp(2.25rem,7vw,5.25rem) clamp(1.15rem,4vw,2.5rem) clamp(2.75rem,8vw,5.5rem);overflow:hidden}.hero--brand:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#00e5f238 0%,#1145ff24 42%,#0000 70%);width:min(100%,42rem);height:min(70%,24rem);position:absolute;top:28%;left:50%;transform:translate(-50%,-50%)}.hero-brand-inner,.hero-brand-copy,.hero-brand-cta{z-index:1;max-width:44rem;margin:0 auto;position:relative}.hero-brand-layout{z-index:1;grid-template-columns:minmax(0,1fr);align-items:center;gap:clamp(1.35rem,3.5vw,2.5rem);width:100%;max-width:1180px;min-height:clamp(18rem,52vh,28rem);margin:0 auto;display:grid;position:relative}.hero-brand-layout .hero-brand-copy,.hero-brand-layout .hero-brand-cta{width:100%;max-width:36rem;margin:0 auto}.hero-brand-visual{background:var(--gradient-energy);border-radius:20px;min-width:0;margin:0;padding:1px;box-shadow:0 22px 48px #00000061}.hero-brand-visual-img{aspect-ratio:3/2;object-fit:cover;border-radius:19px 19px 0 0;width:100%;height:auto;display:block}.hero-brand-visual-caption{color:#ffffffc7;text-align:center;margin:0;padding:.55rem .85rem .7rem;font-size:.78rem;line-height:1.4}@media (width>=900px){.hero-brand-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-template-areas:"copy visual""cta.";align-items:center;gap:1.15rem clamp(1.75rem,4vw,3.25rem)}.hero-brand-copy{grid-area:copy;align-self:center;margin:0}.hero-brand-visual{grid-area:visual;align-self:center}.hero-brand-cta{grid-area:cta;align-self:start;margin:0}.hero-brand-layout .hero-lead{margin-bottom:0}.hero-brand-visual-img{aspect-ratio:4/3}.hero--brand .hero-brand-layout .hero-actions{grid-template-columns:1fr 1fr;gap:.85rem;width:100%;max-width:none;margin:0;display:grid}.hero--brand .hero-brand-layout .hero-actions .btn{box-sizing:border-box;text-align:center;white-space:normal;width:100%;min-height:48px}.hero-brand-layout .hero-register-alt{text-align:left;margin-left:0;margin-right:0}}@media (width<=899px){.hero-brand-copy{order:1}.hero-brand-cta{order:2}.hero-brand-visual{order:3}.hero-brand-visual-img{max-height:14.5rem}}.hero--brand>*{z-index:1;position:relative}.hero-logo{margin-bottom:1.75rem}.hero-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-navy);margin:0 0 1.25rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:700;line-height:1.15}.hero-title-stack{flex-direction:column;align-items:center;gap:1.15rem;margin-bottom:1.35rem;display:flex}.hero--brand .hero-title{color:#fff}.hero-brand-word{justify-content:center;width:100%;line-height:1.2;display:flex}.hero-payoff{color:#fff;overflow-wrap:break-word;letter-spacing:-.02em;max-width:24em;font-size:clamp(1.15rem,3.6vw,1.75rem);font-weight:700;line-height:1.25;display:block}.hero-brand-word,.hero-title-stack{max-width:100%}.section-heading-center{font-family:var(--font-heading);color:var(--color-navy);text-align:center;letter-spacing:-.02em;overflow-wrap:break-word;background:var(--gradient-energy) center bottom / min(12rem, 55%) 2px no-repeat;max-width:40rem;margin:0 auto 2.75rem;padding-bottom:1.15rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;line-height:1.25}.features--home{background:linear-gradient(168deg,#f8fafc4d 0%,#eef2ffbf 38%,#e6fcfd80 72%,#f8fafc66 100%);padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(2.5rem,6vw,3.5rem)}.footer-cta{color:var(--color-deep-blue);background:#fff;border-top:none;padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem)}.footer-cta-inner{text-align:center;flex-direction:column;align-items:center;max-width:36rem;margin:0 auto;display:flex}.footer-cta .gioxe-wordmark-inline-img{max-width:min(10em,70vw);height:1.35em}.footer-cta-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-navy);background:var(--gradient-energy) center bottom / min(10rem, 48%) 2px no-repeat;text-align:center;margin:0 0 .75rem;padding-bottom:.85rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;line-height:1.25}.footer-cta-text{font-family:var(--font-body);color:var(--color-text-muted);text-align:center;max-width:34rem;margin:0 0 1.1rem;font-size:1.0625rem;line-height:1.65}.footer-cta .btn-primary{min-width:min(12.5rem,100%);box-shadow:0 8px 24px #1145ff59}.footer-cta-alt{color:var(--color-text-muted);text-align:center;margin:.65rem 0 0;font-size:.9375rem;line-height:1.55}.footer-cta-alt a{color:var(--color-electric);text-underline-offset:3px;font-weight:700;text-decoration:underline}.footer-cta-alt a:hover{color:var(--color-navy)}.funz-page-inner{max-width:640px;margin:0 auto}.funz-page-title{font-family:var(--font-heading);color:var(--color-navy);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.45rem,3.8vw,2rem);font-weight:700;line-height:1.2}.funz-page-lead{color:var(--color-text-muted);margin:0 0 1.75rem;font-size:1.0625rem;line-height:1.65}.funz-page-list{border:1px solid var(--color-border);border-radius:var(--radius-card,20px);background:#fff;margin:0;padding:0;list-style:none;overflow:hidden}.funz-page-list li{border-bottom:1px solid var(--color-border);color:var(--color-navy);padding:.9rem 1.25rem .9rem 2.75rem;font-size:.9375rem;font-weight:500;position:relative}.funz-page-list li:before{content:"";background:var(--color-electric);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%)}.funz-page-list li:last-child{border-bottom:none}.settori-page-inner{max-width:1040px;margin:0 auto}.settori-page-title{text-align:center;max-width:none}.settori-page-lead{text-align:center;max-width:40rem;margin:0 auto .75rem}.settori-grid-hint{text-align:center;max-width:40rem;font-family:var(--font-body);color:var(--color-text-muted);margin:0 auto 2rem;font-size:.9375rem;font-weight:500;line-height:1.45}.solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(1rem,2.5vw,1.85rem);margin:0;padding:0;list-style:none;display:grid}@media (width<=900px){.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.solutions-grid{grid-template-columns:1fr}}.solutions-cell{text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-card,20px);min-height:10rem;font-family:var(--font-heading);color:var(--color-navy);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.1rem;padding:clamp(1.25rem,3vw,2.1rem) clamp(.85rem,2.2vw,1.6rem);font-size:clamp(.88rem,1.5vw,1.05rem);font-weight:600;line-height:1.3;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 18px #0b101c0f}.solutions-cell:hover{border-color:#1145ff40;box-shadow:0 14px 36px #1145ff1a,0 0 0 1px #00e5f214}.solutions-cell--flip:hover{box-shadow:none;border-color:#0000}.solutions-cell--flip:hover .solutions-cell-face{box-shadow:0 14px 36px #1145ff1a,0 0 18px #1145ff14}.solutions-icon{color:var(--color-electric);filter:drop-shadow(0 4px 12px #1145ff2e);flex-shrink:0}.solutions-cell--photo{justify-content:flex-start;align-items:stretch;gap:0;min-height:0;padding:0;overflow:hidden}.solutions-cell--flip{box-shadow:none;perspective:1400px;background:0 0;border:0;overflow:visible}.solutions-cell-scene{width:100%;position:relative}.solutions-cell-inner{width:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;grid-template-columns:minmax(0,1fr);transition:transform .6s cubic-bezier(.4,.2,.2,1);display:grid}.solutions-cell.is-flipped .solutions-cell-inner{transform:rotateY(180deg)}.solutions-cell-face{box-sizing:border-box;border-radius:var(--radius-card,20px);backface-visibility:hidden;background:#fff;border:1px solid #0000;flex-direction:column;grid-area:1/1;width:100%;min-height:100%;display:flex;box-shadow:0 10px 28px #0b101c0f,0 0 18px #1145ff0f}.solutions-cell-face:before{content:"";border-radius:inherit;background:var(--gradient-energy);pointer-events:none;z-index:1;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solutions-cell-face--front{z-index:2;overflow:hidden;transform:rotateY(0)}.solutions-cell-face--back{text-align:left;cursor:pointer;pointer-events:none;z-index:1;gap:.15rem;padding:.85rem .85rem 1.1rem;transform:rotateY(180deg)}.solutions-cell.is-flipped .solutions-cell-face--front{pointer-events:none}.solutions-cell.is-flipped .solutions-cell-face--back{pointer-events:auto}.solutions-cell.is-flipped{z-index:2}.solutions-cell-back-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem .75rem;display:flex}.solutions-cell-back-name{min-height:44px;font-family:var(--font-heading);color:var(--color-navy);align-items:center;gap:.4rem;margin:0;font-size:.95rem;font-weight:700;line-height:1.25;display:flex}.solutions-cell-unflip{cursor:pointer;min-height:44px;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--color-electric);background:0 0;border:0;justify-content:center;align-items:center;gap:.35rem;margin:0;padding:0 .35rem;font-size:.75rem;font-weight:600;display:inline-flex}.solutions-cell-unflip:focus-visible,.solutions-cell-toggle:focus-visible{outline:2px solid var(--color-electric);outline-offset:2px}.solutions-cell-media{background:var(--color-navy,#0b101c);flex:auto;width:100%;min-height:8.75rem;display:block;overflow:hidden}.solutions-cell-img{object-fit:cover;object-position:center 35%;width:100%;height:8.75rem;display:block}.solutions-cell--flip .solutions-cell-img{height:100%;min-height:8.75rem}.solutions-cell-label{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.45rem;padding:.85rem .75rem 1.1rem;display:flex}.solutions-cell-name{flex-direction:column;align-items:center;gap:.4rem;display:flex}.solutions-cell-claim{max-width:22em;font-family:var(--font-body);color:var(--color-text-muted);margin:.15rem 0 0;font-size:.8125rem;font-weight:500;line-height:1.45}.solutions-cell-toggle{width:100%;min-height:100%;font:inherit;color:inherit;text-align:center;cursor:pointer;border-radius:inherit;background:0 0;border:0;flex-direction:column;flex:auto;align-items:stretch;margin:0;padding:0;display:flex}.solutions-cell-hint{min-height:44px;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--color-electric);justify-content:center;align-items:center;gap:.35rem;margin-top:.15rem;padding:0 .25rem;font-size:.75rem;font-weight:600;display:inline-flex}.solutions-cell-flip-icon{flex-shrink:0}.solutions-cell-benefits{flex-direction:column;flex:auto;gap:.5rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.solutions-cell-benefits li{font-family:var(--font-body);color:var(--color-text-muted);padding-left:1.05rem;font-size:.8125rem;font-weight:500;line-height:1.45;position:relative}.solutions-cell-benefits li:before{content:"";background:var(--color-electric);border-radius:50%;width:.4rem;height:.4rem;position:absolute;top:.5em;left:0}.solutions-cell-actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.85rem;display:flex}.solutions-cell-actions .btn{text-align:center;pointer-events:auto;flex:8rem;justify-content:center}@media (prefers-reduced-motion:reduce){.solutions-cell-scene,.solutions-cell-inner{transition:none}.solutions-cell-face--back{transform:none}.solutions-cell:not(.is-flipped) .solutions-cell-face--back{visibility:hidden}.solutions-cell.is-flipped .solutions-cell-inner{transform:none}.solutions-cell.is-flipped .solutions-cell-face--front{visibility:hidden}}.solutions-cell--photo .solutions-icon{width:1.75rem;height:1.75rem}@media (width>=700px){.solutions-cell-img{height:10rem}.solutions-cell--flip .solutions-cell-img{height:100%;min-height:10rem}}.btn-coming-soon{box-sizing:border-box;cursor:not-allowed;color:#fff;width:100%;font-family:var(--font-body);border-radius:var(--radius-btn,8px);background:linear-gradient(155deg,#00e5f2 0% 48%,#00b8c4 72%,#0e7490 100%);border:2px solid #0e7490;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;box-shadow:0 2px 10px #00e5f259,inset 0 0 0 1px #ffffff2e}.btn-coming-soon:disabled{opacity:1}.risorse-page-inner{text-align:center;max-width:640px;margin:0 auto}.resources-link-list{flex-wrap:wrap;justify-content:center;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.resources-link-pill{border:1px solid var(--color-border);color:var(--color-navy);background:#fff;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.risorse-note{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.55}.risorse-note a{color:var(--color-electric);font-weight:500;text-decoration:none}.risorse-note a:hover{text-decoration:underline}.contatti-page-inner{max-width:40rem;margin:0 auto}.register-page .contatti-page-inner{max-width:min(44rem,100% - 1.5rem)}.contatti-page-inner{background:linear-gradient(#ffffffdb 0%,#eef2ff8f 55%,#e6fcfd61 100%);border:1px solid #1145ff1f;border-radius:24px;padding:clamp(1.35rem,3.6vw,2.15rem);box-shadow:0 18px 46px #0b101c14,inset 0 0 0 1px #fff9}.contatti-page .page-hero-title,.contatti-page .page-hero-lead{text-align:center}.contatti-page .page-hero-lead{max-width:min(36rem,100%);margin-left:auto;margin-right:auto}.contact-form-success{background:linear-gradient(#f0fdf4f2,#dcfce78c);border:1px solid #16a34a59;border-radius:12px;margin:1.5rem 0 0;padding:1.25rem 1.35rem;box-shadow:0 2px 12px #16a34a14}.contact-form-success-title{font-family:var(--font-heading);color:#166534;margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.contact-form-success-text{color:#14532d;margin:0 0 1rem;font-size:.9375rem;line-height:1.55}.contact-success-reset{width:auto}.contact-alt-mail{font-weight:400}.contact-form{text-align:left;-webkit-backdrop-filter:blur(10px)saturate(140%);backdrop-filter:blur(10px)saturate(140%);background:linear-gradient(135deg,#1145ff16 0%,#00e5f211 100%);border:1px solid #1145ff2e;border-radius:18px;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;margin:2rem 0 0;padding:1.25rem 1.25rem 1.35rem;display:grid;box-shadow:0 10px 28px #0b101c14,inset 0 0 0 1px #ffffff8c}.contact-form--mfa-setup{grid-template-columns:1fr}@media (width<=680px){.contact-form{grid-template-columns:1fr}}.contact-field{flex-direction:column;gap:.35rem;display:flex}.contact-field--full,.contact-form-row{grid-column:1/-1}.contact-form-row{gap:inherit;grid-template-columns:1fr 1fr;min-width:0;display:grid}@media (width<=680px){.contact-form-row{grid-template-columns:1fr}}.password-field-inner{width:100%;position:relative}.password-field-inner input{box-sizing:border-box;width:100%;padding-right:2.85rem}.password-toggle-btn{width:2.35rem;height:2.35rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.password-toggle-btn:hover{color:var(--color-electric);background:#1145ff14}.password-toggle-btn:focus-visible{outline-offset:2px;outline:2px solid #1145ff8c}.contact-label{color:var(--color-navy);font-size:.8125rem;font-weight:600}.contact-required{color:var(--color-electric);font-weight:800}.contact-form input,.contact-form textarea,.contact-form select{font-family:var(--font-body);color:var(--color-deep-blue);background:#fffffff5;border:1px solid #94a3b8b3;border-radius:8px;padding:.65rem .85rem;font-size:.9375rem;box-shadow:0 1px #0b101c05}.contact-form input:hover,.contact-form textarea:hover,.contact-form select:hover{border-color:#1145ff73}.contact-form .otp-six .otp-six-input,.page--marketing .contact-form .otp-six .otp-six-input{opacity:0!important;box-shadow:none!important;color:#0000!important;background:0 0!important;border:0!important;outline:none!important;padding:0!important;position:absolute!important;inset:0!important}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline-offset:2px;border-color:#1145ffa6;outline:2px solid #1145ff8c;box-shadow:0 0 0 4px #1145ff1f,0 8px 24px #1145ff1f}.contact-form textarea{resize:vertical;min-height:120px}.contact-submit{grid-column:1/-1;justify-self:center;width:auto;min-width:12rem;max-width:22rem;padding-left:1.75rem;padding-right:1.75rem}.contact-form-hint{color:var(--color-text-muted);grid-column:1/-1;margin:0;font-size:.8125rem}.contact-form-hint a{color:var(--color-electric)}.contact-consent-label{cursor:pointer;flex-direction:row;grid-column:1/-1;align-items:flex-start;gap:.6rem;display:flex}.contact-consent-label input[type=checkbox]{flex-shrink:0;width:auto;margin-top:.2rem}.contact-consent-text{color:var(--color-text-muted);font-size:.8125rem;font-weight:400;line-height:1.45}.contact-form-error{color:#b42318;grid-column:1/-1;margin:0;font-size:.8125rem}.register-honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:0;padding:0;position:fixed;top:0;left:-100vw;overflow:hidden}.register-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.register-actions .contact-submit{margin:0}.register-actions .btn.login-google-btn{flex:100%}.register-alert-near-action{margin-top:.15rem;margin-bottom:.5rem}.register-main-fieldset{border:none;min-width:0;margin:0;padding:0;display:contents}.register-main-fieldset[disabled] .register-method-card,.register-main-fieldset[disabled] .register-change-method,.register-main-fieldset[disabled] .contact-field input,.register-main-fieldset[disabled] .contact-field textarea,.register-main-fieldset[disabled] .contact-field select,.register-main-fieldset[disabled] .contact-field button:not([type=submit]){opacity:.55;pointer-events:none}.register-method-intro{box-sizing:border-box;width:fit-content;max-width:100%;min-height:2.75rem;color:var(--color-navy);text-align:center;grid-column:1/-1;justify-content:center;align-items:center;margin:0 auto .85rem;padding:.55rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.15;display:flex}.register-method-grid{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem;margin-bottom:.65rem;display:grid}@media (width<=680px){.register-method-grid{grid-template-columns:1fr}}.register-method-card{text-align:left;width:100%;height:100%;min-height:7.75rem;font-family:var(--font-body);color:var(--color-deep-blue);cursor:pointer;box-sizing:border-box;background:#fffffffa;border:2px solid #1145ff38;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:1.15rem 1.2rem;font-size:.9375rem;line-height:1.45;transition:border-color .15s,box-shadow .15s,background .15s,transform .15s;display:flex}.register-method-card:hover{border-color:#1145ff80;transform:translateY(-1px);box-shadow:0 10px 28px #1145ff1f}.register-method-card:focus-visible{outline:2px solid var(--color-electric);outline-offset:3px}.register-method-card strong{font-family:var(--font-heading);color:var(--color-navy);font-size:1.0625rem;font-weight:700;line-height:1.25;display:block}.register-method-card span{color:var(--color-text-muted);flex:1;font-size:.875rem;font-weight:400;line-height:1.5}.register-change-method{color:var(--color-electric);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;grid-column:1/-1;justify-self:center;margin:0 0 .5rem;padding:0;font-size:.8125rem;font-weight:500;text-decoration:underline}.register-change-method:hover{color:var(--color-navy)}.login-api-hint{color:var(--color-deep-blue);background:linear-gradient(135deg,#fbbf241f 0%,#f59e0b14 100%);border:1px solid #f59e0b59;border-radius:12px;margin:0 0 1.25rem;padding:.85rem 1.1rem;font-size:.875rem;line-height:1.55}.login-api-hint--warn{background:linear-gradient(135deg,#ef44441a 0%,#f871710f 100%);border-color:#ef444447}.login-api-hint strong{color:var(--color-navy)}.login-api-hint-code{word-break:break-all;background:#0b101c0f;border-radius:4px;padding:.1rem .35rem;font-size:.8125rem}.login-google-block{flex-direction:column;align-items:stretch;width:100%;margin-bottom:.25rem;display:flex}.btn.login-google-btn{box-sizing:border-box;justify-content:center;align-items:center;gap:.65rem;width:100%;max-width:none;min-height:48px;margin:0;display:inline-flex}.login-google-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.login-google-hint{text-align:center;width:100%;margin-top:.65rem}.login-mfa-help,.login-resend-verify{background:#1145ff0a;border:1px solid #1145ff29;border-radius:10px;margin:.85rem 0 0;padding:.65rem .85rem}.login-mfa-help>summary,.login-resend-verify>summary{cursor:pointer;min-height:44px;color:var(--color-deep-blue);align-items:center;font-size:.9375rem;font-weight:600;line-height:1.4;list-style:none;display:flex}.login-mfa-help>summary::-webkit-details-marker{display:none}.login-resend-verify>summary::-webkit-details-marker{display:none}.login-mfa-help>summary:after,.login-resend-verify>summary:after{content:"+";color:var(--color-electric);margin-left:auto;padding-left:.75rem;font-weight:700}.login-mfa-help[open]>summary:after,.login-resend-verify[open]>summary:after{content:"–"}.login-mfa-help p,.login-mfa-help ol,.login-resend-verify p{color:var(--color-text-muted);margin:.65rem 0 0;font-size:.875rem;line-height:1.5}.login-mfa-help ol{padding-left:1.2rem}.login-mfa-help li+li{margin-top:.45rem}.login-mfa-panel .register-actions{flex-wrap:wrap;align-items:stretch;gap:.65rem;display:flex}.login-mfa-panel .register-actions .btn{min-height:44px}@media (width<=640px){.login-mfa-panel .register-actions .btn{flex:100%}}.login-oauth-divider{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin:1rem 0 1.25rem;font-size:.8125rem;font-weight:600;position:relative}.login-oauth-divider:before,.login-oauth-divider:after{content:"";background:#94a3b873;width:calc(50% - 3.5rem);height:1px;position:absolute;top:50%}.login-oauth-divider:before{left:0}.login-oauth-divider:after{right:0}.register-success-cta{margin:.85rem 0 .25rem}.register-google-email-note{color:var(--color-text-muted);background:#1145ff0f;border:1px solid #1145ff1f;border-radius:10px;grid-column:1/-1;margin:0;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.contact-card--below{margin-top:2.5rem}.text-accent{color:var(--color-electric)}.text-accent-cyan{color:var(--color-azure)}.hero-lead{font-family:var(--font-body);color:var(--color-text-muted);max-width:38rem;margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.hero--brand .hero-lead{color:#ffffffd1;max-width:36rem;min-height:5.75rem}.hero--brand .text-accent{color:#00e5f2}.hero--brand .text-accent-cyan{color:#a8ff12}.hero--brand .btn{letter-spacing:.08em;text-transform:uppercase;min-height:46px;padding:.85rem 1.7rem;font-size:.78rem;font-weight:700}.hero--brand .btn-secondary{color:#fff;background:0 0;border-color:#00e5f28c}.hero--brand .btn-secondary:hover{color:#fff;background:#00e5f21f;border-color:#00e5f2}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-register-alt{text-align:center;max-width:38rem;color:var(--color-text-muted);margin:1rem auto 0;font-size:.875rem;line-height:1.5}.hero--brand .hero-register-alt{color:#ffffff9e}.hero-register-alt a{color:var(--color-electric);font-weight:600;text-decoration:none}.hero--brand .hero-register-alt a{color:#00e5f2}.hero-register-alt a:hover{text-decoration:underline}.section{box-sizing:border-box;width:100%;max-width:100%;padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem);overflow-x:hidden}.section.faq-section{max-width:36rem;margin-left:auto;margin-right:auto}.section.faq-section.faq-section--pricing{max-width:38rem}.features-grid{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem);width:100%;max-width:1200px;margin:0 auto;padding:0;list-style:none;display:grid}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.features-grid{grid-template-columns:1fr}}.features-grid.features-grid--6{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.features-grid.features-grid--6{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.features-grid.features-grid--6{grid-template-columns:1fr}}@media (width<=720px){.site-header{flex-direction:column;align-items:stretch}.site-header-actions{justify-content:center;width:100%}.site-header-search-toggle{display:inline-flex}.site-header-search{flex:100%;order:-1;width:100%;display:none}.site-header-search.is-open{display:flex}.site-header-search input[type=search]{flex:auto;width:auto;min-height:44px}.site-nav{order:3;justify-content:center;gap:.5rem 1rem;font-size:.8125rem}.site-header .btn-sm{align-self:center}}.feature-card{text-align:center;border-radius:calc(var(--radius-card,20px) - 2px);background:#fffffff5;border:1px solid #e2e8f0f2;min-width:0;padding:1.65rem 1.15rem;transition:border-color .2s,box-shadow .22s,transform .22s;box-shadow:0 8px 28px #1145ff0f}.features--home .feature-card:hover{border-color:#1145ff52;transform:translateY(-3px);box-shadow:0 20px 44px #1145ff1f,0 0 0 1px #00e5f21f}.features--home .feature-card-top{justify-content:center;align-items:center;margin-bottom:.5rem}.features--home .feature-icon{margin-bottom:1rem;margin-left:auto;margin-right:auto;display:block}.feature-icon{color:var(--color-electric);filter:drop-shadow(0 6px 14px #1145ff33);margin-bottom:1rem}.feature-title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.feature-text{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.5}.audience-wrap{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.audience-card{border-radius:var(--radius-card);background:linear-gradient(150deg,#eef2fff2,#e6fcfdbf);border:1px solid #1145ff1f;padding:clamp(1.75rem,4vw,2.75rem) clamp(1.5rem,4vw,2.5rem);box-shadow:0 14px 40px #1145ff12}.section-title{font-family:var(--font-heading);color:var(--color-navy);text-align:center;margin:0 0 1.75rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.section-title--left{text-align:left}.audience-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem 1rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=900px){.audience-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.audience-grid{grid-template-columns:repeat(2,1fr)}}.audience-item{text-align:center;flex-direction:column;align-items:center;gap:.625rem;display:flex}.audience-icon{color:var(--color-electric)}.audience-label{font-family:var(--font-body);color:var(--color-deep-blue);font-size:.8125rem;font-weight:500;line-height:1.3}.value-wrap{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding-bottom:clamp(3rem,8vw,5rem)}.value-card{background:var(--color-navy);border-radius:var(--radius-card);padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,2.5rem)}.value-card--deep{background:linear-gradient(165deg,#0b101c 0% 42%,#152238 100%);border:1px solid #00e5f238;box-shadow:0 28px 56px #0b101c6b,inset 0 1px #ffffff0f,inset 0 -24px 48px #1145ff0f}.value-heading{font-family:var(--font-heading);color:#fff;text-align:center;max-width:36rem;margin:0 auto 2rem;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;line-height:1.25}.text-accent-on-dark{color:var(--color-electric)}.value-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem 1rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=800px){.value-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.value-grid{grid-template-columns:repeat(2,1fr)}}.value-item{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.value-icon{color:#fff}.value-label{font-family:var(--font-body);color:#ffffffeb;font-size:.875rem;font-weight:500}.site-footer{text-align:center;contain:layout style;background:#fff;border-top:none;width:100%;max-width:none;min-height:11.75rem;margin-top:auto;margin-left:0;margin-right:0;padding:2rem 1.25rem 2.25rem;position:relative}.site-footer:before{content:"";background:var(--gradient-energy);opacity:.95;height:2px;position:absolute;top:0;left:0;right:0}.site-footer-brand{justify-content:center;width:auto;max-width:max-content}.footer-copyright{font-family:var(--font-body);color:var(--color-text-muted);justify-content:center;align-items:center;width:100%;margin:.75rem 0 0;font-size:.8125rem;line-height:1.55;display:flex}.footer-foggetti-link{min-height:44px;color:inherit;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;padding:.15rem .35rem;text-decoration:none;display:inline-flex}.footer-foggetti-link:hover strong{text-decoration:underline}.footer-foggetti-link:focus-visible{outline:2px solid var(--color-electric);outline-offset:3px}.footer-copyright strong{color:var(--color-navy);font-weight:600}.footer-nav{font-family:var(--font-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;margin-top:1rem;font-size:.8125rem;display:flex}.footer-nav a{color:var(--color-electric);font-weight:600;text-decoration:none}.footer-nav a:hover{text-decoration:underline}.footer-legal{font-family:var(--font-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;margin-top:.75rem;font-size:.8125rem;display:flex}.footer-legal a{color:var(--color-electric);font-weight:500;text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-legal-sep{color:var(--color-border);-webkit-user-select:none;user-select:none}.footer-legal-action{font:inherit;cursor:pointer;color:var(--color-electric);background:0 0;border:0;margin:0;padding:0;font-weight:500;text-decoration:none}.footer-legal-action:hover{text-decoration:underline}.cookie-consent-banner{z-index:10050;padding:.75rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom,0px));pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-consent-banner__panel{pointer-events:auto;isolation:isolate;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);will-change:transform, opacity;background:#fff;border:1px solid #0000;border-radius:16px;width:100%;max-width:min(42rem,100%);min-height:9.25rem;padding:clamp(1rem,3.5vw,1.25rem);position:relative;transform:translateY(0);box-shadow:0 -8px 40px #0b101c1f,0 0 20px #1145ff14}.cookie-consent-banner--visible .cookie-consent-banner__panel{animation:.32s ease-out both cookie-consent-enter}@keyframes cookie-consent-enter{0%{opacity:0;transform:translateY(105%)}to{opacity:1;transform:translateY(0)}}.cookie-consent-banner__panel:before{content:"";border-radius:inherit;background:var(--gradient-energy);pointer-events:none;z-index:0;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cookie-consent-banner__panel>*{z-index:1;position:relative}.cookie-consent-banner__title{font-family:var(--font-heading);color:var(--color-navy);margin:0 0 .5rem;font-size:clamp(1rem,2.9vw,1.125rem)}.cookie-consent-banner__text{color:var(--color-text-muted,#475569);margin:0 0 1rem;font-size:.9375rem;line-height:1.5}.cookie-consent-banner__link{color:var(--color-primary,#1145ff);text-underline-offset:2px;font-weight:600}.cookie-consent-banner__actions{flex-wrap:wrap;align-items:stretch;gap:.65rem;display:flex}.cookie-consent-banner__btn{flex:auto;min-width:min(160px,100%);min-height:44px}@media (width<=420px){.cookie-consent-banner__actions{flex-direction:column}.cookie-consent-banner__btn{width:100%}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#00e5f2;margin:0 0 .65rem;font-size:clamp(.72rem,2.2vw,.82rem);font-weight:700}.hero-scope{letter-spacing:.02em;color:#ffffffd1;margin:.85rem 0 0;font-size:clamp(.82rem,2.4vw,.95rem);font-weight:600}.hero-tagline{color:#ffffffeb;margin:.9rem 0 0;font-size:clamp(.95rem,2.6vw,1.05rem);font-weight:600;line-height:1.4}.home-problem{text-align:center;max-width:44rem;margin-left:auto;margin-right:auto}.home-problem-tools{color:var(--color-navy);margin:0 0 1rem;font-weight:700}.home-problem-pain,.home-problem-close{color:var(--color-text-muted,#475569);margin:0 0 1rem;line-height:1.6}.home-problem-bridge{color:var(--color-navy);margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.home-journey-grid{grid-template-columns:1fr;gap:1.15rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}@media (width>=640px){.home-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.home-journey-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-journey-card{background:#fff;border-radius:18px;min-width:0;margin:0;padding:1.25rem 1.2rem 1.35rem;box-shadow:0 10px 28px #0b101c0f}.home-journey-card-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.home-journey-icon{color:#1145ff}.home-journey-title{margin:0 0 .4rem;font-size:1.1rem}.home-journey-lead{margin:0 0 .5rem;font-weight:600;line-height:1.4}.home-journey-text{color:var(--color-text-muted,#475569);margin:0;font-size:.95rem;line-height:1.55}.home-data-asset{padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem)}.home-data-asset-inner{color:#fff;background:radial-gradient(70% 50% at 20% 0,#1145ff38,#0000 58%),#0b101c;border-radius:22px;max-width:44rem;margin:0 auto;padding:clamp(1.6rem,4vw,2.5rem)}.home-data-heading{font-family:var(--font-heading);margin:0 0 1rem;font-size:clamp(1.45rem,4vw,2rem);line-height:1.2}.home-data-lead,.home-data-today,.home-data-tomorrow{color:#ffffffd6;margin:0 0 .85rem;line-height:1.6}.home-data-born,.home-data-close{margin:0 0 .85rem;font-size:1.1rem;font-weight:700}.home-data-bullets{margin:0 0 1.1rem;padding-left:1.15rem;line-height:1.7}.home-how-steps{gap:1rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}@media (width>=640px){.home-how-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.home-how-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}}.home-how-step{background:#fff;border-radius:16px;min-width:0;margin:0;padding:1.1rem 1rem 1.2rem;box-shadow:0 8px 22px #0b101c0d}.home-how-n{color:#fff;background:#1145ff;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;min-height:2rem;margin-bottom:.55rem;font-size:.9rem;font-weight:700;display:inline-flex}.home-how-step-title{margin:0 0 .4rem;font-size:1rem}.home-how-step-text{color:var(--color-text-muted,#475569);margin:0;font-size:.9rem;line-height:1.5}.settori-macro-grid{gap:1.15rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}@media (width>=720px){.settori-macro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.settori-macro-card{background:#fff;border-radius:18px;min-width:0;margin:0;padding:1.35rem 1.25rem 1.45rem;box-shadow:0 10px 28px #0b101c0f}.settori-macro-title{margin:0 0 .4rem;font-size:1.2rem}.settori-macro-lead{margin:0 0 .55rem;font-weight:600}.settori-macro-text{color:var(--color-text-muted,#475569);margin:0 0 .75rem;font-size:.95rem;line-height:1.55}.settori-macro-examples{color:var(--color-text-muted,#475569);margin:0;font-size:.85rem}.settori-closer{text-align:center;max-width:38rem;margin:2.5rem auto 0}.settori-closer-title{font-family:var(--font-heading);margin:0 0 .55rem;font-size:1.35rem}.contatti-start{text-align:center;background:#f6f8fc;border-radius:16px;margin:2.25rem 0 0;padding:1.35rem 1.2rem}@media (width<=639px){.home-how-step,.home-journey-card,.settori-macro-card{padding:1.1rem 1rem 1.2rem}}.product-screenshots{box-sizing:border-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,4vw,2.5rem);padding-right:clamp(1rem,4vw,2.5rem)}.product-screenshots-lead{text-align:center;max-width:42rem;color:var(--color-text-muted);margin:.75rem auto 2rem;font-size:clamp(.95rem,2.4vw,1.05rem);line-height:1.6}.product-screenshot-frame{background:#f8fafc;border:1px solid #0b101c1f;border-radius:12px;width:100%;display:block;overflow:hidden;box-shadow:0 12px 40px #0b101c14}.product-screenshot-frame--hero{border-radius:14px}.product-screenshot-frame--tile{aspect-ratio:16/10;position:relative}.product-screenshot-frame--tile .product-screenshot-img,.product-screenshot-zoom-btn.product-screenshot-frame--tile .product-screenshot-img{object-fit:cover;object-position:top left;width:100%;height:100%;position:absolute;inset:0}.product-screenshot-zoom-btn.product-screenshot-frame--tile{position:relative}.product-screenshot-img{vertical-align:middle;width:100%;height:auto;display:block}.product-screenshot-frame--hero .product-screenshot-img,.product-screenshot-zoom-btn.product-screenshot-frame--hero .product-screenshot-img{object-fit:unset;height:auto;position:static}.product-screenshot-caption{margin:0;padding:.85rem 0 0}.product-screenshot-caption-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.35rem;display:flex}.product-screenshot-title{font-family:var(--font-heading);color:var(--color-navy);margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.product-screenshot-desc{color:var(--color-text-muted);margin:0 0 .35rem;font-size:.92rem;line-height:1.55}.product-screenshot-disclaimer{color:#64748b;margin:0;font-size:.78rem;font-style:italic;line-height:1.4}.product-screenshot-plan-badge{letter-spacing:.02em;text-transform:uppercase;color:#0f766e;background:#0d94881f;border:1px solid #0d948840;border-radius:999px;flex:none;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.product-screenshots-featured{flex-direction:column;gap:1.25rem;display:flex}.product-screenshots-featured-main{margin:0}.product-screenshots-featured-copy{margin:0;padding:1rem 0 0}.product-screenshots-tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;flex-wrap:nowrap;gap:.65rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.product-screenshots-tab{scroll-snap-align:start;background:var(--color-surface);cursor:pointer;text-align:left;border:2px solid #0000;border-radius:10px;flex-direction:column;flex:none;align-items:stretch;gap:.4rem;min-width:min(140px,38vw);max-width:160px;padding:.45rem;transition:border-color .15s,box-shadow .15s;display:flex}.product-screenshots-tab:hover{border-color:#0d948859}.product-screenshots-tab.is-active{border-color:var(--color-electric,#0d9488);box-shadow:0 4px 16px #0d948826}.product-screenshots-tab:focus-visible{outline:2px solid var(--color-electric,#0d9488);outline-offset:2px}.product-screenshots-tab-thumb-wrap{aspect-ratio:16/10;border:1px solid #0b101c14;border-radius:6px;display:block;overflow:hidden}.product-screenshots-tab-thumb{object-fit:cover;object-position:top left;width:100%;height:100%;display:block}.product-screenshots-tab-label{color:var(--color-navy);font-size:.72rem;font-weight:600;line-height:1.25}.product-screenshots-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:2rem 0 0;display:flex}.product-screenshots-cta--center{margin-top:2.25rem}.product-screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(1rem,2.5vw,1.5rem);margin:0;padding:0;list-style:none;display:grid}.product-screenshots-grid>li{min-width:0;display:flex}.product-screenshot-card{background:var(--color-surface,#fff);box-sizing:border-box;border:1px solid #0b101c14;border-radius:14px;flex-direction:column;width:100%;height:100%;margin:0;padding:.75rem;display:flex}.product-screenshot-card--no-image,.product-screenshot-card--no-image .product-screenshot-caption{padding-top:.15rem}.product-screenshots--featured:has(.product-screenshots-featured-copy) .product-screenshots-featured-main:not(:has(.product-screenshot-zoom-btn)){flex-direction:column;justify-content:center;display:flex}.product-screenshots-tab:not(:has(.product-screenshots-tab-thumb-wrap)){min-height:2.75rem;padding-block:.65rem}.product-screenshot-card .product-screenshot-frame:not(.product-screenshot-zoom-btn),.product-screenshot-card .product-screenshot-zoom-btn{box-shadow:0 6px 20px #0b101c0f}.product-screenshot-card .product-screenshot-caption{flex-direction:column;flex:1;padding-top:.75rem;display:flex}.product-screenshot-card .product-screenshot-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;min-height:6.2em;display:-webkit-box;overflow:hidden}.product-screenshot-card .product-screenshot-disclaimer{margin-top:auto;padding-top:.35rem}.product-screenshot-card--compact .product-screenshot-title{font-size:.98rem}.product-screenshots--pricing .product-screenshots-grid{gap:clamp(1rem,2vw,1.35rem)}.product-screenshots-plan-group{border-bottom:1px solid #0b101c0f;margin-bottom:2.75rem;padding-bottom:.25rem}.product-screenshots-plan-group:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-screenshots-plan-heading{font-family:var(--font-heading);color:var(--color-navy);text-align:center;margin:0 0 1rem;font-size:1.1rem;font-weight:700}@media (width>=768px){.product-screenshots-featured{gap:1.5rem}.product-screenshots-tabs{flex-wrap:wrap;justify-content:center;overflow-x:visible}.product-screenshots-tab{min-width:130px}.product-screenshots--pricing .product-screenshots-grid,.product-screenshots--gallery .product-screenshots-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=479px){.product-screenshots-grid{grid-template-columns:1fr}.product-screenshots-cta .btn{justify-content:center;width:100%}}.product-screenshot-zoom-btn{cursor:zoom-in;text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:none;border-radius:12px;margin:0;padding:0;display:block;position:relative}.product-screenshot-zoom-btn:focus-visible{outline:2px solid var(--color-electric,#0d9488);outline-offset:3px}.product-screenshot-zoom-btn:hover .product-screenshot-zoom-hint,.product-screenshot-zoom-btn:focus-visible .product-screenshot-zoom-hint{opacity:1}.product-screenshot-zoom-hint{z-index:2;letter-spacing:.02em;text-transform:uppercase;color:#fff;opacity:0;pointer-events:none;background:#0b101cb8;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700;transition:opacity .15s;position:absolute;bottom:.55rem;right:.55rem}.product-screenshot-zoom-btn--hero{width:100%}.product-screenshot-lightbox{z-index:500;padding:max(.75rem, env(safe-area-inset-top,0px)) max(.75rem, env(safe-area-inset-right,0px)) max(.75rem, env(safe-area-inset-bottom,0px)) max(.75rem, env(safe-area-inset-left,0px));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b101cc7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.product-screenshot-lightbox-panel{background:#fff;border-radius:14px;flex-direction:column;width:min(96vw,1200px);max-height:min(96vh,960px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0b101c59}.product-screenshot-lightbox-head{border-bottom:1px solid #0b101c14;flex:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.product-screenshot-lightbox-title{font-family:var(--font-heading);color:var(--color-navy);margin:0;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:700;line-height:1.3}.product-screenshot-lightbox-body{-webkit-overflow-scrolling:touch;background:#f1f5f9;flex:auto;justify-content:center;align-items:flex-start;min-height:0;padding:.75rem;display:flex;overflow:auto}.product-screenshot-lightbox-img{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:min(72vh,820px);display:block;box-shadow:0 8px 32px #0b101c1f}.product-screenshot-lightbox-foot{border-top:1px solid #0b101c0f;flex:none;padding:.75rem 1rem 1rem}.product-screenshot-lightbox-foot .product-screenshot-desc{-webkit-line-clamp:unset;min-height:0;margin-bottom:.35rem;display:block;overflow:visible}@media (width<=479px){.product-screenshot-lightbox-panel{border-radius:12px;width:100%;max-height:100%}.product-screenshot-lightbox-img{max-height:min(58vh,640px)}.product-screenshot-zoom-hint{opacity:1}}.early-access-page{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--color-navy);width:100%}.early-access-kicker{letter-spacing:.22em;text-transform:uppercase;background:var(--gradient-energy);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:.75rem;font-weight:600}.early-access-headline{margin-top:.85rem;display:block}.early-access-split{box-sizing:border-box;background:radial-gradient(55% 48% at 18% 28%,#1145ff52,#0000 58%),radial-gradient(50% 42% at 84% 62%,#a8ff1229,#0000 56%),radial-gradient(42% 36% at 50% 100%,#00e5f21f,#0000 55%);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:clamp(1.5rem,4vw,3.25rem);width:100%;max-width:1200px;margin:0 auto;padding:clamp(1.75rem,5vw,4rem) clamp(1.15rem,4vw,2.5rem) clamp(2.5rem,6vw,4.5rem);display:grid}.early-access-split-copy{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex}.early-access-split-copy .hero-title-stack,.early-access-split-copy .hero-brand-word,.early-access-split-copy .gioxe-logo--hero{align-items:center;width:100%}.early-access-split-copy .gioxe-logo--hero{align-items:center}.early-access-split-copy .gioxe-logo--hero .gioxe-logo-x{width:clamp(5rem,14vw,8.25rem)}.early-access-split-copy .gioxe-logo--hero .gioxe-logo-word,.early-access-split-copy .gioxe-energy-line,.early-access-split-copy .gioxe-lockup-payoff{width:min(18rem,100%);max-width:100%;margin-left:auto;margin-right:auto}.early-access-split-copy .gioxe-lockup-payoff{text-align:center;white-space:nowrap}.early-access-split-copy .hero-title{text-align:center}.early-access-split-copy .hero-payoff{max-width:18em;margin-left:auto;margin-right:auto}.early-access-lead{color:#ffffffd1;text-align:center;max-width:32rem;margin:1.15rem auto 0}.early-access-form-card{isolation:isolate;box-sizing:border-box;background:linear-gradient(165deg,#1145ff33 0%,#0b101cf0 38%,#16f0440f 100%),#0b101c;border:1px solid #0000;border-radius:20px;flex-direction:column;justify-content:center;width:100%;min-width:0;max-width:none;height:100%;margin:0;padding:clamp(1.5rem,4vw,2rem);display:flex;position:relative;box-shadow:0 20px 50px #00000061,0 0 28px #1145ff1f,0 0 32px #16f0440f}.early-access-form-card:before{content:"";border-radius:inherit;background:var(--gradient-energy);pointer-events:none;z-index:0;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.early-access-form-card>*{z-index:1;position:relative}.early-access-form-title{font-family:var(--font-heading);color:#fff;margin:0 0 .85rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.early-access-energy-line{background:var(--gradient-energy);border:0;border-radius:99px;width:100%;height:2px;margin:0 0 1.4rem;display:block;position:relative;box-shadow:0 0 10px #00e5f259}.early-access-energy-line:after{content:"";pointer-events:none;background:radial-gradient(#ffffffc7 0%,#00e5f280 38%,#0000 72%);width:32%;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.early-access-form.contact-form{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-sizing:border-box;background:0 0;border:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;width:100%;min-width:0;max-width:100%;margin:0;padding:0}.early-access-form .contact-field{color:#fff;letter-spacing:.1em;text-transform:uppercase;min-width:0;max-width:100%;font-size:.72rem;font-weight:600}.early-access-form .contact-field>span:first-child{align-items:flex-end;min-height:1.2em;line-height:1.2;display:flex}.early-access-form .contact-required{color:var(--color-cyan);letter-spacing:0;text-transform:none;display:inline}.early-access-form input[type=text],.early-access-form input[type=email],.early-access-form select{box-sizing:border-box;letter-spacing:0;text-transform:none;color:#fff;background:#0a0a0a9e;border:1px solid #008dff6b;border-radius:10px;width:100%;min-width:0;max-width:100%;min-height:46px;font-size:1rem;font-weight:500;display:block;box-shadow:inset 0 0 0 1px #1145ff14}.early-access-form select{text-overflow:ellipsis;overflow:hidden}.early-access-form input[type=text]:hover,.early-access-form input[type=email]:hover,.early-access-form select:hover{border-color:#00e5f28c}.early-access-form input[type=text]:focus,.early-access-form input[type=email]:focus,.early-access-form select:focus{background-image:linear-gradient(#0a0a0aeb, #0a0a0aeb), var(--gradient-energy);background-origin:border-box;background-clip:padding-box,border-box;border-color:#0000;outline:none;box-shadow:0 0 0 3px #00e5f22e,0 8px 22px #1145ff2e}.early-access-form input::placeholder{color:#ffffff73}.early-access-form select option{background:var(--color-navy);color:#fff}.early-access-form input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #0b101c}.early-access-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #0b101c}.early-access-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #0b101c}.early-access-form .contact-consent-label{align-items:flex-start;min-height:44px;padding:.4rem 0}.early-access-form .contact-consent-label input[type=checkbox]{accent-color:#00e5f2;width:1.25rem;min-width:1.25rem;height:1.25rem;min-height:1.25rem;margin-top:.2rem}.early-access-form .contact-consent-text{overflow-wrap:break-word;color:#fffc;text-transform:none;letter-spacing:0;min-width:0;font-weight:500}.early-access-form .contact-consent-text .contact-required-wrap{white-space:nowrap}.early-access-form .contact-consent-text a{color:var(--color-cyan);font-weight:600;text-decoration:none}.early-access-form .contact-consent-text a:hover{color:var(--color-emerald);text-decoration:underline}.early-access-form .contact-form-error{color:#ff8a80}.early-access-form .btn-primary{background:var(--gradient-cta-growth);text-transform:uppercase;letter-spacing:.08em;justify-self:stretch;width:100%;max-width:none;min-height:46px;font-size:.78rem;font-weight:700;box-shadow:0 4px 18px #1145ff52,0 0 16px #00e5f22e}.early-access-form .btn-primary:hover:not(:disabled){background:var(--gradient-cta-growth);filter:brightness(1.06)}.early-access-form-card .contact-form-success{box-shadow:none;background:linear-gradient(#00d98b29 0%,#0b101c66 100%);border-color:#00d98b66;margin:0}.early-access-form-card .contact-form-success-title{color:var(--color-emerald)}.early-access-form-card .contact-form-success-text,.early-access-form-card .contact-form-hint{color:#ffffffd1}.early-access-form-card .contact-form-hint a{color:var(--color-cyan)}@media (width<=1100px){.early-access-form.contact-form{grid-template-columns:1fr}}@media (width<=900px){.early-access-split{grid-template-columns:1fr;align-items:start;gap:1.75rem}.early-access-form-card{height:auto}.early-access-split-copy{text-align:center}.early-access-split-copy .gioxe-logo--hero{align-items:center}.early-access-split-copy .gioxe-lockup-payoff,.early-access-split-copy .hero-title,.early-access-lead{text-align:center;margin-left:auto;margin-right:auto}}@media (width<=479px){.early-access-form-card{border-radius:16px;padding:1rem .85rem 1.35rem}.early-access-form .contact-submit{width:100%;min-height:46px}}html:has(.page--marketing){background-color:#fff;background-image:none}.page--marketing{color:var(--color-deep-blue);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:#fff}.page--marketing .page-hero-title{background:var(--gradient-energy) center bottom / min(10rem, 48%) 2px no-repeat;padding-bottom:.85rem}.page--marketing .feature-card,.page--marketing .why-gioxe-card,.page--marketing .claim-system-card:not(.claim-system-card--campaign),.page--marketing .faq-item,.page--marketing .solutions-cell:not(.solutions-cell--flip),.page--marketing .pricing-card,.page--marketing .product-features-card,.page--marketing .contact-card,.page--marketing .contact-form:not(.early-access-form),.page--marketing .product-feedback-survey-inner{isolation:isolate;background:#fff;border:1px solid #0000;position:relative;box-shadow:0 10px 28px #0b101c0f,0 0 18px #1145ff0f}.page--marketing .feature-card:before,.page--marketing .why-gioxe-card:before,.page--marketing .claim-system-card:not(.claim-system-card--campaign):before,.page--marketing .faq-item:before,.page--marketing .solutions-cell:not(.solutions-cell--flip):before,.page--marketing .pricing-card:before,.page--marketing .product-features-card:before,.page--marketing .contact-card:before,.page--marketing .contact-form:not(.early-access-form):before,.page--marketing .product-feedback-survey-inner:before{content:"";border-radius:inherit;background:var(--gradient-energy);pointer-events:none;z-index:0;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.page--marketing .feature-card>*,.page--marketing .why-gioxe-card>*,.page--marketing .claim-system-card:not(.claim-system-card--campaign)>*,.page--marketing .faq-item>*,.page--marketing .solutions-cell:not(.solutions-cell--flip)>*,.page--marketing .pricing-card>*,.page--marketing .product-features-card>*,.page--marketing .contact-card>*,.page--marketing .contact-form:not(.early-access-form)>:not(.register-honeypot),.page--marketing .product-feedback-survey-inner>*{z-index:1;position:relative}.page--marketing .why-gioxe-card-icon{color:var(--color-electric);background:#1145ff14;border-color:#00e5f247}.page--marketing .faq-item-summary:after{color:var(--color-cyan)}.page--marketing .faq-item[open]{box-shadow:0 12px 32px #1145ff1a,0 0 16px #00e5f214}.page--marketing .contact-form:not(.early-access-form){-webkit-backdrop-filter:none;backdrop-filter:none}.page--marketing .contact-label{letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:600}.page--marketing .contact-submit{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.page--marketing .hero--brand .btn-secondary{color:#fff;background:0 0;border-color:#00e5f28c}.page--marketing .hero--brand .btn-secondary:hover{color:#fff;background:#00e5f21f;border-color:#00e5f2}@media (width<=479px){.page--marketing .contact-form:not(.early-access-form){padding:1rem .85rem 1.35rem}.page--marketing .contact-submit{width:100%;min-height:46px}}.public-visual-mosaic-lead,.public-page-banner-caption,.contatti-visual-caption{text-align:center;max-width:36rem;color:var(--color-text-muted);margin:0 auto 1.35rem;font-size:1.02rem;line-height:1.55}.public-visual-mosaic-grid{grid-template-columns:1fr;gap:clamp(.85rem,2vw,1.25rem);margin:0;padding:0;list-style:none;display:grid}@media (width>=560px){.public-visual-mosaic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.public-visual-mosaic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.public-visual-tile{background:#fff;background-image:var(--gradient-energy);border-radius:18px;margin:0;padding:1px;overflow:hidden;box-shadow:0 10px 28px #0b101c12}.public-visual-tile-img{object-fit:cover;object-position:center 35%;background:var(--color-navy,#0b101c);border-radius:17px 17px 0 0;width:100%;height:11.5rem;display:block}.public-visual-tile-caption{font-family:var(--font-heading);color:var(--color-navy);background:#fff;border-radius:0 0 17px 17px;margin:0;padding:.7rem .85rem .85rem;font-size:.92rem;font-weight:600}.public-page-banner{max-width:920px;margin:0 auto 1.75rem;padding:0 clamp(1.15rem,4vw,2.5rem)}.public-page-banner-frame{background:var(--gradient-energy);background-color:var(--color-navy,#0b101c);border-radius:18px;padding:1px;overflow:hidden}.public-page-banner-img{object-fit:cover;aspect-ratio:21/9;background:var(--color-navy,#0b101c);border-radius:17px;width:100%;height:auto;max-height:16rem;display:block}.public-page-banner-caption{margin-top:.65rem;font-size:.88rem}.contatti-page:has(.contatti-visual-split) .contatti-page-inner{max-width:min(72rem,100% - 1.5rem)}.contatti-visual-split{grid-template-columns:1fr;align-items:start;gap:1.35rem;margin-top:.35rem;display:grid}.contatti-visual{order:2;margin:0}.contatti-visual-split .contact-form{order:1}.contatti-visual-img{object-fit:cover;aspect-ratio:3/2;border-radius:16px;width:100%;height:auto;max-height:16rem;display:block}.contatti-visual-caption{text-align:left;max-width:none;margin:.55rem 0 0;font-size:.88rem}@media (width>=860px){.contatti-visual-split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:1.75rem}.contatti-visual,.contatti-visual-split .contact-form{order:0;margin-top:0}.contatti-visual-img{max-height:none}}.early-access-visual{background:var(--gradient-energy);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:16px;width:100%;max-width:36rem;margin:1.15rem 0 0;padding:1px}.early-access-visual-img{border-radius:15px;width:100%;height:auto;display:block}:root{--color-navy:#0b101c;--color-deep-blue:#0a0a0a;--color-electric:#1145ff;--color-azure:#008dff;--color-cyan:#00e5f2;--color-emerald:#00d98b;--color-neon:#16f044;--color-lime:#a8ff12;--color-primary:var(--color-electric);--color-page:#fff;--color-border:#e2e8f0;--color-text-muted:#64748b;--color-surface-tint:#eef2ff;--color-surface-mint:#e6fcfd;--color-success:#00d98b;--color-warning:#f59e0b;--color-error:#ef4444;--gradient-primary:linear-gradient(135deg, #1145ff 0%, #008dff 52%, #00e5f2 100%);--gradient-primary-hover:linear-gradient(135deg, #0e3bd9 0%, #00b8c4 100%);--gradient-energy:linear-gradient(90deg, #1145ff 0%, #008dff 18%, #00e5f2 50%, #16f044 78%, #a8ff12 100%);--gradient-cta-growth:linear-gradient(135deg, #1145ff 0%, #008dff 38%, #00e5f2 72%, #00d98b 100%);--gradient-footer-cta:linear-gradient(155deg, #0b101c 0%, #111827 48%, #0b101c 100%);--font-heading:"Montserrat", system-ui, sans-serif;--font-body:"Montserrat", system-ui, sans-serif;--radius-btn:10px;--radius-card:20px;font-family:var(--font-body);color:var(--color-deep-blue);background-color:var(--color-page);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}html{background-color:#fff;max-width:100%;overflow-x:hidden}body{overscroll-behavior-x:none;touch-action:pan-y pinch-zoom;background-color:#fff;max-width:100%;margin:0;overflow-x:hidden}.gioxe-wordmark-inline-img{vertical-align:-.18em;object-fit:contain;width:auto;max-width:min(9.5em,100%);height:1.05em;display:inline-block}.gioxe-x-mark{object-fit:contain;display:block}.gioxe-logo{align-items:center;max-width:100%;display:inline-flex}.gioxe-logo-img{object-fit:contain;width:auto;max-width:100%;height:auto;display:block}.gioxe-logo--header .gioxe-logo-img{width:auto;height:clamp(1.7rem,4.2vw,2.15rem)}.gioxe-logo--footer .gioxe-logo-img{width:auto;height:2.05rem}.gioxe-logo--sidebar .gioxe-logo-img,.gioxe-logo--sidebar-strip .gioxe-logo-img{width:min(100%,11.5rem);height:auto}.gioxe-logo--hero{flex-direction:column;align-items:center;gap:.45rem;width:100%;line-height:1.2;display:flex}.gioxe-logo--hero .gioxe-logo-x{width:clamp(6.75rem,24vw,10.25rem);height:auto;display:block}.gioxe-logo--hero .gioxe-logo-word{width:min(20.5rem,86vw);height:auto;display:block}.gioxe-energy-line{background:linear-gradient(90deg,#0000 0%,#1145ff 12%,#008dff 22%,#00e5f2 50%,#16f044 80%,#a8ff12 90%,#0000 100%);border:0;border-radius:99px;width:min(20.5rem,86vw);height:2px;margin:.2rem 0 .05rem;display:block;position:relative;box-shadow:0 0 10px #00e5f247}.gioxe-energy-line:after{content:"";pointer-events:none;background:radial-gradient(#ffffffb8 0%,#00e5f27a 38%,#0000 72%);width:32%;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gioxe-card-energy{isolation:isolate;background:linear-gradient(165deg,#1145ff2e 0%,#0b101cf0 40%,#16f0440f 100%),#0b101c;border:1px solid #0000;position:relative;box-shadow:0 18px 44px #00000052,0 0 24px #1145ff1a,0 0 28px #16f0440d}.gioxe-card-energy:before{content:"";border-radius:inherit;background:var(--gradient-energy);pointer-events:none;z-index:0;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.gioxe-card-energy>*{z-index:1;position:relative}.gioxe-lockup-payoff{width:min(20.5rem,86vw);font-family:var(--font-heading);letter-spacing:.28em;text-align:center;text-transform:uppercase;white-space:nowrap;color:#ffffffe0;margin:0;padding:0;font-size:clamp(.5rem,1.35vw,.625rem);font-weight:500;line-height:1.25;display:block}.hero-title .gioxe-lockup-payoff{letter-spacing:.28em;color:#ffffffe0;font-size:clamp(.5rem,1.35vw,.625rem);font-weight:500}@media (width<=420px){.gioxe-lockup-payoff,.hero-title .gioxe-lockup-payoff{letter-spacing:.12em;font-size:.5rem}}.gioxe-logo--hero:not(.gioxe-logo--on-dark) .gioxe-lockup-payoff{color:var(--color-navy)}#root{width:100%;max-width:100%;min-height:100svh;text-align:initial;border:none;margin:0;display:block;overflow-x:hidden}.btn{font-family:var(--font-heading);letter-spacing:.01em;border-radius:var(--radius-btn);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn-primary{background:var(--gradient-cta-growth);color:#fff;border-color:#0000;box-shadow:0 2px 8px #1145ff47,0 0 12px #00e5f229,inset 0 0 0 1px #ffffff1f}.btn-primary:hover{background:var(--gradient-cta-growth);filter:brightness(1.06);box-shadow:0 6px 22px #1145ff61,0 0 18px #00e5f238,inset 0 0 0 1px #ffffff26}.btn-secondary{color:var(--color-electric);border-color:var(--color-electric);background:#fff}.btn-secondary:hover{border-color:var(--color-cyan);color:var(--color-deep-blue);background:linear-gradient(#eef2ffd9,#e6fcfd80)}.btn:focus-visible{outline:2px solid var(--color-electric);outline-offset:2px}.route-page-fallback{min-height:40vh;color:var(--color-text-muted);justify-content:center;align-items:center;gap:.65rem;padding:2rem 1rem;font-size:.9375rem;display:flex}.route-page-fallback-spinner{border:2px solid #1145ff33;border-top-color:var(--color-electric);border-radius:50%;width:1.1rem;height:1.1rem;animation:.75s linear infinite route-page-spin}@keyframes route-page-spin{to{transform:rotate(360deg)}}
