body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.day-card.animate-in{animation:slideInUp .6s ease-out forwards}@media (max-width:768px){.calendar-grid{gap:8px}}@media (max-width:480px){.calendar-grid{gap:6px}}.container{margin:0 auto;max-width:1400px;width:100%}.calendar-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.calendar-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(10,1fr);margin:0 auto;max-width:1400px}.day-card{align-items:center;animation:fadeInUp .6s ease-out;aspect-ratio:1;background:linear-gradient(135deg,#fff5f0,#fff);border:2px solid #ff6b35;border-radius:15px;box-shadow:0 8px 25px #ff6b3526;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:80px;overflow:hidden;position:relative;transition:all .3s ease}.day-card:before{background:linear-gradient(90deg,#ff6b35,#f7931e);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.day-card:hover:before{transform:scaleX(1)}.day-card:hover{box-shadow:0 15px 35px #ff6b3540;transform:translateY(-5px) scale(1.05);z-index:10}.day-card.completed{background:linear-gradient(135deg,#e8f5e8,#f0fff0);border-color:#4caf50;color:#2e7d32}.day-card.completed:before{background:linear-gradient(90deg,#4caf50,#66bb6a)}.day-card.completed:hover{box-shadow:0 15px 35px #4caf5040}.day-card.clicked{transform:scale(.95)}.day-number{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:2px}.day-card.completed .day-number{color:#2e7d32}.month-label{color:#666;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.day-card.completed .month-label{color:#4caf50}.day-icon{font-size:1.5rem;opacity:.7;transition:all .3s ease}.day-card:hover .day-icon{opacity:1;transform:scale(1.2)}.day-card.completed .day-icon{color:#4caf50}.tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #fff3;border-radius:10px;box-shadow:0 10px 30px #0000004d;color:#fff;font-size:.9rem;opacity:0;padding:15px 20px;pointer-events:none;position:fixed;transform:translateY(10px);transition:all .3s ease;z-index:1000}.tooltip.show{opacity:1;transform:translateY(0)}.tooltip-content{text-align:center}.tooltip-date{color:#ff6b35;font-size:1rem;font-weight:700;margin-bottom:10px}.tooltip-stats{display:flex;flex-direction:column;gap:5px}.tooltip-stat{align-items:center;display:flex;justify-content:space-between;min-width:150px}.tooltip-label{color:#ccc;font-size:.8rem}.tooltip-value{color:#fff;font-size:.9rem;font-weight:600}@media (max-width:768px){body{padding:10px}.calendar-card{border-radius:15px;padding:25px 20px}.title{font-size:1.8rem;margin-bottom:30px}.calendar-grid{gap:10px;grid-template-columns:repeat(5,1fr)}.day-card{border-radius:12px;min-height:60px}.day-number{font-size:1rem}.day-icon{font-size:1.2rem}}@media (max-width:480px){.calendar-card{padding:20px 15px}.title{font-size:1.5rem;margin-bottom:25px}.calendar-grid{gap:8px;grid-template-columns:repeat(4,1fr)}.day-card{border-radius:10px;min-height:50px}.day-number{font-size:.9rem}.day-icon{font-size:1rem}}.calendar-card{animation:fadeInUp .8s ease-out}.day-card:focus{outline:2px solid #ff6b35;outline-offset:2px}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{font-family:Poppins,sans-serif;height:100%;overflow-x:hidden;width:100%}.navbar{background-color:#ff5722;box-shadow:0 2px 4px #0000001a;justify-content:space-between;padding:15px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{gap:15px}.logo{height:60px;object-fit:contain;width:auto}.brand-text{display:flex;flex-direction:column;font-size:18px;font-weight:700;line-height:1.2}.navbar-nav{align-items:center;display:flex;gap:30px}.nav-link{border-radius:4px;color:var(--dark-gray);font-size:18px;font-weight:700;padding:8px 12px;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#eee}.navbar-social{align-items:center;display:flex;gap:10px}.burger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.burger-line{background-color:#303841;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.burger-menu.active .burger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{background-color:#000000e6;display:none;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1000}.mobile-nav.active{opacity:1;visibility:visible}.mobile-nav-content{left:50%;max-width:400px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}.mobile-nav-link{border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-size:1.5rem;font-weight:700;padding:20px 0;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:#eee}.mobile-social{gap:20px;margin-top:30px}.mobile-social,.mobile-social-btn{display:flex;justify-content:center}.mobile-social-btn{align-items:center;background-color:#ff5722;border:2px solid #ff5722;border-radius:4px;cursor:pointer;height:50px;transition:all .3s ease;width:50px}.mobile-social-btn:hover{background-color:#ff5722;border-color:#ffc400;transform:translateY(-2px)}.mobile-social-btn svg{color:#eee;height:20px;transition:color .3s ease;width:20px}.social-btn{align-items:center;border:2px solid var(--light-yellow);border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;text-decoration:none!important;transition:all .3s ease;width:40px}.social-btn,.social-btn:hover{background-color:var(--light-yellow)}.social-btn:hover{border-color:#ffc400;transform:translateY(-2px)}.social-btn svg{transition:color .3s ease}.hero-banner{align-items:center;background-image:url(/static/media/banner-img.400de25a2834d4ae9322.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;min-height:600px;overflow:hidden;position:relative;width:100%}.hero-banner-mobile{display:none}.banner-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 50px;position:relative;width:100%;z-index:10}.banner-text{display:flex;flex:0 0 auto;flex-direction:column;gap:15px;z-index:10}.left-text{align-items:flex-start}.right-text{align-items:flex-end}.left-text .text-line{color:#1d1616;filter:drop-shadow(0 0 8px rgba(0,0,0,.5));font-size:4rem;font-weight:900;letter-spacing:-2px;line-height:.9;text-shadow:4px 4px 0 #eee,-2px -2px 0 #eee,2px -2px 0 #eee,-2px 2px 0 #eee,0 0 10px #eeec;text-transform:uppercase}.right-text .text-box{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#eeeeeef2;border-radius:8px;box-shadow:0 4px 12px #0006,0 0 0 2px #1d161633;margin-bottom:10px;padding:15px 25px}.right-text .text-line{color:#1d1616;font-size:1.8rem;font-weight:800;letter-spacing:-1px;line-height:1.1;text-shadow:1px 1px 2px #0000004d;text-transform:uppercase}.goal-section{background-color:#eee;color:#303841;padding:80px 0}.goal-container{margin:0 auto;max-width:1400px;padding:0}.goal-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1.2fr .8fr}.goal-title{color:#d84040;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:30px;text-shadow:2px 2px 0 #00000080;text-transform:uppercase}.goal-description{font-size:1.1rem;line-height:1.7}.goal-paragraph{color:#303841;margin-bottom:20px}.goal-stats{display:flex;gap:20px;justify-content:space-between;margin-top:40px}.stat-item{background:linear-gradient(135deg,#ff5722,#ff5722);border-radius:12px;box-shadow:0 4px 15px #d840404d;flex:1 1;padding:15px 5px;text-align:center}.stat-number{color:#eee;font-size:2.5rem;font-weight:900;margin-bottom:8px;text-shadow:2px 2px 0 #00000080}.stat-label{color:#eee}.goal-text{text-align:left;width:100%}.watch-live-container{display:flex;justify-content:center;margin-top:40px}.watch-live-link{text-decoration:none}.watch-live-btn{align-items:center;border:none;border-radius:12px;box-shadow:0 6px 20px #d8404066;color:#eee;cursor:pointer;display:flex;font-size:1.4rem;font-weight:800;gap:10px;padding:20px 50px;text-transform:uppercase;transition:all .3s ease}.watch-live-btn,.watch-live-btn:hover{background:linear-gradient(135deg,#ff5722,#ff5722)}.watch-live-btn:hover{box-shadow:0 8px 25px #d8404099;transform:translateY(-3px)}.live-indicator{align-items:center;background-color:#eee;border-radius:6px;display:flex;gap:8px;margin-left:15px;padding:4px 8px}.live-dot{animation:blink 1.5s infinite;background-color:#ff5722;border-radius:50%;flex-shrink:0;height:8px;width:8px}.live-text{color:#303841;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}@keyframes blink{0%,50%{opacity:1;transform:scale(1)}51%,to{opacity:.3;transform:scale(.8)}}.progress-section{margin:40px 0;text-align:center}.progress-title{color:#303841;font-size:1.5rem;font-weight:800;margin-bottom:20px;text-shadow:1px 1px 2px #0000001a;text-transform:uppercase}.progress-container{align-items:center;display:flex;flex-direction:column;gap:15px;margin:20px 0}.progress-bar{background-color:#303841;box-shadow:inset 0 2px 8px #0000004d;height:40px;max-width:800px;overflow:hidden;width:100%}.progress-bar,.progress-fill{border-radius:20px;position:relative}.progress-fill{align-items:center;background:linear-gradient(90deg,#ff5722,#ff8a65 50%,#ff5722);box-shadow:0 2px 8px #ff572266;display:flex;height:100%;justify-content:center;min-width:60px;transition:width .8s ease}.progress-fill:before{background:repeating-linear-gradient(45deg,#0000,#0000 4px,#ffffff1a 0,#ffffff1a 8px);border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-text{color:#303841;font-size:1.1rem;font-weight:800;letter-spacing:.5px;margin:10px 0;text-align:center}.progress-stats{color:#303841;display:flex;font-size:1rem;font-weight:600;gap:30px}.progress-current{color:#00adb5}.progress-total{color:#303841}.goal-chart{background:linear-gradient(135deg,#ff5722,#ff5722);border-radius:15px;box-shadow:0 8px 25px #d8404066;padding:5px}.chart-title{color:#eee;font-size:2rem;font-weight:800;text-align:center;text-shadow:2px 2px 0 #00000080;text-transform:uppercase}.chart-container{background-color:#1d1616;border-radius:10px;height:600px;overflow:hidden;position:relative;width:100%}.dexscreener-iframe{border:none;border-radius:10px;height:100%;width:100%}.charts-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.chart-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:15px}.chart-subtitle{color:#eee;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:15px;text-align:center;text-transform:uppercase}.chart-iframe{background:#1a1a1a;border:none;border-radius:8px;height:400px;width:100%}@media (max-width:768px){.charts-container{gap:15px;grid-template-columns:1fr}.chart-iframe{height:300px}.chart-subtitle{font-size:1rem}}.about-section{background-color:#ff5722;color:#303841;padding:80px 0}.about-container{margin:0 auto;max-width:1200px;padding:0 20px}.about-content{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1fr 1fr}.about-image{align-items:center;display:flex;justify-content:center}.runner-image{border-radius:15px;box-shadow:0 10px 30px #00000080;height:auto;max-width:600px;object-fit:cover;width:100%}.about-text{display:flex;flex-direction:column}.about-title{color:#eee;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:30px;text-shadow:2px 2px 0 #00000080;text-transform:uppercase}.about-description{font-size:1.1rem;line-height:1.7}.about-paragraph{color:#eee;margin-bottom:20px}.about-stats{display:flex;gap:20px;justify-content:space-between;margin:40px 0}.about-stat{background:linear-gradient(135deg,#00adb5,#00adb5);border-radius:12px;box-shadow:0 4px 15px #d840404d;flex:1 1;padding:15px 5px;text-align:center}.about-stat-number{color:#eee;font-size:2.5rem;font-weight:900;margin-bottom:8px;text-shadow:2px 2px 0 #00000080}.about-stat-label{color:#eee;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.about-button-container{display:flex;justify-content:flex-start;margin-top:30px}.about-button-link{text-decoration:none}.about-button{border:none;border-radius:12px;box-shadow:0 6px 20px #d8404066;color:#eee;cursor:pointer;font-size:1.4rem;font-weight:800;padding:20px 50px;text-transform:uppercase;transition:all .3s ease}.about-button,.about-button:hover{background:linear-gradient(135deg,#00adb5,#00adb5)}.about-button:hover{box-shadow:0 8px 25px #d8404099;transform:translateY(-3px)}.footer{background:#eee;border-top:3px solid gray;padding:30px 0}.footer-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 30px}.footer-content,.footer-left,.footer-logo{align-items:center;display:flex}.footer-logo{gap:15px}.footer-logo>img{margin-bottom:-30px;width:100px}.footer-text{color:var(--dark-gray);font-size:1.2rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.footer-center{display:flex;justify-content:center}.footer-nav{align-items:center;display:flex;gap:30px}.footer-link{color:var(--dark-gray);font-size:1rem;font-weight:700;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.footer-link:hover{color:#ff5722}.footer-right{align-items:center;display:flex}.social-icons{display:flex;gap:15px}.social-icon{align-items:center;border:2px solid var(--light-yellow);border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon,.social-icon:hover{background-color:var(--light-yellow)}.social-icon:hover{border-color:#ffc400;transform:translateY(-2px)}.social-icon svg{transition:color .3s ease}.containers{margin:0 auto;max-width:1200px;padding:20px;width:100%}.stats-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:20px;padding:40px}.title{color:#ff6b35;font-size:2.5rem;font-weight:700;margin-bottom:40px;text-align:center;text-shadow:0 2px 4px #0000001a}.stats-list{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stats-list.second-run{margin-bottom:0;margin-top:20px;position:relative}.stats-list.second-run:before{background:linear-gradient(90deg,#ff6b35,#f7931e);border-radius:2px;content:"";height:3px;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:60px}.stat-items{align-items:center;background:linear-gradient(135deg,#fff5f0,#fff);border-left:5px solid #ff6b35;border-radius:15px;box-shadow:0 8px 25px #ff6b3526;display:flex;min-height:100px;overflow:hidden;padding:25px;position:relative;transition:all .3s ease}.stat-items:before{background:linear-gradient(90deg,#ff6b35,#f7931e);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.stat-items:hover:before{transform:scaleX(1)}.stat-items:hover{box-shadow:0 15px 35px #ff6b3540;transform:translateY(-5px)}.stat-icon{align-items:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0;font-size:2.5rem;height:60px;margin-right:20px;text-align:center;width:60px}.stat-content,.stat-icon{display:flex;justify-content:center}.stat-content{flex:1 1;flex-direction:column;min-height:60px}.stat-label{color:#000;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:8px;opacity:.8;text-transform:uppercase}.stat-value{color:#333;font-size:1.4rem;font-weight:700;line-height:1.2}@media (min-width:768px){.stats-list{gap:20px;grid-template-columns:repeat(4,1fr)}.stat-items{flex-direction:column;padding:30px 20px;text-align:center}.stat-icon{font-size:3rem;height:80px;margin-bottom:15px;margin-right:0;width:80px}.stat-label{font-size:.8rem;margin-bottom:10px}.stat-value{font-size:1.2rem}.imgicon{width:60px!important}}@media (max-width:767px){.stats-card{border-radius:15px;padding:25px 20px}.title{font-size:1.8rem;margin-bottom:30px;text-align:center}.stats-list{gap:15px;grid-template-columns:1fr}.stat-item{border-radius:12px;flex-direction:row;padding:20px}.stat-icon{font-size:2rem;height:50px;margin-right:15px;width:50px}.stat-label{font-size:.75rem;margin-bottom:5px}.stat-value{font-size:1.1rem}.imgicon{width:35px!important}}@media (max-width:480px){.stats-card{padding:20px 15px}.title{font-size:1.5rem;margin-bottom:25px}.stat-item{padding:15px}.stat-icon{font-size:1.8rem;height:45px;margin-right:12px;width:45px}.stat-label{font-size:.7rem}.stat-value{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stats-card{animation:fadeInUp .8s ease-out}.stat-item{animation:fadeInUp .6s ease-out}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.second-run .stat-item:first-child{animation-delay:.5s}.second-run .stat-item:nth-child(2){animation-delay:.6s}.second-run .stat-item:nth-child(3){animation-delay:.7s}.second-run .stat-item:nth-child(4){animation-delay:.8s}.second-run .stat-item{background:linear-gradient(135deg,#fff8f5,#fff);border-left-color:#f7931e}.second-run .stat-item:hover{box-shadow:0 15px 35px #f7931e40}@media (max-width:760px){.desktop-nav,.desktop-social{display:none}.right-text .text-box{padding:0 5px}.burger-menu{display:flex}.mobile-nav{display:block}.hero-banner{display:none}.hero-banner-mobile{background-image:url(/static/media/banner-img.400de25a2834d4ae9322.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:100vh;min-height:100vh;overflow:hidden;position:relative}.banner-content-mobile,.hero-banner-mobile{align-items:center;display:flex;justify-content:center;width:100%}.banner-content-mobile{flex-direction:column;gap:30px;height:100%;margin-bottom:-500px;padding:20px}.banner-text-mobile{align-items:center;display:flex;flex-direction:column;text-align:center}.left-text-mobile .text-line{color:#1d1616;filter:drop-shadow(0 0 8px rgba(0,0,0,.5));font-size:2.5rem;font-weight:900;letter-spacing:2px;line-height:.9;text-shadow:4px 4px 0 #eee,-2px -2px 0 #eee,2px -2px 0 #eee,-2px 2px 0 #eee,0 0 10px #eeec;text-transform:uppercase}.right-text-mobile .text-box{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#eeeeeef2;border-radius:8px;box-shadow:0 4px 12px #0006,0 0 0 2px #1d161633;margin-bottom:10px;padding:15px 25px}.right-text-mobile .text-line{color:#1d1616;font-size:1.2rem;font-weight:800;line-height:1.1;text-shadow:1px 1px 2px #0000004d;text-transform:uppercase}.banner-content{gap:20px;padding:15px}.right-text .text-line{font-size:1.2rem}.right-text .text-box{padding:12px 20px}.goal-content{gap:40px;grid-template-columns:1fr}.goal-section{padding:60px 0}.goal-container{padding:0 15px}.goal-description{font-size:1rem}.goal-chart{padding:20px}.goal-title{font-size:2.7rem;text-align:center}.goal-stats{flex-direction:column;gap:15px}.stat-item{padding:20px 15px}.stat-number{font-size:2rem}.watch-live-container{justify-content:center}.live-dot{height:6px;width:6px}.live-text{font-size:.7rem}.live-indicator{gap:6px;margin-left:10px;padding:3px 6px}.banner-content{flex-direction:column;gap:30px;justify-content:center;padding:20px}.banner-text{align-items:center!important;flex:none;width:100%}.left-text .text-line{font-size:1rem;text-align:center}.right-text .text-line{text-align:center}.banner-image-container{height:auto;max-height:50vh;order:-1}.banner-content{padding:0 30px}.right-text .text-line{font-size:1rem}.stat-number{font-size:1.8rem}.watch-live-btn{font-size:1.2rem;padding:15px 35px}.chart-container{height:600px}.about-section{padding:60px 0}.about-content{gap:40px;grid-template-columns:1fr}.about-title{font-size:2.5rem;text-align:center}.about-stats{flex-direction:column;gap:15px}.about-stat{padding:20px 15px}.about-stat-number{font-size:2rem}.about-button-container{justify-content:center}.runner-image{max-width:400px}.about-container{padding:0 15px}.about-title{font-size:2rem;margin-bottom:20px}.about-description{font-size:1rem}.runner-image{max-width:350px}.about-button{font-size:1.2rem;padding:18px 40px}.about-stat-number,.about-title{font-size:1.8rem}.about-button{font-size:1.1rem;padding:15px 35px}.progress-section{margin:30px 0}.progress-title{font-size:1.2rem;margin-bottom:15px}.progress-bar{height:35px;max-width:100%}.progress-text{font-size:.9rem;font-weight:800}.progress-stats{flex-direction:column;font-size:.9rem;gap:10px}.footer{background:#eee;border-top:1px solid #6b6b6b;padding:20px}.footer-content{align-items:center;flex-direction:row;justify-content:space-between;max-width:100%;padding:10}.footer-left{align-items:center;display:flex;flex:1 1;gap:15px}.footer-logo img{height:auto;object-fit:contain;width:140px}.footer-text{color:#000;font-size:1rem;font-weight:700;letter-spacing:1px;line-height:1.2;text-transform:uppercase}.footer-text .do-you-know{display:block;font-size:.8rem;font-style:italic;margin-bottom:2px}.footer-text .da{color:#000}.footer-text .wae{color:red}.footer-center{display:none}.footer-right{align-items:center;display:flex}.social-icons{gap:50px}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;border:2px solid var(--light-yellow);border-radius:4px;height:40px;transition:all .3s ease;width:40px}.social-icon,.social-icon:hover{background-color:var(--light-yellow)}.social-icon:hover{border-color:#ffc400;transform:translateY(-2px)}.social-icon svg{color:#000;height:50px;width:50px}}.hero-banner,.hero-banner-mobile{color:#fff;min-height:100vh;overflow:hidden;position:relative}.text-line{font-size:3rem;font-weight:700;text-align:center}.scroll-to-top{align-items:center;background:linear-gradient(135deg,#ff5722,#ff8a65);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #ff572266;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top:hover{box-shadow:0 6px 20px #ff572299;transform:translateY(-3px)}.contact-section{background-color:#eee;padding:80px 0}.contact-container{margin:0 auto;max-width:800px;padding:0 20px;text-align:center}.contact-title{color:#ff5722;font-size:3rem;font-weight:900;margin-bottom:20px;text-shadow:2px 2px 0 #0000001a;text-transform:uppercase}.contact-subtitle{color:#303841;font-size:1.2rem;line-height:1.6;margin-bottom:50px}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:25px;text-align:left}.form-input,.form-textarea{background-color:#fff;border:2px solid #ddd;border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;padding:15px 20px;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#ff5722;box-shadow:0 0 0 3px #ff57221a;outline:none}.form-textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#ff5722,#ff8a65);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 40px;text-transform:uppercase;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #ff572266;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7}.success-message{background-color:#4caf50;border-radius:8px;color:#fff;font-weight:600;margin-top:20px;padding:15px}.testimonials-section{background-color:#ff5722;color:#fff;padding:80px 0}.testimonials-container{margin:0 auto;max-width:1000px;padding:0 20px;text-align:center}.testimonials-title{font-size:3rem;font-weight:900;margin-bottom:20px;text-shadow:2px 2px 0 #0000004d;text-transform:uppercase}.testimonials-subtitle{font-size:1.2rem;margin-bottom:50px;opacity:.9}.testimonial-carousel{gap:30px;margin-bottom:30px}.carousel-btn,.testimonial-carousel{align-items:center;display:flex;justify-content:center}.carousel-btn{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:50px;transition:all .3s ease;width:50px}.carousel-btn:hover{background:#ffffff4d;transform:scale(1.1)}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;margin:0 auto;max-width:600px;padding:40px}.testimonial-avatar{font-size:4rem;margin-bottom:20px}.testimonial-content{color:#fff;font-size:1.3rem;font-style:italic;line-height:1.6;margin-bottom:30px}.testimonial-author{text-align:center}.author-name{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:5px}.author-role{color:#fff;font-size:1rem;opacity:.8}.testimonial-dots{display:flex;gap:10px;justify-content:center}.dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#fff;transform:scale(1.2)}.newsletter-section{background:linear-gradient(135deg,#00adb5,#0097a7);color:#fff;padding:60px 0}.newsletter-container{margin:0 auto;max-width:600px;padding:0 20px;text-align:center}.newsletter-title{font-size:2.5rem;font-weight:900;margin-bottom:15px;text-shadow:2px 2px 0 #0000004d;text-transform:uppercase}.newsletter-subtitle{font-size:1.1rem;margin-bottom:40px;opacity:.9}.newsletter-form{margin-bottom:20px}.newsletter-input-group{display:flex;gap:10px;margin-bottom:20px}.newsletter-input{border:none;border-radius:8px;flex:1 1;font-family:Poppins,sans-serif;font-size:1rem;padding:15px 20px}.newsletter-input:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.newsletter-button{background:#ff5722;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:15px 30px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover:not(:disabled){background:#e64a19;transform:translateY(-2px)}.newsletter-button:disabled{cursor:not-allowed;opacity:.7}.newsletter-success{background:#4caf50e6;border-radius:8px;color:#fff;font-weight:600;margin-top:20px;padding:15px}.newsletter-privacy{font-size:.9rem;margin:0;opacity:.8}.error-boundary{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.error-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:40px;text-align:center}.error-title{color:#ff5722;font-size:2rem;font-weight:700;margin-bottom:20px}.error-message{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.error-button{background:linear-gradient(135deg,#ff5722,#ff8a65);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.error-button:hover{box-shadow:0 6px 20px #ff572266;transform:translateY(-2px)}.error-details{background:#f8f8f8;border-radius:8px;color:#666;font-family:monospace;font-size:.9rem;margin-top:30px;padding:20px;text-align:left}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:10px}.error-details pre{white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.contact-title,.newsletter-title,.testimonials-title{font-size:2rem}.newsletter-input-group{flex-direction:column}.testimonial-carousel{flex-direction:column;gap:20px}.carousel-btn{order:2}.testimonial-card{order:1;padding:30px 20px}.scroll-to-top{bottom:20px;height:45px;right:20px;width:45px}}
/*# sourceMappingURL=main.2f51e1fc.css.map*/