*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1a1a1a;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2}.header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.25rem;text-decoration:none;color:#d32f2f;font-family:Georgia,serif;font-size:1.6rem;font-style:italic;font-weight:700}.logo-icon{font-size:.6rem;vertical-align:middle}.logo-text{letter-spacing:-.5px}.nav{display:flex;gap:.25rem}.nav a{text-decoration:none;color:#333;padding:.5rem .85rem;border-radius:4px;font-size:.95rem;font-weight:500;transition:background .2s,color .2s}.nav a:hover{color:#d32f2f}.nav a.active{background:#d32f2f;color:#fff}.hamburger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}@media(max-width:768px){.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 12px #0000001a}.nav.open{display:flex}.hamburger{display:block}}.footer{background:#2d2d2d;color:#ccc;padding:3rem 1.5rem 1rem;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer .footer-logo{display:flex;align-items:center;gap:.25rem;color:#d32f2f;font-family:Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:700;margin-bottom:1rem}.footer-col p{margin:.3rem 0;font-size:.9rem}.footer-col a{color:#ccc;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff}.footer-heading{font-weight:600;color:#fff;margin-bottom:.75rem!important}.footer-links-small{display:flex;flex-direction:column;gap:.3rem;margin-top:.75rem;font-size:.85rem}.social-icons{display:flex;gap:.5rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#d32f2f;color:#fff!important;font-weight:700;font-size:.8rem;text-decoration:none}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{font-size:.9rem}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid #444;text-align:center;font-size:.85rem}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;text-align:center}.social-icons{justify-content:center}.footer-nav{align-items:center}}.hero{background:#fff;overflow:hidden}.hero-inner{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:flex;align-items:center;gap:3rem}.hero-text{flex:1}.hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin:0 0 1rem}.hero-subtitle{font-size:1.1rem;color:#555;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.hero-phone{flex:1;display:flex;justify-content:center}.phone-mockup{width:260px;height:500px;background:#1a1a1a;border-radius:36px;padding:12px;box-shadow:0 20px 60px #00000026}.phone-screen{background:#fff;border-radius:26px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.phone-header{color:#d32f2f;font-family:Georgia,serif;font-style:italic;font-weight:700;font-size:1.3rem;margin-bottom:.5rem}.phone-screen p{color:#666;font-size:.9rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:.9rem;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s;border:2px solid transparent}.btn-primary{background:#d32f2f;color:#fff;border-color:#d32f2f}.btn-primary:hover{background:#b71c1c;border-color:#b71c1c}.btn-outline{background:transparent;color:#d32f2f;border-color:#d32f2f}.btn-outline:hover{background:#d32f2f;color:#fff}.features{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.features h2{font-size:1.8rem;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{text-align:center;padding:1rem}.feature-icon{margin-bottom:1.5rem}.feature-card h3{font-size:1.1rem;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#555;font-size:.9rem;line-height:1.6}.steps{background:#f9f9f9;padding:4rem 1.5rem}.steps-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem}.steps-text{flex:1}.steps-text h2{font-size:2rem;margin-bottom:1.5rem;color:#1a1a1a}.steps-text ol{list-style:none;padding:0;counter-reset:steps}.steps-text ol li{counter-increment:steps;font-size:1.1rem;padding:.5rem 0;color:#333}.steps-text ol li:before{content:counter(steps) ". ";font-weight:700}.steps-video{flex:1}.video-placeholder{background:#e8e8e8;border-radius:12px;padding:3rem;text-align:center;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center}.play-button{width:64px;height:64px;background:#d32f2f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;cursor:pointer;transition:transform .2s}.play-button:hover{transform:scale(1.1)}.video-placeholder p{color:#666;font-size:.9rem}.testimonials{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.testimonials h2{font-size:1.8rem;margin-bottom:3rem;color:#1a1a1a}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.testimonial-card{text-align:left;padding:1.5rem}.testimonial-avatar{width:80px;height:80px;background:#ddd;border-radius:50%;margin-bottom:1rem}.testimonial-card blockquote{font-style:italic;color:#444;line-height:1.6;font-size:.95rem;margin:0 0 1rem}.testimonial-name{font-weight:600;color:#1a1a1a;text-align:right}.testimonial-title{color:#d32f2f;font-size:.9rem;text-align:right}.partners{background:#f9f9f9;padding:4rem 1.5rem}.partners h2{text-align:center;font-size:1.8rem;margin-bottom:2rem;color:#1a1a1a}.partners-grid{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.partner-badge{background:#fff;border:1px solid #ddd;border-radius:6px;padding:.6rem 1rem;font-size:.8rem;color:#333;white-space:nowrap}.pricing{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.pricing h2{font-size:1.8rem;margin-bottom:3rem;color:#1a1a1a}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.pricing-card{border:1px solid #ddd;border-radius:8px;padding:2rem;text-align:center;position:relative}.pricing-card.featured{border-color:#d32f2f;box-shadow:0 4px 20px #d32f2f26;transform:scale(1.05)}.pricing-badge{background:#d32f2f;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:-1px;left:-1px;right:-1px;border-radius:8px 8px 0 0}.pricing-card.featured h3{margin-top:1.5rem}.pricing-card h3{font-size:1.2rem;color:#1a1a1a;margin-bottom:.25rem}.pricing-desc{color:#888;font-size:.85rem;margin-bottom:1rem}.price{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:1rem 0}.price span{font-size:1rem;font-weight:400;color:#888}.pricing-card ul{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.pricing-card ul li{padding:.3rem 0;color:#555;font-size:.9rem;line-height:1.5}.pricing-card ul li:before{content:"•";color:#d32f2f;font-weight:700}.pricing-downloads{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.subscribe{text-align:center;padding:4rem 1.5rem;border-top:1px solid #eee}.subscribe h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1a1a1a}@media(max-width:768px){.hero-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.hero-text h1{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-phone{display:none}.features-grid{grid-template-columns:1fr}.steps-inner{flex-direction:column}.testimonials-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}}.page-hero{background:linear-gradient(135deg,#667eea33,#764ba233),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%23f0f0f0" width="1200" height="400"/></svg>');background-size:cover;background-position:center;position:relative}.page-hero-overlay{background:#00000073;padding:5rem 2rem}.page-hero h1{max-width:1200px;margin:0 auto;color:#fff;font-size:2.8rem;font-weight:700}.why-content{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.why-content article h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:.5rem}.why-content .meta{color:#888;font-size:.85rem;margin-bottom:2rem}.why-content article p{color:#444;line-height:1.7;margin-bottom:1.25rem}.video-embed{margin:2rem 0}.video-placeholder-lg{background:#1a1a1a;border-radius:12px;padding:3rem;text-align:center;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ccc}.video-placeholder-lg .play-button{width:64px;height:64px;background:#d32f2f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;cursor:pointer}.video-placeholder-lg p{color:#ccc;font-size:.9rem;margin:.25rem 0}.video-sub{font-size:.8rem!important;color:#999!important}.sidebar h3{font-size:1.2rem;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #d32f2f}.sidebar ul{list-style:none;padding:0}.sidebar ul li{padding:.75rem 0;border-bottom:1px solid #eee;color:#d32f2f;font-size:.9rem;cursor:pointer;line-height:1.4}.sidebar ul li:hover{color:#b71c1c}@media(max-width:768px){.why-content{grid-template-columns:1fr}}.about-section{max-width:800px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.about-section h2{font-size:2rem;color:#1a1a1a;margin-bottom:1.5rem}.about-section p{color:#444;line-height:1.7;margin-bottom:1rem;text-align:left}.about-video{margin:2rem 0}.about-video .video-placeholder-lg{background:#1a1a1a;border-radius:12px;padding:3rem;text-align:center;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ccc}.about-video .play-button{width:64px;height:64px;background:#d32f2f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;cursor:pointer}.founder-quote{background:#f9f9f9;border-left:4px solid #d32f2f;padding:1.5rem 2rem;margin:2rem 0;font-style:italic;color:#333;line-height:1.7;text-align:left}.founder-section{max-width:800px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.founder-section h2{font-size:2rem;color:#1a1a1a;margin-bottom:2rem}.founder-photo-placeholder{width:200px;height:250px;background:#e0e0e0;border-radius:8px;margin:0 auto 2rem}.founder-details p{color:#444;line-height:1.7;margin-bottom:.5rem}.credentials{list-style:none;padding:0;margin-top:1.5rem}.credentials li{padding:.35rem 0;color:#555;font-size:.95rem}.team-section{max-width:900px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.team-section h2{font-size:2rem;color:#1a1a1a;margin-bottom:1rem}.team-intro{color:#555;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.team-grid{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-bottom:2rem}.team-card{text-align:center}.team-photo{width:220px;height:260px;margin-bottom:1rem;overflow:hidden;border-radius:8px}.team-photo img{width:100%;height:100%;object-fit:cover}.team-photo-placeholder{width:100%;height:100%;background:#e0e0e0;border-radius:8px}.team-card h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem}.team-title{color:#888;font-size:.9rem}.team-divider{border:none;height:3px;background:linear-gradient(to right,#d32f2f,#ff8a80);margin:3rem 0}.connect-section{padding:2rem 0}.connect-section p{color:#555;margin-bottom:1.5rem}.connect-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.news-section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.news-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:box-shadow .2s}.news-card:hover{box-shadow:0 4px 16px #00000014}.news-thumb{height:180px;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.news-card-body{padding:1.25rem}.news-card-body h3{font-size:1.05rem;margin-bottom:.5rem;line-height:1.3}.news-card-body h3 a{color:#1a1a1a;text-decoration:none}.news-card-body h3 a:hover{color:#d32f2f}.news-meta{color:#888;font-size:.8rem;margin-bottom:.75rem}.news-excerpt{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.read-more{color:#d32f2f;font-size:.85rem;text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.news-post{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.news-post h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.news-post .news-meta{margin-bottom:2rem}.news-post-content{color:#444;line-height:1.8}.news-post-content p{margin-bottom:1rem}.back-link{display:inline-block;margin-bottom:2rem;color:#d32f2f;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}@media(max-width:768px){.news-grid{grid-template-columns:1fr}}.faqs-section{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.faqs-section h2{font-size:2rem;color:#1a1a1a;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:box-shadow .2s}.faq-item.open{box-shadow:0 2px 12px #0000000f;border-color:#ddd}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#1a1a1a;text-align:left;gap:1rem}.faq-question:hover{color:#d32f2f}.faq-arrow{font-size:1.3rem;color:#d32f2f;flex-shrink:0}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{color:#555;line-height:1.7}
