.elementor-kit-6{--e-global-color-primary:#FF4D00;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#F2EDE8;--e-global-color-accent:#FF4D00;--e-global-color-647020b:#0C0C0C;--e-global-typography-primary-font-family:"Geist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Geist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Geist";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */:root {
  --bg:         #0c0c0c;
  --bg2:        #131313;
  --bg3:        #1a1a1a;
  --bg4:        #222222;
  --border:     rgba(255,255,255,0.07);
  --border-md:  rgba(255,255,255,0.12);
  --text:       #f2ede8;
  --text-2:     #a09b95;
  --text-3:     #504b47;
  --accent:     #FF4D00;
  --accent-2:   #cc3d00;
  --accent-dim: rgba(255,77,0,0.12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
:root {
  --bg:         #0c0c0c;
  --bg2:        #131313;
  --bg3:        #1a1a1a;
  --bg4:        #222222;
  --border:     rgba(255,255,255,0.07);
  --border-md:  rgba(255,255,255,0.12);
  --text:       #f2ede8;
  --text-2:     #a09b95;
  --text-3:     #504b47;
  --accent:     #FF4D00;
  --accent-2:   #cc3d00;
  --accent-dim: rgba(255,77,0,0.12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Texture griglia su tutto il sito */
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none; z-index: 0;
}

/* ── HEADER STICKY ── */
.site-header {
  border-bottom: 1px solid var(--border);
  background: rgba(12,12,12,0.65) !important;
  backdrop-filter: blur(16px);
}
.elementor-widget-nav-menu .elementor-widget-container {
  display: flex;
  align-items: center;
  height: 60px;
}

/* ── LOGO ── */
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-svg { width: 60px; height: 60px; flex-shrink: 0; }
.nav-name { font-size: 13px; font-weight: 500; color: var(--text); letter-spacing: 0.04em; }

/* ── EYEBROW ── */
.s-eyebrow {
  font-size: 15px; font-weight: 500; color: var(--accent);
  letter-spacing: 0.12em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.s-eyebrow::before {
  content: ''; display: inline-block;
  width: 16px; height: 1px; background: var(--accent); flex-shrink: 0;
}

/* ── TESTI ── */
.s-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.15; letter-spacing: -0.03em; }
.s-body { font-size: 1rem; font-weight: 300; color: var(--text-2); line-height: 1.8; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 500; color: var(--accent);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-eyebrow::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--accent); }

/* ── PULSANTE ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent); color: #fff;
  font-size: 13px; font-weight: 500; padding: 0.75rem 1.6rem;
  border-radius: 3px; text-decoration: none; letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--accent-2); transform: translateY(-1px); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ── CLIENTI CAROUSEL (mobile) ── */
.clienti-carousel {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.clienti-carousel .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 0;
}
.clienti-carousel .swiper-slide p,
.clienti-carousel .swiper-slide span {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-2);
  letter-spacing: 0.02em;
  margin: 0;
}
.clienti-carousel .elementor-swiper-button {
  color: var(--text-3);
  font-size: 14px;
}
/* 1 slide alla volta */
@media (max-width: 860px) {
  .clienti-carousel .swiper-slide {
    width: 100% !important;
  }
}


/* ── CLIENTI STRIP ── */
.clienti-strip {
  display: flex; align-items: center; gap: 2rem;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.clienti-strip-label {
  font-size: 10px; font-weight: 600; color: var(--text-3);
  letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap;
  padding-right: 2rem; border-right: 1px solid var(--border);
}
.clienti-strip-names { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.clienti-strip-names span { font-size: 13px; font-weight: 500; color: var(--text-2); letter-spacing: 0.02em; }
.strip-sep { color: var(--text-3); }

/* ── ABOUT CARDS ── */
.about-card {
  display: flex; gap: 1.25rem; align-items: flex-start;
  border-left: 2px solid transparent;
  transition: border-color 0.2s, background 0.2s; cursor: default;
}
.about-card:hover { border-left-color: var(--accent); }
.card-icon { width: 40px; height: 40px; flex-shrink: 0; margin-top: 2px; color: var(--accent); }
.card-body strong { display: block; font-size: 18px; font-weight: 500; color: var(--text); margin-bottom: 0.3rem; }
.card-body p { font-size: 15px; color: var(--text); line-height: 1.6; }

/* ── PROCESSO ── */
.processo-header { margin-bottom: 3.5rem; }
.processo-step { border-top: 2px solid var(--accent); }
.processo-step:not(:nth-child(3)) { border-right: 1px solid var(--border); }
.processo-n {
  font-size: 1.5rem; font-weight: 800; color: var(--accent);
  letter-spacing: 0.1em;
}
.processo-title {
  font-size: 15px; font-weight: 500; color: var(--text);
  margin-bottom: 0.75rem; line-height: 1.3;
}
.processo-body { font-size: 13px; color: var(--text-2); line-height: 1.75; }

/* ── PROBLEMI ── */
.problem-n { font-size: 1.5rem; font-weight: 800; color: var(--accent); letter-spacing: 0.1em; }
.problem-title { font-size: 15px; font-weight: 500; color: var(--text); line-height: 1.35; }
.problem-body { font-size: 13px; color: var(--text-2); line-height: 1.7; }

/* ── PROOF / CASE STUDY ── */
.proof-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent-dim); border: 1px solid rgba(255,77,0,0.25);
  border-radius: 3px; padding: 4px 12px;
  font-size: 15px; font-weight: 500; color: var(--accent);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.proof-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.proof-detail-label { font-size: 13px; font-weight: 600; color: var(--text-3); letter-spacing: 0.14em; text-transform: uppercase; }
.proof-detail-value { font-size: 15px; font-weight: 300; color: var(--text); line-height: 1.6; }
.proof-meta { font-size: 13px; color: var(--text-3); letter-spacing: 0.04em; }
.ps-num { font-size: 3rem; font-weight: 600; letter-spacing: -0.04em; color: var(--text); line-height: 1; }
.ps-num span { color: var(--accent); }
.ps-desc { font-size: 13px; color: var(--text-2); line-height: 1.5; }

/* ── CLIENTE ROW ── */
.cliente-nome { font-size: 15px; font-weight: 500; color: var(--text); }
.cliente-settore { font-size: 12px; color: var(--text-3); letter-spacing: 0.04em; }

/* ── SERVIZI ── */
.servizio-title { font-size: 15px; font-weight: 500; color: var(--text); line-height: 1.3; }
.servizio-body { font-size: 13px; color: var(--text-2); line-height: 1.7; }
.servizio-icon { color: var(--accent); }

/* ── PRICING ── */
.pricing-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.pricing-price {
  font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 600;
  letter-spacing: -0.04em; color: var(--text); line-height: 1;
  margin: 1.25rem 0 1rem;
}
.pricing-period { font-size: 1.2rem; font-weight: 300; color: var(--text-2); letter-spacing: 0; }
.pricing-subtitle { font-size: 1rem; font-weight: 300; color: var(--text-2); line-height: 1.6; margin-bottom: 1rem; }
.pricing-note { font-size: 13px; color: #f2ede8; line-height: 1.6; }
.pricing-includes {
  list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2rem;
}
.pricing-includes li {
  font-size: 15px; color: #f2ede8; padding-left: 1.25rem; position: relative;
}
.pricing-includes li::before {
  content: '·'; position: absolute; left: 0; color: var(--accent); font-weight: 700;
}

@media (max-width: 860px) {
  body { font-size: 16px; }
}
.faq-q { font-size: 16px !important; }.faq-a p { font-size: 15px !important; }
.pricing-inner { grid-template-columns: 1fr; gap: 2.5rem; }
.processo-step:not(:nth-child(3)) { border-right: none; border-bottom: 1px solid var(--border); }
.processo-step:nth-child(3) { border-right: none; border-bottom: none; }
.pricing-includes {
  list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2rem;padding:0;
}

/* ── FAQ ── */
.faq-q {
  width: 100%; background: none !important; background-color: transparent !important;
  border: none; padding: 1.5rem 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; font-weight: 500; color: var(--text);
  cursor: pointer; text-align: left; gap: 1rem;
  font-family: inherit; transition: color 0.2s;
  outline: none; box-shadow: none;
 padding: 1.5rem 0 !important; }
.faq-q:hover, .faq-q:focus, .faq-q:active {
  color: var(--accent) !important;
  background: none !important;
  background-color: transparent !important;
  outline: none; box-shadow: none;
}
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--accent); transition: transform 0.3s; }
.faq-item { border-bottom: 1px solid var(--border);margin-top: 8px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { font-size: 15px; font-weight: 300; color: var(--text-2); line-height: 1.8; padding-bottom: 1.5rem; }

/* ── FORM CONTATTI ── */
.elementor-form .elementor-field {
  background: var(--bg4) !important;
  border: 1px solid var(--border-md) !important;
  color: var(--text) !important;
  border-radius: 3px !important;
  padding: 0.75rem 1rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  transition: border-color 0.2s !important;
}
.elementor-form .elementor-field:focus {
  border-color: var(--accent) !important;
  outline: none !important;
  box-shadow: none !important;
}
.elementor-form .elementor-field::placeholder { color: var(--text-3) !important; }
.elementor-form label {
  font-size: 12px !important;
  color: var(--text-2) !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 0.4rem !important;
}
.elementor-form .elementor-button {
  background: var(--accent) !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 0.75rem 1.6rem !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  width: 100% !important;
  transition: background 0.2s !important;
}
.elementor-form .elementor-button:hover { background: var(--accent-2) !important; }
.elementor-field-type-select .elementor-select-wrapper {
  background-color: #1c1c1c !important;
  border: 1px solid #2e2e2e !important;
  border-radius: 4px;
}

/* Select — wrapper override (Elementor Pro) */
.elementor-form .elementor-field-type-select .elementor-select-wrapper {
  background: var(--bg4) !important;
  border: 1px solid var(--border-md) !important;
  border-radius: 3px !important;
  transition: border-color 0.2s;
}
.elementor-form .elementor-field-type-select .elementor-select-wrapper:focus-within {
  border-color: var(--accent) !important;
}
.elementor-form .elementor-field-type-select select {
  background: transparent !important;
  border: none !important;
  color: var(--text) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0.75rem 1rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  cursor: pointer;
}
.elementor-form .elementor-field-type-select select option {
  background: var(--bg4);
  color: var(--text);
}



/* ── WHATSAPP ALT ── */
.wa-alt {
  margin-top: 1.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.wa-divider {
  width: 100%; display: flex; align-items: center; gap: 1rem;
}
.wa-divider::before,
.wa-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.wa-divider span {
  font-size: 11px; color: var(--text-3); letter-spacing: 0.08em; text-transform: uppercase;
  white-space: nowrap;
}
.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--border-md); border-radius: 3px;
  padding: 0.7rem 1.4rem;
  font-size: 13px; font-weight: 500; color: var(--text-2);
  text-decoration: none; letter-spacing: 0.02em;
  transition: border-color 0.2s, color 0.2s;
  width: 100%; justify-content: center;
}
.btn-whatsapp svg { color: #25D366; flex-shrink: 0; }
.btn-whatsapp:hover { border-color: #25D366; color: var(--text); }

/* ── CTA ── */
.cta-bg {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw; font-weight: 700; letter-spacing: -0.06em;
  color: transparent; -webkit-text-stroke: 1px var(--bg3);
  white-space: nowrap; user-select: none; pointer-events: none; line-height: 1;
}

/* ── FOOTER ── */
.footer-piva { font-size: 11px; color: var(--text-3); letter-spacing: 0.04em; }
.footer-copy { font-size: 12px; color: var(--text-3); }
.footer-nav { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; }
.footer-nav a { font-size: 12px; color: var(--text-3); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--text-2); }
.footer-email { font-size: 12px; color: var(--text-3); text-decoration: none; transition: color 0.2s; }
.footer-email:hover { color: var(--accent); }

/* ── ANIMAZIONI ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse   { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; animation: pulse 2s infinite; }

/* ── PHOTO FRAME ── */
.photo-frame { position: relative; z-index: 0; }
.photo-frame::before {
  content: '';
  position: absolute; inset: -35% -35% -0%;
  background: radial-gradient(
    ellipse 70% 80% at 55% 55%,
    rgba(255, 77, 0, 0.85) 0%,
    rgba(255, 77, 0, 0.4)  35%,
    rgba(255, 77, 0, 0.1)  60%,
    transparent            80%
  );
  z-index: -1; pointer-events: none;
}
.photo-frame .hero-photo { position: relative; z-index: 1; }


/* line-height leggermente più aperta su dark background */
body {
  line-height: 1.7;
  font-optical-sizing: auto;
}

/* text-wrap: balance evita orphan sulle headline */
h1, h2, .s-title {
  text-wrap: balance;
}

/* Accessibilità: niente animazioni se l'utente le ha disabilitate */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .faq-a  { transition: none; }
  .badge-dot { animation: none; }
}
/* Variabile easing globale */
:root {
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hero: layout più asimmetrico */
.hero {
  grid-template-columns: 1.3fr 0.7fr;
}

/* H1: più grande, più bold */
h1 {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

/* Titoli sezione: più bold e più grandi */
.s-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Scroll reveal: easing esponenziale */
.reveal {
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* Bottone primario: micro-fisica */
.btn-primary {
  transition: background 0.2s, transform 0.2s var(--ease);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-primary:active { transform: translateY(-1px) scale(0.99); }

/* Nav CTA */
.nav-cta {
  transition: background 0.2s, transform 0.2s var(--ease);
}
.nav-cta:hover { transform: translateY(-1px); }

/* About card: slide on hover */
.about-card {
  transition: border-color 0.2s, background 0.2s, transform 0.2s var(--ease);
}
.about-card:hover { transform: translateX(3px); }

/* Numeri problemi: più grandi */
.problem-n {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

/* Numeri processo: grandi e fantasma */
.processo-n {
  font-size: clamp(4.5rem, 9vw, 7rem);
  font-weight: 800;
  opacity: 0.18;
  letter-spacing: -0.05em;
  line-height: 0.85;
  margin-bottom: 1rem;
}

/* Stats case study: più grandi */
.ps-num {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  letter-spacing: -0.04em;
}

/* Servizi card: lift on hover */
.servizio-card {
  transition: background 0.2s, transform 0.2s var(--ease);
}
.servizio-card:hover { transform: translateY(-2px); }

/* Prezzo: più grande */
.pricing-price {
  font-size: clamp(4rem, 7vw, 6rem);
  letter-spacing: -0.04em;
}

/* FAQ icona: easing migliorato */
.faq-icon {
  transition: transform 0.35s var(--ease);
}
/* ── FORM SUCCESS / ERROR MESSAGES ── */
.elementor-message {
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  animation: fadeInMsg 0.3s ease forwards;
}

.elementor-message-success {
  background: #FF4D00;
  color: #ffffff;
}

.elementor-message-danger {
  background: rgba(255,77,0,0.12);
  color: #FF4D00;
  border: 1px solid rgba(255,77,0,0.3);
}

@keyframes fadeInMsg {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://filipporoncoroni.it/wp-content/uploads/2026/06/Geist-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://filipporoncoroni.it/wp-content/uploads/2026/06/Geist-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://filipporoncoroni.it/wp-content/uploads/2026/06/Geist-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://filipporoncoroni.it/wp-content/uploads/2026/06/Geist-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */