:root {
  --wok-bg: #030406;
  --wok-bg-soft: #08090d;
  --wok-panel: rgba(13, 14, 20, 0.92);
  --wok-panel-2: rgba(17, 18, 25, 0.94);
  --wok-border: rgba(255, 255, 255, 0.11);
  --wok-border-pink: rgba(255, 20, 100, 0.42);
  --wok-text: #ffffff;
  --wok-muted: #aeb0ba;
  --wok-pink: #f40a59;
  --wok-pink-2: #ff1768;
  --wok-pink-dark: #9e0039;
  --wok-gold: #ffb357;
  --wok-radius: 12px;
  --wok-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.wok-mexico-page {
  width: 100%;
  overflow: hidden;
  color: var(--wok-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 78% 9%, rgba(122, 0, 78, 0.18), transparent 24%),
    linear-gradient(180deg, #050609 0%, #020305 100%);
}

.wok-mexico-page a { color: inherit; text-decoration: none; }
.wok-shell { width: min(1300px, calc(100% - 40px)); margin: 0 auto; }

.wok-hero {
  min-height: 650px;
  padding: 38px 0 0;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(90deg, rgba(3,4,6,.98) 0%, rgba(3,4,6,.94) 34%, rgba(3,4,6,.55) 58%, rgba(3,4,6,.78) 100%),
    radial-gradient(circle at 79% 38%, rgba(245, 7, 90, .34), transparent 12%),
    linear-gradient(135deg, #090b13 0%, #151321 50%, #06070b 100%);
}

.wok-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent 0%, #000 55%, #000 100%);
}

.wok-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url("/front/img/mexico/mexico-hero-angel-independencia.png") no-repeat center right;
  background-size: cover;
  opacity: .55;
  mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.wok-breadcrumbs { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #7f828c; font-size: 13px; }
.wok-breadcrumbs a:hover { color: #fff; }

.wok-hero-grid { position: relative; z-index: 2; min-height: 470px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); align-items: center; gap: 80px; }
.wok-hero-copy { max-width: 700px; }

.wok-eyebrow { display: inline-flex; padding: 8px 13px; margin-bottom: 18px; border: 1px solid rgba(244,10,89,.55); border-radius: 999px; color: var(--wok-pink-2); background: rgba(244,10,89,.06); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.wok-hero h1, .wok-section-heading h2, .wok-panel h2, .wok-cta-section h2 { font-family: Georgia, "Times New Roman", serif; }
.wok-hero h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.03; letter-spacing: -.03em; }
.wok-hero h1 span, .wok-cta-copy h2 span { color: var(--wok-pink); }
.wok-hero-text { max-width: 620px; margin: 20px 0 0; color: #c0c2ca; font-size: 17px; line-height: 1.75; }

.wok-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.wok-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 8px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.wok-btn:hover { transform: translateY(-2px); }
.wok-btn-primary { background: linear-gradient(135deg, var(--wok-pink-2), #cc0049); box-shadow: 0 12px 30px rgba(244,10,89,.2); color: #fff; }
.wok-btn-primary:hover { box-shadow: 0 16px 36px rgba(244,10,89,.34); }
.wok-btn-secondary { border: 1px solid rgba(255,255,255,.25); background: rgba(4,5,8,.45); color: #fff; }
.wok-btn-secondary:hover { border-color: rgba(255,255,255,.55); }

.wok-trust-card { justify-self: end; width: min(100%, 340px); display: flex; gap: 18px; padding: 23px; border: 1px solid var(--wok-border); border-radius: var(--wok-radius); background: rgba(5,6,9,.76); box-shadow: var(--wok-shadow); backdrop-filter: blur(14px); }
.wok-trust-card strong { display: block; margin-bottom: 7px; font-size: 15px; }
.wok-trust-card p { margin: 0; color: var(--wok-muted); font-size: 13px; line-height: 1.55; }

.wok-icon-box { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,10,89,.12); }
.wok-icon-box svg, .wok-stat svg { fill: none; stroke: var(--wok-pink-2); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wok-icon-box svg { width: 25px; height: 25px; }

.wok-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 96px; margin-top: 8px; border: 1px solid var(--wok-border); border-radius: var(--wok-radius); background: linear-gradient(180deg, rgba(17,18,25,.96), rgba(9,10,15,.96)); box-shadow: var(--wok-shadow); }
.wok-stat { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 20px; position: relative; }
.wok-stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24px; bottom: 24px; width: 1px; background: rgba(255,255,255,.08); }
.wok-stat svg { width: 36px; height: 36px; }
.wok-stat strong, .wok-stat span { display: block; }
.wok-stat strong { font-size: 23px; line-height: 1; }
.wok-stat span { margin-top: 6px; color: var(--wok-muted); font-size: 12px; }

.wok-section { padding: 54px 0 18px; }
.wok-section-tight { padding-top: 18px; }
.wok-section-heading { margin-bottom: 30px; text-align: center; }
.wok-section-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); }
.wok-section-heading p { margin: 10px 0 0; color: var(--wok-muted); }

.wok-interest-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.wok-interest-card { min-height: 255px; padding: 26px 18px 22px; text-align: center; border: 1px solid var(--wok-border-pink); border-radius: var(--wok-radius); background: radial-gradient(circle at 50% 12%, rgba(244,10,89,.09), transparent 38%), linear-gradient(180deg, rgba(17,16,23,.98), rgba(10,11,16,.98)); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.wok-interest-card:hover { transform: translateY(-5px); border-color: rgba(255,26,105,.8); box-shadow: 0 18px 40px rgba(244,10,89,.12); }
.wok-interest-icon { width: 72px; height: 72px; margin: 0 auto 10px; display: grid; place-items: center; color: var(--wok-pink-2); filter: drop-shadow(0 0 13px rgba(244,10,89,.38)); }
.wok-interest-icon svg { width: 62px; height: 62px; display: block; overflow: visible; }
.wok-interest-card:hover .wok-interest-icon { color: #ff3b7d; filter: drop-shadow(0 0 18px rgba(244,10,89,.58)); }
.wok-interest-card h3 { margin: 0; font-size: 18px; }
.wok-interest-card p { min-height: 48px; margin: 11px 0 10px; color: var(--wok-muted); font-size: 13px; line-height: 1.55; }
.wok-interest-card span { display: block; color: #c4c5cb; font-size: 12px; }
.wok-interest-card b { display: block; margin-top: 15px; color: var(--wok-pink-2); font-size: 13px; }

.wok-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wok-panel { padding: 26px; border: 1px solid var(--wok-border); border-radius: var(--wok-radius); background: linear-gradient(180deg, rgba(16,17,23,.96), rgba(9,10,14,.97)); box-shadow: 0 16px 40px rgba(0,0,0,.23); }
.wok-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.wok-panel-header h2 { margin: 0; font-size: 23px; }
.wok-panel-header a { color: #b5b7c0; font-size: 12px; }
.wok-panel-header a:hover { color: var(--wok-pink-2); }

.wok-feed-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 12px 0; }
.wok-feed-item + .wok-feed-item { border-top: 1px solid rgba(255,255,255,.07); }
.wok-feed-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--wok-pink-2); background: rgba(244,10,89,.09); }
.wok-feed-item small { color: #7f818b; font-size: 11px; }
.wok-feed-item h3 { margin: 3px 0 2px; font-size: 14px; }
.wok-feed-item p { margin: 0; color: var(--wok-muted); font-size: 11px; }
.wok-feed-item-link { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 12px 0; text-decoration: none; color: inherit; transition: opacity .18s ease; }
.wok-feed-item-link:hover { opacity: .82; }
.wok-feed-avatar { background-color: rgba(244,10,89,.09); background-repeat: no-repeat; color: #fff; font-weight: 700; font-size: 14px; }

.wok-avatar-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 12px 0 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wok-avatar { width: 55px; height: 55px; display: grid; place-items: center; border: 2px solid var(--wok-pink); border-radius: 50%; color: #fff; font-weight: 800; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.42), transparent 16%), linear-gradient(135deg, #5e3140, #1c2636); box-shadow: 0 0 18px rgba(244,10,89,.17); }
.wok-avatar:nth-child(2n) { background: linear-gradient(135deg, #6f512d, #201324); }
.wok-avatar:nth-child(3n) { background: linear-gradient(135deg, #3c5c53, #1d1424); }
.wok-avatar-more { border-color: rgba(255,255,255,.17); background: #0d0e13; font-size: 13px; }
.wok-avatar-photo { background-image: var(--avatar-img) !important; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; color: transparent !important; }
.wok-avatar-photo:hover { transform: scale(1.05); transition: transform .18s ease; }

.wok-founder-card { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; margin-top: 18px; padding: 20px; border: 1px solid rgba(244,10,89,.52); border-radius: 10px; background: rgba(244,10,89,.025); }
.wok-founder-icon { width: 72px; height: 72px; display: grid; place-items: center; color: var(--wok-pink-2); font-size: 42px; filter: drop-shadow(0 0 14px rgba(244,10,89,.35)); }
.wok-founder-card h3 { margin: 0; color: var(--wok-gold); font-family: Georgia, serif; font-size: 18px; }
.wok-founder-card p { margin: 8px 0; color: var(--wok-muted); font-size: 13px; line-height: 1.65; }
.wok-founder-card a { color: var(--wok-pink-2); font-size: 12px; font-weight: 800; }

.wok-safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--wok-border); border-radius: var(--wok-radius); background: linear-gradient(180deg, rgba(15,16,22,.96), rgba(8,9,13,.97)); }
.wok-safety-item { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 28px; }
.wok-safety-item:not(:last-child) { border-right: 1px solid rgba(255,255,255,.08); }
.wok-safety-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(244,10,89,.35); border-radius: 50%; color: var(--wok-pink-2); font-weight: 900; }
.wok-safety-item h3 { margin: 0; font-size: 16px; }
.wok-safety-item p { margin: 8px 0; color: var(--wok-muted); font-size: 13px; line-height: 1.55; }
.wok-safety-item a { color: var(--wok-pink-2); font-size: 12px; font-weight: 800; }

.wok-cta-section { margin-top: 42px; padding: 62px 0 70px; border-top: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 4% 65%, rgba(95,0,42,.28), transparent 18%), radial-gradient(circle at 96% 35%, rgba(95,0,42,.3), transparent 18%), linear-gradient(180deg, rgba(4,5,8,.8), rgba(2,3,5,1)); }
.wok-cta-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.wok-cta-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); }
.wok-cta-copy p { max-width: 610px; margin: 14px 0 22px; color: #c2c4cb; font-size: 16px; line-height: 1.65; }
.wok-cta-copy ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.wok-cta-copy li { color: #e8e8ec; font-size: 14px; }
.wok-cta-copy li::before { content: "\2713"; margin-right: 12px; color: var(--wok-pink-2); font-weight: 900; }

.wok-signup-card { padding: 30px; border: 1px solid rgba(244,10,89,.58); border-radius: 12px; background: linear-gradient(180deg, rgba(18,14,20,.98), rgba(10,10,15,.98)); box-shadow: 0 25px 75px rgba(0,0,0,.37); }
.wok-signup-title { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; margin-bottom: 24px; }
.wok-signup-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(244,10,89,.42); border-radius: 50%; color: var(--wok-pink-2); font-size: 34px; }
.wok-signup-title h2 { margin: 0; font-size: 26px; }
.wok-signup-title p { margin: 7px 0 0; color: var(--wok-muted); }
.wok-btn-full { width: 100%; }
.wok-login-note { margin: 17px 0 0; text-align: center; color: var(--wok-muted); font-size: 13px; }
.wok-login-note a { color: var(--wok-pink-2); }

@media (max-width: 1050px) {
  .wok-hero-grid { grid-template-columns: 1fr; gap: 28px; padding: 70px 0 40px; }
  .wok-trust-card { justify-self: start; }
  .wok-stats { grid-template-columns: repeat(2, 1fr); }
  .wok-stat:nth-child(2)::after { display: none; }
  .wok-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .wok-interest-grid { grid-template-columns: repeat(3, 1fr); }
  .wok-cta-grid { gap: 30px; }
}

@media (max-width: 760px) {
  .wok-hero::after { opacity: .22; width: 100%; }
  .wok-shell { width: min(100% - 24px, 1300px); }
  .wok-hero { padding-top: 24px; }
  .wok-hero-grid { padding-top: 48px; }
  .wok-hero h1 { font-size: 44px; }
  .wok-hero-text { font-size: 15px; }
  .wok-actions { display: grid; }
  .wok-btn { width: 100%; }
  .wok-stats, .wok-interest-grid, .wok-dashboard-grid, .wok-safety-grid, .wok-cta-grid { grid-template-columns: 1fr; }
  .wok-stat { justify-content: flex-start; }
  .wok-stat::after { display: none; }
  .wok-stat:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .wok-interest-grid { grid-template-columns: repeat(2, 1fr); }
  .wok-safety-item:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 500px) {
  .wok-interest-grid { grid-template-columns: 1fr; }
  .wok-panel, .wok-signup-card { padding: 20px; }
  .wok-panel-header { align-items: flex-start; flex-direction: column; }
  .wok-founder-card, .wok-signup-title { grid-template-columns: 1fr; }
  .wok-founder-icon, .wok-signup-icon { width: 54px; height: 54px; }
}

.wok-long-content { max-width: 100%; color: #c9ccd3; font-size: 15px; line-height: 1.8; padding: 20px 0; }
.wok-long-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.2; letter-spacing: -.02em; color: #fff; margin: 0 0 22px; }
.wok-long-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.3; color: #fff; margin: 32px 0 12px; }
.wok-long-content p { margin: 0 0 18px; }
.wok-long-content a { color: var(--wok-pink-2); border-bottom: 1px solid rgba(244,10,89,.4); transition: border-color .18s ease; }
.wok-long-content a:hover { border-bottom-color: var(--wok-pink-2); }
