/*
Theme Name: Tactical TGT Security
Theme URI: https://example.com/
Author: Tactical TGT Security
Description: Landing corporativa para empresa de seguridad privada con servicios de CCTV, vigilancia fija, vigilancia móvil, custodia armada y protección VIP.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tactical-tgt-security
*/

:root {
  --bg: #070707;
  --bg-soft: #0f0f0f;
  --panel: #171717;
  --line: #2d2d2d;
  --gold: #e0a530;
  --red: #b91b1b;
  --white: #f7f7f7;
  --muted: #bdbdbd;
  --container: 1240px;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; background: var(--bg); color: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.center { text-align: center; }
.eyebrow { display: inline-block; margin: 0 0 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; }
.section-heading { max-width: 800px; margin: 0 auto 42px; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(2rem, 2.8vw, 2.8rem); line-height: 1.15; }
.section-heading p { margin: 0; color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 12px; border: 1px solid transparent; font-weight: 700; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #c32222, var(--red)); border-color: var(--gold); box-shadow: 0 12px 30px rgba(185, 27, 27, .25); }
.btn-outline { background: transparent; border-color: var(--gold); color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(5,5,5,.94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(224,165,48,.22); }
.header-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand strong { display: block; font-size: 1rem; }
.brand span { display: block; color: var(--muted); font-size: .78rem; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.nav-cta) { color: #efefef; font-weight: 500; font-size: .95rem; }
.main-nav > a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { margin-left: 10px; }
.menu-toggle { display: none; background: transparent; border: 0; width: 48px; height: 48px; padding: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px auto; }
.hero { padding: 72px 0 54px; background: radial-gradient(circle at top left, rgba(224,165,48,.1), transparent 35%), linear-gradient(180deg, #080808 0%, #0c0c0c 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(2.8rem, 5vw, 4.9rem); line-height: .98; text-transform: uppercase; }
.hero-copy h1 span { color: var(--gold); }
.hero-text { color: var(--muted); max-width: 620px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 34px; }
.hero-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hero-badges div { background: rgba(255,255,255,.02); border: 1px solid rgba(224,165,48,.18); border-radius: 14px; padding: 14px; }
.hero-badges strong { display: block; color: var(--gold); font-size: 1.2rem; }
.hero-badges span { display: block; color: var(--muted); font-size: .88rem; }
.card-frame { background: linear-gradient(180deg, #141414, #0d0d0d); border: 1px solid rgba(224,165,48,.28); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.preserve-frame { display: flex; align-items: center; justify-content: center; padding: 12px; }
.preserve-frame img { width: 100%; height: 100%; object-fit: contain; border-radius: calc(var(--radius) - 10px); background: #101010; }
.hero-cover img { object-fit: cover; }
.hero-media { min-height: 560px; }
.hero-media img { min-height: 536px; }
.trust-strip { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); background: var(--bg-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.05); border-radius: 16px; padding: 20px; }
.trust-item strong { display: block; margin-bottom: 6px; color: var(--gold); }
.trust-item span { color: var(--muted); font-size: .94rem; }
.services { background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { background: linear-gradient(180deg, #171717 0%, #111111 100%); border: 1px solid rgba(224,165,48,.22); border-radius: 18px; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(224,165,48,.48); }
.service-visual { height: 220px; background: #111; border-bottom: 1px solid rgba(224,165,48,.14); }
.service-visual img { height: 100%; object-fit: contain; background: #111; }
.service-content { padding: 20px 18px 24px; }
.service-content h3 { margin: 0 0 10px; font-size: 1.14rem; }
.service-content p { margin: 0; color: var(--muted); font-size: .95rem; }
.why-us { background: #0b0b0b; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-box { padding: 24px; border-radius: 18px; background: var(--panel); border: 1px solid rgba(255,255,255,.06); }
.feature-box span { color: var(--gold); font-size: 1.6rem; font-weight: 800; }
.feature-box h3 { margin: 10px 0 10px; }
.feature-box p { margin: 0; color: var(--muted); font-size: .95rem; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.text-column h2 { margin: 0 0 16px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.15; }
.text-column p { color: var(--muted); margin: 0 0 14px; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.mini-stats div, .process-step, .cta-box { background: var(--panel); border: 1px solid rgba(224,165,48,.18); border-radius: 16px; }
.mini-stats div { padding: 18px; }
.mini-stats strong { display: block; color: var(--gold); font-size: 1.1rem; }
.mini-stats span { display: block; color: var(--muted); font-size: .9rem; }
.media-column { min-height: 450px; }
.media-column img { min-height: 426px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--white); }
.check-list li::before { content: '•'; position: absolute; left: 8px; top: -1px; color: var(--red); font-size: 1.2rem; font-weight: 800; }
.operation-gallery { background: linear-gradient(180deg, #090909 0%, #101010 100%); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.gallery-grid figure { margin: 0; min-height: 300px; }
.gallery-grid .tall { min-height: 610px; }
.gallery-grid .tall img { min-height: 586px; }
.gallery-grid figure img { min-height: 276px; }
.process { background: #0b0b0b; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 24px; }
.process-step span { display: inline-flex; width: 44px; height: 44px; border-radius: 999px; align-items: center; justify-content: center; background: linear-gradient(180deg, #cb2a2a, var(--red)); color: var(--white); font-weight: 800; border: 1px solid var(--gold); margin-bottom: 12px; }
.process-step h3 { margin: 0 0 8px; }
.process-step p { margin: 0; color: var(--muted); }
.cta-section { padding: 0 0 88px; }
.cta-box { padding: 38px; background: linear-gradient(135deg, rgba(185,27,27,.22), rgba(224,165,48,.08) 60%, rgba(255,255,255,.02)); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-box h2 { margin: 0 0 10px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.cta-box p:last-child { margin: 0; color: var(--muted); }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.site-footer { border-top: 1px solid rgba(224,165,48,.16); background: #060606; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr .8fr; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.footer-brand img { width: 68px; height: 68px; object-fit: contain; }
.footer-brand strong { display: block; }
.footer-brand span, .site-footer p, .site-footer li, .site-footer a { color: var(--muted); }
.site-footer h4 { margin: 4px 0 12px; color: var(--white); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { padding: 24px 0 32px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.05); }
.footer-bottom p { margin: 0; text-align: center; }
@media (max-width: 1200px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .tall { min-height: 300px; }
  .gallery-grid .tall img { min-height: 276px; }
}
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 88px; left: 20px; right: 20px; background: rgba(10,10,10,.98); border: 1px solid rgba(224,165,48,.2); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; gap: 14px; display: none; }
  .main-nav.active { display: flex; }
  .nav-cta { margin-left: 0; }
  .hero-grid, .split-layout, .footer-grid, .cta-box { grid-template-columns: 1fr; }
  .hero-badges, .trust-grid, .service-grid, .feature-grid, .mini-stats, .gallery-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-box { align-items: flex-start; }
}
@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section { padding: 76px 0; }
  .hero { padding: 56px 0 48px; }
  .hero-badges, .trust-grid, .service-grid, .feature-grid, .mini-stats, .gallery-grid, .process-grid { grid-template-columns: 1fr; }
  .hero-media, .media-column, .gallery-grid .tall, .gallery-grid figure { min-height: auto; }
  .hero-media img, .media-column img, .gallery-grid figure img, .gallery-grid .tall img { min-height: 0; }
  .hero-copy h1 { font-size: 2.5rem; }
  .section-heading h2, .text-column h2, .cta-box h2 { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
