@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.button{border:none;background:none;padding:0;margin:0;font:inherit;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden;font-weight:700;text-align:center;white-space:nowrap;letter-spacing:.5px;border-radius:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s cubic-bezier(.4,0,.2,1)}.button:hover:before{left:100%}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);color:#fff;border:2px solid transparent;box-shadow:0 4px 15px #5b21b64d;background-size:200% 200%;animation:gradientShift 3s ease infinite}.button--primary:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 0 20px #d4a57480,0 0 40px #c17a2e4d,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.button--primary:active:not(:disabled){transform:translateY(-1px) scale(1)}.button--secondary{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#f5c51f;border:2px solid rgba(245,197,31,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button--secondary:hover:not(:disabled){border-color:#f5c51f;background:linear-gradient(135deg,#f1f5f9,#f8fafc);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.button--outline{background:transparent;color:#f5c51f;border:2px solid rgb(245,197,31);position:relative}.button--outline:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);transition:width .3s cubic-bezier(.4,0,.2,1);z-index:-1;border-radius:inherit}.button--outline:hover:not(:disabled){color:#fff;border-color:transparent;box-shadow:0 0 20px #d4a57480,0 0 40px #c17a2e4d}.button--outline:hover:not(:disabled):after{width:100%}.button--small{padding:.75rem 1.5rem;font-size:.875rem;border-radius:.75rem}.button--medium{padding:1rem 3rem;font-size:1rem}.button--large{padding:1.5rem 4rem;font-size:1.125rem;border-radius:1.5rem;font-weight:800}.section-title{margin-bottom:6rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1)}.section-title--left{text-align:left}.section-title--center{text-align:center}.section-title--right{text-align:right}.section-title__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width: 768px){.section-title__heading{font-size:2.25rem}}@media (min-width: 1024px){.section-title__heading{font-size:3rem}}.section-title__heading{margin-bottom:2rem;font-size:2.25rem;position:relative;display:inline-block}@media (min-width: 768px){.section-title__heading{font-size:3rem}}.section-title__heading{background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShift 5s ease infinite}.section-title__heading .word-wrapper{display:inline-block;overflow:hidden;vertical-align:top}.section-title__heading .word{display:inline-block;perspective:1000px;transform-style:preserve-3d;background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%}.section-title__heading:after{content:"";position:absolute;bottom:-1rem;left:0;width:60px;height:4px;background:linear-gradient(135deg,#c17a2e,#d99445,#f4d03f);border-radius:9999px}.section-title--center .section-title__heading:after{left:50%;transform:translate(-50%)}.section-title--right .section-title__heading:after{left:auto;right:0}.section-title__subtitle{font-size:1.125rem;line-height:1.75}@media (min-width: 768px){.section-title__subtitle{font-size:1.25rem}}.section-title__subtitle{color:#475569;max-width:700px;line-height:1.75;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .2s backwards}.section-title--center .section-title__subtitle{margin-left:auto;margin-right:auto}.section-title--right .section-title__subtitle{margin-left:auto}.theme-switcher{background:none;border:none;cursor:pointer;padding:0;font-size:24px;opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-switcher:hover{opacity:1;transform:scale(1.1)}.language-switcher{position:relative}.language-switcher__button{display:flex;align-items:center;gap:6px;padding:0;background:none;border:none;color:var(--color-text-primary);font-size:14px;font-weight:500;cursor:pointer;opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.language-switcher__button:hover{opacity:1;transform:scale(1.05)}.language-switcher__label{letter-spacing:.5px}.language-switcher__arrow{font-size:8px;transition:transform .3s ease}.language-switcher__arrow--open{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:120px;background:var(--color-bg-primary);border:1px solid rgba(245,197,31,.2);border-radius:8px;overflow:hidden;z-index:1000;animation:dropdownSlideIn .2s ease;box-shadow:0 4px 12px var(--shadow-color)}.language-switcher__option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:transparent;border:none;color:var(--color-text-primary);font-size:13px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.language-switcher__option:hover{background:#f5c51f1a}.language-switcher__option--active{background:#f5c51f26}.language-switcher__option--active .language-switcher__option-label{color:#f5c51f;font-weight:700}.language-switcher__option:not(:last-child){border-bottom:1px solid rgba(245,197,31,.1)}.language-switcher__option-label{font-weight:500;letter-spacing:.5px}.language-switcher__option-name{color:var(--color-text-secondary);font-size:11px}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(var(--color-bg-primary-rgb, 10, 22, 40),.7);border-bottom:1px solid rgba(245,197,31,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.header__logo{display:flex;align-items:center;gap:8px;cursor:pointer;opacity:.9;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__logo:hover{opacity:1}.header__logo-text{font-size:20px;font-weight:700;color:var(--color-text-primary);background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}.header__nav{display:none;align-items:center;gap:20px}@media (min-width: 768px){.header__nav{display:flex}}.header__nav-link{background:none;border:none;color:var(--color-text-primary);font-size:13px;font-weight:500;cursor:pointer;opacity:.6;padding:4px 8px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__nav-link:hover,.header__nav-link--active{opacity:1}.header__nav-link--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);border-radius:9999px}.header__controls{display:flex;align-items:center;gap:15px}.footer{padding:20px;background:var(--gradient-dark);border-top:1px solid rgba(245,197,31,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__tools{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(245,197,31,.08)}.footer__tools-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);opacity:.5;font-weight:600}.footer__tool-link{font-size:11px;color:var(--color-text-secondary);text-decoration:none;opacity:.6;border:1px solid rgba(245,197,31,.2);border-radius:4px;padding:2px 8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__tool-link:hover{opacity:1;color:#f5c51f;border-color:#f5c51f80}.footer__content{display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;color:var(--color-text-secondary)}.footer__link{color:var(--color-text-secondary);text-decoration:none;opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__link:hover{opacity:1;color:#f5c51f}.footer__separator{opacity:.5}.footer__copyright{opacity:.7}.scroll-gradient{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.scroll-gradient__orb{position:absolute;border-radius:50%;filter:blur(150px);will-change:transform,opacity;mix-blend-mode:screen}.scroll-gradient__orb--1{width:800px;height:800px;background:radial-gradient(circle,rgba(212,165,116,.4) 0%,rgba(212,165,116,.2) 50%,transparent 100%);top:10%;left:10%;opacity:.6}.scroll-gradient__orb--2{width:700px;height:700px;background:radial-gradient(circle,rgba(193,122,46,.5) 0%,rgba(157,97,36,.3) 50%,transparent 100%);top:40%;right:5%;opacity:.7}.scroll-gradient__orb--3{width:600px;height:600px;background:radial-gradient(circle,rgba(244,208,63,.4) 0%,rgba(212,176,47,.2) 50%,transparent 100%);bottom:20%;left:30%;opacity:.5}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--gradient-dark);transition:background .3s ease}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(230,200,159,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(230,200,159,.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;opacity:.3}.hero__gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.6;animation:float 20s ease-in-out infinite,pulse 4s ease-in-out infinite;will-change:transform,opacity}.hero__gradient-orb--1{width:600px;height:600px;background:radial-gradient(circle,#f5c51f,#b8884a);top:-300px;left:-200px;animation-delay:0s}.hero__gradient-orb--2{width:500px;height:500px;background:radial-gradient(circle,#c17a2e,#9d6124);top:50%;right:-150px;animation-delay:-7s}.hero__gradient-orb--3{width:450px;height:450px;background:radial-gradient(circle,#f4d03f,#d4b02f);bottom:-200px;left:30%;animation-delay:-14s}.hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:6rem;align-items:center;padding-top:8rem;padding-bottom:8rem}@media (min-width: 1024px){.hero__container{grid-template-columns:1.2fr 1fr}}.hero__content{text-align:center}@media (min-width: 1024px){.hero__content{text-align:left}}.hero__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width: 768px){.hero__title{font-size:3rem}}@media (min-width: 1024px){.hero__title{font-size:3.75rem}}.hero__title{color:#fff;margin-bottom:2rem;font-size:2.25rem;line-height:1.1;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1)}@media (min-width: 768px){.hero__title{font-size:3.75rem}}@media (min-width: 1024px){.hero__title{font-size:4.5rem}}.hero__title{background:linear-gradient(135deg,var(--color-text-primary) 0%,#f4d03f 50%,#d4a574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1),gradientShift 5s ease infinite}.hero__subtitle{font-size:1.125rem;line-height:1.75}@media (min-width: 768px){.hero__subtitle{font-size:1.25rem}}.hero__subtitle{color:var(--color-text-secondary);margin-bottom:4rem;font-size:1.125rem;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .2s backwards;line-height:1.8;max-width:600px}@media (min-width: 1024px){.hero__subtitle{font-size:1.25rem}}.hero__content .hero__subtitle{margin-left:auto;margin-right:auto}@media (min-width: 1024px){.hero__content .hero__subtitle{margin-left:0;margin-right:0}}.hero__cta{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .4s backwards}.hero__visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center;perspective:1000px}@media (min-width: 768px){.hero__visual{height:600px}}.hero__animation-box{position:absolute;margin:0;overflow:hidden;border-radius:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);animation:float3D 15s ease-in-out infinite;transition:all .5s cubic-bezier(.4,0,.2,1);will-change:transform}@media (prefers-reduced-motion: reduce){.hero__animation-box{animation:none}}.hero__animation-box{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);box-shadow:0 8px 32px #1f26875e,inset 0 0 20px #ffffff0d}.hero__animation-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background:linear-gradient(135deg,#d4a57433,#d4a57400);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.hero__animation-box:hover{transform:scale(1.05) translateZ(20px);border-color:#ffffff4d}.hero__animation-box:hover:before{opacity:1}.hero__animation-box:hover .hero__loop{opacity:1}.hero__animation-box--1{width:300px;height:300px;background:linear-gradient(135deg,#f5c51f4d,#c17a2e4d);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:0s;z-index:3}@media (min-width: 768px){.hero__animation-box--1{width:350px;height:350px}}.hero__animation-box--2{width:220px;height:220px;background:linear-gradient(135deg,#c17a2e66,#f4d03f66);top:10%;left:5%;animation-delay:-5s;z-index:2}@media (min-width: 768px){.hero__animation-box--2{width:250px;height:250px}}.hero__animation-box--3{width:180px;height:180px;background:linear-gradient(135deg,#f4d03f4d,#f5c51f4d);bottom:5%;right:10%;animation-delay:-10s;z-index:1}@media (min-width: 768px){.hero__animation-box--3{width:200px;height:200px}}.hero__loop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.88;transition:opacity .3s cubic-bezier(.4,0,.2,1);background:#050b14}.hero__loop-label{position:absolute;left:.75rem;bottom:.75rem;z-index:2;padding:2px .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#f5c51f;background:#050b148c;border:1px solid rgba(245,197,31,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__animation-box--2 .hero__loop-label{top:.75rem;bottom:auto}.hero__animation-box--3 .hero__loop-label{left:auto;right:.75rem}@keyframes float3D{0%,to{transform:translateY(0) rotateX(0) rotateY(0)}25%{transform:translateY(-30px) rotateX(10deg) rotateY(-10deg)}50%{transform:translateY(0) rotateX(0) rotateY(0)}75%{transform:translateY(30px) rotateX(-10deg) rotateY(10deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.live-demo{padding:8rem 0;background:var(--color-bg-secondary);transition:background .3s ease}.live-demo__intro{max-width:620px;margin:0 auto 3rem;text-align:center}.live-demo__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width: 768px){.live-demo__title{font-size:2.25rem}}@media (min-width: 1024px){.live-demo__title{font-size:3rem}}.live-demo__title{color:var(--color-text-primary);margin-bottom:1rem}.live-demo__subtitle{font-size:1.125rem;line-height:1.75}@media (min-width: 768px){.live-demo__subtitle{font-size:1.25rem}}.live-demo__subtitle{color:var(--color-text-secondary)}.live-demo__frame{--live-bg: transparent;--live-bg-solid: var(--color-bg-primary);--live-fg: var(--color-text-primary);--live-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;--live-accent: #c17a2e;--live-line: rgba(193, 122, 46, .16);--live-body-pad: 1.5rem;--live-assistant-bg: rgba(193, 122, 46, .07);--live-user-bg: rgb(245, 197, 31);--live-user-fg: #0f172a;--live-msg-radius: .75rem;--live-msg-pad: .75rem 1rem;--live-msg-border: 1px solid transparent;--live-msg-line-height: 1.6;--live-rails-pad: 1rem 1.5rem 1.5rem;--live-rail-gap: .5rem;--live-rail-bg: transparent;--live-rail-fg: #c17a2e;--live-rail-border: 1px solid rgba(193, 122, 46, .35);--live-rail-radius: 9999px;--live-rail-pad: .5rem 1rem;--live-rail-font-size: .875rem;max-width:560px;margin:0 auto;background:var(--color-bg-primary);border:1px solid rgba(193,122,46,.22);border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;height:460px;display:flex;flex-direction:column}.live-demo__frame .self-tour,.live-demo__frame .live,.live-demo__frame .bubble-chat__chat{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.live-demo__frame .chat__body{min-height:0;display:flex;flex-direction:column}.live-demo__frame .chat__body>:first-child{margin-top:auto}.live-demo__frame .live__rail--topic{--live-rail-fg: var(--color-text-secondary);--live-rail-border: 1px solid rgba(148, 163, 184, .35)}.live-demo__anchor{max-width:560px;margin:1.5rem auto 0;padding-left:1rem;border-left:2px solid rgba(193,122,46,.35);font-size:.875rem;line-height:1.7;color:var(--color-text-secondary)}@media (min-width: 768px){.live-demo{padding:6rem 0}.live-demo__frame{height:420px}}#self-tour-chat .live__input{display:none}.quote-section{padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;transition:background .3s ease}.quote-section__content{position:relative;text-align:center;max-width:1000px;margin:0 auto;padding:6rem 3rem}.quote-section__quote{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}.quote-section__quote{font-style:italic;font-weight:600;color:var(--color-text-primary);margin-bottom:3rem;position:relative;z-index:1;font-size:1.5rem;line-height:1.3}@media (min-width: 768px){.quote-section__quote{font-size:2.25rem}}@media (min-width: 1024px){.quote-section__quote{font-size:3rem}}.quote-section__line{display:block}.quote-section__mark{position:absolute;z-index:0;display:flex;align-items:flex-start;justify-content:center;width:120px;height:120px;border-radius:1.5rem;border:1px solid rgba(245,197,31,.35);background:linear-gradient(135deg,#ffffff1a,#ffffff0a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #1f26875e,0 0 60px #1f3ca040,inset 0 1px #f4d03f8c,inset 0 0 20px #ffffff0d;font-family:Georgia,serif;font-size:150px;line-height:1;font-weight:700;background-clip:padding-box;animation:float3D 15s ease-in-out infinite;pointer-events:none;color:transparent;-webkit-text-fill-color:transparent;background-image:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text}@media (min-width: 768px){.quote-section__mark{width:170px;height:170px;font-size:220px}}@media (prefers-reduced-motion: reduce){.quote-section__mark{animation:none}}.quote-section__mark:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(60,100,220,.35) 0%,transparent 65%);filter:blur(24px)}.quote-section__mark--open{top:-10px;left:-10px;animation-delay:-4s}@media (min-width: 768px){.quote-section__mark--open{top:-20px;left:-30px}}.quote-section__mark--close{bottom:-10px;right:-10px;animation-delay:-11s}@media (min-width: 768px){.quote-section__mark--close{bottom:-20px;right:-30px}}.quote-section__author{position:relative;z-index:1;display:block;font-size:1.25rem;background:linear-gradient(135deg,#f4d03f,#e6c89f,#d4a574);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-style:normal;letter-spacing:1px;text-transform:uppercase}.quote-section__author:before{content:"— "}.hiw{--rails-gold: rgb(245, 197, 31);padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;transition:background .3s ease}.hiw__steps{list-style:none;display:flex;flex-direction:column;gap:6rem;margin-top:4rem}.hiw__step{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hiw__step{grid-template-columns:1.1fr 1fr;gap:6rem}}.hiw__stage{position:relative;aspect-ratio:4/3;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #1f26875e,inset 0 0 20px #ffffff0d;background:#050b14;isolation:isolate}.hiw__layer{position:absolute;top:-8%;right:0;bottom:-8%;left:0;width:100%;height:116%;object-fit:cover;will-change:transform}.hiw__layer--back{z-index:0;transform:scale(1.04)}.hiw__layer--mid{z-index:1}.hiw__layer--glow{z-index:2}.hiw__layer--front{z-index:3}.hiw__layer--cut{mask-image:linear-gradient(to top,black 38%,transparent 62%);-webkit-mask-image:linear-gradient(to top,black 38%,transparent 62%);transform:scale(1.02)}.hiw__bloom{pointer-events:none;background:radial-gradient(ellipse at 70% 30%,rgba(244,208,63,.22) 0%,transparent 55%),linear-gradient(to top,rgba(5,11,20,.55) 0%,transparent 45%);mix-blend-mode:screen}.hiw__text{display:flex;flex-direction:column;gap:1rem}.hiw__number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.hiw__title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);line-height:1.2}@media (min-width: 768px){.hiw__title{font-size:1.875rem}}.hiw__description{font-size:1rem;color:var(--color-text-secondary);line-height:1.75}@media (min-width: 768px){.hiw__description{font-size:1.125rem}}.hiw__idea{margin-top:1rem;padding:1.5rem;border-radius:1rem;border:1px solid rgba(245,197,31,.25);background:rgba(var(--color-bg-primary-rgb),.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:1fr;gap:1rem;color:var(--color-text-primary)}@media (min-width: 640px){.hiw__idea{grid-template-columns:200px 1fr;align-items:center}}.hiw__idea-label{grid-column:1/-1;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#f5c51f}.hiw__diagram{width:100%;height:auto;color:var(--color-text-primary)}.hiw__idea-lines{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:1rem;font-weight:500;line-height:1.35}.hiw__idea-lines li:last-child{color:#f5c51f}.solution{padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;transition:background .3s ease}.solution__content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.solution__content{gap:2rem}}.solution__label{font-size:.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#f5c51f;margin-bottom:1rem}.solution__line{font-size:1.5rem;font-weight:300;line-height:1.35;color:var(--color-text-primary);margin:0}@media (min-width: 768px){.solution__line{font-size:2.25rem}}@media (min-width: 1024px){.solution__line{font-size:3rem}}.solution__mark{font-style:normal;font-weight:700;background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solution__problem{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(245,197,31,.25);font-size:1rem;line-height:1.75;color:var(--color-text-secondary);max-width:640px}@media (min-width: 768px){.solution__problem{font-size:1.125rem}}.use-cases{padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;transition:background .3s ease}.use-cases__list{list-style:none;display:flex;flex-direction:column;gap:4rem;margin-top:4rem}.use-cases__item{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:2rem;border-radius:2rem;background:rgba(var(--color-bg-primary-rgb),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,197,31,.2);transition:border-color .3s cubic-bezier(.4,0,.2,1)}.use-cases__item:hover{border-color:#f5c51f80}@media (min-width: 768px){.use-cases__item{grid-template-columns:300px 1fr;gap:3rem}}@media (min-width: 1024px){.use-cases__item{grid-template-columns:380px 1fr}}@media (min-width: 768px){.use-cases__item:nth-child(2n){grid-template-columns:1fr 300px}.use-cases__item:nth-child(2n) .use-cases__figure{order:2}}@media (min-width: 1024px){.use-cases__item:nth-child(2n){grid-template-columns:1fr 380px}}.use-cases__figure{margin:0;aspect-ratio:3/4;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #1f26875e;background:#050b14}.use-cases__figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.use-cases__item:hover .use-cases__figure img{transform:scale(1.03)}.use-cases__body{display:flex;flex-direction:column;gap:1rem}.use-cases__who{font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#f5c51f}.use-cases__need{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--color-text-primary)}@media (min-width: 768px){.use-cases__need{font-size:1.875rem}}.use-cases__stem{font-weight:300;color:var(--color-text-secondary)}.use-cases__how{font-size:1rem;line-height:1.75;color:var(--color-text-secondary)}@media (min-width: 768px){.use-cases__how{font-size:1.125rem}}.use-cases__tier{align-self:flex-start;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;letter-spacing:.5px;color:#f5c51f;border:1px solid rgba(245,197,31,.45);background:#f5c51f14}.use-cases__tier--custom{background:linear-gradient(135deg,#d4a574,#c17a2e,#f4d03f);color:#050b14;border-color:transparent}.use-cases__note{margin-top:3rem;text-align:center;font-size:.875rem;letter-spacing:.5px;color:var(--color-text-secondary)}.use-cases__closing{margin-top:3rem;text-align:center;font-size:1.25rem;font-style:italic;line-height:1.4;color:var(--color-text-primary)}@media (min-width: 768px){.use-cases__closing{font-size:1.875rem}}.why-us{padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;transition:background .3s ease}.why-us__list{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.why-us__item{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;padding:3rem;background:#0f192d99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:2px solid rgba(245,197,31,.2);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease-out forwards}@media (min-width: 768px){.why-us__item{gap:3rem}}.why-us__item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#f5c51f,#c17a2e,#f4d03f);border-radius:.75rem 0 0 .75rem;transform:scaleY(0);transform-origin:top;transition:transform .3s cubic-bezier(.4,0,.2,1)}.why-us__item:hover{transform:translate(8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 20px #d4a57480,0 0 40px #c17a2e4d;border-color:#f5c51f;background:#0f192de6}.why-us__item:hover:before{transform:scaleY(1)}.why-us__item:hover .why-us__icon-wrapper{transform:scale(1.1) rotate(5deg)}.why-us__item:hover .why-us__number{color:#f5c51f}.why-us__icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5c51f1a,#c17a2e1a);border-radius:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (min-width: 768px){.why-us__icon-wrapper{width:80px;height:80px}}.why-us__icon{font-size:1.875rem}@media (min-width: 768px){.why-us__icon{font-size:2.25rem}}.why-us__content{display:flex;flex-direction:column;gap:.75rem}.why-us__title{font-size:1.25rem;font-weight:600;color:#fff}@media (min-width: 768px){.why-us__title{font-size:1.5rem}}.why-us__description{color:#ffffffb3;line-height:1.75}.why-us__number{font-size:2.25rem;font-weight:800;color:#f5c51f33;align-self:flex-start;transition:color .3s cubic-bezier(.4,0,.2,1)}@media (min-width: 768px){.why-us__number{font-size:3rem}}.bottom-cta{padding:8rem 0;background:var(--gradient-dark);position:relative;overflow:hidden;will-change:transform,scale;transition:background .3s ease}.bottom-cta__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;will-change:transform}.bottom-cta__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(30deg,rgba(245,197,31,.05) 12%,transparent 12.5%,transparent 87%,rgba(245,197,31,.05) 87.5%,rgba(245,197,31,.05)),linear-gradient(150deg,rgba(245,197,31,.05) 12%,transparent 12.5%,transparent 87%,rgba(245,197,31,.05) 87.5%,rgba(245,197,31,.05)),linear-gradient(30deg,rgba(245,197,31,.05) 12%,transparent 12.5%,transparent 87%,rgba(245,197,31,.05) 87.5%,rgba(245,197,31,.05)),linear-gradient(150deg,rgba(245,197,31,.05) 12%,transparent 12.5%,transparent 87%,rgba(245,197,31,.05) 87.5%,rgba(245,197,31,.05));background-size:80px 140px;animation:meshMove 20s linear infinite}.bottom-cta__gradient-orb{position:absolute;border-radius:50%;filter:blur(150px);opacity:.5;animation:float 25s ease-in-out infinite,pulse 5s ease-in-out infinite;will-change:transform,opacity}.bottom-cta__gradient-orb--1{width:700px;height:700px;background:radial-gradient(circle,rgb(245,197,31) 0%,transparent 70%);top:-350px;right:-200px;animation-delay:0s}.bottom-cta__gradient-orb--2{width:600px;height:600px;background:radial-gradient(circle,#c17a2e 0%,transparent 70%);bottom:-300px;left:-150px;animation-delay:-10s}.bottom-cta__content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;will-change:transform}.bottom-cta__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2}.bottom-cta__title{margin-bottom:3rem;font-size:2.25rem;line-height:1.2}@media (min-width: 768px){.bottom-cta__title{font-size:3rem}}@media (min-width: 1024px){.bottom-cta__title{font-size:3.75rem}}.bottom-cta__title .word{display:inline-block;perspective:1000px;transform-style:preserve-3d;margin:0 .15em;background:linear-gradient(135deg,#d4a574,#f4d03f,#d4a574);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%}.bottom-cta__title{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1),shimmer 3s linear infinite}.bottom-cta__subtitle{font-size:1.125rem;line-height:1.75}.bottom-cta__subtitle{color:#ffffffd9;margin-bottom:6rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .2s backwards;font-size:1.125rem}@media (min-width: 768px){.bottom-cta__subtitle{font-size:1.25rem}}.bottom-cta__form{margin-bottom:4rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .4s backwards}.bottom-cta__input-wrapper{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.bottom-cta__input-wrapper{flex-direction:row;gap:2rem}}.bottom-cta__input{flex:1;padding:1.5rem 3rem;border:2px solid rgba(255,255,255,.15);border-radius:1rem;background:#ffffff0d;color:#fff;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-cta__input::placeholder{color:#ffffff80}.bottom-cta__input:focus{outline:none;border-color:#e6c89f;background:#ffffff1a;box-shadow:0 0 0 4px #f5c51f33,0 0 20px #d4a57480,0 0 40px #c17a2e4d;transform:translateY(-2px)}.bottom-cta__input:focus-visible{border-color:transparent;box-shadow:0 0 0 2px #f5c51f,0 0 20px #d4a57480,0 0 40px #c17a2e4d}.bottom-cta__success{padding:1.5rem 3rem;background:linear-gradient(135deg,#c17a2e33,#c17a2e1a);color:#fff;border-radius:1rem;border:2px solid #c17a2e;font-weight:600;font-size:1.125rem;animation:scaleIn .4s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 0 20px #c17a2e4d}.bottom-cta__trust-signals{display:flex;flex-direction:column;gap:1.5rem;align-items:center;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .6s backwards}@media (min-width: 768px){.bottom-cta__trust-signals{flex-direction:row;justify-content:center;gap:4rem}}.bottom-cta__trust-item{display:flex;align-items:center;gap:1rem;color:#fffc;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.bottom-cta__trust-item:hover{color:#fff;transform:translateY(-2px)}.bottom-cta__trust-item:hover .bottom-cta__check{transform:scale(1.1);box-shadow:0 0 20px #c17a2e80,0 0 40px #d994454d}.bottom-cta__check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#f4d03f,#e6c89f,#d4a574);color:#fff;font-size:.875rem;font-weight:800;box-shadow:0 4px 10px #f4d03f4d;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes meshMove{0%{background-position:0 0}to{background-position:80px 140px}}:root[data-theme=dark]{--color-bg-primary: #0a1628;--color-bg-secondary: #050b14;--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .8);--gradient-dark: linear-gradient(135deg, #0a1628 0%, #0f1d35 50%, #1a2942 100%);--shadow-color: rgba(0, 0, 0, .3);--color-bg-primary-rgb: 10, 22, 40}:root[data-theme=light]{--color-bg-primary: #f8f6f3;--color-bg-secondary: #ffffff;--color-text-primary: #0a1628;--color-text-secondary: rgba(10, 22, 40, .8);--gradient-dark: linear-gradient(135deg, #f8f6f3 0%, #ffffff 50%, #f4f2ef 100%);--shadow-color: rgba(0, 0, 0, .1);--color-bg-primary-rgb: 248, 246, 243}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:2rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-primary);min-height:100vh;overflow-x:hidden;position:relative;transition:background-color .3s ease,color .3s ease}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(212,165,116,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(193,122,46,.03) 0%,transparent 50%),radial-gradient(circle at 40% 10%,rgba(10,22,40,.02) 0%,transparent 50%);pointer-events:none;z-index:0;transition:opacity .3s ease}main{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2;color:var(--color-text-primary)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#f5c51f;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#b8884a}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid rgb(245,197,31);outline-offset:2px}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media (min-width: 640px){.container{padding-left:3rem;padding-right:3rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes rotateHue{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}body{background:var(--gradient-dark);background-attachment:fixed}main{position:relative;z-index:1;min-height:100vh}
