:root{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1c1c1e;background-color:#f2f2f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:#007aff;text-decoration:none}a:hover{text-decoration:underline}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}button{border-radius:12px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background-color:#007aff;color:#fff;cursor:pointer;transition:background .2s}button:hover{background-color:#0062cc}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.product-root{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background:#f2f2f7;min-height:100vh;color:#1c1c1e;display:flex;flex-direction:column}.hero{width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:45fr 55fr;align-items:stretch;min-height:600px;overflow:hidden}.hero-text{padding:5rem 3rem 5rem 8vw;display:flex;flex-direction:column;justify-content:center;gap:0}.hero-slide-content{min-height:240px;display:flex;flex-direction:column;justify-content:flex-start}.slide-dots{display:flex;gap:7px}.hero-slide-content.slide-exit{animation:slideExit .3s ease forwards}.hero-slide-content.slide-enter{animation:slideEnter .4s ease forwards}@keyframes slideExit{0%{opacity:1;transform:translateY(0)}to{opacity:.15;transform:translateY(-6px)}}@keyframes slideEnter{0%{opacity:.15;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.hero-cta-bar{background:#fff;border-bottom:none;padding:2rem 1.5rem 1.5rem;display:flex;justify-content:center}.cta-row{background:#f2f2f7;padding:2rem 1.5rem;display:flex;justify-content:center;border-bottom:1px solid rgba(0,0,0,.06)}.slide-dot{width:7px;height:7px;border-radius:50%;background:#c7c7cc;border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}.slide-dot.active{background:#007aff;transform:scale(1.3)}.slide-dot:hover:not(.active){background:#8e8e93}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#007aff;margin-bottom:1rem}.hero h1{color:#1c1c1e;font-size:clamp(2.6rem,4vw,3.75rem);font-weight:700;line-height:1.12;letter-spacing:-.04em;margin-bottom:1.1rem}.subtitle{color:#8e8e93;font-size:1.1rem;line-height:1.65;margin-bottom:0;max-width:400px}.cta-btn{display:inline-block;background:#007aff;color:#fff;font-weight:600;padding:.85rem 2.25rem;border-radius:12px;font-size:1rem;text-decoration:none;transition:background .18s,transform .18s}.cta-btn:hover{background:#0062cc;transform:translateY(-1px);text-decoration:none}.hero-image{background:#f2f2f7;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding:2rem 0 0}.hero-image img{width:92%;max-width:680px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 20px 48px rgba(0,0,0,.2))}.hero-image img.img-exit{animation:imgExit .3s ease forwards}.hero-image img.img-enter{animation:imgEnter .4s ease forwards}@keyframes imgExit{0%{opacity:1}to{opacity:.6}}@keyframes imgEnter{0%{opacity:.6}to{opacity:1}}main{width:100%;max-width:1080px;margin:0 auto;padding:4rem 1.5rem 2rem}.features-section{margin-bottom:3rem}.features-section h2{color:#1c1c1e;font-size:1.65rem;font-weight:700;margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #00000014;padding:1.75rem 1.25rem 1.5rem;text-align:center;transition:transform .15s,box-shadow .15s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.feature-icon{margin-bottom:.875rem}.feature-card h3{color:#1c1c1e;font-size:1rem;font-weight:600;margin-bottom:.375rem}.feature-card p{color:#8e8e93;font-size:.9rem;line-height:1.55}.contact-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #00000014;padding:2.25rem 2rem;text-align:center;margin-bottom:2.5rem}.contact-section h2{color:#1c1c1e;font-size:1.35rem;font-weight:600;margin-bottom:.5rem}.contact-section p{color:#8e8e93;font-size:.95rem}.contact-section a{color:#007aff;font-weight:500;text-decoration:none}.contact-section a:hover{text-decoration:underline}.product-footer{margin-top:auto;padding:1.5rem 0 1.25rem;text-align:center;color:#8e8e93;font-size:.8rem}@media (max-width: 768px){.hero{grid-template-columns:1fr;min-height:unset}.hero-text{padding:3rem 1.5rem 2rem;max-width:100%}.hero-slide-content{min-height:180px}.hero-image{min-height:260px;padding:1.5rem 0 0}.hero-image img{width:88%;max-width:400px}}
