.landing-page{width:100%;display:flex;flex-direction:column}.hero{background:#101010;color:#fff;padding:100px 20px;text-align:center}.hero h1{font-size:48px;margin-bottom:10px}.hero p{font-size:20px}.hero .cta-button{display:inline-block;margin-top:20px;padding:10px 24px;background:#007bff;color:#fff;border-radius:6px;text-decoration:none}.container{width:100%;max-width:1200px;padding:0 1.5rem;margin:0 auto}section h2{font-size:32px;margin-bottom:20px;text-align:center}.hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;height:80vh}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff3;z-index:2}.hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.hero__glow .glow-circle{position:absolute;border-radius:50%;filter:blur(64px);animation:pulse 4s infinite ease-in-out}.hero__glow .glow-circle.one{top:25%;left:25%;width:128px;height:128px;background:rgba(0,123,255,.1)}.hero__glow .glow-circle.two{bottom:25%;right:25%;width:192px;height:192px;background:rgba(0,200,255,.1);animation-delay:1s}.hero__glow .glow-circle.three{top:50%;right:30%;width:96px;height:96px;background:rgba(255,99,132,.1);animation-delay:.5s}.hero__content{position:relative;z-index:4;max-width:1200px;padding:2rem;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;border-radius:40px;margin-bottom:2rem;background:linear-gradient(270deg,#007bff,#8e2de2,#f2709c);background-size:600% 600%;animation:gradientFlow 6s ease infinite;box-shadow:0 2px 10px #0000001a}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero__title span{display:block;color:#007bff}.hero__subtitle{font-size:1.25rem;color:#555;margin-bottom:2rem;max-width:720px;margin-inline:auto}.hero__buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-content:center;justify-items:center;gap:1rem;max-width:600px;margin:0 auto}.hero .stat-card{background:rgba(255,255,255,.3);border:.8px dotted grey;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000f;text-align:center}.hero .stat-card .stat-number{font-size:1.25rem;font-weight:700;color:#444;margin-top:.5rem}.hero .stat-card .stat-label{font-size:.875rem;color:#888}.hero .icon-primary{color:#007bff;font-size:2.5rem}.hero .icon-secondary{color:#00bcd4;font-size:2.5rem}.hero .icon-third{color:#f2709c;font-size:2.5rem}.hero .icon-accent{color:#fff;font-size:2rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 1024px){.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.125rem}}@media (max-width: 768px){.hero{height:95vh;padding:4rem 1.5rem}.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero .stat-card{padding:1rem}.hero .stat-card .stat-number{font-size:1.5rem}}@media (max-width: 480px){.hero .hero__title{font-size:1.75rem}.hero .hero__subtitle{font-size:.95rem}.hero .hero__buttons{flex-direction:column}.hero .hero__stats{display:none}}.about-section{padding:4rem 1rem}@media (max-width: 480px){.about-section{height:100%;padding:3rem 1rem}}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.about-grid{gap:4rem}}@media (min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr;align-items:center}}.about-content .about-title{font-size:2rem;font-weight:700;margin-bottom:1.25rem;text-align:left}.about-content .about-title .highlight{color:#007bff}@media (min-width: 640px){.about-content .about-title{font-size:2.25rem}}@media (min-width: 1024px){.about-content .about-title{font-size:2.5rem}}.about-content .about-lead,.about-content .about-description{font-size:1rem;color:#555;margin-bottom:1.5rem;line-height:1.6}@media (min-width: 640px){.about-content .about-lead,.about-content .about-description{font-size:1.125rem}}.about-content .about-keypoints{display:flex;flex-direction:column;gap:1rem}.about-content .about-keypoints .about-point{display:flex;align-items:flex-start;gap:.75rem}.about-content .about-keypoints .about-point .point-icon{color:#007bff;font-size:1.25rem;flex-shrink:0}.about-content .about-keypoints .about-point span{color:#222;font-size:1rem;line-height:1.5}.values-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.values-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.values-grid .value-card{background:#f8f9fa;padding:1.5rem;border-radius:.75rem;text-align:center;transition:all .3s ease}.values-grid .value-card:hover{box-shadow:0 0 12px #007bff33}.values-grid .value-card .icon-wrapper{display:flex;align-items:center;justify-content:center;background:#e7f1ff;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem}.values-grid .value-card .value-icon{font-size:1.75rem;color:#007bff}.values-grid .value-card .value-title{font-weight:600;margin-bottom:.5rem;color:#222}.values-grid .value-card .value-description{font-size:.9rem;color:#555}.services-section{padding:5rem 0;background-color:#f6f9fc}@media (max-width: 639px){.services-section{height:100%}}.services-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.services-section .section-header{text-align:center;margin-bottom:3rem}.services-section .section-header h2{font-size:2.5rem;font-weight:700}.services-section .section-header h2 .highlight{color:#007bff}.services-section .section-header p{font-size:1.125rem;color:#666;max-width:720px;margin:1rem auto 0}.services-section .service-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 640px){.services-section .service-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-section .service-grid{grid-template-columns:repeat(3,1fr)}}.services-section .service-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000f;padding:2rem;text-align:center;transition:all .3s ease}.services-section .service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.services-section .service-card .service-icon-wrapper{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%;display:flex;align-items:center;justify-content:center}.services-section .service-card .service-icon.primary{color:#007bff;font-size:32px}.services-section .service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.services-section .service-card .description{font-size:.95rem;color:#666;margin-bottom:1.5rem}.services-section .service-card .features{list-style:none;padding:0;margin:0}.services-section .service-card .features li{display:flex;align-items:center;font-size:.875rem;color:#555;margin-bottom:.5rem}.services-section .service-card .features li .dot-icon{font-size:.75rem;color:#ff4081;margin-right:.5rem}.process-section{background-color:#f5f7fa;display:flex;justify-content:center;align-items:center}@media (max-width: 639px){.process-section{height:100%}}.process-section .process-title{text-align:center;margin-bottom:3rem}.process-section .process-title h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.process-section .process-title h2 .process-text{color:#007bff}.process-section .process-title p{font-size:1.125rem;color:#666;max-width:700px;width:100%;margin:0 auto;font-weight:500}.process-section .process-steps{display:flex;justify-content:center;align-items:center;flex-direction:column;list-style:decimal;list-style-position:inside;font-size:1.2rem;line-height:2;color:#444;text-align:left;max-width:600px;margin:0 auto}.process-section .process-steps li{margin-bottom:1rem}.process-section .process-steps li strong{color:#007bff}@media (max-width: 768px){.process-section .process-steps{padding:0}}@media (max-width: 480px){.process-section .process-steps{font-size:.95rem;line-height:1.6;padding:40px 20px}}.contact-section{padding:5rem 0;background-color:#f9f9f9}@media (max-width: 639px){.contact-section{height:100%}}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-section .contact-header{text-align:center;margin-bottom:3rem}.contact-section .contact-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-section .contact-header h2 .hero-text{color:#007bff}.contact-section .contact-header p{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto}.contact-section .contact-row{display:flex;flex-wrap:wrap;gap:2rem}.contact-section .contact-row .contact-info,.contact-section .contact-row .contact-form{flex:1 1 48%}.contact-section .contact-row .contact-form{display:flex;flex-direction:column;gap:1.5rem!important}.contact-section .contact-row .contact-form .form-fields{display:flex;gap:1rem;flex-wrap:wrap}.contact-section .contact-row .contact-form .form-fields .form-grid{display:flex;gap:1rem}.contact-section .contact-row .contact-form .MuiTextField-root{background:white}.contact-section .contact-row .contact-form .MuiButton-containedPrimary{background-color:#007bff;text-transform:none;font-weight:600;padding:.75rem 1.5rem}.contact-section .contact-row .contact-form .MuiButton-containedPrimary:hover{background-color:#005dc1}@media (max-width: 768px){.contact-section .contact-row{height:100%;flex-direction:column}.contact-section .contact-row .contact-form,.contact-section .contact-row .contact-info{flex:1 1 100%}}.contact-section .MuiCard-root{box-shadow:0 4px 20px #0000000d;border-radius:12px}.contact-section .contact-info .info-item .icon-wrapper{width:48px;height:48px;background-color:#e3f2fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem}.contact-section .contact-info .info-item .info-text h4{font-size:1rem;margin:0}.contact-section .contact-info .info-item .info-text p{font-size:.875rem;color:#666}.contact-section .contact-info .info-item{display:flex;align-items:center;margin-bottom:1.5rem}.contact-section .contact-info .info-item .icon-wrapper{width:48px;height:48px;border-radius:50%;background-color:#e3f2fd;display:flex;align-items:center;justify-content:center;margin-right:1rem}.contact-section .contact-info .info-item .info-text h4{margin:0;font-size:1rem;font-weight:600}.contact-section .contact-info .info-item .info-text p{margin:0;color:#666}.contact-section .contact-info .response-card{margin-top:2rem;background-color:#f0f8ff}.footer{background-color:#f9f9f9;border-top:1px solid #ddd}.footer .footer-container{display:grid;gap:2rem;max-width:1200px;margin:0 auto;padding:1.5rem}@media (min-width: 768px){.footer .footer-container{grid-template-columns:2fr 1fr 1fr 1fr}}.footer .footer-container .footer-section.company .logo{display:flex;align-items:center;justify-content:flex-start;margin-top:1rem;margin-bottom:1rem}.footer .footer-container .footer-section.company .logo .brand-name{font-size:1.25rem;font-weight:700;color:#222;text-transform:uppercase}.footer .footer-container .footer-section.company p{font-size:.95rem;color:#555;margin-bottom:1.5rem}.footer .footer-container .footer-section.company .social-icons{display:flex;gap:1rem}.footer .footer-container .footer-section.company .social-icons a{color:#666;transition:color .3s}.footer .footer-container .footer-section.company .social-icons a:hover{color:#007bff}.footer .footer-container .footer-section.links h3{font-weight:600;font-size:1rem;margin-bottom:1rem;color:#222}.footer .footer-container .footer-section.links ul{list-style:none;padding:0}.footer .footer-container .footer-section.links ul li{margin-bottom:.5rem}.footer .footer-container .footer-section.links ul li a{color:#666;font-size:.95rem;text-decoration:none;transition:color .3s}.footer .footer-container .footer-section.links ul li a:hover{color:#007bff}.footer .footer-bottom{border-top:1px solid #ddd;text-align:center;font-size:.9rem;color:#999}@media (min-width: 768px){.footer .footer-bottom{display:flex;justify-content:center;align-items:center;text-align:left}}.footer .footer-bottom .policy-links{margin-top:1rem}@media (min-width: 768px){.footer .footer-bottom .policy-links{margin-top:0}}.footer .footer-bottom .policy-links a{margin-left:1.5rem;color:#666;text-decoration:none;transition:color .3s}.footer .footer-bottom .policy-links a:hover{color:#007bff}.footer .footer-bottom .policy-links a:first-child{margin-left:0}.custom-button{padding:.75rem 2rem;font-weight:600;font-size:1rem;text-transform:none;border-radius:8px;background-color:#007bff;color:#fff;transition:background-color .3s ease,transform .2s ease}.custom-button:hover{background-color:#005dc1;transform:translateY(-2px)}.custom-button:active{background-color:#004c9e;transform:scale(.98)}.custom-button:focus-visible{outline:2px solid #a3d2ff;outline-offset:2px}.custom-button.Mui-disabled{background-color:#ccc;color:#666}.header{position:fixed;width:100%;top:0;z-index:1000;background-color:transparent;transition:all .3s ease}.header.scrolled{background-color:#fff;box-shadow:0 4px 12px #0000000d}.header .header__nav{padding:1rem 0}.header .header__wrapper{display:flex;justify-content:space-between;align-items:center}.header .header__logo{display:flex;align-items:center;gap:.5rem}.header .header__logo-text{text-transform:uppercase;font-weight:700;font-size:1.25rem;margin-left:2rem;background:linear-gradient(270deg,#007bff,#8e2de2,#f2709c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease}.header .header__logo-text:hover{transform:scale(1.05)}.header .header__right,.header .header__menu{display:flex;align-items:center;gap:1.5rem}.header .header__menu a{text-decoration:none;color:#333;font-weight:500;transition:color .2s ease}.header .header__menu a:hover{color:#007bff}@media (max-width: 768px){.header .header__menu{display:none}}.header .header__toggle{display:none;background:none;border:none;cursor:pointer;margin-right:2rem}@media (max-width: 768px){.header .header__toggle{display:block}}.header .header__mobile-menu{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.header .header__mobile-menu a{font-weight:500;color:#333}.header .header__mobile-menu .full{width:100%}@media (min-width: 769px){.header .header__mobile-menu{display:none}}body{margin:0;font-family:sans-serif;background:#f5f5f5}html{scroll-behavior:smooth}section{height:95vh;scroll-snap-align:start;scroll-margin-top:0;display:flex;align-items:center}
