/*
Theme Name: Club In Hand
Theme URI: https://clubinhand.com
Author: Club In Hand
Description: A professional WordPress marketing theme for the Club In Hand white-label golf course platform.
Version: 1.8.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: club-in-hand
Tags: custom-logo, custom-menu, custom-colors, featured-images, translation-ready, wide-blocks, blog
*/

:root {
  --app-night: #123b2b;
  --app-night-soft: #123b2b;
  --app-green: #1d553d;
  --app-mint: #c8a45b;
  --app-mint-soft: #efe4cb;
  --app-canvas: #f8f6f0;
  --app-paper: #fffdf8;
  --app-ink: #18201c;
  --app-muted: #69736d;
  --app-line: #ddd8cb;
  --app-cream: #f5f1e7;
  --app-shadow: 0 30px 80px rgba(18, 59, 43, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--app-canvas); color: var(--app-ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--app-green); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--app-mint); outline-offset: 4px; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.narrow, .entry-content, .comments-area { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 9999; width: auto; height: auto; padding: .75rem 1rem; clip: auto; background: #fff; color: #111; }

/* Shared typography and actions */
h1, h2, h3, .display, .site-title { font-family: var(--serif); font-weight: 400; }
.product-kicker, .eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--app-mint); font-size: .69rem; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.product-kicker::before, .eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.product-kicker.dark { color: var(--app-green); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 8px; font-size: .73rem; font-weight: 700; letter-spacing: .09em; line-height: 1.1; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button::after { content: "→"; font-size: 1rem; }
.button:hover { transform: translateY(-2px); }
.button.app-primary { background: var(--app-mint); color: var(--app-ink); }
.button.app-primary:hover { background: var(--app-cream); color: var(--app-ink); }
.button.app-secondary { border-color: rgba(255,255,255,.6); background: var(--app-night); color: #fff; }
.button.app-secondary:hover { border-color: #fff; background: #fff; color: var(--app-night); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.section-heading h2, .player-copy h2, .launch-copy h2, .feature-group header h2 { margin: .95rem 0 0; font-size: clamp(2.55rem, 5vw, 5rem); letter-spacing: -.045em; line-height: 1.02; }
.section-heading > p, .split-heading > p { color: var(--app-muted); font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem, 9vw, 8rem); align-items: end; }
.centered { max-width: 850px; text-align: center; }
.centered .product-kicker { justify-content: center; }
.centered p { max-width: 650px; margin: 1.25rem auto 0; }

/* Header */
.site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.14); background: var(--app-night); color: #fff; }
.site-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 2rem; }
.site-branding { flex: 0 0 auto; }
.custom-logo { width: auto; max-height: 54px; }
.default-brand { display: flex; align-items: center; gap: .8rem; color: #fff; }
.default-brand:hover { color: #fff; }
.default-brand img { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; }
.default-brand strong, .default-brand small { display: block; }
.default-brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1; }
.default-brand small { margin-top: .25rem; color: rgba(255,255,255,.56); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 1.35rem; }
.main-navigation ul { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; }
.main-navigation a { position: relative; display: block; padding: 1.75rem 0; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-navigation a::after { position: absolute; right: 0; bottom: 1.3rem; left: 0; height: 1px; background: var(--app-mint); content: ""; transform: scaleX(0); transition: transform .2s; }
.main-navigation a:hover::after, .main-navigation .current-menu-item > a::after { transform: scaleX(1); }
.menu-item-signup { display: none; }
.header-cta { padding: .72rem 1rem; border: 1px solid var(--app-mint); border-radius: 7px; background: var(--app-mint); color: var(--app-ink); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-cta:hover { background: var(--app-cream); color: var(--app-ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.72); border-radius: 11px; background: var(--app-night); color: #fff; box-shadow: 0 8px 24px rgba(18,59,43,.2); cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { transform: translateY(-1px); box-shadow: 0 11px 28px rgba(18,59,43,.28); }
.menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 6px auto; border-radius: 99px; background: currentColor; content: ""; transition: transform .2s; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-4px) rotate(-45deg); }

/* Homepage hero */
.product-hero { position: relative; overflow: hidden; background: var(--app-night); color: #fff; }
.product-hero::before { position: absolute; top: -300px; right: -250px; width: 760px; height: 760px; border: 120px solid rgba(200,164,91,.075); border-radius: 50%; content: ""; }
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.15) .7px, transparent .7px); background-size: 7px 7px; mask-image: linear-gradient(90deg, #000, transparent 52%); }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 700px; padding-block: 80px 95px; }
.product-hero-copy h1 { max-width: 630px; margin: 1.25rem 0 1.4rem; font-size: clamp(3.7rem, 6.3vw, 6.75rem); letter-spacing: -.052em; line-height: .93; }
.product-hero-copy > p { max-width: 590px; margin: 0 0 2rem; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.trial-note { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; color: rgba(255,255,255,.58); }
.trial-note > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(200,164,91,.7); border-radius: 50%; color: var(--app-mint); font-family: var(--serif); font-size: 1.15rem; }
.trial-note p, .trial-note strong { display: block; margin: 0; }
.trial-note p { font-size: .72rem; line-height: 1.35; }
.trial-note strong { color: #fff; text-transform: uppercase; letter-spacing: .08em; }
.admin-preview { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: #ece9df; color: var(--app-ink); box-shadow: 0 38px 100px rgba(0,0,0,.34); transform: perspective(1100px) rotateY(-4deg); }
.preview-browser { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px; border-radius: 16px 16px 0 0; background: #fff; }
.preview-browser i { width: 7px; height: 7px; border-radius: 50%; background: #d8d4c9; }
.preview-browser span { margin-left: auto; margin-right: auto; padding: 3px 42px; border-radius: 99px; background: #f1efe8; color: #8a8d87; font-size: 7px; }
.preview-app { display: grid; grid-template-columns: 68px 1fr; min-height: 385px; }
.preview-sidebar { padding: 14px 12px; background: var(--app-night); }
.preview-sidebar img { width: 34px; height: 34px; margin: 0 auto 18px; border-radius: 8px; }
.preview-course { display: grid; width: 32px; height: 32px; margin: 0 auto 25px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; color: var(--app-mint); font-size: 8px; font-weight: 700; }
.preview-sidebar nav { display: flex; align-items: center; flex-direction: column; gap: 14px; }
.preview-sidebar nav b { width: 22px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.18); }
.preview-sidebar nav b.active { background: var(--app-mint); }
.preview-workspace { padding: 24px; background: #f8f6f0; }
.workspace-head { display: flex; align-items: center; justify-content: space-between; }
.workspace-head small, .workspace-head strong { display: block; }
.workspace-head small { color: var(--app-muted); font-size: 8px; }
.workspace-head strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.workspace-head > span { padding: 5px 8px; border-radius: 99px; background: #dceadd; color: #2c6542; font-size: 7px; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.metric-row > div { padding: 13px; border: 1px solid var(--app-line); border-radius: 9px; background: #fff; }
.metric-row small, .metric-row strong, .metric-row em { display: block; }
.metric-row small { color: var(--app-muted); font-size: 7px; }
.metric-row strong { margin-top: 4px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1; }
.metric-row em { margin-top: 7px; color: var(--app-green); font-size: 7px; font-style: normal; }
.workspace-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 10px; }
.activity-chart, .launch-card { min-height: 165px; padding: 14px; border: 1px solid var(--app-line); border-radius: 9px; background: #fff; }
.panel-title { display: flex; align-items: center; justify-content: space-between; font-size: 8px; }
.panel-title small { color: var(--app-muted); }
.bars { display: flex; height: 100px; align-items: end; gap: 8px; padding-top: 15px; border-bottom: 1px solid var(--app-line); }
.bars i { width: 100%; border-radius: 3px 3px 0 0; background: var(--app-green); opacity: .9; }
.bars i:nth-child(1) { height: 32%; }.bars i:nth-child(2) { height: 58%; }.bars i:nth-child(3) { height: 45%; }.bars i:nth-child(4) { height: 76%; }.bars i:nth-child(5) { height: 60%; }.bars i:nth-child(6) { height: 88%; }.bars i:nth-child(7) { height: 72%; background: var(--app-mint); }
.launch-card > span, .launch-card > strong, .launch-card > small { display: block; }
.launch-card > span { font-size: 8px; }.launch-card > strong { margin: 20px 0 8px; font-family: var(--serif); font-size: 32px; font-weight: 400; }.launch-card > div { height: 5px; overflow: hidden; border-radius: 99px; background: #e5e1d6; }.launch-card > div i { display: block; width: 92%; height: 100%; background: var(--app-mint); }.launch-card > small { margin-top: 10px; color: var(--app-muted); font-size: 7px; }
.brand-float { position: absolute; right: -24px; bottom: -27px; display: flex; align-items: center; gap: 10px; min-width: 210px; padding: 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.brand-swatch { width: 35px; height: 35px; border-radius: 8px; background: var(--app-night); box-shadow: inset 0 0 0 7px var(--app-mint); }
.brand-float p, .brand-float small, .brand-float strong { display: block; margin: 0; }.brand-float small { color: var(--app-muted); font-size: 7px; text-transform: uppercase; }.brand-float strong { font-size: 11px; }
.hero-proof { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: rgba(5,32,23,.28); }
.hero-proof .container { display: flex; min-height: 75px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.hero-proof span { color: rgba(255,255,255,.43); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof strong { color: rgba(255,255,255,.78); font-size: .7rem; letter-spacing: .03em; }

/* Platform and feature modules */
.platform-intro { padding: 120px 0; background: var(--app-paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 60px; }
.audience-card { min-height: 510px; padding: clamp(2rem, 5vw, 4.2rem); border-radius: 14px; }
.operator-card { background: var(--app-night); color: #fff; }
.player-card { border: 1px solid var(--app-line); background: var(--app-cream); }
.card-label { display: inline-block; margin-bottom: 4.8rem; color: var(--app-mint); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.player-card .card-label { color: var(--app-green); }
.audience-card h3 { max-width: 470px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.04; }
.audience-card p { max-width: 570px; color: rgba(255,255,255,.62); }
.player-card p { color: var(--app-muted); }
.audience-card ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.audience-card li { padding: .75rem 0 .75rem 1.6rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }
.player-card li { border-color: var(--app-line); }
.audience-card li::before { float: left; margin-left: -1.6rem; color: var(--app-mint); content: "✓"; font-weight: 700; }
.module-section { padding: 120px 0; background: var(--app-canvas); }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.module-grid article { position: relative; min-height: 310px; padding: 26px; border: 1px solid var(--app-line); border-radius: 10px; background: #fff; transition: transform .2s, box-shadow .2s; }
.module-grid article:hover { transform: translateY(-5px); box-shadow: var(--app-shadow); }
.module-grid article > span { position: absolute; top: 24px; right: 24px; color: #a7aba7; font-size: .64rem; }
.module-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 12px; background: var(--app-cream); color: var(--app-green); font-style: normal; }
.module-icon::before { font-size: 1.25rem; }.module-icon.setup::before { content: "◎"; }.module-icon.brand::before { content: "◇"; }.module-icon.score::before { content: "＋"; }.module-icon.trophy::before { content: "♜"; }.module-icon.sponsor::before { content: "↗"; }.module-icon.analytics::before { content: "▥"; }.module-icon.alert::before { content: "◉"; }.module-icon.team::before { content: "♙"; }
.module-grid h3 { margin: 4.2rem 0 .65rem; font-family: var(--sans); font-size: 1.05rem; font-weight: 700; }
.module-grid p { margin: 0; color: var(--app-muted); font-size: .86rem; }
.center-action { margin-top: 40px; text-align: center; }
.text-cta { display: inline-flex; gap: .75rem; padding-bottom: .3rem; border-bottom: 1px solid var(--app-green); color: var(--app-green); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Course-operator proof and product demo */
.operator-proof { overflow: hidden; padding: 120px 0; background: var(--app-paper); }
.operator-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 55px; }
.operator-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--app-line); border-radius: 13px; background: #fff; box-shadow: var(--app-shadow); }
.operator-gallery figure:first-child { grid-column: 1 / -1; }
.operator-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.operator-gallery figcaption { padding: 1rem 1.2rem; color: var(--app-green); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.demo-section { position: relative; overflow: hidden; padding: 125px 0; background: var(--app-night); color: #fff; }
.demo-section::before { position: absolute; top: -250px; right: -160px; width: 650px; height: 650px; border: 1px solid rgba(200,164,91,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,164,91,.04), 0 0 0 140px rgba(200,164,91,.025); content: ""; }
.demo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 7vw, 6.5rem); align-items: center; }
.demo-copy { max-width: 440px; }
.demo-grid h2 { margin: 1rem 0 1.25rem; font-size: clamp(2.7rem, 4.6vw, 4.8rem); letter-spacing: -.04em; line-height: .98; }
.demo-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 1.02rem; }
.demo-points { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.demo-points li { padding: .55rem .75rem; border: 1px solid rgba(200,164,91,.32); border-radius: 99px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.82); font-size: .64rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.demo-player-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #0a291e; box-shadow: 0 42px 100px rgba(0,0,0,.42); }
.demo-player-bar, .demo-player-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .82rem 1rem; }
.demo-player-bar { border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.demo-player-bar span { display: inline-flex; align-items: center; gap: .55rem; }
.demo-player-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--app-mint); box-shadow: 0 0 0 5px rgba(200,164,91,.13); }
.demo-player-bar small { color: rgba(255,255,255,.42); font-size: .58rem; letter-spacing: .1em; }
.demo-video { position: relative; overflow: hidden; background: #071b14; }
.demo-video iframe, .demo-video video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #071b14; object-fit: cover; }
.demo-player-footer { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; }
.demo-player-footer strong { color: var(--app-mint); font-size: .59rem; }

/* Player product story */
.player-experience { overflow: hidden; padding: 120px 0; background: var(--app-night); color: #fff; }
.player-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.phone-composition { position: relative; min-height: 680px; display: grid; place-items: center; }
.brand-disc { position: absolute; width: 530px; height: 530px; border: 1px solid rgba(200,164,91,.3); border-radius: 50%; }
.brand-disc::before, .brand-disc::after { position: absolute; inset: 55px; border: 1px solid rgba(200,164,91,.18); border-radius: 50%; content: ""; }.brand-disc::after { inset: 115px; }
.product-phone { position: relative; z-index: 2; width: 285px; height: 585px; overflow: hidden; border: 8px solid #0c1914; border-radius: 42px; background: var(--app-canvas); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.product-phone::before { position: absolute; top: 9px; left: 50%; z-index: 5; width: 78px; height: 18px; border-radius: 99px; background: #0c1914; content: ""; transform: translateX(-50%); }
.product-phone > img { width: 100%; height: 100%; object-fit: cover; }
.real-mobile-showcase { min-height: 760px; isolation: isolate; }
.real-mobile-showcase .brand-disc { width: 590px; height: 590px; }
.mobile-shot { position: absolute; top: 50%; left: 50%; margin: 0; overflow: hidden; border: 8px solid #0c1914; border-radius: 38px; background: var(--app-canvas); box-shadow: 0 35px 90px rgba(0,0,0,.45); transform-origin: center; }
.mobile-shot::before { position: absolute; top: 8px; left: 50%; z-index: 5; width: 65px; height: 16px; border-radius: 99px; background: #0c1914; content: ""; transform: translateX(-50%); opacity: .94; }
.mobile-shot img { width: 100%; height: 100%; object-fit: cover; }
.mobile-shot figcaption { position: absolute; right: 12px; bottom: 13px; left: 12px; z-index: 6; padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: rgba(9,37,27,.9); color: #fff; font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mobile-shot-score { z-index: 4; width: 276px; height: 598px; transform: translate(-50%,-50%); }
.mobile-shot-dashboard, .mobile-shot-leaderboard { z-index: 2; width: 214px; height: 464px; opacity: .9; }
.mobile-shot-dashboard { transform: translate(-118%,-46%) rotate(-7deg); }
.mobile-shot-leaderboard { transform: translate(18%,-46%) rotate(7deg); }
.player-name-cover { position: absolute; top: 46.7%; left: 2.4%; z-index: 5; display: flex; width: 57%; height: 25px; align-items: center; padding-left: 7px; background: #fffdf8; color: #7c817d; font-size: .5rem; font-weight: 700; letter-spacing: .13em; }
.real-mobile-showcase .phone-float.top { top: 84px; right: -18px; }
.phone-ui { height: 100%; color: var(--app-ink); }
.phone-status { display: flex; justify-content: space-between; padding: 15px 18px 7px; background: var(--app-night); color: #fff; font-size: 7px; }
.phone-ui header { padding: 25px 20px 18px; background: var(--app-night); color: #fff; text-align: center; }
.phone-ui header small, .phone-ui header strong, .phone-ui header span { display: block; }.phone-ui header small { color: var(--app-mint); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }.phone-ui header strong { margin-top: 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }.phone-ui header span { color: rgba(255,255,255,.55); font-size: 8px; }
.distance-ring { display: grid; width: 150px; height: 150px; margin: 28px auto 20px; place-items: center; align-content: center; border: 1px solid var(--app-mint); border-radius: 50%; box-shadow: inset 0 0 0 12px var(--app-cream); }.distance-ring small, .distance-ring strong, .distance-ring span { display: block; }.distance-ring small { color: var(--app-muted); font-size: 7px; }.distance-ring strong { font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1; }.distance-ring span { color: var(--app-green); font-size: 8px; font-weight: 700; }
.weather-line { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 16px; padding: 10px; border-block: 1px solid var(--app-line); color: var(--app-muted); font-size: 7px; text-align: center; }
.score-entry { display: flex; align-items: center; justify-content: space-between; margin: 18px 18px 0; }.score-entry > span { font-size: 9px; font-weight: 700; }.score-entry div { display: flex; align-items: center; gap: 14px; }.score-entry button { width: 30px; height: 30px; border: 1px solid var(--app-line); border-radius: 50%; background: #fff; color: var(--app-green); }.score-entry strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.phone-button { display: block; width: calc(100% - 36px); margin: 18px; padding: 12px; border: 0; border-radius: 7px; background: var(--app-mint); color: var(--app-ink); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.phone-float { position: absolute; z-index: 3; min-width: 200px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(10,39,28,.94); box-shadow: 0 20px 55px rgba(0,0,0,.3); }.phone-float strong, .phone-float span { display: block; }.phone-float strong { font-size: .76rem; }.phone-float span { color: rgba(255,255,255,.54); font-size: .66rem; }.phone-float.top { top: 110px; right: -10px; }.phone-float.bottom { bottom: 110px; left: -15px; }
.player-copy > p { max-width: 620px; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.player-list { margin-top: 2.2rem; }
.player-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.player-list > div > span { color: var(--app-mint); font-size: .67rem; }.player-list p, .player-list strong, .player-list small { display: block; margin: 0; }.player-list strong { font-size: .92rem; }.player-list small { margin-top: .2rem; color: rgba(255,255,255,.5); font-size: .78rem; }

/* Trust, customer proof, and pricing */
.trust-section { border-bottom: 1px solid var(--app-line); background: var(--app-paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 210px; padding: 2rem 1.7rem; border-right: 1px solid var(--app-line); }
.trust-grid article:first-child { border-left: 1px solid var(--app-line); }
.trust-grid article > span { display: block; margin-bottom: 3.2rem; color: var(--app-mint); font-family: var(--serif); font-size: 1.25rem; }
.trust-grid strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.trust-grid p { margin: .45rem 0 0; color: var(--app-muted); font-size: .78rem; }
.testimonial-section { padding: 100px 0; background: var(--app-cream); }
.testimonial-inner { max-width: 920px; text-align: center; }
.quote-mark { display: block; height: 70px; color: var(--app-mint); font-family: var(--serif); font-size: 7rem; line-height: 1; }
.testimonial-inner blockquote { margin: 1.3rem 0 2rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.12; }
.testimonial-inner p, .testimonial-inner strong, .testimonial-inner span { display: block; margin: 0; }.testimonial-inner strong { font-size: .78rem; }.testimonial-inner span { color: var(--app-muted); font-size: .7rem; }
.pricing-section { padding: 120px 0; background: var(--app-canvas); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; margin-top: 55px; }
.price-card { display: flex; min-height: 690px; flex-direction: column; padding: 2.2rem; border: 1px solid var(--app-line); border-radius: 12px; background: #fff; }
.price-card.featured-price { border-color: var(--app-green); background: var(--app-night); color: #fff; box-shadow: var(--app-shadow); transform: translateY(-14px); }
.price-label { align-self: flex-start; padding: .38rem .62rem; border-radius: 99px; background: var(--app-cream); color: var(--app-green); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.featured-price .price-label { background: var(--app-mint); color: var(--app-ink); }
.price-card h3 { margin: 2rem 0 .25rem; font-size: 1.65rem; line-height: 1.12; }
.course-count { min-height: 0 !important; color: var(--app-green) !important; font-size: .72rem !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.featured-price .course-count { color: var(--app-mint) !important; }
.price { display: flex; align-items: baseline; gap: .25rem; margin: .6rem 0 1.2rem; }.price small { align-self: flex-start; padding-top: .55rem; font-size: 1rem; }.price strong { font-family: var(--serif); font-size: 4.5rem; font-weight: 400; letter-spacing: -.06em; line-height: 1; }.price span { color: var(--app-muted); font-size: .72rem; }.featured-price .price span { color: rgba(255,255,255,.52); }
.price-card > p { margin: 0; color: var(--app-muted); font-size: .84rem; }.featured-price > p { color: rgba(255,255,255,.62); }.featured-price .save-note { color: var(--app-mint); }
.annual-option { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: -.45rem; padding: .8rem 0; border-top: 1px solid var(--app-line); border-bottom: 1px solid var(--app-line); }.annual-option strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }.annual-option span { color: var(--app-green); font-size: .65rem; font-weight: 700; }.featured-price .annual-option { border-color: rgba(255,255,255,.15); }.featured-price .annual-option span { color: var(--app-mint); }
.price-card ul { margin: 2rem 0; padding: 0; list-style: none; }.price-card li { padding: .72rem 0 .72rem 1.5rem; border-top: 1px solid var(--app-line); font-size: .78rem; }.featured-price li { border-color: rgba(255,255,255,.15); }.price-card li::before { float: left; margin-left: -1.5rem; color: var(--app-green); content: "✓"; font-weight: 700; }.featured-price li::before { color: var(--app-mint); }
.price-card .button { width: 100%; margin-top: auto; }
.setup-addon { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; margin-top: 42px; padding: 2.1rem 2.3rem; border: 1px solid var(--app-line); border-radius: 12px; background: var(--app-paper); }.setup-addon h3 { margin: 1.25rem 0 .35rem; font-size: 1.45rem; }.setup-addon p { max-width: 760px; margin: 0; color: var(--app-muted); font-size: .8rem; }.setup-addon-price { display: flex; gap: 2rem; align-items: center; }.setup-addon .price { min-width: 190px; margin: 0; }.setup-addon .price strong { font-size: 3.6rem; }.setup-addon .button { white-space: nowrap; }
.pricing-note { max-width: 780px; margin: 2rem auto 0; color: var(--app-muted); font-size: .68rem; text-align: center; }

/* Launch and CTA */
.launch-section { padding: 120px 0; background: var(--app-cream); }
.launch-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.launch-copy p { max-width: 560px; color: var(--app-muted); }
.launch-copy .button { margin-top: 1rem; }
.launch-steps { border-top: 1px solid var(--app-line); }
.launch-steps article { display: grid; grid-template-columns: 42px 1fr 38px; gap: 1rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid var(--app-line); }
.launch-steps article > span { color: var(--app-green); font-size: .7rem; }.launch-steps strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }.launch-steps p { margin: .25rem 0 0; color: var(--app-muted); font-size: .82rem; }.launch-steps i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--app-night); color: var(--app-mint); font-style: normal; }
.faq-section { padding: 120px 0; background: var(--app-paper); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.faq-intro { position: sticky; top: 95px; }.faq-intro h2 { margin: .9rem 0 1rem; font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.02; }.faq-intro p { color: var(--app-muted); }.faq-intro .text-cta { margin-top: 1rem; }
.faq-list { border-top: 1px solid var(--app-line); }
.faq-list details { border-bottom: 1px solid var(--app-line); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; top: 1.3rem; right: .25rem; color: var(--app-green); content: "+"; font-family: var(--sans); font-size: 1.4rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 680px; margin: -.45rem 0 1.5rem; color: var(--app-muted); font-size: .88rem; }
.final-cta { padding: 95px 0; background: var(--app-green); color: #fff; }
.final-cta-inner { display: grid; grid-template-columns: 80px 1fr auto; gap: 2rem; align-items: center; }
.final-cta img { width: 72px; height: 72px; border-radius: 16px; }
.final-cta h2 { max-width: 720px; margin: .6rem 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1; }.final-cta p { margin: 0; color: rgba(255,255,255,.65); }
.final-actions { display: flex; align-items: center; flex-direction: column; gap: .8rem; }.final-actions > a:not(.button) { color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.final-actions > a:not(.button):hover { color: #fff; }
.mobile-sticky-cta { display: none; }

/* All Features page */
.features-hero-v2 { position: relative; overflow: hidden; padding: 105px 0 115px; background: var(--app-night); color: #fff; }
.features-hero-v2::after { position: absolute; top: 50%; right: -160px; width: 650px; height: 650px; border: 1px solid rgba(200,164,91,.2); border-radius: 50%; content: ""; transform: translateY(-50%); }
.features-hero-v2-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 5rem; align-items: center; }
.features-hero-v2 h1 { max-width: 780px; margin: 1.2rem 0 1.4rem; font-size: clamp(3.6rem, 6.7vw, 7rem); letter-spacing: -.05em; line-height: .94; }
.features-hero-v2-grid > div:first-child > p { max-width: 680px; margin-bottom: 2rem; color: rgba(255,255,255,.65); font-size: 1.08rem; }
.feature-orbit { position: relative; min-height: 470px; border: 1px solid rgba(200,164,91,.24); border-radius: 50%; }
.feature-orbit::before { position: absolute; inset: 75px; border: 1px solid rgba(200,164,91,.18); border-radius: 50%; content: ""; }
.orbit-logo { position: absolute; top: 50%; left: 50%; z-index: 2; width: 115px; height: 115px; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.08); transform: translate(-50%,-50%); }.orbit-logo img { border-radius: 20px; }
.orbit-item { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 99px; background: var(--app-night); color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 700; }.orbit-item.one { top: 7%; left: 38%; }.orbit-item.two { top: 46%; right: -4%; }.orbit-item.three { bottom: 5%; left: 38%; }.orbit-item.four { top: 46%; left: -3%; }
.feature-jump-v2 { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--app-line); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
.feature-jump-v2 .container { display: flex; min-height: 64px; align-items: center; gap: 1.8rem; overflow-x: auto; }
.feature-jump-v2 span { color: var(--app-muted); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }.feature-jump-v2 a { flex: 0 0 auto; font-size: .7rem; font-weight: 700; }.feature-jump-v2 a:hover { color: var(--app-green); }
.feature-overview { padding: 110px 0 75px; background: var(--app-paper); }
.feature-group { padding: 85px 0; background: var(--app-paper); scroll-margin-top: 64px; }
.feature-group-tint { background: var(--app-cream); }
.feature-group-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.feature-group header { position: sticky; top: 105px; }
.group-number { display: block; margin-bottom: 3.6rem; color: var(--app-mint); font-family: var(--serif); font-size: 3rem; line-height: 1; }
.feature-group header h2 { font-size: clamp(2.4rem, 4.5vw, 4.25rem); }
.feature-group header > p { color: var(--app-muted); }
.feature-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-card-grid article { min-height: 245px; padding: 27px; border: 1px solid var(--app-line); border-radius: 10px; background: #fff; }
.feature-card-grid article > span { color: var(--app-mint); font-size: .65rem; font-weight: 700; }
.feature-card-grid h3 { margin: 3rem 0 .6rem; font-family: var(--sans); font-size: 1rem; font-weight: 700; }
.feature-card-grid p { margin: 0; color: var(--app-muted); font-size: .84rem; }
.platform-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }.platform-pills span { padding: .45rem .7rem; border: 1px solid var(--app-line); border-radius: 99px; color: var(--app-green); font-size: .65rem; font-weight: 700; }
.mobile-proof { overflow: hidden; padding: 110px 0 125px; background: var(--app-canvas); }
.mobile-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 4vw, 3rem); align-items: center; max-width: 940px; margin-top: 60px; }
.proof-phone { margin: 0; text-align: center; }
.proof-phone > img, .proof-screen { width: 100%; overflow: hidden; border: 8px solid #0c1914; border-radius: 38px; background: #fff; box-shadow: var(--app-shadow); }
.proof-phone > img { aspect-ratio: 709 / 1536; object-fit: cover; }
.proof-screen { position: relative; aspect-ratio: 709 / 1536; }
.proof-screen > img { width: 100%; height: 100%; object-fit: cover; }
.proof-screen .player-name-cover { height: 4.1%; font-size: clamp(.32rem, .7vw, .5rem); }
.proof-phone-featured { transform: translateY(-18px); }
.proof-phone figcaption { margin-top: 1.2rem; }
.proof-phone figcaption strong, .proof-phone figcaption span { display: block; }
.proof-phone figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.proof-phone figcaption span { margin-top: .25rem; color: var(--app-muted); font-size: .72rem; }
.feature-formats { padding: 105px 0; background: var(--app-night); color: #fff; }
.format-row { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 3.5rem; border-block: 1px solid rgba(255,255,255,.15); }.format-row span { padding: 1.5rem .7rem; border-right: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); font-size: .75rem; font-weight: 700; text-align: center; }.format-row span:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.features-signup-v2 { padding: 105px 0; background: var(--app-green); color: #fff; }.features-signup-v2-inner { display: grid; grid-template-columns: 1fr auto; gap: 5rem; align-items: center; }.features-signup-v2 h2 { max-width: 780px; margin: .8rem 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }.features-signup-v2 p { max-width: 720px; margin: 0; color: rgba(255,255,255,.65); }.features-signup-v2-inner > div:last-child { text-align: center; }.features-signup-v2 small { display: block; margin-top: .8rem; color: rgba(255,255,255,.52); font-size: .65rem; }

/* Standard WordPress content */
.page-hero { padding: 95px 0; background: var(--app-night); color: #fff; }.page-hero .display { max-width: 850px; margin: 1rem 0 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .98; }
.content-area { padding: 85px 0; background: var(--app-paper); }.entry-content > * { max-width: 100%; }.entry-content h2, .entry-content h3 { line-height: 1.15; }.entry-content h2 { font-size: 2.2rem; }.entry-content a { color: var(--app-green); text-decoration: underline; }.entry-content img { margin-block: 2rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }.post-card { padding: 1.3rem; border: 1px solid var(--app-line); background: #fff; }.post-card-image { aspect-ratio: 4/3; overflow: hidden; background: var(--app-cream); }.post-card-image img { width: 100%; height: 100%; object-fit: cover; }.post-meta { margin-top: 1rem; color: var(--app-green); font-size: .65rem; text-transform: uppercase; }.post-card h3 { font-size: 1.65rem; line-height: 1.15; }.post-card p { color: var(--app-muted); }

/* Footer */
.site-footer { padding-top: 75px; background: #0a291e; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 3.5rem; padding-bottom: 55px; }
.footer-brand .site-title { font-family: var(--serif); font-size: 1.7rem; }.footer-brand p, .footer-contact p { color: rgba(255,255,255,.52); font-size: .82rem; }.footer-heading { margin: 0 0 1rem; color: var(--app-mint); font-family: var(--sans); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.footer-nav { margin: 0; padding: 0; list-style: none; }.footer-nav li { margin: .6rem 0; }.footer-nav a { color: rgba(255,255,255,.68); font-size: .8rem; }.footer-nav a:hover, .footer-contact a:hover { color: var(--app-mint); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .68rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin: 1.2rem 0 0; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }.footer-legal a { color: rgba(255,255,255,.52); font-size: .68rem; }

@media (max-width: 1080px) {
  .main-navigation ul { gap: 1rem; }.header-actions { gap: 1rem; }
  .product-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-orbit { min-height: 410px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }
  .site-header-inner { min-height: 72px; }.default-brand small { display: none; }
  .menu-toggle { display: block; }.header-actions { flex-direction: row-reverse; }.header-cta { display: none; }
  .main-navigation { position: fixed; top: 72px; right: 0; left: 0; display: none; max-height: calc(100vh - 72px); overflow-y: auto; padding: 1rem 18px 2rem; background: var(--app-night); }.main-navigation.is-open { display: block; }.main-navigation ul { display: block; }.main-navigation li { border-bottom: 1px solid rgba(255,255,255,.13); }.main-navigation a { padding: 1.1rem .2rem; }.main-navigation a::after { display: none; }.menu-item-signup { display: block; }.menu-item-signup a { color: var(--app-mint); }
  .product-hero-grid, .split-heading, .audience-grid, .player-grid, .launch-grid, .features-hero-v2-grid, .feature-group-grid, .features-signup-v2-inner, .demo-grid, .faq-grid { grid-template-columns: 1fr; }
  .product-hero-grid { min-height: auto; padding-block: 75px 95px; text-align: center; }.product-hero-copy h1, .product-hero-copy > p { margin-inline: auto; }.product-hero-copy .product-kicker, .hero-actions { justify-content: center; }.trial-note { justify-content: center; }.admin-preview { max-width: 660px; margin: 1rem auto 0; transform: none; }
  .hero-proof .container { flex-wrap: wrap; justify-content: center; padding-block: 18px; }.hero-proof span { width: 100%; text-align: center; }
  .platform-intro, .module-section, .player-experience, .launch-section, .operator-proof, .demo-section, .pricing-section, .faq-section { padding-block: 85px; }.split-heading { gap: 1.5rem; }.audience-grid { margin-top: 40px; }.audience-card { min-height: auto; }.card-label { margin-bottom: 3rem; }
  .player-copy { order: -1; }.phone-composition { min-height: 650px; }.real-mobile-showcase { min-height: 720px; }.player-copy .product-kicker { color: var(--app-mint); }
  .operator-gallery { grid-template-columns: 1fr; }.operator-gallery figure:first-child { grid-column: auto; }.demo-grid { gap: 2.5rem; }.demo-copy { max-width: 650px; }.demo-section::before { right: -360px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid article:nth-child(3) { border-left: 1px solid var(--app-line); }.pricing-grid { grid-template-columns: 1fr; max-width: 620px; }.price-card { min-height: auto; }.price-card.featured-price { transform: none; }.setup-addon { grid-template-columns: 1fr; }.setup-addon-price { justify-content: space-between; }.faq-grid { gap: 2.5rem; }.faq-intro { position: static; }
  .final-cta-inner { grid-template-columns: 60px 1fr; }.final-actions { grid-column: 1/-1; align-items: center; justify-content: flex-start; flex-direction: row; }.final-cta img { width: 58px; height: 58px; }
  .feature-orbit { width: min(470px, 100%); min-height: 470px; margin-inline: auto; }.feature-group header { position: static; }.group-number { margin-bottom: 1.5rem; }.feature-overview { padding-bottom: 40px; }.feature-group { padding-block: 70px; }
  .mobile-proof-grid { max-width: 760px; gap: 1rem; }
  .format-row { grid-template-columns: repeat(3, 1fr); }.features-signup-v2-inner { gap: 2rem; }.features-signup-v2-inner > div:last-child { text-align: left; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-contact { grid-column: 1/-1; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .container, .narrow, .entry-content, .comments-area { width: min(100% - 28px, 540px); }
  .default-brand img { width: 38px; height: 38px; }.default-brand strong { font-size: 1.15rem; }
  .product-hero-copy h1, .features-hero-v2 h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }.section-heading h2, .player-copy h2, .launch-copy h2, .feature-group header h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .admin-preview { margin-inline: -6px; }.preview-app { grid-template-columns: 48px 1fr; min-height: 330px; }.preview-sidebar { padding-inline: 7px; }.preview-workspace { padding: 14px; }.workspace-grid { grid-template-columns: 1fr; }.launch-card { display: none; }.metric-row { gap: 5px; }.metric-row > div { padding: 9px; }.metric-row small { min-height: 22px; }.brand-float { right: 4px; bottom: -35px; }
  .hero-proof strong { width: calc(50% - .75rem); text-align: center; }
  .module-grid, .feature-card-grid { grid-template-columns: 1fr; }.module-grid article { min-height: 260px; }.module-grid h3 { margin-top: 3.2rem; }
  .demo-section { padding-block: 82px; }.demo-grid { gap: 2rem; }.demo-player-shell { margin-inline: -4px; border-radius: 13px; }.demo-player-bar, .demo-player-footer { padding: .7rem .75rem; }.demo-player-bar small { display: none; }.demo-player-footer { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .phone-composition { min-height: 590px; }.brand-disc { width: 430px; height: 430px; }.product-phone { width: 255px; height: 525px; }.real-mobile-showcase { min-height: 625px; margin-inline: -12px; }.real-mobile-showcase .brand-disc { width: 430px; height: 430px; }.mobile-shot-score { width: 240px; height: 520px; }.mobile-shot-dashboard, .mobile-shot-leaderboard { width: 172px; height: 373px; }.mobile-shot-dashboard { transform: translate(-115%,-44%) rotate(-7deg); }.mobile-shot-leaderboard { transform: translate(15%,-44%) rotate(7deg); }.mobile-shot figcaption { right: 8px; bottom: 9px; left: 8px; padding: 5px; font-size: .5rem; }.player-name-cover { height: 21px; font-size: .43rem; }.phone-float { min-width: 155px; }.real-mobile-showcase .phone-float { display: none; }.phone-float.top { right: -4px; }.phone-float.bottom { left: -5px; }.phone-float span { display: none; }
  .launch-steps article { grid-template-columns: 30px 1fr 32px; }.launch-steps strong { font-size: 1.12rem; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) { min-height: auto; border-right: 1px solid var(--app-line); border-left: 1px solid var(--app-line); }.trust-grid article > span { margin-bottom: 1.5rem; }.price-card { padding: 1.7rem; }.price-card h3 { min-height: auto; }.annual-option { align-items: flex-start; flex-direction: column; gap: .3rem; }.setup-addon { gap: 1.5rem; padding: 1.7rem; }.setup-addon-price { align-items: stretch; flex-direction: column; gap: 1rem; }.setup-addon .button { width: 100%; }.faq-list summary { font-size: 1.08rem; }
  .final-cta-inner { grid-template-columns: 1fr; }.final-cta img { width: 64px; height: 64px; }.final-actions { align-items: stretch; flex-direction: column; }.final-actions .button { width: 100%; }.mobile-sticky-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 200; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .8rem .7rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(10,41,30,.96); color: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(12px); }.mobile-sticky-cta:hover { color: #fff; }.mobile-sticky-cta span, .mobile-sticky-cta strong { display: block; }.mobile-sticky-cta span { color: rgba(255,255,255,.55); font-size: .6rem; }.mobile-sticky-cta strong { color: #fff; font-size: .72rem; text-transform: uppercase; }.mobile-sticky-cta b { flex: 0 0 auto; padding: .68rem .75rem; border-radius: 7px; background: var(--app-mint); color: var(--app-ink); font-size: .6rem; letter-spacing: .05em; text-transform: uppercase; }.home .site-footer { padding-bottom: 82px; }
  .features-hero-v2 { padding-block: 75px; }.feature-orbit { min-height: 340px; }.feature-orbit::before { inset: 50px; }.orbit-logo { width: 90px; height: 90px; }.orbit-item.one, .orbit-item.three { left: 35%; }
  .feature-jump-v2 .container { gap: 1rem; }.feature-jump-v2 span { display: none; }
  .feature-card-grid article { min-height: 210px; }.feature-card-grid h3 { margin-top: 2rem; }
  .mobile-proof { padding-block: 80px; }.mobile-proof-grid { width: max-content; max-width: none; grid-template-columns: repeat(3, 220px); margin-top: 42px; overflow: visible; transform: translateX(calc((100vw - 220px) / 2 - 14px)); }.proof-phone { opacity: .76; }.proof-phone-featured { order: -1; opacity: 1; transform: none; }.proof-phone figcaption span { max-width: 190px; margin-inline: auto; }
  .format-row { grid-template-columns: repeat(2, 1fr); }.format-row span { border: 1px solid rgba(255,255,255,.15); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }.footer-brand, .footer-contact { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
