
:root{
  --navy:#071a33;--navy-2:#0c294a;--teal:#0e9f86;--teal-2:#18c6a4;--teal-soft:#e8fbf6;
  --text:#102238;--muted:#607086;--surface:#ffffff;--surface-soft:#f5f8fb;--surface-elevated:#fff;
  --border:#dfe7ef;--shadow-sm:0 10px 30px rgba(7,26,51,.08);--shadow:0 24px 70px rgba(7,26,51,.14);
  --radius:24px;--radius-sm:16px;--container:1180px;--header:78px;
}
html[data-theme="dark"]{
  --text:#f4f7fb;--muted:#a8b5c5;--surface:#09131f;--surface-soft:#0d1a28;--surface-elevated:#111f2e;
  --border:#23364a;--shadow-sm:0 10px 30px rgba(0,0,0,.22);--shadow:0 24px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--surface);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,select,textarea{font:inherit} button{cursor:pointer}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:10px;z-index:9999;padding:10px 14px;background:#fff;color:#071a33;border-radius:10px;transform:translateY(-180%)}.skip-link:focus{transform:none}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.section{padding:96px 0}.section--soft{background:var(--surface-soft)}
.site-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid color-mix(in srgb,var(--border) 75%,transparent);background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header-shell{height:var(--header);display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:138px;height:auto}.site-nav{display:flex;gap:28px;align-items:center;margin-left:auto}.site-nav a{font-size:.92rem;font-weight:700;color:var(--muted);transition:.2s}.site-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 11px;border-radius:13px;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);box-shadow:var(--shadow-sm)}.icon-button svg{width:20px;height:20px}.theme-toggle .icon-sun{display:none}html[data-theme="dark"] .theme-toggle .icon-moon{display:none}html[data-theme="dark"] .theme-toggle .icon-sun{display:block}.menu-toggle{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 19px;border-radius:14px;border:1px solid transparent;font-weight:800;font-size:.92rem;transition:.2s ease}.button svg{width:18px;height:18px}.button--primary{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#04291f;box-shadow:0 12px 30px rgba(14,159,134,.25)}.button--primary:hover{transform:translateY(-1px);filter:saturate(1.05)}.button--secondary{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}.button--secondary:hover{border-color:color-mix(in srgb,var(--teal) 55%,var(--border))}.header-cta{min-height:42px;padding:0 15px}
.hero{position:relative;overflow:hidden;padding:96px 0 88px;background:radial-gradient(circle at 13% 18%,rgba(24,198,164,.16),transparent 28%),radial-gradient(circle at 86% 8%,rgba(14,159,134,.10),transparent 28%),linear-gradient(180deg,var(--surface),var(--surface) 68%,var(--surface-soft))}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(73,110,141,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(73,110,141,.06) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 90%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:64px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--teal) 25%,var(--border));background:color-mix(in srgb,var(--teal-soft) 75%,var(--surface));color:#087761;border-radius:999px;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero h1{margin:18px 0 18px;font-size:clamp(3rem,6vw,5.3rem);line-height:.95;letter-spacing:-.055em;max-width:780px}.gradient-text{background:linear-gradient(120deg,var(--text) 18%,#0e8f76 63%,#18c6a4);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:1.08rem;color:var(--muted);max-width:680px;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{list-style:none;padding:0;margin:24px 0 0;display:flex;gap:10px 22px;flex-wrap:wrap;color:var(--muted);font-size:.84rem;font-weight:700}.hero-proof li::before{content:"✓";color:var(--teal);font-weight:900;margin-right:7px}
.product-preview{position:relative;min-height:500px}.dashboard-window{position:absolute;inset:34px 20px 38px 0;background:#edf2f5;border:1px solid #cfd9e2;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;color:#122238}.window-bar{height:42px;padding:0 13px;display:flex;align-items:center;gap:12px;background:#f8fafb;border-bottom:1px solid #d6dfe8;font-size:.72rem;color:#657387}.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#c6d1dc}.window-dots i:first-child{background:#ff7272}.window-dots i:nth-child(2){background:#f2c85c}.window-dots i:nth-child(3){background:#57c899}.window-url{flex:1;text-align:center}.window-bar>span{color:#07846f;font-weight:900}.dashboard-shell{display:grid;grid-template-columns:122px 1fr;height:calc(100% - 42px)}.dashboard-sidebar{padding:16px 12px;background:#0a2038;color:#d7e4f0}.mock-brand{font-weight:900;margin-bottom:18px}.mock-brand b{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#14c6a4;color:#05271f;margin-right:6px}.mock-nav-item{padding:8px;border-radius:8px;font-size:.66rem;margin:4px 0;color:#9fb2c6}.mock-nav-item.is-active{background:#133452;color:#fff}.dashboard-main{padding:17px;overflow:hidden}.dashboard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.dashboard-top h2{font-size:1.02rem;margin:0}.live-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e8fbf6;color:#087761;font-size:.62rem;font-weight:900;letter-spacing:.05em}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.dashboard-stat{padding:10px;background:#fff;border:1px solid #dce5ec;border-radius:11px}.dashboard-stat small{display:block;font-size:.53rem;color:#7b8898}.dashboard-stat strong{font-size:.9rem}.court-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.court-card{background:#fff;border:1px solid #dce5ec;border-radius:12px;padding:10px}.court-card .court-head{display:flex;justify-content:space-between;gap:10px;font-size:.6rem}.court-card .court-score{display:flex;justify-content:space-between;align-items:center;margin-top:7px;font-size:.65rem}.court-card .court-score strong{font-size:.85rem}.floating-note{position:absolute;z-index:4;padding:10px 14px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface-elevated) 94%,transparent);box-shadow:var(--shadow-sm);border-radius:14px;font-size:.72rem;font-weight:850}.floating-note--top{right:-4px;top:5px}.floating-note--bottom{left:-16px;bottom:10px}.mobile-preview{position:absolute;right:-6px;bottom:7px;width:158px;padding:8px;background:#071a33;border-radius:26px;box-shadow:0 24px 50px rgba(7,26,51,.28);transform:rotate(2deg);z-index:3}.mobile-screen{background:#f7fafc;border-radius:19px;min-height:280px;color:#112238;padding:11px}.mobile-title{display:flex;justify-content:space-between;align-items:center;font-size:.58rem;font-weight:900;margin-bottom:9px}.mobile-match{padding:9px;border:1px solid #dce6ed;border-radius:10px;background:#fff;margin-bottom:7px}.mobile-match small{font-size:.5rem;color:#657387}.mobile-match strong{display:block;font-size:.64rem;margin-top:3px}
.section-heading{max-width:760px;margin-bottom:38px}.section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(2.25rem,4vw,3.8rem);letter-spacing:-.045em;line-height:1.05;margin:14px 0}.lead{font-size:1.02rem;color:var(--muted);margin:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric-card{padding:26px;border:1px solid var(--border);border-radius:20px;background:var(--surface-elevated);box-shadow:var(--shadow-sm)}.metric-label{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.metric-value{font-size:2rem;font-weight:950;letter-spacing:-.04em;margin:5px 0}.metric-card p{margin:0;color:var(--muted);font-size:.88rem}
/* Platform section: use more of the viewport on large desktop screens. */
@media(min-width:1021px){#platform>.container{width:min(1540px,calc(100% - 72px))}}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface-elevated);transition:.2s}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.feature-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--teal-soft);color:#087761;margin-bottom:16px}.feature-icon svg{width:22px;height:22px}.feature-card h3{font-size:1rem;margin:0 0 8px}.feature-card p{font-size:.86rem;color:var(--muted);margin:0}
.showcase{border:1px solid var(--border);border-radius:28px;background:var(--surface-elevated);box-shadow:var(--shadow-sm);overflow:hidden}.tab-list{display:grid;grid-template-columns:repeat(4,1fr);padding:8px;background:var(--surface-soft);border-bottom:1px solid var(--border)}.tab-button{border:0;background:transparent;border-radius:14px;padding:13px;text-align:left;color:var(--muted)}.tab-button strong,.tab-button span{display:block}.tab-button strong{color:var(--text);font-size:.85rem}.tab-button span{font-size:.68rem;margin-top:2px}.tab-button[aria-selected="true"]{background:var(--surface-elevated);box-shadow:var(--shadow-sm)}.showcase-stage{padding:18px}.showcase-panel[hidden]{display:none!important}.product-screen{border:1px solid #cad5df;border-radius:18px;background:#eaf0f3;color:#122238;overflow:hidden;min-height:390px}.screen-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:#0b2138;color:#dce9f3;font-size:.64rem}.screen-toolbar strong{color:#6ee6c8}.screen-body{padding:18px}.screen-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.screen-heading h3{margin:0 0 2px;font-size:1.1rem}.screen-heading p{margin:0;font-size:.72rem;color:#6c7887}.screen-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.screen-card{padding:11px;background:#fff;border:1px solid #d5dfe7;border-radius:11px}.screen-card small{display:block;font-size:.54rem;color:#758193}.screen-card strong{font-size:.76rem}.screen-table{border:1px solid #d5dfe7;border-radius:12px;overflow:hidden;background:#fff}.screen-row{display:grid;grid-template-columns:minmax(180px,2fr) repeat(4,1fr);gap:4px;padding:9px 11px;font-size:.64rem;border-bottom:1px solid #e5ebf0}.screen-row:last-child{border-bottom:0}.screen-row--head{background:#f4f7f9;color:#667486;font-weight:900}.player-phone-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;margin-top:14px}.player-live-card{padding:18px;background:#071a33;color:#fff;border-radius:16px}.player-live-card small{color:#75e7ca}.player-live-card h3{font-size:1rem;margin:5px 0 15px}.player-team{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem}.player-team strong{font-size:1.2rem}.player-side{display:grid;gap:10px}.bracket-layout{display:grid;grid-template-columns:1fr 40px 1fr;gap:8px;align-items:center;margin-top:18px}.bracket-column{display:grid;gap:10px}.bracket-team{padding:10px 12px;background:#fff;border:1px solid #d5dfe7;border-radius:10px;font-size:.7rem}.bracket-team--winner{border-color:#82d9c4;background:#eefbf7}.bracket-connector{height:1px;background:#98a7b5}.bracket-spacer--large{height:48px}.bracket-spacer--small{height:18px}.showcase-caption{display:flex;justify-content:space-between;gap:12px;padding-top:13px;color:var(--muted);font-size:.72rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface-elevated)}.step-number{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#04291f;font-size:.8rem;font-weight:950;margin-bottom:18px}.step h3{margin:0 0 6px;font-size:1rem}.step p{margin:0;color:var(--muted);font-size:.86rem}.comparison-wrap{overflow:auto;border:1px solid var(--border);border-radius:22px;background:var(--surface-elevated);box-shadow:var(--shadow-sm)}.comparison-table{width:100%;border-collapse:collapse;min-width:760px}.comparison-table caption{position:absolute;left:-9999px}.comparison-table th,.comparison-table td{padding:17px 20px;border-bottom:1px solid var(--border);text-align:left;font-size:.85rem}.comparison-table thead th{background:var(--surface-soft);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.comparison-table tbody th{width:24%;color:var(--text)}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.dash{color:var(--muted)}.check{color:#087761;font-weight:750}.check::before{content:"✓";margin-right:8px}.scroll-hint{display:none;color:var(--muted);font-size:.75rem}
.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.proof-card{border:1px solid var(--border);border-radius:24px;background:var(--surface-elevated);box-shadow:var(--shadow-sm);overflow:hidden}.proof-copy{padding:30px}.proof-copy h3{font-size:1.7rem;line-height:1.1;margin:16px 0 10px}.proof-copy>p{color:var(--muted)}.proof-list{padding-left:20px;color:var(--muted);font-size:.86rem;margin:20px 0 24px}.proof-list li{margin:7px 0}.guide-preview{padding:22px;background:linear-gradient(140deg,#071a33,#0e3151)}.guide-browser{height:100%;border-radius:18px;overflow:hidden;background:#fff;color:#122238}.guide-top{display:flex;justify-content:space-between;padding:9px 12px;background:#eff4f6;font-size:.6rem;color:#718091}.guide-hero{padding:28px;background:linear-gradient(135deg,#0a2846,#0f6d62);color:#fff}.guide-hero small{font-size:.58rem;color:#8ef0d3}.guide-hero h3{font-size:1.7rem;margin:7px 0}.guide-hero p{font-size:.75rem;max-width:330px;color:#d7e9e6}.guide-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe7ed}.guide-meta>div{padding:13px;background:#fff}.guide-meta small{display:block;font-size:.52rem;color:#788595}.guide-meta strong{font-size:.68rem}.guide-sections{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:15px}.guide-sections span{padding:10px;background:#f4f7f9;border-radius:9px;font-size:.62rem}
.booking-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.calendar-card,.event-panel{border:1px solid var(--border);border-radius:24px;background:var(--surface-elevated);box-shadow:var(--shadow-sm)}.calendar-card{padding:22px}.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:17px}.calendar-title small{color:var(--muted);font-size:.7rem}.calendar-title h3{margin:2px 0 0;font-size:1.2rem}.calendar-actions{display:flex;gap:7px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-weekdays{color:var(--muted);font-size:.62rem;text-transform:uppercase;text-align:center;font-weight:850;margin-bottom:6px}.calendar-day{position:relative;min-height:70px;padding:8px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);font-size:.68rem;text-align:left}.calendar-day.is-empty{opacity:.4;background:transparent}.calendar-day.is-today{border-color:var(--teal)}.calendar-day.has-event{background:color-mix(in srgb,var(--teal-soft) 72%,var(--surface))}.calendar-event-dot{position:absolute;left:8px;right:8px;bottom:8px;height:5px;border-radius:999px;background:var(--teal)}.event-panel{padding:22px}.event-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border)}.event-panel-head h3{margin:0}.event-panel-head p{margin:4px 0 0;color:var(--muted);font-size:.74rem}.event-count{display:grid;place-items:center;min-width:34px;height:34px;border-radius:11px;background:var(--teal-soft);color:#087761;font-weight:900}.event-list{display:grid;gap:10px;margin-top:14px}.event-card{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:12px;border:1px solid var(--border);border-radius:14px}.event-date{display:grid;place-items:center;align-content:center;border-radius:11px;background:var(--surface-soft);min-height:58px}.event-date small{text-transform:uppercase;font-size:.58rem;color:var(--muted)}.event-date strong{font-size:1.15rem}.event-card h4{font-size:.84rem;margin:0}.event-card p{font-size:.7rem;color:var(--muted);margin:3px 0 5px}.status{display:inline-flex;padding:3px 7px;border-radius:999px;background:var(--teal-soft);color:#087761;font-size:.56rem;font-weight:900}.event-note{font-size:.68rem;color:var(--muted);margin:14px 0 0}.event-note a{color:#087761;font-weight:800}
.faq-list{display:grid;gap:10px;max-width:880px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:16px;background:var(--surface-elevated);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:850}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";float:right;color:var(--teal);font-size:1.2rem}.faq-item[open] summary::after{content:"–"}.faq-answer{padding:0 20px 18px;color:var(--muted);font-size:.88rem}.faq-answer p{margin:0}.cta-card{padding:44px;border-radius:28px;background:linear-gradient(135deg,#071a33,#0d3f58);color:#fff;box-shadow:var(--shadow);text-align:center}.cta-card .eyebrow{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#98f2d7}.cta-card h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.04em;margin:14px auto;max-width:820px}.cta-card p{color:#c6d6e4;max-width:760px;margin:0 auto 24px}.cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.cta-card .button--secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}
.site-footer{padding:58px 0 92px;border-top:1px solid var(--border);background:var(--surface-soft)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:34px}.footer-logo{width:135px}.footer-copy,.footer-location{color:var(--muted);font-size:.82rem;max-width:380px}.footer-column{display:grid;align-content:start;gap:8px}.footer-column h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 5px}.footer-column a{font-size:.82rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:32px;border-top:1px solid var(--border);color:var(--muted);font-size:.74rem}.mobile-action-bar{display:none}
[data-reveal]{opacity:1;transform:none}.js [data-reveal]{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.js [data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:1020px){.hero-grid{grid-template-columns:1fr;gap:42px}.product-preview{min-height:470px;max-width:760px}.feature-grid{grid-template-columns:repeat(2,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.booking-layout{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>.footer-column:last-child{grid-column:2/4}.site-nav{gap:18px}}
@media(max-width:820px){:root{--header:68px}.container{width:min(var(--container),calc(100% - 28px))}.section{padding:72px 0}.site-nav{position:absolute;top:calc(100% + 8px);left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:3px;padding:12px;border:1px solid var(--border);border-radius:18px;background:var(--surface-elevated);box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav a{padding:10px 12px;border-radius:10px}.header-actions{margin-left:auto}.menu-toggle{display:grid}.header-cta{display:none}.brand img{width:120px}.hero{padding:70px 0}.hero h1{font-size:clamp(3rem,13vw,4.8rem)}.product-preview{min-height:420px}.dashboard-window{inset:30px 40px 40px 0}.mobile-preview{right:0}.floating-note--top{right:4px}.tab-list{grid-template-columns:repeat(2,1fr)}.showcase-caption{display:none}.calendar-day{min-height:62px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>.footer-column:last-child{grid-column:auto}.mobile-action-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:999;display:flex;gap:8px;padding:8px;border:1px solid var(--border);border-radius:17px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.mobile-action-bar .button{flex:1}.mobile-action-email{display:grid;place-items:center;width:48px;border:1px solid var(--border);border-radius:13px;background:var(--surface-elevated)}.mobile-action-email svg{width:20px;height:20px}.site-footer{padding-bottom:120px}}
@media(max-width:620px){.container{width:min(var(--container),calc(100% - 22px))}.section{padding:60px 0}.hero{padding:56px 0 66px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-preview{min-height:340px}.dashboard-window{inset:22px 14px 25px 0;border-radius:18px}.dashboard-shell{grid-template-columns:82px 1fr}.dashboard-sidebar{padding:10px 7px}.mock-brand{font-size:.6rem}.mock-brand b{width:19px;height:19px}.mock-nav-item{font-size:.52rem;padding:5px}.dashboard-main{padding:10px}.dashboard-top h2{font-size:.8rem}.dashboard-stats{gap:5px}.dashboard-stat{padding:7px}.dashboard-stat strong{font-size:.7rem}.court-card{padding:7px}.mobile-preview{display:none}.floating-note{font-size:.6rem;padding:8px 10px}.floating-note--bottom{left:0}.metric-grid,.feature-grid,.steps{grid-template-columns:1fr}.tab-list{grid-template-columns:1fr 1fr}.tab-button{padding:10px}.showcase-stage{padding:10px}.product-screen{min-height:340px}.screen-body{padding:12px}.screen-cards{grid-template-columns:1fr}.screen-table{overflow:auto}.screen-row{min-width:620px}.player-phone-grid{grid-template-columns:1fr}.bracket-layout{grid-template-columns:1fr}.bracket-layout>div:nth-child(2){display:none}.comparison-wrap{margin-left:-2px;margin-right:-2px}.scroll-hint{display:block}.proof-copy{padding:22px}.guide-preview{padding:12px}.guide-meta{grid-template-columns:1fr}.guide-sections{grid-template-columns:1fr}.calendar-toolbar{align-items:flex-start;flex-direction:column}.calendar-actions{width:100%}.calendar-actions .icon-button:nth-child(2){flex:1}.calendar-weekdays{font-size:.52rem}.calendar-day{min-height:48px;padding:5px}.event-card{grid-template-columns:44px 1fr}.cta-card{padding:34px 18px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}.mobile-action-bar{left:8px;right:8px;bottom:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js [data-reveal]{opacity:1;transform:none;transition:none}.button,.feature-card{transition:none}}

/* v1.2.3 — Hero product preview: use approved composite reference */
.product-preview.product-preview--image{min-height:0;display:flex;align-items:center;justify-content:center;overflow:visible}
.hero-dashboard-preview{display:block;width:100%;height:auto;max-width:755px;object-fit:contain;filter:drop-shadow(0 28px 60px rgba(3,18,20,.18))}
html[data-theme="dark"] .hero-dashboard-preview{filter:drop-shadow(0 28px 60px rgba(0,0,0,.18))}
@media(max-width:1020px){.product-preview.product-preview--image{max-width:755px;min-height:0}.hero-dashboard-preview{width:min(100%,755px)}}
@media(max-width:620px){.product-preview.product-preview--image{min-height:0}.hero-dashboard-preview{width:100%}}


/* v1.2.4 — Platform section refreshed to approved compact 3-column layout */
#platform .section-heading{max-width:980px;margin-bottom:28px}
#platform .section-heading .lead{max-width:860px}
#platform .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:980px}
#platform .feature-card{padding:22px 20px 20px;border-radius:18px;background:color-mix(in srgb,var(--surface-elevated) 72%, transparent);border-color:color-mix(in srgb,var(--border) 78%, transparent);box-shadow:none;min-height:184px}
#platform .feature-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(5,17,30,.14)}
#platform .icon-box{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(14,159,134,.18);color:#69e7cb;margin-bottom:14px}
#platform .icon-box svg{width:17px;height:17px}
#platform .feature-card h3{font-size:1.02rem;line-height:1.25;letter-spacing:-.02em;margin:0 0 8px}
#platform .feature-card p{font-size:.86rem;line-height:1.6;max-width:31ch}
html[data-theme="dark"] #platform .feature-card{background:rgba(8,24,34,.72);border-color:rgba(79,105,126,.34)}
html[data-theme="dark"] #platform .icon-box{background:rgba(14,159,134,.17);color:#7eeed6}
@media(max-width:1020px){#platform .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}
@media(max-width:620px){#platform .section-heading{max-width:none}#platform .feature-grid{grid-template-columns:1fr;gap:14px}#platform .feature-card{min-height:auto;padding:20px 18px}}


/* v1.2.5 — Why Qourts comparison, matched to approved compact reference */
.comparison-section .container{width:min(980px,calc(100% - 40px))}
.comparison-section .section-heading{max-width:590px;margin:0 auto 38px;text-align:center}
.comparison-section .section-heading h2{font-size:clamp(2.8rem,5vw,4rem);line-height:.98;letter-spacing:-.052em;margin:18px 0 16px}
.comparison-section .section-heading .lead{max-width:570px;margin-inline:auto;line-height:1.55}
.comparison-section .eyebrow{padding:5px 10px;background:rgba(14,159,134,.08);border-color:rgba(57,218,190,.32);color:#65dfc8;font-size:.68rem;letter-spacing:.08em}
.comparison-section .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:#3bdaba;box-shadow:0 0 0 4px rgba(59,218,186,.10)}
.comparison-section .comparison-wrap{max-width:980px;margin-inline:auto;border-radius:20px;box-shadow:none;background:color-mix(in srgb,var(--surface-elevated) 78%,transparent);overflow:auto}
.comparison-section .comparison-table{min-width:760px;table-layout:fixed}
.comparison-section .comparison-table caption{position:static;left:auto;display:table-caption;text-align:left;padding:13px 15px 12px;background:color-mix(in srgb,var(--surface-elevated) 84%,transparent);border-bottom:1px solid var(--border);color:var(--muted);font-size:.68rem;line-height:1.4}
.comparison-section .comparison-table th,.comparison-section .comparison-table td{padding:14px 15px;font-size:.78rem;line-height:1.45}
.comparison-section .comparison-table thead th{padding-top:14px;padding-bottom:14px;background:color-mix(in srgb,var(--surface-soft) 72%,var(--surface-elevated));font-size:.72rem;text-transform:none;letter-spacing:0;font-weight:850}
.comparison-section .comparison-table thead th:nth-child(1){width:34%}
.comparison-section .comparison-table thead th:nth-child(2){width:30%}
.comparison-section .comparison-table thead th:nth-child(3){width:36%;background:#15999f;color:#fff}
.comparison-section .comparison-table tbody th{width:auto;font-size:.78rem;font-weight:850}
.comparison-section .comparison-table tbody td:nth-child(3){background:rgba(14,159,134,.045)}
.comparison-section .dash{display:inline-flex;align-items:flex-start;color:var(--muted)}
.comparison-section .dash::before{content:"—";margin-right:8px;color:#8fa0b2;flex:0 0 auto}
.comparison-section .check{color:var(--text);font-weight:800}
.comparison-section .check::before{color:#35d7b8;font-weight:950;margin-right:8px}
html[data-theme="dark"] .comparison-section .comparison-wrap{background:rgba(4,18,18,.48);border-color:rgba(92,121,125,.34)}
html[data-theme="dark"] .comparison-section .comparison-table caption{background:rgba(5,21,21,.52);border-bottom-color:rgba(92,121,125,.24);color:#b2c1c7}
html[data-theme="dark"] .comparison-section .comparison-table thead th{background:rgba(3,17,17,.62)}
html[data-theme="dark"] .comparison-section .comparison-table thead th:nth-child(3){background:#169ba1;color:#fff}
html[data-theme="dark"] .comparison-section .comparison-table tbody td:nth-child(3){background:rgba(10,74,69,.20)}
html[data-theme="dark"] .comparison-section .comparison-table th,
html[data-theme="dark"] .comparison-section .comparison-table td{border-bottom-color:rgba(92,121,125,.28)}
@media(max-width:820px){.comparison-section .container{width:min(980px,calc(100% - 28px))}.comparison-section .section-heading h2{font-size:clamp(2.55rem,9vw,3.6rem)}}
@media(max-width:620px){.comparison-section .container{width:min(980px,calc(100% - 22px))}.comparison-section .section-heading{margin-bottom:28px}.comparison-section .comparison-wrap{margin-left:0;margin-right:0}.comparison-section .comparison-table th,.comparison-section .comparison-table td{padding:13px 14px}.comparison-section .scroll-hint{margin-top:9px}}


/* v1.2.6 — Center the complete Platform content block */
#platform .section-heading,
#platform .feature-grid{margin-left:auto;margin-right:auto}


/* v1.2.8 — Unified premium Qourts footer */
.site-footer{padding:68px 0 24px;background:#061412;border-top:1px solid rgba(151,231,210,.12);color:#f3f8f7}
.site-footer .footer-shell{max-width:1180px}
.site-footer .footer-grid{grid-template-columns:1.55fr repeat(3,minmax(0,1fr));gap:58px;align-items:start}
.site-footer .footer-brand-block{max-width:350px}
.site-footer .footer-logo{width:150px;height:auto;margin-bottom:18px}
.site-footer .footer-copy,.site-footer .footer-location{color:#b6cbc6;font-size:.82rem;line-height:1.65;margin:0;max-width:330px}
.site-footer .footer-column{gap:10px}
.site-footer .footer-column h2{font-size:.76rem;line-height:1.2;color:#f6fbfa;font-weight:850;text-transform:none;letter-spacing:0;margin:2px 0 8px}
.site-footer .footer-column a{color:#c8dad6;font-size:.8rem;transition:color .18s ease}
.site-footer .footer-column a:hover{color:#69e7cb}
.site-footer .footer-bottom{padding-top:25px;margin-top:34px;border-top:1px solid rgba(151,231,210,.14);color:#aabfba;font-size:.72rem}
@media(max-width:1020px){.site-footer .footer-grid{grid-template-columns:1.35fr 1fr 1fr;gap:38px}.site-footer .footer-grid>.footer-column:last-child{grid-column:2/4}}
@media(max-width:820px){.site-footer{padding:54px 0 122px}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:34px}.site-footer .footer-grid>.footer-brand-block{grid-column:1/-1}.site-footer .footer-grid>.footer-column:last-child{grid-column:auto}}
@media(max-width:620px){.site-footer{padding-top:46px}.site-footer .footer-grid{grid-template-columns:1fr;gap:28px}.site-footer .footer-grid>.footer-brand-block,.site-footer .footer-grid>.footer-column:last-child{grid-column:auto}.site-footer .footer-bottom{flex-direction:column;gap:7px}.site-footer .footer-logo{width:142px}}
