/**
 * Theme Name:     Stagez Child
 * Author:         Jegtheme
 * Template:       stagez
 * Text Domain:	   stagez-child
 * Description:    Stagez offers a cutting-edge Gutenverse theme with a sleek design, perfect for creating impactful websites for Event Conferences, Summits, and Professional Gatherings. Stagez is the ideal choice for building a professional, engaging website that highlights your event, attracts attendees, and maximizes visibility.
 * Theme URI:      https://fse.jegtheme.com/stagez/
 * Author URI:     https://support.jegtheme.com/
 * Version:        1.0.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           three-columns,block-patterns,block-styles,editor-style,full-site-editing,template-editing,entertainment
 */


/* ============================================================
   INTERSECTIONS – Design Tokens & Utility Classes
   Estratto dal file Figma UI (Validazione-IAB / UI_Versione 1)
   ============================================================ */

:root {
	
	--intersections-content-max: 1240px;
	--intersections-gutter-x: 48px;

  /* ----------------------------------------------------------
     COLORS – Brand
  ---------------------------------------------------------- */
  --color-primary:        #E91E8C;   /* Magenta/Pink – CTA, titoli accent, countdown */
  --color-primary-dark:   #221E4D;   /* Hover state del primary */
  --color-p:              #3D3E56    /* Per Paragrafo, grigio scuro */
  --color-secondary:      #3D1A6E;   /* Viola scuro – titoli h1/h2, navbar */
  --color-secondary-light:#6B3FA0;   /* Viola medio – accenti secondari */


  /* ----------------------------------------------------------
     TYPOGRAPHY – Font Families
  ---------------------------------------------------------- */
  --font-primary:   'Panel Sans';  /* corpo, UI */
  --font-display:   'Poppins';            /* logo, titoli display */

  /* ----------------------------------------------------------
     TYPOGRAPHY – Font Sizes
  ---------------------------------------------------------- */
  --fs-xs:    0.75rem;    /*  12px */
  --fs-sm:    0.875rem;   /*  14px */
  --fs-base:  1rem;       /*  16px */
  --fs-md:    1.125rem;   /*  18px */
  --fs-lg:    1.25rem;    /*  20px */
  --fs-xl:    1.5rem;     /*  24px */
  --fs-2xl:   2rem;       /*  32px */
  --fs-3xl:   2.5rem;     /*  40px */
  --fs-4xl:   3rem;       /*  48px */
   --fs-4xxl:  3.25rem;   /*  52px */
  --fs-5xl:   4rem;       /*  64px */
  --fs-display: 5rem;     /*  80px – countdown numeri, hero numeri grandi */

  /* ----------------------------------------------------------
     TYPOGRAPHY – Font Weights
  ---------------------------------------------------------- */
  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-black:    900;

  /* ----------------------------------------------------------
     TYPOGRAPHY – Line Heights
  ---------------------------------------------------------- */
  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.5;
  --lh-relaxed: 1.7;

  /* ----------------------------------------------------------
     TYPOGRAPHY – Letter Spacing
  ---------------------------------------------------------- */
  --ls-tight:  -0.02em;
  --ls-normal:  0;
  --ls-wide:    0.05em;
  --ls-wider:   0.1em;   /* label uppercase tipo "EDIZIONE 2026" */

  /* ----------------------------------------------------------
     SPACING SCALE
  ---------------------------------------------------------- */
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;   /* padding card, padding bottoni, gap nav items */
  --space-5:   20px;
  --space-6:   24px;
  --space-8:   32px;
  --space-10:  40px;
  --space-12:  48px;
  --space-14:  56px;   /* gap colonne hero text */
  --space-16:  64px;
  --space-20:  80px;   /* padding sezioni, section padding top/bottom */
  --space-24:  96px;
  --space-28:  112px;
  --space-32:  128px;

  /* ----------------------------------------------------------
     LAYOUT
  ---------------------------------------------------------- */
  --container-max:       1320px;   /* max-width container principale */
  --container-max-inner: 1240px;   /* max-width content interno */
  --container-px:        var(--space-20);   /* padding laterale 80px */
  --container-px-sm:     var(--space-4);    /* padding laterale mobile 16px */

  --section-py:          var(--space-20);   /* padding verticale sezioni = 80px */
  --section-gap:         var(--space-20);   /* gap tra blocchi = 80px */
  --content-gap:         var(--space-14);   /* gap interno componenti = 56px */

  --announcement-h:      44px;
  --navbar-h:            92px;   /* altezza navbar (menu 136px - announcement 44px) */

  /* ----------------------------------------------------------
     BORDER RADIUS
  ---------------------------------------------------------- */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   16px;
  --radius-full: 9999px;   /* pillola – tag, badge */

  /* ----------------------------------------------------------
     SHADOWS
  ---------------------------------------------------------- */
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:  0 4px 16px rgba(61,26,110,0.12);
  --shadow-lg:  0 8px 32px rgba(61,26,110,0.18);

  /* ----------------------------------------------------------
     TRANSITIONS
  ---------------------------------------------------------- */
  --transition-fast:    150ms ease;
  --transition-normal:  250ms ease;
  --transition-slow:    400ms ease;
}


