.hire-talent-page{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;padding-bottom:60px}.hire-talent-page *{box-sizing:border-box}.ht-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-2);text-decoration:none;transition:color .15s}.ht-back-btn:hover{color:var(--brand-navy)}.ht-nav{background:#ffffffd1;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border-subtle);padding:0 32px;height:60px;display:flex;align-items:center;gap:24px;position:sticky;top:0;z-index:100}.ht-logo{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.4px;color:var(--text);text-decoration:none;margin-right:12px}.ht-search-box{flex:1;max-width:460px;display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:8px 16px;transition:border-color .2s,background .2s}.ht-search-box:focus-within{border-color:var(--brand-blue);background:#fff}.ht-search-box input{border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;width:100%;color:var(--text)}.ht-search-box input::placeholder{color:var(--text-3)}.ht-nav-right{display:flex;align-items:center;margin-left:auto}.ht-btn-green{padding:8px 20px;background:var(--brand-navy);color:var(--accent-fg);border:none;border-radius:8px;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.ht-btn-green:hover{background:var(--brand-navy-hover)}.ht-container{max-width:1060px;margin:28px auto;padding:0 20px;display:flex;gap:24px;align-items:flex-start}.ht-sidebar{width:220px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;position:sticky;top:80px}.ht-sidebar-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.ht-clear-all{font-size:12px;color:var(--brand-blue);font-weight:500;cursor:pointer;transition:color .15s}.ht-clear-all:hover{color:var(--brand-navy)}.ht-filter-group{margin-bottom:20px}.ht-group-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--text-3);margin-bottom:10px}.ht-opt{display:flex;align-items:center;gap:9px;margin-bottom:9px;cursor:pointer;font-size:14px;color:var(--text-2)}.ht-opt input{width:15px;height:15px;accent-color:var(--green);cursor:pointer;flex-shrink:0}.ht-opt-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px}.ht-badge-top,.ht-badge-star,.ht-badge-rise{background:var(--surface);color:var(--text)}.ht-divider{height:1px;background:var(--border-subtle);margin:16px 0}.ht-rate-row{display:flex;gap:8px;margin-top:8px}.ht-rate-input{flex:1;padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;color:var(--text);outline:none;width:100%;transition:border-color .2s}.ht-rate-input:focus{border-color:var(--brand-blue)}.ht-rate-label{font-size:12px;color:var(--text-3);margin-bottom:4px}.ht-sel-wrap{position:relative}.ht-sel-wrap select{width:100%;padding:8px 32px 8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;color:var(--text-2);background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:border-color .2s}.ht-sel-wrap select:focus{border-color:var(--brand-blue)}.ht-sel-wrap:after{content:"▼";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--text-3);font-size:10px;pointer-events:none}.ht-apply-btn{width:100%;padding:9px;background:var(--brand-navy);color:#fff;border:1px solid var(--brand-navy);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s;margin-top:4px}.ht-apply-btn:hover{background:var(--brand-navy-hover);border-color:var(--brand-navy-hover)}.ht-results{flex:1;min-width:0}.ht-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ht-results-count{font-size:14px;color:var(--text-2)}.ht-results-count strong{color:var(--text)}.ht-sort-wrap{position:relative}.ht-sort-wrap select{padding:7px 28px 7px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;color:var(--text-2);background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.ht-sort-wrap:after{content:"▼";position:absolute;right:9px;top:50%;transform:translateY(-50%);color:var(--text-3);font-size:10px;pointer-events:none}.ht-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;margin-bottom:14px;display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s,transform .2s,border-color .2s;animation:ht-up .35s ease both}.ht-card:nth-child(2){animation-delay:.07s}.ht-card:nth-child(3){animation-delay:.14s}.ht-card:nth-child(4){animation-delay:.21s}@keyframes ht-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ht-card:hover{box-shadow:var(--shadow-sm);border-color:var(--text-3);transform:translateY(-2px)}.ht-avatar{width:52px;height:52px;border-radius:var(--radius);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:600;color:#fff;font-family:var(--font-display)}.ht-av-teal{background:linear-gradient(135deg,var(--brand-blue),var(--brand-navy))}.ht-av-indigo{background:linear-gradient(135deg,#6366f1,#4338ca)}.ht-av-amber{background:linear-gradient(135deg,#fbbf24,#d97706)}.ht-av-rose{background:linear-gradient(135deg,#fb7185,#be123c)}.ht-card-body{flex:1;min-width:0}.ht-top-row{display:flex;align-items:center;gap:8px;margin-bottom:2px;flex-wrap:wrap}.ht-name{font-size:15px;font-weight:600;color:var(--text)}.ht-cbadge{font-size:11px;font-weight:500;padding:2px 9px;border-radius:12px}.ht-cb-top,.ht-cb-star,.ht-cb-new{background:var(--surface);color:var(--text)}.ht-role{font-size:14px;color:var(--text-2);font-weight:400;margin-bottom:9px}.ht-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-3);margin-bottom:10px;flex-wrap:wrap}.ht-meta strong{color:var(--text);font-weight:500}.ht-meta .ht-dot{color:var(--border)}.ht-success{color:var(--green);font-weight:600}.ht-bio{font-size:14px;color:var(--text-2);line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ht-skills{display:flex;flex-wrap:wrap;gap:6px}.ht-skill{padding:4px 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:6px;font-size:12px;color:var(--text-2);font-weight:400}.ht-card-cta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.ht-invite-btn{padding:8px 16px;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.ht-invite-btn:hover{background:var(--green-hover)}.ht-save-btn{padding:7px 16px;background:transparent;color:var(--brand-navy);border:1px solid var(--brand-navy);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.ht-save-btn:hover{background:#4a90e21a;border-color:var(--brand-blue);color:var(--brand-navy)}.ht-avail{font-size:12px;color:var(--green);font-weight:600;display:flex;align-items:center;gap:6px}.ht-avail:before{content:"";width:6px;height:6px;background:var(--green);border-radius:50%;display:inline-block}.our-work-page{background-color:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-body);overflow-x:hidden}.ow-s-hero{padding:130px 20px 50px;text-align:center;max-width:900px;margin:0 auto;position:relative}.ow-s-hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(circle,rgba(74,144,226,.12) 0%,transparent 60%);z-index:0;pointer-events:none}.ow-s-hero-content{position:relative;z-index:10}.ow-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--surface);border:1px solid var(--border);border-radius:30px;font-size:13px;font-weight:500;color:var(--text-2);margin-bottom:24px;box-shadow:0 4px 12px #00000008}.ow-badge-dot{width:8px;height:8px;background:var(--brand-blue);border-radius:50%;animation:pulse-amber 2s infinite}@keyframes pulse-amber{0%{box-shadow:0 0 #4a90e273}70%{box-shadow:0 0 0 8px #4a90e200}to{box-shadow:0 0 #4a90e200}}.ow-title{font-family:var(--font-display);font-size:clamp(38px,6vw,62px);font-weight:800;line-height:1.1;letter-spacing:-2px;margin-bottom:20px}.ow-subtitle{font-size:18px;color:var(--text-2);line-height:1.6;max-width:600px;margin:0 auto}.ow-projects-section{padding:40px 20px 80px;max-width:1200px;margin:0 auto}.ow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.ow-proj-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #00000005;position:relative;z-index:1}.ow-proj-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;border:2px solid transparent;transition:all .4s ease;z-index:2;pointer-events:none}.ow-proj-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #253a851f}.ow-proj-card:hover:after{border-color:#4a90e259}.ow-proj-visual{width:100%;aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid var(--border);background:#f1f5f9;position:relative}.ow-proj-visual img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s;filter:saturate(.9)}.ow-proj-card:hover .ow-proj-visual img{transform:scale(1.08);filter:saturate(1.1)}.ow-proj-content{padding:32px 24px;flex-grow:1;display:flex;flex-direction:column;background:#fff}.ow-proj-name{font-family:var(--font-display);font-size:22px;font-weight:700;margin-bottom:12px}.ow-proj-desc{font-size:15px;color:var(--text-2);line-height:1.6;margin-bottom:24px;flex-grow:1}.ow-proj-tags{display:flex;flex-wrap:wrap;gap:8px}.ow-proj-tag{background:var(--bg);border:1px solid var(--border);padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:6px}.ow-proj-tag img{width:14px;height:14px;object-fit:contain}.ow-platform-section{padding:100px 20px;background:#fafafa;border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.ow-platform-section:before{content:"";position:absolute;top:-50px;left:-50px;width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.05) 0%,transparent 60%);z-index:0;pointer-events:none}.ow-plat-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.ow-section-head{text-align:center;margin-bottom:60px}.ow-section-head h2{font-family:var(--font-display);font-size:38px;font-weight:700;letter-spacing:-1px;margin-bottom:16px}.ow-section-head p{color:var(--text-2);font-size:18px;max-width:600px;margin:0 auto}.ow-bento{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(min-content,max-content);gap:24px}.ow-bento-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:40px;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000000a;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;position:relative;overflow:hidden}.ow-bento-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.ow-bento-large{grid-column:span 8;flex-direction:row;align-items:center;gap:40px}.ow-bento-small{grid-column:span 4}.ow-bento-half{grid-column:span 6}.ow-bento-icon-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.ow-bento-icon{width:48px;height:48px;background:#4a90e21f;color:var(--brand-blue);border-radius:12px;display:flex;align-items:center;justify-content:center}.ow-tech-stack{display:flex}.ow-tech-circle{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #f8fafc;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d;margin-left:-8px}.ow-tech-circle:first-child{margin-left:0}.ow-tech-circle img{width:16px;height:16px;object-fit:contain}.ow-bento-card h3{font-family:var(--font-display);font-size:22px;font-weight:700;margin-bottom:16px;letter-spacing:-.5px}.ow-bento-card p{color:var(--text-2);font-size:15px;line-height:1.6}.ow-bento-visual{flex:1;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#f8fafc}.ow-bento-visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.ow-bento-card:hover .ow-bento-visual img{transform:scale(1.05)}.ow-bento-content{flex:1}.ow-cta-card{max-width:1000px;margin:100px auto;background:linear-gradient(135deg,var(--brand-navy) 0%,#1a2868 100%);border-radius:24px;padding:60px 40px;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 60px #253a8538}.ow-cta-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(74,144,226,.25),transparent 60%);pointer-events:none}.ow-cta-card h2{font-family:var(--font-display);font-size:38px;font-weight:700;letter-spacing:-1px;margin-bottom:16px}.ow-cta-card p{color:#9ca3af;font-size:18px;max-width:500px;margin:0 auto 32px}.ow-cta-btns{display:flex;justify-content:center;gap:16px;position:relative;z-index:10}.ow-cta-btns .btn-ghost{border-color:#fff3;color:#fff}.ow-cta-btns .btn-ghost:hover{background:#ffffff1a}.ow-cta-btns .btn-cta-green{border-radius:30px;padding:12px 24px;font-weight:600;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:all .3s ease}.ow-cta-btns .btn-cta-green:hover{transform:translateY(-2px);box-shadow:0 8px 24px #22c55e59}@media(max-width:1024px){.ow-bento-large{grid-column:span 12}.ow-bento-small{grid-column:span 6}.ow-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ow-bento-large{flex-direction:column-reverse}.ow-bento-visual{width:100%}.ow-bento-small,.ow-bento-half{grid-column:span 12}.ow-grid{grid-template-columns:1fr}.ow-title{font-size:36px}.ow-cta-btns{flex-direction:column;align-items:center}}.services-page{background-color:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-body);overflow-x:hidden}.section-eyebrow{color:var(--brand-blue);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;display:block}.sv-hero{padding:160px 20px 80px;text-align:center;position:relative;background:radial-gradient(circle at top,rgba(74,144,226,.12) 0%,transparent 55%)}.sv-hero-title{font-family:var(--font-display);font-size:clamp(40px,7vw,76px);font-weight:800;line-height:1.05;letter-spacing:-2.5px;max-width:900px;margin:0 auto 24px}.sv-hero-title span{background:linear-gradient(135deg,var(--brand-navy) 0%,var(--brand-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sv-hero-subtitle{font-size:18px;color:var(--text-2);line-height:1.6;max-width:650px;margin:0 auto 40px}.sv-hero-actions{display:flex;gap:16px;justify-content:center}.sv-bento-section{padding:60px 20px 100px;max-width:1200px;margin:0 auto}.sv-bento-header{text-align:center;margin-bottom:60px}.sv-bento-header h2{font-family:var(--font-display);font-size:clamp(32px,4vw,42px);font-weight:700;letter-spacing:-1px}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:20px}.bento-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px;position:relative;overflow:hidden;transition:all .4s ease}.bento-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #253a851a;border-color:#4a90e259}.bento-large{grid-column:span 2}.bento-icon{width:48px;height:48px;background:#4a90e21f;color:var(--brand-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.bento-card h3{font-family:var(--font-display);font-size:22px;font-weight:600;margin-bottom:12px;letter-spacing:-.5px}.bento-card p{color:var(--text-2);font-size:15px;line-height:1.6}.bento-visual{margin-top:24px;height:160px;background:#f8fafc;border-radius:12px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.bento-visual img{width:100%;height:100%;object-fit:cover;opacity:.9}.sv-pillars{padding:100px 20px;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pillar-row{max-width:1200px;margin:0 auto 120px;display:flex;align-items:center;gap:80px}.pillar-row:last-child{margin-bottom:0}.pillar-row.reverse{flex-direction:row-reverse}.pillar-content{flex:1}.pillar-content h2{font-family:var(--font-display);font-size:clamp(32px,4vw,42px);font-weight:700;margin-bottom:20px;letter-spacing:-1px}.pillar-content p{font-size:16.5px;line-height:1.7;color:var(--text-2);margin-bottom:32px}.pillar-list{list-style:none;padding:0;margin:0 0 32px}.pillar-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;font-weight:500}.pillar-list li svg{color:var(--brand-blue);margin-top:2px;flex-shrink:0}.pillar-visual{flex:1;position:relative}.pillar-visual:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:linear-gradient(135deg,rgba(74,144,226,.22),transparent);border-radius:24px;z-index:0}.pillar-visual img{width:100%;height:auto;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--border);position:relative;z-index:1}.sv-stats{padding:100px 20px;background:var(--brand-navy);color:#fff;text-align:center}.sv-stats-inner{max-width:1000px;margin:0 auto}.sv-stats h2{font-family:var(--font-display);font-size:36px;font-weight:700;margin-bottom:60px;letter-spacing:-1px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-item h4{font-family:var(--font-display);font-size:48px;font-weight:800;color:var(--brand-soft);margin-bottom:8px}.stat-item p{color:#94a3b8;font-size:15px}.sv-cta{padding:120px 20px;text-align:center}.sv-cta-box{max-width:800px;margin:0 auto;background:linear-gradient(180deg,var(--surface) 0%,white 100%);border:1px solid var(--border);border-radius:32px;padding:80px 40px;box-shadow:0 30px 60px #00000008}.sv-cta h2{font-family:var(--font-display);font-size:42px;font-weight:800;letter-spacing:-1px;margin-bottom:20px}.sv-cta p{font-size:18px;color:var(--text-2);margin-bottom:40px}@media(max-width:900px){.bento-grid{grid-template-columns:1fr;grid-template-rows:auto}.bento-large{grid-column:span 1}.pillar-row,.pillar-row.reverse{flex-direction:column;gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media(max-width:600px){.sv-hero{padding:120px 20px 60px}.sv-hero-title{font-size:32px}.sv-hero-actions{flex-direction:column}.stats-grid{grid-template-columns:1fr}.sv-cta-box{padding:40px 20px}}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm:.25rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-display:"Bricolage Grotesque", sans-serif;--font-body:"DM Sans", sans-serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-navy:#253a85;--brand-navy-hover:#1a2960;--brand-blue:#4a90e2;--brand-soft:#b0c4de;--bg:#fff;--surface:#f4f7fb;--surface-2:#e8eef6;--border:#d8e0ea;--border-subtle:#eef2f7;--text:#333;--text-2:#4a5568;--text-3:#718096;--accent:var(--brand-navy);--accent-fg:#fff;--green:#22c55e;--green-hover:#16a34a;--red:#dc2626;--amber:#d97706;--blue:var(--brand-blue);--radius:12px;--radius-sm:8px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 16px #00000012, 0 1px 4px #0000000a;--shadow-lg:0 20px 60px #00000017, 0 4px 16px #0000000d}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;overflow-x:hidden}}@layer components{nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffd1;border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:fixed;top:0;left:0;right:0}nav.scrolled{border-bottom-color:var(--border-subtle)}.nav-inner{align-items:center;gap:40px;max-width:1200px;height:60px;margin:0 auto;padding:0 32px;display:flex}.nav-logo{flex-shrink:0;align-items:center;line-height:0;text-decoration:none;display:flex}.nav-wordmark-img{width:auto;height:28px;display:block}.nav-wordmark-img--footer{height:24px}.nav-links{flex:1;align-items:center;gap:4px;list-style:none;display:flex}.nav-links a{color:var(--text-2);border-radius:6px;padding:6px 12px;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s,background .15s}.nav-links a:hover{color:var(--brand-navy);background:#4a90e21a}.nav-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.btn-ghost{color:var(--text-2);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--surface);color:var(--text);border-color:var(--text-3)}.btn-dark{background:var(--brand-navy);color:var(--accent-fg);border:1px solid var(--brand-navy)}.btn-dark:hover{background:var(--brand-navy-hover);border-color:var(--brand-navy-hover)}.btn-cta-green{background:var(--green);color:#fff;border:1px solid var(--green)}.btn-cta-green:hover{background:var(--green-hover);border-color:var(--green-hover)}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--text-3);background:var(--surface)}.btn-lg{border-radius:10px;padding:12px 26px;font-size:15px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:140px 32px 100px;display:grid}.hero-label{background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:5px 14px 5px 8px;font-size:12.5px;font-weight:500;display:inline-flex}.hero-label-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-green;box-shadow:0 0 0 3px #22c55e33}@keyframes pulse-green{0%{box-shadow:0 0 #22c55e73}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.hero h1{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--brand-navy);margin-bottom:24px;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.1}.hero h1 em{color:var(--brand-blue);font-style:italic;font-weight:600}.hero-sub{color:var(--text-2);max-width:440px;margin-bottom:36px;font-size:16.5px;line-height:1.7}.hero-toggle-wrap{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.hero-toggle-group{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:600px;display:flex}.hero-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:100px;gap:4px;width:100%;padding:4px;display:flex}.toggle-btn{font-family:var(--font-body);color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;flex:1;padding:6px 12px;font-size:14.5px;font-weight:500;transition:all .2s}.toggle-btn.active{background:var(--brand-navy);color:#fff;box-shadow:0 2px 12px #253a8547}.toggle-btn:not(.active):hover{color:var(--text);background:var(--border-subtle)}.hero-search-bar{border:1.5px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:100px;align-items:center;gap:10px;width:100%;max-width:600px;padding:6px 6px 6px 22px;transition:border-color .2s,box-shadow .2s;display:flex}.hero-search-bar:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 3px #4a90e233}.hero-search-input{font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:14.5px}.hero-search-input::placeholder{color:var(--text-3)}.hero-search-btn{background:var(--brand-navy);color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;flex-shrink:0;align-items:center;gap:7px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.hero-search-btn:hover{background:var(--brand-navy-hover)}.hero-explore-btn{background:var(--green);color:#fff;font-family:var(--font-body);border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:9px 20px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.hero-explore-btn:hover{background:var(--green-hover);transform:translateY(-1px)}.hero-work-tagline{font-family:var(--font-display);color:var(--brand-navy);text-align:center;letter-spacing:-.3px;font-size:17px;font-weight:700}.hero-photo-wrap{width:100%;position:relative}.hero-photo-img{width:100%;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:16/10;border-radius:20px;display:block}.hero-badge{border:1px solid var(--border);font-family:var(--font-body);color:var(--text);white-space:nowrap;background:#fff;border-radius:100px;align-items:center;gap:8px;padding:6px 16px 6px 10px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 8px 24px #0000001a}.hero-badge-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.hero-badge.badge-sprint{top:8%;left:-8%}.hero-badge.badge-review{top:36%;right:-10%}.hero-badge.badge-cicd{bottom:22%;left:-6%}.hero-badge.badge-pr{bottom:5%;right:-4%}.clients-section{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:28px 0;overflow:hidden}.clients-label{text-align:center;color:var(--text-3);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px;font-size:12px;font-weight:500}.marquee-wrapper{position:relative;overflow:hidden}.marquee-wrapper:before,.marquee-wrapper:after{content:"";z-index:2;width:100px;position:absolute;top:0;bottom:0}.marquee-wrapper:before{background:linear-gradient(90deg,#fff,#0000);left:0}.marquee-wrapper:after{background:linear-gradient(270deg,#fff,#0000);right:0}.marquee-track{gap:60px;width:max-content;display:flex}.client-logo{font-family:var(--font-display);color:var(--text-3);white-space:nowrap;letter-spacing:-.3px;cursor:default;font-size:15px;font-weight:600;transition:color .2s}.client-logo:hover{color:var(--text-2)}.categories-section{background:#fff;padding:20px 32px 100px}.categories-inner{max-width:1100px;margin:0 auto}.categories-title{font-family:var(--font-display);color:var(--brand-navy);letter-spacing:-.8px;text-align:center;margin-bottom:32px;font-size:clamp(24px,3.5vw,32px);font-weight:800}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.category-card{border:1px solid var(--border-subtle);cursor:pointer;background:linear-gradient(#fff,#fafaf8);border-radius:14px;flex-direction:row;align-items:center;gap:16px;min-height:80px;padding:16px 20px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000005}.category-card:hover{border-color:var(--border);box-shadow:var(--shadow);background:#fff;transform:translateY(-2px)}.category-icon-wrapper{border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.category-icon{color:var(--brand-navy)}.category-name{color:var(--text);font-size:14.5px;font-weight:600;line-height:1.3}.value-section{grid-template-columns:1fr 420px;align-items:start;gap:80px;max-width:1200px;margin:100px auto 40px;padding:0 32px;display:grid}.section-eyebrow{color:var(--brand-blue);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;font-size:12px;font-weight:600}.value-left h2{font-family:var(--font-display);letter-spacing:-1px;color:var(--brand-navy);margin-bottom:24px;font-size:clamp(30px,3.5vw,42px);font-weight:700;line-height:1.15}.value-left h2 span{color:var(--text-2)}.value-items{flex-direction:column;gap:20px;margin-top:32px;display:flex}.value-item{align-items:flex-start;gap:16px;display:flex}.value-icon{background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.value-item-text h4{margin-bottom:3px;font-size:14.5px;font-weight:600}.value-item-text p{color:var(--text-2);font-size:14px;line-height:1.6}.auth-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;position:sticky;top:80px}.auth-card h3{font-family:var(--font-display);letter-spacing:-.3px;margin-bottom:6px;font-size:18px;font-weight:700}.auth-card p{color:var(--text-2);margin-bottom:20px;font-size:13.5px}.auth-tabs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.auth-tab{text-align:center;cursor:pointer;border:1px solid var(--border);color:var(--text-2);font-size:13.5px;font-weight:500;font-family:var(--font-body);background:0 0;border-radius:8px;padding:10px;transition:all .15s}.auth-tab.active{background:var(--brand-navy);color:#fff;border-color:var(--brand-navy)}.auth-divider{align-items:center;gap:12px;margin:14px 0;display:flex}.auth-divider-line{background:var(--border);flex:1;height:1px}.auth-divider-text{color:var(--text-3);font-size:12px}.auth-field{border:1px solid var(--border);width:100%;font-size:14px;font-family:var(--font-body);color:var(--text);background:var(--bg);border-radius:8px;outline:none;margin-bottom:10px;padding:10px 14px;transition:border-color .15s}.auth-field:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #4a90e226}.auth-footnote{color:var(--text-3);text-align:center;margin-top:12px;font-size:11.5px}.ai-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 32px;position:relative;overflow:hidden}.ai-inner{z-index:1;grid-template-columns:1fr 380px;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid;position:relative}.ai-heading{font-family:var(--font-display);letter-spacing:-2px;color:var(--brand-navy);margin-bottom:20px;font-size:clamp(36px,4.5vw,58px);font-weight:800;line-height:1.08}.ai-heading em{color:var(--brand-blue);font-style:italic;font-weight:600}.ai-subtext{color:var(--text-2);max-width:480px;margin-bottom:36px;font-size:16px;line-height:1.7}.ai-input-wrap{background:var(--surface);border:1px solid var(--border);border-radius:18px;max-width:560px;padding:16px 20px 12px;transition:border-color .2s,box-shadow .2s}.ai-input-wrap:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 4px #4a90e21f}.ai-textarea{width:100%;font-family:var(--font-body);color:var(--text);resize:none;background:0 0;border:none;outline:none;min-height:44px;font-size:15px;line-height:1.6}.ai-textarea::placeholder{color:var(--text-3)}.ai-input-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.ai-input-hint{color:var(--text-3);font-size:12.5px}.ai-next-btn{background:var(--brand-navy);color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;align-items:center;padding:11px 24px;font-size:14.5px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.ai-next-btn:hover{background:var(--brand-navy-hover);transform:translateY(-1px)}.ai-feat-item{background:var(--surface);cursor:default;border-radius:12px;align-items:flex-start;gap:14px;margin-bottom:14px;padding:10px 18px;transition:background .15s,border-color .15s;display:flex}.ai-features-label{margin-bottom:12px}.ai-feat-item:hover{background:var(--surface-2);border-color:var(--text-3)}.ai-feat-icon{background:var(--brand-blue);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.ai-feat-title{color:var(--text);margin-bottom:3px;font-size:13.5px;font-weight:600}.ai-feat-desc{color:var(--text-2);font-size:12.5px;line-height:1.5}.platform-section{max-width:1200px;margin:100px auto;padding:0 32px}.platform-header{text-align:center;margin-bottom:72px}.platform-header h2{font-family:var(--font-display);letter-spacing:-1.2px;color:var(--brand-navy);margin-bottom:16px;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.1}.platform-header p{color:var(--text-2);max-width:480px;margin:0 auto;font-size:16px;line-height:1.7}.platform-feature{grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-bottom:100px;display:grid}.platform-feature.reverse{direction:rtl}.platform-feature.reverse>*{direction:ltr}.platform-feature-text .feature-num{color:var(--text-3);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:600}.platform-feature-text h3{font-family:var(--font-display);letter-spacing:-.6px;color:var(--brand-navy);margin-bottom:16px;font-size:clamp(24px,2.5vw,32px);font-weight:700;line-height:1.2}.platform-feature-text p{color:var(--text-2);margin-bottom:24px;font-size:15px;line-height:1.75}.feature-pills{flex-wrap:wrap;gap:8px;display:flex}.pill{background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-radius:100px;padding:5px 14px;font-size:12.5px;font-weight:500}.screen-browser{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:14px;overflow:hidden}.screen-bar{border-bottom:1px solid var(--border);background:#fafaf8;align-items:center;gap:6px;padding:10px 14px;display:flex}.screen-dot{border-radius:50%;width:9px;height:9px}.screen-url{background:var(--border-subtle);color:var(--text-3);border-radius:5px;flex:1;margin-left:6px;padding:4px 10px;font-size:10.5px}.code-editor-layout{height:240px;display:flex}.code-sidebar{border-right:1px solid var(--border);background:#fafaf8;flex-shrink:0;width:140px;padding:10px 0}.code-sidebar-label{color:var(--text-3);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;padding:0 12px;font-size:9.5px;font-weight:600}.sidebar-item{color:var(--text-2);cursor:pointer;align-items:center;gap:6px;padding:5px 12px;font-size:10.5px;display:flex}.sidebar-item.active{background:var(--surface-2);color:var(--text)}.sidebar-item-dot{border-radius:2px;flex-shrink:0;width:7px;height:7px}.code-tab{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:6px;padding:7px 14px;font-size:10.5px;display:flex}.tab-active-dot{background:#fbbf24;border-radius:50%;width:7px;height:7px}.code-content{color:var(--text-2);padding:10px 14px;font-family:Courier New,monospace;font-size:10px;line-height:1.7;overflow:hidden}.code-line{gap:12px;display:flex}.line-num{color:var(--text-3);text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;width:16px}.kw{color:#7c3aed}.fn{color:#0369a1}.str{color:var(--green)}.cd{color:var(--text)}.board-screen{padding:12px}.board-header-mini{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.board-title-mini{color:var(--text);font-size:13px;font-weight:700}.board-badge{color:#166534;background:#dcfce7;border-radius:100px;padding:2px 9px;font-size:9.5px;font-weight:600}.board-cols{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.bcol-label{color:var(--text-2);align-items:center;gap:5px;margin-bottom:5px;font-size:9.5px;font-weight:600;display:flex}.bcol-d{border-radius:50%;width:6px;height:6px}.bcard{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;margin-bottom:4px;padding:7px;font-size:9.5px;line-height:1.3}.bcard.critical-card{background:#fff8f8;border-color:#fca5a5}.btag{border-radius:3px;margin-top:3px;padding:1px 5px;font-size:8.5px;font-weight:600;display:inline-block}.btag-c{color:#991b1b;background:#fee2e2}.btag-h{color:#92400e;background:#fef3c7}.btag-m{color:#0369a1;background:#e0f2fe}.cicd-screen{padding:12px}.cicd-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:6px;margin-bottom:10px;padding:7px 10px;font-size:9.5px;display:flex}.run-card{border:1px solid var(--border);border-radius:8px;margin-bottom:8px;padding:10px}.run-card.failed{background:#fff8f8;border-color:#fecaca}.run-card.running{border-color:var(--border)}.run-card.success{background:#f0fff4;border-color:#bbf7d0}.run-header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.run-title{color:var(--text);font-size:10.5px;font-weight:600}.run-status{font-size:9px;font-weight:600}.run-status.failed{color:var(--red)}.run-status.running{color:var(--amber)}.run-status.success{color:var(--green)}.run-commit{color:var(--text-3);margin-bottom:7px;font-size:9px}.run-stages{align-items:center;gap:4px;display:flex}.stage-badge{border-radius:4px;padding:2px 7px;font-size:9px;font-weight:600}.stage-pass{color:#166534;background:#dcfce7}.stage-fail{color:#991b1b;background:#fee2e2}.stage-pending{background:var(--surface-2);color:var(--text-3)}.stage-running{color:#92400e;background:#fef3c7}.stage-arrow{color:var(--text-3);font-size:9px}.run-progress{background:var(--border);border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.run-progress-fill{border-radius:2px;height:100%}.platform-cta{text-align:center;max-width:1200px;margin:60px auto 100px;padding:0 32px}.testimonials-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 32px}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:56px}.testimonials-header h2{font-family:var(--font-display);letter-spacing:-.8px;color:var(--brand-navy);margin-bottom:12px;font-size:clamp(28px,3.5vw,40px);font-weight:700}.testimonials-header p{color:var(--text-2);font-size:15px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:28px;transition:box-shadow .2s,transform .2s}.testimonial-quotes{opacity:.8;width:32px;height:auto;margin-bottom:16px}.testimonial-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.testimonial-text{color:var(--text);margin-bottom:20px;font-size:14.5px;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.author-name{font-size:13.5px;font-weight:600}.author-role{color:var(--text-3);font-size:12px}.contact-section{max-width:680px;margin:100px auto;padding:0 32px}.contact-section h2{font-family:var(--font-display);letter-spacing:-.8px;text-align:center;color:var(--brand-navy);margin-bottom:12px;font-size:clamp(28px,3.5vw,40px);font-weight:700}.contact-section .lead{text-align:center;color:var(--text-2);margin-bottom:48px;font-size:15px}.contact-form{flex-direction:column;gap:14px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text);font-size:13px;font-weight:500}.form-input,.form-textarea{border:1px solid var(--border);font-size:14px;font-family:var(--font-body);color:var(--text);background:var(--bg);border-radius:8px;outline:none;width:100%;padding:11px 14px;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-textarea:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #4a90e233}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}footer{border-top:1px solid var(--border);padding:60px 32px 48px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:240px repeat(4,1fr);gap:40px;margin-bottom:48px;display:grid}.footer-brand p{color:var(--text-2);margin-top:12px;font-size:13.5px;line-height:1.7}.footer-col h5{color:var(--brand-navy);margin-bottom:14px;font-size:13px;font-weight:600}.footer-col a{color:var(--text-2);margin-bottom:9px;font-size:13.5px;text-decoration:none;transition:color .15s;display:block}.footer-col a:hover{color:var(--brand-navy)}.footer-bottom{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom-left{color:var(--text-3);font-size:13px}.footer-bottom-right{gap:24px;display:flex}.footer-bottom-right a{color:var(--text-3);font-size:13px;text-decoration:none;transition:color .15s}.footer-bottom-right a:hover{color:var(--text-2)}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}@keyframes badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}}@layer utilities{.visible{visibility:visible}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}.min-h-screen{min-height:100vh}.border{border-style:var(--tw-border-style);border-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}@media(max-width:960px){.categories-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr;gap:40px;padding:120px 24px 80px}.value-section{grid-template-columns:1fr;gap:48px;margin:60px auto}.ai-inner,.platform-feature{grid-template-columns:1fr;gap:40px}.platform-feature.reverse{direction:ltr}.testimonials-grid{grid-template-columns:1fr;gap:16px}.footer-top{grid-template-columns:1fr 1fr}.nav-links{display:none}}@media(max-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}.form-row,.footer-top{grid-template-columns:1fr}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ease{syntax:"*";inherits:false}
