/* ====================================================================
   LA UNIÓN MULTI SERVICE — styles.css
   Línea gráfica: oscuro + brasas naranja metálico + cromo
   ==================================================================== */

:root {
  /* Backgrounds */
  --bg: #0a0705;
  --bg-2: #110b07;
  --surface: #19110a;
  --surface-2: #21160c;
  --surface-3: #2b1d10;
  --line: rgba(255, 150, 60, .14);
  --line-2: rgba(255, 150, 60, .26);

  /* Brand */
  --orange: #ff6a00;
  --orange-2: #ff8a1e;
  --ember: #ff3d00;
  --gold: #ffb020;
  --amber: #ffce6a;

  /* Text */
  --text: #fdf6ee;
  --muted: #c8b6a3;
  --muted-2: #9c8a78;

  /* Utility */
  --wa: #25d366;
  --wa-d: #14a44a;

  /* Effects */
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -20px rgba(0,0,0,.7);
  --glow: 0 0 40px -6px rgba(255,106,0,.55);
  --grad-orange: linear-gradient(135deg, var(--gold) 0%, var(--orange) 45%, var(--ember) 100%);
  --grad-chrome: linear-gradient(180deg, #ffffff 0%, #ffe9cf 30%, var(--orange-2) 55%, var(--ember) 100%);

  --maxw: 1180px;
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Ambient background gradients */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1100px 700px at 80% -10%, rgba(255,80,0,.16), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(255,140,30,.10), transparent 55%),
    radial-gradient(1000px 800px at 50% 120%, rgba(255,60,0,.12), transparent 60%),
    var(--bg);
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 820px; }

.ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.grad {
  background: var(--grad-chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Accessibility */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--orange); color: #1a0d00; padding: 12px 18px;
  border-radius: 0 0 10px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display);
  font-weight: 700; font-size: .98rem; line-height: 1;
  padding: 13px 22px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  white-space: nowrap; letter-spacing: .2px;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn.lg { padding: 16px 30px; font-size: 1.06rem; }
.btn.full { width: 100%; }
.btn .ico { width: 18px; height: 18px; }

.btn-primary {
  background: var(--grad-orange); color: #2a1300;
  box-shadow: 0 10px 30px -8px rgba(255,90,0,.7), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(255,90,0,.85), inset 0 1px 0 rgba(255,255,255,.5); }

.btn-wa { background: var(--wa); color: #04300f; box-shadow: 0 10px 28px -10px rgba(37,211,102,.7); }
.btn-wa:hover { background: #2ee06f; transform: translateY(-2px); }

.btn-ghost { background: rgba(255,255,255,.05); color: var(--text); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: rgba(255,255,255,.09); border-color: var(--orange); }

.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--line-2); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange-2); background: rgba(255,106,0,.06); }

