| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Fitbit Premium Trial UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| color: #1c1c1c; |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 110px; |
| padding: 0 40px; |
| box-sizing: border-box; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #222; |
| font-weight: 600; |
| font-size: 40px; |
| } |
| .status-icons { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .icon-dot { width: 18px; height: 18px; background: #777; border-radius: 50%; } |
| .wifi { width: 36px; height: 28px; border: 4px solid #555; border-top-left-radius: 28px; border-top-right-radius: 28px; border-bottom: none; position: relative; } |
| .battery { width: 60px; height: 30px; border: 4px solid #555; position: relative; } |
| .battery::after { content: ""; position: absolute; right: -10px; top: 6px; width: 10px; height: 18px; background: #555; border-radius: 2px; } |
| |
| .close-btn { |
| position: absolute; |
| top: 130px; |
| left: 40px; |
| width: 66px; |
| height: 66px; |
| border: none; |
| background: transparent; |
| cursor: default; |
| } |
| .close-btn svg { width: 66px; height: 66px; } |
| .content { |
| position: absolute; |
| left: 60px; |
| right: 60px; |
| top: 220px; |
| } |
| |
| |
| .premium-row { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| margin-bottom: 40px; |
| } |
| .premium-dots { |
| display: flex; |
| align-items: center; |
| gap: 10px; |
| } |
| .premium-dots span { |
| width: 14px; |
| height: 14px; |
| background: #E2B95C; |
| border-radius: 50%; |
| display: inline-block; |
| } |
| .premium-text { |
| font-size: 58px; |
| font-weight: 700; |
| color: #1a1a1a; |
| } |
| |
| |
| .headline { |
| font-size: 68px; |
| line-height: 1.18; |
| font-weight: 700; |
| color: #0f1d2b; |
| margin: 30px 0 24px; |
| } |
| |
| |
| .features { |
| margin-top: 10px; |
| margin-bottom: 34px; |
| } |
| .feature-item { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| margin: 30px 0; |
| font-size: 44px; |
| color: #263238; |
| } |
| .check { |
| width: 40px; |
| height: 40px; |
| border-radius: 10px; |
| } |
| .check svg { width: 44px; height: 44px; } |
| .see-all { |
| display: flex; |
| align-items: center; |
| gap: 22px; |
| color: #1f8a89; |
| font-size: 48px; |
| font-weight: 700; |
| margin-top: 20px; |
| } |
| .see-all svg { width: 38px; height: 38px; } |
| |
| |
| .fine-print { |
| margin-top: 50px; |
| font-size: 36px; |
| color: #455A64; |
| line-height: 1.5; |
| } |
| .plans { |
| margin-top: 60px; |
| } |
| |
| |
| .plan-card { |
| border-radius: 40px; |
| border: 2px solid #e1e1e1; |
| overflow: hidden; |
| position: relative; |
| margin-bottom: 26px; |
| } |
| .plan-annual { |
| background: #fff7e8; |
| } |
| .plan-annual .header { |
| background: #D8B466; |
| color: #fff; |
| font-weight: 800; |
| font-size: 44px; |
| padding: 32px 40px; |
| } |
| .plan-annual .body { |
| display: flex; |
| align-items: center; |
| gap: 34px; |
| padding: 36px 40px 40px; |
| background: #ffffff; |
| } |
| .radio { |
| width: 64px; |
| height: 64px; |
| border-radius: 50%; |
| border: 8px solid #D8B466; |
| box-sizing: border-box; |
| } |
| .price { |
| flex: 1; |
| } |
| .striked { |
| font-size: 48px; |
| color: #7a7a7a; |
| text-decoration: line-through; |
| margin-bottom: 8px; |
| } |
| .current-price { |
| font-size: 64px; |
| font-weight: 800; |
| color: #0d2136; |
| } |
| .trial-note { |
| font-size: 40px; |
| color: #616161; |
| margin-top: 10px; |
| } |
| |
| |
| .monthly-pill { |
| width: 100%; |
| border-radius: 40px; |
| background: #eceff1; |
| color: #37474f; |
| text-align: center; |
| font-weight: 800; |
| font-size: 48px; |
| padding: 34px 0; |
| border: 2px solid #e0e0e0; |
| } |
| |
| |
| .start-btn { |
| margin-top: 34px; |
| width: 100%; |
| height: 120px; |
| border-radius: 40px; |
| background: #8f969b; |
| color: #ffffff; |
| font-size: 54px; |
| font-weight: 800; |
| border: none; |
| } |
| |
| |
| .home-bar { |
| position: absolute; |
| bottom: 40px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 420px; |
| height: 16px; |
| background: #9e9e9e; |
| border-radius: 10px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| <div class="status-bar"> |
| <div class="time">10:21</div> |
| <div class="status-icons"> |
| <div class="icon-dot"></div> |
| <div class="icon-dot"></div> |
| <div class="wifi"></div> |
| <div class="battery"></div> |
| </div> |
| </div> |
|
|
| <button class="close-btn" aria-label="Close"> |
| <svg viewBox="0 0 24 24"> |
| <line x1="4" y1="4" x2="20" y2="20" stroke="#2c2c2c" stroke-width="2" /> |
| <line x1="20" y1="4" x2="4" y2="20" stroke="#2c2c2c" stroke-width="2" /> |
| </svg> |
| </button> |
|
|
| <div class="content"> |
| <div class="premium-row"> |
| <div class="premium-dots"> |
| <span></span><span></span><span></span> |
| </div> |
| <div class="premium-text">premium</div> |
| </div> |
|
|
| <div class="headline"> |
| Try Fitbit Premium for 90 days at no charge. Cancel anytime. |
| </div> |
|
|
| <div class="features"> |
| <div class="feature-item"> |
| <div class="check"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 12l5 5 13-13" stroke="#D8B466" stroke-width="3" fill="none" /> |
| </svg> |
| </div> |
| <div>Sleep score details for advanced analysis</div> |
| </div> |
| <div class="feature-item"> |
| <div class="check"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 12l5 5 13-13" stroke="#D8B466" stroke-width="3" fill="none" /> |
| </svg> |
| </div> |
| <div>Wellness report for your health trends</div> |
| </div> |
| <div class="feature-item"> |
| <div class="check"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 12l5 5 13-13" stroke="#D8B466" stroke-width="3" fill="none" /> |
| </svg> |
| </div> |
| <div>45+ mindfulness sessions</div> |
| </div> |
| <div class="feature-item"> |
| <div class="check"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 12l5 5 13-13" stroke="#D8B466" stroke-width="3" fill="none" /> |
| </svg> |
| </div> |
| <div>150+ video workouts</div> |
| </div> |
|
|
| <div class="see-all"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 9l8 8 8-8" fill="none" stroke="#1f8a89" stroke-width="2" /> |
| </svg> |
| <div>See all Premium features</div> |
| </div> |
| </div> |
|
|
| <div class="fine-print"> |
| Select a plan to start your trial. After the trial ends, you will be charged unless you cancel. Offer valid for new Premium users only. Cancel anytime. |
| </div> |
|
|
| <div class="plans"> |
| <div class="plan-card plan-annual"> |
| <div class="header">PAY ANNUALLY - SAVE 16%</div> |
| <div class="body"> |
| <div class="radio"></div> |
| <div class="price"> |
| <div class="striked">₹1,188.00</div> |
| <div class="current-price">₹999.00/year</div> |
| <div class="trial-note">First 90 days for ₹0</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="monthly-pill">PAY MONTHLY</div> |
|
|
| <button class="start-btn">START TRIAL</button> |
| </div> |
| </div> |
|
|
| <div class="home-bar"></div> |
| </div> |
| </body> |
| </html> |