/* ====================================================
   PRODUCTOS -- Gold Elegance Override
   Estilo premium para resaltar tarjetas de productos
   ==================================================== */

.product-card {
  border: 1px solid rgba(201, 168, 76, 0.42) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 0 0 1px rgba(201, 168, 76, 0.10) !important;
  isolation: isolate;
  position: relative;
}

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(232, 203, 122, 0.30);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  z-index: 2;
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,0.30) 0%, rgba(201,168,76,0.08) 40%, rgba(201,168,76,0.03) 100%);
  opacity: 0.85;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(201, 168, 76, 0.72), 0 0 28px rgba(201, 168, 76, 0.22) !important;
}

.product-card:hover::before {
  border-color: rgba(232, 203, 122, 0.72);
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.35);
}

.product-card:hover::after {
  opacity: 1;
}

.product-card__body::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, #f4e3a3, #d4af37, transparent) !important;
}

.product-card__badge {
  border-color: rgba(201, 168, 76, 0.65) !important;
  color: #8a6310 !important;
  background: rgba(201, 168, 76, 0.12) !important;
}

.product-card:hover .product-card__zoom-btn {
  border-color: #f4e3a3;
  color: #f4e3a3;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.50);
}

/* ====================================================
   PROCESOS -- Claridad + Elegancia
   ==================================================== */

#team.team-process {
  background: radial-gradient(circle at 15% 20%, rgba(212,175,55,0.08) 0%, transparent 35%),
              radial-gradient(circle at 85% 10%, rgba(122,179,23,0.07) 0%, transparent 35%),
              linear-gradient(145deg, #090d12 0%, #101721 55%, #0a1218 100%) !important;
}

#team .process-title {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 10px;
  padding: 18px 20px 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#team .process-title-h2 {
  color: #fff8e6 !important;
  text-shadow: 0 2px 18px rgba(212,175,55,0.28), 0 2px 10px rgba(0,0,0,0.55);
}

#team .process-subtitle {
  color: rgba(255, 255, 255, 0.90) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
  font-weight: 400;
}

.video-frame-wrap {
  border: 1px solid rgba(212,175,55,0.34);
  box-shadow: 0 30px 74px rgba(0,0,0,0.55), 0 0 0 1px rgba(212,175,55,0.20) !important;
}

.video-list {
  padding-right: 4px;
}

.video-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%) !important;
  border: 1px solid rgba(212,175,55,0.22) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.video-card:hover {
  transform: translateX(4px) translateY(-2px) !important;
  border-color: rgba(244,227,163,0.55) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.35), 0 0 0 1px rgba(212,175,55,0.28);
}

.video-caption {
  background: linear-gradient(180deg, rgba(15,23,34,0.10) 0%, rgba(15,23,34,0.45) 100%);
  border-top: 1px solid rgba(212,175,55,0.16);
}

.video-caption-text {
  color: #f3e4b3 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  #team .process-title {
    padding: 14px 12px 16px;
  }

  #team .process-subtitle {
    font-size: 15px;
  }
}

/* ====================================================
   FAQ -- Toque magico elegante
   ==================================================== */

#faq {
  position: relative;
  padding: 106px 24px 110px !important;
  max-width: 1200px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

#faq::before {
  content: '';
  position: absolute;
  inset: 24px 0 24px;
  background: radial-gradient(circle at 12% 8%, rgba(212,175,55,0.10) 0%, transparent 30%),
              radial-gradient(circle at 88% 18%, rgba(122,179,23,0.10) 0%, transparent 32%),
              linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(249,247,242,0.92) 100%);
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  pointer-events: none;
  z-index: 0;
}

#faq > * {
  position: relative;
  z-index: 1;
}

#faq h2 {
  color: #111a2a !important;
  letter-spacing: 0.06em !important;
  text-shadow: 0 1px 0 #fff;
}

#faq > p {
  color: #65758d !important;
  font-weight: 500;
}

