.btn{padding:.375rem 1rem;background:transparent;border:none;color:#fff;font-size:.8125rem;cursor:pointer;transition:all .2s;position:relative;font-family:Geist Mono,Courier New,monospace;letter-spacing:.02em;font-weight:500;height:32px;display:inline-flex;align-items:center;justify-content:center}.btn-secondary{background:#1a1a1a}.btn-secondary:before,.btn-secondary:after{content:"";position:absolute;width:10px;height:10px;border:1px solid #666;transition:all .2s}.btn-secondary:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.btn-secondary:after{top:-1px;right:-1px;border-left:none;border-bottom:none}.btn-secondary .btn-corner-bl,.btn-secondary .btn-corner-br{content:"";position:absolute;width:10px;height:10px;border:1px solid #666;transition:all .2s;pointer-events:none}.btn-secondary .btn-corner-bl{bottom:-1px;left:-1px;border-right:none;border-top:none}.btn-secondary .btn-corner-br{bottom:-1px;right:-1px;border-left:none;border-top:none}.btn-secondary:hover:before,.btn-secondary:hover:after,.btn-secondary:hover .btn-corner-bl,.btn-secondary:hover .btn-corner-br{border-color:#3ecf8e}.btn-primary{background:#3ecf8e;color:#0a0a0a;font-weight:600}.btn-primary:hover{background:#249361;transform:translateY(-2px)}.btn-primary:before,.btn-primary:after{content:"";position:absolute;width:10px;height:10px;border:1px solid #0a0a0a;transition:all .2s;opacity:0}.btn-primary:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.btn-primary:after{top:-1px;right:-1px;border-left:none;border-bottom:none}.btn-primary .btn-corner-bl,.btn-primary .btn-corner-br{content:"";position:absolute;width:10px;height:10px;border:1px solid #0a0a0a;transition:all .2s;pointer-events:none;opacity:0}.btn-primary .btn-corner-bl{bottom:-1px;left:-1px;border-right:none;border-top:none}.btn-primary .btn-corner-br{bottom:-1px;right:-1px;border-left:none;border-top:none}.btn-primary:hover:before,.btn-primary:hover:after,.btn-primary:hover .btn-corner-bl,.btn-primary:hover .btn-corner-br{opacity:1}.btn-large{padding:.625rem 2rem;font-size:.875rem;height:40px}.btn-small{padding:.25rem .75rem;font-size:.75rem;height:28px}.btn-full{width:100%}.header{position:fixed;top:0;left:0;width:100%;background:#0a0a0a;z-index:100;border-bottom:1px solid #222}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:relative;height:60px;max-width:1200px;margin:0 auto}.header-inner:before,.header-inner:after{content:"";position:absolute;width:10px;height:10px;border:1px solid #444;bottom:-1px;transition:all .3s}.header-inner:before{left:-1px;border-right:none;border-top:none}.header-inner:after{right:-1px;border-left:none;border-top:none}.header-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.header-logo:hover{opacity:.8}.header-logo-img{height:24px;width:auto}.header-logo-text{font-size:1.125rem;font-weight:600;color:#3ecf8e;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.02em}.header-nav,.header-links{display:flex;gap:2rem;align-items:center}.header-link{color:#999;text-decoration:none;font-size:.875rem;font-family:Geist Mono,monospace;transition:color .2s;font-weight:500}.header-link:hover{color:#3ecf8e}.header-actions{display:flex;gap:.75rem;align-items:center}@media(max-width:768px){.header-inner{padding:.75rem 1rem;height:56px}.header-logo-img{height:20px}.header-logo-text{font-size:1rem}.header-links{display:none}.header-nav,.header-actions{gap:.5rem}.header-actions .btn{padding:.25rem .75rem;font-size:.75rem;height:28px}}.hero{min-height:80vh;padding:0;background:#0a0a0a;position:relative;display:flex;align-items:center;justify-content:center}.hero-content{margin:0 auto;text-align:center;padding:1.5rem;max-width:1200px}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:500;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-title.visible{opacity:1;transform:translateY(0)}.hero-subtitle{font-size:1.125rem;color:#999;margin-bottom:3rem;line-height:1.8;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.hero-subtitle.visible{opacity:1;transform:translateY(0)}.hero-cta{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}.hero-cta.visible{opacity:1;transform:translateY(0)}.hero-cta-btn{display:inline-flex;align-items:center;gap:.5rem}@media(max-width:768px){.hero{min-height:60vh;padding:0 1rem}.hero-content{padding:1rem}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-subtitle br{display:none}}.bracket-corners{position:relative;display:inline-block;width:fit-content}.bracket-corners:before,.bracket-corners:after,.bracket-corners .bracket-bottom-left,.bracket-corners .bracket-bottom-right{content:"";position:absolute;width:10px;height:10px;border:1px solid #444;transition:all .3s;pointer-events:none;z-index:1}.bracket-corners:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.bracket-corners:after{top:-1px;right:-1px;border-left:none;border-bottom:none}.bracket-corners .bracket-bottom-left{bottom:-1px;left:-1px;border-right:none;border-top:none}.bracket-corners .bracket-bottom-right{bottom:-1px;right:-1px;border-left:none;border-top:none}.bracket-corners:hover:before,.bracket-corners:hover:after,.bracket-corners:hover .bracket-bottom-left,.bracket-corners:hover .bracket-bottom-right{border-color:#3ecf8e}.bracket-corners-small:before,.bracket-corners-small:after,.bracket-corners-small .bracket-bottom-left,.bracket-corners-small .bracket-bottom-right{width:8px;height:8px}.bracket-corners-large:before,.bracket-corners-large:after,.bracket-corners-large .bracket-bottom-left,.bracket-corners-large .bracket-bottom-right{width:15px;height:15px}.bracket-corners-xlarge:before,.bracket-corners-xlarge:after,.bracket-corners-xlarge .bracket-bottom-left,.bracket-corners-xlarge .bracket-bottom-right{width:20px;height:20px}.bracket-corners-no-hover:hover:before,.bracket-corners-no-hover:hover:after,.bracket-corners-no-hover:hover .bracket-bottom-left,.bracket-corners-no-hover:hover .bracket-bottom-right{border-color:#444}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;padding:.75rem;background:#111;width:fit-content}.icon-wrapper svg{width:16px;height:16px;color:#fff;transition:all .3s;flex-shrink:0}.bracket-corners:hover .icon-wrapper svg{color:#3ecf8e;transform:scale(1.1)}.icon-small{padding:.5rem}.icon-medium{padding:.75rem}.icon-large{padding:1rem}.icon-xlarge{padding:1.5rem}.feature-card{padding:1.5rem;background:#111;height:100%;border-right:1px solid #222;border-bottom:1px solid #222;text-align:left;display:flex;flex-direction:column}.feature-card:nth-child(3n){border-right:none}.feature-card:nth-last-child(-n+3){border-bottom:none}.feature-card:nth-child(3n+2) .bracket-corners:before,.feature-card:nth-child(3n+2) .bracket-corners:after{display:none}.feature-icon{margin-bottom:1.5rem;display:inline-block}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feature-description{color:#999;line-height:1.6;font-size:.875rem;flex:1}.features{padding:0;background:#0a0a0a}.features-container{margin:0 auto;text-align:center;max-width:1200px}.features-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0}.features-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:1rem;text-align:center}.features-subheading{font-size:1rem;color:#999;line-height:1.6;max-width:700px;margin:0 auto;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:0;row-gap:1px;background:#222}.features-grid>div{display:flex;height:100%}.highlight{color:#3ecf8e}.features-header{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.features-header.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.features-header{padding:1.5rem 1rem 1rem}.features-heading{font-size:2rem}.features-heading br{display:none}.features-subheading{font-size:.875rem}.features-grid{grid-template-columns:1fr;padding:0 1rem}.feature-card{border-right:1px solid #222}.feature-card:nth-child(3n){border-right:1px solid #222}}.how-it-works{padding:0;background:#0a0a0a}.how-it-works-container{margin:0 auto;text-align:center;max-width:1200px}.how-it-works-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.how-it-works-header.visible{opacity:1;transform:translateY(0)}.how-it-works-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:1rem;text-align:center}.how-it-works-subheading{font-size:1rem;color:#999;line-height:1.6;max-width:700px;margin:0 auto;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 1.5rem}.steps-grid>div{display:flex;height:100%;width:100%}.steps-grid>div>*{width:100%;height:100%}.step-card{background:#111;padding:2rem 1.5rem;text-align:left;position:relative;width:100%;display:flex;flex-direction:column;transition:all .3s}.step-card:hover{background:#151515}.step-number{font-size:3rem;font-weight:700;color:#3ecf8e;line-height:1;margin-bottom:1rem;font-family:Geist,sans-serif}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.step-description{color:#999;line-height:1.6;font-size:.875rem;flex:1}@media(max-width:768px){.how-it-works-header{padding:1.5rem 1rem 1rem}.how-it-works-heading{font-size:2rem}.how-it-works-subheading{font-size:.875rem}.steps-grid{grid-template-columns:1fr;padding:2rem 1rem;gap:1.5rem}.step-card{padding:1.5rem 1rem}.step-number{font-size:2.5rem}}.use-cases{padding:0;background:#0a0a0a}.use-cases-container{margin:0 auto;text-align:center;max-width:1200px}.use-cases-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.use-cases-header.visible{opacity:1;transform:translateY(0)}.use-cases-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:1rem;text-align:center}.use-cases-subheading{font-size:1rem;color:#999;line-height:1.6;max-width:700px;margin:0 auto;text-align:center}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:3rem 1.5rem}.use-cases-grid>div{display:flex;height:100%;width:100%}.use-cases-grid>div>*{width:100%;height:100%}.use-case-card{background:#111;padding:2rem 1.5rem;text-align:left;transition:all .3s;width:100%;display:flex;flex-direction:column}.use-case-card:hover{background:#151515}.use-case-icon{margin-bottom:1.5rem;display:inline-block;width:fit-content}.use-case-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.use-case-description{color:#999;line-height:1.6;font-size:.875rem;flex:1}@media(max-width:768px){.use-cases-header{padding:1.5rem 1rem 1rem}.use-cases-heading{font-size:2rem}.use-cases-subheading{font-size:.875rem}.use-cases-grid{grid-template-columns:1fr;padding:2rem 1rem;gap:1.5rem}.use-case-card{padding:1.5rem 1rem}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:#1a1a1a;border:1px solid #333;border-radius:100px;font-size:.75rem;font-weight:500;color:#3ecf8e;font-family:Geist Mono,Courier New,monospace;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.demo{padding:0;background:#0a0a0a}.demo-container{margin:0 auto;text-align:center;max-width:1200px}.demo-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0}.demo-content-wrapper{margin-bottom:0;padding:3rem 1.5rem}.demo-content{padding:3rem 1.5rem;background:#0f0f0f}.demo-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:2rem;letter-spacing:-.02em}.demo-description{color:#999;line-height:1.8;margin-bottom:2.5rem;font-size:1rem}.demo-actions{display:flex;gap:1rem;flex-wrap:wrap}.demo-preview{max-width:900px;margin:0 auto}.demo-preview-box{background:#111;padding:3rem;min-height:200px}.demo-preview-header{color:#999;font-size:.875rem;text-align:center;font-family:Courier New,monospace;letter-spacing:.1em}@media(max-width:768px){.demo-content{padding:2rem}.demo-actions{flex-direction:column}.demo-actions .btn{width:100%}}.pricing{padding:0;background:#0a0a0a}.pricing-container{margin:0 auto;text-align:center;max-width:1200px}.pricing-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0}.pricing-heading{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.pricing-subheading{text-align:center;color:#999;font-size:1.125rem;margin-bottom:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:0;padding:3rem 1.5rem}.pricing-grid>div{display:flex;height:100%;width:100%}.pricing-grid>div>*{width:100%}.pricing-card{background:#111;padding:1.5rem 1.5rem 2rem;position:relative;height:100%;text-align:left;display:flex;flex-direction:column}.pricing-card-popular{background:#0d1410}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3ecf8e;color:#0a0a0a;padding:.25rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.05em}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.plan-price{margin-bottom:2rem}.price{font-size:3rem;font-weight:800;display:block}.period{color:#999;font-size:.875rem}.plan-features{list-style:none;margin-bottom:2rem;flex:1}.plan-features li{padding:.625rem 0;border-bottom:1px solid #222;color:#ccc;display:flex;align-items:center;gap:.625rem;font-size:.8125rem}.plan-features li:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%233ECF8E' stroke-width='1.5'/%3E%3Cpath d='M5 8L7 10L11 6' stroke='%233ECF8E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.plan-features li:last-child{border-bottom:none}.pricing-header{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.pricing-header.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.pricing-header{padding:1.5rem 1rem 1rem}.pricing-heading{font-size:2rem}.pricing-subheading{font-size:.875rem}.pricing-grid{grid-template-columns:1fr;padding:2rem 1rem;gap:1.5rem}.pricing-card{padding:1.25rem}.plan-name{font-size:1.25rem}.price{font-size:2.5rem}}.faq{padding:0;background:#0a0a0a}.faq-container{margin:0 auto;text-align:center;max-width:1200px}.faq-header{border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 1.5rem 1rem;margin-bottom:0}.faq-heading{font-size:clamp(2rem,5vw,3rem);font-weight:500;text-align:left;margin-bottom:0;letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:100%;margin:0 auto;padding:3rem 1.5rem}.faq-list>div{width:100%}.faq-list>div>*{width:100%}.faq-item{background:#111;cursor:pointer;transition:all .3s;width:100%}.faq-item-open{background:#111}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:600;font-size:.9375rem;text-align:left}.faq-icon{font-size:1.25rem;color:#3ecf8e;font-weight:300;flex-shrink:0;margin-left:1rem}.faq-answer{padding:0 1.5rem 1.25rem;color:#999;line-height:1.6;animation:fadeIn .3s ease-in;font-size:.875rem;text-align:left}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-header{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.faq-header.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.faq-header{padding:1.5rem 1rem 1rem}.faq-heading{font-size:1.75rem}.faq-list{padding:2rem 1rem;gap:.75rem}.faq-question{padding:1rem;font-size:.875rem}.faq-answer{padding:0 1rem 1rem;font-size:.8125rem}}.footer{padding:3rem 1.5rem 1.5rem;background:#0a0a0a;border-top:1px solid #222}.footer-container{margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo-wrapper{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.footer-logo-wrapper:hover{opacity:.8}.footer-logo-img{height:24px;width:auto}.footer-logo{font-size:1.5rem;font-weight:600;color:#3ecf8e}.footer-tagline{color:#999}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-weight:600;margin-bottom:.5rem}.footer-column a{color:#999;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#3ecf8e}.footer-bottom{padding-top:2rem;border-top:1px solid #222;text-align:center;color:#666}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-logo{font-size:1.25rem}.footer-bottom{padding-top:1.5rem;font-size:.875rem}}.section-gap{height:80px;position:relative;overflow:hidden;background:repeating-linear-gradient(-45deg,#0a0a0a,#0a0a0a 1px,#1a1a1a 1px,#1a1a1a 2px)}@media(max-width:768px){.section-gap{height:60px}}.page-section{min-height:60vh;padding:0 1.5rem;background:#0a0a0a}.page-container{max-width:900px;margin:0 auto}.page-header{text-align:center;margin-bottom:4rem;border-top:1px solid #222;border-bottom:1px solid #222;padding:2rem 0 1rem}.page-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;margin-bottom:1rem;letter-spacing:-.02em}.page-subtitle{font-size:1.125rem;color:#999}.page-content{max-width:800px;margin:0 auto}.content-block{margin-bottom:3rem}.content-block h2{font-size:1.75rem;font-weight:500;margin-bottom:1rem;color:#fff}.content-block p{color:#999;line-height:1.8;margin-bottom:1rem}.value-list{list-style:none;padding:0}.value-list li{padding:1rem 0;border-bottom:1px solid #222;color:#999;line-height:1.6}.value-list li:last-child{border-bottom:none}.value-list strong{color:#3ecf8e;font-weight:600}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.blog-card{padding:1.5rem;background:#111;height:100%;display:flex;flex-direction:column}.blog-category{display:inline-block;padding:.25rem .75rem;background:#1a1a1a;color:#3ecf8e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;width:fit-content}.blog-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.blog-date{font-size:.875rem;color:#666;margin-bottom:1rem}.blog-excerpt{color:#999;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.blog-link{color:#3ecf8e;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s}.blog-link:hover{color:#249361}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.contact-item p{color:#999;font-size:.875rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#fff}.form-input,.form-textarea{padding:.75rem;background:#111;border:1px solid #333;color:#fff;font-family:Geist Mono,monospace;font-size:.875rem;transition:all .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3ecf8e}.form-textarea{resize:vertical}.docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.docs-card{padding:1.5rem;background:#111;height:100%;display:flex;flex-direction:column;text-decoration:none;transition:all .2s}.docs-card:hover{background:#151515}.docs-icon{margin-bottom:1rem}.docs-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.docs-description{color:#999;font-size:.875rem;line-height:1.6}.legal-content .content-block{margin-bottom:2.5rem}.legal-content h2{font-size:1.5rem;color:#3ecf8e}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:3rem}.blog-grid,.docs-grid{grid-template-columns:1fr}}.page-hero{padding:0;background:#0a0a0a;min-height:40vh;display:flex;align-items:center;justify-content:center}.page-hero-content{max-width:1200px;margin:0 auto;text-align:center;padding:3rem 1.5rem}.pricing-faq{padding:0;background:#0a0a0a}.pricing-faq-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.pricing-faq-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.pricing-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.pricing-faq-item{background:#111;padding:1.5rem}.pricing-faq-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#fff}.pricing-faq-item p{color:#999;font-size:.875rem;line-height:1.6;margin:0}.pricing-comparison{padding:0;background:#0a0a0a}.pricing-comparison-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.pricing-comparison-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.pricing-table-wrapper{overflow-x:auto}.pricing-table{width:100%;border-collapse:collapse;background:#111;font-size:.875rem}.pricing-table thead{background:#0a0a0a}.pricing-table th{padding:1rem;text-align:center;font-weight:600;color:#fff;border-bottom:1px solid #222;font-size:.9375rem}.pricing-table th.feature-col{text-align:left;width:30%}.pricing-table th.popular-col{background:#0d1410;color:#3ecf8e}.pricing-table td{padding:1rem;text-align:center;border-bottom:1px solid #222;color:#ccc}.pricing-table td.feature-name{text-align:left;font-weight:500;color:#fff}.pricing-table tbody tr:hover{background:#151515}.pricing-table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.pricing-table{font-size:.75rem}.pricing-table th,.pricing-table td{padding:.75rem .5rem}}@media(max-width:768px){.page-hero{min-height:40vh}.page-hero-content{padding:2rem 1rem}.page-title{font-size:2rem}.page-subtitle{font-size:.875rem}.pricing-comparison-container{padding:2rem 1rem}.pricing-comparison-title{font-size:1.75rem;margin-bottom:2rem}.pricing-table{font-size:.7rem}.pricing-table th,.pricing-table td{padding:.5rem .25rem}.pricing-faq-container{padding:2rem 1rem}.pricing-faq-title{font-size:1.75rem;margin-bottom:2rem}.pricing-faq-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-faq-item{padding:1.25rem 1rem}}.integrations-section{padding:0;background:#0a0a0a}.integrations-container{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.integrations-grid>div{display:flex;height:100%}.integration-card{background:#111;padding:2rem;transition:all .3s;display:flex;flex-direction:column;width:100%}.integration-card:hover{background:#151515}.integration-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.integration-icon{display:flex;align-items:center;justify-content:center}.integration-status{padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:2px;text-transform:uppercase;letter-spacing:.05em}.status-available{background:#0d1410;color:#3ecf8e;border:1px solid #3ECF8E}.status-coming{background:#1a1a1a;color:#999;border:1px solid #333}.integration-name{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff}.integration-description{color:#999;line-height:1.6;font-size:.875rem;flex:1}@media(max-width:768px){.integrations-container{padding:0 1rem 2rem}.integrations-grid{grid-template-columns:1fr;gap:1.5rem}.integration-card{padding:1.5rem 1rem}.integration-icon svg{width:36px;height:36px}.integration-name{font-size:1.25rem}}.app{width:100%;overflow-x:hidden;max-width:1200px;margin:0 auto;border-left:1px solid #222;border-right:1px solid #222}.heading-xl{font-size:clamp(3rem,8vw,6rem);font-weight:600;line-height:1.1;letter-spacing:-.02em}.heading-lg{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.heading-md{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.heading-sm{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.3}.heading-xs{font-size:1.25rem;font-weight:600;line-height:1.4}.body-lg{font-size:1.125rem;line-height:1.8}.body-md{font-size:1rem;line-height:1.6}.body-sm{font-size:.875rem;line-height:1.6}.body-xs{font-size:.75rem;line-height:1.5}.text-primary{color:#fff}.text-secondary{color:#999}.text-accent{color:#3ecf8e}.text-muted{color:#666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist Mono,Courier New,monospace;background:#0a0a0a;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}#root{min-height:100vh}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-up{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.scale-in.visible{opacity:1;transform:scale(1)}.fade-in:nth-child(1){transition-delay:.1s}.fade-in:nth-child(2){transition-delay:.2s}.fade-in:nth-child(3){transition-delay:.3s}.fade-in:nth-child(4){transition-delay:.4s}.fade-in:nth-child(5){transition-delay:.5s}.fade-in:nth-child(6){transition-delay:.6s}@media(max-width:768px){body{font-size:14px}.app{padding-top:56px}}
