/* Town landing pages - additions only, reuses style.css.
   Must stay in the MAIN page's design language: cream paper, Fredoka headings,
   pastel cards (f8debc / dceded / ffda73), pill tags, orange (#bf542e) accents.
   Anything flat/bordered here will look like a different website. */
.area-hero{padding:40px 0 70px}
.area-hero h1{font-size:clamp(46px,5.4vw,76px);max-width:19ch;margin:18px 0 24px}
.area-hero h1 em{color:#bf542e}
.area-hero .eyebrow{font-size:11px;letter-spacing:.08em;color:#a34726}
.area-tags{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 0;padding:0;list-style:none}
.area-tags li{background:#dceded;border:0;border-radius:999px;padding:9px 18px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.area-facts{display:grid;gap:14px;margin:26px 0 0;padding:0;list-style:none}
.area-facts li{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:1.5}
.area-facts li:before{content:"¹3";font-weight:700;color:#bd552f;flex:0 0 auto}
.problem-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin:0;padding:0;list-style:none}
.problem-list li{border:0;border-radius:26px;background:#f8debc;padding:30px;transition:transform .2s}
.problem-list li:nth-child(even){background:#dceded;transform:rotate(1deg)}
.problem-list li:hover{transform:translateY(-6px) rotate(0)}
.problem-list h3{font-family:Fredoka,Manrope,sans-serif;font-size:29px;font-weight:400;letter-spacing:-.02em;margin:0 0 10px}
.problem-list p{margin:0;max-width:62ch;color:#435b64}
.area-steps{counter-reset:step;display:grid;gap:26px;margin:0;padding:0;list-style:none;max-width:760px}
.area-steps li{counter-increment:step;display:flex;gap:20px;align-items:flex-start}
.area-steps li:before{content:counter(step, decimal-leading-zero);background:#ffda73;border-radius:50%;width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;font-weight:700;font-size:12px;opacity:1}
.area-steps h3{font-family:Fredoka,Manrope,sans-serif;font-weight:400;font-size:25px;margin:0 0 6px}
.area-steps p{margin:0;max-width:58ch;color:#435b64}
.area-price-card{border:0;border-radius:26px;background:#ffda73;color:var(--ink);padding:32px;max-width:640px;box-shadow:6px 7px 0 #e0bd5f55}
.area-price-card h3{margin-top:0;font-family:Fredoka,Manrope,sans-serif;font-weight:400;font-size:29px}
.area-price-card .price-figure{font-family:Fredoka,Manrope,sans-serif;font-size:46px;font-weight:500;line-height:1;margin:8px 0 16px}
.area-price-card ul{margin:0;padding-left:20px}
.town-links{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.town-links a{border:0;border-radius:100px;background:#fffaf2;box-shadow:0 3px 0 #d9cfa8;padding:11px 20px;text-decoration:none;font-size:14px}
.town-links a:hover{background:#dceded}
.town-links a[aria-current]{background:#163a49;color:#fff;font-weight:500;box-shadow:0 3px 0 #0c2732}
.area-note{font-size:14px;color:var(--muted);opacity:1;max-width:70ch}
@media(max-width:760px){.area-hero{padding:26px 0 55px}.area-hero h1{font-size:clamp(40px,10vw,58px)}.problem-list{grid-template-columns:1fr}.area-price-card{box-shadow:4px 5px 0 #e0bd5f55}}
