/* ============================================================
   TMV Agency — tmvagency.com
   Design system: navy / cyan-blue gradient, Poppins
   ============================================================ */

:root {
  --navy: #1B2534;
  --navy-2: #141C28;
  --cyan: #30D4ED;
  --blue: #2F88ED;
  --grad: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%);
  --bg: #F5F7FA;
  --card: #FFFFFF;
  --muted: #5B6472;
  --border: #E3E7ED;
  --ink: #1B2534;
  --radius: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; }
@media (max-width: 720px) { section { padding: 64px 0; } }

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: var(--blue);
  text-transform: uppercase;
}
.eyebrow.on-dark { color: var(--cyan); }

h2.h-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-top: 10px;
  line-height: 1.15;
}
p.h-sub {
  color: var(--muted);
  font-size: 17px;
  margin-top: 14px;
  max-width: 640px;
  line-height: 1.6;
}
.section-head { text-align: center; margin: 0 auto 52px; max-width: 720px; }
@media (max-width: 720px) {
  h2.h-title { font-size: 29px; }
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15.5px;
  padding: 15px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad); color: var(--navy-2); box-shadow: 0 10px 24px rgba(47,136,237,0.32); }
.btn-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-secondary:hover { border-color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-block { width: 100%; justify-content: center; }
.btn svg { flex-shrink: 0; }

/* ---------------- Header / Nav ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(27,37,52,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-wrap {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  height: 76px; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; }
.brand img { height: 26px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  color: #C6CDD9; font-size: 14.5px; font-weight: 600; letter-spacing: .2px;
  transition: color .15s ease;
}
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.lang-switch {
  display: flex; align-items: center; gap: 6px;
  border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; padding: 5px 6px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .5px;
}
.lang-switch a { padding: 5px 11px; border-radius: 20px; color: #9AA6B7; }
.lang-switch a.active { background: var(--grad); color: var(--navy-2); }
.nav-cta { display: none; }
@media (min-width: 981px) { .nav-cta { display: inline-flex; } }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-toggle span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
}
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 24px 26px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: #DCE3EE; font-size: 16px; font-weight: 600; padding: 12px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu .lang-switch { margin-top: 14px; align-self: flex-start; }
.mobile-menu .btn { margin-top: 14px; }

/* ---------------- Hero ---------------- */
.hero {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}
.hero-bars {
  position: absolute; right: -20px; bottom: -10px;
  display: flex; align-items: flex-end; gap: 16px;
  opacity: 0.9;
}
.hero-bars div { width: 30px; border-radius: 8px; background: var(--grad); }
@media (max-width: 860px) { .hero-bars { display: none; } }
.hero-inner { position: relative; z-index: 2; max-width: 680px; }
.badge-pill {
  display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 2px;
  color: var(--navy-2); background: var(--grad); padding: 7px 18px; border-radius: 30px; margin-bottom: 22px;
}
.hero h1 {
  font-size: 52px; font-weight: 800; line-height: 1.12; letter-spacing: -1px;
}
.hero p.lede {
  margin-top: 22px; font-size: 18px; color: #C6CDD9; line-height: 1.6; max-width: 560px;
}
.hero-ctas { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.hero-strip {
  margin-top: 52px; display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 13.5px; color: #9AA6B7; font-weight: 600;
}
.hero-strip span { display: flex; align-items: center; gap: 8px; }
@media (max-width: 620px) {
  .hero h1 { font-size: 36px; }
  .hero p.lede { font-size: 16px; }
}

/* ---------------- Why us grid ---------------- */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .why-grid { grid-template-columns: 1fr; } }
.why-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 26px;
}
.icon-tile {
  width: 48px; height: 48px; border-radius: 14px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.why-card h3 { font-size: 17px; font-weight: 700; }
.why-card p { font-size: 14.5px; color: var(--muted); margin-top: 8px; line-height: 1.55; }

/* ---------------- Services grid ---------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px;
}
.svc-card h3 { font-size: 16.5px; font-weight: 700; }
.svc-card p { font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.5; }

/* ---------------- Packages ---------------- */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 24px; align-items: stretch; }
@media (max-width: 980px) { .pkg-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }
.pkg-card {
  background: var(--navy); color: #fff; border-radius: 20px; padding: 34px 30px;
  display: flex; flex-direction: column; position: relative; border: 1px solid rgba(255,255,255,0.06);
}
.pkg-card.featured { background: linear-gradient(180deg, #1E2A3D 0%, var(--navy) 60%); border: 1.5px solid var(--cyan); }
.pkg-ribbon {
  position: absolute; top: -14px; left: 30px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 1px; color: var(--navy-2);
  background: var(--grad); padding: 6px 16px; border-radius: 30px;
}
.pkg-tag { font-size: 12px; font-weight: 700; letter-spacing: 1.6px; color: var(--cyan); }
.pkg-name { font-size: 28px; font-weight: 800; margin-top: 8px; letter-spacing: -0.5px; }
.pkg-sub { font-size: 14px; color: #B9C1CE; margin-top: 2px; }
.pkg-videos { margin-top: 20px; display: flex; align-items: baseline; gap: 8px; }
.pkg-videos .num {
  font-size: 34px; font-weight: 800; background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block;
}
.pkg-videos .lbl { font-size: 13px; color: #C6CDD9; }
.pkg-lede { font-size: 13.5px; color: #C6CDD9; margin-top: 14px; line-height: 1.5; }
.pkg-list { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.pkg-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.4; }
.pkg-item .ico { width: 19px; height: 19px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.pkg-ideal {
  margin-top: 20px; background: rgba(255,255,255,0.07); border-left: 3px solid var(--cyan);
  border-radius: 8px; padding: 12px 14px; font-size: 12.8px; color: #DCE3EE; line-height: 1.5;
}
.pkg-card .btn { margin-top: 24px; }

/* ---------------- Comparison table ---------------- */
.cmp-scroll { overflow-x: auto; margin-top: 30px; }
table.cmp { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; }
table.cmp th, table.cmp td { text-align: center; padding: 12px 10px; font-size: 13.5px; }
table.cmp th.feat, table.cmp td.feat { text-align: left; color: var(--navy); font-weight: 500; }
table.cmp thead th { font-size: 14px; font-weight: 700; color: var(--navy); padding-bottom: 16px; }
table.cmp thead th.mid { color: var(--blue); }
table.cmp tbody tr td, table.cmp tbody tr th.feat { border-bottom: 1px solid var(--border); }
table.cmp tbody tr:nth-child(odd) td, table.cmp tbody tr:nth-child(odd) th.feat { background: rgba(255,255,255,0.6); }
table.cmp td.mid-col, table.cmp tr:nth-child(odd) td.mid-col { background: #EAF1FE; }
.dash { color: #C3C9D3; }
.mini-badge {
  display: inline-block; font-size: 9.5px; font-weight: 700; letter-spacing: .8px; color: var(--navy-2);
  background: var(--grad); border-radius: 10px; padding: 2px 8px; margin-left: 6px; vertical-align: middle;
}

/* ---------------- How we work ---------------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 24px; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 22px; }
.step-num {
  width: 34px; height: 34px; border-radius: 50%; background: var(--grad); color: var(--navy-2);
  font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step-card h3 { font-size: 15.5px; font-weight: 700; }
.step-card p { font-size: 13.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.work-note {
  margin-top: 30px; background: #EAF1FE; border-radius: 12px; padding: 16px 20px;
  font-size: 14px; color: #24425E; display: flex; align-items: center; gap: 12px;
}

/* ---------------- CTA ---------------- */
.cta-section {
  background: var(--navy); color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-section h2 { font-size: 36px; font-weight: 800; letter-spacing: -0.5px; max-width: 620px; margin: 14px auto 0; line-height: 1.2; }
.cta-section p { font-size: 16.5px; color: #C6CDD9; max-width: 520px; margin: 18px auto 0; line-height: 1.6; }
.cta-section .btn { margin-top: 30px; }
@media (max-width: 600px) { .cta-section h2 { font-size: 27px; } }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--navy-2); color: #9AA6B7; padding: 56px 0 28px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand img { height: 24px; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; max-width: 320px; line-height: 1.6; }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 { font-size: 13px; color: #fff; font-weight: 700; letter-spacing: .5px; margin-bottom: 14px; }
.footer-col a, .footer-col li { display: block; font-size: 13.5px; margin-bottom: 10px; color: #9AA6B7; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 12.5px;
}

/* ---------------- Misc ---------------- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
section#paquetes { background: var(--bg); }
section.alt-bg { background: #EEF1F6; }
