:root {
  --navy: #10244a;
  --navy-2: #07152f;
  --red: #e51e46;
  --blue: #1687d3;
  --yellow: #ffd21f;
  --ink: #101522;
  --muted: #667085;
  --paper: #f5f7fb;
  --white: #ffffff;
  --line: rgba(16, 36, 74, .12);
  --shadow: 0 24px 70px rgba(7, 21, 47, .14);
  --radius: 26px;
  --font-display: "Anton", Impact, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 10px 14px; background: #fff; z-index: 9999; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,36,74,.08); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand-main { font-family: var(--font-display); font-size: 35px; line-height: .82; letter-spacing: -.02em; transform: skew(-4deg); text-shadow: 2px 2px 0 #fff; }
.brand-main b { color: var(--red); }
.brand-main strong { color: var(--blue); }
.brand-sub { font-weight: 900; letter-spacing: .22em; font-size: 11px; color: var(--navy); border-left: 2px solid var(--yellow); padding-left: 9px; }
.site-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: 14px; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--red); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--navy); color: white; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--paper); padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

.hero { min-height: 780px; position: relative; display: grid; align-items: center; padding: 150px 0 70px; overflow: hidden; background: var(--navy-2); }
.hero-media { position: absolute; inset: 0; background: url("images/camisas-aniversario.webp") center 48% / cover no-repeat; filter: saturate(.92) contrast(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,32,.98) 0%, rgba(7,21,47,.93) 48%, rgba(7,21,47,.48) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); gap: 72px; align-items: end; }
.hero-copy { color: white; max-width: 740px; }
.eyebrow { margin: 0 0 15px; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .18em; color: var(--yellow); }
.eyebrow.dark { color: var(--red); }
.hero h1, .section h2 { margin: 0; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .015em; line-height: .98; font-weight: 400; }
.hero h1 { font-size: clamp(62px, 8vw, 116px); max-width: 850px; }
.hero h1 span { color: var(--yellow); text-shadow: 4px 4px 0 var(--red); }
.hero-text { max-width: 650px; font-size: clamp(18px, 2vw, 23px); color: rgba(255,255,255,.86); margin: 28px 0 32px; }
.hero-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 14px 30px rgba(229,30,70,.28); }
.btn-primary:hover { background: #c91238; }
.btn-secondary { border: 1px solid rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.06); }
.btn-secondary.light { border-color: rgba(255,255,255,.5); }
.hero-points { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 800; }
.hero-points span::before { content: "✓"; color: var(--yellow); margin-right: 8px; }
.quick-card { background: rgba(255,255,255,.96); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); border-top: 8px solid var(--yellow); }
.quick-label { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quick-card h2 { font-size: 39px; color: var(--navy); margin: 8px 0 12px; }
.quick-card p { color: var(--muted); margin: 0 0 20px; }
.quick-card > a { display: block; font-size: 27px; font-weight: 900; color: var(--blue); }
.quick-card > a.quick-instagram { margin-top: 10px; font-size: 16px; color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.quick-card small { display: block; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: #7b8496; }

.trust-strip { background: var(--yellow); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 102px; display: flex; align-items: center; gap: 14px; padding: 22px 18px; border-right: 1px solid rgba(16,36,74,.15); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid b { font-family: var(--font-display); font-size: 34px; color: var(--red); font-weight: 400; }
.trust-grid span { font-size: 14px; font-weight: 900; color: var(--navy); line-height: 1.2; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section h2 { font-size: clamp(44px, 5vw, 72px); color: var(--navy); }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; max-width: 600px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 250px; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 27px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(16,36,74,.11); }
.service-card > span { font-family: var(--font-display); color: var(--red); font-size: 25px; }
.service-card h3 { margin: auto 0 9px; font-size: 20px; line-height: 1.2; color: var(--navy); }
.service-card p { color: var(--muted); margin: 0; font-size: 14px; }
.service-card.featured { background: var(--navy); border-color: var(--navy); color: white; }
.service-card.featured h3, .service-card.featured p { color: white; }
.service-card.featured > span { color: var(--yellow); }
.service-card.featured a { color: var(--yellow); font-weight: 900; margin-top: 18px; }

.promo-section { background: var(--navy); color: white; position: relative; overflow: hidden; }
.promo-section::before { content: "AC628"; position: absolute; right: -45px; bottom: -110px; font: 400 230px/1 var(--font-display); color: rgba(255,255,255,.035); }
.promo-grid, .copies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.promo-image img, .copies-image img { width: 100%; max-height: 720px; object-fit: contain; border-radius: var(--radius); box-shadow: var(--shadow); background: white; }
.promo-copy h2 { color: white; }
.price { font-family: var(--font-display); font-size: clamp(90px, 11vw, 150px); line-height: .9; color: var(--yellow); text-shadow: 5px 5px 0 var(--red); margin: 25px 0; }
.promo-copy ul { list-style: none; padding: 0; margin: 25px 0; }
.promo-copy li { padding: 13px 0 13px 35px; border-bottom: 1px solid rgba(255,255,255,.14); position: relative; font-weight: 700; }
.promo-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.disclaimer { color: rgba(255,255,255,.65); font-size: 12px; }

.copies-section { background: white; }
.copies-copy > p:not(.eyebrow) { color: var(--muted); max-width: 570px; }
.price-list { margin-top: 34px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.price-list div { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.price-list div:last-child { border-bottom: 0; background: var(--yellow); }
.price-list span { font-weight: 800; color: var(--navy); }
.price-list strong { font-size: 22px; color: var(--red); }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.gallery-item { aspect-ratio: 1 / 1; padding: 0; border: 0; border-radius: 24px; overflow: hidden; position: relative; cursor: zoom-in; background: var(--navy); box-shadow: 0 14px 35px rgba(8, 21, 47, .12); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,21,47,.94)); }
.gallery-item span { position: absolute; left: 18px; right: 18px; bottom: 17px; z-index: 2; color: white; text-align: left; font-weight: 900; font-size: 16px; line-height: 1.2; }
.gallery-item:hover img { transform: scale(1.045); }

.location { background: linear-gradient(135deg, var(--red), #bc1037); color: white; }
.location-card { background: var(--navy); border-radius: 32px; padding: clamp(32px, 5vw, 65px); display: grid; grid-template-columns: 1.2fr .6fr; align-items: center; gap: 45px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.location-card h2 { color: white; }
.location-card p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 18px; max-width: 700px; }
.location-mark { font-family: var(--font-display); font-size: clamp(140px, 20vw, 260px); color: var(--yellow); line-height: .8; transform: rotate(-7deg); text-shadow: 8px 8px 0 var(--red); text-align: center; }
.final-cta { text-align: center; }
.final-card { max-width: 900px; }
.final-card h2 { margin-bottom: 32px; }

.site-footer { background: #071226; color: rgba(255,255,255,.72); padding: 72px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.2fr; gap: 44px; }
.footer-brand { margin-bottom: 18px; }
.footer-brand .brand-sub { color: white; }
.site-footer h3 { color: white; margin: 0 0 15px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { margin: 0; font-size: 13px; }
.site-footer a { display: block; margin: 8px 0; color: white; font-weight: 700; }
.footer-bottom { margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.floating-wa { position: fixed; right: 22px; bottom: 22px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; z-index: 900; box-shadow: 0 16px 35px rgba(0,0,0,.25); transition: transform .2s ease; }
.floating-wa:hover { transform: scale(1.07); }
.floating-wa svg { width: 34px; height: 34px; fill: white; }
.lightbox { width: min(1100px, calc(100% - 32px)); max-height: 92vh; border: 0; padding: 0; border-radius: 20px; background: #09152b; box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 20px; right: 24px; z-index: 10; width: 46px; height: 46px; border: 0; border-radius: 50%; font-size: 30px; line-height: 1; color: white; background: rgba(0,0,0,.65); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 84px 0 auto; display: grid; gap: 0; padding: 18px 20px 24px; background: white; border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .3s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 15px 6px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .quick-card { max-width: 470px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,14,32,.96), rgba(7,21,47,.76)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(16,36,74,.15); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-grid, .copies-grid { grid-template-columns: 1fr; gap: 46px; }
  .copies-image { order: -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .location-card { grid-template-columns: 1fr; }
  .location-mark { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 74px; }
  .site-nav { top: 74px; }
  .brand-main { font-size: 31px; }
  .brand-sub { font-size: 9px; }
  .hero { min-height: auto; padding: 124px 0 55px; }
  .hero-media { background-position: 34% center; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-text { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .quick-card { padding: 24px; }
  .quick-card h2 { font-size: 32px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(16,36,74,.15); min-height: 82px; }
  .section { padding: 78px 0; }
  .section h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .promo-image img, .copies-image img { border-radius: 19px; }
  .price { font-size: 93px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { aspect-ratio: 1 / 1; }
  .location-card { border-radius: 24px; }
  .location-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { width: 54px; height: 54px; right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* V1.3 — Enfoque empresarial */
.business-card { border-top-color: var(--red); }
.business-card small { font-weight: 800; color: var(--navy); }

.enterprise-services { background: var(--paper); }
.enterprise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.enterprise-card { min-height: 315px; padding: 30px; border-radius: 24px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; box-shadow: 0 12px 32px rgba(7,21,47,.06); transition: transform .25s ease, box-shadow .25s ease; }
.enterprise-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(7,21,47,.12); }
.enterprise-card .card-kicker { font-family: var(--font-display); font-size: 30px; line-height: 1; color: var(--red); }
.enterprise-card h3 { margin: auto 0 10px; color: var(--navy); font-size: 24px; line-height: 1.12; }
.enterprise-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.enterprise-card a { margin-top: auto; color: var(--red); font-weight: 900; font-size: 14px; }
.enterprise-card-dark { background: var(--navy); border-color: var(--navy); }
.enterprise-card-dark .card-kicker { color: var(--yellow); }
.enterprise-card-dark h3, .enterprise-card-dark p { color: white; }
.enterprise-card-dark a { color: var(--yellow); }

.sector-section { padding: 80px 0; background: var(--navy); color: white; }
.sector-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.sector-copy h2 { margin: 0; color: white; font-family: var(--font-display); text-transform: uppercase; font-size: clamp(42px, 5vw, 68px); line-height: .98; font-weight: 400; }
.sector-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.sector-tags span { padding: 11px 15px; border-radius: 999px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); font-size: 13px; font-weight: 800; }

.enterprise-gallery { background: white; }

.b2b-benefits { background: var(--yellow); }
.b2b-benefits .section-heading { margin-bottom: 36px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { min-height: 240px; padding: 26px; background: white; border-radius: 22px; border: 1px solid rgba(16,36,74,.1); }
.benefit-card strong { display: block; font-family: var(--font-display); font-size: 31px; color: var(--red); font-weight: 400; }
.benefit-card h3 { margin: 45px 0 8px; color: var(--navy); font-size: 20px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; }

.everyday-services { background: var(--paper); }
.everyday-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.everyday-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: var(--navy-2); }
.everyday-list { background: white; border-radius: 26px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(7,21,47,.08); }
.everyday-list div { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 22px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 800; }
.everyday-list div:last-child { border-bottom: 0; }
.everyday-list b { color: var(--red); font-size: 22px; }

.enterprise-final { background: white; }
.enterprise-final .final-card p:not(.eyebrow) { color: var(--muted); max-width: 670px; margin: -14px auto 28px; font-size: 17px; }

@media (max-width: 980px) {
  .enterprise-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-wrap, .everyday-grid { grid-template-columns: 1fr; gap: 34px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .enterprise-grid, .benefit-grid { grid-template-columns: 1fr; }
  .enterprise-card { min-height: 265px; }
  .sector-section { padding: 62px 0; }
  .sector-tags span { font-size: 12px; }
}

/* V1.3.7 — Campañas políticas */
.campaign-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,210,31,.14), transparent 30%),
    linear-gradient(135deg, #0a1935, var(--navy));
  color: white;
  position: relative;
  overflow: hidden;
}
.campaign-section::after {
  content: "628";
  position: absolute;
  right: -10px;
  bottom: -90px;
  font: 400 240px/1 var(--font-display);
  color: rgba(255,255,255,.025);
  pointer-events: none;
}
.campaign-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.campaign-copy h2 {
  color: white;
  font-size: clamp(48px, 6vw, 78px);
  margin-bottom: 22px;
}
.campaign-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.76);
  font-size: 17px;
  max-width: 570px;
}
.campaign-copy small {
  display: block;
  margin-top: 20px;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  line-height: 1.5;
  max-width: 560px;
}
.campaign-actions { margin-top: 28px; }
.campaign-services {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 10px 28px;
  backdrop-filter: blur(8px);
}
.campaign-services article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.campaign-services article:last-child { border-bottom: 0; }
.campaign-services strong {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: var(--yellow);
}
.campaign-services h3 {
  color: white;
  margin: 0 0 5px;
  font-size: 18px;
}
.campaign-services p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}
@media (max-width: 980px) {
  .campaign-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .campaign-services { padding: 8px 18px; }
  .campaign-services article { grid-template-columns: 45px 1fr; gap: 12px; }
}

/* V1.3.8 — formulario de cotización */
.quote-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.quote-intro h2{margin-bottom:18px}
.quote-intro>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7}
.quote-form{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:clamp(24px,4vw,40px);box-shadow:0 18px 55px rgba(7,21,47,.09)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.quote-form label{display:flex;flex-direction:column;gap:8px;text-align:left}
.quote-form label>span{color:var(--navy);font-size:13px;font-weight:900}
.form-full{grid-column:1/-1}
.quote-form input,.quote-form textarea{width:100%;border:1px solid #d9deea;background:white;color:var(--navy);border-radius:14px;padding:14px 15px;font:inherit;outline:none}
.quote-form textarea{resize:vertical;min-height:120px}
.quote-form input:focus,.quote-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(229,30,70,.1)}
.quote-submit{width:100%;margin-top:24px;border:0;cursor:pointer}
.form-note{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.5;text-align:center}
@media(max-width:980px){.quote-layout{grid-template-columns:1fr;gap:36px}}
@media(max-width:640px){.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.quote-form{border-radius:22px}}
