@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}.section{padding:80px 0}.section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#718096;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-content{justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:#2d3748;font-size:1.5rem;font-weight:700;gap:12px;text-decoration:none}.logo img{height:40px;object-fit:contain;width:40px}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list button{background:none;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:color .3s ease}.nav-list button:hover{color:#667eea}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.hamburger span{background:#2d3748;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.header{padding:.75rem 0}.hamburger{display:flex}.nav{background:#fff;box-shadow:0 4px 6px #0000001a;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:1rem}.nav-list button{border-radius:8px;padding:1rem;text-align:left;width:100%}.nav-list button:hover{background:#f7fafc}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;position:relative;z-index:1}@media (min-width:1025px){.hero-content{gap:6rem}}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0 50%,#cbd5e0);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat-number{color:#ffd89b;display:block;font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-card{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:400px;padding:2rem;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-header{gap:1rem}.avatar,.card-header{align-items:center;display:flex}.avatar{height:120px;justify-content:center;width:120px}.avatar-initial{color:#fff;font-size:1.5rem;font-weight:700}.avatar-logo{height:100%;object-fit:cover;object-position:center;width:100%}.card-info h4{font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.card-info p{font-size:.9rem;opacity:.8}.card-content{display:flex;flex-direction:column;gap:1rem}.feature{align-items:center;display:flex;font-size:.95rem;gap:.75rem}.feature-icon{font-size:1.2rem}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.hero-stats{justify-content:center}}@media (max-width:768px){.hero{min-height:90vh;padding:120px 0 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{max-width:300px;width:100%}.hero-card{padding:1.5rem}}.pricing{background:#f8fafc}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1200px}@media (min-width:1025px){.pricing-grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 6px #0000000d;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.pricing-card.popular{border-color:#667eea;transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{background:linear-gradient(135deg,#667eea,#764ba2)}.best-value-badge,.popular-badge{border-radius:0 16px 0 16px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:-1px;top:-1px}.best-value-badge{background:linear-gradient(135deg,#48bb78,#38a169)}.card-header{margin-bottom:2rem;text-align:center}.plan-name{color:#2d3748;font-size:1.5rem;font-weight:700}.plan-name,.price{margin-bottom:1rem}.amount{color:#667eea;font-size:3rem;font-weight:700}.period{color:#718096;font-size:1rem;font-weight:500}.plan-description{color:#718096;font-size:.95rem;line-height:1.5}.features-list{list-style:none;margin:0 0 2rem;padding:0}.feature-item{align-items:center;color:#4a5568;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 0}.check-icon{color:#48bb78;font-size:1.1rem;font-weight:700}.plan-btn{font-size:1rem;padding:1rem;width:100%}.pricing-note{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.pricing-note p{color:#4a5568}@media (max-width:768px){.pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card{padding:1.5rem}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-8px)}.amount{font-size:2.5rem}}.contact{background:#fff;scroll-margin-top:100px}.contact-info-section{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.pricing-note{margin-top:1rem;text-align:center}.pricing-note p{color:#718096;font-size:.75rem;margin:0}.contact-form-section{display:flex;justify-content:center;scroll-margin-top:100px}.contact-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:600px}.info-card{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:1.5rem;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.info-icon{display:block;font-size:2rem;margin-bottom:1rem}.info-card h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.info-card p{color:#718096;font-size:.9rem;line-height:1.4;margin:0}.info-card.location-card p{font-size:.8rem}.contact-form-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;max-width:800px;padding:2rem;width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#2d3748;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{font-family:inherit;font-weight:400;min-height:120px;resize:vertical}.subjects-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:.5rem}@media (min-width:1025px){.subjects-grid{grid-template-columns:repeat(4,1fr)}}.checkbox-label{align-items:center;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem;transition:background-color .3s ease}.checkbox-label:hover{background:#f7fafc}.checkbox-label input[type=checkbox]{display:none}.checkmark{border:2px solid #cbd5e0;border-radius:4px;height:18px;position:relative;transition:all .3s ease;width:18px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#667eea;border-color:#667eea}.checkbox-label input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.submit-btn{font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.success-message{background:#c6f6d5;border:1px solid #9ae6b4;border-radius:8px;color:#22543d}.error-message,.success-message{font-weight:500;margin-top:1rem;padding:1rem}.error-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#742a2a}@media (max-width:1024px){.contact-info-section{margin-bottom:2rem}.contact-info{max-width:none}}@media (min-width:1025px) and (max-width:1400px){.contact-info{max-width:500px}}@media (max-width:768px){.contact-info{gap:1rem;grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.subjects-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.contact-form-container{padding:1.5rem}}.reviews{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.carousel-container{margin:0 auto;max-width:800px;position:relative}.carousel{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative}.carousel-slides{display:flex;transition:transform .5s ease-in-out}.carousel-slide{align-items:center;display:flex;justify-content:center;min-width:100%;padding:3rem 2rem}.slide-content{max-width:500px;text-align:center}.slide-title{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.slide-description{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.qr-section{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.qr-code{border-radius:12px;box-shadow:0 8px 25px #0000001a;height:150px;transition:transform .3s ease;width:150px}.qr-code:hover{transform:scale(1.05)}.qr-text{color:#718096;font-size:.9rem;font-weight:500}.coming-soon{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.coming-soon-icon{font-size:4rem;margin-bottom:1rem}.coming-soon-text{color:#718096;font-size:1.1rem;font-weight:500}.review-card{background:#2d3748;border-radius:12px;color:#fff;margin:2rem auto;max-width:500px;padding:1.5rem;text-align:left}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.reviewer-info{align-items:center;display:flex;gap:.75rem}.reviewer-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;width:40px}.reviewer-details{display:flex;flex-direction:column;gap:.25rem}.reviewer-name{color:#fff;font-size:1rem;font-weight:600;margin:0}.reviewer-meta{color:#a0aec0;font-size:.8rem;margin:0}.review-rating{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.stars{display:flex;gap:.1rem}.star{color:#fbb040;font-size:1rem}.review-time{color:#a0aec0;font-size:.8rem}.review-badge{background:#38a169;border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem;text-transform:uppercase}.review-text{color:#e2e8f0;font-size:.95rem;line-height:1.6}.review-text p{margin:0}.slide-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:12px 30px;transition:all .3s ease}.slide-action-btn:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.carousel-btn{background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;font-size:1.5rem;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-btn:hover{background:#fff;box-shadow:0 6px 20px #00000026}.carousel-btn.prev{left:20px}.carousel-btn.next{right:20px}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.dot{background:#cbd5e0;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#667eea;transform:scale(1.2)}.dot:hover{background:#a0aec0}@media (max-width:768px){.carousel-slide{padding:2rem 1rem}.slide-title{font-size:1.5rem}.slide-description{font-size:1rem}.qr-code{height:120px;width:120px}.carousel-btn{font-size:1.2rem;height:40px;width:40px}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#f7fafc;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#f7fafc;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#a0aec0;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.contact-list{list-style:none;margin:0;padding:0}.contact-list li{color:#a0aec0;font-size:.8rem;margin-bottom:.5rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#667eea;transform:translateY(-2px)}.social-links svg{color:#f7fafc;font-size:1.2rem}.footer-bottom{align-items:center;border-top:1px solid #4a5568;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom p{color:#a0aec0;margin:0}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#a0aec0;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-links{justify-content:center}}.privacy-policy{background:#f8fafc;min-height:100vh;padding:120px 0 80px}.policy-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:0 auto;max-width:800px;padding:3rem}.policy-content h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.policy-content section{margin-bottom:2.5rem}.policy-content h2{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.policy-content p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.policy-content ul{margin:1rem 0;padding-left:1.5rem}.policy-content li{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.policy-content strong{color:#2d3748;font-weight:600}.policy-content a{color:#667eea;font-weight:500;text-decoration:none}.policy-content a:hover{text-decoration:underline}@media (max-width:768px){.privacy-policy{padding:100px 0 60px}.policy-content{margin:0 1rem;padding:2rem}.policy-content h1{font-size:2rem}.policy-content h2{font-size:1.3rem}}.terms-of-service{background:#f8fafc;min-height:100vh;padding:120px 0 80px}.terms-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:0 auto;max-width:800px;padding:3rem}.back-link{margin-bottom:2rem}.back-link a{align-items:center;color:#667eea;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none}.back-link a:hover{text-decoration:underline}.terms-content h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.last-updated{color:#718096;font-size:.9rem;font-style:italic;margin-bottom:3rem;text-align:center}.terms-content section{margin-bottom:2.5rem}.terms-content h2{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.terms-content p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.terms-content ul{margin:1rem 0;padding-left:1.5rem}.terms-content li{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.terms-content strong{color:#2d3748;font-weight:600}.terms-content a{color:#667eea;font-weight:500;text-decoration:none}.terms-content a:hover{text-decoration:underline}@media (max-width:768px){.terms-of-service{padding:100px 0 60px}.terms-content{margin:0 1rem;padding:2rem}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.3rem}}.App{min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a67d8}
/*# sourceMappingURL=main.b86f48b9.css.map*/