@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #060a10;
  --bg-soft: #0c1420;
  --surface: rgba(10, 16, 28, 0.74);
  --surface-strong: rgba(9, 15, 26, 0.9);
  --text: #eef2f7;
  --muted: rgba(238, 242, 247, 0.72);
  --line: rgba(238, 242, 247, 0.17);

  --gold-1: #ffe9a3;
  --gold-2: #e0be68;
  --gold-3: #b2812d;
  --gold-line: rgba(224, 190, 104, 0.36);

  --focus: #8ebdff;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.48);
  --shadow-md: 0 14px 40px rgba(0, 0, 0, 0.35);

  --font-display: 'Cinzel', 'Times New Roman', serif;
  --font-ui: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-ui);
  line-height: 1.5;
  overflow-x: hidden;
}

.ccr-footer {
  position: relative;
  z-index: 1;
  padding: 0 16px 32px;
}

body.ccr-gate-active .ccr-footer {
  display: none;
}

.ccr-footer-inner {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(238, 242, 247, 0.12);
  color: rgba(238, 242, 247, 0.62);
  text-align: center;
}

.ccr-footer-copy,
.ccr-footer-links {
  margin: 0;
  font-size: 0.88rem;
}

.ccr-footer-links {
  margin-top: 8px;
}

.ccr-footer-copy a,
.ccr-footer-links a {
  color: rgba(255, 233, 163, 0.86);
  text-decoration: none;
}

#ccrFooterMail {
  display: inline-flex;
  align-items: center;
}

.ccr-footer-copy a:hover,
.ccr-footer-links a:hover {
  color: var(--gold-1);
}

.ccr-footer-mail-ico {
  display: inline-flex;
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.42rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transform: translateY(2px);
}

.ccr-footer-mail-ico svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

#starfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 700px at 8% 10%, rgba(126, 189, 255, 0.2), transparent 62%),
    radial-gradient(900px 520px at 90% 20%, rgba(255, 176, 92, 0.14), transparent 60%),
    radial-gradient(1000px 600px at 50% 100%, rgba(113, 86, 170, 0.12), transparent 58%),
    linear-gradient(180deg, #0a111d 0%, #05080f 55%, #020306 100%);
}

.ccr-hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 16px 56px;
}

.ccr-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ccr-main {
  width: min(100%, 720px);
  display: grid;
  gap: 18px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.ccr-main.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.ccr-header,
.ccr-section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(8px);
}

.ccr-header {
  padding: 28px 20px 22px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.ccr-logo {
  width: 168px;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.45));
}

.ccr-media-pending {
  visibility: hidden;
}

.ccr-media-pending.is-ready {
  visibility: visible;
}

.ccr-topline {
  margin-top: 4px;
  line-height: 1.04;
  padding-bottom: 15px;
}

.ccr-topline-line {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 58%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.ccr-topline-line:first-child {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.ccr-greeting {
  margin-top: 12px;
  min-height: 74px;
  display: grid;
  align-content: center;
  justify-items: center;
  font-size: 1rem;
}

.ccr-greeting:empty {
  display: none;
}

.ccr-narrative .ccr-greeting {
  margin-top: 0;
  min-height: auto;
  display: block;
  text-align: left;
  font-weight: 400;
  color: var(--text);
}

.ccr-section {
  padding: 20px 18px 22px;
}

.ccr-copy {
  color: rgba(238, 242, 247, 0.93);
  font-size: 1rem;
  line-height: 1.72;
}

.ccr-copy p {
  margin: 0 0 12px;
}

.ccr-copy ul {
  margin: 0 0 12px;
  padding-left: 0;
  list-style: none;
}

.ccr-copy li {
  position: relative;
  margin: 6px 0;
  padding-left: 1.6em;
}

.ccr-copy li::before {
  content: "✨";
  position: absolute;
  left: 0;
  top: 0.05em;
}

.ccr-h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-1);
}

.ccr-p {
  margin: 0 0 12px;
  color: rgba(238, 242, 247, 0.85);
}

