.elementor-36 .elementor-element.elementor-element-9557534{--display:flex;--min-height:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-43fbbac *//*
 * ExtraBar Sciacca — Global CSS
 * For use with: WordPress + Elementor Pro
 * Add via: Elementor → Site Settings → Custom CSS
 *         OR: Appearance → Customize → Additional CSS
 *         OR: Child theme style.css
 * Version: 1.0.0 | PuccioTech
 */

/* ─── Google Fonts ─── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ─── CSS Variables ─── */
:root {
  --eb-gold:        #c8924a;
  --eb-gold-l:      #e4b97a;
  --eb-gold-d:      #a67438;
  --eb-espresso:    #080503;
  --eb-espresso-2:  #1c1410;
  --eb-espresso-3:  #2d1f14;
  --eb-cream:       #f5edde;
  --eb-cream-d:     #ede0cc;
  --eb-white:       #ffffff;
  --eb-gray:        #6b7280;
  --eb-gray-l:      #f3f4f6;
  --eb-gray-m:      #d1d5db;
  --eb-green:       #22c55e;
  --eb-red:         #ef4444;
  --eb-amber:       #f59e0b;

  --eb-font-h:      'Playfair Display', Georgia, 'Times New Roman', serif;
  --eb-font-b:      'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --eb-r:           8px;
  --eb-r-lg:        12px;
  --eb-r-xl:        20px;
  --eb-r-full:      9999px;

  --eb-shadow:      0 2px 8px rgba(8,5,3,.10);
  --eb-shadow-md:   0 4px 14px rgba(8,5,3,.12);
  --eb-shadow-lg:   0 10px 30px rgba(8,5,3,.12);
  --eb-shadow-gold: 0 4px 20px rgba(200,146,74,.28);

  --eb-container:   1200px;
  --eb-section-py:  80px;
  --eb-section-py-sm: 48px;
  --eb-gap:         24px;
  --eb-gap-lg:      40px;

  --eb-transition:  0.22s ease;
}

/* ─── Reset & Base ─── */
.eb-page *, .eb-page *::before, .eb-page *::after { box-sizing: border-box; }
.eb-page { font-family: var(--eb-font-b); color: var(--eb-espresso); line-height: 1.7; }
.eb-page img { max-width: 100%; height: auto; display: block; }
.eb-page a { color: inherit; text-decoration: none; }
.eb-page ul { list-style: none; padding: 0; margin: 0; }

/* ─── Container ─── */
.eb-container {
  width: 100%;
  max-width: var(--eb-container);
  margin-inline: auto;
  padding-inline: 20px;
}
.eb-container--narrow { max-width: 800px; }
.eb-container--wide   { max-width: 1400px; }

/* ─── Section ─── */
.eb-section {
  padding-block: var(--eb-section-py);
  position: relative;
}
.eb-section--dark   { background: var(--eb-espresso); color: var(--eb-white); }
.eb-section--dark2  { background: var(--eb-espresso-2); color: var(--eb-white); }
.eb-section--cream  { background: var(--eb-cream); color: var(--eb-espresso); }
.eb-section--white  { background: var(--eb-white); color: var(--eb-espresso); }
.eb-section--gray   { background: var(--eb-gray-l); color: var(--eb-espresso); }
.eb-section--sm     { padding-block: var(--eb-section-py-sm); }

/* ─── Typography ─── */
.eb-h1 {
  font-family: var(--eb-font-h);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
}
.eb-h2 {
  font-family: var(--eb-font-h);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
}
.eb-h3 {
  font-family: var(--eb-font-h);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}
.eb-h4 {
  font-family: var(--eb-font-b);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.eb-lead {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 20px;
  opacity: .9;
}
.eb-text {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}
.eb-text:last-child { margin-bottom: 0; }
.eb-text-gold  { color: var(--eb-gold); }
.eb-text-cream { color: var(--eb-cream); }
.eb-text-gray  { color: var(--eb-gray); }
.eb-center     { text-align: center; }
.eb-section-label {
  font-family: var(--eb-font-b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--eb-gold);
  display: block;
  margin-bottom: 12px;
}

/* ─── Divider ─── */
.eb-divider {
  width: 52px;
  height: 3px;
  background: var(--eb-gold);
  border-radius: 2px;
  margin: 0 0 28px;
}
.eb-divider--center { margin-inline: auto; }

/* ─── Buttons ─── */
.eb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--eb-font-b);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--eb-r);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--eb-transition), color var(--eb-transition),
              border-color var(--eb-transition), transform var(--eb-transition),
              box-shadow var(--eb-transition);
  text-decoration: none;
  white-space: nowrap;
}
.eb-btn:hover { transform: translateY(-1px); }
.eb-btn--primary {
  background: var(--eb-gold);
  color: var(--eb-white);
  border-color: var(--eb-gold);
  box-shadow: var(--eb-shadow-gold);
}
.eb-btn--primary:hover {
  background: var(--eb-gold-d);
  border-color: var(--eb-gold-d);
}
.eb-btn--secondary {
  background: transparent;
  color: var(--eb-gold);
  border-color: var(--eb-gold);
}
.eb-btn--secondary:hover {
  background: var(--eb-gold);
  color: var(--eb-white);
}
.eb-btn--ghost {
  background: transparent;
  color: var(--eb-white);
  border-color: rgba(255,255,255,.55);
}
.eb-btn--ghost:hover {
  border-color: var(--eb-white);
  background: rgba(255,255,255,.08);
}
.eb-btn--lg {
  font-size: 17px;
  padding: 16px 36px;
}
.eb-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* ─── Grid ─── */
.eb-grid-2, .eb-grid-3, .eb-grid-4 {
  display: grid;
  gap: var(--eb-gap);
}
.eb-grid-2 { grid-template-columns: repeat(2, 1fr); }
.eb-grid-3 { grid-template-columns: repeat(3, 1fr); }
.eb-grid-4 { grid-template-columns: repeat(4, 1fr); }
.eb-flex   { display: flex; align-items: center; gap: var(--eb-gap); }
.eb-flex--between { justify-content: space-between; }
.eb-flex--wrap    { flex-wrap: wrap; }

