@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--background:hsl(0, 0%, 100%);--foreground:hsl(220, 40%, 13%);--card:hsl(0, 0%, 100%);--card-foreground:hsl(220, 40%, 13%);--primary:hsl(220, 60%, 22%);--primary-foreground:hsl(210, 40%, 98%);--secondary:hsl(210, 40%, 94%);--secondary-foreground:hsl(220, 60%, 22%);--muted:hsl(210, 30%, 95%);--muted-foreground:hsl(215, 16%, 47%);--accent:hsl(38, 92%, 50%);--accent-foreground:hsl(220, 60%, 13%);--border:hsl(214, 32%, 91%);--success:hsl(152, 60%, 40%);--surface:hsl(210, 30%, 97%);--radius:0.625rem;--text-muted:hsl(215, 16%, 47%);--text:hsl(220, 40%, 13%);--primary-rgb:30, 58, 138;--primary-light:hsl(220, 60%, 40%)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:"Source Serif 4",serif}a{color:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn,a{text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:background .2s,opacity .2s,box-shadow .2s;border:0;font-family:inherit;white-space:nowrap}.btn-sm{font-size:.875rem;padding:.375rem 1rem}.btn-lg{font-size:1rem;padding:.75rem 2rem}.btn-full{width:100%}.btn-accent{background:var(--accent);color:var(--accent-foreground);box-shadow:rgba(245,159,10,.35)0 4px 14px -2px}.btn-accent:hover{opacity:.9}.btn-ghost,.btn-outline{background:0 0;color:var(--foreground)}.btn-ghost:hover,.btn-outline:hover{background:var(--muted)}.btn-outline{border:1.5px solid #e2e8f0;box-shadow:rgba(0,0,0,.08)0 1px 4px 0}.btn-outline-light{background:0 0;border:1px solid rgba(248,250,252,.3);color:var(--primary-foreground)}.btn-outline-light:hover{background:rgba(248,250,252,.1)}.announcement-bar{background:var(--primary);color:#fff;font-size:.8125rem;padding:.5rem 0;position:relative;z-index:100}.announcement-inner{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.announcement-badge{background:var(--accent);color:var(--primary);font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:99px;text-transform:uppercase;letter-spacing:.06em}.announcement-text{opacity:.9}.announcement-cta{color:var(--accent);font-weight:600;text-decoration:none}.announcement-cta:hover{text-decoration:underline}.announcement-sep{opacity:.35;margin:0 .25rem}.announcement-perk{opacity:.9;font-size:.75rem;display:flex;align-items:center;gap:.25rem}.announcement-close{background:0 0;border:0;color:rgba(255,255,255,.5);cursor:pointer;font-size:.875rem;padding:0 .25rem;margin-left:auto}.announcement-close:hover{color:#fff}.announcement-bar.hidden{display:none}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.header-inner,.logo-link{display:flex;align-items:center}.header-inner{justify-content:space-between;height:4rem}.logo-link{gap:.5rem}.logo-icon{color:var(--primary);width:24px;height:24px}.logo-text{display:flex;flex-direction:column}.logo-name{font-family:"Source Serif 4",serif;font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1.2}.logo-tagline{font-size:9px;color:var(--muted-foreground);letter-spacing:.04em}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.desktop-nav a:not(.btn){font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .2s}.desktop-nav a.active,.desktop-nav a:not(.btn):hover{color:var(--foreground)}.mobile-menu-list,.primary-menu-list{list-style:none;margin:0;padding:0;display:contents}.mobile-menu-list li,.primary-menu-list li{display:contents}.mobile-toggle{display:none;background:0 0;border:0;padding:.5rem;cursor:pointer;color:var(--foreground)}.mobile-nav{border-top:1px solid var(--border);background:var(--background);padding:.75rem 2rem 1rem}.mobile-nav nav{display:flex;flex-direction:column;gap:.75rem}.mobile-nav nav a:not(.btn){font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.hidden{display:none!important}@media (max-width:767px){.desktop-nav{display:none}.mobile-toggle{display:block}.logo-tagline{display:none}}.hero{position:relative;overflow:hidden;background:var(--primary);padding:5rem 0}@media (min-width:768px){.hero{padding:5rem 0}}.hero-bg-overlay{position:absolute;inset:0;background:var(--primary);opacity:.8}.hero-pattern{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle at 1px 1px,var(--primary-foreground) 1px,transparent 0);background-size:40px 40px}.hero-content{position:relative;text-align:center;max-width:48rem;margin:0 auto}.hero h1,.hero-badge{color:var(--primary-foreground);margin-bottom:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(248,250,252,.2);background:rgba(248,250,252,.1);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem}.hero h1{font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.02em}@media (min-width:768px){.hero h1{font-size:3.75rem}}.hero h1 .text-accent{display:block;color:var(--accent)}.hero-lead{font-size:1.125rem;color:rgba(248,250,252,.8);margin-bottom:.75rem;line-height:1.7}@media (min-width:768px){.hero-lead{font-size:1.25rem}}.hero-sub,table{font-size:.875rem}.hero-sub{color:rgba(248,250,252,.5);margin-bottom:2rem}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}.hero-note{margin-top:1.5rem;font-size:.875rem;color:rgba(248,250,252,.5)}.hero-trust-strip{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.hero-trust-strip span{font-size:.8125rem;color:rgba(255,255,255,.55)}.social-proof-bar{background:var(--card);border-bottom:1px solid var(--border);padding:1.25rem 0}.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.sp-item{text-align:center}.sp-item strong{display:block;font-size:1.5rem;font-weight:800;color:var(--primary);line-height:1}.sp-item span{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;display:block}.sp-divider{width:1px;height:2.5rem;background:var(--border)}.hiw-strip{padding:4rem 0;background:var(--surface)}.hiw-strip-steps{display:flex;align-items:flex-start;margin-top:2.5rem}.hiw-strip-step{flex:1;padding:1.5rem;text-align:center}.hiw-strip-step h3{font-size:1rem;margin:.75rem 0 .5rem}.hiw-strip-step p{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0}.hiw-strip-num,thead tr{background:var(--primary)}.hiw-strip-num{width:2.5rem;height:2.5rem;border-radius:50%;color:#fff;font-size:.875rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto}.hiw-strip-arrow{font-size:1.5rem;color:var(--primary);opacity:.3;padding-top:1.25rem;flex-shrink:0}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-header h2{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}@media (min-width:768px){.section-header h2{font-size:2.25rem}}.feature-card p,.section-header p{font-size:1.125rem;color:var(--muted-foreground)}.features-section{background:var(--background);padding:5rem 0 7rem}.features-grid{display:grid;gap:2rem;max-width:64rem;margin:0 auto}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;opacity:1;transition:box-shadow .3s}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{box-shadow:0 10px 30px -10px rgba(22,45,90,.12)}.feature-icon{display:inline-flex;padding:.75rem;border-radius:.5rem;background:rgba(22,45,90,.1);color:var(--primary);margin-bottom:1rem}.feature-card h3{font-weight:600;color:var(--card-foreground)}.feature-card p{font-size:.875rem;line-height:1.6}.case-types-section{padding:4rem 0}.case-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.case-type-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;transition:box-shadow .2s}.case-type-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.case-type-card.case-type-featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.case-type-badge{position:absolute;top:-1px;right:1.25rem;background:var(--primary);color:#fff;font-size:.6875rem;font-weight:700;padding:.2rem .75rem;border-radius:0 0 6px 6px;letter-spacing:.05em;text-transform:uppercase}.case-type-icon{font-size:2rem;margin-bottom:.75rem}.case-type-card h3,.feature-card h3{font-size:1.125rem;margin-bottom:.5rem}.case-type-card p{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.case-type-card ul{list-style:none;padding:0;margin:0 0 1.5rem}.case-type-card ul li{font-size:.8125rem;color:var(--text-muted);padding:.25rem 0 .25rem 1.25rem;position:relative}.case-type-card ul li::before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.comparison-section{background:var(--background);padding:5rem 0 7rem}.table-wrapper{max-width:56rem;margin:0 auto;overflow:hidden;border-radius:.75rem;border:2px solid #94a3b8;box-shadow:0 8px 32px -6px rgba(0,0,0,.22);opacity:1}.table-wrapper.visible{opacity:1;transform:translateY(0)}table{width:100%;border-collapse:collapse}thead tr{color:var(--primary-foreground)}th{font-weight:600}.feature-name,th.text-left{text-align:left}td,th{padding:1rem;text-align:center}.feature-name{font-weight:500;color:var(--foreground)}tbody tr:nth-child(even){background:var(--card)}tbody tr:nth-child(odd){background:rgba(238,242,246,.3)}.footer-nav-group a:hover,.text-accent{color:var(--accent)}.icon-check{color:var(--success);font-weight:700}.bundle-inner>p,.icon-x{color:var(--muted-foreground)}.icon-x{opacity:.4}.icon-partial{color:var(--accent);font-weight:700}@media (max-width:640px){.table-wrapper{overflow-x:auto}table{min-width:540px}}.pricing-section{background:rgba(234,240,246,.5);padding:5rem 0 7rem}.bundle-banner{max-width:64rem;margin:0 auto 2.5rem}.bundle-inner{border:2px solid var(--accent);background:rgba(245,159,10,.05);border-radius:.75rem;padding:1.5rem;text-align:center}.bundle-title{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem;color:var(--accent)}.bundle-title h3{font-size:1.125rem;font-weight:700;color:var(--foreground)}.bundle-inner>p{font-size:.875rem;margin-bottom:.75rem}.pricing-grid{display:grid;gap:1.5rem;max-width:64rem;margin:0 auto}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-card{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:visible;box-shadow:rgba(0,0,0,.2)0 2px 8px -2px}.pricing-card.highlighted{border:2px solid var(--accent);box-shadow:0 10px 40px -10px rgba(245,159,10,.2)}.popular-badge{position:absolute;top:-.875rem;left:50%;transform:translateX(-50%);background:var(--accent);color:var(--accent-foreground);font-size:.75rem;font-weight:600;padding:.25rem 1rem;border-radius:9999px;white-space:nowrap}.card-header{padding:1.5rem 1.5rem .5rem}.card-header h3{font-size:1.25rem}.card-desc{font-size:.875rem;color:var(--muted-foreground)}.card-body{padding:0 1.5rem;flex:1}.price{margin-bottom:1.5rem}.price-amount{font-size:2.25rem;font-weight:700;color:var(--foreground)}.accordion-trigger::after,.feature-list li.excluded,.price-period{color:var(--muted-foreground)}.feature-list{display:flex;flex-direction:column;gap:.75rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.card-footer{padding:1.5rem}.faq-strip{padding:4rem 0;background:var(--surface)}.faq-strip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem;max-width:900px;margin:0 auto}.cta-banner{background:var(--primary);padding:4rem 0;margin-top:4rem}.cta-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-banner h2{color:#fff;font-size:1.75rem;margin-bottom:.5rem}.cta-banner p{color:rgba(255,255,255,.6);margin:0}.cta-banner-buttons{display:flex;gap:1rem;flex-wrap:wrap}.site-footer{border-top:1px solid var(--border);background:var(--primary);padding:3rem 0}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-icon{color:rgba(248,250,252,.7)}.footer-logo-text{font-family:"Source Serif 4",serif;font-weight:700;color:var(--primary-foreground)}.footer-desc{color:rgba(255,255,255,.5);font-size:.8125rem;line-height:1.6;margin:.75rem 0 1rem}.footer-trust-badges{display:flex;gap:.5rem;flex-wrap:wrap}.trust-badge{font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:99px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.1)}.footer-links-col{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-nav-group h4{color:rgba(255,255,255,.4);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.875rem}.footer-nav-group a{display:block;color:rgba(255,255,255,.6);text-decoration:none;font-size:.8125rem;margin-bottom:.5rem;transition:color .15s}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom p,.footer-bottom-links a{font-size:.75rem;color:rgba(255,255,255,.35)}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;gap:1.25rem}.footer-bottom-links a{text-decoration:none}.footer-bottom-links a:hover,.page-header p{color:rgba(255,255,255,.7)}.page-header{border-bottom:1px solid var(--border);background:var(--primary);padding:3rem 0 3.5rem}.page-header h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width:768px){.page-header h1{font-size:2.5rem}}.page-header p{max-width:42rem;line-height:1.7;margin-bottom:.75rem}.page-header-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:rgba(255,255,255,.08);padding:.25rem .875rem;border-radius:99px;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.page-main{max-width:48rem;margin:0 auto;padding:3rem 2rem 5rem}.articles-main h1,.page-main h1{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.page-main>p{color:var(--muted-foreground);margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:1.5rem}.back-link:hover{color:var(--foreground)}.back-link,.date{font-size:.875rem;color:var(--muted-foreground)}.date,.faq-category{margin-bottom:2rem}.faq-category h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;border-bottom:2px solid var(--border);padding-bottom:.5rem}.accordion-item,.disclaimer-box{border:1px solid var(--border);border-radius:.5rem}.disclaimer-box{background:rgba(238,242,246,.3);padding:1rem;font-size:.75rem;color:var(--muted-foreground);font-style:italic;margin-top:1rem}.accordion-item{margin-bottom:.5rem;background:var(--card)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.875rem;font-weight:500;background:0 0;border:0;cursor:pointer;color:var(--foreground);font-family:inherit;text-align:left}.accordion-trigger::after{content:"▸";transition:transform .2s}.accordion-trigger[aria-expanded=true]::after{transform:rotate(90deg)}.accordion-content{display:none;padding:0 1rem .75rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.accordion-content.open{display:block}.accordion-content ul{list-style:disc;padding-left:1.25rem;margin-top:.5rem}.accordion-content ul li,.card-header h3{margin-bottom:.25rem}.accordion-content p{margin-bottom:.5rem}.accordion-content a,.legal-section a{color:var(--primary);text-decoration:underline}.article-content{max-width:48rem;margin:0 auto;padding:3rem 2rem 5rem}.article-section{margin-bottom:3.5rem}.article-section h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.article-section p{color:var(--muted-foreground);line-height:1.7;margin-bottom:.75rem}.article-section p.bold{font-weight:600;color:var(--foreground)}.article-section ul{list-style:disc}.article-section ul li{color:var(--muted-foreground);margin-bottom:.375rem}.article-section ol.cp-steps,.article-section ul{padding-left:1.5rem;margin-bottom:1rem}.article-section ol.cp-steps li{color:var(--muted-foreground);margin-bottom:.5rem;line-height:1.6}.stage-flow{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:1rem 0}.stage-badge{background:rgba(22,45,90,.1);color:var(--primary);padding:.25rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.stage-arrow{color:var(--muted-foreground);font-size:.875rem}.form-grid{display:grid;gap:1rem;margin:1rem 0}@media (min-width:640px){.form-grid{grid-template-columns:repeat(3,1fr)}}.form-group{border:1px solid var(--border);border-radius:.5rem;background:var(--card);padding:1rem}.form-group h4,.warning-box p.label{color:var(--foreground);margin-bottom:.5rem}.form-group h4{font-weight:600}.form-group ul{list-style:disc;padding-left:1rem}.form-group h4,.form-group ul li{font-size:.875rem}.article-cta-box{background:var(--primary);color:#fff;border-radius:var(--radius);padding:2rem 2.5rem;text-align:center;margin:2.5rem 0}.article-cta-box h3{color:#fff;margin-bottom:.5rem}.article-cta-box p{color:rgba(255,255,255,.7);margin-bottom:1.25rem}.info-box{background:rgba(30,58,138,.05);border:1px solid rgba(30,58,138,.15);border-left:4px solid var(--primary);border-radius:var(--radius);padding:1rem 1.25rem;font-size:.875rem;color:var(--text);margin:1.5rem 0}.legal-section{margin-bottom:1.5rem}.legal-section h2{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.legal-section p{color:var(--muted-foreground);margin-bottom:.5rem}.legal-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.form-group ul li,.legal-section ul li,.warning-box ul li{color:var(--muted-foreground);margin-bottom:.25rem}.warning-box{border:1px solid rgba(239,67,67,.3);background:rgba(239,67,67,.05);border-radius:.5rem;padding:1rem;margin-bottom:.75rem}.warning-box p.label{font-weight:500}.warning-box ul{list-style:disc;padding-left:1.25rem}.warning-box ul li{font-size:.875rem}.hiw-section{padding:3rem 0 5rem}.hiw-tabs{display:flex;gap:.5rem;margin-bottom:2.5rem;border-bottom:2px solid var(--border);flex-wrap:wrap}.hiw-step p,.hiw-tab{color:var(--text-muted)}.hiw-tab{background:0 0;border:0;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.hiw-tab.active,.hiw-tab:hover{color:var(--primary)}.hiw-tab.active{border-bottom-color:var(--primary)}.hiw-tab-content{display:none}.hiw-tab-content.active{display:block}.hiw-phase-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:2rem 0 1rem;padding-left:.5rem;border-left:3px solid var(--accent)}.hiw-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.hiw-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.hiw-step:hover{border-color:var(--primary-light);box-shadow:0 2px 8px rgba(0,0,0,.06)}.hiw-step-num{width:2rem;height:2rem;border-radius:50%;background:var(--primary);color:#fff;font-size:.8125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hiw-step h3{font-size:1rem;margin-bottom:.25rem}.hiw-step p{font-size:.875rem;margin:0;line-height:1.5}.pricing-faq{margin-top:3.5rem;max-width:720px}.pricing-faq h2{margin-bottom:1.25rem}.articles-main{max-width:64rem;margin:0 auto;padding:3rem 2rem}.articles-main>p{color:var(--muted-foreground);margin-bottom:2rem}.articles-grid{display:grid;gap:1.5rem}@media (min-width:640px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.articles-grid{grid-template-columns:repeat(3,1fr)}}.article-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;transition:box-shadow .2s}.article-card:hover{box-shadow:0 4px 16px rgba(22,45,90,.08)}.article-card-img{width:100%;height:11rem;background:var(--muted);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);opacity:.4;font-size:2rem}.article-card-body{padding:1rem}.article-card-body h2{font-size:1rem;font-weight:600;margin-bottom:.25rem}.article-card-body p{font-size:.875rem;color:var(--muted-foreground)}.article-card-body .date{font-size:.75rem;margin-top:.5rem}.empty-state{text-align:center;padding:3rem;color:var(--muted-foreground)}.hero h1,.hero-badge,.hero-buttons,.hero-lead,.hero-note,.hero-sub{animation:fadeInUp .6s ease-out both}.hero h1{animation-delay:.1s}.hero-lead{animation-delay:.2s}.hero-sub{animation-delay:.3s}.hero-buttons{animation-delay:.35s}.hero-note{animation-delay:.4s}@media (max-width:900px){.hiw-strip-steps{flex-direction:column}.hiw-strip-arrow{transform:rotate(90deg);margin:-.5rem auto;padding:0}.case-types-grid,.faq-strip-grid{grid-template-columns:1fr}.sp-divider{display:none}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-links-col{grid-template-columns:1fr 1fr;gap:1.5rem}.cta-banner-inner{flex-direction:column;text-align:center}}@media (max-width:768px){.cp-article-wrap{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important}.cp-article-main,.cp-article-sidebar{order:1!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important}.cp-article-sidebar{order:2!important;position:static!important;margin-top:2rem!important;box-sizing:border-box!important}.cp-guide-layout{display:flex!important;flex-direction:column!important}.cp-guide-main,.cp-guide-sidebar{order:1!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important}.cp-guide-sidebar{order:2!important;position:static!important;margin-top:2rem!important;box-sizing:border-box!important}.ft-container,.page-id-316 [style*="max-width:900px"]{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.page-id-316 [style*=minmax]{width:100%!important;box-sizing:border-box!important}.page-id-316 [style*=minmax]>div{box-sizing:border-box!important;max-width:100%!important}.ft-grid{grid-template-columns:1fr!important}}