/* Operator marketing + signup pages (2026-06-14).
   Loaded by for-operators.html, operator-signup.html, operator-welcome.html, operator-login.html.
   All rules are .ops-*-prefixed so they never collide with the player-facing styles in style.css. */

.btn-pill { display: inline-block; padding: 12px 24px; font-size: 15px; font-weight: 600; border-radius: 8px; border: 1px solid transparent; cursor: pointer; line-height: 1; text-align: center; transition: background .15s, transform .15s, box-shadow .15s; }
.btn-pill.primary { background: var(--green); color: white; border-color: var(--green); }
.btn-pill.primary:hover { background: #0a3e25; text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(15,81,50,.25); }
.btn-pill.outline { background: white; color: var(--green); border-color: var(--green); }
.btn-pill.outline:hover { background: #F0FDF4; text-decoration: none; }
.btn-pill.block { display: block; width: 100%; padding-top: 14px; padding-bottom: 14px; font-size: 16px; }

.ops-hero { padding: 70px 28px 50px; background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%); }
.ops-hero-inner { max-width: 920px; margin: 0 auto; text-align: center; }
.ops-hero h1 { font-size: 42px; line-height: 1.15; margin: 0 0 18px; color: var(--text); font-weight: 700; }
.ops-hero p { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0 auto 28px; max-width: 700px; }
.ops-hero p strong { color: var(--text); }
.ops-hero-cta { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 16px; }
.ops-guarantee { color: var(--muted); font-size: 13px; margin-top: 4px; }
@media (max-width: 640px) { .ops-hero { padding: 40px 18px; } .ops-hero h1 { font-size: 30px; } .ops-hero p { font-size: 16px; } }

.ops-features { padding: 50px 28px; background: white; }
.ops-features-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.ops-feature-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 22px; }
.ops-feature-icon { font-size: 28px; margin-bottom: 10px; }
.ops-feature-card h3 { margin: 0 0 6px; font-size: 17px; color: var(--text); }
.ops-feature-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