/* ─── Cards ─── */
.eb-card {
  background: var(--eb-white);
  border-radius: var(--eb-r-lg);
  padding: 28px;
  box-shadow: var(--eb-shadow);
  transition: box-shadow var(--eb-transition), transform var(--eb-transition);
}
.eb-card:hover {
  box-shadow: var(--eb-shadow-md);
  transform: translateY(-3px);
}
.eb-card--dark {
  background: var(--eb-espresso-2);
  color: var(--eb-white);
}
.eb-card--cream { background: var(--eb-cream); }

/* ─── Image Placeholder ─── */
.eb-img-placeholder {
  background: var(--eb-cream-d);
  border-radius: var(--eb-r);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--eb-gray);
  font-family: var(--eb-font-b);
  font-size: 13px;
  padding: 40px 20px;
  min-height: 200px;
  border: 2px dashed var(--eb-cream-d);
  text-align: center;
}
.eb-img-placeholder svg { opacity: .5; }

/* ─── Hero ─── */
.eb-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: var(--eb-espresso);
  color: var(--eb-white);
  position: relative;
  overflow: hidden;
}
.eb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(200,146,74,.15) 0%, transparent 65%);
  pointer-events: none;
}
.eb-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.eb-hero--split .eb-hero__inner {
  max-width: 55%;
}
.eb-hero__img {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 45%;
  object-fit: cover;
}
.eb-hero__eyebrow {
  font-family: var(--eb-font-b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--eb-gold);
  margin-bottom: 14px;
  display: block;
}

/* ─── Icon Box ─── */
.eb-icon-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.eb-icon-box__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--eb-r);
  background: var(--eb-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: var(--eb-white);
}
.eb-icon-box__icon--ring {
  background: transparent;
  border: 2px solid var(--eb-gold);
  color: var(--eb-gold);
}
.eb-icon-box__body {}
.eb-icon-box__title {
  font-family: var(--eb-font-b);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
}
.eb-icon-box__text {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  opacity: .85;
}

