/* ================== FONT DECLARATIONS ================== */
@font-face {
  font-family: 'Grotesk';
  src: url('../Grotesk/HostGrotesk-Bold-BF65bb091c5ba6f.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Grotesk';
  src: url('../Grotesk/HostGrotesk-Medium-BF65bb091d2b74a.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Grotesk';
  src: url('../Grotesk/HostGrotesk-Regular-BF65bb091d50206.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse';
  src: url('../Suisse/Suisse_Intl_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse';
  src: url('../Suisse/Suisse_Intl_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse';
  src: url('../Suisse/Suisse_Intl_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* ================== RESET & GLOBAL ================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #0E0E0E;
  overflow-x: hidden;

  color: white;
}

/* ================== LENIS SMOOTH SCROLL ================== */
html.lenis,
html.lenis body {
  height: auto;
}

html.lenis body {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ================== HERO / VIDEO ================== */
/* ===== VIDEO SECTION ===== */
.video-section {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: visible;
  margin-bottom: clamp(60px, 12vh, 120px);
}

.fullscreen-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fullscreen-image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.fullscreen-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ===== HERO CONTENT ===== */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: clamp(20px, 4vw, 48px);
}

.hero-heading-wrapper {
  position: absolute;
  top: clamp(40px, 8vh, 64px);
  left: clamp(20px, 4vw, 48px);
  right: clamp(20px, 4vw, 48px);
  max-width: 90vw;
}

.hero-heading {
  font-weight: 500;
  font-size: clamp(32px, 8vw, 64px);
  line-height: 1.15;
  color: white;
  text-transform: capitalize;
  font-family: "Grotesk", sans-serif;
  word-wrap: break-word;
}

.hero-subheading {
  font-weight: 200;
  font-family: "suisse", sans-serif;
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  margin-top: clamp(16px, 3vh, 24px);
  max-width: 600px;
  line-height: 1.5;
}

#straight {
  width: calc(100vw - 96px);
  height: clamp(1px, 0.09vw, 2px);
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: clamp(24px, 4vh, 48px);
}

/* ===== BENEFITS ===== */
.benefits-wrapper {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vh, 14px);
  margin-top: clamp(16px, 3vh, 24px);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 14px);
  padding: clamp(10px, 2vh, 14px) clamp(12px, 2.5vw, 16px);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  font-family: "suisse", sans-serif;
  color: white;
}

.benefit-item i {
  font-size: clamp(18px, 3vw, 22px);
  background: white;
  color: #000;
  border-radius: 50%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(22px, 4vw, 26px);
  min-height: clamp(22px, 4vw, 26px);
  flex-shrink: 0;
}

.benefit-item p {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  width: calc(100vw - 96px);
  max-width: 100vw;
  background: transparent;
  border-radius: clamp(24px, 6vw, 100px);
  padding: clamp(12px, 2vw, 16px) clamp(16px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: clamp(16px, 3vh, 24px);
  flex-wrap: wrap;
}


/* ===== SOCIAL PROOF ===== */
.social-proof {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  background: rgba(255, 255, 255, 0.08);
padding:
  clamp(10px, 1.875vh, 15px)
  clamp(15px, 3.125vw, 25px)
  clamp(10px, 1.875vh, 15px)
  clamp(10px, 1.875vw, 15px);
  border-radius: 68px;
  backdrop-filter: blur(14px);
  flex-shrink: 1;
  min-width: 0;
}

.avatars-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.avatar {
  width: clamp(32px, 5vw, 48px);
  height: clamp(32px, 5vw, 48px);
  border-radius: 50%;
  overflow: hidden;
  margin-left: clamp(-10px, -1.5vw, -12px);
  transition: transform 0.3s ease, z-index 0.3s ease;
  position: relative;

  flex-shrink: 0;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar:hover {
  transform: translateY(-4px) scale(1.1);
  z-index: 10;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-proof-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  font-family: "suisse", sans-serif;
  min-width: 0;
  word-wrap: break-word;
}

/* ===== MENU BUTTON ===== */
.menu-button {
  position: absolute;
  top: clamp(24px, 4vh, 40px);
  right: clamp(20px, 3vw, 48px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  padding: 4px 4px 4px clamp(12px, 2vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 14px);
  cursor: pointer;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 40px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.menu-button:hover {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.02);
}

.menu-button:active {
  transform: scale(0.98);
}

.menu-text {
  font-weight: 500;
  font-size: clamp(13px, 1.6vw, 15px);
  color: white;
  font-family: "suisse", sans-serif;
  white-space: nowrap;
}

.icon-circle {
  width: clamp(32px, 3vw, 34px);
  height: clamp(32px, 3vw, 34px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-circle i {
  font-size: clamp(16px, 1.8vw, 20px);
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-button:hover .icon-circle {
  background: rgba(255, 255, 255, 0.9);
}

.menu-button:hover .icon-circle i {
  color: #000;
}

.menu-button.active .icon-circle {
  background: rgba(255, 255, 255, 0.25);
}

.menu-button.active .icon-circle i {
  transform: rotate(180deg);
  color: #ffffff;
}

.menu-button.active .icon-circle i::before {
  content: "\eb99";
}

/* ===== NAV MENU ===== */
.nav-menu {
  position: absolute;
  top: clamp(75px, 11vh, 95px);
  right: clamp(20px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99;
  max-width: calc(100% - clamp(40px, 6vw, 96px));
}

.nav-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 14px);
  width: 100%;
}

.nav-link {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  padding: 4px 4px 4px clamp(12px, 2vw, 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.5vw, 12px);
  color: white;
  font-weight: 500;
  font-size: clamp(13px, 1.6vw, 15px);
  opacity: 0;
  transform: translateY(-10px);
  width: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "suisse", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  min-height: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(0) scale(1.02);
}



.nav-link:hover .icon-circle {
  background: rgba(255, 255, 255, 0.9);
}

.nav-link:hover .icon-circle i {
  color: #000;
}
.nav-menu.active .nav-link:nth-child(1) { transition-delay: 0.05s; }
.nav-menu.active .nav-link:nth-child(2) { transition-delay: 0.1s; }
.nav-menu.active .nav-link:nth-child(3) { transition-delay: 0.15s; }
.nav-menu.active .nav-link:nth-child(4) { transition-delay: 0.2s; }
.nav-menu.active .nav-link:nth-child(5) { transition-delay: 0.25s; }
.nav-menu.active .nav-link:nth-child(6) { transition-delay: 0.3s; }
.nav-menu.active .nav-link {
  opacity: 1;
  transform: translateY(0);
}

/* FIXED ACTIVE LINK (overrides hover) */
.nav-link.active {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 1) !important;
  transform: scale(1.03) !important;
}

.nav-link.active span {
  color: #000 !important;
}

.nav-link.active .icon-circle {
  background: rgba(0, 0, 0, 0.85) !important;
}

.nav-link.active .icon-circle i {
  color: #fff !important;
}



/* ===== ELITE RESPONSIVE BREAKPOINTS ===== */

/* Large Desktop (1920px and above) - Ultra HD optimization */
@media (min-width: 1920px) {
  .hero-heading {
    font-size: 72px;
    line-height: 1.1;
  }
  
  .hero-subheading {
    font-size: 22px;
    max-width: 700px;
  }
  
  .benefits-wrapper {
    max-width: 750px;
  }
  
  .benefit-item {
    padding: 8px 10px;
    gap: 8px;
    border-radius: 30px;
  }
  
  .benefit-item i {
    min-width: 23px;
    min-height: 23px;
    font-size: 16px;
  }
  
  .benefit-item p {
    font-size: 13px;
    line-height: 1.45;
  }
  
  .cta-banner {
    width: calc(100vw - 38px);
    padding: 12px 14px;
    gap: 11px;
    border-radius: 20px;
    flex-direction: column;
  }
  
  .social-proof {
    width: 100%;
    justify-content: center;
    padding: 9px 13px;
    gap: 9px;
  }
  
  .avatar {
    width: 30px;
    height: 30px;
    margin-left: -8px;
  }
  
  .avatar:first-child {
    margin-left: 0;
  }
  
  .social-proof-text {
    font-size: 12px;
  }
  
  .menu-button {
    top: 18px;
    right: 14px;
    padding: 3px;
    min-height: 34px;
  }
  
  .menu-text {
    display: none;
  }
  
  .icon-circle {
    width: 28px;
    height: 28px;
  }
  
  .icon-circle i {
    font-size: 14px;
  }
  
  .nav-menu {
    top: 60px;
    right: 14px;
    max-width: calc(100% - 28px);
  }
  
  .nav-links {
    gap: 7px;
  }
  
  .nav-link {
    padding: 3px 3px 3px 10px;
    min-height: 34px;
    font-size: 12.5px;
  }
  
  #straight {
    width: calc(100vw - 38px);
    margin-top: 16px;
    height: 1px;
  }
}

/* Mobile Portrait Small (320px - 379px) - Compact phones */
@media (min-width: 320px) and (max-width: 379px) {
  .video-section {
    min-height: 600px;
    margin-bottom: 45px;
  }
  
  .hero-heading-wrapper {
    top: 108px;
    left: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }
  
  .hero-heading {
    font-size: clamp(24px, 9vw, 28px);
    line-height: 1.12;
  }
  
  .hero-subheading {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
  }
  
  .benefits-wrapper {
    gap: 6px;
    margin-top: 12px;
  }
  
  .benefit-item {
    padding: 7px 9px;
    gap: 7px;
    border-radius: 28px;
  }
  
  .benefit-item i {
    min-width: 22px;
    min-height: 22px;
    font-size: 15px;
  }
  
  .benefit-item p {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .cta-banner {
    width: calc(100vw - 34px);
    padding: 11px 12px;
    gap: 10px;
    border-radius: 18px;
    flex-direction: column;
  }
  
  .social-proof {
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
    gap: 8px;
  }
  
  .avatar {
    width: 28px;
    height: 28px;
    margin-left: -7px;
  }
  
  .avatar:first-child {
    margin-left: 0;
  }
  
  .social-proof-text {
    font-size: 11px;
  }
  
  .menu-button {
    top: 16px;
    right: 12px;
    padding: 3px;
    min-height: 32px;
  }
  
  .menu-text {
    display: none;
  }
  
  .icon-circle {
    width: 26px;
    height: 26px;
  }
  
  .icon-circle i {
    font-size: 13px;
  }
  
  .nav-menu {
    top: 56px;
    right: 12px;
    max-width: calc(100% - 24px);
  }
  
  .nav-links {
    gap: 6px;
  }
  
  .nav-link {
    padding: 3px 3px 3px 9px;
    min-height: 32px;
    font-size: 12px;
  }
  
  #straight {
    width: calc(100vw - 34px);
    margin-top: 14px;
    height: 1px;
  }
}

/* Extra Small Devices (below 320px) - Safety fallback */
@media (max-width: 319px) {
  .video-section {
    min-height: 620px;
  }
  
  .hero-heading {
    font-size: 22px;
    line-height: 1.15;
  }
  
  .hero-subheading {
    font-size: 12px;
  }
  
  .benefit-item {
    padding: 6px 8px;
    gap: 6px;
  }
  
  .benefit-item p {
    font-size: 11px;
  }
  
  .social-proof-text {
    font-size: 10px;
  }
  
  .menu-button {
    min-height: 30px;
  }
  
  .icon-circle {
    width: 24px;
    height: 24px;
  }
}

/* Landscape Orientation Optimizations */
@media (max-height: 600px) and (orientation: landscape) {
  .video-section {
    min-height: 100vh;
  }
  
  .hero-heading-wrapper {
    top: 96px;
  }
  
  .hero-heading {
    font-size: clamp(24px, 6vh, 36px);
  }
  
  .hero-subheading {
    margin-top: 10px;
    font-size: 14px;
  }
  
  .benefits-wrapper {
    gap: 6px;
    margin-top: 12px;
  }
  
  .benefit-item {
    padding: 7px 10px;
  }
  
  .cta-banner {
    margin-top: 12px;
    padding: 10px 14px;
  }
  
  .menu-button {
    top: 16px;
  }
  
  .nav-menu {
    top: 54px;
  }
  
  #straight {
    margin-top: 16px;
  }
}

/* Short Landscape (below 500px height) - Very compact landscape phones */
@media (max-height: 500px) and (orientation: landscape) {
  .video-section {
    min-height: 100vh;
  }
  
  .hero-heading-wrapper {
    top: 108px;
  }
  
  .hero-heading {
    font-size: clamp(20px, 5vh, 28px);
    line-height: 1.1;
  }
  
  .hero-subheading {
    margin-top: 8px;
    font-size: 13px;
  }
  
  .benefits-wrapper {
    gap: 5px;
    margin-top: 10px;
  }
  
  .benefit-item {
    padding: 6px 9px;
    gap: 7px;
  }
  
  .benefit-item i {
    min-width: 20px;
    min-height: 20px;
  }
  
  .benefit-item p {
    font-size: 12px;
  }
  
  .cta-banner {
    margin-top: 10px;
    padding: 8px 12px;
    gap: 8px;
  }
  
  .menu-button {
    top: 12px;
    min-height: 32px;
  }
  
  .nav-menu {
    top: 50px;
  }
  
  #straight {
    margin-top: 12px;
  }
}

/* High DPI Displays (Retina optimization) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fullscreen-image-container img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
  .benefit-item,
  .social-proof,
  .menu-button,
  .nav-link {
    border-width: 0.5px;
  }
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .menu-button,
  .nav-link,
  .icon-circle,
  .icon-circle i,
  .avatar {
    transition: none;
  }
  
  .nav-link {
    transform: none !important;
  }
  
  .menu-button.active .icon-circle i {
    transition: none;
  }
}
  
  #straight {
    width: calc(100vw - 120px);
  }


/* Desktop (1440px - 1919px) - Standard large screens */
@media (min-width: 1440px) and (max-width: 1919px) {
  .hero-heading {
    font-size: clamp(56px, 4vw, 68px);
  }
  
  .hero-subheading {
    font-size: 20px;
    max-width: 650px;
  }
  
  .benefits-wrapper {
    max-width: 700px;
  }
  
  #straight {
    width: calc(100vw - 100px);
  }
}

/* Laptop Large (1200px - 1439px) - Standard laptops */
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-heading-wrapper {
    top: clamp(48px, 7vh, 60px);
    left: clamp(32px, 4vw, 48px);
    right: clamp(32px, 4vw, 48px);
  }
  
  .hero-heading {
    font-size: clamp(48px, 5vw, 60px);
  }
  
  .hero-subheading {
    font-size: 19px;
    max-width: 580px;
  }
  
  .benefits-wrapper {
    max-width: 620px;
    gap: 12px;
  }
  
  .cta-banner {
    width: calc(100vw - 80px);
    padding: 14px 28px;
  }
  
  #straight {
    width: calc(100vw - 80px);
  }
}

/* Laptop Medium (1024px - 1199px) - Smaller laptops */
@media (min-width: 1024px) and (max-width: 1199px) {
  .video-section {
    min-height: 550px;
  }
  
  .hero-heading-wrapper {
    top: clamp(40px, 6vh, 56px);
    left: clamp(28px, 3.5vw, 40px);
    right: clamp(28px, 3.5vw, 40px);
    max-width: 88vw;
  }
  
  .hero-heading {
    font-size: clamp(42px, 5.5vw, 54px);
    line-height: 1.12;
  }
  
  .hero-subheading {
    font-size: 18px;
    max-width: 520px;
    margin-top: 18px;
  }
  
  .benefits-wrapper {
    max-width: 560px;
    gap: 11px;
    margin-top: 20px;
  }
  
  .benefit-item {
    padding: 11px 14px;
    gap: 12px;
  }
  
  .benefit-item i {
    min-width: 24px;
    min-height: 24px;
    font-size: 20px;
  }
  
  .benefit-item p {
    font-size: 15px;
  }
  
  .cta-banner {
    width: calc(100vw - 70px);
    padding: 13px 24px;
    gap: 32px;
  }
  
  .menu-button {
    top: clamp(32px, 5vh, 44px);
    right: clamp(28px, 3.5vw, 40px);
  }
  
  .nav-menu {
    top: clamp(84px, 10vh, 94px);
    right: clamp(28px, 3.5vw, 40px);
  }
  
  #straight {
    width: calc(100vw - 70px);
    margin-top: 32px;
  }
}

