/* ═══════════════════════════════════════════════════════════════════
   2Colombia V2 Plugin — Static Tailwind Utilities (NO CDN needed)
   ALL styles scoped to .twocolombia-v2 — zero effect on host theme
   ═══════════════════════════════════════════════════════════════════ */

/* ── Wrapper: isolate from host theme ── */
.twocolombia-v2 {
  --colombia-orange: #FF6B35;
  --colombia-orange-light: #FF8F66;
  --colombia-orange-dark: #E55A2B;
  --colombia-navy: #1A365D;
  --colombia-navy-light: #2D4A7C;
  --colombia-green: #22C55E;
  --colombia-purple: #8B5CF6;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  line-height: 1.5;
  color: #1f2937;
  box-sizing: border-box;
}
.twocolombia-v2 *, .twocolombia-v2 *::before, .twocolombia-v2 *::after {
  box-sizing: border-box;
}

/* ── Layout ── */
.twocolombia-v2 .tcv2-block { display: block; }
.twocolombia-v2 .tcv2-inline-block { display: inline-block; }
.twocolombia-v2 .tcv2-inline-flex { display: inline-flex; }
.twocolombia-v2 .tcv2-flex { display: flex; }
.twocolombia-v2 .tcv2-grid { display: grid; }
.twocolombia-v2 .tcv2-flex-col { flex-direction: column; }
.twocolombia-v2 .tcv2-flex-1 { flex: 1 1 0%; }
.twocolombia-v2 .tcv2-flex-shrink-0 { flex-shrink: 0; }
.twocolombia-v2 .tcv2-items-center { align-items: center; }
.twocolombia-v2 .tcv2-items-start { align-items: flex-start; }
.twocolombia-v2 .tcv2-justify-center { justify-content: center; }
.twocolombia-v2 .tcv2-gap-2 { gap: 0.5rem; }
.twocolombia-v2 .tcv2-gap-3 { gap: 0.75rem; }
.twocolombia-v2 .tcv2-gap-4 { gap: 1rem; }
.twocolombia-v2 .tcv2-gap-6 { gap: 1.5rem; }
.twocolombia-v2 .tcv2-gap-8 { gap: 2rem; }
.twocolombia-v2 .tcv2-gap-10 { gap: 2.5rem; }
.twocolombia-v2 .tcv2-gap-16 { gap: 4rem; }
.twocolombia-v2 .tcv2-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.twocolombia-v2 .tcv2-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.twocolombia-v2 .tcv2-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.twocolombia-v2 .tcv2-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.twocolombia-v2 .tcv2-space-y-1\.5 > * + * { margin-top: 0.375rem; }
.twocolombia-v2 .tcv2-space-y-2 > * + * { margin-top: 0.5rem; }
.twocolombia-v2 .tcv2-space-y-4 > * + * { margin-top: 1rem; }

/* ── Position ── */
.twocolombia-v2 .tcv2-relative { position: relative; }
.twocolombia-v2 .tcv2-absolute { position: absolute; }
.twocolombia-v2 .tcv2-inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.twocolombia-v2 .tcv2-top-4 { top: 1rem; }
.twocolombia-v2 .tcv2-top-10 { top: 2.5rem; }
.twocolombia-v2 .tcv2-top-1\/2 { top: 50%; }
.twocolombia-v2 .tcv2-bottom-0 { bottom: 0; }
.twocolombia-v2 .tcv2-bottom-10 { bottom: 2.5rem; }
.twocolombia-v2 .tcv2-left-0 { left: 0; }
.twocolombia-v2 .tcv2-left-4 { left: 1rem; }
.twocolombia-v2 .tcv2-left-10 { left: 2.5rem; }
.twocolombia-v2 .tcv2-left-1\/2 { left: 50%; }
.twocolombia-v2 .tcv2-right-0 { right: 0; }
.twocolombia-v2 .tcv2-right-10 { right: 2.5rem; }
.twocolombia-v2 .tcv2-z-10 { z-index: 10; }

