:root{color-scheme:light;--ink: #111827;--text: #1f2937;--muted: #6b7280;--line: #e5e7eb;--surface: #ffffff;--surface-soft: #f9fafb;--primary: #10b981;--primary-strong: #059669;--primary-soft: #d1fae5;--blue: #2563eb;--amber: #d97706;--indigo: #4f46e5;--footer: #111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;background:var(--surface);color:var(--text);font-size:16px;line-height:1.6;overflow-x:hidden}body,button,input,textarea,select{font:inherit}a{color:inherit}img,svg{display:block}.container,.hero-content,.section-header,.showcase-grid,.privacy-grid,.feature-card,.use-case-card,.store-panel,.footer-grid{min-width:0}:where(h1,h2,h3,p,a,span,strong,summary){overflow-wrap:anywhere}.skip-link{position:fixed;left:16px;top:12px;z-index:200;transform:translateY(-160%);padding:10px 14px;border-radius:8px;background:var(--ink);color:#fff;text-decoration:none}.skip-link:focus{transform:translateY(0)}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid rgba(229,231,235,.82);background:#fffffff0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:20px;font-weight:780;text-decoration:none;white-space:nowrap}.logo img{width:32px;height:32px}nav{display:flex;align-items:center;gap:30px}nav a{color:var(--muted);font-size:15px;font-weight:500;text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease}nav a:hover{color:var(--ink)}.nav-cta{min-height:40px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff}.nav-cta:hover{border-color:#a7f3d0;background:#ecfdf5}.hero{position:relative;min-height:min(760px,calc(100svh - 20px));padding:132px 0 84px;display:flex;align-items:center;isolation:isolate;background-image:url(/website/reconpilot-hero.png);background-size:cover;background-position:center right;color:#fff}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#061916f0,#072622d6 42%,#07262257),linear-gradient(180deg,#02061729,#02061733)}.hero-content{width:min(720px,100%);max-width:720px}.hero-badge,.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.hero-badge{min-height:34px;padding:0 15px;border:1px solid rgba(167,243,208,.36);border-radius:999px;background:#d1fae51f;color:#a7f3d0;margin-bottom:24px;max-width:100%;flex-wrap:wrap;line-height:1.25}.hero-badge svg,.btn svg,.feature-icon svg,.use-case-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hero-badge svg{width:16px;height:16px;fill:currentColor;stroke:none}.hero h1{max-width:690px;margin:0 0 22px;color:#fff;font-size:68px;font-weight:840;line-height:1.04}.hero p{max-width:630px;margin:0 0 36px;color:#ffffffd1;font-size:19px}.hero-actions,.hero-stats{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border-radius:8px;border:1px solid transparent;font-weight:700;text-decoration:none;transition:transform .16s ease,background .18s ease,border-color .18s ease,color .18s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-strong)}.btn.secondary{border-color:#ffffff57;background:#ffffff1a;color:#fff}.btn.secondary:hover{background:#ffffff2b}.hero-stats{margin-top:44px;gap:36px}.hero-stats div{display:grid;gap:2px}.hero-stats strong{color:#fff;font-size:30px;line-height:1}.hero-stats span{color:#ffffffa3;font-size:14px}section{scroll-margin-top:84px}.features,.use-cases,.faq{padding:96px 0}.section-header{max-width:720px;margin:0 auto 58px;text-align:center}.eyebrow{margin-bottom:12px;color:var(--primary-strong);text-transform:uppercase;letter-spacing:0}.section-header h2,.showcase h2,.privacy h2,.chrome-store h2{margin:0 0 16px;color:var(--ink);font-size:40px;font-weight:780;line-height:1.15}.section-header p,.showcase p,.privacy p,.chrome-store p{margin:0;color:var(--muted);font-size:18px}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.feature-card,.use-case-card,.faq details{border:1px solid var(--line);border-radius:8px;background:#fff;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.feature-card{padding:30px}.feature-card:hover,.use-case-card:hover{border-color:#a7f3d0;box-shadow:0 14px 32px #0f172a14;transform:translateY(-2px)}.feature-icon,.use-case-icon{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;margin-bottom:20px;color:var(--primary-strong);background:var(--primary-soft)}.feature-icon.accent-blue{color:var(--blue);background:#dbeafe}.feature-icon.accent-amber{color:var(--amber);background:#fef3c7}.feature-icon.accent-indigo{color:var(--indigo);background:#e0e7ff}.feature-card h3,.use-case-card h3{margin:0 0 8px;color:var(--ink);font-size:18px}.feature-card p,.use-case-card p{margin:0;color:var(--muted);font-size:15px}.showcase{padding:96px 0;background:var(--surface-soft)}.showcase-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:58px}.workflow-list{display:grid;gap:18px;margin-top:34px}.workflow-list div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;align-items:start}.workflow-list span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:800}.workflow-list p{font-size:16px}.workflow-list strong{color:var(--ink)}.product-preview{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 18px 46px #0f172a24}.product-preview img{width:100%;height:auto}.use-cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.use-case-card{padding:30px;display:flex;gap:20px}.use-case-icon{flex:0 0 auto;color:var(--indigo);background:#eef2ff}.privacy{padding:92px 0;color:#fff;background:#06231f}.privacy-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1.14fr);gap:56px;align-items:start}.privacy .eyebrow{color:#a7f3d0}.privacy h2,.privacy p{color:#fff}.privacy p{color:#ffffffc2}.privacy-list{display:grid;gap:16px}.privacy-list div{padding:22px 24px;border:1px solid rgba(167,243,208,.2);border-radius:8px;background:#ffffff0f}.privacy-list strong,.privacy-list span{display:block}.privacy-list strong{color:#fff;margin-bottom:6px}.privacy-list span{color:#ffffffad;font-size:15px}.faq{background:var(--surface-soft)}.faq-list{max-width:820px;margin:0 auto;display:grid;gap:14px}.faq details{padding:0;overflow:hidden}.faq summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;color:var(--ink);font-weight:700;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--primary-strong);font-size:24px;line-height:1}.faq details[open] summary:after{content:"-"}.faq details p{margin:0;padding:0 22px 22px;color:var(--muted)}.chrome-store{padding:92px 0;background:#fff}.store-panel{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:44px;border-radius:8px;background:linear-gradient(135deg,#064e3b,#0f766e 58%,#2563eb);color:#fff}.store-panel .eyebrow,.store-panel h2,.store-panel p{color:#fff}.store-panel p{color:#ffffffc7}.store-btn{flex:0 0 auto;background:#fff;color:#065f46}.store-btn:hover{background:#ecfdf5}footer{padding:62px 0 34px;background:var(--footer);color:#9ca3af}.footer-grid{display:flex;justify-content:space-between;gap:48px;margin-bottom:40px}.footer-logo{color:#fff;margin-bottom:14px}.footer-brand{max-width:420px}.footer-brand p{margin:0;font-size:14px}.footer-links{display:flex;gap:70px}.footer-links h3{margin:0 0 16px;color:#fff;font-size:14px}.footer-links a{display:block;color:#9ca3af;font-size:14px;text-decoration:none;margin-bottom:10px}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:28px;border-top:1px solid #1f2937;color:#9ca3af;font-size:14px}:focus-visible{outline:3px solid rgba(16,185,129,.35);outline-offset:3px}@media (max-width: 900px){nav{display:none}.hero{min-height:auto;padding:116px 0 76px;background-position:center}.hero h1{font-size:52px}.section-header h2,.showcase h2,.privacy h2,.chrome-store h2{font-size:34px}.hero-shade{background:#061916d1}.features-grid,.use-cases-grid,.showcase-grid,.privacy-grid{grid-template-columns:1fr}.store-panel,.footer-grid{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.container{width:min(100% - 32px,1200px)}.hero{padding-top:104px}.hero-badge{padding:8px 12px}.hero h1{font-size:34px;line-height:1.12}.hero p{font-size:16px}.hero-actions{align-items:stretch}.btn{width:100%}.hero-stats{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-stats strong{font-size:22px}.hero-stats span{font-size:12px}.features,.showcase,.use-cases,.privacy,.faq,.chrome-store{padding:72px 0}.section-header h2,.showcase h2,.privacy h2,.chrome-store h2{font-size:28px}.feature-card,.use-case-card{padding:24px}.use-case-card{display:grid}.store-panel{padding:30px 24px}.footer-links{width:100%;gap:40px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
