/* Homepage art direction. Existing discipline and purchase pages retain styles.css. */
.home { --pp-container: 1280px; background: #080f2c; }
.home .container { width: min(100% - 6rem, var(--pp-container)); }
.home .site-header { background: rgba(8,15,44,.94); border-bottom: 1px solid #ffffff12; }
.home main section[id] { scroll-margin-top: 88px; }
.home .header-inner { min-height: 88px; }
.home .brand-logo { width: 172px; }
.home .nav-list { gap: 1.45rem; }
.home .nav-list a { font-size: .95rem; }
.home .btn { border-radius: 7px; box-shadow: none; gap: 1.5rem; }
.home .btn-primary { background: #e60076; }
.home .btn-primary:hover { background: #c90068; }
.home .nav-actions .btn { min-height: 42px; padding: .5rem 1.25rem; }
.home .eyebrow { letter-spacing: .17em; font-size: .75rem; }
.home .hero-new { position: relative; overflow: hidden; background: #080f2c; padding: 65px 0 0; }
.home .hero-grid { grid-template-columns: 1.04fr 1fr; gap: 3rem; }
.app-announcement { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-size: .875rem; color: #d8dced; }
.app-announcement > span:first-child { border: 1px solid #ef69ad65; color: #ffa3d2; border-radius: 4px; padding: .2rem .5rem; font-size: .6875rem; font-weight: 600; letter-spacing: .08em; }
.app-announcement > span:last-child { color: #ff72b9; font-size: 1.25rem; }
.home .hero h1 { font-size: clamp(3.5rem,5.8vw,5.55rem); line-height: 1.02; letter-spacing: -.048em; font-weight: 600; max-width: none; text-wrap: initial; margin: 1.7rem 0 1.5rem; }
.hero h1 em { font-style: normal; color: #fa3897; }
.home .hero-lead { max-width: 27rem; font-size: 1.1875rem; line-height: 1.6; color: #c5cce1; margin: 0; }
.hero-disciplines { font-size: .75rem; letter-spacing: .12em; margin: 1.65rem 0 0; color: #f2f2fa; }
.hero-disciplines span { color: #ad3b76; padding: 0 .75rem; }
.home .hero-actions { gap: 1.5rem; align-items: center; margin-top: 2rem; }
.hero-app-link { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-size: 1rem; padding: .6rem 0; }
.play-icon { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #ffffff50; border-radius: 50%; font-size: .65rem; }
.hero-signature { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.signature-line { width: 30px; height: 2px; background: #ec0a7d; }
.hero-signature p { margin: 0; color: #9faac8; font-size: .875rem; line-height: 1.5; }
.hero-signature strong { font-weight: 400; color: #e2e6f1; }
.hero-stage { min-width: 0; position: relative; height: 605px; }
.athlete-scene { position: absolute; inset: 0 0 40px 13%; overflow: hidden; border-radius: 120px 8px 8px 8px; background: #12203e; }
.athlete-scene::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg,#070e2bef,transparent 40%,#08103315); }
.athlete-video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.75); }
.motion-toggle { position: absolute; z-index: 2; right: 12px; top: 12px; padding: .5rem .7rem; background: #080f2ce8; color: white; border: 1px solid #ffffff45; border-radius: 4px; font: 600 .75rem var(--pp-font-body); cursor: pointer; min-height: 36px; }
.scene-caption { position: absolute; bottom: 25px; right: 20px; z-index: 1; font-size: .625rem; letter-spacing: .17em; writing-mode: vertical-rl; }
.scene-caption span { color: #ff83c2; margin-top: 1.1rem; }
.hero-session { position: absolute; margin: 0; width: 265px; bottom: 0; left: -4%; padding: 7px; background: #f7f8fc; color: #111735; border-radius: 13px; box-shadow: 0 30px 80px #03091d70; transform: rotate(-4deg); }
.hero-session figcaption { display: flex; align-items: center; justify-content: space-between; padding: 7px 8px 9px; font-size: .6rem; font-weight: 600; letter-spacing: .1em; }
.small-plus { color: #dc0878; font-size: 1.2rem; line-height: 1; }
.hero-session img { width: 100%; height: auto; border-radius: 4px; }
.session-foot { display: flex; justify-content: space-between; align-items: center; font-size: .8125rem; padding: .4rem .5rem .1rem; font-weight: 600; }
.session-foot a { text-decoration: none; display: grid; place-items: center; width: 32px; height: 32px; background: #ed0a7d; color: white; border-radius: 50%; font-size: 1.2rem; }
.stage-index { position: absolute; bottom: 0; right: 0; font: 500 1.8rem var(--pp-font-display); color: #ec0a7d; }
.stage-index span { color: #a5b1d2; font: 400 .625rem var(--pp-font-body); letter-spacing: .12em; vertical-align: middle; margin-left: .4rem; }
.hero-bottom { border-top: 1px solid #ffffff24; margin-top: 54px; padding-block: 1.4rem; display: flex; justify-content: space-between; font-size: .6875rem; letter-spacing: .15em; color: #b1bbd1; }
.hero-bottom a { text-transform: uppercase; text-decoration: none; }
.hero-bottom a span { margin-left: 1.5rem; color: #ff68b5; font-size: 1rem; }
.home .section { padding-block: clamp(4rem,7vw,7rem); }
.home .section h2 { font-size: clamp(2.5rem,4.3vw,4rem); line-height: 1.07; letter-spacing: -.04em; }
.home .app-section { background: #f1f3f8; color: #111932; }
.app-heading { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; column-gap: 5rem; margin-bottom: 3.5rem; }
.app-heading .eyebrow { grid-column: 1 / -1; color: #b5005e; margin-bottom: .7rem; }
.home .app-heading h2 { color: #0a1230; margin: 0; }
.app-heading h2 span { color: #737b8e; }
.app-heading > p:last-child { margin: 0; max-width: 24rem; color: #526079; font-size: 1.125rem; }
.app-explorer { display: grid; grid-template-columns: .72fr 2fr; border-top: 1px solid #cfd5df; }
.app-explorer-copy { padding-top: 2rem; padding-right: 2.25rem; display: flex; flex-direction: column; }
.app-tabs button { width: 100%; display: flex; gap: .7rem; text-align: left; align-items: center; padding: 1.3rem 0; background: none; border: 0; border-bottom: 1px solid #cdd4df; font: 500 1.15rem var(--pp-font-display); cursor: pointer; color: #637087; }
.app-tabs button span:first-child { font: 400 .75rem var(--pp-font-body); }
.app-tabs button span:last-child { margin-left: auto; }
.app-tabs button[aria-selected="true"] { color: #b5005e; border-bottom-color: #cf0872; }
.app-context { display: flex; gap: .8rem; align-items: start; margin-top: auto; padding-top: 2.5rem; }
.context-mark { color: #d60875; font-size: 2rem; line-height: 1.2; }
.app-context p { margin: 0; color: #536079; font-size: .9375rem; }
.app-context strong { color: #15203e; font-weight: 600; }
.app-login { margin-top: 1.4rem; font-size: .875rem; color: #263956; padding-bottom: 1rem; }
.app-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2.5rem 2.5rem 0; min-width: 0; background: #e5e9f2; border-left: 1px solid #cfd5df; align-items: center; }
.app-panel[hidden], [hidden] { display: none !important; }
.app-panels { min-width: 0; }
.panel-copy { padding-bottom: 2rem; }
.panel-kicker { color: #a60058; font-size: .6875rem; letter-spacing: .13em; font-weight: 600; }
.panel-copy h3 { font: 500 clamp(1.8rem,2.4vw,2.35rem)/1.12 var(--pp-font-display); letter-spacing: -.03em; margin: .8rem 0 1rem; }
.panel-copy p { color: #47546c; line-height: 1.6; font-size: 1rem; }
.panel-copy ul { list-style: none; margin: 1.5rem 0; padding: 0; font-size: .875rem; color: #35435f; }
.panel-copy li { padding: .5rem 0; border-bottom: 1px solid #cad1de; }
.capture-open { font: 600 .875rem var(--pp-font-body); border: 0; border-bottom: 1px solid #ac1766; color: #a30959; background: none; padding: .65rem 0; cursor: pointer; }
.capture-open span { margin-left: .6rem; }
.panel-copy .capture-caption { font-size: .75rem; color: #637087; margin-top: 1rem; }
.app-screen { min-width: 0; margin: 0; padding: 8px 8px 0; background: #fff; border: 1px solid #d2d9e6; border-bottom: 0; border-radius: 17px 17px 0 0; box-shadow: 0 10px 30px #14284a12; position: relative; align-self: end; }
.app-screen video { display: block; width: 100%; height: auto; aspect-ratio: 1 / 2; border-radius: 10px 10px 0 0; background: #fff; }
.demo-play { display: flex; align-items: center; justify-content: center; gap: .75rem; position: absolute; bottom: 55px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 24px); min-height: 43px; padding: .6rem .9rem; border: 1px solid #ffffff70; border-radius: 6px; color: white; background: #0b1648f5; font: 600 .8125rem var(--pp-font-body); cursor: pointer; box-shadow: 0 4px 15px #14284a30; }
.demo-play span { font-size: .625rem; }
.app-screen figcaption { padding: .85rem 0; font-size: .5625rem; color: #5d6881; text-align: center; letter-spacing: .12em; }
.app-integration { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.4rem 0 0; }
.app-integration p { margin: 0; font-size: .9375rem; color: #4c5c76; }
.app-integration strong { color: #111a35; font-weight: 600; }
.app-integration a { flex-shrink: 0; color: #243958; font-size: .875rem; }
.app-legal { margin: .5rem 0 0; font-size: .75rem; color: #56637b; }
.home #disciplinas { background: #0a1230; }
.home #disciplinas .section-head { max-width: none; }
.home .discipline-grid { gap: 0; border-top: 1px solid #ffffff30; }
.home .discipline-card { padding: 2rem; border: 0; border-right: 1px solid #ffffff25; border-radius: 0; background: transparent; box-shadow: none; position: relative; }
.home .discipline-card:first-child { padding-left: 0; }
.home .discipline-card:last-child { padding-right: 0; border-right: 0; }
.home .discipline-icon { width: 82px; height: 82px; border-radius: 50%; margin-bottom: 1.6rem; }
.home .discipline-card h3 { color: white; font-size: 2rem; }
.home .discipline-card p, .home .discipline-card li { color: #bec8df; }
.home .discipline-card .btn { background: transparent; border: 1px solid #ffffff40; color: #fff; justify-content: space-between; margin-top: 2rem; }
.home .discipline-card .btn::after { content: '↗'; color: #ff75ba; }
.home .discipline-card .btn:hover { border-color: #f3248c; background: #ffffff06; }
.home #propuesta { background: #101c42; color: #fff; border-top: 1px solid #ffffff15; }
.home #propuesta h2, .home #propuesta .value-card h3 { color: #fff; }
.home #propuesta .eyebrow { color: #ff8cc5; }
.home #propuesta .section-lead, .home #propuesta .value-card p { color: #c0c9de; }
.home .value-card { border: 0; background: transparent; box-shadow: none; border-radius: 0; border-top: 2px solid #df0976; padding: 1.5rem 1.5rem 0 0; }
.home .value-card h3 { font-size: 1.4rem; }
.home #como-funciona { background: #f1f3f8; }
.home #como-funciona .process-card { border: 0; border-radius: 0; box-shadow: none; background: transparent; padding: 1rem 1.5rem 0 0; border-top: 1px solid #bac5d9; }
.home .process-num { font-size: 2.5rem; background: transparent; color: #b0005b; width: auto; height: auto; display: block; border-radius: 0; margin-bottom: 1rem; }
.home .process-card h3 { font-size: 1.2rem; }
.home #entrenadores { background: #0a1230; }
.home .coach-card { border: 0; border-top: 1px solid #ffffff30; box-shadow: none; border-radius: 0; background: transparent; padding: 2rem 0; }
.home .coach-card h3 { color: white; font-size: 1.6rem; }
.home .coach-card > p:last-child { color: #bec8df; max-width: 29rem; }
.home .coach-role { color: #ff8cc5; }
.home .coach-avatar { background: #ffffff08; border: 1px solid #ffffff30; box-shadow: none; }
.home #faq { background: #f1f3f8; }
.home #faq > .container { display: grid; grid-template-columns: 1fr 1.35fr; gap: 4rem; }
.home .faq-list { max-width: none; }
.home .faq-item { background: transparent; border: 0; border-radius: 0; border-bottom: 1px solid #c9d2df; }
.home .faq-item summary { padding: 1.25rem 0; }
.home .faq-item p { padding: 0 0 1.25rem; }
.home #cta { background: #111b42; }
.home .cta-band { background: transparent; border: 0; padding: 0; border-radius: 0; box-shadow: none; }
.home #cta h2 { font-size: clamp(3rem,5.5vw,5rem); }
.home .site-footer { background: #080f2c; border-top: 1px solid #ffffff20; }
.capture-dialog { width: min(100% - 1.5rem,700px); max-height: calc(100dvh - 2rem); padding: 0; border: 1px solid #ffffff50; border-radius: 12px; background: #fff; color: #0b1648; }
.capture-dialog::backdrop { background: #03081bdb; backdrop-filter: blur(6px); }
.capture-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: #0b1648; color: #fff; position: sticky; top: 0; }
.capture-dialog h2 { margin: 0; font: 600 1.1rem var(--pp-font-display); }
.capture-close { background: transparent; border: 1px solid #ffffff60; color: #fff; border-radius: 5px; min-height: 40px; padding: .5rem 1rem; cursor: pointer; font: inherit; }
.capture-dialog > img { width: 100%; height: auto; }
@media(min-width:981px) and (prefers-reduced-motion:no-preference) { .hero-session { animation: session-enter .9s cubic-bezier(.22,1,.36,1) both; } @keyframes session-enter { from { opacity: 0; transform: translateY(28px) rotate(0); } to { opacity: 1; transform: translateY(0) rotate(-4deg); } } }
@media(max-width:1150px) { .home .container { width: calc(100% - 4rem); } .home .hero-grid { gap: 2rem; } .hero-stage { height: 570px; } .hero-session { width: 240px; } .app-explorer { grid-template-columns: .8fr 2fr; } .app-panel { padding: 2rem 1.4rem 0; gap: 1.5rem; } .app-explorer-copy { padding-right: 1.5rem; } .home .nav-list { gap: 1rem; } }
@media(max-width:980px) { .home .hero-grid { grid-template-columns: 1fr 1fr; gap: 1rem; } .home .hero h1 { font-size: clamp(3.2rem,6vw,4.5rem); } .hero-stage { height: 550px; } .hero-session { width: 220px; left: 0; } .stage-index span { display: none; } .home .hero-actions { align-items: flex-start; flex-direction: column; gap: .75rem; } .home .hero-lead { font-size: 1.0625rem; } .hero-disciplines { font-size: .625rem; } .hero-disciplines span { padding: 0 .4rem; } .app-heading { gap: 1rem 2rem; } .app-explorer { grid-template-columns: 1fr; } .app-explorer-copy { display: block; padding: 0; } .app-tabs { display: flex; gap: 1.5rem; } .app-tabs button { font-size: 1rem; } .app-context,.app-login { display: none; } .app-panel { border: 0; margin-top: 1.5rem; padding: 2.5rem 3rem 0; gap: 3rem; } .app-screen { width: min(100%,275px); justify-self: center; } .home .discipline-grid { grid-template-columns: repeat(3,1fr); } .home .discipline-card { padding: 1.5rem; } .home .discipline-card p { font-size: 1rem; } .home #faq > .container { gap: 2rem; } }
@media(max-width:820px) { .home .site-nav { top: 88px; } .app-announcement { flex-wrap: wrap; gap: .5rem; font-size: .75rem; } .hero-stage { height: 515px; } .hero-session { width: 200px; } .scene-caption { display: none; } .home .hero h1 { font-size: 3.4rem; } .hero-signature { margin-top: 1.5rem; } .home .discipline-card { padding: 1.5rem 1rem; } .home .discipline-card h3 { font-size: 1.8rem; } .home .discipline-card .btn { padding-inline: .7rem; font-size: .875rem; gap: .25rem; } }
@media(max-width:680px) { .home .container { width: calc(100% - 2.5rem); } .home .hero-new { padding-top: 34px; } .home .hero-grid { grid-template-columns: 1fr; gap: 2rem; } .home .hero h1 { font-size: clamp(3.3rem,10.8vw,4.7rem); margin-top: 1.2rem; } .home .hero-lead { max-width: 30rem; font-size: 1.1rem; } .home .hero-actions { flex-direction: row; align-items: center; gap: 1.4rem; margin-top: 1.5rem; } .home .hero-actions .btn { width: auto; min-height: 50px; padding-inline: 1rem; font-size: .9375rem; gap: .7rem; } .hero-app-link { font-size: .875rem; } .hero-signature { display: none; } .hero-disciplines { font-size: .6875rem; } .hero-stage { height: 470px; width: min(100%,440px); justify-self: center; } .athlete-scene { inset: 0 0 32px 15%; border-top-left-radius: 95px; } .hero-session { width: 218px; left: 0; bottom: 0; } .stage-index { right: 0; font-size: 1.3rem; } .stage-index span { display: inline; font-size: .55rem; } .hero-bottom { margin-top: 36px; font-size: .6rem; letter-spacing: .08em; } .hero-bottom a span { margin-left: .4rem; } .app-heading { display: block; margin-bottom: 2rem; } .home .section h2 { font-size: clamp(2.45rem,8vw,3.5rem); } .app-heading > p:last-child { margin-top: 1.4rem; font-size: 1.0625rem; } .app-tabs { gap: .75rem; } .app-tabs button { display: block; font-size: .875rem; padding: 1rem 0; line-height: 1.3; min-height: 70px; } .app-tabs button span:first-child { display: block; margin-bottom: .4rem; } .app-tabs button span:last-child { display: none; } .app-panel { grid-template-columns: 1fr; padding: 1.7rem 1.5rem 0; gap: .75rem; margin-top: 1.2rem; } .panel-copy { padding-bottom: 0; } .panel-copy h3 { font-size: 2rem; } .panel-copy h3 br { display: none; } .panel-copy ul { margin-block: 1rem; } .panel-copy .capture-caption { margin-block: .65rem 1.3rem; } .app-screen { width: min(100%,270px); } .app-integration { display: block; } .app-integration a { display: inline-block; margin-top: .75rem; } .app-legal { margin-top: 1rem; } .home .discipline-grid { grid-template-columns: 1fr; } .home .discipline-card,.home .discipline-card:first-child,.home .discipline-card:last-child { padding: 1.8rem 0; border-right: 0; border-bottom: 1px solid #ffffff25; } .home .discipline-icon { width: 64px; height: 64px; margin-bottom: 1rem; } .home .discipline-card h3 { font-size: 2rem; } .home .discipline-card .btn { font-size: 1rem; padding-inline: 1rem; } .home .value-grid { grid-template-columns: 1fr; gap: 2rem; } .home .value-card { padding-top: 1.2rem; } .home .coaches-grid { grid-template-columns: 1fr; gap: .5rem; } .home #faq > .container { grid-template-columns: 1fr; gap: 0; } .home .section-head { margin-bottom: 2rem; } .home #cta h2 { font-size: 3.4rem; } }
@media(max-width:360px) { .home .container { width: calc(100% - 2rem); } .home .hero h1 { font-size: 3rem; } .home .hero-actions { gap: .75rem; flex-direction: column; align-items: stretch; } .hero-app-link { justify-content: center; } .hero-session { width: 195px; } .hero-stage { height: 425px; } .app-announcement { font-size: .6875rem; } }
@media(prefers-reduced-motion:reduce) { .home *, .home *::before, .home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Device frame: actual app media is kept intact inside the screen. */
.phone-shell { position: relative; padding: 24px 7px 20px; border: 5px solid #20222a; border-radius: 38px; background: #fff; box-shadow: 0 0 0 1px #828792, inset 0 0 0 2px #080b12, 0 25px 65px #03091845; }
.phone-shell::before { content: ''; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 30%; height: 12px; border-radius: 20px; background: #101116; z-index: 2; box-shadow: inset -7px 0 0 #222734; }
.phone-shell::after { content: ''; position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); width: 32%; height: 4px; border-radius: 5px; background: #11131a; }
.phone-display { border-radius: 12px; overflow: hidden; background: #fff; }
.phone-display img,.phone-display video { display: block; border-radius: 0; width: 100%; height: auto; aspect-ratio: 1 / 2; object-fit: contain; }
.hero-session.phone-shell { position: absolute; width: 246px; bottom: 12px; border-radius: 36px; padding: 24px 7px 20px; }
.hero-session.phone-shell figcaption { position: absolute; top: calc(100% + 18px); left: 0; width: 100%; padding: 0; color: #ff83c2; font-size: .6rem; letter-spacing: .1em; display: block; text-align: center; }
.hero-session.phone-shell figcaption span { display: block; color: #cbd4e8; font-weight: 400; letter-spacing: 0; font-size: .8125rem; margin-top: .2rem; }
.app-screen.phone-shell { width: min(100%,285px); margin: 1rem 0 6rem; justify-self: center; align-self: center; }
.app-screen.phone-shell figcaption { position: absolute; top: calc(100% + 16px); left: -10%; width: 120%; padding: 0; font-size: .625rem; color: #52617a; }
.phone-shell .demo-play { bottom: 60px; }
.app-screen.phone-shell .demo-play { top: calc(100% + 38px); bottom: auto; min-height: 44px; padding: .5rem .9rem; color: #273556; background: transparent; border-color: #c5ccda; border-radius: 22px; box-shadow: none; }
.app-screen.phone-shell .demo-play:hover { background: #e8ecf4; }
.hero-stage { margin-bottom: 32px; }
@media(max-width:1150px) { .hero-session.phone-shell { width: 228px; } }
@media(max-width:980px) { .hero-session.phone-shell { width: 208px; } }
@media(max-width:820px) { .hero-session.phone-shell { width: 195px; } }
@media(max-width:680px) { .hero-stage { height: 495px; margin-bottom: 30px; } .hero-session.phone-shell { width: 205px; bottom: 12px; } .app-screen.phone-shell { width: min(100%,260px); margin-top: .4rem; } .stage-index span { display: none; } }
@media(max-width:360px) { .hero-stage { height: 455px; } .hero-session.phone-shell { width: 185px; } }

/* Training data takes the lead, with sport and human support in the same view. */
.home .hero-new { background: radial-gradient(ellipse at 76% 30%,#17275455,transparent 58%),#080f2c; }
.home .hero-grid { grid-template-columns: 1.08fr 1fr; gap: 2.5rem; }
.home .hero h1 { font-size: clamp(3.4rem,5.1vw,4.75rem); line-height: 1.06; letter-spacing: -.045em; }
.home .hero-lead { max-width: 30rem; font-size: 1.125rem; }
.app-announcement { letter-spacing: .04em; font-size: .6875rem; }
.hero-stage { height: 610px; margin-bottom: 0; background-image: linear-gradient(#9eadd40a 1px,transparent 1px),linear-gradient(90deg,#9eadd40a 1px,transparent 1px); background-size: 36px 36px; }
.athlete-scene { inset: 5% 0 27% 39%; border-radius: 60px 8px 8px 8px; }
.athlete-scene::after { background: linear-gradient(0deg,#080f2ce6,transparent 58%),linear-gradient(90deg,#080f2c30,transparent); }
.athlete-video { filter: saturate(.65) brightness(.8); }
.scene-caption { display: none; }
.hero-session.phone-shell { width: 250px; left: 0; top: 35px; bottom: auto; transform: rotate(-5deg); z-index: 2; }
.hero-session.phone-shell figcaption { color: #ff9acb; }
.session-insight { position: absolute; right: -8px; bottom: 16px; width: 296px; border: 1px solid #68789d60; border-radius: 12px; background: #101b38f5; box-shadow: 0 25px 65px #03091850; backdrop-filter: blur(16px); padding: 1.1rem; z-index: 3; }
.insight-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; font-size: .6rem; letter-spacing: .1em; color: #f0f3fb; }
.insight-badge { font-size: .5rem; padding: .18rem .35rem; border: 1px solid #85a2d15e; border-radius: 3px; color: #b5c9eb; letter-spacing: .05em; }
.insight-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.1rem 0; }
.insight-metrics > div + div { border-left: 1px solid #ffffff24; padding-left: 1rem; }
.insight-metrics span { display: block; font-size: .75rem; color: #b8c5df; }
.insight-metrics strong { display: block; margin-top: .2rem; font: 500 2rem/1.2 var(--pp-font-display); letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.insight-metrics small { font: 400 .8125rem var(--pp-font-body); color: #c0cbe0; }
.session-insight figure { margin: 0; border-radius: 5px; overflow: hidden; background: #fff; }
.session-insight img { width: 100%; height: auto; }
.session-insight figcaption { font-size: .625rem; text-align: center; color: #344461; padding: 0 .5rem .5rem; }
.session-insight > p { margin: .7rem 0 0; color: #b4c3df; font-size: .6875rem; }
.data-flow { display: flex; align-items: center; gap: 1.3rem; }
.data-flow span { display: flex; align-items: center; gap: .6rem; }
.data-flow b { font-weight: 400; color: #fa65ae; font-variant-numeric: tabular-nums; }
.data-flow i { color: #536589; font-style: normal; }
.app-panel { border-radius: 0 0 16px 16px; background: radial-gradient(ellipse at 100% 0%,#d3ddf2,transparent 75%),#e5e9f2; }
.panel-copy h3 { letter-spacing: -.025em; }
.app-tabs button:hover { color: #a50959; }
.home #propuesta .section-head { max-width: 57rem; }
.home #propuesta .section-lead { max-width: 45rem; }
@media(max-width:1200px) and (min-width:981px) { .home .hero h1 { font-size: 3.7rem; } .hero-session.phone-shell { width: 228px; } .session-insight { width: 260px; right: -5px; bottom: 0; } .hero-stage { height: 600px; } }
@media(max-width:980px) { .home .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; } .home .hero-copy { max-width: 660px; } .home .hero h1 { font-size: clamp(3.5rem,7vw,4.75rem); } .home .hero-actions { flex-direction: row; align-items: center; gap: 1.5rem; } .hero-stage { width: min(100%,620px); justify-self: center; height: 610px; } .hero-session.phone-shell { width: 260px; left: 3%; } .athlete-scene { inset: 4% 1% 27% 38%; } .session-insight { width: 295px; right: 0; bottom: 22px; } .data-flow { gap: .8rem; } .hero-bottom { gap: 1.3rem; } .hero-bottom > a { flex-shrink: 0; } }
@media(max-width:680px) { .home .hero h1 { font-size: clamp(2.85rem,9.2vw,3.85rem); line-height: 1.08; } .home .hero-lead { font-size: 1.0625rem; } .app-announcement { gap: .55rem; font-size: .625rem; } .hero-stage { height: 520px; margin-bottom: 12px; } .hero-session.phone-shell { width: 205px; top: 5px; left: 1%; } .hero-session.phone-shell figcaption { text-align: left; padding-left: .7rem; top: calc(100% + 16px); } .hero-session.phone-shell figcaption span { display: none; } .athlete-scene { inset: 0 0 28% 40%; border-radius: 40px 6px 6px 6px; } .session-insight { width: 213px; bottom: -3px; right: -4px; padding: .85rem; } .insight-head { font-size: .54rem; gap: .3rem; } .insight-badge { font-size: .43rem; padding: .13rem .22rem; } .insight-metrics { margin: .8rem 0; } .insight-metrics strong { font-size: 1.65rem; } .insight-metrics span { font-size: .6875rem; } .insight-metrics > div + div { padding-left: .7rem; } .session-insight > p { font-size: .625rem; } .session-insight figcaption { font-size: .5625rem; } .home .hero-actions { gap: 1.1rem; } .data-flow { width: 100%; gap: .5rem; justify-content: space-between; } .data-flow span { display: block; font-size: .5rem; letter-spacing: .04em; } .data-flow b { display: block; margin-bottom: .4rem; font-size: .6875rem; } .data-flow i { display: none; } .hero-bottom { display: block; padding-bottom: 1.1rem; margin-top: 20px; } .hero-bottom > a { display: block; margin-top: 1.1rem; text-align: right; font-size: .625rem; } }
@media(max-width:360px) { .hero-session.phone-shell { width: 185px; } .hero-stage { height: 495px; } .session-insight { width: 198px; } .home .hero-actions { flex-direction: column; align-items: stretch; } }
.session-insight { backdrop-filter: none; background: #101b38; }
@media(max-width:680px) { .home .hero h1 { font-size: clamp(2.2rem,8.8vw,3.85rem); } }

/* The hero presents the original app, upright and without reconstructed metrics. */
.home .hero-new { background: #080f2c; padding-top: 50px; }
.home .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; }
.hero-stage { display: flex; justify-content: center; align-items: flex-start; height: auto; min-height: 680px; padding: 0 0 65px; background: none; width: 100%; }
.hero-session.phone-shell { position: relative; top: auto; left: auto; bottom: auto; width: 278px; margin: 0; transform: none; animation: none; flex-shrink: 0; border-radius: 39px; box-shadow: 0 0 0 1px #8b919d, inset 0 0 0 2px #080b12, 0 25px 65px #03091850; }
.hero-session.phone-shell .hero-demo-play { top: calc(100% + 20px); bottom: auto; left: 50%; padding-inline: 1rem; width: max-content; background: transparent; border: 1px solid #ffffff45; box-shadow: none; font-size: .875rem; }
.hero-session.phone-shell figcaption { top: calc(100% + 78px); left: -10%; width: 120%; color: #aab9d5; font-size: .625rem; font-weight: 400; letter-spacing: .1em; text-align: center; padding: 0; }
.hero-bottom { margin-top: 16px; }
.human-intro { display: grid; grid-template-columns: 1.5fr .7fr; gap: 4rem; align-items: center; margin-bottom: 3.5rem; }
.human-intro .section-head { margin-bottom: 0; }
.human-photo { margin: 0; height: 330px; overflow: hidden; border-radius: 8px; }
.human-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
@media(max-width:1200px) and (min-width:981px) { .home .hero-grid { gap: 3rem; } .hero-session.phone-shell { width: 260px; } .hero-stage { min-height: 650px; } }
@media(max-width:980px) { .home .hero-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; } .home .hero h1 { font-size: clamp(2.75rem,5.6vw,4rem); } .hero-session.phone-shell { width: 242px; } .hero-stage { min-height: 600px; padding-bottom: 70px; } .home .hero-actions { flex-direction: column; align-items: flex-start; gap: .7rem; } .human-intro { gap: 2rem; grid-template-columns: 1.3fr .7fr; } .human-photo { height: 310px; } }
@media(max-width:680px) { .home .hero-new { padding-top: 32px; } .home .hero-grid { grid-template-columns: 1fr; gap: 2rem; } .home .hero h1 { font-size: clamp(2.2rem,8.8vw,3.85rem); } .home .hero-actions { flex-direction: row; align-items: center; gap: 1.1rem; } .hero-stage { min-height: 0; height: auto; padding: 5px 0 100px; margin-bottom: 0; } .hero-session.phone-shell { width: 258px; } .hero-session.phone-shell figcaption { text-align: center; } .human-intro { grid-template-columns: 1fr; gap: 1.8rem; margin-bottom: 2.5rem; } .human-photo { height: 270px; } .human-photo img { object-position: center 40%; } }
@media(max-width:360px) { .hero-session.phone-shell { width: 238px; } .home .hero-actions { flex-direction: column; align-items: stretch; } }

/* Three aligned views of one process, using only the supplied recordings. */
.home .hero-grid { grid-template-columns: .98fr 1.02fr; gap: 3.5rem; }
.home .hero h1 { font-size: clamp(3.2rem,4.75vw,4.3rem); }
.hero-composition { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,1fr); grid-template-areas: 'training phone' 'analysis phone'; align-items: center; gap: 22px; padding: 8px 0 80px; height: auto; min-height: 0; margin: 0; }
.training-scene { grid-area: training; position: relative; margin: 0; min-width: 0; height: 260px; overflow: hidden; border-radius: 10px; background: #12203c; align-self: end; }
.training-scene video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.training-scene .demo-play { bottom: 12px; min-height: 36px; padding: .45rem .65rem; background: #081033de; font-size: .6875rem; }
.training-scene figcaption { position: absolute; top: 12px; left: 12px; background: #081033ce; color: #fff; padding: .3rem .5rem; font-size: .5625rem; letter-spacing: .09em; border-radius: 3px; pointer-events: none; }
.hero-composition .hero-session.phone-shell { grid-area: phone; width: 100%; max-width: 266px; align-self: center; justify-self: center; }
.hero-composition .hero-session.phone-shell .hero-demo-play { font-size: .75rem; top: calc(100% + 16px); min-height: 36px; padding: .4rem .9rem; }
.hero-composition .hero-session.phone-shell figcaption { top: calc(100% + 62px); font-size: .5625rem; }
.analysis-excerpt { grid-area: analysis; margin: 0; min-width: 0; align-self: start; }
.analysis-excerpt img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #d6dbea; background: white; }
.analysis-excerpt figcaption { color: #b3bfd8; margin-top: .8rem; font-size: .5625rem; letter-spacing: .1em; text-align: center; }
@media(max-width:1200px) and (min-width:981px) { .home .hero-grid { gap: 2.25rem; } .home .hero h1 { font-size: 3.45rem; } .hero-composition { gap: 16px; } .training-scene { height: 225px; } }
@media(max-width:980px) { .home .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; } .home .hero h1 { font-size: clamp(3.2rem,6.6vw,4.3rem); } .home .hero-actions { flex-direction: row; align-items: center; gap: 1.5rem; } .hero-composition { width: min(100%,610px); justify-self: center; gap: 24px; } .training-scene { height: 280px; } }
@media(max-width:680px) { .home .hero h1 { font-size: clamp(2.2rem,8.8vw,3.85rem); } .home .hero-actions { gap: 1.1rem; } .hero-composition { grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); grid-template-areas: 'training phone' 'analysis analysis'; gap: 76px 17px; padding: 0; width: 100%; align-items: start; margin-bottom: 8px; } .hero-composition .hero-session.phone-shell { max-width: 222px; padding: 20px 5px 17px; border-width: 4px; border-radius: 30px; } .hero-composition .phone-display { border-radius: 8px; } .training-scene { height: 248px; align-self: center; } .training-scene figcaption { left: 7px; top: 8px; font-size: .45rem; padding: .2rem .3rem; } .training-scene .demo-play { font-size: .625rem; padding: .45rem .4rem; gap: .4rem; max-width: calc(100% - 12px); white-space: normal; line-height: 1.3; } .analysis-excerpt { width: 100%; max-width: 440px; justify-self: center; } .analysis-excerpt figcaption { font-size: .625rem; } .hero-composition .hero-session.phone-shell figcaption { font-size: .5rem; } .hero-composition .hero-session.phone-shell .hero-demo-play { font-size: .6875rem; } }
@media(max-width:360px) { .home .hero-actions { flex-direction: column; align-items: stretch; } .training-scene { height: 205px; } }

/* Final hero composition: clear copy, visible athlete branding, one authentic app screen. */
.home .hero-new { isolation: isolate; position: relative; background: #080f2c; padding-top: 64px; }
.home .hero-new::before {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  inset: 0 0 0 -12%; opacity: .92;
  mask-image: linear-gradient(90deg,transparent,#000 8%,#000 100%);
  background:
    linear-gradient(90deg,#080f2c 0%,#080f2cfa 22%,#080f2cd9 36%,#080f2c60 54%,#080f2c59 65%,#080f2c73 90%,#080f2c96 100%),
    linear-gradient(0deg,#080f2c 0%,transparent 30%,#080f2c33 60%,#080f2cb3 86%,#080f2c 100%),
    url('assets/app/runner-wide.webp') 50% 53% / cover no-repeat;
}
.home .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; }
.home .hero h1 { font-size: clamp(3.2rem,4.7vw,4.15rem); line-height: 1.06; letter-spacing: -.04em; margin: 1.6rem 0 1.4rem; }
.home .hero-lead { max-width: 27rem; font-size: 1.125rem; line-height: 1.65; color: #c7cee0; }
.home .hero-actions { margin-top: 1.8rem; gap: 1.8rem; }
.hero-app-link { gap: .85rem; padding-block: .7rem; border-bottom: 1px solid #ffffff40; }
.hero-app-link span { color: #ff83c2; }
.hero-app-link:hover { border-bottom-color: #ff83c2; }
.hero-signature { margin-top: 2rem; gap: .85rem; }
.hero-signature p { font-size: .875rem; color: #b5bfd6; }
.hero-signature strong { color: #e8ecf5; }
.hero-poster { display: flex; align-items: flex-start; justify-content: center; width: 100%; height: auto; min-height: 0; padding: 0 0 64px; margin: 0; background: none; }
.hero-poster .hero-session.phone-shell {
  position: relative; width: 258px; max-width: 100%; margin: 0;
  top: auto; left: auto; bottom: auto; transform: none; animation: none;
  padding: 22px 6px 18px; border: 4px solid #252932; border-radius: 36px;
  box-shadow: 0 0 0 1px #747b8a, inset 0 0 0 1px #080b12, 0 26px 60px #02071785;
}
.hero-poster .phone-shell::before { height: 10px; width: 28%; top: 5px; }
.hero-poster .phone-shell::after { height: 3px; bottom: 6px; }
.hero-poster .hero-session.phone-shell figcaption {
  position: absolute; top: calc(100% + 22px); left: -10%; width: 120%;
  color: #d6dfee; font-size: .625rem; font-weight: 400; letter-spacing: .12em; text-align: center; padding: 0;
}
.hero-poster .hero-session.phone-shell figcaption span { display: block; color: #aebad2; font-size: .75rem; letter-spacing: 0; margin-top: .4rem; }
.home .hero-bottom { margin-top: 20px; border-top-color: #ffffff20; padding-block: 1.3rem; }
/* Keep the 1774px panorama within its native width on large displays. */
@media(min-width:1584px) {
  .home .hero-new::before { left: calc(50% - 1020px); right: auto; width: 1774px; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
}
@media(max-width:1200px) and (min-width:981px) {
  .home .hero-grid { gap: 3rem; }
  .hero-poster .hero-session.phone-shell { width: 248px; }
}
@media(max-width:1200px) and (min-width:681px) {
  .home .hero-new::before { background-position: 0 0,0 0,80% 53%; }
}
@media(max-width:980px) {
  .home .hero-new { padding-top: 48px; }
  .home .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 2rem; }
  .home .hero h1 { font-size: clamp(2.1rem,4.55vw,3rem); }
  .home .hero-lead { font-size: 1.0625rem; }
  .hero-poster .hero-session.phone-shell { width: 228px; }
  .home .hero-actions { flex-direction: column; align-items: flex-start; gap: .7rem; }
}
@media(max-width:680px) {
  .home .hero-new { padding-top: 32px; }
  .home .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .home .hero h1 { font-size: clamp(2rem,8.7vw,3.55rem); margin-top: 1.2rem; }
  .home .hero-lead { font-size: 1.0625rem; max-width: 30rem; }
  .home .hero-actions { flex-direction: row; align-items: center; gap: 1.3rem; margin-top: 1.5rem; }
  .hero-poster { justify-content: flex-end; padding: 0 0 62px; margin-bottom: 0; }
  .hero-poster .hero-session.phone-shell { width: clamp(220px,55vw,250px); }
  .hero-poster .hero-session.phone-shell figcaption { left: 0; width: 100%; font-size: .5625rem; }
  .hero-poster .hero-session.phone-shell figcaption span { font-size: .6875rem; }
  .home .hero-new::before {
    inset: auto 30% 62px -30%; height: 530px; opacity: .92;
    mask-image: linear-gradient(90deg,transparent,#000 8%,#000 90%,transparent);
    background:
      linear-gradient(90deg,#080f2c 0%,#080f2c35 40%,#080f2c55 66%,#080f2c 100%),
      linear-gradient(0deg,#080f2c 0%,transparent 30%,#080f2c33 60%,#080f2c 100%),
      url('assets/app/runner.webp') 50% 45% / cover no-repeat;
  }
}
@media(max-width:360px) {
  .hero-poster .hero-session.phone-shell { width: 208px; }
  .home .hero-new::before { height: 500px; inset-inline: -34% 34%; }
  .home .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-app-link { align-self: flex-start; }
}

/* The athlete and the decision: one editorial composition, no simulated metrics. */
.home #propuesta { padding-block: 88px; background: #101c42; overflow: hidden; }
.human-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-areas: 'film copy' 'film details'; gap: 0 clamp(3rem,6vw,6rem); align-items: center; }
.human-story-copy { grid-area: copy; align-self: end; }
.human-story-details { grid-area: details; align-self: start; }
.home #propuesta .eyebrow { color: #fc80ba; font-size: .6875rem; letter-spacing: .16em; margin-bottom: 1.2rem; }
.home #propuesta h2 { font-size: clamp(2.5rem,3.8vw,3.65rem); line-height: 1.07; letter-spacing: -.045em; margin: 0; }
.human-story h2 em { font-style: normal; color: #ff6aaf; }
.human-story-lead { font-size: 1.0625rem; line-height: 1.75; color: #c5cee3; max-width: 30rem; margin: 1.5rem 0 2rem; }
.context-map { position: relative; margin-bottom: 1.8rem; }
.context-inputs { border-left: 1px solid #7183a650; margin-left: 15px; }
.context-input { display: flex; gap: 1rem; padding: .85rem 0 .85rem 1.7rem; position: relative; }
.context-input::before { content: ''; position: absolute; width: 13px; height: 1px; top: 1.45rem; left: 0; background: #9aa9c67a; }
.context-index { color: #99a9cd; font: .6875rem/1.75 ui-monospace,Consolas,monospace; }
.context-map h3 { color: #f4f6fb; font-size: 1rem; line-height: 1.4; margin: 0; font-weight: 600; }
.context-map p { color: #a8b7d3; font-size: .8125rem; line-height: 1.6; margin: .35rem 0 0; }
.context-decision { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem 0 0; position: relative; }
.context-decision::before { content: ''; position: absolute; top: 0; left: 15px; height: 20px; width: 1px; background: #ff6aaf; }
.context-node { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border: 1px solid #ff6aaf85; border-radius: 50%; color: #ff83bd; font-size: 1.3rem; line-height: 1; background: #182346; }
.context-label { display: block; color: #ff8dc4; font: .625rem/1.5 ui-monospace,Consolas,monospace; letter-spacing: .12em; margin: 0 0 .45rem; }
.context-decision h3 { font-size: 1.2rem; }
.context-decision p { max-width: 22rem; }
.human-team-link { display: inline-flex; align-items: center; gap: 1.7rem; padding: .55rem 0; color: #f4f6fb; text-decoration: none; font-size: .875rem; border-bottom: 1px solid #7b8aaa75; }
.human-team-link span { color: #ff7fb9; font-size: 1.2rem; }
.human-team-link:hover { border-bottom-color: #ff7fb9; }
.human-film { grid-area: film; position: relative; isolation: isolate; margin: 0; padding-bottom: 118px; width: min(100%,420px); justify-self: center; background: #101c42; overflow: hidden; border-radius: 3px 55px 3px 3px; }
.human-film video { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
.human-film::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,#09132b80 0%,transparent 20%,transparent 73%,#101c4280 85%,#101c42 100%); box-shadow: inset 0 0 0 1px #a7b7d51f; }
.human-film-top { position: absolute; top: 27px; left: 26px; right: 34px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #eaf0fa; font: .5625rem/1.5 ui-monospace,Consolas,monospace; letter-spacing: .13em; }
.human-film-top span:last-child { color: #d7ddef; }
.human-film figcaption { position: absolute; z-index: 1; left: 28px; right: 138px; bottom: 24px; color: #fff; }
.human-film-kicker { display: block; color: #e4c7de; font: .5625rem/1.5 ui-monospace,Consolas,monospace; letter-spacing: .13em; margin-bottom: .8rem; }
.human-film figcaption strong { display: block; max-width: 20rem; font-size: 1.75rem; font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.human-film .demo-play { z-index: 2; bottom: 26px; left: auto; right: 24px; transform: none; min-height: 44px; padding: .5rem .8rem; gap: .6rem; border: 1px solid #e0e7f34d; border-radius: 22px; background: #101c4260; box-shadow: none; color: #e4eaf8; font-size: .6875rem; }
.human-film .demo-play:hover { background: #ffffff15; border-color: #ffffff90; }
@media(max-width:1150px) {
  .human-story { column-gap: 3rem; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); }
  .human-film-top { flex-direction: column; align-items: flex-start; gap: .25rem; }
}
@media(max-width:980px) {
  .home #propuesta { padding-block: 64px; }
  .human-story { gap: 2.5rem; grid-template-columns: 1fr; grid-template-areas: 'copy' 'film' 'details'; }
  .home #propuesta h2 { font-size: 3rem; }
  .human-story-lead { font-size: 1rem; margin-bottom: 0; }
  .context-input { padding-left: 1.15rem; gap: .6rem; }
  .human-film figcaption { left: 20px; }
}
@media(max-width:680px) {
  .home #propuesta { padding-block: 52px; }
  .human-story { gap: 2rem; }
  .human-story-copy { padding: 0; }
  .home #propuesta h2 { font-size: clamp(2.6rem,8vw,3.5rem); }
  .human-story-lead { max-width: 31rem; margin-bottom: 0; }
  .context-input { padding-left: 1.7rem; gap: 1rem; }
  .human-film { border-top-right-radius: 45px; }
  .human-film-top { flex-direction: row; top: 20px; left: 20px; right: 28px; font-size: .5rem; }
  .human-film figcaption { bottom: 24px; right: 110px; }
  .human-film figcaption strong { font-size: 1.4rem; max-width: 16rem; }
  .human-film-kicker { font-size: .45rem; letter-spacing: .08em; }
  .human-film .demo-play { right: 16px; padding-inline: .65rem; }
}