/* Tools */

.font-primary * {
	font-family: var(--font-primary) !important;
}

.font-display * {
	font-family: var(--font-display) !important;
}

.clip-image {
	clip-path: polygon(15% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%, 0% 15%) !important;
}

/* end Tools */


.is-style-c-card--color {
	background-color: var(--color-primary) !important;
	
}

.is-style-section-double-col {
	padding: 0 var(--space-6);
	
}

.is-style-section-double-col p {
	font-family: var(--font-display) !important;
	font-size: var(--fs-base);
	color: var(--color-p);		
	font-weight: var(--fw-regular);
	letter-spacing: var(--ls-normal);
}


.is-style-section-double-col h1, 
.is-style-section-double-col h2,
.is-style-section-double-col h3,
.is-style-section-double-col h4,
.is-style-section-double-col h5,
.is-style-section-double-col h6
{
	font-family: var(--font-primary) !important;
	color:var(--color-primary-dark) !important;		
	font-size: var(--fs-4xxl)!important;	
}


.is-style-section-double-col .heading-subtitle {
	font-family: var(--font-display) !important;
    font-weight: var(--fw-medium) !important;
    font-size: var(--fs-xs) !important;
    line-height: 120% !important;
    letter-spacing: var(--ls-wider) !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
	color: var(--color-primary-dark) !important;
	
}

body {
   font-family: var(--wp--preset--font-family--poppins) !important;

}

body p {
   font-size: var(--wp--preset--font-size--custom-9);
}

p {
   line-height: 1.35;
}

.discount-badge {
   display: inline-block;
   clip-path: polygon(20px 0,
         /* taglio sinistra */
         100% 0,
         calc(100% - 20px) 100%,
         /* taglio destra */
         0 100%);
   width: fit-content !important;
   padding: .3rem 3rem;
   position: absolute !important;
   right: .7rem;
   top: -.9rem
}



.is-style-font-panel-sans,
.fun-fact-inner .number-wrapper {
   font-family: var(--wp--preset--font-family--panel-sans) !important;
}

.has-blur.wp-block-cover::before {
   content: "";
   top: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   backdrop-filter: blur(60px) !important;
   z-index: 1;
}

.has-blur .wp-block-cover__inner-container {
   position: relative;
   z-index: 2;
}


.wp-block-separator{
	    min-width: 100%;
}

.markee-slider .splide__list {
    transition: none !important;
}

.guten-inner-container,
.container-block
{
	width: 1240px;
	padding: 0 !important;
}

.splide__track {
   padding: 0 !important;
}

.countdown-value{
   position: relative;
}



.is-style-link .wp-block-button__link {
   background: transparent !important;
   display: flex;
   align-items: center;
   justify-content: center;
	padding:0 !important;
}

.is-style-link .wp-block-button__link::before {
	content: "//";
		margin-right: .8rem;
}


