/* contact.php — static CSS (no Tailwind CDN) */
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f9fafb;color:#1f2937}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:inherit}
h1,h2,h3,p{margin:0}
br{display:block}

:root{
  --primary:#1a5276;
  --secondary:#3498db;
  --accent:#f39c12;
}

.content-auto{content-visibility:auto}
.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}
.text-shadow-lg{text-shadow:0 4px 8px rgba(0,0,0,.25)}
.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.card-hover{transition:all .3s ease}
.card-hover:hover{transform:translateY(-5px)}

.container{width:100%;margin-left:auto;margin-right:auto}
@media(min-width:640px){.container{max-width:640px}}
@media(min-width:768px){.container{max-width:768px}}
@media(min-width:1024px){.container{max-width:1024px}}
@media(min-width:1280px){.container{max-width:1280px}}

.flex{display:flex}
.inline-block{display:inline-block}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.max-w-2xl{max-width:42rem}
.max-w-md{max-width:28rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mr-0{margin-right:0}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}
.mr-3{margin-right:.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.text-center{text-align:center}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-sans{font-family:Inter,system-ui,sans-serif}
.font-display{font-family:Poppins,sans-serif}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.overflow-x-hidden{overflow-x:hidden}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-gray-100{border-color:#f3f4f6}
.border-green-200{border-color:#bbf7d0}
.border-red-200{border-color:#fecaca}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.transition-colors{transition:color .15s,background-color .15s,border-color .15s}

.text-white{color:#fff}
.text-white\/90{color:rgba(255,255,255,.9)}
.text-primary{color:var(--primary)}
.text-secondary{color:var(--secondary)}
.text-gray-600{color:#4b5563}
.text-gray-800{color:#1f2937}
.text-green-700{color:#15803d}
.text-red-700{color:#b91c1c}

.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-green-50{background-color:#f0fdf4}
.bg-red-50{background-color:#fef2f2}
.bg-primary\/5{background-color:rgba(26,82,118,.05)}
.bg-primary\/10{background-color:rgba(26,82,118,.1)}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-primary{--tw-gradient-from:var(--primary);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(26,82,118,0))}
.to-sky-700{--tw-gradient-to:#0369a1}

.hover\:text-primary:hover{color:var(--primary)}

@media(min-width:768px){
  .md\:mb-0{margin-bottom:0}
  .md\:mr-6{margin-right:1.5rem}
  .md\:flex-row{flex-direction:row}
  .md\:items-start{align-items:flex-start}
  .md\:p-8{padding:2rem}
  .md\:py-16{padding-top:4rem;padding-bottom:4rem}
  .md\:py-20{padding-top:5rem;padding-bottom:5rem}
  .md\:text-left{text-align:left}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
}
@media(min-width:1024px){
  .lg\:text-5xl{font-size:3rem;line-height:1}
}