/* Tablet Large Landscape (900px - 1023px) - iPad Pro landscape */
@media (min-width: 900px) and (max-width: 1023px) {
  .video-section {
    min-height: 520px;
    margin-bottom: 80px;
  }
  
  .hero-heading-wrapper {
    top: 76px;
    left: 24px;
    right: 24px;
    max-width: 85vw;
  }
  
  .hero-heading {
    font-size: clamp(38px, 6vw, 48px);
    line-height: 1.1;
  }
  
  .hero-subheading {
    font-size: 17px;
    max-width: 480px;
    margin-top: 16px;
  }
  
  .benefits-wrapper {
    max-width: 520px;
    gap: 10px;
    margin-top: 18px;
  }
  
  .benefit-item {
    padding: 10px 13px;
    gap: 11px;
  }
  
  .benefit-item p {
    font-size: 14.5px;
  }
  
  .cta-banner {
    width: calc(100vw - 60px);
    padding: 12px 20px;
    gap: 28px;
    border-radius: 32px;
  }
  
  .social-proof {
    padding: 11px 22px 11px 13px;
  }
  
  .menu-button {
    top: 28px;
    right: 24px;
  }
  
  .nav-menu {
    top: 78px;
    right: 24px;
  }
  
  #straight {
    width: calc(100vw - 60px);
    margin-top: 28px;
  }
}

