/* Blog Writing premium editorial page */
:root{--blogw-ink:#161b22;--blogw-muted:#647085;--blogw-soft:#f8fcf6;--blogw-cream:#f8f5ee;--blogw-wash:#f9faf8;--blogw-blue:#f7fbff;--blogw-line:rgba(22,27,34,.10);--blogw-line2:rgba(238,98,0,.18);--blogw-gold:#f9bf1e;--blogw-orange:#ee6200;--blogw-radius:28px;--blogw-shadow:0 24px 70px rgba(22,27,34,.10)}
.blogw-page{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--blogw-ink);background:#fff;overflow:hidden}.blogw-container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.blogw-section{padding:96px 0;position:relative}.blogw-section--tight{padding:34px 0}.blogw-section-head span,.blogw-eyebrow,.blogw-panel-kicker,.blogw-doc-label{display:inline-flex;align-items:center;gap:9px;color:#0f766e;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850}.blogw-eyebrow i{width:32px;height:2px;background:var(--blogw-gold);display:inline-block}.blogw-section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:14px 0 16px;letter-spacing:-.04em}.blogw-section-head p,.blogw-lead{font-size:17px;line-height:1.75;color:var(--blogw-muted);margin:0}.blogw-icon{width:42px;height:42px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:#fff7df;color:var(--blogw-orange);border:1px solid rgba(238,98,0,.16);box-shadow:0 10px 30px rgba(238,98,0,.08)}.blogw-icon svg,.blogw-status-card svg,.blogw-arch-node svg,.blogw-qa-board svg,.blogw-deliv-panel svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.blogw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;font-weight:850;text-decoration:none;border:1px solid transparent;transition:.25s ease}.blogw-btn--primary{background:var(--blogw-orange);color:#fff;box-shadow:0 18px 35px rgba(238,98,0,.22)}.blogw-btn--ghost{background:#fff;color:var(--blogw-ink);border-color:var(--blogw-line);box-shadow:0 14px 35px rgba(22,27,34,.06)}.blogw-btn:hover{transform:translateY(-2px)}.blogw-reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.blogw-reveal.is-visible{opacity:1;transform:none}.blogw-hero{min-height:780px;display:flex;align-items:center;background:linear-gradient(110deg,#fff 0%,var(--blogw-soft) 55%,var(--blogw-cream) 100%);padding-top:120px}.blogw-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(22,27,34,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(22,27,34,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 90%);opacity:.8}.blogw-hero__grid{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:center;position:relative}.blogw-hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.065em;margin:22px 0 18px;max-width:790px}.blogw-actions,.blogw-badges,.blogw-floating-chips,.blogw-chip-row,.blogw-stage-chips{display:flex;flex-wrap:wrap;gap:12px}.blogw-actions{margin:30px 0}.blogw-badges span,.blogw-floating-chips span,.blogw-chip-row span,.blogw-stage-chips span{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--blogw-line);font-size:12px;font-weight:800;color:#334155}.blogw-hero__studio{position:relative}.blogw-editor-card{background:rgba(255,255,255,.84);border:1px solid var(--blogw-line);border-radius:34px;padding:22px;box-shadow:var(--blogw-shadow);backdrop-filter:blur(14px)}.blogw-editor-top,.blogw-studio-row,.blogw-status-card,.blogw-fix-row,.blogw-doc-head{display:flex;align-items:center;justify-content:space-between}.blogw-editor-top{margin-bottom:16px}.blogw-editor-top span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#0f766e;font-weight:900}.blogw-doc-preview{background:linear-gradient(180deg,#fff,var(--blogw-blue));border:1px solid var(--blogw-line);border-radius:24px;padding:22px;margin-bottom:16px;position:relative}.blogw-doc-head{justify-content:flex-start;gap:7px;margin-bottom:16px}.blogw-doc-head span{width:10px;height:10px;border-radius:50%;background:rgba(238,98,0,.25)}.blogw-doc-preview h3{font-size:25px;line-height:1.15;margin:0 0 10px}.blogw-doc-preview p{color:var(--blogw-muted);line-height:1.7}.blogw-outline-lines i{display:block;height:8px;border-radius:99px;background:rgba(22,27,34,.08);margin:10px 0}.blogw-outline-lines i:nth-child(2){width:78%}.blogw-outline-lines i:nth-child(3){width:62%}.blogw-outline-lines i:nth-child(4){width:88%}.blogw-studio-steps{display:grid;gap:10px}.blogw-studio-row{padding:12px 14px;border:1px solid var(--blogw-line);border-radius:16px;background:#fff;animation:blogwPulse 4s ease infinite;animation-delay:calc(var(--i)*.16s)}.blogw-studio-row span{color:#0f766e}.blogw-studio-row svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.blogw-studio-row b{font-size:14px;flex:1;margin-left:10px}.blogw-studio-row em{font-style:normal;font-size:11px;font-weight:900;color:#0f766e;text-transform:uppercase}.blogw-floating-chips{position:absolute;inset:auto -24px -36px 36px}.blogw-floating-chips span:nth-child(odd){background:#fff7df;border-color:rgba(249,191,30,.35)}@keyframes blogwPulse{0%,100%{transform:translateX(0);border-color:var(--blogw-line)}50%{transform:translateX(5px);border-color:rgba(238,98,0,.28)}}
.blogw-status{background:#fff}.blogw-status__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.blogw-status-card{gap:14px;padding:18px;border:1px solid var(--blogw-line);border-radius:22px;background:var(--blogw-wash);transition:.25s ease}.blogw-status-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(22,27,34,.08)}.blogw-status-card h3{font-size:14px;margin:0 0 6px}.blogw-status-card p{font-size:12px;color:var(--blogw-muted);line-height:1.45;margin:0}.blogw-status-card i{width:9px;height:9px;border-radius:50%;background:#0f766e;box-shadow:0 0 0 6px rgba(15,118,110,.10)}
.blogw-problems,.blogw-research,.blogw-seo-panel,.blogw-calendar,.blogw-deliverables,.blogw-comparison,.blogw-faq{background:var(--blogw-cream)}.blogw-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.blogw-problem-card{background:#fff;border:1px solid var(--blogw-line);border-radius:26px;padding:22px;box-shadow:0 16px 40px rgba(22,27,34,.06);transition:.25s ease;position:relative}.blogw-problem-card:hover,.blogw-service-card:hover,.blogw-mini-card:hover,.blogw-example-card:hover,.blogw-quality-card:hover{transform:translateY(-6px);box-shadow:var(--blogw-shadow);border-color:var(--blogw-line2)}.blogw-priority-label,.blogw-problem-card .blogw-priority-label{position:static;display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff1e8;color:var(--blogw-orange);font-size:11px;font-weight:900;margin-bottom:12px}.blogw-problem-card h3{font-size:18px;margin:14px 0 8px}.blogw-problem-card p{color:var(--blogw-muted);line-height:1.6}.blogw-fix-row{align-items:flex-start;gap:10px;background:var(--blogw-soft);border-radius:18px;padding:13px;margin-top:16px}.blogw-fix-row b{font-size:11px;text-transform:uppercase;color:var(--blogw-orange)}.blogw-fix-row span{font-size:13px;color:#475569;line-height:1.45}.blogw-split-head,.blogw-two-col,.blogw-outline-grid,.blogw-depth-grid,.blogw-seo-grid,.blogw-readability-grid,.blogw-calendar-grid,.blogw-qa-grid,.blogw-calc-grid,.blogw-faq-grid,.blogw-final-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:42px;align-items:start}.blogw-architecture,.blogw-outline-builder,.blogw-intent-lab,.blogw-longform,.blogw-readability,.blogw-industries,.blogw-quality,.blogw-priority,.blogw-final{background:var(--blogw-blue)}.blogw-arch-panel,.blogw-intent-preview,.blogw-industry-panel,.blogw-outline-doc,.blogw-outline-side,.blogw-calc-form,.blogw-calc-result,.blogw-final-form,.blogw-faq-cta{background:#fff;border:1px solid var(--blogw-line);border-radius:28px;padding:26px;box-shadow:0 18px 45px rgba(22,27,34,.07)}.blogw-arch-panel h3,.blogw-intent-preview h3,.blogw-industry-panel h3{font-size:28px;margin:10px 0}.blogw-arch-panel p,.blogw-intent-preview p,.blogw-industry-panel p{color:var(--blogw-muted);line-height:1.65}.blogw-arch-panel ul,.blogw-industry-panel ul{padding:0;margin:18px 0 0;display:grid;gap:10px}.blogw-arch-panel li,.blogw-industry-panel li{list-style:none;background:var(--blogw-wash);border-radius:14px;padding:12px;color:#475569}.blogw-arch-map{display:flex;gap:14px;overflow:auto;padding:18px 0 8px;scrollbar-width:thin}.blogw-arch-node{min-width:176px;text-align:left;border:1px solid var(--blogw-line);border-radius:22px;background:#fff;padding:18px;position:relative;cursor:pointer;transition:.25s ease}.blogw-arch-node:after{content:"";position:absolute;top:50%;right:-16px;width:18px;height:2px;background:rgba(238,98,0,.3)}.blogw-arch-node:last-child:after{display:none}.blogw-arch-node span{display:flex;color:var(--blogw-orange);margin-bottom:12px}.blogw-arch-node b{display:block;font-size:16px}.blogw-arch-node em{font-style:normal;color:var(--blogw-muted);font-size:12px}.blogw-arch-node.is-active{border-color:rgba(238,98,0,.4);background:#fff8f2;box-shadow:0 18px 40px rgba(238,98,0,.12)}.blogw-research-board{margin-top:34px}.blogw-research-flow,.blogw-seo-chain,.blogw-refresh-flow{display:flex;align-items:center;gap:12px;overflow:auto;padding:18px;background:#fff;border:1px solid var(--blogw-line);border-radius:26px;box-shadow:0 16px 35px rgba(22,27,34,.06)}.blogw-research-flow b,.blogw-seo-chain span,.blogw-refresh-flow span{white-space:nowrap;padding:12px 16px;border-radius:16px;background:var(--blogw-blue);border:1px solid var(--blogw-line);font-size:14px}.blogw-research-flow span{width:36px;height:2px;background:var(--blogw-orange);flex:0 0 36px}.blogw-research-grid,.blogw-headline-grid,.blogw-seo-checks,.blogw-example-grid,.blogw-workflow-grid,.blogw-myth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}.blogw-research-card,.blogw-mini-card,.blogw-headline-card,.blogw-example-card,.blogw-workflow-card,.blogw-myth-card,.blogw-quality-card,.blogw-priority-card{background:#fff;border:1px solid var(--blogw-line);border-radius:24px;padding:22px;box-shadow:0 14px 35px rgba(22,27,34,.05)}.blogw-research-card h3,.blogw-mini-card b,.blogw-headline-card h3{margin:14px 0 8px}.blogw-research-card p,.blogw-mini-card p,.blogw-headline-card p,.blogw-example-card p,.blogw-workflow-card p,.blogw-myth-card p{color:var(--blogw-muted);line-height:1.6}.blogw-research-card ul{padding-left:18px;color:#475569}.blogw-tab-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.blogw-tab-list button{border:1px solid var(--blogw-line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:850;color:#334155;cursor:pointer;transition:.2s ease}.blogw-tab-list button.is-active{background:var(--blogw-orange);border-color:var(--blogw-orange);color:#fff;box-shadow:0 14px 30px rgba(238,98,0,.20)}.blogw-intent-preview dl{display:grid;gap:12px;margin:20px 0}.blogw-intent-preview dt{font-weight:900;color:var(--blogw-orange);font-size:12px;text-transform:uppercase}.blogw-intent-preview dd{margin:0;color:#475569;line-height:1.55}.blogw-outline-doc ol{padding-left:21px;line-height:1.8;color:#475569}.blogw-note-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.blogw-note-grid span{padding:13px;border-radius:16px;background:var(--blogw-cream);font-weight:800;color:#334155}.blogw-masonry{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.blogw-service-card{background:#fff;border:1px solid var(--blogw-line);border-radius:28px;padding:24px;box-shadow:0 14px 40px rgba(22,27,34,.06);position:relative;transition:.25s ease}.blogw-service-card.is-wide{grid-column:span 2}.blogw-service-card h3{font-size:22px;margin:16px 0 10px}.blogw-service-card p{color:var(--blogw-muted);line-height:1.6}.blogw-service-card dl{display:grid;gap:10px;margin:18px 0}.blogw-service-card dt{font-size:11px;text-transform:uppercase;color:var(--blogw-orange);font-weight:900}.blogw-service-card dd{margin:0;color:#475569;font-size:13px}.blogw-service-card a{position:absolute;right:20px;bottom:20px;text-decoration:none;color:var(--blogw-orange);font-size:24px}.blogw-depth-map{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.blogw-depth-map span{padding:16px 18px;border-radius:20px;background:#fff;border:1px solid var(--blogw-line);box-shadow:0 12px 30px rgba(22,27,34,.06);position:relative}.blogw-depth-map span:not(:last-child):after{content:"→";color:var(--blogw-orange);font-weight:900;margin-left:12px}.blogw-depth-cards{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.blogw-headline-studio,.blogw-link-hub,.blogw-timeline,.blogw-workflows,.blogw-myths{background:var(--blogw-wash)}.blogw-headline-card span{color:var(--blogw-orange)}.blogw-before-after{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}.blogw-before-after div{background:#fff;border:1px solid var(--blogw-line);border-radius:22px;padding:22px}.blogw-before-after div:nth-child(2){border-color:rgba(238,98,0,.25);background:#fff8f2}.blogw-readable-visual{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.blogw-readable-visual div{padding:28px;border-radius:26px;border:1px solid var(--blogw-line);background:#fff;box-shadow:0 16px 40px rgba(22,27,34,.06);font-weight:900}.blogw-readable-visual .bad{color:#647085}.blogw-readable-visual .good{color:var(--blogw-orange)}.blogw-readable-visual em{font-style:normal;font-weight:700;color:#475569;font-size:13px}.blogw-link-map{display:flex;align-items:center;gap:14px;overflow:auto;background:#fff;border:1px solid var(--blogw-line);border-radius:30px;padding:24px;box-shadow:var(--blogw-shadow)}.blogw-link-map span{white-space:nowrap;padding:16px 18px;border-radius:18px;background:var(--blogw-blue);border:1px solid var(--blogw-line);font-weight:900}.blogw-link-map i{height:2px;width:44px;background:var(--blogw-orange);flex:0 0 44px}.blogw-calendar-board{display:grid;grid-template-columns:repeat(9,minmax(120px,1fr));overflow:auto;background:#fff;border:1px solid var(--blogw-line);border-radius:28px;box-shadow:var(--blogw-shadow)}.blogw-calendar-board b,.blogw-calendar-board span{padding:14px;border-right:1px solid var(--blogw-line);border-bottom:1px solid var(--blogw-line);min-width:120px}.blogw-calendar-board b{background:#fff8f2;color:var(--blogw-orange);font-size:12px;text-transform:uppercase}.blogw-calendar-board span{font-size:13px;color:#475569}.blogw-stage-chips{grid-column:1/-1}.blogw-refresh-flow{flex-wrap:wrap}.blogw-qa-board,.blogw-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.blogw-qa-board span{background:#fff;border:1px solid var(--blogw-line);border-radius:16px;padding:12px;display:flex;align-items:center;gap:8px;font-weight:800;color:#334155}.blogw-qa-board em{margin-left:auto;font-style:normal;font-size:11px;color:#0f766e;background:rgba(15,118,110,.08);border-radius:999px;padding:5px 8px}.blogw-timeline-track{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin-top:38px}.blogw-time-card{background:#fff;border:1px solid var(--blogw-line);border-radius:24px;padding:22px;position:relative}.blogw-time-card span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blogw-orange);color:#fff;font-weight:900}.blogw-time-card h3{font-size:17px}.blogw-time-card p{color:var(--blogw-muted);font-size:13px;line-height:1.55}.blogw-deliv-panel{display:none;background:#fff;border:1px solid var(--blogw-line);border-radius:28px;padding:24px;box-shadow:var(--blogw-shadow)}.blogw-deliv-panel.is-active{display:grid;gap:12px}.blogw-deliv-panel span{display:flex;align-items:center;gap:10px;background:var(--blogw-wash);border-radius:16px;padding:13px;font-weight:800;color:#334155}.blogw-deliv-panel em{margin-left:auto;font-style:normal;color:#0f766e;font-size:11px;background:rgba(15,118,110,.08);padding:5px 8px;border-radius:999px}.blogw-calc-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.blogw-calc-form label,.blogw-final-form label{display:grid;gap:7px;font-weight:800;color:#334155}.blogw-calc-form input,.blogw-calc-form select,.blogw-final-form input,.blogw-final-form select{width:100%;border:1px solid var(--blogw-line);border-radius:14px;padding:12px 14px;background:#fff;font:inherit;color:var(--blogw-ink)}.blogw-calc-form button,.blogw-final-form button{grid-column:1/-1;border:0}.blogw-calc-result div{background:var(--blogw-wash);border-radius:18px;padding:16px;margin:18px 0}.blogw-calc-result i{display:block;height:9px;border-radius:99px;background:linear-gradient(90deg,var(--blogw-orange) var(--w),rgba(238,98,0,.12) var(--w));margin-top:10px}.blogw-calc-result ul{padding-left:18px;color:#475569;line-height:1.7}.blogw-eco-map{height:430px;border-radius:34px;border:1px solid var(--blogw-line);background:radial-gradient(circle at center,rgba(249,191,30,.20),transparent 34%),#fff;position:relative;box-shadow:var(--blogw-shadow);overflow:hidden}.blogw-eco-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:130px;border-radius:28px;background:var(--blogw-ink);color:#fff;display:grid;place-items:center;text-align:center;font-weight:900;padding:20px}.blogw-eco-map span{position:absolute;padding:11px 14px;border-radius:999px;background:#fff;border:1px solid var(--blogw-line);box-shadow:0 12px 30px rgba(22,27,34,.06);font-weight:850}.blogw-eco-map span:nth-of-type(1){left:8%;top:18%}.blogw-eco-map span:nth-of-type(2){left:36%;top:8%}.blogw-eco-map span:nth-of-type(3){right:16%;top:18%}.blogw-eco-map span:nth-of-type(4){right:8%;top:52%}.blogw-eco-map span:nth-of-type(5){right:22%;bottom:12%}.blogw-eco-map span:nth-of-type(6){left:38%;bottom:8%}.blogw-eco-map span:nth-of-type(7){left:10%;bottom:18%}.blogw-eco-map span:nth-of-type(8){left:7%;top:52%}.blogw-quality-card b{display:block;margin-bottom:12px}.blogw-quality-card span{display:inline-flex;background:#ecfdf5;color:#0f766e;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:900}.blogw-workflow-grid{grid-template-columns:repeat(3,1fr)}.blogw-compare-table{background:#fff;border:1px solid var(--blogw-line);border-radius:30px;overflow:hidden;box-shadow:var(--blogw-shadow)}.blogw-compare-table div{display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;border-bottom:1px solid var(--blogw-line)}.blogw-compare-table div:last-child{border-bottom:0}.blogw-compare-table span,.blogw-compare-table strong,.blogw-compare-table b{padding:18px}.blogw-compare-table span{color:#647085}.blogw-compare-table b{text-align:center;color:var(--blogw-orange)}.blogw-compare-table strong{color:#0f766e;background:#f0fdf4}.blogw-priority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blogw-priority-card span{display:inline-flex;background:#fff1e8;color:var(--blogw-orange);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.blogw-priority-card em{display:block;margin-top:14px;font-style:normal;color:#0f766e;font-weight:850}.blogw-faq-grid{grid-template-columns:.82fr 1.18fr}.blogw-faq-cta{margin-top:24px;background:#fff8f2}.blogw-accordion{display:grid;gap:12px}.blogw-acc-item{background:#fff;border:1px solid var(--blogw-line);border-radius:20px;overflow:hidden}.blogw-acc-item button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#fff;border:0;text-align:left;font-weight:900;font-size:16px;color:var(--blogw-ink);cursor:pointer}.blogw-acc-item p{display:none;margin:0;padding:0 20px 20px;color:var(--blogw-muted);line-height:1.65}.blogw-acc-item.is-open{border-color:rgba(238,98,0,.22);box-shadow:0 16px 35px rgba(22,27,34,.06)}.blogw-acc-item.is-open p{display:block}.blogw-acc-item.is-open button b{transform:rotate(45deg);color:var(--blogw-orange)}.blogw-final-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;background:#fff;border:1px solid var(--blogw-line);border-radius:34px;padding:26px;box-shadow:var(--blogw-shadow)}
@media (max-width:1100px){.blogw-hero__grid,.blogw-split-head,.blogw-two-col,.blogw-outline-grid,.blogw-depth-grid,.blogw-seo-grid,.blogw-readability-grid,.blogw-calendar-grid,.blogw-qa-grid,.blogw-calc-grid,.blogw-faq-grid,.blogw-final-grid{grid-template-columns:1fr}.blogw-status__grid,.blogw-problem-grid,.blogw-research-grid,.blogw-headline-grid,.blogw-seo-checks,.blogw-example-grid,.blogw-quality-grid{grid-template-columns:repeat(2,1fr)}.blogw-masonry{grid-template-columns:repeat(2,1fr)}.blogw-depth-cards,.blogw-timeline-track{grid-template-columns:repeat(2,1fr)}.blogw-workflow-grid,.blogw-priority-grid,.blogw-myth-grid{grid-template-columns:repeat(2,1fr)}.blogw-hero{padding-top:90px;min-height:auto}.blogw-floating-chips{position:static;margin-top:16px}.blogw-status__grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.blogw-container{width:min(100% - 30px,1180px)}.blogw-section{padding:70px 0}.blogw-hero{padding-top:70px}.blogw-actions{flex-direction:column}.blogw-btn{width:100%}.blogw-status__grid,.blogw-problem-grid,.blogw-research-grid,.blogw-headline-grid,.blogw-seo-checks,.blogw-example-grid,.blogw-masonry,.blogw-depth-cards,.blogw-workflow-grid,.blogw-quality-grid,.blogw-priority-grid,.blogw-myth-grid{grid-template-columns:1fr}.blogw-service-card.is-wide{grid-column:auto}.blogw-calc-form,.blogw-final-form,.blogw-note-grid,.blogw-before-after{grid-template-columns:1fr}.blogw-readable-visual{grid-template-columns:1fr}.blogw-readable-visual span{transform:rotate(90deg);display:inline-grid;place-items:center}.blogw-eco-map{height:auto;display:grid;grid-template-columns:1fr;gap:10px;padding:20px}.blogw-eco-center,.blogw-eco-map span{position:static;transform:none;width:auto;height:auto}.blogw-compare-table div{grid-template-columns:1fr}.blogw-compare-table b{display:none}.blogw-qa-board{grid-template-columns:1fr}.blogw-hero h1{font-size:40px}.blogw-section-head h2{font-size:31px}.blogw-arch-node{min-width:240px}.blogw-link-map,.blogw-arch-map{padding-bottom:18px}.blogw-timeline-track{grid-template-columns:1fr}} 
@media (max-width:480px){.blogw-container{width:min(100% - 22px,1180px)}.blogw-hero h1{font-size:34px}.blogw-lead,.blogw-section-head p{font-size:15px}.blogw-editor-card,.blogw-arch-panel,.blogw-intent-preview,.blogw-industry-panel,.blogw-outline-doc,.blogw-outline-side,.blogw-calc-form,.blogw-calc-result,.blogw-final-form{border-radius:24px;padding:18px}.blogw-status-card,.blogw-problem-card,.blogw-service-card,.blogw-research-card,.blogw-mini-card,.blogw-headline-card,.blogw-example-card,.blogw-workflow-card,.blogw-myth-card,.blogw-quality-card,.blogw-priority-card{border-radius:20px;padding:18px}.blogw-tab-list{max-height:260px;overflow:auto}.blogw-calendar-board{font-size:12px}.blogw-badges span,.blogw-floating-chips span{font-size:11px}.blogw-hero__grid{gap:32px}}
