 @import url("https://rsms.me/inter/inter.css");

:root {
    margin: 0 !important;
}

.login-page {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(4, 10, 7, .52), rgba(4, 10, 7, .78)),
        url('../img/login-golf-simulator-bg-light.webp') center / cover no-repeat fixed;
}

.login-page .container-tight { position: relative; z-index: 1; }
.login-logo .navbar-brand-image {
    filter:
        drop-shadow(1px 0 0 rgba(255, 255, 255, .95))
        drop-shadow(-1px 0 0 rgba(255, 255, 255, .95))
        drop-shadow(0 1px 0 rgba(255, 255, 255, .95))
        drop-shadow(0 -1px 0 rgba(255, 255, 255, .95))
        drop-shadow(0 .45rem 1rem rgba(0, 0, 0, .75));
}

.login-card {
    border: 1px solid rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .38);
    backdrop-filter: blur(12px);
}

.login-password-toggle {
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--tblr-secondary-color);
    background: transparent;
    line-height: 1;
}
.login-password-toggle .icon { width: 1.25rem; height: 1.25rem; }
#toggle-login-password:hover,
#toggle-login-password:focus-visible { color: var(--tblr-body-color); }

.site-navbar-brand {
    padding: 0;
}

.site-navbar-brand .navbar-brand-image {
    filter:
        drop-shadow(1px 0 0 rgba(255, 255, 255, .95))
        drop-shadow(-1px 0 0 rgba(255, 255, 255, .95))
        drop-shadow(0 1px 0 rgba(255, 255, 255, .95))
        drop-shadow(0 -1px 0 rgba(255, 255, 255, .95))
        drop-shadow(0 3px 8px rgba(255, 255, 255, .4));
}

.navbar-hero {
    background: rgba(8, 15, 12, .72);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
}

.navbar-hero .nav-link { color: rgba(255, 255, 255, .78); }
.navbar-hero .nav-link:hover,
.navbar-hero .nav-link.active { color: #fff; }

.golf-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    padding: 9.5rem 0 5.5rem;
    overflow: hidden;
    color: #fff;
    background: #09110d url('../img/golf-simulator-hero-bg.png') center / cover no-repeat;
    isolation: isolate;
}

.golf-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(90deg, rgba(4, 10, 7, .96) 0%, rgba(4, 10, 7, .8) 38%, rgba(4, 10, 7, .2) 72%, rgba(4, 10, 7, .45) 100%);
}

.golf-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -15rem;
    z-index: -1;
    width: 38rem;
    height: 38rem;
    content: '';
    border-radius: 50%;
    background: rgba(55, 178, 91, .18);
    filter: blur(20px);
}

