/* page CSS for html5-codice-sorgente-slot-machine-it - isolated per RUNBOOK principle 2
   Visual identity: midnight-green surface + warm gold accent + cool mint highlight.
   Every component rule is scoped to the page wrapper so nothing leaks into the
   shared header/footer injected by site-layout.js. */
:root{
  --fd-bg:#04140f;
  --fd-surface:#0a2018;
  --fd-card:#0f2b21;
  --fd-card-2:#123328;
  --fd-primary:#4fd1a5;
  --fd-primary-dark:#2fae86;
  --fd-accent:#d4a13c;
  --fd-accent-dark:#b3832a;
  --fd-text:#f2f7f4;
  --fd-text-body:#dbe8e2;
  --fd-muted:#9db3aa;
  --fd-border:rgba(212,161,60,0.18);
  --fd-border-soft:rgba(79,209,165,0.16);
  --fd-radius:14px;
  --fd-radius-lg:22px;
  --fd-shadow:0 6px 28px rgba(0,0,0,0.45);
  --fd-glow-mint:0 0 30px rgba(79,209,165,0.16);
  --fd-glow-gold:0 0 30px rgba(212,161,60,0.22);
}
#page-html5-codice-sorgente-slot-machine-it *,#page-html5-codice-sorgente-slot-machine-it *::before,#page-html5-codice-sorgente-slot-machine-it *::after{box-sizing:border-box;}
body{
  font-family:"Inter",system-ui,sans-serif;
  font-size:16px;
  line-height:1.6;
  background-color:#04140f;
  color:#dbe8e2;
  margin:0;
  padding:0;
}
#page-html5-codice-sorgente-slot-machine-it{font-family:"Inter",system-ui,sans-serif;font-size:16px;line-height:1.6;color:var(--fd-text-body);background:var(--fd-bg);}
#page-html5-codice-sorgente-slot-machine-it img{max-width:100%;height:auto;}

/* ---- BUTTONS ---- */
#page-html5-codice-sorgente-slot-machine-it .click-btn,
#page-html5-codice-sorgente-slot-machine-it .banner-btn-prime,
#page-html5-codice-sorgente-slot-machine-it .ghl-cta,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-primary,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-gold{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:linear-gradient(135deg,#d4a13c 0%,#c08f2f 100%);
  color:#04140f;font-family:"Inter",system-ui,sans-serif;font-weight:700;font-size:16px;
  border:none;border-radius:10px;padding:15px 34px;cursor:pointer;
  transition:background .2s,transform .15s,box-shadow .2s;
  text-decoration:none;white-space:nowrap;min-height:48px;
}
#page-html5-codice-sorgente-slot-machine-it .click-btn:hover,
#page-html5-codice-sorgente-slot-machine-it .banner-btn-prime:hover,
#page-html5-codice-sorgente-slot-machine-it .ghl-cta:hover,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-primary:hover,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-gold:hover{
  background:linear-gradient(135deg,#e2b352 0%,#b3832a 100%);
  color:#04140f;transform:translateY(-2px);box-shadow:var(--fd-glow-gold);
}
#page-html5-codice-sorgente-slot-machine-it .click-btn:focus-visible,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-gold:focus-visible,
#page-html5-codice-sorgente-slot-machine-it .banner-btn-prime:focus-visible,
#page-html5-codice-sorgente-slot-machine-it .ghl-cta:focus-visible,
#page-html5-codice-sorgente-slot-machine-it .btn-cta-primary:focus-visible{outline:3px solid var(--fd-primary);outline-offset:3px;}
#page-html5-codice-sorgente-slot-machine-it .btn-cta-mint{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:transparent;color:var(--fd-primary);font-weight:700;font-size:16px;
  border:2px solid var(--fd-primary);border-radius:10px;padding:13px 30px;cursor:pointer;
  transition:background .2s,color .2s,transform .15s;text-decoration:none;min-height:48px;
}
#page-html5-codice-sorgente-slot-machine-it .btn-cta-mint:hover{background:var(--fd-primary);color:#04140f;transform:translateY(-2px);}

