/* /assets/css/index.css
   Homepage-only stylesheet
   Cleaned 2026-06-29

   Requires:
   - body class="index-modern"
   - css/main.css loaded before this file

   Purpose:
   - Modern homepage hero
   - Warning block
   - Featured Swiper section
   - Blogroll cards
   - Cuba cards
   - Birthplace heading
   - Domain promo
*/

/* ==================================================
   1) INDEX PAGE BASE
   ================================================== */

body.index-modern {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.18), transparent 28%),
    linear-gradient(135deg, #f8ffff 0%, #eef8ff 45%, #fff7ed 100%);
}

.index-modern a,
.index-modern .btn {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.index-modern a:focus-visible,
.index-modern button:focus-visible,
.index-modern .btn:focus-visible {
  outline: 4px solid var(--tb-yellow);
  outline-offset: 4px;
  box-shadow: 0 0 0 3px var(--tb-ink);
}

/* ==================================================
   2) INDEX NAV / HEADER OVERRIDES
   ================================================== */

.index-modern .navbar.bg-info {
  background: rgba(17, 24, 39, 0.94) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.index-modern .navbar .nav-link {
  color: rgba(255, 255, 255, 0.86) !important;
}

.index-modern .navbar .nav-link:hover,
.index-modern .navbar .nav-link:focus {
  color: var(--tb-yellow) !important;
  background: transparent;
  text-decoration: none;
}

.index-modern .navbar .bi,
.index-modern .modern-read .bi,
.index-modern .blogroll-read .bi,
.index-modern .cuba-read .bi {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: currentColor;
}



.index-modern .site-header {
  border: 0 !important;
  border-radius: 0 0 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
}

.index-modern #h1-main {
  color: var(--tb-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.index-modern .site-header h1 {
  color: #EB0E0E;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: clamp(6vw, 7.5vw, 8vw);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.05em;
  text-shadow: 2px 3px 2px #ADAAAA;
  margin: 0;
}

/* ==================================================
   3) SHARED INDEX WIDTH
   ================================================== */

.index-hero-modern,
.index-warning-modern,
.index-section-modern,
.blogroll-modern,
.cuba-modern {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* ==================================================
   4) HERO
   ================================================== */

.index-hero-modern {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid var(--tb-border);
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--tb-shadow);
  backdrop-filter: blur(12px);
}

.index-hero-copy {
  padding: clamp(1.5rem, 4vw, 4rem);
}

.index-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff7cc;
  color: #713f12;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.index-hero-title {
  margin: 0;
  color: var(--tb-ink);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(2.7rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-shadow: none;
}

.index-hero-title span {
  color: var(--tb-red);
}

.index-hero-lead {
  color: var(--tb-muted);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}

.index-hero-image {
  height: 100%;
  background: var(--tb-ink);
}

/* ==================================================
   5) BUTTONS
   ================================================== */

.index-modern .btn-danger {
  background-color: var(--tb-red);
  border-color: var(--tb-red);
  color: #fff;
  box-shadow: 5px 5px 0 var(--tb-ink);
}

.index-modern .btn-danger:hover,
.index-modern .btn-danger:focus {
  background-color: var(--tb-orange);
  border-color: var(--tb-orange);
  color: #fff;
  transform: translateY(-1px);
}

.index-modern .btn-dark {
  background-color: var(--tb-ink);
  border-color: var(--tb-ink);
  color: #fff;
  box-shadow: 5px 5px 0 var(--tb-red);
}

.index-modern .btn-dark:hover,
.index-modern .btn-dark:focus {
  background-color: #000;
  border-color: #000;
  color: var(--tb-yellow);
  transform: translateY(-1px);
}

/* ==================================================
   6) WARNING
   ================================================== */

.index-warning-modern {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.index-warning-inner {
  border: 1px solid var(--tb-border);
  border-radius: 1.5rem;
  background: var(--tb-paper);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.index-warning-label {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border: 3px solid var(--tb-ink);
  border-radius: 0.75rem;
  background: var(--tb-yellow);
  color: var(--tb-red);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

/* ==================================================
   7) FEATURED / SWIPER
   ================================================== */

.index-section-modern {
  padding: 2rem 1rem;
}

.index-section-title,
.blogroll-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--tb-ink);
  color: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.index-section-title-loud {
  position: relative;
  background: #111827;
  color: #facc15;
  border: 3px solid #000;
  border-radius: 0.35rem;
  font-family: "Gravitas One", Georgia, serif;
  font-size: clamp(1.1rem, 3vw, 2rem);
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #dc2626;
  transform: rotate(-1deg);
  box-shadow: 6px 6px 0 #dc2626;
}

.index-card-modern {
  border: 1px solid var(--tb-border) !important;
  border-radius: 1.5rem !important;
  background: var(--tb-paper) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  overflow: hidden;
  padding: 0 !important;
}

.index-badge-modern {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fee2e2;
  color: var(--tb-red);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.index-badge-onair {
  background: lavender;
  color: red;
  border: 2px solid #111827;
  border-radius: 0.35rem;
  font-family: "Faster One", Impact, sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-shadow: 1px 1px 0 #fff;
  box-shadow: 5px 5px 0 #facc15;
}

.index-title-modern {
  color: var(--tb-ink);
  font-family: Roboto, Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.05;
  text-shadow: none;
}

.index-text-modern {
  color: var(--tb-ink);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.index-feature-swiper {
  height: 100%;
  background:
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.25), transparent 32%),
    linear-gradient(135deg, #111827, #1f2937);
}

.index-feature-swiper #targetDiv {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-feature-swiper .myCubeSlider {
  width: 100%;
  min-height: 360px;
}

.index-feature-swiper .swiper-wrapper {
  align-items: center;
}

.index-feature-swiper .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.index-feature-swiper .swiper-slide img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 460px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  border-radius: 1rem;
}
}

/* ==================================================
   8) MODERN READ BUTTONS
   ================================================== */

.modern-read,
.blogroll-read,
.cuba-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: var(--tb-ink);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--tb-red);
}