/* Tablet Portrait & iPad (768px - 899px) - Standard tablets */
@media (min-width: 768px) and (max-width: 899px) {
  .video-section {
    min-height: 500px;
    margin-bottom: 70px;
  }
  
  .hero-heading-wrapper {
    top: 92px;
    left: 20px;
    right: 20px;
    max-width: calc(100vw - 40px);
  }
  
  .hero-heading {
    font-size: clamp(34px, 6.5vw, 44px);
    line-height: 1.08;
  }
  
  .hero-subheading {
    font-size: 16px;
    max-width: 450px;
    margin-top: 14px;
  }
  
  .benefits-wrapper {
    max-width: 100%;
    gap: 9px;
    margin-top: 16px;
  }
  
  .benefit-item {
    padding: 9px 12px;
    gap: 10px;
    border-radius: 40px;
  }
  
  .benefit-item i {
    min-width: 23px;
    min-height: 23px;
    font-size: 18px;
  }
  
  .benefit-item p {
    font-size: 14px;
  }
  
  .cta-banner {
    width: calc(100vw - 50px);
    padding: 14px 18px;
    gap: 16px;
    border-radius: 28px;
    flex-direction: column;
    align-items: stretch;
  }
  
  .social-proof {
    width: 100%;
    justify-content: center;
    padding: 10px 18px;
  }
  
  .menu-button {
    top: 24px;
    right: 20px;
    padding: 4px 4px 4px 14px;
  }
  
  .menu-text {
    font-size: 14px;
  }
  
  .nav-menu {
    top: 72px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
  
  .nav-links {
    gap: 10px;
  }
  
  #straight {
    width: calc(100vw - 50px);
    margin-top: 24px;
  }
}

/* Mobile Landscape Large (640px - 767px) - Large phones landscape */
@media (min-width: 640px) and (max-width: 767px) {
  .video-section {
    min-height: 480px;
    margin-bottom: 60px;
  }
  
  .hero-heading-wrapper {
    top: 88px;
    left: 18px;
    right: 18px;
    max-width: calc(100vw - 36px);
  }
  
  .hero-heading {
    font-size: clamp(30px, 7vw, 38px);
    line-height: 1.05;
  }
  
  .hero-subheading {
    font-size: 15px;
    max-width: 420px;
    margin-top: 12px;
    line-height: 1.45;
  }
  
  .benefits-wrapper {
    gap: 8px;
    margin-top: 14px;
  }
  
  .benefit-item {
    padding: 8px 11px;
    gap: 9px;
    border-radius: 36px;
  }
  
  .benefit-item i {
    min-width: 22px;
    min-height: 22px;
    font-size: 17px;
  }
  
  .benefit-item p {
    font-size: 13.5px;
  }
  
  .cta-banner {
    width: calc(100vw - 46px);
    padding: 12px 16px;
    gap: 14px;
    border-radius: 24px;
    flex-direction: column;
  }
  
  .social-proof {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 9px 16px;
    gap: 12px;
  }
  
  .avatars-group {
    justify-content: center;
  }
  
  .avatar {
    width: 34px;
    height: 34px;
    margin-left: -9px;
  }
  
  .avatar:first-child {
    margin-left: 0;
  }
  
  .social-proof-text {
    font-size: 13px;
    text-align: center;
  }
  
  .menu-button {
    top: 22px;
    right: 18px;
    padding: 4px 4px 4px 12px;
    min-height: 38px;
  }
  
  .menu-text {
    font-size: 13.5px;
  }
  
  .icon-circle {
    width: 30px;
    height: 30px;
  }
  
  .icon-circle i {
    font-size: 16px;
  }
  
  .nav-menu {
    top: 68px;
    right: 18px;
    max-width: calc(100% - 36px);
  }
  
  .nav-links {
    gap: 9px;
  }
  
  .nav-link {
    padding: 4px 4px 4px 12px;
    min-height: 38px;
    font-size: 13.5px;
  }
  
  #straight {
    width: calc(100vw - 46px);
    margin-top: 20px;
  }
}