.ccr-whatsapp {
  display: flex;
  width: min(100%, 360px);
  min-height: 56px;
  margin-top: 40px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(66, 220, 129, 0.55);
  background:
    radial-gradient(130% 120% at 50% -10%, rgba(125, 255, 178, 0.4), transparent 58%),
    linear-gradient(180deg, rgba(40, 196, 104, 0.96), rgba(20, 151, 75, 0.98));
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.02rem;
  text-align: center;
  letter-spacing: 0.012em;
  box-shadow: 0 12px 28px rgba(5, 38, 19, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-position 280ms ease;
}

.ccr-whatsapp::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(111, 255, 167, 0.26) 0%, rgba(111, 255, 167, 0) 68%);
  transform: scale(0.8);
  opacity: 0.82;
  animation: ccr-whatsapp-pulse 2.6s ease-in-out infinite;
}

.ccr-whatsapp:hover {
  transform: translateY(-2px) scale(1.012);
  border-color: rgba(155, 255, 195, 0.7);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 18px 34px rgba(5, 38, 19, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ccr-whatsapp:active {
  transform: translateY(0) scale(0.994);
}

.ccr-whatsapp:focus-visible {
  outline: 2px solid rgba(138, 255, 187, 0.95);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(26, 139, 71, 0.35), 0 16px 30px rgba(5, 38, 19, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ccr-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.18) 50%, transparent 68%);
  transform: translateX(-130%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.ccr-whatsapp:hover::after {
  transform: translateX(130%);
}

@keyframes ccr-whatsapp-pulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.72;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.ccr-ico {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(180deg, rgba(12, 118, 58, 0.95), rgba(8, 91, 44, 0.98));
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 5px 12px rgba(8, 58, 28, 0.44);
}

.ccr-ico svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

.ccr-cta-text {
  position: relative;
  top: -0.5px;
  font-size: 1rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.ccr-cta-word {
  transition: color 180ms ease;
}

.ccr-whatsapp:hover .ccr-cta-word {
  color: var(--gold-1);
}

.ccr-note {
  margin-top: 10px;
  color: var(--muted);
  text-align: center;
  font-size: 0.85rem;
}

.ccr-whatsapp-first {
  margin-top: 40px;
}

.ccr-boardcard {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(8, 13, 24, 0.62);
  padding: 16px;
}

.ccr-boardtop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.ccr-boardmark {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid var(--gold-line);
  background: rgba(224, 190, 104, 0.1);
}

.ccr-boardtext {
  min-height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.3vw, 1.28rem);
  line-height: 1.38;
  color: rgba(238, 242, 247, 0.97);
  padding: 4px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 320ms ease, transform 320ms ease;
}

.ccr-boardtext span {
  display: block;
}

.ccr-boardtext.is-out {
  opacity: 0;
  transform: translateY(-5px);
}

.ccr-boardbottom {
  margin-top: 8px;
}

.ccr-boarddots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.ccr-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(238, 242, 247, 0.2);
}

.ccr-dot.is-on {
  background: rgba(255, 233, 163, 0.76);
}

.ccr-methods {
  display: grid;
  gap: 10px;
}

.ccr-method {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(8, 13, 24, 0.52);
}

.ccr-method-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--text);
  border: 1px solid var(--gold-line);
  background: rgba(224, 190, 104, 0.12);
}

.ccr-method-name {
  font-weight: 700;
}

.ccr-method-hint {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px dashed rgba(238, 242, 247, 0.25);
  border-radius: 10px;
  background: transparent;
  padding: 6px 10px;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.ccr-method-hint:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.08);
  color: var(--text);
}

.ccr-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}


.ccr-social-ico {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid var(--gold-line);
  background: rgba(224, 190, 104, 0.12);
  color: var(--text);
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.ccr-social-ico:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.18);
  color: var(--text);
}

.ccr-social-ico:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.ccr-social-label {
  display: none;
}

.ccr-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  backdrop-filter: none;
  opacity: 1;
  transition: opacity 500ms ease;
}

.ccr-gate.is-leaving {
  opacity: 0;
}

.ccr-card {
  width: min(100%, 540px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow-lg);
  padding: 22px;
  transform: translateY(0);
  opacity: 1;
  transition: transform 480ms ease, opacity 480ms ease;
}

.ccr-gate.is-leaving .ccr-card {
  transform: translateY(-10px) scale(0.98);
  opacity: 0;
}

.ccr-brandstack {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ccr-brandlogo {
  width: 168px;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45));
}

