/* ============================================================
   interpreteentampa.com — Design System
   Spanish-Only | Mobile-First | Conversion-Optimized
   Blueprint v1.0 — June 2026
   ============================================================ */

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

:root {
  --navy:        #0F2942;
  --navy-2:      #152f4a;
  --navy-3:      #1b3860;
  --navy-card:   #122140;
  --gold:        #D99B26;
  --gold-light:  #E8B040;
  --gold-dim:    rgba(217,155,38,0.12);
  --gold-border: rgba(217,155,38,0.28);
  --bg-neutral:  #F8FAFC;
  --white:       #FFFFFF;
  --text-main:   #D8E8F4;
  --text-muted:  #7B93B0;
  --green:       #27AE60;
  --shadow-lg:   0 12px 40px rgba(0,0,0,0.5);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.35);
  --radius:      14px;
  --radius-sm:   8px;
  --transition:  all 0.26s ease;
  --max-w:       1100px;
  --font-head:   'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body:   'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--navy);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
}
p { line-height: 1.75; }
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-light); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; }

/* ── CONTAINER ── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--navy-2);
  border-bottom: 2px solid var(--gold-border);
  padding: 11px 0;
  position: sticky;
  top: 0;
  z-index: 200;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar-network {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.topbar-domain { color: var(--gold); }
.topbar-domain.secondary { color: var(--text-muted); }
.topbar-sep { color: var(--gold-border); font-weight: 400; }
.topbar-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--white);
  font-size: 0.95rem;
}
.topbar-phone:hover { color: var(--gold); }

/* ── HERO ── */
.hero {
  padding: 60px 0 52px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(217,155,38,0.07) 0%, transparent 68%);
  pointer-events: none;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}
@media(min-width:900px) {
  .hero .container { grid-template-columns: 1fr 300px; }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  margin-bottom: 28px;
  line-height: 1.72;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ── PERFORMANCE STATS ── */
.perf-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.perf-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.perf-num {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.perf-plus {
  font-size: 0.7em;
  color: var(--gold-light);
}
.perf-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.4;
  font-weight: 600;
}
.perf-divider {
  width: 1px;
  height: 40px;
  background: var(--gold-border);
  flex-shrink: 0;
}
@media(max-width:480px) {
  .perf-divider { display: none; }
  .perf-stats { gap: 20px; }
}

/* ── BUTTONS ── */
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--font-head);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 4px 18px rgba(217,155,38,0.4);
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 7px 26px rgba(217,155,38,0.55);
}
.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold-border);
}
.btn-outline:hover {
  background: var(--gold-dim);
  color: var(--gold-light);
  border-color: var(--gold);
}
.btn-lg { padding: 17px 36px; font-size: 1.08rem; }

/* ── HERO PHOTO ── */
.hero-photo-wrap { display: flex; justify-content: center; }
.hero-photo-wrap img {
  width: 260px; height: 320px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius);
  border: 2px solid var(--gold-border);
  box-shadow: 0 0 0 5px var(--gold-dim), var(--shadow-lg);
}
@media(min-width:900px) { .hero-photo-wrap img { width: 290px; height: 350px; } }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--navy-2);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  padding: 22px 0;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-main);
}
.trust-check {
  width: 28px; height: 28px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ── SECTION TITLES ── */
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.section-title em { font-style: normal; color: var(--gold); }
.section-sub {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 36px;
  max-width: 540px;
  line-height: 1.72;
}
.section-header { margin-bottom: 36px; }
.text-center { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }

/* ── SERVICES ── */
.services { padding: 60px 0; }
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media(min-width:600px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width:960px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  background: var(--navy-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  opacity: 0;
  transition: var(--transition);
}
.service-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(217,155,38,0.18); }
.service-card:hover::before { opacity: 1; }
.service-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow-card); }
.service-card.featured::before { opacity: 1; }
.service-card-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.64rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-head);
}
.service-icon { font-size: 2.2rem; }
.service-name { font-family: var(--font-head); font-size: 1.18rem; font-weight: 800; color: var(--white); line-height: 1.2; }
.service-sub { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }
.service-desc { font-size: 0.9rem; color: var(--text-muted); flex: 1; line-height: 1.65; }
.service-price { font-family: var(--font-head); font-size: 1.5rem; font-weight: 900; color: var(--gold); }
.service-price-sub { font-size: 0.76rem; color: var(--text-muted); margin-top: 2px; }
.service-cta {
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.88rem;
  font-family: var(--font-head);
  text-align: center;
  transition: var(--transition);
  margin-top: 4px;
}
.service-card:hover .service-cta { background: var(--gold); color: var(--navy); border-color: var(--gold); }