.btn-light { background: #fff; color: #2a1300; box-shadow: 0 10px 30px -10px rgba(0,0,0,.5); }
.btn-light:hover { transform: translateY(-2px); background: #fff4e6; }

/* ============ HEADER ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(10,7,5,.72);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(10,7,5,.92); box-shadow: 0 10px 30px -16px rgba(0,0,0,.8); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 72px; }

.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 46px; height: auto; filter: drop-shadow(0 4px 10px rgba(255,90,0,.35)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--font-display); font-weight: 800; font-size: 1.16rem; letter-spacing: .5px; font-style: italic; background: var(--grad-chrome); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.brand-text small { font-size: .58rem; letter-spacing: 4px; color: var(--muted-2); font-weight: 600; margin-top: 3px; }

.main-nav { display: flex; gap: 26px; }
.main-nav a { font-size: .95rem; font-weight: 500; color: var(--muted); position: relative; padding: 4px 0; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--grad-orange); transition: width .25s ease; border-radius: 2px; }
.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { padding: 10px 16px; font-size: .9rem; }

.lang-switch { display: flex; align-items: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); border-radius: 999px; padding: 3px; gap: 2px; }
.lang-switch a { font-family: var(--font-display); font-weight: 700; font-size: .8rem; color: var(--muted); padding: 5px 11px; border-radius: 999px; transition: color .2s ease, background .2s ease; }
.lang-switch a.active { background: var(--grad-orange); color: #2a1300; }
.lang-switch a:not(.active):hover { color: var(--text); }
.lang-mobile { color: var(--amber) !important; font-weight: 600; }

.header-social { display: flex; gap: 6px; }
.header-social a { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); color: var(--muted); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.header-social a:hover { color: var(--orange-2); border-color: var(--orange); transform: translateY(-2px); }
.header-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.mobile-social { display: flex; gap: 10px; margin-top: 12px; }
.mobile-social a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); color: var(--text); font-weight: 600; font-size: .9rem; border-bottom: 1px solid var(--line-2); }
.mobile-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid var(--line-2); color: var(--text); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 14px 22px 22px; border-top: 1px solid var(--line); background: rgba(13,9,6,.98); }
.mobile-menu a { padding: 13px 6px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.05); color: var(--text); }
.mobile-menu .btn { margin-top: 10px; border-bottom: 0; }

/* ============ HERO ============ */
.hero { position: relative; padding: 70px 0 90px; overflow: hidden; min-height: min(86vh, 760px); display: flex; align-items: center; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-glow { position: absolute; z-index: 1; right: -8%; top: 8%; width: 620px; height: 620px; background: radial-gradient(circle, rgba(255,90,0,.28), transparent 62%); filter: blur(20px); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .82rem; letter-spacing: .5px; color: var(--amber); text-transform: uppercase; background: rgba(255,140,30,.1); border: 1px solid var(--line-2); padding: 7px 15px; border-radius: 999px; margin-bottom: 22px; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 10px var(--wa); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.04; letter-spacing: -1px; margin-bottom: 22px; }
.hero .lede { font-size: clamp(1.04rem, 1.7vw, 1.22rem); color: var(--muted); max-width: 560px; margin-bottom: 30px; }
.hero .lede strong { color: var(--text); font-weight: 700; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 28px; }
.hero-actions.center { justify-content: center; }

.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-trust li { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--muted); font-weight: 500; }
.hero-trust .ico { width: 17px; height: 17px; color: var(--wa); stroke-width: 3; }

/* Hero art */
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; min-height: 420px; }
.hero-art > picture { display: contents; }
.hero-logo { width: min(100%, 460px); filter: drop-shadow(0 30px 60px rgba(255,80,0,.4)); animation: float 6s ease-in-out infinite; will-change: transform; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

.hero-badge { position: absolute; background: rgba(20,13,8,.85); backdrop-filter: blur(8px); border: 1px solid var(--line-2); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow); animation: float 5s ease-in-out infinite; }
.badge-1 { top: 8%; left: -2%; font-style: italic; font-weight: 700; color: var(--amber); font-size: .95rem; animation-delay: .6s; }
.badge-2 { bottom: 10%; right: -2%; display: flex; flex-direction: column; align-items: center; animation-delay: 1.1s; }
.badge-2 strong { font-family: var(--font-display); font-size: 2rem; font-weight: 800; line-height: 1; background: var(--grad-orange); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.badge-2 span { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }

.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--line-2); border-radius: 14px; z-index: 3; display: flex; justify-content: center; }
.scroll-cue span { width: 4px; height: 9px; background: var(--orange); border-radius: 2px; margin-top: 7px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(-3px); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(10px); } }

/* ============ PARTNERS ============ */
.partners { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,.25); padding: 18px 0; }
.partners-track { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 22px; }
.partner { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--muted); letter-spacing: .5px; opacity: .85; transition: color .2s, opacity .2s; }
.partner:hover { color: var(--amber); opacity: 1; }
.partners .sep { color: var(--orange); opacity: .5; }

/* ============ SECTIONS ============ */
.section { padding: 88px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, transparent, rgba(255,90,0,.04), transparent); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.kicker { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: .78rem; letter-spacing: 3px; text-transform: uppercase; color: var(--orange-2); margin-bottom: 14px; }
.kicker.light { color: #ffd9a8; }
.section-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1.1; letter-spacing: -.5px; margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }

/* ============ SERVICE CARDS ============ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  position: relative; background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  transform-style: preserve-3d; will-change: transform;
}
.card::before { content: ""; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px; background: linear-gradient(160deg, rgba(255,140,30,.5), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .3s ease; }
.card:hover { border-color: var(--line-2); box-shadow: 0 30px 60px -28px rgba(255,80,0,.5); }
.card:hover::before { opacity: 1; }
.card.featured { background: linear-gradient(160deg, rgba(255,106,0,.16), var(--surface)); border-color: var(--line-2); }
.card.featured::before { opacity: 1; }

.card-ico { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, rgba(255,140,30,.22), rgba(255,60,0,.1)); border: 1px solid var(--line-2); margin-bottom: 18px; }
.card-ico svg { width: 27px; height: 27px; fill: none; stroke: var(--orange-2); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-ico.sm { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 0; flex: none; }
.card-ico.sm svg { width: 22px; height: 22px; }
.card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.card-link { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--orange-2); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s ease; }
.card-link:hover { gap: 11px; }

/* ============ PRICING ============ */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { position: relative; background: linear-gradient(170deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.plan:hover { transform: translateY(-4px); }
.plan-featured { background: linear-gradient(170deg, rgba(255,106,0,.18), var(--surface-2)); border-color: var(--orange); box-shadow: 0 30px 70px -30px rgba(255,90,0,.6); transform: scale(1.03); }
.plan-featured:hover { transform: scale(1.03) translateY(-4px); }
.ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-orange); color: #2a1300; font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; box-shadow: 0 8px 20px -6px rgba(255,90,0,.7); }
.plan-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.plan-name { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; }
.plan-tag { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: var(--amber); background: rgba(255,176,32,.12); padding: 4px 10px; border-radius: 999px; }
.plan-price { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; line-height: 1; margin-bottom: 22px; display: flex; align-items: flex-start; gap: 2px; }
.plan-price .cur { font-size: 1.5rem; margin-top: 8px; color: var(--orange-2); }
.plan-price .per { font-size: 1rem; font-weight: 500; color: var(--muted); align-self: flex-end; margin-bottom: 8px; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.plan-feats li { position: relative; padding-left: 28px; color: var(--muted); font-size: .96rem; }
.plan-feats li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(37,211,102,.15); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325d366' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
.plan-featured .plan-price { color: var(--text); }
.pricing-note { text-align: center; margin-top: 30px; color: var(--muted); font-size: .98rem; }
.pricing-note strong { color: var(--amber); }
.pricing-note a { color: var(--orange-2); font-weight: 600; }

/* ============ REMESAS ============ */
.remesas { position: relative; padding: 80px 0; overflow: hidden; background: linear-gradient(120deg, #d2410a, #ff6a00 55%, #ff8a1e); }
.remesas::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 90% 120%, rgba(0,0,0,.3), transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23ffffff' opacity='.12'/%3E%3C/svg%3E"); }
.remesas-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.remesas-copy h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.08; color: #fff; margin-bottom: 16px; letter-spacing: -.5px; text-shadow: 0 4px 16px rgba(0,0,0,.25); }
.remesas-copy > p { color: rgba(255,255,255,.94); font-size: 1.1rem; margin-bottom: 22px; max-width: 560px; }
.remesas-copy strong { color: #fff; font-weight: 800; }
.remesas-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.remesas-list li { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 600; font-size: 1.02rem; }
.remesas-list .ico { color: #fff; background: rgba(255,255,255,.2); border-radius: 50%; padding: 3px; width: 26px; height: 26px; stroke-width: 3; }
.remesas-art { display: flex; justify-content: center; }

/* ============ TIENDA EN LÍNEA (Square) ============ */
.main-nav a.nav-shop, .mobile-menu a.nav-shop { color: var(--orange-2); font-weight: 700; }
.shop-banner { text-align: center; max-width: 760px; margin: 0 auto; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 48px 32px; box-shadow: var(--shadow), var(--glow); }
.shop-banner h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.1; margin: 14px 0; color: var(--text); }
.shop-banner > p { color: var(--muted); font-size: 1.08rem; line-height: 1.5; margin: 0 auto 22px; max-width: 560px; }
.shop-fulfill { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.shop-chip { font-size: .9rem; color: var(--text); background: var(--surface-3); border: 1px solid var(--line); padding: 8px 14px; border-radius: 50px; }
.shop-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
@media (max-width: 560px) { .shop-actions { flex-direction: column; } .shop-actions .btn { width: 100%; } }
.money-card { width: 100%; max-width: 320px; aspect-ratio: 1 / 1.18; background: linear-gradient(160deg, #b81f1f, #e23232); border-radius: 22px; box-shadow: 0 40px 80px -24px rgba(120,0,0,.6), inset 0 1px 0 rgba(255,255,255,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 30px; text-align: center; transform: rotate(-4deg); border: 1px solid rgba(255,255,255,.25); }
.mc-flag { background: #16a34a; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; padding: 10px 18px; border-radius: 10px; line-height: 1.15; box-shadow: 0 8px 20px -6px rgba(0,0,0,.4); }
.mc-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: #fff; letter-spacing: .5px; line-height: 1; margin-top: 6px; }
.mc-sub { color: rgba(255,255,255,.85); font-size: .82rem; font-weight: 500; letter-spacing: .5px; }

/* ============ WHY ============ */
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.why-copy h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.12; letter-spacing: -.5px; margin-bottom: 16px; }
.why-copy > p { color: var(--muted); font-size: 1.06rem; margin-bottom: 30px; }
.why-items { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item h3 { font-family: var(--font-display); font-size: 1.04rem; font-weight: 700; margin-bottom: 4px; }
.why-item p { color: var(--muted); font-size: .92rem; }
.why-photo { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.why-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 18px 14px; font-size: .85rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.85)); font-weight: 500; }

/* ============ RESEÑAS ============ */
.rating-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; background: rgba(255,176,32,.1); border: 1px solid var(--line-2); padding: 9px 18px; border-radius: 999px; }
.rating-badge .stars { color: var(--gold); letter-spacing: 2px; font-size: 1rem; }
.rating-badge strong { font-family: var(--font-display); font-size: 1.15rem; }
.rating-badge span { color: var(--muted); font-size: .92rem; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: linear-gradient(160deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .25s ease, border-color .25s ease; }
.review:hover { transform: translateY(-4px); border-color: var(--line-2); }
.review header { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--c, var(--orange)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; flex: none; }
.review header strong { font-family: var(--font-display); font-size: 1rem; display: block; }
.rev-meta { font-size: .8rem; color: var(--muted-2); }
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.02rem; }
.review p { color: var(--muted); font-size: .96rem; line-height: 1.6; }

.review-cta { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; background: linear-gradient(150deg, rgba(255,106,0,.12), var(--surface)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 26px 30px; }
.review-cta .rc-text { flex: 1; min-width: 260px; }
.review-cta h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin-bottom: 8px; }
.review-cta p { color: var(--muted); margin-bottom: 16px; max-width: 540px; }
.review-cta .qr { width: 150px; height: 150px; border-radius: 14px; border: 6px solid #fff; background: #fff; flex: none; box-shadow: var(--shadow); }

@media (max-width: 900px) {
  .reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .reviews { grid-template-columns: 1fr; }
  .review-cta { flex-direction: column-reverse; text-align: center; }
  .review-cta .rc-text { text-align: center; }
  .review-cta p { margin-inline: auto; }
}

/* ============ GALERÍA (BENTO) ============ */
.gallery { display: grid; grid-template-columns: 1.55fr 1fr 1fr; grid-auto-rows: 238px; gap: 14px; }
.g-item { position: relative; display: block; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.28)); opacity: 0; transition: opacity .3s ease; }
.g-item:hover img { transform: scale(1.06); }
.g-item:hover::after { opacity: 1; }
.g1 { grid-row: span 2; }
.g2 { grid-row: span 2; }

@media (max-width: 900px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 184px; }
  .g1 { grid-column: span 2; grid-row: span 2; }
  .g2 { grid-row: span 2; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 132px; gap: 10px; }
  .g1 { grid-column: span 2; grid-row: span 1; }
  .g2 { grid-row: span 1; }
}

/* ============ LOCATION ============ */
.location-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px; }
.location-card { background: linear-gradient(160deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 24px; }
.loc-row { display: flex; gap: 15px; align-items: flex-start; }
.loc-row h3 { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; margin-bottom: 5px; }
.loc-row p { color: var(--muted); font-size: .96rem; line-height: 1.55; }
.loc-row a { color: var(--orange-2); }
.loc-row a:hover { text-decoration: underline; }
.loc-link { font-weight: 600; display: inline-block; margin-top: 6px; }
.loc-links { display: flex; gap: 18px; flex-wrap: wrap; }
.loc-social { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; }
.loc-social a { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 600; font-size: .94rem; transition: color .2s ease; }
.loc-social a:hover { color: var(--orange-2); }
.loc-social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }
.loc-actions { display: flex; gap: 12px; margin-top: 4px; }
.loc-actions .btn { flex: 1; }
.muted { color: var(--muted-2); }
.location-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); min-height: 380px; box-shadow: var(--shadow); }
.location-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: invert(.92) hue-rotate(180deg) saturate(.7) brightness(.95) contrast(.95); }

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 13px; }
.faq { background: linear-gradient(160deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .2s ease; }
.faq[open] { border-color: var(--line-2); }
.faq summary { cursor: pointer; padding: 20px 24px; font-family: var(--font-display); font-weight: 600; font-size: 1.04rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--orange-2); font-weight: 300; transition: transform .25s ease; flex: none; line-height: 1; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 24px 22px; }
.faq-body p { color: var(--muted); font-size: .98rem; }
.faq-body strong { color: var(--text); }

