:root{--color: #2c6e46;--color-primary: #5c9471;--color-primary-dark: #4f8a64;--color-primary-light: #5f9876;--color-secondary: #2c6e46;--color-secondary-dark: #2c6e46;--color-secondary-darker: #2d5a3d;--color-accent: #dff5b2;--color-accent-light: #dcefd6;--color-white: #ffffff;--color-gray-light: #f2f2f2;--color-text-dark: #333;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 2.5rem;--spacing-3xl: 3rem;--spacing-4xl: 4rem;--spacing-5xl: 5rem;--spacing-6xl: 6rem;--radius-2xs: 2px;--radius-xs: 8px;--radius-base: 16px;--radius-sm: 20px;--radius-md: 25px;--radius-lg: 28px;--radius-xl: 50px;--radius-2xl: 70px;--radius-3xl: 80px;--radius-pill: 999px;--radius-circle: 50%;--shadow-sm: 2px 2px 8px rgba(0, 0, 0, .2);--shadow-md: 3px 4px 20px rgba(45, 90, 61, .15);--shadow-lg: 4px 6px 20px rgba(0, 0, 0, .15);--shadow-xl: 5px 10px 35px rgba(0, 0, 0, .15);--shadow-2xl: 12px 14px 24px rgba(0, 0, 0, .1);--shadow: 12px 14px 24px rgba(0, 0, 0, .1);--shadow-hover: 5px 12px 32px rgba(0, 0, 0, .2);--transition-base: all .3s ease;--font-heading: "Besley", serif;--font-body: "Roboto", sans-serif}*{box-sizing:border-box;margin:0;padding:0}#root,app-root{width:100%;overflow-x:hidden}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--color-text-dark);margin:0;padding:0}html,body{height:100%;overflow-x:hidden;max-width:100vw}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0}h1{font-weight:800}h2,h3{font-weight:700}h4,h5,h6{font-weight:600}.font-weight-bold{font-weight:700}.font-weight-semibold{font-weight:600}.font-weight-medium{font-weight:500}.font-weight-regular{font-weight:400}.container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-xl)}.max-w-1400{max-width:1400px}.max-w-1300{max-width:1300px}.max-w-1200{max-width:1200px}.max-w-1100{max-width:1100px}.max-w-1000{max-width:1000px}.max-w-900{max-width:900px}.max-w-800{max-width:800px}.max-w-700{max-width:700px}.max-w-650{max-width:650px}.max-w-600{max-width:600px}.max-w-500{max-width:500px}.btn{display:inline-block;font-family:var(--font-body);font-size:1rem;font-weight:400;text-decoration:none;text-align:center;border-radius:var(--radius-pill);padding:.55rem 3.5rem;border:2px solid transparent;cursor:pointer;transition:var(--transition-base);line-height:1.5;white-space:nowrap}.btn-primary{background-color:var(--color-accent);color:#000;border-color:var(--color-accent)}.btn-primary:hover{background-color:var(--color-accent-light);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:#000;border-color:var(--color-secondary);border-width:2px}.btn-secondary:hover{background:var(--color-gray-light);border-color:var(--color-secondary)}.btn-hero-primary{background-color:var(--color-white);color:#000;border-color:var(--color-white)}.btn-hero-primary:hover{background-color:var(--color-gray-light);box-shadow:3px 5px 16px #00000040}.btn-hero-secondary{background:var(--color-white);color:var(--color-secondary-dark);border:2px solid var(--color-white)}.btn-hero-secondary:hover{background:var(--color-gray-light);border-color:var(--color-gray-light);color:var(--color-secondary)}.hero{background:linear-gradient(to bottom,#417e58,#71a483);padding:var(--spacing-4xl) 0;height:auto;width:100%;position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero .container{overflow:visible;position:relative;max-width:100%;padding:0;margin:0 auto}.hero-content{gap:0;max-width:100%;margin:0;padding:0;width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.plan-nav-arrow{position:absolute;left:20%;top:50%;transform:translateY(-50%);z-index:10;width:150px;height:150px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-base)}.plan-nav-arrow:hover{transform:translateY(-50%) scale(1.1)}.plan-nav-arrow img{width:100%;height:100%;object-fit:contain}.hero-text{max-width:none;flex:0 0 50%;color:var(--color-white);padding-left:0}.hero-buttons{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.hero-contact{margin-top:var(--spacing-lg)}.hero-contact-text{font-size:.9rem;opacity:.9;margin-bottom:.3rem}.hero-contact-phone{font-size:1.05rem;font-weight:600;color:var(--color-white);text-decoration:none;display:inline-block;transition:var(--transition-base)}.hero-contact-phone:hover{opacity:.85}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:400;padding:.75rem 3.75rem;border-radius:999px;min-width:200px;height:50px}.hero-buttons .btn-hero-primary{background-color:var(--color-white);color:#000;border:2px solid var(--color-white)}.hero-buttons .btn-hero-secondary{background-color:transparent;color:var(--color-white);border:2px solid var(--color-white)}.hero-buttons .btn-hero-primary:hover{background-color:var(--color-gray-light)}.hero-buttons .btn-hero-secondary:hover{background-color:#ffffff0f}.hero-buttons{width:fit-content;min-width:60%;display:flex;gap:1rem}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 4rem;height:54px;border-radius:999px;font-size:1.15rem;font-weight:400;width:70%;max-width:70%}.hero-card{position:relative;max-width:500px;background:#fff;border-radius:30px;overflow:hidden;box-shadow:5px 10px 40px #00000026;z-index:2}.hero-card-image{width:100%;height:auto;display:block}.hero-card-content{padding:2rem;text-align:center}.hero-card-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--color-secondary-dark);margin-bottom:1.5rem;line-height:1.2}.hero-bg-left,.hero-bg-right{position:absolute;top:0;height:100%;width:35%;overflow:hidden;z-index:1}.hero-bg-left{left:0}.hero-bg-right{right:0}.hero-bg-left img,.hero-bg-right img{width:100%;height:100%;object-fit:cover}.hero-images-wrapper{flex:0 0 50%;position:relative;overflow:visible}.hero-images-carousel{position:relative;width:100%}.hero-images{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem}.hero-images .oval-image{border-radius:200px;overflow:hidden;flex-shrink:0}.hero-images .oval-image img{width:100%;object-fit:cover;object-position:center top;display:block}.plan-nav-arrow{position:absolute;left:15%;top:50%;transform:translateY(-50%)}.hero-title{font-family:var(--font-heading);font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;font-weight:350}.hero-images .oval-image{flex:0 1 48%;width:auto;border-radius:200px;overflow:hidden}.hero-images-wrapper{flex:0 1 48%;max-width:49%;margin-left:1.5rem}.hero-text{flex:1 1 49%;max-width:49%}.icon-circle{width:56px;height:56px;border-radius:var(--radius-circle);background:var(--color-accent);display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-sm)}.card{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-xl);transition:var(--transition-base)}.card:hover{transform:translateY(-5px)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-2xl{box-shadow:var(--shadow-2xl)}.shadow-hover{box-shadow:var(--shadow-hover)}.card-shadow-sm{box-shadow:var(--shadow-md)}.card-shadow-md{box-shadow:var(--shadow-lg)}.card-shadow-lg{box-shadow:var(--shadow-xl)}.card-shadow-xl{box-shadow:var(--shadow-2xl)}.rounded-2xs{border-radius:var(--radius-2xs)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-base{border-radius:var(--radius-base)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-pill{border-radius:var(--radius-pill)}.rounded-circle{border-radius:var(--radius-circle)}.main-section{background-color:#f8f8f8;padding:4rem 0}.section-title{font-size:3rem;font-weight:700;text-align:center;color:var(--color-secondary);margin-bottom:3rem}.section{padding:var(--spacing-6xl) 0;background-color:var(--color-white)}.section-md{padding:var(--spacing-4xl) 0}.section-sm{padding:var(--spacing-3xl) 0}.payment-section{padding:5rem 0}.payment-section .container{max-width:1400px;margin:0 auto;text-align:left}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem;justify-items:center;align-items:start}.payment-card{background:#f8f8f8;padding:4rem 2rem;border-radius:var(--radius-xl);box-shadow:5px 10px 30px #00000026;height:100%;display:flex;flex-direction:column;align-items:center;max-width:360px;width:100%;text-align:left}.payment-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:5rem;margin-top:2rem}.payment-icon img{width:80px;height:80px;object-fit:contain}.payment-icon:after{content:"";position:absolute;left:50%;bottom:-4rem;transform:translate(-50%);width:360%;height:2px;background-color:var(--color-accent);border-radius:2px}.payment-title{width:100%;text-align:left;font-size:1.625rem;font-weight:700;color:var(--color-secondary-dark)}.payment-description{width:100%;color:#000;line-height:1.6;font-size:1.25rem;font-weight:300;margin-top:.3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.feature-card{background:#f8f8f8;padding:2rem 2rem 8rem;border-radius:var(--radius-xl);text-align:left;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-shadow:var(--shadow-2xl);width:85%}.feature-card:hover{transform:translateY(-5px);box-shadow:5px 12px 30px #0003}.feature-icon{margin-bottom:.5rem;display:flex;justify-content:flex-start;align-items:center}.feature-icon img{width:48px;height:48px;object-fit:contain}.feature-title{font-size:1.8rem;font-weight:700;color:var(--color-secondary-dark);margin-bottom:1rem}.feature-description{color:#000;line-height:1.6;font-size:1.125rem;font-weight:300}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.step-card{text-align:center;padding:3rem;background:#f8f8f8;border-radius:16px}.step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step-icon img{width:100%;height:100%;object-fit:contain}.step-text{color:var(--color-secondary-dark);line-height:1.6;font-weight:600;font-size:1.25rem}@media (max-width: 992px){.payment-grid{grid-template-columns:1fr}.plan-nav-arrow{top:30%;width:120px;height:120px}}@media (max-width: 768px){.hero{padding:var(--spacing-3xl) 0;min-height:400px}.hero-bg-left,.hero-bg-right{width:25%}.hero-card-title{font-size:2rem}.hero-content{flex-direction:column;width:100%}.hero-images-wrapper,.hero-text{flex:1 1 100%}.hero-images{margin-left:0;justify-content:center}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center;white-space:nowrap}.plan-nav-arrow{width:80px;height:80px;left:2%}.plan-nav-arrow img{width:80px;height:80px}.features-grid,.steps-grid,.payment-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.payment-card{padding:1.5rem 1.25rem;max-width:100%;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:0;text-align:center}.payment-icon{width:100%;padding-bottom:1.25rem;margin:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;height:auto}.payment-icon img{width:60px;height:60px}.payment-icon:after{width:100%;height:2.5px;bottom:0}.payment-content{width:100%}.payment-title{font-size:1.5rem;text-align:left;font-weight:800}.payment-description{font-size:1rem;text-align:left;line-height:1.5;font-weight:400}}@media (max-width: 1700px){.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{padding:.75rem 2.25rem;font-size:.95rem;min-width:160px;white-space:nowrap}.hero-buttons{gap:.85rem}}@media (max-width: 1400px){.hero-text{padding-right:3rem}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.15rem}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{padding:.75rem 2rem;font-size:.9rem;min-width:150px;white-space:nowrap}.hero-buttons{gap:.75rem}}@media (max-width: 1200px){.hero-text{padding-right:2rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.1rem}.hero-images .oval-image{width:42%}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{padding:.75rem 2rem;font-size:.9rem;min-width:150px;white-space:nowrap}.hero-buttons{gap:.75rem}}@media (max-width: 992px){.hero{padding:3rem 0 2rem;min-height:auto}.carousel-dots{display:none}.hero-content{flex-direction:column;gap:1rem;align-items:center;margin:0;padding:0;width:100%}.hero-text{padding:0 1.5rem;text-align:center;width:100%;margin-left:0;display:contents}.hero-title{font-size:2.75rem;margin-bottom:1.5rem;order:1;width:100%;padding:0 2rem}.hero-subtitle{order:3;padding:0 2rem}.hero .container{padding:0}.hero-images-wrapper{margin:0;min-height:auto;width:100%;max-width:100%;order:2}.hero-images-carousel{height:auto;width:100%}.hero-images{justify-content:center;gap:0;margin:0;padding:0;width:100%}.hero-images .oval-image:first-child{display:none}.hero-images .oval-image:last-child{width:100%;max-width:100%;border-radius:30px;margin:0;padding:0;flex:1 1 100%}.hero-images .oval-image img{width:100%;height:70vh;object-fit:cover;border-radius:30px;object-position:center 40%}.hero-buttons{align-items:center;justify-content:center;flex-direction:column;order:4;min-width:100%;max-width:100%;display:flex;padding:0;margin:0}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{width:100%;min-width:100%;max-width:100%}.plan-nav-arrow{display:flex!important;position:absolute;left:-15%;top:50%;transform:translate(-50%,-50%);width:100px;height:100px;z-index:20}}@media (max-width: 576px){.hero{padding:2rem 0 1.5rem}.hero-title{font-size:2.25rem;margin-bottom:1.25rem;padding:0 1.5rem}.hero-subtitle{padding:0 1.5rem}.hero .container{padding:0}.hero-images .oval-image:last-child{width:95vw;max-width:95vw;border-radius:25px;padding:0}.hero-images .oval-image img{height:400px;border-radius:25px;object-position:center 40%}.hero-buttons{padding:0 1.5rem;flex-direction:column}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{font-size:.95rem;padding:.875rem 0rem;width:100%;max-width:100%}.plan-nav-arrow{display:flex!important;position:absolute;left:2%;top:50;transform:translateY(-50%);width:70px;height:70px;z-index:20}}.payment-card{background-color:#fbfaf9}