/* ── Spacing ── */
.twocolombia-v2 .tcv2-p-2\.5 { padding: 0.625rem; }
.twocolombia-v2 .tcv2-p-4 { padding: 1rem; }
.twocolombia-v2 .tcv2-p-5 { padding: 1.25rem; }
.twocolombia-v2 .tcv2-p-6 { padding: 1.5rem; }
.twocolombia-v2 .tcv2-p-8 { padding: 2rem; }
.twocolombia-v2 .tcv2-px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.twocolombia-v2 .tcv2-px-4 { padding-left: 1rem; padding-right: 1rem; }
.twocolombia-v2 .tcv2-px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.twocolombia-v2 .tcv2-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.twocolombia-v2 .tcv2-px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.twocolombia-v2 .tcv2-py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.twocolombia-v2 .tcv2-py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.twocolombia-v2 .tcv2-py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.twocolombia-v2 .tcv2-py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.twocolombia-v2 .tcv2-py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.twocolombia-v2 .tcv2-py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.twocolombia-v2 .tcv2-py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.twocolombia-v2 .tcv2-py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.twocolombia-v2 .tcv2-py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.twocolombia-v2 .tcv2-mb-1 { margin-bottom: 0.25rem; }
.twocolombia-v2 .tcv2-mb-2 { margin-bottom: 0.5rem; }
.twocolombia-v2 .tcv2-mb-3 { margin-bottom: 0.75rem; }
.twocolombia-v2 .tcv2-mb-4 { margin-bottom: 1rem; }
.twocolombia-v2 .tcv2-mb-5 { margin-bottom: 1.25rem; }
.twocolombia-v2 .tcv2-mb-6 { margin-bottom: 1.5rem; }
.twocolombia-v2 .tcv2-mb-8 { margin-bottom: 2rem; }
.twocolombia-v2 .tcv2-mb-10 { margin-bottom: 2.5rem; }
.twocolombia-v2 .tcv2-mb-12 { margin-bottom: 3rem; }
.twocolombia-v2 .tcv2-mb-14 { margin-bottom: 3.5rem; }
.twocolombia-v2 .tcv2-mt-0\.5 { margin-top: 0.125rem; }
.twocolombia-v2 .tcv2-mt-2 { margin-top: 0.5rem; }
.twocolombia-v2 .tcv2-mt-10 { margin-top: 2.5rem; }
.twocolombia-v2 .tcv2-mx-auto { margin-left: auto; margin-right: auto; }

/* ── Sizing ── */
.twocolombia-v2 .tcv2-w-2 { width: 0.5rem; }
.twocolombia-v2 .tcv2-w-3\.5 { width: 0.875rem; }
.twocolombia-v2 .tcv2-w-4 { width: 1rem; }
.twocolombia-v2 .tcv2-w-5 { width: 1.25rem; }
.twocolombia-v2 .tcv2-w-6 { width: 1.5rem; }
.twocolombia-v2 .tcv2-w-8 { width: 2rem; }
.twocolombia-v2 .tcv2-w-9 { width: 2.25rem; }
.twocolombia-v2 .tcv2-w-10 { width: 2.5rem; }
.twocolombia-v2 .tcv2-w-11 { width: 2.75rem; }
.twocolombia-v2 .tcv2-w-24 { width: 6rem; }
.twocolombia-v2 .tcv2-w-32 { width: 8rem; }
.twocolombia-v2 .tcv2-w-48 { width: 12rem; }
.twocolombia-v2 .tcv2-w-full { width: 100%; }
.twocolombia-v2 .tcv2-h-2 { height: 0.5rem; }
.twocolombia-v2 .tcv2-h-3\.5 { height: 0.875rem; }
.twocolombia-v2 .tcv2-h-4 { height: 1rem; }
.twocolombia-v2 .tcv2-h-5 { height: 1.25rem; }
.twocolombia-v2 .tcv2-h-6 { height: 1.5rem; }
.twocolombia-v2 .tcv2-h-8 { height: 2rem; }
.twocolombia-v2 .tcv2-h-9 { height: 2.25rem; }
.twocolombia-v2 .tcv2-h-10 { height: 2.5rem; }
.twocolombia-v2 .tcv2-h-11 { height: 2.75rem; }
.twocolombia-v2 .tcv2-h-24 { height: 6rem; }
.twocolombia-v2 .tcv2-h-32 { height: 8rem; }
.twocolombia-v2 .tcv2-h-48 { height: 12rem; }
.twocolombia-v2 .tcv2-h-\[380px\] { height: 380px; }
.twocolombia-v2 .tcv2-h-\[420px\] { height: 420px; }
.twocolombia-v2 .tcv2-h-\[450px\] { height: 450px; }
.twocolombia-v2 .tcv2-h-full { height: 100%; }
.twocolombia-v2 .tcv2-min-h-\[140px\] { min-height: 140px; }
.twocolombia-v2 .tcv2-max-w-xl { max-width: 36rem; }
.twocolombia-v2 .tcv2-max-w-2xl { max-width: 42rem; }
.twocolombia-v2 .tcv2-max-w-3xl { max-width: 48rem; }
.twocolombia-v2 .tcv2-max-w-4xl { max-width: 56rem; }
.twocolombia-v2 .tcv2-max-w-5xl { max-width: 64rem; }
.twocolombia-v2 .tcv2-max-w-6xl { max-width: 72rem; }
.twocolombia-v2 .tcv2-max-w-7xl { max-width: 80rem; }