/* Mobile Portrait Large (480px - 639px) - Large phones */
@media (min-width: 480px) and (max-width: 639px) {
  .video-section {
    min-height: 560px;
    margin-bottom: 55px;
  }
  
  .hero-heading-wrapper {
    top: 84px;
    left: 16px;
    right: 16px;
    max-width: calc(100vw - 32px);
  }
  
  .hero-heading {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
  }
  
  .hero-subheading {
    font-size: 14.5px;
    max-width: 100%;
    margin-top: 12px;
    line-height: 1.5;
  }
  
  .benefits-wrapper {
    gap: 8px;
    margin-top: 14px;
  }
  
  .benefit-item {
    padding: 9px 11px;
    gap: 9px;
    border-radius: 32px;
  }
  
  .benefit-item i {
    min-width: 24px;
    min-height: 24px;
    font-size: 17px;
  }
  
  .benefit-item p {
    font-size: 13.5px;
    line-height: 1.45;
  }
  
  .cta-banner {
    width: calc(100vw - 42px);
    padding: 13px 15px;
    gap: 12px;
    border-radius: 22px;
    flex-direction: column;
  }
  
  .social-proof {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    gap: 10px;
  }
  
  .avatar {
    width: 32px;
    height: 32px;
    margin-left: -8px;
  }
  
  .avatar:first-child {
    margin-left: 0;
  }
  
  .social-proof-text {
    font-size: 12.5px;
  }
  
  .menu-button {
    top: 20px;
    right: 16px;
    padding: 4px 4px 4px 10px;
    min-height: 36px;
  }
  
  .menu-text {
    font-size: 13px;
  }
  
  .icon-circle {
    width: 28px;
    height: 28px;
  }
  
  .icon-circle i {
    font-size: 15px;
  }
  
  .nav-menu {
    top: 64px;
    right: 16px;
    max-width: calc(100% - 32px);
  }
  
  .nav-links {
    gap: 8px;
  }
  
  .nav-link {
    padding: 4px 4px 4px 11px;
    min-height: 36px;
    font-size: 13px;
  }
  
  #straight {
    width: calc(100vw - 42px);
    margin-top: 18px;
    height: 1px;
  }
}

@media (min-width: 380px) and (max-width: 479px) {
  .video-section {
    min-height: 580px;
    margin-bottom: 50px;
  }

  .hero-heading-wrapper {
    top: 108px;
    left: 14px;
    right: 14px;
    max-width: calc(100vw - 28px);
  }

  .hero-heading {
    font-size: clamp(26px, 8.5vw, 32px);
    line-height: 1.1;
  }

  .hero-subheading {
    font-size: 14px;
    margin-top: 11px;
    line-height: 1.5;
  }

  .benefits-wrapper {
    gap: 7px;
    margin-top: 13px;
  }

  .benefit-item {
    padding: 8px 10px;
    gap: 8px;
    border-radius: 30px;
  }

  .benefit-item i {
    min-width: 22px;
    min-height: 22px;
    font-size: 16px;
  }

  .benefit-item p {
    font-size: 13px;
    line-height: 1.45;
  }

  .cta-banner {
    width: calc(100vw - 38px);
    padding: 12px 14px;
    gap: 10px;
    border-radius: 20px;
    flex-direction: column;
  }

  .social-proof {
    width: 100%;
    justify-content: center;
    padding: 9px 13px;
    gap: 9px;
  }

  .avatar {
    width: 30px;
    height: 30px;
    margin-left: -8px;
  }

  .avatar:first-child {
    margin-left: 0;
  }

  .social-proof-text {
    font-size: 12px;
    text-align: center;
  }

  .menu-button {
    top: 18px;
    right: 14px;
    padding: 3px;
    min-height: 34px;
  }

  .menu-text {
    font-size: 12.5px;
    padding-left: 4px;

  }

  .icon-circle {
    width: 28px;
    height: 28px;
  }

  .icon-circle i {
    font-size: 14px;
  }

  .nav-menu {
    top: 60px;
    right: 14px;
    max-width: calc(100% - 28px);
  }

  .nav-links {
    gap: 7px;
  }

  .nav-link {
    padding: 3px 3px 3px 10px;
    min-height: 34px;
    font-size: 12.5px;
  }

  #straight {
    width: calc(100vw - 38px);
    margin-top: 16px;
    height: 1px;
  }
}

#comingsoon {
  width: min(92vw, 1400px);
  height: clamp(200px, 24vh, 400px);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.02);
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: clamp(1rem, 2vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#comingsoon h1 {
  font-family: "Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
}

/* Small mobile devices */
@media (max-width: 480px) {
  #comingsoon {
    width: 90vw;
    min-height: 180px;
    border-radius: 1rem;
  }
  
  #comingsoon h1 {
    font-size: 1.5rem;
  }
}

/* Tablets and medium screens */
@media (min-width: 481px) and (max-width: 1024px) {
  #comingsoon {
    width: 92vw;
    height: clamp(220px, 24vh, 350px);
  }
  
  #comingsoon h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
  }
}

/* Large screens */
@media (min-width: 1025px) {
  #comingsoon {
    width: min(90vw, 1400px);
    height: clamp(250px, 24vh, 400px);
  }
  
  #comingsoon h1 {
    font-size: 2.5rem;
  }
}

/* Extra large screens */
@media (min-width: 1920px) {
  #comingsoon {
    max-width: 1600px;
  }
}

/* ============================
   POKÉMON SECTION VISIBILITY FIX
   ============================ */
/* ===========================================
   SECTION WRAPPER
=========================================== */


/* ===========================================
   CATEGORY FILTERS
=========================================== */
/* ===========================================
   CATEGORY FILTERS — MAIN WRAPPER
=========================================== */
.category-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;                 /* allows wrapping on smaller screens */
  margin: 0px auto 50px auto;     /* ensures perfect centering */
  width: 90%;
  max-width: 1200px;
}

/* ===========================================
   FILTER BUTTONS
=========================================== */
.category-filters button {
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  font-family: "suisse";
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;              /* prevents text breaking in weird places */
}

