/*
Theme Name: Hotel Lucky Resort Casino
Theme URI: https://luckyresort.rest/
Author: Hotel Lucky Resort Casino
Description: Hotel Lucky Resort Casino information theme.
Version: 1.0.0
Text Domain: luckyresort
*/

:root {
  --navy-950: #020817;
  --navy-900: #04122f;
  --navy-800: #06245c;
  --blue-700: #074bb2;
  --blue-500: #0d8df0;
  --blue-300: #69c7ff;
  --gold: #f4c84e;
  --gold-light: #ffe98b;
  --text: #f4f8ff;
  --muted: #c9d8ee;
  --line: rgba(244, 200, 78, .58);
  --card: linear-gradient(145deg, rgba(7, 35, 86, .9), rgba(2, 13, 39, .96));
  --hover-card: linear-gradient(145deg, rgba(9, 73, 163, .98), rgba(4, 30, 82, .98));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 90% 8%, rgba(13,141,240,.23), transparent 28rem),
    radial-gradient(circle at 8% 35%, rgba(7,75,178,.18), transparent 34rem),
    var(--navy-950);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
.site-shell { width: min(calc(100% - 64px), 1370px); margin: auto; }
.site-header { padding: 20px 0 16px; background: rgba(2,8,23,.82); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 22px; min-width: 0; max-width: calc(100% - 110px); color: inherit; text-decoration: none; }
.brand-icon { flex: 0 0 94px; width: 94px; height: 94px; object-fit: cover; border: 2px solid var(--gold); border-radius: 24px; box-shadow: 0 0 28px rgba(13,141,240,.35); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.12; }
.brand-title { color: var(--gold-light); font-size: clamp(1.75rem,3.4vw,3.35rem); font-weight: 850; letter-spacing: -.035em; text-shadow: 0 2px 12px rgba(0,0,0,.8),0 0 20px rgba(13,141,240,.28); }
.brand-tagline { margin-top: 9px; color: var(--gold); font-size: clamp(.86rem,1.65vw,1.55rem); font-weight: 500; letter-spacing: .015em; }
.age-badge { display: grid; place-items: center; flex: 0 0 74px; width: 74px; height: 74px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-light); background: linear-gradient(145deg,#074ba8,#031536); font-weight: 900; font-size: 1.35rem; box-shadow: 0 0 22px rgba(13,141,240,.3); }
.header-line, .section-line { height: 1px; background: linear-gradient(90deg,transparent,var(--gold),var(--blue-300),transparent); opacity: .75; }

.hero { text-align: center; padding: 78px 0 76px; }
.eyebrow { display: inline-flex; padding: 10px 28px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); background: rgba(6,36,92,.45); font-size: 1.05rem; letter-spacing: .04em; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 25px 0 22px; font-size: clamp(2.8rem,6vw,5.4rem); line-height: 1.02; letter-spacing: -.045em; color: var(--gold-light); text-shadow: 0 0 32px rgba(13,141,240,.34); }
.hero-lead { max-width: 980px; margin: 0 auto 42px; color: #e9f2ff; font-size: clamp(1.1rem,2vw,1.5rem); line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; text-align: center; }
.mini-card { padding: 28px 25px; border: 1px solid var(--line); border-radius: 28px; background: rgba(4,24,63,.66); }
.mini-card.wide { grid-column: 1 / -1; }
.mini-icon, .card-icon { color: var(--gold); font-size: 2rem; line-height: 1; margin-bottom: 12px; }
.mini-card strong { display: block; color: var(--gold-light); letter-spacing: .12em; font-size: .9rem; }
.mini-card p { margin: 7px 0 0; font-size: 1.15rem; }

.content-section { padding: 74px 0; }
.section-heading { text-align: center; max-width: 1050px; margin: 0 auto 34px; }
h2 { color: var(--gold); font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1.12; letter-spacing: -.025em; margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.13rem; }
.section-heading strong, .footer-copy strong { color: var(--gold-light); }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.info-card { min-height: 100%; padding: 34px 32px; border: 1px solid var(--line); border-radius: 28px; background: var(--card); box-shadow: 0 20px 45px rgba(0,0,0,.23); transition: transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease; }
.info-card:hover { transform: translateY(-8px); border-color: var(--blue-300); background: var(--hover-card); box-shadow: 0 25px 42px rgba(0,0,0,.4),0 0 38px rgba(13,141,240,.58); }
.card-title { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 22px; }
.card-icon { flex: 0 0 55px; display: grid; place-items: center; width: 55px; height: 55px; border: 1px solid var(--gold); border-radius: 50%; }
.card-kicker { color: var(--gold); font-weight: 800; font-size: 1rem; line-height: 1.3; text-transform: uppercase; }
.card-title h3 { margin: 5px 0 0; font-size: 1.25rem; line-height: 1.3; }
.info-card p { color: #ecf4ff; }
.info-card ul { margin: 0; padding: 0; list-style: none; color: var(--muted); }
.info-card li { position: relative; padding-left: 24px; margin: 10px 0; }
.info-card li::before { content: "›"; position: absolute; left: 2px; color: var(--gold); font-weight: 900; }

.site-footer { padding: 70px 0 28px; background: linear-gradient(180deg,rgba(3,18,49,.25),rgba(3,16,42,.92)); }
.footer-wrap { width: min(calc(100% - 64px),1370px); margin: auto; }
.footer-title { margin: 45px 0 38px; font-size: clamp(2rem,4vw,3.2rem); color: var(--gold); text-align: center; }
.footer-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; font-size: 1.17rem; color: #e3edfb; }
.footer-meta { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: end; margin-top: 55px; padding-top: 28px; border-top: 1px solid rgba(105,199,255,.3); color: var(--muted); }
.footer-meta p { margin: 3px 0; overflow-wrap: anywhere; }
.footer-nav { display: flex; justify-content: flex-end; gap: 24px; flex-wrap: wrap; }
.footer-nav a { color: var(--gold-light); text-decoration: none; }
.copyright { grid-column: 1 / -1; margin-top: 18px!important; text-align: center; font-size: .9rem; opacity: .75; }

@media (max-width: 960px) {
  .cards { grid-template-columns: 1fr; }
  .brand { gap: 16px; }
  .brand-icon { flex-basis: 78px; width: 78px; height: 78px; border-radius: 20px; }
  .footer-copy { gap: 35px; }
}
@media (max-width: 680px) {
  .site-shell,.footer-wrap { width: min(calc(100% - 32px),1370px); }
  .site-header { padding-top: 12px; }
  .header-inner { gap: 10px; }
  .brand { max-width: calc(100% - 66px); gap: 10px; }
  .brand-icon { flex-basis: 54px; width: 54px; height: 54px; border-radius: 13px; }
  .brand-title { font-size: clamp(1.05rem,5vw,1.55rem); line-height: 1.05; }
  .brand-tagline { margin-top: 4px; font-size: clamp(.61rem,2.7vw,.85rem); line-height: 1.15; }
  .age-badge { flex-basis: 56px; width: 56px; height: 56px; font-size: 1rem; }
  .hero { padding: 54px 0; }
  .eyebrow { padding: 8px 16px; font-size: .88rem; }
  .feature-grid,.footer-copy,.footer-meta { grid-template-columns: 1fr; }
  .mini-card.wide { grid-column: auto; }
  .content-section { padding: 54px 0; }
  .info-card { padding: 27px 23px; }
  .footer-nav { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .info-card { transition: none; }
  .info-card:hover { transform: none; }
}