/* ─── Steps ─── */
.eb-steps { display: grid; gap: var(--eb-gap); }
.eb-step  { display: flex; gap: 20px; align-items: flex-start; }
.eb-step__num {
  width: 52px;
  height: 52px;
  border-radius: var(--eb-r-full);
  background: var(--eb-gold);
  color: var(--eb-white);
  font-family: var(--eb-font-h);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eb-step__body {}
.eb-step__title {
  font-family: var(--eb-font-b);
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 6px;
}
.eb-step__text { font-size: 14px; line-height: 1.65; margin: 0; opacity: .85; }

/* ─── FAQ ─── */
.eb-faq-list { display: flex; flex-direction: column; gap: 12px; }
.eb-faq-item {
  border: 1px solid var(--eb-cream-d);
  border-radius: var(--eb-r);
  overflow: hidden;
}
.eb-section--dark .eb-faq-item { border-color: rgba(255,255,255,.12); }
.eb-faq-q {
  font-family: var(--eb-font-b);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 20px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--eb-gray-l);
  gap: 12px;
}
.eb-section--dark .eb-faq-q { background: rgba(255,255,255,.05); color: var(--eb-white); }
.eb-faq-q::after { content: '+'; font-size: 20px; font-weight: 300; flex-shrink: 0; color: var(--eb-gold); }
.eb-faq-a {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid var(--eb-cream-d);
}
.eb-section--dark .eb-faq-a { border-top-color: rgba(255,255,255,.08); }

/* ─── Badges ─── */
.eb-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: var(--eb-r-full);
  font-family: var(--eb-font-b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}
.eb-badge--gold    { background: var(--eb-gold);  color: var(--eb-white); }
.eb-badge--cream   { background: var(--eb-cream-d); color: var(--eb-espresso); }
.eb-badge--outline { border: 1.5px solid var(--eb-gold); color: var(--eb-gold); }
.eb-badge--green   { background: #dcfce7; color: #166534; }

/* ─── Price ─── */
.eb-price {
  font-family: var(--eb-font-b);
  font-weight: 700;
  font-size: 20px;
  color: var(--eb-gold);
}
.eb-price--sm { font-size: 15px; }

/* ─── Table ─── */
.eb-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.eb-table th {
  background: var(--eb-espresso);
  color: var(--eb-white);
  padding: 12px 16px;
  text-align: left;
  font-family: var(--eb-font-b);
  font-weight: 600;
}
.eb-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--eb-cream-d);
}
.eb-table tr:hover td { background: var(--eb-cream); }

/* ─── Stat / Counter ─── */
.eb-stat { text-align: center; }
.eb-stat__num {
  font-family: var(--eb-font-h);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700;
  color: var(--eb-gold);
  display: block;
  line-height: 1.1;
}
.eb-stat__label { font-size: 14px; opacity: .75; }

/* ─── Review / Testimonial ─── */
.eb-review {
  background: var(--eb-white);
  border-radius: var(--eb-r-lg);
  padding: 28px;
  box-shadow: var(--eb-shadow);
}
.eb-review__stars { color: var(--eb-gold); font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
.eb-review__text { font-size: 14px; line-height: 1.75; font-style: italic; margin: 0 0 16px; }
.eb-review__author { font-weight: 600; font-size: 14px; }
.eb-review__role   { font-size: 12px; color: var(--eb-gray); }

/* ─── Info Box ─── */
.eb-info-box {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--eb-r);
  border-left: 4px solid var(--eb-gold);
  background: var(--eb-cream);
}
.eb-info-box--warning { border-left-color: var(--eb-amber); background: #fffbeb; }
.eb-info-box--note    { border-left-color: #3b82f6;        background: #eff6ff; }

/* ─── Orari ─── */
.eb-orari { display: flex; flex-direction: column; gap: 8px; }
.eb-orari__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: var(--eb-r);
  background: rgba(255,255,255,.05);
  font-size: 14px;
}
.eb-section--white .eb-orari__row,
.eb-section--cream .eb-orari__row { background: var(--eb-gray-l); }
.eb-orari__day  { font-weight: 600; }
.eb-orari__time { color: var(--eb-gold); font-weight: 600; }
.eb-orari__chiuso { color: var(--eb-red); font-weight: 600; }

/* ─── Map placeholder ─── */
.eb-map-placeholder {
  background: var(--eb-cream-d);
  border-radius: var(--eb-r-lg);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--eb-font-b);
  color: var(--eb-gray);
  font-size: 14px;
}
/* Replace with: [Elementor → Map Widget → set address] */
/* OR: embed Google Maps iframe */