/* ── HOW IT WORKS ── */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.hiw-step {
  background: var(--navy-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hiw-num {
  width: 34px; height: 34px;
  background: var(--gold); color: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 900; font-size: 0.9rem; flex-shrink: 0;
}
.hiw-title { font-family: var(--font-head); font-size: 0.95rem; font-weight: 800; color: var(--white); }
.hiw-desc { font-size: 0.86rem; color: var(--text-muted); line-height: 1.6; }

/* ── FAQ ── */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--navy-card); border: 1px solid var(--gold-border); border-radius: var(--radius); padding: 20px 24px; }
.faq-q { font-family: var(--font-head); font-weight: 800; color: var(--white); font-size: 0.97rem; margin-bottom: 8px; }
.faq-a { font-size: 0.88rem; color: var(--text-muted); line-height: 1.72; }

/* ── AREA BADGES ── */
.area-badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 720px; margin: 0 auto; }
.area-badge { background: var(--navy-card); border: 1px solid var(--gold-border); color: var(--text-muted); font-size: 0.8rem; font-weight: 600; padding: 5px 14px; border-radius: 20px; }

/* ── CTA SECTION ── */
.cta-section { padding: 56px 0; background: linear-gradient(135deg, var(--navy-2), var(--navy-3)); border-top: 2px solid var(--gold); text-align: center; }

/* ── FOOTER ── */
footer { background: var(--navy-2); border-top: 1px solid var(--gold-border); padding: 36px 0 24px; }
.footer-inner { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
@media(min-width:700px) { .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.footer-brand { font-family: var(--font-head); font-size: 1rem; font-weight: 800; color: var(--gold); }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 0.82rem; color: var(--text-muted); }
.footer-links a:hover { color: var(--gold); }
.footer-legal { font-size: 0.74rem; color: var(--text-muted); text-align: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--gold-border); line-height: 1.6; }

