/*
Theme Name: Tecnosteel
Theme URI: https://tecnosteel.co.mz
Author: Tecnosteel
Author URI: https://tecnosteel.co.mz
Description: Tema WordPress institucional para a TECNOSTEEL, Limitada — construção civil e engenharia em Moçambique. Convertido a partir do design original em React.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tecnosteel
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */
:root {
  --radius: 0.75rem;

  --navy: #0d2840;
  --navy-deep: #0a1d30;
  --crimson: #f21d56;
  --crimson-glow: #ff5680;

  --background: #fcfcfd;
  --foreground: #131f2b;
  --card: #ffffff;
  --muted: #f4f5f7;
  --muted-foreground: #666f79;
  --accent: #fbe9ed;
  --border: #e8eaed;

  --gradient-hero: linear-gradient(135deg, rgba(13, 40, 64, 0.94), rgba(242, 29, 86, 0.72));
  --gradient-brand: linear-gradient(45deg, var(--crimson), var(--navy));
  --gradient-brand-reverse: linear-gradient(45deg, var(--navy), var(--crimson));

  --shadow-elevated: 0 30px 60px -25px rgba(13, 40, 64, 0.35);
  --shadow-glow: 0 0 60px rgba(242, 29, 86, 0.32);
  --shadow-card: 0 12px 40px -18px rgba(19, 31, 43, 0.22);
  --transition-smooth: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ==========================================================================
   2. Reset / base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--background);
  color: var(--foreground);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--navy);
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }

.container { max-width: 1152px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
.container-narrow { max-width: 42rem; margin: 0 auto; padding: 0 1.5rem; }

.section { padding: 6rem 0; }
@media (min-width: 640px) { .section { padding: 8rem 0; } }
.section-muted { background: var(--muted); }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--crimson);
}
.section-title {
  margin-top: 0.75rem;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 640px) { .section-title { font-size: 3rem; } }
.section-title::after {
  content: "";
  display: block;
  margin-top: 1rem;
  height: 4px;
  width: 64px;
  border-radius: 999px;
  background: var(--gradient-brand);
}
.center { text-align: center; }
.center .section-title::after { margin-left: auto; margin-right: auto; }
.lede {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  color: var(--muted-foreground);
}

.text-gradient {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  transition: var(--transition-smooth);
}
.btn-primary {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }
.btn-outline-dark {
  border: 1px solid var(--border);
  color: var(--navy);
  background: #fff;
}
.btn-outline-dark:hover { background: var(--muted); }
.btn-block { width: 100%; justify-content: center; }

/* ==========================================================================
   3. Glass / cards
   ========================================================================== */
.glass {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.glass-dark {
  background: rgba(13, 40, 64, 0.55);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); }

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: var(--shadow-glow);
  margin-bottom: 1.25rem;
}
.icon-box svg { width: 24px; height: 24px; }
.icon-box.icon-box-navy { background: var(--navy); box-shadow: none; }
.icon-inline { width: 15px; height: 15px; vertical-align: -2px; }