.ccr-brandtext {
  text-align: center;
  line-height: 1.05;
}

.ccr-brand-cap,
.ccr-brand-cr {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 58%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ccr-brand-cap {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.ccr-brand-cr {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  margin-top: 2px;
}

.ccr-langtoggle {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 12px;
}

.ccr-langtoggle-main {
  margin: 10px 0 0;
}

.ccr-langtoggle-main .ccr-toggle {
  padding: 9px 12px;
  font-size: 0.92rem;
}

.ccr-toggle {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(8, 13, 24, 0.52);
  color: var(--muted);
  padding: 11px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.ccr-toggle:hover {
  border-color: rgba(255, 233, 163, 0.5);
  color: var(--text);
}

.ccr-toggle.is-active {
  border-color: var(--gold-line);
  background: rgba(224, 190, 104, 0.12);
  color: var(--text);
}

.ccr-form {
  display: grid;
  gap: 12px;
}

.ccr-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.ccr-row.ccr-row-1 {
  grid-template-columns: 1fr;
}

.ccr-label span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  color: var(--muted);
}

.ccr-input,
.ccr-select,
.ccr-btn,
.ccr-skip,
.ccr-toggle,
button.ccr-method-hint,
.ccr-social-ico,
.ccr-whatsapp {
  font: inherit;
}

.ccr-input,
.ccr-select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(8, 13, 24, 0.58);
  color: var(--text);
  padding: 12px;
}

.ccr-input::placeholder {
  color: rgba(238, 242, 247, 0.45);
}

.ccr-select.is-selected {
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.08);
}

.ccr-input:focus,
.ccr-select:focus {
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.08);
  outline: none;
}

.ccr-input:focus-visible,
.ccr-select:focus-visible {
  outline: none;
}

.ccr-btn {
  width: 100%;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(224, 190, 104, 0.24), rgba(224, 190, 104, 0.09));
  color: var(--text);
  font-weight: 800;
  padding: 12px 14px;
  cursor: pointer;
}

.ccr-btn:hover {
  border-color: rgba(255, 233, 163, 0.62);
}

