.hero-section[data-astro-cid-ld2idxzy]{background:linear-gradient(135deg,#ea580c0d,#f973160d);padding:7rem 0 2rem;text-align:center}.hero-title[data-astro-cid-ld2idxzy]{font-size:var(--font-size-5xl);font-weight:800;margin-bottom:1rem;line-height:1.1}@media (max-width: 768px){.hero-section[data-astro-cid-ld2idxzy]{padding:5rem 0 2rem}.hero-title[data-astro-cid-ld2idxzy]{font-size:var(--font-size-3xl)}}.gradient-text[data-astro-cid-ld2idxzy]{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-astro-cid-ld2idxzy]{font-size:var(--font-size-xl);color:var(--gray-600);max-width:700px;margin:0 auto 3rem;line-height:1.6}.report-preview[data-astro-cid-ld2idxzy]{background:#fff;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);padding:2rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;border:1px solid var(--gray-100)}.report-preview-header[data-astro-cid-ld2idxzy]{text-align:center;margin-bottom:2rem}.report-preview-title[data-astro-cid-ld2idxzy]{font-size:var(--font-size-lg);font-weight:700;color:var(--gray-800);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.report-features[data-astro-cid-ld2idxzy]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.report-features[data-astro-cid-ld2idxzy]{grid-template-columns:1fr;gap:1.5rem}}.report-feature[data-astro-cid-ld2idxzy]{text-align:center}.feature-icon[data-astro-cid-ld2idxzy]{width:60px;height:60px;background:var(--gradient-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:24px;color:#fff}.feature-title[data-astro-cid-ld2idxzy]{font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.feature-description[data-astro-cid-ld2idxzy]{font-size:var(--font-size-sm);color:var(--gray-600);line-height:1.5}.sample-metrics[data-astro-cid-ld2idxzy]{display:flex;justify-content:space-around;background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin-top:2rem}.metric[data-astro-cid-ld2idxzy]{text-align:center}.metric-value[data-astro-cid-ld2idxzy]{font-size:var(--font-size-3xl);font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-label[data-astro-cid-ld2idxzy]{font-size:var(--font-size-sm);color:var(--gray-600)}.form-section[data-astro-cid-ld2idxzy]{padding:3rem 0}.form-container[data-astro-cid-ld2idxzy]{max-width:500px;margin:0 auto}.form-card[data-astro-cid-ld2idxzy]{background:#fff;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2.5rem;position:relative;overflow:hidden}.form-card[data-astro-cid-ld2idxzy]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.form-header[data-astro-cid-ld2idxzy]{text-align:center;margin-bottom:2rem}.form-title[data-astro-cid-ld2idxzy]{font-size:var(--font-size-2xl);font-weight:700;margin-bottom:.5rem;color:var(--gray-800)}.form-subtitle[data-astro-cid-ld2idxzy]{color:var(--gray-600);font-size:var(--font-size-base)}.form-group[data-astro-cid-ld2idxzy]{margin-bottom:1.25rem}.form-label[data-astro-cid-ld2idxzy]{display:block;font-weight:600;color:var(--gray-700);margin-bottom:.5rem;font-size:var(--font-size-sm)}.form-input[data-astro-cid-ld2idxzy]{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:var(--font-size-base);transition:all var(--transition-fast);background:var(--gray-50)}.form-input[data-astro-cid-ld2idxzy]:focus{outline:none;border-color:var(--primary-orange);background:#fff;box-shadow:0 0 0 3px #ea580c1a}.form-input[data-astro-cid-ld2idxzy]::placeholder{color:var(--gray-400)}.form-submit[data-astro-cid-ld2idxzy]{width:100%;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:var(--radius-lg);font-size:var(--font-size-lg);font-weight:700;cursor:pointer;transition:all var(--transition-normal);position:relative;overflow:hidden;margin-top:1.5rem}.form-submit[data-astro-cid-ld2idxzy]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.form-submit[data-astro-cid-ld2idxzy]:active{transform:translateY(0)}.loading-spinner[data-astro-cid-ld2idxzy]{display:none;width:20px;height:20px;border:2px solid white;border-radius:50%;border-top-color:transparent;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.form-submit[data-astro-cid-ld2idxzy].loading{pointer-events:none;opacity:.8}.form-submit[data-astro-cid-ld2idxzy].loading .button-text[data-astro-cid-ld2idxzy]{display:none}.form-submit[data-astro-cid-ld2idxzy].loading .loading-spinner[data-astro-cid-ld2idxzy]{display:block}.success-message[data-astro-cid-ld2idxzy]{display:none;background:var(--success);color:#fff;padding:1rem;border-radius:var(--radius-lg);margin-bottom:1rem;text-align:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.delivery-info[data-astro-cid-ld2idxzy]{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1.5rem;text-align:center}.delivery-icon[data-astro-cid-ld2idxzy]{font-size:2rem;margin-bottom:.5rem}.delivery-text[data-astro-cid-ld2idxzy]{font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.delivery-subtext[data-astro-cid-ld2idxzy]{font-size:var(--font-size-sm);color:var(--gray-600)}.privacy-note[data-astro-cid-ld2idxzy]{text-align:center;font-size:var(--font-size-xs);color:var(--gray-500);margin-top:1rem}.privacy-note[data-astro-cid-ld2idxzy] a[data-astro-cid-ld2idxzy]{color:var(--primary-orange);text-decoration:none}.privacy-note[data-astro-cid-ld2idxzy] a[data-astro-cid-ld2idxzy]:hover{text-decoration:underline}.testimonials[data-astro-cid-ld2idxzy]{background:var(--gray-50);padding:3rem 0;margin-top:3rem}.testimonials-header[data-astro-cid-ld2idxzy]{text-align:center;margin-bottom:2rem}.testimonials-title[data-astro-cid-ld2idxzy]{font-size:var(--font-size-2xl);font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.testimonials-grid[data-astro-cid-ld2idxzy]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}@media (max-width: 768px){.testimonials-grid[data-astro-cid-ld2idxzy]{grid-template-columns:1fr}}.testimonial-card[data-astro-cid-ld2idxzy]{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.testimonial-text[data-astro-cid-ld2idxzy]{font-style:italic;color:var(--gray-700);margin-bottom:1rem;line-height:1.6}.testimonial-author[data-astro-cid-ld2idxzy]{font-weight:600;color:var(--gray-800)}.testimonial-role[data-astro-cid-ld2idxzy]{font-size:var(--font-size-sm);color:var(--gray-500)}
