:root{--font-mono:"Roboto Mono",monospace;--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#10b981;--text-primary:#1f2937;--text-secondary:#6b7280;--bg-primary:#ffffff;--bg-secondary:#f9fafb;--bg-dark:#111827;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:var(--bg-primary);border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header-container{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;color:var(--primary-color)}.nav{display:flex;gap:32px;align-items:center}.nav a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .2s}.nav .sign-in,.nav a:hover{color:var(--primary-color)}@media (max-width:768px){.header-container{padding:12px 16px}.nav{gap:16px;font-size:14px}.logo{font-size:20px}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:120px 24px;text-align:center}.hero-container{max-width:800px;margin:0 auto}.hero-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:16px}.hero-subtitle{font-size:32px;font-weight:600;margin-bottom:24px;opacity:.95}.hero-description{font-size:20px;margin-bottom:40px;opacity:.9;line-height:1.6}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.hero{padding:80px 16px}.hero-title{font-size:36px}.hero-subtitle{font-size:24px}.hero-description{font-size:18px}.hero-cta{flex-direction:column;align-items:stretch}}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;border:2px solid transparent;cursor:pointer;font-size:16px}.btn-primary{background:white;color:var(--primary-color)}.btn-primary:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--secondary-color);color:white}.btn-secondary:hover{background:#059669;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:white;border-color:white}.btn-outline:hover{background:rgba(255,255,255,.1)}.btn-large{padding:16px 32px;font-size:18px}.product-suite{padding:80px 0;background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:64px}.section-title{font-size:42px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.section-subtitle{font-size:28px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.section-description{font-size:18px;color:var(--text-secondary);max-width:700px;margin:0 auto}.suite{margin-bottom:80px}.suite:last-child{margin-bottom:0}.suite-header{margin-bottom:40px;text-align:center}.suite-title{font-size:32px;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.suite-description{font-size:18px;color:var(--text-secondary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.product-card{background:white;padding:32px;border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s;border:1px solid var(--border-color)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-name{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.product-description{font-size:16px;color:var(--text-secondary);line-height:1.5}@media (max-width:768px){.product-suite{padding:60px 0}.section-title{font-size:32px}.section-subtitle{font-size:24px}.suite-title{font-size:28px}.products-grid{grid-template-columns:1fr;gap:16px}.product-card{padding:24px}}.why-choose{padding:80px 0;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.feature-item{background:var(--bg-secondary);padding:32px;border-radius:12px;text-align:center;border:1px solid var(--border-color)}.feature-item h4{font-size:18px;font-weight:600;color:var(--text-primary)}@media (max-width:768px){.why-choose{padding:60px 0}.features-grid{grid-template-columns:1fr;gap:16px}.feature-item{padding:24px}}.cta-section{padding:100px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-align:center}.cta-title{font-size:42px;font-weight:700;margin-bottom:16px}.cta-description{font-size:20px;margin-bottom:32px;opacity:.95}@media (max-width:768px){.cta-section{padding:60px 16px}.cta-title{font-size:32px}.cta-description{font-size:18px}}.footer{background:var(--bg-dark);color:white;padding:32px 24px;text-align:center}.footer p{margin:0;color:rgba(255,255,255,.7)}.product-page{min-height:100vh;display:flex;flex-direction:column}.product-page>section{flex:1 1}