:root { --accent: #2563eb; --text: #111827; --muted: #6b7280; --bg: #ffffff; --bg2: #f9fafb; --border: #e5e7eb; --radius: 16px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--text); background: var(--bg); margin: 0; line-height: 1.6; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.section-title { font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; }
.btn-primary-land { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 1rem; text-decoration: none; transition: opacity .15s, transform .15s; border: none; cursor: pointer; }
.btn-primary-land:hover { opacity: .9; transform: translateY(-1px); color: #fff; }
.btn-outline-land { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--accent); padding: 12px 24px; border-radius: 100px; font-weight: 600; font-size: .95rem; text-decoration: none; border: 2px solid var(--accent); transition: all .15s; }
.btn-outline-land:hover { background: var(--accent); color: #fff; }
.card-land { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.footer-land { background: var(--bg2); border-top: 1px solid var(--border); padding: 32px 0; text-align: center; color: var(--muted); font-size: .88rem; }
.footer-land a { color: var(--muted); text-decoration: none; margin: 0 12px; }
.footer-land a:hover { color: var(--text); }
/* FAQ accordion */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 18px 0; font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--text); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; color: var(--muted); }
.faq-a.open { max-height: 300px; padding-bottom: 16px; }
/* Countdown */
.countdown-box { background: var(--bg2); border-radius: var(--radius); padding: 12px 18px; text-align: center; min-width: 72px; }
.countdown-num { font-size: 2.2rem; font-weight: 800; line-height: 1; }
.countdown-unit { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin-top: 4px; }
/* Testimonials */
.testimonial-card { background: var(--bg2); border-radius: var(--radius); padding: 24px; }
/* Gallery */
.gallery-img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; }
/* Pricing highlight */
.pricing-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 24px; text-align: center; }
.pricing-card.highlight { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(37,99,235,.1); }
/* Team */
.team-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; background: var(--accent); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 700; margin: 0 auto 12px; }
/* Form */
.form-land input, .form-land textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: .95rem; font-family: inherit; outline: none; transition: border-color .15s; background: var(--bg); color: var(--text); }
.form-land input:focus, .form-land textarea:focus { border-color: var(--accent); }
.form-land textarea { min-height: 120px; resize: vertical; }
/* Video embed */
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
/* Branding footer */
.isiti-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: .82rem; text-decoration: none; }
.isiti-badge:hover { color: var(--accent); }
/* Social Links */
.social-links-list { display: flex; flex-direction: column; gap: 10px; }
.social-link-card { display: flex; align-items: center; gap: 14px; background: var(--bg2); border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; text-decoration: none; color: var(--text); transition: transform .15s, box-shadow .15s; }
.social-link-card:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.1); color: var(--text); }
.social-link-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.25rem; flex-shrink: 0; }
.social-link-label { flex: 1; font-weight: 600; font-size: .95rem; }
.social-copy-btn { background: none; border: none; cursor: pointer; color: var(--muted); padding: 6px 7px; border-radius: 8px; font-size: .9rem; transition: all .15s; line-height: 1; flex-shrink: 0; }
.social-copy-btn:hover { color: var(--accent); background: rgba(37,99,235,.08); }
.copy-tooltip { position: fixed; background: #1f2937; color: #fff; padding: 5px 12px; border-radius: 8px; font-size: .78rem; font-weight: 500; pointer-events: none; z-index: 9999; opacity: 0; transition: opacity .15s; white-space: nowrap; }
/* Cookie banner */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #1f2937; color: #f9fafb; padding: 16px 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(0,0,0,.2); font-size: .88rem; line-height: 1.5; }
#cookie-banner p { margin: 0; flex: 1; min-width: 200px; }
#cookie-banner a { color: #93c5fd; }
.cookie-btn-accept  { background: transparent; color: #f9fafb; border: 1.5px solid rgba(255,255,255,.7); border-radius: 8px; padding: 9px 20px; font-size: .88rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
.cookie-btn-decline { background: transparent; color: #f9fafb; border: 1.5px solid rgba(255,255,255,.7); border-radius: 8px; padding: 9px 20px; font-size: .88rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
/* Dark theme Bootstrap overrides */
body[data-theme="dark"] .border-bottom { border-color: var(--border) !important; }
/* Form consent */
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; font-size: .85rem; color: var(--muted); }
.form-consent input[type=checkbox] { margin-top: 2px; flex-shrink: 0; width: 16px; height: 16px; cursor: pointer; }
.form-consent a { color: var(--accent); }
/* Anchor offset for fixed demo banner */
section { scroll-margin-top: 60px; }
/* Map block */
.map-block { height: 350px; border-radius: var(--radius); overflow: hidden; z-index: 0; position: relative; }
/* Hours block */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: .95rem; }
.hours-table tr.hours-today td { background: rgba(37,99,235,.07); font-weight: 700; color: var(--accent); }
.hours-open-badge { display: inline-block; background: #dcfce7; color: #16a34a; border-radius: 100px; padding: 2px 10px; font-size: .78rem; font-weight: 600; }
.hours-closed-badge { display: inline-block; background: #fee2e2; color: #dc2626; border-radius: 100px; padding: 2px 10px; font-size: .78rem; font-weight: 600; }
/* Events block */
.event-card { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.event-date-box { flex-shrink: 0; text-align: center; background: var(--accent); color: #fff; border-radius: 12px; width: 60px; height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.event-day { font-size: 1.5rem; font-weight: 800; line-height: 1; }
.event-month { font-size: .72rem; text-transform: uppercase; letter-spacing: .5px; opacity: .85; }
/* Scroll animations */
@keyframes _rFadeUp { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
.anim { opacity: 0; transform: translateY(36px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.anim.in { opacity: 1; transform: none; }
#hero .section-title { animation: _rFadeUp .8s cubic-bezier(.22,1,.36,1) .15s both; }
#hero .section-sub   { animation: _rFadeUp .7s cubic-bezier(.22,1,.36,1) .32s both; }
