@import url('/fonts.css');
:root{--green:#173e34;--lime:#ddef94;--cream:#f7f6f0;--muted:#59675d;--line:#dce1d6;--white:#fff;--orange:#e49b67;font-family:Arial,Helvetica,sans-serif;color:var(--green);background:var(--cream);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #9a6119;outline-offset:4px}.topline{background:var(--green);color:var(--lime);padding:11px 24px;text-align:center;font-size:11px;letter-spacing:1.1px;font-weight:700}.topline span{font-weight:400;letter-spacing:.2px;margin-left:24px;color:white}header{max-width:1250px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:27px 40px}header>a:last-child{font-size:13px;text-decoration:none}.brand{font-size:27px;font-weight:800;letter-spacing:-1.3px;display:inline-flex;align-items:center;text-decoration:none}.brand>span:not(.brand-icon){font-weight:400}.brand sup{font-size:9px;margin-left:3px;align-self:flex-start}.brand-icon{background:var(--green);color:var(--lime);border-radius:10px;display:inline-grid;place-items:center;width:35px;height:35px;margin-right:10px;font-size:28px}.hero{max-width:1250px;margin:15px auto 0;padding:20px 40px 64px;display:grid;grid-template-columns:1.12fr 1fr;gap:70px;align-items:start}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:700;display:flex;gap:8px;align-items:center}.dot{width:7px;height:7px;background:#7c9b39;border-radius:50%}h1{font-size:clamp(45px,4.8vw,67px);line-height:1.03;letter-spacing:-3px;font-weight:600;margin:24px 0}h1 em{font-family:Georgia,serif;font-weight:400}p{line-height:1.65}.intro{max-width:440px;color:var(--muted);font-size:16px}.reward-card{position:relative;overflow:hidden;background:var(--green);color:white;border-radius:20px;padding:30px;margin-top:30px;max-width:475px;min-height:230px;isolation:isolate}.reward-card:after{content:'';position:absolute;width:280px;height:280px;border:1px solid #76945b;border-radius:50%;right:-120px;top:55px;z-index:-1;box-shadow:0 0 0 24px #254a39,0 0 0 25px #76945b,0 0 0 50px #254a39,0 0 0 51px #76945b}.reward-label{font-size:11px;letter-spacing:1.7px;color:var(--lime)}.amount{font-size:86px;letter-spacing:-5px;line-height:1.1;margin:12px 0 0}.amount sup{font-size:37px;vertical-align:top;position:relative;top:13px;letter-spacing:0}.reward-card p{font-size:13px;margin:0;color:#e3e9da}.card-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:27px;gap:20px}.card-bottom b{font-size:12px}.card-arrow{font-size:32px}.offer-mini{font-size:11px;line-height:1.65;color:var(--muted);max-width:475px}.form-card{background:white;border:1px solid var(--line);padding:34px;border-radius:20px;box-shadow:0 8px 32px #173e3406}.steps{display:flex;align-items:center;gap:9px;font-size:11px;color:#637068;margin-bottom:30px}.step-num{width:22px;height:22px;border-radius:50%;background:#edf0e8;display:grid;place-items:center}.step-num.active{background:var(--green);color:white}.step-line{height:1px;flex:1;background:var(--line);min-width:8px}.form-card h2{font-size:27px;letter-spacing:-.8px;margin:0 0 8px}.sub{font-size:13px;color:var(--muted);margin:0 0 25px}label.field{display:block;font-size:12px;font-weight:700;margin:17px 0 7px}input[type=text],input[type=email],input[type=tel]{width:100%;border:1px solid #cdd6cd;border-radius:8px;padding:14px;background:#fdfdfa;color:var(--green);font-size:15px}input::placeholder{color:#839084}.check{display:flex;align-items:start;gap:10px;font-size:11px;line-height:1.6;color:#556159;margin:18px 0}.check input{flex:none;accent-color:var(--green);width:16px;height:16px;margin:1px 0 0}.check strong{color:var(--green)}.primary{width:100%;background:var(--green);color:white;border:0;border-radius:9px;padding:17px 20px;text-align:center;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:space-between;text-decoration:none}.primary:hover{background:#26594a}.under-button{text-align:center;font-size:10px;color:#667065;margin:12px 0 0}.error{color:#943f2e;background:#fff1e9;padding:12px;border-radius:8px;font-size:13px;line-height:1.5}.error:empty{display:none}.notice{background:#f0f3e6;padding:15px;border-radius:8px;font-size:13px;line-height:1.6;margin-bottom:20px}.hp{position:absolute;left:-9999px}.how{border-top:1px solid var(--line);max-width:1170px;padding:40px 0 60px;margin:auto}.how-top{display:flex;justify-content:space-between;align-items:center}.how h2{font-size:28px;letter-spacing:-1px}.how-top p{font-size:12px;color:var(--muted)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.how-grid article{display:grid;grid-template-columns:35px 1fr;column-gap:15px}.how-grid article>span{font-size:12px;color:#789044;padding-top:5px}.how-grid h3{font-size:16px;margin:0}.how-grid p{font-size:13px;margin:9px 0 0;color:var(--muted)}.terms-strip{max-width:1170px;margin:0 auto 35px;font-size:11px;color:#687267;line-height:1.7}footer{border-top:1px solid var(--line);max-width:1250px;padding:30px 40px;margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px}footer p{font-size:11px;color:var(--muted)}footer nav{display:flex;gap:22px;align-items:center;font-size:11px}.brand.small{font-size:21px}.footer-note{width:100%;font-size:10px;margin:0}.survey-shell{max-width:660px;margin:35px auto 80px;padding:0 20px}.survey-shell h1{font-size:37px;letter-spacing:-1.5px;line-height:1.15}.progress{height:5px;background:#e4e9dc;border-radius:6px;margin:20px 0 30px;overflow:hidden}.progress-fill{height:100%;background:#799449;width:0}.progress-fill[data-step="1"]{width:12.5%}.progress-fill[data-step="2"]{width:25%}.progress-fill[data-step="3"]{width:37.5%}.progress-fill[data-step="4"]{width:50%}.progress-fill[data-step="5"]{width:62.5%}.progress-fill[data-step="6"]{width:75%}.progress-fill[data-step="7"]{width:87.5%}.progress-fill[data-step="8"]{width:100%}.options{display:grid;gap:10px;margin:25px 0}.option{display:flex;gap:12px;align-items:center;padding:17px;border:1px solid var(--line);border-radius:9px;font-size:14px;cursor:pointer}.option:has(input:checked){background:#f0f5dc;border-color:#6b8740}.option input{accent-color:var(--green);width:17px;height:17px}.actions{display:flex;gap:12px}.secondary{border:1px solid var(--line);background:white;border-radius:8px;padding:13px 23px;color:var(--green)}.text-button{display:block;background:none;border:0;color:var(--muted);text-decoration:underline;font-size:12px;margin:22px auto 0}.thank-icon{background:var(--lime);width:70px;height:70px;border-radius:50%;display:grid;place-items:center;font-size:30px;margin-bottom:22px}.success-title{font-size:43px!important}.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.download-grid a{padding:18px 12px;justify-content:center;text-align:center}.legal{max-width:780px;padding:20px 25px 70px;margin:auto}.legal h1{font-size:42px;letter-spacing:-1.5px}.legal h2{font-size:21px;margin-top:30px}.legal p,.legal li{font-size:14px;color:var(--muted);line-height:1.8}.loading{padding:70px;text-align:center}fieldset{border:0;padding:0;margin:0}legend{padding:0}#bot-check{margin-bottom:14px;max-width:100%;overflow:hidden}@media(max-width:900px){.hero{gap:35px;padding:15px 25px 45px}.how,.terms-strip{margin-left:25px;margin-right:25px}.form-card{padding:25px}h1{font-size:51px}.how-grid{gap:20px}}@media(max-width:650px){.topline{font-size:9px;padding:10px}.topline span{display:block;margin:5px 0 0;font-size:10px}header{padding:20px}.hero{display:block;padding:12px 20px 35px;margin:0}.hero-copy{padding-bottom:28px}h1{font-size:49px;margin:20px 0;max-width:420px}.intro{font-size:15px}.reward-card{padding:24px;min-height:200px;max-width:none;margin-top:22px}.amount{font-size:72px}.card-bottom{margin-top:17px}.offer-mini{max-width:none}.form-card{padding:25px 21px}.how{padding:20px 0 35px;margin:0 20px}.how-top{display:block}.how h2{font-size:25px;margin-bottom:7px}.how-grid{grid-template-columns:1fr;gap:24px;margin-top:25px}.terms-strip{margin:0 20px 30px}.steps{font-size:10px;gap:6px}.check{font-size:12px}.under-button{font-size:11px}footer{padding:25px 20px}footer nav{flex-wrap:wrap;gap:15px}.survey-shell{margin-top:20px}.survey-shell h1{font-size:30px}.download-grid{grid-template-columns:1fr}.success-title{font-size:35px!important}.legal h1{font-size:36px}.brand{font-size:25px}.how-top p{margin:8px 0 0}}

.faq{max-width:1170px;margin:0 auto 50px;padding:35px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.4fr;gap:50px}.faq h2{font-size:32px;letter-spacing:-1px;line-height:1.2}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq summary{font-size:15px;font-weight:700;cursor:pointer}.faq details p{color:var(--muted);font-size:14px}.faq details:first-child{padding-top:0}@media(max-width:900px){.faq{margin:0 25px 40px}}@media(max-width:650px){.faq{display:block;margin:0 20px 35px;padding-top:25px}.faq h2{font-size:26px}.faq h2 br{display:none}.faq details:first-child{padding-top:15px}}

.brand small{font-size:9px;letter-spacing:1px;margin-left:6px;font-weight:700}@media(max-width:650px){header .brand{font-size:21px}header .brand-icon{width:28px;height:28px;font-size:23px;margin-right:7px}header>a:last-child{font-size:11px}.brand small{font-size:8px}}

/* Lifestyle image and savings remain one card at every screen size. */
.reward-card-photo{padding:0;min-height:0}
.reward-card-photo:after{display:none}
.fuel-photo{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.reward-details{padding:23px 28px 25px}
.reward-card-photo .amount{font-size:68px;margin:8px 0 2px}
.reward-card-photo .amount sup{font-size:30px;top:10px}
.reward-card-photo .card-bottom{margin-top:17px}
@media(max-width:650px){.reward-details{padding:21px 24px}.reward-card-photo .amount{font-size:62px}}

.mobile-start{display:none}
#signup{scroll-margin-top:18px}
@media(max-width:650px){
 h1{font-size:clamp(41px,12.5vw,49px)}
 input[type=text],input[type=email],input[type=tel]{font-size:16px;min-height:48px}
 .check{min-height:44px}.check input{width:20px;height:20px}
 .faq summary{min-height:44px;display:list-item;padding:12px 0;line-height:1.4}.faq details{padding:7px 0}
 footer nav a,header>a:last-child{min-height:44px;display:inline-flex;align-items:center}
 .secondary,.text-button{min-height:44px}
 .reward-details{padding:17px 22px}.reward-card-photo .amount{font-size:56px}.reward-card-photo .card-bottom{margin-top:12px}.reward-card-photo .card-bottom>.card-arrow{display:none}
 .mobile-start{display:flex;position:fixed;z-index:20;bottom:0;left:0;right:0;gap:20px;align-items:center;justify-content:space-between;background:#fff;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -4px 22px #173e3410}
 .mobile-start>span{font-size:14px;flex-shrink:0}.mobile-start small{display:block;font-size:11px;color:var(--muted);margin-top:3px}
 .mobile-start .primary{max-width:190px;min-height:48px;padding:14px 18px;gap:14px}
 .mobile-start.form-visible{display:none}
 body:has(.mobile-start){padding-bottom:calc(86px + env(safe-area-inset-bottom))}
}
