:root{--pink-main:#c32b5c;--purple:#82277b;--light-purple:#a63793;--light-pink:#dc7596;--darker-pink:#b43052;--light-grey:#f8f7f7;--text-dark:#1a1a2e;--text-medium:#4a4a5a;--white:#ffffff;--gradient:linear-gradient(135deg, var(--pink-main) 0%, var(--purple) 100%);--gradient-soft:linear-gradient(135deg, rgba(195, 43, 92, 0.08) 0%, rgba(130, 39, 123, 0.08) 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;font-weight:400;line-height:1.7;color:var(--text-dark);background-color:var(--white);overflow-x:hidden}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--white);display:flex;align-items:center;justify-content:center;z-index:99999;transition:opacity .6s,visibility .6s}.page-loader.loaded{opacity:0;visibility:hidden;pointer-events:none}.loader-content{text-align:center}.loader-logo{width:100px;height:100px;margin-bottom:1rem}.loader-logo svg{width:100%;height:100%}.loader-logo .logo-hexagon{fill:none;stroke:var(--pink-main);stroke-width:2;stroke-dasharray:600;stroke-dashoffset:600;animation:1.2s forwards drawHexagon}.loader-logo .logo-line{stroke:var(--purple);stroke-width:3;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:.6s forwards drawLine}.loader-logo .logo-line:nth-child(2){animation-delay:.2s}.loader-logo .logo-line:nth-child(3){animation-delay:.4s}.loader-logo .logo-line:nth-child(4){animation-delay:.6s}.loader-logo .logo-dot{fill:var(--pink-main);opacity:0;animation:.3s forwards showDot}.loader-logo .logo-dot:nth-child(5){animation-delay:.5s}.loader-logo .logo-dot:nth-child(6){animation-delay:.7s}.loader-logo .logo-dot:nth-child(7){animation-delay:.9s}.loader-logo .logo-dot:nth-child(8){animation-delay:1.1s}@keyframes drawHexagon{to{stroke-dashoffset:0}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes showDot{to{opacity:1}}.loader-text{font-size:1.25rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:.5s .8s forwards fadeInText}@keyframes fadeInText{to{opacity:1}}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:var(--gradient);z-index:10001;transition:width .1s ease-out}.cursor-glow{position:fixed;width:400px;height:400px;background:radial-gradient(circle,rgba(195,43,92,.07) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:opacity .3s;opacity:0}body:hover .cursor-glow{opacity:1}.reveal{opacity:0;transform:translateY(60px);transition:.9s cubic-bezier(.16, 1, .3, 1)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:0.1s}.reveal-delay-2{transition-delay:0.2s}.reveal-delay-3{transition-delay:0.3s}.reveal-delay-4{transition-delay:0.4s}.reveal-delay-5{transition-delay:0.5s}nav{position:fixed;top:0;left:0;right:0;padding:1.25rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:10000;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 40px rgba(195,43,92,.08)}.logo{font-size:1.6rem;font-weight:900;text-decoration:none;letter-spacing:-.03em;display:flex;align-items:center;gap:.5rem}.logo-icon{width:36px;height:36px}.logo-icon svg{width:100%;height:100%}.logo-icon .hex-path{fill:url(#logoGradient);opacity:.15}.logo-icon .pulse-line{stroke:url(#logoGradient);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.logo-icon .pulse-dot{fill:var(--pink-main)}.logo-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:3rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--text-medium);font-weight:400;font-size:.95rem;position:relative;transition:color .3s}.nav-links a:not(.nav-cta)::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--gradient);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.16, 1, .3, 1)}.nav-links a:not(.nav-cta):hover{color:var(--pink-main)}.nav-links a:not(.nav-cta):hover::after{transform:scaleX(1);transform-origin:left}.nav-links a.active{color:var(--pink-main)}.nav-cta{background:var(--gradient);color:var(--white)!important;padding:.85rem 1.75rem;border-radius:50px;font-weight:700;transition:transform .3s,box-shadow .3s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(195,43,92,.3)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px}.mobile-menu-btn span{width:25px;height:2px;background:var(--pink-main);transition:.3s}.hero{min-height:70vh;display:flex;align-items:center;padding:10rem 5% 6rem;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--light-grey) 0,var(--white) 100%)}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.floating-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.shape-1{width:500px;height:500px;background:rgba(195,43,92,.12);top:-20%;left:-10%}.shape-2{width:400px;height:400px;background:rgba(130,39,123,.1);bottom:-20%;right:-5%}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative}.hero-label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:var(--gradient-soft);border-radius:50px;font-size:.85rem;font-weight:700;color:var(--pink-main);margin-bottom:2rem;border:1px solid rgba(195,43,92,.15)}.hero h1{font-size:clamp(2.75rem, 5vw, 4.5rem);font-weight:900;line-height:1.1;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.04em}.hero h1 .highlight{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.15rem, 2vw, 1.35rem);color:var(--text-medium);max-width:700px;margin:0 auto;line-height:1.8}.overview{padding:6rem 5%;background:var(--white)}.overview-content{max-width:1000px;margin:0 auto;text-align:center}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:700;color:var(--pink-main);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.25rem}.section-label::after,.section-label::before{content:'';width:30px;height:2px;background:var(--gradient);border-radius:2px}.overview h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.03em}.overview-text{font-size:1.15rem;color:var(--text-medium);max-width:700px;margin:0 auto 4rem;line-height:1.8}.overview-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.overview-steps::before{content:'';position:absolute;top:50px;left:calc(16.66% + 40px);right:calc(16.66% + 40px);height:3px;background:var(--gradient-soft);z-index:0}.overview-step{text-align:center;position:relative}.overview-step-number{width:80px;height:80px;background:var(--white);border:3px solid transparent;background-image:linear-gradient(white,#fff),var(--gradient);background-origin:border-box;background-clip:padding-box,border-box;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:900;background:var(--gradient);color:var(--white);box-shadow:0 10px 30px rgba(195,43,92,.25)}.overview-step h3{font-size:1.25rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.overview-step p{font-size:1rem;color:var(--text-medium);line-height:1.7}.step-section{padding:7rem 5%;position:relative;overflow:hidden}.step-section:nth-child(odd){background:var(--light-grey)}.step-section:nth-child(2n){background:var(--white)}.step-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.step-content.reverse{direction:rtl}.step-content.reverse>*{direction:ltr}.step-text{max-width:500px}.step-number-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gradient);border-radius:50px;font-size:.8rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.step-text h2{font-size:clamp(2rem, 3.5vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.15}.step-text p{font-size:1.1rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem}.step-features{list-style:none}.step-feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(195,43,92,.1)}.step-feature:last-child{border-bottom:none}.step-feature-icon{width:40px;height:40px;background:var(--gradient-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-feature-icon svg{width:20px;height:20px;stroke:var(--pink-main);stroke-width:2}.step-feature-content h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.step-feature-content p{font-size:.95rem;color:var(--text-medium);margin-bottom:0;line-height:1.6}.step-visual{position:relative}.kiosk-visual{position:relative;padding:2rem}.kiosk-frame{background:var(--text-dark);border-radius:24px;padding:1.5rem;box-shadow:0 30px 60px rgba(0,0,0,.2);position:relative}.kiosk-frame::before{content:'';position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#333;border-radius:3px}.kiosk-screen{background:var(--white);border-radius:16px;padding:2rem;min-height:350px}.kiosk-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--light-grey)}.kiosk-logo{width:32px;height:32px;background:var(--gradient);border-radius:8px}.kiosk-title{font-size:1rem;font-weight:700;color:var(--text-dark)}.kiosk-question{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.4}.kiosk-options{display:flex;flex-direction:column;gap:.75rem}.kiosk-option{padding:1rem 1.25rem;background:var(--light-grey);border-radius:12px;font-size:1rem;color:var(--text-dark);cursor:pointer;transition:.3s;display:flex;align-items:center;gap:.75rem}.kiosk-option:hover{background:var(--gradient-soft);transform:translateX(5px)}.kiosk-option.selected{background:var(--gradient);color:var(--white)}.kiosk-option-circle{width:20px;height:20px;border:2px solid currentColor;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.kiosk-option.selected .kiosk-option-circle::after{content:'';width:10px;height:10px;background:var(--white);border-radius:50%}.kiosk-badge{position:absolute;top:0;right:0;background:var(--gradient);color:var(--white);padding:.75rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:700;box-shadow:0 10px 30px rgba(195,43,92,.3);animation:3s ease-in-out infinite float;z-index:10}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.dashboard-visual{background:var(--white);border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,.1);overflow:hidden}.dashboard-header{background:var(--light-grey);padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem}.dashboard-dot{width:12px;height:12px;border-radius:50%}.dashboard-dot.red{background:#ff5f57}.dashboard-dot.yellow{background:#febc2e}.dashboard-dot.green{background:#28c840}.dashboard-content{padding:1.5rem}.dashboard-nav{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--light-grey)}.dashboard-nav-item{padding:.5rem 1rem;font-size:.85rem;font-weight:700;color:var(--text-medium);border-radius:6px;cursor:pointer}.dashboard-nav-item.active{background:var(--gradient);color:var(--white)}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.dashboard-stat{background:var(--light-grey);border-radius:12px;padding:1rem;text-align:center}.dashboard-stat-value{font-size:1.5rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-stat-label{font-size:.75rem;color:var(--text-medium);margin-top:.25rem}.dashboard-chart{background:var(--light-grey);border-radius:12px;padding:1.5rem;height:150px;position:relative;overflow:hidden}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100%;gap:.5rem}.chart-bar{width:30px;background:var(--gradient);border-radius:4px 4px 0 0;transition:height 1s}.action-visual{position:relative}.action-cards{display:flex;flex-direction:column;gap:1rem}.action-card{background:var(--white);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.08);display:flex;align-items:flex-start;gap:1rem;transition:.4s;cursor:default}.action-card:hover{transform:translateX(10px);box-shadow:0 15px 40px rgba(195,43,92,.12)}.action-card-icon{width:50px;height:50px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-card-icon svg{width:24px;height:24px;stroke:var(--white);stroke-width:2}.action-card-content h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.action-card-content p{font-size:.9rem;color:var(--text-medium);line-height:1.5}.action-card-tag{font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;margin-top:.5rem;display:inline-block}.action-card-tag.urgent{background:rgba(195,43,92,.1);color:var(--pink-main)}.action-card-tag.insight{background:rgba(130,39,123,.1);color:var(--purple)}.action-card-tag.trend{background:rgba(166,55,147,.1);color:var(--light-purple)}.timeline{padding:7rem 5%;background:var(--text-dark);color:var(--white);position:relative;overflow:hidden}.timeline::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.timeline-content{max-width:1000px;margin:0 auto}.timeline-header{text-align:center;margin-bottom:4rem}.timeline .section-label{color:var(--light-pink)}.timeline .section-label::after,.timeline .section-label::before{background:var(--light-pink)}.timeline h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.03em}.timeline-subtitle{font-size:1.15rem;opacity:.8;max-width:600px;margin:0 auto}.timeline-track{position:relative;padding:2rem 0}.timeline-line{position:absolute;top:50%;left:0;right:0;height:4px;background:rgba(255,255,255,.1);transform:translateY(-50%)}.timeline-line-fill{position:absolute;top:0;left:0;height:100%;background:var(--gradient);border-radius:2px;width:0%;transition:width 1.5s}.timeline-steps{display:flex;justify-content:space-between;position:relative}.timeline-step{text-align:center;position:relative;flex:1}.timeline-step-dot{width:60px;height:60px;background:var(--text-dark);border:4px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:.4s}.timeline-step.active .timeline-step-dot{background:var(--gradient);border-color:var(--white);box-shadow:0 0 30px rgba(195,43,92,.5)}.timeline-step-dot svg{width:24px;height:24px;stroke:rgba(255,255,255,0.4);stroke-width:2;transition:stroke .4s}.timeline-step.active .timeline-step-dot svg{stroke:var(--white)}.timeline-step-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:.5rem;transition:opacity .4s}.timeline-step.active .timeline-step-label{opacity:1}.timeline-step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.timeline-step-desc{font-size:.9rem;opacity:.7;max-width:180px;margin:0 auto;line-height:1.5}.features{padding:7rem 5%;background:var(--light-grey)}.features-content{max-width:1100px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.03em}.features-subtitle{font-size:1.15rem;color:var(--text-medium);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--white);border-radius:20px;padding:2rem;transition:.4s cubic-bezier(.16, 1, .3, 1);cursor:default}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(195,43,92,.12)}.feature-icon{width:60px;height:60px;background:var(--gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 10px 25px rgba(195,43,92,.25)}.feature-icon svg{width:28px;height:28px;stroke:var(--white);stroke-width:1.5}.feature-card h3{font-size:1.15rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.feature-card p{font-size:.95rem;color:var(--text-medium);line-height:1.7}.testimonial{padding:6rem 5%;background:var(--white)}.testimonial-content{max-width:900px;margin:0 auto;text-align:center}.testimonial-quote{font-size:clamp(1.25rem, 2.5vw, 1.75rem);color:var(--text-dark);line-height:1.7;margin-bottom:2rem;font-style:italic;position:relative}.testimonial-quote::before{content:'"';position:absolute;top:-40px;left:50%;transform:translateX(-50%);font-size:120px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.2;font-family:Georgia,serif;line-height:1}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-avatar{width:60px;height:60px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.25rem;font-weight:900}.testimonial-info{text-align:left}.testimonial-name{font-size:1rem;font-weight:900;color:var(--text-dark)}.testimonial-role{font-size:.9rem;color:var(--text-medium)}.cta-section{padding:7rem 5%;background:var(--gradient);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 50%);animation:10s linear infinite shimmer}@keyframes shimmer{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.cta-content{max-width:700px;margin:0 auto;text-align:center;position:relative;color:var(--white)}.cta-section h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;margin-bottom:1.5rem;letter-spacing:-.03em}.cta-text{font-size:1.15rem;margin-bottom:2.5rem;opacity:.9;line-height:1.8}.cta-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.btn-white{display:inline-flex;align-items:center;gap:.75rem;background:var(--white);color:var(--pink-main);padding:1.15rem 2.25rem;border-radius:60px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .4s,box-shadow .4s;box-shadow:0 4px 25px rgba(0,0,0,.15)}.btn-white:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px rgba(0,0,0,.2)}.btn-white .arrow{transition:transform .3s}.btn-white:hover .arrow{transform:translateX(4px)}.btn-outline-white{display:inline-flex;align-items:center;gap:.75rem;background:0 0;color:var(--white);padding:1.15rem 2.25rem;border-radius:60px;text-decoration:none;font-weight:700;font-size:1rem;border:2px solid rgba(255,255,255,.5);transition:.4s}.btn-outline-white:hover{background:var(--white);color:var(--pink-main);border-color:var(--white);transform:translateY(-3px)}footer{padding:4rem 5% 3rem;background:var(--text-dark);color:var(--white)}.footer-content{max-width:1100px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:350px}.footer-logo{font-size:1.75rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;display:inline-block}.footer-tagline{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.7}.footer-links{display:flex;gap:4rem}.footer-column .footer-heading{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.95rem;transition:color .3s}.footer-column a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.9rem;color:rgba(255,255,255,.5)}@media (max-width:1024px){.step-content{grid-template-columns:1fr;gap:3rem}.step-content.reverse{direction:ltr}.step-text{max-width:100%}.timeline-steps{flex-wrap:wrap;gap:2rem}.timeline-step{flex:0 0 calc(50% - 1rem)}.timeline-line{display:none}}@media (max-width:768px){nav{padding:1rem 5%}.nav-links{display:none}.mobile-menu-btn{display:flex}.overview-steps{grid-template-columns:1fr;gap:2rem}.overview-steps::before{display:none}.features-grid{grid-template-columns:1fr}.timeline-step{flex:0 0 100%}.dashboard-stats{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn-outline-white,.btn-white{width:100%;justify-content:center}.footer-main{flex-direction:column}.footer-links{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}