/* ── Typography ── */
.twocolombia-v2 .tcv2-text-xs { font-size: 0.75rem; line-height: 1rem; }
.twocolombia-v2 .tcv2-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.twocolombia-v2 .tcv2-text-base { font-size: 1rem; line-height: 1.5rem; }
.twocolombia-v2 .tcv2-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.twocolombia-v2 .tcv2-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.twocolombia-v2 .tcv2-text-2xl { font-size: 1.5rem; line-height: 2rem; }
.twocolombia-v2 .tcv2-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.twocolombia-v2 .tcv2-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.twocolombia-v2 .tcv2-text-5xl { font-size: 3rem; line-height: 1; }
.twocolombia-v2 .tcv2-font-medium { font-weight: 500; }
.twocolombia-v2 .tcv2-font-semibold { font-weight: 600; }
.twocolombia-v2 .tcv2-font-bold { font-weight: 700; }
.twocolombia-v2 .tcv2-font-extrabold { font-weight: 800; }
.twocolombia-v2 .tcv2-uppercase { text-transform: uppercase; }
.twocolombia-v2 .tcv2-italic { font-style: italic; }
.twocolombia-v2 .tcv2-text-center { text-align: center; }
.twocolombia-v2 .tcv2-text-left { text-align: left; }
.twocolombia-v2 .tcv2-leading-relaxed { line-height: 1.625; }

