:root{--bg:#0B1C2D;--bg-2:#0F2440;--border:rgba(255,255,255,0.10);--text:#FFFFFF;--text-muted:#A8B5C8;--gold:#F5D684;--blue:#0099FF;--tag-bg:rgba(0,153,255,0.12);--tag-text:#7DD3FC}*,*::before,*::after{box-sizing:border-box}html{font-size:16px}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:'Geist',system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-width{width:min(1080px,calc(100% - 2.5rem));margin:0 auto}.topbar{border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;background:rgba(11,28,45,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10}.topbar .page-width{display:flex;justify-content:space-between;align-items:center}.brand{font-size:0.95rem;font-weight:700;letter-spacing:-0.02em;color:var(--text)}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{color:var(--text-muted);font-size:0.9rem;font-weight:500}.nav-links a:hover{color:var(--text)}.blog-header{padding:3.5rem 0 2rem;border-bottom:1px solid var(--border)}.blog-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-0.04em;margin:0 0 0.5rem;line-height:1.15}.blog-subtitle{color:var(--text-muted);font-size:1rem;margin:0}.filter-bar{display:flex;align-items:center;gap:0.4rem;padding:1.25rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.filter-btn{background:none;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:0.82rem;font-weight:500;padding:0.3rem 0.85rem;transition:background 0.15s,opacity 0.15s;text-transform:capitalize}.filter-btn:hover{background:var(--bg-2);color:var(--text)}.filter-btn.active{background:var(--gold);border-color:var(--gold);color:#0B1C2D;font-weight:600}.rss-link{margin-left:auto;display:flex;align-items:center;gap:0.35rem;color:var(--text-muted);font-size:0.82rem;font-weight:500}.rss-link:hover{color:var(--gold)}.post-list{padding-bottom:4rem}.post-row{border-bottom:1px solid var(--border)}.post-row-link{display:grid;grid-template-columns:180px 1fr auto;gap:1.5rem;align-items:center;padding:1.6rem 0;transition:background 0.15s}.post-row-link:hover .post-row-body h2{color:var(--gold)}.post-row-link:hover .post-arrow{opacity:1;transform:translateX(4px)}.post-row-meta{display:flex;flex-direction:column;gap:0.5rem}.post-date{color:var(--text-muted);font-size:0.82rem;white-space:nowrap}.post-tag{display:inline-block;background:var(--tag-bg);color:var(--tag-text);border-radius:999px;padding:0.2rem 0.65rem;font-size:0.75rem;font-weight:600;text-transform:capitalize;width:fit-content}.post-row-body h2{font-size:1.05rem;font-weight:600;letter-spacing:-0.02em;margin:0 0 0.35rem;color:var(--text)}.post-description{color:var(--text-muted);font-size:0.9rem;margin:0;line-height:1.5}.post-arrow{font-size:1.1rem;color:var(--text-muted);opacity:0;transition:opacity 0.15s,transform 0.15s}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:#0B1C2D;font-weight:700;padding:0.5rem 1rem;border-radius:0 0 8px 8px;z-index:999;font-size:0.9rem;text-decoration:none}.skip-link:focus{top:0}.breadcrumbs{padding:1.25rem 0 0}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center;font-size:0.82rem;color:var(--text-muted)}.breadcrumbs li + li::before{content:'/';margin-right:0.4rem}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--text)}.post-page{padding:2.5rem 0 6rem}.post-header{max-width:820px;margin-bottom:3.5rem;border-bottom:1px solid var(--border);padding-bottom:2.5rem}.post-meta-bar{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1rem;margin-bottom:1.25rem}.post-date{color:var(--text-muted);font-size:0.9rem}.post-updated{color:var(--text-muted);font-size:0.85rem;background:rgba(255,255,255,0.05);border:1px solid var(--border);border-radius:999px;padding:0.2rem 0.75rem}.post-page h1{font-size:clamp(2.1rem,4.2vw,3.4rem);font-weight:700;letter-spacing:-0.04em;line-height:1.13;margin:0 0 1rem}.post-page .post-description{color:var(--text-muted);font-size:1.15rem;line-height:1.75;margin:0 0 1.25rem}.post-byline{font-size:0.9rem;color:var(--text-muted);margin:0}.post-byline a{color:var(--text-muted);border-bottom:1px solid var(--border)}.post-byline a:hover{color:var(--text)}.post-layout{display:grid;grid-template-columns:240px 1fr;gap:0 4.5rem;align-items:start}.post-toc-sidebar{position:sticky;top:72px;max-height:calc(100vh - 90px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent;padding-bottom:2rem}.toc-label{font-size:0.75rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-muted);margin:0 0 0.9rem}.post-toc-sidebar .toc{display:block}.post-toc-sidebar .toc ul{list-style:none;margin:0;padding:0}.post-toc-sidebar .toc li{margin:0}.post-toc-sidebar .toc a{display:block;padding:0.4rem 0 0.4rem 0.9rem;color:var(--text-muted);font-size:0.9rem;line-height:1.5;border-left:2px solid var(--border);text-decoration:none}.post-toc-sidebar .toc a:hover{color:var(--gold);border-left-color:var(--gold)}.post-toc-sidebar .toc ul ul a{padding-left:1.7rem;font-size:0.84rem}.post-content-col{min-width:0}.post-body{color:#D8E6F3;font-size:1.075rem;line-height:1.9}.post-body h2{color:var(--text);font-size:1.65rem;font-weight:700;letter-spacing:-0.03em;margin:3.5rem 0 1.1rem;padding-top:0.5rem}.post-body h3{color:var(--text);font-size:1.2rem;font-weight:700;letter-spacing:-0.02em;margin:2.5rem 0 0.85rem}.post-body p{margin:0 0 1.25rem}.post-body li{margin-bottom:0.5rem}.post-body ul,.post-body ol{padding-left:1.5rem;margin:0 0 1.25rem;font-size:1.075rem}.post-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:#4DB8FF}.post-body strong{color:var(--text)}.post-body blockquote{border-left:3px solid var(--gold);padding:0.25rem 0 0.25rem 1.2rem;color:var(--text-muted);margin:1.5rem 0;font-style:italic}.post-body hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-body table{width:100%;border-collapse:collapse;font-size:0.9rem;margin:1.5rem 0}.post-body th{text-align:left;font-weight:700;color:var(--text);padding:0.65rem 1rem;border-bottom:2px solid var(--border);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.05em}.post-body td{padding:0.65rem 1rem;border-bottom:1px solid var(--border);vertical-align:top}.post-body tr:hover td{background:rgba(255,255,255,0.02)}.post-body figure{margin:2.5rem 0}.post-body figure img{width:100%;height:auto;border-radius:12px;display:block}.post-body figcaption{color:var(--text-muted);font-size:0.78rem;margin-top:0.5rem;text-align:center;font-style:italic}.post-body img{width:100%;height:auto;border-radius:12px;display:block;margin:2rem 0}.post-body a[href="#top"]{display:inline-block;font-size:0.78rem;color:var(--text-muted);text-decoration:none;border-bottom:1px dashed var(--border);margin-top:0.5rem}.post-body a[href="#top"]:hover{color:var(--text)}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1.5rem}.author-bio{background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.75rem}.author-bio-name{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--gold);margin:0 0 0.5rem}.author-bio p{color:var(--text-muted);font-size:0.9rem;line-height:1.7;margin:0 0 0.75rem}.author-bio-link{color:var(--blue);font-size:0.88rem;text-decoration:underline;text-underline-offset:3px}.author-bio-link:hover{color:#4DB8FF}.back-to-top{display:inline-flex;align-items:center;gap:0.4rem;color:var(--text-muted);font-size:0.82rem;text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:0.4rem 0.9rem;align-self:flex-start;transition:opacity 0.15s}.back-to-top:hover{opacity:0.7}.tag-list{display:flex;flex-wrap:wrap;gap:0.4rem}.tag{background:var(--tag-bg);color:var(--tag-text);border-radius:999px;padding:0.25rem 0.7rem;font-size:0.8rem;font-weight:600;text-transform:capitalize}.footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 0;color:var(--text-muted);font-size:0.85rem}.footer .page-width{display:flex;justify-content:space-between;align-items:center}@media (max-width:640px){.blog-header{padding:2rem 0 1.5rem}.post-row-link{grid-template-columns:1fr;gap:0.6rem;padding:1.25rem 0}.post-row-meta{flex-direction:row;align-items:center}.post-arrow{display:none}}@media (max-width:860px){.post-layout{grid-template-columns:1fr;gap:0}.post-toc-sidebar{display:none}.post-header{max-width:100%}}.lp-section{padding:5rem 0;border-bottom:1px solid var(--border)}.lp-label{text-transform:uppercase;letter-spacing:0.15em;font-size:0.75rem;font-weight:700;color:var(--gold);margin:0 0 1rem}.lp-section h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-0.03em;line-height:1.2;max-width:700px;margin:0 0 3rem}.lp-hero{padding:5rem 0 4rem;border-bottom:1px solid var(--border)}.lp-eyebrow{display:inline-block;background:rgba(245,214,132,0.12);color:var(--gold);border:1px solid rgba(245,214,132,0.25);border-radius:999px;padding:0.3rem 1rem;font-size:0.8rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1.5rem}.lp-hero h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;letter-spacing:-0.04em;line-height:1.1;max-width:820px;margin:0 0 1.25rem}.lp-hero-sub{color:var(--text-muted);font-size:1.1rem;max-width:640px;line-height:1.7;margin:0 0 2.5rem}.lp-hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:2.5rem}.lp-btn-primary{background:var(--gold);color:#0B1C2D;font-family:inherit;font-weight:700;font-size:0.95rem;padding:0.8rem 1.75rem;border-radius:8px;border:none;cursor:pointer;transition:opacity 0.15s,transform 0.15s;text-decoration:none;display:inline-block}.lp-btn-primary:hover{opacity:0.88;transform:translateY(-1px);text-decoration:none}.lp-btn-ghost{color:var(--text-muted);font-size:0.9rem;font-weight:500;text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:1px;transition:color 0.15s}.lp-btn-ghost:hover{color:var(--text);text-decoration:none}.lp-btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.lp-hero-proof{display:flex;flex-wrap:wrap;gap:0.6rem 1.25rem;align-items:center;color:var(--text-muted);font-size:0.85rem}.lp-hero-proof strong{color:var(--text)}.lp-dot{color:var(--border)}.lp-problems{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.lp-problem-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,80,80,0.15);border-radius:14px;padding:1.75rem}.lp-problem-icon{font-size:1.25rem;display:block;margin-bottom:0.75rem;filter:grayscale(1) brightness(1.5)}.lp-problem-card h3{font-size:1rem;font-weight:700;margin:0 0 0.6rem;color:var(--text)}.lp-problem-card p{color:var(--text-muted);font-size:0.9rem;margin:0;line-height:1.6}.lp-diff-section{background:rgba(255,255,255,0.015)}.lp-diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.lp-diff-card{background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.75rem;transition:border-color 0.15s}.lp-diff-card:hover{border-color:rgba(245,214,132,0.3)}.lp-diff-card h3{font-size:0.95rem;font-weight:700;color:var(--gold);margin:0 0 0.5rem}.lp-diff-card p{color:var(--text-muted);font-size:0.88rem;margin:0;line-height:1.6}.lp-timeline{display:flex;flex-direction:column;gap:0;border-left:2px solid var(--border);margin-left:1rem}.lp-timeline-step{display:flex;gap:2rem;align-items:flex-start;padding:0 0 2.5rem 2rem;position:relative}.lp-timeline-step::before{content:'';position:absolute;left:-6px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--gold);border:2px solid var(--bg)}.lp-timeline-week{color:var(--gold);font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;min-width:90px;padding-top:3px}.lp-timeline-body strong{display:block;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:0.4rem}.lp-timeline-body p{color:var(--text-muted);font-size:0.9rem;margin:0;line-height:1.6}.lp-compare-wrap{overflow-x:auto}.lp-compare{width:100%;border-collapse:collapse;font-size:0.9rem}.lp-compare th{padding:0.9rem 1.25rem;text-align:left;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border);font-size:0.82rem;text-transform:uppercase;letter-spacing:0.06em}.lp-aspire-col{color:var(--gold) !important}.lp-compare td{padding:0.9rem 1.25rem;border-bottom:1px solid var(--border);vertical-align:middle}.lp-feature-name{font-weight:600;color:var(--text)}.lp-other{color:var(--text-muted)}.lp-aspire-val{color:var(--gold);font-weight:600}.lp-compare tr:hover td{background:rgba(255,255,255,0.02)}.lp-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.lp-testimonial{background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:14px;padding:1.75rem;margin:0}.lp-testimonial p{color:var(--text);font-size:0.95rem;line-height:1.7;margin:0 0 1.25rem;font-style:italic}.lp-testimonial footer{display:flex;flex-direction:column;gap:0.2rem}.lp-testimonial footer strong{color:var(--gold);font-size:0.88rem}.lp-testimonial footer span{color:var(--text-muted);font-size:0.8rem}.lp-for-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.lp-for-card{border-left:3px solid var(--gold);padding:1rem 1.25rem}.lp-for-label{display:block;font-size:0.85rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.5rem}.lp-for-card p{color:var(--text-muted);font-size:0.9rem;margin:0;line-height:1.6}.lp-faq{max-width:760px;display:flex;flex-direction:column;gap:0}.lp-faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.lp-faq-item summary{font-weight:600;font-size:0.98rem;cursor:pointer;list-style:none;color:var(--text);display:flex;justify-content:space-between;align-items:center}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary::after{content:'+';color:var(--gold);font-size:1.3rem;font-weight:400;line-height:1;flex-shrink:0;margin-left:1rem;transition:transform 0.2s}.lp-faq-item[open] summary::after{content:'−'}.lp-faq-item p{color:var(--text-muted);font-size:0.9rem;line-height:1.7;margin:1rem 0 0}.lp-cta-section{padding:6rem 0;text-align:center}.lp-cta-section h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;letter-spacing:-0.04em;line-height:1.15;margin:0 auto 1rem;max-width:600px}.lp-cta-section > p{color:var(--text-muted);font-size:1rem;max-width:500px;margin:0 auto 2.5rem}.lp-cta-note{margin-top:1.25rem !important;color:var(--text-muted);font-size:0.82rem}@media (max-width:640px){.lp-section{padding:3rem 0}.lp-hero{padding:3rem 0 2.5rem}.lp-hero h1{font-size:1.8rem}.lp-timeline-step{flex-direction:column;gap:0.4rem}.lp-timeline-week{min-width:unset}.lp-cta-section{padding:4rem 0}}