.category-filters button:hover {
  background: rgba(255,255,255,0.18);
}

.category-filters button.active {
  background: #ffffff;
  color: #0E0E0E;
  border-color: #ffffff;
}

/* ===========================================
   RESPONSIVENESS
=========================================== */

/* ---------- Tablets (≤1000px) ---------- */
@media (max-width: 1000px) {
  .category-filters {
    gap: 12px;
  }

  .category-filters button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ---------- Small Tablets (≤768px) ---------- */
@media (max-width: 768px) {
  .category-filters {
    gap: 10px;
  }

  .category-filters button {
    padding: 9px 18px;
    font-size: 13.5px;
  }
}

/* ---------- Large Mobiles (≤600px) ---------- */
@media (max-width: 600px) {
  .category-filters {
    width: 95%;
    gap: 10px;
  }

  .category-filters button {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* ---------- Mobile Portrait (≤480px) ---------- */
@media (max-width: 480px) {
  .category-filters {
    flex-wrap: wrap;
    gap: 8px;
  }

  .category-filters button {
    padding: 8px 14px;
    border-radius: 24px;
    font-size: 12.5px;
  }
}

/* ---------- Extra Small Mobile (≤360px) ---------- */
@media (max-width: 360px) {
  .category-filters button {
    font-size: 12px;
    padding: 7px 12px;
  }
}


/* ===========================================
   BLOG HEADER (TITLE + SUBTITLE)
=========================================== */
/* ===========================================
   BLOG SECTION WRAPPER
=========================================== */
.blog-section {
  width: 100%;
  padding: 0;
  background: #0E0E0E;
  position: relative;
  z-index: 10;
}

/* ===========================================
   BLOG HEADER — CENTERED
=========================================== */
.blogsheader {
  width: 88vw;
  height: auto;
  max-width: 1300px;
  margin: 8vh auto 2vh auto; /* perfect centering */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogsheader p {
  font-family: "suisse";
  font-size: 18px;
  color: #ffffff;
}

.blogsheader h2 {
  font-family: "grotesk";
  font-size: 42px;
  color: #ffffff;
  text-align: end;
}

/* ===========================================
   BLOG GRID — EXACT 2 PER ROW
=========================================== */
#blog-list {
  width: 88vw;
  max-width: 1300px;
  margin: 0 auto; /* center grid */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* ===========================================
   BLOG CARD
=========================================== */
.blog-card {
  position: relative;
  height: 600px;
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(0,0,0,0.45);
}

/* IMAGE */
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(1.02);
  transition: .4s ease;
}

.blog-card:hover img {
  transform: scale(1.06);
}

/* GRADIENT OVERLAY */
.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 35%,
    rgba(0,0,0,0.85) 100%
  );
  z-index: 2;
}

/* CATEGORY TAG */
.blog-category {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 300;
  font-family: "suisse";

  border-radius: 20px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  color: white;
}

/* TITLE */
.blog-title {
  position: absolute;
  bottom: 70px;
  left: 20px;
  right: 20px;
  z-index: 3;
  font-family: "grotesk";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}

/* READ MORE */
.blog-readmore {
  position: absolute;
  bottom: 22px;
  left: 20px;
  z-index: 3;
  padding: 8px 16px;

  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 30px;
  font-family: "suisse";
  font-size: 14px;
  font-weight: 600;
  color: white;

  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: .3s ease;
}

.blog-readmore:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
}

/* ===========================================
   RESPONSIVENESS
=========================================== */

/* ---------- Large Laptop (≤1400px) ---------- */
@media (max-width: 1400px) {
  .blog-card {
    height: 560px;
  }
}

/* ---------- Laptop (≤1200px) ---------- */
@media (max-width: 1200px) {
  .blog-card {
    height: 520px;
  }
}

/* ---------- Tablet Landscape (≤1024px) ---------- */
@media (max-width: 1024px) {
  #blog-list {
    gap: 32px;
  }
  .blog-card {
    height: 500px;
  }
}

/* ---------- Tablet Portrait (≤850px) ---------- */
@media (max-width: 850px) {
  .blogsheader {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .blogsheader h2 {
    font-size: 36px;
    text-align: center;
  }
}

/* ---------- Mobile (≤700px) — Switch to 1 per row ---------- */
@media (max-width: 700px) {
  #blog-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-card {
    height: 480px;
  }
}

/* ---------- Mobile (≤550px) ---------- */
@media (max-width: 550px) {
  .blog-title {
    font-size: 18px;
    bottom: 65px;
  }

  .blog-readmore {
    font-size: 13px;
    padding: 7px 14px;
  }
}

/* ---------- Small Mobile (≤430px) ---------- */
@media (max-width: 430px) {
  .blog-card {
    height: 420px;
  }
  .blog-title {
    font-size: 17px;
  }
}

/* ---------- Extra Small (≤360px) ---------- */
@media (max-width: 360px) {
  .blog-card {
    height: 380px;
  }
  .blog-title {
    font-size: 15px;
  }
}
/* ===========================================
   BLOG SECTION WRAPPER
=========================================== */



/* ===============================
   FEATURED SECTION WRAPPER
================================*/
/* ============================================
   FEATURED SECTION WRAPPER
============================================ */
/* =========================================================
   FEATURED SECTION (CONTAINER)
========================================================= */
.featured-section {
  border-radius: 38px;
  padding: 32px;
  margin: 60px auto;
  width: 92%;
  color: white;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);

  position: relative;
  max-width: 1500px;
}



/* =========================================================
   HEADER AREA
========================================================= */
.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 6vh;
  padding-inline: 6vh;
  gap: 24px;
}

.featured-header h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  font-family: "Grotesk";
}

.featured-header p {
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 400;
  font-family: "suisse";
  color: rgba(255,255,255,0.6);
  max-width: 500px;
}



/* =========================================================
   SLIDER WRAPPER
========================================================= */
.featured-slider {
  position: relative;
  width: 100%;
  height: clamp(300px, 55vw, 450px);
  border-radius: 26px;
  overflow: hidden;
}



/* =========================================================
   INDIVIDUAL SLIDE
========================================================= */
.featured-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  transition: opacity .5s ease-in-out;
  border-radius: 26px;
}

.featured-slide.active {
  opacity: 1;
}

.featured-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.featured-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 20%,
    rgba(0,0,0,0.85) 95%
  );
  z-index: 1;
}



/* =========================================================
   TEXT CONTENT OVERLAY
========================================================= */
.featured-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;

  z-index: 2;
  font-family: "suisse";
}

/* Category Badge */
.featured-category {
  display: inline-block;
  padding: 8px 20px;

  font-size: clamp(12px, 1.2vw, 14px);
  border-radius: 25px;

  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);

  margin-bottom: 16px;
  color: #fff;
}

/* Title */
.featured-title {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;

  max-width: 75%;
  font-family: "Grotesk";
}