.modern-read:hover,
.modern-read:focus,
.blogroll-read:hover,
.blogroll-read:focus,
.cuba-read:hover,
.cuba-read:focus {
  background: var(--tb-red);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--tb-yellow);
  transform: translateY(-1px);
}

/* ==================================================
   9) BLOGROLL
   ================================================== */

.blogroll-modern {
  padding: 2rem 1rem;
}

.blogroll-title {
  box-shadow: 5px 5px 0 #dc2626;
}

.blogroll-card {
  max-width: 360px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  border: 1px solid var(--tb-border) !important;
  border-radius: 1.5rem !important;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blogroll-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.blogroll-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 260px;
  padding: 1rem;
  background:
    radial-gradient(circle at center, rgba(250, 204, 21, 0.18), transparent 45%),
    #111827;
  overflow: visible;
}

.blogroll-img img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 320px !important;
  object-fit: contain !important;
  margin: 0 auto;
}

.blogroll-body {
  padding: 1.35rem;
  text-align: left;
}

.blogroll-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #000;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blogroll-card h4,
.blogroll-card h5,
.blogroll-card h6 {
  margin: 0 0 0.85rem;
  padding: 0;
  background: transparent;
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: none;
}

.blogroll-card p {
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

/* Question mark read button */
.blogroll-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-top: 0.5rem;
  border: 3px solid #111827;
  border-radius: 50%;
  background: #facc15;
  color: #dc2626 !important;
  font-family: "Gravitas One", Georgia, serif !important;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-shadow: 2px 2px 0 #ffffff;
  box-shadow: 6px 6px 0 #111827;
}

.blogroll-question:hover,
.blogroll-question:focus {
  background: #dc2626;
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: 2px 2px 0 #111827;
  box-shadow: 6px 6px 0 #facc15;
  transform: translateY(-2px);
}

/* ==================================================
   10) CUBA SECTION
   ================================================== */

.cuba-modern {
  margin-top: 2rem;
  padding: 2rem 1rem;
}

.cuba-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: #111827;
  color: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 #dc2626;
}

.cuba-title span {
  color: #facc15;
}

