.Header-module__ldgnoG__header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);width:100%;transition:var(--transition-smooth);background-color:#faf8f5d9;position:fixed;top:0;left:0}.Header-module__ldgnoG__container{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem 2rem;display:flex}.Header-module__ldgnoG__logoContainer{cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__ldgnoG__brandName{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text-primary);font-size:1.5rem;font-weight:600}.Header-module__ldgnoG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__ldgnoG__navLink{font-family:var(--font-sans);color:var(--text-secondary);transition:var(--transition-smooth);padding:.25rem 0;font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.Header-module__ldgnoG__navLink:hover{color:var(--text-primary)}.Header-module__ldgnoG__navLink:after{content:"";background-color:var(--accent-gold);width:0;height:1.5px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.Header-module__ldgnoG__navLink:hover:after{width:100%}.Header-module__ldgnoG__ctaButton{font-family:var(--font-sans);background-color:var(--text-primary);color:#fff;border:1.5px solid var(--text-primary);cursor:pointer;transition:var(--transition-smooth);border-radius:4px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none}.Header-module__ldgnoG__ctaButton:hover{color:var(--text-primary);background-color:#0000}@media (max-width:768px){.Header-module__ldgnoG__nav{display:none}.Header-module__ldgnoG__container{padding:1rem 1.25rem}}
.Hero-module__JgYmMq__hero{background:radial-gradient(circle at 85% 20%,#b890470f 0%,#0000 50%),radial-gradient(circle at 15% 80%,#5665730a 0%,#0000 50%);align-items:center;min-height:100vh;padding:9rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{max-width:var(--max-width);grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;margin:0 auto;display:grid}.Hero-module__JgYmMq__content{flex-direction:column;gap:1.5rem;max-width:580px;animation:1s cubic-bezier(.16,1,.3,1) forwards Hero-module__JgYmMq__heroFadeIn;display:flex}.Hero-module__JgYmMq__tag{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-gold);background-color:#b890470f;border:1px solid #b8904726;border-radius:20px;align-self:flex-start;padding:.375rem .875rem;font-size:.75rem;font-weight:700}.Hero-module__JgYmMq__headline{letter-spacing:-.02em;font-size:3.75rem;font-weight:500;line-height:1.15}.Hero-module__JgYmMq__subheading{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.Hero-module__JgYmMq__actions{gap:1.25rem;margin-top:1rem;display:flex}.Hero-module__JgYmMq__primaryBtn{font-family:var(--font-sans);background-color:var(--text-primary);color:#fff;border:1.5px solid var(--text-primary);cursor:pointer;transition:var(--transition-smooth);text-align:center;border-radius:4px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none}.Hero-module__JgYmMq__primaryBtn:hover{color:var(--text-primary);background-color:#0000}.Hero-module__JgYmMq__secondaryBtn{font-family:var(--font-sans);color:var(--text-primary);border:1.5px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);text-align:center;background-color:#0000;border-radius:4px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none}.Hero-module__JgYmMq__secondaryBtn:hover{border-color:var(--text-primary)}.Hero-module__JgYmMq__visual{justify-content:center;align-items:center;width:100%;animation:1.2s cubic-bezier(.16,1,.3,1) forwards Hero-module__JgYmMq__heroFadeInUp;display:flex;position:relative}.Hero-module__JgYmMq__mockup{border:1px solid var(--border-color);background-color:#fff;border-radius:10px;width:100%;max-width:500px;height:auto;box-shadow:0 30px 60px #151a1e14,0 5px 15px #151a1e08}.Hero-module__JgYmMq__mockLine{stroke-dasharray:200;stroke-dashoffset:200px;animation:3s linear infinite Hero-module__JgYmMq__drawDashLine}.Hero-module__JgYmMq__mockBlink{animation:2s ease-in-out infinite Hero-module__JgYmMq__pulseLight}@keyframes Hero-module__JgYmMq__drawDashLine{to{stroke-dashoffset:0}}@keyframes Hero-module__JgYmMq__pulseLight{0%,to{opacity:.5}50%{opacity:1}}@keyframes Hero-module__JgYmMq__heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__heroFadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Hero-module__JgYmMq__container{grid-template-columns:1fr;gap:3.5rem}.Hero-module__JgYmMq__hero{padding:8rem 1.25rem 4rem}.Hero-module__JgYmMq__content{text-align:center;align-items:center;max-width:100%}.Hero-module__JgYmMq__headline{font-size:2.875rem}.Hero-module__JgYmMq__actions{justify-content:center;width:100%}.Hero-module__JgYmMq__primaryBtn,.Hero-module__JgYmMq__secondaryBtn{flex:1;max-width:200px}}@media (max-width:480px){.Hero-module__JgYmMq__headline{font-size:2.5rem}.Hero-module__JgYmMq__actions{flex-direction:column;gap:.75rem}.Hero-module__JgYmMq__primaryBtn,.Hero-module__JgYmMq__secondaryBtn{width:100%;max-width:100%}}
.Process-module__Y14LMW__processSection{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:#faf8f5;padding:8rem 2rem;position:relative}.Process-module__Y14LMW__container{max-width:var(--max-width);flex-direction:column;gap:6rem;margin:0 auto;display:flex}.Process-module__Y14LMW__header{text-align:center;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto 2rem;display:flex}.Process-module__Y14LMW__label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);font-size:.75rem;font-weight:700}.Process-module__Y14LMW__title{letter-spacing:-.02em;font-size:3.25rem;font-weight:500;line-height:1.15}.Process-module__Y14LMW__steps{flex-direction:column;gap:7rem;display:flex}.Process-module__Y14LMW__stepRow{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem;display:grid}.Process-module__Y14LMW__stepRowReversed{grid-template-columns:1.1fr 1fr;align-items:center;gap:5rem;display:grid}@media (min-width:993px){.Process-module__Y14LMW__stepRowReversed .Process-module__Y14LMW__stepContent{grid-column:2}.Process-module__Y14LMW__stepRowReversed .Process-module__Y14LMW__placeholder{grid-area:1/1}}.Process-module__Y14LMW__stepContent{flex-direction:column;gap:1.5rem;display:flex}.Process-module__Y14LMW__stepMeta{align-items:center;gap:1.25rem;display:flex}.Process-module__Y14LMW__stepNumber{font-family:var(--font-serif);color:var(--accent-gold-dark);font-size:2.75rem;font-weight:500;line-height:1}.Process-module__Y14LMW__stepIcon{width:44px;height:44px;color:var(--accent-gold-dark);background-color:#b890470f;border-radius:50%;justify-content:center;align-items:center;display:flex}.Process-module__Y14LMW__stepTitle{font-size:2.25rem;font-family:var(--font-serif);color:var(--text-primary);font-weight:500;line-height:1.2}.Process-module__Y14LMW__stepDesc{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7}.Process-module__Y14LMW__placeholder{aspect-ratio:16/10;border:1px solid var(--border-color);background-color:#fff;border-radius:10px;width:100%;display:block;position:relative;overflow:hidden;box-shadow:0 30px 60px #151a1e14,0 5px 15px #151a1e08}.Process-module__Y14LMW__screenshotImage{object-fit:cover;transform:scale(1.02)}@media (max-width:992px){.Process-module__Y14LMW__stepRow,.Process-module__Y14LMW__stepRowReversed{grid-template-columns:1fr;gap:3rem}.Process-module__Y14LMW__steps{gap:6rem}}@media (max-width:576px){.Process-module__Y14LMW__processSection{padding:6rem 1.25rem}.Process-module__Y14LMW__title{font-size:2.5rem}.Process-module__Y14LMW__stepTitle{font-size:1.875rem}.Process-module__Y14LMW__placeholder{aspect-ratio:16/11}}
.Benefits-module__dqXh6a__benefitsSection{background-color:#faf8f5;padding:8rem 2rem;position:relative}.Benefits-module__dqXh6a__container{max-width:var(--max-width);margin:0 auto}.Benefits-module__dqXh6a__header{text-align:center;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto 5rem;display:flex}.Benefits-module__dqXh6a__label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);font-size:.75rem;font-weight:700}.Benefits-module__dqXh6a__title{letter-spacing:-.02em;font-size:3.25rem;font-weight:500;line-height:1.15}.Benefits-module__dqXh6a__grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.Benefits-module__dqXh6a__card{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth);border-radius:4px;gap:1.75rem;padding:3rem 2.5rem;display:flex}.Benefits-module__dqXh6a__card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--accent-gold);transform:translateY(-5px)}.Benefits-module__dqXh6a__iconWrapper{width:52px;height:52px;color:var(--accent-gold-dark);background-color:#b890470f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Benefits-module__dqXh6a__info{flex-direction:column;gap:.75rem;display:flex}.Benefits-module__dqXh6a__cardTitle{font-size:1.5rem;font-family:var(--font-serif);color:var(--text-primary);font-weight:500;line-height:1.2}.Benefits-module__dqXh6a__cardDesc{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@media (max-width:992px){.Benefits-module__dqXh6a__grid{gap:2rem}}@media (max-width:768px){.Benefits-module__dqXh6a__grid{grid-template-columns:1fr;gap:1.5rem}.Benefits-module__dqXh6a__benefitsSection{padding:6rem 1.25rem}.Benefits-module__dqXh6a__title{font-size:2.5rem}.Benefits-module__dqXh6a__card{gap:1.25rem;padding:2.5rem 1.5rem}}
.DemoPortal-module__Hy2crW__portal{border-bottom:1px solid var(--border-color);background-color:#faf8f5;padding:8rem 2rem;position:relative}.DemoPortal-module__Hy2crW__container{max-width:var(--max-width);margin:0 auto}.DemoPortal-module__Hy2crW__card{background-color:var(--card-bg);border:1px solid var(--border-color);max-width:620px;box-shadow:var(--card-shadow);border-radius:4px;margin:0 auto;padding:4rem 3.5rem}.DemoPortal-module__Hy2crW__header{text-align:center;flex-direction:column;gap:.625rem;margin-bottom:3rem;display:flex}.DemoPortal-module__Hy2crW__label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);font-size:.75rem;font-weight:700}.DemoPortal-module__Hy2crW__title{font-size:2.25rem;font-family:var(--font-serif);color:var(--text-primary);font-weight:500}.DemoPortal-module__Hy2crW__desc{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.DemoPortal-module__Hy2crW__form{flex-direction:column;gap:1.5rem;display:flex}.DemoPortal-module__Hy2crW__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.DemoPortal-module__Hy2crW__group{flex-direction:column;gap:.5rem;display:flex}.DemoPortal-module__Hy2crW__fieldLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);font-size:.75rem;font-weight:700}.DemoPortal-module__Hy2crW__input,.DemoPortal-module__Hy2crW__select{font-family:var(--font-sans);border:1px solid var(--border-color);background-color:var(--background-color);color:var(--text-primary);transition:var(--transition-smooth);border-radius:4px;padding:.875rem 1rem;font-size:.9375rem}.DemoPortal-module__Hy2crW__input::placeholder{color:#151a1e4d}.DemoPortal-module__Hy2crW__input:focus,.DemoPortal-module__Hy2crW__select:focus{border-color:var(--accent-gold);outline:none;box-shadow:0 0 0 3px #b890471f}.DemoPortal-module__Hy2crW__submitBtn{font-family:var(--font-sans);background-color:var(--text-primary);color:#fff;border:1.5px solid var(--text-primary);cursor:pointer;transition:var(--transition-smooth);text-align:center;border-radius:4px;margin-top:1rem;padding:1rem 1.75rem;font-size:.9375rem;font-weight:600}.DemoPortal-module__Hy2crW__submitBtn:hover{color:var(--text-primary);background-color:#0000}.DemoPortal-module__Hy2crW__success{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;animation:.6s cubic-bezier(.16,1,.3,1) forwards DemoPortal-module__Hy2crW__portalFadeIn;display:flex}.DemoPortal-module__Hy2crW__successIcon{width:64px;height:64px;color:var(--accent-gold-dark);background-color:#b8904714;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.DemoPortal-module__Hy2crW__successTitle{font-size:2rem;font-family:var(--font-serif);color:var(--text-primary);font-weight:500}.DemoPortal-module__Hy2crW__successText{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@keyframes DemoPortal-module__Hy2crW__portalFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.DemoPortal-module__Hy2crW__card{padding:3rem 2rem}}@media (max-width:576px){.DemoPortal-module__Hy2crW__row{grid-template-columns:1fr;gap:1.5rem}.DemoPortal-module__Hy2crW__card{padding:2.5rem 1.25rem}.DemoPortal-module__Hy2crW__portal{padding:6rem 1.25rem}.DemoPortal-module__Hy2crW__title{font-size:1.875rem}}
.Footer-module__Grjkva__footer{color:#faf8f5b3;font-family:var(--font-sans);background-color:#0f1316;border-top:1px solid #faf8f514;padding:5rem 2rem 2.5rem}.Footer-module__Grjkva__container{max-width:var(--max-width);flex-direction:column;gap:4rem;margin:0 auto;display:flex}.Footer-module__Grjkva__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.Footer-module__Grjkva__brand{flex-direction:column;gap:1.25rem;max-width:360px;display:flex}.Footer-module__Grjkva__brandName{font-family:var(--font-serif);color:#faf8f5;align-items:center;gap:.875rem;font-size:1.625rem;font-weight:600;text-decoration:none;display:flex}.Footer-module__Grjkva__tagline{color:#faf8f580;font-size:.9375rem;line-height:1.6}.Footer-module__Grjkva__links{flex-wrap:wrap;gap:5rem;display:flex}.Footer-module__Grjkva__linkGroup{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__Grjkva__linkTitle{color:#faf8f5;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.875rem;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkItem a{color:#faf8f58c;transition:var(--transition-smooth);font-size:.9375rem;text-decoration:none}.Footer-module__Grjkva__linkItem a:hover{color:var(--accent-gold)}.Footer-module__Grjkva__bottom{color:#faf8f566;border-top:1px solid #faf8f514;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2.5rem;font-size:.8125rem;display:flex}.Footer-module__Grjkva__legal{gap:2rem;display:flex}.Footer-module__Grjkva__legal a{color:#faf8f566;transition:var(--transition-smooth);text-decoration:none}.Footer-module__Grjkva__legal a:hover{color:#faf8f5}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:4rem 1.25rem 2rem}.Footer-module__Grjkva__top{flex-direction:column;gap:2.5rem}.Footer-module__Grjkva__links{gap:3rem}.Footer-module__Grjkva__bottom{flex-direction:column;align-items:flex-start;gap:1rem}}
