.auto-hero,.auto-page{position:relative}.auto-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem 4rem;overflow:hidden}@media (max-width:1024px){.auto-hero{min-height:auto;padding:5rem 1.5rem 6rem;justify-content:flex-start}}.auto-hero-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#1e40af)}.auto-hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(96,165,250,.1) 0,transparent 40%),radial-gradient(circle at 50% 80%,rgba(37,99,235,.1) 0,transparent 40%);animation:auto-pattern-float 20s ease-in-out infinite}@keyframes auto-pattern-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.02)}}.auto-hero-content{position:relative;z-index:10;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:1024px){.auto-hero-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}}.auto-hero-text{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.auto-hero-text.auto-hero-visible{opacity:1;transform:translateY(0)}.auto-hero-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.3);border-radius:9999px;color:#93c5fd;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.auto-hero-title{font-size:clamp(1.75rem,4vw,4rem);font-weight:800;color:white;line-height:1.1;margin-bottom:1.5rem;overflow-wrap:break-word;word-break:break-word}@media (max-width:1024px){.auto-hero-title{font-size:clamp(2rem,7vw,3.5rem)}}.auto-hero-highlight{background:linear-gradient(135deg,#60a5fa,#3b82f6 50%,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auto-hero-description{font-size:1.25rem;color:#cbd5e1;line-height:1.7;margin-bottom:2rem;max-width:540px}@media (max-width:1024px){.auto-hero-description{margin-left:auto;margin-right:auto}}.auto-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:1024px){.auto-hero-cta{justify-content:center}}@media (max-width:560px){.auto-hero-cta{flex-direction:column;align-items:center}.auto-hero-cta .auto-cta-primary,.auto-hero-cta .auto-cta-secondary{width:260px;justify-content:center}}.auto-cta-primary{display:inline-flex;align-items:center;justify-content:center;width:240px;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(59,130,246,.4)}.auto-cta-primary:hover{box-shadow:0 8px 25px rgba(59,130,246,.5)}.auto-cta-secondary{display:inline-flex;align-items:center;justify-content:center;width:240px;padding:1rem;background:transparent;color:white;font-weight:600;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;transition:all .3s ease}.auto-cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.auto-hero-visual{opacity:0;transform:translateX(50px);transition:all 1s cubic-bezier(.16,1,.3,1);transition-delay:.3s}.auto-hero-visual.auto-hero-visible{opacity:1;transform:translateX(0)}@media (max-width:1024px){.auto-hero-visual{transform:translateY(30px);max-width:min(580px,90vw);width:100%;margin:0 auto}.auto-hero-visual.auto-hero-visible{transform:translateY(0)}}@media (min-width:641px) and (max-width:1024px){.auto-hero-visual{max-width:420px}}@media (max-width:640px){.auto-hero-visual{max-width:min(420px,92vw)}}@media (max-width:480px){.auto-hero-visual{max-width:300px}}.auto-hero-scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.6);font-size:.875rem;animation:auto-bounce-scroll 2s infinite;z-index:10}@media (max-width:1024px){.auto-hero-scroll-indicator{position:relative;bottom:auto;left:auto;transform:none;margin-top:2.5rem;animation:auto-bounce-scroll-mobile 2s infinite}}@keyframes auto-bounce-scroll{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}@keyframes auto-bounce-scroll-mobile{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.auto-section-header{text-align:center;margin-bottom:4rem}.auto-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin-bottom:1rem}.auto-section-subtitle{font-size:1.125rem;color:#64748b;max-width:650px;margin:0 auto;line-height:1.7}.auto-what-section{padding:6rem 2rem;background:linear-gradient(180deg,#f0f5ff,#ffffff)}.auto-what-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:910px){.auto-what-content{grid-template-columns:1fr;gap:2rem}}.auto-what-text h3{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.auto-what-text p{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.auto-what-highlights{display:flex;flex-direction:column;gap:.75rem}.auto-what-highlight{display:flex;align-items:center;gap:.75rem;color:#334155;font-weight:500}.auto-what-highlight svg{color:#2563eb;flex-shrink:0}.auto-what-visual{position:relative;opacity:0;transform:translateX(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.auto-what-visual.auto-visible{opacity:1;transform:translateX(0)}.auto-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:640px){.auto-tools-grid{grid-template-columns:repeat(2,1fr)}.hide-on-mobile{display:none}}.auto-tool-card{background:white;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.auto-tool-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(59,130,246,.12);border-color:rgba(59,130,246,.3)}.auto-tool-icon{width:40px;height:40px;margin:0 auto .5rem;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(37,99,235,.08));border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#2563eb}.auto-tool-icon svg{width:22px;height:22px}.auto-tool-name{font-size:.8rem;font-weight:600;color:#334155}.auto-usecases{padding:6rem 2rem;background:#ffffff}.auto-usecases-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1024px){.auto-usecases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.auto-usecases-grid{grid-template-columns:1fr}}.auto-process{padding:6rem 2rem;background:linear-gradient(180deg,#f0f5ff,#f8fafc 50%,#ffffff);position:relative}.auto-process-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0;position:relative}.auto-process-grid:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2563eb,#3b82f6);opacity:.2}@media (max-width:768px){.auto-process-grid:before{left:20px}}.auto-process-step{display:flex;align-items:flex-start;gap:2rem;padding:2rem 0;opacity:0;transform:translateX(-20px);transition:all .6s cubic-bezier(.16,1,.3,1)}.auto-process-step.auto-step-visible{opacity:1;transform:translateX(0)}@media (max-width:768px){.auto-process-step{gap:1.25rem}}.auto-process-number{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;font-size:1.5rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(59,130,246,.3);position:relative;z-index:2}@media (max-width:768px){.auto-process-number{width:40px;height:40px;font-size:1rem}}.auto-process-content{flex:1;padding-top:.5rem}.auto-process-title{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.auto-process-desc{font-size:1rem;color:#64748b;line-height:1.7}.auto-benefits{padding:6rem 2rem;background:#ffffff}.auto-benefits-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:1210px){.auto-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.auto-benefits-grid{grid-template-columns:1fr}}.auto-stats{padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#1e40af)}.auto-stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}@media (max-width:768px){.auto-stats-grid{gap:1.5rem}.auto-stat-number{font-size:2.2rem}.auto-stat-label{font-size:.85rem}}@media (max-width:480px){.auto-stats-grid{grid-template-columns:1fr;gap:2rem}.auto-stat-number{font-size:3rem}.auto-stat-label{font-size:1rem}}.auto-stat{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.16,1,.3,1)}.auto-stat.auto-stat-visible{opacity:1;transform:translateY(0)}.auto-stat-number{font-size:3rem;font-weight:800;color:white;margin-bottom:.25rem;background:linear-gradient(135deg,#93c5fd,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auto-stat-label{font-size:1rem;color:#cbd5e1;font-weight:500}