.cuba-subtitle {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: #5b6472;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.cuba-card {
  max-width: 360px;
  width: 100%;
  padding: 0 !important;
  border: 1px solid var(--tb-border) !important;
  border-radius: 1.5rem !important;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cuba-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.cuba-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #111827;
  overflow: hidden;
}

.cuba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cuba-body {
  padding: 1.35rem;
  text-align: left;
}

.cuba-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #fff7cc;
  color: #713f12;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cuba-card h4 {
  margin: 0 0 0.85rem;
  padding: 0;
  background: transparent;
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: none;
}

.cuba-card p {
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

/* ==================================================
   11) BIRTHPLACE / CUBA GALLERY
   ================================================== */

.birthplace-heading {
  max-width: 760px;
  margin: 2rem auto 1.5rem;
  padding: 1rem;
}

.birthplace-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #dc2626;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.birthplace-heading h3 {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: #111827;
  color: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  box-shadow: 6px 6px 0 #dc2626;
}

.birthplace-heading h3::first-letter {
  color: #facc15;
}

.index-modern .image-wrapper {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.index-modern .image-wrapper img {
  border-radius: 1.5rem;
}

/* ==================================================
   12) DOMAIN PROMO
   ================================================== */

.domain-promo {
  max-width: 760px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.domain-promo-inner {
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.22), transparent 34%),
    linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  padding: 2rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.domain-promo-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domain-promo h3 {
  margin: 0 0 0.75rem;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.domain-promo p {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.domain-promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: #dc2626;
  color: #fff !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--tb-yellow);
}

.domain-promo-link:hover,
.domain-promo-link:focus {
  background: var(--tb-orange);
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ==================================================
   13) INDEX RESPONSIVE
   ================================================== */

/* XS: phones under 576px */
@media (max-width: 575.98px) {
  .index-hero-modern {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 1.25rem;
  }

  .index-hero-copy {
    padding: 1.25rem;
  }

  .index-hero-title {
    font-size: clamp(2.35rem, 14vw, 4rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

  .index-hero-lead {
    font-size: 1rem;
  }

  .index-warning-modern,
  .index-section-modern,
  .blogroll-modern,
  .cuba-modern {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .index-feature-swiper #targetDiv {
    min-height: 280px;
    max-height: none;
  }

  .index-feature-swiper .myCubeSlider {
    min-height: 280px;
  }

  .index-feature-swiper .swiper-slide img {
    max-height: 300px;
  }

  .blogroll-img {
    min-height: 220px;
  }

  .blogroll-img img {
    max-height: 260px !important;
  }

  .cuba-img {
    aspect-ratio: 16 / 11;
  }

  .birthplace-heading h3 {
    font-size: clamp(1.7rem, 10vw, 2.6rem);
  }

  .domain-promo-inner {
    padding: 1.5rem;
  }
}

/* SM: 576px and up */
@media (min-width: 576px) {
  .index-feature-swiper #targetDiv {
    min-height: 320px;
    max-height: none;
  }

  .index-feature-swiper .myCubeSlider {
    min-height: 320px;
  }

  .index-feature-swiper .swiper-slide img {
    max-height: 340px;
  }

  .blogroll-img {
    min-height: 240px;
  }

  .blogroll-img img {
    max-height: 300px !important;
  }
}

/* MD: tablets and small laptops */
@media (min-width: 768px) {
  .index-feature-swiper #targetDiv {
    min-height: 360px;
  }

  .index-feature-swiper .myCubeSlider {
    min-height: 360px;
  }

  .index-feature-swiper .swiper-slide img {
    max-height: 400px;
  }

  .blogroll-img {
    min-height: 260px;
  }

  .blogroll-img img {
    max-height: 320px !important;
  }
}

/* LG: desktops */
@media (min-width: 992px) {
  body.index-modern .site-header h1 {
    font-size: 5vw;
  }

  .index-feature-swiper #targetDiv {
    min-height: 420px;
  }

  .index-feature-swiper .myCubeSlider {
    min-height: 420px;
  }

  .index-feature-swiper .swiper-slide img {
    max-height: 460px;
  }
}