/* ── FLOATING WIDGET ── */
.fqc-widget { position: fixed; bottom: 24px; right: 20px; z-index: 1000; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.fqc-tooltip { background: var(--navy); border: 1px solid rgba(217,155,38,0.4); color: var(--text-main); font-size: 0.82rem; font-weight: 600; line-height: 1.5; padding: 10px 34px 10px 14px; border-radius: 10px; max-width: 220px; box-shadow: 0 4px 20px rgba(0,0,0,0.45); position: relative; animation: tooltip-in 0.4s ease; }
@keyframes tooltip-in { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
.fqc-tooltip-close { position: absolute; top:7px; right:9px; background:none; border:none; color:var(--text-muted); cursor:pointer; font-size:0.82rem; line-height:1; padding:0; }
.fqc-tooltip-close:hover { color: var(--white); }
.fqc-buttons { display: flex; gap: 10px; align-items: center; }
.fqc-btn { display:flex; align-items:center; gap:8px; padding:12px 18px; border-radius:50px; font-weight:700; font-size:0.88rem; color:#fff; text-decoration:none; transition:var(--transition); }
.fqc-sms { background: var(--navy); border: 2px solid var(--gold); box-shadow: 0 4px 16px rgba(15,41,66,0.5); }
.fqc-sms:hover { background: var(--navy-3); color: var(--gold-light); transform: scale(1.05); }
.fqc-wa { background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,0.4); animation: pulse-wa 2.5s infinite; }
.fqc-wa:hover { transform: scale(1.05); color: #fff; }
@keyframes pulse-wa { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.4)} 50%{box-shadow:0 4px 28px rgba(37,211,102,0.65)} }
@media(max-width:480px) { .fqc-label{display:none} .fqc-btn{padding:12px;border-radius:50%} .fqc-tooltip{max-width:185px;font-size:0.77rem} }

/* ── CITY PAGE ── */
.city-back { display:inline-flex; align-items:center; gap:6px; color:var(--text-muted); font-size:0.84rem; margin-bottom:20px; transition:var(--transition); }
.city-back:hover { color: var(--gold); }

/* ── ANIMATIONS ── */
.fade-in { opacity:0; transform:translateY(18px); transition:opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity:1; transform:translateY(0); }

/* ── TUNNEL STYLES ── */
.tunnel-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.tunnel-header { background: var(--navy-2); border-bottom: 1px solid var(--gold-border); padding: 14px 0; }
.tunnel-header .container { display:flex; align-items:center; justify-content:space-between; }
.tunnel-brand { font-family: var(--font-head); font-size: 0.9rem; font-weight: 800; color: var(--gold); }
.tunnel-back { display:flex; align-items:center; gap:6px; color:var(--text-muted); font-size:0.84rem; text-decoration:none; transition:var(--transition); }
.tunnel-back:hover { color: var(--gold); }
.tunnel-body { flex: 1; padding: 40px 0 60px; }
.tunnel-step { display: none; }
.tunnel-step.active { display: block; }
.step-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; font-family: var(--font-head); }
.step-headline { font-family: var(--font-head); font-size: clamp(1.4rem,3vw,2rem); font-weight: 900; color: var(--white); margin-bottom: 10px; }
.step-sub { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 32px; line-height: 1.7; max-width: 580px; }
.progress-bar-wrap { padding: 20px 0 0; }
.progress-track { height: 4px; background: var(--navy-3); border-radius: 4px; overflow: hidden; margin-bottom: 12px; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 4px; transition: width 0.4s ease; }
.option-grid { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 560px; }
@media(min-width:500px) { .option-grid { grid-template-columns: 1fr 1fr; } }
.option-btn {
  background: var(--navy-card);
  border: 2px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}
.option-btn:hover, .option-btn.selected {
  border-color: var(--gold);
  background: var(--gold-dim);
  color: var(--white);
}
.option-icon { font-size: 1.5rem; }
.form-field { margin-bottom: 18px; }
.form-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 7px; font-family: var(--font-head); }
.form-input {
  width: 100%;
  background: var(--navy-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: 0.95rem;
  padding: 12px 14px;
  font-family: var(--font-body);
  transition: var(--transition);
}
.form-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
.form-input::placeholder { color: var(--text-muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media(max-width:540px) { .form-row { grid-template-columns: 1fr; } }
.form-optional { font-size: 0.72rem; color: var(--text-muted); margin-left: 6px; font-weight: 400; }
.contact-method-row { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-method-btn {
  flex: 1;
  min-width: 90px;
  background: var(--navy-card);
  border: 2px solid var(--gold-border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  text-align: center;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
}
.contact-method-btn:hover, .contact-method-btn.selected { border-color: var(--gold); background: var(--gold-dim); color: var(--gold-light); }
.submit-btn {
  width: 100%;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: var(--radius-sm);
  padding: 16px 24px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 6px;
  box-shadow: 0 4px 18px rgba(217,155,38,0.35);
}
.submit-btn:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(217,155,38,0.5); }
.submit-reassurance { font-size: 0.82rem; color: var(--text-muted); text-align: center; margin-top: 12px; line-height: 1.6; }
.next-btn {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: var(--radius-sm);
  padding: 13px 28px;
  font-family: var(--font-head);
  font-size: 0.95rem; font-weight: 900;
  cursor: pointer; transition: var(--transition);
  margin-top: 20px;
  opacity: 0.5;
}
.next-btn.enabled { opacity: 1; }
.next-btn:hover.enabled { background: var(--gold-light); }
.tunnel-info-box {
  background: var(--navy-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 28px;
  max-width: 560px;
}
.tunnel-info-service { font-family: var(--font-head); font-weight: 800; color: var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.tunnel-info-detail { font-size: 0.9rem; color: var(--text-muted); }