#faq .accordion {
  border: 1px solid rgba(212,175,55,0.30) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.76);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.7);
}

#faq .accordion-item {
  border-bottom: 1px solid rgba(212,175,55,0.20) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,248,243,0.82) 100%);
}

#faq .accordion-item:last-child {
  border-bottom: 0 !important;
}

#faq .accordion-button {
  font-size: 15.8px;
  font-weight: 700;
  color: #152135 !important;
  transition: all 0.28s ease;
}

#faq .accordion-button i {
  color: #c89a2b !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

#faq .accordion-button::after {
  color: #8f99a8 !important;
  font-size: 22px;
}

#faq .accordion-button:hover {
  background: linear-gradient(90deg, rgba(212,175,55,0.07) 0%, rgba(122,179,23,0.07) 100%) !important;
}

#faq .accordion-item.active .accordion-button {
  color: #0e1b2d !important;
  background: linear-gradient(90deg, rgba(212,175,55,0.14) 0%, rgba(244,227,163,0.20) 55%, rgba(122,179,23,0.10) 100%) !important;
  border-left: 4px solid rgba(212,175,55,0.86) !important;
  box-shadow: inset 0 -1px 0 rgba(212,175,55,0.22);
}

#faq .accordion-item.active .accordion-button::after {
  color: #b7891e !important;
  text-shadow: 0 0 8px rgba(212,175,55,0.28);
}

#faq .accordion-body {
  background: linear-gradient(180deg, rgba(255,253,247,0.95) 0%, rgba(250,247,238,0.85) 100%) !important;
  color: #445066 !important;
  font-size: 16px;
  line-height: 1.85;
  border-top: 1px solid rgba(212,175,55,0.22);
}

@media (max-width: 767px) {
  #faq {
    padding: 68px 14px 72px !important;
  }

  #faq::before {
    inset: 14px 0 14px;
    border-radius: 10px;
  }

  #faq .accordion-button {
    font-size: 14.8px;
    padding: 16px 18px;
  }

  #faq .accordion-body {
    font-size: 15px;
    padding: 0 18px 18px 44px;
  }
}

/* ====================================================
   LLAMATIVO PRO -- Boost visual
   ==================================================== */

@keyframes goldPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 201, 77, 0); }
  50% { box-shadow: 0 0 28px rgba(255, 201, 77, 0.35); }
}

@keyframes softShine {
  0% { transform: translateX(-120%); opacity: 0; }
  35% { opacity: 0.45; }
  100% { transform: translateX(140%); opacity: 0; }
}

/* Productos más impactantes */
.product-card {
  border: 1px solid rgba(255, 197, 58, 0.78) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.17), 0 0 0 2px rgba(255,197,58,0.25) !important;
  animation: goldPulse 3.2s ease-in-out infinite;
}

.product-card::after {
  background: linear-gradient(125deg, rgba(255,255,255,0.10) 0%, rgba(255,215,120,0.22) 38%, rgba(255,179,0,0.16) 65%, rgba(255,255,255,0.08) 100%) !important;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.015) !important;
  box-shadow: 0 24px 52px rgba(0,0,0,0.22), 0 0 0 2px rgba(255,209,102,0.9), 0 0 32px rgba(255,200,85,0.45) !important;
}

.product-card__name {
  color: #1a1200 !important;
  font-weight: 800 !important;
}

.product-card__badge {
  background: linear-gradient(135deg, #ffe7a3 0%, #ffd166 50%, #f7b733 100%) !important;
  color: #5a3900 !important;
  border-color: #ffcb5d !important;
}

/* Procesos más dramático y premium */
#team.team-process {
  background: radial-gradient(circle at 14% 10%, rgba(255,193,7,0.20) 0%, transparent 35%),
              radial-gradient(circle at 86% 12%, rgba(122,179,23,0.20) 0%, transparent 36%),
              linear-gradient(145deg, #060b11 0%, #0e1622 48%, #07111a 100%) !important;
}

#team .process-title {
  border: 1px solid rgba(255, 206, 88, 0.55) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.28), 0 0 0 1px rgba(255,206,88,0.20) inset;
}

