: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%;right:-10%}.shape-2{width:400px;height:400px;background:rgba(130,39,123,.1);bottom:-20%;left:-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}.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::before{content:'';width:30px;height:2px;background:var(--gradient);border-radius:2px}.feature-nav{padding:2rem 5%;background:var(--white);position:sticky;top:70px;z-index:100;border-bottom:1px solid rgba(195,43,92,.1)}.feature-nav-content{max-width:1100px;margin:0 auto;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.feature-nav-item{padding:.75rem 1.5rem;background:var(--light-grey);border-radius:50px;font-size:.9rem;font-weight:700;color:var(--text-medium);text-decoration:none;transition:.3s;cursor:pointer}.feature-nav-item.active,.feature-nav-item:hover{background:var(--gradient);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 20px rgba(195,43,92,.2)}.hero-feature{padding:7rem 5%;background:var(--white);position:relative;overflow:hidden}.hero-feature-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero-feature-text h2{font-size:clamp(2.25rem, 4vw, 3rem);font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.15}.hero-feature-text p{font-size:1.15rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem}.feature-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.feature-highlight{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--light-grey);border-radius:16px;transition:.4s}.feature-highlight:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(195,43,92,.08)}.feature-highlight-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-highlight-icon svg{width:20px;height:20px;stroke:var(--white);stroke-width:2}.feature-highlight h4{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.feature-highlight p{font-size:.85rem;color:var(--text-medium);line-height:1.5;margin-bottom:0}.kiosk-showcase{position:relative}.kiosk-3d{position:relative;perspective:1000px}.kiosk-device{background:linear-gradient(145deg,#2a2a3e 0,#1a1a2e 100%);border-radius:30px;padding:20px;box-shadow:0 50px 100px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.1) inset;transform:rotateY(-5deg) rotateX(2deg);transition:transform .5s}.kiosk-device:hover{transform:rotateY(0) rotateX(0)}.kiosk-screen{background:var(--white);border-radius:20px;overflow:hidden}.kiosk-header{background:var(--gradient);padding:1.5rem;text-align:center}.kiosk-header-logo{font-size:1.25rem;font-weight:900;color:var(--white)}.kiosk-header-subtitle{font-size:.8rem;color:rgba(255,255,255,.8);margin-top:.25rem}.kiosk-body{padding:2rem}.kiosk-question{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.4}.kiosk-rating{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:2rem}.kiosk-rating-btn{flex:1;padding:1rem .5rem;background:var(--light-grey);border:2px solid transparent;border-radius:12px;text-align:center;cursor:pointer;transition:.3s}.kiosk-rating-btn:hover{border-color:var(--pink-main);background:var(--gradient-soft)}.kiosk-rating-btn.selected{background:var(--gradient);border-color:transparent}.kiosk-rating-btn.selected .rating-emoji,.kiosk-rating-btn.selected .rating-label{filter:brightness(0) invert(1)}.rating-emoji{font-size:1.5rem;margin-bottom:.25rem}.rating-label{font-size:.7rem;font-weight:700;color:var(--text-medium)}.kiosk-next-btn{width:100%;padding:1rem;background:var(--gradient);color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer}.kiosk-badge{position:absolute;top:-15px;right:-15px;background:var(--white);padding:1rem 1.5rem;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.15);display:flex;align-items:center;gap:.5rem;z-index:10;font-size:.85rem;font-weight:700;color:var(--text-dark);animation:3s ease-in-out infinite float}.kiosk-badge svg{width:20px;height:20px;stroke:var(--pink-main);stroke-width:2}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.dashboard-feature{padding:7rem 5%;background:var(--light-grey);position:relative}.dashboard-feature-content{max-width:1200px;margin:0 auto}.dashboard-header{text-align:center;margin-bottom:4rem}.dashboard-header h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.03em}.dashboard-header p{font-size:1.15rem;color:var(--text-medium);max-width:600px;margin:0 auto}.dashboard-showcase{background:var(--white);border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.1);overflow:hidden;margin-bottom:4rem}.dashboard-browser{background:var(--text-dark);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.browser-dots{display:flex;gap:.5rem}.browser-dot{width:12px;height:12px;border-radius:50%}.browser-dot.red{background:#ff5f57}.browser-dot.yellow{background:#febc2e}.browser-dot.green{background:#28c840}.browser-url{flex:1;background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:6px;font-size:.8rem;color:rgba(255,255,255,.6)}.dashboard-ui{display:grid;grid-template-columns:240px 1fr;min-height:500px}.dashboard-sidebar{background:var(--light-grey);padding:1.5rem;border-right:1px solid rgba(0,0,0,.05)}.sidebar-logo{font-size:1.25rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.sidebar-nav{list-style:none}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;text-decoration:none;color:var(--text-medium);font-size:.9rem;font-weight:500;transition:.3s}.sidebar-nav a.active,.sidebar-nav a:hover{background:var(--white);color:var(--pink-main)}.sidebar-nav a.active{box-shadow:0 4px 15px rgba(195,43,92,.1)}.sidebar-nav svg{width:18px;height:18px;stroke-width:2}.dashboard-main{padding:2rem}.dashboard-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-title{font-size:1.5rem;font-weight:900;color:var(--text-dark)}.dashboard-filters{display:flex;gap:.75rem}.filter-btn{padding:.5rem 1rem;background:var(--light-grey);border:none;border-radius:8px;font-size:.85rem;color:var(--text-medium);cursor:pointer;transition:.3s}.filter-btn.active{background:var(--gradient);color:var(--white)}.dashboard-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.dash-stat{background:var(--light-grey);border-radius:16px;padding:1.5rem}.dash-stat-label{font-size:.8rem;color:var(--text-medium);margin-bottom:.5rem}.dash-stat-value{font-size:2rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dash-stat-change{font-size:.75rem;color:#28c840;margin-top:.25rem}.dashboard-chart-area{background:var(--light-grey);border-radius:16px;padding:1.5rem;height:200px;display:flex;align-items:flex-end;gap:1rem}.chart-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.chart-bar{width:100%;max-width:40px;background:var(--gradient);border-radius:6px 6px 0 0;transition:height 1s}.chart-label{font-size:.7rem;color:var(--text-medium)}.dashboard-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.dash-feature-card{background:var(--white);border-radius:20px;padding:2rem;transition:.4s;cursor:default}.dash-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(195,43,92,.12)}.dash-feature-icon{width:55px;height:55px;background:var(--gradient);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 10px 25px rgba(195,43,92,.25)}.dash-feature-icon svg{width:26px;height:26px;stroke:var(--white);stroke-width:1.5}.dash-feature-card h3{font-size:1.15rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.dash-feature-card p{font-size:.95rem;color:var(--text-medium);line-height:1.6}.analytics-section{padding:7rem 5%;background:var(--white)}.analytics-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.analytics-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}.analytics-text p{font-size:1.1rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem}.analytics-features{list-style:none}.analytics-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(195,43,92,.1)}.analytics-feature:last-child{border-bottom:none}.analytics-feature-icon{width:36px;height:36px;background:var(--gradient-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-feature-icon svg{width:18px;height:18px;stroke:var(--pink-main);stroke-width:2}.analytics-feature h4{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.analytics-feature p{font-size:.9rem;color:var(--text-medium);line-height:1.5;margin-bottom:0}.analytics-visual{position:relative}.analytics-cards{display:flex;flex-direction:column;gap:1rem}.analytics-card{background:var(--white);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.08);border-left:4px solid var(--pink-main);transition:.4s}.analytics-card:hover{transform:translateX(10px);box-shadow:0 15px 40px rgba(195,43,92,.12)}.analytics-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.analytics-card-title{font-size:.9rem;font-weight:700;color:var(--text-dark)}.analytics-card-tag{font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;background:var(--gradient-soft);color:var(--pink-main)}.analytics-card-value{font-size:2rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.analytics-card-desc{font-size:.85rem;color:var(--text-medium)}.analytics-card-bar{margin-top:1rem;height:8px;background:var(--light-grey);border-radius:4px;overflow:hidden}.analytics-card-bar-fill{height:100%;background:var(--gradient);border-radius:4px}.alerts-section{padding:7rem 5%;background:var(--text-dark);color:var(--white);position:relative;overflow:hidden}.alerts-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.alerts-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.alerts-visual{position:relative}.alert-notification{background:var(--white);border-radius:16px;padding:1.5rem;color:var(--text-dark);box-shadow:0 20px 50px rgba(0,0,0,.3);margin-bottom:1rem;transform:translateX(0);transition:.4s;position:relative}.alert-notification:hover{transform:translateX(10px)}.alert-notification.urgent{border-left:4px solid #ff5f57}.alert-notification.warning{border-left:4px solid #febc2e}.alert-notification.info{border-left:4px solid #28c840}.alert-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.alert-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.alert-notification.urgent .alert-icon{background:rgba(255,95,87,.1)}.alert-notification.urgent .alert-icon svg{stroke:#ff5f57}.alert-notification.warning .alert-icon{background:rgba(254,188,46,.1)}.alert-notification.warning .alert-icon svg{stroke:#febc2e}.alert-notification.info .alert-icon{background:rgba(40,200,64,.1)}.alert-notification.info .alert-icon svg{stroke:#28c840}.alert-icon svg{width:18px;height:18px;stroke-width:2}.alert-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.alert-notification.urgent .alert-type{color:#ff5f57}.alert-notification.warning .alert-type{color:#febc2e}.alert-notification.info .alert-type{color:#28c840}.alert-time{font-size:.75rem;color:var(--text-medium);margin-left:auto}.alert-title{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.alert-desc{font-size:.85rem;color:var(--text-medium);line-height:1.5}.alerts-text{max-width:500px}.alerts-text .section-label{color:var(--light-pink)}.alerts-text .section-label::before{background:var(--light-pink)}.alerts-text h2{font-size:clamp(2rem, 3.5vw, 2.75rem);font-weight:900;margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.15}.alerts-text p{font-size:1.1rem;opacity:.85;line-height:1.8;margin-bottom:2rem}.alert-types{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.alert-type-card{background:rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;text-align:center;border:1px solid rgba(255,255,255,.1)}.alert-type-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.alert-type-icon svg{width:20px;height:20px;stroke:var(--white);stroke-width:2}.alert-type-card h4{font-size:.85rem;font-weight:700}.integrations-section{padding:7rem 5%;background:var(--light-grey)}.integrations-content{max-width:1000px;margin:0 auto;text-align:center}.integrations-header h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.03em}.integrations-header p{font-size:1.15rem;color:var(--text-medium);max-width:600px;margin:0 auto 4rem}.integrations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.integration-card{background:var(--white);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:.4s;cursor:default}.integration-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(195,43,92,.1)}.integration-logo{width:60px;height:60px;background:var(--light-grey);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:.8rem;font-weight:700;color:var(--text-medium)}.integration-card h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.integration-card p{font-size:.85rem;color:var(--text-medium)}.integration-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--pink-main);font-size:.95rem;font-weight:700;text-decoration:none}.integration-cta svg{width:18px;height:18px;stroke:var(--pink-main);stroke-width:2}.security-section{padding:7rem 5%;background:var(--white)}.security-content{max-width:1100px;margin:0 auto}.security-header{text-align:center;margin-bottom:4rem}.security-header h2{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.03em}.security-header p{font-size:1.15rem;color:var(--text-medium);max-width:600px;margin:0 auto}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.security-card{background:var(--light-grey);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:.4s}.security-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(195,43,92,.1)}.security-icon{width:70px;height:70px;background:var(--gradient);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 15px 35px rgba(195,43,92,.25)}.security-icon svg{width:32px;height:32px;stroke:var(--white);stroke-width:1.5}.security-card h3{font-size:1.2rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.security-card p{font-size:.95rem;color:var(--text-medium);line-height:1.7}.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){.alerts-content,.analytics-content,.hero-feature-content{grid-template-columns:1fr;gap:3rem}.dashboard-ui{grid-template-columns:1fr}.dashboard-sidebar{display:none}.dashboard-stats-row,.integrations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){nav{padding:1rem 5%}.nav-links{display:none}.mobile-menu-btn{display:flex}.feature-nav{display:none}.alert-types,.dashboard-features-grid,.dashboard-stats-row,.feature-highlights,.integrations-grid,.security-grid{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}}