.home-vitrine{max-width:1200px;margin:0 auto;padding:20px;background:transparent}.home-header,.how-it-works,.demo,.advantages-section,.testimonials-section,.final-cta{border:1px solid rgba(102,126,234,.1)}.home-header{position:relative;overflow:hidden;text-align:center;padding:clamp(20px,3vw,28px);background:var(--card-bg);border-radius:var(--section-radius);margin-bottom:30px;box-shadow:var(--section-shadow);transition:background 1.2s ease,box-shadow 1.2s ease}.home-header.is-active{background:#fff0;box-shadow:none}.home-header.is-active p{color:var(--white)}.home-header>*{position:relative;z-index:1}.home-header__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;border-radius:inherit;overflow:hidden}.home-header__background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#000000e6,#00000026,#00000014 60%,#00000005 85%,#0000);opacity:0;transition:opacity 1.2s ease;pointer-events:none;z-index:2}.home-header__background.is-active:before{opacity:1}.home-header h1{font-size:3rem;margin-bottom:10px}.home-header p{font-size:1.2rem;font-weight:600;line-height:1.8;max-width:700px;margin:0 auto 30px;color:var(--text-color);transition:color .8s ease}.home-header .buttons__container{margin-top:30px}.buttons__container p{margin:10px 0;color:var(--text-color-light);font-size:.9rem}.home-header .cta-button.primary{font-size:1.2rem;padding:15px 40px;border-radius:30px;transition:all var(--transition-speed) ease;text-transform:uppercase;letter-spacing:1px;box-shadow:var(--button-primary-shadow);color:var(--white);border:none}.home-header .cta-button.primary:hover{transform:translateY(-3px);box-shadow:var(--button-primary-shadow-hover)}.home-header .cta-button.secondary{font-size:1.2rem;padding:15px 40px;border-radius:30px;transition:all var(--transition-speed) ease;text-transform:uppercase;letter-spacing:1px;background:var(--card-bg);color:var(--link-color);border:2px solid var(--link-color)}.home-header .cta-button.secondary:hover{background:var(--gradient-primary);color:var(--white);transform:translateY(-3px)}.hero-carousel{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden}.hero-carousel img{width:100%;height:100%;object-fit:cover}.hero-carousel__empty-slide{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0cc,#cbd5e0cc,#e2e8f0cc);background-size:200% 200%;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-carousel--scroll{overflow:hidden;width:100%;height:100%;border-radius:inherit}.hero-carousel__scroll-track{display:flex;flex-direction:column;animation:heroCarouselScroll linear infinite;animation-play-state:paused;height:200%}.hero-carousel__scroll-track.is-animating{animation-play-state:running}.hero-carousel__scroll-item{flex:0 0 auto;height:50%}.hero-carousel--fade{position:relative;width:100%;height:100%;border-radius:inherit}.hero-carousel__fade-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.hero-carousel__fade-slide.is-active{opacity:1}.hero-carousel--background{width:100%;height:100%;border-radius:inherit}.hero-carousel--background .hero-carousel__scroll-track,.hero-carousel--background .hero-carousel__fade-slide{filter:blur(4px) saturate(1.1);transform:scale(1.05)}.hero-carousel--background img{filter:brightness(.9)}.home-header__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#ffffffeb,#ffffffe0 25%,#ffffffd6 55%,#ffffffc7);opacity:.9;transition:opacity 1.2s ease}.home-header__background.is-active{opacity:1}.home-header__background.is-active:after{opacity:0}.home-header__background--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;opacity:1;transition:opacity .3s ease}.hero-placeholder{width:100%;height:100%;position:relative}.hero-placeholder svg{width:100%;height:100%;object-fit:cover}.how-it-works{background:var(--card-bg);padding:clamp(32px,5vw,56px) clamp(20px,3vw,28px);margin-bottom:30px;border-radius:var(--section-radius);box-shadow:var(--section-shadow)}.demo{background:var(--card-bg);padding:clamp(20px,3vw,28px);margin-bottom:30px;border-radius:var(--section-radius);box-shadow:var(--section-shadow)}.demo h2{text-align:center;font-size:1.8rem;margin-bottom:10px;color:var(--text-color);font-weight:600}.demo .search-component{background:transparent;box-shadow:none;margin-top:0}.demo .search-component.demo-mode .search-form.demo-form{min-height:300px}.demo .demo-map-background .leaflet-control-zoom{bottom:-215px!important;right:-0px!important}.demo .service-selector{margin-bottom:30px}.demo .map-container{border-radius:var(--section-radius);overflow:hidden;box-shadow:var(--section-shadow)}.search-placeholder{border:1px dashed #d0d7ff;border-radius:16px;padding:40px;margin-top:20px;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-color-light);background:#ffffffd9;box-shadow:inset 0 0 0 1px #6366f114}.search-placeholder__ping{width:16px;height:16px;border-radius:50%;background:#a855f7;display:inline-block;margin-top:16px;animation:search-placeholder-pulse 1.6s infinite ease-in-out}@keyframes search-placeholder-pulse{0%{transform:scale(.8);opacity:.6}50%{transform:scale(1.3);opacity:.2}to{transform:scale(.8);opacity:.6}}@media(max-width:768px){.home-header h1{font-size:2rem}.home-header p{font-size:1rem}.presentation{padding:40px 20px}.home-header .cta-button.primary,.home-header .cta-button.secondary{font-size:1rem;padding:12px 30px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroCarouselScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}ol.steps-section{display:flex;justify-content:center;align-items:stretch;gap:30px;padding:0;margin:32px 0 0;list-style:none;flex-wrap:wrap;counter-reset:step}.step{flex:1 1 280px;min-width:260px;max-width:320px;width:100%;text-align:center;padding:var(--card-padding);background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--white) 100%);border:1px solid rgba(102,126,234,.1);border-radius:22px;box-shadow:var(--card-shadow);transition:box-shadow var(--transition-speed) ease,transform var(--transition-speed) ease;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;min-height:260px}.step:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.step-number{width:60px;height:60px;min-width:60px;min-height:60px;flex-shrink:0;border-radius:50%;background:var(--gradient-primary);color:var(--white);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:var(--button-primary-shadow)}.step h3{font-size:1.3rem;margin-bottom:10px;color:var(--text-color);font-weight:600}.step p{color:var(--text-color-light);line-height:1.6;margin:0}.advantages-section{background:var(--card-bg);padding:clamp(20px,3vw,28px);margin-bottom:30px;border-radius:var(--section-radius);box-shadow:var(--section-shadow)}.advantages-section h2{text-align:center;font-size:1.8rem;margin-bottom:50px;color:var(--text-color);font-weight:600}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.advantage{text-align:center;padding:28px 20px;border:1px solid rgba(102,126,234,.1);border-radius:22px;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--white) 100%);box-shadow:var(--card-shadow);transition:box-shadow var(--transition-speed) ease,transform var(--transition-speed) ease}.advantage:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.advantage-icon{width:64px;height:64px;border-radius:50%;background:#22b68714;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:background var(--transition-speed) ease,transform var(--transition-speed) ease}.advantage:hover .advantage-icon{background:#22b68726;transform:scale(1.08)}.advantage h3{font-size:1.2rem;margin-bottom:10px;color:var(--text-color);font-weight:600}.advantage p{color:var(--text-color-light);line-height:1.6}.final-cta{text-align:center;padding:clamp(20px,3vw,28px);background:var(--card-bg);border-radius:var(--section-radius);margin-top:30px;box-shadow:var(--section-shadow)}.final-cta h2{font-size:1.8rem;margin-bottom:20px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.final-cta p{font-size:1.2rem;color:var(--text-color-light);margin-bottom:40px}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.final-cta .ui-button--large{border-radius:var(--radius-round);padding:14px 32px;min-height:52px;font-size:1.05rem}.final-cta .ui-button--medium{border-radius:var(--radius-round);min-height:48px}@media(max-width:768px){.home-vitrine{padding:14px}ol.steps-section{flex-direction:column;align-items:center;padding:0}.step{height:auto;width:100%;gap:12px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column;width:100%;max-width:400px;margin:0 auto}.final-cta .ui-button{width:100%}}:root{--reveal-distance: 30px;--reveal-duration: .8s}@media(max-width:480px){:root{--reveal-distance: 20px;--reveal-duration: .6s}}.reveal{opacity:0;transform:translateY(var(--reveal-distance));transition:opacity var(--reveal-duration) cubic-bezier(.25,.46,.45,.94),transform var(--reveal-duration) cubic-bezier(.25,.46,.45,.94);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal.is-revealed{opacity:1;transform:translateY(0)}.seo-links{padding:40px 20px;background:var(--bg-color);border-radius:var(--section-radius);margin:40px 0 30px}.seo-links h2{text-align:center;color:var(--text-color);margin-bottom:30px;font-size:1.5rem}.seo-links__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.seo-links__group h3{color:var(--text-color);font-size:.95rem;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid var(--border-color-input)}.seo-links__group ul{list-style:none;padding:0;margin:0}.seo-links__group li{margin-bottom:6px}.seo-links__group a{color:var(--text-color-light);text-decoration:none;font-size:.9rem;transition:color var(--transition-speed)}.seo-links__group a:hover{color:var(--link-hover-color);text-decoration:underline}@media(max-width:768px){.seo-links__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.seo-links__grid{grid-template-columns:1fr;gap:16px}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}.home-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px;padding:clamp(40px,8vw,80px) 20px clamp(36px,6vw,64px)}.home-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:#22b6871f;border:1px solid rgba(34,182,135,.4);border-radius:var(--radius-round);color:var(--primary-color-dark);font-size:.85rem;font-weight:600;letter-spacing:.01em;transition:color .8s ease,background .8s ease,border-color .8s ease}.home-header.is-active .home-hero__badge{background:#ffffff26;border-color:#fff6;color:var(--white)}.home-hero__title{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.15;color:var(--text-color);margin:0;max-width:700px;transition:color .8s ease}.home-header.is-active .home-hero__title{color:var(--white)}.gradient-title{background:var(--gradient-hero, var(--gradient-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-header.is-active .gradient-title{background:none;-webkit-text-fill-color:var(--white);color:var(--white)}.home-hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-color-light);line-height:1.7;max-width:600px;margin:0;transition:color .8s ease}.home-header.is-active .home-hero__subtitle{color:#ffffffe0}.home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:8px}.home-hero__cta-primary{font-size:1.05rem!important;padding:14px 32px!important;border-radius:var(--radius-round)!important;min-height:52px!important;box-shadow:0 4px 16px #22b68766!important}.home-hero__cta-secondary{display:inline-flex;align-items:center;padding:14px 24px;min-height:52px;background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:var(--radius-round);color:var(--text-color);font-size:1rem;font-weight:600;cursor:pointer;transition:border-color var(--transition-speed) ease,color var(--transition-speed) ease,background var(--transition-speed) ease}.home-hero__cta-secondary:hover{border-color:var(--primary-color);color:var(--primary-color-dark);background:#22b6870f}.home-header.is-active .home-hero__cta-secondary{border-color:#ffffffb3;color:var(--white)}.home-header.is-active .home-hero__cta-secondary:hover{background:#ffffff26;border-color:var(--white)}.home-hero__social-proof{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;color:var(--text-color-muted);margin:0;transition:color .8s ease}.home-header.is-active .home-hero__social-proof{color:#ffffffbf}.home-hero__social-proof-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color);display:inline-block;animation:social-proof-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes social-proof-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.trust-bar{display:flex;justify-content:center;align-items:center;gap:0;background:var(--card-bg);border:1px solid rgba(34,182,135,.15);border-radius:var(--section-radius);margin-bottom:30px;box-shadow:var(--section-shadow);overflow:hidden}.trust-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 20px;text-align:center;position:relative;transition:background var(--transition-speed) ease}.trust-bar__item+.trust-bar__item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#22b68733}.trust-bar__item:hover{background:#22b6870a}.trust-bar__icon{font-size:1.6rem;line-height:1}.trust-bar__value{font-size:1.8rem;font-weight:800;color:var(--primary-color-dark);line-height:1.1}.trust-bar__label{font-size:.82rem;color:var(--text-color-muted);font-weight:500;letter-spacing:.02em}.use-cases-section{margin-bottom:30px}.section-header{text-align:center;margin-bottom:36px}.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-color);margin-bottom:12px}.section-intro{font-size:1.05rem;color:var(--text-color-light);max-width:560px;margin:0 auto;line-height:1.7}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.use-case-card{position:relative;background:var(--card-bg);border:1px solid rgba(102,126,234,.1);border-radius:20px;padding:32px 24px 28px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:14px;transition:box-shadow var(--transition-speed) ease,transform var(--transition-speed) ease,border-color var(--transition-speed) ease}.use-case-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px);border-color:#22b68733}.use-case-card--featured{border-color:var(--primary-color);border-width:2px;box-shadow:0 4px 20px #22b68726;background:linear-gradient(160deg,#fdfffe,#22b6870a)}.use-case-card--featured:hover{box-shadow:0 8px 32px #22b68740}.use-case-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:var(--white);font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-round);white-space:nowrap;letter-spacing:.03em;box-shadow:0 2px 8px #22b68759}.use-case-card__icon{font-size:2.4rem;line-height:1}.use-case-card h3{font-size:1.15rem;font-weight:700;color:var(--text-color);margin:0}.use-case-card p{font-size:.95rem;color:var(--text-color-light);line-height:1.6;margin:0;flex:1}.use-case-card__link{display:inline-flex;align-items:center;gap:4px;color:var(--primary-color-dark);font-weight:600;font-size:.9rem;text-decoration:none;margin-top:auto;transition:gap var(--transition-speed) ease,color var(--transition-speed) ease}.use-case-card__link:hover{color:var(--primary-color);gap:8px}.search-placeholder__spinner{width:36px;height:36px;border:3px solid rgba(34,182,135,.2);border-top-color:var(--primary-color);border-radius:50%;margin-bottom:12px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.use-cases-grid{grid-template-columns:repeat(2,1fr)}.use-case-card:last-child{grid-column:1 / -1;max-width:420px;justify-self:center}}@media(max-width:640px){.home-hero__actions{flex-direction:column;align-items:center;width:100%}.home-hero__cta-primary,.home-hero__cta-secondary{width:100%;max-width:360px;justify-content:center}.trust-bar{flex-wrap:wrap}.trust-bar__item{flex:1 1 45%}.trust-bar__item+.trust-bar__item:before{display:none}.use-cases-grid{grid-template-columns:1fr}.use-case-card:last-child{grid-column:auto;max-width:none;justify-self:auto}.advantages-grid{grid-template-columns:1fr}.section-header{margin-bottom:24px}}.testimonials-section{background:#fff;border-radius:18px;padding:48px 32px;margin-top:24px;box-shadow:0 10px 25px #0f172a14}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#f8fafc;border-radius:16px;padding:28px 24px;border:1px solid rgba(102,126,234,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;gap:16px}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1f}.testimonial-card--featured{background:linear-gradient(135deg,#22b6870a,#667eea0f);border-color:var(--primary-color);position:relative}.testimonial-card__stars{color:#f59e0b;font-size:1.2rem;letter-spacing:2px}.testimonial-card__quote{margin:0;font-size:.95rem;line-height:1.7;color:#475569;font-style:italic;flex:1}.testimonial-card__quote:before{content:"“";font-size:2rem;color:var(--primary-color);opacity:.3;display:block;line-height:.5;margin-bottom:8px}.testimonial-card__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(15,23,42,.06)}.testimonial-card__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),#667eea);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-card__author strong{display:block;font-size:.9rem;color:#1e293b}.testimonial-card__author span{font-size:.8rem;color:#94a3b8}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-section{padding:32px 20px}}@media(prefers-reduced-motion:reduce){.home-hero__social-proof-dot,.search-placeholder__spinner{animation:none}.testimonial-card:hover{transform:none}}
