@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--forest:#103e35;--lime:#dcf28a;--ink:#182e29;--paper:#f7f8f3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit}a:focus-visible,summary:focus-visible{outline:3px solid #e39842;outline-offset:5px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:var(--forest);color:white}.brand{text-decoration:none;font-family:'Playfair Display',Georgia,serif;font-size:38px;line-height:1;letter-spacing:-2px;display:block}.brand span{display:block;font-family:'DM Sans',Arial,sans-serif;font-size:10px;letter-spacing:2px;margin-top:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;text-decoration:none;background:var(--lime);color:var(--forest);font-weight:700;padding:18px 27px;border-radius:5px;min-height:56px;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#e9ffac;transform:translateY(-2px)}.small{font-size:14px;min-height:46px;padding:13px 20px}.hero{position:relative;min-height:690px;background:var(--forest);color:white;overflow:hidden;display:flex;align-items:center}.hero-image{position:absolute;inset:0 0 0 36%;background:url('rio.jpg') center 42%/cover no-repeat}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#103e35 1%,rgba(16,62,53,.95) 29%,rgba(16,62,53,.44) 59%,rgba(16,62,53,.06) 100%)}.hero-content{position:relative;z-index:1;padding:60px 6vw 70px;max-width:780px}.eyebrow{font-size:12px;letter-spacing:2.2px;font-weight:700;margin:0 0 24px}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.08;letter-spacing:-1.8px;margin:0}h1{font-size:clamp(52px,5.6vw,82px)}h1 em,h2 em{font-weight:500}h1 em{font-size:.87em;color:var(--lime)}.intro{max-width:455px;font-size:18px;line-height:1.7;margin:28px 0}.micro{font-size:13px;margin:14px 0 0;opacity:.85}.image-caption{position:absolute;right:5vw;bottom:25px;z-index:1;font-size:12px;letter-spacing:.7px}.benefits{display:flex;justify-content:space-between;gap:20px;padding:26px 6vw;border-bottom:1px solid #d8ded5;font-size:14px;font-weight:600}.benefits span:before{content:'✓';margin-right:10px}.section{padding:95px 6vw;max-width:1500px;margin:auto}h2{font-size:clamp(36px,4vw,55px)}h3{font-size:22px;font-weight:500;line-height:1.3;margin:20px 0 15px}.section-title{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;align-items:end}.section-title .eyebrow{grid-column:1/-1}.section-title>p:last-child{max-width:440px;margin:0}.options{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:55px}.options article{border-top:1px solid #a8b7a7;padding-top:27px}.number{font-size:12px;letter-spacing:1.5px;color:#526a5d}.options p{color:#50615b}.options a{display:inline-block;font-weight:600;font-size:14px;text-underline-offset:6px;margin-top:15px}.care{max-width:none;background:#e9eee3;display:grid;grid-template-columns:1fr 1fr;gap:100px}.care>div>p:last-child{max-width:420px;margin-top:28px}.care h2 em{color:#577447}.care ul{padding:0;list-style:none;margin:0}.care li{padding:20px 0;border-bottom:1px solid #cbd4c4}.care li:first-child{padding-top:0}.care strong{display:block;font-size:18px;font-weight:500}.care li span{display:block;color:#50615b;margin-top:5px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:50px}.steps>div>span{font-family:Georgia,serif;font-size:36px;color:#638555}.steps p{color:#50615b}.faq{padding-top:25px;display:grid;grid-template-columns:1fr 1.2fr;gap:75px}.faq h2{font-size:42px}.questions details{border-bottom:1px solid #d1d9cc;padding:21px 0}.questions details:first-child{padding-top:0}summary{cursor:pointer;font-weight:600;font-size:17px;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+';font-size:24px;line-height:1}details[open] summary:after{content:'−'}details p{color:#50615b;margin-bottom:0}.final-cta{background:var(--forest);color:white;text-align:center;padding:85px 24px}.final-cta h2{font-size:clamp(44px,5vw,65px)}.final-cta h2 em{color:var(--lime)}.final-cta>p:not(.eyebrow):not(.micro){margin:28px 0}.final-cta .button{margin-top:5px}footer{padding:45px 6vw;display:flex;align-items:center;gap:35px;justify-content:space-between}footer .brand{font-size:30px}footer .brand span{font-size:9px}footer p,footer>a:not(.brand),footer>span{font-size:12px}footer>a:not(.brand){text-underline-offset:4px}.mobile-cta{display:none}@media(min-width:1600px){.hero-content{padding-left:calc((100vw - 1320px)/2)}}@media(max-width:900px){.header{height:85px}.hero{min-height:650px}.hero-image{left:0}.hero:after{background:linear-gradient(90deg,rgba(16,62,53,.97),rgba(16,62,53,.55))}.hero-content{max-width:660px}.benefits{display:grid;grid-template-columns:1fr 1fr;font-size:13px}.section{padding:65px 6vw}.section-title{gap:30px}.options{gap:25px}.care{gap:40px}.faq{gap:30px}.faq h2{font-size:34px}footer{flex-wrap:wrap}.image-caption{display:none}}@media(max-width:600px){.header{padding:0 6vw}.brand{font-size:31px}.brand span{font-size:8px;letter-spacing:1.2px}.small{font-size:12px;padding:12px;gap:5px}.hero{min-height:660px;align-items:flex-end}.hero-content{padding:65px 6vw 55px}.hero-image{background-position:60% center}.hero:after{background:linear-gradient(0deg,#103e35 0%,rgba(16,62,53,.85) 50%,rgba(16,62,53,.18) 100%)}h1{font-size:54px;letter-spacing:-1.2px}h1 em{font-size:.78em}.eyebrow{font-size:10px;letter-spacing:1.7px}.intro{font-size:17px}.hero .button{width:100%;font-size:15px;padding:18px}.benefits{padding:23px 6vw;gap:13px;font-size:12px}.benefits span:before{margin-right:6px}.section-title,.care,.faq{grid-template-columns:1fr}.section-title{gap:20px}.section-title .eyebrow{margin-bottom:0}.options,.steps{grid-template-columns:1fr;gap:30px}.options{margin-top:35px}.options h3{margin-top:13px}.options p{margin-bottom:8px}.options a{margin-top:5px}.care{gap:25px}.care li:first-child{padding-top:15px}.steps{margin-top:35px;gap:18px}.steps>div{position:relative;padding-left:55px}.steps>div>span{position:absolute;left:0;top:12px;font-size:29px}.steps h3{margin-top:15px}.faq{padding-top:10px;gap:35px}.final-cta{padding:65px 6vw}.final-cta .button{width:100%;font-size:14px;gap:10px}footer{padding-bottom:120px;gap:22px}footer p{width:100%;margin:0}.mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:12px 6vw calc(12px + env(safe-area-inset-bottom));background:#103e35;z-index:10;box-shadow:0 -3px 15px #0002}.mobile-cta .button{width:100%;min-height:49px;font-size:14px;padding:14px}.micro{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}