/* ============ CTA FINAL ============ */
.cta-final { position: relative; padding: 88px 0; text-align: center; overflow: hidden; border-top: 1px solid var(--line); }
.cta-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.cta-final h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3.8vw, 2.8rem); line-height: 1.1; letter-spacing: -.5px; margin-bottom: 16px; }
.cta-final p { color: var(--muted); font-size: 1.12rem; margin-bottom: 30px; }

/* ============ FOOTER ============ */
.site-footer { background: linear-gradient(180deg, var(--bg-2), #070503); border-top: 1px solid var(--line); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 36px; padding-bottom: 48px; }
.footer-brand img { width: 60px; margin-bottom: 16px; filter: drop-shadow(0 4px 10px rgba(255,90,0,.35)); }
.footer-brand p { color: var(--muted); font-size: .94rem; max-width: 320px; margin-bottom: 18px; }
.footer-brand strong { color: var(--amber); }
.footer-social { display: flex; gap: 11px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); color: var(--muted); transition: all .2s ease; }
.footer-social a:hover { color: var(--orange-2); border-color: var(--orange); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-col h4 { font-family: var(--font-display); font-weight: 700; font-size: .98rem; margin-bottom: 16px; color: var(--text); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col li, .footer-col a { color: var(--muted); font-size: .92rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--orange-2); }
.footer-contact li { line-height: 1.5; }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { color: var(--muted-2); font-size: .84rem; }

/* ============ FLOATING WHATSAPP ============ */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px -6px rgba(37,211,102,.6); transition: transform .2s ease; animation: waPulse 2.6s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes waPulse { 0% { box-shadow: 0 12px 30px -6px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 12px 30px -6px rgba(37,211,102,.6), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 12px 30px -6px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,0); } }

/* ============ REVEAL ANIMATION ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-social { display: none; }
  .header-cta .btn-ghost span { display: none; }
  .header-cta .btn-ghost { padding: 10px 12px; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .hero-copy { order: 2; }
  .hero-art { order: 1; min-height: 320px; }
  .hero-logo { width: min(74%, 340px); }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-glow { right: 50%; transform: translateX(50%); top: 0; width: 440px; height: 440px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan-featured { transform: none; }
  .plan-featured:hover { transform: translateY(-4px); }
  .remesas-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .remesas-list { align-items: center; }
  .remesas-copy > p { margin-inline: auto; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-photo { max-width: 460px; margin: 0 auto; order: -1; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 600px) {
  .header-cta .btn-wa span { display: none; }
  .header-cta .btn-wa { padding: 10px 12px; }
  .header-inner { gap: 10px; height: 64px; }
  .brand img { width: 40px; }
  .section { padding: 64px 0; }
  .remesas { padding: 60px 0; }
  .cards { grid-template-columns: 1fr; }
  .why-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; gap: 6px; }
  .hero-badge { display: none; }
  .btn.lg { padding: 14px 22px; font-size: 1rem; }
  .hero-actions .btn { flex: 1; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-logo { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