.ccr-skip {
  width: 100%;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.ccr-skip:hover {
  color: var(--text);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .ccr-main {
    width: min(100%, 620px);
    gap: 14px;
  }

  .ccr-header,
  .ccr-section {
    border-radius: 20px;
  }

  .ccr-header {
    padding: 22px 16px 18px;
  }

  .ccr-section {
    padding: 20px 14px 18px;
  }
}

@media (max-width: 520px) {
  .ccr-hero {
    padding: 18px 10px 30px;
  }

  .ccr-row {
    grid-template-columns: 1fr;
  }

  .ccr-logo {
    width: 96px;
  }

  .ccr-brandlogo {
    width: 96px;
  }

  .ccr-method {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ccr-social-ico {
    width: 44px;
    height: 44px;
  }

  .ccr-whatsapp {
    min-height: 54px;
    padding: 14px 16px;
    gap: 9px;
    font-size: 0.98rem;
  }

  .ccr-ico {
    width: 28px;
    height: 28px;
  }

  .ccr-ico svg {
    width: 16px;
    height: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .ccr-whatsapp::before {
    transform: scale(1);
    opacity: 0.72;
  }
}

.ccr-dev-stages {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10001;
  max-width: min(86vw, 280px);
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--gold-line);
  background: rgba(6, 10, 16, 0.82);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  font-size: 0.8rem;
}

.ccr-dev-stages-title {
  margin: 0 0 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-1);
  font-weight: 700;
}

.ccr-dev-stages-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.ccr-dev-stage-btn {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  padding: 4px 6px;
  cursor: pointer;
}

.ccr-dev-stage-head {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
}

.ccr-dev-stage-toggle {
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ccr-dev-stage-toggle:hover,
.ccr-dev-stage-toggle.is-open {
  border-color: var(--gold-line);
  color: var(--text);
  background: rgba(224, 190, 104, 0.1);
}

.ccr-dev-stage-btn:hover {
  border-color: var(--gold-line);
  color: var(--text);
}

.ccr-dev-stage-btn.is-active {
  border-color: var(--gold-line);
  background: rgba(224, 190, 104, 0.14);
  color: var(--text);
  font-weight: 700;
}

.ccr-dev-sections-list {
  margin: 4px 0 8px;
  padding-left: 8px;
  border-left: 1px dashed var(--line);
  display: grid;
  gap: 3px;
}

.ccr-dev-section-btn {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: rgba(238, 242, 247, 0.72);
  font-size: 0.76rem;
  padding: 3px 6px;
  cursor: pointer;
}

.ccr-dev-section-btn:hover {
  border-color: var(--line);
  color: var(--text);
}

.ccr-dev-section-btn.is-active {
  border-color: var(--gold-line);
  background: rgba(224, 190, 104, 0.12);
  color: var(--text);
  font-weight: 700;
}

[data-section].ccr-dev-section-focus {
  box-shadow: 0 0 0 2px rgba(255, 233, 163, 0.55), 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: box-shadow 280ms ease;
}

@media (max-width: 520px) {
  .ccr-dev-stages {
    top: 8px;
    left: 8px;
    right: 8px;
    max-width: none;
    font-size: 0.75rem;
  }
}

:root {
  --ccr-module-pad-y: 30px;
  --ccr-module-pad-x: 25px;
}

.ccr-module,
.ccr-card,
.ccr-header,
.ccr-section {
  padding: var(--ccr-module-pad-y) var(--ccr-module-pad-x);
}


.ccr-don-copy p {
  margin: 0 0 12px;
}

.ccr-don-copy p:last-child {
  margin-bottom: 0;
}

#ccrSocialText {
  padding-bottom: 15px;
}

.ccr-srv-label {
  display: grid;
  gap: 8px;
}

.ccr-srv-label span {
  font-weight: 700;
  color: rgba(238, 242, 247, 0.9);
}

.ccr-srv-desc {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(8, 13, 24, 0.52);
  color: rgba(238, 242, 247, 0.9);
  line-height: 1.55;
  opacity: 0.85;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.ccr-srv-desc.is-visible {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(224, 190, 104, 0.42);
}

.ccr-srv-whatsapp {
  margin-top: 40px;
}

.ccr-don-whatsapp {
  margin-top: 40px;
}

.ccr-main[data-postgate-stage="1"] [data-section="Donaciones"] .ccr-don-copy {
  padding-bottom: 0;
}

.ccr-main[data-postgate-stage] [data-section="Donaciones"] .ccr-don-copy p:last-child {
  padding-bottom: 15px;
}

.ccr-main[data-postgate-stage="1"] #ccrSrvText,
.ccr-main[data-postgate-stage="2"] #ccrSrvText {
  padding-bottom: 15px;
}

.ccr-main[data-postgate-stage="3"] .ccr-social {
  width: min(100%, 580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 14px;
  justify-items: center;
}

.ccr-main[data-postgate-stage="3"] .ccr-social-ico {
  width: 100%;
  max-width: 170px;
  min-height: 110px;
  padding: 14px 10px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ccr-main[data-postgate-stage="3"] .ccr-social-ico svg {
  width: 34px;
  height: 34px;
}

.ccr-main[data-postgate-stage="3"] .ccr-social-label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--text);
}

@media (max-width: 760px) {
  .ccr-main[data-postgate-stage="3"] .ccr-social {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    width: min(100%, 360px);
  }

}

[hidden] {
  display: none !important;
}

.ccr-srv-whatsapp.is-entering {
  animation: ccr-srv-whatsapp-in 260ms ease both;
}

@keyframes ccr-srv-whatsapp-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ccr-social-ico svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.ccr-social-ico .ccr-social-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button.ccr-method-ico-btn {
  font: inherit;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
}

button.ccr-method-ico-btn,
.ccr-method-ico-link {
  font: inherit;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

button.ccr-method-ico-btn:hover,
.ccr-method-ico-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.18);
  color: var(--text);
}

button.ccr-method-ico-btn.is-copied {
  border-color: rgba(155, 255, 195, 0.72);
  background: rgba(125, 255, 178, 0.16);
}

.ccr-boardnav {
  width: 28px;
  height: 28px;
  border-radius: 11px;
  border: 1px solid var(--gold-line);
  background: rgba(224, 190, 104, 0.1);
  color: rgba(238, 242, 247, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ccr-boardnav:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 233, 163, 0.62);
  background: rgba(224, 190, 104, 0.18);
}
