.elementor-kit-11{--e-global-color-primary:#C1272D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#030303;--e-global-color-accent:#61CE70;--e-global-color-fa79bc9:#F4BA3A;--e-global-color-8915b88:#FFF5E6;--e-global-color-ca9b0d7:#ECECF0;--e-global-color-bc51aff:#717182;--e-global-color-2ded16b:#00000010;--e-global-color-ea3d00f:#F3F3F5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-secondary );border-radius:8px 8px 8px 8px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#941F24;color:var( --e-global-color-secondary );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   iComfort / LABOUR-INT Styleguide v1.0
   Elementor + WordPress
   Font: Inter
========================= */

/* 1) FONT */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* 2) DESIGN TOKENS */
:root{
  /* Brand */
  --primary: #C1272D;
  --primary-foreground: #ffffff;

  /* Neutrals */
  --background: #ffffff;
  --foreground: #111827;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --card: #ffffff;
  --border: rgba(0,0,0,.10);
  --input-background: #f3f3f5;

  /* Focus / ring */
  --ring: var(--primary);
  --ring-alpha: 0.50;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,.08);
  --shadow-lg: 0 14px 30px rgba(0,0,0,.14);

  /* Radius scale (aligned to your notes) */
  --radius: 0.375rem; /* 6px */
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 6px); /* ~12px (card) */

  /* Typography scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;

  /* Layout */
  --container-pad: 1rem;
}

/* 3) GLOBAL TYPOGRAPHY (Elementor-safe) */
html{ font-size:16px; }
body,
.elementor,
.elementor-widget,
.elementor-kit-1{
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--foreground);
  line-height: 1.5;
}

p{
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1em;
}

/* Headings */
h1, .h1{
  font-weight: 500;
  line-height: 1.1; /* leading-tight for hero */
  font-size: 1.875rem; /* text-3xl */
}
@media (min-width:1024px){
  h1, .h1{ font-size: 2.25rem; } /* lg:text-4xl */
}
@media (min-width:1280px){
  h1, .h1{ font-size: 3rem; } /* xl:text-5xl */
}

h2, .h2{
  font-weight: 500;
  line-height: 1.5;
  font-size: var(--text-3xl);
}

h3, .h3{
  font-weight: 500;
  line-height: 1.5;
  font-size: var(--text-2xl);
}

h4, .h4{
  font-weight: 500;
  line-height: 1.5;
  font-size: var(--text-base);
}

/* Text utilities */
.text-xs{ font-size: var(--text-xs); }
.text-sm{ font-size: var(--text-sm); }
.text-lg{ font-size: var(--text-lg); }

.text-foreground{ color: var(--foreground); }
.text-muted{ color: var(--muted-foreground); }
.text-primary{ color: var(--primary); }
.text-white{ color:#fff; }

/* Hero paragraph responsive */
.hero-desc, .text-hero-desc{
  font-size: var(--text-base);
}
@media (min-width:1024px){
  .hero-desc, .text-hero-desc{ font-size: var(--text-lg); }
}

/* 4) LINKS */
a{
  color: var(--primary);
  text-underline-offset: 4px;
}
a:hover{ text-decoration: none; }

/* 5) BUTTONS (usable as CSS classes in Elementor) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border-radius: var(--radius-lg); /* rounded-md */
  font-weight: 500;
  font-size: var(--text-sm);
  line-height: 1;
  cursor: pointer;
  user-select:none;
  border: 1px solid transparent;
  transition: all .2s ease;
  padding: .5rem 1rem; /* px-4 py-2 */
  height: 36px; /* h-9 */
}

/* Sizes */
.btn--sm{ height:32px; padding: .5rem .75rem; }   /* h-8 px-3 */
.btn--lg{ height:40px; padding: .625rem 1.5rem; } /* h-10 px-6 */
.btn--icon{ width:36px; height:36px; padding:0; } /* size-9 */

