@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);.header{left:0;position:fixed;right:0;top:0;transition:background-color .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease;transition:background-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease;transition:background-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;z-index:50}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;box-shadow:0 2px 8px #0000001a}.header:not(.scrolled){background-color:initial;box-shadow:none}.nav-container{margin-left:auto;margin-right:auto;max-width:112rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.nav-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.nav-container{padding-left:2rem;padding-right:2rem}}.nav-flex{height:4rem;justify-content:space-between}.logo-container,.nav-flex{align-items:center;display:flex}.logo-container{gap:.5rem}.logo-icon{color:#2563eb;height:9rem;margin-left:-20px;width:9rem}.logo-text{color:#111827;font-size:1.25rem;font-weight:700}.desktop-nav{align-items:center;display:none;gap:2rem}@media (min-width:768px){.desktop-nav{display:flex}}.desktop-nav a{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.desktop-nav a:hover{color:#2563eb}.desktop-nav button{align-items:center;background-color:#2563eb;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;padding:.5rem 1.5rem;transition:background-color .2s}.desktop-nav button:hover{background-color:#1e40af}.button-arrow{stroke-width:2.5;stroke:#fff;display:inline-block;height:1rem;margin-left:.5rem;vertical-align:middle;width:1rem}.mobile-menu-button{background-color:initial;border:none;border-radius:.5rem;cursor:pointer;padding:.5rem;transition:background-color .2s}.mobile-menu-button:hover{background-color:#f3f4f6}@media (min-width:768px){.mobile-menu-button{display:none}}.mobile-nav{max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .3s ease,opacity .3s ease}.mobile-nav.open{max-height:500px;opacity:1;pointer-events:auto}.mobile-nav .menu-items{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;padding-top:1rem}.mobile-nav a{color:#374151;font-weight:500;padding-bottom:.5rem;padding-top:.5rem;text-decoration:none;transition:color .2s}.mobile-nav a:hover{color:#2563eb}.mobile-nav button{align-items:center;background-color:#2563eb;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.mobile-nav button:hover{background-color:#1e40af}.mobile-nav button .button-arrow{stroke-width:2.5;stroke:#fff;height:1rem;margin-left:.5rem;width:1rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;overflow-x:hidden}.hero-container,body{background-color:#f5f5f7}.hero-container{color:#1d1d1f;overflow:hidden;position:relative}.gradient-bg{background:radial-gradient(circle at 50% 50%,#fffc 0,#f5f5f7e6 40%,#f0f0f5 100%);z-index:1}.gradient-bg,.subtle-grid{height:100%;left:0;position:absolute;top:0;width:100%}.subtle-grid{background-image:linear-gradient(90deg,#00000005 1px,#0000 0),linear-gradient(180deg,#00000005 1px,#0000 0);background-size:40px 40px;opacity:.5;z-index:2}.light-beam{animation:beam-move 8s ease-in-out infinite;background:linear-gradient(90deg,#3b82f600,#3b82f608 20%,#3b82f60d 50%,#3b82f608 80%,#3b82f600);height:300px;left:-25%;opacity:0;position:absolute;top:50%;transform:rotate(-45deg) translateY(-50%);width:150%;z-index:2}@keyframes beam-move{0%{opacity:0;transform:rotate(-45deg) translateY(-50%) translateX(-100%)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:rotate(-45deg) translateY(-50%) translateX(100%)}}.gradient-orb{background:radial-gradient(circle at 30% 30%,#3b82f633 0,#4f46e51a 60%,#ec48990d 100%);border-radius:50%;filter:blur(50px);opacity:0;position:absolute;transform:translate(-50%,-50%);z-index:2}.content-container{padding:0 20px;position:relative;z-index:10}.badge{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;color:#3b82f6;font-weight:500;padding:8px 16px}.title{-webkit-text-fill-color:#0000;animation:fade-in 1s ease-out .5s forwards;background:linear-gradient(90deg,#1d1d1f,#555);-webkit-background-clip:text;font-size:56px;font-weight:700;line-height:1;margin-bottom:12px}.description,.title{opacity:0;transform:translateY(20px)}.description{animation:fade-in 1s ease-out .8s forwards;color:#555;font-size:20px;font-weight:400;line-height:1.6;margin:0 auto 40px;max-width:600px}.cta-button{animation:fade-in 1s ease-out 1.1s forwards;font-size:18px;opacity:0;padding:16px 32px;transform:translateY(20px)}.cta-button:hover{transform:scale(1.05)}@keyframes fade-in{to{opacity:1;transform:translateY(0)}}.tech-bubble{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #fffc;border-radius:16px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;justify-content:center;min-width:80px;opacity:0;padding:12px;position:absolute;text-align:center;transform:translateY(20px);z-index:3}.tech-bubble .tech-name{color:#333;font-size:12px;font-weight:500;margin-top:6px}@media (max-width:768px){.title{font-size:40px}.description{font-size:18px}.tech-bubble{min-width:60px;padding:8px}.tech-bubble .tech-name{font-size:10px}}.hero-intro{align-items:center;background:linear-gradient(135deg,#4f46e5,#2563eb);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:center;overflow:hidden;padding:1.5rem;position:relative;width:100vw}.landing-main{background-color:#fff;min-height:100vh;position:relative}.features-section{background:linear-gradient(to bottom right,#f9fafb,#fff);padding-bottom:4rem;padding-top:2rem}.features-container{margin-left:auto;margin-right:auto;max-width:112rem;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.features-container{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:1024px){.features-container{padding-left:4rem;padding-right:4rem}}.features-title{color:#111827;font-size:2.25rem;font-weight:800;margin-bottom:3rem;text-align:center;text-shadow:0 1px 2px #0000001a}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:2rem;box-shadow:0 1px 3px #0000000d;cursor:pointer;padding:2.5rem;transition:box-shadow .3s ease,transform .3s ease}.feature-card:hover{box-shadow:0 10px 15px #6366f166;transform:scale(1.05)}.feature-icon-container{align-items:center;background-image:linear-gradient(to right,var(--gradient-from),var(--gradient-to));border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;width:4rem}.feature-card:hover .feature-icon-container{transform:scale(1.1)}.feature-icon{color:#fff;height:2rem;width:2rem}.feature-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:color .2s ease}.feature-card:hover .feature-title{color:#6366f1}.feature-description{color:#4b5563;line-height:1.6}.courses-section{background-color:#f9fafb;padding:5rem 1rem}.courses-container{margin:0 auto;max-width:1580px;padding:0 1rem}.courses-header{margin-bottom:4rem;text-align:center}.courses-flashsale{align-items:center;background-color:#dbf4ff;border-radius:9999px;color:#2563eb;display:inline-flex;font-size:.875rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem}.courses-title{color:#111827;font-size:2rem;font-weight:900;margin-bottom:1rem}.courses-subtitle{color:#4b5563;font-size:1.125rem;margin:0 auto;max-width:48rem}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.courses-grid{grid-template-columns:repeat(4,1fr)}}.course-card{background:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;box-shadow:none;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:box-shadow .5s ease,transform .5s ease}.course-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-1rem)}.course-badge{animation:pulse 2s infinite;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.course-badge.most-popular{background-color:#ef4444}.course-badge.bestseller{background-color:#22c55e}.course-badge.hot{background-color:#f97316}.course-badge.trending{background-color:#3b82f6}.course-badge.beginner{background-color:#6366f1}.course-badge.high-demand{background-color:#374151}.course-badge.enterprise{background-color:#0ea5e9}.course-badge.future-proof{background-color:#10b981}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.course-icon-wrapper{align-items:center;background:linear-gradient(to right,var(--from-color),var(--to-color));border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1rem;transition:transform .3s ease;width:4rem}.course-card:hover .course-icon-wrapper{transform:scale(1.1)}.course-icon{color:#fff;height:2rem;width:2rem}.course-title{color:#111827;font-size:1.25rem;font-weight:900;margin-bottom:.75rem;transition:color .2s ease}.course-card:hover .course-title{color:#2563eb}.course-description{line-height:1.4}.course-description,.course-lastdescription{color:#4b5563;font-size:.875rem;margin-bottom:1rem}.course-lastdescription{line-height:1.2}.course-stats{color:#6b7280;font-size:.75rem;margin-bottom:1rem}.course-stats-row{display:flex;justify-content:space-between;margin-bottom:.25rem}.course-stats-item{align-items:center;display:flex;gap:.25rem}.course-icon-small{color:#6b7280;height:.75rem;width:.75rem}.course-icon-star{fill:currentColor;color:#fbbf24;height:.75rem;width:.75rem}.course-salary{color:#16a34a;font-weight:700;gap:.25rem}.course-pricing,.course-salary{align-items:center;display:flex}.course-pricing{gap:.5rem;margin-bottom:1rem}.course-sale-price{color:#16a34a;font-size:1.5rem;font-weight:900}.course-regular-price{color:#9ca3af;font-size:1.125rem;text-decoration:line-through}.course-discount{background-color:#fee2e2;border-radius:9999px;color:#b91c1c;font-size:.75rem;font-weight:700;padding:.25rem .5rem}.course-enroll-button{background:linear-gradient(90deg,#2563eb,#7c3aed);border:none;border-radius:1rem;box-shadow:0 5px 15px #2563eb66;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 0;transition:background .3s ease,transform .3s ease;width:100%}.course-enroll-button:hover{background:linear-gradient(90deg,#1e40af,#6b21a8);transform:scale(1.05)}.course-enroll-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.course-money-back{color:#6b7280;font-size:.75rem;margin-top:.75rem;text-align:center}.special-offer{background:linear-gradient(90deg,#7c3aed,#ec4899);border-radius:1.5rem;color:#fff;margin-top:4rem;padding:2rem;text-align:center}.special-offer h3{font-size:2rem;font-weight:900;margin-bottom:1rem}.special-offer p{font-size:1.25rem;margin-bottom:1.5rem}.special-offer-price-container{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.special-offer-current-price{font-size:2.5rem;font-weight:900}.special-offer-regular-price{font-size:1.5rem;opacity:.6;text-decoration:line-through}.special-offer-discount{background-color:#fde68a;border-radius:9999px;color:#000;font-weight:700;padding:.5rem 1rem}.special-offer-button{background:#fff;border:none;border-radius:9999px;box-shadow:0 5px 15px #7c3aed66;color:#7c3aed;cursor:pointer;font-size:1.25rem;font-weight:700;padding:1rem 2rem;transition:transform .3s ease}.special-offer-button:hover{transform:scale(1.05)}.special-offer-button:focus-visible{outline:3px solid #ddd6fe;outline-offset:2px}.special-offer-note{font-size:.875rem;margin-top:1rem;opacity:.9}.course-detail{color:#1d1d1f;font-family:Inter,sans-serif;margin:60px auto;max-width:900px;padding:0 20px}.course-detail-header{align-items:center;display:flex;gap:16px;margin-bottom:20px}.course-detail-header h1{font-size:32px;font-weight:700;margin:0}.badge{background-color:#f0f0f0;border-radius:12px;font-size:14px;padding:4px 10px;text-transform:uppercase}.badge.bestseller{background-color:#facc15;color:#1f2937}.badge.trending{background-color:#06b6d4;color:#fff}.badge.beginner{background-color:#a3e635;color:#1e293b}.badge.high-demand{background-color:#f97316;color:#fff}.badge.enterprise-ready{background-color:#7c3aed;color:#fff}.badge.future-proof{background-color:#14b8a6;color:#fff}.course-meta{list-style:none;margin-bottom:30px;margin-top:20px;padding:0}.course-meta li{align-items:center;display:flex;font-size:16px;gap:10px;margin-bottom:10px}.pricing{align-items:baseline;display:flex;gap:20px;margin-bottom:40px}.sale-price{color:#10b981;font-size:28px;font-weight:700}.regular-price{color:#9ca3af;font-size:20px;text-decoration:line-through}.course-curriculum{background:#f9fafb;border-radius:10px;box-shadow:0 4px 8px #00000008;padding:24px;width:100%}.course-curriculum h2{font-size:24px;margin-bottom:16px}.course-curriculum ul{padding-left:20px}.course-curriculum li{font-size:16px;margin-bottom:10px}.course-extra-details{border-top:1px solid #ddd;margin-top:2rem;padding:1rem}.course-extra-details h2,.course-extra-details h3{color:#3b82f6;margin-bottom:.5rem}.curriculum-list li{margin-bottom:1rem}.course-extra-details ul{list-style-type:disc;margin-left:1.5rem}.course-extra-details p{margin:.5rem 0 1rem}.back-button{background-color:#007bff;border:none;border-radius:4px;margin-left:auto;padding:.5rem 1rem;transition:background-color .3s ease}.back-button,.course-button{color:#fff;cursor:pointer;font-size:1rem}.course-button{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);border:none;border-radius:1rem;box-shadow:0 5px 15px #2563eb66;font-weight:700;padding:.75rem 0;transition:background .3s ease,transform .3s ease;width:30%}.module-content{background-color:#fff;border-top:1px solid #e2e8f0;padding:1rem}.week-accordion-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.75rem;overflow:hidden}.week-accordion-item:last-child{margin-bottom:5}.week-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem}.week-header h4{font-size:1rem;font-weight:500;margin:0}.week-details{background-color:#fff;border-top:1px solid #e2e8f0;padding:.75rem 1rem 1rem}.week-details ul{list-style-type:none;margin:0;padding-left:0}.detail-item{color:#475569;font-size:.95rem;line-height:1.5;padding:.3rem 0}.detail-item.detail-topic{color:#1e293b;font-weight:600;margin-top:.5rem}.detail-item.detail-topic:first-child{margin-top:0}.detail-item.detail-subtopic{padding-left:1rem}.detail-item.detail-exercise{background-color:#f0f9ff;border-left:3px solid #0ea5e9;border-radius:4px;margin-top:.75rem;padding:.75rem}.module-header{align-items:center;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem}.module-header h3{font-size:1.125rem;font-weight:600;margin:0}.chevron-icon{transition:transform .3s ease}.chevron-icon.open{transform:rotate(180deg)}footer{background-color:#111827;color:#fff;font-family:Inter,system-ui,sans-serif;overflow-x:hidden;padding:4rem 1rem 2rem}.footer-container{margin:0 auto;max-width:112rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.footer-container{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:1024px){.footer-container{padding-left:4rem;padding-right:4rem}}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{align-items:center;color:#60a5fa;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.footer-logo svg{color:#60a5fa;height:2rem;width:2rem}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.footer-social-links{display:flex;gap:1rem}.footer-social-links a{align-items:center;background-color:#37211f;border-radius:9999px;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:background-color .2s ease;width:2.5rem}.footer-social-links a:hover{background-color:#2563eb}.footer-social-links svg{height:1.25rem;width:1.25rem}.footer-section-title{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-list{color:#9ca3af;list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:.75rem}.footer-list li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-list li a:hover{color:#fff}.footer-contact-item{align-items:center;color:#9ca3af;display:flex;gap:.75rem;margin-bottom:1rem}.footer-contact-item svg{color:#60a5fa;height:1.25rem;width:1.25rem}.footer-bottom{align-items:center;border-top:1px solid #1f2937;color:#9ca3af;display:flex;flex-direction:column;font-size:.875rem;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#fff}.about-section{background-color:#f5f5f7;color:#1d1d1f;font-family:Inter,sans-serif;padding:4rem 1.5rem}.content-container{text-align:center}.section-intro{max-width:800px}.about-boxes{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem}.about-box{background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000a;flex:1 1;min-width:280px;padding:1.5rem;text-align:left}.about-box h2{color:#3b82f6;font-size:1.5rem;margin-bottom:.75rem}.about-box p{color:#333;font-size:1rem}.about-quote{background:#fff;border-left:4px solid #7c3aed;color:#444;font-size:1.125rem;font-style:italic;margin:2rem auto 3rem;max-width:800px;padding:1.5rem}.section-subtitle{color:#1d1d1f;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000a;max-width:320px;padding:1.5rem;text-align:left}.feature-card h3{color:#2563eb;font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#333;font-size:1rem}.love-laughter{background:linear-gradient(90deg,#ec4899,#8b5cf6);border-radius:1rem;color:#fff;margin-bottom:3rem;padding:2rem}.love-laughter h2{font-size:1.75rem;margin-bottom:1rem}.stats{display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:600;gap:1rem;justify-content:space-around}.stats div{background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000a;min-width:120px;padding:1rem 1.5rem}.stats span{color:#555;display:block;font-size:.9rem;font-weight:400;margin-top:.25rem}@media (max-width:768px){.about-boxes,.features-grid,.stats{align-items:center;flex-direction:column}.section-title{font-size:2rem}.section-intro{font-size:1rem}}.contact-section{background-color:#f5f5f7;font-family:Inter,sans-serif;padding:4rem 1.5rem}.content-container{margin:0 auto;max-width:1100px}.section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-intro{color:#555;font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.contact-grid{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-info{background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000d;flex:1 1;max-width:400px;min-width:280px;padding:2rem;text-align:left}.contact-info h2{color:#3b82f6;margin-bottom:1rem}.contact-info a,.contact-info p{color:#333;display:block;line-height:1.6;margin-bottom:.75rem;text-decoration:none;width:80%}.contact-form{background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000d;display:flex;flex:1 1;flex-direction:column;max-width:500px;min-width:280px;padding:2rem}.form-group{margin-bottom:2rem;position:relative}.form-group input,.form-group textarea{background:#0000;border:none;border-bottom:2px solid #ccc;color:#1d1d1f;font-family:Inter,sans-serif;font-size:1rem;outline:none;padding:12px 12px 12px 0;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease;width:90%}.form-group textarea{background:#fff;border:2px solid #ccc;border-radius:12px;box-shadow:inset 0 2px 8px #0000000d;min-height:120px;padding-left:12px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#0000}.form-group label{background-color:initial;border-radius:4px;color:#888;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;left:12px;padding:0 4px;pointer-events:none;position:absolute;top:12px;transition:all .3s ease}.form-group input:focus+label,.form-group textarea:focus+label,.form-group.filled label{background-color:#f5f5f7;color:#3b82f6;font-size:.8rem;top:-10px}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.cta-button{align-self:flex-start;background:#3b82f6;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px;transition:all .3s ease}.cta-button:hover{background:#2563eb;box-shadow:0 10px 25px #3b82f64d;transform:scale(1.03)}.whatsapp-button{background-color:#25d366;border-radius:30px;color:#fff;display:inline-block;font-weight:600;margin-top:1.5rem;padding:12px 20px;text-decoration:none;transition:all .3s ease}.whatsapp-button:hover{background-color:#1ebe5d;box-shadow:0 8px 16px #25d3664d;transform:scale(1.05)}@media (max-width:768px){.contact-grid{align-items:center;flex-direction:column}.section-title{font-size:2rem}.section-intro{font-size:1rem}}.testimonials-section{background:#f9fafb;font-family:Inter,sans-serif;padding:4rem 1.5rem}.testimonials-header{margin-bottom:3rem;text-align:center}.badge{background:#dcfce7;border-radius:999px;color:#15803d;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.section-title{color:#1f2937;font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.section-subtitle{color:#4b5563;font-size:1rem;margin:0 auto;max-width:700px}.testimonials-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 10px 25px #0000000d;transform:translateY(-5px)}.verified-badge{background-color:#22c55e;border-radius:9999px;color:#fff;padding:.4rem;position:absolute;right:1rem;top:1rem}.testimonial-content{color:#374151;font-size:.95rem;font-style:italic;line-height:1.5}.testimonial-rating{display:flex;gap:.2rem}.star{fill:#facc15;color:#facc15}.testimonial-user{align-items:center;display:flex;gap:1rem}.testimonial-user img{border:2px solid #e0f2fe;border-radius:9999px;height:48px;object-fit:cover;width:48px}.testimonial-user strong{color:#111827;font-size:1rem}.testimonial-user .role{color:#3b82f6;display:block;font-size:.875rem;margin-top:2px}.testimonial-user .meta{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:.5rem;margin-top:2px}.testimonial-footer{border-top:1px solid #e5e7eb;color:#475569;display:flex;font-size:.75rem;justify-content:space-between;padding-top:.75rem}@media (max-width:640px){.testimonials-section{padding:2rem 1rem}.section-title{font-size:1.75rem}}.marquee-container{overflow:hidden;position:relative;width:100%}.marquee-track{animation:marquee-scroll 60s linear infinite;display:flex;gap:1.5rem;width:max-content}.marquee-track:after{content:"";display:inline-block;width:100%}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{flex-shrink:0;max-width:320px;min-width:320px}
/*# sourceMappingURL=main.28ac6144.css.map*/