/* ========== RESET ========== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  overflow-x: hidden;
  background: #1d1d1d;
}

a { text-decoration: none; color: inherit; }
img { display: block; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  background: #1a1a1a;
}

.navbar-logo {
  display: block;
}

.navbar-logo img {
  width: auto;
  height: 55px;
  object-fit: contain;
}

.navbar-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.navbar-links li a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #aaa;
  transition: color 0.3s;
}

.navbar-links li a:hover,
.navbar-links li a.active {
  color: #fff;
}

.navbar-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 101;
}

.navbar-hamburger span {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

/* ========== HERO ========== */
.hero-wrapper {
  position: relative;
  width: 100%;
  padding-top: 92px;
  background: #1d1d1d;
}

.hero-inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #c4c4c4 0%, #a0a0a0 15%, #777 30%, #555 50%, #3a3a3a 75%, #2d2d2d 100%);
  overflow: hidden;
}

.hero-top {
  position: relative;
  height: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.hero-logo {
  width: 504px;
  max-width: 70%;
  position: relative;
  z-index: 3;
}

.hero-title {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  max-width: 600px;
  line-height: 1.8;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.hero-photo-container {
  position: relative;
  margin: -120px auto 0;
  width: 700px;
  max-width: 90%;
  z-index: 2;
}

.hero-photo {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== ABOUT (dentro del hero) ========== */
.hero-bottom {
  position: relative;
  padding: 40px 100px 80px;
  margin-top: -45px;
  min-height: 500px;
}

.hero-watermark {
  position: absolute;
  right: -150px;
  top: 0;
  width: 885px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.about-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.about-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: left;
}

.separator {
  width: 60px;
  margin: 16px 0 24px;
}

.about-text {
  color: #ccc;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}

/* ========== CONTENT SECTION (WHITE) ========== */
.content-section {
  background: linear-gradient(179deg, #ffffff 77.3%, rgba(34, 34, 34, 0.2) 123%);
  padding: 170px 0px 0;
    margin-bottom: 20px;
}

.content-container {
  max-width: 1116px;
  margin: 0 auto;
}

/* ========== BORDERED HEADINGS ========== */
.bordered-heading {
  display: flex;
  justify-content: center;
  margin: 60px 0 150px 0px;
}

.bordered-heading h2 {
  border: 8.37px solid #000;
  padding: 32px 55px;
  font-family: Arial, sans-serif;
  font-size: 27.9px;
  font-weight: bold;
  color: #333;
  letter-spacing: 13.95px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

/* ========== DESCRIPTION ========== */
.description-block {
  max-width: 1064px;
  margin: 60px 0 60px 0;
  font-size: 16.74px;
  line-height: 2.58;
  color: #000;
  text-align: justify;
  font-weight: bold;
}

.content-separator {
  text-align: center;
  padding: 40px 0;
}

.content-separator img {
  width: 158px;
  margin: 0 auto;
}

/* ========== TESTIMONIALS ========== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 90px 0 90px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 21.73px;
  padding: 54.3px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.testimonial-stars {
  display: flex;
  gap: 5.43px;
  margin-bottom: 54.3px;
}

.testimonial-stars svg {
  width: 18.47px;
  height: 17.38px;
}

.star-filled { fill: #FFAA37; }

.testimonial-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19.56px;
  line-height: 1.5;
  color: #101010;
  font-weight: 400;
}

/* ========== SOCIAL CARDS ========== */
.social-cards {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 60px;
}

.social-card {
  position: relative;
  flex: 1;
  min-width: 200px;
  height: 127px;
  border-radius: 20px;
  border: 1.5px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 24px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.social-card.active {
  border-color: #111;
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
  transform: translateY(-2px);
}

.social-card.active .social-card-circle {
  background: #111;
}

.social-card-circle {
  width: 78.5px;
  height: 78.5px;
  border-radius: 50%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-card-circle img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.social-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-card-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.5px;
}

.social-card-text p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

/* ========== INSTAGRAM EMBED ========== */
.instagram-embed {
  background: #fff;
  border-radius: 12px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 80px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.04);
}

/* Widgets de Elfsight: ocultos por defecto, se muestran vía JS según la red activa */
.embed-widget { display: none; }
.embed-widget.is-active { display: block; }

/* Cuando hay un widget activo, el layout fallback se oculta (lo controla JS) */
.embed-fallback.is-hidden { display: none; }

.ig-header {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
}

.ig-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
  flex-shrink: 0;
}

.ig-info {
  flex: 1;
  padding-top: 8px;
}

.ig-username {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #111;
  margin-bottom: 2px;
  line-height: 1.2;
}

.ig-handle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 8px;
}

.ig-bio {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 18px;
}

.ig-actions {
  display: flex;
  gap: 10px;
}

.ig-btn {
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.ig-btn:hover { opacity: 0.85; }
.ig-btn-primary { background: #111; color: #fff; }
.ig-btn-secondary { background: #555; color: #fff; }

/* Brand color for the primary CTA depending on the selected network */
.instagram-embed[data-social="instagram"] .ig-btn-primary {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.instagram-embed[data-social="facebook"] .ig-btn-primary { background: #1877F2; }
.instagram-embed[data-social="tiktok"]   .ig-btn-primary { background: #000; }
.instagram-embed[data-social="linkedin"] .ig-btn-primary { background: #0A66C2; }

.ig-stats {
  display: flex;
  gap: 50px;
  margin-left: auto;
  padding-top: 10px;
  flex-shrink: 0;
}

.ig-stat { text-align: left; }

.ig-stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.ig-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #8b90a7;
}

.ig-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.ig-tabs-left {
  display: flex;
  gap: 12px;
}

.ig-tab {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  padding: 10px 18px;
  border-radius: 21px;
  cursor: pointer;
}

.ig-tab.active { background: #111; color: #fff; }
.ig-tab.inactive { color: #7e829b; background: transparent; }

.ig-tabs-right {
  display: flex;
  gap: 8px;
}

.ig-filter {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.ig-filter.active { background: #111; color: #fff; }
.ig-filter.inactive { color: #8b90a9; background: #f3f3f3; }

.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.ig-video-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 180/260;
  background: #1a1a1a;
}

.ig-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ig-video-overlay svg {
  width: 12px;
  height: 14px;
  fill: #fff;
}

.ig-video-overlay span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #fff;
}

/* ========== FOOTER ========== */
.footer { width: 100%; }

.footer-top {
  background: linear-gradient(90deg, #282828 0%, #3F3F3F 99.99%, #8E8E8E 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  min-height: 244px;
}

.footer-logo {
  height: 144px;
  width: auto;
}

.footer-bottom {
  background: #222;
  text-align: center;
  padding: 40px 50px 35px;
  min-height: 258px;
  position: relative;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 40px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.footer-social a:hover { opacity: 0.7; }

.footer-social img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.footer-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #fff;
}

.footer-back-arrow {
  width: 9px;
  height: 14.4px;
  transform: rotate(180deg);
}

.footer-back-text {
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.footer-copyright {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #a5a5a5;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

/* ========== RESPONSIVE - TABLET ========== */
@media (max-width: 1200px) {
  .navbar { padding: 0 40px; }

  .ig-grid { grid-template-columns: repeat(3, 1fr); }

  .social-cards { flex-wrap: wrap; justify-content: center; }
  .social-card { flex: 0 0 calc(50% - 10px); min-width: auto; }

  .hero-bottom { padding-left: 60px; padding-right: 60px; }
  .hero-watermark { width: 500px; }

  .content-section { padding-left: 30px; padding-right: 30px; }

  .bordered-heading { margin: 40px 0 80px; }
  .bordered-heading h2 { font-size: 22px; letter-spacing: 10px; padding: 26px 40px; }

  .description-block { margin: 40px auto 0; }
  .testimonials-grid { margin: 60px 0; }

  .instagram-embed { padding: 35px 40px; }
}

/* ========== RESPONSIVE - MOBILE ========== */
@media (max-width: 768px) {
  /* Navbar */
  .navbar { padding: 0 20px; height: 70px; }

  .navbar-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(20,20,20,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 100;
  }

  .navbar-links.open { display: flex; }
  .navbar-links li a { font-size: 20px; }
  .navbar-hamburger { display: flex; }
  .navbar-logo img { height: 40px; }

  /* Hero */
  .hero-wrapper { padding-top: 70px; }
  .hero-top { height: auto; padding-top: 30px; }
  .hero-logo { width: 280px; max-width: 80%; }
  .hero-title { font-size: 14px; letter-spacing: 3px; padding: 0 20px; }
  .hero-photo-container { width: 350px; max-width: 80%; margin-top: -60px; }

  /* About */
  .hero-bottom { padding: 20px 30px 40px; margin-top: -30px; }
  .hero-watermark { display: none; }
  .about-content { margin-left: 0; max-width: 100%; }
  .about-title { font-size: 18px; letter-spacing: 1px; }
  .about-text { font-size: 12px; }

  /* Content section */
  .content-section { padding: 60px 20px 0; }

  .bordered-heading { margin: 30px 0 60px; }
  .bordered-heading h2 {
    padding: 18px 24px;
    font-size: 14px;
    letter-spacing: 6px;
    border-width: 5px;
  }

  .description-block {
    font-size: 14px;
    line-height: 2;
    margin: 30px auto 0;
  }

  .content-separator { padding: 30px 0; }
  .content-separator img { width: 100px; }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
  }
  .testimonial-card { padding: 30px; }
  .testimonial-stars { margin-bottom: 30px; }
  .testimonial-text { font-size: 16px; }

  /* Social cards */
  .social-cards {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
  }
  .social-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 90px;
    padding: 16px 20px;
  }
  .social-card-circle { width: 55px; height: 55px; }
  .social-card-circle img { width: 24px; height: 24px; }
  .social-card-text h4 { font-size: 10px; }
  .social-card-text p { font-size: 13px; }

  /* Instagram embed */
  .instagram-embed { padding: 20px 16px; }
  .ig-header { flex-direction: column; gap: 15px; }
  .ig-avatar { width: 70px; height: 70px; }
  .ig-username { font-size: 24px; }
  .ig-handle { font-size: 14px; }
  .ig-stats { margin-left: 0; gap: 25px; margin-top: 10px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ig-tabs { flex-direction: column; gap: 10px; align-items: flex-start; }

  /* Footer */
  .footer-top { min-height: 140px; padding: 30px 20px; }
  .footer-logo { height: 80px; }
  .footer-bottom { padding: 30px 20px 25px; min-height: auto; }
  .footer-social { gap: 20px; margin-bottom: 25px; }
  .footer-social img { width: 20px; height: 20px; }
  .footer-back-text { font-size: 12px; }
  .footer-copyright { font-size: 10px; }
}

/* ========== RESPONSIVE - MOBILE SMALL ========== */
@media (max-width: 480px) {
  .hero-logo { width: 220px; }
  .hero-title { font-size: 12px; letter-spacing: 2px; }
  .hero-photo-container { width: 280px; }
  .about-title { font-size: 16px; }

  .bordered-heading h2 {
    font-size: 11px;
    letter-spacing: 4px;
    padding: 14px 18px;
  }

  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .ig-username { font-size: 20px; }
}
