.pc-home-hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 0 2.5rem}.pc-home-hero-grid{position:absolute;inset:0;z-index:0;overflow:hidden;background-image:linear-gradient(to right,var(--border-color) 1px,transparent 1px),linear-gradient(to bottom,var(--border-color) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse at center,black,transparent 85%);-webkit-mask-image:radial-gradient(ellipse at center,black,transparent 85%)}.pc-home-hero>*:not(.pc-home-hero-grid){position:relative;z-index:1;opacity:0;transform:translateY(12px);animation:heroReveal .6s cubic-bezier(.22,1,.36,1) forwards}.pc-home-hero>:nth-child(2){animation-delay:.08s}.pc-home-hero>:nth-child(3){animation-delay:.2s}.pc-home-hero>:nth-child(4){animation-delay:.35s}.pc-home-hero>:nth-child(5){animation-delay:.48s}.pc-home-hero>:nth-child(6){animation-delay:.58s}.pc-home-hero>:nth-child(7){animation-delay:.66s}.pc-home-logo{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.2rem}.pc-home-logo .logo-icon{width:5rem;height:5rem;opacity:.85;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.pc-home-logo:hover .logo-icon{transform:scale(1.1);opacity:1}.pc-home-wordmark{font-family:var(--font-display);font-size:clamp(2.2rem,6vw,3.5rem);letter-spacing:-.035em;font-weight:700;line-height:1.1}.pc-home-wordmark .typewriter{display:inline-block;max-width:0;overflow:hidden;white-space:nowrap;vertical-align:bottom;animation:comRevealWidth .5s steps(4) 1.2s forwards}.pc-home-wordmark .typewriter:after{content:"|";margin-left:.02em;font-weight:300;animation:blink .6s step-end 4,fadeOut .3s 2.8s forwards}.pc-home-hero h1{font-family:var(--font-display);font-size:clamp(1.35rem,4vw,2rem);margin:0;letter-spacing:-.02em;font-weight:600}.pc-home-hero p{margin:.75rem auto 1.5rem;color:var(--muted-color);max-width:50ch;font-size:1.05rem;line-height:1.65}.pc-hero-form{width:min(600px,100%);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.4rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:calc(var(--radius-md) + .4rem);box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.pc-hero-form:focus-within{border-color:var(--border-color-strong);box-shadow:var(--shadow-lg)}.pc-hero-form .pc-input{border:none;background:transparent;min-height:42px;padding:.6rem .75rem}.pc-hero-form .pc-input:focus-visible{outline:none}.pc-hero-form .pc-button{border-radius:calc(var(--radius-md) - 2px);min-height:38px;padding:.5rem 1.4rem;font-size:.9rem}.pc-hero-subtext{margin:1rem 0 0;font-size:.82rem;color:var(--muted-color);letter-spacing:.01em}.pc-home-explore{margin-top:.6rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem .5rem;font-size:.82rem}.pc-home-explore a{color:var(--muted-color);transition:color .15s ease}.pc-home-explore a:hover{color:var(--text-color)}.pc-explore-dot{color:var(--border-color-strong);user-select:none}.pc-badge-new{display:inline-block;margin-left:.35em;padding:.1em .45em;font-size:.7em;font-weight:600;line-height:1.3;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:#6366f1;border-radius:9999px;vertical-align:middle}.pc-home-playbook{margin-top:2.5rem}.pc-home-checklist{margin:1.2rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.pc-checklist-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);padding:1.1rem 1.15rem;box-shadow:var(--shadow-sm);display:flex;gap:.85rem;align-items:flex-start;transition:border-color .2s ease,box-shadow .2s ease}.pc-checklist-card:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-md)}.pc-checklist-num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1;color:var(--border-color-strong);flex-shrink:0;min-width:1.6rem;padding-top:.1rem}.pc-checklist-card strong{display:block;font-family:var(--font-display);font-weight:600;font-size:.94rem;color:var(--text-color);line-height:1.3}.pc-checklist-card p{margin:.3rem 0 0;color:var(--card-copy-color);font-size:.86rem;line-height:1.5}.pc-home-how-it-works{margin-top:2.5rem}.pc-how-steps{margin:1.2rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.pc-how-step{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);padding:1.1rem 1.15rem;box-shadow:var(--shadow-sm);display:flex;gap:.85rem;align-items:flex-start;transition:border-color .2s ease,box-shadow .2s ease}.pc-how-step:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-md)}.pc-how-step-num{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:50%;background:var(--border-color);font-family:var(--font-display);font-size:.82rem;font-weight:700;color:var(--text-color);line-height:1}.pc-how-step strong{display:block;font-family:var(--font-display);font-weight:600;font-size:.94rem;color:var(--text-color);line-height:1.3}.pc-how-step p{margin:.3rem 0 0;color:var(--card-copy-color);font-size:.86rem;line-height:1.5}.pc-home-categories{margin-top:2.5rem}.pc-category-cards{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.pc-category-card{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);padding:1.25rem 1.3rem;box-shadow:var(--shadow-sm);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.pc-category-card:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-md)}.pc-category-card h3{margin:0;font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--text-color);line-height:1.3}.pc-category-card p{margin:.4rem 0 0;color:var(--card-copy-color);font-size:.86rem;line-height:1.5;flex:1}.pc-category-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem;padding-top:.7rem;border-top:1px solid var(--border-color);font-size:.8rem;font-weight:500;color:var(--muted-color)}.pc-home-blog{margin-top:2.5rem}.pc-blog-cards{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.pc-blog-card{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);padding:1.25rem 1.3rem;box-shadow:var(--shadow-sm);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.pc-blog-card:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-md)}.pc-blog-card-date{font-size:.75rem;font-weight:500;color:var(--muted-color);letter-spacing:.02em;margin-bottom:.3rem}.pc-blog-card h3{margin:0;font-family:var(--font-display);font-weight:600;font-size:.94rem;color:var(--text-color);line-height:1.35}.pc-blog-card p{margin:.4rem 0 0;color:var(--card-copy-color);font-size:.84rem;line-height:1.5;flex:1}.pc-blog-card-read{margin-top:.75rem;font-size:.8rem;font-weight:500;color:var(--muted-color)}.pc-home-hero~.pc-faq{margin-top:2.5rem}.pc-comparison{margin-top:2.5rem;margin-bottom:2.5rem}.pc-comparison-table-wrap{margin-top:1.2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm)}.pc-comparison-table{width:100%;border-collapse:collapse;font-size:.88rem;white-space:nowrap}.pc-comparison-table thead th{padding:.85rem 1rem;font-family:var(--font-display);font-weight:600;font-size:.9rem;text-align:center;border-bottom:1px solid var(--border-color);color:var(--text-color)}.pc-comparison-table thead th:first-child{text-align:left}.pc-comparison-table tbody td{padding:.7rem 1rem;text-align:center;border-bottom:1px solid var(--border-color);color:var(--muted-color)}.pc-comparison-table tbody tr:last-child td{border-bottom:none}.pc-comparison-table .pc-comparison-label{text-align:left;font-weight:500;color:var(--text-color)}.pc-comparison-highlight{background:#6366f10a;color:var(--text-color);font-weight:500}[data-theme=dark] .pc-comparison-highlight{background:#6366f114}.pc-comparison-table thead .pc-comparison-highlight{color:#6366f1;border-top:2px solid #6366f1;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.pc-comparison-emphasis{color:inherit;font-weight:600}@keyframes heroReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes comRevealWidth{to{max-width:4ch}}@keyframes blink{50%{opacity:0}}@keyframes fadeOut{to{opacity:0}}@media(max-width:960px){.pc-home-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-how-steps,.pc-category-cards,.pc-blog-cards{grid-template-columns:1fr}}@media(max-width:760px){.pc-hero-form,.pc-home-checklist{grid-template-columns:1fr}.pc-comparison-table-wrap{position:relative}.pc-comparison-table-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:32px;background:linear-gradient(to right,transparent,var(--surface-color));border-radius:0 var(--radius-lg) var(--radius-lg) 0;pointer-events:none;opacity:1;transition:opacity .2s ease}.pc-comparison-table{font-size:.8rem}.pc-comparison-table thead th,.pc-comparison-table tbody td{padding:.6rem .7rem}}@media(prefers-reduced-motion:reduce){.pc-home-hero-grid{display:none}.pc-home-hero>*{opacity:1;transform:none;animation:none}.pc-home-wordmark .typewriter{max-width:none;animation:none}.pc-home-wordmark .typewriter:after{content:none}}
