@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;background:linear-gradient(165deg,#0a1628 0%,#122035 45%,#0d1b2a 100%);color:#dce4ef;line-height:1.6;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font:inherit;cursor:pointer;border:none;background:none}

.lvc-topbar{background:#060e18;border-bottom:1px solid rgba(232,184,109,.15);padding:.45rem 0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.lvc-topbar__inner{max-width:1180px;margin:0 auto;padding:0 1.25rem;display:flex;justify-content:flex-end}
.lvc-topbar__link{color:#94a3b8;transition:color .2s}
.lvc-topbar__link:hover{color:#e8b86d}

.lvc-header{position:sticky;top:0;z-index:900;background:rgba(10,22,40,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,214,160,.12)}
.lvc-header__inner{max-width:1180px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.lvc-logo{display:flex;align-items:center;gap:.65rem;font-family:'Libre Baskerville',serif;font-size:1.05rem;font-weight:700;color:#f8fafc}
.lvc-logo img{width:38px;height:38px;border-radius:10px;object-fit:cover;border:1px solid rgba(232,184,109,.35)}
.lvc-nav{display:flex;gap:1.75rem}
.lvc-nav a{font-size:.9rem;font-weight:500;color:#94a3b8;position:relative;padding:.25rem 0;transition:color .2s}
.lvc-nav a:hover,.lvc-nav a.is-active{color:#06d6a0}
.lvc-nav a.is-active::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#06d6a0,#e8b86d);border-radius:2px}
.lvc-burger{display:none;flex-direction:column;gap:5px;padding:.35rem}
.lvc-burger span{width:24px;height:2px;background:#e8b86d;border-radius:2px;transition:transform .3s,opacity .3s}
.lvc-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lvc-burger.is-open span:nth-child(2){opacity:0}
.lvc-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.lvc-main{max-width:1180px;margin:0 auto;padding:2rem 1.25rem 3rem}
.lvc-intro{margin-bottom:2rem;padding:1.75rem 2rem;background:linear-gradient(135deg,rgba(6,214,160,.08),rgba(232,184,109,.06));border:1px solid rgba(6,214,160,.18);border-radius:16px}
.lvc-intro h1{font-family:'Libre Baskerville',serif;font-size:clamp(1.45rem,3vw,2rem);color:#f1f5f9;margin-bottom:.75rem;line-height:1.3}
.lvc-intro p{color:#94a3b8;font-size:.95rem;max-width:820px}
.lvc-intro em{color:#e8b86d;font-style:normal}

.lvc-table-wrap{overflow-x:auto;border-radius:18px;border:1px solid rgba(148,163,184,.12);background:rgba(15,23,36,.65)}
.lvc-table{width:100%;border-collapse:collapse;min-width:860px}
.lvc-table thead{background:linear-gradient(90deg,#0f1c30,#152a42)}
.lvc-table th{padding:1rem .85rem;text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b;border-bottom:1px solid rgba(148,163,184,.15)}
.lvc-table th:last-child{text-align:center}
.lvc-table tbody tr{border-bottom:1px solid rgba(148,163,184,.08);transition:background .25s}
.lvc-table tbody tr:hover{background:rgba(6,214,160,.04)}
.lvc-table td{padding:1.1rem .85rem;vertical-align:middle}
.lvc-brand{display:flex;flex-direction:column;align-items:center;gap:.45rem;min-width:110px}
.lvc-brand__logo{width:110px;height:58px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;padding:.45rem .65rem}
.lvc-brand__logo--dark{background:transparent;border:1px solid rgba(148,163,184,.12)}
.lvc-brand__logo img{max-height:44px;width:auto;object-fit:contain}
.lvc-brand__name{font-size:.68rem;color:#64748b;text-align:center}
.lvc-offer strong{display:block;font-family:'Libre Baskerville',serif;font-size:1.15rem;color:#e8b86d;line-height:1.25;margin-bottom:.2rem}
.lvc-offer span{font-size:.78rem;color:#64748b}
.lvc-deposit{font-weight:600;color:#06d6a0;font-size:1rem}
.lvc-rating{display:flex;align-items:center;gap:.55rem}
.lvc-stars{color:#e8b86d;font-size:.85rem;letter-spacing:1px}
.lvc-score{width:36px;height:36px;border-radius:50%;border:2px solid #e8b86d;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem;color:#e8b86d;flex-shrink:0}
.lvc-cta{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.35rem;background:linear-gradient(135deg,#06d6a0,#059669);color:#042f2e;font-weight:700;font-size:.82rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;transition:transform .2s,box-shadow .2s;white-space:nowrap}
.lvc-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(6,214,160,.35)}
.lvc-terms{display:block;padding:.55rem 1.25rem .85rem;font-size:.62rem;line-height:1.45;color:#475569;background:rgba(6,10,18,.4)}
.lvc-table-note{padding:1rem 1.25rem;font-size:.78rem;color:#64748b;text-align:center;border-top:1px solid rgba(148,163,184,.1)}

.lvc-page{max-width:860px;margin:0 auto}
.lvc-page h1{font-family:'Libre Baskerville',serif;font-size:clamp(1.5rem,3vw,2.1rem);color:#f1f5f9;margin-bottom:1.25rem}
.lvc-page h2{font-family:'Libre Baskerville',serif;font-size:1.15rem;color:#e8b86d;margin:1.75rem 0 .65rem}
.lvc-page p,.lvc-page li{color:#94a3b8;font-size:.92rem;margin-bottom:.75rem}
.lvc-page ul{padding-left:1.25rem;margin-bottom:1rem}
.lvc-page ul li{list-style:disc;margin-bottom:.4rem}

.lvc-about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2rem}
.lvc-about-card{padding:1.5rem;background:rgba(15,23,36,.7);border:1px solid rgba(148,163,184,.1);border-radius:14px;border-left:3px solid #06d6a0}
.lvc-about-card h3{font-family:'Libre Baskerville',serif;color:#f1f5f9;margin-bottom:.5rem;font-size:1.05rem}
.lvc-contact-box{margin-top:1.5rem;padding:1.5rem;background:rgba(6,214,160,.06);border:1px solid rgba(6,214,160,.2);border-radius:14px}
.lvc-contact-box a{color:#06d6a0;font-weight:600}

.lvc-footer{background:#060e18;border-top:1px solid rgba(148,163,184,.1);margin-top:2rem}
.lvc-footer__warn{padding:1.5rem 1.25rem;text-align:center;font-weight:600;font-size:.88rem;color:#cbd5e1;border-bottom:1px solid rgba(148,163,184,.08)}
.lvc-footer__inner{max-width:1180px;margin:0 auto;padding:2.5rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}
.lvc-footer__brand .lvc-logo{margin-bottom:1rem}
.lvc-footer__brand p{font-size:.82rem;color:#64748b;margin-bottom:1rem}
.lvc-footer__links{display:flex;flex-direction:column;gap:.45rem}
.lvc-footer__links a{font-size:.85rem;color:#94a3b8;transition:color .2s}
.lvc-footer__links a:hover{color:#06d6a0}
.lvc-footer__heading{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.85rem}
.lvc-footer__compliance{background:#040a12;padding:1.25rem;border-top:1px solid rgba(148,163,184,.08)}
.lvc-footer__compliance p{text-align:center;font-size:.78rem;color:#64748b;margin-bottom:1rem}
.lvc-footer__badges{display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:center}
.lvc-footer__badges img{height:50px;width:auto;margin-top:8px}
.lvc-footer__copy{text-align:center;padding:1rem;font-size:.75rem;color:#475569;border-top:1px solid rgba(148,163,184,.06)}

.lvc-age-overlay{position:fixed;inset:0;z-index:9999;background:rgba(4,10,18,.92);display:flex;align-items:center;justify-content:center;padding:1.25rem}
.lvc-age-overlay.is-hidden{display:none}
.lvc-age-box{max-width:480px;width:100%;background:#0f1c30;border:1px solid rgba(6,214,160,.25);border-radius:18px;padding:2rem;text-align:center}
.lvc-age-box h2{font-family:'Libre Baskerville',serif;color:#f1f5f9;margin-bottom:.75rem;font-size:1.35rem}
.lvc-age-box p{color:#94a3b8;font-size:.88rem;margin-bottom:.65rem}
.lvc-age-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.25rem;flex-wrap:wrap}
.lvc-btn-yes{padding:.75rem 1.75rem;background:linear-gradient(135deg,#06d6a0,#059669);color:#042f2e;font-weight:700;border-radius:999px}
.lvc-btn-no{padding:.75rem 1.75rem;border:1px solid rgba(148,163,184,.3);color:#94a3b8;border-radius:999px}

.lvc-cookie{position:fixed;bottom:0;left:0;right:0;z-index:8000;background:#0f1c30;border-top:1px solid rgba(6,214,160,.2);padding:1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .4s}
.lvc-cookie.is-visible{transform:translateY(0)}
.lvc-cookie p{font-size:.82rem;color:#94a3b8;max-width:680px}
.lvc-cookie__actions{display:flex;gap:.65rem;flex-wrap:wrap}
.lvc-cookie__btn{padding:.55rem 1.15rem;background:#06d6a0;color:#042f2e;font-weight:600;border-radius:8px;font-size:.82rem}
.lvc-cookie__link{padding:.55rem 1.15rem;border:1px solid rgba(148,163,184,.25);color:#94a3b8;border-radius:8px;font-size:.82rem}

@media(max-width:768px){
  .lvc-burger{display:flex}
  .lvc-nav{position:fixed;top:0;right:0;width:260px;height:100vh;background:#0a1628;flex-direction:column;padding:5rem 1.5rem 2rem;gap:1.25rem;transform:translateX(100%);transition:transform .35s;border-left:1px solid rgba(148,163,184,.1);z-index:850}
  .lvc-nav.is-open{transform:translateX(0)}
  .lvc-intro{padding:1.25rem}
  .lvc-table td,.lvc-table th{padding:.75rem .55rem}
  .lvc-cta{padding:.6rem 1rem;font-size:.75rem}
}
