.info{font-family:var(--font-stitch-sans);color:var(--color-stitch-text-main);line-height:1.6}.info-container{width:100%;max-width:var(--content-width);padding-inline:var(--gutter);margin-inline:auto}.info-hero{padding-block:var(--space-md);background:var(--color-stitch-surface)}.info-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--color-stitch-text-secondary);margin:0;font-size:.8125rem;font-weight:600}.info-title{font-family:var(--font-stitch-display);font-weight:500;font-size:var(--font-size-page-title);letter-spacing:-.02em;color:var(--color-stitch-text-main);margin:.6rem 0 0;line-height:1.14}.info-intro{max-width:42rem;color:var(--color-stitch-text-secondary);margin:1.1rem 0 0;font-size:clamp(1rem,2.3vw,1.0625rem);line-height:1.65}.info-stat-band{padding-block:var(--space-md);background:var(--color-stitch-bg-light)}.info-stat-row{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1.5rem 2rem;display:grid}.info-stat-value{font-family:var(--font-stitch-display);color:var(--color-stitch-primary);font-size:clamp(1.6rem,4vw,2.1rem);font-weight:500;line-height:1.1}.info-stat-label{color:var(--color-stitch-text-secondary);margin-top:.35rem;font-size:.875rem}.info-section{padding-block:var(--space-lg);background:var(--color-stitch-surface)}.info-section-band{background:var(--color-stitch-bg-light)}.info-h2{font-family:var(--font-stitch-display);font-weight:500;font-size:var(--font-size-section-title);color:var(--color-stitch-text-main);margin:0 0 clamp(1.25rem,3vw,1.75rem);line-height:1.2}.info-prose{flex-direction:column;gap:1.15rem;display:flex}.info-prose p{max-width:42rem;color:var(--color-stitch-text-secondary);margin:0;font-size:clamp(1rem,2.2vw,1.0625rem);line-height:1.75}.info-prose blockquote{border-left:3px solid var(--color-accent-gold);font-family:var(--font-stitch-display);color:var(--color-stitch-text-main);margin:.35rem 0;padding-left:1.35rem;font-size:clamp(1.1rem,2.6vw,1.3rem);font-style:italic;line-height:1.4}.info-inline-link{color:var(--color-stitch-primary);margin-top:.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-block}.info-inline-link:hover{text-decoration:underline}.info-checklist-intro{max-width:42rem;color:var(--color-stitch-text-secondary);margin:0 0 1.1rem;font-size:1rem;line-height:1.65}.info-checklist{gap:1rem;max-width:42rem;margin:0;padding:0;list-style:none;display:grid}.info-checklist-item{color:var(--color-stitch-text-secondary);align-items:flex-start;gap:.85rem;font-size:1rem;line-height:1.6;display:flex}.info-checklist-check{background:var(--color-stitch-border-accent-soft);width:1.5rem;height:1.5rem;color:var(--color-stitch-primary);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:.05rem;font-size:.8125rem;font-weight:700;display:flex}.info-steps{gap:0;max-width:42rem;margin:0;padding:0;list-style:none;display:grid}.info-step-item{border-top:1px solid var(--color-stitch-border-muted);grid-template-columns:auto 1fr;gap:1.25rem;padding:1.5rem 0;display:grid}.info-step-item:last-child{padding-bottom:0}.info-step-number{background:var(--color-stitch-border-accent-soft);width:2.25rem;height:2.25rem;color:var(--color-stitch-primary);font-family:var(--font-stitch-display);border-radius:50%;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;display:flex}.info-step-title{font-family:var(--font-stitch-display);color:var(--color-stitch-text-main);margin:.15rem 0 .4rem;font-size:1.1rem;font-weight:500}.info-step-text{color:var(--color-stitch-text-secondary);margin:0;font-size:.9375rem;line-height:1.7}.info-faq{padding-block:var(--space-lg);background:var(--color-stitch-surface);border-top:1px solid var(--color-stitch-border-muted)}.info-faq-title{font-family:var(--font-stitch-display);font-weight:500;font-size:var(--font-size-section-title);color:var(--color-stitch-text-main);margin:0 0 clamp(1.5rem,4vw,2rem)}.info-faq-list{grid-template-columns:1fr;gap:0 clamp(2rem,5vw,3.5rem);display:grid}.info-faq-item{border-top:1px solid var(--color-stitch-border-muted);padding-block:1.15rem}@media (width>=760px){.info-faq-list{grid-template-columns:1fr 1fr}}.info-faq-q{color:var(--color-stitch-text-main);margin:0;font-size:1rem;font-weight:600}.info-faq-a{color:var(--color-stitch-text-secondary);margin:.5rem 0 0;font-size:.9375rem;line-height:1.7}.info-cta{padding-block:var(--space-lg);background:var(--color-stitch-bg-light)}.info-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.info-cta-text{max-width:24rem;color:var(--color-stitch-text-main);margin:0;font-size:1rem;line-height:1.6}.info-btn{border-radius:var(--radius-sm,.5rem);background:var(--color-stitch-primary);color:#fff;flex:none;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.info-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px -8px #006aa373}@media (prefers-reduced-motion:reduce){.info-btn{transition:none}}.info-cmp-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:clamp(2rem,5vw,3rem);display:grid}.info-cmp-col{background:var(--color-stitch-surface);border:1px solid var(--color-stitch-border-muted);border-radius:16px;padding:clamp(1.5rem,4vw,2rem)}.info-cmp-col-primary{border-color:var(--color-stitch-primary)}.info-cmp-col-title{font-family:var(--font-stitch-display);color:var(--color-stitch-text-main);margin:0 0 1.1rem;font-size:1.1rem;font-weight:500}.info-cmp-col-primary .info-cmp-col-title{color:var(--color-stitch-primary)}.info-cmp-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.info-cmp-item{color:var(--color-stitch-text-secondary);padding-left:1.1rem;font-size:.9375rem;line-height:1.6;position:relative}.info-cmp-item:before{content:"";background:var(--color-stitch-text-tertiary);width:.6rem;height:1px;position:absolute;top:.6em;left:0}.info-cmp-col-primary .info-cmp-item:before{background:var(--color-stitch-primary)}@media (width>=760px){.info-cmp-grid{grid-template-columns:1fr 1fr}}.info-quote-card{background:var(--color-stitch-surface);border:1px solid var(--color-stitch-border-muted);border-radius:16px;flex-direction:column;gap:1.2rem;max-width:42rem;margin:0 auto;padding:clamp(1.75rem,5vw,2.5rem);display:flex;box-shadow:0 18px 45px -28px #0a11282e}.info-quote-stars{letter-spacing:.05em;color:var(--color-star-gold);font-size:.95rem}.info-quote-text{font-family:var(--font-stitch-display);color:var(--color-stitch-text-main);margin:0;font-size:clamp(1.1rem,2.8vw,1.3rem);font-weight:500;line-height:1.5}.info-quote-cap{color:var(--color-stitch-text-tertiary);font-size:.875rem}
