@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(24px)}.scroll-reveal.is-visible{animation:fadeInUp .5s cubic-bezier(.22,1,.36,1)forwards;animation-delay:var(--stagger-delay,0s)}@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none}.scroll-reveal.is-visible{animation:none;opacity:1;transform:none}}.home-section{padding:5rem 0;position:relative}.home-section .container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}.section-header{text-align:center;max-width:680px;margin:0 auto 3rem}.section-header h2{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.15;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:1rem}.section-header p{font-size:1.0625rem;color:var(--text-muted);line-height:1.6;margin-bottom:0}.seo-content{background:var(--bg);border-top:1px solid var(--border-light)}.seo-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.seo-text p{font-size:1.0625rem;color:var(--text-muted);line-height:1.75;margin-bottom:0}.seo-text p strong{color:var(--text);font-weight:600}.seo-features{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.seo-feature-card{padding:1.5rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out}.seo-feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-glow)}.seo-feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin-bottom:.875rem;background:var(--primary-glow);color:var(--primary)}.seo-feature-icon svg{width:22px;height:22px}.seo-feature-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.375rem}.seo-feature-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:0}@media(max-width:1023px){.seo-body{grid-template-columns:1fr;gap:2rem}}@media(max-width:639px){.seo-features{grid-template-columns:1fr}}.popular-carriers{background:var(--surface);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.carriers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.carrier-card{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.75rem 1rem;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);text-decoration:none;transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out;cursor:pointer}.carrier-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary)}.carrier-card:hover .carrier-avatar{transform:scale(1.08);box-shadow:0 0 0 4px var(--primary-glow)}.carrier-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .25s ease-out,box-shadow .25s ease-out;flex-shrink:0;border:2px solid var(--border);background:var(--surface)}.carrier-avatar img{width:100%;height:100%;object-fit:contain;padding:6px;border-radius:50%}.carrier-avatar-letter{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.375rem;color:var(--primary);background:var(--primary-glow)}.carrier-card-info{text-align:center}.carrier-card-info h3{font-size:.9375rem;font-weight:700;color:var(--text);margin-bottom:.25rem;line-height:1.3}.carrier-card-info p{font-size:.8125rem;color:var(--text-muted);line-height:1.4;margin-bottom:0}@media(max-width:1023px){.carriers-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:639px){.carriers-grid{grid-template-columns:repeat(2,1fr)}.carrier-card{padding:1.25rem .75rem}}.home-faq{background:var(--bg);border-top:1px solid var(--border-light)}.home-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.home-faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease-out,box-shadow .2s ease-out}.home-faq-item:hover{border-color:var(--primary-glow);box-shadow:0 2px 12px -2px rgba(37,99,235,6%)}[data-theme=dark] .home-faq-item:hover{box-shadow:0 2px 12px -2px rgba(96,165,250,8%)}.home-faq-item.is-open{border-color:var(--primary);box-shadow:0 4px 16px -2px rgba(37,99,235,8%)}[data-theme=dark] .home-faq-item.is-open{box-shadow:0 4px 16px -2px rgba(96,165,250,.1)}.home-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:0 0;border:none;font-family:inherit;font-size:1.0625rem;font-weight:700;color:var(--text);text-align:left;cursor:pointer;outline:none;gap:1.25rem;transition:color .2s ease-out;line-height:1.4}.home-faq-question:hover{color:var(--primary)}.home-faq-question:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;border-radius:var(--radius)}.home-faq-chevron{width:1.25rem;height:1.25rem;color:var(--text-subtle);transition:transform .3s cubic-bezier(.22,1,.36,1),color .2s ease-out;flex-shrink:0}.home-faq-item.is-open .home-faq-chevron{transform:rotate(180deg);color:var(--primary)}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.22,1,.36,1)}.home-faq-answer-inner{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.7;color:var(--text-muted)}.home-faq-answer-inner p{margin:0}.home-faq-answer-inner strong{color:var(--text);font-weight:600}@media(max-width:639px){.home-faq-question{font-size:1rem;padding:1rem 1.25rem}.home-faq-answer-inner{padding:0 1.25rem 1.25rem;font-size:.9375rem}}