/* ---- SECTION SCAFFOLD ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-section{padding:84px 0;}
#page-html5-codice-sorgente-slot-machine-it .fd-section-alt{background:var(--fd-surface);}
#page-html5-codice-sorgente-slot-machine-it .fd-section-deep{background:linear-gradient(180deg,#04140f 0%,#071a14 100%);}
#page-html5-codice-sorgente-slot-machine-it .fd-container{max-width:1200px;margin:0 auto;padding:0 24px;}
#page-html5-codice-sorgente-slot-machine-it .fd-section-eyebrow{
  display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--fd-accent);background:rgba(212,161,60,0.12);border:1px solid rgba(212,161,60,0.32);
  border-radius:100px;padding:5px 18px;margin-bottom:18px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-section-eyebrow-mint{
  color:var(--fd-primary);background:rgba(79,209,165,0.10);border-color:rgba(79,209,165,0.30);
}
#page-html5-codice-sorgente-slot-machine-it .fd-section-title{
  font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.16;
  color:var(--fd-text);margin:0 0 16px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-section-subtitle{font-size:18px;line-height:1.7;color:var(--fd-text-body);margin:0 0 40px;}
#page-html5-codice-sorgente-slot-machine-it .fd-text-center{text-align:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-rule{
  width:72px;height:3px;margin:0 auto 28px;border-radius:3px;
  background:linear-gradient(90deg,var(--fd-accent),var(--fd-primary));
}
#page-html5-codice-sorgente-slot-machine-it .fd-section-cta{display:flex;justify-content:center;margin-top:44px;}
#page-html5-codice-sorgente-slot-machine-it section h2,
#page-html5-codice-sorgente-slot-machine-it .fd-section-title,
#page-html5-codice-sorgente-slot-machine-it .fd-banner h2,
#page-html5-codice-sorgente-slot-machine-it .fd-cta-section h2{text-align:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-split-text h2,
#page-html5-codice-sorgente-slot-machine-it .fd-split-text h3,
#page-html5-codice-sorgente-slot-machine-it .fd-col-feature h3,
#page-html5-codice-sorgente-slot-machine-it .fd-admin-item .fd-t,
#page-html5-codice-sorgente-slot-machine-it .fd-tile .fd-t,
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-body .fd-t{text-align:left;}
#page-html5-codice-sorgente-slot-machine-it .fd-section-title{margin-left:auto;margin-right:auto;}

/* ---- HERO (flat + static gradient only, no media) ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(160deg,#04140f 0%,#0a2018 45%,#0d2a20 72%,#04140f 100%);
  padding:104px 0 84px;
  border-bottom:1px solid var(--fd-border-soft);
}
#page-html5-codice-sorgente-slot-machine-it .fd-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse 720px 420px at 50% 0%,rgba(212,161,60,0.10) 0%,transparent 70%),
    radial-gradient(ellipse 520px 340px at 12% 92%,rgba(79,209,165,0.09) 0%,transparent 72%);
}
#page-html5-codice-sorgente-slot-machine-it .fd-hero-inner{position:relative;z-index:2;display:block;}
#page-html5-codice-sorgente-slot-machine-it .fd-hero-text{max-width:900px;margin:0 auto;text-align:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-hero-badge{
  display:inline-flex;align-items:center;gap:9px;
  background:rgba(79,209,165,0.10);border:1px solid rgba(79,209,165,0.32);
  border-radius:100px;padding:7px 18px;margin:0 auto 26px;
  font-size:13px;font-weight:600;color:var(--fd-primary);letter-spacing:.06em;
}
#page-html5-codice-sorgente-slot-machine-it .fd-hero h1{
  font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.08;
  color:var(--fd-text);margin:0 0 24px;letter-spacing:-.01em;
}
#page-html5-codice-sorgente-slot-machine-it .fd-hero h1 .fd-hero-gold{color:var(--fd-accent);}
#page-html5-codice-sorgente-slot-machine-it .fd-hero-sub{
  font-size:18px;line-height:1.75;color:var(--fd-text-body);
  margin:0 auto 36px;max-width:820px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-hero-cta-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;}

/* ---- BREADCRUMB ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb{background:var(--fd-surface);border-bottom:1px solid var(--fd-border-soft);padding:15px 0;}
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb-list{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  list-style:none;margin:0;padding:0;font-size:14px;color:var(--fd-muted);
}
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb-list li+li::before{content:'/';margin-right:8px;color:var(--fd-border);}
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb-list a{color:var(--fd-muted);}
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb-list a:hover{color:var(--fd-accent);}
#page-html5-codice-sorgente-slot-machine-it .fd-breadcrumb-list li:last-child{color:var(--fd-text-body);}

/* ---- INTRO: asymmetric lead card + two stacked notes ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-intro{background:var(--fd-bg);}
#page-html5-codice-sorgente-slot-machine-it .fd-intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch;}
#page-html5-codice-sorgente-slot-machine-it .fd-intro-card{
  background:var(--fd-card);border:1px solid var(--fd-border-soft);border-radius:var(--fd-radius-lg);
  padding:34px 32px;position:relative;overflow:hidden;
  display:flex;flex-direction:column;height:100%;
}
#page-html5-codice-sorgente-slot-machine-it .fd-intro-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--fd-accent),var(--fd-primary));
}
#page-html5-codice-sorgente-slot-machine-it .fd-intro-card p{color:var(--fd-text-body);font-size:16px;line-height:1.8;margin:0;}
#page-html5-codice-sorgente-slot-machine-it .fd-intro-num{
  font-size:15px;font-weight:800;letter-spacing:.18em;color:var(--fd-accent);
  margin-bottom:14px;display:block;
}

/* ---- BANNER ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-banner{
  position:relative;overflow:hidden;
  background-size:cover;background-position:center;
  padding:96px 0;text-align:center;
}
#page-html5-codice-sorgente-slot-machine-it .fd-banner-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(4,20,15,0.92),rgba(10,32,24,0.86));
}
#page-html5-codice-sorgente-slot-machine-it .fd-banner-content{position:relative;z-index:2;}
#page-html5-codice-sorgente-slot-machine-it .fd-banner h2{
  font-size:clamp(27px,3.8vw,44px);font-weight:800;color:var(--fd-text);
  margin:0 0 16px;line-height:1.2;max-width:900px;margin-left:auto;margin-right:auto;
}
#page-html5-codice-sorgente-slot-machine-it .fd-banner-sub{font-size:20px;color:var(--fd-accent);font-weight:600;margin:0 0 32px;}
#page-html5-codice-sorgente-slot-machine-it .fd-banner-note{
  font-size:17px;color:var(--fd-text-body);margin:0 auto 34px;max-width:620px;line-height:1.7;
}

/* ---- GALLERY (18 screens, dense masonry-ish grid) ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-section{background:var(--fd-surface);}
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-scroll{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
  gap:16px;margin-top:8px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-item{
  position:relative;border-radius:var(--fd-radius);overflow:hidden;
  border:1px solid var(--fd-border-soft);background:var(--fd-card);
  transition:transform .25s,box-shadow .25s,border-color .25s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-item:hover{transform:translateY(-6px);border-color:rgba(79,209,165,0.45);box-shadow:var(--fd-glow-mint);}
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-item img{display:block;width:100%;height:190px;object-fit:cover;}
#page-html5-codice-sorgente-slot-machine-it .fd-gallery-label{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(4,20,15,0.94));
  padding:20px 12px 11px;font-size:13px;font-weight:600;color:var(--fd-text);
}

/* ---- SLOT CATEGORIES: text tiles, no imagery ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-categories{background:var(--fd-bg);}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-tile{
  display:flex;flex-direction:column;
  background:linear-gradient(140deg,#0f2b21 0%,#0a2018 100%);
  border:1px solid var(--fd-border-soft);border-radius:var(--fd-radius);
  overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-tile:hover{border-color:var(--fd-accent);transform:translateY(-3px);box-shadow:var(--fd-glow-gold);}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-media{position:relative;aspect-ratio:16/9;background:#071a14;overflow:hidden;}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-media img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .35s ease;
}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-tile:hover .fd-cat-media img{transform:scale(1.05);}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-mark{
  position:absolute;top:12px;left:12px;
  min-width:38px;height:38px;padding:0 8px;border-radius:10px;
  background:rgba(4,20,15,0.82);border:1px solid rgba(212,161,60,0.45);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:800;color:var(--fd-accent);
  backdrop-filter:blur(4px);
}
#page-html5-codice-sorgente-slot-machine-it .fd-cat-name{
  font-size:16px;font-weight:600;color:var(--fd-text);
  padding:18px 20px;text-align:center;
}

/* ---- PLAYER FEATURES: wide alternating rows (not a 3-card row) ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-showcase{display:flex;flex-direction:column;gap:22px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-row{
  display:grid;grid-template-columns:96px 1fr;gap:28px;align-items:center;
  background:var(--fd-card);border:1px solid var(--fd-border-soft);
  border-left:3px solid var(--fd-primary);
  border-radius:var(--fd-radius-lg);padding:30px 34px;
  transition:border-color .2s,transform .2s,background .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-row:nth-child(even){border-left-color:var(--fd-accent);background:var(--fd-card-2);}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-row:hover{transform:translateX(5px);}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-icon{
  width:96px;height:96px;border-radius:20px;
  background:radial-gradient(circle at 30% 30%,rgba(79,209,165,0.20),rgba(212,161,60,0.10));
  border:1px solid var(--fd-border-soft);
  display:flex;align-items:center;justify-content:center;font-size:38px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-body .fd-t{font-size:21px;font-weight:700;color:var(--fd-text);margin:0 0 10px;}
#page-html5-codice-sorgente-slot-machine-it .fd-showcase-body p{font-size:16px;color:var(--fd-text-body);line-height:1.75;margin:0;}

/* ---- ADMIN PANEL: numbered two-column list ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-admin-item{
  display:flex;gap:20px;align-items:flex-start;
  background:var(--fd-surface);border:1px solid var(--fd-border-soft);
  border-radius:var(--fd-radius);padding:26px 24px;
  transition:border-color .2s,transform .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-admin-item:hover{border-color:var(--fd-accent);transform:translateY(-3px);}
#page-html5-codice-sorgente-slot-machine-it .fd-admin-num{
  width:42px;height:42px;flex-shrink:0;border-radius:12px;
  background:linear-gradient(135deg,var(--fd-primary),var(--fd-primary-dark));
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:800;color:#04140f;
}
#page-html5-codice-sorgente-slot-machine-it .fd-admin-item .fd-t{font-size:17px;font-weight:700;color:var(--fd-text);margin:0 0 8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-admin-item p{font-size:16px;color:var(--fd-text-body);line-height:1.7;margin:0;}

/* ---- KEY CHARACTERISTICS: compact tiles ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-tile{
  background:var(--fd-card);border:1px solid var(--fd-border-soft);
  border-radius:var(--fd-radius);padding:26px 24px;position:relative;
  transition:border-color .2s,box-shadow .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-tile:hover{border-color:rgba(212,161,60,0.55);box-shadow:var(--fd-glow-gold);}
#page-html5-codice-sorgente-slot-machine-it .fd-tile-tag{
  display:inline-block;width:30px;height:3px;border-radius:3px;
  background:var(--fd-accent);margin-bottom:16px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-tile:nth-child(3n+2) .fd-tile-tag{background:var(--fd-primary);}
#page-html5-codice-sorgente-slot-machine-it .fd-tile .fd-t{font-size:17px;font-weight:700;color:var(--fd-text);margin:0 0 10px;}
#page-html5-codice-sorgente-slot-machine-it .fd-tile p{font-size:16px;color:var(--fd-text-body);line-height:1.7;margin:0;}

/* ---- OFFER / RELATED LINK CARDS ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-link-card{
  display:flex;align-items:center;gap:12px;
  background:var(--fd-card);border:1px solid var(--fd-border-soft);
  border-radius:var(--fd-radius);padding:18px 20px;
  color:var(--fd-text-body);font-size:16px;font-weight:600;
  transition:border-color .2s,background .2s,color .2s,transform .2s;
  text-decoration:none;min-height:56px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-link-card:hover{border-color:var(--fd-primary);background:rgba(79,209,165,0.08);color:var(--fd-text);transform:translateY(-3px);}
#page-html5-codice-sorgente-slot-machine-it .fd-link-arrow{font-size:17px;color:var(--fd-accent);flex-shrink:0;}
#page-html5-codice-sorgente-slot-machine-it .fd-links-grid--wide{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-auto-rows:1fr;margin-top:28px;}
#page-html5-codice-sorgente-slot-machine-it .fd-links-grid--wide .fd-link-card{align-items:flex-start;line-height:1.6;padding:20px 22px;}
#page-html5-codice-sorgente-slot-machine-it .fd-links-grid--wide .fd-link-arrow{line-height:1.6;}

  display:block;padding:16px 20px;border-radius:var(--fd-radius);
  border:1px dashed var(--fd-border);color:var(--fd-text-body);font-size:16px;line-height:1.6;
  transition:border-color .2s,color .2s,background .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-blog-list a:hover{border-color:var(--fd-primary);color:var(--fd-text);background:rgba(79,209,165,0.06);}

/* ---- BULLET LIST ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-bullet-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 40px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-bullet-item{
  display:flex;align-items:flex-start;gap:14px;
  padding:15px 0;border-bottom:1px solid var(--fd-border-soft);
}
#page-html5-codice-sorgente-slot-machine-it .fd-bullet-check{
  width:26px;height:26px;flex-shrink:0;border-radius:8px;
  background:linear-gradient(135deg,var(--fd-primary),var(--fd-primary-dark));
  display:flex;align-items:center;justify-content:center;
  color:#04140f;margin-top:2px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-bullet-item span{font-size:16px;color:var(--fd-text-body);line-height:1.65;}

/* ---- SPLIT ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-split-img{border-radius:var(--fd-radius-lg);overflow:hidden;border:1px solid var(--fd-border-soft);box-shadow:var(--fd-shadow);}
#page-html5-codice-sorgente-slot-machine-it .fd-split-img img{display:block;width:100%;height:auto;}
#page-html5-codice-sorgente-slot-machine-it .fd-split-text h2{font-size:clamp(26px,3.4vw,40px);font-weight:800;color:var(--fd-text);margin:0 0 20px;line-height:1.2;}
#page-html5-codice-sorgente-slot-machine-it .fd-split-text p{font-size:17px;color:var(--fd-text-body);line-height:1.8;margin:0 0 28px;}

/* ---- TWO COLUMN FEATURE ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:44px;}
#page-html5-codice-sorgente-slot-machine-it .fd-col-feature{
  background:linear-gradient(150deg,#0f2b21 0%,#0a2018 100%);
  border:1px solid var(--fd-border);border-radius:var(--fd-radius-lg);padding:38px 34px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-col-feature h3{font-size:clamp(20px,2.6vw,27px);font-weight:800;color:var(--fd-text);margin:0 0 14px;}
#page-html5-codice-sorgente-slot-machine-it .fd-col-feature p{font-size:16px;color:var(--fd-text-body);line-height:1.8;margin:0;}
#page-html5-codice-sorgente-slot-machine-it .fd-col-feature-icon{
  width:58px;height:58px;border-radius:16px;margin-bottom:20px;
  background:rgba(212,161,60,0.12);border:1px solid rgba(212,161,60,0.34);
  display:flex;align-items:center;justify-content:center;font-size:26px;
}

/* ---- CTA SECTION ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-cta-section{background:var(--fd-surface);padding:84px 0;text-align:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-cta-inner{
  background:linear-gradient(135deg,rgba(212,161,60,0.10),rgba(79,209,165,0.07));
  border:1px solid var(--fd-border);
  border-radius:var(--fd-radius-lg);padding:58px 40px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-cta-inner h2{font-size:clamp(25px,3.6vw,40px);font-weight:800;color:var(--fd-text);margin:0 0 16px;}
#page-html5-codice-sorgente-slot-machine-it .fd-cta-inner p{font-size:18px;color:var(--fd-text-body);margin:0 auto 34px;max-width:760px;line-height:1.75;}

/* ---- PARTNER STRIP ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-partner{
  background:linear-gradient(135deg,#04140f 0%,#0d2a20 50%,#04140f 100%);
  padding:76px 0;text-align:center;border-top:1px solid var(--fd-border-soft);
  border-bottom:1px solid var(--fd-border-soft);
}
#page-html5-codice-sorgente-slot-machine-it .fd-partner h3{font-size:clamp(24px,3.4vw,38px);font-weight:800;color:var(--fd-text);margin:0 0 16px;text-align:center;}
#page-html5-codice-sorgente-slot-machine-it .fd-partner p{font-size:17px;color:var(--fd-text-body);margin:0 auto 34px;max-width:600px;line-height:1.75;}

/* ---- FAQ ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-faq{margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-list{border:1px solid var(--fd-border-soft);border-radius:var(--fd-radius-lg);overflow:hidden;background:var(--fd-card);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-item{border-bottom:1px solid var(--fd-border-soft);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-item:last-child{border-bottom:none;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-h{margin:0;font-size:inherit;font-weight:inherit;text-align:left;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q{
  width:100%;display:flex;align-items:flex-start;gap:16px;
  background:transparent;color:var(--fd-text);border:0;cursor:pointer;text-align:left;
  font-family:"Inter",system-ui,sans-serif;font-size:17px;font-weight:600;line-height:1.5;
  padding:22px 26px;min-height:48px;position:relative;
  transition:background .2s,color .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q:hover{background:rgba(255,255,255,.04);color:var(--fd-accent);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q:focus-visible{outline:3px solid var(--fd-primary);outline-offset:-3px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"]{background:rgba(212,161,60,.08);color:var(--fd-accent);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"]::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--fd-accent);
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-num{
  flex:0 0 34px;width:34px;height:34px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(79,209,165,0.10);border:1px solid rgba(79,209,165,0.30);
  font-size:13px;font-weight:800;letter-spacing:.04em;color:var(--fd-primary);
  transition:background .2s,border-color .2s,color .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"] .fd-faq-num{
  background:rgba(212,161,60,0.14);border-color:rgba(212,161,60,0.45);color:var(--fd-accent);
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q > span:not(.fd-faq-num):not(.fd-faq-icon){flex:1 1 auto;padding-top:5px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-icon{position:relative;flex:0 0 22px;width:22px;height:22px;margin-top:6px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-icon::before,#page-html5-codice-sorgente-slot-machine-it .fd-faq-icon::after{
  content:"";position:absolute;left:50%;top:50%;background:var(--fd-primary);
  border-radius:2px;transform:translate(-50%,-50%);transition:transform .25s,background .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-icon::before{width:14px;height:2px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-icon::after{width:2px;height:14px;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"] .fd-faq-icon::before,
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"] .fd-faq-icon::after{background:var(--fd-accent);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-q[aria-expanded="true"] .fd-faq-icon::after{transform:translate(-50%,-50%) scaleY(0);}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-panel{display:none;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-panel.is-open{display:block;}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-a{
  margin:0 26px;padding:20px 0 26px;font-size:16px;line-height:1.8;color:var(--fd-text-body);
  border-top:1px solid var(--fd-border-soft);
}
#page-html5-codice-sorgente-slot-machine-it .fd-faq-panel.is-open{background:rgba(79,209,165,.04);}
#page-html5-codice-sorgente-slot-machine-it .fd-ans-label{color:var(--fd-primary);font-weight:800;margin-right:6px;}

/* ---- TESTIMONIALS ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial{
  background:var(--fd-card);border:1px solid var(--fd-border-soft);
  border-radius:var(--fd-radius-lg);padding:34px 30px;position:relative;
}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial::before{
  content:'\201C';position:absolute;top:18px;right:26px;
  font-size:74px;font-weight:900;line-height:1;
  color:rgba(212,161,60,0.16);font-family:Georgia,serif;
}
#page-html5-codice-sorgente-slot-machine-it .fd-stars{display:flex;gap:4px;margin-bottom:16px;}
#page-html5-codice-sorgente-slot-machine-it .fd-star{color:var(--fd-accent);font-size:18px;}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial-text{font-size:16px;color:var(--fd-text-body);line-height:1.8;margin:0 0 24px;font-style:italic;}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial-author{display:flex;align-items:center;gap:14px;}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial-avatar{
  width:48px;height:48px;border-radius:50%;overflow:hidden;
  border:2px solid var(--fd-primary);flex-shrink:0;
}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial-avatar img{width:100%;height:100%;object-fit:cover;}
#page-html5-codice-sorgente-slot-machine-it .fd-testimonial-name{font-size:16px;font-weight:700;color:var(--fd-text);}

/* ---- AREA WE SERVE ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-area-card{
  background:var(--fd-card);border:1px solid var(--fd-border-soft);
  border-radius:var(--fd-radius-lg);padding:30px 26px;
  transition:border-color .2s,transform .2s;
}
#page-html5-codice-sorgente-slot-machine-it .fd-area-card:hover{border-color:var(--fd-accent);transform:translateY(-4px);}
#page-html5-codice-sorgente-slot-machine-it .fd-area-flag{font-size:30px;margin-bottom:14px;}
#page-html5-codice-sorgente-slot-machine-it .fd-area-card h3{
  font-size:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--fd-accent);margin:0 0 10px;text-align:left;
}
#page-html5-codice-sorgente-slot-machine-it .fd-area-phone{font-size:16px;font-weight:600;color:var(--fd-text);margin-bottom:8px;}
#page-html5-codice-sorgente-slot-machine-it .fd-area-phone a{color:var(--fd-text);}
#page-html5-codice-sorgente-slot-machine-it .fd-area-phone a:hover{color:var(--fd-primary);}
#page-html5-codice-sorgente-slot-machine-it .fd-area-address{font-size:16px;color:var(--fd-text-body);line-height:1.65;margin:0;}

/* ---- CONTACT FORM ---- */
#page-html5-codice-sorgente-slot-machine-it .fd-contact-lead{
  font-size:17px;line-height:1.7;color:var(--fd-text-body);
  max-width:720px;margin:0 auto 40px;
}
#page-html5-codice-sorgente-slot-machine-it .fd-contact-card{
  max-width:860px;margin:0 auto;
  background:var(--fd-card);border:1px solid var(--fd-border);
  border-radius:var(--fd-radius-lg);box-shadow:var(--fd-shadow);
  padding:10px;overflow:hidden;
}
#page-html5-codice-sorgente-slot-machine-it .fd-contact-frame{
  width:100%;min-height:820px;border:0;display:block;
  border-radius:calc(var(--fd-radius-lg) - 8px);background:#fff;
}

