:root{--brand-gradient: linear-gradient(90deg, #009688 0%, #7be700 100%);--brand-dark: #009688;--brand-light: #7be700;--brand-accent: #00bcd4;--brand-pink: #ff6ec4;--glass-bg: rgba(255,255,255,.85);--glass-bg-solid: #fff;--glass-border: rgba(0,150,136,.18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .1)}body{background:#fff;color:#222;min-height:100vh;position:relative}.bg-blob{position:absolute;z-index:0;border-radius:50%;filter:blur(60px);opacity:.25;pointer-events:none}.bg-blob1{width:420px;height:420px;background:linear-gradient(135deg,var(--brand-light),var(--brand-accent));top:-120px;left:-120px}.bg-blob2{width:320px;height:320px;background:linear-gradient(135deg,var(--brand-pink),var(--brand-accent));bottom:0;right:-100px}.glass{background:var(--glass-bg);border-radius:1.5rem;border:1.5px solid var(--glass-border);box-shadow:var(--glass-shadow);color:#222;position:relative;overflow:hidden;z-index:1}.glass-card{background:var(--glass-bg);border-radius:1rem;border:1.5px solid var(--glass-border);box-shadow:var(--glass-shadow);color:#222;position:relative;overflow:hidden;z-index:1}.btn-gradient{background:var(--brand-gradient);color:#fff;border:none;border-radius:2rem;font-weight:600;box-shadow:0 2px 8px #00000014}.btn-gradient:hover{background:linear-gradient(90deg,#7be700,#009688);color:#fff}.logo{max-width:120px;min-width:80px;width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.nav-link{color:#222;font-weight:500;margin-right:1rem;padding:.5rem .75rem!important}.nav-link.active,.nav-link:hover{color:var(--brand-dark)}.navbar{padding:.75rem 1.5rem!important}.navbar-brand{margin-right:2rem}.section-title{font-size:2.1rem;font-weight:700;margin-bottom:1.2rem}.section-subtitle{font-size:1.2rem;color:#444;margin-bottom:2rem}.benefit-icon,.step-icon{font-size:2.5rem;color:var(--brand-dark);margin-bottom:.7rem}.footer-link{color:#444;text-decoration:none;margin-bottom:.5rem;display:block}.footer-link:hover{color:var(--brand-dark);text-decoration:underline}.footer-social a{color:#222;font-size:1.5rem;margin-right:1rem}.footer-social a:hover{color:var(--brand-dark)}.footer-gradient{background:var(--brand-dark)!important}footer{background:var(--brand-dark)!important}footer h6{font-size:.9rem;margin-bottom:.75rem!important}footer ul li{margin-bottom:.25rem!important;line-height:1.4}footer .small{font-size:.8rem!important;line-height:1.3}.hover-link{transition:color .2s ease;padding:2px 0}.hover-link:hover{color:#fff!important}.hover-social{transition:all .2s ease;padding:4px;border-radius:4px}.hover-social:hover{color:#fff!important;background:#ffffff1a}footer address a{transition:color .2s ease}footer address a:hover{color:#fff!important}footer .text-white-50{color:#ffffffb3!important}footer .py-4{padding-top:2rem!important;padding-bottom:2rem!important}.glass,.glass-card{width:85%;max-width:none;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.text-gradient{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pulse-dot{position:absolute;top:0;right:-15px;width:8px;height:8px;background:var(--brand-light);border-radius:50%;animation:pulse 2s infinite}.pulse-button{position:relative;overflow:hidden;transform:translateY(0);transition:all .3s ease}.pulse-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0096884d}.pulse-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.pulse-button:hover:before{width:300px;height:300px}.stat-number{font-size:1.8rem;font-weight:700;color:var(--brand-dark);margin-bottom:.2rem}.stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.stats-row .col-4{opacity:0;transform:translateY(20px);animation:slideInUp .6s ease forwards}.stats-row .col-4:nth-child(2){animation-delay:.2s}.stats-row .col-4:nth-child(3){animation-delay:.4s}.floating{animation:float 6s ease-in-out infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.bg-gradient-success{background:linear-gradient(135deg,#28a745,#20c997)!important}.shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200% 100%;animation:shimmer 2s infinite}.ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}@media (max-width: 991px){.glass,.glass-card{max-width:100%;padding-left:1rem;padding-right:1rem}.navbar-nav{flex-direction:row}.nav-link{margin-right:.7rem}}@media (max-width: 767px){.navbar-collapse{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;margin-top:10px;padding:1rem;box-shadow:var(--glass-shadow)}.navbar-nav{flex-direction:column!important;text-align:center}.navbar-nav .nav-item{margin:.25rem 0;width:100%}.navbar-nav .nav-link{padding:.75rem 1rem;font-weight:500;border-radius:8px;transition:all .3s ease;margin-right:0!important}.navbar-nav .nav-link:hover{background:#0096881a;color:var(--brand-dark)}#hero{padding:0!important;margin:0!important}.hero-container{padding:2rem 1.5rem;max-width:calc(100vw - 3rem);margin:0 auto;position:relative;background:var(--glass-bg);border-radius:1.5rem;border:1.5px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%}.hero-content{text-align:center;margin-bottom:2rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image .glass-card{max-width:280px;width:100%;padding:.75rem;margin:0 auto}.hero-image img{width:100%;height:auto;max-height:350px;-o-object-fit:cover;object-fit:cover;aspect-ratio:9/16}#hero .section-title{font-size:2rem!important;line-height:1.2;margin-bottom:1rem!important}#hero .section-subtitle{font-size:.95rem!important;margin-bottom:1.5rem!important;line-height:1.4}#hero .display-4{font-size:2rem!important;line-height:1.2;margin-bottom:1rem!important}#hero .lead{font-size:.95rem!important;margin-bottom:1.5rem!important;line-height:1.4}.badge-container{margin-bottom:1.5rem;display:flex;justify-content:center}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem;text-align:center}.hero-subtitle{font-size:.95rem;line-height:1.4;margin-bottom:2rem;text-align:center;color:#666}.hero-stats{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0;max-width:320px;margin-left:auto;margin-right:auto}.hero-stats .stat-item{text-align:center;flex:1}.hero-stats .stat-number{font-size:1.4rem;font-weight:700;color:var(--brand-dark);display:block}.hero-stats .stat-label{font-size:.65rem;line-height:1.2;color:#666;display:block;margin-top:.25rem}.hero-cta{text-align:center;margin:2rem 0}.hero-cta .btn-lg{padding:.875rem 2rem;font-size:1rem;width:100%;max-width:280px;margin-bottom:1rem;display:inline-block}.hero-message{font-size:.75rem;line-height:1.3;color:#666;text-align:center}}@media (min-width: 768px){section{margin-bottom:3rem!important}section:first-of-type{margin-top:-1rem}.container-xxl{padding-left:1.5rem!important;padding-right:1.5rem!important;display:flex!important;justify-content:center!important;align-items:center!important}section:not(header) .glass-card{background:var(--glass-bg)!important;border-radius:1.5rem!important;border:1.5px solid var(--glass-border)!important;box-shadow:var(--glass-shadow)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;padding:3rem 4rem!important;min-height:60vh!important;display:flex!important;align-items:center!important;position:relative!important;width:100%!important;max-width:none!important;margin:0 auto!important}#hero{margin-bottom:3rem;margin-top:2rem;display:flex;align-items:center;min-height:auto}.hero-container{background:var(--glass-bg)!important;border-radius:1.5rem!important;border:1.5px solid var(--glass-border)!important;box-shadow:var(--glass-shadow)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;padding:3rem 4rem!important;min-height:60vh!important;display:flex!important;align-items:center!important;position:relative!important;width:100%!important;max-width:none!important;margin:0 auto!important;gap:3rem}.hero-content{flex:1;text-align:left;margin-bottom:0}.hero-image{flex:0 0 400px;display:flex;justify-content:center;align-items:center}.hero-image .glass-card{max-width:none;width:100%;height:auto;max-height:70vh;min-height:420px;display:flex;align-items:center;justify-content:center;padding:1rem}.hero-image img{width:auto;height:100%;max-height:66vh;aspect-ratio:9/16;-o-object-fit:cover;object-fit:cover}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;position:relative}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;line-height:1.5}.hero-stats{justify-content:flex-start;max-width:none;margin-left:0;margin-right:0;gap:3rem;margin-bottom:2.5rem}.hero-stats .stat-number{font-size:2rem}.hero-stats .stat-label{font-size:.8rem}.hero-cta{text-align:left}.hero-cta .btn-lg{width:auto;padding:1rem 2.5rem;font-size:1.1rem;margin-bottom:1rem}.hero-message{text-align:left;font-size:.9rem}.badge-container{text-align:left;justify-content:flex-start}.social-proof-section .glass-card{min-height:auto!important;padding:1.5rem 3rem!important;display:block!important}footer .glass-card{min-height:auto!important;padding:3rem 4rem!important;display:block!important;background:var(--glass-bg-solid)!important}.section-image-container{min-height:60vh!important;display:flex!important;align-items:center!important;justify-content:center!important}}@media (max-width: 767px){.container-xxl{padding-left:1.5rem!important;padding-right:1.5rem!important;margin-left:auto!important;margin-right:auto!important}.container-xxl{display:flex!important;justify-content:center!important;align-items:center!important}section .glass-card{padding:2rem 1.5rem!important;margin:0 auto!important;text-align:center!important;width:100%!important;max-width:calc(100vw - 3rem)!important}section .row{margin:0!important;padding:0!important;width:100%!important;text-align:center!important}section .col-lg-7,section .col-lg-5{margin-left:auto!important;margin-right:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:0!important}section .section-title,section .section-subtitle{width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}section .badge{margin-left:auto!important;margin-right:auto!important;display:inline-block!important}section .btn{margin-left:auto!important;margin-right:auto!important;display:block!important;width:-moz-fit-content!important;width:fit-content!important}.section-title{font-size:1.75rem!important;margin-bottom:1rem!important}.logo{max-width:90px}.bg-blob1,.bg-blob2{display:none}.modal-dialog{margin:1rem}.car-row{margin-bottom:1rem!important}.glass,.glass-card{padding:1.5rem!important;margin:1rem 0!important}.modal-content{padding:1rem!important}.form-label.small{font-size:.85rem;margin-bottom:.25rem}section{padding-left:0!important;padding-right:0!important}.row{margin-left:0!important;margin-right:0!important}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{padding-left:0!important;padding-right:0!important}.row>*{padding-left:0!important;padding-right:0!important}body,html{margin:0!important;padding:0!important}.social-proof-banner{padding:1.5rem!important;margin:1.5rem 0!important}.social-proof-banner .col-6{margin-bottom:1rem;text-align:center;padding-left:.5rem!important;padding-right:.5rem!important}.social-proof-item{padding:.75rem}.social-proof-item .fw-bold{font-size:.9rem}.social-proof-item small{font-size:.7rem}.benefit-card{margin-bottom:1.5rem!important;padding:1.5rem!important}.benefit-card h5{font-size:1.1rem}#why,#benefits,#how{padding:2rem 0!important}#why .glass-card,#benefits .glass-card,#how .glass-card{margin:1rem 0!important}.footer-social a{margin:0 .5rem;font-size:1.5rem}.wide-section{margin-left:-1.5rem!important;margin-right:-1.5rem!important;padding-left:1.5rem!important;padding-right:1.5rem!important}header{padding-left:0!important;padding-right:0!important}.navbar{margin-left:0!important;margin-right:0!important}}
