/* Contacto — charcoal + amber. Same family as Experto Madrid. Not purple / cream. */

.ct-page {
  --ct-ink: #12151a;
  --ct-muted: #5a6472;
  --ct-accent: #c9893a;
  --ct-accent-soft: rgba(201, 137, 58, 0.12);
  --ct-paper: #f1f3f6;
  --ct-display: "Fraunces", "Libre Baskerville", Georgia, serif;
  --ct-sans: "Manrope", "DM Sans", system-ui, sans-serif;
  font-family: var(--ct-sans);
  color: var(--ct-ink);
}

.ct-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #12151a;
  padding-top: 72px;
  box-sizing: border-box;
}

.ct-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ct-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 40%;
  transform: scale(1.04);
  animation: ct-hero-pan 18s ease-in-out infinite alternate;
}

@keyframes ct-hero-pan {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, -1%, 0); }
}

.ct-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(5, 10, 18, 0.97) 0%, rgba(5, 10, 18, 0.92) 40%, rgba(5, 10, 18, 0.55) 68%, rgba(5, 10, 18, 0.3) 100%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.6) 0%, rgba(5, 10, 18, 0.25) 48%, rgba(5, 10, 18, 0.75) 100%);
  pointer-events: none;
}

.ct-hero-glow {
  position: absolute;
  inset: auto auto -18% -10%;
  width: 52vw;
  height: 52vw;
  z-index: 1;
  background: radial-gradient(circle, rgba(201, 137, 58, 0.22), transparent 68%);
  pointer-events: none;
  animation: ct-glow 8s ease-in-out infinite alternate;
}

@keyframes ct-glow {
  from { opacity: 0.55; transform: translate3d(0, 0, 0); }
  to { opacity: 1; transform: translate3d(6%, -4%, 0); }
}

.ct-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(64px, 8vh, 96px) 0;
}

.ct-brand {
  display: inline-block;
  margin: 0 0 0.85rem;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  animation: ct-rise 0.7s ease both;
}

.ct-page .ct-hero h1,
.ct-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--ct-display);
  font-size: clamp(2.45rem, 6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.5);
  animation: ct-rise 0.75s ease 0.08s both;
}

.ct-hero h1 .accent,
.ct-hero h1 .home-hero-accent {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  border-bottom: 3px solid #e8c56a;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ct-hero-copy {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: clamp(1.08rem, 1.7vw, 1.25rem);
  line-height: 1.55;
  font-weight: 500;
  color: #edf0f4 !important;
  -webkit-text-fill-color: #edf0f4 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  animation: ct-rise 0.75s ease 0.16s both;
}

.ct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.55rem;
  animation: ct-rise 0.75s ease 0.24s both;
}

.ct-hero-actions .btn-green {
  box-shadow: 0 14px 36px rgba(24, 182, 99, 0.28);
  animation: ct-pulse 2.4s ease-in-out infinite;
}

.ct-hero-actions .btn-outline,
.ct-final-actions .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

@keyframes ct-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes ct-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ct-hero-media img,
  .ct-hero-actions .btn-green,
  .ct-brand,
  .ct-hero h1,
  .ct-hero-copy,
  .ct-hero-actions,
  .ct-hero-glow {
    animation: none !important;
  }
}

.ct-section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.ct-section--paper {
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(201, 137, 58, 0.08), transparent 60%),
    linear-gradient(180deg, #f6f7f9 0%, #e9edf2 100%);
}

.ct-section--ink {
  background:
    radial-gradient(700px 320px at 88% 10%, rgba(201, 137, 58, 0.16), transparent 55%),
    linear-gradient(160deg, #12151a 0%, #232a36 100%);
  color: #e8ecf2;
}

.ct-section .section-header {
  max-width: 46rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.ct-section .section-kicker,
.ct-final .section-kicker {
  display: inline-block !important;
  color: var(--ct-accent) !important;
  -webkit-text-fill-color: var(--ct-accent) !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-family: var(--ct-sans) !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8rem !important;
}

.ct-section h2,
.ct-section .section-header h2 {
  margin: 0.55rem 0 0.7rem !important;
  font-family: var(--ct-display) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem) !important;
  letter-spacing: -0.02em;
  color: var(--ct-ink) !important;
  -webkit-text-fill-color: var(--ct-ink) !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

.ct-section .lead {
  margin: 0 auto !important;
  max-width: 40rem;
  color: var(--ct-muted) !important;
  -webkit-text-fill-color: var(--ct-muted) !important;
  font-size: 1.12rem !important;
  line-height: 1.65 !important;
  font-weight: 600 !important;
}

.ct-section--ink .section-kicker {
  color: #e8c56a !important;
  -webkit-text-fill-color: #e8c56a !important;
}

.ct-section--ink h2,
.ct-section--ink .lead,
.ct-section--ink p,
.ct-section--ink span {
  color: #e8ecf2 !important;
  -webkit-text-fill-color: #e8ecf2 !important;
}

.ct-section--ink h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.ct-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
}

.ct-channel {
  display: block;
  padding: 1.35rem 1.2rem 1.25rem;
  border-top: 2px solid var(--ct-accent);
  background: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ct-channel:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.85);
}

