:root{--navy: #1a1a2e;--accent-blue: #3b5bdb;--signal-green: #10b981;--bug-red: #ef4444;--amber: #f59e0b;--white: #ffffff;--light-bg: #f8fafc;--text-dark: #1a1a2e;--text-muted: #6b7280;--text-light: #f0f0f0;--text-light-muted: #9ca3af}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.container{max-width:1160px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid #e5e7eb}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{height:40px;width:auto}.header-cta{display:inline-block;background:var(--accent-blue);color:#fff;font-size:14px;font-weight:600;font-family:inherit;padding:10px 20px;border-radius:8px;text-decoration:none;transition:background .15s,transform .1s;line-height:1}.header-cta:hover{background:#2f4cc8;transform:translateY(-1px)}.hero{background:var(--navy);padding:56px 0 64px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-headline{font-size:52px;font-weight:700;color:var(--text-light);line-height:1.1;letter-spacing:-.025em;margin-bottom:20px}.hero-subheadline{font-size:18px;font-weight:400;color:var(--text-light-muted);line-height:1.7;margin-bottom:36px}.hero-cta{display:inline-block;background:var(--accent-blue);color:#fff;font-size:15px;font-weight:600;font-family:inherit;padding:14px 22px;border-radius:8px;text-decoration:none;transition:background .15s,transform .1s;line-height:1}.hero-cta:hover{background:#2f4cc8;transform:translateY(-1px)}.hero-mockup{display:grid;align-items:center;justify-items:center;max-width:560px;width:100%;margin-left:auto}.hero-mockup .mockup-card{grid-area:1 / 1;width:100%;will-change:opacity,transform;animation:heroMockupCarousel var(--mockup-duration, 20s) infinite;animation-delay:var(--mockup-delay, 0s);opacity:0}.mockup-card{background:linear-gradient(180deg,#ffffff0b,#ffffff05),#16213e;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;font-size:13px;box-shadow:0 18px 42px #080f2352}.mockup-ticket{padding:16px 18px 14px;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent)}.mockup-ticket-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mockup-ticket-meta-left{display:inline-flex;align-items:center;gap:8px}.mockup-ticket-id{font-size:10.5px;font-weight:700;color:var(--text-light-muted);letter-spacing:.07em;text-transform:uppercase}.mockup-ticket-source{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#3b5bdb1f;border:1px solid rgba(59,91,219,.18);color:#a5b4fc;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mockup-ticket-time{font-size:10.5px;color:#9ca3af99}.mockup-ticket-text{font-size:14px;color:#d7e1f1;line-height:1.6;font-style:italic}.mockup-analysis{background:#ffffff0a;border-top:1px solid rgba(255,255,255,.07);padding:14px 18px 18px}.mockup-analysis-header{display:flex;align-items:center;gap:6px;margin-bottom:12px}.mockup-analysis-header svg{color:var(--accent-blue);flex-shrink:0}.mockup-analysis-title{font-size:10.5px;font-weight:700;color:var(--text-light-muted);letter-spacing:.09em;text-transform:uppercase}.mockup-verdict-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mockup-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.mockup-badge.bug{background:#ef444424;color:#fecaca;border:1px solid rgba(239,68,68,.26)}.mockup-badge.user-error{background:#10b98124;color:#a7f3d0;border:1px solid rgba(16,185,129,.24)}.mockup-badge.feature-request{background:#f59e0b24;color:#fcd34d;border:1px solid rgba(245,158,11,.24)}.mockup-badge.known-issue{background:#3b5bdb29;color:#c7d2fe;border:1px solid rgba(96,165,250,.2)}.mockup-badge.needs-info{background:#94a3b824;color:#e2e8f0;border:1px solid rgba(148,163,184,.18)}.mockup-badge-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.mockup-badge.bug .mockup-badge-dot{background:#fca5a5}.mockup-badge.user-error .mockup-badge-dot{background:#6ee7b7}.mockup-badge.feature-request .mockup-badge-dot{background:#fbbf24}.mockup-badge.known-issue .mockup-badge-dot{background:#a5b4fc}.mockup-badge.needs-info .mockup-badge-dot{background:#cbd5e1}.mockup-confidence{font-size:10.5px;font-weight:700;color:#a5b4fc;letter-spacing:.06em;text-transform:uppercase}.mockup-details{display:flex;flex-direction:column;gap:10px}.mockup-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mockup-detail-card{padding:10px 11px;border-radius:10px;background:#0f172a52;border:1px solid rgba(148,163,184,.12)}.mockup-detail-card-strong{background:linear-gradient(180deg,#3b5bdb24,#3b5bdb0f);border-color:#60a5fa33}.mockup-detail-label{font-size:9.5px;font-weight:700;color:#9ca3afb3;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1px}.mockup-detail-value{font-size:12px;color:#d1d9e7;line-height:1.5}.mockup-detail-value strong{color:#f8fafc;font-weight:700}.mockup-detail-value code{font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:11px;color:var(--amber);background:#f59e0b1a;padding:1px 4px;border-radius:3px}.mockup-detail-value em{font-style:normal;color:#7dd3fc}.mockup-detail-value-muted{color:#94a3b8}.mockup-proof-strip{display:flex;flex-wrap:wrap;gap:8px}.mockup-proof-strip span{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(148,163,184,.14);color:#cbd5e1;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mockup-response{margin-top:12px;padding:11px 12px;background:#3b5bdb1a;border:1px solid rgba(96,165,250,.18);border-left:2px solid var(--accent-blue);border-radius:0 8px 8px 0}.mockup-response-label{font-size:9.5px;font-weight:700;color:#9ca3afb3;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}.mockup-response-text{font-size:12px;color:#d1d9e7;line-height:1.4;font-style:italic}.problem{background:var(--white);padding:100px 0}.section-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-blue);margin-bottom:14px;text-align:center}.section-heading{font-size:34px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2;margin-bottom:52px;text-align:center}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.problem-card{padding:32px;border:1px solid #e5e7eb;border-top:3px solid var(--accent-blue);border-radius:12px;background:var(--light-bg)}.problem-card-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}.problem-icon-wrap{width:36px;height:36px;border-radius:8px;background:#3b5bdb1a;border:1px solid rgba(59,91,219,.2);display:flex;align-items:center;justify-content:center;color:var(--accent-blue);flex-shrink:0}.problem-card h3{font-size:19px;font-weight:700;color:var(--text-dark);line-height:1.3;margin:0}.problem-card p{font-size:15px;color:var(--text-muted);line-height:1.7}.how-it-works{background:var(--light-bg);padding:100px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.hiw-steps{display:flex;flex-direction:column}.hiw-step{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:48px 0}.hiw-step-flip .hiw-step-text{order:2}.hiw-step-flip .hiw-step-visual{order:1}.hiw-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#3b5bdb1a;color:var(--accent-blue);font-size:13px;font-weight:700;margin-bottom:16px}.hiw-step-text h3{font-size:28px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}.hiw-step-text p{font-size:16px;color:var(--text-muted);line-height:1.7}.hiw-connector{display:flex;width:100%;padding:8px 0 4px}.hiw-connector-rtl{justify-content:flex-start;padding-left:55%}.hiw-connector-rtl svg{transform:rotate(-10deg);transform-origin:center}.hiw-connector-ltr{justify-content:flex-end;padding-right:55%}.hiw-connector-ltr svg{transform:rotate(10deg);transform-origin:center}.integrations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-category-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;padding-left:2px}.tool-category-list{display:flex;flex-direction:column;gap:6px}.tool-tile{display:flex;align-items:center;gap:9px;padding:10px 12px;background:var(--white);border:1px solid #e5e7eb;border-radius:8px}.tool-tile-icon{width:24px;height:24px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:11px;font-weight:700}.tool-tile-name{font-size:13px;font-weight:600;color:var(--text-dark)}.analysis-flow{background:#16213e;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:20px;display:flex;align-items:center;gap:10px}.flow-ticket{flex-shrink:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:11px 13px;width:126px}.flow-ticket-id{font-size:9.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#9ca3afb3;margin-bottom:5px}.flow-ticket-text{font-size:11.5px;color:#cbd5e1;line-height:1.4;font-style:italic;margin:0}.flow-h-arrow{flex-shrink:0}.flow-engine-col{flex:1;display:flex;flex-direction:column}.flow-row{display:flex;flex-direction:column;gap:8px}.flow-row-label{font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#9ca3af8c}.flow-chips{display:flex;gap:8px;flex-wrap:wrap}.flow-chip{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:#94a3b8;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:7px;padding:6px 11px}.flow-chip-out{color:#cbd5e1;border-color:#10b98140;background:#10b9810f}.flow-chip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.flow-chip-badge{font-size:10.5px;font-weight:700;color:#6ee7b7;background:#10b9811f;border:1px solid rgba(16,185,129,.25);border-radius:4px;padding:2px 6px;margin-left:2px}.flow-down-arrow{display:flex;justify-content:center;padding:4px 0}.flow-engine{display:flex;align-items:center;gap:11px;background:#3b5bdb24;border:1px solid rgba(59,91,219,.28);border-radius:10px;padding:13px 16px;color:#7b9ff5}.flow-engine-icon{color:var(--accent-blue);flex-shrink:0}.flow-engine-name{font-size:13px;font-weight:700;color:#7b9ff5}.flow-engine-status{font-size:10.5px;color:#9ca3af99;margin-top:2px}.signup{background:var(--navy);padding:100px 0}.signup-inner{max-width:480px;margin:0 auto;text-align:center}.signup-heading{font-size:36px;font-weight:700;color:var(--text-light);letter-spacing:-.02em;line-height:1.15;margin-bottom:12px}.signup-subheading{font-size:17px;color:var(--text-light-muted);margin-bottom:40px}.signup-form-wrap{width:100%}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-step{animation:fadeSlideIn .3s ease forwards}.email-row{display:flex;gap:10px}.email-input{flex:1;height:52px;padding:0 18px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:8px;font-size:15px;color:var(--text-light);font-family:inherit;outline:none;transition:border-color .15s;min-width:0}.email-input::placeholder{color:#9ca3af99}.email-input:focus{border-color:var(--accent-blue)}.email-input.error{border-color:var(--bug-red)}.email-error{margin-top:7px;text-align:left;font-size:13px;color:#fca5a5}.submit-btn{height:52px;padding:0 22px;background:var(--accent-blue);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0}.submit-btn:hover:not(:disabled){background:#2f4cc8}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.dropdowns-prompt{font-size:14px;color:var(--text-light-muted);margin-bottom:18px;text-align:center}.dropdowns-grid{display:flex;flex-direction:column;gap:10px}.custom-select-wrap{position:relative;width:100%}.custom-select-btn{width:100%;height:50px;padding:0 44px 0 16px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:8px;font-size:14.5px;font-family:inherit;color:#9ca3afbf;text-align:left;cursor:pointer;outline:none;transition:border-color .15s,background .15s}.custom-select-btn.has-value{color:var(--text-light)}.custom-select-btn.open,.custom-select-btn:hover{border-color:#3b5bdb8c;background:#ffffff17}.custom-select-btn-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.custom-select-chevron{opacity:.75;transition:transform .15s ease;flex-shrink:0}.custom-select-btn.open .custom-select-chevron{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 18px 36px #0206176b;padding:6px;max-height:280px;overflow-y:auto}.custom-select-option{width:100%;padding:11px 16px;font-size:14.5px;font-family:inherit;color:#cbd5e1;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .1s,color .1s;display:block}.custom-select-option:hover{background:#3b5bdb26;color:var(--text-light)}.custom-select-option.active{color:#6ee7b7;background:#10b98114}.confirmation{padding:24px 0;animation:fadeSlideIn .4s ease forwards}.confirmation-icon{width:52px;height:52px;border-radius:50%;background:#10b9811f;border:1px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--signal-green)}.confirmation h3{font-size:22px;font-weight:700;color:var(--text-light);margin-bottom:8px}.confirmation p{font-size:16px;color:var(--text-light-muted)}.footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.07);padding:22px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:13.5px;color:#9ca3af99}.footer-email{font-size:13.5px;color:var(--accent-blue);text-decoration:none}.footer-email:hover{text-decoration:underline}@media (max-width: 900px){.hero-content{grid-template-columns:1fr;gap:52px}.hero-headline{font-size:40px}.hero-mockup{max-width:none;margin-left:0;display:flex;flex-direction:column;gap:14px}.hero-mockup .mockup-card{position:relative;inset:auto;width:100%;animation:none}.problem-grid{grid-template-columns:1fr;gap:16px}.hiw-step,.hiw-step-flip{grid-template-columns:1fr;gap:32px}.hiw-step-flip .hiw-step-text{order:1}.hiw-step-flip .hiw-step-visual{order:2}.hiw-connector-rtl,.hiw-connector-ltr{justify-content:center;padding-left:0;padding-right:0}.hiw-connector-rtl svg,.hiw-connector-ltr svg{transform:none}.integrations-grid{grid-template-columns:repeat(2,1fr)}.analysis-flow{flex-wrap:wrap;gap:10px}}@keyframes heroMockupCarousel{0%{opacity:0;transform:translate(28px) scale(.985);z-index:1}2.86%{opacity:1;transform:translate(0) scale(1);z-index:2}17.14%{opacity:1;transform:translate(0) scale(1);z-index:2}20%,to{opacity:0;transform:translate(-28px) scale(.985);z-index:1}}@media (prefers-reduced-motion: reduce){.hero-mockup .mockup-card{animation:none!important;grid-area:auto}.hero-mockup{display:flex;flex-direction:column;gap:14px}}@media (max-width: 600px){.hero{padding:24px 0 64px}.hero-headline{font-size:32px}.hero-subheadline{font-size:16px}.problem,.how-it-works,.signup{padding:72px 0}.section-heading{font-size:26px;margin-bottom:36px}.signup-heading{font-size:28px}.email-row{flex-direction:column}.footer-inner{flex-direction:column;gap:8px;text-align:center}}
