/* ═══════════════════════════════════════
  PALETTE  nero-blu / grigio / bianco / blu
  --nero-blu : #0e0e0e
  --blu   : #2563eb
  --blu-dark : #1d4ed8
  --grigio  : #6b7280
  --bianco  : #ffffff
═══════════════════════════════════════ */

/* ── FONT UNIVERSALE: Montserrat ── */
*, *::before, *::after,
html, body,
input, button, textarea, select, a {
 font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ── DARK SECTION BACKGROUNDS → nero-blu (index.html only) ── */
.section-hero,
.section-domain,
.section-social-proof,
.section-gallery,
.section-faq,
.section-cta,
.section-stats,
.stats-tagline,
.stats-row,
.footer,
.global-navigation.scrolled {
 background-color: #000 !important;
}

/* Dropdown mega menu */
.global-navigation__dropdown { background: #111 !important; border-color: rgba(255,255,255,0.08) !important; }

/* ── TEXT: bianco sulle sezioni scure ── */
.section-hero *,
.section-domain *,
.section-social-proof *,
.section-faq *,
.section-stats *,
.stats-tagline p,
.stats-row,
.footer * {
 color: #fff !important;
}

/* eccezioni semitrasparenti */
.section-faq .faq-body p    { color: rgba(255,255,255,0.6) !important; }
.stats-tagline p        { color: rgba(255,255,255,0.75) !important; }
.stat-label           { color: rgba(255,255,255,0.7) !important; }
.footer-col ul li a       { color: rgba(255,255,255,0.55) !important; }
.footer-col ul li a:hover    { color: #fff !important; }
.footer-legal a         { color: rgba(255,255,255,0.55) !important; }
.footer-legal a:hover      { color: #fff !important; }
.footer-copyright        { color: rgba(255,255,255,0.55) !important; }
.footer-time-note        { color: rgba(255,255,255,0.4) !important; }
.domain-form input       { color: #fff !important; }
.domain-form input::placeholder { color: rgba(255,255,255,0.4) !important; }
.domain-transfer,
.domain-transfer a       { color: rgba(255,255,255,0.65) !important; }
.ai-step__desc         { color: #6b7280 !important; }
.ai-step__link         { color: #374151 !important; }
.ai-step-arrow         { color: rgba(0,0,0,0.25) !important; }
.ai-footer-note         { color: #9ca3af !important; }
.section-ai .sub        { color: #6b7280 !important; }
.section-cta .sub        { color: rgba(255,255,255,0.8) !important; }

/* ── TEXT: nero-blu su superfici chiare ── */
body { color: #0e0e0e; font-size: 15px; }

/* body text grigio su fondo chiaro — headings restano dark via selettori h1-h6 */
p { color: #6b7280; font-size: 13px; }
li { color: #6b7280; }

.section-business,
.section-platform      { color: #0e0e0e !important; }
/* headings restano dark */
.section-business h2,
.section-platform h2,
.tab-item,
.business-card-content   { color: #0e0e0e !important; }
/* body copy grigio */
.section-business .sub,
.platform-header p       { color: #6b7280 !important; }

/* ── template.html: sfondo bianco nessun override dark ── */
.page-wrapper        { background: #fff !important; }
.templates-hero,
.templates-grid-wrapper,
.sidebar,
.templates-section,
.similar-section      { background: #fff !important; }

/* ── CTAs → stroke + fill blu on hover ── */

/* DARK BG: stroke bianco, testo bianco, hover riempie blu */
.homepage-hero__cta,
.lnd-cta--light,
.lnd-cta--solid {
 background: transparent !important;
 border: 1.5px solid rgba(255,255,255,0.85) !important;
 color: #fff !important;
}

/* LIGHT BG: solido nero → fill blu al hover */
.lnd-cta--black {
 background: #0e0e0e !important;
 border: 1.5px solid #0e0e0e !important;
 color: #fff !important;
}
.homepage-hero__cta::before,
.lnd-cta--light::before,
.lnd-cta--solid::before,
.lnd-cta--black::before {
 background: #2563eb !important;
 transform: scaleX(0) !important;
 transform-origin: left center !important;
 transition: transform 0.55s cubic-bezier(0.76,0,0.24,1) !important;
}
.homepage-hero__cta:hover::before,
.lnd-cta--light:hover::before,
.lnd-cta--solid:hover::before,
.lnd-cta--black:hover::before { transform: scaleX(1) !important; }
.homepage-hero__cta:hover,
.lnd-cta--light:hover,
.lnd-cta--solid:hover,
.lnd-cta--black:hover {
 color: #fff !important;
 border-color: #2563eb !important;
}

/* lnd-cta--dark su sfondo chiaro → stroke nero, hover blu */
.lnd-cta--dark {
 background: transparent !important;
 border: 1.5px solid #0e0e0e !important;
 color: #0e0e0e !important;
}
.lnd-cta--dark::before { background: #2563eb !important; }
.lnd-cta--dark:hover  { color: #fff !important; border-color: #2563eb !important; }

/* LIGHT BG: stroke nero-blu, testo nero-blu, hover riempie blu + testo bianco */
.btn-primary {
 background: transparent !important;
 border: 1.5px solid #0e0e0e !important;
 color: #0e0e0e !important;
}
.btn-primary::before { background: #2563eb !important; }
.btn-primary:hover  { color: #fff !important; border-color: #2563eb !important; }

/* btn-primary--blue: pieno blu, hover scuro */
.btn-primary--blue {
 background: #2563eb !important;
 border-color: #2563eb !important;
 color: #fff !important;
}
.btn-primary--blue::before { background: #1d4ed8 !important; }
.btn-primary--blue:hover  { color: #fff !important; border-color: #1d4ed8 !important; }

.btn-outline {
 background: transparent !important;
 border: 1.5px solid #0e0e0e !important;
 color: #0e0e0e !important;
}
.btn-outline::before { background: #2563eb !important; }
.btn-outline:hover  { color: #fff !important; border-color: #2563eb !important; }

.btn-white {
 background: transparent !important;
 border: 1.5px solid rgba(255,255,255,0.85) !important;
 color: #fff !important;
}
.btn-white::before { background: #2563eb !important; }
.btn-white:hover  { color: #fff !important; border-color: #2563eb !important; }

/* border-radius 5px + lift hover su tutte le CTA */
.homepage-hero__cta,
.lnd-cta--light,
.lnd-cta--solid,
.lnd-cta--dark,
.lnd-cta--black,
.btn-primary,
.btn-primary--blue,
.btn-outline,
.btn-white {
 border-radius: 5px !important;
 transition: color 0.45s cubic-bezier(0.76,0,0.24,1),
             border-color 0.45s cubic-bezier(0.76,0,0.24,1),
             transform 0.3s ease,
             box-shadow 0.3s ease !important;
}
.homepage-hero__cta:hover,
.lnd-cta--light:hover,
.lnd-cta--solid:hover,
.lnd-cta--dark:hover,
.lnd-cta--black:hover,
.btn-primary:hover,
.btn-primary--blue:hover,
.btn-outline:hover,
.btn-white:hover {
 transform: translateY(-2px) !important;
 box-shadow: 0 8px 22px rgba(37,99,235,0.28) !important;
}

/* NAV CTA: bianco solido → fill-from-left blu */
.global-navigation__cta {
 background: #fff !important;
 border: 1.5px solid #fff !important;
 color: #0e0e0e !important;
 border-radius: 5px !important;
 overflow: hidden !important;
 position: relative !important;
 isolation: isolate !important;
 transition: color 0.45s cubic-bezier(0.76,0,0.24,1),
             border-color 0.45s cubic-bezier(0.76,0,0.24,1),
             transform 0.3s ease,
             box-shadow 0.3s ease !important;
}
.global-navigation__cta::before {
 content: "" !important;
 position: absolute !important; inset: 0 !important;
 background: #2563eb !important;
 transform: scaleX(0) !important; transform-origin: left center !important;
 transition: transform 0.5s cubic-bezier(0.76,0,0.24,1) !important;
 z-index: -1 !important; display: block !important;
}
.global-navigation__cta::after { display: none !important; }
.global-navigation__cta:hover::before { transform: scaleX(1) !important; }
.global-navigation__cta:hover { color: #fff !important; border-color: #2563eb !important; transform: translateY(-2px) !important; box-shadow: 0 8px 22px rgba(37,99,235,0.28) !important; }
/* nav scura scrolled (index.html) */
.global-navigation.scrolled .global-navigation__cta {
 background: #fff !important;
 border-color: #fff !important;
 color: #0e0e0e !important;
}

/* ── Elementor button widget – site CTA animation ── */
/* Sfondo chiaro: stroke nero → fill blu al hover */
.elementor-element.cta-light .elementor-button {
 position: relative !important; overflow: hidden !important; isolation: isolate !important;
 background: transparent !important; border: 1.5px solid #0e0e0e !important;
 color: #0e0e0e !important; font-weight: 700 !important; text-transform: uppercase !important;
 letter-spacing: 0.08em !important; font-size: 14px !important; padding: 22px 40px !important;
 border-radius: 5px !important;
 transition: color 0.45s cubic-bezier(0.76,0,0.24,1), border-color 0.45s cubic-bezier(0.76,0,0.24,1), transform 0.3s ease, box-shadow 0.3s ease !important;
}
.elementor-element.cta-light .elementor-button::before {
 content: "" !important; position: absolute !important; inset: 0 !important;
 background: #2563eb !important; transform: scaleX(0) !important;
 transform-origin: left center !important; transition: transform 0.55s cubic-bezier(0.76,0,0.24,1) !important;
 z-index: -1 !important; display: block !important;
}
.elementor-element.cta-light .elementor-button::after { display: none !important; }
.elementor-element.cta-light .elementor-button:hover::before { transform: scaleX(1) !important; }
.elementor-element.cta-light .elementor-button:hover {
 color: #fff !important; border-color: #2563eb !important;
 transform: translateY(-2px) !important; box-shadow: 0 8px 22px rgba(37,99,235,0.28) !important;
}

/* Sfondo scuro: stroke bianco → fill blu al hover */
.elementor-element.cta-dark .elementor-button {
 position: relative !important; overflow: hidden !important; isolation: isolate !important;
 background: transparent !important; border: 1.5px solid rgba(255,255,255,0.85) !important;
 color: #fff !important; font-weight: 700 !important; text-transform: uppercase !important;
 letter-spacing: 0.08em !important; font-size: 14px !important; padding: 22px 40px !important;
 border-radius: 5px !important;
 transition: color 0.45s cubic-bezier(0.76,0,0.24,1), border-color 0.45s cubic-bezier(0.76,0,0.24,1), transform 0.3s ease, box-shadow 0.3s ease !important;
}
.elementor-element.cta-dark .elementor-button::before {
 content: "" !important; position: absolute !important; inset: 0 !important;
 background: #2563eb !important; transform: scaleX(0) !important;
 transform-origin: left center !important; transition: transform 0.55s cubic-bezier(0.76,0,0.24,1) !important;
 z-index: -1 !important; display: block !important;
}
.elementor-element.cta-dark .elementor-button::after { display: none !important; }
.elementor-element.cta-dark .elementor-button:hover::before { transform: scaleX(1) !important; }
.elementor-element.cta-dark .elementor-button:hover {
 color: #fff !important; border-color: #2563eb !important;
 transform: translateY(-2px) !important; box-shadow: 0 8px 22px rgba(37,99,235,0.28) !important;
}

/* ── ACCENTS → blu ── */
.tab-item.active  { background: rgba(37,99,235,0.1) !important; color: #2563eb !important; }
.tab-item:hover  { background: rgba(37,99,235,0.06) !important; }

.pricing-card.is-selected {
 border-color: #2563eb !important;
 box-shadow: 0 0 0 1px #2563eb !important;
}
.pricing-card__badge    { background: #2563eb !important; }
.product-category-pill   { background: #2563eb !important; }


.ai-card-label {
 background: linear-gradient(90deg, #fff 25%, #93c5fd 42%, #bfdbfe 60%, #fff 75%) !important;
 background-size: 200% auto !important;
}

.submenu-subcats__link:hover,
.submenu-subcats__link.is-active {
 color: #fff !important;
 background: rgba(37,99,235,0.18) !important;
}

/* ── NAV DROPDOWN universal (dark, centered, 780px) ── */
.global-navigation__dropdown {
 position: fixed !important;
 top: 80px !important;
 left: 50% !important;
 right: auto !important;
 transform: translateX(-50%) translateY(-8px) !important;
 width: 780px !important;
 background: #111 !important;
 border: 1px solid rgba(255,255,255,0.1) !important;
 border-top: none !important;
 border-radius: 0 0 12px 12px !important;
 box-shadow: 0 24px 60px rgba(0,0,0,0.55) !important;
 opacity: 0 !important;
 pointer-events: none !important;
 transition: opacity 0.25s cubic-bezier(0.76,0,0.24,1),
             transform 0.25s cubic-bezier(0.76,0,0.24,1) !important;
 z-index: 190 !important;
}
.global-navigation__nav-item.open .global-navigation__dropdown {
 opacity: 1 !important;
 transform: translateX(-50%) translateY(0) !important;
 pointer-events: all !important;
}
.global-navigation__solutions {
 display: flex !important;
 padding: 32px 36px 36px !important;
}
.global-navigation__solutions-submenu { display: flex !important; width: 100% !important; align-items: stretch !important; }

/* ── SUBMENU layout (single source of truth) ── */
/* Available: 780px dropdown − 36px×2 padding = 708px */
/* main-col 160 + subcats 240 + img-pane (flex:1, min 308px) = 708px ✓ */
.submenu-detail-cols { display: flex; gap: 0; flex: 1; }
.submenu-section { display: flex; flex: 1; gap: 0; align-items: stretch; }
.submenu-section--hidden { display: none !important; }
/* left column: Ristoranti / Professionisti */
.submenu-main-col { flex: 0 0 160px; }
.submenu-main-col__eyebrow { display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.submenu-main-col__list { list-style: none; }
.submenu-main-col__item { margin-bottom: 2px; }
.submenu-main-col__link { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; color: rgba(255,255,255,0.72); text-decoration: none; font-size: 15px; font-weight: 400; border-radius: 6px; transition: color 0.2s, background 0.2s; cursor: pointer; }
.submenu-main-col__link:hover,
.submenu-main-col__link.is-active { color: #fff !important; background: rgba(37,99,235,0.18) !important; }
.submenu-main-col__arrow { opacity: 0; transform: translateX(-6px); transition: opacity 0.2s, transform 0.2s; flex-shrink: 0; }
.submenu-main-col__link:hover .submenu-main-col__arrow,
.submenu-main-col__link.is-active .submenu-main-col__arrow { opacity: 1; transform: translateX(0); }
/* subcats column */
.submenu-subcats { flex: 0 0 240px; }
.submenu-subcats__eyebrow { display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.submenu-subcats__list { list-style: none; }
.submenu-subcats__item { margin-bottom: 2px; }
.submenu-subcats__link { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; color: rgba(255,255,255,0.72); text-decoration: none; font-size: 15px; font-weight: 400; border-radius: 6px; transition: color 0.2s, background 0.2s; cursor: pointer; }
.submenu-subcats__link:hover,
.submenu-subcats__link.is-active { color: #fff !important; background: rgba(37,99,235,0.18) !important; }
.submenu-subcats__arrow { opacity: 0; transform: translateX(-6px); transition: opacity 0.2s, transform 0.2s; flex-shrink: 0; }
.submenu-subcats__link:hover .submenu-subcats__arrow,
.submenu-subcats__link.is-active .submenu-subcats__arrow { opacity: 1; transform: translateX(0); }
/* image pane */
.submenu-img-pane { flex: 1; display: flex; justify-content: flex-end; align-items: flex-start; padding-left: 28px; }
.submenu-img-wrap { position: relative; width: 240px; min-height: 300px; height: 100%; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.submenu-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; opacity: 0; transition: opacity 0.4s cubic-bezier(0.76,0,0.24,1); }
.submenu-img-wrap img.active { opacity: 1; }

/* ── Floating support ── */
.float-support       { background: #2563eb !important; }
.float-support:hover    { background: #1d4ed8 !important; }
.support-panel__header   { background: #0e0e0e !important; }
.support-panel__status-dot { background: #4ade80 !important; }

/* ── FOOTER REDESIGN ── */
.footer {
 background: #000 !important;
 padding: 80px 40px 60px !important;
 border-top: 1px solid rgba(255,255,255,0.12) !important;
}
.footer-top {
 display: flex !important;
 gap: 80px !important;
 align-items: flex-start !important;
 border-bottom: none !important;
 padding-bottom: 0 !important;
}
.footer-brand { flex: 0 0 300px !important; }
.footer-logo { text-decoration: none !important; display: block !important; margin-bottom: 16px !important; }
.footer-logo .logo-wordmark { font-size: 18px !important; color: #fff !important; }
.footer-tagline {
 font-size: 14px !important; color: rgba(255,255,255,0.5) !important;
 line-height: 1.55 !important; letter-spacing: 0 !important; max-width: 260px;
}
.footer-cols { display: flex !important; flex: 1 !important; gap: 60px !important; }
.footer-col { flex: 1 !important; }
.footer-col h4 {
 font-size: 11px !important; font-weight: 700 !important;
 letter-spacing: 0.12em !important; text-transform: uppercase !important;
 color: rgba(255,255,255,0.35) !important; margin-bottom: 20px !important; line-height: normal !important;
}
.footer-col ul { list-style: none !important; }
.footer-col ul li { margin-bottom: 12px !important; }
.footer-col ul li a {
 font-size: 14px !important; color: rgba(255,255,255,0.6) !important;
 text-decoration: none !important;
 display: inline-flex !important; align-items: center !important; gap: 10px !important;
 position: relative !important;
 transition: color 0.25s !important;
}
.footer-col ul li a::after {
 content: '' !important;
 position: absolute !important;
 bottom: -2px !important; left: 0 !important;
 width: 100% !important; height: 1px !important;
 background: #fff !important;
 transform: scaleX(0) !important;
 transform-origin: left center !important;
 transition: transform 0.35s cubic-bezier(0.76,0,0.24,1) !important;
}
.footer-col ul li a:hover { color: #fff !important; }
.footer-col ul li a:hover::after { transform: scaleX(1) !important; }
.footer-col ul li a svg { width: 15px !important; height: 15px !important; flex-shrink: 0 !important; }
/* hide obsolete footer elements */
.footer-icann, .footer-bottom, .footer-time-note,
.footer-col-group, .footer-lang, .footer-copyright { display: none !important; }

.btpl-card__body {
	padding: 30px !important;
}

.cs-nav__badge {
	    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #2563eb !important;
    background: #2563eb4a !important;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 100px;
}

.cs-nav__badge-dot {
	background: #2563eb !important;
}

/* ── Cart icon ── */
.global-navigation__cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.2s;
}
.global-navigation__cart-icon:hover {
  background: rgba(255,255,255,0.12);
}
.global-navigation__cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  background: #2563eb;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  border-radius: 100px;
  pointer-events: none;
}
/* Light nav variant */
.global-navigation--light .global-navigation__cart-icon {
  color: #0e0e0e;
}
.global-navigation--light .global-navigation__cart-icon:hover {
  background: rgba(0,0,0,0.07);
}
.global-navigation--light.scrolled .global-navigation__cart-icon {
  color: #fff;
}
.global-navigation--light.scrolled .global-navigation__cart-icon:hover {
  background: rgba(255,255,255,0.12);
}
@media(max-width:768px){
  .global-navigation__cart-icon { display: none; }
}

/* ── Account icon ── */
.global-navigation__account-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: background 0.2s, opacity 0.2s;
  text-decoration: none;
}
.global-navigation__account-icon:hover {
  background: rgba(255,255,255,0.12);
  opacity: 1;
}
/* Light nav variant: icon dark before scroll */
.global-navigation--light .global-navigation__account-icon {
  color: #0e0e0e;
}
.global-navigation--light .global-navigation__account-icon:hover {
  background: rgba(0,0,0,0.07);
}
/* Once scrolled (dark), revert to white */
.global-navigation--light.scrolled .global-navigation__account-icon {
  color: #fff;
}
.global-navigation--light.scrolled .global-navigation__account-icon:hover {
  background: rgba(255,255,255,0.12);
}
@media(max-width:768px){
  .global-navigation__account-icon { display: none; }
}
@media(max-width:768px){
  .global-navigation__nav        { display: none !important; }
  .nav-search-form               { display: none !important; }
  .global-navigation__dropdown   { display: none !important; }
}
@media(max-width:768px){
  body { overflow-x: hidden; }
}

/* ══════════════════════════════════════
   CART DRAWER
══════════════════════════════════════ */
.cart-drawer { position: fixed; inset: 0; z-index: 400; pointer-events: none; }
.cart-drawer.open { pointer-events: all; }

.cart-drawer__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.cart-drawer.open .cart-drawer__overlay { opacity: 1; }

.cart-drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 400px; max-width: 100vw;
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.76,0,0.24,1);
  box-shadow: -20px 0 60px rgba(0,0,0,0.18);
  overflow: hidden;
}
.cart-drawer.open .cart-drawer__panel { transform: translateX(0); }

/* Head */
.cart-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  flex-shrink: 0;
}
.cart-drawer__title {
  font-size: 16px; font-weight: 700; color: #0e0e0e;
  letter-spacing: -0.2px; margin: 0;
}
.cart-drawer__close {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  color: #0e0e0e; border-radius: 50%;
  transition: background 0.2s;
}
.cart-drawer__close:hover { background: rgba(0,0,0,0.06); }

/* Body — scrollable */
.cart-drawer__body {
  flex: 1; overflow-y: auto;
  padding: 0;
}

/* Item list */
.cart-drawer__list { list-style: none; }
.cart-drawer__item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: relative;
}
.cart-drawer__item-img {
  flex-shrink: 0; width: 72px; height: 72px;
  border-radius: 8px; overflow: hidden; background: #f4f4f4;
}
.cart-drawer__item-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cart-drawer__item-info { flex: 1; min-width: 0; }
.cart-drawer__item-name {
  font-size: 14px; font-weight: 600; color: #0e0e0e;
  margin-bottom: 5px; line-height: 1.3;
}
.cart-drawer__item-name a { color: inherit; text-decoration: none; }
.cart-drawer__item-name a:hover { color: #2563eb; }
.cart-drawer__item-plan {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: rgba(37,99,235,0.1); color: #2563eb;
  padding: 3px 8px; border-radius: 100px;
  margin-bottom: 8px;
}
.cart-drawer__item-price {
  font-size: 15px; font-weight: 700; color: #0e0e0e;
}
.cart-drawer__item-remove {
  position: absolute; top: 16px; right: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  color: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: color 0.15s, background 0.15s;
  text-decoration: none;
}
.cart-drawer__item-remove:hover { color: #e53e3e; background: rgba(229,62,62,0.08); }

/* Totals */
.cart-drawer__totals {
  padding: 20px 28px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.cart-drawer__total-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; color: #0e0e0e; margin-bottom: 8px;
}
.cart-drawer__total-row strong { font-size: 18px; font-weight: 700; }
.cart-drawer__total-note {
  font-size: 11px; color: rgba(0,0,0,0.4);
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* Actions */
.cart-drawer__actions {
  padding: 16px 28px 28px; flex-shrink: 0;
}
.cart-drawer__checkout {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 16px;
  background: #0e0e0e; color: #fff;
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px;
  transition: background 0.2s;
  margin-bottom: 10px;
}
.cart-drawer__checkout:hover { background: #2563eb; color: #fff; }
.cart-drawer__view-cart {
  display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 14px;
  background: transparent; color: #0e0e0e;
  border: 1.5px solid #0e0e0e;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.cart-drawer__view-cart:hover { background: #0e0e0e; color: #fff; }

/* Empty state */
.cart-drawer__empty {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 16px;
  padding: 60px 28px; text-align: center;
  height: 100%;
}
.cart-drawer__empty p {
  font-size: 15px; color: rgba(0,0,0,0.4);
}
.cart-drawer__browse {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 28px;
  border: 1.5px solid #0e0e0e; color: #0e0e0e;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cart-drawer__browse:hover { background: #2563eb; color: #fff; border-color: #2563eb; }

/* Override WC default styles inside drawer */
.cart-drawer__body .woocommerce-mini-cart__empty-message,
.cart-drawer__body .woocommerce-mini-cart__total,
.cart-drawer__body .woocommerce-mini-cart__buttons { display: none !important; }

.ai-steps {
	gap: 26px;
}

.hero-checklist {
	margin-top: 50px !important;
}

.why-card__title {
	font-size: 28px !important;
	font-weight: 500 !important;
}

.elementor-458 .elementor-element.elementor-element-bd19836d .elementor-heading-title {
	font-family: 'Montserrat';
	font-weight: 500 !important;
}
/* ── Showcase carousel peek effect (sc-peek) ── */
.elementor-element.sc-peek .elementor-image-carousel-wrapper {
 overflow: visible !important;
}
.elementor-element.sc-peek .swiper {
 overflow: visible !important;
}
.elementor-element.sc-peek .swiper-slide {
 transform: scale(0.87) !important;
 opacity: 0.45 !important;
 transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), opacity 0.55s ease !important;
 border-radius: 8px;
 overflow: hidden;
}
.elementor-element.sc-peek .swiper-slide-active {
 transform: scale(1) !important;
 opacity: 1 !important;
}
.elementor-element.sc-peek .swiper-slide img {
 display: block;
 width: 100%;
 border-radius: 8px;
 box-shadow: 0 24px 64px rgba(0,0,0,0.14);
}
/* bullets */
.elementor-element.sc-peek .swiper-pagination {
 bottom: -32px !important;
}
.elementor-element.sc-peek .swiper-pagination-bullet {
 background: #d1d5db !important;
 opacity: 1 !important;
 width: 8px !important;
 height: 8px !important;
}
.elementor-element.sc-peek .swiper-pagination-bullet-active {
 background: #0e0e0e !important;
 transform: scale(1.35) !important;
}

/* Showcase header — CTA allineata a destra */
.elementor-element.elementor-element-sc_btn {
 margin-left: auto !important;
}

/* CTA nera /servizi/ — centra tutto */
.elementor-element-ddd161d4 {
 text-align: center !important;
 align-items: center !important;
}
.elementor-element-ddd161d4 .elementor-heading-title,
.elementor-element-ddd161d4 p {
 text-align: center !important;
}
.elementor-element-212bc462 {
 text-align: center !important;
}
.elementor-element-212bc462 .elementor-button-wrapper {
 text-align: center !important;
}
/* ── Editing Design page hero ─────────────────────────────── */
/* Kicker above hero title */
.ed-kicker .elementor-heading-title {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  color: #2563eb !important;
  margin-bottom: 20px !important;
}
/* Big hero H1 responsive clamp */
#ed000001 .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(52px, 9vw, 140px) !important;
  font-weight: 300 !important;
  letter-spacing: -4px !important;
  line-height: 1.02 !important;
  color: #ffffff !important;
}
/* CTA finale editing design — center */
#ed000080 {
  text-align: center !important;
}
#ed000080 .elementor-heading-title {
  font-size: clamp(36px, 5.5vw, 80px) !important;
  font-weight: 300 !important;
  letter-spacing: -2.5px !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
}
#ed000080 .elementor-button-wrapper {
  margin-top: 40px !important;
}

.ah-top {
	align-items: center !important;
}

.tps-hero {
	background: black !important;
}

.gb-base {
	background: white !important; 
}

.gc-hero {
	background: black !important; 
}

.gct-cta {
	background: black !important; 
}

.tps-tl {
	background: black !important;
}

.gcb-sc-r {
	background: white !important;
}

.tps-cmp-h2 {
	max-width: 630px !important;
}

.ah-desc {
	color: white !important;
}