/* Choco Contacto — Estilos página de contacto */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Nunito:wght@400;600;700&display=optional');

.choco-contact-page * { box-sizing: border-box; margin: 0; padding: 0; }
.choco-contact-page { font-family: 'Nunito', sans-serif; color: #1B2E2A; max-width: 860px; margin: 0 auto; }

/* HERO */
.cc-hero { background: #0D3B6E; border-radius: 20px; padding: 48px 40px; text-align: center; margin-bottom: 40px; position: relative; overflow: hidden; }
.cc-hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,0.04); }
.cc-hero::after { content: ''; position: absolute; bottom: -80px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.cc-logo-wrap { position: relative; z-index: 2; margin-bottom: 20px; }
.cc-logo { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 4px solid #C9A227; box-shadow: 0 0 0 6px rgba(201,162,39,0.2); display: block; margin: 0 auto; }
.cc-hero-tag { position: relative; z-index: 2; display: inline-block; background: #C9A227; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 6px 16px; border-radius: 40px; margin-bottom: 16px; }
.cc-hero h1 { position: relative; z-index: 2; font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 44px); color: #fff; line-height: 1.2; margin-bottom: 14px; }
.cc-hero h1 span { color: #C9A227; }
.cc-hero p { position: relative; z-index: 2; color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.7; max-width: 500px; margin: 0 auto; }

/* CANALES */
.cc-canales { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 36px; }
.cc-canal { background: #fff; border: 1.5px solid #c8d4e0; border-radius: 16px; padding: 26px 22px; transition: transform .2s, box-shadow .2s; text-align: center; }
.cc-canal:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(13,59,110,0.1); }
.cc-canal-icon { font-size: 36px; margin-bottom: 12px; display: block; }
.cc-canal h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: #0D3B6E; margin-bottom: 8px; }
.cc-canal p { font-size: 14px; color: #1B2E2A; line-height: 1.6; margin-bottom: 12px; }
.cc-canal a { display: inline-block; color: #009688; font-weight: 700; font-size: 15px; text-decoration: none; }
.cc-canal a:hover { text-decoration: underline; }
.cc-canal-tag { display: inline-block; background: #F0F4F8; color: #0D3B6E; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 12px; }

/* WHATSAPP card especial */
.cc-canal-wa { background: #009688; border: none; }
.cc-canal-wa .cc-canal-tag { background: rgba(255,255,255,0.2); color: #fff; }
.cc-canal-wa h3 { color: #fff; }
.cc-canal-wa p { color: rgba(255,255,255,0.85); }
.cc-canal-wa a { color: #C9A227; }

/* MOTIVOS */
.cc-motivos { background: #F0F4F8; border-radius: 20px; padding: 40px; margin-bottom: 36px; }
.cc-motivos h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: #0D3B6E; margin-bottom: 24px; text-align: center; }
.cc-motivos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cc-motivo { display: flex; align-items: flex-start; gap: 12px; background: #fff; border-radius: 12px; padding: 16px; }
.cc-motivo-icon { font-size: 24px; flex-shrink: 0; }
.cc-motivo h4 { font-size: 14px; font-weight: 700; color: #0D3B6E; margin-bottom: 4px; }
.cc-motivo p { font-size: 13px; color: #1B2E2A; line-height: 1.5; }

/* REDES */
.cc-redes { background: #1B2E2A; border-radius: 20px; padding: 40px; margin-bottom: 36px; text-align: center; }
.cc-redes h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: #fff; margin-bottom: 8px; }
.cc-redes > p { color: rgba(255,255,255,0.7); font-size: 15px; margin-bottom: 28px; }
.cc-redes-grid { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cc-red { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 16px 24px; display: flex; align-items: center; gap: 10px; transition: background .2s; cursor: pointer; text-decoration: none; }
.cc-red:hover { background: rgba(255,255,255,0.18); }
.cc-red span { font-size: 24px; }
.cc-red svg { flex-shrink: 0; }
.cc-red p { color: #fff; font-size: 14px; font-weight: 600; margin: 0; }
.cc-red small { color: #C9A227; font-size: 12px; display: block; }

/* TIEMPO */
.cc-tiempo { background: #B2DFDB; border-radius: 16px; padding: 28px 36px; display: flex; align-items: center; gap: 20px; }
.cc-tiempo-icon { font-size: 48px; flex-shrink: 0; }
.cc-tiempo h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: #1B2E2A; margin-bottom: 6px; }
.cc-tiempo p { font-size: 15px; color: #1B2E2A; line-height: 1.6; }

@media (max-width: 600px) {
  .cc-hero { padding: 36px 20px; }
  .cc-canales { grid-template-columns: 1fr; }
  .cc-motivos { padding: 28px 20px; }
  .cc-motivos-grid { grid-template-columns: 1fr; }
  .cc-redes { padding: 28px 20px; }
  .cc-tiempo { flex-direction: column; text-align: center; padding: 24px 20px; }
}
