/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ====================================
   AGUA NEGRA LANDING PAGE - STYLES
   Pure CSS Design System
   Copied from styles.css - PIXEL PERFECT
   ==================================== */
/* --- CSS RESET & BASE ---  COMENTADO TEMPORALMENTE
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/
:root {
  /* Brand Colors (Updated from Design System) */
  --color-brand-dark: #10263a;
  --color-brand-darker: #0a1926;
  --color-brand-orange: #ff8201;
  --color-brand-sky: #32baec;
  --color-brand-red: #e84f27;
  --color-brand-gray: #f3f4f6;
  /* Legacy Brand Variables (Mapped for compatibility) */
  --brand-dark: var(--color-brand-dark);
  --brand-darker: var(--color-brand-darker);
  --brand-sky: var(--color-brand-sky);
  --brand-orange: var(--color-brand-orange);
  --brand-red: var(--color-brand-red);
  /* Fonts */
  --font-sans: "Encode Sans", sans-serif;
  --font-display: "Montserrat", sans-serif;
  /* Slate Palette (Kept for compatibility/Tailwind emulation) */
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  /* Green */
  --green-400: #4ade80;
  --green-500: #22c55e;
  /* Amber (For Caution Status) */
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  /* Spacing */
  --max-width: 1280px;
  --px-4: 1rem;
  --px-6: 1.5rem;
  --px-8: 2rem;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  background-color: #ffffff;
  color: var(--brand-dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background-color: var(--brand-sky);
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
/* --- UTILITY CLASSES --- */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.icon-clock {
  width: 0.875rem;
  height: 0.875rem;
}
.text-sky {
  color: var(--brand-sky);
}
.text-orange {
  color: var(--brand-orange);
}
.icon-orange {
  color: var(--brand-orange);
}
.bg-dark {
  background-color: var(--brand-dark);
}
.bg-sky {
  background-color: var(--brand-sky);
}
.bg-orange {
  background-color: var(--brand-orange);
}
.bg-red {
  background-color: var(--brand-red);
}
.bg-slate-50 {
  background-color: var(--slate-50);
}
.bg-slate-100 {
  background-color: var(--slate-100);
}
.bg-slate-800 {
  background-color: var(--slate-800);
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.text-slate-500 {
  color: var(--slate-500);
}
.text-slate-400 {
  color: var(--slate-400);
}
.font-display {
  font-family: var(--font-display);
}
.font-sans {
  font-family: var(--font-sans);
}
.font-bold {
  font-weight: 700;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xs {
  font-size: 0.75rem;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* Tailwind Emulation for specific components */
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.backdrop-blur-md {
  backdrop-filter: blur(12px);
}
.gap-4 {
  gap: 1rem;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.z-10 {
  z-index: 10;
}
.p-6 {
  padding: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
/* Status Gradients */
.bg-emerald-600 {
  background-color: #059669;
}
/* Fallback */
.bg-amber-500 {
  background-color: #f59e0b;
}
.bg-red-600 {
  background-color: #dc2626;
}
/* ====================================
   GANTRY 5 OVERRIDES - Full Width Sections
   ==================================== */
#g-topbar .g-container, #g-navbar .g-container, #g-hero .g-container, #g-quick-actions .g-container, #g-dashboard .g-container, #g-news .g-container, #g-footer .g-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#g-topbar .g-grid, #g-navbar .g-grid, #g-hero .g-grid, #g-quick-actions .g-grid, #g-dashboard .g-grid, #g-news .g-grid, #g-footer .g-grid {
  margin: 0;
}
#g-topbar .g-block, #g-navbar .g-block, #g-hero .g-block, #g-quick-actions .g-block, #g-dashboard .g-block, #g-news .g-block, #g-footer .g-block {
  padding: 0;
  margin: 0;
}
/* Force Hero Section Reset */
#g-hero {
  padding: 0 !important;
}
#g-topbar .g-content, #g-navbar .g-content, #g-hero .g-content, #g-quick-actions .g-content, #g-dashboard .g-content, #g-news .g-content, #g-footer .g-content {
  margin: 0;
  padding: 0;
}
/* Ensure navbar internal container has correct max-width */
#g-navbar .navbar, #g-navbar .navbar-container {
  width: 100%;
}
#g-navbar .navbar-container {
  max-width: var(--max-width);
  margin: 0 auto;
}
/* ====================================
   TOPBAR
   ==================================== */
/* [LEGACY STYLES CLEANED - Strict Ports are at End of File] */
/* ====================================
   DASHBOARD SECTION
   ==================================== */
