/* Minimal fallback styles when Tailwind CDN is unavailable */
html,body{height:100%;margin:0;padding:0;font-family:Roboto,Arial,Helvetica,sans-serif;background:#ffffff;color:#1e293b}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}
header{padding:3rem 0;background:linear-gradient(90deg,#f0f7fb,#fff)}
.font-heading{font-family:Montserrat,Arial,Helvetica,sans-serif}
.btn-pol{display:inline-block;padding:0.65rem 1.25rem;border-radius:8px;text-decoration:none}
.bg-pol-blue{background:#3481bf;color:#fff}
.text-pol-blue{color:#3481bf}
.text-pol-accent{color:#f28635}
.bg-pol-accent{background:#f28635;color:#fff}
.bg-white{background:#fff}
.rounded{border-radius:8px}
.shadow-lg{box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.prose{max-width:54ch}
.prose p{margin:0 0 1rem;color:#374151;line-height:1.7;font-size:1rem}
.prose h1,.prose h2,.prose h3{color:#1e293b;margin:1.25rem 0 0.75rem;font-weight:700}
.prose h1{font-size:2rem}
.prose h2{font-size:1.5rem}
.prose h3{font-size:1.25rem}
.prose ul,.prose ol{margin:0 0 1rem 1.25rem;padding:0;list-style:circle;}
.prose li{margin:0.35rem 0;color:#374151}
.prose a{color:#3481bf;text-decoration:underline}
.prose img{max-width:100%;height:auto;border-radius:8px;margin:0.75rem 0}
.prose .lead{font-size:1.05rem;color:#4b5563}
.prose-lg{font-size:1.05rem}
.grid{display:grid;gap:1rem}
@media(min-width:768px){.grid.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}
.hover-lift{transition:transform .25s,box-shadow .25s}
.hover-lift:hover{transform:translateY(-6px)}

/* Basic utilities used on the site */
.text-center{text-align:center}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.15}
.mb-4{margin-bottom:1rem}
.mt-6{margin-top:1.5rem}

/* Hero image fallback sizing */
.aspect-square{width:100%;padding-top:100%;position:relative}
.aspect-square img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* Simple responsive helpers */
@media(min-width:768px){.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-5{grid-column:span 5/span 5}}
