.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-section{background:var(--brand-background-light);border-bottom:1px solid var(--brand-border);min-height:600px;padding:5rem 0}.hero-content{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-text{display:flex;flex-direction:column}.hero-title{color:var(--text-primary);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-description{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero-button{border:2px solid transparent;border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.hero-button--primary{background-color:var(--brand-primary);box-shadow:0 2px 8px rgba(0,0,0,.1);color:#fff}.hero-button--primary:hover{background-color:var(--brand-primary-hover);box-shadow:0 4px 12px rgba(49,130,206,.3);transform:translateY(-1px)}.hero-button--secondary{background-color:var(--brand-surface);border-color:var(--brand-primary);color:var(--brand-primary)}.hero-button--secondary:hover{background-color:var(--brand-primary);color:#fff;transform:translateY(-1px)}.hero-small-text{color:var(--text-muted);font-size:.9rem}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-image{height:auto;max-width:500px;width:100%}.free-lookup-section{background-color:var(--brand-surface);border-bottom:1px solid var(--brand-border);padding:4rem 0}.free-lookup-header{margin-bottom:3rem;text-align:center}.free-lookup-title{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.free-lookup-subtitle{color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.free-lookup-form-container{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);margin:0 auto;max-width:600px;padding:2.5rem;text-align:center}.free-lookup-form{margin-bottom:1.5rem}.form-row{align-items:end;display:flex;gap:1rem;margin-bottom:1rem}.form-group{flex:1}.form-input{background-color:var(--brand-surface);border:1px solid var(--form-input-border);border-radius:8px;font-size:1rem;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--form-input-focus-ring);outline:none}.form-input:hover{border-color:var(--form-input-border)}.form-submit{flex-shrink:0}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.btn--primary{background-color:var(--brand-primary);box-shadow:0 2px 8px rgba(0,0,0,.1);color:#fff}.btn--primary:hover{background-color:var(--brand-primary-hover);box-shadow:0 4px 12px rgba(49,130,206,.3);transform:translateY(-1px)}.free-lookup-note{color:var(--text-muted);font-size:.9rem}.highlight{color:var(--brand-primary);font-weight:600}.form-error{color:var(--brand-danger);display:block;font-size:.875rem;margin-top:.5rem}.free-lookup-result{background:var(--brand-background-light);border:1px solid var(--brand-border);border-radius:8px;margin-top:2rem;padding:2rem;text-align:left}.result-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.result-error{background:var(--alert-error-bg);border-radius:6px;color:var(--brand-danger);margin-bottom:1rem;padding:1rem}.result-data{display:flex;flex-direction:column;gap:.75rem}.result-item{align-items:center;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.result-label{color:var(--text-secondary);font-weight:600}.result-value{color:var(--text-primary);font-weight:600}.result-timestamp{color:var(--text-muted);font-size:.875rem;margin-top:1rem;text-align:center}.trusted-by-section{background-color:var(--brand-background-light);border-bottom:1px solid var(--brand-border);padding:3rem 0}.trusted-by-text{color:var(--text-muted);font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:2rem;text-align:center;text-transform:uppercase}.trusted-by-logos{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.logo-placeholder{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:6px;color:var(--text-secondary);font-size:.875rem;padding:1rem 2rem}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:700px}.how-it-works-section{background-color:var(--brand-surface);border-bottom:1px solid var(--brand-border);padding:4rem 0}.steps-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.step-item{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:2rem;text-align:center;transition:all .2s ease}.step-item:hover{border-color:var(--brand-primary);box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.step-number{align-items:center;background:var(--brand-primary);border-radius:50%;color:#fff;display:inline-flex;font-size:1.25rem;font-weight:700;height:3rem;justify-content:center;margin-bottom:1.5rem;width:3rem}.step-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.step-description{color:var(--text-secondary);line-height:1.6}.benefits-section{background-color:var(--brand-background-light);border-bottom:1px solid var(--brand-border);padding:4rem 0}.benefits-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.benefit-item{background:var(--brand-surface);border:1px solid var(--brand-border);border-left:4px solid var(--brand-primary);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:2rem;transition:all .2s ease}.benefit-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.benefit-icon{align-items:center;background:var(--brand-section-bg);border-radius:8px;color:var(--brand-primary);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.benefit-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.benefit-description{color:var(--text-secondary);line-height:1.6}.cta-section{background:var(--brand-primary);padding:4rem 0;text-align:center}.cta-content{margin:0 auto;max-width:700px;padding:0 2rem}.cta-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{color:hsla(0,0%,100%,.95);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:var(--brand-primary);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.cta-button:hover{background-color:#f7fafc;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-1px)}.faq-section{background-color:var(--brand-surface);padding:4rem 0}.faq-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1000px}.faq-item{background:var(--brand-background-light);border-left:4px solid var(--brand-primary);border-radius:8px;padding:1.5rem;transition:all .2s ease}.faq-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.05);transform:translateY(-2px)}.faq-question{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.faq-answer{color:var(--text-secondary);line-height:1.6;margin:0}.hero-placeholder{background:var(--brand-surface);border:2px solid var(--brand-border);border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);justify-content:center;margin:0 auto;max-width:400px;padding:2rem}.hero-placeholder,.phone-animation{align-items:center;display:flex;flex-direction:column}.phone-animation{gap:1.5rem}.mobile-phone{background:#1a202c;border-radius:25px;box-shadow:0 0 0 2px #4a5568,0 8px 24px rgba(0,0,0,.2);height:360px;padding:20px 15px;position:relative;width:200px}.phone-screen{background:#0f172a;border-radius:15px;height:280px;overflow:hidden;position:relative;width:100%}.phone-speaker{background:#4a5568;border-radius:2px;height:4px;margin:0 auto 15px;width:60px}.phone-home-btn{background:#2d3748;border:2px solid #4a5568;border-radius:50%;height:40px;margin:15px auto 0;width:40px}.incoming-call{background:#1e293b;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px 15px;width:100%}.caller-info{margin-top:20px;text-align:center}.phone-number-container{align-items:center;display:flex;height:24px;justify-content:center;margin-bottom:8px;position:relative;text-align:center}.unknown-text{animation:fadeInOut 6s infinite;opacity:1}.actual-number,.unknown-text{color:#e2e8f0;font-size:16px;font-weight:600;position:absolute;width:100%}.actual-number{animation:fadeInDelay 6s infinite;opacity:0}.caller-status{align-items:center;display:flex;height:18px;justify-content:center;margin-bottom:20px;position:relative;text-align:center}.spam-indicator{animation:fadeInOut 6s infinite;color:#ef4444;font-size:11px;opacity:1}.caller-name,.spam-indicator{font-weight:500;position:absolute;width:100%}.caller-name{animation:fadeInDelay 6s infinite;color:#94a3b8;font-size:12px;opacity:0}.status-icon{align-items:center;display:flex;font-size:2rem;height:50px;justify-content:center;margin:10px 0;position:relative}.question-mark{animation:iconSwitch 6s infinite}.check-mark{animation:iconSwitchIn 6s infinite;opacity:0;position:absolute}.call-actions{align-items:center;display:flex;justify-content:space-around;margin-top:15px;padding:0 20px}.accept-btn,.decline-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:48px;justify-content:center;position:relative;width:48px}.decline-btn{background:#dc2626;box-shadow:0 2px 8px rgba(220,38,38,.4);color:#fff}.accept-btn{background:#16a34a;box-shadow:0 2px 8px rgba(22,163,74,.4);color:#fff}.lookup-process{color:var(--brand-primary);font-weight:600;margin-top:1rem;text-align:center}.process-text{font-size:14px;margin-bottom:8px}.loading-dots{display:flex;gap:4px;justify-content:center}.loading-dots span{animation:dotPulse 1.5s ease-in-out infinite;background:var(--brand-primary);border-radius:50%;height:6px;width:6px}.loading-dots span:nth-child(2){animation-delay:.3s}.loading-dots span:nth-child(3){animation-delay:.6s}@keyframes fadeInOut{0%,45%{opacity:1}50%,to{opacity:0}}@keyframes fadeInDelay{0%,50%{opacity:0}55%,to{opacity:1}}@keyframes iconSwitch{0%,45%{opacity:1}50%,to{opacity:0}}@keyframes iconSwitchIn{0%,50%{opacity:0}55%,to{opacity:1}}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.resources-section-v2{background-color:var(--brand-background-light);border-bottom:1px solid var(--brand-border);padding:5rem 0}.section-subtitle-v2{color:var(--text-muted);font-size:1.1rem;margin:.5rem auto 0;max-width:600px}.resources-grid-v2{align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.resource-card-v2{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:2rem;position:relative;transition:all .2s ease}.resource-card-v2:hover{border-color:var(--brand-primary);box-shadow:0 12px 24px rgba(0,0,0,.08);transform:translateY(-4px)}.resource-card-v2:has(.resource-link-v2):hover .resource-link-v2{color:var(--brand-primary-hover)}.resource-card-v2--featured{background:var(--brand-surface);border:1px solid var(--brand-primary);box-shadow:0 0 0 1px rgba(59,130,246,.1),0 4px 12px rgba(59,130,246,.08);position:relative}.resource-card-v2--featured:before{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:3px;color:#fff;content:"NEW";font-size:.6rem;font-weight:700;letter-spacing:.05em;padding:3px 6px;position:absolute;right:12px;text-transform:uppercase;top:12px}.resource-card-v2--featured .resource-icon-v2{background:var(--brand-section-bg)}.resource-card-v2--featured:hover{border-color:var(--brand-primary-hover);box-shadow:0 0 0 1px rgba(59,130,246,.2),0 12px 24px rgba(59,130,246,.12);transform:translateY(-4px)}.resource-icon-v2{align-items:center;background:var(--brand-section-bg);border-radius:12px;color:var(--brand-primary);display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.resource-title-v2{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.resource-description-v2{color:var(--text-muted);flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.resource-link-v2{color:var(--brand-primary);font-size:.9rem;font-weight:600;margin-top:auto;padding-top:.5rem;text-decoration:none;transition:color .2s ease}.resource-link-v2:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.resource-link-v2:hover{color:var(--brand-primary-hover)}.resource-link-v2:focus{outline:none}.resource-card-v2:focus-within{outline:2px solid var(--brand-primary);outline-offset:2px}.resources-featured-v2{border-top:1px solid var(--brand-border);display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding-top:2rem}.featured-title-v2{color:var(--text-muted);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.featured-list-v2{list-style:none;margin:0;padding:0}.featured-list-v2 li{margin-bottom:.75rem}.featured-list-v2 a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s ease}.featured-list-v2 a:hover{color:var(--brand-primary)}@media (max-width:968px){.container,.hero-content{padding:0 1rem}.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{justify-content:center}.form-row{align-items:stretch;flex-direction:column}.free-lookup-form-container{padding:2rem 1.5rem}.benefits-grid,.faq-grid,.resources-featured-v2,.steps-grid{grid-template-columns:1fr}.resources-featured-v2{gap:1.5rem}.cta-title,.free-lookup-title,.section-title{font-size:2rem}.trusted-by-logos{gap:1.5rem}.result-item{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:640px){.hero-title{font-size:2rem}.cta-title,.free-lookup-title,.section-title{font-size:1.75rem}.btn,.cta-button,.hero-button{font-size:1rem;padding:.875rem 1.5rem}.mobile-phone{height:300px;padding:15px 12px;width:160px}.phone-screen{height:220px}.resource-card-v2{padding:1.5rem}}