*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--off:#f7f6f2;--gold:#c8a96e;--gold-lt:#e8d5b0;--g100:#f0eeea;--g200:#dddbd5;--g400:#9e9c97;--g700:#4a4845;--laravel:#ff2d20;--laravel-dk:#c41a0e;--laravel-lt:#fff1f0;--accent:#f97316}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.breadcrumb{background:var(--off);border-bottom:1px solid var(--g200);color:var(--g400);align-items:center;gap:.5rem;padding:12px 5%;font-size:.78rem;display:flex}.breadcrumb a{color:var(--g700);transition:color .2s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{color:var(--g200)}.hero{background:var(--black);grid-template-columns:1fr 1fr;align-items:center;min-height:84vh;padding:80px 5%;display:grid;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(55% 65% at 80%,#ff2d201f 0%,#0000 60%),radial-gradient(40% 50% at 50% 110%,#c8a96e24 0%,#0000 60%),radial-gradient(30% 30% at 10% 20%,#f973160d 0%,#0000 50%);position:absolute;inset:0}.hero-grid{pointer-events:none;opacity:.04;background-image:linear-gradient(var(--white) 1px,transparent 1px),linear-gradient(90deg,var(--white) 1px,transparent 1px);background-size:60px 60px;position:absolute;inset:0}.hero-left{z-index:1;position:relative}.hero-breadcrumb{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.hero-breadcrumb a{color:#ffffffb8;text-decoration:none;transition:color .2s}.hero-breadcrumb a:hover{color:var(--gold)}.hero-breadcrumb .breadcrumb-sep{color:#ffffff3d}.hero-breadcrumb [aria-current=page]{color:var(--gold)}.hero-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:600;animation:.8s both fadeIn;display:inline-flex}.hero-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero h1{font-family:var(--serif);letter-spacing:-.04em;color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:700;line-height:1.08;animation:.9s .1s both fadeUp}.hero h1 em{color:var(--gold);font-style:italic;font-weight:400}.hero-sub{color:#ffffff80;max-width:480px;margin-bottom:2.25rem;font-size:1rem;line-height:1.85;animation:.9s .2s both fadeUp}.hero-btns{flex-wrap:wrap;gap:1rem;animation:.9s .3s both fadeUp;display:flex}.btn-white{background:var(--white);color:var(--black);border-radius:4px;align-items:center;gap:.4rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-white:hover{background:var(--gold)}.btn-ghost{color:var(--white);border:1px solid #fff3;border-radius:4px;align-items:center;gap:.4rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--gold);background:#c8a96e14}.hero-pills{flex-wrap:wrap;gap:.5rem;margin-top:2rem;animation:.9s .4s both fadeUp;display:flex}.hero-pill{color:#ffffff73;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.68rem;font-weight:500;display:inline-flex}.hero-pill-dot{background:var(--gold);border-radius:50%;width:5px;height:5px}.hero-right{z-index:1;justify-content:center;align-items:center;animation:.9s .5s both fadeUp;display:flex;position:relative}.terminal-wrap{width:100%;max-width:480px;position:relative}.float-badge{background:var(--gold);color:var(--black);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:100px;padding:.35rem .75rem;font-size:.62rem;font-weight:700;animation:3s ease-in-out infinite floatY;position:absolute;top:-16px;right:-12px;box-shadow:0 4px 20px #c8a96e66}.float-badge2{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);letter-spacing:.06em;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1f;border-radius:100px;padding:.35rem .75rem;font-size:.62rem;font-weight:600;animation:3.5s ease-in-out .5s infinite floatY;position:absolute;bottom:-16px;left:-12px}.terminal{background:#0f1117;border-radius:10px;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0f}.terminal-bar{background:#1c1e26;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.t-dot{border-radius:50%;width:10px;height:10px}.t-title{text-align:center;font-family:var(--mono);color:#ffffff40;flex:1;font-size:.6rem}.terminal-body{font-family:var(--mono);min-height:300px;padding:1.25rem 1.25rem 1.5rem;font-size:.72rem;line-height:1.9}.t-prompt{color:#ffffff40}.t-cmd{color:#f97316}.t-arg{color:#a5f3fc}.t-str{color:#86efac}.t-key{color:#c084fc}.t-val{color:var(--gold)}.t-ok{color:#4ade80}.t-err{color:#f87171}.t-dim{color:#fff3}.t-cursor{background:var(--gold);vertical-align:text-bottom;width:8px;height:13px;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}.stats-band{background:var(--off);border-bottom:1px solid var(--g200);padding:52px 5%}.stats-grid{border:1px solid var(--g200);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.stat-item{background:var(--white);text-align:center;border-right:1px solid var(--g200);padding:1.5rem 1.25rem}.stat-item:last-child{border-right:none}.stat-num{font-family:var(--serif);color:var(--black);letter-spacing:-.04em;margin-bottom:.3rem;font-size:2.2rem;font-weight:700;line-height:1}.stat-num span{color:var(--gold)}.stat-lbl{color:var(--g400);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:500;line-height:1.4}section{padding:88px 5%}.s-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:block}.s-head{font-family:var(--serif);letter-spacing:-.035em;margin-bottom:.75rem;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:700;line-height:1.12}.s-head em{color:var(--gold);font-style:italic}.two-col-intro{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3.5rem;display:grid}.two-col-intro p{color:var(--g700);font-size:.9rem;line-height:1.88}.build-section{background:var(--off)}.build-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.build-card{background:var(--white);border:1px solid var(--g200);border-radius:10px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex}.build-card:hover{border-color:var(--gold-lt);transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.build-ico{background:var(--black);width:48px;height:48px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;display:flex}.build-ico svg,.vs-head-ico svg,.tech-ico svg,.feat-ico svg,.ri-ico svg,.test-avatar svg,.faq-icon svg{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.build-ico svg{stroke-width:1.8px;width:22px;height:22px}.build-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);font-size:1.05rem;font-weight:700;line-height:1.3}.build-desc{color:var(--g700);flex:1;font-size:.875rem;line-height:1.78}.build-tags{flex-wrap:wrap;gap:.35rem;margin-top:.2rem;display:flex}.build-tag{color:var(--g700);background:var(--g100);border:1px solid var(--g200);border-radius:3px;padding:.18rem .5rem;font-size:.62rem;font-weight:500}.vs-layout{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.vs-card{border:1px solid var(--g200);border-radius:10px;overflow:hidden}.vs-head{border-bottom:1px solid var(--g200);align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.vs-head.wp{background:#f0f6fc}.vs-head.laravel{background:#fff1f0}.vs-head-ico{width:28px;height:28px;color:var(--black);justify-content:center;align-items:center;display:flex}.vs-head-ico svg{stroke-width:1.8px;width:18px;height:18px}.vs-head-title{font-family:var(--serif);letter-spacing:-.02em;font-size:1rem;font-weight:700}.vs-head-sub{color:var(--g400);margin-top:.1rem;font-size:.72rem}.vs-body{background:var(--white);padding:1.25rem 1.5rem}.vs-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.vs-item{color:var(--g700);align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.55;display:flex}.vs-item-ico{width:16px;height:16px;color:var(--g700);flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.vs-item-ico svg{stroke-width:2px;width:14px;height:14px}.vs-item strong{color:var(--black);font-weight:600}.arch-section{background:var(--black);padding:88px 5%}.arch-header{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid}.arch-header p{color:#ffffff73;font-size:.9rem;line-height:1.85}.arch-diagram{flex-direction:column;gap:0;max-width:900px;margin:0 auto;display:flex}.arch-layer{cursor:default;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:.85rem;margin-bottom:1px;padding:1.5rem;transition:background .3s,border-color .3s;display:flex}.arch-layer:hover{background:#ffffff08;border-color:#c8a96e33}.arch-layer-head{align-items:center;gap:.85rem;display:flex}.arch-layer-badge{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;border-radius:3px;flex-shrink:0;padding:.25rem .65rem;font-size:.6rem;font-weight:600}.arch-layer-badge.frontend{color:#fb923c;background:#f973161f;border:1px solid #f9731633}.arch-layer-badge.routing{color:var(--gold);background:#c8a96e1a;border:1px solid #c8a96e2e}.arch-layer-badge.business{color:#60a5fa;background:#60a5fa1a;border:1px solid #60a5fa2e}.arch-layer-badge.data{color:#4ade80;background:#4ade801a;border:1px solid #4ade802e}.arch-layer-badge.infra{color:#c084fc;background:#c084fc1a;border:1px solid #c084fc2e}.arch-layer-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:1rem;font-weight:700}.arch-layer-desc{color:#fff6;font-size:.82rem;line-height:1.7}.arch-layer-items{flex-wrap:wrap;gap:.4rem;display:flex}.arch-chip{color:#ffffff73;letter-spacing:.03em;background:#ffffff0a;border:1px solid #ffffff14;border-radius:3px;padding:.2rem .55rem;font-size:.62rem;font-weight:500}.arch-arrow{text-align:center;color:#ffffff1f;padding:.2rem 0;font-size:.85rem;line-height:1}.process-layout{grid-template-columns:340px 1fr;align-items:start;gap:5rem;display:grid}.process-nav{position:sticky;top:100px}.process-nav h3{font-family:var(--serif);letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.process-nav p{color:var(--g700);margin-bottom:1.5rem;font-size:.875rem;line-height:1.8}.process-nav-list{flex-direction:column;gap:.3rem;list-style:none;display:flex}.pnav-item{cursor:pointer;color:var(--g700);border-radius:5px;align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.pnav-item:hover,.pnav-item.active{background:var(--off);color:var(--black)}.pnav-item.active .pnav-dot{background:var(--gold);border-color:var(--gold)}.pnav-dot{border:1.5px solid var(--g200);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .2s}.process-steps{flex-direction:column;gap:2.5rem;display:flex}.ps-card{border:1px solid var(--g200);border-radius:10px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.ps-card:hover{border-color:var(--gold-lt);box-shadow:0 8px 30px #00000012}.ps-card-head{background:var(--off);border-bottom:1px solid var(--g200);align-items:center;gap:1rem;padding:1.35rem 1.5rem;display:flex}.ps-card-num{background:var(--black);width:36px;height:36px;font-family:var(--mono);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:500;display:flex}.ps-card-num.gold{background:var(--gold);color:var(--black)}.ps-card-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);font-size:1.05rem;font-weight:700}.ps-card-duration{font-family:var(--mono);color:var(--g400);white-space:nowrap;margin-left:auto;font-size:.65rem}.ps-card-body{padding:1.35rem 1.5rem}.ps-card-body p{color:var(--g700);margin-bottom:1rem;font-size:.9rem;line-height:1.85}.ps-card-body p:last-of-type{margin-bottom:0}.ps-deliverables{flex-wrap:wrap;gap:.4rem;margin-top:.85rem;display:flex}.ps-del{color:var(--gold);letter-spacing:.04em;background:#c8a96e12;border:1px solid #c8a96e26;border-radius:3px;padding:.2rem .55rem;font-size:.62rem;font-weight:500}.tech-section{background:var(--off)}.tech-grid-outer{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.tech-group{border:1px solid var(--g200);background:var(--white);border-radius:10px;overflow:hidden}.tech-group-head{background:var(--black);border-bottom:1px solid #ffffff0f;padding:.85rem 1.25rem}.tech-group-head-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:.9rem;font-weight:700}.tech-group-head-sub{color:#ffffff4d;letter-spacing:.04em;text-transform:uppercase;margin-top:.1rem;font-size:.65rem}.tech-row{border-bottom:1px solid var(--g100);align-items:center;gap:.9rem;padding:.9rem 1.25rem;transition:background .2s;display:flex}.tech-row:last-child{border-bottom:none}.tech-row:hover{background:var(--off)}.tech-ico{background:var(--g100);width:32px;height:32px;color:var(--black);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tech-ico svg{stroke-width:1.8px;width:16px;height:16px}.tech-info{flex:1}.tech-name{color:var(--black);font-size:.875rem;font-weight:600}.tech-sub{color:var(--g400);font-size:.72rem;line-height:1.4}.tech-badge{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:3px;flex-shrink:0;padding:.2rem .55rem;font-size:.58rem;font-weight:700}.tb-core{background:var(--black);color:var(--white)}.tb-reactive{color:#92400e;background:#fef3c7}.tb-admin{color:#166534;background:#f0fdf4}.tb-payment{color:#7e22ce;background:#fdf4ff}.tb-perf{color:#1d4ed8;background:#eff6ff}.tb-tool{background:var(--g100);color:var(--g700)}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.feat-item{background:var(--white);border:1px solid var(--g200);border-radius:10px;gap:1rem;padding:1.25rem 1.35rem;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex}.feat-item:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.feat-ico{background:var(--black);width:48px;height:48px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feat-ico svg{stroke-width:1.8px;width:22px;height:22px}.feat-body h4{color:var(--black);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.feat-body p{color:var(--g700);font-size:.875rem;line-height:1.78}.code-section{background:var(--black);padding:88px 5%}.code-header{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3.5rem;display:grid}.code-header p{color:#ffffff73;font-size:.9rem;line-height:1.85}.code-tabs{border-bottom:1px solid #ffffff12;gap:0;margin-bottom:2rem;display:flex}.code-tab{color:#ffffff59;cursor:pointer;font-size:.78rem;font-weight:500;font-family:var(--mono);background:0 0;border:none;border-bottom:2px solid #0000;padding:.65rem 1.25rem;transition:color .2s,border-color .2s}.code-tab:hover{color:#ffffffb3}.code-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.code-panel{display:none}.code-panel.active{display:block}.code-block{background:#0f1117;border:1px solid #ffffff0f;border-radius:8px;overflow:hidden}.code-block-bar{background:#1c1e26;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.code-block-bar span{font-family:var(--mono);color:#ffffff40;font-size:.65rem}.code-block-bar .lang{color:var(--laravel);letter-spacing:.06em;background:#ff2d201a;border-radius:3px;margin-left:auto;padding:.15rem .5rem;font-size:.6rem;font-weight:700}pre{font-family:var(--mono);color:#ffffff8c;padding:1.25rem;font-size:.72rem;line-height:1.9;overflow-x:auto}pre .c-comment{color:#ffffff38}pre .c-keyword{color:#c084fc}pre .c-class{color:#60a5fa}pre .c-method{color:#34d399}pre .c-string{color:#86efac}pre .c-var{color:#f9a8d4}pre .c-num{color:#fb923c}pre .c-attr{color:var(--gold)}pre .c-tag{color:#60a5fa}.pkg-section{background:var(--off)}.pkg-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.pkg-card{background:var(--white);border:1px solid var(--g200);border-radius:10px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.pkg-card:hover{transform:translateY(-3px);box-shadow:0 16px 50px #0000001a}.pkg-card.featured{border-color:var(--gold)}.pkg-head{padding:1.6rem 1.6rem 1.35rem}.pkg-card.featured .pkg-head{background:var(--black)}.pkg-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c8a96e1a;border-radius:3px;margin-bottom:.75rem;padding:.22rem .6rem;font-size:.58rem;font-weight:700;display:inline-block}.pkg-name{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);margin-bottom:.35rem;font-size:1.2rem;font-weight:700}.pkg-card.featured .pkg-name{color:var(--white)}.pkg-tagline{color:var(--g700);font-size:.82rem;line-height:1.65}.pkg-card.featured .pkg-tagline{color:#fff6}.pkg-price{font-family:var(--serif);letter-spacing:-.04em;color:var(--black);margin-top:.9rem;font-size:1.8rem;font-weight:700;line-height:1}.pkg-card.featured .pkg-price{color:var(--white)}.pkg-price sub{font-family:var(--sans);letter-spacing:.02em;vertical-align:baseline;color:var(--g400);font-size:.72rem;font-weight:400}.pkg-body{background:var(--white);flex-direction:column;flex:1;gap:.5rem;padding:1.35rem 1.6rem;display:flex}.pkg-feat{color:var(--g700);align-items:flex-start;gap:.65rem;font-size:.862rem;line-height:1.55;display:flex}.pkg-card.featured .pkg-body{background:var(--black)}.pkg-card.featured .pkg-feat{color:#ffffffa6}.pkg-feat:before{content:"✓";color:var(--gold);flex-shrink:0;margin-top:.05rem;font-weight:700}.pkg-feat.no:before{content:"✗";color:var(--g200)}.pkg-feat.no{color:var(--g200)}.pkg-foot{padding:.25rem 1.6rem 1.6rem}.pkg-card.featured .pkg-foot{background:var(--black)}.pkg-btn{text-align:center;border-radius:4px;width:100%;padding:.8rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s,background .2s;display:block}.pkg-btn.outline{border:1px solid var(--g200);color:var(--black)}.pkg-btn.outline:hover{border-color:var(--black)}.pkg-btn.solid{background:var(--black);color:var(--white)}.pkg-btn.solid:hover{opacity:.8}.pkg-btn.gold{background:var(--gold);color:var(--black)}.pkg-btn.gold:hover{opacity:.85}.results-section{padding:88px 5%}.results-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.result-card{border:1px solid var(--g200);border-radius:10px;flex-direction:column;gap:.5rem;padding:1.75rem;transition:border-color .3s,box-shadow .3s;display:flex}.result-card:hover{border-color:var(--gold-lt);box-shadow:0 8px 30px #00000012}.result-num{font-family:var(--serif);letter-spacing:-.04em;color:var(--black);font-size:2.6rem;font-weight:700;line-height:1}.result-num span{color:var(--gold)}.result-label{color:var(--g400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.72rem;font-weight:500;line-height:1.4}.result-project{font-family:var(--serif);color:var(--g700);font-size:.9rem;font-style:italic;line-height:1.6}.result-link{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.35rem;margin-top:.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.result-link:hover{color:var(--black)}.test-section{background:var(--off)}.test-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.test-card{background:var(--white);border:1px solid var(--g200);border-radius:8px;flex-direction:column;gap:1rem;padding:1.75rem;transition:box-shadow .3s;display:flex}.test-card:hover{box-shadow:0 8px 30px #00000012}.test-stars{color:var(--gold);letter-spacing:.1rem;font-size:.9rem}.test-quote{font-family:var(--serif);color:var(--black);flex:1;font-size:.975rem;font-style:italic;line-height:1.72}.test-author{border-top:1px solid var(--g100);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.test-avatar{background:var(--black);width:38px;height:38px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.test-avatar svg{stroke-width:1.8px;width:16px;height:16px}.test-name{color:var(--black);font-size:.875rem;font-weight:600}.test-role{color:var(--g400);font-size:.75rem}.faq-layout{grid-template-columns:300px 1fr;align-items:start;gap:5rem;margin-top:3rem;display:grid}.faq-sidebar h3{font-family:var(--serif);letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.faq-sidebar p{color:var(--g700);margin-bottom:1.5rem;font-size:.875rem;line-height:1.8}.faq-clink{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.faq-clink:hover{color:var(--black)}.faq-list{border:1px solid var(--g200);background:var(--white);border-radius:8px;overflow:hidden}.faq-item{border-bottom:1px solid var(--g200)}.faq-item:last-child{border-bottom:none}.faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--sans);color:var(--black);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.faq-q:hover,.faq-q[aria-expanded=true]{background:var(--off)}.faq-icon{border:1.5px solid var(--g200);width:22px;height:22px;color:var(--g400);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.faq-icon svg{stroke-width:1.8px;width:12px;height:12px}.faq-q[aria-expanded=true] .faq-icon{border-color:var(--gold);background:var(--gold);color:var(--black);transform:rotate(45deg)}.faq-a{color:var(--g700);padding:0 1.5rem 1.35rem;font-size:.9rem;line-height:1.85;display:none}.faq-a.open{display:block}.related-section{background:var(--off);padding:64px 5%}.related-grid{background:var(--g200);border:1px solid var(--g200);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:2rem;display:grid;overflow:hidden}.related-item{background:var(--white);flex-direction:column;gap:.5rem;padding:1.5rem 1.25rem;text-decoration:none;transition:background .25s;display:flex}.related-item:hover{background:var(--black)}.related-item:hover .ri-name{color:var(--white)}.related-item:hover .ri-desc{color:#fff6}.related-item:hover .ri-ico{color:var(--gold);background:#ffffff12}.ri-ico{background:var(--g100);width:38px;height:38px;color:var(--black);border-radius:6px;justify-content:center;align-items:center;transition:background .25s,color .25s;display:flex}.ri-ico svg{stroke-width:1.8px;width:18px;height:18px}.ri-name{font-family:var(--serif);color:var(--black);letter-spacing:-.02em;font-size:.9rem;font-weight:700;transition:color .25s}.ri-desc{color:var(--g700);font-size:.75rem;line-height:1.55;transition:color .25s}.cta-band{background:var(--gold);text-align:center;padding:88px 5%}.cta-band h2{font-family:var(--serif);color:var(--black);letter-spacing:-.03em;margin-bottom:.9rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:700}.cta-band p{color:#0009;max-width:480px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:1rem}.btn-dark{background:var(--black);color:var(--white);letter-spacing:.02em;border-radius:4px;padding:.9rem 2.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-dark:hover{opacity:.8}footer{background:var(--black);color:#ffffff73;padding:56px 5% 28px}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .logo{color:var(--white);font-size:1.3rem}.footer-brand p{max-width:260px;margin-top:.8rem;font-size:.85rem;line-height:1.75}.footer-col h5{letter-spacing:.16em;text-transform:uppercase;color:var(--white);margin-bottom:1.1rem;font-size:.68rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-col ul a{color:#ffffff73;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.78rem;display:flex}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#fff6;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.footer-socials a:hover{border-color:var(--gold);color:var(--gold)}@media (width<=1060px){.hero{grid-template-columns:1fr;min-height:auto;padding:80px 5% 60px}.hero-right{display:none}.arch-header,.code-header,.two-col-intro,.process-layout{grid-template-columns:1fr}.process-nav{position:static}.tech-grid-outer{grid-template-columns:1fr}}@media (width<=820px){.stats-grid{grid-template-columns:1fr 1fr}.stat-item{border-right:none;border-bottom:1px solid var(--g200)}.build-grid,.pkg-grid,.results-grid,.test-grid,.vs-layout,.features-grid,.faq-layout{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}nav ul{display:none}}@media (width<=540px){.related-grid,.footer-grid{grid-template-columns:1fr}}
