/* 
 * Home-1 Casino Custom Stylesheet (Pure CSS)
 * Elegant dark theme with vibrant green and orange accents, premium animations, and responsive grids.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700;800;900&display=swap');

:root {
  --bg-black: #000000;
  --bg-card: #090F1E;
  --bg-card-hover: #101A33;
  --bg-footer: #05070A;
  --accent-green: #0AE6DF;
  --accent-green-hover: #00B35C;
  --accent-orange: #FF7A00;
  --text-white: #ffffff;
  --text-gray: #8A99AD;
  --border-color: rgba(255, 255, 255, 0.08);
  --border-green: rgba(0, 208, 108, 0.2);
  --border-orange: rgba(255, 122, 0, 0.2);
  --font-inter: 'Inter', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-black);
  color: var(--text-white);
  font-family: var(--font-inter);
  line-height: 1.6;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-smooth);
}

ul {
  list-style: none;
}

button {
  font-family: var(--font-inter);
  background: none;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
}

/* Utilities */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
}

.font-display {
  font-family: var(--font-montserrat);
}

/* HEADER / NAVIGATION */
.main-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-b: 1px solid var(--border-color);
  padding: 16px 0;
  transition: var(--transition-smooth);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  font-family: var(--font-montserrat);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--accent-green);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-gray);
  transition: var(--transition-smooth);
}

.nav-link:hover, .nav-link.active {
  color: var(--text-white);
}

.auth-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
  padding: 10px 24px;
  transition: var(--transition-smooth);
}

.btn-signin {
  border: 1px solid var(--accent-green);
  color: var(--text-white);
}

.btn-signin:hover {
  background-color: rgba(0, 208, 108, 0.1);
}

.btn-signup {
  background-color: var(--accent-green);
  color: var(--bg-black);
  box-shadow: 0 0 25px rgba(0, 208, 108, 0.25);
}

.btn-signup:hover {
  background-color: var(--accent-green-hover);
}

.mobile-menu-btn {
  display: none;
  color: var(--text-white);
  font-size: 20px;
  padding: 4px;
}

/* Mobile dropdown menu */
.mobile-menu {
  display: none;
  width: 100%;
  background-color: var(--bg-black);
  border-top: 1px solid var(--border-color);
  padding: 16px;
  flex-direction: column;
  gap: 12px;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu .nav-link {
  display: block;
  padding: 8px 0;
}

.mobile-auth {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.mobile-auth .btn {
  flex-grow: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .desktop-nav, .auth-actions {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
}

/* HERO SECTION */
.hero-section {
  padding: 0;
  background-color: var(--bg-black);
}

.hero-banner-static {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 32px;
}

.hero-content-details {
  position: relative;
  z-index: 10;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  margin: auto;
  top: -111px;
  margin-bottom: -120px;
}

.hero-content-details .hero-title-main {
  font-family: var(--font-montserrat);
  font-weight: 900;
  font-size: 70px;
  color: #7A00FF;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-shadow: 0 4px 10px rgba(0,0,0,0.5);
  -webkit-text-stroke: 2px #fff;
  /* -webkit-text-fill-color: transparent; */
}
.hero-content-details .hero-title-main span{
  color: var(--accent-green);
}

@media (max-width: 640px) {
  .hero-content-details .hero-title-main {
    font-size: 36px;
  }
}

.hero-bullets {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 32px;
}

.bullet-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 700;
}

.bullet-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-green);
  color: var(--text-white);
  border-radius: 50%;
  font-size: 11px;
}

.hero-btn-row {
  display: flex;
  gap: 16px;
  width: 100%;
}

.btn-hero {
  flex: 1;
  justify-content: space-between;
  padding: 10px 24px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}

.btn-hero-green {
  background-color: var(--accent-green);
  color: var(--bg-black);
  box-shadow: 0 0 25px rgba(0, 208, 108, 0.25);
}

.btn-hero-green:hover {
  background-color: var(--accent-green-hover);
  transform: translateY(-2px);
}

.btn-hero-gray {
  background-color: rgba(31, 41, 55, 0.8);
  color: var(--text-white);
}

.btn-hero-gray:hover {
  background-color: rgba(55, 65, 81, 0.85);
  transform: translateY(-2px);
}

.btn-arrow-circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg-black);
  margin-left: 16px;
  transition: transform 0.3s ease;
}