.dashboard {
  padding: 4rem 0;
  background-color: #ffffff;
}
.dashboard-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--px-4);
}
@media (min-width: 640px) {
  .dashboard-container {
    padding: 0 var(--px-6);
  }
}
@media (min-width: 1024px) {
  .dashboard-container {
    padding: 0 var(--px-8);
  }
}
/* Section Header */
.section-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.section-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: rgba(50, 186, 236, 0.1);
  color: var(--brand-sky);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid rgba(50, 186, 236, 0.2);
  margin-bottom: 0.75rem;
}
.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--brand-dark);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}
.section-description {
  color: var(--slate-500);
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 500;
  max-width: 28rem;
}
/* Dashboard Grid */
.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
/* Status Card */
.status-card {
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--slate-100);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
@media (min-width: 1024px) {
  .status-card {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.status-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
/* [LEGACY DASHBOARD/QUICKACTIONS REMOVED - See Strict Port at End of File] */
/* Weather Details Row */
.weather-details {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.weather-detail-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.8;
}
.weather-detail-item i {
  font-size: 0.65rem;
  color: var(--brand-sky);
}
/* Weather Updated Timestamp */
.weather-updated {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6rem;
  font-weight: 600;
  opacity: 0.6;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.weather-updated i {
  font-size: 0.55rem;
}
/* Loading State */
.weather-card.weather-loading .weather-temp, .weather-card.weather-loading .weather-condition, .weather-card.weather-loading .weather-desc, .weather-card.weather-loading .weather-details {
  opacity: 0.5;
  animation: weatherPulse 1.5s ease-in-out infinite;
}
@keyframes weatherPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
}
/* Sync icon animation when loading */
.weather-card.weather-loading .weather-updated i {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ====================================
   DYNAMIC WEATHER BACKGROUNDS (Nano Banana Premium) 🍌✨
   ==================================== */
/* Base container */
.weather-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background-color: #1a1a1a;
  /* Fallback dark */
  transition: background-color 2s ease;
}
/* Layer system */
.weather-bg-gradient, .weather-bg-orb-1, .weather-bg-orb-2, .weather-bg-orb-3, .weather-bg-particles, .weather-bg-overlay {
  position: absolute;
  inset: 0;
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Hide static image */
.weather-card img {
  display: none;
}
/* --- ABSTRACT ORBS & SHAPES (The iOS Mesh Effect) --- */
/* Common orb styles */
[class^="weather-bg-orb-"] {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.8;
  will-change: transform, opacity;
}
/* Loading State - Deep Breathing Blue */
.weather-bg-loading .weather-bg-gradient {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}
.weather-bg-loading .weather-bg-orb-1 {
  width: 300px;
  height: 300px;
  background: #3b82f6;
  top: -50px;
  left: -50px;
  opacity: 0.3;
  animation: orbFloat 8s ease-in-out infinite;
}
.weather-bg-loading .weather-bg-orb-2 {
  width: 250px;
  height: 250px;
  background: #0ea5e9;
  bottom: -50px;
  right: -50px;
  opacity: 0.2;
  animation: orbFloat 10s ease-in-out infinite reverse;
}
/* ============ SUNNY (Clear Blue Sky) ============ */
/* Deep azure gradient */
.weather-bg-sunny .weather-bg-gradient {
  background: linear-gradient(to bottom, #2980b9, #6dd5fa);
}
/* The Sun Glow - Soft warm light */
.weather-bg-sunny .weather-bg-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 200, 80, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  top: -200px;
  right: -200px;
  filter: blur(90px);
  opacity: 1;
  animation: sunPulseSlow 10s ease-in-out infinite;
}
/* Ambient bottom light */
.weather-bg-sunny .weather-bg-orb-2 {
  width: 500px;
  height: 500px;
  background: #56CCF2;
  bottom: -200px;
  left: -100px;
  opacity: 0.4;
  filter: blur(100px);
}
/* ============ CLOUDY (Soft Grey/Blue) ============ */
.weather-bg-cloudy .weather-bg-gradient {
  background: linear-gradient(180deg, #5D6D7E 0%, #aab7b8 100%);
}
/* Moving cloud masses */
.weather-bg-cloudy .weather-bg-orb-1 {
  width: 500px;
  height: 400px;
  background: #85929E;
  top: -100px;
  left: -150px;
  opacity: 0.6;
  filter: blur(90px);
  animation: flowHorizontal 25s ease-in-out infinite;
}
.weather-bg-cloudy .weather-bg-orb-2 {
  width: 400px;
  height: 400px;
  background: #F0F3F4;
  top: 50px;
  right: -100px;
  opacity: 0.4;
  filter: blur(80px);
  animation: flowHorizontal 30s ease-in-out infinite reverse;
}
/* ============ FOG (Mysterious Gradient) ============ */
.weather-bg-fog .weather-bg-gradient {
  background: linear-gradient(180deg, #757F9A 0%, #D7DDE8 100%);
}
/* Drifting fog banks */
.weather-bg-fog .weather-bg-orb-1 {
  width: 80%;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  top: 30%;
  left: -20%;
  filter: blur(50px);
  border-radius: 100px;
  animation: fogFlow 20s linear infinite;
}
.weather-bg-fog .weather-bg-orb-2 {
  width: 90%;
  height: 200px;
  background: rgba(255, 255, 255, 0.4);
  bottom: 10%;
  right: -20%;
  filter: blur(60px);
  border-radius: 100px;
  animation: fogFlow 25s linear infinite reverse;
}
/* ============ RAIN (Deep Blue/Grey + Realistic Drops) ============ */
.weather-bg-rain .weather-bg-gradient {
  background: linear-gradient(180deg, #1f2937 0%, #374151 100%);
}
/* Rain Layer 1 - Close/Fast drops */
.weather-bg-rain .weather-bg-particles {
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%) center -50px / 1px 15px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%) 20% -70px / 1px 20px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%) 40% -20px / 1px 22px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%) 60% -40px / 1px 18px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%) 80% -60px / 1px 15px repeat-y;
  animation: rainFall 0.7s linear infinite;
  mask-image: none;
  -webkit-mask-image: none;
}
/* Rain Layer 2 - Distant/Slower drops for depth */
.weather-bg-rain .weather-bg-orb-1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  opacity: 0.3;
  filter: blur(1px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) 10% -30px / 1px 10px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) 30% -50px / 1px 12px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) 50% -10px / 1px 8px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) 70% -40px / 1px 11px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) 90% -20px / 1px 10px repeat-y;
  animation: rainFall 1.5s linear infinite;
  /* Slower */
  animation-delay: 0.2s;
}
/* ============ SNOW (Soft Cold Blue) ============ */
.weather-bg-snow .weather-bg-gradient {
  background: linear-gradient(180deg, #83a4d4 0%, #b6fbff 100%);
}
/* Soft white glow from top */
.weather-bg-snow .weather-bg-orb-1 {
  width: 100%;
  height: 80%;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.6), transparent 70%);
  top: 0;
  left: 0;
  border-radius: 0;
  opacity: 1;
}
/* Falling snow particles */
.weather-bg-snow .weather-bg-particles {
  background-image: radial-gradient(2px 2px at 20% 30%, white 50%, transparent 50%), radial-gradient(3px 3px at 40% 70%, white 50%, transparent 50%), radial-gradient(2px 2px at 60% 40%, white 50%, transparent 50%), radial-gradient(4px 4px at 80% 80%, white 50%, transparent 50%);
  background-size: 200px 200px;
  animation: snowFallSoft 6s linear infinite;
  opacity: 0.8;
}
/* ============ THUNDER (Dark Purple/Black) ============ */
.weather-bg-thunder .weather-bg-gradient {
  background: linear-gradient(180deg, #141E30 0%, #243B55 100%);
}
/* Ominous dark energy orb */
.weather-bg-thunder .weather-bg-orb-1 {
  width: 500px;
  height: 500px;
  background: #4b0082;
  /* Indigo */
  top: -200px;
  right: -100px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  animation: orbFloat 5s ease-in-out infinite;
}
/* Lightning Overlay */
.weather-bg-thunder .weather-bg-overlay {
  background-color: rgba(255, 255, 255, 0);
  animation: ambientLightning 8s infinite;
}
/* ============ ANIMATIONS ============ */
@keyframes orbFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}
@keyframes sunPulseSlow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}
@keyframes flowHorizontal {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
}
@keyframes fogFlow {
  0% {
    transform: translateX(-10%);
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateX(10%);
    opacity: 0.4;
  }
}
@keyframes rainFall {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 200px;
  }
}
@keyframes snowFallSoft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 200px;
  }
}
@keyframes ambientLightning {
  0%, 90%, 100% {
    background-color: rgba(255, 255, 255, 0);
  }
  92% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  93% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  /* Flash */
  94% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  96% {
    background-color: rgba(255, 255, 255, 0.15);
  }
  /* Aftershock */
  97% {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* ============ UI CONTRAST HELPERS ============ */
.weather-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: 1;
}
.weather-header, .weather-location, .weather-data, .weather-details, .weather-updated {
  position: relative;
  z-index: 2;
  /* Ensure content is above bg */
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* Subtle shadow for readability */
}
/* Skeleton refinements */
.weather-skeleton {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: pulseSkeleton 2s infinite ease-in-out;
}
@keyframes pulseSkeleton {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}
/* ============ ELEGANT ENTRANCE ANIMATIONS ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Staggered animations when loading finishes - Faster & Snappier */
.weather-card:not(.weather-loading) .weather-location {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.weather-card:not(.weather-loading) .weather-temp-container {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.05s forwards;
  opacity: 0;
}
.weather-card:not(.weather-loading) .weather-condition {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards;
  opacity: 0;
}
.weather-card:not(.weather-loading) .weather-desc {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.15s forwards;
  opacity: 0;
}
.weather-card:not(.weather-loading) .weather-details {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
  opacity: 0;
}
.weather-card:not(.weather-loading) .weather-updated {
  animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s forwards;
  opacity: 0;
}
/* Recommendations Card */
.recommendations-card {
  background-color: #ffffff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--slate-100);
}
@media (min-width: 1024px) {
  .recommendations-card {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.recommendations-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.recommendations-header .status-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
.recommendations-header .icon {
  color: var(--brand-orange);
}
.recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.recommendation-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.recommendation-item.recommendation-sky:hover {
  background-color: rgba(50, 186, 236, 0.05);
  border-color: rgba(50, 186, 236, 0.1);
}
.recommendation-item.recommendation-orange:hover {
  background-color: rgba(255, 130, 1, 0.05);
  border-color: rgba(255, 130, 1, 0.1);
}
.recommendation-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.recommendation-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.recommendation-sky .recommendation-icon {
  background-color: rgba(50, 186, 236, 0.1);
  color: var(--brand-sky);
}
.recommendation-sky:hover .recommendation-icon {
  background-color: var(--brand-sky);
  color: #ffffff;
}
.recommendation-orange .recommendation-icon {
  background-color: rgba(255, 130, 1, 0.1);
  color: var(--brand-orange);
}
.recommendation-orange:hover .recommendation-icon {
  background-color: var(--brand-orange);
  color: #ffffff;
}
.recommendation-content h4 {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--brand-dark);
}
.recommendation-content p {
  font-size: 0.75rem;
  color: var(--slate-500);
  margin-top: 0.125rem;
  line-height: 1.4;
  font-weight: 500;
}
/* ====================================
   NEWS SECTION
   ==================================== */
.news-section {
  padding: 6rem 0;
  background-color: var(--slate-50);
}
.news-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--px-4);
}
@media (min-width: 640px) {
  .news-container {
    padding: 0 var(--px-6);
  }
}
@media (min-width: 1024px) {
  .news-container {
    padding: 0 var(--px-8);
  }
}
.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.news-arrow-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--slate-200);
  color: var(--brand-dark);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .news-arrow-btn {
    display: flex;
  }
}
.news-arrow-btn:hover {
  background-color: var(--brand-dark);
  color: var(--brand-sky);
  border-color: var(--brand-dark);
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* News Cards */
.news-card {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--slate-100);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
}
.news-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.news-card-image {
  width: 100%;
  height: 13rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.news-card:hover .news-card-image img {
  transform: scale(1.1);
}
.news-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 10;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.news-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: var(--slate-400);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.news-meta-dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--slate-300);
}
.news-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.news-card:hover .news-card-title {
  color: var(--brand-sky);
}
.news-card-desc {
  font-size: 0.875rem;
  color: var(--slate-500);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.news-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--slate-100);
  display: flex;
  justify-content: flex-end;
}
.news-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-dark);
  transition: color 0.2s;
}
.news-card:hover .news-read-more {
  color: var(--brand-sky);
}
.news-read-more .icon {
  width: 1rem;
  height: 1rem;
}
/* Specific overrides to ensure pixel-perfect spacing */
.news-card-body .news-meta {
  margin-bottom: 0.75rem !important;
}
.news-card-body .news-card-title {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
.news-card-body .news-card-desc {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
/* Make entire card clickable */
.news-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.news-card-link:hover {
  text-decoration: none;
}
.news-card-link .news-read-more {
  cursor: pointer;
}
/* Mobile Carousel Behavior */
@media (max-width: 767px) {
  .news-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    padding-bottom: 0.5rem;
  }
  .news-grid::-webkit-scrollbar {
    display: none;
  }
  .news-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
}
/* Dot Navigation */
.news-dots {
  display: none;
}
@media (max-width: 767px) {
  .news-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .news-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--slate-300);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .news-dot:hover {
    background: var(--slate-400);
  }
  .news-dot.active {
    background: var(--brand-sky);
    transform: scale(1.2);
  }
}
/* ====================================
   FOOTER
   ==================================== */
