.elementor-kit-6{--e-global-color-primary:#0B2545;--e-global-color-secondary:#D97706;--e-global-color-text:#1A1A1A;--e-global-color-accent:#F4A261;--e-global-color-brand_ink:#13315C;--e-global-color-brand_cream:#FAF7F2;--e-global-color-brand_stone:#E8E2D5;--e-global-color-brand_muted:#6B7280;--e-global-color-brand_white:#FFFFFF;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
 * Traslochi Matellica · Custom CSS globale
 * Incolla in Site Settings → Custom CSS (Elementor Pro)
 * ============================================================ */

:root {
  /* Brand palette */
  --brand-deep: #0b2545;
  --brand-ink: #13315c;
  --brand-warm: #d97706;
  --brand-warm-2: #f4a261;
  --brand-cream: #faf7f2;
  --brand-stone: #e8e2d5;
  --brand-text: #1a1a1a;
  --brand-muted: #6b7280;
  --brand-white: #ffffff;

  /* Shadow tokens */
  --shadow-card: 0 20px 40px -20px rgba(11, 37, 69, 0.18);
  --shadow-lift: 0 30px 60px -30px rgba(11, 37, 69, 0.35);
}

/* Tipografia: refinement Fraunces (optical size + softness) */
h1, h2, .has-fraunces {
  font-variation-settings: "opsz" 144, "SOFT" 50;
  letter-spacing: -0.015em;
}

/* Body smoothing */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Selezione testo */
::selection {
  background: var(--brand-warm);
  color: var(--brand-white);
}

/* Pulsanti — hover state più ricco */
.elementor-button:where(:not(.no-hover)) {
  transition: background-color 200ms ease, transform 200ms ease,
    box-shadow 200ms ease;
}
.elementor-button:where(:not(.no-hover)):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -8px rgba(217, 119, 6, 0.6);
}

/* Focus visible — anello ocra coerente con CTA brand */
a:focus-visible,
button:focus-visible,
.elementor-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--brand-warm);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Container — bordi arrotondati su tutte le immagini */
.elementor-element .elementor-widget-image img {
  border-radius: 16px;
}

/* Reveal animation friendly — rispetta reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
 * Classi utility custom — usabili dal pannello Advanced → CSS Classes
 * ============================================================ */

/* Hero eyebrow (testo piccolo maiuscolo color warm) */
.eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-warm);
}

/* Card brand standard */
.brand-card {
  background: var(--brand-white);
  border: 1px solid var(--brand-stone);
  border-radius: 16px;
  padding: 28px;
  transition: box-shadow 200ms ease, border-color 200ms ease,
    transform 200ms ease;
}
.brand-card:hover {
  border-color: rgba(217, 119, 6, 0.4);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

/* Icona dentro un quadratino crema (usato per Pillars, Services) */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand-cream);
  color: var(--brand-deep);
  box-shadow: inset 0 0 0 1px var(--brand-stone);
}
.icon-badge.icon-badge--warm {
  background: var(--brand-warm);
  color: var(--brand-white);
  box-shadow: none;
}
.icon-badge.icon-badge--deep {
  background: var(--brand-deep);
  color: var(--brand-white);
  box-shadow: none;
}

/* Pull-quote (sezione storia) */
.pull-quote {
  padding-left: 20px;
  border-left: 4px solid var(--brand-warm);
  font-family: "Fraunces", serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--brand-deep);
  font-style: italic;
}
.pull-quote footer {
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  color: var(--brand-muted);
}

/* Process step circles connectors */
.process-step {
  position: relative;
}
.process-step .step-circle {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--brand-white);
  border: 1px solid var(--brand-stone);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-deep);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .process-row {
    position: relative;
  }
  .process-row::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: var(--brand-stone);
    z-index: 0;
  }
  .process-step .step-circle {
    position: relative;
    z-index: 1;
  }
}

/* Aree servite — anelli concentrici */
.areas-rings {
  position: relative;
  aspect-ratio: 1;
  max-width: 420px;
  margin-inline: auto;
}
.areas-rings .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--brand-stone);
}
.areas-rings .ring-2 { inset: 10%; background: rgba(255,255,255,0.4); }
.areas-rings .ring-3 { inset: 24%; background: rgba(255,255,255,0.6); border-color: rgba(244,162,97,0.6); }
.areas-rings .ring-4 {
  inset: 40%;
  background: var(--brand-white);
  border: 2px solid var(--brand-warm);
  box-shadow: 0 10px 40px -10px rgba(217, 119, 6, 0.4);
}
.areas-rings .center-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.areas-rings .center-dot .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-warm);
  box-shadow: 0 0 0 6px rgba(217, 119, 6, 0.2);
}
.areas-rings .center-dot .label {
  margin-top: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--brand-deep);
  color: var(--brand-white);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.areas-rings .ring-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.areas-rings .ring-label.europa { top: 15%; color: var(--brand-muted); }
.areas-rings .ring-label.italia { top: 28%; color: var(--brand-deep); }
.areas-rings .ring-label.basilicata { top: 40%; color: var(--brand-warm); }

/* WhatsApp floating button */
.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 32px -8px rgba(37, 211, 102, 0.6);
  transition: transform 200ms ease;
}
.wa-float:hover { transform: scale(1.05); color: #fff; }
.wa-float svg { width: 28px; height: 28px; }

/* Header — sticky con stile */
.matellica-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(232, 226, 213, 0.6);
}

/* Mega menu container override */
.elementor-widget-mega-menu .e-mega-menu,
.matellica-megamenu {
  background: var(--brand-white);
  border: 1px solid var(--brand-stone);
  border-radius: 16px;
  box-shadow: 0 24px 64px -24px rgba(11, 37, 69, 0.25);
  padding: 12px;
}

/* Container generale — limite max-width contenuto */
.e-con-inner {
  max-width: 1280px;
}

/* Footer dark theme */
.matellica-footer {
  background: var(--brand-deep);
  color: var(--brand-cream);
}
.matellica-footer a {
  color: rgba(250, 247, 242, 0.85);
}
.matellica-footer a:hover {
  color: var(--brand-white);
}/* End custom CSS */