.is-style-link .wp-block-button__link::after {
   content: "";
	display: inline-block;
	width: .9rem;
	height: .9rem;
	margin-left: .8rem;
	--svg: url("/wp-content/uploads/2026/04/arrow.svg");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.guten-icon-wrapper.stacked {
	background-color: transparent !important;
}

.wp-block-columns{
	min-width: 100%;
}

.wp-block-column{
	position: relative;
}



.wp-block-separator {
   min-width: 100%;
}

.wp-block-button__link {
   transition: opacity .2s ease-in-out;
}

.wp-block-button__link:hover {
   opacity: .7;
}

.markee-slider .splide__list {
   transition: none !important;
}

.splide__track {
   padding: 0rem !important;
}

.guten-flex-container,
.guten-inner-container {
   box-sizing: content-box !important;
}

.wp-block-group {
   position: relative;

}

.guten-column-wrapper .wp-block-group {
   min-width: 100%;
}

.guten-button-wrapper {
   width: fit-content !important;
}

.section-wrapper {
   min-width: 100% !important;
}

.markee-slider p {
   white-space: nowrap;
}

.wp-block-create-block-slider {
   width: 100%;
   max-width: 100%;

}

.wp-block-gutenverse-image {
	height: fit-content;
}

.splide__arrows {
   width: 20rem;
   bottom: 1rem;
   height: 5rem;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   z-index: 10;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.splide__arrow svg{
	display: none !important;
}

.splide__arrow:after{
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-bottom: .1rem;
	--svg: url("/wp-content/uploads/2026/04/right.svg");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.white .splide__arrow:after{ 
	background-color: white; 
}

.splide__arrow.splide__arrow--prev:after{
	transform: rotate(-180deg);
}

.progress-bar.slider .splide__arrows {
   bottom: -5rem;
}


.wp-block-create-block-slider {
   position: relative;
}

/* Contenitore UI dentro .splide__arrows */
.splide-progress-ui {
   display: flex;
   flex-direction: column;
   margin: 0rem .8rem;
   flex-grow: 1;
   gap: 6px;
   /* posizionalo come preferisci rispetto alle frecce */
}

.splide__arrow {
   position: relative !important;
   top: 0 !important;
   transform: none !important;

}

/* Contatore slide */
.splide-counter {
   display: flex;
   gap: .4rem;
   justify-content: space-between;
   align-items: center;
   flex-grow: 1;
   font-size: 1rem;
	font-weight: 500;
   font-variant-numeric: tabular-nums;
}

.white .splide-counter>* {
   color: white !important;
}

.white .splide-progress__bar {
	background: white;
}

.white .splide__arrow svg {
   fill: white !important;
}

/* Barra progresso globale */
.splide-progress {
   width: 100%;
   height: 2px;
   background: #221E4D33;
}

.splide-progress__bar {
   height: 100%;
   width: 0%;
   background: #221E4D;
   transition: width 300ms ease;
}


/*
.guten-flex-container, .guten-inner-container {
    box-sizing: content-box !important;
}

.guten-inner-container, .container-block{
	width: 1440px;
}
*/

.clip-path-block{
       clip-path: polygon(
        40px 0,        /* top-left tagliato */
        100% 0,
        100% calc(100% - 40px), /* bottom-right tagliato */
        calc(100% - 40px) 100%,
        0 100%,
        0 40px
    );
}

.markee-slider p {
   white-space: nowrap;
}

.wp-block-create-block-slider{
    width: 100%;
   max-width: 100%;
 
}

.intersections-top-speakers{
	background: transparent !important;
	padding: 0 !important;
}

.intersections-top-speakers__viewport{
	padding: 0 !important;
}

/* countdown */

.countdown-value {
	position:relative;
	font-family: var(--wp--preset--font-family--panel-sans) !important;
}

.countdown-value:after {
	content:"";
	width: 2rem;
	height: 2px;
	bottom: 1rem;
	left:50%;
	position:absolute;
	transform: translateX(-50%);
	background: #221E4D;
}


.z-index-1{
	z-index: 1;
    position: relative;
}



@media (min-width: 769px) and (max-width: 1024px) {
.md-grid-2{
	display: grid !important;
	justify-content: center;
		grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {

   .guten-inner-container,
   .container-block {
      width: 96%;
   }

   .price-container .guten-container {
      gap: 1.3rem !important;
   }
	
	.sm-wrap{
		flex-wrap: wrap !important;
	}
	
	.sm-gap-1{
		gap: 1rem !important;
	}

	
	.sm-padding-0{
		padding: 0 !important;
	}
	
	.sm-grid-2{
		display: grid !important;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.progress-bar .wp-block-cover {
      min-height: 100% !important;
   }
	
	.sm-order-0{
		order: -1;
	}
	
	.sm-grid-2 > *:last-child:nth-child(odd) {
  		grid-column: span 2;
	}
	
	.countdown-value:after {
	content:"";
	bottom: 0rem;
		height:.1rem;
	}
}