#team .process-title-h2 {
  color: #fff3c9 !important;
  letter-spacing: 0.09em !important;
}

#team .process-subtitle {
  color: rgba(255,255,255,0.98) !important;
}

.video-card {
  border: 1px solid rgba(255, 206, 88, 0.38) !important;
  background: linear-gradient(180deg, rgba(255,206,88,0.18) 0%, rgba(255,255,255,0.04) 100%) !important;
}

.video-card:hover {
  transform: translateX(6px) translateY(-3px) scale(1.01) !important;
  box-shadow: 0 18px 32px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,214,120,0.75) !important;
}

.video-caption-text {
  color: #ffe49d !important;
  font-weight: 700 !important;
}

/* FAQ más brillante y moderno */
#faq::before {
  background: radial-gradient(circle at 12% 6%, rgba(255,196,45,0.26) 0%, transparent 28%),
              radial-gradient(circle at 90% 16%, rgba(122,179,23,0.22) 0%, transparent 30%),
              linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,248,228,0.96) 100%) !important;
  border: 1px solid rgba(255,196,45,0.40) !important;
  box-shadow: 0 26px 56px rgba(0,0,0,0.10), 0 0 0 1px rgba(255,196,45,0.20) inset !important;
}

#faq h2 {
  color: #0a1a32 !important;
  text-shadow: 0 2px 0 rgba(255,255,255,0.95), 0 6px 22px rgba(255,196,45,0.22);
}

#faq > p {
  color: #5a6f8b !important;
  font-weight: 600 !important;
}

#faq .accordion {
  border: 1px solid rgba(255,196,45,0.45) !important;
  box-shadow: 0 20px 38px rgba(0,0,0,0.10), 0 0 0 1px rgba(255,196,45,0.20) inset !important;
  width: 100%;
  box-sizing: border-box;
}

#faq .accordion-item {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,246,214,0.92) 100%) !important;
  width: 100%;
  box-sizing: border-box;
}

#faq .accordion-button {
  color: #081a33 !important;
  font-weight: 800 !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#faq .accordion-button::after {
  color: #bf8b14 !important;
}

#faq .accordion-item.active .accordion-button {
  background: linear-gradient(90deg, rgba(255,196,45,0.24) 0%, rgba(255,227,145,0.45) 56%, rgba(122,179,23,0.18) 100%) !important;
  border-left: 0 !important;
}

#faq .accordion-item.active .accordion-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #f2b705;
}

#faq .accordion-item.active .accordion-body {
  background: linear-gradient(180deg, rgba(255,253,243,1) 0%, rgba(255,245,204,0.92) 100%) !important;
}

#faq .accordion-body {
  color: #364863 !important;
  width: 100%;
  box-sizing: border-box;
}

#faq .accordion-item {
  position: relative;
  overflow: hidden;
}

#faq .accordion-item.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.42) 45%, rgba(255,255,255,0.00) 100%);
  animation: softShine 1.2s ease;
  pointer-events: none;
}

/* ====================================================
   CONTACTO -- Premium elegante y llamativo
   ==================================================== */

#contact {
  background: radial-gradient(circle at 14% 8%, rgba(255,196,45,0.12) 0%, transparent 34%),
              radial-gradient(circle at 86% 14%, rgba(122,179,23,0.12) 0%, transparent 36%),
              linear-gradient(145deg, #0b1118 0%, #132131 52%, #0e1924 100%) !important;
  position: relative;
}

#contact::before {
  opacity: 0.36 !important;
}

#contact .section-title {
  max-width: 1200px;
  margin: 0 auto 26px;
  position: relative;
  z-index: 2;
}

#contact .section-title .overlay {
  background: linear-gradient(180deg, rgba(5,10,16,0.46) 0%, rgba(8,14,22,0.60) 58%, rgba(5,10,16,0.68) 100%) !important;
  padding: 34px 18px !important;
}

