*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#1a1a1a}:root{--primary-color:#1a1a1a}a,a:visited{text-decoration:none}ul{list-style:none}body{background-color:#1a1a1a;margin:0;overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border-bottom:1px solid #ffffff1a;width:100%;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.8rem;transition:transform .3s;display:flex}.logo:hover{transform:scale(1.02)}.logo-icon{width:auto;height:50px;margin-top:-15px}.logo-text{color:#fff;letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.nav-links{gap:2.5rem;margin:0;padding:0;display:flex}.nav-links a{color:#fffc;font-size:1rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:#c8d946}.cta-button{color:#1a1a1a;background:#c8d946;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.cta-button:hover{background:#b8c936;transform:translateY(-2px);box-shadow:0 4px 12px #c8d9464d}@media (width<=768px){.nav-links{display:none}.navbar-container{padding:1rem}.logo-icon{height:35px}.logo-text{font-size:1.2rem}.cta-button{padding:.6rem 1.5rem;font-size:.9rem}}.hero{background-image:url(/assets/hero_image-MaM-blih.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.hero-content{text-align:center;color:#fff;z-index:1;max-width:900px;padding:2rem}.hero-content h1{text-shadow:2px 4px 12px #000000b3;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1.2}.hero-content p{text-shadow:1px 2px 8px #0009;margin-bottom:2.5rem;font-size:1.6rem;font-weight:500;line-height:1.5}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.btn-primary{color:#1a1a1a;background:#c8d946;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-primary:hover{background:#b8c936;transform:translateY(-2px);box-shadow:0 8px 20px #c8d9464d}.btn-secondary{color:#fff;background:#2a2a2a;border:2px solid #2a2a2a;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-secondary:hover{background:#3a3a3a;border-color:#c8d946}@media (width<=768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{padding:.9rem 2rem;font-size:1rem}}.work{background:#1a1a1a;padding:8rem 2rem}.work-container{max-width:1400px;margin:0 auto}.work-header{text-align:center;margin-bottom:4rem}.work-header h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.work-subtitle{color:#9ca3af;font-size:1.3rem;font-weight:500}.videos-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.video-card{aspect-ratio:9/16;background:#111;border:4px solid #c8d946;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.video-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #c8d9464d}.video-player{object-fit:cover;width:100%;height:100%;display:block}.work-footer{text-align:center;color:#9ca3af;border-top:1px solid #2a2a2a;max-width:800px;margin:0 auto;padding-top:2rem;font-size:1.2rem;line-height:1.6}@media (width<=968px){.work-header h2{font-size:2rem}.work-subtitle{font-size:1.1rem}.videos-grid{grid-template-columns:1fr;gap:2rem}.work-footer{font-size:1rem}}@media (width<=1200px) and (width>=969px){.videos-grid{grid-template-columns:repeat(2,1fr)}}.results{background:#1a1a1a;padding:8rem 2rem}.results-container{max-width:1200px;margin:0 auto}.results-container h2{text-align:center;color:#fff;margin-bottom:4rem;font-size:3rem;font-weight:800}.comparison-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.comparison-card{background:#2a2a2a;border:2px solid #3a3a3a;border-radius:12px;padding:3rem 2.5rem}.comparison-card h3{text-align:center;margin-bottom:2.5rem;font-size:1.8rem;font-weight:700}.with-saguaro{border-color:#c8d946}.with-saguaro h3{color:#c8d946}.without-saguaro h3{color:#9ca3af}.benefit-item{border-bottom:1px solid #3a3a3a;margin-bottom:2rem;padding-bottom:2rem}.benefit-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.benefit-item h4{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.benefit-item p{color:#9ca3af;font-size:1.1rem;line-height:1.6}.highlight-box{text-align:center;background:#0f0f0f;border:3px solid #c8d946;border-radius:12px;padding:3rem}.highlight-box h3{color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:700}.highlight-benefits{flex-direction:column;gap:1rem;max-width:700px;margin-bottom:0;margin-left:auto;margin-right:auto;padding:0;display:flex}.highlight-benefits li{color:#ffffffe6;padding-left:2rem;font-size:1.2rem;list-style:none;position:relative}.highlight-benefits li:before{content:"✓";color:#c8d946;font-size:1.5rem;font-weight:700;position:absolute;left:0}@media (width<=968px){.comparison-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.results{padding:4rem 1.5rem}.results-container h2{font-size:2rem}.comparison-card{padding:2rem 1.5rem}.comparison-card h3{font-size:1.5rem}.benefit-item h4{font-size:1.1rem}.highlight-box{padding:2rem 1.5rem}.highlight-box h3{font-size:1.5rem}}.how-it-works{background:#1a1a1a;padding:8rem 2rem}.how-it-works-container{max-width:1400px;margin:0 auto}.how-it-works-container h2{text-align:center;color:#fff;margin-bottom:4rem;font-size:3rem;font-weight:800}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.step-card{text-align:center;background:#2a2a2a;border:2px solid #3a3a3a;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,border-color .3s}.step-card:hover{border-color:#c8d946;transform:translateY(-5px)}.step-number{color:#1a1a1a;background:#c8d946;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:700;display:flex}.step-card h3{color:#fff;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.step-card p{color:#9ca3af;font-size:1rem;line-height:1.6}.simple-text{text-align:center;color:#ffffffb3;font-size:1.3rem;font-weight:500}@media (width<=1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.how-it-works{padding:4rem 1.5rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.how-it-works-container h2{font-size:2rem}.step-card h3{font-size:1.2rem}}.pricing{background:#1a1a1a;padding:8rem 2rem}.pricing-container{max-width:1400px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:4rem;max-width:900px;margin-inline:auto}.pricing-header h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.pricing-header p{color:#9ca3af;font-size:1.05rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}.service-card{background:#2a2a2a;border:2px solid #3a3a3a;border-radius:12px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative}.service-card:hover{border-color:#c8d946;transform:translateY(-5px);box-shadow:0 10px 30px #c8d94614}.service-card.featured{border-color:#c8d946;box-shadow:0 10px 30px #c8d94614}.star-badge{color:#1a1a1a;background:#c8d946;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;position:absolute;top:-12px;right:20px}.service-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.price{color:#c8d946;margin-bottom:.35rem;font-size:2.5rem;font-weight:900}.service-duration{color:#d1d5db;margin-bottom:1.2rem;font-size:.95rem;font-weight:600}.service-intro{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.service-features{flex:1;margin:0;padding:0}.service-features li{color:#9ca3af;margin-bottom:.8rem;padding-left:1.5rem;font-size:.95rem;line-height:1.6;list-style:none;position:relative}.service-features li:before{content:"•";color:#c8d946;font-size:1.1rem;font-weight:700;position:absolute;left:0}.service-button{color:#1a1a1a;background:#c8d946;border-radius:8px;justify-content:center;align-items:center;margin-top:2rem;padding:.95rem 1.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.service-button:hover{background:#b8c936;transform:translateY(-2px);box-shadow:0 8px 20px #c8d94638}@media (width<=1024px){.services-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.pricing{padding:4rem 1.5rem}.pricing-header{margin-bottom:3rem}.pricing-header h2{font-size:2rem}.pricing-header p{font-size:1rem}.service-card{padding:2rem 1.5rem}.service-card h3{font-size:1.3rem}.price{font-size:2rem}.service-button{width:100%}.star-badge{padding:.35rem .75rem;font-size:.78rem;top:-10px;right:14px}}.get-started{background:#1a1a1a;padding:8rem 2rem}.get-started-container{text-align:center;max-width:700px;margin:0 auto}.get-started-container h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.intro-text{color:#9ca3af;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.success-icon{color:#1a1a1a;background:#c8d946;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:700;display:flex}.contact-form{text-align:left;flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-input,.form-select,.form-textarea{color:#fff;background:#2a2a2a;border:2px solid #3a3a3a;border-radius:8px;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#2a2a2a;border-color:#c8d946;outline:none}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1.2rem center;background-repeat:no-repeat;padding-right:3rem}.form-select option{color:#fff;background:#2a2a2a}.form-textarea{resize:vertical;min-height:120px}.addons-group{flex-direction:column;gap:1rem;display:flex}.addons-label{color:#fff;font-size:1rem;font-weight:600}.checkboxes-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.checkbox-item{cursor:pointer;color:#9ca3af;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.checkbox-item input[type=checkbox]{cursor:pointer;accent-color:#c8d946;width:18px;height:18px}.checkbox-item:hover{color:#fff}.submit-btn{color:#1a1a1a;cursor:pointer;background:#c8d946;border:none;border-radius:8px;margin-top:.5rem;padding:1.2rem 2rem;font-size:1.2rem;font-weight:700;transition:all .3s}.submit-btn:hover{background:#b8c936;transform:translateY(-2px);box-shadow:0 8px 20px #c8d9464d}@media (width<=768px){.get-started{padding:4rem 1.5rem}.get-started-container h2{font-size:2rem}.intro-text{font-size:1.1rem}.form-row,.checkboxes-grid{grid-template-columns:1fr}.submit-btn{padding:1.1rem 2rem;font-size:1.1rem}}.footer{background:#111;border-top:2px solid #2a2a2a;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-brand h3{color:#fff;margin-bottom:.8rem;font-size:1.6rem}.footer-brand p{color:#9ca3af;font-size:.95rem;line-height:1.6}.footer-location{color:#c8d946;margin-top:.5rem;font-weight:600}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:.6rem}.footer-column a{color:#9ca3af;text-decoration:none;transition:all .2s}.footer-column a:hover{color:#c8d946}.footer-link{color:#9ca3af;margin-bottom:.6rem;display:block}.footer-link:hover{color:#c8d946}.footer-cta{color:#1a1a1a;background:#c8d946;border-radius:8px;margin-top:1rem;padding:.7rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.footer-cta:hover{background:#b8c936;transform:translateY(-2px)}.footer-bottom{text-align:center;border-top:1px solid #2a2a2a;padding-top:1.5rem}.footer-bottom p{color:#6b7280;font-size:.85rem}@media (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr}.footer-cta{width:100%}}.book-section{background:#1a1a1a;padding:8rem 2rem}.book-container{max-width:1400px;margin:0 auto}.book-header{text-align:center;margin-bottom:3rem}.book-header h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.book-header p{color:#9ca3af;font-size:1.05rem}.book-embed{background:#1a1a1a;border:2px solid #2a2a2a;border-radius:14px;overflow:hidden;box-shadow:0 10px 40px #0000004d}.book-embed iframe{border:none;width:100%;height:1000px;display:block}@media (width<=768px){.book-section{padding:5rem 1.5rem}.book-header h2{font-size:2rem}.book-header p{font-size:1rem}.book-embed iframe{height:1200px}}.contact-section{background:#1a1a1a;padding:7rem 2rem}.contact-container{max-width:1100px;margin:0 auto}.contact-card{text-align:center;background:#111;border:2px solid #2a2a2a;border-radius:18px;padding:4rem 2rem;box-shadow:0 10px 30px #00000040}.contact-eyebrow{color:#c8d946;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.contact-card h2{color:#fff;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.1}.contact-description{color:#9ca3af;max-width:700px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.contact-description a{color:#c8d946;font-weight:700;text-decoration:none}.contact-description a:hover{text-decoration:underline}.contact-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-button{border-radius:10px;justify-content:center;align-items:center;min-width:160px;padding:.95rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-button.primary{color:#1a1a1a;background:#c8d946}.contact-button.primary:hover{background:#b8c936;transform:translateY(-2px);box-shadow:0 8px 20px #c8d94638}.contact-button.secondary{color:#c8d946;background:0 0;border:2px solid #c8d946}.contact-button.secondary:hover{color:#1a1a1a;background:#c8d946;transform:translateY(-2px)}@media (width<=768px){.contact-section{padding:5rem 1.5rem}.contact-card{padding:2.5rem 1.5rem}.contact-card h2{font-size:2rem}.contact-description{font-size:1rem}.contact-actions{flex-direction:column}.contact-button{width:100%}}
