:root {
  --bg: #061712;
  --bg-2: #0a241b;
  --panel: #0d2b21;
  --panel-2: #12382a;
  --ink: #f4fbf7;
  --muted: #a9c1b7;
  --green: #35e58a;
  --green-2: #99ffc7;
  --line: rgba(255,255,255,.12);
  --soft: rgba(53,229,138,.12);
  --yellow: #ffcf45;
  --red: #ff5f6d;
  --shadow: 0 26px 80px rgba(0,0,0,.32);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; 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; z-index: 999; top: 12px; left: 12px; padding: 12px 16px; background: var(--green); color: #032016; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(6,23,18,.72); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(6,23,18,.92); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.25); }
.brand span { display: grid; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 650; color: #c9dbd3; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--green-2); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(53,229,138,.36); border-radius: 999px; background: rgba(53,229,138,.08); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; color: white; background: rgba(255,255,255,.08); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; }
.hero { position: relative; min-height: 900px; display: grid; align-items: center; padding: 145px 0 92px; isolation: isolate; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; z-index: -4; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ""; position: absolute; z-index: -3; inset: auto -20% -15% -20%; height: 55%; background: radial-gradient(ellipse, rgba(53,229,138,.16), transparent 65%); }
.hero-glow { position: absolute; z-index: -2; width: 440px; height: 440px; border-radius: 50%; filter: blur(90px); opacity: .25; }
.hero-glow-one { background: var(--green); top: 80px; right: 7%; }
.hero-glow-two { background: #1ba4ff; left: -180px; bottom: 70px; opacity: .11; }
.hero-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green-2); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(53,229,138,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 13px rgba(53,229,138,0); } }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 26px; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.065em; }
h1 span { color: var(--green); }
.hero-lead { max-width: 680px; font-size: 1.18rem; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 38px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #032218; box-shadow: 0 14px 34px rgba(53,229,138,.2); }
.button-primary:hover { box-shadow: 0 18px 44px rgba(53,229,138,.3); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.045); color: var(--ink); }
.hero-proof { display: flex; gap: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 1.45rem; color: var(--green-2); }
.hero-proof span { font-size: .78rem; color: var(--muted); }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(53,229,138,.18); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 670px; height: 670px; opacity: .55; }
.phone-frame { position: relative; width: min(355px, 83vw); padding: 12px; border-radius: 52px; background: linear-gradient(145deg, #263a33, #07110d 55%, #23372f); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 40px 100px rgba(0,0,0,.55), inset 0 0 0 2px rgba(255,255,255,.04); transform: rotate(2.5deg); }
.phone-speaker { position: absolute; z-index: 4; top: 18px; left: 50%; width: 92px; height: 24px; transform: translateX(-50%); border-radius: 999px; background: #020805; }
.phone-screen { min-height: 646px; padding: 52px 14px 18px; border-radius: 42px; overflow: hidden; background: radial-gradient(circle at 50% 10%, #174e38, transparent 34%), #071d16; border: 1px solid rgba(255,255,255,.08); }
.demo-topbar { display: flex; justify-content: space-between; color: #cce4d8; font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.demo-topbar span:first-child { color: var(--green); }
.demo-matchline { margin: 14px 0 10px; padding: 8px 10px; text-align: center; font-size: .75rem; font-weight: 750; border-radius: 10px; background: rgba(255,255,255,.06); }
.demo-control { width: 46%; margin: 0 auto 6px; padding: 7px; text-align: center; border-radius: 9px; color: #042018; background: var(--green); font-size: .72rem; font-weight: 850; }
.demo-clock { text-align: center; font-size: 2.75rem; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; font-weight: 900; }
.demo-teams { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.demo-team { min-width: 0; padding: 12px 8px 9px; display: grid; justify-items: center; border-radius: 17px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.demo-flag { font-size: 1.65rem; }
.demo-team small { max-width: 100%; margin-top: 4px; font-size: .58rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-team > strong { font-size: 4.4rem; line-height: 1; letter-spacing: -.07em; }
.demo-actions { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.demo-actions span { padding: 5px 1px; border-radius: 5px; text-align: center; background: var(--green); color: #032016; font-size: .43rem; font-weight: 900; }
.demo-actions .yellow { background: var(--yellow); }
.demo-actions .red { background: var(--red); color: white; }
.demo-counters { width: 100%; margin-top: 7px; display: flex; justify-content: space-around; font-size: .58rem; font-weight: 800; }
.demo-undo { width: 54%; min-height: 38px; margin: 12px auto 0; display: block; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: white; background: rgba(255,255,255,.07); font-size: .55rem; font-weight: 800; }
.floating-card { position: absolute; z-index: 7; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(10,37,28,.78); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .8rem; }
.floating-card small { color: var(--muted); font-size: .66rem; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #062319; background: var(--green); }
.floating-card-top { top: 110px; right: -6px; animation: float 5s ease-in-out infinite; }
.floating-card-bottom { bottom: 80px; left: -36px; animation: float 5s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: #c7dbd2; font-size: .86rem; font-weight: 700; }
.trust-grid span { display: flex; align-items: center; gap: 10px; }
.trust-grid b { color: var(--green); }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .split-copy h2, .language-card h2, .cta-card h2 { margin: 15px 0 18px; font-size: clamp(2.5rem, 5vw, 4.35rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p, .split-copy > p, .language-card p, .cta-card p { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(53,229,138,.36); background: linear-gradient(145deg, rgba(53,229,138,.09), rgba(255,255,255,.02)); }
.feature-number { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.13); font-weight: 900; font-size: 1.1rem; }
.feature-icon { width: 48px; height: 48px; margin-bottom: 46px; display: grid; place-items: center; border-radius: 14px; font-size: 1.35rem; background: var(--soft); }
.feature-card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.feature-card p { color: var(--muted); font-size: .92rem; }
.live-section { background: linear-gradient(180deg, transparent, rgba(53,229,138,.045), transparent); }
.split-layout, .stats-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.split-copy { max-width: 530px; }
.check-list { padding: 0; margin: 30px 0 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; color: #d6e4de; }
.check-list span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: #052117; background: var(--green); font-size: .75rem; font-weight: 900; }
.scoreboard-card { padding: 26px; border: 1px solid rgba(53,229,138,.24); border-radius: 32px; background: radial-gradient(circle at 50% 0, rgba(53,229,138,.15), transparent 38%), #081e17; box-shadow: var(--shadow); }
.scoreboard-status { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--green-2); font-size: .72rem; letter-spacing: .12em; font-weight: 850; }
.scoreboard-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(53,229,138,.1); }
.scoreboard-title { margin: 14px 0 24px; text-align: center; color: #d8e8e1; font-size: 1.05rem; font-weight: 800; }
.scoreboard-main { display: grid; grid-template-columns: 1fr .78fr 1fr; gap: 14px; align-items: stretch; }
.scoreboard-team, .scoreboard-center { min-width: 0; min-height: 220px; padding: 18px 12px; display: grid; place-items: center; align-content: center; border-radius: 23px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.scoreboard-team span { font-size: 2.3rem; }
.scoreboard-team strong { max-width: 100%; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .8rem; }
.scoreboard-team b { font-size: clamp(4.8rem, 8vw, 7.5rem); line-height: .95; letter-spacing: -.09em; }
.scoreboard-center small { color: var(--green-2); font-size: 1.2rem; font-weight: 850; }
.scoreboard-center strong { font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.scoreboard-center span { margin-top: 12px; padding: 7px 12px; border-radius: 999px; color: #042116; background: var(--green); font-size: .65rem; font-weight: 900; }
.scoreboard-stats { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr) 1px repeat(3, 1fr); gap: 7px; align-items: center; text-align: center; font-size: .85rem; font-weight: 800; }
.scoreboard-stats span { padding: 9px 4px; border-radius: 10px; background: rgba(255,255,255,.045); }
.scoreboard-stats i { height: 24px; background: var(--line); }
.event-feed { margin-top: 18px; display: grid; gap: 8px; }
.event-feed div { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.035); color: #d6e4de; font-size: .78rem; }
.event-feed time { color: var(--green-2); font-weight: 850; }
.presentation-section { position: relative; overflow: hidden; background: #eaf8f0; color: #08231a; }
.presentation-section::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle at 20% 20%, rgba(53,229,138,.24), transparent 22%), radial-gradient(circle at 80% 76%, rgba(8,95,63,.13), transparent 25%); }
.presentation-section .shell { position: relative; }
.section-heading.light p { color: #476359; }
.presentation-demo { min-height: 520px; display: grid; grid-template-columns: 220px 110px 1fr; gap: 28px; align-items: center; }
.device-phone { width: 210px; min-height: 405px; padding: 60px 15px 22px; border: 9px solid #0c1914; border-radius: 42px; color: white; background: #0a291e; box-shadow: 0 28px 60px rgba(3,30,20,.22); }
.device-phone::before { content: ""; display: block; width: 75px; height: 19px; margin: -45px auto 34px; border-radius: 999px; background: #020a06; }
.mini-live { padding: 15px 8px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 5px; align-items: center; text-align: center; border-radius: 14px; background: rgba(255,255,255,.06); }
.mini-live strong { color: var(--green); font-size: 2rem; }
.mini-buttons { margin-top: 18px; display: grid; gap: 8px; }
.mini-buttons b { padding: 12px; text-align: center; border-radius: 10px; color: #052016; background: var(--green); font-size: .68rem; }
.device-phone small { margin-top: 22px; display: block; text-align: center; color: #a9c1b7; }
.signal { height: 130px; display: grid; place-items: center; position: relative; }
.signal span { position: absolute; border: 2px solid #1e9d64; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(45deg); }
.signal span:nth-child(1) { width: 38px; height: 38px; }
.signal span:nth-child(2) { width: 70px; height: 70px; opacity: .7; }
.signal span:nth-child(3) { width: 102px; height: 102px; opacity: .4; }
.device-tv { position: relative; }
.tv-screen { aspect-ratio: 16 / 9; padding: 30px; display: grid; align-content: center; border: 12px solid #101a16; border-radius: 20px; color: white; background: radial-gradient(circle at 50% 0, #16553d, transparent 37%), #061b14; box-shadow: 0 32px 80px rgba(3,30,20,.28); }
.tv-title { margin-bottom: 25px; text-align: center; color: var(--green-2); font-weight: 800; }
.tv-score { display: grid; grid-template-columns: 1.3fr .5fr .75fr .5fr 1.3fr; gap: 10px; align-items: center; text-align: center; }
.tv-score strong { font-size: clamp(4rem, 7vw, 7rem); line-height: 1; }
.tv-score small { font-size: 2rem; font-weight: 900; }
.tv-score span { font-weight: 850; }
.tv-log { width: 70%; margin: 25px auto 0; padding: 12px 18px; border-radius: 12px; background: rgba(255,255,255,.06); }
.tv-log i { margin-right: 12px; color: var(--green-2); font-style: normal; font-weight: 850; }
.tv-stand { width: 33%; height: 26px; margin: 0 auto; border-bottom: 10px solid #14231c; border-inline: 28px solid transparent; }
.presentation-steps { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.presentation-steps div { padding: 18px; display: flex; align-items: center; gap: 14px; border-radius: 16px; background: rgba(8,35,26,.07); font-weight: 800; }
.presentation-steps b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b6b48; }
.stats-layout { grid-template-columns: 1.1fr .9fr; }
.stats-panel { padding: 28px; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, #12382a, #091f18); box-shadow: var(--shadow); }
.stats-header { display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.stats-header strong { color: var(--green-2); }
.stats-kpis { margin: 24px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stats-kpis div { padding: 17px; border-radius: 17px; background: rgba(255,255,255,.05); }
.stats-kpis small, .stats-kpis span { display: block; color: var(--muted); }
.stats-kpis strong { margin: 4px 0; display: block; font-size: 2.2rem; }
.stats-kpis span { font-size: .68rem; color: var(--green-2); }
.bar-chart { height: 160px; padding: 20px 12px 0; display: flex; align-items: flex-end; gap: 10px; border-radius: 18px; background: rgba(0,0,0,.18); }
.bar-chart span { flex: 1; height: var(--h); min-width: 12px; border-radius: 7px 7px 2px 2px; background: linear-gradient(var(--green-2), var(--green)); box-shadow: 0 -8px 22px rgba(53,229,138,.15); }
.ranking-row { margin-top: 9px; padding: 11px 13px; display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: center; border-radius: 12px; background: rgba(255,255,255,.038); font-size: .8rem; }
.ranking-row b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #032116; background: var(--green); }
.ranking-row strong { color: var(--green-2); }
.mini-feature-list { margin-top: 30px; display: grid; gap: 12px; }
.mini-feature-list > div { display: flex; gap: 14px; align-items: center; }
.mini-feature-list > div > span { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border-radius: 13px; color: var(--green-2); background: var(--soft); font-weight: 900; }
.mini-feature-list p, .mini-feature-list strong, .mini-feature-list small { margin: 0; display: block; }
.mini-feature-list small { color: var(--muted); }
.language-section { padding-top: 30px; }
.language-card { padding: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; border: 1px solid rgba(53,229,138,.2); border-radius: 30px; background: linear-gradient(135deg, rgba(53,229,138,.1), rgba(255,255,255,.025)); }
.language-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.language-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.language-cloud span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: #dbe9e3; background: rgba(255,255,255,.045); font-weight: 750; font-size: .84rem; }
.cta-card { padding: 38px 44px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; border-radius: 32px; color: #062218; background: linear-gradient(135deg, var(--green-2), var(--green)); box-shadow: 0 30px 90px rgba(53,229,138,.18); }
.cta-card img { border-radius: 28px; box-shadow: 0 18px 45px rgba(0,0,0,.23); }
.cta-card .eyebrow { color: #0a6748; }
.cta-card h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.5rem); }
.cta-card p { margin-bottom: 0; color: #185d46; }
.cta-card .button { background: #07231a; color: white; box-shadow: none; white-space: nowrap; }
.site-footer { padding: 32px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 13px; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--ink); }
.footer-brand span { font-size: .75rem; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a:hover { color: var(--green-2); }
.site-footer p { margin: 0; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }

.legal-page { min-height: 100vh; padding-top: 130px; background: radial-gradient(circle at top right, rgba(53,229,138,.1), transparent 30%), var(--bg); }
.legal-card { max-width: 860px; margin: 0 auto 90px; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); }
.legal-card h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-card h2 { margin-top: 34px; }
.legal-card p, .legal-card li { color: var(--muted); }
.back-link { display: inline-flex; gap: 8px; margin-bottom: 30px; color: var(--green-2); font-weight: 750; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 70px; left: 20px; right: 20px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,28,21,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 12px; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-layout, .split-layout, .stats-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 650px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split-copy { max-width: 740px; }
  .presentation-demo { grid-template-columns: 160px 70px 1fr; }
  .device-phone { width: 160px; min-height: 330px; padding-inline: 10px; }
  .language-card { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: auto 1fr; }
  .cta-card .button { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 116px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-visual { min-height: 600px; }
  .floating-card-top { right: -5px; top: 120px; }
  .floating-card-bottom { left: -2px; bottom: 55px; }
  .orbit-two { width: 540px; height: 540px; }
  .trust-grid { padding: 22px 0; grid-template-columns: 1fr 1fr; }
  .section { padding: 82px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .scoreboard-card { padding: 16px; }
  .scoreboard-main { grid-template-columns: 1fr .8fr 1fr; gap: 7px; }
  .scoreboard-team, .scoreboard-center { min-height: 180px; padding: 12px 5px; }
  .scoreboard-team span { font-size: 1.7rem; }
  .scoreboard-team b { font-size: 4.3rem; }
  .scoreboard-center strong { font-size: 2rem; }
  .scoreboard-center span { padding-inline: 7px; font-size: .52rem; }
  .scoreboard-stats { font-size: .68rem; gap: 4px; }
  .presentation-demo { min-height: auto; grid-template-columns: 1fr; justify-items: center; }
  .device-phone { display: none; }
  .signal { height: 70px; transform: rotate(90deg); }
  .device-tv { width: 100%; }
  .tv-screen { padding: 14px; border-width: 7px; }
  .tv-score { gap: 4px; }
  .tv-score strong { font-size: 3.5rem; }
  .tv-score small { font-size: 1.2rem; }
  .tv-score span { font-size: .58rem; }
  .tv-log { width: 90%; font-size: .7rem; }
  .presentation-steps { grid-template-columns: 1fr; }
  .stats-kpis { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .stats-kpis div { padding: 12px 8px; }
  .stats-kpis strong { font-size: 1.7rem; }
  .language-card { padding: 28px; }
  .cta-card { padding: 30px; grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { text-align: left; }
  .legal-card { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* MatchControl release website additions */
.release-section { padding-top: 96px; background: linear-gradient(180deg, rgba(53,229,138,.035), transparent); }
.release-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.release-card { min-height: 160px; padding: 24px; display: flex; align-items: flex-start; gap: 18px; border: 1px solid rgba(53,229,138,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(53,229,138,.075), rgba(255,255,255,.025)); }
.release-card > span { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 16px; color: #032218; background: var(--green); font-size: 1.15rem; font-weight: 950; box-shadow: 0 12px 32px rgba(53,229,138,.18); }
.release-card h3 { margin: 2px 0 8px; font-size: 1.08rem; }
.release-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.feedback-section { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(53,229,138,.14), transparent 33%), rgba(255,255,255,.012); }
.feedback-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.support-address { margin-top: 30px; padding: 20px; display: grid; gap: 6px; border: 1px solid rgba(53,229,138,.22); border-radius: 20px; background: rgba(53,229,138,.075); }
.support-address span { color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.support-address strong { overflow-wrap: anywhere; color: var(--green-2); font-size: clamp(1rem, 2vw, 1.3rem); }
.copy-email { width: fit-content; margin-top: 8px; padding: 10px 14px; border: 1px solid rgba(53,229,138,.34); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.055); font-weight: 800; cursor: pointer; }
.copy-email:hover { background: rgba(53,229,138,.13); }
.copy-status { min-height: 1.2em; color: var(--green-2); }
.feedback-grid { display: grid; gap: 14px; }
.feedback-card { min-height: 128px; padding: 22px; display: grid; grid-template-columns: 52px 1fr auto; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.035); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.feedback-card:hover { transform: translateY(-3px); border-color: rgba(53,229,138,.38); background: rgba(53,229,138,.065); }
.feedback-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--soft); font-size: 1.45rem; }
.feedback-card h3 { margin: 0 0 5px; font-size: 1rem; }
.feedback-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.feedback-card > b { color: var(--green-2); font-size: 1.25rem; }
.brand span { min-width: 0; }
.brand strong, .brand small { white-space: nowrap; }

@media (max-width: 980px) {
  .feedback-layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .release-grid { grid-template-columns: 1fr; }
  .release-card { min-height: 0; padding: 20px; }
  .feedback-card { grid-template-columns: 46px 1fr auto; padding: 18px; }
  .feedback-card > span { width: 46px; height: 46px; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .62rem; }
}

@media (max-width: 720px) {
  h1 { font-size: clamp(2.65rem, 13.2vw, 4.4rem); letter-spacing: -.06em; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hero-proof div { min-width: 0; }
  .hero-proof strong { font-size: 1.08rem; }
  .hero-proof span { font-size: .65rem; line-height: 1.3; }
}

/* Legal and support pages */
.legal-address { color: var(--muted); font-style: normal; line-height: 1.75; }
.legal-address a, .legal-card p a { color: var(--green-2); text-decoration: underline; text-decoration-color: rgba(153,255,199,.35); text-underline-offset: 3px; }
.legal-address a:hover, .legal-card p a:hover { text-decoration-color: currentColor; }
.legal-intro { max-width: 720px; font-size: 1.08rem; }
.legal-actions { margin-top: 40px; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); }
.legal-updated { margin: 24px 0 0; color: #7e9c8f !important; font-size: .82rem; }
.support-page-card { max-width: 980px; }
.support-hero-card { margin: 34px 0 44px; padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border: 1px solid rgba(53,229,138,.25); border-radius: 24px; background: linear-gradient(145deg, rgba(53,229,138,.115), rgba(255,255,255,.025)); }
.support-hero-card h2 { margin: 4px 0 10px; color: var(--green-2); font-size: clamp(1.3rem, 3vw, 2rem); overflow-wrap: anywhere; }
.support-hero-card p { margin: 0; }
.support-kicker { color: var(--muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.support-hero-actions { min-width: 220px; display: grid; gap: 10px; }
.support-hero-actions .button, .support-hero-actions .copy-email { width: 100%; margin: 0; }
.support-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.support-topic { min-height: 170px; padding: 22px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.support-topic:hover { transform: translateY(-3px); border-color: rgba(53,229,138,.38); background: rgba(53,229,138,.065); }
.support-topic > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 13px; background: var(--soft); font-size: 1.25rem; }
.support-topic div { display: grid; gap: 6px; }
.support-topic strong { color: var(--ink); }
.support-topic small { color: var(--muted); line-height: 1.45; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.03); }
.faq-list summary { padding: 18px 20px; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--green-2); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; }

@media (max-width: 820px) {
  .support-hero-card { grid-template-columns: 1fr; }
  .support-hero-actions { min-width: 0; }
  .support-topic-grid { grid-template-columns: 1fr; }
}

/* Bilingual language switch and App Store information */
.language-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 3px;
  padding: 4px !important;
  border: 1px solid rgba(153,255,199,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  line-height: 1;
  white-space: nowrap;
}
.language-switch span,
.language-switch b {
  min-width: 40px;
  padding: 5px 8px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.language-switch span { background: rgba(153,255,199,.17); box-shadow: inset 0 0 0 1px rgba(153,255,199,.3); }
.language-switch b { background: transparent; opacity: .58; }
.language-switch:hover { border-color: rgba(153,255,199,.55); background: rgba(153,255,199,.08); }
.language-switch:hover b { opacity: 1; }
.legal-topbar { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.legal-topbar .back-link { margin-bottom: 0; }
.site-footer nav { flex-wrap: wrap; justify-content: center; }
.app-info-grid { margin: 34px 0 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.app-info-card { min-height: 126px; padding: 20px; display: grid; align-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.app-info-card span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.app-info-card strong { color: var(--ink); overflow-wrap: anywhere; }
.app-info-card a { color: var(--green-2); }
.url-list { display: grid; gap: 10px; }
.url-list a { padding: 16px 18px; display: grid; grid-template-columns: minmax(150px, .8fr) 1.2fr; gap: 20px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.03); }
.url-list a:hover { border-color: rgba(53,229,138,.38); background: rgba(53,229,138,.06); }
.url-list span { color: var(--muted); font-size: .82rem; font-weight: 760; }
.url-list strong { color: var(--green-2); overflow-wrap: anywhere; }
.legal-card ol, .legal-card ul { padding-left: 1.35rem; }
.legal-card li + li { margin-top: .55rem; }

@media (max-width: 980px) {
  .main-nav .language-switch { align-self: flex-start; margin: 4px 10px; }
  .app-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .legal-topbar { align-items: flex-start; }
  .legal-topbar .back-link { max-width: 58%; }
  .app-info-grid { grid-template-columns: 1fr; }
  .url-list a { grid-template-columns: 1fr; gap: 5px; }
}