#contact .section-title h2 {
  color: #fff8df !important;
  text-shadow: 0 2px 12px rgba(255,196,45,0.18), 0 2px 10px rgba(0,0,0,0.34);
  display: inline-block;
  background: rgba(7, 12, 20, 0.58);
  border: 1px solid rgba(255,220,130,0.28);
  border-radius: 10px;
  padding: 10px 20px 12px;
}

#contact .section-title p {
  color: rgba(255,255,255,0.96) !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.30);
  font-weight: 500;
  display: inline-block;
  background: rgba(7, 12, 20, 0.58);
  border: 1px solid rgba(255,220,130,0.22);
  border-radius: 10px;
  padding: 8px 16px;
  line-height: 1.55;
}

#contact .section-title hr {
  width: 120px !important;
  background: linear-gradient(90deg, transparent, #ffd56e, #f5bf3f, #ffd56e, transparent) !important;
  box-shadow: 0 0 20px rgba(255,196,45,0.30);
}

#contact form {
  max-width: 1150px;
  margin: 0 auto;
  border: 1px solid rgba(255,220,130,0.36) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.10) 100%) !important;
  box-shadow: 0 20px 44px rgba(0,0,0,0.28), 0 0 0 1px rgba(255,220,130,0.16) inset !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

#contact .form-group {
  margin-bottom: 14px;
}

#contact .form-control {
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255,220,130,0.30) !important;
  color: #f8fbff !important;
  border-radius: 8px !important;
  min-height: 48px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
}

#contact textarea.form-control {
  min-height: 150px;
}

#contact .form-control::placeholder {
  color: rgba(240, 246, 255, 0.84) !important;
}

#contact .form-control:focus {
  border-color: rgba(255,228,155,0.96) !important;
  box-shadow: 0 0 0 3px rgba(255,196,45,0.18), 0 6px 16px rgba(0,0,0,0.18) !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

#contact .security-alert {
  background: linear-gradient(135deg, rgba(255,208,92,0.20) 0%, rgba(255,236,164,0.14) 100%) !important;
  border: 1px solid rgba(255,220,130,0.44) !important;
  color: rgba(255,244,210,0.98) !important;
  border-radius: 8px !important;
}

#contact .security-alert strong {
  color: #fff1c8 !important;
}

#contact .btn-custom {
  width: 100%;
  justify-content: center;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #25d366 0%, #1fbf58 50%, #139e45 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 2.2px !important;
  box-shadow: 0 12px 24px rgba(37,211,102,0.34), 0 4px 10px rgba(0,0,0,0.28) !important;
}

#contact .btn-custom:hover,
#contact .btn-custom:focus {
  transform: translateY(-2px) scale(1.01);
  background: linear-gradient(135deg, #32e277 0%, #25d366 50%, #15ad4c 100%) !important;
  box-shadow: 0 16px 32px rgba(37,211,102,0.44), 0 6px 14px rgba(0,0,0,0.34) !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  #contact {
    padding: 74px 0 56px !important;
  }

  #contact form {
    padding: 24px 18px 20px !important;
    border-radius: 10px !important;
  }

  #contact .section-title p {
    font-size: 15px;
  }

  #contact .section-title .overlay {
    padding: 22px 10px !important;
  }

  #contact .section-title h2,
  #contact .section-title p {
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ====================================================
   FOOTER -- Full width global (sitio público)
   ==================================================== */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #060d15 !important;
  min-height: 100% !important;
  height: auto !important;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

#page-top {
  background: #060d15 !important;
}

body > :last-child {
  margin-bottom: 0 !important;
}

/* Ajuste solicitado para eliminar línea blanca */
#portfolio {
  padding: 0 0 1px !important;
  background: #f7f4ef !important;
  position: relative;
}