/* Variants */
.btn--primary{
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: none;
}
.btn--primary:hover{ background: rgba(193,39,45,.90); } /* primary/90 */

.btn--ghost{
  background: transparent;
  color: var(--foreground);
}
.btn--ghost:hover{
  background: rgba(236,236,240,.8); /* accent-like */
  color: var(--foreground);
}

.btn--outline{
  background: var(--background);
  border-color: var(--border);
  color: var(--foreground);
}
.btn--outline:hover{
  background: rgba(236,236,240,.8);
  color: var(--foreground);
}

.btn--link{
  background: transparent;
  border-color: transparent;
  color: var(--primary);
  padding: 0;
  height: auto;
}
.btn--link:hover{ text-decoration: underline; }

/* Focus + Disabled */
.btn:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline: none;
  border-color: var(--ring);
  box-shadow: 0 0 0 3px rgba(193,39,45,var(--ring-alpha));
}
.btn[disabled], .btn.is-disabled{
  opacity:.5;
  pointer-events:none;
  cursor:not-allowed;
}

/* Hero CTA shadow */
.btn--hero{
  box-shadow: var(--shadow-lg);
}

/* Elementor button mapping (optional)
   Applica lo stile a pulsanti Elementor aggiungendo classi: btn btn--primary ecc.
*/
.elementor a.elementor-button.btn{
  text-decoration:none;
  background: var(--primary);
}
/* 6) CARDS */
.card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl); /* rounded-xl */
  overflow: hidden;
}

/* A padding system simile a CardHeader / CardContent */
.card__header{
  padding: 24px 24px 0;
  display:flex;
  flex-direction:column;
  gap: 6px; /* gap-1.5 */
}
.card__content{
  padding: 24px;
}
.card__title{
  margin:0;
  line-height: 1; /* leading-none */
}
.card__desc{
  margin:0;
  color: var(--muted-foreground);
}

/* Event card variants */
.card--event{
  border-width: 2px;
  transition: box-shadow .2s ease;
}
.card--event:hover{ box-shadow: var(--shadow-lg); }

.card--event-upcoming{ border-color: var(--primary); }
.card--event-past{ border-color: rgba(156,163,175,.7); } /* gray-ish */
.card--clickable{ cursor:pointer; }

/* Phase / Edition card (top accent) */
.card--phase{
  border-top: 4px solid var(--primary);
  transition: box-shadow .2s ease;
}
.card--phase:hover{ box-shadow: var(--shadow-lg); }

/* 7) BADGES */
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 2px 8px; /* px-2 py-0.5 */
  font-size: var(--text-xs);
  font-weight: 500;
  border-radius: var(--radius-lg); /* rounded-md */
  border: 1px solid var(--border);
  line-height: 1.2;
}

.badge--default{
  background: var(--primary);
  color: var(--primary-foreground);
  border-color: transparent;
}
.badge--secondary{
  background: var(--muted);
  color: var(--foreground);
}
.badge--outline{
  background: transparent;
  color: var(--foreground);
}

/* Edition badge */
.badge--edition-upcoming{
  background: rgba(193,39,45,.10);
  color: var(--primary);
  padding: 4px 8px;
}
.badge--edition-past{
  background: rgba(229,231,235,1);
  color: rgba(55,65,81,1);
  padding: 4px 8px;
}