.btn-hero-green .btn-arrow-circle {
  color: var(--accent-green);
}

.btn-hero-gray .btn-arrow-circle {
  color: var(--text-white);
}

.btn-hero:hover .btn-arrow-circle {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .hero-btn-row {
    flex-direction: column;
  }
}

/* Tiger Card Container */
.hero-tiger-card {
  position: relative;
  background: linear-gradient(to right, #012214, #00100a, #042d1b);
  border: 1px solid rgba(4, 61, 36, 0.6);
  border-radius: 24px;
  padding: 48px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tiger-card-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.tiger-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

@media (max-width: 768px) {
  .hero-tiger-card {
    padding: 32px;
  }
  .tiger-card-backdrop {
    width: 100%;
    opacity: 0.35;
  }
}

/* JACKPOT & GAMES GRID SECTION */
.jackpot-section {
  padding: 20px 0;
  background-color: var(--bg-black);
}

.jackpot-header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 64px auto;
}

.jackpot-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .jackpot-title {
    font-size: 30px;
  }
}

.jackpot-subtitle {
  font-size: 15px;
  color: var(--text-gray);
  line-height: 1.6;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1152px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .games-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.game-card {
  background-color: #050b16;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: var(--transition-smooth);
  position: relative;
}

.game-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.game-card-img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .game-card-img {
    height: 224px;
  }
}

.game-card-info {
  padding: 16px;
  text-align: center;
}

.game-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--text-white);
}

.game-card-provider {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-gray);
  margin-top: 4px;
  display: block;
}

.game-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--accent-orange);
  color: var(--text-white);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 9px;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

/* KEY STATS CARDS */
.stats-section {
  padding: 34px 0;
  background-color: var(--bg-black);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stats-card {
  background: linear-gradient(to bottom right, #0AE6DF, #000a05);
  border: 1px solid rgba(4, 76, 41, 0.5);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stats-card:hover {
  transform: translateY(-4px);
}

.stats-card:hover .stats-number {
  transform: scale(1.05);
}

.stats-number {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  color: var(--text-white);
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.stats-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-gray);
}

/* PROVIDERS LOGO ROW WITH MARQUEE */
.providers-divider {
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.providers-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 45px;
  color: var(--accent-green);
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 640px) {
  .providers-title {
    font-size: 30px;
  }
}

.providers-section {
  padding: 20px 0;
  background-color: var(--bg-black);
  position: relative;
  overflow: hidden;
}

.providers-sublabel {
  text-align: center;
  font-family: var(--font-inter);
  font-size: 30px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
  position: relative;
}

.providers-sublabel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: var(--accent-green);
  transform: translateY(-50%);
}

.providers-sublabel::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 200px;
  height: 1px;
  background-color: var(--accent-green);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .providers-sublabel::before,
  .providers-sublabel::after {
    display: none;
  }
  .providers-sublabel {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.providers-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.providers-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}

.provider-logo-card {
  width: 300px;
  height: 145px;
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: var(--transition-smooth);
}

.provider-logo-card:hover {
  border-color: rgba(0, 230, 223, 0.4);
  box-shadow: 0 0 20px rgba(0, 230, 223, 0.25);
  transform: translateY(-4px);
}

.provider-logo-card img {
  max-height: 80px;
  max-width: 80%;
  object-fit: contain;
  filter: grayscale(1) brightness(0.8) contrast(1.2);
  transition: var(--transition-smooth);
}

.provider-logo-card:hover img {
  filter: grayscale(0) brightness(1) contrast(1);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-340px * 4));
  }
}

/* ABOUT US SECTION */
.about-section {
  padding: 40px 0;
  background-color: var(--bg-black);
  border-top: 1px solid var(--border-color);
}

.about-bg-dummy {
  background-image: url('assets/dummy.png');
  background-size: 100% 100%;
  padding: 20px;
  border-radius: 24px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .about-left-side {
    grid-column: span 6;
  }
  .about-right-side {
    grid-column: span 6;
  }
}

.about-left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-align: center;
}

.about-image-wrapper {
  position: relative;
  max-width: 448px;
  width: 100%;
}

.about-img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.about-right-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-point-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.about-point-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 122, 0, 0.1);
  color: #7A00FF;
  border: 1px solid var(--border-orange);
  border-radius: 12px;
  flex-shrink: 0;
  font-size: 20px;
}