/* ─── Shortcode Wrapper ─── */
.eb-shortcode-wrapper {
  padding: 12px;
  border: 2px dashed var(--eb-cream-d);
  border-radius: var(--eb-r);
  background: var(--eb-cream);
  font-family: var(--eb-font-b);
  font-size: 13px;
  color: var(--eb-gray);
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* In WordPress: the shortcode inside renders automatically */

/* ─── Newsletter Form ─── */
.eb-newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  flex-wrap: wrap;
}
.eb-input {
  flex: 1;
  min-width: 200px;
  padding: 13px 16px;
  border: 1.5px solid var(--eb-cream-d);
  border-radius: var(--eb-r);
  font-family: var(--eb-font-b);
  font-size: 15px;
  background: var(--eb-white);
  color: var(--eb-espresso);
  outline: none;
  transition: border-color var(--eb-transition);
}
.eb-input:focus { border-color: var(--eb-gold); }
.eb-input--dark {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
  color: var(--eb-white);
}
.eb-input--dark::placeholder { color: rgba(255,255,255,.5); }

/* ─── Separator ─── */
.eb-sep {
  border: none;
  border-top: 1px solid var(--eb-cream-d);
  margin-block: 24px;
}
.eb-section--dark .eb-sep { border-top-color: rgba(255,255,255,.1); }

/* ─── Legal Document ─── */
.eb-legal h1 { font-size: clamp(28px,3.5vw,42px); margin-bottom: 8px; }
.eb-legal h2 { font-size: clamp(20px,2vw,26px); margin: 40px 0 12px; color: var(--eb-espresso); }
.eb-legal h3 { font-size: 18px; margin: 28px 0 10px; color: var(--eb-espresso-2); }
.eb-legal p, .eb-legal li {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 12px;
}
.eb-legal ul { list-style: disc; padding-left: 22px; }
.eb-legal table { width:100%; border-collapse: collapse; margin-block: 20px; }
.eb-legal table th { background: var(--eb-espresso); color: #fff; padding: 10px 14px; font-size:13px; }
.eb-legal table td { padding: 9px 14px; border-bottom: 1px solid var(--eb-cream-d); font-size:13px; }
.eb-legal-highlight {
  background: var(--eb-cream);
  border-left: 4px solid var(--eb-gold);
  padding: 16px 20px;
  border-radius: 0 var(--eb-r) var(--eb-r) 0;
  margin: 20px 0;
  font-size: 14px;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  :root { --eb-section-py: 64px; }
  .eb-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --eb-section-py: 48px; }
  .eb-grid-2, .eb-grid-3 { grid-template-columns: 1fr; }
  .eb-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .eb-hero--split .eb-hero__inner { max-width: 100%; }
  .eb-hero__img { display: none; }
  .eb-h1 { font-size: clamp(30px, 8vw, 42px); }
  .eb-h2 { font-size: clamp(22px, 6vw, 32px); }
  .eb-cta-group { flex-direction: column; align-items: flex-start; }
  .eb-btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .eb-container { padding-inline: 16px; }
  .eb-grid-4 { grid-template-columns: 1fr; }
}

/* ─── Elementor-specific overrides ─── */
/* When used inside .elementor-widget-html */
.elementor-widget-html .eb-page { margin: 0; }
.elementor-section .eb-section { border-radius: 0; }/* End custom CSS */