@font-face{font-family:geistSans;src:url(../media/GeistVF-s.p.4c3c0b96.woff)format("woff");font-display:swap}@font-face{font-family:geistSans Fallback;src:local(Arial);ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.geistsans_d025f23b-module__btTCTG__className{font-family:geistSans,geistSans Fallback}.geistsans_d025f23b-module__btTCTG__variable{--font-geist-sans:"geistSans","geistSans Fallback"}
@font-face{font-family:geistMono;src:url(../media/GeistMonoVF-s.p.2cee7d16.woff)format("woff");font-display:swap}@font-face{font-family:geistMono Fallback;src:local(Arial);ascent-override:69.97%;descent-override:16.73%;line-gap-override:7.61%;size-adjust:131.49%}.geistmono_df95d851-module__CWPfka__className{font-family:geistMono,geistMono Fallback}.geistmono_df95d851-module__CWPfka__variable{--font-geist-mono:"geistMono","geistMono Fallback"}
:root{--background:#fff;--foreground:#0a2540;--primary:#25a5a0;--primary-hover:#239f9b;--secondary:#7c3aed;--text-secondary:#425466;--border:#e3e8ef;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-900:#0f172a;--footer-bg:#0a2540;--footer-text:#fff;--footer-text-secondary:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}body{color:var(--foreground);background:var(--background);line-height:1.6}main{padding-top:80px}a{color:inherit;text-decoration:none;transition:color .2s}.header{border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.header-logo{align-items:center;display:flex}.header-logo a{align-items:center;line-height:1;display:flex}.header-nav{align-items:center;gap:.5rem;display:flex;position:relative}.nav-item{position:relative}.nav-link{color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;transition:color .2s;display:inline-flex}.nav-link:hover{color:var(--foreground)}.nav-arrow{color:var(--text-secondary);flex-shrink:0;transition:transform .2s,color .2s}.nav-item:hover .nav-arrow{color:var(--foreground);transform:rotate(180deg)}.dropdown-menu{z-index:1000;background:#fff;border-radius:8px;min-width:600px;margin-top:.5rem;padding:1.5rem;animation:.2s fadeInDown;position:absolute;top:100%;left:0;box-shadow:0 4px 20px #0000001f,0 0 0 1px #0000000d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.dropdown-section{flex-direction:column;gap:.75rem;display:flex}.dropdown-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.dropdown-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.dropdown-item{border-radius:4px;flex-direction:column;gap:.25rem;padding:.5rem;text-decoration:none;transition:background .2s;display:flex}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item-label{color:var(--foreground);font-size:.9375rem;font-weight:500;line-height:1.4}.dropdown-item-description{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.header-actions{align-items:center;gap:1rem;display:flex}.header-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500}.header-link:hover{color:var(--foreground)}.header-button{background:var(--primary);color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:background .2s}.header-button:hover{background:var(--primary-hover);color:#fff}.hero{text-align:center;background:linear-gradient(to bottom,var(--gray-50),var(--background));padding:6rem 2rem}.hero-container{max-width:800px;margin:0 auto}.hero-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-button-primary{background:var(--primary);color:#fff;border-radius:6px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-block}.hero-button-primary:hover{background:var(--primary-hover);color:#fff}.hero-button-secondary{color:var(--foreground);border:1px solid var(--border);background:#fff;border-radius:6px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:border-color .2s;display:inline-block}.hero-button-secondary:hover{border-color:var(--foreground);color:var(--foreground)}.customers{background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 2rem}.customers-container{max-width:1200px;margin:0 auto}.customers-label{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.875rem;font-weight:500}.customers-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;gap:2rem;display:grid}.customer-item{text-align:center;color:var(--text-secondary);opacity:.7;font-size:1rem;font-weight:500;transition:opacity .2s}.customer-item:hover{opacity:1}.secondary-banner{text-align:center;background:var(--gray-50);padding:6rem 2rem}.secondary-banner-container{max-width:700px;margin:0 auto}.secondary-banner-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.secondary-banner-description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.secondary-banner-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.secondary-banner-button{background:var(--primary);color:#fff;border-radius:6px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-block}.secondary-banner-button:hover{background:var(--primary-hover);color:#fff}.secondary-banner-link{color:var(--primary);padding:.875rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.secondary-banner-link:hover{text-decoration:underline}.footer{background:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--border);padding:4rem 2rem 2rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-title{text-transform:uppercase;letter-spacing:.05em;color:var(--footer-text);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.footer-section a{color:var(--footer-text-secondary);font-size:.9375rem}.footer-section a:hover{color:var(--footer-text)}.footer-bottom{text-align:center;max-width:1200px;color:var(--footer-text-secondary);border-top:1px solid #ffffff1a;margin:0 auto;padding-top:2rem;font-size:.875rem}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:.5rem}.dropdown-menu{width:auto;min-width:calc(100vw - 2rem);left:1rem;right:1rem}.dropdown-content{grid-template-columns:1fr;gap:1.5rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.secondary-banner-title{font-size:2rem}.customers-grid{grid-template-columns:repeat(2,1fr)}}
