*{margin:0;padding:0;box-sizing:border-box}:root{--ink: #1d1d1f;--muted: #6e6e73;--accent: #007AFF;--link: #0066cc;--bg: #ffffff;--bg-alt: #f5f5f7;--border: #e5e5e5;--maxw: 1080px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--ink);background:var(--bg)}a{color:var(--link)}img{max-width:100%;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.narrow{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;background:#ffffffe6;backdrop-filter:saturate(180%) blur(12px);z-index:50}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:60px}.site-header .brand{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--ink);text-decoration:none}.site-header .brand img{width:28px;height:28px;border-radius:7px}.site-nav{display:flex;gap:1.25rem;font-size:.95rem}.site-nav a{color:var(--ink);text-decoration:none}.site-nav a:hover{color:var(--accent)}.site-footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.site-footer img{width:32px;height:32px;border-radius:7px}.site-footer .footer-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.logo-mark{width:44px;height:44px;border-radius:10px;position:relative;overflow:hidden;flex-shrink:0}.logo-mark .logo-left{position:absolute;top:0;left:0;width:50%;height:100%;background:#007aff33}.logo-mark .logo-right{position:absolute;top:0;right:0;width:50%;height:100%;background:#007aff}.logo-mark .logo-line{width:1.5px;height:22px;background:#fff;border-radius:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.logo-mark .logo-knob{width:8px;height:8px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.page-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.page-header h1{margin-bottom:0;font-size:1.8rem}.legal h2{font-size:1.2rem;margin-top:2rem;margin-bottom:.5rem}.legal p,.legal ul{margin-bottom:1rem}.legal ul{padding-left:1.5rem}.legal li{margin-bottom:.35rem}.subtitle{color:var(--muted);margin-bottom:2rem}.contact-box{background:var(--bg-alt);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.contact-box a{font-size:1.1rem;font-weight:500}.faq h3{font-size:1.05rem;margin-top:1.25rem;margin-bottom:.25rem}.btn{display:inline-block;padding:.8rem 1.4rem;border-radius:12px;font-weight:600;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-ghost{background:var(--bg-alt);color:var(--ink)}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.app-card{display:block;border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-decoration:none;color:var(--ink);transition:box-shadow .2s,transform .2s}.app-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.app-card img{width:56px;height:56px;border-radius:13px;margin-bottom:.75rem}.app-card h3{font-size:1.15rem;margin-bottom:.25rem}.app-card p{color:var(--muted);font-size:.95rem}.cross-promo{background:var(--bg-alt);border-radius:16px;padding:1.5rem;margin:3rem auto;display:flex;gap:1rem;align-items:center;max-width:var(--maxw)}.cross-promo img{width:48px;height:48px;border-radius:11px}.cross-promo .cp-text{flex:1}.cross-promo h3{font-size:1.05rem;margin-bottom:.15rem}.cross-promo p{color:var(--muted);font-size:.95rem}section{padding:3.5rem 0}section.alt{background:var(--bg-alt)}.section-title{font-size:1.6rem;text-align:center;margin-bottom:2rem}.hero{padding:4rem 0 2rem;text-align:center}.hero h1{font-size:2.4rem;line-height:1.1;margin-bottom:.75rem}.hero p.lede{font-size:1.2rem;color:var(--muted);max-width:640px;margin:0 auto 1.5rem}@media(max-width:600px){.hero h1{font-size:1.9rem}.cross-promo{flex-direction:column;text-align:center}}.sidelens-page .section-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#007aff;margin-bottom:.75rem}.sidelens-page .section-heading{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.sidelens-page .section-subheading{font-size:1.125rem;color:var(--muted);max-width:560px;line-height:1.6}.sidelens-page .hero{padding:6rem 0 4rem;background:linear-gradient(180deg,#f5f5f7,#fff)}.sidelens-page .hero .hero-inner{display:flex;align-items:center;gap:4rem}.sidelens-page .hero-copy{flex:1;text-align:left}.sidelens-page .hero h1{font-size:3.5rem;font-weight:800;letter-spacing:-.035em;line-height:1.1;margin-bottom:1rem}.sidelens-page .hero .logo{width:96px;height:96px;border-radius:22px;margin:0 0 2rem;position:relative;overflow:hidden;box-shadow:0 4px 24px #007aff26}.sidelens-page .hero .logo .logo-left{position:absolute;top:0;left:0;width:50%;height:100%;background:#007aff33}.sidelens-page .hero .logo .logo-right{position:absolute;top:0;right:0;width:50%;height:100%;background:#007aff}.sidelens-page .hero .logo .logo-slider-line{width:3px;height:48px;background:#fff;border-radius:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.sidelens-page .hero .logo .logo-slider-knob{width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0000001f;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.sidelens-page .hero .logo .logo-slider-knob svg{width:10px;height:10px}.hero-subtitle{font-size:1.25rem;color:var(--muted);max-width:560px;margin:0 0 2.5rem;line-height:1.5}.app-store-badge{display:inline-block;transition:opacity .2s}.app-store-badge:hover{opacity:.8}.app-store-badge img{height:54px;max-width:none;display:inline}.hero-screenshot{flex:0 0 auto}.hero-screenshot img{max-width:320px;width:100%;margin:0 auto;border-radius:24px;box-shadow:0 20px 60px #0000001f,0 0 0 .5px #0000000f}.value-prop{text-align:center;background:#f5f5f7}.value-prop .section-subheading{margin:0 auto;font-size:1.25rem}.features{padding-bottom:2rem}.features .section-heading,.features .section-label{text-align:center}.feature-row{display:flex;align-items:center;gap:4rem;padding:3rem 0}.feature-row:nth-child(2n){flex-direction:row-reverse}.feature-image{flex:0 0 auto}.feature-image img{width:300px;border-radius:20px;box-shadow:0 12px 40px #0000001a,0 0 0 .5px #0000000d}.feature-text{flex:1}.feature-text .feature-icon{width:48px;height:48px;border-radius:12px;background:#007aff1a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-text .feature-icon svg{width:24px;height:24px;fill:#007aff}.feature-text h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.feature-text p{font-size:1.05rem;color:var(--muted);line-height:1.6;max-width:400px}.use-cases{background:#f5f5f7}.use-cases .section-heading,.use-cases .section-label{text-align:center}.use-cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.use-case-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center}.use-case-card .uc-icon{font-size:2rem;margin-bottom:.75rem}.use-case-card h4{font-size:1rem;font-weight:600;margin-bottom:.35rem}.use-case-card p{font-size:.9rem;color:var(--muted);line-height:1.5}.pricing .section-heading,.pricing .section-label{text-align:center}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem}.price-card{background:#f5f5f7;border-radius:16px;padding:2rem 1.5rem;text-align:center;position:relative;display:flex;flex-direction:column}.price-card.featured{background:#007aff;color:#fff;box-shadow:0 8px 30px #007aff40;transform:scale(1.03)}.price-card.featured .price-meta{color:#ffffffbf}.price-card.featured .price-features li{color:#ffffffe6}.price-card.featured .price-cta{background:#fff;color:#007aff}.best-value-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#ff9500;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.price-card h4{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.price-amount{font-size:2rem;font-weight:800;letter-spacing:-.03em}.price-meta{font-size:.85rem;color:var(--muted);margin-bottom:1.25rem}.price-features{list-style:none;text-align:left;font-size:.9rem;margin-bottom:1.5rem;flex:1}.price-features li{padding:.3rem 0;color:var(--muted)}.price-features li:before{content:"✓ ";font-weight:600;color:inherit}.price-card.featured .price-features li:before{color:#fff}.price-cta{display:inline-block;padding:.7rem 1.5rem;background:#007aff;color:#fff;border-radius:980px;text-decoration:none;font-weight:600;font-size:.9rem;transition:opacity .2s}.price-cta:hover{opacity:.85}.sidelens-page .final-cta{text-align:center;padding:5rem 0 4rem}.sidelens-page .final-cta h2{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.sidelens-page .final-cta p{font-size:1.15rem;color:var(--muted);margin-bottom:2rem}.js .fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.js .fade-in.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fade-in{opacity:1!important;transform:none!important}}.sidelens-page section{padding:5rem 0}@media(max-width:900px){.sidelens-page .hero h1{font-size:2.75rem}.sidelens-page .section-heading{font-size:1.85rem}.sidelens-page .hero .hero-inner{flex-direction:column;align-items:stretch;text-align:center;gap:3rem}.sidelens-page .hero-copy{text-align:center}.sidelens-page .hero .logo{margin:0 auto 2rem}.hero-subtitle{margin:0 auto 2.5rem}.feature-row,.feature-row:nth-child(2n){flex-direction:column;text-align:center;gap:2rem}.feature-text .feature-icon{margin:0 auto 1rem}.feature-text p{max-width:100%;margin:0 auto}.feature-image img{width:260px}.use-cases-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card.featured{transform:scale(1)}}@media(max-width:600px){.sidelens-page .hero{padding:4rem 0 3rem}.sidelens-page .hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.sidelens-page section{padding:3.5rem 0}.sidelens-page .section-heading{font-size:1.5rem}.use-cases-grid{grid-template-columns:1fr 1fr;gap:1rem}.use-case-card{padding:1.25rem 1rem}.pricing-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}.hero-screenshot img{max-width:260px}}
