:root {
  --orange: #ff6a00;
  --orange-2: #ff8a00;
  --yellow: #ffd500;
  --purple: #4d086b;
  --purple-2: #250035;
  --ink: #1f1027;
  --paper: #fffaf4;
  --white: #ffffff;
  --muted: #76687c;
  --shadow: 0 24px 70px rgba(53, 5, 72, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", sans-serif;
}
button, input, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .028; z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 999px; filter: blur(70px); pointer-events: none; z-index: -2; opacity: .26; }
.ambient-one { width: 420px; height: 420px; background: var(--yellow); top: 8%; right: -160px; }
.ambient-two { width: 360px; height: 360px; background: #d549ff; bottom: 7%; left: -190px; }
.site-header {
  width: min(1180px, calc(100% - 40px)); margin: 18px auto 0; min-height: 78px; padding: 10px 12px 10px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(255,255,255,.8); backdrop-filter: blur(18px); border: 1px solid rgba(77,8,107,.08);
  border-radius: 22px; box-shadow: 0 12px 40px rgba(50,0,68,.07); position: relative; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 230px; }
.brand img { width: 54px; height: 54px; border-radius: 16px; object-fit: cover; box-shadow: 0 8px 18px rgba(255,106,0,.2); }
.brand span { display: grid; gap: 3px; }
.brand strong { font-size: .98rem; font-weight: 900; }
.brand small { color: var(--muted); font-size: .68rem; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 3vw, 34px); }
.main-nav a { font-size: .82rem; font-weight: 700; color: #4b3d50; transition: .25s; }
.main-nav a:hover { color: var(--orange); transform: translateY(-1px); }
.header-play, .primary-btn, .modal-play {
  border: 0; cursor: pointer; color: white; background: linear-gradient(135deg, var(--orange), #ff3d00);
  box-shadow: 0 12px 28px rgba(255,82,0,.26); transition: transform .25s, box-shadow .25s;
}
.header-play { border-radius: 15px; padding: 13px 18px; display: flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 800; }
.header-play:hover, .primary-btn:hover, .modal-play:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(255,82,0,.32); }
.play-icon { display: inline-grid; place-items: center; width: 18px; }
.hero {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 46px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; min-height: 680px;
}
.live-pill { width: max-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(255,106,0,.1); color: #d84b00; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.live-pill span, .dock-status span { width: 8px; height: 8px; border-radius: 50%; background: #ff3b00; box-shadow: 0 0 0 0 rgba(255,59,0,.55); animation: pulse 1.6s infinite; }
.eyebrow { margin: 25px 0 12px; color: var(--purple); font-weight: 900; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
h1 { font-size: clamp(3.15rem, 6.7vw, 6.3rem); line-height: .92; letter-spacing: -.065em; margin: 0; font-weight: 900; }
h1 em { font-family: "Playfair Display", serif; color: var(--orange); font-weight: 700; }
.hero-text { max-width: 590px; margin: 28px 0; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.primary-btn, .secondary-btn { min-height: 54px; border-radius: 16px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .83rem; font-weight: 900; }
.secondary-btn { border: 1px solid rgba(77,8,107,.14); background: rgba(255,255,255,.72); transition: .25s; }
.secondary-btn:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-3px); }
.hero-features { display: flex; gap: 34px; margin-top: 35px; }
.hero-features div { display: grid; }
.hero-features b { font-size: 1.1rem; color: var(--purple); }
.hero-features span { font-size: .65rem; color: var(--muted); font-weight: 700; margin-top: 2px; }
.hero-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.vinyl-card { width: min(455px, 90vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; position: relative; background: linear-gradient(145deg, #381144, #18051e); box-shadow: 0 50px 100px rgba(45,0,61,.32); }
.vinyl-card::before { content: ""; position: absolute; inset: -18px; border-radius: 50%; border: 1px solid rgba(255,106,0,.25); }
.vinyl { width: 88%; height: 88%; border-radius: 50%; display: grid; place-items: center; position: relative; background: repeating-radial-gradient(circle, #1b091f 0 4px, #280e2e 5px 9px); animation: spin 16s linear infinite; animation-play-state: paused; }
body.is-playing .vinyl { animation-play-state: running; }
.vinyl::after { content: ""; position: absolute; inset: 18%; border-radius: 50%; background: linear-gradient(145deg, var(--orange), var(--yellow)); box-shadow: inset 0 0 30px rgba(255,255,255,.25); }
.vinyl img { width: 39%; height: 39%; object-fit: cover; border-radius: 50%; z-index: 2; border: 6px solid white; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(77,8,107,.21); }
.orbit-one { width: 106%; height: 106%; animation: spin 35s linear infinite reverse; }
.orbit-two { width: 122%; height: 122%; animation: spin 55s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 24px var(--orange); }
.orbit::before { top: 12%; left: 18%; } .orbit::after { right: 8%; bottom: 28%; background: var(--purple); box-shadow: 0 0 24px var(--purple); }
.equalizer { position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; align-items: end; height: 52px; padding: 8px 16px; border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.equalizer i { width: 4px; height: 12px; border-radius: 4px; background: linear-gradient(var(--yellow), var(--orange), var(--purple)); animation: bars .8s ease-in-out infinite alternate; animation-play-state: paused; }
body.is-playing .equalizer i, body.is-playing .dock-eq i, body.is-playing .wave-mini span { animation-play-state: running; }
.equalizer i:nth-child(2n) { animation-delay: -.3s; } .equalizer i:nth-child(3n) { animation-delay: -.5s; }
.now-playing { width: min(1080px, calc(100% - 40px)); margin: 0 auto 110px; background: rgba(255,255,255,.9); border: 1px solid rgba(77,8,107,.08); border-radius: 28px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr auto auto minmax(120px, 190px); align-items: center; gap: 18px; box-shadow: var(--shadow); }
.station-cover img { width: 68px; height: 68px; border-radius: 18px; object-fit: cover; }
.track-info { min-width: 0; }
.on-air-label { color: var(--orange); font-weight: 900; letter-spacing: .12em; font-size: .61rem; }
.track-info h2 { margin: 5px 0 3px; font-size: 1.02rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-info p { margin: 0; color: var(--muted); font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wave-mini { display: flex; align-items: center; gap: 3px; height: 24px; }
.wave-mini span { width: 3px; height: 6px; border-radius: 3px; background: var(--orange); animation: bars .7s ease-in-out infinite alternate; animation-play-state: paused; }
.wave-mini span:nth-child(2), .wave-mini span:nth-child(4) { animation-delay: -.25s; }
.circle-play { width: 52px; height: 52px; border-radius: 50%; border: 0; color: white; background: var(--purple); cursor: pointer; display: grid; place-items: center; box-shadow: 0 12px 24px rgba(77,8,107,.22); transition: .25s; }
.circle-play:hover { transform: scale(1.07); }
.volume-wrap { display: flex; align-items: center; gap: 9px; }
.volume-wrap input { width: 100%; accent-color: var(--orange); }
.content-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 120px; }
.section-heading { max-width: 720px; text-align: center; margin: 0 auto 50px; }
.section-heading > span, .app-copy > .eyebrow { color: var(--orange); font-weight: 900; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .app-copy h2, .cta-section h2 { font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.07; letter-spacing: -.04em; margin: 12px 0 16px; }
.section-heading p, .app-copy p { color: var(--muted); line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: rgba(255,255,255,.76); border: 1px solid rgba(77,8,107,.08); border-radius: 26px; padding: 32px; min-height: 250px; transition: .3s; box-shadow: 0 16px 42px rgba(67,7,89,.06); }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(255,106,0,.35); box-shadow: 0 22px 50px rgba(67,7,89,.12); }
.feature-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg, var(--orange), var(--yellow)); color: white; font-size: 1.45rem; box-shadow: 0 12px 24px rgba(255,106,0,.22); }
.feature-card h3 { margin: 24px 0 10px; font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: .86rem; }
.app-section { background: linear-gradient(125deg, #290038, #5b0a75 55%, #ff6500 160%); color: white; padding: 100px max(24px, calc((100vw - 1100px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; overflow: hidden; position: relative; }
.app-section::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--orange); filter: blur(120px); opacity: .22; right: -100px; top: -100px; }
.phone-mockup { width: 270px; height: 540px; margin: auto; padding: 10px; background: #16051c; border: 2px solid rgba(255,255,255,.18); border-radius: 42px; box-shadow: 0 50px 100px rgba(0,0,0,.4); position: relative; transform: rotate(-4deg); }
.phone-notch { position: absolute; z-index: 3; width: 92px; height: 24px; border-radius: 0 0 16px 16px; background: #16051c; top: 8px; left: 50%; transform: translateX(-50%); }
.phone-screen { height: 100%; border-radius: 33px; padding: 56px 20px 26px; background: radial-gradient(circle at 50% 28%, rgba(255,213,0,.35), transparent 32%), linear-gradient(165deg, #ff8a00, #ff5e00 55%, #4d086b 130%); display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; }
.phone-screen img { width: 150px; height: 150px; object-fit: cover; border-radius: 32px; box-shadow: 0 20px 40px rgba(48,0,58,.3); }
.phone-screen > span { margin-top: 24px; font-size: .62rem; font-weight: 900; letter-spacing: .17em; }
.phone-screen h3 { margin: 8px 0 0; font-size: 1.35rem; }
.phone-screen p { margin: 4px 0 20px; opacity: .75; }
.phone-screen button { width: 62px; height: 62px; border-radius: 50%; border: 0; color: var(--purple); background: white; font-size: 1.1rem; cursor: pointer; box-shadow: 0 15px 30px rgba(72,0,90,.28); }
.phone-wave { display: flex; align-items: end; gap: 5px; height: 40px; margin-top: 28px; }
.phone-wave i { width: 4px; border-radius: 4px; background: rgba(255,255,255,.75); animation: bars .8s ease-in-out infinite alternate; }
.phone-wave i:nth-child(1), .phone-wave i:nth-child(5) { height: 10px; } .phone-wave i:nth-child(2), .phone-wave i:nth-child(6) { height: 25px; } .phone-wave i:nth-child(3), .phone-wave i:nth-child(7) { height: 18px; } .phone-wave i:nth-child(4) { height: 34px; }
.app-copy { position: relative; z-index: 2; max-width: 620px; }
.app-copy h2 { margin-top: 12px; }
.app-copy p { color: rgba(255,255,255,.74); }
.app-benefits { display: grid; gap: 11px; margin: 26px 0 30px; font-size: .87rem; font-weight: 700; }
.app-benefits span::first-letter { color: var(--yellow); }
.store-button { width: max-content; min-width: 205px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-radius: 15px; background: white; color: #1a0a20; box-shadow: 0 16px 34px rgba(0,0,0,.25); transition: .25s; }
.store-button:hover { transform: translateY(-4px); }
.android-mark { font-size: 1.75rem; color: var(--orange); transform: rotate(90deg); }
.store-button span:last-child { display: grid; }
.store-button small { font-size: .56rem; letter-spacing: .08em; font-weight: 700; }
.store-button strong { font-size: 1.18rem; }
.cta-section { width: min(1120px, calc(100% - 40px)); margin: 90px auto; border-radius: 32px; padding: 48px 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: linear-gradient(120deg, var(--orange), #ff3d00 60%, var(--purple)); box-shadow: 0 24px 60px rgba(255,77,0,.24); }
.cta-section span { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; opacity: .8; }
.cta-section h2 { margin: 8px 0 0; max-width: 680px; }
.primary-btn.light { background: white; color: var(--purple); box-shadow: 0 16px 34px rgba(50,0,60,.2); flex: 0 0 auto; }
footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 110px; border-top: 1px solid rgba(77,8,107,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 44px; height: 44px; border-radius: 13px; object-fit: cover; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand strong { color: var(--ink); }
.player-dock { position: fixed; left: 50%; bottom: 18px; transform: translate(-50%, 140%); opacity: 0; width: min(660px, calc(100% - 24px)); z-index: 50; background: rgba(35,3,45,.94); backdrop-filter: blur(20px); color: white; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 10px 12px; display: grid; grid-template-columns: auto auto 1fr auto auto auto; align-items: center; gap: 12px; box-shadow: 0 24px 70px rgba(31,0,42,.4); transition: .45s cubic-bezier(.2,.8,.2,1); }
.player-dock.show { transform: translate(-50%, 0); opacity: 1; }
.dock-status { font-size: .55rem; font-weight: 900; display: flex; align-items: center; gap: 5px; color: #ff9a68; }
.player-dock img { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; }
.dock-text { display: grid; min-width: 0; }
.dock-text strong { font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dock-text small { opacity: .58; font-size: .62rem; margin-top: 2px; }
.dock-eq { display: flex; align-items: end; gap: 3px; height: 20px; }
.dock-eq i { width: 3px; height: 6px; border-radius: 3px; background: var(--orange); animation: bars .7s infinite alternate; animation-play-state: paused; }
.dock-eq i:nth-child(2) { animation-delay: -.3s; } .dock-eq i:nth-child(3) { animation-delay: -.5s; }
.player-dock button { width: 38px; height: 38px; border-radius: 50%; border: 0; cursor: pointer; color: white; background: var(--orange); }
.player-dock .dock-close { width: 28px; height: 28px; color: rgba(255,255,255,.55); background: transparent; font-size: 1.25rem; }
.welcome-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; transition: opacity .35s, visibility .35s; }
.welcome-modal.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(24,0,31,.78); backdrop-filter: blur(18px); }
.modal-card { width: min(460px, 100%); position: relative; z-index: 2; text-align: center; padding: 38px 38px 30px; border-radius: 32px; color: white; background: radial-gradient(circle at 50% 5%, rgba(255,213,0,.24), transparent 28%), linear-gradient(145deg, #4d086b, #21002d); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 100px rgba(0,0,0,.45); animation: modalIn .55s cubic-bezier(.2,.9,.2,1); }
.modal-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; color: rgba(255,255,255,.65); font-size: 1.75rem; cursor: pointer; }
.modal-logo-wrap { width: 126px; height: 126px; margin: 0 auto 23px; position: relative; display: grid; place-items: center; }
.modal-logo-wrap img { width: 105px; height: 105px; object-fit: cover; border-radius: 30px; position: relative; z-index: 2; border: 4px solid rgba(255,255,255,.9); }
.modal-pulse { position: absolute; inset: 0; border-radius: 50%; background: rgba(255,106,0,.4); animation: modalPulse 2s infinite; }
.modal-card .live-pill { margin: auto; color: #ffb284; background: rgba(255,106,0,.12); }
.modal-card h2 { font-size: clamp(1.85rem, 6vw, 2.5rem); line-height: 1.08; margin: 18px 0 12px; letter-spacing: -.04em; }
.modal-card p { color: rgba(255,255,255,.7); line-height: 1.65; font-size: .86rem; margin: 0 auto 22px; max-width: 350px; }
.modal-play { width: 100%; min-height: 58px; border-radius: 17px; display: flex; align-items: center; justify-content: center; gap: 11px; }
.modal-play span { font-size: 1.1rem; }
.modal-card > small { display: block; margin-top: 14px; color: rgba(255,255,255,.45); font-size: .62rem; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; } .delay-2 { transition-delay: .22s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bars { from { height: 7px; } to { height: 36px; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255,59,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,59,0,0); } }
@keyframes modalPulse { 0%,100% { transform: scale(.85); opacity: .55; } 50% { transform: scale(1.12); opacity: .08; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(30px) scale(.94); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; gap: 35px; }
  .hero-copy { text-align: center; }
  .live-pill, .hero-actions { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-features { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .vinyl-card { width: min(390px, 84vw); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .app-section { grid-template-columns: 1fr; gap: 65px; text-align: center; }
  .app-copy { margin: auto; }
  .app-benefits { width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; text-align: left; }
  .store-button { margin: auto; }
  .cta-section { flex-direction: column; text-align: center; padding: 42px 28px; }
}
@media (max-width: 650px) {
  .site-header { width: calc(100% - 22px); margin-top: 10px; border-radius: 18px; min-height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; border-radius: 13px; }
  .brand small { display: none; }
  .header-play { padding: 12px 13px; }
  .header-play-text { display: none; }
  .hero { width: calc(100% - 28px); padding-top: 55px; min-height: 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-text { font-size: .91rem; }
  .hero-features { gap: 20px; }
  .hero-visual { min-height: 340px; }
  .now-playing { width: calc(100% - 24px); grid-template-columns: auto 1fr auto; gap: 12px; margin-bottom: 70px; padding: 14px; border-radius: 22px; }
  .station-cover img { width: 54px; height: 54px; border-radius: 15px; }
  .wave-mini, .volume-wrap { display: none; }
  .circle-play { width: 46px; height: 46px; }
  .content-section { width: calc(100% - 28px); padding-bottom: 80px; }
  .feature-card { padding: 26px; }
  .app-section { padding: 80px 22px; }
  .phone-mockup { transform: scale(.9) rotate(-4deg); margin-top: -25px; margin-bottom: -25px; }
  .cta-section { width: calc(100% - 24px); margin: 60px auto; }
  footer { width: calc(100% - 28px); flex-direction: column; text-align: center; padding-bottom: 120px; }
  .player-dock { grid-template-columns: auto 1fr auto auto; gap: 9px; }
  .dock-status, .dock-eq { display: none; }
  .player-dock img { width: 40px; height: 40px; }
  .modal-card { padding: 34px 22px 26px; border-radius: 26px; }
}


/* Actualización: sección de aplicación con capturas y APK */
.app-gallery { position: relative; z-index: 2; display: grid; gap: 20px; }
.gallery-tag { width: max-content; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.12); color: var(--yellow); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.app-shots { display: grid; grid-template-columns: repeat(2, minmax(170px, 230px)); gap: 22px; align-items: start; }
.shot-card { margin: 0; padding: 12px; border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 22px 55px rgba(17,0,24,.35); backdrop-filter: blur(10px); }
.shot-card img { display: block; width: 100%; height: auto; border-radius: 26px; }
.shot-one { transform: rotate(-5deg); }
.shot-two { transform: translateY(30px) rotate(6deg); }
.download-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 20px; }
.apk-button { min-width: 280px; }
.compat-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 12px 18px; border-radius: 999px; background: rgba(255,213,0,.15); border: 1px solid rgba(255,213,0,.28); color: #fff3af; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
.compat-pill::before { content: '🚘'; }
.app-note { margin-top: 16px; font-size: .82rem; color: rgba(255,255,255,.62); }
.secondary-btn.on-dark { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.07); }
.secondary-btn.on-dark:hover { background: rgba(255,255,255,.14); }
@media (max-width: 900px) {
  .app-gallery { justify-items: center; }
  .app-shots { grid-template-columns: repeat(2, minmax(140px, 210px)); justify-content: center; }
  .download-actions { justify-content: center; }
}
@media (max-width: 650px) {
  .gallery-tag { margin: auto; }
  .app-shots { grid-template-columns: 1fr; width: min(280px, 100%); }
  .shot-one, .shot-two { transform: none; }
  .download-actions { flex-direction: column; }
  .apk-button { min-width: 0; width: 100%; }
  .secondary-btn.on-dark { width: 100%; justify-content: center; }
}

.ios-button { min-width: 220px; }
.ios-mark { font-size: 1.75rem; color: #111; font-weight: 900; }


.carplay-section { padding-top: 10px; }
.carplay-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; margin-top: 36px; }
.carplay-copy { background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.74)); border: 1px solid rgba(77,8,107,.08); border-radius: 28px; padding: 30px; box-shadow: 0 18px 46px rgba(39,0,47,.08); }
.carplay-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.carplay-badges span { padding: 10px 14px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,106,0,.14), rgba(103,13,146,.14)); color: var(--purple); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.carplay-copy h3 { margin: 0 0 12px; font-size: clamp(1.45rem, 2vw, 2rem); }
.carplay-copy p { color: #4a3b53; }
.carplay-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.carplay-list li { position: relative; padding-left: 26px; color: #2d1638; }
.carplay-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; }
.carplay-visual { position: relative; }
.carplay-visual img { width: 100%; display: block; border-radius: 28px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 22px 70px rgba(33,0,40,.2); }
.ios-button { min-width: 220px; }
.ios-mark { font-size: 1.75rem; color: #111; font-weight: 900; }
@media (max-width: 900px) {
  .carplay-grid { grid-template-columns: 1fr; }
  .carplay-copy { text-align: center; }
  .carplay-badges { justify-content: center; }
  .carplay-list { text-align: left; max-width: 520px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 650px) {
  .carplay-copy { padding: 24px 20px; border-radius: 24px; }
  .carplay-visual img { border-radius: 22px; }
}


.info-hub { padding-top: 10px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; }
.info-card { background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.75)); border: 1px solid rgba(77,8,107,.08); border-radius: 28px; padding: 28px; box-shadow: 0 20px 48px rgba(32,0,40,.08); }
.info-label { width: max-content; margin-bottom: 16px; padding: 8px 12px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,106,0,.16), rgba(103,13,146,.14)); color: var(--purple); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.info-card h3 { margin: 0 0 12px; font-size: 1.24rem; line-height: 1.3; }
.info-card p { color: #4e4157; line-height: 1.7; }
.info-card ul { margin: 18px 0 0; padding-left: 18px; color: #2c1736; }
.info-card li + li { margin-top: 10px; }
.cta-text { margin-top: 10px; max-width: 640px; color: rgba(255,255,255,.86); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: white; }
.cta-secondary:hover { background: rgba(255,255,255,.15); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 18px; justify-content: center; }
.footer-links a { color: var(--muted); font-size: .72rem; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.whatsapp-float { position: fixed; right: 18px; bottom: 20px; z-index: 70; display: inline-flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 999px; background: linear-gradient(135deg, #27d366, #17b853); color: white; box-shadow: 0 18px 48px rgba(0,0,0,.26); font-weight: 800; }
.whatsapp-float span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); font-size: 1rem; }
.whatsapp-float:hover { transform: translateY(-3px); }
@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .72rem; }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .cta-actions { justify-content: center; }
}
@media (max-width: 650px) {
  .info-card { padding: 24px 20px; border-radius: 24px; }
  .whatsapp-float { right: 14px; bottom: 18px; padding: 12px 14px; }
  .whatsapp-float b { display: none; }
}