.footer {
  background-color: var(--brand-dark);
  background-image: url('../../../../images/an-curva-simple-transparente.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 316% auto;
  color: #ffffff;
  padding: 4rem 0 0 0;
  border-top: 1px solid var(--slate-800);
}
.footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--px-4);
}
@media (min-width: 640px) {
  .footer-container {
    padding: 0 var(--px-6);
  }
}
@media (min-width: 1024px) {
  .footer {
    background-position: top;
    background-size: 100% auto;
  }
  .footer-container {
    padding: 0 var(--px-8);
  }
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    /* gap-12 */
    margin-bottom: 4rem;
  }
}
.footer-brand {
  /* Auto width in grid */
}
@media (min-width: 1024px) {
  .footer-brand {
    /* Reset legacy widths */
    width: auto;
  }
}
.footer-brand .logo {
  height: 4rem;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 1.5rem;
}
.footer-brand-link {
  display: inline-block;
}
.footer-description {
  color: var(--slate-400);
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0 0 2rem 0;
}
.footer-social {
  display: flex;
  gap: 1rem;
}
.social-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-400);
  transition: all 0.2s;
}
.social-link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.social-link.social-facebook:hover {
  background-color: var(--brand-sky);
  color: #ffffff;
}
.social-link.social-instagram:hover {
  background-color: var(--brand-orange);
  color: #ffffff;
}
.social-link.social-youtube:hover {
  background-color: #dc2626;
  color: #ffffff;
}
.footer-links-wrapper {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-links-wrapper {
    gap: 3rem;
    /* gap-12 */
  }
}
.footer-links-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  /* text-base / matches default h4 size approx */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tracking-wider */
  margin-bottom: 1.5rem;
  /* mb-6 */
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-links li a {
  color: var(--slate-400);
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.footer-links li a:hover {
  color: var(--brand-sky);
}
.footer-contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
/* Main Link Wrapper */
.footer-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
}
.footer-contact-link:hover .footer-contact-icon-box {
  background-color: var(--brand-sky);
  color: #ffffff;
  transform: scale(1.05);
}
.footer-contact-link:hover .contact-number {
  color: var(--brand-sky);
}
.footer-contact-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: rgba(50, 186, 236, 0.1);
  /* bg-brand-sky/10 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-sky);
  flex-shrink: 0;
  font-weight: 700;
  transition: all 0.2s ease;
}
.footer-contact-icon-box .font-bold {
  font-weight: 700;
}
.footer-contact-icon-box .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.footer-contact-info {
  display: flex;
  flex-direction: column;
}
.contact-number {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-email {
  word-break: break-all;
}
.contact-label {
  font-size: 0.75rem;
  color: var(--slate-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Footer Bottom */
.footer-bottom {
  background-color: var(--brand-orange);
  width: 100%;
  border-top: 1px solid rgba(30, 41, 59, 0.5);
  /* border-slate-800/50 */
  margin-top: 4rem;
  font-size: 0.75rem;
  color: rgba(16, 38, 58, 0.8);
  /* text-brand-dark/80 */
  font-weight: 500;
}
.footer-bottom .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-bottom .footer-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.footer-bottom-logo {
  display: block;
  margin-bottom: 0.5rem;
}
.footer-bottom-logo img {
  height: 40px;
  width: auto;
}
.footer-bottom p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.footer-flags {
  display: flex;
  align-items: center;
  gap: 1rem;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.2s;
}
.footer-flags:hover {
  filter: grayscale(0);
  opacity: 1;
}
.flag {
  height: 1rem;
  width: 1.5rem;
}
.flag-divider {
  height: 0.75rem;
  width: 1px;
  background-color: var(--slate-50);
}
/* ====================================
   NAVBAR ACTIONS WRAPPER (Gantry)
   ==================================== */
.navbar-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* ==========================================================================
   REACT DESIGN SYSTEM PORT (Direct Translation)
   ========================================================================== */
