.footer-button{color:#000;text-align:center;cursor:pointer;background-color:#ffffff1a;border:2px solid #0006;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Inter;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #0000001a,0 1px 2px #0000000f}.footer-button:hover{color:#000;cursor:pointer;background-color:#ffffff26;border-color:#000000e6;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 12px #00000026,0 4px 6px #0000001a}.footer-button:active{box-shadow:none;background-color:#fff3;transform:scale(.98)}.friendly-captcha-branding{text-align:center;color:#000;margin-top:1rem;font-size:.875rem;line-height:1.4}.friendly-captcha-link{color:#000;background-color:#ffffff0d;border:1px solid #0000004d;border-radius:4px;margin:0 2px;padding:.25rem .5rem;text-decoration:none;transition:all .2s;display:inline-block}.friendly-captcha-link:hover{color:#000;background-color:#ffffff1a;border-color:#00000080;transform:translateY(-1px)}.landing-page{width:100%;max-width:1200px;margin:2rem auto 96px;padding:0}.top-logo-container{text-align:center;max-width:600px;margin:0 auto;padding:1rem 1rem .5rem}.top-logo{filter:drop-shadow(0 2px 4px #0000001a);width:100%;max-width:180px;height:auto;margin:0 auto;display:block}.hero-section{text-align:center;background:linear-gradient(135deg,#c6c1b2f2 0%,#c6c1b2d9 100%);border-radius:12px;margin:.5rem 1rem 2rem;padding:1.5rem 2rem 4rem;box-shadow:0 4px 6px #495a581a}.hero-content{max-width:800px;margin:0 auto}.hero-logo{max-width:200px;height:auto;margin:0 auto 2rem;display:block}.hero-title{color:#495a58;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#495a58e6;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-primary,.cta-secondary{cursor:pointer;color:inherit;border:2px solid #495a58;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Inter;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary{color:#c6c1b2;background-color:#495a58}.cta-primary:hover{background-color:#394645;transform:translateY(-2px);box-shadow:0 4px 12px #495a584d}.cta-secondary{color:#495a58;background-color:#0000}.cta-secondary:hover{background-color:#495a581a;transform:translateY(-2px);box-shadow:0 4px 12px #495a5833}.cta-large{padding:1.25rem 2.5rem;font-size:1.25rem}.features-section,.use-cases-section,.how-it-works-section{margin:2rem 1rem;padding:4rem 2rem}.section-title{text-align:center;color:#495a58;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:center;background:#c6c1b280;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #495a581a}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #495a5833}.feature-icon{color:#495a58;margin-bottom:1rem;font-size:3rem}.feature-card h3{color:#495a58;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-card p{color:#495a58e6;font-size:1rem;line-height:1.6}.use-cases-section{background:#c6c1b2;border-radius:12px}.use-cases-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.use-case{text-align:center;padding:1.5rem}.use-case i{color:#495a58;margin-bottom:1rem;font-size:2.5rem}.use-case h3{color:#495a58;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.use-case p{color:#495a58cc;font-size:.95rem}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.step{text-align:center;background:#c6c1b280;border-radius:12px;padding:2rem;position:relative;box-shadow:0 2px 8px #495a581a}.step-number{color:#c6c1b280;background:#495a58;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-family:Outfit;font-size:1.5rem;font-weight:700;display:flex}.step h3{color:#495a58;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.step p{color:#495a58e6;line-height:1.6}.final-cta-section{text-align:center;background:linear-gradient(135deg,#495a58 0%,#394645 100%);border-radius:12px;margin:2rem 1rem;padding:4rem 2rem;box-shadow:0 4px 12px #495a584d}.final-cta-content{max-width:600px;margin:0 auto}.final-cta-section h2{color:#c6c1b280;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.final-cta-section p{color:#c6c1b2e6;margin-bottom:2rem;font-size:1.25rem}.final-cta-section .cta-primary{color:#495a58;background-color:#c6c1b2;border-color:#c6c1b2}.final-cta-section .cta-primary:hover{background-color:#c6c1b2e6;transform:translateY(-2px);box-shadow:0 6px 16px #0003}@media (width<=1024px){.steps{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-logo{max-width:150px;margin-bottom:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{justify-content:center;width:100%}.features-grid,.use-cases-grid,.steps{grid-template-columns:1fr}}