*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F6F8FA;--surface: #FFFFFF;--surface-2: #E8EDF6;--primary: #191970;--primary-lite: rgba(25,25,112,.09);--primary-glow: rgba(25,25,112,.25);--primary-hover: #111158;--text: #0F172A;--text-muted: #475569;--border: #D0D7E3;--border-strong: rgba(25,25,112,.25);--success: #15803D;--warning: #D97706;--danger: #DC2626;--r: 1rem;--r-sm: .6rem}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.container-narrow{width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--primary-lite);color:var(--primary);border:1px solid var(--border-strong)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:var(--r-sm);font-weight:600;font-size:.875rem;transition:all .2s;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 8px 24px var(--primary-glow)}.btn-outline{border:1.5px solid var(--border-strong);color:var(--text)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-lite)}.lang-toggle{display:flex;align-items:center;gap:.2rem;background:var(--border);padding:.2rem;border-radius:.5rem;flex-shrink:0}.lang-btn{font-size:.72rem;font-weight:700;padding:.22rem .5rem;border-radius:.3rem;color:var(--text-muted);transition:all .18s;letter-spacing:.03em}.lang-btn.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 3px #0000001a}.lang-btn:hover:not(.active){color:var(--text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 var(--primary-glow)}70%{box-shadow:0 0 0 12px #ea580c00}to{box-shadow:0 0 #ea580c00}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}.d5{transition-delay:.5s}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,border-color .3s,box-shadow .3s;border-bottom:1px solid transparent}header.scrolled{background:#fffffff5;backdrop-filter:blur(16px);border-bottom-color:var(--border);box-shadow:0 4px 24px #00000012}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.2rem}.logo img{height:30px;width:auto}nav{display:none;align-items:center;gap:2rem}nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s}nav a:hover{color:var(--text)}.header-cta{display:flex;align-items:center;gap:.625rem}.header-cta .btn-primary{display:none}.header-cta .btn{padding:.5rem 1.1rem;font-size:.85rem}.hamburger{display:flex;flex-direction:column;gap:5px;padding:.3rem}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:.3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:64px 0 0;background:#f7f8fafa;backdrop-filter:blur(12px);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;padding:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-size:1.25rem;font-weight:600;color:var(--text-muted)}.mobile-menu a:hover{color:var(--text)}.mobile-menu .btn{width:100%;max-width:280px;padding:1rem;font-size:1rem;justify-content:center}#hero{min-height:100svh;display:flex;align-items:center;padding:5.5rem 0 3rem;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 60% at 65% 40%,rgba(25,25,112,.07) 0%,transparent 70%),radial-gradient(ellipse 40% 50% at 10% 80%,rgba(25,25,112,.04) 0%,transparent 60%)}.hero-grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(25,25,112,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(25,25,112,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:radial-gradient(ellipse 85% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 85% 80% at 50% 50%,black 30%,transparent 100%)}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:2.5rem}.hero-content{animation:fadeUp .7s ease both}.hero-badge{margin-bottom:1.25rem}h1{font-size:clamp(1.75rem,6vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#191970,#3949ab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:.95rem;color:var(--text-muted);max-width:480px;margin-bottom:1.75rem;line-height:1.75}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hero-ctas .btn{padding:.875rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.hero-chips{display:flex;gap:1rem;flex-wrap:wrap}.hero-chip{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}.dot{width:7px;height:7px;border-radius:50%;background:var(--success);animation:pulse-ring 2.2s infinite;flex-shrink:0}.hero-visual{display:block;position:relative;animation:fadeUp .7s .25s ease both}.float-1,.float-2{display:none}.hero-screen{width:100%;border-radius:1.25rem;border:1px solid var(--border);box-shadow:0 24px 64px #00000024,0 0 0 1px #ea580c0f;overflow:hidden}.hero-screen img{width:100%;display:block}.hero-screen-fallback{width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,var(--surface),var(--surface-2));display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem;flex-direction:column;gap:.75rem}.float-card{position:absolute;background:var(--surface);border:1px solid var(--border);border-radius:.875rem;padding:.875rem 1.1rem;box-shadow:0 8px 32px #0000001f}.float-1{bottom:-1rem;left:-2rem;animation:float 4s ease-in-out infinite}.float-2{top:-1rem;right:-1.5rem;animation:float 5s ease-in-out infinite .8s}.float-label{font-size:.68rem;color:var(--text-muted);margin-bottom:.2rem}.float-value{font-size:1.1rem;font-weight:700;color:var(--text)}.float-sub{font-size:.68rem;font-weight:600;color:var(--success)}section{padding:3rem 0}h2{font-size:clamp(1.5rem,5vw,2.4rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.section-sub{font-size:.95rem;color:var(--text-muted);max-width:560px;line-height:1.75}.section-header{margin-bottom:2.5rem}.section-header .badge{margin-bottom:.75rem;display:inline-flex}.center{text-align:center}.center .section-sub{margin:0 auto}#problems{background:var(--bg)}.problems-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.prob-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem;position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.prob-card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.prob-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#60C1D9)}.prob-icon-wrap{width:44px;height:44px;border-radius:.6rem;background:var(--primary-lite);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.prob-icon-wrap svg{width:22px;height:22px;stroke:var(--primary);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.prob-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.prob-tag.bad{color:var(--danger)}.prob-tag.good{color:var(--success)}.prob-q{font-size:.975rem;font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.35}.prob-divider{width:100%;height:1px;background:var(--border);margin-bottom:1rem}.prob-a{font-size:.875rem;color:var(--text-muted);line-height:1.65}#features{background:var(--surface)}.features-grid{display:grid;grid-template-columns:1fr;gap:.875rem}.feat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.1rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;transition:border-color .25s}.feat-card:hover{border-color:var(--border-strong)}.feat-icon{width:42px;height:42px;flex-shrink:0;border-radius:.65rem;background:var(--primary-lite);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center}.feat-icon svg{width:20px;height:20px;stroke:var(--primary);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feat-text{flex:1;min-width:0}.feat-card h3{font-size:.9rem;font-weight:700;margin-bottom:.25rem;line-height:1.3}.feat-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}#how{background:var(--bg)}.steps-wrap{position:relative}.steps-line{position:absolute;top:1.75rem;left:calc(12.5% + 1.75rem);right:calc(12.5% + 1.75rem);height:2px;background:linear-gradient(90deg,var(--primary),var(--border),var(--border),var(--primary))}.steps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:1}.steps-line{display:none}.step-landing{text-align:center}.step-num-landing{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 0 0 8px var(--primary-lite),0 0 0 16px var(--bg)}.step-landing h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.step-landing p{font-size:.845rem;color:var(--text-muted);line-height:1.6}#showcase{background:var(--surface)}.showcase-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.showcase-content h2{margin-bottom:.875rem}.showcase-content>p{color:var(--text-muted);line-height:1.75;margin-bottom:1.75rem}.check-list{display:flex;flex-direction:column;gap:.75rem}.check-item{display:flex;align-items:flex-start;gap:.75rem}.check-item svg{width:18px;height:18px;flex-shrink:0;stroke:var(--success);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-top:.1rem}.check-item span{font-size:.875rem;color:var(--text-muted)}.kds-screen{background:var(--bg);border:1px solid var(--border-strong);border-radius:1.25rem;overflow:hidden;box-shadow:0 20px 60px #00000080;padding:1rem}.kds-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.kds-title{font-size:.75rem;font-weight:700;color:var(--primary)}.kds-live{font-size:.65rem;background:#34d39926;color:var(--success);padding:.2rem .55rem;border-radius:999px;font-weight:600}.kds-cards{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.kds-card{background:var(--surface);border-radius:.5rem;padding:.75rem;border-left:3px solid}.kds-card.pend{border-left-color:var(--warning)}.kds-card.prog{border-left-color:var(--primary)}.kds-card.rdy{border-left-color:var(--success)}.kds-tbl{font-size:.65rem;font-weight:700;color:var(--text-muted);margin-bottom:.3rem}.kds-items{font-size:.72rem;color:var(--text);line-height:1.4;margin-bottom:.35rem}.kds-st{font-size:.65rem;font-weight:600}.kds-card.pend .kds-st{color:var(--warning)}.kds-card.prog .kds-st{color:var(--primary)}.kds-card.rdy .kds-st{color:var(--success)}#pricing{background:var(--bg)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:2rem;display:flex;flex-direction:column;position:relative;transition:border-color .2s,transform .2s}.price-card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.price-card.popular{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 20px 60px #1919701f}.pop-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.06em;padding:.25rem .9rem;border-radius:999px;text-transform:uppercase;white-space:nowrap}.plan-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.plan-price{font-size:2.75rem;font-weight:800;line-height:1}.plan-price sup{font-size:1.1rem;font-weight:500;color:var(--text-muted);vertical-align:top;margin-top:.45rem;display:inline-block}.plan-period{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.plan-desc{font-size:.845rem;color:var(--text-muted);margin:.875rem 0 1.5rem;line-height:1.55;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.plan-feats{flex:1;display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.75rem}.pf{display:flex;align-items:flex-start;gap:.6rem}.pf svg{width:15px;height:15px;flex-shrink:0;stroke:var(--success);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-top:.2rem}.pf span{font-size:.845rem;color:var(--text-muted)}.plan-btn{display:block;text-align:center;padding:.875rem;border-radius:var(--r-sm);font-weight:600;font-size:.9rem;transition:all .2s}.price-card:not(.popular) .plan-btn{border:1.5px solid var(--border-strong);color:var(--text)}.price-card:not(.popular) .plan-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-lite)}.price-card.popular .plan-btn{background:var(--primary);color:#fff}.price-card.popular .plan-btn:hover{background:var(--primary-hover);box-shadow:0 8px 24px var(--primary-glow)}.pricing-note{text-align:center;margin-top:1.75rem;font-size:.835rem;color:var(--text-muted)}.plan-annual-note{font-size:.775rem;font-weight:500;color:var(--success);margin-top:.3rem}.plan-addons{margin-bottom:1.25rem;border-top:1px dashed var(--border);padding-top:1rem}.plan-addons-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.6rem}.addon-row{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:var(--text-muted);padding:.2rem 0}.addon-row span{display:flex;align-items:center;gap:.4rem}.addon-price{font-weight:700;color:var(--text);white-space:nowrap}.enterprise-bar{margin-top:1.5rem;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--r);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.enterprise-bar h3{font-size:.975rem;font-weight:700;margin-bottom:.25rem}.enterprise-bar p{font-size:.855rem;color:var(--text-muted)}#faq{background:var(--surface)}.faq-wrap{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;font-size:.925rem;font-weight:600;color:var(--text);text-align:left}.faq-arrow{flex-shrink:0;width:20px;height:20px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}.faq-item.open .faq-arrow{transform:rotate(180deg);stroke:var(--primary)}.faq-a{display:none;padding:0 1.25rem 1.1rem;font-size:.875rem;color:var(--text-muted);line-height:1.7}.faq-item.open .faq-a{display:block}#cta{background:var(--bg);position:relative;overflow:hidden}.cta-glow{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(25,25,112,.05) 0%,transparent 70%)}.cta-box{position:relative;z-index:1;background:var(--surface);border:1px solid var(--border-strong);border-radius:1.5rem;padding:2.5rem 1.5rem;text-align:center;max-width:760px;margin:0 auto}.cta-box h2{margin-bottom:1rem}.cta-box>p{color:var(--text-muted);font-size:1rem;max-width:500px;margin:0 auto 2.5rem}.cta-chips{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-chip{display:flex;align-items:center;gap:.5rem;font-size:.835rem;color:var(--text-muted);font-weight:500}.cta-chip svg{width:16px;height:16px;stroke:var(--success);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-actions .btn{padding:1rem 2.25rem;font-size:1rem;width:100%}.cta-note{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted)}.cta-note a{color:var(--primary)}footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand .logo{margin-bottom:.875rem}.footer-brand p{font-size:.855rem;color:var(--text-muted);line-height:1.65;max-width:300px}.footer-col h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.855rem;color:var(--text-muted);transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.78rem;color:var(--text-muted)}.footer-bottom a{color:var(--primary)}.footer-fb{display:inline-flex;align-items:center;gap:.4rem;margin-top:.875rem;font-size:.855rem;font-weight:600;color:#1877f2;transition:opacity .2s}.footer-fb:hover{opacity:.8}#scroll-top{position:fixed;bottom:2rem;right:2rem;z-index:90;width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;box-shadow:0 4px 16px #0000004d}#scroll-top.show{opacity:1;pointer-events:all}#scroll-top:hover{background:var(--primary-lite);border-color:var(--primary)}#scroll-top svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.blog-hero{padding:7rem 0 3.5rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(25,25,112,.04) 0%,transparent 100%)}.blog-hero .badge{margin-bottom:.75rem}.blog-hero h1{font-size:clamp(1.75rem,5vw,3rem);font-weight:800;margin-bottom:.75rem}.blog-hero p{color:var(--text-muted);font-size:.95rem;max-width:520px;line-height:1.8}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:3rem 0 5rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column}.blog-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.6rem}.blog-card-title{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.625rem;line-height:1.35}.blog-card-excerpt{font-size:.845rem;color:var(--text-muted);line-height:1.65;flex:1;margin-bottom:1.25rem}.blog-card-footer{display:flex;align-items:center;justify-content:space-between}.blog-card-date{font-size:.75rem;color:var(--text-muted)}.blog-card-link{font-size:.82rem;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:.3rem}.blog-card-link:hover{text-decoration:underline}.post-layout{padding:7rem 0 5rem}.post-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.845rem;color:var(--text-muted);margin-bottom:2rem;transition:color .2s}.post-back:hover{color:var(--primary)}.post-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.post-category{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.75rem;display:block}.post-title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.post-meta{display:flex;align-items:center;gap:1.25rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.post-meta span{display:flex;align-items:center;gap:.3rem}.prose{font-size:.95rem;line-height:1.8;color:var(--text-muted)}.prose h2{font-size:1.4rem;font-weight:700;color:var(--text);margin:2.5rem 0 1rem}.prose h3{font-size:1.1rem;font-weight:700;color:var(--text);margin:2rem 0 .75rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:.4rem}.prose strong{font-weight:600;color:var(--text)}.prose a{color:var(--primary);text-decoration:underline}.prose blockquote{border-left:3px solid var(--primary);padding:.875rem 1.25rem;background:var(--primary-lite);border-radius:0 var(--r-sm) var(--r-sm) 0;margin:1.5rem 0;font-style:italic}.prose blockquote p{margin:0}.prose code{background:var(--surface-2);border:1px solid var(--border);border-radius:.3rem;padding:.1rem .4rem;font-size:.85em;font-family:Courier New,monospace}.prose pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;border:none;padding:0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media (min-width:640px){section{padding:4rem 0}.section-header{margin-bottom:3rem}.hero-ctas .btn{width:auto}.problems-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feat-card{flex-direction:column;padding:1.5rem}.feat-icon{margin-bottom:1rem}.feat-card h3{font-size:.95rem;margin-bottom:.4rem}.pricing-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){section{padding:5.5rem 0}.section-header{margin-bottom:3.5rem}nav{display:flex}.header-cta .btn-primary{display:inline-flex}.hamburger{display:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-visual{display:block}.hero-sub{font-size:1.05rem}.problems-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.features-grid>:last-child:nth-child(3n+1){grid-column:2}.feat-card{padding:1.75rem}.feat-icon{width:48px;height:48px;margin-bottom:1.25rem}.feat-icon svg{width:24px;height:24px}.feat-card h3{font-size:.975rem;margin-bottom:.5rem}.feat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.steps-line,.float-1,.float-2{display:block}.showcase-grid{grid-template-columns:1fr 1fr;gap:5rem}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.prob-card{padding:2rem}.enterprise-bar{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 2rem}.cta-box{padding:4rem 3rem}.cta-actions .btn{width:auto}.cta-chips{gap:2rem;margin-bottom:2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-bottom{flex-direction:row;text-align:left}.blog-grid{grid-template-columns:repeat(3,1fr)}}
