*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#25D366;--green-d:#128C7E;--orange:#E8821A;--black:#111111;--off:#F7F6F2;--muted:#4B5563;--border:#D1D5DB;--radius:12px;--mono:"SF Mono","Fira Code","Cascadia Code",monospace}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:#ffffff;color:var(--black);line-height:1.6}a{color:inherit;text-decoration:none}img,svg{display:block}.container{max-width:1080px;margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--alt{background:var(--off)}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1080px;margin:0 auto;padding:0 24px;justify-content:space-between;height:60px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{font-weight:700;font-size:1rem;letter-spacing:-.02em;gap:8px}.nav-cta{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#1C1E21;border:1px solid #1c1e21;padding:9px 18px;border-radius:100px;font-weight:600;font-size:.875rem;transition:background .15s,color .15s}.nav-cta:hover{background:#1C1E21;color:#fff}.hero{padding:80px 0 72px;text-align:center}.hero h1{font-size:clamp(2.4rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;max-width:680px;margin:0 auto 20px}.hero h1 em{font-style:normal;color:var(--orange);display:inline-flex;align-items:center;gap:12px}.hero p{font-size:1.15rem;color:var(--muted);max-width:480px;margin:0 auto 40px;line-height:1.7}.cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding-bottom:32px}.hero-fine{font-size:.82rem;color:var(--muted)}.cta-fine a,.hero-fine a{text-decoration:underline}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#1C1E21;border:1px solid #1c1e21;padding:14px 28px;border-radius:100px;font-weight:600;font-size:1rem;transition:background .15s,color .15s,transform .1s}.btn-primary:hover{background:#1C1E21;color:#fff;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;border:1px solid #1c1e21;color:#1C1E21;background:#fff;padding:14px 28px;border-radius:100px;font-weight:600;font-size:1rem;transition:border-color .15s,background .15s}.btn-secondary:hover{background:var(--off)}.hero-mockup{margin:60px auto 0;max-width:360px}.phone-shell{background:#111;border-radius:36px;padding:14px;box-shadow:0 30px 80px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.05)}.phone-screen{background:#ECE5DD;border-radius:26px;overflow:hidden}.wa-header{background:#075E54;padding:14px 16px 12px;display:flex;align-items:center;gap:10px}.wa-header-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.wa-header-avatar img{width:100%;height:100%;object-fit:cover}.wa-header-name{color:#fff;font-size:.875rem;font-weight:600;line-height:1.2}.wa-header-sub{color:rgba(255,255,255,.7);font-size:.7rem}.wa-body{padding:12px 10px;display:flex;flex-direction:column;gap:8px;min-height:290px}.wa-bubble{max-width:82%;padding:8px 10px 6px;border-radius:8px;font-size:.82rem;line-height:1.5;position:relative}.wa-bubble--in{background:#fff;align-self:flex-start;border-top-left-radius:0}.wa-bubble--out{background:#DCF8C6;align-self:flex-end;border-top-right-radius:0}.wa-bubble-time{font-size:.6rem;color:#777;text-align:right;margin-top:2px}.wa-buttons{display:flex;gap:4px;max-width:82%;align-self:flex-start}.wa-btn{flex:1 1;background:#fff;border:none;border-radius:8px;padding:8px 6px;font-size:.78rem;color:#128C7E;font-weight:600;text-align:center;cursor:default}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px;margin-top:56px}.step{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.step-num{width:40px;height:40px;background:var(--orange);color:#fff;border-radius:50%;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.step h3,.step-num{display:flex;align-items:center}.step h3{font-size:1rem;font-weight:700;gap:8px}.step p{font-size:.875rem;color:var(--muted);line-height:1.65}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.section-title{font-size:clamp(1.7rem,4vw,2.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;max-width:560px}.section-sub{font-size:1rem;color:var(--muted);max-width:560px;margin-top:12px;line-height:1.7}.arch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.arch-card{border:1.5px solid var(--border);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:14px;background:#fff;transition:border-color .15s,box-shadow .15s}.arch-card:hover{border-color:var(--orange);box-shadow:0 4px 24px rgba(232,130,26,.1)}.arch-icon{width:44px;height:44px;background:#fef3e2;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.arch-card h3{font-size:.95rem;font-weight:700}.arch-card p{font-size:.85rem;color:var(--muted);line-height:1.65}.arch-tag{display:inline-block;font-size:.7rem;font-weight:600;font-family:var(--mono);background:var(--off);padding:2px 8px;border-radius:4px;color:var(--muted)}.arch-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ml-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start;margin-top:52px}@media (max-width:720px){.ml-split{grid-template-columns:1fr;gap:40px}}.ml-model{border-left:3px solid var(--orange);padding-left:20px}.ml-model-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.ml-model h3{font-size:1.05rem;font-weight:700;margin-bottom:10px}.ml-model p{font-size:.875rem;color:var(--muted);line-height:1.7}.ml-model ul{padding-left:18px;margin-top:10px;display:flex;flex-direction:column;gap:6px}.ml-model li{font-size:.85rem;color:var(--muted);line-height:1.6}.pipeline{margin-top:48px;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.pipeline-row{display:flex;align-items:stretch;border-bottom:1px solid var(--border)}.pipeline-row:last-child{border-bottom:none}.pipeline-cell{flex:1 1;padding:18px 20px;font-size:.85rem;line-height:1.6;color:var(--black)}.pipeline-cell--label{flex:0 0 160px;background:var(--off);font-weight:700;font-size:.78rem;color:#374151;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;border-right:1px solid var(--border)}.pipeline-cell code{font-family:var(--mono);font-size:.78rem;background:var(--off);padding:1px 6px;border-radius:4px}.stack-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px}.stack-badge{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--border);border-radius:100px;padding:7px 14px;font-size:.8rem;font-weight:600;color:var(--black);transition:border-color .15s}.stack-badge:hover{border-color:var(--orange)}.stack-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0}.cta-section{background:var(--off);padding:96px 0;text-align:center}.cta-section .section-title{margin:0 auto}.cta-section .section-sub{margin:12px auto 0}.cta-section .btn-primary{margin-top:40px;font-size:1.05rem;padding:16px 32px}.cta-fine{font-size:.82rem;color:var(--muted);margin-top:16px}footer{border-top:1px solid var(--border);padding:32px 24px}.footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-logo{font-weight:700;font-size:.875rem}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.8rem;color:var(--muted)}.footer-links a:hover{color:var(--black)}.footer-copy{font-size:.75rem;color:var(--muted)}.text-center{text-align:center}.text-center .section-sub,.text-center .section-title{margin-left:auto;margin-right:auto}@media (max-width:600px){.section{padding:64px 0}.hero{padding:56px 0 48px}.cta-group{flex-direction:column;align-items:center}.pipeline-cell--label{flex:0 0 100px;font-size:.7rem}.footer-links .footer-anchor,.footer-logo,.nav-cta{display:none}}