.ops-pricing { padding: 70px 28px; background: var(--bg); }
.ops-pricing-inner { max-width: 1100px; margin: 0 auto; }
.ops-pricing-inner h2 { font-size: 32px; text-align: center; margin: 0 0 8px; }
.ops-pricing-sub { text-align: center; color: var(--muted); margin: 0 0 36px; font-size: 15px; }
.ops-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; align-items: stretch; }
.ops-pricing-card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; display: flex; flex-direction: column; position: relative; }
.ops-pricing-card.popular { border-color: var(--green); box-shadow: var(--shadow); transform: scale(1.02); }
.ops-pricing-ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--green); color: white; padding: 4px 14px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.ops-pricing-tag { display: inline-block; background: #E0F2FE; color: #075985; padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; margin-bottom: 12px; }
.ops-pricing-card h3 { margin: 0 0 4px; font-size: 22px; font-weight: 700; }
.ops-pricing-amount { font-size: 38px; font-weight: 700; color: var(--text); margin: 8px 0 18px; }
.ops-pricing-amount span { font-size: 16px; color: var(--muted); font-weight: 500; }
.ops-pricing-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.ops-pricing-features li { padding: 6px 0; font-size: 14.5px; color: var(--text); border-bottom: 1px solid #F1F5F9; }
.ops-pricing-features li:last-child { border-bottom: 0; }
.ops-pricing-features li::before { content: "\2713  "; color: var(--green-light); font-weight: 700; }
.ops-enterprise { text-align: center; margin-top: 28px; color: var(--muted); font-size: 14px; }

.ops-vs { padding: 70px 28px; background: white; }
.ops-vs-inner { max-width: 1100px; margin: 0 auto; }
.ops-vs-inner h2 { text-align: center; font-size: 28px; margin: 0 0 32px; }
.ops-vs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.ops-vs-card { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px; }
.ops-vs-card h3 { margin: 0 0 4px; font-size: 19px; }
.ops-vs-tag { color: var(--muted); margin: 0 0 14px; font-size: 13px; }
.ops-vs-card ul { list-style: none; padding: 0; margin: 0 0 16px; }
.ops-vs-card ul li { padding: 6px 0; font-size: 14px; line-height: 1.5; }
.ops-vs-best { color: var(--muted); font-size: 13.5px; line-height: 1.55; padding-top: 12px; border-top: 1px solid var(--border); margin: 0; }

.ops-faq { padding: 60px 28px; background: var(--bg); }
.ops-faq-inner { max-width: 760px; margin: 0 auto; }
.ops-faq-inner h2 { text-align: center; font-size: 28px; margin: 0 0 28px; }
.ops-faq details { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 16px 20px; margin-bottom: 10px; }
.ops-faq summary { font-weight: 600; cursor: pointer; font-size: 15px; }
.ops-faq details p { margin: 12px 0 0; color: var(--muted); line-height: 1.6; font-size: 14.5px; }

.ops-footer { background: #0F1419; color: #B0B8C5; padding: 50px 28px 20px; margin-top: 30px; }
.ops-footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 720px) { .ops-footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; } }
.ops-footer-brand p { font-size: 13.5px; line-height: 1.6; color: #B0B8C5; margin: 0 0 8px; }
.ops-footer-brand .ops-footer-by { color: #6B7480; font-size: 12.5px; margin-top: 12px; }
.ops-footer-brand .ops-footer-by a { color: #B0B8C5; text-decoration: underline; }
.ops-footer-links h4 { color: white; font-size: 13.5px; margin: 0 0 12px; font-weight: 600; }
.ops-footer-links a { display: block; color: #B0B8C5; font-size: 13.5px; padding: 4px 0; text-decoration: none; }
.ops-footer-links a:hover { color: white; }
.ops-footer-copy { max-width: 1100px; margin: 36px auto 0; padding-top: 18px; border-top: 1px solid #2A3340; text-align: center; color: #6B7480; font-size: 12.5px; }

.ops-checkout { max-width: 1100px; margin: 36px auto; padding: 0 24px 60px; }
.ops-checkout-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 32px; align-items: start; }
@media (max-width: 880px) { .ops-checkout-grid { grid-template-columns: 1fr; } }
.ops-checkout-summary { background: var(--bg); border-radius: 12px; padding: 28px; border: 1px solid var(--border); }
.ops-checkout-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin: 0 0 6px; }
.ops-checkout-summary h3 { margin: 0 0 4px; font-size: 26px; }
.ops-checkout-tagline { color: var(--muted); margin: 0 0 18px; font-size: 14px; }
.ops-checkout-price { font-size: 36px; font-weight: 700; }
.ops-checkout-price small { font-size: 16px; color: var(--muted); font-weight: 500; }
.ops-checkout-summary hr { border: 0; border-top: 1px solid var(--border); margin: 20px 0; }
.ops-checkout-totals { list-style: none; padding: 0; margin: 0; }
.ops-checkout-totals li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14.5px; }
.ops-checkout-totals li small { opacity: .65; }
.ops-checkout-note { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }

.ops-checkout-form { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.ops-checkout-form h2 { margin: 0 0 6px; font-size: 24px; }
.ops-checkout-sub { color: var(--muted); margin: 0 0 22px; font-size: 14px; line-height: 1.5; }
.ops-checkout-form label { display: block; margin-bottom: 14px; font-size: 13.5px; font-weight: 500; color: var(--text); }
.ops-checkout-form input[type=text], .ops-checkout-form input[type=email], .ops-checkout-form input[type=tel] { display: block; width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 15px; font-family: inherit; margin-top: 6px; box-sizing: border-box; }
.ops-checkout-form input:focus { outline: none; border-color: var(--green); }
.ops-card-label { display: block; margin-top: 8px; font-size: 13.5px; font-weight: 500; }
.ops-card-element { padding: 14px 16px; background: white; border: 1px solid var(--border); border-radius: 8px; margin: 6px 0 8px; }
.ops-card-errors { color: #cc0000; font-size: 13.5px; min-height: 20px; margin-bottom: 10px; }
.ops-terms { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 18px; font-size: 13px; line-height: 1.55; }
.ops-terms input[type=checkbox] { margin-top: 4px; flex-shrink: 0; }
.ops-submit-status { min-height: 22px; font-size: 14px; margin-top: 12px; }

.ops-welcome { max-width: 560px; margin: 60px auto; padding: 0 24px; }
.ops-welcome-card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 40px 32px; text-align: center; box-shadow: var(--shadow); }
.ops-welcome-check { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #16A34A; color: white; border-radius: 50%; font-size: 30px; font-weight: 700; margin-bottom: 16px; }
.ops-welcome-card h1 { margin: 0 0 8px; font-size: 28px; }
.ops-welcome-sub { color: var(--muted); margin: 0 0 24px; font-size: 15px; line-height: 1.5; }
.ops-welcome-steps { text-align: left; padding-left: 22px; margin: 0 0 24px; }
.ops-welcome-steps li { padding: 6px 0; color: var(--text); font-size: 14.5px; line-height: 1.55; }
.ops-welcome-help { color: var(--muted); font-size: 13px; margin-top: 16px; }

/* "For venue owners" promo band — sits flush above .ops-footer and shares its #0F1419
   background so the two read as one continuous dark zone. Added 2026-06-14. */
.ops-promo-dark { background: #0F1419; color: #B0B8C5; padding: 56px 28px 44px; margin-top: 40px; }
.ops-promo-dark-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.ops-promo-eyebrow { display: inline-block; background: rgba(22,163,74,.15); color: #4ADE80; border: 1px solid rgba(22,163,74,.35); padding: 4px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.ops-promo-headline { color: #FFFFFF; font-size: 30px; line-height: 1.2; font-weight: 700; margin: 0 auto 14px; max-width: 780px; }
.ops-promo-sub { color: #B0B8C5; font-size: 16px; line-height: 1.6; margin: 0 auto 24px; max-width: 680px; }
.ops-promo-sub strong { color: #FFFFFF; font-weight: 600; }
.ops-promo-features { list-style: none; padding: 0; margin: 0 auto 28px; display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; font-size: 14px; color: #E6EAF0; }
.ops-promo-features li { display: inline-flex; align-items: center; gap: 8px; }
.ops-promo-check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(22,163,74,.18); color: #4ADE80; font-size: 11px; font-weight: 700; }
.ops-promo-cta-row { display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; margin-bottom: 12px; }
.ops-promo-cta { padding: 13px 28px; font-size: 15px; box-shadow: 0 4px 18px rgba(22,163,74,.25); }
.ops-promo-pricing-link { color: #B0B8C5; font-size: 14px; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(176,184,197,.3); padding-bottom: 1px; }
.ops-promo-pricing-link:hover { color: #FFFFFF; text-decoration: none; border-bottom-color: #FFFFFF; }
.ops-promo-guarantee { color: #6B7480; font-size: 12.5px; margin: 0; }
/* Visually merge with the footer below: kill the footer's top margin so the two dark surfaces meet,
   and add a hairline divider in place of the gap. */
.ops-promo-dark + .ops-footer { margin-top: 0; border-top: 1px solid #2A3340; }
@media (max-width: 640px) {
    .ops-promo-dark { padding: 40px 18px 32px; }
    .ops-promo-headline { font-size: 23px; }
    .ops-promo-sub { font-size: 15px; }
    .ops-promo-features { flex-direction: column; gap: 10px; align-items: center; }
    .ops-promo-cta-row { flex-direction: column; gap: 12px; }
    .ops-promo-cta { width: 100%; max-width: 320px; box-sizing: border-box; }
}