/* --- SHARED CARD BASES (Bento) --- */
/* Matches: rounded-2xl p-6 overflow-hidden transition-all duration-500 ease-out relative flex flex-col group/bento h-full shadow-lg */
.bento-card-base {
  border-radius: 1rem;
  /* rounded-2xl */
  padding: 1.5rem;
  /* p-6 */
  overflow: hidden;
  transition: all 500ms ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* shadow-lg */
}
.bento-card-base:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* shadow-xl */
  transform: translateY(-4px) scale(1.02);
}
.bento-card-base:active {
  transform: scale(0.98);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* shadow-sm */
}
/* [LEGACY DASHBOARD STYLES REMOVED - See Strict Port at End of File] */
/* --- REACT COMPONENT: SiteHero (Strict Tailwind Port) --- */
/* Source: AguaNegraUI.tsx */
/* Section: .relative .h-[600px] .lg:h-[70vh] .min-h-[600px] .flex .items-center .justify-center .overflow-hidden */
.site-hero {
  position: relative;
  height: 600px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .site-hero {
    height: 70vh;
  }
}
/* Background Wrapper: .absolute .inset-0 .z-0 */
.site-hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* Image: .w-full .h-full .object-cover */
.site-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Overlay: .absolute .inset-0 .bg-brand-dark/50 */
.site-hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(16, 38, 58, 0.7);
  /* bg-brand-dark/50 */
}
/* Content: .relative .z-10 .max-w-7xl .mx-auto .px-4 .sm:px-6 .lg:px-8 .text-center .text-white */
/* Added pt-24 md:pt-16 to section (handled in .site-hero-content for simplicity or .site-hero) */
.site-hero-content {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  /* max-w-7xl */
  margin: 0 auto;
  padding: 6rem 1rem 0 1rem;
  /* pt-24 px-4 */
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site-hero-content {
    padding-top: 2.5rem;
    /* md:pt-16 -> reduced to lift content */
  }
}
@media (min-width: 640px) {
  .site-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* sm:px-6 */
@media (min-width: 1024px) {
  .site-hero-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* lg:px-8 */
/* Header Wrapper: .flex .flex-col .items-center .mb-4 .md:mb-6 */
.site-hero-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  /* mb-4 */
}
@media (min-width: 768px) {
  /* md:mb-6 */
  .site-hero-header {
    margin-bottom: 1.5rem;
  }
}
/* Subtitle: .text-xl .md:text-2xl .font-bold .tracking-widest .uppercase .mb-2 .text-brand-sky */
.site-hero-subtitle {
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 700;
  letter-spacing: 0.1em;
  /* tracking-widest */
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  /* mb-2 */
  color: var(--brand-sky);
  display: block;
}
@media (min-width: 768px) {
  /* md:text-2xl */
  .site-hero-subtitle {
    font-size: 1.5rem;
  }
}
/* Title: .font-display .text-5xl .md:text-7xl .lg:text-8xl .font-bold .tracking-tighter */
.site-hero-title {
  font-family: var(--font-display);
  font-size: 3rem;
  /* text-5xl */
  font-weight: 700;
  letter-spacing: -0.05em;
  /* tracking-tighter */
  line-height: 1.05;
  /* tightened line-height */
  margin: 0;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  /* md:text-7xl */
  .site-hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  /* lg:text-8xl */
  .site-hero-title {
    font-size: 6rem;
  }
}
/* Description: .max-w-2xl .mx-auto .text-lg .md:text-xl .text-slate-200 .mb-8 .md:mb-8 .leading-relaxed */
.site-hero-description {
  max-width: 42rem;
  /* max-w-2xl */
  margin: 0 auto 1.5rem auto;
  /* mx-auto mb-8 -> reduced */
  font-size: 1.125rem;
  /* text-lg */
  color: var(--slate-200);
  line-height: 1.625;
  /* leading-relaxed */
}
@media (min-width: 768px) {
  .site-hero-description {
    font-size: 1.25rem;
    /* md:text-xl */
    margin-bottom: 1.5rem;
    /* md:mb-8 -> tightened per user request */
    /* md:mb-8 */
  }
}
/* Actions: .flex .flex-col .sm:flex-row .gap-3 .sm:gap-4 .justify-center */
.site-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  /* gap-3 */
  justify-content: center;
}
@media (min-width: 640px) {
  .site-hero-actions {
    flex-direction: row;
    gap: 1rem;
    /* sm:gap-4 */
  }
}
/* --- BUTTONS (Strict) --- */
/* Base: .font-display .btn .px-6 .sm:px-8 .py-3 .md:py-4 .rounded-xl .font-bold .uppercase .tracking-wider .flex .items-center .justify-center .gap-2 .shadow-lg .transition-all .text-sm .md:text-base */
.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  /* px-6 py-3 */
  border-radius: 0.75rem;
  /* rounded-xl */
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tracking-wider */
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  /* shadow-lg */
  border: none;
  font-size: 0.875rem;
  /* text-sm */
}
@media (min-width: 640px) {
  /* sm:px-8 */
  .site-btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .site-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* md:py-4 */
    font-size: 1rem;
    /* md:text-base */
  }
}
/* Primary: .bg-brand-orange .hover:bg-white .hover:text-brand-orange .text-white */
.site-btn-primary {
  background-color: var(--brand-orange);
  color: #ffffff;
}
.site-btn-primary:hover {
  background-color: #ffffff;
  color: var(--brand-orange);
}
/* Secondary/Glass: .bg-white/10 .backdrop-blur-md .hover:bg-white .hover:text-brand-dark .text-white .border .border-white/20 */
.site-btn-glass {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.site-btn-glass:hover {
  background-color: #ffffff;
  color: var(--brand-dark);
}
/* --- TOPBAR UPDATES (Strict Pixel Perfect) --- */
.status-badge.status-caution {
  background-color: var(--amber-500);
  /* bg-amber-500 */
  color: #ffffff;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.status-badge.status-caution .status-dot {
  background-color: #ffffff;
}
/* --- REACT COMPONENT: SiteTopBar (Strict Tailwind Port) --- */
/* Source: AguaNegraUI.tsx */
/* .bg-brand-darker .text-white .py-2 .relative .z-50 .text-xs .tracking-wide .border-b .border-white/10 .font-sans */
.site-topbar {
  background-color: var(--brand-darker);
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 50;
  font-size: 0.75rem;
  /* text-xs */
  letter-spacing: 0.025em;
  /* tracking-wide */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-sans);
}
/* .max-w-7xl .mx-auto .px-4 .sm:px-6 .lg:px-8 .flex .justify-between .items-center .text-[10px] .sm:text-xs */
.site-topbar-container {
  max-width: 80rem;
  /* max-w-7xl */
  margin: 0 auto;
  padding-left: 1rem;
  /* px-4 */
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  /* text-[10px] */
}
@media (min-width: 640px) {
  .site-topbar-container {
    padding-left: 1.5rem;
    /* sm:px-6 */
    padding-right: 1.5rem;
    font-size: 0.75rem;
    /* sm:text-xs */
  }
}
@media (min-width: 1024px) {
  .site-topbar-container {
    padding-left: 2rem;
    /* lg:px-8 */
    padding-right: 2rem;
  }
}
/* .flex .items-center .gap-4 */
.site-topbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* Badge Wrapper: .flex .items-center .gap-2 .px-3 .py-1 .rounded-full .shadow-sm .text-white */
.site-topbar-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  /* px-3 py-1 */
  border-radius: 9999px;
  /* rounded-full */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* shadow-sm */
  color: #ffffff;
}
/* Colors: .bg-emerald-600, .bg-amber-500, .bg-brand-red */
.bg-emerald-600 {
  background-color: #059669;
}
.bg-amber-500 {
  background-color: #f59e0b;
}
.bg-brand-red {
  background-color: var(--brand-red);
}
/* Dot: .w-1.5 .h-1.5 .rounded-full .animate-pulse .bg-white */
.site-topbar-dot {
  width: 0.375rem;
  /* 1.5 * 0.25rem */
  height: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
/* Label: .font-bold .uppercase .tracking-wider .text-[10px] */
.site-topbar-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tracking-wider */
  font-size: 10px;
}
/* Divider: .hidden .sm:inline .text-slate-400 */
.site-topbar-divider {
  display: none;
  color: var(--slate-400);
}
@media (min-width: 640px) {
  .site-topbar-divider {
    display: inline;
  }
}
/* Hours: .hidden .sm:flex .items-center .gap-2 .text-slate-300 */
.site-topbar-hours {
  display: none;
  align-items: center;
  gap: 0.5rem;
  color: var(--slate-300);
}
@media (min-width: 640px) {
  .site-topbar-hours {
    display: flex;
  }
}
/* Right Group: .text-slate-400 .flex .items-center .gap-1.5 */
.site-topbar-right {
  color: var(--slate-400);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
/* Mobile Icon: .sm:hidden */
.site-topbar-mobile-icon {
  display: inline-block;
}
@media (min-width: 640px) {
  .site-topbar-mobile-icon {
    display: none;
  }
}
/* Updated Label: .hidden .sm:inline */
.site-topbar-updated-label {
  display: none;
}
@media (min-width: 640px) {
  .site-topbar-updated-label {
    display: inline;
  }
}
/* Updated Value: .text-brand-sky .font-bold */
.site-topbar-updated-val {
  color: var(--brand-sky);
  font-weight: 700;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* --- REACT COMPONENT: SiteNavbar (Strict Tailwind Port) --- */
/* Source: AguaNegraUI.tsx */
/* Navbar Wrapper: .fixed .top-0 .left-0 .w-full .z-50 .transition-all */
.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  /* High Z-index for Joomla */
  transition: all 0.3s ease;
  margin-top: 2rem;
  /* mt-8 default */
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1024px) {
  .site-navbar {
    margin-top: 2.5rem;
    /* lg:mt-10 */
  }
}
/* Scrolled State: .bg-brand-dark/95 .backdrop-blur-md .border-white/10 .mt-0 */
.site-navbar.scrolled {
  background-color: rgba(16, 38, 58, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/* Container: .max-w-7xl .h-20 .flex .justify-between */
.site-navbar-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  height: 5rem;
  /* h-20 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .site-navbar-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-navbar-container {
    padding: 0 2rem;
  }
}
/* Logo: .h-10 .w-auto */
.site-navbar-logo {
  height: 2.5rem;
  width: auto;
}
/* Desktop Nav: .hidden .lg:flex .gap-1 .p-1.5 .px-2 .rounded-full .bg-brand-dark/40 */
.site-navbar-desktop-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
  /* gap-1 */
  padding: 0.375rem 0.5rem;
  /* p-1.5 px-2 */
  border-radius: 9999px;
  margin: 0 1rem;
  transition: all 0.3s ease;
  /* Default Transparent */
  background-color: transparent;
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .site-navbar-desktop-nav {
    display: flex;
  }
}
/* Scrolled Nav Background */
.site-navbar.scrolled .site-navbar-desktop-nav {
  background-color: rgba(16, 38, 58, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/* Links: .text-sm .font-medium .text-slate-200 .hover:bg-white .hover:text-brand-dark .px-4 .py-2 .rounded-full */
.site-navbar-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-200);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-navbar-link:hover {
  background-color: #ffffff;
  color: var(--brand-dark);
}
/* Actions Area: .flex .gap-4 */
.site-navbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* CTA: .hidden .sm:flex .bg-brand-orange .text-white .py-2.5 .px-6 .rounded-lg */
.site-navbar-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--brand-orange);
  color: #ffffff;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(255, 130, 1, 0.2);
}
.site-navbar-cta:hover {
  background-color: #d97706;
  /* orange-600 */
  transform: translateY(-2px);
}
@media (min-width: 640px) {
  .site-navbar-cta {
    display: flex;
  }
}
/* Mobile Toggle: .lg:hidden .text-white .p-2 */
.site-navbar-toggle {
  display: flex;
  /* Flex to center icons */
  padding: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none !important;
  /* Prevent theme bleed */
  outline: none !important;
}
.site-navbar-toggle svg {
  width: 2rem;
  /* w-8 */
  height: 2rem;
  /* h-8 */
}
@media (min-width: 1024px) {
  .site-navbar-toggle {
    display: none;
  }
}
.site-navbar-toggle .icon-close {
  display: none;
}
.site-navbar-toggle.open .icon-menu {
  display: none;
}
.site-navbar-toggle.open .icon-close {
  display: block;
}
/* --- MOBILE MENU OVERLAY --- */
/* .fixed .inset-0 .z-40 .bg-brand-dark/95 .backdrop-blur-xl */
.site-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  /* Below Navbar (11000) */
  background-color: rgba(16, 38, 58, 0.95);
  backdrop-filter: blur(24px);
  /* backdrop-blur-xl */
  padding: 8rem 1.5rem;
  /* pt-32 px-6 */
  /* Transition: Translate X */
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  /* Background Pattern matches React */
  background-image: url('../images/an-curva-simple-transparente.svg?6966f5b8');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 316% auto;
}
.site-mobile-overlay.open {
  transform: translateX(0);
}
.site-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
/* Mobile Links: .text-2xl .font-bold .font-display .text-white */
.site-mobile-link {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.site-mobile-link:hover {
  color: var(--brand-sky);
}
/* Mobile Highlight Link (Brand Orange) */
.site-mobile-link.text-brand-orange {
  color: var(--brand-orange);
}
/* Mobile CTA button inside menu */
.site-mobile-cta {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-orange);
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* --- REACT COMPONENT: QuickActions (Strict Port) --- */
/* Source: AguaNegraUI.tsx */
/* Section: .relative .z-20 .-mt-4 .lg:-mt-20 .pb-16 .bg-transparent */
.site-quickactions {
  position: relative;
  z-index: 20;
  margin-top: -1rem;
  /* -mt-4 */
  padding-bottom: 4rem;
  /* pb-16 */
  background-color: transparent;
}
@media (min-width: 1024px) {
  .site-quickactions {
    margin-top: -5rem;
    /* Reverted to strict -5rem to fix overlap */
    /* lg:-mt-20 */
  }
}
/* Container: .max-w-7xl .mx-auto .px-4 .sm:px-6 .lg:px-8 */
.site-quickactions-container {
  max-width: 80rem;
  /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
  /* px-4 */
}
@media (min-width: 640px) {
  .site-quickactions-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-quickactions-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Grid: .grid .grid-cols-2 .lg:grid-cols-6 .gap-4 */
.site-quickactions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  /* gap-4 */
}
@media (min-width: 1024px) {
  .site-quickactions-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/* --- SERVICE CARD (White) --- */
/* .bg-white .p-6 .rounded-xl .border .border-slate-200 .shadow-sm .hover:shadow-md .hover:border-brand-sky/30 .transition-all .group .flex .flex-col .h-full .items-start */
.site-service-card {
  background-color: #ffffff;
  padding: 1.5rem;
  /* p-6 */
  border-radius: 0.75rem;
  /* rounded-xl */
  border: 1px solid var(--slate-200);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* shadow-sm */
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}
.site-service-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* hover:shadow-md */
  border-color: rgba(0, 153, 255, 0.3);
  /* hover:border-brand-sky/30 */
  transform: translateY(-4px);
  /* implicit hover adjustment usually, but here matches React behavior */
}
/* Icon: .w-20 .h-20 .-ml-4 .mb-4 .group-hover:scale-105 .transition-transform .duration-300 .flex-shrink-0 */
.site-service-icon {
  width: 5rem;
  /* w-20 */
  height: 5rem;
  margin-left: -1rem;
  /* -ml-4 */
  margin-bottom: 1rem;
  /* mb-4 */
  flex-shrink: 0;
  transition: transform 0.3s ease;
  object-fit: contain;
}
.site-service-card:hover .site-service-icon {
  transform: scale(1.05);
  /* group-hover:scale-105 */
}
/* Title: .font-display .font-bold .text-brand-dark .group-hover:text-brand-sky .transition-colors .min-h-[3rem] .leading-tight .flex .items-start */
.site-service-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-dark);
  transition: color 0.15s ease;
  min-height: 3rem;
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 1rem;
  /* Default size logic */
}
.site-service-card:hover .site-service-title {
  color: var(--brand-sky);
}
/* Desc: .text-sm .text-slate-500 .mt-2 .leading-relaxed */
.site-service-desc {
  font-size: 0.875rem;
  /* text-sm */
  color: var(--slate-500);
  margin-top: 0.5rem;
  line-height: 1.625;
}
/* --- EMERGENCY CARD (Red) --- */
/* .bg-brand-red .p-6 .rounded-xl .shadow-lg .hover:shadow-xl .hover:bg-red-600 .transition-all .group .flex .flex-col .h-full .relative .overflow-hidden .items-start */
.site-emergency-card {
  background-color: var(--brand-red);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  /* shadow-lg */
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  text-decoration: none;
}
.site-emergency-card:hover {
  background-color: #dc2626;
  /* hover:bg-red-600 */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* hover:shadow-xl */
}
/* Pulse Dot: .absolute .top-4 .right-4 .w-2 .h-2 .bg-white .rounded-full .animate-ping */
.site-emergency-pulse {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 9999px;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* Emergency Icon: .w-20 .h-20 .-ml-4 .text-white .mb-4 .group-hover:scale-105 ... .brightness-0 .invert */
.site-emergency-icon {
  width: 5rem;
  height: 5rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  /* Tailwind filter: brightness-0 invert -> Makes it white */
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.site-emergency-card:hover .site-emergency-icon {
  transform: scale(1.05);
}
.site-emergency-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: #ffffff;
  min-height: 3rem;
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 1rem;
}
.site-emergency-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  /* text-white/80 */
  margin-top: 0.5rem;
  line-height: 1.625;
}
/* [END QuickActions] */
/* --- REACT COMPONENT: Dashboard Bento Grid (Strict Port) --- */
/* Source: AguaNegraUI.tsx */
.site-dashboard-section {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.site-dashboard-container {
  max-width: 80rem;
  /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .site-dashboard-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-dashboard-container {
    padding: 0 2rem;
  }
}
.site-dashboard-header-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  /* mb-12 */
  gap: 1rem;
}
.site-dashboard-title-wrap {
  display: block;
  /* container for badge and title */
}
.site-dashboard-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: rgba(2, 132, 199, 0.1);
  /* bg-brand-sky/10 */
  color: var(--brand-sky);
  font-weight: 700;
  font-size: 0.75rem;
  /* text-xs */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.site-dashboard-title {
  font-family: var(--font-display);
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0;
}
@media (min-width: 768px) {
  .site-dashboard-title {
    font-size: 2.25rem;
    /* md:text-4xl */
  }
}
/* --- GRID --- */
.site-bento-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  /* gap-6 */
}
@media (min-width: 768px) {
  .site-bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-bento-cell {
  height: 20rem;
  /* h-80 */
}
/* --- STATUS CARD (SOLID with Pattern) --- */
.site-status-card {
  border-radius: 1rem;
  /* rounded-2xl */
  padding: 1.5rem;
  /* p-6 */
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-out;
  color: #ffffff;
  /* Base for solid colors */
}
.site-status-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  /* hover:shadow-xl */
  transform: translateY(-0.25rem) scale(1.02);
}
.site-status-card:active {
  transform: scale(0.98);
}
/* Modifiers (Solid Color) */
.site-status-card--enabled {
  background-color: #059669;
  /* bg-emerald-600 */
}
.site-status-card--caution {
  background-color: #f59e0b;
  /* bg-amber-500 */
}
.site-status-card--delay, .site-status-card--maintenance, .site-status-card--weather, .site-status-card--closed, .site-status-card--season {
  background-color: #dc2626;
  /* bg-brand-red */
}
.site-status-bg-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 120%;
  background-image: url('../images/an-curva-simple-transparente.svg?6966f5b8');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}