.about-point-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: #7A00FF;
  margin-bottom: 8px;
}

.about-point-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  font-weight: 400;
}

/* FEATURES ANNOUNCEMENT SECTION */
.features-section {
  padding: 40px 0;
  background-color: #02050b;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.features-header {
  text-align: center;
  margin-bottom: 64px;
}

.features-tagline {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-gray);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 8px;
}

.features-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .features-title {
    font-size: 36px;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.features-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 32px;
  transition: var(--transition-smooth);
}

.features-card:hover {
  border-color: rgba(0, 208, 108, 0.3);
}

.features-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 16px;
}

.features-card-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  font-weight: 400;
}

/* Symmetrical Slots Carousel (jogo-slider replacement) */
.slots-showcase {
  padding: 40px 0;
  background-color: #02050b;
  border-top: 1px solid var(--border-color);
  overflow: hidden;
}

.slots-tag {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-gray);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 8px;
}

.slots-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  color: var(--text-white);
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 640px) {
  .slots-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.slots-carousel-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.slots-carousel-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 555px;
  transition: transform 0.5s ease-out;
  cursor: grab;
}

.slots-carousel-track:active {
  cursor: grabbing;
}

.slot-item {
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.slot-tiny {
  width: 200px;
  height: 200px;
  opacity: 0.3;
  transform: scale(0.8);
  filter: blur(2px) grayscale(0.8);
}

.slot-small {
  width: 270px;
  height: 270px;
  opacity: 0.5;
  transform: scale(0.9);
  filter: blur(1px) grayscale(0.5);
}

.slot-medium {
  width: 340px;
  height: 340px;
  opacity: 0.8;
  transform: scale(0.95);
  filter: grayscale(0.2);
}

.slot-large {
  width: 510px;
  height: 510px;
  opacity: 1;
  transform: scale(1.05);
  filter: none;
  z-index: 10;
  border: 1px solid rgba(0, 208, 108, 0.4);
  box-shadow: 0 0 25px rgba(0, 208, 108, 0.25);
}

@media (max-width: 768px) {
  .slots-carousel-track {
    min-height: 400px;
    gap: 20px;
  }
  .slot-tiny {
    width: 140px;
    height: 140px;
  }
  .slot-small {
    width: 180px;
    height: 180px;
  }
  .slot-medium {
    width: 240px;
    height: 240px;
  }
  .slot-large {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 480px) {
  .slots-carousel-track {
    min-height: 300px;
    gap: 15px;
  }
  .slot-tiny {
    width: 100px;
    height: 100px;
  }
  .slot-small {
    width: 130px;
    height: 130px;
  }
  .slot-medium {
    width: 180px;
    height: 180px;
  }
  .slot-large {
    width: 240px;
    height: 240px;
  }
}

.slot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.slot-large img:hover {
  transform: scale(1.05);
}

.slot-item:hover {
  opacity: 1;
  filter: none;
}

.slots-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  background-color: #050b16;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  transition: var(--transition-smooth);
}

.carousel-btn:hover {
  border-color: var(--accent-green);
  box-shadow: 0 0 20px rgba(0, 208, 108, 0.25);
  color: var(--accent-green);
  transform: scale(1.08);
}

.carousel-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* REGISTRATION / SIGN UP CTA SECTION */
.cta-section {
  padding: 20px 0;
  background-color: var(--bg-black);
}

.cta-banner-container {
  padding: 48px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media (min-width: 768px) {
  .cta-banner-container {
    flex-direction: row;
    padding: 48px 64px;
  }
}

.cta-left-content {
  flex-grow: 1;
  max-width: 576px;
  text-align: left;
}

.cta-tagline {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-green);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 8px;
}

.cta-headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  .cta-headline {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .cta-headline {
    font-size: 48px;
  }
}

.btn-cta-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background-color: var(--accent-green);
  color: var(--bg-black);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 16px;
  border-radius: 50px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-cta-signup:hover {
  background-color: var(--accent-green-hover);
  transform: scale(1.05);
}

.btn-cta-signup:active {
  transform: scale(0.95);
}

.cta-right-visual {
  width: 100%;
  max-width: 256px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .cta-right-visual {
    width: 33.333%;
    max-width: 320px;
  }
}

.cta-surprise-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* BLOG SECTION */
.blog {
  padding: 20px 0;
  background-color: var(--bg-black);
  border-top: 1px solid var(--border-color);
  position: relative;
}

.blog-section-header {
  margin-bottom: 60px;
  text-align: center;
}

.blog-tagline {
  font-family: var(--font-display);
  font-size: 45px;
  font-weight: 700;
  color: var(--text-white);
}

@media (max-width: 640px) {
  .blog-tagline {
    font-size: 30px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr 1.8fr 1fr;
  }
}

.blog-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  transition: var(--transition-slow);
}

