.front-page{display:flex;flex-direction:column;gap:3rem;width:100%}.hero-section{display:flex;background:#45A049;padding:120px 0;min-height:450px;justify-content:center;width:100%}.hero-section h1{font-size:2.5rem;color:#fff}.hero-section p{font-size:1rem;margin:20px 0;color:#fff}.cta-button,.hero-cta-button{background-color:#fff;color:#45a049;padding:10px 20px;text-decoration:none;border-radius:5px}.hero-cta-button{font-size:1rem;font-weight:700;text-transform:uppercase;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.hero-cta-button:hover{background-color:#fff;transform:scale(1.05)}.service-info{padding:20px}.service-info h2{font-size:2rem;margin-bottom:10px}.service-info p{font-size:1rem;margin-bottom:10px}.frontpage-sections{display:flex;flex-direction:column;gap:2rem;margin:2rem auto;max-width:800px;font-family:Arial,sans-serif;color:#333}.frontpage-sections section{border-radius:12px}.frontpage-sections h2{font-size:1.75rem;margin-bottom:1rem}.frontpage-sections p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.frontpage-sections ol,.frontpage-sections ul{padding-left:1.5rem;font-size:1rem;line-height:1.6}.frontpage-sections ol li,.frontpage-sections ul li{margin-bottom:.5rem;list-style:none}.pricing-details strong{color:#4caf50}.cta-button{display:inline-block;background-color:#4caf50;color:#ffffff;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border-radius:8px;text-transform:uppercase;text-align:center;margin-top:1rem;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#45a049;transform:scale(1.05)}.hero-section-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;max-width:1100px;width:100%;flex-wrap:wrap}.hero-section-text{flex:1 1;color:#fff;gap:1rem;display:flex;flex-direction:column;padding:0 2rem;order:1}.hero-section-image{flex:1 1;order:2;text-align:center;padding:0 2rem}.hero-section-image img{max-width:100%}@media (max-width:550px){.frontpage-sections section{padding:1rem}.hero-section-text{text-align:center}.hero-section-image{display:none}}