.hp-container{margin:0 auto}.hp-hero{text-align:center;padding:72px 24px 56px;background:radial-gradient(circle at 15% 50%, rgba(0, 102, 204, 0.08) 0%, transparent 25%),radial-gradient(circle at 85% 30%, rgba(118, 75, 162, 0.08) 0%, transparent 25%),radial-gradient(circle at 50% 80%, rgba(0, 163, 0, 0.06) 0%, transparent 20%),linear-gradient(135deg, #f0f8ff 0%, #f5f0ff 50%, #f0fff4 100%);border-radius:0 0 24px 24px;margin-bottom:0;position:relative;overflow:hidden}.hp-hero::before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle, rgba(0, 102, 204, 0.1) 0%, transparent 70%);border-radius:50%;pointer-events:none}.hp-hero::after{content:"";position:absolute;bottom:-40px;left:-40px;width:150px;height:150px;background:radial-gradient(circle, rgba(118, 75, 162, 0.1) 0%, transparent 70%);border-radius:50%;pointer-events:none}.hp-hero__title{font-size:3rem;font-weight:800;color:var(--text-color, #333);margin:0 0 20px;line-height:1.2;letter-spacing:-0.02em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif}.hp-hero__title--accent{background:linear-gradient(135deg, var(--primary-color, #0066cc), var(--secondary-color, #764ba2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-hero__subtitle{font-size:1.15rem;color:var(--text-secondary, #495057);max-width:640px;margin:0 auto 32px;line-height:1.7}.hp-hero__cta-group{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hp-hero__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--primary-color, #0066cc);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:inherit;box-shadow:0 4px 14px rgba(0, 102, 204, 0.3)}.hp-hero__cta:hover{background:var(--primary-dark, #004a99);transform:translateY(-1px);box-shadow:0 6px 20px rgba(0, 102, 204, 0.4)}.hp-hero__cta--secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:var(--text-color, #333);font-size:1rem;font-weight:600;border:2px solid var(--border-color, #e1e5e9);border-radius:12px;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:inherit}.hp-hero__cta--secondary:hover{border-color:var(--primary-color, #0066cc);color:var(--primary-color, #0066cc);background:rgba(0, 102, 204, 0.04)}.hp-phones-showcase{padding:48px 0 64px;overflow:visible;position:relative}.hp-phones-showcase::before,.hp-phones-showcase::after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:10;pointer-events:none}.hp-phones-showcase::before{left:0}.hp-phones-showcase::after{right:0}.hp-phones-showcase__container{display:flex;justify-content:center;align-items:flex-start;gap:min(60px,4vw);margin:0 auto;padding:0 24px}.hp-phones-showcase__phone{display:flex;flex-direction:column;align-items:center;flex-shrink:0;transition:transform .3s ease}.hp-phones-showcase__phone img{width:min(306px,20vw);height:auto;border-radius:26px}.hp-phones-showcase__caption{margin-top:16px;font-size:1rem;color:var(--text-muted, #666);text-align:center;max-width:min(306px,20vw)}.hp-phones-showcase__phone:hover{transform:translateY(-8px)}@media(max-width: 1400px){.hp-phones-showcase__container{gap:40px}}@media(max-width: 1024px){.hp-phones-showcase__container{gap:24px}.hp-phones-showcase__caption{font-size:.9rem}}@media(max-width: 768px){.hp-phones-showcase{padding:32px 0 48px}.hp-phones-showcase__container{gap:16px;padding:0 16px}.hp-phones-showcase__phone img{border-radius:26px}.hp-phones-showcase__caption{font-size:.8rem}}.scroll-showcase{position:relative;background:linear-gradient(180deg, #f8fafc 0%, #fff 100%)}.scroll-showcase__sticky{position:sticky;top:0;display:flex;align-items:center;justify-content:center;padding:24px 48px;min-height:60vh;transition:min-height .3s ease}.scroll-showcase__sticky.is-scrolling{min-height:100vh}.scroll-showcase__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:100px;max-width:1600px;width:100%}.scroll-showcase__image-container{position:relative;width:320px;flex-shrink:0}.scroll-showcase__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateY(40px);transition:opacity .5s ease,transform .5s ease;display:flex;align-items:center;justify-content:center}.scroll-showcase__image-wrapper.active{opacity:1;transform:translateY(0) scale(1)}.scroll-showcase__image-wrapper.active .scroll-showcase__image{animation:imageGlow .6s ease-out forwards}@keyframes imageGlow{0%{transform:scale(0.95);box-shadow:0 20px 60px rgba(0, 0, 0, 0.15)}50%{transform:scale(1.02)}100%{transform:scale(1);box-shadow:0 30px 80px rgba(0, 0, 0, 0.25),0 15px 40px rgba(0, 0, 0, 0.15),0 0 60px rgba(100, 100, 255, 0.08)}}.scroll-showcase__image{width:100%;height:auto;border-radius:55px;border:1px solid rgba(255, 255, 255, 0.2);box-shadow:0 30px 80px rgba(0, 0, 0, 0.25),0 15px 40px rgba(0, 0, 0, 0.15),0 0 60px rgba(100, 100, 255, 0.08);transition:transform .3s ease,box-shadow .3s ease}.scroll-showcase__image:hover{transform:scale(1.02);box-shadow:0 35px 90px rgba(0, 0, 0, 0.3),0 20px 50px rgba(0, 0, 0, 0.18),0 0 80px rgba(100, 100, 255, 0.12)}.scroll-showcase__image-placeholder{width:100%;height:0;padding-bottom:200%;border-radius:36px;background:linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%)}.scroll-showcase__text{max-width:480px}.scroll-showcase__title{font-size:2.5rem;font-weight:800;color:var(--text-color, #333);margin:0 0 20px;line-height:1.2}.scroll-showcase__description{font-size:1.25rem;color:var(--text-secondary, #666);line-height:1.7;margin:0 0 32px}.scroll-showcase__indicators{display:flex;gap:12px}.scroll-showcase__indicator{width:10px;height:10px;border-radius:50%;background:#ddd;transition:background .3s ease,transform .3s ease}.scroll-showcase__indicator.active{background:var(--primary-color, #0066cc);transform:scale(1.3)}@media(max-width: 1024px){.scroll-showcase__content{gap:48px}.scroll-showcase__image-container{width:260px;height:538px}.scroll-showcase__title{font-size:2rem}.scroll-showcase__description{font-size:1.1rem}}@media(max-width: 768px){.scroll-showcase__sticky{padding:16px;min-height:60vh}.scroll-showcase__sticky.is-scrolling{min-height:100vh}.scroll-showcase__content{flex-direction:column;gap:24px;text-align:center;justify-content:center;margin-left:0;height:100%}.scroll-showcase__image-container{width:280px;height:580px}.scroll-showcase__image{border-radius:48px}.scroll-showcase__text{padding:0 16px}.scroll-showcase__title{font-size:1.5rem;margin-bottom:12px}.scroll-showcase__description{font-size:1rem;margin-bottom:20px}.scroll-showcase__indicators{justify-content:center}}.hp-how-it-works{padding:64px 24px;text-align:center;background:radial-gradient(circle at 0% 50%, rgba(0, 163, 0, 0.05) 0%, transparent 30%),radial-gradient(circle at 100% 50%, rgba(0, 102, 204, 0.05) 0%, transparent 30%),linear-gradient(180deg, #fff 0%, #f8fafc 50%, #fff 100%);position:relative}.hp-how-it-works__title{font-size:2rem;font-weight:700;color:var(--text-color, #333);margin:0 0 48px;letter-spacing:-0.01em}.hp-how-it-works__steps{display:flex;align-items:flex-start;justify-content:center;gap:24px;max-width:1100px;margin:0 auto}.hp-how-it-works__step{flex:1;text-align:center;padding:0 12px}.hp-how-it-works__step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg, var(--primary-color, #0066cc), var(--secondary-color, #764ba2));color:#fff;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 12px rgba(0, 102, 204, 0.25)}.hp-how-it-works__step-title{font-size:1.1rem;font-weight:600;color:var(--text-color, #333);margin:0 0 8px}.hp-how-it-works__step-text{font-size:.9rem;color:var(--text-secondary, #495057);line-height:1.6;margin:0 auto;max-width:300px}.hp-how-it-works__connector{width:48px;height:2px;background:var(--border-color, #e1e5e9);margin-top:24px;flex-shrink:0}.hp-category-section{padding:48px 24px 0;background:radial-gradient(ellipse at 50% 0%, rgba(0, 102, 204, 0.03) 0%, transparent 50%)}.hp-category-section--alt{background:radial-gradient(ellipse at 50% 0%, rgba(118, 75, 162, 0.04) 0%, transparent 50%),var(--bg-color, #f8f9fa)}.hp-category-section__header{text-align:center;margin-bottom:24px}.hp-category-section__badge{display:inline-block;padding:4px 14px;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.hp-category-section__title{font-size:2rem;font-weight:700;color:var(--text-color, #333);margin:0 0 12px;letter-spacing:-0.01em}.hp-category-section__subtitle{font-size:1.05rem;color:var(--text-secondary, #495057);max-width:600px;margin:0 auto;line-height:1.7}.hp-feature-section{padding:72px 24px}.hp-feature-section--alt{background:var(--bg-color, #f8f9fa);border-radius:24px;margin:0 -24px;padding:72px 48px}.hp-feature-section__header{text-align:center;margin-bottom:48px}.hp-feature-section__badge{display:inline-block;padding:4px 14px;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.hp-feature-section__title{font-size:2rem;font-weight:700;color:var(--text-color, #333);margin:0 0 12px;letter-spacing:-0.01em}.hp-feature-section__subtitle{font-size:1.05rem;color:var(--text-secondary, #495057);max-width:600px;margin:0 auto;line-height:1.7}.hp-feature-section__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:24px;max-width:1000px;margin:0 auto}.hp-feature-card{background:var(--card-bg, #ffffff);border:1px solid var(--card-border, #e1e5e9);border-radius:16px;padding:28px;transition:all .25s ease}.hp-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--card-hover-shadow, rgba(0, 0, 0, 0.12));border-color:transparent}.hp-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--bg-color, #f8f9fa);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hp-feature-card__title{font-size:1.05rem;font-weight:600;color:var(--text-color, #333);margin:0 0 8px}.hp-feature-card__description{font-size:.9rem;color:var(--text-secondary, #495057);line-height:1.6;margin:0}.hp-app-banner{text-align:center;padding:64px 24px;background:radial-gradient(circle at 90% 20%, rgba(0, 102, 204, 0.1) 0%, transparent 30%),radial-gradient(circle at 10% 80%, rgba(118, 75, 162, 0.1) 0%, transparent 30%),linear-gradient(135deg, #f0f8ff 0%, #f5f0ff 50%, #f0fff4 100%);border-radius:24px;margin:24px 16px;position:relative;overflow:hidden}.hp-app-banner__title{font-size:2rem;font-weight:700;color:var(--text-color, #333);margin:0 0 12px}.hp-app-banner__subtitle{font-size:1.05rem;color:var(--text-secondary, #495057);max-width:520px;margin:0 auto 32px;line-height:1.7}.hp-app-banner__badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hp-app-banner__badge img{height:48px;transition:transform .2s ease}.hp-app-banner__badge:hover img{transform:scale(1.05)}.hp-slideshow{position:relative;width:100%;max-width:900px;margin:0 auto 48px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.95) 100%);box-shadow:0 8px 40px rgba(0, 0, 0, 0.08)}.hp-slideshow__stage{position:relative;min-height:400px}.hp-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255, 255, 255, 0.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);opacity:0}.hp-slideshow:hover .hp-slideshow__arrow{opacity:1}.hp-slideshow__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 16px rgba(0, 0, 0, 0.15)}.hp-slideshow__arrow svg{width:20px;height:20px;stroke:#333}.hp-slideshow__arrow--prev{left:16px}.hp-slideshow__arrow--next{right:16px}.hp-slideshow__slides{position:relative;width:100%}.hp-slideshow__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .6s ease,transform .6s ease;transform:scale(0.98);display:flex;flex-direction:column}.hp-slideshow__slide--active{position:relative;opacity:1;visibility:visible;transform:scale(1)}.hp-slideshow__visual{height:280px;display:flex;align-items:center;justify-content:center;padding:32px;overflow:hidden}.hp-slideshow__content{padding:24px 32px 32px;text-align:center}.hp-slideshow__title{font-size:1.4rem;font-weight:700;color:var(--text-color, #333);margin:0 0 12px}.hp-slideshow__description{font-size:1rem;color:var(--text-secondary, #495057);line-height:1.6;margin:0;max-width:480px;margin:0 auto}.hp-slideshow__nav{display:flex;justify-content:center;gap:8px;padding:0 24px 24px}.hp-slideshow__dot{width:32px;height:4px;border-radius:2px;background:rgba(0, 0, 0, 0.15);border:none;cursor:pointer;position:relative;overflow:hidden;transition:background .2s ease}.hp-slideshow__dot:hover{background:rgba(0, 0, 0, 0.25)}.hp-slideshow__dot--active{background:rgba(0, 0, 0, 0.15)}.hp-slideshow__dot-progress{position:absolute;top:0;left:0;height:100%;background:var(--primary-color, #0066cc);border-radius:2px;transition:width .05s linear}.hp-slide-visual-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hp-slide-visual{width:100%;max-width:320px;height:220px;position:relative;display:flex;align-items:center;justify-content:center}.hp-slide-visual__phone{width:140px;height:280px;background:linear-gradient(145deg, #1a1a1a 0%, #333 100%);border-radius:24px;padding:8px;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);transform:perspective(800px) rotateY(-5deg)}.hp-slide-visual__screen{width:100%;height:100%;background:linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);border-radius:18px;position:relative;overflow:hidden}.hp-slide-visual--share .hp-slide-visual__map-bg{position:absolute;inset:0;background:linear-gradient(45deg, #e3f2fd 25%, transparent 25%),linear-gradient(-45deg, #e3f2fd 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #e3f2fd 75%),linear-gradient(-45deg, transparent 75%, #e3f2fd 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;opacity:.5}.hp-slide-visual--share .hp-slide-visual__share-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:48px;height:48px;color:#06c;animation:pulse-scale 2s ease-in-out infinite}.hp-slide-visual--share .hp-slide-visual__share-ripple{position:absolute;top:50%;left:50%;width:80px;height:80px;border:2px solid #06c;border-radius:50%;transform:translate(-50%, -50%);animation:ripple-expand 2s ease-out infinite;opacity:0}.hp-slide-visual--playback{width:100%;max-width:400px}.hp-slide-visual__map-canvas{width:100%;height:200px;background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 50%, #a5d6a7 100%);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0, 0, 0, 0.1)}.hp-slide-visual__route-line{position:absolute;top:35%;left:15%;width:70%;height:4px;background:linear-gradient(90deg, #0066cc, #764ba2, #00a300);border-radius:2px;transform:rotate(10deg)}.hp-slide-visual__travel-dot{position:absolute;width:16px;height:16px;background:#06c;border-radius:50%;top:32%;left:15%;box-shadow:0 0 0 4px rgba(0, 102, 204, 0.3);animation:travel-dot 4s ease-in-out infinite}.hp-slide-visual__marker{position:absolute;width:12px;height:12px;background:#fff;border:3px solid #06c;border-radius:50%;transform:translate(-50%, -50%)}.hp-slide-visual--maps .hp-slide-visual__styled-map{width:280px;height:180px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 12px 40px rgba(0, 0, 0, 0.15)}.hp-slide-visual__map-layers{position:absolute;inset:0}.hp-slide-visual__map-layer--water{position:absolute;inset:0;background:linear-gradient(135deg, #bbdefb 0%, #90caf9 100%)}.hp-slide-visual__map-layer--land{position:absolute;top:20%;left:10%;width:60%;height:50%;background:linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 100%);border-radius:40% 60% 30% 70%}.hp-slide-visual__map-layer--roads{position:absolute;top:35%;left:20%;width:50%;height:3px;background:rgba(255, 255, 255, 0.8);border-radius:2px}.hp-slide-visual__pin-elegant{position:absolute;top:40%;left:45%;width:24px;height:32px;background:linear-gradient(135deg, #0066cc 0%, #004a99 100%);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:translate(-50%, -100%);box-shadow:0 4px 12px rgba(0, 102, 204, 0.4)}.hp-slide-visual__pin-elegant::after{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:8px;height:8px;background:#fff;border-radius:50%}.hp-slide-visual--import{flex-direction:column;gap:16px}.hp-slide-visual__import-sources{display:flex;gap:12px}.hp-slide-visual__source-item{width:56px;height:56px;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);position:relative;overflow:hidden}.hp-slide-visual__source-item--photo{background:linear-gradient(135deg, #ffecb3 0%, #ffe082 100%)}.hp-slide-visual__source-item--url{background:linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%)}.hp-slide-visual__source-item--text{background:linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%)}.hp-slide-visual__arrow-flow{width:40px;height:24px;position:relative}.hp-slide-visual__arrow-flow::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:solid #764ba2;border-width:0 3px 3px 0;padding:6px;transform:translate(-50%, -50%) rotate(45deg);animation:arrow-bounce 1.5s ease-in-out infinite}.hp-slide-visual__itinerary-result{width:120px;height:80px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0, 0, 0, 0.1);position:relative;overflow:hidden}.hp-slide-visual__itinerary-result::before{content:"";position:absolute;top:12px;left:12px;right:12px;height:8px;background:linear-gradient(90deg, #0066cc, #764ba2);border-radius:4px}.hp-slide-visual__itinerary-result::after{content:"";position:absolute;top:28px;left:12px;right:24px;bottom:12px;background:repeating-linear-gradient(to bottom, #e0e0e0 0px, #e0e0e0 4px, transparent 4px, transparent 12px)}.hp-slide-visual--offline .hp-slide-visual__offline-badge{position:absolute;top:12px;right:12px;width:28px;height:28px;background:#ff5252;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.hp-slide-visual--offline .hp-slide-visual__offline-badge svg{width:16px;height:16px}.hp-slide-visual--offline .hp-slide-visual__content-grid{position:absolute;top:50px;left:12px;right:12px;bottom:12px;background:repeating-linear-gradient(to bottom, #e8ecf0 0px, #e8ecf0 20px, #f5f7f9 20px, #f5f7f9 40px);border-radius:8px}.hp-slide-visual--translate{flex-direction:column}.hp-slide-visual__translation-box{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0, 0, 0, 0.1)}.hp-slide-visual__text-original,.hp-slide-visual__text-translated{width:160px;height:32px;background:#f5f5f5;border-radius:8px;position:relative}.hp-slide-visual__text-original::before{content:"";position:absolute;top:8px;left:12px;right:40px;height:6px;background:#bdbdbd;border-radius:3px}.hp-slide-visual__text-original::after{content:"";position:absolute;top:18px;left:12px;width:40px;height:6px;background:#e0e0e0;border-radius:3px}.hp-slide-visual__text-translated::before{content:"";position:absolute;top:8px;left:12px;right:30px;height:6px;background:#764ba2;border-radius:3px}.hp-slide-visual__text-translated::after{content:"";position:absolute;top:18px;left:12px;width:60px;height:6px;background:#9c27b0;border-radius:3px;opacity:.5}.hp-slide-visual__translate-arrow{width:24px;height:24px;position:relative}.hp-slide-visual__translate-arrow::after{content:"";position:absolute;top:50%;left:50%;border:solid #764ba2;border-width:0 2px 2px 0;padding:5px;transform:translate(-50%, -70%) rotate(45deg)}.hp-slide-visual--voice .hp-slide-visual__speaker{width:120px;height:120px;background:linear-gradient(135deg, #764ba2 0%, #9c27b0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px rgba(118, 75, 162, 0.4)}.hp-slide-visual__sound-waves{display:flex;align-items:center;gap:4px;height:40px}.hp-slide-visual__wave{width:4px;background:rgba(255, 255, 255, 0.9);border-radius:2px;animation:sound-wave 1s ease-in-out infinite}.hp-slide-visual__wave:nth-child(1){height:20px;animation-delay:0s}.hp-slide-visual__wave:nth-child(2){height:32px;animation-delay:.2s}.hp-slide-visual__wave:nth-child(3){height:24px;animation-delay:.4s}.hp-slide-visual--navigation .hp-slide-visual__nav-display{width:200px;height:160px;background:linear-gradient(180deg, #1a237e 0%, #283593 100%);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 12px 40px rgba(26, 35, 126, 0.4)}.hp-slide-visual__direction-arrow{position:absolute;top:30%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:24px solid transparent;border-right:24px solid transparent;border-bottom:40px solid #4caf50;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3))}.hp-slide-visual__route-preview{position:absolute;bottom:20px;left:20px;right:20px;height:40px;background:rgba(255, 255, 255, 0.1);border-radius:8px}.hp-slide-visual__route-preview::before{content:"";position:absolute;top:50%;left:12px;right:12px;height:3px;background:linear-gradient(90deg, #4caf50, transparent 30%);transform:translateY(-50%);border-radius:2px}.hp-slide-visual--alerts .hp-slide-visual__notification-stack{display:flex;flex-direction:column;gap:8px;perspective:500px}.hp-slide-visual__notification{width:200px;height:48px;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);position:relative;transition:transform .3s ease}.hp-slide-visual__notification::before{content:"";position:absolute;top:12px;left:12px;width:24px;height:24px;border-radius:6px}.hp-slide-visual__notification::after{content:"";position:absolute;top:14px;left:44px;right:16px;height:8px;background:#e0e0e0;border-radius:4px}.hp-slide-visual__notification--today::before{background:linear-gradient(135deg, #ff5252 0%, #f44336 100%)}.hp-slide-visual__notification--tomorrow::before{background:linear-gradient(135deg, #ffab40 0%, #ff9800 100%)}.hp-slide-visual__notification--upcoming::before{background:linear-gradient(135deg, #69f0ae 0%, #4caf50 100%)}.hp-slide-visual__notification--today{transform:translateX(-10px) rotateY(-5deg);animation:notification-pop .5s ease-out}.hp-slide-visual__notification--tomorrow{animation:notification-pop .5s ease-out .1s backwards}.hp-slide-visual__notification--upcoming{transform:translateX(10px) rotateY(5deg);animation:notification-pop .5s ease-out .2s backwards}.hp-slide-visual--weather .hp-slide-visual__weather-card{width:180px;height:160px;background:linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);border-radius:20px;padding:20px;position:relative;box-shadow:0 12px 40px rgba(30, 136, 229, 0.4)}.hp-slide-visual__sun-icon{width:48px;height:48px;background:#ffeb3b;border-radius:50%;position:absolute;top:20px;right:20px;box-shadow:0 0 20px rgba(255, 235, 59, 0.6)}.hp-slide-visual__sun-icon::before{content:"";position:absolute;inset:-8px;background:radial-gradient(circle, rgba(255, 235, 59, 0.3) 0%, transparent 70%)}.hp-slide-visual__temp-display{position:absolute;top:24px;left:20px;width:60px;height:32px;background:rgba(255, 255, 255, 0.2);border-radius:8px}.hp-slide-visual__temp-display::before{content:"24°";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:18px;font-weight:700}.hp-slide-visual__forecast-row{position:absolute;bottom:20px;left:20px;right:20px;height:40px;display:flex;gap:8px}.hp-slide-visual__forecast-row::before,.hp-slide-visual__forecast-row::after{content:"";flex:1;background:rgba(255, 255, 255, 0.2);border-radius:8px}.hp-slide-visual--calendar .hp-slide-visual__timeline{display:flex;gap:12px;padding:20px}.hp-slide-visual__day-block{width:72px;height:140px;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);position:relative;overflow:hidden}.hp-slide-visual__day-block::before{content:"";position:absolute;top:0;left:0;right:0;height:24px;border-radius:12px 12px 0 0}.hp-slide-visual__day-block--1::before{background:linear-gradient(90deg, #00a300, #4caf50)}.hp-slide-visual__day-block--2::before{background:linear-gradient(90deg, #0066cc, #2196f3)}.hp-slide-visual__day-block--3::before{background:linear-gradient(90deg, #764ba2, #9c27b0)}.hp-slide-visual__day-block::after{content:"";position:absolute;top:36px;left:8px;right:8px;bottom:8px;background:repeating-linear-gradient(to bottom, #f5f5f5 0px, #f5f5f5 12px, transparent 12px, transparent 20px);border-radius:4px}.hp-slide-visual--interactive-map .hp-slide-visual__full-map{width:280px;height:180px;background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0, 0, 0, 0.1)}.hp-slide-visual__route-overlay{position:absolute;top:30%;left:20%;width:60%;height:40%;border:3px dashed #00a300;border-radius:40% 60% 60% 40%;opacity:.6}.hp-slide-visual__dest-pin{position:absolute;width:20px;height:20px;background:#00a300;border-radius:50% 50% 50% 0;transform:translate(-50%, -50%) rotate(-45deg);box-shadow:0 2px 8px rgba(0, 163, 0, 0.4)}.hp-slide-visual__dest-pin::after{content:"";position:absolute;top:5px;left:5px;width:10px;height:10px;background:#fff;border-radius:50%}.hp-slide-visual--distance .hp-slide-visual__route-stats{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0, 0, 0, 0.1)}.hp-slide-visual__stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.hp-slide-visual__stat-icon{width:40px;height:40px;background:linear-gradient(135deg, #00a300 0%, #4caf50 100%);border-radius:10px}.hp-slide-visual__stat-value{width:60px;height:12px;background:#e0e0e0;border-radius:6px}.hp-slide-visual__stat-connector{width:40px;height:3px;background:repeating-linear-gradient(90deg, #00a300 0px, #00a300 6px, transparent 6px, transparent 12px)}.hp-slide-visual--default .hp-slide-visual__placeholder-box{width:200px;height:150px;border-radius:16px;opacity:.3}@keyframes pulse-scale{0%,100%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.1)}}@keyframes ripple-expand{0%{transform:translate(-50%, -50%) scale(0.5);opacity:.8}100%{transform:translate(-50%, -50%) scale(2);opacity:0}}@keyframes travel-dot{0%,100%{left:15%}50%{left:75%}}@keyframes arrow-bounce{0%,100%{transform:translate(-50%, -50%) rotate(45deg) translateY(0)}50%{transform:translate(-50%, -50%) rotate(45deg) translateY(4px)}}@keyframes sound-wave{0%,100%{transform:scaleY(1)}50%{transform:scaleY(1.5)}}@keyframes notification-pop{0%{opacity:0;transform:translateY(20px) scale(0.9)}100%{opacity:1;transform:translateY(0) scale(1)}}@media(max-width: 768px){.hp-slideshow__stage{min-height:360px}.hp-slideshow__visual{height:220px;padding:24px 16px}.hp-slideshow__content{padding:16px 20px 24px}.hp-slideshow__title{font-size:1.2rem}.hp-slideshow__description{font-size:.9rem}.hp-slideshow__arrow{width:36px;height:36px}.hp-slideshow__arrow--prev{left:8px}.hp-slideshow__arrow--next{right:8px}.hp-slide-visual__phone{width:100px;height:200px}.hp-slide-visual--playback,.hp-slide-visual--maps .hp-slide-visual__styled-map,.hp-slide-visual--interactive-map .hp-slide-visual__full-map{max-width:240px}}@media(max-width: 480px){.hp-slideshow{border-radius:16px;margin:0 auto 32px}.hp-slideshow__stage{min-height:320px}.hp-slideshow__visual{height:180px}.hp-slideshow__nav{padding:0 16px 16px}.hp-slideshow__dot{width:24px}}@media(max-width: 768px){.hp-hero{padding:48px 16px 40px}.hp-hero__title{font-size:2rem}.hp-hero__subtitle{font-size:1rem;max-width:100%}.hp-hero__cta-group{flex-direction:column;gap:12px}.hp-hero__cta,.hp-hero__cta--secondary{width:100%;justify-content:center}.hp-feature-section{padding:48px 16px}.hp-feature-section__title{font-size:1.5rem}.hp-feature-section__grid{grid-template-columns:1fr;gap:16px}.hp-how-it-works{padding:48px 16px}.hp-how-it-works__steps{flex-direction:column;gap:32px;align-items:center}.hp-how-it-works__step{text-align:center}.hp-how-it-works__connector{display:none}.hp-how-it-works__title{font-size:1.5rem}.hp-app-banner{padding:48px 16px}.hp-app-banner__title{font-size:1.5rem}.hp-app-banner__badges{flex-direction:column;align-items:center}}@media(max-width: 480px){.hp-hero{padding:32px 12px 32px}.hp-hero__title{font-size:1.6rem}.hp-feature-section{padding:36px 12px}.hp-feature-card{padding:20px}}
