@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@400;700&display=swap");
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; min-height: 100%; background: #026745; }
body { color: #222224; font-family: "Open Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.landing-page { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 22px; }
.offer-card { position: relative; width: 417px; height: 631px; margin: 0; overflow: hidden; border-radius: 30px; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.13); }
.free-ribbon { height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 30px 31px 0 0; background: #0ca83c; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.3; }
.card-content { display: flex; flex-direction: column; align-items: center; }
.logo-stage { width: 300px; height: 200px; margin-top: 0; display: flex; align-items: flex-start; justify-content: center; padding-top: 60px; }
.brand-logo { width: 250px; height: auto; object-fit: contain; }
h1 { margin: -7px 0 0; font-size: 25px; font-weight: 700; line-height: 35px; }
.subtitle { margin: 0; font-size: 16px; font-weight: 600; line-height: 22.4px; }
.subtitle strong { color: #ff7a00; font-weight: 600; }
.saving-pill { display: flex; width: 252px; height: 34px; margin-top: 22px; align-items: center; justify-content: center; border: 1px solid #d5eadb; border-radius: 20px; background: #f1faf4; color: #4b9c55; font-size: 14px; font-weight: 700; line-height: 18.2px; }
.benefits { width: 359px; margin: 23px 0 0 -11px; padding: 0; list-style: none; }
.benefits li { display: flex; height: 28px; align-items: center; color: #000; font-size: 16px; font-weight: 600; line-height: 28.8px; }
.benefits img { width: 25px; height: 25px; margin-right: 9px; }
.cta { display: flex; width: 359px; height: 59px; margin-top: 24px; align-items: center; justify-content: center; border-radius: 100px; background: #0ca83c; color: #fff; font-size: 18px; font-weight: 700; line-height: 23.4px; text-align: center; text-decoration: none; }
.cta:hover { background: #099337; }
.social-proof { margin: 17px 0 0; color: #222224; font-family: Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 22.4px; text-align: center; }
.social-proof strong { color: #0ca83c; font-weight: 700; }
@media (max-width: 800px) {
  .landing-page { padding: 16px; }
  .offer-card { width: min(360px, 100%); height: 548px; margin: 0; border-radius: 20px; }
  .free-ribbon { height: 34px; border-radius: 20px 20px 0 0; font-size: 12px; }
  .logo-stage { width: 310px; height: 175px; margin-top: -2px; padding-top: 51px; transform: none; }
  .brand-logo { width: 238px; height: auto; }
  h1 { margin-top: -5px; font-size: 22px; line-height: 31px; }
  .subtitle { font-size: 14px; line-height: 20px; }
  .saving-pill { width: 266px; height: 34px; margin-top: 18px; font-size: 13px; line-height: 17px; transform: none; }
  .benefits { width: min(296px, calc(100% - 36px)); height: 78px; margin: 20px 0 0; }
  .benefits li { height: 24px; font-size: 13px; line-height: 24px; }
  .benefits img { width: 22px; height: 22px; margin-right: 7px; }
  .cta { width: min(330px, calc(100% - 20px)); height: 52px; margin-top: 20px; font-size: 15px; line-height: 20px; transform: none; }
  .social-proof { margin-top: 13px; font-size: 14px; line-height: 22px; }
}
