.tucuatro-global-search { max-width: 980px; margin: 0 auto; }
.tucuatro-global-search input[type="search"] { width: 100%; border: 2px solid #003F5A; border-radius: 14px; padding: 14px 16px; font-size: 16px; }
.tucuatro-global-search-results { margin-top: 12px; display: grid; gap: 12px; }
.tucuatro-global-search-section { background: #fff; border-radius: 14px; padding: 14px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.tucuatro-global-search-section h4 { margin: 0 0 10px; color: #003F5A; }
.tucuatro-global-search-grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.tucuatro-global-search-card { display: block; background: #f8fafc; border-radius: 10px; padding: 10px; border: 1px solid #e8eef2; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.tucuatro-global-search-card:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,63,90,.12); }
.tucuatro-global-search-card .type { display:inline-block; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#FEA02F; margin-bottom:5px; }
.tucuatro-global-search-card strong { color: #003F5A; display:block; margin-bottom:4px; }
.tucuatro-global-search-card p { margin:0; color:#53606a; font-size:13px; }
.tucuatro-global-search-view-all { margin-top: 8px; color: #003F5A; font-weight: 600; }
.tucuatro-global-search-empty { background: #fff; border-radius: 10px; padding: 10px 12px; color: #003F5A; }
@media (max-width: 767px) { .tucuatro-global-search-grid { grid-template-columns: 1fr; } }
.tucuatro-global-search-card .lang-badge { float:right; font-size:10px; color:#003F5A; background:#eef5f8; border-radius:10px; padding:2px 6px; }
.tucuatro-global-search-card .lang-badge.lang-en { color:#0b3c8a; background:#e6f0ff; }
.tucuatro-global-search-card .lang-badge.lang-es { color:#9a4b00; background:#ffe8cc; }
.tucuatro-global-search-card .lang-badge.lang-fr { color:#8a1023; background:#ffd9df; }
.tucuatro-global-search-section:first-child { border: 2px solid #FEA02F; box-sizing: border-box; transform: scale(1.05); transform-origin: top center; }
@media (max-width: 767px) { .tucuatro-global-search-section:first-child { transform: none; } }
