/* Paleta de marca (según la imagen adjunta) */
:root{
  --green-deep: #506d5c;
  --yellow: #f0c41e;
  --sage: #ccdbb6;
  --black: #000000;
  --white: #fafff4;
}

/* Tipografías: h1 usa Giaza Stencil (si no está, usa fallback). Otros textos usan Raleway */
@font-face {
  font-family: "GiazaStencil";
  src: local("GiazaStencil"), local("Giaza Stencil");
  /* Si no tienes el archivo, fallback a una fuente cursiva abajo */
}
body {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#1f1f1f;
  background:#fff;
}
h1, .h1 {
  font-family: "GiazaStencil", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .5px;
}
h2, h3 {
  font-family: "Raleway", sans-serif;
}

.primary-button {
  background: var(--green-deep);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: background .3s ease;
}
.primary-button:hover {
  background: #3f5a4c; /* Un verde más oscuro */
}

.media {
    background-color: var(--sage);
    color: var(--black);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    transition: transform .3s ease;
    margin: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    cursor: pointer;
}

.media:hover {
    transform: translateY(-4px);
    background-color: var(--green-deep);
    color: var(--white);
}

/* Encabezado */
.navbar {
  padding: .75rem 1rem;
}

/* Hero */
.hero {
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow:hidden;
  background: linear-gradient(135deg, rgba(80,109,92,.08), rgba(240,196,30,.08) 50%, rgba(204,219,182,.08) 100%);
}
.logo {
  width: 140px;
  height: auto;
  margin: 0 auto 8px;
}
.tagline {
  color:#555;
}

/* Paleta de colores (chips) */
.palette-row { gap: 20px; justify-content:center; margin-top: 24px;}
.palette-chip {
  width: 120px; height: 120px;
  border-radius: 28px;
  display:flex; align-items:center; justify-content:center;
  color: #111;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
.palette-chip--black { background: #000; color:#fff; }
.palette-chip--white { background: #fff; border: 2px solid #111; color:#000; }

/* Secciones de tarjetas (paquetes) */
.card {
  border:0;
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.07);
  transition: transform .3s ease;
  background: var(--white);
}
.card:hover { transform: translateY(-4px); }

.card-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--sage);
  margin-bottom: 0;
}

.card-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 16px;
}

.service-card{
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 16px;
}

.card-header {
  padding: 20px;
  background: var(--white);
  border-bottom:1px solid #eee;
}

.card-body {
  padding: 16px 20px 20px;
}

.price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green-deep);
  margin: 1rem 0.5rem;
  justify-content: center;
  display: flex;
  align-content: center;
}

.secondary-button {
  
  color: var(--green-deep);
  border: 3px solid var(--green-deep);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: background .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.95rem;
}
.secondary-button:hover {
  background: #000;
  color: var(--sage);
  border-color: var(--sage);
}

.btn-cta {
  background: var(--yellow);
  color: #1b1b1b;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
}
.btn-cta:hover { background:#e5b800; }

/* Bloques de contenido collapsible */
.collapse-inner {
  font-size: 0.95rem;
  color: #333;
  padding: 12px 4px;
}

/* Sección de servicios de mayor tamaño (landing, web, ads) */
.service-card {
  border-radius: 22px;
  padding: 18px;
  border: 2px solid #eee;
  background: var(--white);
}
.service-title {
  font-weight: 700;
  font-size: 1.05rem;
}

/* Footer social */
.social-icon {
  width: 28px; height: 28px; display:inline-flex; align-items:center; justify-content:center;
  border-radius: 6px; border:1px solid #ddd; margin:0 6px;
  text-decoration: none; color: #333;
}



.title-bar {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--sage);
  background-color: #000;
  padding: 1rem 1.5rem;
  border-radius: 12px;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: transform .3s ease;
  z-index: 1000;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border: none;
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.whatsapp-button:hover {
  transform: translateY(-4px);
  background-color: #000;
  color: var(--sage);
}

/* Responsivo básico */
@media (max-width: 992px){
  .palette-chip { width: 100px; height: 100px; }
}
@media (max-width: 768px){
  .palette-chip { width: 90px; height: 90px; }
}
@media (max-width: 576px){
  .palette-chip { width: 80px; height: 80px; }
  .hero { padding: 32px 0; }
  .logo { width: 120px; }
  .tagline { font-size: 0.9rem; }
}

/* Animaciones de carga */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fade-in { animation: fadeIn 0.5s ease-in-out; }