.site-card-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.site-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-card-title-light {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  /* text-lg */
  color: #ffffff;
  margin: 0;
}
.site-card-title-dark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  /* text-lg */
  color: var(--brand-dark);
  margin: 0;
}
.site-card-meta {
  font-size: 0.875rem;
  /* text-sm */
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.site-status-label {
  padding: 0.25rem 0.75rem;
  background-color: #ffffff;
  font-size: 0.75rem;
  /* text-xs */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  color: var(--brand-dark);
  /* Fallback */
}
/* Status specific label colors */
.site-status-card--enabled .site-status-label {
  color: #10b981;
}
.site-status-card--caution .site-status-label {
  color: #f59e0b;
}
.site-status-card--delay .site-status-label, .site-status-card--maintenance .site-status-label, .site-status-card--weather .site-status-label, .site-status-card--closed .site-status-label, .site-status-card--season .site-status-label {
  color: #dc2626;
}
.site-status-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.site-status-icon-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.75rem;
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
}
.site-status-icon {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.site-status-subtitle {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-status-subtitle {
    font-size: 2.25rem;
    /* lg:text-4xl */
  }
}
.site-status-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s;
}
.site-status-link:hover {
  color: #ffffff;
}
/* --- SCHEDULE CARD (Strict) --- */
.site-schedule-card {
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  /* slate-100 */
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 500ms ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* shadow-lg */
}
.site-schedule-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* shadow-xl */
  transform: translateY(-0.25rem);
  transform: scale(1.02);
}
.site-schedule-card .site-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  /* gap-2 */
  margin-bottom: 1rem;
  /* mb-4 matches React */
  margin-top: auto;
}
.site-tag-gray {
  background-color: #f1f5f9;
  /* slate-100 */
  color: #64748b;
  /* slate-500 */
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #e2e8f0;
  /* slate-200 */
  text-transform: uppercase;
}
.site-schedule-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.site-schedule-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* shadow-sm */
}
.site-schedule-dot.dot-open {
  background-color: #10b981;
  /* emerald-500 */
}
.site-schedule-dot.dot-closing {
  background-color: #f59e0b;
  /* amber-500 */
  animation: pulse 2s infinite;
}
.site-schedule-dot.dot-closed {
  background-color: #dc2626;
  /* brand-red */
}
.site-schedule-time {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  letter-spacing: -0.05em;
  /* tracking-tight */
  line-height: 1;
  /* leading-none */
  color: var(--brand-dark);
  transition: color 0.3s ease;
}
.site-schedule-time--closed {
  color: #cbd5e1 !important;
  /* slate-300 */
}
.site-schedule-note {
  font-size: 0.75rem;
  /* text-xs */
  color: #64748b;
  /* slate-500 */
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
}
.site-schedule-footer {
  padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
  /* slate-100 */
  /* margin-top: auto;  REMOVED to keep glued to body */
}
.site-schedule-footer p {
  font-size: 0.75rem;
  /* text-xs */
  color: #94a3b8;
  /* slate-400 */
  font-weight: 500;
  margin: 0;
}
/* --- WEATHER CARD (Gradients) --- */
.site-weather-card {
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-out;
  color: #ffffff;
  /* Default Gradient */
  background: linear-gradient(135deg, #2980b9, #6dd5fa);
}
.site-weather-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem) scale(1.02);
}
/* Fade-in animation after skeleton (consistent with DS 500ms ease-out) */
.site-weather-card--loaded {
  animation: weatherFadeIn 500ms ease-out;
  /* Removed 'forwards' to release transform lock */
}
@keyframes weatherFadeIn {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-weather--sunny {
  background: linear-gradient(135deg, #2980b9, #6dd5fa);
}
.site-weather--cloudy {
  background: linear-gradient(135deg, #757f9a, #d7dde8);
}
.site-weather--fog {
  background: linear-gradient(135deg, #3e5151, #decba4);
}
.site-weather--rain {
  background: linear-gradient(135deg, #373b44, #4286f4);
}
.site-weather--snow {
  background: linear-gradient(135deg, #83a4d4, #b6fbff);
}
.site-weather--thunder {
  background: linear-gradient(135deg, #232526, #414345);
}
/* Blobs */
.site-weather-blob-1 {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  filter: blur(60px);
  animation: pulse 2s infinite;
}
.site-weather-blob-2 {
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 80%;
  height: 80%;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(50px);
}
.site-tag-glass {
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.site-weather-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.site-weather-icon-lg {
  width: 4rem;
  height: 4rem;
  opacity: 0.9;
}
.site-weather-temp-value {
  display: block;
  font-size: 3rem;
  /* text-5xl */
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.site-weather-condition {
  font-size: 1.125rem;
  /* text-lg */
  font-weight: 500;
  opacity: 0.8;
}
.site-weather-footer {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 1.5rem;
}
.site-weather-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.9;
}
/* --- TRUST SIGNAL --- */
.site-timestamp-caption {
  margin-top: 1.5rem;
  color: var(--slate-500);
  font-size: 0.875rem;
  text-align: left;
}
.icon-xs {
  width: 1rem;
  height: 1rem;
}
/* --- FIXES --- */
/* Hide Duplicate Title from Gantry Module Chrome */
.home-dashboard .g-title {
  display: none !important;
}
/* --- WEATHER SKELETON (Strict Port) --- */
.site-weather-skeleton {
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  background-color: #f1f5f9;
  /* slate-100 */
  border: 1px solid #e2e8f0;
  /* slate-200 */
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.site-skeleton-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.site-skeleton-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-skeleton-bar {
  background-color: #e2e8f0;
  /* slate-200 */
  border-radius: 0.25rem;
  animation: skeletonPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.site-skeleton-bar--title {
  height: 1rem;
  width: 6rem;
}
.site-skeleton-bar--subtitle {
  height: 0.75rem;
  width: 4rem;
}
.site-skeleton-bar--tag {
  height: 1.25rem;
  width: 3rem;
}
.site-skeleton-body {
  margin-top: auto;
}
.site-skeleton-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.site-skeleton-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #e2e8f0;
  /* slate-200 */
  animation: skeletonPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.site-skeleton-temp-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-skeleton-bar--temp {
  height: 2rem;
  width: 4rem;
}
.site-skeleton-bar--condition {
  height: 1rem;
  width: 5rem;
}
.site-skeleton-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.site-skeleton-bar--detail {
  height: 0.75rem;
  width: 4rem;
}
@keyframes skeletonPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* ============================================
   REACT COMPONENT: NewsSection (Strict Port)
   Source: AguaNegraUI.tsx -> NewsSection (Line 1532)
   ============================================ */
.site-news-section {
  padding: 6rem 0;
  /* py-24 */
  background-color: #f8fafc;
  /* bg-slate-50 */
  border-top: 1px solid #e2e8f0;
  /* border-slate-200 */
}
.site-news-container {
  max-width: 80rem;
  /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .site-news-container {
    padding: 0 1.5rem;
    /* sm:px-6 */
  }
}
@media (min-width: 1024px) {
  .site-news-container {
    padding: 0 2rem;
    /* lg:px-8 */
  }
}
.site-news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* items-end */
  margin-bottom: 3rem;
  /* mb-12 */
}
/* Header Title (React: font-display text-3xl font-bold text-brand-dark) */
.site-news-title {
  font-family: var(--font-display);
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0;
}
/* Header Button (React: bg-brand-dark hover:bg-brand-orange p-3 rounded-lg ...) */
.site-news-arrow-btn {
  background-color: var(--brand-dark);
  padding: 0;
  border-radius: 0.5rem;
  /* rounded-lg */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  /* w-12 */
  height: 3rem;
  /* h-12 */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* shadow-sm */
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--brand-sky);
}
.site-news-arrow-btn:hover {
  background-color: var(--brand-orange);
  color: #ffffff;
}
.site-news-arrow-btn svg {
  width: 1.75rem;
  /* w-7 */
  height: 1.75rem;
  /* h-7 */
  transition: color 150ms ease;
}
/* --- Mobile Carousel (Snap) --- */
.site-news-grid {
  /* Desktop Grid Styles Default */
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  /* gap-8 */
}
@media (max-width: 767px) {
  .site-news-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 1rem;
    /* gap-4 */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    /* pb-4 */
    margin-left: -1rem;
    /* -mx-4 */
    margin-right: -1rem;
    padding-left: 1rem;
    /* px-4 */
    padding-right: 1rem;
    scrollbar-width: none;
    /* scrollbar-hide */
  }
  .site-news-grid::-webkit-scrollbar {
    display: none;
  }
  .site-news-card {
    flex-shrink: 0;
    width: 85vw;
    scroll-snap-align: center;
  }
}
@media (min-width: 768px) {
  .site-news-grid {
    grid-template-columns: repeat(3, 1fr);
    /* md:grid-cols-3 */
  }
}
/* --- Card (Strict) --- */
.site-news-card {
  background-color: #ffffff;
  border-radius: 1rem;
  /* rounded-2xl */
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* shadow-soft approx */
  transition: all 300ms ease;
  border: 1px solid #f1f5f9;
  /* border-slate-100 */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.site-news-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* hover:shadow-lg */
}
@media (min-width: 768px) {
  .site-news-card:hover {
    transform: translateY(-0.25rem);
    /* hover:-translate-y-1 */
  }
}
.site-news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
/* Image */
.site-news-card-image {
  height: 12rem;
  /* h-48 */
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.site-news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.site-news-card:hover .site-news-card-img {
  transform: scale(1.05);
  /* group-hover:scale-105 */
}
/* Gradient Overlay (Strict) */
.site-news-card-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(26, 32, 44, 0.5), transparent);
  /* from-brand-dark/50 to-transparent */
}
/* Tag (HIDDEN per user request) */
.site-news-tag {
  display: none;
}
/* Body */
.site-news-card-body {
  padding: 1.5rem;
  /* p-6 */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* Meta */
.site-news-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  /* gap-3 */
  margin-bottom: 0.75rem;
  /* mb-3 */
  font-size: 0.75rem;
  /* text-xs */
  font-weight: 700;
  color: #94a3b8;
  /* text-slate-400 */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tracking-wider */
}
.site-news-meta-dot {
  width: 0.25rem;
  /* w-1 */
  height: 0.25rem;
  /* h-1 */
  background-color: #cbd5e1;
  /* bg-slate-300 */
  border-radius: 9999px;
}
.site-news-meta-category {
  color: var(--brand-sky);
}
/* Title */
.site-news-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-dark);
  font-size: 1.125rem;
  /* text-lg */
  margin-bottom: 1rem;
  /* mb-4 */
  line-height: 1.25;
  /* leading-tight */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 150ms ease;
}
.site-news-card:hover .site-news-card-title {
  color: var(--brand-sky);
  /* group-hover:text-brand-sky */
}
/* Read More (Footer in React is mt-auto text) */
.site-news-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* gap-2 */
  color: var(--brand-orange);
  font-size: 0.75rem;
  /* text-xs */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tracking-wider */
  margin-top: auto;
  /* mt-auto */
}
.site-news-read-more svg {
  transition: transform 150ms ease;
}
.site-news-card:hover .site-news-read-more svg {
  transform: translateX(0.25rem);
  /* group-hover:translate-x-1 */
}
/* --- Dots (Mobile Only) STRICT --- */
.site-news-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  /* gap-2 */
  margin-top: 1.5rem;
  /* mt-6 */
}
@media (min-width: 768px) {
  .site-news-dots {
    display: none;
  }
}
.site-news-dot {
  width: 0.625rem;
  /* w-2.5 (10px) */
  height: 0.625rem;
  /* h-2.5 (10px) */
  border-radius: 9999px;
  /* rounded-full */
  background-color: #cbd5e1;
  /* bg-slate-300 */
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease;
  /* Optional hover for non-touch if needed: hover:bg-slate-400 */
}
.site-news-dot:hover {
  background-color: #94a3b8;
  /* slate-400 */
}
.site-news-dot.active {
  background-color: var(--brand-orange);
  width: 1.5rem;
  /* w-6 (24px) */
}
/* ====================================
   INTERIOR HERO (Agua Negra UI Port)
   ==================================== */
.interior-hero {
  /* Reset Gantry default padding if necessary */
  padding: 0;
  margin: 0;
}
/* Base Breadcrumbs Overlay Styling */
.hero-breadcrumbs-wrapper {
  margin-bottom: 2rem;
  position: relative;
  z-index: 20;
}
.mod-breadcrumbs__wrapper {
  display: inline-block;
}
.mod-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  /* text-sm */
  color: var(--slate-400);
}
.mod-breadcrumbs__item {
  display: flex;
  align-items: center;
}
.mod-breadcrumbs__item a {
  color: var(--slate-400);
  text-decoration: none;
  transition: color 0.2s;
}
.mod-breadcrumbs__item a:hover {
  color: #ffffff;
}
.mod-breadcrumbs__item.active {
  color: var(--brand-orange);
  font-weight: 700;
}
/* Divider handling: Joomla puts dividers in their own <li class="divider"> or span */
.mod-breadcrumbs__divider {
  color: var(--slate-600);
  margin: 0 0.25rem;
  font-size: 0.8em;
}
/* Icon replacement for divider if using standard Joomla structure */
.mod-breadcrumbs__divider .icon-location {
  display: none;
  /* Hide default icon if present */
}
.mod-breadcrumbs__divider:after {
  content: "/";
}
/* ====================================
    STRICT PORT: Interior Hero
   Source: AguaNegraUI.tsx
   ==================================== */
.site-interior-hero {
  /* relative h-[40vh] min-h-[380px] flex items-end pb-12 pt-40 overflow-hidden bg-brand-dark */
  position: relative;
  height: 40vh;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  /* pb-12 */
  padding-top: 10rem;
  /* pt-40 */
  overflow: hidden;
  background-color: var(--brand-dark);
}
.site-interior-hero-bg-wrapper {
  /* absolute inset-0 z-0 */
  position: absolute;
  inset: 0;
  z-index: 0;
}
.site-interior-hero-img {
  /* w-full h-full object-cover opacity-40 mix-blend-overlay */
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.site-interior-hero-overlay {
  /* absolute inset-0 bg-gradient-to-t from-brand-dark via-brand-dark/50 to-transparent */
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--brand-dark), rgba(16, 38, 58, 0.5), transparent);
}
.site-interior-hero-container {
  /* relative z-10 max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8 */
  position: relative;
  z-index: 10;
  max-width: 80rem;
  /* 7xl approx */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  /* px-4 */
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .site-interior-hero-container {
    padding-left: 1.5rem;
    /* px-6 */
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-interior-hero-container {
    padding-left: 2rem;
    /* px-8 */
    padding-right: 2rem;
  }
}
/* ==========================================================================
   STRICT PORT: Interior Hero & Breadcrumbs (Refined & Consolidated)
   ========================================================================== */
/* --- 1. INTERIOR HERO COMPONENT --- */
/* Nuclear Reset: Prevent inheritance from Gantry/Joomla */
.site-interior-hero {
  all: unset;
  box-sizing: border-box;
  position: relative;
  height: 40vh;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-top: 10rem;
  overflow: hidden;
  background-color: var(--brand-dark);
  font-family: var(--font-sans);
  line-height: 1.5;
}
.site-interior-hero * {
  box-sizing: border-box;
}
.site-interior-hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.site-interior-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.site-interior-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--brand-dark), rgba(16, 38, 58, 0.5), transparent);
}
.site-interior-hero-container {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  /* 7xl */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .site-interior-hero-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-interior-hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-interior-hero-breadcrumbs {
  margin-bottom: 1.5rem !important;
  width: 100%;
}
.site-interior-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-interior-hero-subtitle {
  display: block;
  color: var(--brand-sky);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0 !important;
  font-size: 1rem;
  line-height: 1.2;
}
.site-interior-hero-title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0 !important;
  line-height: 1 !important;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .site-interior-hero-title {
    font-size: 3rem;
  }
}
.site-interior-hero-description {
  color: var(--slate-300);
  font-size: 1.125rem;
  max-width: 48rem;
  margin: 0;
  line-height: 1.6;
}
/* --- 2. BREADCRUMBS (Bootstrap Exorcism & Strict Styling) --- */
/* Reset standard Joomla/Bootstrap breadcrumb module */
ol.mod-breadcrumbs.breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  /* Handled by wrapper */
  list-style: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}
