*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;color:#000;overflow-x:hidden;width:100%;position:relative}.navbar{display:flex;align-items:center;justify-content:flex-start;padding:20px 40px;background-color:#fff;box-shadow:0 1px 10px rgba(0,0,0,.05);position:sticky;top:0;z-index:999}.logo img{height:50px;margin-left:20px;margin-right:40px}.nav-links{list-style:none;display:flex;gap:30px}.nav-links li a{text-decoration:none;color:black;font-weight:500;transition:.3s ease}.nav-links li a.active,.nav-links li a:hover{color:#00834f}.menu-icon{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;margin-left:auto;z-index:1000}.menu-icon span{display:block;width:100%;height:3px;background-color:#000;border-radius:3px;transition:all .3s ease}.menu-icon.active span:first-child{transform:translateY(9px) rotate(45deg)}.menu-icon.active span:nth-child(2){opacity:0}.menu-icon.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero{text-align:center;padding:80px 20px 40px}.hero h1{font-size:2.8rem;max-width:800px;margin:0 auto;font-weight:700}.hero .highlight{color:#00834f}.buy-btn{margin-top:30px;padding:14px 30px;background-color:#00834f;color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.buy-btn:hover{background-color:#006c3e}.image-strip-wrapper{overflow:hidden;width:100%;margin:40px 0;position:relative}.image-strip{display:flex;gap:20px;width:fit-content;padding-bottom:10px;position:relative}.image-strip img{width:480px;height:230px;object-fit:cover;border-radius:35px;transition:transform .3s ease}.image-strip img:hover{transform:scale(1.03)}@media (max-width:768px){.image-strip-wrapper{margin:25px 0}.image-strip{display:flex;flex-direction:row;gap:15px;width:max-content;padding:0 10px}.image-strip img{width:280px;height:160px;border-radius:18px}.image-strip img:nth-child(2n),.image-strip img:nth-child(odd){margin-left:0;margin-right:0;align-self:auto}.image-strip img:hover{transform:scale(1.05)}}@media (max-width:480px){.image-strip img{width:240px;height:140px}}.plan-section{display:flex;justify-content:center;padding:60px 30px;background-color:#f9f9f9}.plan-card{background:white;border-radius:30px;padding:100px 200px;width:100%;max-width:100vw;box-shadow:0 0 30px rgba(0,0,0,.03);box-sizing:border-box}.plan-card h2{font-size:2.2rem;margin-bottom:40px;text-align:left;font-weight:500;line-height:1.4}.plan-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:80px 100px}.plan-item{display:flex;align-items:flex-start;gap:30px}.plan-item img{width:40px;height:40px;flex-shrink:0}.plan-item p{font-size:1rem;line-height:1.4;margin:0}.secondary-line{color:#999;display:inline-block;margin-top:4px}@media (max-width:768px){.plan-card{padding:60px 30px}}.benefits-section{padding:80px 20px;background-color:#f8f9fa;text-align:center;width:100%;overflow:hidden}.benefits-header h4{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:8px}.benefits-header .subheading{letter-spacing:2px;font-size:.85rem;color:#6b7280;margin-bottom:10px;font-weight:600;text-transform:uppercase}.benefits-header h2{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;margin-bottom:50px;color:#111827}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1100px;margin:0 auto}.benefit-card{background-color:#fff;border-radius:20px;text-align:left;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.04);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)}.card-content{padding:25px 25px 0}.card-footer{padding:20px 25px 25px}.card-top{justify-content:space-between;margin-bottom:20px}.card-top,.icon-wrapper{display:flex;align-items:center}.icon-wrapper{width:40px;height:40px;border-radius:10px;justify-content:center}.icon-wrapper img{width:20px;height:20px}.duration{font-size:.85rem;font-weight:500;color:#6b7280}.plan-heading{font-size:1.3rem;font-weight:600;color:#111827;margin-bottom:8px}.plan-description{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:20px;white-space:pre-wrap}.details-accordion-container{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;width:calc(100% + 50px);margin-left:-25px;transition:all .3s ease}.details-accordion-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:15px 25px;cursor:pointer;font-size:.9rem;font-weight:600;color:#374151;background:linear-gradient(135deg,#f8fafc,#e2e8f0);transition:background .3s ease}.details-accordion-toggle:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.chevron-icon{transition:transform .3s ease}.details-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.details-accordion-container:hover .details-accordion-content{max-height:400px}.details-accordion-container:hover .chevron-icon{transform:rotate(180deg)}.features-list{list-style:none;padding:15px 25px 20px;margin:0}.features-list li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#4b5563;margin-bottom:12px;padding:8px 12px;border-radius:8px;transition:all .2s ease}.features-list li:hover{background-color:#f8fafc;transform:translateX(4px)}.features-list li:last-child{margin-bottom:0}.feature-item{position:relative}.feature-icon-wrapper{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;border-radius:50%;padding:2px;transition:all .2s ease}.feature-item:hover .feature-icon-wrapper{background:#d1fae5;transform:scale(1.1)}.feature-icon{flex-shrink:0}.feature-icon.included{color:#059669}.feature-icon.excluded{color:#dc2626}.pricing{margin-top:20px;margin-bottom:12px;flex-wrap:wrap;gap:12px}.special-offer-tag{position:relative;background-color:#f97316;color:white;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.5px;margin-right:8px}.special-offer-tag:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #f97316}.discounted-price{font-size:2.2rem;color:#10B981}.original-price{font-size:1.2rem;color:#9ca3af}.benefit-btn{display:block;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;color:#fff;text-align:center;text-decoration:none;background-color:#059669;border:none;border-radius:12px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.benefit-btn:hover{background-color:#047857;transform:scale(1.02)}@media (max-width:360px){.benefits-grid{grid-template-columns:1fr}}.plan-features-section{margin:25px 0;padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0}.features-title{font-size:1.1rem;font-weight:700;color:#374151;margin-bottom:16px;text-align:center}.features-grid{display:grid;gap:12px}.feature-item-card{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.feature-item-card:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.feature-label{font-size:.9rem;font-weight:600;color:#374151;flex:1}.feature-value{font-size:.85rem;text-align:right;flex:1;margin-left:12px;color:#4b5563;font-weight:500}@media (max-width:768px){.plan-features-section{padding:16px;margin:20px 0}.features-title{font-size:1rem;margin-bottom:12px}.feature-item-card{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:4px}.feature-label{font-size:.85rem}.feature-value{font-size:.8rem;text-align:left;margin-left:0}}.feature-comparison-container{max-width:1200px;margin:0 auto 60px;padding:0 20px}.comparison-title{font-size:1.8rem;font-weight:700;color:#111827;text-align:center;margin-bottom:30px}.feature-comparison-table{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;border:1px solid #e5e7eb}.table-header{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:2px solid #e5e7eb}.header-cell{padding:20px 16px;font-weight:700;font-size:.95rem;color:#374151;text-align:center;border-right:1px solid #e5e7eb}.header-cell:last-child{border-right:none}.feature-header{text-align:left;background:#f1f5f9}.upgrade-header{background:#ecfdf5;color:#065f46}.prime-header{background:#eff6ff;color:#1e40af}.table-body{max-height:500px;overflow-y:auto}.table-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.table-row:hover{background-color:#f9fafb}.table-row:last-child{border-bottom:none}.table-cell{padding:16px;font-size:.9rem;line-height:1.5;color:#4b5563;border-right:1px solid #f3f4f6;display:flex;align-items:center}.table-cell:last-child{border-right:none}.feature-cell{font-weight:600;color:#374151;background:#f8fafc}.upgrade-cell{background:#f0fdf4;color:#166534}.prime-cell{background:#f0f9ff;color:#1e40af}@media (max-width:768px){.feature-comparison-container{padding:0 10px;margin-bottom:40px}.comparison-title{font-size:1.5rem;margin-bottom:20px}.feature-comparison-table{border-radius:12px}.table-header,.table-row{grid-template-columns:1fr;grid-template-rows:auto auto auto}.header-cell,.table-cell{padding:12px 16px;border-right:none;border-bottom:1px solid #e5e7eb;text-align:center}.header-cell:last-child,.table-cell:last-child{border-bottom:none}.feature-cell{background:#f1f5f9;font-weight:700;color:#1f2937}.prime-cell,.upgrade-cell{background:#fff;color:#4b5563}}.plan-subheading{font-size:1rem;font-weight:500;color:#4b5563;margin-top:-4px;margin-bottom:16px;line-height:1.4}.feature-subheading{font-weight:600;color:#374151;margin-top:12px!important;margin-bottom:6px!important;gap:0!important;align-items:flex-start!important}.feature-subheading:first-child{margin-top:0!important}.price-note{font-size:.8rem;color:#6b7280;margin:-8px 0 16px}.note-section{max-width:800px;margin:60px auto 0;padding:30px 25px 0;border-top:1px solid #e5e7eb;text-align:center}.note-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:12px}.note-section p{font-size:.9rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.consultation-cta-container{margin-top:3rem;padding:0 1rem}.consultation-cta{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;background-color:#f9fafb;padding:2rem 2.5rem;border-radius:16px;border:1px solid #e5e7eb;max-width:900px;margin:0 auto;text-align:left}.consultation-cta .consultation-info{flex:1;min-width:0}.consultation-info h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.3}.consultation-info p{font-size:1rem;color:#6b7280;margin:0 0 1.25rem;line-height:1.6;max-width:550px}.clarity-call-includes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.clarity-call-includes li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#4b5563;line-height:1.5;padding:8px 12px;border-radius:8px;transition:all .2s ease}.clarity-call-includes li:hover{background-color:#f8fafc;transform:translateX(4px)}.clarity-call-item{position:relative}.clarity-call-icon-wrapper{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;border-radius:50%;padding:2px;transition:all .2s ease}.clarity-call-item:hover .clarity-call-icon-wrapper{background:#d1fae5;transform:scale(1.1)}.consultation-cta-btn{width:auto;padding-left:24px;padding-right:24px;white-space:nowrap;flex-shrink:0}@media (max-width:768px){.consultation-cta{flex-direction:column;align-items:flex-start;gap:1.5rem}.consultation-cta-btn{width:100%}}.how-it-works-section{padding:80px 20px;background-color:#fff}.how-it-works-header-wrapper{display:flex;justify-content:center;padding:0 20px}.how-it-works-header{max-width:600px;text-align:center}.how-it-works-header h2{font-size:2rem;font-weight:700;margin-bottom:50px}.steps-container{display:flex;justify-content:center;gap:50px;align-items:flex-start;flex-wrap:nowrap}.step{width:350px;text-align:left}.step img{width:100%;height:auto;border-radius:16px;display:block;margin-bottom:20px}.step-details{padding:0 5px}.step-row-1{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.phase-title{font-size:1.1rem;font-weight:700;color:#1f2937}.phase-weeks{font-size:.95rem;font-weight:500;color:#6b7280}.phase-focus{font-size:.9rem;color:#4b5563;line-height:1.6;margin:0;white-space:pre-wrap}.step-1{margin-top:0}.step-2{margin-top:140px}.step-3{margin-top:280px}@media (max-width:1150px){.steps-container{flex-direction:column;align-items:center;gap:40px}.step-2,.step-3{margin-top:0}.step{width:90%;max-width:400px}}.why-choose-us-section{padding:100px 20px;background-color:fff;display:flex;justify-content:center}.why-choose-us-container{width:100%;max-width:1000px}.text-wrapper{margin-bottom:60px}.section-subtitle{font-size:1rem;letter-spacing:2px;font-weight:600;color:#111;margin-bottom:10px;text-transform:uppercase;text-align:left}.section-title{font-size:2rem;font-weight:700;max-width:500px;letter-spacing:.5px;line-height:1.4;text-align:left}.card-columns{display:flex;gap:60px;justify-content:center;flex-wrap:wrap}.card-column{display:flex;flex-direction:column;gap:40px;width:300px}.column-left{margin-top:80px}.feature-card{background-color:#fff;border-radius:20px;padding:30px 25px;box-shadow:0 6px 20px rgba(0,0,0,.04);background-image:url(/uploads/Topographic\ 4.svg);background-repeat:no-repeat;background-size:cover}.feature-card h3{font-size:1.1rem;font-weight:600;margin:15px 0 10px}.feature-card p{font-size:.9rem;color:#555;line-height:1.6}.icon{width:40px;height:40px;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}.icon img{width:20px;height:20px;object-fit:contain}.icon.green{background-color:#00c16a}.icon.red{background-color:#ff5c5c}.icon.blue{background-color:#4f8df9}.icon.yellow{background-color:#f5c344}.hero-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:50px}.hero-banner{position:relative;width:85%;height:500px;background-image:url(/uploads/Rectangle\ 1745.png);background-size:cover;background-position:50%;border-radius:24px;overflow:hidden}.overlay{position:absolute;inset:0;display:flex;justify-content:flex-start;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.6),transparent);padding-left:60px;width:100%;height:100%}.hero-content{max-width:1000px;color:#fff}.hero-content h2{font-size:2.5rem;line-height:1.5;font-weight:500;margin-bottom:20px}.hero-button{display:inline-block;background-color:#00834f;color:white;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:background .3s}.hero-button:hover{background-color:#009c55}@media (max-width:768px){.overlay{padding-left:20px}.hero-content h2{font-size:1.2rem}.hero-banner{height:300px}}.testimonial-section{background-color:#fcf8ed;padding:80px 20px;text-align:center}.testimonial-container{max-width:900px;margin:0 auto}.testimonial-subtitle{font-size:1.5rem;letter-spacing:2px;color:#1b1a1a;text-transform:uppercase;margin-bottom:20px;font-weight:600}.testimonial-title{font-size:2.5rem;font-weight:700;color:#1e1e1e;line-height:1.5;margin-bottom:50px}.highlight-green{color:#00834f}.highlight-orange{color:#ff8a00}.testimonial-slider{position:relative}.testimonial-content{position:relative;max-width:800px;margin:0 auto 40px;opacity:0;transition:opacity .5s ease}.testimonial-content.active{opacity:1}.quote-icon{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:10rem;color:#d1d1d1;position:absolute;top:-80px;z-index:0}.testimonial-text{font-size:1.5rem;font-weight:600;line-height:1.6;color:#1e1e1e;padding:0 40px;position:relative;z-index:1}.testimonial-line{border:none;border-top:2px solid #00834f;width:500px;margin:40px auto 10px}.testimonial-author{font-size:1.4rem;font-weight:500;color:#4c4b4b}.testimonial-dots{display:flex;justify-content:center;gap:15px;margin-top:30px}.testimonial-dot{width:12px;height:12px;border-radius:50%;background-color:#d1d1d1;cursor:pointer;transition:background-color .3s ease}.testimonial-dot.active{background-color:#00834f}@media (max-width:768px){.testimonial-title{font-size:2rem}.testimonial-text{font-size:1.2rem;padding:0 20px}.testimonial-line{width:200px}.quote-icon{font-size:8rem;top:-60px}}@media (max-width:480px){.testimonial-title{font-size:1.8rem}.testimonial-text{font-size:1.1rem}.testimonial-line{width:150px}}.visual-gallery-section{padding:80px 0;background-color:#f9f9f9;width:100%;overflow:hidden}.visual-gallery-container{max-width:1200px;margin:0 auto;padding:50px 20px}.visual-gallery-heading{font-size:2.5rem;font-weight:700;line-height:1.4;color:#1e1e1e;text-align:center}.visual-row-wrapper{overflow:hidden;width:100%;margin:40px 0;position:relative}.visual-row{display:flex;gap:20px;width:fit-content;padding-bottom:10px;position:relative}.offset-gallery-30{transform:translateX(25px)}.offset-gallery-60{transform:translateX(-120px)}.visual-row img{width:480px;height:230px;object-fit:cover;border-radius:20px;transition:transform .3s ease}.visual-row img:hover{transform:scale(1.03)}.faq-section{background-color:#f1f1f1;padding:80px 20px;text-align:center}.faq-container{max-width:1200px;margin:0 auto}.faq-heading{font-size:2.5rem;font-weight:700;color:#1e1e1e;margin-bottom:30px}.faq-subtext{font-size:1rem;color:#4f4f4f;max-width:700px;margin:0 auto 50px;line-height:1.6}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center}.faq-card{background:white;border-radius:16px;padding:25px;width:100%;max-width:380px;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s ease;cursor:pointer}.faq-card:hover{transform:translateY(-4px)}.faq-icon{width:40px;height:40px;object-fit:contain;flex-shrink:0}.faq-question{margin:0;color:#1e1e1e;font-size:.95rem;font-weight:500;line-height:1.4;text-align:start;flex-grow:1}.faq-question-container{display:flex;align-items:center;gap:16px;margin-bottom:12px;width:100%}.faq-chevron-container{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-chevron{width:20px;height:20px;transition:transform .3s ease;color:#00834f;flex-shrink:0}@media (max-width:992px){.faq-chevron-container{width:22px;height:22px}.faq-chevron{width:18px;height:18px}}@media (max-width:576px){.faq-chevron-container{width:20px;height:20px}.faq-chevron{width:16px;height:16px}}.faq-answer{color:#717070;padding:10px;font-size:1rem;line-height:1.5;display:none;text-align:left;margin-top:8px}.faq-load-btn{display:block;margin:40px auto 0;background-color:#00834f;color:white;padding:20px 100px;font-size:.8rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.faq-button-wrapper{display:flex;justify-content:center;margin-top:40px}.faq-load-btn:hover{background-color:#009c55}@media (max-width:992px){.faq-grid{grid-template-columns:repeat(2,1fr)}.faq-answer{padding-left:0}.faq-question-container{gap:12px}}@media (max-width:576px){.faq-grid{grid-template-columns:1fr}.faq-card{padding:20px}.faq-question{font-size:.9rem}.faq-answer{font-size:.8rem}}.contact-wrapper{padding:60px}.contact-map-section{background:url(/uploads/map.png) no-repeat 50%/cover;border-radius:20px;position:relative;display:flex;justify-content:flex-end;align-items:center;min-height:500px;overflow:hidden;padding:60px 40px}.form-container{background-color:white;padding:40px;border-radius:20px;max-width:400px;width:100%;box-shadow:0 8px 20px rgba(0,0,0,.1)}.form-title{font-size:1.6rem;font-weight:700;color:#1e1e1e;margin-bottom:10px}.form-subtext{font-size:.95rem;color:#4f4f4f;margin-bottom:30px;line-height:1.6}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;margin-bottom:15px;border:none;border-radius:8px;background-color:#f3f3f3;font-size:.95rem}.contact-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px}.contact-form textarea{resize:none}.contact-form button{width:100%;background-color:#00834f;color:white;padding:12px;font-size:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.contact-form button:hover{background-color:#009c55}.site-footer{margin-top:20px;background-color:#00834f;color:white;padding:60px 20px 30px;text-align:center;font-family:Segoe UI,sans-serif}.newsletter-box{border:1px solid white;border-radius:16px;padding:30px 40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto 50px;text-align:left;gap:20px}.newsletter-text h3{font-size:1.4rem;font-weight:600;margin-bottom:8px}.newsletter-text p{font-size:.95rem;color:#f0f0f0;max-width:400px}.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}.newsletter-form input{padding:12px 16px;border-radius:8px;border:1px solid white;outline:none;font-size:.95rem;min-width:250px;background:transparent;color:white}.newsletter-form input::placeholder{color:#f0f0f0}.newsletter-form button{padding:12px 20px;border-radius:8px;background:white;color:#00834f;font-weight:600;border:none;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:#e6e6e6}.footer-logo{margin-top:30px;margin-bottom:30px}.footer-logo img{height:80px}.footer-nav{display:flex;justify-content:center;gap:40px;margin-bottom:30px;flex-wrap:wrap}.footer-nav a{color:white;font-weight:500;text-decoration:none;font-size:1rem}.footer-nav a:hover{text-decoration:underline}.footer-divider{border:none;border-top:1px solid white;max-width:90%;margin:30px auto}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1100px;margin:0 auto;font-size:.85rem;padding:0 20px}.footer-left{text-align:left;justify-self:start;color:#f0f0f0}.footer-left a{color:#f0f0f0;text-decoration:none}.footer-left a:hover{text-decoration:underline}.footer-social{display:flex;gap:20px;justify-self:center}.footer-social img{width:24px;height:24px;filter:brightness(0) invert(1)}.footer-right{text-align:right;justify-self:end;color:#f0f0f0}@media (max-width:1200px){.contact-wrapper{padding:30px}.plan-card{padding:60px 40px}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.how-it-works-header-wrapper{padding-right:40px}.card-columns{gap:30px}}@media (max-width:992px){.contact-wrapper{padding:15px}.hero h1{font-size:2.4rem}.benefits-header h4,.plan-card h2{font-size:1.8rem}.benefits-header h2{font-size:1.6rem}.how-it-works-header-wrapper{padding-right:20px}.how-it-works-header{width:100%;max-width:500px}.steps-container{flex-direction:column;align-items:center;gap:30px}.step{width:100%;max-width:300px}.step-2,.step-3{margin-top:0}.card-column{width:100%;max-width:400px}.column-left{margin-top:0}.visual-row img{width:360px;height:180px}}@media (max-width:768px){.contact-wrapper{padding:20px}.navbar{padding:15px 20px}.logo img{height:40px;margin-left:10px;margin-right:20px}.menu-icon{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;flex-direction:column;align-items:flex-start;padding:80px 40px 40px;transition:right .3s ease;box-shadow:-2px 0 10px rgba(0,0,0,.1)}.nav-links.active{right:0}.nav-links li{width:100%;margin:15px 0}.nav-links li a{font-size:1.1rem;display:block;padding:10px 0}.nav-links:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s ease;z-index:-1}.nav-links.active:before{opacity:1;visibility:visible}.hero{padding:60px 20px 30px}.hero h1{font-size:2rem}.image-strip img{width:300px;height:160px}.plan-card{padding:40px 20px}.plan-items{grid-template-columns:1fr}.benefits-section{padding:60px 20px}.benefits-header h4{font-size:1.6rem;margin-bottom:30px}.benefits-header h2{font-size:1.4rem}.benefit-card{padding:20px}.how-it-works-section{padding:60px 20px}.how-it-works-header-wrapper{padding-right:0}.how-it-works-header h2,.section-title{font-size:1.6rem}.hero-banner{width:95%;height:400px}.overlay{padding-left:30px}.hero-content h2{font-size:1.4rem}.testimonial-title{font-size:1.6rem}.faq-grid{grid-template-columns:1fr}.contact-map-section{flex-direction:column;padding:30px 15px}.form-container{padding:25px 20px;max-width:100%}.form-title{font-size:1.4rem}.form-subtext{font-size:.9rem;margin-bottom:20px}.contact-form input,.contact-form select,.contact-form textarea{padding:10px 12px;font-size:16px;margin-bottom:12px}.newsletter-box{padding:20px;margin:0 15px 40px}.newsletter-text{text-align:center;margin-bottom:20px}.newsletter-text h3{font-size:1.2rem;margin-bottom:6px}.newsletter-text p{font-size:.9rem}.newsletter-form{display:flex;flex-direction:column;align-items:center;gap:12px}.newsletter-form input{width:100%;max-width:300px;padding:10px 12px;font-size:16px}.newsletter-form button{width:100%;max-width:300px;padding:10px}.footer-bottom{grid-template-columns:1fr;gap:20px;text-align:center}.footer-left,.footer-right{text-align:center;justify-self:center}}@media (max-width:480px){.contact-wrapper{padding:10px}.hero h1{font-size:1.8rem}.buy-btn{padding:12px 24px;font-size:.9rem}.image-strip img{width:260px;height:140px}.plan-card h2{font-size:1.6rem}.benefits-header h4{font-size:1.4rem}.benefits-header h2{font-size:1.2rem}.icon-wrapper{width:40px;height:40px}.benefit-card h3{font-size:1rem}.hero-banner{height:300px}.overlay{padding-left:20px}.hero-content h2{font-size:1.2rem}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:100%}.footer-nav{gap:20px}}@media (max-width:768px){.image-strip-wrapper,.visual-row-wrapper{margin:20px 0}.image-strip,.visual-row{gap:10px}.offset-30,.offset-60,.offset-gallery-30,.offset-gallery-60{transform:none}}@media (max-width:576px){.benefits-grid{grid-template-columns:1fr}}@media (max-width:480px){.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}}.pricing{display:flex;align-items:center;gap:8px;margin:16px 0;position:relative}.price-tag{background:linear-gradient(135deg,#ff6b35,#ff8f65);color:white;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;position:relative}.price-tag:before{content:"Special Offer";display:block}.price-tag:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #ff6b35;border-top:6px solid transparent;border-bottom:6px solid transparent}.original-price{color:#999;text-decoration:line-through;font-size:16px;font-weight:500}.discounted-price{color:#2d5016;font-size:24px;font-weight:700;background:linear-gradient(135deg,#4caf50,#66bb6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.discounted-price:before{content:"$";position:absolute;left:-2px;color:#2d5016;-webkit-text-fill-color:#2d5016}@media (max-width:768px){.pricing{gap:6px;margin:12px 0}.price-tag{font-size:10px;padding:3px 6px}.original-price{font-size:14px}.discounted-price{font-size:20px}}.pricing:hover .discounted-price{animation:priceGlow .5s ease-in-out}@keyframes priceGlow{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}