@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");.hero{padding:140px 20px 100px;text-align:center;background-color:#ece6e8;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,rgba(211,174,255,.1) 2px,transparent 0),radial-gradient(circle at 25% 25%,hsla(48,99%,69%,.05) 1px,transparent 0),radial-gradient(circle at 75% 75%,rgba(211,174,255,.08) 1.5px,transparent 0);background-size:60px 52px,30px 26px,40px 35px;background-position:0 0,30px 26px,45px 17px;opacity:.6;z-index:1}.hero-stat{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#000;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:50px;padding:6px 16px;margin-bottom:40px;box-shadow:0 2px 8px rgba(0,0,0,.07);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s ease;cursor:default}.hero-stat:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 6px 20px rgba(211,174,255,.4);border-color:#d3aeff}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:3}.hero-title{font-size:72px;font-weight:400;color:#000;margin-bottom:30px;line-height:1.2;overflow:visible}.hero-title-small{font-size:.65em;font-weight:400}.hero-title .cursive{font-family:Dancing Script,cursive;font-weight:600;font-size:1.1em}.animated-word-wrapper{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:6px;margin-bottom:-6px}.animated-word{display:inline-block;background:linear-gradient(90deg,#e6b800,#ff7eb3,#a855f7,#e6b800);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.2em;animation:gradient-slide 4s linear infinite}@keyframes gradient-slide{0%{background-position:0 50%}to{background-position:300% 50%}}.animated-word.fade-out{animation:swipe-out .4s cubic-bezier(.4,0,.2,1) forwards}.animated-word.fade-in{animation:swipe-in .4s cubic-bezier(.4,0,.2,1) forwards,gradient-slide 4s linear infinite}@keyframes swipe-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-60%)}}@keyframes swipe-in{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:24px;color:#000;margin-bottom:40px}.hero-video-wrap{position:relative;max-width:1400px;margin:0 auto;border-radius:40px;border:8px solid #fff;box-shadow:0 11px 0 0 rgba(180,160,165,.75),0 7px 7px 0 rgba(180,155,160,.27),0 14.75px 9.13px 0 rgba(180,155,160,.16),0 26.7px 10.54px 0 rgba(180,155,160,.05),0 42.16px 11.95px 0 rgba(180,155,160,.01);overflow:hidden}.hero-video{width:100%;height:auto;display:block;transform:translateZ(0);will-change:transform}.video-fs-portal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.video-fs-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.video-fs-box{position:fixed;inset:0;overflow:hidden;z-index:1;will-change:transform;border-radius:0}.video-fs-portal--enter .video-fs-box{animation:fs-zoom-in .5s cubic-bezier(.4,0,.2,1) forwards}.video-fs-portal--enter .video-fs-backdrop{animation:fs-fade-in .5s ease forwards}@keyframes fs-zoom-in{0%{transform:translate(var(--fs-tx),var(--fs-ty)) scale(var(--fs-sx),var(--fs-sy));border-radius:40px}to{transform:translate(0) scale(1);border-radius:0}}@keyframes fs-fade-in{0%{opacity:0}to{opacity:1}}.video-fs-el{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-controls{position:absolute;bottom:16px;right:16px;display:flex;gap:8px;z-index:2;opacity:0;transition:opacity .25s ease}.hero-video-wrap:hover .video-controls,.video-fs-box:hover .video-controls{opacity:1}.video-btn{width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.video-btn:hover{background:rgba(0,0,0,.7);transform:scale(1.08)}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;font-size:24px;color:#000;background:linear-gradient(90deg,#fede64,#d3aeff);border:3px solid #000;border-radius:60px;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}@media (max-width:1024px){.hero{padding:120px 20px 80px}.hero-title{font-size:56px}.cta-button{font-size:22px;padding:15px 20px}}@media (max-width:768px){.hero{padding:100px 20px 60px}.hero-title{font-size:48px;line-height:1.25}.animated-word{font-size:1.1em;padding-bottom:8px;margin-bottom:-8px}.animated-word.fade-out{transform:translateY(-8px) scale(.95)}.cta-button,.hero-subtitle{font-size:20px}.cta-button{padding:12px 20px}}@media (max-width:480px){.hero{padding:90px 20px 40px}.hero-title{font-size:36px;line-height:1.3}.animated-word{font-size:1.05em;padding-bottom:6px;margin-bottom:-6px}.animated-word.fade-out{transform:translateY(-6px) scale(.95)}.cta-button,.hero-subtitle{font-size:18px}.cta-button{padding:10px 15px}}.industries-section{background-color:#ece6e8;padding:80px 20px;display:flex;justify-content:center;align-items:center}.industries-content{text-align:center;max-width:1200px;width:100%}.industries-heading{font-size:48px;font-weight:700;color:#000;margin-bottom:20px;line-height:1.2}.industries-subheading{font-size:20px;color:#000;margin-bottom:60px;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto}.industries-grid{display:flex;flex-wrap:wrap;gap:12px}.industry-card{flex:1 0 260px;border-radius:24px;padding:40px 30px;text-align:left;position:relative;overflow:hidden;background-size:cover;background-position:50%;transition:transform .3s ease,box-shadow .3s ease}.industry-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.industry-card-content{position:relative;z-index:1}.industry-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px;margin-top:0}.industry-description{font-size:16px;color:hsla(0,0%,100%,.9);line-height:1.7;margin:0}@media (max-width:768px){.industries-section{padding:60px 20px}.industries-heading{font-size:36px;margin-bottom:16px}.industries-subheading{font-size:18px;margin-bottom:40px}}@media (max-width:480px){.industries-section{padding:40px 16px}.industries-heading{font-size:28px}.industries-subheading{font-size:16px;margin-bottom:30px}}