/* Excerpt */
.featured-excerpt {
  font-size: clamp(14px, 1.4vw, 16px);
  color: rgba(255,255,255,0.85);

  max-width: 70%;
  margin-bottom: 22px;
}

/* CTA Button */
.featured-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #ffffff;
  color: #000;
  padding: 10px 22px;

  border-radius: 30px;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
  font-family: "suisse";

  cursor: pointer;
  transition: background .25s ease;

  z-index: 3;
}

.featured-readmore:hover {
  background: #e6e6e6;
}



/* =========================================================
   SLIDER CONTROLS
========================================================= */
.featured-controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 14px;
  z-index: 5;
}

.arrow-btn {
  width: clamp(40px, 4vw, 56px);
  height: clamp(40px, 4vw, 56px);

  border-radius: 12%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);

  color: white;
  font-size: clamp(18px, 2vw, 22px);
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;

  backdrop-filter: blur(6px);
  transition: background .25s ease, border .25s ease;
}

.arrow-btn:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
}



/* =========================================================
   ELITE RESPONSIVE BREAKPOINTS
========================================================= */

/* Large Desktop (1920px and above) - Ultra HD optimization */
@media (min-width: 1920px) {
  .featured-section {
    padding: 48px;
    margin: 80px auto;
    border-radius: 44px;
  }
  
  .featured-header {
    margin-bottom: 7vh;
    padding-inline: 8vh;
    gap: 32px;
  }
  
  .featured-header h2 {
    font-size: 52px;
  }
  
  .featured-header p {
    font-size: 20px;
    max-width: 600px;
  }
  
  .featured-slider {
    height: 480px;
    border-radius: 30px;
  }
  
  .featured-content {
    bottom: 48px;
    left: 48px;
    right: 48px;
  }
  
  .featured-category {
    padding: 10px 24px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .featured-title {
    font-size: 42px;
    margin-bottom: 16px;
  }
  
  .featured-excerpt {
    font-size: 18px;
    margin-bottom: 26px;
  }
  
  .featured-readmore {
    padding: 12px 26px;
    font-size: 19px;
    gap: 10px;
  }
  
  .featured-controls {
    bottom: 30px;
    right: 30px;
    gap: 16px;
  }
  
  .arrow-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

/* Desktop (1440px - 1919px) - Standard large screens */
@media (min-width: 1440px) and (max-width: 1919px) {
  .featured-section {
    padding: 40px;
    margin: 70px auto;
    border-radius: 40px;
  }
  
  .featured-header {
    margin-bottom: 6.5vh;
    padding-inline: 7vh;
  }
  
  .featured-header h2 {
    font-size: 46px;
  }
  
  .featured-header p {
    font-size: 19px;
    max-width: 550px;
  }
  
  .featured-slider {
    height: 460px;
    border-radius: 28px;
  }
  
  .featured-content {
    bottom: 44px;
    left: 44px;
    right: 44px;
  }
  
  .featured-category {
    padding: 9px 22px;
    font-size: 14.5px;
    margin-bottom: 18px;
  }
  
  .featured-title {
    font-size: 38px;
    margin-bottom: 14px;
  }
  
  .featured-excerpt {
    font-size: 17px;
    margin-bottom: 24px;
  }
  
  .featured-readmore {
    padding: 11px 24px;
    font-size: 18px;
  }
  
  .featured-controls {
    bottom: 28px;
    right: 28px;
    gap: 15px;
  }
  
  .arrow-btn {
    width: 56px;
    height: 56px;
    font-size: 23px;
  }
}

/* Laptop Large (1200px - 1439px) - Standard laptops */
@media (min-width: 1200px) and (max-width: 1439px) {
  .featured-section {
    padding: 36px;
    margin: 65px auto;
    width: 93%;
  }
  
  .featured-header {
    margin-bottom: 5.5vh;
    padding-inline: 5vh;
    gap: 28px;
  }
  
  .featured-header h2 {
    font-size: 42px;
  }
  
  .featured-header p {
    font-size: 18px;
    max-width: 520px;
  }
  
  .featured-slider {
    height: 420px;
  }
  
  .featured-content {
    bottom: 42px;
    left: 42px;
    right: 42px;
  }
  
  .featured-category {
    padding: 9px 20px;
    font-size: 14px;
  }
  
  .featured-title {
    font-size: 34px;
    margin-bottom: 13px;
    max-width: 80%;
  }
  
  .featured-excerpt {
    font-size: 16px;
    max-width: 75%;
    margin-bottom: 22px;
  }
  
  .featured-readmore {
    padding: 10px 22px;
    font-size: 17px;
  }
  
  .featured-controls {
    bottom: 26px;
    right: 26px;
  }
  
  .arrow-btn {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }
}

/* Laptop Medium (1024px - 1199px) - Smaller laptops */
@media (min-width: 1024px) and (max-width: 1199px) {
  .featured-section {
    padding: 32px;
    margin: 60px auto;
    width: 94%;
  }
  
  .featured-header {
    margin-bottom: 5vh;
    padding-inline: 4vh;
    gap: 24px;
  }
  
  .featured-header h2 {
    font-size: 38px;
  }
  
  .featured-header p {
    font-size: 17px;
    max-width: 480px;
  }
  
  .featured-slider {
    height: 400px;
  }
  
  .featured-content {
    bottom: 38px;
    left: 38px;
    right: 38px;
  }
  
  .featured-category {
    padding: 8px 18px;
    font-size: 13.5px;
    margin-bottom: 14px;
  }
  
  .featured-title {
    font-size: 30px;
    margin-bottom: 12px;
    max-width: 80%;
  }
  
  .featured-excerpt {
    font-size: 15.5px;
    max-width: 75%;
    margin-bottom: 20px;
  }
  
  .featured-readmore {
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .featured-controls {
    bottom: 24px;
    right: 24px;
    gap: 13px;
  }
  
  .arrow-btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

/* Tablet Landscape (900px - 1023px) - iPad Pro landscape */
@media (min-width: 900px) and (max-width: 1023px) {
  .featured-section {
    padding: 30px;
    margin: 55px auto;
    width: 94%;
    border-radius: 34px;
  }
  
  .featured-header {
    margin-bottom: 4.5vh;
    padding-inline: 3vh;
    gap: 20px;
  }
  
  .featured-header h2 {
    font-size: 36px;
  }
  
  .featured-header p {
    font-size: 16.5px;
    max-width: 460px;
  }
  
  .featured-slider {
    height: 380px;
    border-radius: 24px;
  }
  
  .featured-content {
    bottom: 36px;
    left: 36px;
    right: 36px;
  }
  
  .featured-category {
    padding: 8px 18px;
    font-size: 13px;
    margin-bottom: 14px;
  }
  
  .featured-title {
    font-size: 28px;
    margin-bottom: 11px;
    max-width: 85%;
  }
  
  .featured-excerpt {
    font-size: 15px;
    max-width: 80%;
    margin-bottom: 18px;
  }
  
  .featured-readmore {
    padding: 9px 19px;
    font-size: 15.5px;
  }
  
  .featured-controls {
    bottom: 22px;
    right: 22px;
    gap: 12px;
  }
  
  .arrow-btn {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}

/* Tablet Portrait (768px - 899px) - Standard tablets */
@media (min-width: 768px) and (max-width: 899px) {
  .featured-section {
    padding: 28px;
    margin: 50px auto;
    width: 95%;
    border-radius: 32px;
  }
  
  .featured-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 4vh;
    padding-inline: 2vh;
    gap: 16px;
  }
  
  .featured-header h2 {
    font-size: 34px;
  }
  
  .featured-header p {
    font-size: 16px;
    max-width: 100%;
  }
  
  .featured-slider {
    height: 360px;
    border-radius: 22px;
  }
  
  .featured-content {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
  
  .featured-category {
    padding: 7px 16px;
    font-size: 12.5px;
    margin-bottom: 12px;
  }
  
  .featured-title {
    font-size: 26px;
    margin-bottom: 10px;
    max-width: 90%;
  }
  
  .featured-excerpt {
    font-size: 14.5px;
    max-width: 85%;
    margin-bottom: 16px;
  }
  
  .featured-readmore {
    padding: 9px 18px;
    font-size: 15px;
  }
  
  .featured-controls {
    bottom: 20px;
    right: 20px;
    gap: 11px;
  }
  
  .arrow-btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* Mobile Landscape (640px - 767px) - Large phones landscape */
@media (min-width: 640px) and (max-width: 767px) {
  .featured-section {
    padding: 24px;
    margin: 45px auto;
    width: 95%;
    border-radius: 28px;
  }
  
  .featured-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 3.5vh;
    padding-inline: 1vh;
    gap: 14px;
  }
  
  .featured-header h2 {
    font-size: 32px;
  }
  
  .featured-header p {
    font-size: 15px;
    max-width: 100%;
  }
  
  .featured-slider {
    height: 340px;
    border-radius: 20px;
  }
  
  .featured-content {
    bottom: 28px;
    left: 28px;
    right: 28px;
  }
  
  .featured-category {
    padding: 7px 15px;
    font-size: 12px;
    margin-bottom: 11px;
  }
  
  .featured-title {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 95%;
  }
  
  .featured-excerpt {
    font-size: 14px;
    max-width: 90%;
    margin-bottom: 15px;
  }
  
  .featured-readmore {
    padding: 8px 17px;
    font-size: 14.5px;
    gap: 6px;
  }
  
  .featured-controls {
    bottom: 18px;
    right: 18px;
    gap: 10px;
  }
  
  .arrow-btn {
    width: 42px;
    height: 42px;
    font-size: 17px;
    border-radius: 10px;
  }
}

/* Mobile Portrait Large (480px - 639px) - Large phones */
@media (min-width: 480px) and (max-width: 639px) {
  .featured-section {
    padding: 22px;
    margin: 40px auto;
    width: 96%;
    border-radius: 26px;
  }
  
  .featured-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 3vh;
    padding-inline: 0;
    gap: 12px;
  }
  
  .featured-header h2 {
    font-size: 30px;
  }
  
  .featured-header p {
    font-size: 14.5px;
    max-width: 100%;
  }
  
  .featured-slider {
    height: 320px;
    border-radius: 18px;
  }
  
  .featured-content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  
  .featured-category {
    padding: 6px 14px;
    font-size: 11.5px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  
  .featured-title {
    font-size: 22px;
    margin-bottom: 9px;
    max-width: 100%;
    line-height: 1.25;
  }
  
  .featured-excerpt {
    font-size: 13.5px;
    max-width: 95%;
    margin-bottom: 14px;
    line-height: 1.45;
  }
  
  .featured-readmore {
    padding: 8px 16px;
    font-size: 14px;
    gap: 6px;
    border-radius: 25px;
  }
  
  .featured-controls {
    bottom: 16px;
    right: 16px;
    gap: 9px;
  }
  
  .arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
  }
}

/* Mobile Portrait Medium (380px - 479px) - Standard phones */
@media (min-width: 380px) and (max-width: 479px) {
  .featured-section {
    padding: 20px;
    margin: 35px auto;
    width: 96%;
    border-radius: 24px;
  }
  
  .featured-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 2.5vh;
    padding-inline: 0;
    gap: 10px;
  }
  
  .featured-header h2 {
    font-size: 28px;
  }
  
  .featured-header p {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.5;
  }
  
  .featured-slider {
    height: 300px;
    border-radius: 16px;
  }
  
  .featured-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  
  .featured-category {
    padding: 6px 13px;
    font-size: 11px;
    margin-bottom: 9px;
    border-radius: 18px;
  }
  
  .featured-title {
    font-size: 20px;
    margin-bottom: 8px;
    max-width: 100%;
    line-height: 1.25;
  }
  
  .featured-excerpt {
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 13px;
    line-height: 1.45;
  }
  
  .featured-readmore {
    padding: 7px 15px;
    font-size: 13.5px;
    gap: 5px;
    border-radius: 22px;
  }
  
  .featured-controls {
    bottom: 14px;
    right: 14px;
    gap: 8px;
  }
  
  .arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 15px;
    border-radius: 9px;
  }
}

/* Mobile Portrait Small (320px - 379px) - Compact phones */
@media (min-width: 320px) and (max-width: 379px) {
  .featured-section {
    padding: 18px;
    margin: 30px auto;
    width: 97%;
    border-radius: 22px;
  }
  
  .featured-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 2vh;
    padding-inline: 0;
    gap: 8px;
  }
  
  .featured-header h2 {
    font-size: 26px;
  }
  
  .featured-header p {
    font-size: 13px;
    max-width: 100%;
    line-height: 1.5;
  }
  
  .featured-slider {
    height: 280px;
    border-radius: 14px;
  }
  
  .featured-content {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }
  
  .featured-category {
    padding: 5px 12px;
    font-size: 10.5px;
    margin-bottom: 8px;
    border-radius: 16px;
  }
  
  .featured-title {
    font-size: 18px;
    margin-bottom: 7px;
    max-width: 100%;
    line-height: 1.3;
  }
  
  .featured-excerpt {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 12px;
    line-height: 1.45;
  }
  
  .featured-readmore {
    padding: 7px 14px;
    font-size: 13px;
    gap: 4px;
    border-radius: 20px;
  }
  
  .featured-controls {
    bottom: 12px;
    right: 12px;
    gap: 7px;
  }
  
  .arrow-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-radius: 8px;
  }
}

