:root{--accent-rgb: 93, 135, 255;--coral-rgb: 255, 107, 107;--gradient-subtle: linear-gradient(135deg, rgba(93, 135, 255, .03) 0%, rgba(255, 107, 107, .02) 100%)}.service-hero[data-astro-cid-djq44nah]{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:4rem 0}.wrapper[data-astro-cid-djq44nah]{padding:0 var(--space-4);max-width:1200px;margin:0 auto}.modal-overlay[data-astro-cid-djq44nah]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.modal-overlay[data-astro-cid-djq44nah].show{opacity:1}.modal-content[data-astro-cid-djq44nah]{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-8);max-width:500px;width:90%;max-height:80vh;overflow-y:auto;text-align:center;box-shadow:0 20px 40px #0000001a;transform:scale(.9) translateY(20px);transition:transform .3s ease}.modal-overlay[data-astro-cid-djq44nah].show .modal-content[data-astro-cid-djq44nah]{transform:scale(1) translateY(0)}.success-animation[data-astro-cid-djq44nah],.error-animation[data-astro-cid-djq44nah]{margin-bottom:var(--space-6)}.success-icon[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--gradient-primary);color:#fff;border-radius:50%;margin:0 auto;animation:successPulse .6s ease-out}.error-icon[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50%;margin:0 auto;animation:errorShake .6s ease-out}@keyframes successPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.modal-title[data-astro-cid-djq44nah]{font-family:var(--font-brand);font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-text);margin-bottom:var(--space-4)}.modal-message[data-astro-cid-djq44nah]{font-size:var(--text-lg);color:var(--color-text);margin-bottom:var(--space-2);line-height:var(--leading-relaxed)}.modal-subtitle[data-astro-cid-djq44nah]{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-6)}.modal-close[data-astro-cid-djq44nah],.modal-retry[data-astro-cid-djq44nah]{padding:var(--space-3) var(--space-6);border:none;border-radius:var(--radius-lg);font-family:var(--font-brand);font-weight:var(--font-medium);font-size:var(--text-base);cursor:pointer;transition:all var(--transition-base)}.modal-close[data-astro-cid-djq44nah]{background:var(--gradient-primary);color:#fff;margin-top:var(--space-4)}.modal-close[data-astro-cid-djq44nah]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #5d87ff4d}.modal-buttons[data-astro-cid-djq44nah]{display:flex;gap:var(--space-4);justify-content:center;margin-top:var(--space-6)}.modal-retry[data-astro-cid-djq44nah]{background:var(--gradient-primary);color:#fff}.modal-retry[data-astro-cid-djq44nah]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #5d87ff4d}.modal-content[data-astro-cid-djq44nah].error .modal-close[data-astro-cid-djq44nah]{background:var(--color-bg-subtle);color:var(--color-text);border:1px solid var(--color-border)}.modal-content[data-astro-cid-djq44nah].error .modal-close[data-astro-cid-djq44nah]:hover{background:var(--color-border);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.wrapper[data-astro-cid-djq44nah]{padding:0 var(--space-3)}}.hero-background[data-astro-cid-djq44nah]{position:absolute;inset:0;z-index:-1}.hero-bg-image[data-astro-cid-djq44nah]{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.15;will-change:transform}.hero-gradient[data-astro-cid-djq44nah]{position:absolute;inset:0;background:radial-gradient(ellipse at top right,var(--accent-overlay) 0%,transparent 50%),radial-gradient(ellipse at bottom left,var(--coral-accent) 0%,transparent 50%);opacity:.3;z-index:1}.particles[data-astro-cid-djq44nah]{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-content[data-astro-cid-djq44nah]{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:2}.animated-gradient[data-astro-cid-djq44nah]{background:linear-gradient(-45deg,var(--accent-regular),var(--coral-accent),var(--accent-dark),var(--coral-dark));background-size:400% 400%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite alternate}@keyframes gradientShift{0%{background-position:0% 50%}to{background-position:100% 50%}}.scroll-indicator[data-astro-cid-djq44nah]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;color:var(--gray-400);font-size:.875rem;z-index:2}.scroll-arrow[data-astro-cid-djq44nah]{width:2rem;height:2rem;margin:.5rem auto 0;border:2px solid var(--accent-regular);border-radius:50%;position:relative;animation:bounce 2s infinite}.scroll-arrow[data-astro-cid-djq44nah]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.5rem;height:.5rem;border-right:2px solid var(--accent-regular);border-bottom:2px solid var(--accent-regular)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.primary-cta[data-astro-cid-djq44nah]{transition:all .3s ease;box-shadow:0 4px 15px rgba(var(--accent-rgb),.3)}.primary-cta[data-astro-cid-djq44nah]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--accent-rgb),.4)}.hero-badge[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:2rem}.hero-content[data-astro-cid-djq44nah] h1[data-astro-cid-djq44nah]{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:2rem;color:var(--gray-0)}.hero-description[data-astro-cid-djq44nah]{font-size:1.25rem;line-height:1.8;color:var(--gray-300);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-stats[data-astro-cid-djq44nah]{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.stat-item[data-astro-cid-djq44nah]{text-align:center}.stat-number[data-astro-cid-djq44nah]{display:block;font-size:2.5rem;font-weight:700;color:var(--accent-regular);margin-bottom:.5rem}.stat-label[data-astro-cid-djq44nah]{font-size:.875rem;color:var(--gray-500)}.hero-cta[data-astro-cid-djq44nah]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-signals[data-astro-cid-djq44nah]{padding:4rem 0;background:#ffffff05}.trust-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.trust-item[data-astro-cid-djq44nah]{text-align:center;padding:2rem 1rem;transition:transform .3s ease}.trust-item[data-astro-cid-djq44nah]:hover{transform:translateY(-5px)}.trust-item[data-astro-cid-djq44nah] svg[data-astro-cid-djq44nah]{color:var(--accent-regular);margin-bottom:1rem}.trust-item[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.25rem;margin-bottom:.5rem;color:var(--gray-100)}.trust-item[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.6}.features-section[data-astro-cid-djq44nah]{padding:5rem 0}.feature-hover-effect[data-astro-cid-djq44nah]{position:absolute;inset:0;background:var(--gradient-accent);opacity:0;transition:opacity .3s ease;border-radius:var(--radius-xl);z-index:-1}.feature-card[data-astro-cid-djq44nah]:hover .feature-hover-effect[data-astro-cid-djq44nah]{opacity:.1}.feature-card[data-astro-cid-djq44nah]{position:relative;overflow:hidden}.section-header[data-astro-cid-djq44nah]{text-align:center;margin-bottom:4rem}.section-header[data-astro-cid-djq44nah] h2[data-astro-cid-djq44nah]{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;color:var(--gray-0)}.section-header[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{font-size:1.25rem;color:var(--gray-400);max-width:600px;margin:0 auto}.features-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card[data-astro-cid-djq44nah]{padding:2.5rem;border-radius:var(--radius-xl);text-align:center}.feature-icon[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-xl);margin-bottom:1.5rem}.feature-card[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.5rem;margin-bottom:1rem;color:var(--gray-100)}.feature-card[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.7}.process-section[data-astro-cid-djq44nah]{padding:5rem 0;background:var(--gradient-subtle)}.process-timeline[data-astro-cid-djq44nah]{display:grid;gap:3rem;max-width:800px;margin:0 auto;position:relative}.process-timeline[data-astro-cid-djq44nah]:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:var(--gradient-accent);opacity:.3}.timeline-item[data-astro-cid-djq44nah]{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.timeline-icon[data-astro-cid-djq44nah]{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);position:relative;z-index:1}.timeline-content[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.5rem;margin-bottom:.5rem;color:var(--gray-100)}.timeline-content[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.7}.process-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.process-card[data-astro-cid-djq44nah]{text-align:center;padding:2.5rem 2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);transition:all .3s ease;position:relative;overflow:hidden}.process-card[data-astro-cid-djq44nah]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:rgba(var(--accent-rgb),.3)}.step-number[data-astro-cid-djq44nah]{width:3rem;height:3rem;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1.5rem;font-family:"Clash Display",var(--font-brand)}.process-card[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.25rem;margin-bottom:1rem;color:var(--gray-100);font-family:"Clash Display",var(--font-brand);font-weight:600}.process-card[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.6;font-size:.95rem}.platform-section[data-astro-cid-djq44nah]{padding:5rem 0}.platform-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.platform-card[data-astro-cid-djq44nah]{padding:3rem;border-radius:var(--radius-xl);text-align:center}.platform-icon[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:var(--radius-xl);margin-bottom:2rem}.platform-icon[data-astro-cid-djq44nah].google{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff}.platform-icon[data-astro-cid-djq44nah].apple{background:linear-gradient(135deg,#000,#434343);color:#fff}.platform-card[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.75rem;margin-bottom:1.5rem;color:var(--gray-100)}.platform-features[data-astro-cid-djq44nah]{list-style:none;padding:0;margin:0;text-align:left}.platform-features[data-astro-cid-djq44nah] li[data-astro-cid-djq44nah]{padding:.75rem 0;color:var(--gray-300);display:flex;align-items:center;gap:.75rem}.platform-features[data-astro-cid-djq44nah] li[data-astro-cid-djq44nah]:before{content:"✓";color:var(--accent-regular);font-weight:700;font-size:1.25rem}.author-section[data-astro-cid-djq44nah]{background:var(--gradient-subtle);padding:4rem 0;margin:4rem 0}.timestamp-section[data-astro-cid-djq44nah]{padding:2rem 0;background:#ffffff03}:root.theme-dark .process-section[data-astro-cid-djq44nah]{background:#ffffff05}:root.theme-dark .company-logo[data-astro-cid-djq44nah]{filter:brightness(0) invert(1)}:root.theme-light .company-logo[data-astro-cid-djq44nah]{filter:none}:root.theme-light .hero-bg-image[data-astro-cid-djq44nah]{opacity:.1}.swiper-pagination-bullet[data-astro-cid-djq44nah]{background:var(--accent-regular);opacity:.5}.swiper-pagination-bullet-active[data-astro-cid-djq44nah]{opacity:1}.swiper-button-next[data-astro-cid-djq44nah],.swiper-button-prev[data-astro-cid-djq44nah]{color:var(--accent-regular)}.swiper-button-next[data-astro-cid-djq44nah]:after,.swiper-button-prev[data-astro-cid-djq44nah]:after{font-size:1.5rem}.aso-tools[data-astro-cid-djq44nah]{padding:5rem 0;background:var(--gradient-subtle)}.tools-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tool-card[data-astro-cid-djq44nah]{padding:2rem;background:#ffffff0d;border-radius:var(--radius-xl);text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.tool-card[data-astro-cid-djq44nah]:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 10px 30px #0003}.tool-card[data-astro-cid-djq44nah] svg[data-astro-cid-djq44nah]{color:var(--accent-regular);margin-bottom:1rem}.tool-card[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.25rem;margin-bottom:.75rem;color:var(--gray-100)}.tool-card[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.6}.case-studies[data-astro-cid-djq44nah]{padding:6rem 0}.studies-grid[data-astro-cid-djq44nah]{display:grid;gap:4rem;max-width:1200px;margin:0 auto}.study-card[data-astro-cid-djq44nah]{padding:3rem;border-radius:var(--radius-xl);position:relative;overflow:hidden}.study-header[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.company-logo[data-astro-cid-djq44nah]{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);opacity:.8}.study-info[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.5rem;margin-bottom:.25rem;color:var(--gray-100)}.industry[data-astro-cid-djq44nah]{color:var(--accent-regular);font-size:.875rem;font-weight:600}.study-content[data-astro-cid-djq44nah]{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.challenge[data-astro-cid-djq44nah],.solution[data-astro-cid-djq44nah]{margin-bottom:1.5rem}.challenge[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah],.solution[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah]{font-size:1rem;color:var(--accent-regular);margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.challenge[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah],.solution[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.7}.app-mockup[data-astro-cid-djq44nah]{display:flex;justify-content:center;align-items:center}.app-screenshot[data-astro-cid-djq44nah]{max-width:200px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000004d}.results-grid[data-astro-cid-djq44nah]{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.result-item[data-astro-cid-djq44nah]{flex:1;min-width:150px;text-align:center;padding:1.5rem;background:rgba(var(--accent-rgb),.1);border-radius:var(--radius-lg);border:1px solid rgba(var(--accent-rgb),.2)}.result-number[data-astro-cid-djq44nah]{display:block;font-size:2rem;font-weight:700;color:var(--accent-regular);margin-bottom:.25rem}.result-desc[data-astro-cid-djq44nah]{display:block;color:var(--gray-300);font-size:.875rem}.testimonial[data-astro-cid-djq44nah]{background:#ffffff08;padding:2rem;border-radius:var(--radius-lg);border-left:4px solid var(--accent-regular)}.testimonial[data-astro-cid-djq44nah] blockquote[data-astro-cid-djq44nah]{font-style:italic;color:var(--gray-300);margin-bottom:1rem;line-height:1.6;font-size:1.1rem}.testimonial-author[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:1rem}.testimonial-author[data-astro-cid-djq44nah] img[data-astro-cid-djq44nah]{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-author[data-astro-cid-djq44nah] strong[data-astro-cid-djq44nah]{display:block;color:var(--gray-100);margin-bottom:.25rem}.testimonial-author[data-astro-cid-djq44nah] span[data-astro-cid-djq44nah]{display:block;color:var(--gray-500);font-size:.875rem}.testimonials-section[data-astro-cid-djq44nah]{padding:5rem 0;background:var(--color-bg)!important}.testimonials-swiper[data-astro-cid-djq44nah]{padding:2rem 0 4rem}.testimonial-card[data-astro-cid-djq44nah]{padding:2.5rem;height:auto;border-radius:var(--radius-xl);background:var(--color-bg-subtle)!important;border:1px solid var(--color-border)!important}.testimonial-content[data-astro-cid-djq44nah]{position:relative;margin-bottom:2rem}.quote-icon[data-astro-cid-djq44nah]{position:absolute;top:-1rem;left:-1rem;color:var(--accent-regular);opacity:.3}.testimonial-card[data-astro-cid-djq44nah] blockquote[data-astro-cid-djq44nah]{font-style:italic;color:var(--color-text-muted);line-height:1.8;margin:0;font-size:1.1rem;position:relative;padding-left:1.5rem}.testimonial-card[data-astro-cid-djq44nah] blockquote[data-astro-cid-djq44nah]:before{content:"—";position:absolute;left:0;top:0;color:var(--color-accent);font-weight:700;font-style:normal}.author-info[data-astro-cid-djq44nah] strong[data-astro-cid-djq44nah]{display:block;color:var(--gray-100);margin-bottom:.25rem}.author-info[data-astro-cid-djq44nah] span[data-astro-cid-djq44nah]{display:block;color:var(--gray-500);font-size:.875rem}.company[data-astro-cid-djq44nah]{color:var(--accent-regular)!important;font-weight:600}.results-showcase[data-astro-cid-djq44nah]{padding:6rem 0;background:var(--gradient-subtle)}.results-showcase[data-astro-cid-djq44nah] .results-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;margin-top:3rem}.result-card[data-astro-cid-djq44nah]{background:#ffffff0d;padding:3rem;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.1)}.result-header[data-astro-cid-djq44nah]{margin-bottom:2rem}.result-header[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.5rem;color:var(--gray-100);margin-bottom:.5rem}.category[data-astro-cid-djq44nah]{color:var(--accent-regular);font-size:.875rem;font-weight:600}.comparison[data-astro-cid-djq44nah]{display:grid;grid-template-columns:2fr auto 2fr;gap:2rem;align-items:center}.before[data-astro-cid-djq44nah],.after[data-astro-cid-djq44nah]{text-align:center}.before[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah],.after[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah]{font-size:1.1rem;margin-bottom:1.5rem;color:var(--gray-300)}.metrics[data-astro-cid-djq44nah]{display:flex;flex-direction:column;gap:1rem}.metric[data-astro-cid-djq44nah]{padding:1rem;background:#ffffff08;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.05)}.metric[data-astro-cid-djq44nah] .value[data-astro-cid-djq44nah]{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.metric[data-astro-cid-djq44nah] .value[data-astro-cid-djq44nah].success{color:var(--accent-regular)}.metric[data-astro-cid-djq44nah] .label[data-astro-cid-djq44nah]{display:block;color:var(--gray-400);font-size:.875rem;margin-bottom:.5rem}.improvement[data-astro-cid-djq44nah]{display:inline-block;background:var(--accent-regular);color:#fff;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600}.arrow[data-astro-cid-djq44nah]{color:var(--accent-regular);font-size:2rem}.aso-audit[data-astro-cid-djq44nah]{padding:6rem 0}.audit-container[data-astro-cid-djq44nah]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.audit-checklist[data-astro-cid-djq44nah]{display:grid;gap:2rem}.checklist-category[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.25rem;color:var(--gray-100);margin-bottom:1rem;border-bottom:2px solid var(--accent-regular);padding-bottom:.5rem}.checklist-items[data-astro-cid-djq44nah]{display:grid;gap:.75rem}.checklist-item[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:var(--radius-lg);transition:background-color .3s ease;cursor:pointer}.checklist-item[data-astro-cid-djq44nah]:hover{background:#ffffff08}.checklist-item[data-astro-cid-djq44nah] input[data-astro-cid-djq44nah][type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--accent-regular)}.checklist-item[data-astro-cid-djq44nah] span[data-astro-cid-djq44nah]{color:var(--gray-300);line-height:1.5}.audit-score[data-astro-cid-djq44nah]{background:#ffffff0d;padding:2rem;border-radius:var(--radius-xl);text-align:center;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem}.score-display[data-astro-cid-djq44nah]{margin-bottom:2rem}.score-circle[data-astro-cid-djq44nah]{width:120px;height:120px;border:4px solid var(--accent-regular);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1rem;position:relative}.score-number[data-astro-cid-djq44nah]{font-size:2.5rem;font-weight:700;color:var(--accent-regular);line-height:1}.score-total[data-astro-cid-djq44nah]{color:var(--gray-500);font-size:1rem}.score-text[data-astro-cid-djq44nah]{color:var(--gray-300);font-weight:600}.recommendation[data-astro-cid-djq44nah]{background:rgba(var(--accent-rgb),.1);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(var(--accent-rgb),.2);display:none}.recommendation[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah]{color:var(--accent-regular);margin-bottom:.5rem}.recommendation[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.6}.faq-section[data-astro-cid-djq44nah]{padding:5rem 0;background:#ffffff05}.faq-container[data-astro-cid-djq44nah]{max-width:800px;margin:0 auto}.faq-item[data-astro-cid-djq44nah]{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item[data-astro-cid-djq44nah]:hover{border-color:rgba(var(--accent-rgb),.3)}.faq-question[data-astro-cid-djq44nah]{width:100%;padding:1.5rem;background:none;border:none;color:var(--gray-100);font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question[data-astro-cid-djq44nah]:hover{color:var(--accent-regular)}.faq-icon[data-astro-cid-djq44nah]{transition:transform .3s ease}.faq-item[data-astro-cid-djq44nah].active .faq-icon[data-astro-cid-djq44nah]{transform:rotate(180deg)}.faq-answer[data-astro-cid-djq44nah]{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item[data-astro-cid-djq44nah].active .faq-answer[data-astro-cid-djq44nah]{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.7;margin:0}.premium-cta[data-astro-cid-djq44nah]{position:relative;padding:6rem 0;overflow:hidden;background:transparent!important;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.cta-background[data-astro-cid-djq44nah]{position:absolute;inset:0;z-index:0}.gradient-overlay[data-astro-cid-djq44nah]{position:absolute;inset:0;background:transparent!important;opacity:0}.floating-elements[data-astro-cid-djq44nah]{position:absolute;inset:0;pointer-events:none}.floating-element[data-astro-cid-djq44nah]{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(93,135,255,.05) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.floating-element[data-astro-cid-djq44nah]:nth-child(1){top:10%;left:10%;animation-delay:0s}.floating-element[data-astro-cid-djq44nah]:nth-child(2){top:60%;right:10%;animation-delay:2s}.floating-element[data-astro-cid-djq44nah]:nth-child(3){bottom:20%;left:50%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.cta-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start;position:relative;z-index:1;margin-bottom:4rem}.cta-content[data-astro-cid-djq44nah]{padding-right:2rem}.cta-badge[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:2rem;box-shadow:0 4px 15px rgba(var(--accent-rgb),.3)}.cta-content[data-astro-cid-djq44nah] h2[data-astro-cid-djq44nah]{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;margin-bottom:1.5rem;color:var(--gray-0)}.cta-description[data-astro-cid-djq44nah]{font-size:1.25rem;line-height:1.6;color:var(--gray-300);margin-bottom:3rem}.value-props[data-astro-cid-djq44nah]{display:grid;gap:1.5rem;margin-bottom:3rem}.value-prop[data-astro-cid-djq44nah]{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.value-prop[data-astro-cid-djq44nah]:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.prop-icon[data-astro-cid-djq44nah]{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-accent);color:#fff;border-radius:var(--radius-lg)}.prop-content[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah]{font-size:1.1rem;color:var(--gray-100);margin-bottom:.5rem}.prop-content[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);font-size:.9rem;line-height:1.5}.cta-buttons[data-astro-cid-djq44nah]{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.primary-cta-button[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-accent);color:#fff;text-decoration:none;border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(var(--accent-rgb),.3);border:none;cursor:pointer}.primary-cta-button[data-astro-cid-djq44nah]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--accent-rgb),.4)}.secondary-cta-button[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:var(--gray-100);border:2px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.secondary-cta-button[data-astro-cid-djq44nah]:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.trust-badges[data-astro-cid-djq44nah]{display:flex;gap:2rem;flex-wrap:wrap}.trust-badge[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:.5rem;color:var(--gray-400);font-size:.9rem}.trust-badge[data-astro-cid-djq44nah] svg[data-astro-cid-djq44nah]{color:var(--accent-regular)}.cta-form-container[data-astro-cid-djq44nah]{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2.5rem;position:sticky;top:2rem;box-shadow:0 4px 20px #0000000d}.form-header[data-astro-cid-djq44nah]{text-align:center;margin-bottom:2rem}.form-header[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:1.5rem;color:var(--gray-100);margin-bottom:.5rem}.form-header[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);font-size:.9rem}.aso-audit-form[data-astro-cid-djq44nah]{display:grid;gap:1.5rem}.form-group[data-astro-cid-djq44nah]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-djq44nah] label[data-astro-cid-djq44nah]{color:var(--gray-300);font-weight:600;font-size:.9rem}.form-group[data-astro-cid-djq44nah] input[data-astro-cid-djq44nah],.form-group[data-astro-cid-djq44nah] select[data-astro-cid-djq44nah],.form-group[data-astro-cid-djq44nah] textarea[data-astro-cid-djq44nah]{padding:.875rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text);font-size:1rem;transition:all .3s ease;font-family:var(--font-brand)}.form-group[data-astro-cid-djq44nah] input[data-astro-cid-djq44nah]:focus,.form-group[data-astro-cid-djq44nah] select[data-astro-cid-djq44nah]:focus,.form-group[data-astro-cid-djq44nah] textarea[data-astro-cid-djq44nah]:focus{outline:none;border-color:var(--color-accent);background:var(--color-bg);box-shadow:0 0 0 3px #5d87ff1a}.form-group[data-astro-cid-djq44nah] input[data-astro-cid-djq44nah]::-moz-placeholder,.form-group[data-astro-cid-djq44nah] textarea[data-astro-cid-djq44nah]::-moz-placeholder{color:var(--color-text-subtle);opacity:.6}.form-group[data-astro-cid-djq44nah] input[data-astro-cid-djq44nah]::placeholder,.form-group[data-astro-cid-djq44nah] textarea[data-astro-cid-djq44nah]::placeholder{color:var(--color-text-subtle);opacity:.6}.form-submit-btn[data-astro-cid-djq44nah]{padding:1rem 2rem;background:var(--gradient-accent);color:#fff;border:none;border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.form-submit-btn[data-astro-cid-djq44nah]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--accent-rgb),.4)}.form-submit-btn[data-astro-cid-djq44nah]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-loading[data-astro-cid-djq44nah] svg[data-astro-cid-djq44nah]{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-success[data-astro-cid-djq44nah]{text-align:center;padding:2rem}.success-icon[data-astro-cid-djq44nah]{color:var(--accent-regular);margin-bottom:1rem}.form-success[data-astro-cid-djq44nah] h4[data-astro-cid-djq44nah]{color:var(--gray-100);margin-bottom:1rem;font-size:1.25rem}.form-success[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{color:var(--gray-400);line-height:1.6}.mobile-device-mockup[data-astro-cid-djq44nah]{display:flex;justify-content:center;margin:4rem 0;position:relative;z-index:1;background:transparent!important}.device-frame[data-astro-cid-djq44nah]{width:300px;height:600px;background:linear-gradient(145deg,#2c2c2c,#1a1a1a);border-radius:25px;padding:15px;box-shadow:0 25px 50px #0000004d,inset 0 1px #ffffff1a;position:relative}.device-frame[data-astro-cid-djq44nah]:before{content:"";position:absolute;top:25px;left:50%;transform:translate(-50%);width:120px;height:4px;background:#444;border-radius:2px}.device-screen[data-astro-cid-djq44nah]{width:100%;height:100%;background:transparent;border-radius:20px;overflow:hidden;position:relative}.app-store-interface[data-astro-cid-djq44nah]{padding:1.5rem;height:100%;display:flex;flex-direction:column;gap:1.5rem;background:var(--color-bg)}.store-header[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:1rem}.app-icon[data-astro-cid-djq44nah]{width:60px;height:60px;background:var(--gradient-accent);border-radius:12px;flex-shrink:0;position:relative}.app-icon[data-astro-cid-djq44nah]:after{content:"📱";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem}.app-info[data-astro-cid-djq44nah]{flex:1}.app-title[data-astro-cid-djq44nah]{font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}.app-subtitle[data-astro-cid-djq44nah]{font-size:.85rem;color:var(--color-text-muted);margin-bottom:.5rem}.app-rating[data-astro-cid-djq44nah]{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.stars[data-astro-cid-djq44nah]{color:#ffb400;font-size:.9rem}.app-rating[data-astro-cid-djq44nah] span[data-astro-cid-djq44nah]{color:var(--color-text-muted)}.install-btn[data-astro-cid-djq44nah]{background:#007aff;color:#fff;padding:.75rem 1.5rem;border-radius:20px;font-size:.85rem;font-weight:600;flex-shrink:0}.screenshots-preview[data-astro-cid-djq44nah]{display:flex;gap:.75rem;height:200px}.screenshot[data-astro-cid-djq44nah]{flex:1;background:linear-gradient(45deg,#e9ecef,#dee2e6);border-radius:8px;position:relative;overflow:hidden}.screenshot[data-astro-cid-djq44nah]:after{content:"";position:absolute;inset:10px;background:linear-gradient(135deg,rgba(var(--accent-rgb),.1),rgba(var(--coral-rgb),.05),rgba(var(--accent-rgb),.1));border-radius:4px}.ranking-badge[data-astro-cid-djq44nah]{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-accent);color:#fff;padding:.5rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600;align-self:flex-start;margin-top:auto}.cta-stats[data-astro-cid-djq44nah]{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.cta-stats[data-astro-cid-djq44nah] .stat-item[data-astro-cid-djq44nah]{text-align:center}.cta-stats[data-astro-cid-djq44nah] .stat-number[data-astro-cid-djq44nah]{display:block;font-size:2rem;font-weight:700;color:var(--accent-regular);margin-bottom:.5rem}.cta-stats[data-astro-cid-djq44nah] .stat-label[data-astro-cid-djq44nah]{font-size:.875rem;color:var(--gray-500)}:root.theme-light .device-screen[data-astro-cid-djq44nah]{background:transparent}:root.theme-light .features-section[data-astro-cid-djq44nah],:root.theme-light .process-section[data-astro-cid-djq44nah],:root.theme-light .platform-section[data-astro-cid-djq44nah],:root.theme-light .case-studies[data-astro-cid-djq44nah],:root.theme-light .results-showcase[data-astro-cid-djq44nah]{background:var(--color-bg)}:root.theme-light .feature-card[data-astro-cid-djq44nah],:root.theme-light .platform-card[data-astro-cid-djq44nah],:root.theme-light .study-card[data-astro-cid-djq44nah],:root.theme-light .result-card[data-astro-cid-djq44nah]{background:var(--color-bg-subtle);border-color:var(--color-border)}:root.theme-dark .features-section[data-astro-cid-djq44nah],:root.theme-dark .platform-section[data-astro-cid-djq44nah]{background:#ffffff03}:root.theme-dark .feature-card[data-astro-cid-djq44nah],:root.theme-dark .platform-card[data-astro-cid-djq44nah]{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.platform-badge[data-astro-cid-djq44nah]{position:absolute;top:1rem;right:1rem;background:#ffffff1a;color:var(--gray-300);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.data-section[data-astro-cid-djq44nah]{padding:var(--space-24) 0;background:var(--gradient-mesh);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.charts-grid[data-astro-cid-djq44nah]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8);margin-top:var(--space-12)}@media (max-width: 1024px){.charts-grid[data-astro-cid-djq44nah]{grid-template-columns:repeat(2,1fr)}}.chart-container[data-astro-cid-djq44nah]{background:var(--color-bg);padding:var(--space-8);border-radius:var(--radius-2xl);border:1px solid var(--color-border);box-shadow:0 1px 3px #0000000d}.chart-wrapper[data-astro-cid-djq44nah]{position:relative;height:300px;margin-bottom:var(--space-4)}.chart-caption[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:var(--text-xl);font-weight:var(--font-semibold);margin-bottom:var(--space-2);color:var(--color-text)}.chart-caption[data-astro-cid-djq44nah] p[data-astro-cid-djq44nah]{font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed)}:root.theme-dark .data-section[data-astro-cid-djq44nah]{background:#5d87ff05}:root.theme-dark .chart-container[data-astro-cid-djq44nah]{background:var(--color-bg-subtle);border-color:var(--color-border);box-shadow:0 1px 3px #0000001a}.chart-container[data-astro-cid-djq44nah]{min-height:300px;display:flex;align-items:center;justify-content:center}.chart-container[data-astro-cid-djq44nah] canvas[data-astro-cid-djq44nah]{max-width:100%!important;height:auto!important}:root.theme-light .data-section[data-astro-cid-djq44nah]{background:#5d87ff08}:root.theme-light .chart-container[data-astro-cid-djq44nah]{background:var(--color-bg);border-color:var(--color-border);box-shadow:0 1px 3px #00000008}@media (max-width: 1024px){.audit-container[data-astro-cid-djq44nah]{grid-template-columns:1fr;gap:3rem}.study-content[data-astro-cid-djq44nah],.comparison[data-astro-cid-djq44nah]{grid-template-columns:1fr;gap:2rem}.arrow[data-astro-cid-djq44nah]{transform:rotate(90deg)}}@media (max-width: 768px){.hero-stats[data-astro-cid-djq44nah]{gap:2rem}.charts-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr;gap:var(--space-6)}.chart-wrapper[data-astro-cid-djq44nah]{height:250px}.data-section[data-astro-cid-djq44nah]{padding:var(--space-16) 0}.chart-container[data-astro-cid-djq44nah]{padding:var(--space-6)}.features-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr}.process-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.process-card[data-astro-cid-djq44nah]{padding:2rem 1.5rem}.process-timeline[data-astro-cid-djq44nah]:before{display:none}.timeline-item[data-astro-cid-djq44nah]{grid-template-columns:1fr;text-align:center}.timeline-icon[data-astro-cid-djq44nah]{margin:0 auto}.platform-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr}.trust-grid[data-astro-cid-djq44nah]{grid-template-columns:repeat(2,1fr);gap:1.5rem}.tools-grid[data-astro-cid-djq44nah],.results-showcase[data-astro-cid-djq44nah] .results-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr}.cta-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr;gap:3rem}.cta-content[data-astro-cid-djq44nah]{padding-right:0}.trust-badges[data-astro-cid-djq44nah]{justify-content:center}.cta-stats[data-astro-cid-djq44nah]{gap:2rem}.service-hero[data-astro-cid-djq44nah]{min-height:90vh}.scroll-indicator[data-astro-cid-djq44nah]{display:none}}@media (max-width: 480px){.chart-wrapper[data-astro-cid-djq44nah]{height:200px}.chart-container[data-astro-cid-djq44nah]{padding:var(--space-4)}.chart-caption[data-astro-cid-djq44nah] h3[data-astro-cid-djq44nah]{font-size:var(--text-lg)}.data-section[data-astro-cid-djq44nah]{padding:var(--space-12) 0}.trust-grid[data-astro-cid-djq44nah]{grid-template-columns:1fr}.results-grid[data-astro-cid-djq44nah]{flex-direction:column;gap:1rem}.study-header[data-astro-cid-djq44nah]{flex-direction:column;text-align:center;gap:1rem}.premium-cta[data-astro-cid-djq44nah]{padding:4rem 0}.cta-content[data-astro-cid-djq44nah] h2[data-astro-cid-djq44nah]{font-size:2rem}.cta-description[data-astro-cid-djq44nah]{font-size:1.125rem}.cta-buttons[data-astro-cid-djq44nah]{flex-direction:column}.primary-cta-button[data-astro-cid-djq44nah],.secondary-cta-button[data-astro-cid-djq44nah]{width:100%;justify-content:center}.trust-badges[data-astro-cid-djq44nah]{flex-direction:column;align-items:center;gap:1rem}.cta-form-container[data-astro-cid-djq44nah]{padding:2rem;position:static}.device-frame[data-astro-cid-djq44nah]{width:250px;height:500px}.cta-stats[data-astro-cid-djq44nah]{gap:1.5rem;flex-direction:column;text-align:center}.value-prop[data-astro-cid-djq44nah]{padding:1rem}.prop-icon[data-astro-cid-djq44nah]{width:2.5rem;height:2.5rem}.floating-element[data-astro-cid-djq44nah]{width:150px;height:150px}}
