html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{width:100%}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#10b981;--attendease-color:#6366f1;--attendease-light:#e0e7ff;--quizform-color:#f59e0b;--quizform-light:#fef3c7;--text-dark:#1f2937;--text-light:#6b7280;--text-lighter:#9ca3af;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--hero-gradient:linear-gradient(135deg,#fff 0%,#dde3ea 100%);--cta-gradient:linear-gradient(135deg,#f3f4f6,#e4eaf5);--hero-radial:#6366f114;--footer-bg:#1f2937;--footer-text:#fff;--footer-border:#ffffff1a}.landing-page.dark{--primary-color:#818cf8;--primary-dark:#6366f1;--secondary-color:#34d399;--attendease-color:#818cf8;--attendease-light:#312e81;--quizform-color:#fbbf24;--quizform-light:#78350f;--text-dark:#f9fafb;--text-light:#d1d5db;--text-lighter:#9ca3af;--bg-light:#1f2937;--bg-white:#111827;--border-color:#374151;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #0006,0 8px 10px -6px #0000004d;--hero-gradient:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);--hero-radial:#818cf81f;--cta-gradient:linear-gradient(135deg,#111827,#1e1b4b);--footer-bg:#030712;--footer-text:#f9fafb;--footer-border:#ffffff0d}*{box-sizing:border-box;margin:0;padding:0}.landing-page{color:var(--text-dark);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}.landing-page.dark{background-color:var(--bg-white)}.navbar{background:var(--bg-white);z-index:1000;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1.25rem 5%;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{color:var(--text-dark);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.brand-icon{font-size:1.75rem}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-light);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary-color)}.theme-toggle{border:2px solid var(--border-color);background:var(--bg-white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.theme-toggle svg{width:20px;height:20px;color:var(--text-dark);transition:all .3s}.theme-toggle:hover{border-color:var(--primary-color);transform:rotate(15deg)}.theme-toggle:hover svg{color:var(--primary-color)}.landing-page.dark .theme-toggle{background:var(--bg-light);border-color:var(--border-color)}.landing-page.dark .theme-toggle svg{color:#fbbf24}.hero{background:var(--hero-gradient);justify-content:space-between;align-items:center;min-height:100vh;padding:8rem 5% 4rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,var(--hero-radial)0%,transparent 70%);pointer-events:none;width:80%;height:150%;position:absolute;top:-50%;right:-20%}.hero-content{z-index:1;flex:1;max-width:600px}.hero-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 4px 14px #6366f166}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-secondary{background:var(--bg-white);color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.hero-visual{flex:1;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.floating-card{background:var(--bg-white);box-shadow:var(--shadow-lg);color:var(--text-dark);border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:500;transition:background .3s,box-shadow .3s;animation:3s ease-in-out infinite float;display:flex;position:absolute}.floating-card span{font-size:1.25rem}.card-1{color:var(--secondary-color);animation-delay:0s;top:20%;right:10%}.card-2{color:var(--quizform-color);animation-delay:.5s;top:40%;right:30%}.card-3{color:var(--primary-color);animation-delay:1s;bottom:20%;right:15%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.products-section{background:var(--hero-gradient);flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 5% 6rem;transition:background .3s;display:flex}.section-header{text-align:center;margin-bottom:3.5rem}.brand-logo{width:100px;height:100px;box-shadow:var(--shadow-md);border-radius:20px;margin-bottom:1.5rem}.section-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.section-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.25rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-card{background:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:24px;padding:2.5rem;transition:all .3s,background .3s,border-color .3s;position:relative;overflow:hidden}.product-card:before{content:"";border-radius:24px 24px 0 0;height:5px;position:absolute;top:0;left:0;right:0}.product-card.attendease:before{background:linear-gradient(90deg,var(--attendease-color),#818cf8)}.product-card.quizform:before{background:linear-gradient(90deg,var(--quizform-color),#fbbf24)}.product-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.product-header{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.product-icon{margin-bottom:0}.icon-circle{width:72px;height:72px;box-shadow:var(--shadow-sm);border-radius:18px;justify-content:center;align-items:center;display:flex}.icon-circle svg{width:36px;height:36px}.attendease-icon{background:var(--attendease-light);color:var(--attendease-color)}.quizform-icon{background:var(--quizform-light);color:var(--quizform-color)}.product-card h3{color:var(--text-dark);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.product-tagline{color:var(--text-light);margin-bottom:1rem;font-size:1rem;font-weight:500}.product-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}.feature-list{background:var(--bg-light);border-radius:12px;margin-bottom:2rem;padding:1rem 1.25rem;list-style:none}.feature-list li{color:var(--text-dark);align-items:center;gap:.75rem;padding:.6rem 0;font-size:.95rem;font-weight:500;display:flex}.feature-list .check{color:var(--secondary-color);font-size:1rem;font-weight:700}.btn-product{background:0 0;border-radius:12px;width:100%;padding:1rem;font-weight:600}.attendease-btn{color:var(--attendease-color);border:2px solid var(--attendease-color)}.attendease-btn:hover{background:var(--attendease-color);color:#fff}.quizform-btn{color:var(--quizform-color);border:2px solid var(--quizform-color)}.quizform-btn:hover{background:var(--quizform-color);color:#fff}.stats-section{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));padding:4rem 5%}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.stat-item{color:#fff}.stat-number{margin-bottom:.25rem;font-size:2.5rem;font-weight:800;display:block}.stat-label{opacity:.9;font-size:1rem}.testimonial-section{background:var(--bg-light);padding:6rem 5%;transition:background .3s}.testimonial-card{background:var(--bg-white);text-align:center;max-width:800px;box-shadow:var(--shadow-lg);border-radius:24px;margin:0 auto;padding:3rem;transition:background .3s,box-shadow .3s;position:relative}.quote-icon{color:var(--primary-color);opacity:.2;font-family:Georgia,serif;font-size:6rem;line-height:1;position:absolute;top:1rem;left:2rem}.testimonial-text{color:var(--text-dark);margin-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.8}.testimonial-author{justify-content:center;align-items:center;gap:1rem;display:flex}.author-avatar{background:linear-gradient(135deg,#e0e7ff,#fef3c7);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.author-info{text-align:left;flex-direction:column;display:flex}.author-name{color:var(--text-dark);font-weight:600}.author-role{color:var(--text-light);font-size:.875rem}.cta-section{background:var(--bg-light);text-align:center;padding:5rem 5%;transition:background .3s}.cta-section h2{color:var(--text-dark);margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.cta-section p{color:var(--text-light);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.btn-cta-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 4px 14px #6366f166}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-cta-secondary{color:var(--text-dark);background:0 0;border:2px solid gray}.btn-cta-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.contact-section{background:var(--bg-white);padding:5rem 5%;transition:background .3s}.contact-section .section-header{margin-bottom:3rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.contact-card{background:var(--bg-light);text-align:center;border:1px solid var(--border-color);border-radius:20px;padding:2rem;transition:all .3s}.contact-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color);transform:translateY(-4px)}.contact-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.contact-icon svg{color:#fff;width:28px;height:28px}.contact-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.contact-description{color:var(--text-light);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.contact-link{color:var(--primary-color);background:var(--attendease-light);border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.contact-link:hover{background:var(--primary-color);color:#fff}.contact-badge{background:var(--bg-white);color:var(--text-lighter);border:1px dashed var(--border-color);border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.landing-page.dark .contact-badge{background:var(--border-color)}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 5% 1.5rem;transition:background .3s}.footer-content{border-bottom:1px solid var(--footer-border);justify-content:space-between;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:flex}.footer-brand .brand-icon,.footer-brand .brand-name{color:#fff;font-size:1.5rem}.footer-tagline{color:var(--text-lighter);margin-top:.5rem;font-size:.875rem}.footer-links{gap:4rem;display:flex}.footer-column{flex-direction:column;gap:.75rem;display:flex}.footer-column h4{color:#fff;margin-bottom:.5rem;font-weight:600}.footer-column a{color:var(--text-lighter);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;color:var(--text-lighter);padding-top:2rem;font-size:.875rem}@media (max-width:968px){.products-section{min-height:auto;padding:4rem 5%}.section-header h2{font-size:2rem}.hero{text-align:center;flex-direction:column;padding-top:6rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-visual{display:none}.products-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-wrap:wrap;gap:2rem}.contact-grid{grid-template-columns:1fr}}@media (max-width:480px){.navbar{padding:1rem 4%}.nav-links{gap:0;display:flex}.nav-links a{display:none}.nav-links .theme-toggle{display:flex}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}.section-header h2{font-size:2rem}.products-grid{grid-template-columns:1fr;padding:0 1rem}.product-card{padding:1.5rem}.stat-number{font-size:2rem}.testimonial-card{padding:2rem 1.5rem}.cta-buttons{flex-direction:column}.contact-card{padding:2rem 1.5rem}.contact-grid{padding:0 1rem}}
