html,body,#root{min-height:100%;margin:0}body{color:#1b1b1b;background:#0b1f39;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}button{font:inherit}:root{--background:#faf2e5;--surface:#fffcf7;--primary:#10233f;--primary-light:#1b355a;--accent:#b8892d;--accent-light:#c49a3a;--text-primary:#1b1b1b;--text-secondary:#5b6472;--border:#10233f1a;--shadow:0 24px 70px #10233f14;--header-height:86px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0}.scroll-reveal.scroll-reveal-visible{animation:.8s forwards fadeInUp}.scroll-reveal.scroll-reveal-visible.delay-1{animation-delay:.1s}.scroll-reveal.scroll-reveal-visible.delay-2{animation-delay:.2s}.scroll-reveal.scroll-reveal-visible.delay-3{animation-delay:.3s}.scroll-reveal.scroll-reveal-visible.delay-4{animation-delay:.4s}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1}.scroll-reveal.scroll-reveal-visible{animation:none}}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--background);color:var(--text-primary);margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}.page{background:radial-gradient(circle at 8% 18%, #b8892d14, transparent 28%), radial-gradient(circle at 82% 72%, #10233f0f, transparent 30%), var(--background);min-height:100vh;overflow-x:hidden}.container{width:min(1280px,100% - 6rem);margin:0 auto}@media (width<=1100px){.container{width:min(1180px,100% - 3rem)}}@media (width<=680px){.container{width:100%;max-width:100%;padding:0 1rem}}.site-header{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf2e5db;border-bottom:1px solid #10233f14;width:100%;position:fixed;top:0;left:0}.header-inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:2rem;padding:0 1.5rem;display:flex}.mobile-menu-button,.mobile-menu-overlay,.mobile-sidebar{display:none}.brand{white-space:nowrap;align-items:baseline;gap:.28rem;text-decoration:none;display:inline-flex}.brand-text-liberta,.brand-text-soft{letter-spacing:-.03em;font-family:Recoleta,Georgia,serif;font-size:1.45rem;font-weight:500}.brand-text-liberta{color:var(--accent)}.brand-text-soft{color:var(--primary)}@media (width<=768px){.header-inner{min-height:var(--header-height);gap:.75rem;padding:0 1rem}.brand-text-liberta,.brand-text-soft{font-size:1.2rem}.header-inner .header-cta,.header-inner .site-nav{display:none}.mobile-menu-button{cursor:pointer;background:#ffffff94;border:1px solid #10233f24;border-radius:.75rem;flex-direction:column;justify-content:center;gap:.3rem;width:2.75rem;height:2.75rem;padding:.55rem;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.mobile-menu-button:hover{background:#ffffffbd;border-color:#b8892d73;transform:translateY(-1px)}.mobile-menu-button span{background:var(--primary);border-radius:10px;width:100%;height:2px}.mobile-menu-overlay{display:block}}@media (width<=340px){.header-inner .header-cta{display:none}}@media (width>=769px){.site-nav{display:flex}.mobile-menu-overlay{display:none!important}}.site-nav{align-items:center;gap:2.1rem;display:flex}.site-nav a{color:var(--text-secondary);font-size:.98rem;font-weight:500;text-decoration:none;transition:color .2s}.site-nav a:hover{color:var(--primary)}.site-nav a.nav-link{color:var(--text-secondary);transition:color .3s;position:relative}.site-nav a.nav-link:after{content:"";background:#b8892d;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.site-nav a.nav-link.active{color:#b8892d}.site-nav a.nav-link.active:after{width:100%}.mobile-menu-overlay{z-index:10000;opacity:0;pointer-events:none;cursor:default;background:#10233f73;border:0;padding:0;transition:opacity .3s;position:fixed;inset:0}.mobile-sidebar{z-index:10001;background:linear-gradient(180deg, #ffffff0d, transparent 36%), var(--primary);flex-direction:column;width:78vw;max-width:340px;height:100vh;padding:1.2rem 1.15rem 1.35rem;transition:transform .32s cubic-bezier(.2,.7,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:26px 0 70px #10233f47}.mobile-menu-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu-overlay.is-open .mobile-sidebar{transform:translate(0)}.mobile-menu-top{border-bottom:1px solid #b8892d57;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;display:flex}.mobile-menu-brand{white-space:nowrap;align-items:baseline;gap:.28rem;display:inline-flex}.mobile-menu-brand .brand-text-soft{color:var(--background)}.mobile-menu-close{width:2.5rem;height:2.5rem;color:var(--background);cursor:pointer;background:#faf2e514;border:1px solid #faf2e52e;border-radius:.7rem;font-size:1.7rem;line-height:1;transition:background .2s,border-color .2s,transform .2s}.mobile-menu-close:hover{background:#faf2e524;border-color:#b8892d94;transform:translateY(-1px)}.mobile-nav{gap:.28rem;padding:1.8rem 0 1rem;display:grid}.mobile-nav a{color:var(--background);letter-spacing:0;border-bottom:1px solid #b8892d42;padding:.72rem 0;font-family:Recoleta,Georgia,serif;font-size:clamp(1.55rem,8vw,2.15rem);text-decoration:none;transition:color .2s,padding-left .2s}.mobile-nav a:hover{color:var(--accent-light);padding-left:.35rem}.mobile-menu-cta{display:none!important}.btn{cursor:pointer;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.78rem 1.35rem;font-size:.98rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:var(--background);box-shadow:0 14px 32px #b8892d2e}.btn-gold:hover{box-shadow:0 18px 42px #b8892d3d}.btn-outline{color:var(--primary);background:#ffffff59;border-color:#10233f38}.btn-outline:hover{background:#ffffffb3;border-color:#10233f59}.hero{min-height:calc(100svh - var(--header-height));align-items:center;padding:clamp(4.25rem,7vw,6.75rem) 0 clamp(4rem,6vw,5.75rem);display:grid}.hero-grid{grid-template-columns:minmax(380px,.85fr) minmax(620px,1.3fr);align-items:center;gap:clamp(48px,6vw,100px);display:grid}.hero-content{max-width:520px}.eyebrow{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.24em;margin:0;font-size:clamp(.75rem,2vw,.95rem);font-weight:600}.hero-line{background:var(--accent);width:42px;height:2px;margin:1.55rem 0 2.1rem}.hero h1{color:var(--primary);letter-spacing:0;margin:0;font-family:Recoleta,Georgia,serif;font-size:clamp(3.4rem,6.4vw,5.7rem);font-weight:500;line-height:.95}.rotating-word{white-space:normal;min-height:1.05em;margin-top:.08em;display:block}.word{color:var(--accent);text-shadow:0 10px 34px #b8892d29;word-break:break-word}.cursor{color:var(--accent);margin-left:.08em;animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.word-dots{align-items:center;gap:.62rem;margin-top:1.65rem;display:flex}.word-dots span{background:#b8892d2e;border-radius:999px;width:9px;height:9px}.word-dots .active{background:var(--accent)}.hero-subtitle{max-width:430px;color:var(--text-secondary);margin:1.6rem 0 0;font-size:1.05rem;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:2rem;display:flex}.hero-visual{width:100%;min-width:0;max-width:740px;margin-left:auto;animation:.72s cubic-bezier(.2,.72,.2,1) both heroDashboardIn;position:relative}.hero-visual-glow{filter:blur(14px);pointer-events:none;background:linear-gradient(90deg,#0000,#c5932e47,#0000);border-radius:999px;height:28px;position:absolute;inset:auto 8% -14px}.dashboard-window{background:linear-gradient(180deg, #ffffffc7, #fffcf7f0), var(--surface);border:1px solid #10233f1f;border-radius:clamp(1.75rem,3vw,2.25rem);width:100%;padding:clamp(1.05rem,1.8vw,1.45rem);position:relative;overflow:hidden;box-shadow:0 30px 80px #102a4c1f,0 8px 30px #c5932e1a,inset 0 1px #ffffffe6}.dashboard-window:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#d7b56d24,#0000 34%),linear-gradient(290deg,#102a4c0f,#0000 40%);position:absolute;inset:0}.dashboard-window:after{content:"";pointer-events:none;border:1px solid #10233f0e;border-radius:calc(clamp(1.75rem,3vw,2.25rem) - .7rem);position:absolute;inset:.7rem}.window-controls,.dashboard-header,.benefits-grid,.dashboard-performance-card{z-index:1;position:relative}.window-controls{gap:.52rem;margin-bottom:clamp(.8rem,1.3vw,1.1rem);display:flex}.window-controls span{background:#faf2e5e6;border:1px solid #10233f14;border-radius:999px;width:.72rem;height:.72rem}.window-controls span:nth-child(2){background:#d7b56d6b}.window-controls span:nth-child(3){background:#c5932eb3}.dashboard-header{grid-template-columns:minmax(350px,1fr) minmax(150px,.6fr);align-items:center;gap:clamp(.9rem,2vw,1.45rem);padding:clamp(.15rem,.7vw,.35rem) clamp(.1rem,.8vw,.35rem) clamp(.9rem,1.5vw,1.2rem);display:grid}.dashboard-kicker{width:fit-content;color:var(--accent);letter-spacing:.14em;text-transform:uppercase;background:#d7b56d1a;border:1px solid #c5932e47;border-radius:999px;margin:0 0 .7rem;padding:.44rem .62rem;font-size:.68rem;font-weight:800;line-height:1}.dashboard-header h2{color:var(--primary);letter-spacing:0;margin:0;font-family:Recoleta,Georgia,serif;font-size:clamp(2rem,3.4vw,2.85rem);font-weight:500;line-height:.98}.dashboard-header h2 span{color:var(--accent);white-space:nowrap;display:block}.dashboard-header-copy>p:last-child{max-width:350px;color:var(--text-secondary);margin:.75rem 0 0;font-size:clamp(.92rem,1.5vw,1.02rem);line-height:1.55}.growth-chart{justify-self:end;width:100%;min-width:150px;max-width:210px;height:auto;overflow:visible}.growth-chart-area{fill:url(#heroGrowthFill)}.growth-chart-line{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:330;stroke-dashoffset:330px;animation:2.4s .32s forwards chartTrace}.growth-chart-dot{fill:var(--surface);stroke:var(--accent);stroke-width:4px}.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,1.3vw,1rem);display:grid}.dashboard-benefit-card{background:#fffcf7d1;border:1px solid #10233f1a;border-radius:1.25rem;flex-direction:column;min-height:158px;padding:clamp(1rem,1.5vw,1.18rem);transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:0 16px 34px #102a4c0f,inset 0 1px #ffffffbd}.dashboard-benefit-card:hover{border-color:#c5932e47;transform:translateY(-3px);box-shadow:0 20px 38px #102a4c14,inset 0 1px #ffffffd6}.benefit-card-top{justify-content:space-between;align-items:flex-start;gap:.65rem;min-height:48px;margin-bottom:auto;display:flex}.benefit-icon{width:2.15rem;height:2.15rem;color:var(--accent);background:#d7b56d1f;border:1px solid #c5932e3d;border-radius:.85rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.benefit-icon svg,.benefit-network,.benefit-flow{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.benefit-bars{min-width:78px;height:44px;color:var(--accent);justify-content:flex-end;align-items:flex-end;gap:.36rem;display:flex}.benefit-bars span{background:linear-gradient(#d7b56dfa,#c5932e61);border-radius:999px;width:.5rem}.benefit-bars span:first-child{height:18px}.benefit-bars span:nth-child(2){height:25px}.benefit-bars span:nth-child(3){height:34px}.benefit-bars span:nth-child(4){height:43px}.benefit-network,.benefit-flow{color:#c5932ead;max-width:82px}.benefit-network .network-ring{stroke:#10233f1f}.dashboard-benefit-card h3{color:var(--primary);letter-spacing:0;margin:.75rem 0 .38rem;font-family:Recoleta,Georgia,serif;font-size:1.28rem;font-weight:500;line-height:1.05}.dashboard-benefit-card p{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.45}.dashboard-performance-card{background:linear-gradient(135deg, #ffffff0b, #fff0), var(--primary);border:1px solid #d7b56d2e;border-radius:1.35rem;grid-template-columns:minmax(170px,.48fr) minmax(0,1fr);align-items:center;gap:clamp(1rem,2vw,2rem);min-height:138px;margin-top:clamp(.75rem,1.2vw,.95rem);padding:clamp(1rem,1.7vw,1.25rem);display:grid;overflow:hidden;box-shadow:0 18px 42px #102a4c29,inset 0 1px #ffffff14}.performance-copy{min-width:0}.performance-copy p{color:var(--surface);letter-spacing:0;margin:0 0 .38rem;font-family:Recoleta,Georgia,serif;font-size:clamp(1.45rem,2.2vw,1.9rem);font-weight:500;line-height:1.05}.performance-copy span{color:#fffcf7c2;max-width:230px;font-size:.9rem;line-height:1.5;display:block}.performance-copy strong{color:#d7b56d;letter-spacing:.08em;text-transform:uppercase;background:#d7b56d17;border:1px solid #d7b56d47;border-radius:999px;width:fit-content;margin-top:.65rem;padding:.45rem .7rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.performance-chart{color:#d7b56d;width:100%;min-width:0;height:auto;overflow:visible}.performance-grid-line{fill:none;stroke:#fffcf71f;stroke-width:1px}.performance-area{fill:url(#performanceFill)}.performance-line{fill:none;stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:610;stroke-dashoffset:610px;animation:2.8s .52s forwards chartTrace}.performance-chart circle{fill:var(--primary);stroke:currentColor;stroke-width:3.4px}@keyframes heroDashboardIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes chartTrace{to{stroke-dashoffset:0}}@media (width<=1180px){.hero-grid{grid-template-columns:minmax(330px,.9fr) minmax(520px,1.15fr);gap:clamp(36px,4vw,54px)}.dashboard-header h2{font-size:clamp(1.85rem,3.1vw,2.45rem)}.dashboard-benefit-card{min-height:158px}}@media (width<=1099px){.hero{min-height:auto;padding:4rem 0 3.5rem}.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-content{max-width:640px}.hero-visual{max-width:740px;margin-right:auto}}@media (width<=840px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-benefit-card:last-child{grid-column:1/-1;min-height:150px}}@media (width<=680px){.hero{padding:2.5rem 0 3rem}.hero-grid{grid-template-columns:1fr;gap:2.5rem;width:calc(100% - 2rem);max-width:100%;padding:0}.hero-content{width:100%;min-width:0;max-width:100%}.eyebrow{letter-spacing:.2em;font-size:.7rem}.hero-line{margin:1rem 0 1.45rem}.hero h1{font-size:clamp(2.55rem,13vw,4rem);line-height:1}.rotating-word{white-space:normal;overflow-wrap:break-word;min-height:1.2em;margin-top:.15em}.word{overflow-wrap:break-word;word-break:normal}.word-dots{gap:.5rem;margin-top:1rem}.word-dots span{width:7px;height:7px}.hero-subtitle{max-width:100%;margin:1rem 0 0;font-size:.95rem;line-height:1.6}.hero-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1.5rem}.hero-actions .btn{justify-content:center;width:100%;max-width:100%;min-height:44px;padding:.65rem 1rem;font-size:.9rem}.hero-visual{width:100%;max-width:100%}.hero-visual-glow{display:none}.dashboard-window{border-radius:1.35rem;padding:1rem}.dashboard-window:after{border-radius:.95rem;inset:.5rem}.dashboard-header{grid-template-columns:1fr;gap:.9rem;padding-bottom:1rem}.dashboard-kicker{font-size:.62rem}.dashboard-header h2{font-size:clamp(1.9rem,9vw,2.65rem)}.dashboard-header h2 span{white-space:normal}.growth-chart{justify-self:start;max-width:280px}.benefits-grid{grid-template-columns:1fr}.dashboard-benefit-card,.dashboard-benefit-card:last-child{grid-column:auto;min-height:164px}.dashboard-performance-card{grid-template-columns:1fr;gap:.8rem;min-height:auto}.performance-copy span{max-width:100%}.performance-chart{max-height:150px}}@media (prefers-reduced-motion:reduce){.hero-visual,.growth-chart-line,.performance-line{animation:none}.growth-chart-line,.performance-line{stroke-dashoffset:0}.dashboard-benefit-card,.btn{transition:none}}.placeholder{height:1px}@media (width<=1100px){.container{width:min(1180px,100% - 3rem)}.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-content{max-width:720px}.hero-visual{max-width:680px}.solution-grid{grid-template-columns:repeat(2,1fr)}.ai-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.section-partners{padding:4rem 0}.partners-subsection{margin-bottom:3rem}.partners-divider{margin-bottom:2rem}.partners-title{margin-bottom:1.5rem;font-size:.85rem}.partners-logos{gap:1.5rem}.partner-logo{width:100px;height:45px}}@media (width<=680px){.section-partners{padding:3rem 0}.partners-subsection{margin-bottom:2.5rem}.partners-divider{margin-bottom:1.5rem}.partners-title{margin-bottom:1.2rem;font-size:.8rem}.partners-logos{gap:1rem}.partner-logo{width:90px;height:40px}}@media (width<=480px){.section-partners{padding:2.5rem 0}.partners-subsection{margin-bottom:2rem}.partner-logo{width:80px;height:35px}}.section-projects{background:#10233f;border-top:1px solid #ffffff0d;padding:6rem 0}.projects-content{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.projects-text{flex-direction:column;display:flex}.projects-text .section-heading{margin-bottom:1.5rem}.projects-text .section-heading h2{color:#b8892d}.project-description{color:#faf2e5;max-width:420px;margin:0;font-size:1.1rem;line-height:1.7}.project-image{justify-content:center;align-items:center;display:flex}.image-placeholder{aspect-ratio:1;background:linear-gradient(145deg,#ffffff0f,#ffffff05),#ffffff08;border:1px solid #ffffff1f;border-radius:1.6rem;justify-content:center;align-items:center;width:100%;max-width:480px;transition:all .3s;display:flex;box-shadow:0 18px 50px #0003}.image-placeholder:hover{background:linear-gradient(145deg,#ffffff14,#ffffff08),#ffffff0d;border-color:#b8892d66;box-shadow:0 24px 60px #0000004d}.image-placeholder span{color:#ffffff80;font-size:1rem;font-weight:500}.image-placeholder img{object-fit:contain;width:100%;height:100%;padding:10%}@media (width<=1100px){.projects-content{grid-template-columns:1fr;gap:2.5rem}.project-description{font-size:1.05rem}}@media (width<=680px){.section-projects{padding:3.5rem 0}.projects-content{gap:1.5rem}.projects-text .section-heading h2{font-size:clamp(1.8rem,5vw,3rem)}.project-description{max-width:100%;font-size:.95rem;line-height:1.6}.image-placeholder{aspect-ratio:1;max-width:100%}}.section-partners{background:var(--background);padding:8rem 0}.partners-subsection{margin-bottom:6rem}.partners-subsection:last-child{margin-bottom:0}.partners-divider{background:linear-gradient(90deg, transparent, var(--border), transparent);width:100%;height:1px;margin-bottom:3.5rem}.partners-title{text-align:center;color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;margin:0 0 3rem;font-family:Recoleta,Georgia,serif;font-size:1.4rem;font-weight:500}.partners-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;display:flex}.partner-logo{filter:grayscale();opacity:.45;cursor:pointer;justify-content:center;align-items:center;width:140px;height:60px;transition:all .35s;display:flex}.partner-logo img{object-fit:contain;width:100%;height:100%}.partner-logo:hover{opacity:1;filter:grayscale(0%);transform:translateY(-4px)}@media (width<=1100px){.partners-logos{gap:3.5rem}.partner-logo{width:120px;height:50px}}@media (width<=768px){.section-partners{padding:4rem 0}.partners-subsection{margin-bottom:3rem}.partners-divider{margin-bottom:2rem}.partners-title{margin-bottom:1.5rem;font-size:.85rem}.partners-logos{gap:1.5rem}.partner-logo{width:100px;height:45px}}@media (width<=680px){.section-partners{padding:3rem 0}.partners-subsection{margin-bottom:2.5rem}.partners-divider{margin-bottom:1.5rem}.partners-title{margin-bottom:1.2rem;font-size:.8rem}.partners-logos{gap:1rem}.partner-logo{width:90px;height:40px}}@media (width<=480px){.section-partners{padding:2.5rem 0}.partners-subsection{margin-bottom:2rem}.partner-logo{width:80px;height:35px}}.section-contact{background:var(--background);padding:8rem 0}.contact-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:5rem;display:grid}.contact-text{flex-direction:column;display:flex}.contact-text .section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.24em;margin:0 0 1rem;font-size:.82rem;font-weight:700}.contact-text h2{color:var(--primary);letter-spacing:-.055em;margin:0 0 1.2rem;font-family:Recoleta,Georgia,serif;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500;line-height:.95}.contact-description{max-width:520px;color:var(--text-secondary);margin:0 0 3rem;font-size:1.05rem;line-height:1.7}.contact-info{flex-direction:column;gap:2rem;display:flex}.info-item{flex-direction:column;gap:.5rem;display:flex}.info-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700}.info-item a,.info-item p{color:var(--primary);margin:0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.info-item a:hover{color:var(--accent)}.contact-form-wrapper{flex-direction:column;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700}.form-group input,.form-group textarea{color:var(--primary);background:#fffc;border:1px solid #10233f26;border-radius:.75rem;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;line-height:1.5;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#5b647299}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--surface);outline:none;box-shadow:0 0 0 3px #b8892d14}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:140px;font-family:inherit}.form-message{border-radius:.75rem;padding:1rem 1.2rem;font-size:.95rem;line-height:1.5}.form-message.success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.form-message.error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.contact-form .btn{align-self:flex-start;margin-top:.5rem}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=1100px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (width<=680px){.section-contact{padding:3.5rem 0}.contact-text h2{font-size:clamp(1.8rem,5vw,3rem)}.contact-description{margin-bottom:2rem;font-size:.95rem;line-height:1.6}.contact-info{flex-direction:row;gap:1.5rem;margin-bottom:2rem}.info-item{flex:1}.info-label{font-size:.7rem}.info-item a,.info-item p{font-size:.9rem}.contact-form{gap:1.2rem}.form-group{gap:.4rem}.form-group label{font-size:.65rem}.form-group input,.form-group textarea{border-radius:.6rem;padding:.75rem .85rem;font-size:16px}.form-group textarea{min-height:120px}.contact-form .btn{align-self:stretch;width:100%;min-height:44px;padding:.65rem 1rem}}.section{scroll-margin-top:var(--header-height);padding:7rem 0}#inicio,#solucoes,#ia,#projetos,#parceiros,#contato{scroll-margin-top:var(--header-height)}.section-heading{max-width:620px;margin-bottom:3rem}.section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.24em;margin:0 0 1rem;font-size:.82rem;font-weight:700}.section-heading h2,.ai-content h2{color:var(--primary);letter-spacing:-.055em;margin:0;font-family:Recoleta,Georgia,serif;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500;line-height:.95}.section-heading p,.ai-content p{max-width:520px;color:var(--text-secondary);margin:1.2rem 0 0;font-size:1.05rem;line-height:1.7}.section-solutions{background:#10233f;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.section-solutions .section-heading{max-width:620px;margin-bottom:3rem}.section-solutions .section-kicker{color:#b8892d}.section-solutions .section-heading h2,.section-solutions .section-heading p{color:#faf2e5}.solution-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.solution-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.2rem;flex-direction:column;justify-content:space-between;min-height:260px;padding:1.5rem;transition:transform .25s,border-color .25s,background .25s,box-shadow .25s;display:flex;box-shadow:0 18px 50px #00000026}.solution-card:hover{background:#ffffff14;border-color:#b8892d80;transform:translateY(-6px);box-shadow:0 24px 60px #00000040}.solution-card span{color:#b8892d;letter-spacing:.16em;font-size:.82rem;font-weight:800}.solution-card h3{color:#faf2e5;letter-spacing:-.04em;margin:auto 0 .8rem;font-family:Recoleta,Georgia,serif;font-size:1.8rem;font-weight:500}.solution-card p{color:#faf2e5;margin:0;line-height:1.6}@media (width<=1100px){.solution-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.solution-grid{grid-template-columns:1fr;gap:1rem}.solution-card{min-height:200px;padding:1.25rem}.solution-card h3{margin-bottom:.6rem;font-size:clamp(1.3rem,4vw,1.8rem)}.solution-card p{font-size:.9rem}}.section-ai{position:relative;overflow:hidden}.section-ai:before{content:"";pointer-events:none;background:#b8892d14;border-radius:50%;width:420px;height:420px;position:absolute;top:80px;right:-160px}.ai-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid;position:relative}.ai-content{max-width:560px}.ai-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.ai-panel{box-shadow:var(--shadow);background:linear-gradient(145deg,#ffffff85,#ffffff38),#faf2e5b8;border:1px solid #10233f1a;border-radius:1.6rem;gap:1rem;padding:1.4rem;display:grid}.ai-panel-line{background:#ffffff7a;border:1px solid #10233f14;border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.35rem;display:flex}.ai-panel-line span{color:var(--text-secondary)}.ai-panel-line b{color:var(--primary);text-align:right}@media (width<=1100px){.ai-grid{grid-template-columns:1fr;gap:3rem}.section-ai:before{width:300px;height:300px;top:50px;right:-100px}}@media (width<=680px){.ai-grid{gap:2rem}.section-ai:before{opacity:.5;width:200px;height:200px;top:30px;right:-80px}.ai-panel{gap:.75rem;padding:1rem}.ai-panel-line{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem}.ai-panel-line span{font-size:.85rem}.ai-panel-line b{text-align:left;font-size:.95rem}}.intro-screen{z-index:999;background:var(--background);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;animation:.42s 1.9s forwards introFadeOut;display:flex;position:fixed;inset:0}.intro-logo{letter-spacing:-.03em;opacity:0;align-items:baseline;gap:.3rem;font-family:Recoleta,Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:500;animation:.7s cubic-bezier(.2,.7,.2,1) forwards introLogoIn;display:inline-flex;transform:translateY(10px)}.intro-logo-liberta{color:var(--accent)}.intro-logo-soft{color:var(--primary)}.intro-line{background:linear-gradient(90deg, transparent, var(--accent), transparent);transform-origin:50%;opacity:0;width:clamp(92px,16vw,140px);height:1px;animation:.56s .22s forwards introLineIn;transform:scaleX(.2)}.page-content{padding-top:var(--header-height);transition:opacity .5s}.page-content.is-hidden{opacity:0}.page-content.is-visible{opacity:1}@keyframes introLogoIn{to{opacity:1;transform:translateY(0)}}@keyframes introLineIn{to{opacity:1;transform:scaleX(1)}}@keyframes introFadeOut{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.intro-screen,.intro-logo,.intro-line,.page-content{transition:none;animation:none}.intro-logo,.intro-line,.page-content.is-hidden,.page-content.is-visible{opacity:1;transform:none}}