/* Original client branding */
.brand{position:relative;display:block;overflow:hidden;width:230px;height:85px;flex-shrink:0;background:#f5e6e5;border-radius:3px}.brand img{position:absolute;width:230px;height:230px;max-width:none;left:0;top:-66px}.header{background:#f5e6e5;height:110px}.header .button{background:var(--forest);color:white}.header .button:hover{background:#21574b}footer .brand{width:205px;height:77px}footer .brand img{width:205px;height:205px;top:-59px}@media(max-width:600px){.header{height:95px;gap:10px}.header .brand{width:170px;height:64px}.header .brand img{width:170px;height:170px;top:-49px}.header .small{max-width:145px;text-align:center}}@media(max-width:360px){.header .brand{width:145px;height:55px}.header .brand img{width:145px;height:145px;top:-42px}.header .small{font-size:11px;padding:10px}}

footer{background:#f5e6e5}footer .brand{border-radius:0}


.hero-rating{display:inline-block;margin-top:22px;font-size:14px;text-decoration:none}.hero-rating>span{color:var(--lime);margin-right:10px;letter-spacing:2px}.hero-price{font-size:16px;margin:0 0 22px}.hero-price strong{font-size:24px;color:var(--lime)}.hero-price>span{display:block;font-size:12px;margin-top:4px}.pricing{border-bottom:1px solid #d8ded5}.pricing>div:first-child>p:last-child{max-width:650px}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:35px 0 25px}.price-grid article{background:#e9eee3;padding:30px;border-top:3px solid var(--forest)}.price-grid article>span{font-size:12px;letter-spacing:1.5px}.price-grid h3{font-size:44px;font-family:Georgia,serif;margin:14px 0}.price-grid small{font-size:18px;font-family:Arial,sans-serif}.price-grid p{margin:0}.price-note{font-size:14px;max-width:900px;color:#50615b;margin-bottom:25px}.social{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center}.social figure{margin:0}.social figure img{width:100%;height:auto;display:block;border-radius:5px}.social figcaption,.rating-note{font-size:12px;color:#50615b}.social figcaption{margin-top:10px}.review-score{display:flex;gap:20px;align-items:center;margin:25px 0}.review-score>strong{font-size:65px;line-height:1;font-family:Georgia,serif;font-weight:400}.review-score>span{font-size:14px}.stars{color:#986b13;font-size:22px;letter-spacing:3px}.review-link{font-weight:600;text-underline-offset:6px}.rating-note{margin-top:18px}@media(max-width:600px){.hero{min-height:780px}.hero-rating{font-size:12px}.hero-price strong{font-size:22px}.price-grid,.social{grid-template-columns:1fr}.price-grid{gap:20px}.price-grid article{padding:25px}.price-grid h3{font-size:36px}.social{gap:30px}.price-note{font-size:13px}}

.hero-price b{font-size:15px;font-weight:500;margin-left:8px;color:white;white-space:nowrap}@media(max-width:600px){.hero-price b{display:block;margin:2px 0 0}}