/* Hide default dividers */
li.mod-breadcrumbs__divider {
  display: none !important;
}
/* Style items */
li.mod-breadcrumbs__item, li.breadcrumb-item {
  font-size: 0.875rem;
  color: var(--slate-400);
  display: flex;
  align-items: center;
}
/* Kill Bootstrap 5 default padding & pseudo-elements */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item::before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
}
/* Custom Separator (Strict Match) */
li.mod-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: var(--slate-600);
  margin-left: 0.5rem;
}
/* Links */
li.mod-breadcrumbs__item a.pathway, li.breadcrumb-item a {
  color: var(--slate-400);
  text-decoration: none;
  transition: color 0.15s ease;
}
li.mod-breadcrumbs__item a.pathway:hover, li.breadcrumb-item a:hover {
  color: #ffffff;
}
/* Active State */
li.mod-breadcrumbs__item.active, li.breadcrumb-item.active {
  color: var(--brand-orange) !important;
  font-weight: 700 !important;
}
/* --- 3. UTILITY BACKFILLS (For Particle/Module HTML) --- */
.bg-emerald-600 {
  background-color: var(--green-500) !important;
}
.text-slate-500 {
  color: var(--slate-500) !important;
}
.w-3 {
  width: 0.75rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.w-3\.5 {
  width: 0.875rem !important;
}
.h-3\.5 {
  height: 0.875rem !important;
}
/* --- DS COMPONENTS: Documentation Portal --- */
/* Typography Components */
/* SectionTitle: scroll-mt-32 border-b border-slate-200 pb-4 mb-8 */
.site-section-title {
  scroll-margin-top: 8rem;
  border-bottom: 1px solid var(--slate-200);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.site-section-title h2 {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--brand-dark);
  letter-spacing: -0.025em;
  margin: 0;
}
.site-section-number {
  color: var(--slate-400);
  margin-right: 0.5rem;
}
/* SubSectionTitle */
.site-subsection-title {
  scroll-margin-top: 8rem;
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--brand-dark);
  margin-bottom: 1rem;
  margin-top: 0;
}
.site-subsection-title .site-section-number {
  font-size: 1.25rem;
}
/* SystemLink */
.site-system-link {
  color: var(--brand-sky);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(50, 186, 236, 0.3);
  text-underline-offset: 2px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.site-system-link:hover {
  color: var(--brand-orange);
  text-decoration-color: var(--brand-orange);
}
/* Table Component */
.site-table-wrapper {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--slate-200);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 2rem;
}
.site-table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  color: var(--slate-600);
  border-collapse: collapse;
}
.site-table thead {
  background: var(--slate-50);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--slate-500);
}
.site-table th, .site-table td {
  padding: 0.75rem 1.5rem;
}
.site-table tbody tr {
  border-bottom: 1px solid var(--slate-100);
}
.site-table tbody tr:last-child {
  border-bottom: none;
}
.site-table tbody tr:hover {
  background: var(--slate-50);
}
/* Portal Layout (3-Column) */
.site-portal-layout {
  display: flex;
  flex-direction: column;
  /* Mobile first */
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
}
@media (min-width: 1024px) {
  .site-portal-layout {
    flex-direction: row;
  }
}
/* PortalSidebar (Left) */
.site-portal-sidebar {
  width: 100%;
  flex-shrink: 0;
  /* On mobile, this might be hidden or a drawer. For now, strict port mimics React which hides it on mobile lg:flex */
  display: none;
  flex-direction: column;
  border-right: 1px solid var(--slate-200);
  height: calc(100vh - 3rem);
  position: sticky;
  top: 3rem;
  overflow-y: auto;
  padding: 2rem 0.5rem 2.5rem 1rem;
  background: var(--slate-50);
}
@media (min-width: 1024px) {
  .site-portal-sidebar {
    display: flex;
    width: 16rem;
  }
}
/* PortalContent (Center) */
.site-portal-content {
  flex: 1;
  padding: 3rem 1.5rem;
  /* Mobile padding */
  max-width: 100%;
  margin: 0;
  /* Align left */
  width: 100%;
}
@media (min-width: 1024px) {
  .site-portal-content {
    padding: 3rem 0;
    /* Remove horizontal padding, rely on container */
    max-width: 880px;
    flex: 1;
  }
}
/* ArticleTableOfContents (Right) */
.site-portal-toc {
  width: 14rem;
  flex-shrink: 0;
  display: none;
  /* Hidden below xl */
  align-self: flex-start;
  /* CRITICAL for sticky to work in flex container */
  position: sticky;
  top: 3rem;
  height: calc(100vh - 3rem);
  padding: 3rem 1rem 3rem 1.5rem;
  overflow-y: auto;
}
/* --- Bootstrap Override for Strict Layout --- */
/* Remove default Gantry/Bootstrap container padding so our internal containers control it */
@media (max-width: 767.98px) {
  .platform-content.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }
}
/* --- Fix Sticky TOC --- */
/* Sticky requires ancestors to have overflow: visible */
body, #g-page-surround, #g-main, .g-content {
  overflow: visible !important;
}
/* Be careful with horizontal scroll, but sticky priority is higher for now */
html {
  overflow-x: hidden;
}
.site-portal-toc {
  /* Reinforce sticky */
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  /* Give it some breathing room from top bar */
}
@media (min-width: 1280px) {
  .site-portal-toc {
    display: block;
  }
}
.site-toc-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand-dark);
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  opacity: 0.9;
}
.site-toc-wrapper nav {
  border-left: 1px solid var(--slate-200);
}
.site-toc-wrapper nav a {
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  font-size: 0.75rem;
  color: var(--slate-500);
  line-height: 1.6;
  transition: color 0.2s, border-left 0.2s;
  text-decoration: none;
}
.site-toc-wrapper nav a:hover {
  color: var(--brand-orange);
  border-left: 2px solid var(--brand-orange);
}
/* Sidebar Menu (Left Nav) */
.site-sidebar-section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand-dark);
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  opacity: 0.9;
}
.site-sidebar-section-title:first-child {
  margin-top: 0;
}
.site-sidebar-nav {
  font-size: 0.8125rem;
  color: var(--slate-500);
}
.site-sidebar-link {
  display: block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.site-sidebar-link:hover, .site-sidebar-link.active {
  background: #ffffff;
  color: var(--brand-orange);
}
/* --- Hero Interior --- */
.site-interior-hero {
  /* Full Width Breakout from Container */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -1.5rem;
  /* Counteract #g-main { padding: 1.5rem 0 } */
  height: 40vh;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-top: 10rem;
  overflow: hidden;
  background-color: var(--brand-dark);
}
/* ... skipped ... */
.site-interior-hero-subtitle {
  display: block;
  color: var(--brand-sky);
  font-weight: 700;
  letter-spacing: 0.05em;
  /* tracking-widest */
  text-transform: uppercase;
  margin-top: 0.5rem;
  /* Changed from margin-bottom since it's now below title */
  margin-bottom: 0;
  font-size: 1.125rem;
}
.site-interior-hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.site-interior-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.site-interior-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--brand-dark), rgba(16, 38, 58, 0.5), transparent);
}
.site-interior-hero-container {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  /* max-w-7xl - 1280px */
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .site-interior-hero-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-interior-hero-container {
    padding: 0 2rem;
  }
}
/* --- Portal Layout Alignment --- */
.site-portal-layout {
  max-width: 80rem;
  /* Match Hero 1280px */
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 640px) {
  .site-portal-layout {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-portal-layout {
    padding: 0 2rem;
    flex-direction: row;
    /* Row again since we removed sidebar but have TOC */
  }
}
.site-interior-hero-breadcrumbs {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  /* text-sm */
  color: var(--slate-400);
}
.site-interior-hero-subtitle {
  display: block;
  color: var(--brand-sky);
  font-weight: 700;
  letter-spacing: 0.05em;
  /* tracking-widest */
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.site-interior-hero-title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  /* text-4xl */
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .site-interior-hero-title {
    font-size: 3rem;
    /* md:text-5xl */
  }
}
.site-interior-hero-description {
  color: var(--slate-300);
  font-size: 1.125rem;
  /* text-lg */
  max-width: 48rem;
  /* max-w-3xl */
}
/* --- BentoCard Fix (Strict Port) --- */
.bento-card-base {
  border: 1px solid var(--slate-100) !important;
}
/* --- Mini Tailwind Compatibility Layer --- */
/* Utilities present in exported HTML but missing in Joomla */
/* Layout & Spacing */
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.space-y-3 > * + * {
  margin-top: 0.75rem;
}
.space-y-4 > * + * {
  margin-top: 1rem;
}
.space-y-8 > * + * {
  margin-top: 2rem;
}
.space-y-10 > * + * {
  margin-top: 2.5rem;
}
.space-y-12 > * + * {
  margin-top: 3rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
/* Flex & Grid */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grid {
  display: grid;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Typography */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.leading-relaxed {
  line-height: 1.625;
}
/* Colors */
.text-brand-blue {
  color: var(--brand-sky);
}
.text-brand-dark {
  color: var(--brand-dark);
}
.text-brand-orange {
  color: var(--brand-orange);
}
.text-white {
  color: #ffffff;
}
.text-slate-400 {
  color: var(--slate-400);
}
.text-slate-500 {
  color: var(--slate-500);
}
.text-slate-600 {
  color: var(--slate-600);
}
.text-slate-700 {
  color: var(--slate-700);
}
.text-slate-800 {
  color: var(--slate-800);
}
.text-emerald-600 {
  color: #059669;
}
.text-emerald-700 {
  color: #047857;
}
.text-red-700 {
  color: #b91c1c;
}
.text-red-800 {
  color: #991b1b;
}
.text-red-500 {
  color: #ef4444;
}
.text-emerald-500 {
  color: #10b981;
}
.bg-white {
  background-color: #ffffff;
}
.bg-slate-50 {
  background-color: var(--slate-50);
}
.bg-slate-800 {
  background-color: var(--slate-800);
}
.bg-blue-50 {
  background-color: #eff6ff;
}
.bg-brand-blue {
  background-color: var(--brand-sky);
}
.bg-brand-orange {
  background-color: var(--brand-orange);
}
.bg-emerald-50\/30 {
  background-color: rgba(236, 253, 245, 0.3);
}
.bg-red-50\/30 {
  background-color: rgba(254, 242, 242, 0.3);
}
.hover\:bg-slate-50:hover {
  background-color: var(--slate-50);
}
.hover\:bg-slate-50\/50:hover {
  background-color: rgba(248, 250, 252, 0.5);
}
.hover\:bg-slate-900:hover {
  background-color: #0f172a;
}
.hover\:text-brand-orange:hover {
  color: var(--brand-orange);
}
.hover\:underline:hover {
  text-decoration: underline;
}
/* Borders & Rounded */
.border {
  border-width: 1px;
  border-style: solid;
}
.border-b {
  border-bottom-width: 1px;
  border-style: solid;
}
.border-t {
  border-top-width: 1px;
  border-style: solid;
}
.border-l-2 {
  border-left-width: 2px;
  border-style: solid;
}
.border-l-4 {
  border-left-width: 4px;
  border-style: solid;
}
.border-0 {
  border-width: 0;
}
.border-slate-100 {
  border-color: var(--slate-100);
}
.border-slate-200 {
  border-color: var(--slate-200);
}
.border-blue-100 {
  border-color: #dbeafe;
}
.border-brand-blue {
  border-color: var(--brand-sky);
}
.border-brand-blue\/30 {
  border-color: rgba(50, 186, 236, 0.3);
}
.border-brand-dark {
  border-color: var(--brand-dark);
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
/* Sizing */
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-24 {
  width: 6rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
/* Misc */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left-\[15px\] {
  left: 15px;
}
.top-4 {
  top: 1rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
/* Table */
.border-collapse {
  border-collapse: collapse;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.whitespace-pre-line {
  white-space: pre-line;
}
/* --- Category Blog: Bento Grid Layout --- */
/* Target specific view to avoid affecting other layouts */
/* 1. Main Container Alignment (Match Strict Docs 1280px) */
.view-category.layout-blog .platform-content.container {
  max-width: 80rem !important;
  /* Force override of Bootstrap container widths */
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .view-category.layout-blog .platform-content.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .view-category.layout-blog .platform-content.container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* 2. Grid System */
.view-category.layout-blog .blog-items.columns-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  /* Reset Gantry/Bootstrap row/col behavior if needed */
}
@media (min-width: 768px) {
  .view-category.layout-blog .blog-items.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .view-category.layout-blog .blog-items.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Remove default column widths from Gantry/Joomla */
.view-category.layout-blog .blog-items.columns-3 > .blog-item {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* 3. Bento Card Styling */
.view-category.layout-blog .blog-item {
  /* Mimic .bento-card-base */
  background-color: #ffffff;
  border: 1px solid var(--slate-100);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 300ms ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.view-category.layout-blog .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
/* Inner Layout of the Card */
.view-category.layout-blog .blog-item .item-image {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  order: -1;
  /* Ensure image is first */
}
.view-category.layout-blog .blog-item .item-image img {
  width: 100%;
  height: 12rem;
  /* Fixed height for consistency */
  object-fit: cover;
}
.view-category.layout-blog .blog-item .item-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
/* Title Styling */
.view-category.layout-blog .blog-item .page-header {
  margin: 0 0 1rem 0;
  padding: 0;
  border: none;
}
.view-category.layout-blog .blog-item .page-header h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.view-category.layout-blog .blog-item .page-header h2 a {
  color: var(--brand-dark);
  text-decoration: none;
}
.view-category.layout-blog .blog-item .page-header h2 a:hover {
  color: var(--brand-orange);
}
/* Read More Button (Secondary/Ghost) */
.view-category.layout-blog .blog-item .readmore {
  margin-top: auto;
  /* Push to bottom */
  text-align: left;
}
.view-category.layout-blog .blog-item .readmore .btn {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--brand-sky);
  background: transparent;
  padding: 0;
  border: none;
  transition: color 0.2s;
}
.view-category.layout-blog .blog-item .readmore .btn:hover {
  color: var(--brand-orange);
  background: transparent;
  text-decoration: underline;
}
.view-category.layout-blog .blog-item .readmore .icon-chevron-right {
  display: none;
  /* Hide default icon if wanted, or styling it */
}
/*# sourceMappingURL=custom_13.css.map */