/* 8) TABS (generic) */
.tabs{
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.tabs__list{
  display:inline-flex;
  background: var(--muted);
  height: 36px; /* h-9 */
  padding: 3px;
  border-radius: var(--radius-xl);
  gap: 4px;
}
.tabs__trigger{
  appearance:none;
  border:0;
  background: transparent;
  padding: 4px 8px; /* px-2 py-1 */
  border-radius: var(--radius-xl);
  font-size: var(--text-sm);
  font-weight: 500;
  cursor:pointer;
  transition: color .2s ease, box-shadow .2s ease;
}
.tabs__trigger.is-active{
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.tabs__content{
  outline:none;
  flex: 1;
}

/* 9) INPUTS / FORMS */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea{
  width: 100%;
  height: 36px; /* h-9 */
  padding: 4px 12px; /* px-3 py-1 */
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--input-background);
  color: var(--foreground);
  font-size: var(--text-base);
}
@media (min-width:768px){
  input, select, textarea{ font-size: var(--text-sm); }
}
textarea{ height:auto; min-height: 120px; }

::placeholder{ color: var(--muted-foreground); }

/* Disabled */
input:disabled, select:disabled, textarea:disabled{
  opacity:.5;
  cursor:not-allowed;
}

/* Invalid (ARIA) */
[aria-invalid="true"]{
  border-color: #ef4444; /* destructive */
  box-shadow: 0 0 0 3px rgba(239,68,68,.20);
}

/* 10) BORDERS + SHADOW HELPERS */
.border{ border:1px solid var(--border); }
.border-2{ border-width:2px; border-style:solid; border-color: var(--border); }
.border-t-4{ border-top:4px solid var(--primary); }

.shadow-sm{ box-shadow: var(--shadow-sm); }
.shadow-hover-lg{ transition: box-shadow .2s ease; }
.shadow-hover-lg:hover{ box-shadow: var(--shadow-lg); }

/* 11) HEADER / NAV (sticky) */
.site-header,
.header-sticky{
  position: sticky;
  top: 0;
  z-index: 50;
  height: 80px; /* h-20 */
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

/* Menu items */
.nav-item,
.menu-item > a{
  font-size: var(--text-sm);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Dropdown menu (generic) */
.dropdown,
.sub-menu{
  width: 12rem; /* w-48 */
  padding: .5rem; /* p-2 */
  border-radius: var(--radius-sm);
}
.sub-menu a{
  display:block;
  padding: .5rem 1rem; /* px-4 py-2 */
  border-radius: var(--radius-sm);
}
.sub-menu a:hover{
  background: rgba(236,236,240,.8);
}

/* 12) HERO SECTION */
.hero{
  background: linear-gradient(135deg, #C1272D, #A01F24);
  color: #fff;
  padding: 64px 0; /* py-16 */
}
@media (min-width:1024px){
  .hero{ padding: 96px 0; } /* lg:py-24 */
}
.hero a{ color:#fff; }

/* 13) SECTION BACKGROUNDS */
.section--alt{ background: #f9fafb; } /* gray-50 */
.section--default{ background: #fff; }

/* 14) DATE DISPLAY (events) */
.event-date{
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 2px;
}
.event-date--upcoming{
  background: rgba(193,39,45,.10);
}
.event-date--past{
  background: rgba(229,231,235,1);
}
.event-date__month{
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.event-date__day{
  font-size: 1.25rem; /* text-xl */
  font-weight: 500;
}

/* 15) EDITION NUMBER BADGE (phase cards) */
.edition-number{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  background: rgba(193,39,45,.20);
  color: var(--primary);
}

/* 16) FOOTER */
.site-footer,
footer{
  background: #111827; /* gray-900 */
  color:#fff;
}
.site-footer a, footer a{
  color: rgba(156,163,175,1); /* gray-400 */
  transition: color .2s ease;
}
.site-footer a:hover, footer a:hover{
  color:#fff;
}

/* 17) RESPONSIVE HELPERS (match your breakpoints) */
.container-pad{
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media (min-width:1024px){
  .container-pad{
    padding-left: 2rem; /* lg:px-8 */
    padding-right: 2rem;
  }
}

/* 18) ICONS (lucide-like sizing helpers) */
.icon-16{ width:16px; height:16px; }
.icon-20{ width:20px; height:20px; }
.icon-24{ width:24px; height:24px; }

/* 19) ACCESSIBILITY */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}/* End custom CSS */