:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;background-color:#fff;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:32px 16px 64px}.page{width:100%;max-width:520px;display:flex;flex-direction:column;gap:24px;align-items:center}.phone-shell{width:min(420px,90vw);aspect-ratio:9 / 18;background-repeat:no-repeat;background-size:contain;background-position:center;background-color:transparent;position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.phone-screen{width:90%;height:90%;border-radius:26px;background-color:transparent;padding:20px 16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.screen-logo{align-self:center;height:55px;display:flex;align-items:center;justify-content:center}.screen-logo img{height:55px;width:auto;display:block}.screen-card{display:grid;grid-template-columns:96px 1fr;gap:12px;background:#fff;border-radius:18px;padding:12px;box-shadow:0 12px 24px #0f172a0f}.screen-card__media{width:96px;height:128px;border-radius:14px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.screen-card__media img{width:100%;height:100%;object-fit:cover}.screen-card__body{display:flex;flex-direction:column;gap:4px}.screen-card__brand{margin:0;font-size:15px;color:#475569}.screen-card__title{margin:0;font-size:19px;font-weight:700;color:#1f2937}.screen-card__rating{display:inline-flex;align-items:center;gap:6px;margin-top:auto}.dot{width:10px;height:10px;border-radius:50%;background:#22c55e;flex-shrink:0}.rating-copy{display:flex;flex-direction:column;gap:2px}.rating-text{font-weight:700;color:#0f172a}.rating-sub{grid-column:2;font-size:12px;color:#475569}.screen-section{background:#fff;border-radius:14px;padding:12px;box-shadow:0 8px 18px #0f172a0d}.skeleton{height:110px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.metric{display:flex;flex-direction:column;gap:10px}.metric-row{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#1f2937}.metric-label,.metric-value{font-size:15px}.metric-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.metric-bar span{display:block;height:6px;border-radius:999px}.metric-bar span:nth-child(1){background:#22c55e}.metric-bar span:nth-child(2){background:#84cc16}.metric-bar span:nth-child(3){background:#fbbf24}.metric-bar span:nth-child(4){background:#fb923c}.metric-bar span:nth-child(5){background:#ef4444}.cta{display:none}.cta-arc{width:100%;max-width:2000px;min-height:500px;background-color:transparent;background-repeat:no-repeat;background-position:center top;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center top;position:relative;z-index:2;margin-top:-400px;padding-top:20px;padding-bottom:0}.cta-icon{width:72px;height:94px}.cta-title{margin:0;font-size:18px;font-weight:800;color:#1f2937;text-align:center}.cta-subtitle{margin:0;font-size:16px;color:#334155;text-align:center}.cta-meta{margin:0;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#475569;text-align:center}.buttons{display:flex;flex-direction:column;gap:10px;margin-top:12px}.button{width:100%;border:none;border-radius:12px;padding:14px 18px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .14s ease,opacity .12s ease}.button:active{transform:translateY(1px)}.primary{background:#000;color:#f8fafc;box-shadow:0 14px 28px #0000002e}.primary:hover{opacity:.94}.secondary{background:#fff;color:#111827;border:1px solid #d0d7e2;box-shadow:0 12px 26px #00000014}.secondary:hover{opacity:.95}.buttons-image{gap:12px}.image-button{padding:0;background:transparent;border:none;box-shadow:none;border-radius:0;width:260px;height:80px}.image-button img{width:100%;height:auto;display:block}@media (min-width: 640px){.buttons{flex-direction:row}.button{width:auto;flex:1}}
