.custom-navbar{background:linear-gradient(90deg,#1e3c72,#2a5298)}.custom-nav-link{font-weight:500;font-size:1.05rem;letter-spacing:.5px;transition:color .3s,background-color .3s;padding:.5rem 1rem;border-radius:.25rem}.custom-nav-link:hover,.custom-nav-link:focus{color:gold!important;background-color:#ffffff1a;text-decoration:none}.navbar-brand img{transition:transform .3s}.navbar-brand img:hover{transform:scale(1.05)}.custom-program-card{border-radius:10px;overflow:hidden;transition:transform .3s,box-shadow .3s}.custom-program-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.custom-program-card .card-title{font-weight:600}.custom-btn{background:linear-gradient(90deg,#ff7e5f,#feb47b);color:#fff;border:none}.custom-btn:hover{background:linear-gradient(90deg,#feb47b,#ff7e5f);color:#fff}.card-img-top{object-fit:cover;height:180px}.dropdown-toggle:after{vertical-align:middle}.navbar .dropdown-menu{margin-top:8px}.navbar .dropdown-item{padding:8px 16px}:root{--primary-color: #2563eb;--primary-light: #3b82f6;--secondary-color: #f59e0b;--dark-color: #1e293b;--light-color: #f8fafc;--success-color: #10b981;--border-radius: 12px;--box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--dark-color);background-color:#fff}.home-container{max-width:100%;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}.hero-title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:2rem;color:#64748b}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--secondary-color);border-radius:2px}.primary-btn{background:var(--primary-color);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:var(--transition);font-size:1rem;margin-right:1rem}.primary-btn:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.secondary-btn{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);padding:.8rem 1.8rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:var(--transition);font-size:1rem}.secondary-btn:hover{background:#2563eb0d;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.large-btn{padding:1rem 2.5rem;font-size:1.1rem}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;min-height:80vh;background:linear-gradient(to bottom right,#f8fafc,#e2e8f0)}.hero-content{flex:1;max-width:600px}.brand-accent{color:var(--primary-color)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.responsive-hero-img{max-width:100%;height:auto;max-height:500px}.cta-buttons{display:flex;margin-top:2rem}.features-section{padding:5rem 5%;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);transition:var(--transition);text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#2563eb1a;border-radius:50%}.feature-icon img{width:40px;height:40px}.feature-card h3{margin-bottom:1rem;font-size:1.3rem}.age-groups-section{padding:5rem 5%;background:#f8fafc}.age-groups-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.age-group-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);text-align:center;transition:var(--transition)}.age-group-card:hover{transform:translateY(-5px)}.age-group-card h3{color:var(--primary-color);margin-bottom:.5rem}.age-group-card p{margin-bottom:1.5rem;color:#64748b}.progress-circle{width:100px;height:100px;margin:0 auto;border-radius:50%;background:conic-gradient(var(--primary-color) calc(var(--progress) * 1%),#e2e8f0 0);display:flex;align-items:center;justify-content:center;position:relative}.progress-circle:before{content:attr(style);position:absolute;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-color)}.testimonials-section{padding:5rem 5%;background:#fff}.testimonials-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);transition:var(--transition)}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-content p{font-style:italic;margin-bottom:1.5rem;color:#475569}.testimonial-author{display:flex;align-items:center}.testimonial-author img{width:50px;height:50px;border-radius:50%;margin-right:1rem;object-fit:cover}.testimonial-author span{font-weight:600}.final-cta{padding:5rem 5%;background:var(--primary-color);color:#fff;text-align:center}.final-cta h2{margin-bottom:2rem;color:#fff;font-size:clamp(1.5rem,3vw,2.2rem)}@media (max-width: 1024px){.hero-section{flex-direction:column;text-align:center;padding:3rem 5%}.hero-content{margin-bottom:3rem;max-width:100%}.cta-buttons{justify-content:center}}@media (max-width: 768px){.features-grid,.age-groups-container,.testimonials-carousel{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.primary-btn,.secondary-btn{margin-right:0;margin-bottom:1rem;width:100%}.hero-section{min-height:auto;padding:2rem 5%}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{margin-bottom:2rem}.feature-card,.age-group-card,.testimonial-card{padding:1.5rem}}.about-container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50}.about-subtitle{font-size:1.25rem;color:#7f8c8d;max-width:800px;margin:0 auto 3rem}.mission-box{background-color:#e3f2fd;padding:2rem;border-radius:12px;margin-bottom:3rem}.mission-box h2{font-size:1.75rem;margin-bottom:1rem;color:#1976d2}.mission-box p{font-size:1.1rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card p{color:#7f8c8d;line-height:1.6}.why-us{max-width:800px;margin:0 auto;text-align:left}.why-us h2{font-size:1.75rem;margin-bottom:1rem;color:#1976d2}.why-us p{font-size:1.1rem;line-height:1.6}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contact-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden}@media (min-width: 992px){.contact-wrapper{grid-template-columns:1fr 1.5fr}}.contact-info{background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center}.contact-info h2{font-size:2.2rem;margin-bottom:1rem;font-weight:700}.contact-info p{font-size:1.1rem;opacity:.9;margin-bottom:2.5rem}.info-box{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1.5rem}.info-icon{font-size:1.5rem;background:#ffffff1a;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.info-item p{margin:0;opacity:.8;font-size:1rem}.contact-form-wrapper{padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a;outline:none}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#1976d2;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:#1565c0;transform:translateY(-2px)}.submit-btn:disabled{background:#90caf9;cursor:not-allowed;transform:none}.spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.result-message{padding:.8rem 1rem;border-radius:8px;text-align:center;font-weight:500;opacity:0;height:0;transition:all .3s ease}.result-message.show{opacity:1;height:auto;margin-top:.5rem;background:#e8f5e9;color:#2e7d32}.result-message.show.error{background:#ffebee;color:#c62828}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-hover tbody tr:hover{background-color:#00000005}.text-truncate{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.video-preview-overlay{position:fixed;inset:0;background-color:#000c;z-index:1050;display:flex;align-items:center;justify-content:center}.video-preview-container{background:#fff;border-radius:8px;width:80%;max-width:800px;padding:20px}.video-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.video-preview-player{width:100%;max-height:70vh;background:#000}.close-btn{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer}.close-btn:hover{color:#495057}.typing-indicator{display:inline-block;position:relative;width:50px;height:20px}.typing-indicator span{position:absolute;width:8px;height:8px;background:#6c757d;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){left:0;animation-delay:0s}.typing-indicator span:nth-child(2){left:15px;animation-delay:.2s}.typing-indicator span:nth-child(3){left:30px;animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;transition:all .3s ease;padding:.8rem 0}.navbar-scrolled{background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;padding:.5rem 0}.navbar-scrolled .nav-link,.navbar-scrolled .navbar-brand,.navbar-scrolled .user-name{color:#333!important}.navbar-scrolled .navbar-toggler{border-color:#333}.text-gradient{background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-link{position:relative;color:#fff!important;font-weight:500;margin:0 .25rem;transition:all .3s ease}.nav-link-text{position:relative;z-index:1}.nav-link-underline{position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover .nav-link-underline{width:100%}.user-profile-btn{background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid rgba(255,255,255,.2);color:#fff!important;transition:all .3s ease;padding:.5rem 1rem}.user-profile-btn:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);transform:translateY(-2px)}.profile-img{border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.user-profile-btn:hover .profile-img{border-color:#fff;transform:scale(1.05)}.google-login-btn{transition:all .3s ease}.google-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.dropdown-menu{border:none;border-radius:10px;overflow:hidden;animation:fadeIn .3s ease}.dropdown-item{transition:all .2s ease}.dropdown-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;transform:translate(5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.navbar-collapse{background:#fffffff2;padding:1rem;border-radius:10px;margin-top:.5rem;box-shadow:0 4px 20px #0000001a}.nav-link{color:#333!important;margin:.5rem 0}.nav-link-underline{background:#667eea}}.home-container{overflow-x:hidden;color:#333;font-family:Comic Neue,Segoe UI,sans-serif}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.hero-content{max-width:600px;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#2c3e50}.brand-accent{background:linear-gradient(90deg,#ff8a00,#e52e71,#9b59b6);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rainbow 8s ease infinite;background-size:400% 400%}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:#4a5568}.fun-text{font-weight:700;color:#e53e3e}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.secondary-btn{background:#fff;color:#667eea;border:2px solid #667eea;padding:.8rem 1.8rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero-image{position:relative;max-width:600px;z-index:1}.responsive-hero-img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.code-bubble{position:absolute;background:#ffffffe6;padding:.5rem 1rem;border-radius:20px;font-family:monospace;font-weight:700;box-shadow:0 4px 10px #0000001a;animation:float 6s ease-in-out infinite}.bubble-1{top:10%;left:-5%;animation-delay:0s}.bubble-2{top:60%;left:-8%;animation-delay:1s}.bubble-3{top:30%;right:-5%;animation-delay:2s}.features-section{padding:6rem 2rem;background:#fff}.section-title{font-size:2.5rem;text-align:center;margin-bottom:4rem;color:#2c3e50}.highlight{background:linear-gradient(120deg,#84fab0,#8fd3f4);-webkit-background-clip:text;background-clip:text;color:transparent}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-icon{position:relative;width:120px;height:120px;margin:0 auto 1.5rem}.feature-img{width:100%;height:100%;object-fit:cover;border-radius:50%;z-index:2;position:relative}.icon-ornament{position:absolute;inset:-10px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);z-index:1;opacity:.1}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.feature-card p{color:#4a5568;margin-bottom:1.5rem}.feature-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#667eea;font-weight:600}.emoji{font-size:1.2rem}.age-groups-section{padding:6rem 2rem;background:linear-gradient(135deg,#f0f4f8,#d9e2ec)}.age-groups-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.age-group-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.age-badge{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 1.5rem}.age-group-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.age-group-card p{color:#4a5568;margin-bottom:1.5rem}.age-group-progress{position:relative;width:120px;height:120px;margin:0 auto}.progress-circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.progress-circle-svg circle{fill:none;stroke:#e0e0e0}.progress-circle-svg circle:nth-child(2){stroke:#667eea;stroke-linecap:round}.age-group-progress span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.9rem;font-weight:600;color:#4a5568}.testimonials-section{padding:6rem 2rem;background:#fff}.testimonials-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(0,0,0,.05)}.testimonial-content{position:relative}.quote-icon{font-size:5rem;position:absolute;top:-2rem;left:-1rem;color:#667eea1a;font-family:Georgia,serif;line-height:1}.testimonial-content p{font-size:1.1rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.parent-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-name{font-weight:700;color:#2c3e50;display:block}.author-role{font-size:.9rem;color:#718096}.stars{color:#f6ad55;font-size:1.2rem;margin-top:1rem}.final-cta{padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.final-cta h2{font-size:2.5rem;margin-bottom:2rem;color:#2c3e50}.large-btn{padding:1.2rem 2.5rem;font-size:1.2rem}.cta-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:space-around;align-items:center}.decoration-item{font-size:3rem;opacity:.2}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@keyframes rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 992px){.hero-section{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.cta-buttons{justify-content:center}.hero-image{margin-top:2rem;max-width:100%}.section-title{font-size:2rem}}@media (max-width: 768px){.hero-title{font-size:2rem}.feature-card,.age-group-card,.testimonial-card{padding:1.5rem}.final-cta h2{font-size:2rem}}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-container.visible{opacity:1;transform:translateY(0)}.contact-wrapper{display:flex;flex-wrap:wrap;gap:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;transition:all .3s ease}.contact-info{flex:1 1 300px;padding:3rem;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;display:flex;flex-direction:column;justify-content:center}.section-title{font-size:2.2rem;margin-bottom:1rem;font-weight:700;position:relative;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#ffffffb3;border-radius:3px}.section-subtitle{font-size:1rem;margin-bottom:2rem;opacity:.9}.info-box{margin-top:2rem}.info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;transition:transform .3s ease}.info-item:hover{transform:translate(5px)}.info-icon{margin-right:1rem;background:#ffffff1a;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:24px;height:24px;stroke-width:1.5}.info-content h3{font-size:1.1rem;margin-bottom:.3rem;font-weight:600}.info-content p{font-size:.95rem;opacity:.9;margin:0}.contact-form-wrapper{flex:1 1 400px;padding:3rem;background:#fff}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem;position:relative}.input-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#555;transition:all .3s ease}.form-input,.form-textarea{width:100%;padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#f9f9f9}.form-input:focus,.form-textarea:focus{outline:none;border-color:#6e8efb;box-shadow:0 0 0 3px #6e8efb33;background:#fff}.form-textarea{min-height:120px;resize:vertical}.submit-btn{padding:.9rem 1.5rem;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6e8efb4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.submit-btn.submitting{padding-left:2.5rem}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem;position:absolute;left:1rem}@keyframes spin{to{transform:rotate(360deg)}}.result-message{margin-top:1.5rem;padding:.8rem 1rem;border-radius:8px;font-size:.9rem;text-align:center;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.result-message.show{opacity:1;max-height:100px}.result-message.success{background:#e6ffed;color:#2b8a3e;border:1px solid #b2f2bb}.result-message.error{background:#fff0f0;color:#c92a2a;border:1px solid #ffc9c9}@media (max-width: 768px){.contact-wrapper{flex-direction:column;gap:0}.contact-info,.contact-form-wrapper{padding:2rem}.contact-info{border-radius:16px 16px 0 0}.contact-form-wrapper{border-radius:0 0 16px 16px}}@media (max-width: 480px){.contact-container{padding:2rem 1rem}.section-title{font-size:1.8rem}}.chat-container{background-color:#f5f5f5;padding:1rem;height:100vh;overflow:hidden}.chat-card{background-color:#fff;max-width:800px;margin:0 auto;border-radius:10px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{padding:1rem;background:#7a1818;color:#fff}.chat-tabs{display:flex;gap:20px}.chat-tab{background:transparent;border:none;color:#ffffffb3;font-weight:600;font-size:14px;padding:8px 4px;cursor:pointer;position:relative;transition:all .3s ease}.chat-tab.active{color:#fff}.tab-label{position:relative;z-index:2}.tab-underline{position:absolute;bottom:0;left:0;width:0;height:3px;background:#fff;border-radius:3px;transition:width .3s ease}.chat-tab.active .tab-underline{width:100%}.messages-container{flex:1;padding:20px;overflow-y:auto;scroll-behavior:smooth;background-color:#fafafa;display:flex;flex-direction:column;gap:12px}.message-wrapper{display:flex;max-width:80%}.message-wrapper.self{margin-left:auto;justify-content:flex-end}.message-wrapper.other{margin-right:auto;justify-content:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;background:#e3f2fd;display:flex;align-items:center;justify-content:center;margin-right:10px;flex-shrink:0}.avatar-icon{color:#1976d2;font-size:14px}.message-bubble{padding:12px 16px;border-radius:18px;position:relative;word-break:break-word;box-shadow:0 1px 2px #0000001a}.message-bubble.self{background:linear-gradient(135deg,#1976d2,#42a5f5);color:#fff;border-bottom-right-radius:4px}.message-bubble.other{background:#e3f2fd;color:#333;border:1px solid #bbdefb;border-bottom-left-radius:4px}.message-sender{font-weight:600;font-size:13px;margin-bottom:4px;color:#1976d2;display:flex;align-items:center;gap:6px}.message-text{font-size:14px;line-height:1.5;white-space:pre-wrap}.message-time{font-size:11px;margin-top:4px;text-align:right}.message-bubble.self .message-time{color:#ffffffb3}.message-bubble.other .message-time{color:#5c6bc0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;text-align:center;padding:40px 20px}.empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.empty-text{font-weight:600;margin-bottom:4px}.empty-subtext{font-size:13px}.message-input-area{padding:16px 20px;border-top:1px solid #eee;background:#f9fafc}.input-group{display:flex;gap:8px;align-items:center}.message-input{flex:1;padding:12px 16px;border:1px solid #e1e5eb;border-radius:24px;font-size:14px;transition:all .3s ease;background:#fff}.message-input:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe33}.send-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#1976d2,#42a5f5);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.send-button:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.send-button.disabled{opacity:.5;cursor:not-allowed}.send-icon{font-size:16px}@media (max-width: 768px){.chat-container{padding:0;height:100%}.chat-card{border-radius:0;height:100%}.message-wrapper{max-width:90%}.chat-header{padding:12px 16px}.messages-container{padding:16px}.message-input-area{padding:12px 16px}}
