/*
Theme Name: Telencargos
Theme URI: https://telencargos.com/
Author: Telencargos Asesores
Author URI: https://telencargos.com/
Description: Tema premium de WordPress para Telencargos, especialista en derecho corporativo, contabilidad y transformación digital en la República Dominicana.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: telencargos-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap');

/* Custom visual utilities to match design style precisely */
.text-shadow-ambient {
  text-shadow: 0px 4px 20px rgba(13, 43, 94, 0.4);
}

.star-service {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.05) 0%, rgba(201, 162, 39, 0.12) 100%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(209, 217, 230, 0.5);
}

/* Custom transitions and scroll behaviors */
html {
  scroll-behavior: smooth;
}

/* Tab active and inactive animations */
.tab-view {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  display: none;
}

.tab-view.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