/* ==========================================================================
   4. Header / Navbar
   ========================================================================== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 1rem 0;
  transition: var(--transition-smooth);
}
.site-header.is-scrolled { padding: 0.5rem 0; }

.navbar {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  transition: var(--transition-smooth);
}
.navbar.glass-dark { color: #fff; }
.navbar.glass { color: var(--foreground); }

.brand { display: inline-flex; }
.brand img {
  height: 40px;
  width: auto;
  background: #fff;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(13, 40, 64, 0.15);
}

.nav-links { display: none; align-items: center; gap: 1.5rem; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-links a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.85;
  transition: var(--transition-smooth);
}
.nav-links a:hover, .nav-links a.is-active { opacity: 1; color: var(--crimson); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: var(--gradient-brand);
  transition: width 0.3s;
}
.nav-links a:hover::after { width: 100%; }

.nav-actions { display: none; align-items: center; gap: 0.5rem; }
@media (min-width: 1024px) { .nav-actions { display: flex; } }

.nav-toggle {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.nav-toggle span { display: block; height: 2px; width: 22px; background: currentColor; }
.nav-toggle span:last-child { width: 15px; }

.mobile-menu {
  display: none;
  margin-top: 0.5rem;
  border-radius: 1.25rem;
  padding: 1rem;
  box-shadow: var(--shadow-card);
}
.mobile-menu.is-open { display: block; }
.mobile-menu li a {
  display: block;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--foreground);
}
.mobile-menu li a:hover { background: var(--muted); }
.mobile-menu .mobile-cta {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

/* ==========================================================================
   5. Hero (sem 3D — fundo cinza claro + blocos brancos)
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fafb 0%, #eef0f3 55%, #f6ebee 100%);
  background-image:
    radial-gradient(circle at 12% 15%, rgba(242, 29, 86, 0.09), transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(13, 40, 64, 0.10), transparent 48%),
    linear-gradient(180deg, #f9fafb 0%, #eef0f3 55%, #f6ebee 100%);
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: linear-gradient(var(--navy) 1px, transparent 1px), linear-gradient(90deg, var(--navy) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 9rem 1.5rem 6rem;
  text-align: center;
  color: var(--foreground);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.5rem;
  background: #fff;
  color: var(--crimson);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--crimson); box-shadow: var(--shadow-glow); }
.hero-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.08;
  max-width: 46rem;
  margin: 0 auto;
  color: var(--navy);
}
@media (min-width: 640px) { .hero-title { font-size: 4rem; } }
@media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }
.hero-sub {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  color: var(--muted-foreground);
  font-size: 1.05rem;
}
.hero-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.hero-stats {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-stat {
  border-radius: 1.25rem;
  padding: 1.25rem 0.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.hero-stat .k { font-size: 1.5rem; font-weight: 700; }
@media (min-width: 640px) { .hero-stat .k { font-size: 1.75rem; } }
.hero-stat .v { margin-top: 0.25rem; font-size: 0.75rem; color: var(--muted-foreground); }
@media (min-width: 640px) { .hero-stat .v { font-size: 0.85rem; } }

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--muted-foreground);
  animation: floatY 2.6s ease-in-out infinite;
}
.hero-scroll .mouse {
  width: 24px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  background: #fff;
}
.hero-scroll .wheel { width: 4px; height: 8px; border-radius: 999px; background: var(--crimson); }
@keyframes floatY {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -8px); }
}

/* ==========================================================================
   6. Page hero (páginas internas)
   ========================================================================== */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  padding: 5rem 0;
  text-align: center;
}
.page-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 40px 40px;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: 2.5rem; font-weight: 700; }
@media (min-width: 640px) { .page-hero h1 { font-size: 3.75rem; } }
.page-hero p { margin: 1.25rem auto 0; max-width: 42rem; color: rgba(255, 255, 255, 0.8); }

/* ==========================================================================
   7. Grids
   ========================================================================== */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(1, 1fr); }
.grid-3 { grid-template-columns: repeat(1, 1fr); }
.grid-4 { grid-template-columns: repeat(1, 1fr); }
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}
.grid-align-center { align-items: center; }

/* ==========================================================================
   8. About
   ========================================================================== */
.about-media { border-radius: 1.75rem; overflow: hidden; box-shadow: var(--shadow-elevated); }
.about-media img { height: 100%; object-fit: cover; transition: transform 0.6s; }
.about-media:hover img { transform: scale(1.04); }
.about-copy h3 { font-size: 1.75rem; font-weight: 700; }
@media (min-width: 640px) { .about-copy h3 { font-size: 2rem; } }
.about-copy p { margin-top: 1.1rem; color: var(--muted-foreground); }
.pillars { margin-top: 3.5rem; }
.pillar { padding: 2rem; }
.pillar h4 { font-size: 1.25rem; font-weight: 700; }
.pillar p { margin-top: 0.75rem; font-size: 0.9rem; line-height: 1.6; color: var(--muted-foreground); }

/* ==========================================================================
   9. Services / grids de cartões
   ========================================================================== */
