.article-build-vs-buy{--bvb-green: #5db272;--bvb-yellow: #e5c07b;--bvb-red: #e06c75;--bvb-neon: var(--accent)}.article-build-vs-buy .col{max-width:680px;margin:0 auto;padding:0 24px}.article-build-vs-buy .wide{max-width:1100px;margin:0 auto;padding:0 24px}.article-build-vs-buy .progress{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--bg-inverse);z-index:100;transition:width .1s linear}.article-build-vs-buy .hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:120px 24px 80px}.article-build-vs-buy .hero__inner{max-width:1100px;margin:0 auto;width:100%}.article-build-vs-buy .hero__top-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-component);justify-content:space-between;margin-bottom:40px}.article-build-vs-buy .hero__top-row .eyebrow{margin-bottom:0}.article-build-vs-buy .search-bar{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border-secondary);border-radius:14px;padding:14px 20px;box-shadow:0 8px 40px -8px #2d2c281f;width:560px;max-width:100%;position:relative;transition:box-shadow .3s ease}.article-build-vs-buy .search-bar:hover{box-shadow:0 12px 50px -8px #2d2c282e}.article-build-vs-buy .search-bar__icon{flex-shrink:0;width:22px;height:22px;color:var(--text-tertiary)}.article-build-vs-buy .search-bar__text{font-size:16px;font-weight:400;letter-spacing:-.02em;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden}.article-build-vs-buy .search-bar__cursor{display:inline-block;width:2px;height:1.1em;background:var(--bg-inverse);margin-left:2px;vertical-align:-2px;animation:bvb-blink 1s steps(1) infinite}@keyframes bvb-blink{50%{opacity:0}}.article-build-vs-buy .hero h1{margin:0;max-width:16ch}.article-build-vs-buy .hero h1 em{font-style:normal;color:var(--text-tertiary)}.article-build-vs-buy .hero__sub{margin-top:32px;max-width:54ch;font-size:clamp(17px,2vw,21px);line-height:1.55;color:var(--text-tertiary);font-weight:400}.article-build-vs-buy .prose{padding:40px 0}.article-build-vs-buy .prose h2{margin:0 0 8px}.article-build-vs-buy .prose p{font-size:18px;line-height:1.6;color:var(--text-primary);margin-top:20px;max-width:60ch}.article-build-vs-buy .prose p+p{margin-top:16px}.article-build-vs-buy .eyebrow{margin-bottom:22px}.article-build-vs-buy .prose .pull{border-left:2px solid var(--text-accent);padding:4px 0 4px 24px;margin:40px 0;font-size:clamp(18px,2.5vw,24px);font-weight:300;line-height:1.35;letter-spacing:-.01em;max-width:52ch;color:var(--text-accent)}.article-build-vs-buy .dropcap:first-letter{float:left;font-size:3.6em;line-height:.82;padding:4px 10px 0 0;font-weight:300;color:var(--text-primary)}.article-build-vs-buy .layers{display:grid;gap:2px;max-width:600px;margin:48px auto}.article-build-vs-buy .layer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:8px;font-size:14px;font-weight:400;border:1px solid var(--border-strong)}.article-build-vs-buy .layer__name{font-weight:400}.article-build-vs-buy .layer__tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px;white-space:nowrap;text-align:center;flex-shrink:0}.article-build-vs-buy .layer--app{background:var(--bg-secondary);color:var(--bg-inverse)}.article-build-vs-buy .layer--app .layer__tag{background:#5db27226;color:#47795b}.article-build-vs-buy .layer--data{background:var(--bg-inverse);color:var(--surface-page)}.article-build-vs-buy .layer--data .layer__tag{background:#e8887a2e;color:var(--color-risk)}.article-build-vs-buy .layer--ops{background:var(--bg-tertiary);color:var(--bg-inverse)}.article-build-vs-buy .layer--ops .layer__tag{background:#8c681c1f;color:#8c681c}.article-build-vs-buy .scorecard{background:var(--bg-inverse);padding:80px 0 100px}.article-build-vs-buy .scorecard__intro{max-width:680px;margin:0 auto;padding:0 24px 56px}.article-build-vs-buy .scorecard__intro .eyebrow{color:var(--text-secondary-on-dark)}.article-build-vs-buy .scorecard__intro h2{color:var(--text-on-dark);margin:0 0 16px}.article-build-vs-buy .scorecard__intro p{font-size:18px;line-height:1.6;color:#fafbfb8c;max-width:56ch;margin-top:16px}.article-build-vs-buy .qcard-list{max-width:780px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:12px}.article-build-vs-buy .qcard{border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff17;overflow:hidden;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.article-build-vs-buy .qcard.in{opacity:1;transform:none}.article-build-vs-buy .qcard__head{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;cursor:pointer;transition:background .2s}.article-build-vs-buy .qcard__head:hover{background:#ffffff0f}.article-build-vs-buy .qcard__ic{flex-shrink:0;width:20px;height:20px;margin-top:2px;color:var(--bvb-neon);opacity:.7}.article-build-vs-buy .qcard__q{flex:1;font-size:16px;font-weight:400;color:var(--text-on-dark);line-height:1.4}.article-build-vs-buy .qcard__tog{flex-shrink:0;width:20px;height:20px;color:var(--text-faint-on-dark);transition:transform .3s ease}.article-build-vs-buy .qcard.open .qcard__tog{transform:rotate(180deg)}.article-build-vs-buy .qcard__body{max-height:0;overflow:hidden;transition:max-height .4s ease}.article-build-vs-buy .qcard.open .qcard__body{max-height:1200px}.article-build-vs-buy .qcard__inner{padding:0 24px 24px}.article-build-vs-buy .answer-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0}.article-build-vs-buy .answer-row+.answer-row{border-top:1px solid rgba(255,255,255,.12)}.article-build-vs-buy .answer-tag{flex-shrink:0;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:3px 0;border-radius:999px;margin-top:2px;width:80px;text-align:center;display:inline-block}.article-build-vs-buy .answer-tag--diy{background:#e8887a38;color:#eb8d94}.article-build-vs-buy .answer-tag--smarter{background:#dab96b38;color:#d9bc6f}.article-build-vs-buy .answer-tag--platform{background:#5db27238;color:#7cc48f}.article-build-vs-buy .answer-txt{font-size:14px;line-height:1.55;color:#fafbfbc7}.article-build-vs-buy .product-role{padding:40px 0}.article-build-vs-buy .timeline-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:780px;margin:48px auto 0}@media(max-width:640px){.article-build-vs-buy .timeline-compare{grid-template-columns:1fr}}.article-build-vs-buy .tl-col{border-radius:12px;padding:28px 24px;position:relative}.article-build-vs-buy .tl-col--day1{background:var(--bg-secondary);border:1px solid var(--surface-sunken)}.article-build-vs-buy .tl-col--month6{background:var(--bg-inverse);border:1px solid rgba(255,255,255,.08);color:var(--text-on-dark)}.article-build-vs-buy .tl-col__label{font-family:var(--font-mono);font-size:var(--text-100);letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}.article-build-vs-buy .tl-col--day1 .tl-col__label{color:var(--text-accent)}.article-build-vs-buy .tl-col--month6 .tl-col__label{color:var(--text-on-dark)}.article-build-vs-buy .tl-col__title{font-size:24px;font-weight:300;line-height:1.2;letter-spacing:-.01em;margin-bottom:12px}.article-build-vs-buy .tl-col__items{list-style:none;padding:0;margin:0;font-size:16px;line-height:1.55}.article-build-vs-buy .tl-col__items li{padding:6px 0;display:flex;align-items:flex-start;gap:8px}.article-build-vs-buy .tl-col--day1 .tl-col__items li{color:var(--text-primary)}.article-build-vs-buy .tl-col--month6 .tl-col__items li{color:#fafbfba6}.article-build-vs-buy .tl-col__items li:before{content:"";display:block;flex-shrink:0;width:6px;height:6px;border-radius:2px;margin-top:7px}.article-build-vs-buy .tl-col--day1 .tl-col__items li:before{background:var(--bvb-green)}.article-build-vs-buy .tl-col--month6 .tl-col__items li:before{background:var(--bvb-red)}.article-build-vs-buy .cta-section{text-align:center;padding:80px 24px 100px;background:var(--bg-secondary)}.article-build-vs-buy .cta-section h2{color:var(--text-primary);margin:0 auto 16px;max-width:20ch}.article-build-vs-buy .cta-section p{font-size:18px;line-height:1.6;color:var(--text-tertiary);max-width:48ch;margin:0 auto 32px}.article-build-vs-buy .cta-section .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.article-build-vs-buy .depth-toggle{max-width:920px;margin:48px auto 0}.article-build-vs-buy .depth-toggle__heading{white-space:nowrap}.article-build-vs-buy .depth-toggle__heading{display:block;font-size:var(--text-800);font-weight:300;letter-spacing:-.01em;line-height:1.2;color:var(--text-primary);margin-bottom:24px;text-align:center}.article-build-vs-buy .depth-toggle__track{position:relative;display:flex;justify-content:space-between;align-items:center;height:36px;cursor:grab;user-select:none}.article-build-vs-buy .depth-toggle__track:active{cursor:grabbing}.article-build-vs-buy .depth-toggle__track:before{content:"";position:absolute;top:50%;left:0;right:0;height:3px;background:var(--bg-tertiary);border-radius:2px;transform:translateY(-50%)}.article-build-vs-buy .depth-toggle__fill{position:absolute;top:50%;left:0;height:3px;background:var(--bg-inverse);border-radius:2px;transition:width .25s ease;pointer-events:none;transform:translateY(-50%)}.article-build-vs-buy .depth-toggle__stop{position:relative;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:grab;padding:8px;z-index:1}.article-build-vs-buy .depth-toggle__stop:active{cursor:grabbing}.article-build-vs-buy .depth-toggle__dot{width:14px;height:14px;border-radius:50%;background:var(--bg-tertiary);border:2px solid var(--border-secondary);transition:all .2s ease;pointer-events:none}.article-build-vs-buy .depth-toggle__stop--active .depth-toggle__dot{width:18px;height:18px;background:var(--bg-inverse);border-color:var(--text-primary);box-shadow:0 0 0 4px #2d2c281f}.article-build-vs-buy .depth-toggle__stop:hover .depth-toggle__dot{border-color:var(--border-strong)}.article-build-vs-buy .depth-toggle__labels{display:flex;justify-content:space-between;margin-top:12px}.article-build-vs-buy .depth-toggle__col{flex:0 0 20%;text-align:center}.article-build-vs-buy .depth-toggle__name{display:block;font-size:var(--text-500);font-weight:500;letter-spacing:.02em;color:var(--text-tertiary);margin-bottom:2px}.article-build-vs-buy .depth-toggle__col--active .depth-toggle__name{color:var(--text-primary);font-weight:600}.article-build-vs-buy .depth-toggle__hint{display:block;font-size:var(--text-300);color:var(--text-tertiary);line-height:1.3}.article-build-vs-buy .depth-toggle__col--active .depth-toggle__hint{color:var(--text-tertiary)}.article-build-vs-buy [data-depth-key]{transition:opacity .2s ease}.article-build-vs-buy [data-depth-key].depth-fading{opacity:0}@media(max-width:768px){.article-build-vs-buy .hero{min-height:auto;padding:100px 24px 60px}.article-build-vs-buy .search-bar{padding:14px 18px}.article-build-vs-buy .qcard__head{padding:16px 18px}.article-build-vs-buy .qcard__inner{padding:0 18px 18px}.article-build-vs-buy .depth-toggle{max-width:100%;padding:0 12px}.article-build-vs-buy .depth-toggle__heading{font-size:var(--text-600);white-space:normal}.article-build-vs-buy .depth-toggle__name{font-size:var(--text-200)}.article-build-vs-buy .depth-toggle__hint{font-size:var(--text-100)}}