.hero-content { position: relative; z-index: 2; max-width: 660px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .65rem; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-eyebrow-dot { width: .6rem; height: .6rem; border-radius: 50%; background: #5bd477; box-shadow: 0 0 0 .35rem rgba(91, 212, 119, .14); }
.hero-title { max-width: 650px; margin: 1.5rem 0 1.25rem; font-weight: 750; line-height: .96; letter-spacing: -.055em; }
.hero-title span { color: #72dc8b; }
.hero-copy { max-width: 540px; margin-bottom: 2rem; color: rgba(255, 255, 255, .72); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-actions .btn { min-height: 3.25rem; padding-inline: 1.45rem; border-radius: 999px; font-weight: 700; }
.btn-hero-primary { color: #07110b; border-color: #72dc8b; background: #72dc8b; }
.btn-hero-primary:hover { color: #07110b; border-color: #94e9a7; background: #94e9a7; }
.btn-hero-secondary { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.btn-hero-secondary:hover { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .14); }
.hero-stats { display: flex; gap: 2rem; margin-top: 2rem; }
.hero-stat strong { display: block; font-size: 1.25rem; color: #fff; }
.hero-stat span { color: rgba(255, 255, 255, .55); font-size: .78rem; }
.hero-player { position: absolute; right: max(2vw, calc((100vw - 1320px) / 2)); bottom: -3.5rem; z-index: 1; width: min(42vw, 580px); max-height: 84%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 1.5rem 2.5rem rgba(0, 0, 0, .45)); }

.mini-hero {
    position: relative;
    display: flex;
    min-height: 390px;
    padding: 9rem 0 4.5rem;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #07110b url('../img/schedule-mini-hero.webp') center / cover no-repeat;
    isolation: isolate;
}

.mini-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(90deg, rgba(3, 10, 6, .94) 0%, rgba(3, 10, 6, .78) 44%, rgba(3, 10, 6, .22) 100%);
}

.mini-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(114, 220, 139, .55), transparent);
}

.mini-hero h1 {
    margin: .85rem 0 .65rem;
    font-size: clamp(2.8rem, 6vw, 4.75rem);
    font-weight: 750;
    line-height: 1;
    letter-spacing: -.045em;
}

.mini-hero p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 1rem;
}

.mini-hero-breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: .55rem;
    color: rgba(255, 255, 255, .58);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    list-style: none;
    text-transform: uppercase;
}

.mini-hero-breadcrumb a {
    color: #72dc8b;
    text-decoration: none;
}

.mini-hero-breadcrumb a:hover { color: #a0edb1; }
.mini-hero-breadcrumb svg { display: block; opacity: .7; }

.rules-mini-hero { background-image: url('../img/rules-mini-hero.webp'); }
.rules-content { padding: 5rem 0 6rem; color: #17211b; background: #f7f9f7; }
.rules-list-heading { max-width: 680px; margin-bottom: 2.5rem; }
.rules-list-heading h2 { margin: 0 0 .85rem; color: #102017; font-size: clamp(2.1rem, 4vw, 3.25rem); font-weight: 750; letter-spacing: -.04em; }
.rules-list-heading p { margin: 0; color: #69766e; font-size: 1rem; line-height: 1.7; }
.rules-list { padding: 0; margin: 0; border-top: 1px solid #dce5de; list-style: none; }
.rules-list-item { display: grid; grid-template-columns: 4rem 1fr; gap: 1.25rem; padding: 1.75rem 0; border-bottom: 1px solid #dce5de; }
.rule-list-number { padding-top: .2rem; color: #2d8c48; font-size: .75rem; font-weight: 750; letter-spacing: .12em; }
.rules-list-item h3 { margin: 0 0 .45rem; color: #15231a; font-size: 1.15rem; }
.rules-list-item p { max-width: 850px; margin: 0; color: #718078; line-height: 1.7; }
.rule-rich-content-title { margin: 0 0 .45rem; color: #15231a; font-size: 1.15rem; font-weight: 700; }
.rule-rich-content-description { max-width: 850px; color: #718078; line-height: 1.7; }
.rule-rich-content > :first-child { margin-top: 0; }
.rule-rich-content > :last-child { margin-bottom: 0; }
.rule-rich-content ul, .rule-rich-content ol { padding-left: 1.25rem; }
.rules-empty-notice { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; border: 1px solid #dce5de; border-radius: 1rem; color: #31533d; background: #eef5f0; }
.rules-empty-notice svg { flex: 0 0 auto; }
.rules-empty-notice h3 { margin: 0 0 .35rem; color: #15231a; font-size: 1.15rem; }
.rules-empty-notice p { margin: 0; color: #718078; line-height: 1.6; }

.guidelines-mini-hero { background-image: url('../img/guidelines-mini-hero.webp'); }
.guidelines-document-section { padding: 5rem 0 6rem; background: #f2f5f3; }
.pdf-viewer { overflow: hidden; border: 1px solid #dbe4de; border-radius: 0.25rem; background: #fff; box-shadow: 0 1.2rem 3rem rgba(20, 49, 30, .08); }
.pdf-viewer-header { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.25rem 1.5rem; border-bottom: 1px solid #e1e8e3; }
.pdf-document-info { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.pdf-document-icon { display: grid; width: 3rem; height: 3rem; flex: 0 0 auto; place-items: center; border-radius: .85rem; color: #267541; background: #e9f7ed; }
.pdf-document-info h2 { overflow: hidden; margin: 0 0 .18rem; color: #15231a; font-size: 1.1rem; text-overflow: ellipsis; white-space: nowrap; }
.pdf-document-info span { color: #7a867e; font-size: .76rem; }
.pdf-download-button { display: inline-flex; align-items: center; gap: .45rem; flex: 0 0 auto; }

.pdf-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .75rem 1rem; border-bottom: 1px solid #dbe2dd; background: #f8faf8; }
.pdf-toolbar-group { display: flex; align-items: center; gap: .5rem; }
.pdf-page-control { display: flex; align-items: center; gap: .45rem; color: #657168; font-size: .78rem; white-space: nowrap; }
.pdf-page-control label { margin: 0; }
.pdf-page-control .form-control { width: 4rem; min-height: 2.25rem; padding: .35rem .45rem; text-align: center; }
.pdf-zoom-value { min-width: 3.5rem; color: #526159; font-size: .78rem; font-weight: 700; text-align: center; }

.pdf-stage { position: relative; display: flex; min-height: 720px; padding: 2rem; align-items: flex-start; justify-content: flex-start; overflow: auto; overscroll-behavior: contain; touch-action: pan-x pan-y; background-color: #dfe4e1; background-image: linear-gradient(45deg, rgba(255,255,255,.18) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,.18) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255,255,255,.18) 75%), linear-gradient(-45deg, transparent 75%, rgba(255,255,255,.18) 75%); background-position: 0 0, 0 8px, 8px -8px, -8px 0; background-size: 16px 16px; }
.pdf-stage.is-pannable { cursor: grab; }
.pdf-stage.is-dragging { cursor: grabbing; user-select: none; }
.pdf-stage canvas { display: none; flex: 0 0 auto; max-width: none; margin: 0 auto; background: #fff; box-shadow: 0 .75rem 2.25rem rgba(18, 31, 23, .2); }
.pdf-stage canvas.is-ready { display: block; }
.pdf-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .75rem; color: #657168; font-size: .86rem; }
.pdf-stage .alert { width: min(100%, 560px); margin: auto; }

.schedule-content-section { padding: 4.5rem 0 6rem; }
.schedule-sidebar { position: sticky; top: 6.5rem; }
.schedule-sidebar .hr-text { margin-top: 0; color: #526159; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.schedule-sidebar .card { border-color: #dfe7e1; border-radius: .85rem; box-shadow: 0 .5rem 1.5rem rgba(20, 49, 30, .045); }

.schedule-calendar-panel {
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #dce5de;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 1.25rem 3.5rem rgba(20, 49, 30, .08);
}

.schedule-calendar-heading {
    display: flex;
    padding: .4rem .5rem 1.25rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.schedule-calendar-heading h2 { margin: 0; color: #102017; font-size: 1.5rem; letter-spacing: -.025em; }
.schedule-timezone { display: inline-flex; align-items: center; gap: .45rem; color: #647169; font-size: .78rem; font-weight: 650; }

#schedule-calendar.bs-calendar { border-radius: .9rem; }
#schedule-calendar.bs-calendar { min-height: 720px; }
#schedule-calendar [data-appointment] { border-radius: .5rem !important; box-shadow: 0 4px 12px rgba(10, 30, 17, .14); transition: filter .18s ease, transform .18s ease; }
#schedule-calendar [data-appointment]:hover { z-index: 20 !important; filter: brightness(1.05); transform: translateY(-1px); }
#schedule-calendar .wc-day-header small { color: #66736a; font-weight: 700; text-transform: uppercase; }
#schedule-calendar .wc-time-label { color: #76827a; font-size: .68rem; font-weight: 650; }
#schedule-calendar .wc-day-week-view { min-width: 0; background: rgba(247, 249, 247, .48); }
#schedule-calendar .wc-day-view-time-slots > [data-day-hour] { border-color: #e5ebe7 !important; }

.schedule-event-content {
    display: flex;
    height: 100%;
    min-width: 0;
    padding: .4rem .45rem;
    flex-direction: column;
    gap: .12rem;
    overflow: hidden;
    line-height: 1.15;
}

.schedule-event-content strong,
.schedule-event-content span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.schedule-event-content strong { margin-bottom: .08rem; font-size: .7rem; font-weight: 750; }
.schedule-event-content span { display: flex; align-items: center; gap: .25rem; font-size: .58rem; opacity: .88; }
.schedule-event-content i { flex: 0 0 auto; font-size: .58rem; }

.home-sections { color: #17211b; background: #f7f9f7; }
.booking-flow-section,
.training-section,
.guidelines-section { padding: 7rem 0; }
.section-kicker { display: inline-block; margin-bottom: 1rem; color: #238442; font-size: .75rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker-light { color: #72dc8b; }
.home-section-title { margin: 0; font-size: clamp(2.25rem, 4vw, 3.65rem); font-weight: 740; line-height: 1.08; letter-spacing: -.04em; color: #102017; }
.section-heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; margin-bottom: 2rem; }
.home-section-lead { max-width: 500px; margin: 0 0 .4rem; color: #66736a; font-size: 1.04rem; line-height: 1.75; }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dfe7e1; border-radius: 1.4rem; background: #fff; box-shadow: 0 1.2rem 3rem rgba(20, 49, 30, .06); overflow: hidden; }
.booking-step { position: relative; padding: 2.25rem; }
.booking-step + .booking-step { border-left: 1px solid #e3e9e4; }
.step-number { position: absolute; top: 1.5rem; right: 1.6rem; color: #cbd5ce; font-size: .75rem; font-weight: 750; letter-spacing: .12em; }
.step-icon { display: grid; width: 3.35rem; height: 3.35rem; margin-bottom: 2rem; place-items: center; border-radius: 1rem; color: #206d37; background: #e9f7ed; }
.booking-step h3,
.training-feature h3,
.guideline-item h3 { margin: 0 0 .65rem; font-size: 1.12rem; color: inherit; }
.booking-step p,
.training-feature p,
.guideline-item p { margin: 0; color: #758078; line-height: 1.65; }
.training-section { padding-top: 0; }
.training-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; padding: clamp(3rem, 6vw, 5.5rem); overflow: hidden; border-radius: 1.75rem; color: #fff; background: radial-gradient(circle at 8% 100%, rgba(67, 185, 96, .2), transparent 38%), #0b1811; }
.training-panel::after { position: absolute; top: -10rem; right: -8rem; width: 26rem; height: 26rem; border: 1px solid rgba(114, 220, 139, .12); border-radius: 50%; content: ''; box-shadow: 0 0 0 4rem rgba(114, 220, 139, .025), 0 0 0 8rem rgba(114, 220, 139, .018); }
.training-copy { position: relative; z-index: 1; align-self: center; }
.training-copy p { max-width: 470px; margin: 1.4rem 0 2rem; color: rgba(255, 255, 255, .62); font-size: 1rem; line-height: 1.75; }
.training-link { display: inline-flex; gap: .75rem; align-items: center; color: #84e69a; font-weight: 700; text-decoration: none; }
.training-link:hover { color: #b1f2bf; }
.training-features { position: relative; z-index: 1; }
.training-feature { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255, 255, 255, .11); }
.training-feature:first-child { padding-top: 0; }
.training-feature:last-child { padding-bottom: 0; border-bottom: 0; }
.training-feature p { color: rgba(255, 255, 255, .53); }
.feature-mark { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid rgba(114, 220, 139, .28); border-radius: 50%; color: #72dc8b; font-size: .72rem; font-weight: 700; }
.guidelines-section { padding-top: 1rem; }
.guidelines-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: start; }
.guidelines-heading { position: sticky; top: 7rem; }
.guidelines-heading p { max-width: 470px; margin-top: 1.3rem; color: #718078; font-size: 1.02rem; line-height: 1.7; }
.guideline-item { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid #dce4de; }
.guideline-item:first-child { padding-top: .25rem; }
.guideline-item > span { color: #2d8c48; font-size: .76rem; font-weight: 750; letter-spacing: .1em; }
.guidelines-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 5rem; padding: 1.75rem 2rem; border: 1px solid #dce5de; border-radius: 1.25rem; background: #fff; }
.guidelines-cta span,
.guidelines-cta strong { display: block; }
.guidelines-cta span { margin-bottom: .25rem; color: #758078; font-size: .84rem; }
.guidelines-cta strong { font-size: 1.2rem; color: #17211b; }

@media (max-width: 991.98px) {
    .navbar-hero .navbar-collapse { margin-top: .75rem; padding: 1rem; border-radius: 1rem; background: rgba(8, 15, 12, .96); }
    .navbar-hero .nav-item.ms-4 { margin-left: 0 !important; margin-top: .5rem; }
    .golf-hero { min-height: 720px; padding-top: 9rem; }
    .hero-content { max-width: 58%; }
    .hero-player { right: -10rem; width: 62vw; opacity: .88; }
    .booking-flow-section,
    .training-section,
    .guidelines-section { padding: 5rem 0; }
    .section-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
    .training-panel { grid-template-columns: 1fr; gap: 3.5rem; }
    .guidelines-grid { grid-template-columns: 1fr; gap: 3rem; }
    .guidelines-heading { position: static; }
    .schedule-sidebar { position: static; }
    .rules-content { padding: 4.5rem 0; }
    .guidelines-document-section { padding: 4.5rem 0; }
    .pdf-stage { min-height: 640px; }
}

@media (max-width: 767.98px) {
    .login-page { min-height: 100svh; background-attachment: scroll; background-position: 58% center; }
    .login-page .container-tight { width: min(100%, 29rem); padding-inline: 1rem; }
    .login-card .card-body { padding: 1.5rem; }
    .golf-hero { min-height: 790px; padding: 7.8rem 0 2rem; align-items: flex-start; background-position: 62% center; }
    .golf-hero::before { background: linear-gradient(180deg, rgba(4, 10, 7, .94) 0%, rgba(4, 10, 7, .75) 52%, rgba(4, 10, 7, .42) 100%); }
    .hero-content { max-width: 100%; }
    .hero-title { max-width: 420px; margin-top: 1.1rem; }
    .hero-copy { max-width: 92%; font-size: 1rem; line-height: 1.6; }
    .hero-actions .btn { flex: 1 1 10rem; }
    .hero-stats { gap: 1.25rem; margin-top: 1.8rem; }
    .hero-player { right: -5.5rem; bottom: -4.75rem; width: 74vw; height: 48%; opacity: .68; }
    .mini-hero { min-height: 340px; padding: 8rem 0 3.5rem; background-position: 66% center; }
    .mini-hero::before { background: linear-gradient(90deg, rgba(3, 10, 6, .92) 0%, rgba(3, 10, 6, .72) 62%, rgba(3, 10, 6, .28) 100%); }
    .rules-mini-hero { background-position: 65% center; }
    .rules-content { padding: 3.75rem 0; }
    .rules-list-heading { margin-bottom: 2rem; }
    .rules-list-item { grid-template-columns: 2.5rem 1fr; gap: .75rem; padding: 1.4rem 0; }
    .rules-list-item h3 { font-size: 1.05rem; }
    .rule-rich-content-title { font-size: 1.05rem; }
    .guidelines-mini-hero { background-position: 67% center; }
    .guidelines-document-section { padding: 3.5rem 0; }
    .pdf-viewer { border-radius: 1rem; }
    .pdf-viewer-header { align-items: stretch; flex-direction: column; padding: 1rem; }
    .pdf-download-button { justify-content: center; width: 100%; }
    .pdf-toolbar { align-items: stretch; flex-direction: column; }
    .pdf-toolbar-group { justify-content: space-between; }
    .pdf-page-control { flex: 1; justify-content: center; }
    .pdf-stage { min-height: 500px; padding: 1rem; }
    .schedule-content-section { padding: 3rem 0 4rem; }
    .schedule-calendar-panel { padding: .65rem; border-radius: 1rem; }
    .schedule-calendar-heading { align-items: flex-start; flex-direction: column; padding: .35rem .35rem 1rem; }
    #schedule-calendar.bs-calendar { min-height: 680px; }
    .schedule-event-content strong { font-size: .78rem; }
    .schedule-event-content span { font-size: .68rem; }
    .booking-flow-section,
    .training-section,
    .guidelines-section { padding: 4rem 0; }
    .booking-steps { grid-template-columns: 1fr; }
    .booking-step { min-height: auto; padding: 1.7rem; }
    .booking-step + .booking-step { border-top: 1px solid #e3e9e4; border-left: 0; }
    .step-icon { margin-bottom: 2.5rem; }
    .training-section { padding-top: 0; }
    .training-panel { gap: 3rem; padding: 2.25rem 1.5rem; border-radius: 1.25rem; }
    .guidelines-section { padding-top: 0; }
    .guideline-item { grid-template-columns: 2.5rem 1fr; gap: .8rem; }
    .guidelines-cta { align-items: stretch; flex-direction: column; }
    .guidelines-cta .btn { width: 100%; }
}

@media (max-width: 420px) {
    .golf-hero { min-height: 820px; }
    .hero-player { right: -5rem; width: 88vw; }
}
