*{box-sizing:border-box}
body{margin:0; background:#F7F5F0; color:#1C1D1A; font-family:"Nunito Sans","Segoe UI",system-ui,sans-serif; line-height:1.6}
main{max-width:720px; margin:0 auto; padding:36px 20px 56px}
h1,h2{font-family:"Fraunces",Georgia,serif; letter-spacing:-.01em; line-height:1.15}
h1{font-size:clamp(28px,6vw,38px); margin:0 0 6px}
h2{font-size:20px; margin:28px 0 6px}
p,li{font-size:16px; color:#4A4E46}
ul{padding-left:20px}
a{color:#22522A; font-weight:700; overflow-wrap:anywhere}
.date{font-size:14px; color:#6E736A; margin:0}
.back{display:inline-block; margin-bottom:22px; font-size:15px}
hr{border:0; border-top:1px solid #E2E0D5; margin:44px 0}

/* página de gracias */
.cta-row{margin:22px 0 8px}
.btn{
  display:block; text-align:center; text-decoration:none; color:#fff; font-weight:800; font-size:18px;
  padding:16px 20px; border-radius:999px;
  background:linear-gradient(180deg,#EF6229 0%,#DC4F16 100%);
  box-shadow:0 8px 22px -8px rgba(220,79,22,.34);
}
.btn:focus-visible{outline:3px solid #2E6B37; outline-offset:3px}
.note{font-size:14px; color:#6E736A; text-align:center; margin:0}
.tip{font-size:15px; color:#1C1D1A; background:#EEF3EC; border:1px solid #D4E0D2;
     border-radius:12px; padding:12px 14px; margin:14px 0 10px}