.blog-card-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.blog-card-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  color: var(--accent-green);
  line-height: 1.3;
  transition: var(--transition-smooth);
  margin-bottom: 4px;
}

.blog-card-title:hover {
  filter: brightness(1.2);
}

.blog-card-desc {
  font-size: 15px;
  color: var(--text-gray);
  line-height: 1.6;
}

.blog-live-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-white);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
}

.live-dot {
  width: 8px;
  height: 8px;
  background-color: #ff334b;
  border-radius: 50%;
  animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.play-btn-circle {
  width: 50px;
  height: 50px;
  background: var(--text-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: var(--transition-smooth);
}

.play-btn-circle svg {
  width: 18px;
  height: 18px;
  fill: var(--bg-black);
  margin-left: 2px;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 230, 223, 0.25);
}

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

.blog-card:hover .play-btn-circle {
  transform: scale(1.15);
  background: var(--accent-green);
  box-shadow: 0 0 20px rgba(0, 230, 223, 0.25);
}

/* Featured styles for middle card */
.blog-grid .blog-card.blog-featured {
  grid-column: 1;
}

@media (min-width: 768px) {
  .blog-grid .blog-card.blog-featured {
    grid-column: 2;
  }
  .blog-grid .blog-card.blog-featured .blog-card-img-wrapper {
    aspect-ratio: 649 / 314;
  }
  .blog-grid .blog-card.blog-featured .blog-card-title {
    font-size: 55px;
    font-weight: 700;
  }
  .blog-grid .blog-card.blog-featured .blog-card-desc {
    font-size: 30px;
    font-weight: 400;
    color: var(--text-white);
  }
}

/* BRAND STATEMENT / COPYRIGHT TRADEMARK */
.licensing-section {
  padding: 48px 0;
  background-color: #030406;
  text-align: center;
  border-top: 1px solid #080a0f;
}

.licensing-text {
  font-size: 12px;
  color: var(--text-gray);
  line-height: 1.6;
  font-weight: 600;
  font-style: italic;
  max-width: 896px;
  margin: 0 auto;
}

/* FOOTER */
.footer-section {
  background-color: var(--bg-footer);
  border-top: 1px solid var(--border-color);
  margin-top: auto;
}

.footer-top {
  padding: 64px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .footer-col-links {
    grid-column: span 3;
  }
  .footer-col-contact {
    grid-column: span 4;
  }
  .footer-col-newsletter {
    grid-column: span 5;
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-col {
    align-items: flex-start;
    text-align: left;
  }
}

.footer-col-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-green);
  margin-bottom: 24px;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 14px;
  color: var(--text-gray);
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--text-white);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--text-gray);
}

.contact-icon {
  color: var(--accent-green);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 448px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .footer-newsletter-form {
    flex-direction: row;
  }
}

.newsletter-input {
  flex-grow: 1;
  background-color: #0a1122;
  border: 1px solid #1f2937;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text-white);
  font-family: var(--font-inter);
  transition: border-color 0.2s ease;
}

.newsletter-input::placeholder {
  color: var(--text-gray);
}

.newsletter-input:focus {
  border-color: var(--accent-green);
}

.btn-newsletter {
  padding: 12px 24px;
  background-color: var(--accent-green);
  color: var(--bg-black);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.btn-newsletter:hover {
  background-color: var(--accent-green-hover);
}

.btn-newsletter:disabled {
  background-color: var(--text-white);
  color: var(--bg-black);
  cursor: not-allowed;
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-circle-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accent-green);
  color: var(--bg-black);
  font-size: 14px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-circle-link:hover {
  background-color: var(--accent-green-hover);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-gray);
  background-color: #000206;
}
