.tournaments-page {
  background: #080a0b;
  overflow-x: hidden;
}
.tournament-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 64px;
  padding: 0 clamp(18px, 4vw, 62px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(7,9,10,.93);
  border-bottom: 1px solid #41494c;
  backdrop-filter: blur(12px);
}
.tournament-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--heading); letter-spacing: .05em; }
.tournament-brand small { display: block; color: #8e989b; font-family: var(--body); font-size: .55rem; letter-spacing: .2em; }
.brand-star { color: #ef453e; font-size: 1.45rem; text-shadow: 0 0 12px rgba(239,69,62,.4); }
.tournament-header nav { display: flex; align-items: stretch; height: 100%; }
.tournament-header nav a,
.tournament-header nav button {
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #b8c0c2;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(103,113,116,.25);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.tournament-header nav a:hover,
.tournament-header nav button:hover { background: rgba(255,255,255,.05); color: white; }

.snow-layer { position: fixed; inset: 0; z-index: 60; pointer-events: none; overflow: hidden; }
.snowflake { position: absolute; top: -30px; color: white; opacity: .55; animation: snow-fall linear infinite; }
@keyframes snow-fall { to { transform: translate3d(var(--drift), 110vh, 0) rotate(340deg); } }
.battle-smoke { position: fixed; inset: 0; pointer-events: none; z-index: 2; opacity: .12; background: radial-gradient(circle at 20% 20%, #fff, transparent 28%), radial-gradient(circle at 80% 70%, #aeb4b6, transparent 30%); filter: blur(70px); animation: smoke-move 20s ease-in-out infinite alternate; }
@keyframes smoke-move { to { transform: translate(5vw, 3vh) scale(1.12); } }

.tournament-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid #3b4346;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,6,7,.92) 0%, rgba(5,7,8,.65) 36%, rgba(5,7,8,.23) 70%, rgba(4,6,7,.82) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62)),
    url('/assets/oficial-coh2.jpeg') center/cover no-repeat;
  transform: scale(1.02);
}
.hero-content { position: relative; z-index: 3; width: min(900px, 88vw); margin-left: clamp(7vw, 44vw, 48vw); padding: 55px 0; }
.hero-kicker { margin: 0 0 12px; color: #c8ced0; letter-spacing: .2em; font-size: .8rem; font-weight: 900; }
.hero-content h1 { margin: 0; max-width: 900px; font-family: var(--heading); font-size: clamp(4rem, 7.5vw, 7.6rem); line-height: .9; text-transform: uppercase; letter-spacing: .02em; text-shadow: 0 6px 0 #000, 0 15px 30px #000; }
.hero-subtitle { margin: 9px 0 15px; font-size: clamp(1.4rem, 2.4vw, 2.35rem); color: #d4d7d7; }
.status-row { display: flex; flex-wrap: wrap; gap: 15px; margin: 12px 0 24px; }
.registration-status {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(103, 234, 126, .62);
  background: linear-gradient(180deg, rgba(28, 113, 48, .52), rgba(12, 48, 22, .72));
  color: #dfffe5;
  font-size: clamp(.82rem, 1.2vw, 1.05rem);
  letter-spacing: .12em;
  font-weight: 950;
  text-shadow: 0 1px 5px #000;
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 0 20px rgba(69, 226, 96, .15);
}
.registration-status i { display: inline-block; width: 10px; height: 10px; margin-right: 10px; border-radius: 50%; background: #67ee7d; box-shadow: 0 0 12px #67ee7d; }
.registration-status.closed {
  border-color: rgba(235, 89, 80, .65);
  background: linear-gradient(180deg, rgba(125, 35, 29, .55), rgba(58, 17, 14, .72));
  color: #ffd7d4;
}
.registration-status.closed i { background: #e6524b; box-shadow: 0 0 10px #e6524b; }
.tournament-status { align-self:center; color: var(--gold); font-size: .8rem; letter-spacing: .1em; font-weight: 900; }
.hero-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.tournament-facts { margin-top: 28px; display: grid; grid-template-columns: 1.35fr .8fr 1fr .75fr; border: 1px solid #5d676a; background: rgba(7,10,11,.8); }
.tournament-facts article { min-height: 90px; padding: 16px 18px; border-right: 1px solid #50595c; display: grid; align-content: center; gap: 6px; }
.tournament-facts article:last-child { border: 0; }
.tournament-facts small { color: #8c9699; letter-spacing: .13em; font-size: .66rem; }
.tournament-facts strong { font-size: 1rem; line-height: 1.25; }

.section-shell { position: relative; z-index: 3; width: min(1420px, 92vw); margin: 0 auto; padding: 76px 0; }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.section-tag { margin: 0 0 7px; color: var(--gold); font-weight: 900; letter-spacing: .17em; font-size: .73rem; }
.section-copy h2,
.section-heading h2,
.registration-copy h2 { margin: 0; font-family: var(--heading); font-size: clamp(2.4rem, 4.2vw, 4.8rem); line-height: .92; letter-spacing: .025em; }
.section-copy > p:last-child,
.maps-note,
.registration-copy > p { color: #b5bdc0; line-height: 1.6; font-size: 1.04rem; }
.mission-highlights { display: grid; gap: 12px; }
.highlight-card,
.timezone-card { border: 1px solid #4a5558; background: linear-gradient(145deg, rgba(30,36,38,.95), rgba(10,14,15,.97)); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.highlight-card { min-height: 112px; padding: 18px 20px; display: flex; align-items: center; gap: 17px; }
.highlight-card > div { display:grid; gap:6px; }
.highlight-card span,
.timezone-card span { color: #9aa4a6; font-size: .68rem; letter-spacing: .16em; font-weight:900; }
.highlight-card strong { font-family: var(--heading); font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height:1; letter-spacing:.025em; }
.highlight-icon { flex:0 0 58px; width:58px; height:58px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); font-family:var(--heading); font-size:2rem; }
.highlight-icon svg { width:32px; height:32px; fill:currentColor; }
.prize-card { border-color: rgba(78,160,230,.62); background: linear-gradient(145deg, rgba(27,72,112,.78), rgba(9,24,39,.96)); }
.money-icon { color:#bfe4ff; background:rgba(30,115,184,.25); box-shadow:0 0 20px rgba(64,163,239,.13); }
.champion-card { border-color: rgba(205,169,71,.68); background: linear-gradient(145deg, rgba(93,70,18,.7), rgba(30,23,8,.96)); }
.trophy-icon { color:#ffd65b; background:rgba(180,129,23,.23); text-shadow:0 0 12px rgba(255,205,64,.45); }
.timezone-card { min-height:66px; padding:14px 18px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.timezone-card strong { font-size:1rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #3b4346; }
.section-counter { padding: 8px 12px; border: 1px solid #596265; color: #cbd1d2; font-size: .78rem; letter-spacing: .12em; }

.participant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.participant-card { position: relative; min-height: 135px; padding: 18px; border: 1px solid #4b5558; background: linear-gradient(145deg, rgba(35,41,43,.92), rgba(12,16,17,.96)); overflow: hidden; }
.participant-card::before { content: attr(data-number); position: absolute; right: 8px; bottom: -15px; font-family: var(--heading); font-size: 5.5rem; color: rgba(255,255,255,.04); }
.participant-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.participant-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.participant-meta span { padding: 5px 8px; border: 1px solid #414a4d; color: #aeb6b8; font-size: .73rem; }
.country-flag{display:inline-flex;width:1.45em;height:1em;vertical-align:-.14em;margin-right:.32em;flex:0 0 auto;border:1px solid rgba(255,255,255,.32);box-shadow:0 1px 3px rgba(0,0,0,.35);overflow:hidden;background:#fff}.country-flag svg{display:block;width:100%;height:100%}.player-label{display:inline-flex;align-items:center;min-width:0}.participant-card h3 .country-flag{width:1.6em;height:1.08em}.match-player .country-flag{width:1.35em;height:.92em}.country-flag.other{background:#e9edef}.country-flag.other svg{padding:1px}

.empty-state { padding: 32px; border: 1px dashed #4e585b; color: #889295; text-align: center; }

.maps-section { position: relative; min-height: 620px; overflow: hidden; border-top: 1px solid #353d40; border-bottom: 1px solid #353d40; }
.maps-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.93), rgba(5,7,8,.65) 52%, rgba(5,7,8,.72)), url('/assets/campo-batalla-coh2.jpeg') center/cover; }
.maps-content { min-height: 620px; display: grid; align-content: center; }
.maps-note { max-width: 700px; }
.map-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 24px; }
.map-card { min-height: 0; display: grid; grid-template-rows: auto auto; border: 1px solid #697376; background: rgba(13,17,18,.9); box-shadow: inset 0 1px rgba(255,255,255,.05),0 10px 25px rgba(0,0,0,.25); overflow:hidden; }
.map-thumb { position:relative; width:100%; aspect-ratio:1/1; overflow:hidden; border-bottom:1px solid #4f595c; background:#080b0c; }
.map-thumb img { width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.8) contrast(1.07); transition:transform .25s ease,filter .25s ease; }
.map-card:hover .map-thumb img { transform:scale(1.04); filter:saturate(1) contrast(1.1); }
.map-placeholder { width:100%; height:100%; display:grid; place-items:center; background:radial-gradient(circle at 50% 45%,rgba(117,133,137,.16),transparent 35%),repeating-linear-gradient(135deg,#111719 0 7px,#0a0e0f 7px 14px); color:#697477; letter-spacing:.16em; font-size:.68rem; }
.map-number { position:absolute; left:10px; top:10px; width:37px; height:37px; display:grid; place-items:center; border:1px solid #d2b85b; color:#ffe899; background:rgba(7,10,11,.82); font-weight:900; box-shadow:0 4px 12px rgba(0,0,0,.45); }
.map-card strong { padding:13px 14px 15px; font-size:.95rem; line-height:1.25; }

.bracket-section { min-height: 580px; }
.bracket-scroll { overflow-x: auto; padding-bottom: 14px; }
.bracket { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 20px; min-width: 900px; }
.bracket-round { display: flex; flex-direction: column; gap: 14px; }
.round-title { margin: 0 0 4px; color: var(--gold); font-size: .78rem; letter-spacing: .14em; }
.match-list { display: flex; flex-direction: column; justify-content: space-around; flex: 1; gap: 20px; }
.match-card { border: 1px solid #505a5d; background: linear-gradient(180deg, #1e2426, #0d1112); box-shadow: 0 9px 22px rgba(0,0,0,.28); }
.match-head { padding: 8px 11px; border-bottom: 1px solid #414a4d; color: #899396; font-size: .67rem; letter-spacing: .12em; display: flex; justify-content: space-between; }
.match-player { min-height: 42px; padding: 10px 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #30383a; }
.match-player.winner { color: #f0d984; background: rgba(196,163,76,.08); }
.match-player.empty { color: #697376; font-style: italic; }
.score { font-family: var(--heading); font-size: 1.4rem; }
.match-maps { padding: 8px 10px 10px; display:grid; gap:6px; color:#9aa4a6; }
.match-map-row { min-height:40px; display:grid; grid-template-columns:52px 1fr; align-items:center; gap:9px; border:1px solid #30383a; background:rgba(5,8,9,.45); overflow:hidden; }
.match-map-row img,.match-map-placeholder { width:52px; height:40px; object-fit:cover; display:block; background:repeating-linear-gradient(135deg,#1a2022 0 5px,#0c1011 5px 10px); }
.match-map-row > span:last-child { display:grid; gap:2px; font-size:.7rem; line-height:1.15; }
.match-map-row small { color:var(--gold); font-size:.56rem; letter-spacing:.12em; }

.registration-section { position: relative; overflow: hidden; border-top: 1px solid #3b4346; }
.registration-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,7,.94), rgba(5,7,8,.79) 52%, rgba(5,7,8,.9)), url('/assets/tanque-coh2.jpeg') center/cover; }
.registration-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.registration-copy ul { padding-left: 20px; color: #aeb6b8; line-height: 1.65; }
.registration-form { display: grid; gap: 14px; padding: 24px; border: 1px solid #596265; background: rgba(13,17,18,.94); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 13px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.form-row.three { grid-template-columns: 1fr 1fr 1fr; }
.consent-check { display: flex; gap: 10px; color: #b7bec0; font-size: .86rem; line-height: 1.4; }
.consent-check input { width: auto; margin-top: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.turnstile-container { min-height: 65px; display: flex; align-items: center; }
.captcha-warning { margin: 0; color: #e5b34a; }
.form-message { min-height: 21px; margin: 0; color: #b9c0c2; }
.form-message.success { color: #79de8c; }
.form-message.error { color: #ff7770; }
.form-closed { padding: 14px; border: 1px solid #80443f; background: rgba(96,25,21,.45); color: #ffaaa5; }

.tournament-footer { position: relative; z-index: 3; min-height: 100px; padding: 28px clamp(18px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #3b4346; background: #090c0d; }
.tournament-footer strong { display: block; font-family: var(--heading); letter-spacing: .06em; }
.tournament-footer span { color: #7e898c; font-size: .66rem; letter-spacing: .14em; }
.footer-links { display: flex; gap: 19px; }
.footer-links a { color: #aeb6b8; text-decoration: none; font-size: .72rem; letter-spacing: .1em; }

.history-drawer { position: fixed; top: 0; right: 0; z-index: 301; width: min(430px, 94vw); height: 100vh; padding: 25px; background: #101415; border-left: 1px solid #5a6467; transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; }
.history-drawer.open { transform: translateX(0); }
.drawer-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,.66); }
.drawer-head { display: flex; justify-content: space-between; border-bottom: 1px solid #3f484b; padding-bottom: 16px; }
.drawer-head small { color: var(--gold); letter-spacing: .13em; }
.drawer-head h2 { margin: 3px 0 0; font-family: var(--heading); font-size: 2.7rem; }
.close-drawer { border: 0; color: white; background: transparent; font-size: 2.1rem; }
.history-list { display: grid; gap: 10px; margin-top: 18px; }
.history-card { display: block; padding: 15px; border: 1px solid #465053; background: #171c1e; text-decoration: none; }
.history-card:hover { border-color: #a4adaf; }
.history-card strong { display: block; font-size: 1.05rem; }
.history-card span { color: #8e999b; font-size: .76rem; }
.history-card.active { border-left: 4px solid var(--red); }

@media (max-width: 1100px) {
  .hero-content { margin: 0 auto; width: min(900px, 90vw); }
  .hero-image { background-position: 35% center; }
  .intro-grid, .registration-grid { grid-template-columns: 1fr; }
  .participant-grid, .map-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .tournament-header nav a:first-child { display: none; }
  .tournament-header nav a, .tournament-header nav button { padding: 0 10px; font-size: .61rem; }
  .tournament-brand > span:last-child { font-size: .85rem; }
  .tournament-hero { min-height: 660px; }
  .hero-content h1 { font-size: clamp(4rem, 18vw, 6rem); }
  .tournament-facts { grid-template-columns: 1fr 1fr; }
  .tournament-facts article:nth-child(2) { border-right: 0; }
  .participant-grid, .map-grid { grid-template-columns: 1fr; }
  .mission-highlights { max-width: 620px; }
  .form-row.two, .form-row.three { grid-template-columns: 1fr; }
  .section-shell { width: min(92vw, 680px); padding: 58px 0; }
  .tournament-footer { align-items: flex-start; flex-direction: column; }
}

/* v1.8 · Reglamento + verificación Steam */
.rules-section{position:relative;border-top:1px solid #343d40;border-bottom:1px solid #343d40;background:linear-gradient(180deg,#0d1214,#080b0c)}
.rules-document{max-width:1100px;padding:28px 30px;border:1px solid #4e595c;background:linear-gradient(145deg,rgba(27,33,35,.96),rgba(10,13,14,.98));color:#c4cbcd;line-height:1.72;font-size:.98rem;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:inset 0 1px rgba(255,255,255,.05),0 16px 35px rgba(0,0,0,.25)}
.rules-document::first-line{color:#f0d77d;font-weight:900}
.steam-verification{display:grid;gap:13px;padding:17px;border:1px solid #506879;background:linear-gradient(145deg,rgba(20,41,55,.92),rgba(8,15,20,.97));box-shadow:inset 0 1px rgba(255,255,255,.06)}
.steam-verification-copy{display:flex;align-items:center;gap:13px}.steam-verification-copy>div{display:grid;gap:4px}.steam-verification-copy strong{letter-spacing:.06em}.steam-verification-copy small{color:#9eabb0;line-height:1.4}
.steam-mark{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#101820;border:1px solid #6f8796}.steam-mark svg{width:31px;height:31px;fill:#d9e7ef}
.steam-login-button{display:flex;align-items:center;justify-content:center;min-height:50px;padding:11px 18px;border:1px solid #8fb4c8;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.07em;background:linear-gradient(180deg,#285d7d,#102d42);box-shadow:inset 0 1px rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.3)}.steam-login-button:hover{filter:brightness(1.12)}
.steam-verified-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:12px;border:1px solid #4f8b68;background:rgba(20,70,43,.24)}.steam-verified-card>img{width:58px;height:58px;object-fit:cover;border:1px solid #7e919a}.steam-verified-card>div{display:grid;gap:3px}.steam-verified-card>div>span{color:#7ee39b;font-size:.69rem;font-weight:900;letter-spacing:.1em}.steam-verified-card>div>strong{font-size:1.05rem}.steam-verified-card>div>a{color:#9dc8e2;font-size:.7rem;letter-spacing:.08em;text-decoration:none}
.participant-identity{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.participant-identity>div{min-width:0}.steam-avatar,.steam-avatar-placeholder{display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid #657277;background:#121719;color:#7c898e;object-fit:cover}.participant-avatar{width:56px;height:56px}.match-avatar{width:27px;height:27px;border-radius:2px}.steam-avatar-placeholder.participant-avatar{font-size:1.2rem}.steam-avatar-placeholder.match-avatar{font-size:.65rem}.match-player-identity{display:inline-flex;align-items:center;gap:7px;min-width:0}.steam-verified-mini{display:inline-grid;place-items:center;margin-left:6px;width:18px;height:18px;border-radius:50%;background:#2b80a8;color:#fff;font-size:.7rem;font-weight:900;vertical-align:middle}
.tournament-footer{display:grid;align-items:stretch;gap:18px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px}.legal-disclaimer{margin:0;padding-top:16px;border-top:1px solid #272f31;color:#697477;font-size:.7rem;line-height:1.55;letter-spacing:.02em;max-width:1200px}
@media(max-width:700px){.steam-verified-card{grid-template-columns:auto 1fr}.steam-verified-card .button{grid-column:1/-1}.participant-avatar{width:48px;height:48px}.rules-document{padding:20px}.footer-main{align-items:flex-start;flex-direction:column}}


/* v1.9 · Discord como único campo manual antes de Steam */
.discord-row { grid-template-columns: minmax(0, 1fr); }
.label-with-icon { display: inline-flex; align-items: center; gap: 8px; }
.mini-discord-icon { display: inline-grid; place-items: center; width: 16px; height: 16px; color: #8ea1e1; }
.mini-discord-icon svg { width: 16px; height: 16px; fill: currentColor; }


/* v1.10 · textos y Steam */
.registration-copy ul { display: grid; gap: 10px; line-height: 1.55; }
.registration-copy li { color: #b7c0c4; }
.steam-verification-copy { align-items: center; }
.steam-mark { flex: 0 0 56px; width: 56px; height: 56px; border: none; background: transparent; box-shadow: 0 4px 18px rgba(0,0,0,.25); }
.steam-mark svg { width: 56px; height: 56px; display: block; }
.tournament-footer { text-align: center; }
.tournament-footer .footer-main { justify-content: center; flex-wrap: wrap; }
.tournament-footer .legal-disclaimer { max-width: 980px; margin-inline: auto; text-align: center; }

/* v1.11 · logos aportados por el administrador */
.mini-discord-icon img{display:block;width:16px;height:16px;object-fit:contain}
.steam-mark img{display:block;width:56px;height:56px;object-fit:contain;border-radius:50%}

/* v1.12 · WhatsApp, logos oficiales y confirmación de inscripción */
.contact-rows{grid-template-columns:repeat(2,minmax(0,1fr));}
.mini-whatsapp-icon{display:inline-grid;place-items:center;width:17px;height:17px}
.mini-whatsapp-icon img{display:block;width:17px;height:17px;object-fit:contain}
.steam-mark img{border-radius:50%;box-shadow:0 6px 18px rgba(0,0,0,.32)}
.submission-dialog{width:min(720px,calc(100vw - 32px));padding:0;border:1px solid #4d585b;background:transparent;color:#eef1f2;box-shadow:0 30px 90px rgba(0,0,0,.82)}
.submission-dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.submission-dialog-panel{position:relative;padding:clamp(26px,4vw,38px);background:linear-gradient(145deg,rgba(18,24,26,.98),rgba(7,10,11,.99));border:2px solid rgba(255,255,255,.04)}
.submission-dialog-close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:1px solid #596366;background:#101517;color:#fff;font-size:1.65rem;line-height:1;cursor:pointer}
.submission-dialog-close:hover{background:#72201d}
.submission-dialog-status{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:0 0 18px;padding:9px 16px;border:1px solid #68af72;background:linear-gradient(180deg,#2c8442,#1b5928);box-shadow:inset 0 1px rgba(255,255,255,.14),0 10px 25px rgba(0,0,0,.24);font-family:var(--heading);font-size:1.05rem;letter-spacing:.08em;color:#ecfff0}
.submission-dialog h3{margin:0 0 14px;font-family:var(--heading);font-size:clamp(1.65rem,4vw,2.4rem);letter-spacing:.03em}
.submission-dialog p{margin:0 0 14px;color:#c7cdcf;line-height:1.62}
.submission-dialog ul{margin:0 0 14px;padding-left:20px;display:grid;gap:10px;color:#c7cdcf;line-height:1.6}
.submission-dialog-thanks{padding-top:8px;border-top:1px solid rgba(255,255,255,.08);color:#e5e9ea;font-weight:700}
.submission-dialog-button{width:100%;margin-top:8px}
@media(max-width:760px){.contact-rows{grid-template-columns:1fr}}

/* v1.13 · iconografía WhatsApp en blanco */
.mini-whatsapp-icon img{
  display:block;
  width:17px;
  height:17px;
  object-fit:contain;
  filter:none;
}


/* v1.15 · WhatsApp del formulario 1.5× */
.mini-whatsapp-icon{
  width:26px !important;
  height:26px !important;
  flex:0 0 26px;
}
.mini-whatsapp-icon img{
  width:26px !important;
  height:26px !important;
  object-fit:contain !important;
}


/* v1.16 · WhatsApp del formulario 20 % más grande */
.mini-whatsapp-icon{
  width:31px !important;
  height:31px !important;
  flex:0 0 31px !important;
}
.mini-whatsapp-icon img{
  width:31px !important;
  height:31px !important;
  object-fit:contain !important;
}

/* v1.19 · nuevo SVG correcto de WhatsApp */
.mini-whatsapp-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.mini-whatsapp-icon img{
  display:block !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  filter:none !important;
}