#footer {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding-top: 84px !important;
  padding-bottom: 0 !important;
  background: radial-gradient(circle at 10% 8%, rgba(255,210,105,0.16) 0%, transparent 35%),
              radial-gradient(circle at 90% 10%, rgba(122,179,23,0.16) 0%, transparent 35%),
              linear-gradient(145deg, #070c13 0%, #0f1a29 52%, #09131d 100%) !important;
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: none;
}

#footer::after {
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 95vw);
  height: 220px;
  background: radial-gradient(ellipse, rgba(255,213,110,0.08) 0%, transparent 72%);
  pointer-events: none;
}

#footer > .container {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}

#footer h3 {
  color: #ffe6a6 !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
  margin-bottom: 18px !important;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,220,130,0.28);
}

#footer p,
#footer a {
  color: rgba(245, 249, 255, 0.88) !important;
  font-size: 15px !important;
}

#footer a:hover {
  color: #ffffff !important;
  text-shadow: 0 3px 10px rgba(255,208,92,0.35);
}

#footer .contact-item {
  background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,220,130,0.26);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.20);
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#footer > .container > .col-md-4:nth-child(1) .contact-item::before,
#footer > .container > .col-md-4:nth-child(2) .contact-item::before,
#footer > .container > .col-md-4:nth-child(3) .contact-item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto 12px;
  font-size: 22px;
  font-weight: 700;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,220,130,0.42);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,220,130,0.10) inset;
}

#footer > .container > .col-md-4:nth-child(1) .contact-item::before {
  content: '📍';
  color: #38bdf8;
}

#footer > .container > .col-md-4:nth-child(2) .contact-item::before {
  content: '⏰';
  color: #ffd166;
}

#footer > .container > .col-md-4:nth-child(3) .contact-item::before {
  content: '📞';
  color: #25d366;
}

#footer .contact-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255,220,130,0.48);
  box-shadow: 0 16px 28px rgba(0,0,0,0.28), 0 0 0 1px rgba(255,220,130,0.12) inset;
}

#footer .footer-social-wrap {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 34px 16px 30px;
  margin-bottom: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.44) 100%) !important;
  border-top: 0 !important;
  position: relative;
}

#footer .footer-social-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 6px;
  background: #060d15;
  pointer-events: none;
}

#footer .footer-social-list {
  gap: 12px !important;
  margin-bottom: 18px !important;
}

#footer .footer-social-link {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  border: 1px solid rgba(255,220,130,0.30);
  background: linear-gradient(160deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.30);
}

#footer .footer-social-link i {
  font-size: 1.55rem !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}

/* Íconos sociales con color permanente */
#footer .footer-social-list li:nth-child(1) .footer-social-link i { color: #38bdf8; }
#footer .footer-social-list li:nth-child(2) .footer-social-link i { color: #1877f2; }
#footer .footer-social-list li:nth-child(3) .footer-social-link i { color: #25d366; }
#footer .footer-social-list li:nth-child(4) .footer-social-link i { color: #111111; text-shadow: 0 0 6px rgba(105,201,208,0.5), 0 0 8px rgba(238,29,82,0.5); }
#footer .footer-social-list li:nth-child(5) .footer-social-link i { color: #e1306c; }
#footer .footer-social-list li:nth-child(6) .footer-social-link i { color: #ff0000; }

#footer .footer-social-link:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 26px rgba(0,0,0,0.30), 0 0 0 1px rgba(255,220,130,0.22) inset;
}

#footer .footer-credits {
  color: rgba(243,248,255,0.82) !important;
  font-size: 14px !important;
  letter-spacing: 1.2px !important;
  margin-bottom: 0 !important;
}

#footer .footer-author-link {
  color: #ffe6a6 !important;
  font-weight: 800 !important;
}

@media (max-width: 767px) {
  #footer {
    padding-top: 62px !important;
  }

  #footer > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #footer .contact-item {
    min-height: 0;
    padding: 14px 12px;
  }

  #footer .footer-social-link {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }

  #footer .footer-credits {
    font-size: 12.5px !important;
  }
}