.services-section { position: relative; overflow: hidden; }
.services-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: linear-gradient(var(--navy) 1px, transparent 1px), linear-gradient(90deg, var(--navy) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.service-card { position: relative; padding: 1.75rem; overflow: hidden; }
.service-card h3 { font-size: 1.125rem; font-weight: 700; }
.service-card p { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.6; color: var(--muted-foreground); }
.service-card .more {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--crimson);
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover .more { opacity: 1; }

/* Feature cards (WhyUs / CSR / Equipment) */
.feature-card { padding: 1.75rem; }
.feature-card.text-center { text-align: center; }
.feature-card h3 { font-size: 1.125rem; font-weight: 700; }
.feature-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }

/* ==========================================================================
   10. Projects
   ========================================================================== */
.projects-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
.projects-head .view-all { font-size: 0.875rem; font-weight: 600; color: var(--crimson); display: inline-flex; align-items: center; gap: 0.25rem; }
.project-card {
  position: relative;
  height: 20rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.project-card img { height: 100%; width: 100%; object-fit: cover; transition: transform 0.7s; }
.project-card:hover img { transform: scale(1.1); }
.project-card .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13, 40, 64, 0.95), rgba(13, 40, 64, 0.4), transparent);
}
.project-card .content { position: absolute; inset: auto 0 0 0; padding: 1.5rem; color: #fff; }
.project-card .tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.25rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(6px);
}
.project-card h3 { color: #fff; font-size: 1.25rem; font-weight: 700; }

/* ==========================================================================
   11. Team
   ========================================================================== */
.team-card { overflow: hidden; }
.team-card .photo { aspect-ratio: 4 / 5; overflow: hidden; }
.team-card .photo img { height: 100%; width: 100%; object-fit: cover; transition: transform 0.7s; }
.team-card:hover .photo img { transform: scale(1.08); }
.team-card .info { padding: 1.25rem; }
.team-card .info h3 { font-size: 1rem; font-weight: 700; }
.team-card .info .role { margin-top: 0.15rem; font-size: 0.75rem; font-weight: 600; color: var(--crimson); }
.team-card .info .bio { margin-top: 0.5rem; font-size: 0.85rem; color: var(--muted-foreground); }

/* ==========================================================================
   12. Clients
   ========================================================================== */
.clients-section { background: var(--navy); color: #fff; padding: 5rem 0; }
.clients-section .eyebrow { color: var(--crimson-glow); }
.clients-section h2 { color: #fff; font-size: 1.875rem; font-weight: 700; }
.client-badge {
  display: flex; height: 5rem; align-items: center; justify-content: center;
  border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05); text-align: center; padding: 0 1rem;
  font-size: 0.875rem; font-weight: 600; color: rgba(255, 255, 255, 0.8);
  transition: var(--transition-smooth);
}
.client-badge:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }

/* ==========================================================================
   13. CTA banner
   ========================================================================== */
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 3rem 2rem;
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: var(--shadow-elevated);
}
@media (min-width: 640px) { .cta-banner { padding: 4rem 3.5rem; } }
.cta-banner-grid { position: relative; display: grid; gap: 2rem; align-items: center; }
@media (min-width: 768px) { .cta-banner-grid { grid-template-columns: 1.4fr 1fr; } }
.cta-banner h2 { color: #fff; font-size: 1.875rem; font-weight: 700; }
@media (min-width: 640px) { .cta-banner h2 { font-size: 2.25rem; } }
.cta-banner p { margin-top: 1rem; max-width: 34rem; color: rgba(255, 255, 255, 0.85); }
.cta-banner-actions { display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) and (max-width: 767px) { .cta-banner-actions { flex-direction: row; } }
.cta-banner-actions a.btn { justify-content: center; }
.cta-banner-actions .btn-white { background: #fff; color: var(--navy); }
.cta-banner-actions .btn-ghost { border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; }

/* ==========================================================================
   14. Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.8); }
.footer-grid { display: grid; gap: 2.5rem; padding: 4rem 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); } }
.footer-brand { display: flex; align-items: center; gap: 0.5rem; color: #fff; }
.footer-brand .mark {
  display: flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center;
  border-radius: 0.75rem; background: var(--gradient-brand); font-weight: 700;
}
.footer-brand span.name { font-size: 1.125rem; font-weight: 700; }
.footer-tagline { margin-top: 1rem; font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); }
.footer-col h4 { color: #fff; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; }
.footer-col ul a { transition: var(--transition-smooth); }
.footer-col ul a:hover { color: var(--crimson); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bottom .container {
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 1.5rem; font-size: 0.75rem; color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 640px) { .footer-bottom .container { flex-direction: row; } }

/* ==========================================================================
   15. WhatsApp float
   ========================================================================== */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90;
  display: flex; height: 3.5rem; width: 3.5rem; align-items: center; justify-content: center;
  border-radius: 999px; background: #25d366; color: #fff; box-shadow: var(--shadow-elevated);
  transition: transform 0.3s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float .ping {
  position: absolute; inset: 0; border-radius: 999px; background: #25d366;
  opacity: 0.35; animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping { 75%, 100% { transform: scale(1.8); opacity: 0; } }
.wa-float svg { position: relative; width: 28px; height: 28px; }

/* Popup flutuante de contacto rápido */
.helper-float {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 89;
  width: min(92vw, 22rem);
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 1.5rem;
  box-shadow: var(--shadow-elevated);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.helper-float.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.helper-float h3 { padding-right: 1.5rem; font-size: 1rem; font-weight: 700; }
.helper-float p { margin-top: 0.35rem; font-size: 0.8rem; color: var(--muted-foreground); }
.helper-float-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  background: none;
  border: none;
  color: var(--muted-foreground);
  padding: 4px;
}
.helper-float-close svg { width: 16px; height: 16px; }
.helper-float select {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background: var(--background);
  padding: 0.55rem 0.75rem;
  font-size: 0.85rem;
}
.helper-float input {
  width: 100%;
  margin-top: 0.3rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background: var(--background);
  padding: 0.55rem 0.75rem;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .helper-float { left: 1rem; right: 1rem; width: auto; bottom: 5.5rem; }
}

/* ==========================================================================
   16. Contact / forms
   ========================================================================== */
.contact-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1.3fr; } }
.contact-info-card {
  display: flex; gap: 1rem; border-radius: 1.25rem; border: 1px solid var(--border);
  background: var(--card); padding: 1.25rem; box-shadow: var(--shadow-card);
}
.contact-info-card .icon-box { margin-bottom: 0; flex-shrink: 0; width: 2.75rem; height: 2.75rem; }
.contact-info-card .label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--crimson); }
.contact-info-card .value { margin-top: 0.2rem; font-size: 0.9rem; font-weight: 600; color: var(--navy); }
.map-embed { overflow: hidden; border-radius: 1.25rem; border: 1px solid var(--border); box-shadow: var(--shadow-card); }
.map-embed iframe { width: 100%; height: 16rem; border: 0; }

.form-card { border-radius: 1.75rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-elevated); }
.form-card h2 { font-size: 1.5rem; font-weight: 700; }
.form-card .form-hint { margin-top: 0.25rem; font-size: 0.875rem; color: var(--muted-foreground); }
.form-row { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.form-group label { display: block; margin-bottom: 0.4rem; font-size: 0.875rem; font-weight: 500; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; border-radius: 0.5rem; border: 1px solid var(--border);
  background: var(--background); padding: 0.55rem 0.75rem; font-size: 0.875rem;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: 2px solid var(--crimson); outline-offset: 1px;
}
.form-2col { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-2col { grid-template-columns: 1fr 1fr; } }
.form-notice { margin-top: 1rem; border-radius: 0.75rem; padding: 0.75rem 1rem; font-size: 0.875rem; }
.form-notice.success { background: #e7f8ee; color: #14804a; }
.form-notice.error { background: #fdeceb; color: #b3261e; }

/* ==========================================================================
   17. Utility
   ========================================================================== */
.mt-0 { margin-top: 0 !important; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; width: 1px; }