/* Extra Small Devices (below 320px) - Safety fallback */
@media (max-width: 319px) {
  .featured-section {
    padding: 16px;
    margin: 25px auto;
    width: 98%;
    border-radius: 20px;
  }
  
  .featured-header h2 {
    font-size: 24px;
  }
  
  .featured-header p {
    font-size: 12px;
  }
  
  .featured-slider {
    height: 260px;
  }
  
  .featured-title {
    font-size: 17px;
  }
  
  .featured-excerpt {
    font-size: 11px;
  }
  
  .featured-readmore {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .arrow-btn {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* Landscape Orientation Optimizations */
@media (max-height: 600px) and (orientation: landscape) {
  .featured-section {
    margin: 40px auto;
    padding: 24px;
  }
  
  .featured-header {
    margin-bottom: 3vh;
  }
  
  .featured-slider {
    height: clamp(240px, 60vh, 320px);
  }
  
  .featured-content {
    bottom: 20px;
  }
  
  .featured-category {
    margin-bottom: 8px;
  }
  
  .featured-title {
    margin-bottom: 8px;
    font-size: clamp(18px, 4vh, 24px);
  }
  
  .featured-excerpt {
    margin-bottom: 12px;
    font-size: clamp(12px, 2.5vh, 14px);
  }
  
  .featured-controls {
    bottom: 14px;
  }
}

/* Short Landscape (below 500px height) - Very compact landscape */
@media (max-height: 500px) and (orientation: landscape) {
  .featured-section {
    margin: 30px auto;
    padding: 20px;
  }
  
  .featured-header {
    margin-bottom: 2vh;
    gap: 10px;
  }
  
  .featured-header h2 {
    font-size: clamp(20px, 5vh, 26px);
  }
  
  .featured-header p {
    font-size: clamp(11px, 2.5vh, 13px);
  }
  
  .featured-slider {
    height: clamp(200px, 55vh, 280px);
  }
  
  .featured-content {
    bottom: 16px;
    left: 20px;
    right: 20px;
  }
  
  .featured-category {
    padding: 4px 10px;
    font-size: 10px;
    margin-bottom: 6px;
  }
  
  .featured-title {
    font-size: clamp(16px, 3.5vh, 20px);
    margin-bottom: 6px;
  }
  
  .featured-excerpt {
    font-size: clamp(11px, 2.2vh, 13px);
    margin-bottom: 10px;
  }
  
  .featured-readmore {
    padding: 6px 12px;
    font-size: clamp(11px, 2.5vh, 13px);
  }
  
  .featured-controls {
    bottom: 12px;
    gap: 7px;
  }
  
  .arrow-btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/* High DPI Displays (Retina optimization) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .featured-slide img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
  .featured-section,
  .featured-category,
  .arrow-btn {
    border-width: 0.5px;
  }
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .featured-slide {
    transition: none;
  }
  
  .featured-readmore,
  .arrow-btn {
    transition: none;
  }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
  .arrow-btn {
    min-width: 44px;
    min-height: 44px;
  }
  
  .featured-readmore {
    min-height: 44px;
    padding: 10px 18px;
  }
  
  .arrow-btn:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
  }
  
  .featured-readmore:hover {
    background: #ffffff;
  }
}

.footer-wrapper {
    width: 92%;
    max-width: 1400px;
    margin-left: 4%;

    border: 1px solid #ffffff47;
    border-radius: 32px;
    padding: 60px 50px;
    background-color: rgba(20, 20, 20, 0.5);
    margin-top: 24vh;
    box-sizing: border-box;
}

/* Upper Section */
.footer-upper {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 500;
    line-height: 1.2;
    font-family: "grotesk";
}

.footer-column h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "suisse";
}

.footer-column p,
.footer-column a {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-family: "suisse";
    font-weight: 400;
}

.footer-column a:hover {
    color: #fff;
}

.contact-info p {
    margin-bottom: 12px;
}

.map-container {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.support-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Divider Line */
.footer-divider {
    width: 92%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto 40px auto;
}

/* Lower Section */
.footer-lower {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-section {
    flex: 1;
}

.newsletter-section h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "suisse";
}

.newsletter-form {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 6px 6px 6px 24px;
    max-width: 450px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.95rem;
    padding: 10px 0;
    font-family: "suisse";
    min-width: 0;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form button {
    padding: 12px 32px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: "suisse";
    flex-shrink: 0;
}

.newsletter-form button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.05);
}

.social-links-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: "suisse";
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.footer-links {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "suisse";
}

.footer-links a:hover {
    color: #fff;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.4);
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin-top: 10px;
    font-family: "suisse";
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Large Tablets & Small Desktops (1024px and below) */
@media (max-width: 1024px) {
    .footer-wrapper {
        padding: 50px 40px;
        border-radius: 24px;
        margin-top: clamp(8vh, 10vh, 12vh);
    }
    
    .footer-upper {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
        gap: 40px;
    }
    
    .footer-bottom-row {
        gap: 30px;
    }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .footer-wrapper {
        width: 90%;
        margin-left: 5%;
        padding: 40px 30px;
        border-radius: 20px;
        margin-top: 12vh;
    }
    
    .footer-upper {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        margin-bottom: 40px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
    }
    
    .footer-bottom-row {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
    
    .social-links-section {
        align-items: flex-start;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
    
    .footer-links {
        justify-content: flex-start;
    }
    
    .footer-divider {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .map-container {
        height: 160px;
    }
}

/* Mobile Landscape & Small Tablets (640px and below) */
@media (max-width: 640px) {
    .footer-wrapper {
        width: 88%;
        margin-left: 6%;
        padding: 35px 25px;
        border-radius: 16px;
        margin-top: 5vh;
    }
    
    .footer-upper {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 35px;
    }
    
    .footer-brand {
        grid-column: 1;
    }
    
    .footer-column h3 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .footer-column p,
    .footer-column a {
        font-size: 0.9rem;
    }
    
    .map-container {
        height: 180px;
        border-radius: 10px;
    }
    
    .newsletter-section h3 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .newsletter-form {
        padding: 5px 5px 5px 20px;
    }
    
    .newsletter-form input {
        font-size: 0.9rem;
        padding: 8px 0;
    }
    
    .newsletter-form button {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .footer-links {
        font-size: 0.85rem;
        gap: 6px;
    }
    
    .copyright {
        font-size: 0.85rem;
    }
    
    .footer-lower {
        gap: 25px;
    }
    
    .footer-divider {
        margin-bottom: 25px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .footer-wrapper {
        width: 86%;
        margin-left: 7%;
        padding: 30px 20px;
        border-radius: 14px;
        margin-top: 4vh;
    }
    
    .footer-upper {
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .footer-brand h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }
    
    .map-container {
        height: 160px;
        border-radius: 10px;
    }
    
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 15px;
        border-radius: 12px;
    }
    
    .newsletter-form input {
        padding: 12px 0;
        text-align: center;
    }
    
    .newsletter-form button {
        width: 100%;
        padding: 14px 24px;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .footer-links span {
        display: none;
    }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
    .footer-wrapper {
        width: 84%;
        margin-left: 8%;
        padding: 25px 15px;
        border-radius: 12px;
        margin-top: 4vh;
    }
    
    .footer-column h3 {
        font-size: 0.95rem;
    }
    
    .footer-column p,
    .footer-column a {
        font-size: 0.85rem;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }
    
    .newsletter-section h3 {
        font-size: 0.95rem;
    }
    
    .map-container {
        height: 140px;
        border-radius: 8px;
    }
}