/* ── Text Colors ── */
.twocolombia-v2 .tcv2-text-white { color: #ffffff; }
.twocolombia-v2 .tcv2-text-white\/70 { color: rgb(255 255 255 / 0.7); }
.twocolombia-v2 .tcv2-text-white\/80 { color: rgb(255 255 255 / 0.8); }
.twocolombia-v2 .tcv2-text-white\/90 { color: rgb(255 255 255 / 0.9); }
.twocolombia-v2 .tcv2-text-gray-500 { color: #6b7280; }
.twocolombia-v2 .tcv2-text-gray-600 { color: #4b5563; }
.twocolombia-v2 .tcv2-text-gray-700 { color: #374151; }
.twocolombia-v2 .tcv2-text-\[\#1A365D\] { color: #1A365D; }
.twocolombia-v2 .tcv2-text-\[\#FF6B35\] { color: #FF6B35; }
.twocolombia-v2 .tcv2-text-\[\#22C55E\] { color: #22C55E; }
.twocolombia-v2 .tcv2-text-\[\#8B5CF6\] { color: #8B5CF6; }

/* ── Backgrounds ── */
.twocolombia-v2 .tcv2-bg-white { background-color: #ffffff; }
.twocolombia-v2 .tcv2-bg-gray-50 { background-color: #f9fafb; }
.twocolombia-v2 .tcv2-bg-gray-200 { background-color: #e5e7eb; }
.twocolombia-v2 .tcv2-bg-orange-50 { background-color: #fff7ed; }
.twocolombia-v2 .tcv2-bg-orange-100 { background-color: #ffedd5; }
.twocolombia-v2 .tcv2-bg-\[\#1A365D\] { background-color: #1A365D; }
.twocolombia-v2 .tcv2-bg-\[\#FF6B35\] { background-color: #FF6B35; }
.twocolombia-v2 .tcv2-bg-\[\#22C55E\] { background-color: #22C55E; }
.twocolombia-v2 .tcv2-bg-\[\#22C55E\]\/10 { background-color: rgb(34 197 94 / 0.1); }
.twocolombia-v2 .tcv2-bg-\[\#8B5CF6\]\/10 { background-color: rgb(139 92 246 / 0.1); }
.twocolombia-v2 .tcv2-bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.twocolombia-v2 .tcv2-bg-cover { background-size: cover; }
.twocolombia-v2 .tcv2-bg-center { background-position: center; }
.twocolombia-v2 .tcv2-bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.twocolombia-v2 .tcv2-from-\[\#1A365D\]\/90 { --tw-gradient-from: rgb(26 54 93 / 0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(26 54 93 / 0)); }
.twocolombia-v2 .tcv2-via-\[\#1A365D\]\/40 { --tw-gradient-stops: var(--tw-gradient-from), rgb(26 54 93 / 0.4), var(--tw-gradient-to, rgb(26 54 93 / 0)); }
.twocolombia-v2 .tcv2-to-transparent { --tw-gradient-to: transparent; }

/* ── Borders ── */
.twocolombia-v2 .tcv2-border { border-width: 1px; }
.twocolombia-v2 .tcv2-border-2 { border-width: 2px; }
.twocolombia-v2 .tcv2-border-l-4 { border-left-width: 4px; }
.twocolombia-v2 .tcv2-border-gray-100 { border-color: #f3f4f6; }
.twocolombia-v2 .tcv2-border-\[\#22C55E\] { border-color: #22C55E; }
.twocolombia-v2 .tcv2-border-\[\#FF6B35\] { border-color: #FF6B35; }
.twocolombia-v2 .tcv2-border-\[\#FF6B35\]\/20 { border-color: rgb(255 107 53 / 0.2); }
.twocolombia-v2 .tcv2-border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.twocolombia-v2 .tcv2-rounded-lg { border-radius: 0.5rem; }
.twocolombia-v2 .tcv2-rounded-xl { border-radius: 0.75rem; }
.twocolombia-v2 .tcv2-rounded-2xl { border-radius: 1rem; }
.twocolombia-v2 .tcv2-rounded-full { border-radius: 9999px; }
.twocolombia-v2 .tcv2-rounded-r-xl { border-top-right-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }

/* ── Effects ── */
.twocolombia-v2 .tcv2-shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.twocolombia-v2 .tcv2-shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.twocolombia-v2 .tcv2-shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.twocolombia-v2 .tcv2-opacity-5 { opacity: 0.05; }
.twocolombia-v2 .tcv2-opacity-10 { opacity: 0.1; }
.twocolombia-v2 .tcv2-opacity-50 { opacity: 0.5; }
.twocolombia-v2 .tcv2-opacity-70 { opacity: 0.7; }

/* ── Transforms & Transitions ── */
.twocolombia-v2 .tcv2-transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.twocolombia-v2 .tcv2-transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.twocolombia-v2 .tcv2-duration-500 { transition-duration: 500ms; }
.twocolombia-v2 .tcv2-duration-700 { transition-duration: 700ms; }
.twocolombia-v2 .tcv2-scale-105 { transform: scale(1.05); }
.twocolombia-v2 .tcv2-scale-110 { transform: scale(1.1); }

/* ── Misc ── */
.twocolombia-v2 .tcv2-cursor-pointer { cursor: pointer; }
.twocolombia-v2 .tcv2-pointer-events-none { pointer-events: none; }
.twocolombia-v2 .tcv2-overflow-hidden { overflow: hidden; }
.twocolombia-v2 .tcv2-object-cover { object-fit: cover; }
.twocolombia-v2 .tcv2-backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.twocolombia-v2 .tcv2-group:hover .group-hover\:tcv2-scale-110 { transform: scale(1.1); }

/* ── Hover states ── */
.twocolombia-v2 .hover\:tcv2-shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.twocolombia-v2 .hover\:tcv2-shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.twocolombia-v2 .hover\:tcv2-scale-105:hover { transform: scale(1.05); }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ══════════════════════════════════════════════════════════════ */

/* sm: 640px */
@media (min-width: 640px) {
  .twocolombia-v2 .sm\:tcv2-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .twocolombia-v2 .sm\:tcv2-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .twocolombia-v2 .sm\:tcv2-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .twocolombia-v2 .sm\:tcv2-text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .twocolombia-v2 .sm\:tcv2-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .twocolombia-v2 .sm\:tcv2-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .twocolombia-v2 .sm\:tcv2-text-base { font-size: 1rem; line-height: 1.5rem; }
  .twocolombia-v2 .sm\:tcv2-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .twocolombia-v2 .sm\:tcv2-h-\[450px\] { height: 450px; }
}

/* md: 768px */
@media (min-width: 768px) {
  .twocolombia-v2 .md\:tcv2-p-8 { padding: 2rem; }
  .twocolombia-v2 .md\:tcv2-py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .twocolombia-v2 .md\:tcv2-py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .twocolombia-v2 .md\:tcv2-py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .twocolombia-v2 .md\:tcv2-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .twocolombia-v2 .md\:tcv2-text-5xl { font-size: 3rem; line-height: 1; }
  .twocolombia-v2 .md\:tcv2-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .twocolombia-v2 .md\:tcv2-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .twocolombia-v2 .md\:tcv2-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .twocolombia-v2 .md\:tcv2-gap-8 { gap: 2rem; }
}

/* lg: 1024px */
@media (min-width: 1024px) {
  .twocolombia-v2 .lg\:tcv2-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .twocolombia-v2 .lg\:tcv2-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .twocolombia-v2 .lg\:tcv2-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .twocolombia-v2 .lg\:tcv2-gap-16 { gap: 4rem; }
}