.ct-channel-code {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ct-accent);
}

.ct-channel h3 {
  margin: 0 0 0.45rem;
  font-family: var(--ct-display);
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--ct-ink);
}

.ct-channel p {
  margin: 0 0 0.9rem;
  color: var(--ct-muted);
  line-height: 1.55;
  font-weight: 500;
}

.ct-channel-value {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  color: var(--ct-ink);
  word-break: break-word;
}

.ct-channel-cta {
  font-weight: 800;
  color: var(--ct-ink);
  border-bottom: 2px solid var(--ct-accent);
}

.ct-check-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.ct-check-layout h2 {
  margin: 0.55rem 0 0.7rem !important;
  font-family: var(--ct-display) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem) !important;
  color: var(--ct-ink) !important;
}

.ct-check-layout .lead {
  margin: 0 !important;
  max-width: 32rem;
  text-align: left;
}

.ct-checklist {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: ct-check;
}

.ct-checklist li {
  counter-increment: ct-check;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ct-ink);
}

.ct-checklist li::before {
  content: counter(ct-check);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--ct-accent-soft);
  color: #8a6a1f;
  font-size: 0.8rem;
  font-weight: 800;
}

.ct-note {
  margin: 0.75rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(18, 21, 26, 0.1);
  color: var(--ct-muted);
  font-weight: 600;
  line-height: 1.55;
}

.ct-note--urgent {
  color: var(--ct-ink);
  border-top-color: rgba(201, 137, 58, 0.45);
}

.ct-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.ct-trust-item {
  padding-top: 0.85rem;
  border-top: 2px solid rgba(232, 197, 106, 0.55);
}

.ct-trust-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--ct-display);
  font-size: 1.45rem;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.ct-trust-item span {
  color: #c9d0da !important;
  -webkit-text-fill-color: #c9d0da !important;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.95rem;
}

.ct-trust-link {
  margin: 2rem 0 0;
  text-align: center;
}

.ct-trust-link a {
  color: #e8c56a !important;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(232, 197, 106, 0.55);
}

.ct-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.ct-faq {
  padding: 1.25rem 1.2rem;
  background: rgba(255, 255, 255, 0.75);
  border-top: 2px solid rgba(201, 137, 58, 0.5);
}

.ct-faq h3 {
  margin: 0 0 0.45rem;
  font-family: var(--ct-display);
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--ct-ink);
}

.ct-faq p {
  margin: 0;
  color: var(--ct-muted);
  line-height: 1.55;
  font-weight: 500;
}

.ct-final {
  padding: clamp(56px, 8vw, 88px) 0;
  background:
    radial-gradient(640px 280px at 20% 0%, rgba(201, 137, 58, 0.18), transparent 55%),
    linear-gradient(160deg, #12151a 0%, #1c222c 100%);
  color: #fff;
}

.ct-final-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}

.ct-final h2 {
  margin: 0.5rem 0 0.7rem;
  font-family: var(--ct-display);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.ct-final p {
  margin: 0;
  max-width: 36rem;
  color: #e2e7ee !important;
  -webkit-text-fill-color: #e2e7ee !important;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 500;
}

.ct-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 980px) {
  .ct-channels,
  .ct-check-layout,
  .ct-trust,
  .ct-faq-grid,
  .ct-final-inner {
    grid-template-columns: 1fr;
  }
  .ct-trust {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ct-trust,
  .ct-faq-grid,
  .ct-channels {
    grid-template-columns: 1fr;
  }
  .ct-hero h1 {
    max-width: 11ch;
  }
}


/* Contrast boost — ensure hero text wins over global styles */
.ct-page .ct-hero .ct-brand,
.ct-hero .ct-brand,
.ct-page .ct-hero h1,
.ct-hero h1,
.ct-page .ct-hero h1 .accent,
.ct-hero h1 .accent {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.ct-page .ct-hero .ct-hero-copy,
.ct-hero .ct-hero-copy {
  color: #f2f5f8 !important;
  -webkit-text-fill-color: #f2f5f8 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.ct-hero-shade {
  background:
    linear-gradient(105deg, rgba(5, 10, 18, 0.98) 0%, rgba(5, 10, 18, 0.94) 42%, rgba(5, 10, 18, 0.62) 70%, rgba(5, 10, 18, 0.35) 100%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.55) 0%, rgba(5, 10, 18, 0.2) 45%, rgba(5, 10, 18, 0.82) 100%) !important;
}