/* ---- RESPONSIVE ---- */
@media (max-width:1024px){
  #page-html5-codice-sorgente-slot-machine-it .fd-split,#page-html5-codice-sorgente-slot-machine-it .fd-two-col{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-split-img{order:-1;}
  #page-html5-codice-sorgente-slot-machine-it .fd-intro-grid{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #page-html5-codice-sorgente-slot-machine-it .fd-bullet-grid{grid-template-columns:1fr;}
}
@media (max-width:768px){
  #page-html5-codice-sorgente-slot-machine-it .fd-section{padding:58px 0;}
  #page-html5-codice-sorgente-slot-machine-it .fd-hero{padding:74px 0 58px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-banner{padding:72px 0;}
  #page-html5-codice-sorgente-slot-machine-it .fd-admin-grid{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-testimonials-grid{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-area-grid{grid-template-columns:1fr 1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-cta-inner{padding:38px 22px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-showcase-row{grid-template-columns:1fr;gap:18px;padding:26px 24px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-showcase-icon{width:72px;height:72px;font-size:30px;}
}
@media (max-width:560px){
  #page-html5-codice-sorgente-slot-machine-it .fd-hero-cta-row{flex-direction:column;align-items:stretch;}
  #page-html5-codice-sorgente-slot-machine-it .click-btn,#page-html5-codice-sorgente-slot-machine-it .btn-cta-gold,#page-html5-codice-sorgente-slot-machine-it .banner-btn-prime,#page-html5-codice-sorgente-slot-machine-it .ghl-cta,#page-html5-codice-sorgente-slot-machine-it .btn-cta-primary,#page-html5-codice-sorgente-slot-machine-it .btn-cta-mint{width:100%;justify-content:center;}
  #page-html5-codice-sorgente-slot-machine-it .fd-area-grid{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-gallery-scroll{grid-template-columns:1fr 1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-cat-grid{grid-template-columns:1fr;}
  #page-html5-codice-sorgente-slot-machine-it .fd-contact-card{padding:6px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-contact-frame{min-height:900px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-faq-num{flex:0 0 30px;width:30px;height:30px;font-size:12px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-faq-a{margin:0 18px;padding:16px 0 22px;}
  #page-html5-codice-sorgente-slot-machine-it .fd-faq-q{font-size:16px;padding:18px;gap:12px;}
}
@media (prefers-reduced-motion:reduce){
  #page-html5-codice-sorgente-slot-machine-it *,#page-html5-codice-sorgente-slot-machine-it *::before,#page-html5-codice-sorgente-slot-machine-it *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important;}
}
