:root{--bg: #f7f8fa;--bg-alt: #ffffff;--text: #1f2937;--text-soft: #6b7280;--border: #e5e7eb;--accent: #2563eb;--accent-hover: #1d4ed8;--max-width: 1120px;--radius: 14px;--shadow-soft: 0 8px 24px rgba(31, 41, 55, .06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.narrow{width:min(760px,calc(100% - 2rem))}.center{text-align:center}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,248,250,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:56px;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;font-size:1.05rem;font-weight:700;letter-spacing:.01em}.brand-icon{width:32px;height:32px;object-fit:contain;flex:0 0 auto}.brand-text{display:inline-block}.main-nav{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center}.main-nav a{color:var(--text-soft);font-size:.96rem}.main-nav a:hover{color:var(--text)}.nav-highlight{color:var(--accent)!important;font-weight:600}.section{padding:1.5rem 0}.section-alt{background:var(--bg-alt)}.hero-section{padding:3rem 0 2rem}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:start}.eyebrow{margin:0 0 .3rem;font-size:.8rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}h1,h2,h3{margin-top:0;color:var(--text)}.hero-section h1{font-size:clamp(2rem,3vw,2.6rem);line-height:1.12;font-weight:700}h2{font-size:clamp(1.75rem,3vw,2.9rem);line-height:1.15;margin-bottom:.65rem}h3{font-size:1.15rem;margin-bottom:.65rem}p{margin:0 0 .5rem;color:var(--text-soft)}.lead{font-size:1.1rem;max-width:62ch}.lead-compact{max-width:36ch;margin-left:auto;margin-right:auto}.button-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1.1rem;border-radius:12px;font-weight:700;transition:.18s ease;border:1px solid transparent}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--text);border-color:#d1d5db}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.hero-panel{display:flex;justify-content:center;align-items:center;transform:scale(.96)}.bullet-grid,.apps-grid,.three-up{display:grid;gap:1rem}.bullet-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:.5rem 0}.bullet-card,.simple-card,.app-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff;padding:1.2rem}.bullet-sub{margin-top:.4rem;font-size:.88rem;color:var(--text-soft)}.apps-header{text-align:center;margin-bottom:.5rem}.apps-bridge{font-size:1.05rem;color:var(--text);font-style:italic;margin-bottom:.3rem}.apps-subtext{font-size:1rem;color:var(--text-soft);max-width:48ch;margin:0 auto}.section-close,.section-intro{margin-top:.5rem}.three-up{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.5rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:.4rem;border-radius:999px;background:rgba(37,99,235,.1);color:var(--accent);font-weight:700}.apps-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.5rem}.app-card{display:flex;flex-direction:column;gap:.75rem;box-shadow:0 2px 10px #1f293708}.app-card:hover{border-color:#2563eb59;box-shadow:var(--shadow-soft)}.app-card .btn{margin-top:auto;align-self:flex-start}.app-card-title{display:flex;align-items:center;gap:.45rem;margin-bottom:.65rem}.app-card-logo{width:1.38rem;height:1.38rem;object-fit:contain;flex:0 0 auto}.featured-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff;box-shadow:var(--shadow-soft);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;align-self:start}.featured-label{margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8a7a66}.featured-title-row{display:flex;align-items:center;gap:.5rem}.featured-logo{width:36px;height:36px;object-fit:contain;flex:0 0 auto}.featured-title{font-size:1.4rem;margin:0;line-height:1.2}.featured-desc{margin:0;font-size:.97rem;color:var(--text-soft)}.featured-card .btn{width:auto;align-self:flex-start;padding:.65rem 1.5rem}.cta-section{background:var(--bg-alt)}.site-footer{border-top:1px solid var(--border);background:var(--bg);padding:1.5rem 0}.footer-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-brand-block{max-width:420px}.footer-logo{display:block;width:220px;max-width:100%;height:auto;margin-bottom:.85rem}.footer-text{margin-top:.4rem;margin-bottom:0}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-links a{color:var(--text-soft)}.footer-links a:hover{color:var(--text)}@media (max-width: 900px){.hero-grid,.three-up,.apps-grid{grid-template-columns:1fr}.hero-panel{order:-1}}@media (max-width: 640px){.section,.hero-section{padding:2.25rem 0 1.5rem}.nav-wrap{align-items:flex-start;flex-direction:column;padding:.85rem 0}.bullet-grid{grid-template-columns:1fr}.main-nav{gap:.9rem}.button-row{flex-direction:column;align-items:stretch}.btn{width:100%}.brand-icon{width:40px;height:40px}.brand{gap:.55rem}.footer-logo{width:180px}}.site-header{background:#ffffff;border-bottom:1px solid #e0d8cc;padding:.6rem 0}.brand-text{font-size:1.2rem;font-weight:700;color:#2c2c2c}
