@font-face{font-family:'Lilita One';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/lilita-one-400.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Nunito';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/nunito-var.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
/* ============================================================
   Alawin casino — recensione indipendente
   Stylesheet unico condiviso da tutte le pagine
   ============================================================ */

:root {
  --bg: #2e211b;
  --bg-deep: #241a14;
  --bg-panel: #3a2a21;
  --bg-panel-2: #463327;
  --cream: #ecd2a6;
  --cream-2: #e0bf8b;
  --gold: #d9a441;
  --gold-light: #f3cf7d;
  --gold-dark: #9c6f23;
  --purple: #8e3fd1;
  --purple-2: #b45ce8;
  --accent: #f0a132;
  --text: #f1e6d4;
  --muted: #cbb69c;
  --red: #d8402f;
  --green: #4f9d5d;
  --radius: 14px;
  --maxw: 1120px;
  --border-gold: 2px solid var(--gold);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  background: var(--bg);
  background-image: radial-gradient(ellipse at 50% -10%, #4a3527 0%, var(--bg) 55%);
  color: var(--text);
  font-family: "Nunito", "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: #fff; }

h1, h2, h3, h4, h5 {
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.2;
  color: #fff;
}

h1 { font-size: clamp(2rem, 5vw, 3.1rem); text-shadow: 0 3px 0 rgba(0,0,0,.45); }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); color: var(--accent); margin: 2.6rem 0 1rem; text-shadow: 0 2px 0 rgba(0,0,0,.4); }
h3 { font-size: clamp(1.2rem, 2.6vw, 1.5rem); margin: 1.8rem 0 .8rem; color: var(--gold-light); }
h4 { font-size: 1.1rem; margin: 1.3rem 0 .6rem; color: var(--cream); }
h5 { font-size: 1rem; margin: 1rem 0 .5rem; color: var(--cream-2); }

p { margin: 0 0 1rem; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------------- Header ---------------- */

.site-header {
  background: linear-gradient(180deg, #f4dcb2 0%, var(--cream) 60%, #d9b57e 100%);
  border-bottom: 3px solid var(--gold-dark);
  position: sticky; top: 0; z-index: 60;
  box-shadow: 0 4px 14px rgba(0,0,0,.45);
}

.header-in {
  max-width: var(--maxw); margin: 0 auto; padding: 10px 20px;
  display: flex; align-items: center; gap: 18px;
}

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo img { width: 150px; height: 44px; object-fit: contain; }

.main-nav { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.main-nav a {
  font-family: "Lilita One", sans-serif;
  color: #4a3115; text-decoration: none; font-size: .95rem;
  padding: 8px 11px; border-radius: 9px; letter-spacing: .3px;
}
.main-nav a:hover { background: rgba(156,111,35,.18); color: #2c1c0a; }

.header-cta { display: flex; gap: 10px; align-items: center; }

.btn {
  display: inline-block; text-decoration: none; text-align: center;
  font-family: "Lilita One", sans-serif; letter-spacing: .6px;
  border-radius: 12px; cursor: pointer; border: var(--border-gold);
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); color: #fff; }

.btn-login {
  background: linear-gradient(180deg, #6b4423, #4a2d14);
  color: #ffd98a; padding: 9px 20px; font-size: .95rem;
  box-shadow: 0 3px 0 var(--gold-dark);
}
.btn-register {
  background: linear-gradient(180deg, var(--purple-2), var(--purple));
  color: #fff; padding: 9px 20px; font-size: .95rem;
  box-shadow: 0 3px 0 #5c2390, inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-big {
  padding: 15px 40px; font-size: 1.25rem;
  background: linear-gradient(180deg, var(--purple-2), var(--purple));
  color: #fff; box-shadow: 0 4px 0 #5c2390, inset 0 2px 0 rgba(255,255,255,.35);
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #45280a; padding: 12px 30px; font-size: 1.05rem;
  box-shadow: 0 4px 0 var(--gold-dark);
}

/* Burger */
.burger {
  display: none; background: none; border: 2px solid var(--gold-dark);
  border-radius: 9px; padding: 7px 10px; cursor: pointer; margin-left: auto;
}
.burger span { display: block; width: 22px; height: 3px; background: #4a3115; margin: 4px 0; border-radius: 2px; }

/* ---------------- Hero ---------------- */

.hero { padding: 34px 0 8px; text-align: center; }
.hero .kicker {
  display: inline-block; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--gold-dark); border-radius: 20px;
  padding: 4px 14px; margin-bottom: 14px;
}
.rating-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  background: var(--bg-panel); border: var(--border-gold); border-radius: 30px;
  padding: 7px 18px; font-size: .95rem; color: var(--gold-light);
  font-family: "Lilita One", sans-serif;
}
.rating-badge .stars { color: var(--accent); letter-spacing: 2px; }

.hero-duo {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px;
  align-items: stretch; margin-top: 26px; text-align: center;
}
.hero-duo .hero-shot { margin: 0; max-width: none; height: 100%; }
.hero-duo .hero-shot img { height: 100%; object-fit: cover; object-position: top left; }

.offer-box {
  background: linear-gradient(135deg, #3d2647 0%, var(--bg-panel) 70%);
  border: var(--border-gold); border-radius: var(--radius);
  padding: 22px 24px 20px; box-shadow: 0 10px 30px rgba(0,0,0,.45);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.offer-box .offer-label {
  font-size: .8rem; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}
.offer-box .offer-value {
  font-family: "Lilita One", sans-serif; font-size: clamp(1.4rem, 4vw, 1.9rem);
  color: #fff; line-height: 1.25; margin-bottom: 14px; text-shadow: 0 2px 0 rgba(0,0,0,.4);
}
.offer-box .offer-value span { color: var(--gold-light); display: block; font-size: .75em; }
.pay-icons { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 14px; flex-wrap: wrap; }
.pay-chip {
  background: #f6ecd9; border-radius: 6px; padding: 4px 8px;
  display: inline-flex; align-items: center; justify-content: center; min-height: 24px;
}

.quick-nav { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 20px auto 0; }
.quick-nav a {
  font-family: "Lilita One", sans-serif; font-size: .85rem; letter-spacing: .5px;
  color: var(--cream); text-decoration: none; border: 1px solid var(--gold-dark);
  border-radius: 20px; padding: 6px 16px; background: rgba(0,0,0,.2);
}
.quick-nav a:hover { background: var(--bg-panel-2); color: #fff; border-color: var(--gold); }

.cta-block { text-align: center; margin: 1.6rem 0 2rem; }

.cta-row td { background: linear-gradient(90deg, rgba(142,63,209,.14), transparent) !important; }
.cta-row .btn { padding: 9px 26px; font-size: .9rem; }

.sticky-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: linear-gradient(180deg, #4a2d5c, #3d2647);
  border-top: 2px solid var(--gold);
  padding: 10px 14px; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -6px 20px rgba(0,0,0,.5);
}
.sticky-bar .sticky-offer {
  font-family: "Lilita One", sans-serif; color: #fff; font-size: .95rem; line-height: 1.2; margin: 0;
}
.sticky-bar .sticky-offer span { color: var(--gold-light); }
.sticky-bar .btn { white-space: nowrap; }

.hero-shot { margin: 26px auto 0; max-width: 960px; }
.hero-shot img {
  width: 100%; border: 3px solid var(--gold); border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(0,0,0,.55);
}

/* ---------------- Content ---------------- */

.content { padding: 10px 0 40px; }
.content > .wrap > p, .content li { color: var(--text); }

figure { margin: 1.6rem 0; }
figure img {
  width: 100%; border: 2px solid var(--gold-dark); border-radius: var(--radius);
  box-shadow: 0 8px 26px rgba(0,0,0,.45);
}
figcaption { font-size: .85rem; color: var(--muted); text-align: center; padding-top: .55rem; }

ul, ol { margin: 0 0 1rem 1.3rem; }
li { margin-bottom: .45rem; }

/* Tables */
.table-wrap {
  overflow-x: auto; margin: 1.4rem 0; border-radius: var(--radius);
  border: 2px solid var(--gold-dark);
  -webkit-overflow-scrolling: touch;
}
table { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--bg-deep); font-size: .95rem; }
caption { caption-side: top; text-align: left; font-family: "Lilita One", sans-serif; color: var(--gold-light); padding: 12px 14px 8px; background: var(--bg-deep); font-size: 1rem; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid #4a382b; vertical-align: top; }
th { background: linear-gradient(180deg, #55402f, #463324); color: var(--gold-light); font-family: "Lilita One", sans-serif; font-weight: 400; letter-spacing: .4px; white-space: nowrap; }
tr:last-child td { border-bottom: none; }
tr:nth-child(even) td { background: rgba(255,255,255,.025); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 1.4rem 0; }
.card {
  background: linear-gradient(180deg, var(--bg-panel-2), var(--bg-panel));
  border: 2px solid var(--gold-dark); border-radius: var(--radius);
  padding: 18px 18px 16px; position: relative;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
.card .tag {
  display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: 1px;
  font-family: "Lilita One", sans-serif; border-radius: 6px; padding: 3px 9px; margin-bottom: 9px;
}
.tag-casino { background: var(--gold); color: #45280a; }
.tag-sport { background: var(--purple); color: #fff; }
.tag-crypto { background: #2e7d4f; color: #eaffea; }
.tag-special { background: var(--red); color: #fff; }
.card h3, .card h4 { margin-top: 0; }
.card p { font-size: .92rem; color: var(--muted); margin-bottom: 0; }
.card .offer { font-family: "Lilita One", sans-serif; font-size: 1.15rem; color: #fff; margin: 2px 0 8px; }

/* Slot cards */
.slot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 1.4rem 0; }
.slot-card {
  background: var(--bg-deep); border: 2px solid var(--gold-dark); border-radius: 12px;
  overflow: hidden; text-align: center; position: relative;
}
.slot-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.slot-card .name { font-family: "Lilita One", sans-serif; font-size: .82rem; color: var(--cream); padding: 8px 6px 10px; line-height: 1.25; }
.slot-card .badge {
  position: absolute; top: 8px; left: 8px; background: var(--red); color: #fff;
  font-size: .64rem; font-family: "Lilita One", sans-serif; letter-spacing: .8px;
  padding: 2px 8px; border-radius: 5px; text-transform: uppercase;
}
.slot-card .badge.exclusive { background: var(--purple); }

/* ---------------- Wheel / Spin & Win ---------------- */

.spin-band {
  display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center;
  background: linear-gradient(135deg, #3d2647 0%, var(--bg-panel) 60%);
  border: var(--border-gold); border-radius: var(--radius);
  padding: 28px; margin: 1.6rem 0;
}
.wheel-visual { position: relative; width: 260px; height: 260px; margin: 0 auto; flex-shrink: 0; cursor: pointer; }
.wheel-visual.spun { cursor: default; }
.wheel.manual { animation: none; transition: transform 3.6s cubic-bezier(.12,.68,.16,1); }
.wheel {
  width: 100%; height: 100%; border-radius: 50%;
  background: conic-gradient(
    var(--purple) 0 45deg, var(--gold) 45deg 90deg,
    var(--red) 90deg 135deg, var(--gold-light) 135deg 180deg,
    var(--purple-2) 180deg 225deg, var(--gold) 225deg 270deg,
    #7c3aa8 270deg 315deg, var(--gold-light) 315deg 360deg);
  border: 6px solid var(--gold);
  box-shadow: 0 0 0 4px #45280a, 0 10px 30px rgba(0,0,0,.5), inset 0 0 30px rgba(0,0,0,.35);
  animation: wheelspin 24s linear infinite;
}
@keyframes wheelspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .wheel { animation: none; } }
.wicon {
  position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; margin: -17px 0 0 -17px;
  transform: rotate(var(--a)) translateY(-86px);
  color: #fff; display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.55));
}
.wheel-hub {
  position: absolute; inset: 0; margin: auto; width: 92px; height: 92px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe9b0, var(--gold) 70%);
  border: 4px solid #45280a; display: flex; align-items: center; justify-content: center;
  font-family: "Lilita One", sans-serif; color: #45280a; font-size: .8rem; text-align: center; line-height: 1.15;
}
.wheel-pointer {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent;
  border-top: 22px solid var(--red); filter: drop-shadow(0 2px 2px rgba(0,0,0,.5)); z-index: 2;
}
.spin-copy h3 { margin-top: 0; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 10px; }
.btn-row .btn-gold { padding: 15px 32px; font-size: 1.1rem; }

/* Fact box / quick table */
.fact-note {
  background: var(--bg-deep); border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 1.3rem 0; font-size: .95rem; color: var(--muted);
}

/* Verdict */
.verdict {
  background: linear-gradient(135deg, #3d2647, var(--bg-panel));
  border: var(--border-gold); border-radius: var(--radius); padding: 24px; margin: 1.6rem 0;
}
.verdict h3 { margin-top: 0; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 1.4rem 0; }
.pros, .cons { background: var(--bg-deep); border-radius: var(--radius); padding: 18px 20px; border: 2px solid var(--gold-dark); }
.pros h3 { color: #8fd39a; margin-top: 0; font-size: 1.15rem; }
.cons h3 { color: #e79a8e; margin-top: 0; font-size: 1.15rem; }
.pros ul, .cons ul { margin-bottom: 0; }

/* Review quotes */
.review-quote {
  background: var(--bg-deep); border: 2px solid var(--gold-dark); border-radius: var(--radius);
  padding: 18px 22px; margin: 1.4rem 0;
}
.review-quote blockquote { margin: 0; font-style: italic; color: var(--text); }
.review-quote .review-meta { font-size: .85rem; color: var(--muted); margin: .8rem 0 0; }
.review-quote.negative { border-color: #8a4a3a; }
.review-quote .review-stars { color: var(--accent); letter-spacing: 2px; font-size: 1rem; }
.review-quote.negative .review-stars { color: #e07b6a; }

/* FAQ */
.faq-item { border: 2px solid var(--gold-dark); border-radius: 12px; margin-bottom: 12px; background: var(--bg-deep); overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 15px 18px; font-family: "Lilita One", sans-serif;
  color: var(--cream); font-size: 1rem; list-style: none; position: relative; padding-right: 44px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.5rem; font-family: "Nunito", sans-serif;
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item .faq-body { padding: 0 18px 15px; color: var(--muted); font-size: .95rem; }
.faq-item .faq-body p { margin-bottom: .6rem; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------------- Popup ---------------- */

.popup-overlay {
  position: fixed; inset: 0; background: rgba(15,9,5,.75); z-index: 100;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.popup-overlay.show { display: flex; }
.popup {
  background: linear-gradient(180deg, #f4dcb2, var(--cream-2));
  border: 3px solid var(--gold); border-radius: 18px; max-width: 430px; width: 100%;
  padding: 30px 26px 26px; text-align: center; position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.popup h3 { color: #45280a; margin: 0 0 6px; font-size: 1.45rem; text-shadow: none; }
.popup .popup-offer { font-family: "Lilita One", sans-serif; color: var(--purple); font-size: 1.7rem; margin: 4px 0 10px; }
.popup p { color: #5d4324; font-size: .95rem; }
.popup-close {
  position: absolute; top: -14px; right: -14px; width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe9b0, var(--gold) 75%);
  border: 3px solid #45280a; color: #45280a; font-size: 1.15rem; font-weight: 700;
  cursor: pointer; line-height: 1;
}

/* ---------------- Footer ---------------- */

.site-footer {
  background: var(--bg-deep); border-top: 3px solid var(--gold-dark);
  margin-top: 40px; padding: 36px 0 24px; font-size: .92rem;
}
.footer-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 20px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
}
.site-footer .ft-title { display: block; margin: 0 0 .8rem; color: var(--gold-light); font-family: "Lilita One", sans-serif; font-size: 1.1rem; }
.site-footer ul { list-style: none; margin: 0; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }

.providers-row {
  max-width: var(--maxw); margin: 26px auto 0; padding: 18px 20px 0;
  border-top: 1px solid #4a382b; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.provider-chip {
  border: 1px solid var(--gold-dark); border-radius: 20px; padding: 5px 15px;
  color: var(--muted); font-size: .82rem; font-family: "Lilita One", sans-serif; letter-spacing: .5px;
}

.socials-row { display: flex; gap: 12px; justify-content: center; margin: 20px 0 4px; }
.social-link {
  width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--gold-dark);
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  color: var(--gold-light); font-family: "Lilita One", sans-serif; font-size: .8rem;
}
.social-link:hover { background: var(--bg-panel); color: #fff; }

.footer-bottom {
  max-width: var(--maxw); margin: 14px auto 0; padding: 16px 20px 0;
  border-top: 1px solid #4a382b; text-align: center; color: var(--muted); font-size: .82rem;
}
.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; border: 3px solid var(--red);
  color: var(--red); font-family: "Lilita One", sans-serif; font-size: 1rem; margin-bottom: 10px;
}

/* Breadcrumbs (inner pages) */
.breadcrumbs { font-size: .85rem; color: var(--muted); padding: 18px 0 0; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs span { color: var(--gold-light); }

/* ---------------- Responsive ---------------- */

@media (max-width: 960px) {
  .hero-duo { grid-template-columns: 1fr; }
  .hero-duo .offer-box { order: -1; }
  .hero-duo .hero-shot img { height: auto; }
  .main-nav { display: none; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 3px solid var(--gold-dark); padding: 12px 18px 16px;
    box-shadow: 0 12px 24px rgba(0,0,0,.4); gap: 2px; margin: 0;
  }
  .main-nav.open a { padding: 11px 10px; }
  .burger { display: block; }
  .header-cta { margin-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .spin-band { grid-template-columns: 1fr; text-align: center; }
  .btn-row { justify-content: center; margin-top: 16px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-in { padding: 8px 10px; gap: 8px; }
  .logo img { width: 104px; height: 31px; }
  .btn-login, .btn-register { padding: 7px 10px; font-size: .78rem; border-width: 1px; border-radius: 9px; }
  .burger { padding: 6px 8px; }
  .burger span { width: 19px; }
  .pros-cons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .wheel-visual { width: 220px; height: 220px; }
  .wicon { transform: rotate(var(--a)) translateY(-72px); width: 28px; height: 28px; margin: -14px 0 0 -14px; }
  .hero { padding-top: 24px; }
  table { font-size: .88rem; }
}

@media (max-width: 820px) {
  .sticky-bar.show { display: flex; }
}
