*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}:root{--teal-deep: #034f60;--teal-mid: #44a0b3;--teal-soft: #a3d7df;--accent: var(--teal-mid);--accent-soft: rgba(68, 160, 179, .18);--text-main: #111827;--text-muted: #6b7280;--border-subtle: rgba(148, 163, 184, .4);--radius-lg: 18px;--radius-xl: 24px;--shadow-soft: 0 14px 30px rgba(15, 23, 42, .08);--bg-card: rgba(255, 255, 255, .75);--side-pad: clamp(10px, 1.8vw, 28px);--section-y: clamp(60px, 7vw, 100px)}body{position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:var(--text-main);min-height:100vh;line-height:1.6;background:transparent}body:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(to bottom,#bfeaf3,#dff5fa 40%,#fff)}body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:url(/assets/pattern%20psd-BtEaPbm9.png);background-repeat:repeat;opacity:.1;background-size:220px 220px;mask-image:linear-gradient(to top,#000 0% 35%,#0000 65%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 65%)}a{text-decoration:none;color:inherit}#root{min-height:100vh;background:transparent}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.home-page{display:flex;flex-direction:column}.container{width:100%;max-width:1400px;margin:0 auto;padding-left:var(--side-pad);padding-right:var(--side-pad)}.container-wide{max-width:1640px}.navbar{position:sticky;top:0;z-index:20;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-subtle)}.navbar-inner{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0}.logo{display:flex;align-items:center;gap:.8rem}.logo-image{width:46px;height:46px}.logo-text{font-weight:800;letter-spacing:.08em;font-size:1.05rem;text-transform:uppercase}.nav-links{display:flex;gap:.9rem}.nav-link{font-size:1rem;padding:.5rem .9rem;border-radius:999px;color:var(--text-muted);border:1px solid transparent;transition:.15s ease}.nav-link:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.nav-link.active{color:var(--text-main);border-color:var(--border-subtle);background:#ffffffb3}.nav-cta{background:var(--accent-soft);border-color:var(--accent-soft);color:var(--teal-deep)}.section{padding:calc(var(--section-y) * .9) 0}.hero{--section-y: clamp(36px, 4.8vw, 64px)}.hero-inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:clamp(24px,3vw,56px);align-items:center}.hero-logo-block{display:flex;justify-content:flex-start}.hero-logo-wrapper{max-width:620px;width:100%;padding:clamp(12px,1.8vw,26px)}.hero-logo-image{width:100%;height:auto}.hero-text-block{max-width:860px}.hero-title{font-size:clamp(2.7rem,4vw,3.7rem);line-height:1.05;letter-spacing:-.02em;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1.1rem,1.3vw,1.25rem);color:var(--text-muted);margin-bottom:1.7rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.3rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.6rem}.hero-tags span{padding:.45rem 1rem;border-radius:999px;background:#fff9;border:1px solid var(--border-subtle);font-size:.95rem;color:var(--text-muted)}.btn{padding:.75rem 1.4rem;border-radius:999px;font-size:1rem;border:1px solid transparent;cursor:pointer;transition:.15s ease}.btn-primary{background:var(--accent);color:#03313b;font-weight:700}.btn-outline{background:#fff9;border-color:var(--border-subtle);color:var(--text-muted);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-large{padding:.9rem 1.7rem}.btn:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.cta-section{display:flex;justify-content:space-between;gap:2rem}.cta-section p{max-width:70ch;font-size:1.05rem;color:var(--text-muted)}.footer{background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border-subtle);color:var(--text-main);padding:4rem 0 2rem;position:relative;z-index:10}.footer-top{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand-block{max-width:400px}.footer-logo-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.logo-icon-bg{padding:.4rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-img{width:24px;height:24px}.footer-brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.footer-desc{color:var(--text-muted);font-size:1rem;line-height:1.6}.footer-cta-block{display:flex;flex-direction:column;align-items:flex-start}@media(min-width:768px){.footer-cta-block{align-items:flex-end;text-align:right}}.footer-cta-text{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.footer-divider{height:1px;background:var(--border-subtle);margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;gap:1.5rem;align-items:center;font-size:.85rem;color:var(--text-muted)}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;gap:1.5rem}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--teal-deep)}.text-center{text-align:center}.section-header{margin-bottom:3rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:.8rem;color:var(--text-main)}.section-subtitle{max-width:700px;margin:0 auto;color:var(--text-muted)}.bg-soft{background:transparent}.bg-dark{background:transparent;color:var(--text-main)}.section-stats{padding-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;text-align:center}.stat-value{font-size:2.5rem;font-weight:800;color:var(--accent);line-height:1.2}.stat-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border-subtle);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:var(--accent)}.icon-box{font-size:2rem;margin-bottom:1rem}.card h3{margin-bottom:1rem;font-size:1.25rem}.card p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.card-note{background:#44a0b314;padding:1.2rem;border-radius:var(--radius-lg);font-size:.85rem}.card-note ul,.check-list{list-style:none;padding:0;margin-top:.5rem}.card-note li:before,.check-list li:before{content:"•";color:var(--accent);margin-right:.5rem}.split-layout{display:flex;gap:4rem;align-items:center;flex-wrap:wrap}.split-content{flex:1;min-width:300px}.split-visual{flex:1;min-width:300px;display:flex;justify-content:center}.badge{display:inline-block;padding:.3rem .8rem;background:var(--accent-soft);color:var(--teal-deep);font-size:.75rem;font-weight:700;text-transform:uppercase;border-radius:999px;margin-bottom:1rem}.feature-list{display:grid;gap:1.5rem;margin-top:2rem}.feature-item h4{color:var(--text-main);font-weight:700;margin-bottom:.3rem}.visual-placeholder{width:100%;height:300px;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--teal-deep);font-weight:700;border:2px dashed var(--accent)}.bg-dark .text-light{color:var(--text-main)!important}.bg-dark .text-muted-light{color:var(--text-muted)!important}.workflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.workflow-step{background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:.2s;box-shadow:0 4px 15px #00000005}.workflow-step:hover{background:#fffc;transform:translateY(-2px);box-shadow:var(--shadow-soft)}.step-number{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--teal-mid);margin-bottom:.5rem;font-weight:700}.workflow-step h4{margin-bottom:.5rem;font-size:1.2rem;color:var(--text-main)}.workflow-step p{color:var(--text-muted);font-size:.9rem}.code-visual-wrapper{position:relative;flex:1;width:100%;min-width:300px}.code-glow{position:absolute;inset:-20px;background:#3b82f626;border-radius:999px;filter:blur(40px);z-index:0}.code-window{position:relative;background:#0f172a;border:1px solid #1e293b;border-radius:24px;padding:2rem;color:#fff;box-shadow:0 25px 50px -12px #00000080;z-index:1;overflow:hidden}.window-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.window-dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ef4444}.dot-yellow{background:#eab308}.dot-green{background:#22c55e}.file-name{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;color:#94a3b8;margin-left:1rem}.code-content{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.7;color:#93c5fd;white-space:pre-wrap;margin:0}.code-comment{color:#64748b;font-style:italic}.contact-page{background:transparent;min-height:80vh}.contact-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;margin-top:2rem}@media(min-width:900px){.contact-wrapper{grid-template-columns:1fr 1.2fr;gap:6rem}}.contact-info{padding-top:1rem}.contact-title{font-size:2.5rem;font-weight:800;color:var(--teal-deep);margin-bottom:1rem;line-height:1.1}.contact-desc{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.contact-highlights{display:flex;flex-direction:column;gap:1.5rem}.highlight-item{display:flex;gap:1rem;align-items:flex-start}.highlight-icon{background:var(--accent-soft);color:var(--teal-deep);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.highlight-text h4{font-size:1rem;font-weight:700;color:var(--text-main);margin-bottom:.2rem}.highlight-text p{font-size:.9rem;color:var(--text-muted)}.contact-form-block{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:700;color:var(--text-main);margin-left:.2rem}.form-group input,.form-group textarea,.form-group select{padding:.9rem 1.2rem;border-radius:var(--radius-lg);border:1px solid #cbd5e1;font-family:inherit;font-size:1rem;transition:all .2s ease;background:#fffc;color:var(--text-main)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--teal-mid);box-shadow:0 0 0 4px var(--accent-soft);background:#fff}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;justify-content:center;padding:1rem;font-size:1.1rem;margin-top:1rem}.form-status{margin-top:1rem;padding:1rem;border-radius:var(--radius-lg);font-size:.9rem;text-align:center;font-weight:600}.form-status-success{background:#d1fae5cc;color:#065f46;border:1px solid #a7f3d0}.form-status-error{background:#fee2e2cc;color:#991b1b;border:1px solid #fecaca}@media(max-width:920px){.hero-inner{grid-template-columns:1fr}.hero-logo-block{justify-content:center}.hero-logo-wrapper{max-width:440px}.cta-section{flex-direction:column}}
