/* ==========================================================================
   Custom Enhancements for Developer Alamin Portfolio (Alture Webflow Style)
   ========================================================================== */

:root {
  --primary-accent: #2563eb;
  --primary-accent-glow: rgba(37, 99, 235, 0.2);
  --green-accent: #059669;
  --bg-page: #f8f7f3;
  --bg-card: #ffffff;
  --bg-subtle: #f1efea;
  --text-primary: #000000;
  --text-secondary: #444444;
  --text-muted: #666666;
  --border-subtle: rgba(0, 0, 0, 0.08);
  --border-hover: rgba(0, 0, 0, 0.2);
}

/* Global Mobile Viewport Protection */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
}

.page-wrapper {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

.container-large,
.container-medium {
  display: block !important;
  width: 100% !important;
  max-width: 1280px !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* ==================== HERO SECTION (ALTURE SMART BANNER) ==================== */
.home-header_content {
  min-height: 560px;
  position: relative;
  border-radius: var(--fixed--2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 2.5rem 2.5rem;
}

.home-header_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.home-header_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) contrast(1.05);
}

.home-header_services {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.home-header_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.home-header_service-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-header_service-line {
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.home-header_bottom {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
}

.home-header_subheading {
  max-width: 26rem;
  color: #fff;
}

.home-header_label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}

.home-header_subhead {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.home-header_words-wrap {
  height: 3.2rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.25rem;
}

.home-header_words {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-header_word {
  height: 3.2rem;
  display: flex;
  align-items: center;
}

.home-header_word .home-header_subhead {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Center Scroll Ticker in Video */
.home-header_video .note-marquee_component {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(280px, 42vw, 520px);
  background: transparent;
  border: none;
  opacity: 0.88;
  overflow: hidden;
  display: flex;
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

.home-header_video .note-marquee_in {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marqueeRoll 32s linear infinite;
}

.home-header_video .note-marquee_text {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 1.25rem;
  white-space: nowrap;
}

/* Interactive Floating Contact Card (Alture Signature) */
.home-header_contact {
  display: flex;
  align-items: flex-end;
  gap: 0.85rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-header_contact:hover {
  transform: translateY(-3px);
}

.home-header_contact-pic {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.home-header_contact:hover .home-header_contact-pic,
.home-header_contact.active .home-header_contact-pic {
  transform: scale(1.03);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.75);
}

.home-header_contact-infos {
  position: relative;
  min-width: 265px;
  padding: 1rem 1.4rem;
  border-radius: 20px;
  background: rgba(35, 28, 48, 0.72) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
  transition: background 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.home-header_contact:hover .home-header_contact-infos,
.home-header_contact.active .home-header_contact-infos {
  background: rgba(26, 20, 38, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.85);
}

.home-header_contact-cta {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}

.home-header_contact-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.2rem;
}

/* Collapsed Header Texts: Smooth slide-out / slide-in */
.home-header_contact-texts {
  display: flex;
  flex-direction: column;
  max-height: 60px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: max-height 0.38s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.26s ease,
              transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.38s;
  overflow: hidden;
}

.home-header_contact:hover .home-header_contact-texts,
.home-header_contact.active .home-header_contact-texts {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}

/* Expanded Contact Infos: Smooth unfold / fold-up */
.home-header_infos {
  display: block !important;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.38s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.25s ease,
              transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.38s;
}

.home-header_contact:hover .home-header_infos,
.home-header_contact.active .home-header_infos {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: max-height 0.42s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.32s 0.06s ease,
              transform 0.36s 0.04s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.42s;
}

.home-header_infos-in {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-header_info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.5rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.15);
}

.home-header_info.first {
  padding-top: 0;
  border-top: none;
}

.home-header_contact-link {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-header_contact-link:hover {
  color: #3b82f6;
  text-decoration: underline;
}

.home-header_contact-dot-wrap {
  position: absolute;
  top: -4px;
  right: 14px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-header_contact-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff3b30 !important;
  box-shadow: 0 0 10px #ff3b30;
  animation: redDotGlow 1.8s infinite;
}

@keyframes redDotGlow {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
  }

  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(255, 59, 48, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
  }
}

/* Smooth Lenis Scroll Integration */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Preloader / Brand Reveal Overlay */
.brand_wrap {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f8f7f3;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s;
  animation: preloaderTimeoutExit 2.5s forwards ease-in-out;
}

@keyframes preloaderTimeoutExit {
  0%, 70% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.brand_wrap.loaded {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

.brand_logo-pulse {
  animation: logoPulse 1.4s ease-in-out infinite alternate;
}

@keyframes logoPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.04);
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
  }
}

/* Navbar Enhancements */
.navbar_component {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 1.25rem;
}

.navbar_content {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(248, 247, 243, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar_content:hover {
  border-color: var(--border-hover);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Global Navbar Bullet Eradication & Layout */
.navbar_links,
.navbar_links-menu ul,
.navbar_links-menu li,
ul.navbar_links,
ul.navbar_links li,
.navbar_links-menu .menu-item {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar_links-menu ul,
ul.navbar_links {
  display: flex !important;
  align-items: center !important;
  gap: 1.75rem !important;
}

.navbar_links-menu li,
ul.navbar_links li {
  display: inline-flex !important;
  align-items: center !important;
}

.navbar_links-menu li::marker,
.navbar_links li::marker,
ul.navbar_links li::marker {
  content: "" !important;
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.navbar_link-texts {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.25em;
  vertical-align: middle;
}

.navbar_link-text {
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar_link-text._2 {
  position: absolute;
  top: 100%;
  left: 0;
  color: #000000;
}

.navbar_link:hover .navbar_link-text._1,
.navbar_works-link:hover .navbar_link-text._1 {
  transform: translateY(-100%);
}

.navbar_link:hover .navbar_link-text._2,
.navbar_works-link:hover .navbar_link-text._2 {
  transform: translateY(-100%);
}

/* Custom Status Indicator Dot */
.status_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  display: inline-block;
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

/* Infinite Marquee Animation */
.note-marquee_component {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.note-marquee_in {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marqueeRoll 25s linear infinite;
}

.note-marquee_component:hover .note-marquee_in {
  animation-play-state: paused;
}

@keyframes marqueeRoll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ==================== BRANDS & TECH STACK SLIDER ==================== */
.section_brands {
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
  position: relative;
}

.brands_list-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.brands_ticker {
  display: flex;
  gap: 1.15rem;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.brands_ticker.ticker-forward {
  animation: brandsScrollForward 36s linear infinite;
}

.brands_ticker.ticker-reverse {
  animation: brandsScrollReverse 40s linear infinite;
}

.brands_ticker:hover {
  animation-play-state: paused;
}

@keyframes brandsScrollForward {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes brandsScrollReverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.brand_item {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1.25rem 0.65rem 0.85rem;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #111111;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease;
  cursor: default;
  user-select: none;
  flex-shrink: 0;
}

.brand_item:hover {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.brand_icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8f7f3;
  padding: 5px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.brand_item:hover .brand_icon-box {
  transform: scale(1.08);
  background: #f0eee6;
}

.brand_icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.brand_text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand_name {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000000;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand_category {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.6875rem;
  color: #777777;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ==================== SELECTED WORK / FEATURED PROJECTS ==================== */
.section_work-list {
  padding: 6rem 0 8rem;
  position: relative;
  overflow: visible;
}

.work-list_head {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.6fr;
  align-items: flex-end;
  gap: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 2.5rem;
  margin-bottom: 5.5rem;
}

.work-list_heading-wrap {
  position: relative;
  display: inline-block;
}

.work-list_heading-main {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
  color: #000000;
}

.work-list_number {
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 22px;
  height: 22px;
  background-color: #f3350c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.work-list_head-texts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 380px;
}

.work-list_label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
  margin: 0;
  font-weight: 600;
}

.work-list_desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

.work-list_year {
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.88;
  font-weight: 800;
  color: #000000;
  text-align: right;
  letter-spacing: -0.03em;
  margin: 0;
}

/* Vertical Stacking / Rising List */
.work-list_wrapper-v1 {
  width: 100%;
  margin: 0 auto;
}

.work-list_list {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  width: 100%;
}

.work-list_item {
  width: 100%;
  display: flex;
  justify-content: center;
  perspective: 1200px;
}

.work-list_block {
  width: 100%;
  display: flex;
  justify-content: center;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

.work-list_link {
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  max-height: 720px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ebe9e3;
  cursor: none !important;
  /* Hide native cursor over the card for sleek magnetic follower */
  text-decoration: none;
}

.work-list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-list_link:hover .work-list_img {
  transform: scale(1.04);
}

/* Bottom-Left Pill Badge */
.work-list_name {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: #ffffff;
  color: #000000;
  border-radius: 100px;
  padding: 0.55rem 1.25rem 0.55rem 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.work-list_link:hover .work-list_name {
  transform: translateY(-2px);
}

.work-list_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f3350c;
  flex-shrink: 0;
}

.work-list_title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  color: #000000;
  letter-spacing: -0.01em;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

/* ==================== MOUSE HOVER FLOATING CURSOR FOLLOWER ==================== */
.hover_wrap {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.6);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity, left, top;
}

.hover_wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.hover_pill {
  background: rgba(18, 18, 18, 0.82);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 100px;
  padding: 0.75rem 1.35rem;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.hover_text {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.hover_pill::after {
  content: "↗";
  font-size: 0.95rem;
  line-height: 1;
  color: #3b82f6;
  font-weight: 700;
}

/* Responsive Styles for Selected Work */
@media (max-width: 991px) {
  .work-list_head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: flex-start;
  }

  .work-list_year {
    text-align: left;
    display: none;
  }

  .work-list_list {
    gap: 4.5rem;
  }

  .work-list_link {
    min-height: 360px;
    border-radius: 28px;
  }

  .work-list_name {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

@media (max-width: 767px) {
  .section_work-list {
    padding: 4rem 0 5rem;
  }

  .work-list_heading-main {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .work-list_link {
    min-height: 280px;
    border-radius: 22px;
    cursor: pointer !important;
    /* Allow normal touch/cursor on small screens */
  }

  .hover_wrap {
    display: none !important;
    /* Hide mouse follower on mobile touch devices */
  }
}

/* ==================== WHY WORK WITH US BENTO GRID ==================== */
.section_home-grid {
  padding: 7rem 0 6.5rem;
  background: var(--bg-body, #f8f7f3);
  position: relative;
}

.home-grid_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.home-grid_heading-title {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #000000;
  letter-spacing: -0.02em;
  max-width: 680px;
  margin: 0;
}

.home-grid_component {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 410px 310px;
  gap: 1.25rem;
  width: 100%;
  align-items: stretch;
}

/* Card 1: Team Orbit ("A strong team of experts") */
.home-grid_team {
  grid-row: 1 / 3;
  border-radius: 36px;
  background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.home-grid_team-heading {
  z-index: 10;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 700;
  text-align: center;
  max-width: 240px;
  line-height: 1.25;
  margin: 0;
  position: relative;
  letter-spacing: -0.01em;
}

/* Concentric Orbiting Rings */
.home-grid_circle-1 {
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: orbitRotate 48s linear infinite;
}

.home-grid_circle-2 {
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: orbitRotateReverse 36s linear infinite;
}

@keyframes orbitRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes orbitRotateReverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* Outer Orbit Tech Badges */
.home-grid_member {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6), 0 0 15px rgba(59, 130, 246, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  animation: counterRotate 48s linear infinite;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-grid_member:hover {
  border-color: #3b82f6;
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
}

.home-grid_member img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.home-grid_member._1 {
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.home-grid_member._2 {
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.home-grid_member._3 {
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.home-grid_member._4 {
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inner Orbit Tech Badges */
.home-grid_member-in {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  background: #18181c;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6), 0 0 12px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  animation: counterRotateReverse 36s linear infinite;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-grid_member-in:hover {
  border-color: #60a5fa;
  box-shadow: 0 0 20px rgba(96, 165, 250, 0.6);
}

.home-grid_member-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.home-grid_member-in._1 {
  top: 0%;
  left: 20%;
}

.home-grid_member-in._2 {
  top: 40%;
  right: -21px;
}

.home-grid_member-in._3 {
  bottom: 2%;
  left: 28%;
}

@keyframes counterRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes counterRotateReverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Card 2: Real-time Collaboration Chat */
.home-grid_chat {
  height: 410px;
  min-height: 410px;
  max-height: 410px;
  border-radius: 36px;
  background-color: #e0dcd6;
  padding: 1.6rem 1.85rem 1.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.home-grid_label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #77736c;
  margin-bottom: 0.85rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
}

.chat_status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6);
  animation: chatStatusPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
  display: inline-block;
}

@keyframes chatStatusPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

.home-grid_chat-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 0.6rem;
  width: 100%;
  min-height: 0;
}

.home-grid_chat-group {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
}

.home-grid_chat-group._2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.chat_pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-top: 1px;
}

.chat_pic._1 {
  margin-top: 1px;
}

.chat_pic._2 {
  margin-top: 1px;
}

.home-grid_chats {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
  flex: 1;
  min-height: 0;
}

.home-grid_chats._2 {
  align-items: flex-end;
}

.chat_message {
  border-radius: 18px;
  background-color: #ffffff;
  color: #111111;
  padding: 0.52rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  max-width: 88%;
  transform-origin: top left;
}

.chat_message._1 {
  border-top-left-radius: 4px;
}

.chat_message._2 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.chat_message._3 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 16px;
}

.chat_message._4 {
  background-color: #0f0f0f;
  color: #ffffff;
  border-top-right-radius: 4px;
  transform-origin: top right;
}

.chat_message._5 {
  background-color: #0f0f0f;
  color: #ffffff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 16px;
  transform-origin: top right;
}

.home-grid_message p {
  margin: 0;
}

/* Typing Indicator Animation */
.chat_typing {
  display: none !important;
  align-items: center;
  gap: 4px;
  padding: 0.45rem 0.8rem;
  border-radius: 18px;
  width: fit-content;
}

.chat_typing.is-active {
  display: inline-flex !important;
  animation: typingPopIn 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes typingPopIn {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.chat_typing._client {
  background: #ffffff !important;
  border-top-left-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.chat_typing._client .typing_dot {
  background-color: #555555 !important;
}

.chat_typing._author {
  background: #0f0f0f !important;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-left: auto;
}

.chat_typing._author .typing_dot {
  background-color: #ffffff !important;
}

.typing_dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  animation: typingDotPulse 1.2s infinite ease-in-out;
}

.typing_dot:nth-child(1) {
  animation-delay: 0s;
}

.typing_dot:nth-child(2) {
  animation-delay: 0.18s;
}

.typing_dot:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes typingDotPulse {

  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

/* Dynamic Live Animation States */
.home-grid_chat.is-animating .chat_message {
  display: none;
  opacity: 0;
  transform: translateY(8px) scale(0.95);
  pointer-events: none;
}

.home-grid_chat.is-animating .chat_message.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: chatBubbleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes chatBubbleIn {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Group 2 (Author) smooth entry when Alamin responds */
.home-grid_chat.is-animating .home-grid_chat-group._2 {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.home-grid_chat.is-animating .home-grid_chat-group._2.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Reset / Loop smooth fade-out */
.home-grid_chat.is-resetting .chat_message.is-visible {
  opacity: 0;
  transform: translateY(-4px) scale(0.96);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.home-grid_chat.is-resetting .home-grid_chat-group._2.is-active {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

/* Card 3: Transparent Pricing Model with Video & 3D Glass */
.home-grid_pricing {
  height: 310px;
  min-height: 310px;
  max-height: 310px;
  border-radius: 36px;
  background-color: #0c0c0c;
  padding: 2.25rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.home-grid_pricing-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0.38;
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-grid_pricing-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-grid_pricing-img {
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 65%;
  max-width: 380px;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  animation: floatGlass 6s ease-in-out infinite alternate;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.7));
}

@keyframes floatGlass {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-10px) rotate(1.5deg);
  }
}

.home-grid_pricing-title {
  color: #ffffff;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  z-index: 3;
  position: relative;
  letter-spacing: -0.01em;
}

.home-grid_pricing-btn {
  z-index: 3;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.15rem;
  border-radius: 100px;
  background: #ffffff;
  color: #000000;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background 0.2s ease;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

.home-grid_pricing-btn:hover {
  transform: translateY(-2px);
  background: #f0eee6;
}

.pricing-btn_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f3350c;
  display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
  .home-grid_component {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
  }

  .home-grid_team {
    grid-row: auto;
    aspect-ratio: 1;
    min-height: 480px;
    max-height: 560px;
    height: auto;
  }

  .home-grid_chat {
    height: 410px;
    min-height: 410px;
    max-height: 410px;
  }

  .home-grid_pricing {
    height: 310px;
    min-height: 310px;
    max-height: 310px;
  }
}

@media (max-width: 767px) {
  .section_home-grid {
    padding: 4.5rem 0 4rem;
  }

  .home-grid_head {
    flex-direction: column;
    gap: 1rem;
  }

  .home-grid_team {
    min-height: 380px;
    aspect-ratio: 1;
  }

  .home-grid_member {
    width: 38px;
    height: 38px;
  }

  .home-grid_member-in {
    width: 34px;
    height: 34px;
  }

  .home-grid_chat {
    height: 430px;
    min-height: 430px;
    max-height: 430px;
    padding: 1.25rem 1rem;
  }

  .home-grid_pricing {
    height: 310px;
    min-height: 310px;
    max-height: 310px;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .section_home-grid {
    padding: 3.5rem 0 3rem;
  }

  .home-grid_team {
    min-height: 290px;
    max-height: 330px;
    border-radius: 24px;
  }

  .home-grid_team-heading {
    font-size: 1.35rem;
    max-width: 200px;
  }

  .home-grid_member {
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .home-grid_member-in {
    width: 26px;
    height: 26px;
    padding: 5px;
  }

  .home-grid_circle-1 .home-grid_member:nth-child(1) { top: -16px; margin-left: -16px; }
  .home-grid_circle-1 .home-grid_member:nth-child(2) { right: -16px; margin-top: -16px; }
  .home-grid_circle-1 .home-grid_member:nth-child(3) { bottom: -16px; margin-left: -16px; }
  .home-grid_circle-1 .home-grid_member:nth-child(4) { left: -16px; margin-top: -16px; }

  .home-grid_circle-2 .home-grid_member-in:nth-child(1) { top: -13px; margin-left: -13px; }
  .home-grid_circle-2 .home-grid_member-in:nth-child(2) { right: -13px; margin-top: -13px; }
  .home-grid_circle-2 .home-grid_member-in:nth-child(3) { bottom: -13px; margin-left: -13px; }
  .home-grid_circle-2 .home-grid_member-in:nth-child(4) { left: -13px; margin-top: -13px; }

  .home-grid_chat {
    height: 410px;
    min-height: 410px;
    max-height: 410px;
    border-radius: 24px;
    padding: 1rem 0.85rem;
  }

  .home-grid_chat-msg {
    max-width: 90%;
  }

  .home-grid_chat-text {
    font-size: 0.8125rem;
  }

  .home-grid_pricing {
    height: auto;
    min-height: 280px;
    max-height: none;
    border-radius: 24px;
    padding: 1.25rem;
  }

  .home-grid_pricing-title {
    font-size: 1.5rem;
  }
}

/* Services Accordion Style */
.home-services_item {
  border-bottom: 1px solid var(--border-subtle);
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 2rem 0;
}

.home-services_item:hover {
  background-color: rgba(255, 255, 255, 0.015);
}

.home-services_desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, transform 0.4s ease;
}

.home-services_item.active .home-services_desc {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 1.5rem;
}

.home-services_toggle-icon {
  transition: transform 0.3s ease;
}

.home-services_item.active .home-services_toggle-icon {
  transform: rotate(45deg);
}

/* FAQ Accordion */
.faq_accordion {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.faq_accordion:hover,
.faq_accordion.active {
  border-color: var(--border-hover);
  background: rgba(255, 255, 255, 0.04);
}

.faq_question-wrap {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq_button {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
}

.faq_accordion.active .faq_button {
  transform: rotate(45deg);
}

.faq_answer-wrap {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
}

.faq_accordion.active .faq_answer-wrap {
  max-height: 400px;
  padding: 0 2rem 1.75rem 2rem;
}

/* Mouse-Trail Clone Effect Container in CTA */
.section_cta {
  position: relative;
  overflow: hidden;
}

.interaction_visual_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.interaction_img_wrap {
  position: absolute;
  width: 160px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}

.interaction_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Video Lightbox Modal */
.video-modal_wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  padding: 2rem;
}

.video-modal_wrap.active {
  opacity: 1;
  visibility: visible;
}

.video-modal_inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-modal_wrap.active .video-modal_inner {
  transform: scale(1);
}

.video-modal_close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}

.video-modal_close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.video-modal_close img {
  width: 16px;
  height: 16px;
}

/* Mobile Menu Button */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #000000;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar_links-menu {
    position: fixed;
    top: 4.75rem;
    left: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 1.25rem 1rem;
    display: none;
    flex-direction: column;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.18);
    z-index: 1000;
  }

  .navbar_links-menu.active {
    display: flex !important;
  }

  .navbar_links-menu .navbar_links {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
    width: 100% !important;
  }

  .navbar_links-menu .navbar_link,
  .navbar_links-menu .navbar_works-link {
    padding: 0.75rem 1rem !important;
    border-radius: 12px !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #111111 !important;
    transition: background 0.2s ease, color 0.2s ease !important;
  }

  .navbar_links-menu .navbar_link:hover,
  .navbar_links-menu .navbar_works-link:hover {
    background: rgba(0, 0, 0, 0.04) !important;
    color: #000000 !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile-portrait {
    display: none !important;
  }

  .navbar_component {
    top: 0.75rem;
    padding: 0 0.75rem;
  }

  .navbar_content {
    padding: 0.4rem 0.85rem;
  }

  .section_home-header {
    padding-top: 5.25rem !important;
    padding-bottom: 1.5rem !important;
  }

  .home-header_content {
    min-height: auto;
    padding: 1.25rem 1rem 1.25rem;
    border-radius: 1.5rem;
  }

  .home-header_services {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: 1.25rem 0;
  }

  .home-header_service-text {
    font-size: 0.78rem;
    text-align: center;
  }

  .home-header_bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 1.25rem;
  }

  .home-header_subheading {
    max-width: 100%;
  }

  .home-header_contact {
    width: 100%;
    max-width: 100%;
  }

  .home-header_contact-infos {
    min-width: 0;
    width: 100%;
  }

  .section_brands {
    padding: 2.75rem 0 2.25rem;
  }

  .brands_ticker {
    gap: 0.85rem;
  }

  .brand_item {
    padding: 0.55rem 1rem 0.55rem 0.75rem;
    gap: 0.7rem;
  }

  .brand_icon-box {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .brand_icon {
    width: 18px;
    height: 18px;
  }

  .brand_name {
    font-size: 0.8125rem;
  }

  .brand_category {
    font-size: 0.625rem;
  }

  .progressive-blur-wrapper {
    height: 65px;
  }
}

@media (max-width: 480px) {
  .navbar_component {
    top: 0.5rem;
    padding: 0 0.5rem;
  }

  .navbar_links-menu {
    top: 4.25rem;
    left: 0.5rem;
    right: 0.5rem;
    padding: 1rem 0.75rem;
  }

  .home-header_content {
    padding: 1rem 0.85rem;
    border-radius: 1.25rem;
  }

  .home-header_services {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .home-header_service-text {
    font-size: 0.72rem;
  }

  .home-header_contact-pic {
    width: 3.25rem;
    height: 3.25rem;
  }

  .home-header_contact-popup-inner {
    padding: 1rem;
    gap: 0.75rem;
  }

  .home-header_contact-detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
}

/* ==================== TRUE PROGRESSIVE GLASS BLUR (SEAMLESS OPTICAL MELT) ==================== */
.progressive-blur-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  pointer-events: none;
  z-index: 900;
  overflow: hidden;
}

.progressive-blur-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Layer 1: 1px subtle blur */
.progressive-blur-layer.layer-1 {
  z-index: 1;
  backdrop-filter: blur(1px) saturate(140%);
  -webkit-backdrop-filter: blur(1px) saturate(140%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%);
}

/* Layer 2: 2px blur */
.progressive-blur-layer.layer-2 {
  z-index: 2;
  backdrop-filter: blur(2px) saturate(150%);
  -webkit-backdrop-filter: blur(2px) saturate(150%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%);
}

/* Layer 3: 4px blur */
.progressive-blur-layer.layer-3 {
  z-index: 3;
  backdrop-filter: blur(4px) saturate(160%);
  -webkit-backdrop-filter: blur(4px) saturate(160%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%);
}

/* Layer 4: 8px blur */
.progressive-blur-layer.layer-4 {
  z-index: 4;
  backdrop-filter: blur(8px) saturate(170%);
  -webkit-backdrop-filter: blur(8px) saturate(170%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%);
}

/* Layer 5: 16px blur */
.progressive-blur-layer.layer-5 {
  z-index: 5;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%);
}

/* Layer 6: 32px blur */
.progressive-blur-layer.layer-6 {
  z-index: 6;
  backdrop-filter: blur(32px) saturate(190%);
  -webkit-backdrop-filter: blur(32px) saturate(190%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%);
}

/* Layer 7: 64px heavy blur */
.progressive-blur-layer.layer-7 {
  z-index: 7;
  backdrop-filter: blur(64px) saturate(200%);
  -webkit-backdrop-filter: blur(64px) saturate(200%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%);
}

/* Seamless blend into background #f8f7f3 */
.progressive-blur-gradient {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(248, 247, 243, 0) 0%,
      rgba(248, 247, 243, 0.04) 30%,
      rgba(248, 247, 243, 0.28) 65%,
      rgba(248, 247, 243, 0.72) 88%,
      rgba(248, 247, 243, 0.94) 100%);
}

/* ==================== ABOUT US SECTION (ALTURE VIDEO & QUOTE STYLE) ==================== */
.section_home-about {
  padding: 6.5rem 0;
  background-color: #f8f7f3 !important;
  color: #000000 !important;
  position: relative;
  z-index: 10;
}

.about_component {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Left Column Video Banner */
.about_video-wrap {
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  box-sizing: border-box;
}

.about_video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.about_video-overlay {
  display: none;
}

/* Glassmorphic Quote Card Floating on Video */
.about_quote-card {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 440px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.about_quote-text {
  color: #ffffff !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 1.75rem 0;
  letter-spacing: -0.01em;
}

.about_quote-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about_author-name {
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.about_author-title {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.8125rem;
  font-family: 'Roboto Mono VF', monospace;
}

/* Right Column Content */
.about_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000 !important;
}

.about_label-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.about_label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f3350c;
  display: inline-block;
}

.about_label-text {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444444 !important;
}

.about_heading {
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #000000 !important;
  margin: 0 0 1.5rem 0;
}

.about_desc {
  color: #333333 !important;
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.about_skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.25rem;
}

.about_skill-badge {
  background: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 100px;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111111 !important;
}

.about_cta-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.about_pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.6rem;
  border-radius: 100px;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.about_pill-btn:hover {
  transform: translateY(-2px);
  background-color: #1a1a1a;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.about_btn-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f3350c;
  display: inline-block;
}

.about_email-link {
  color: #666666;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about_email-link:hover {
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about_component {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about_video-wrap {
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .about_video-wrap {
    min-height: 380px;
    padding: 1.25rem;
    border-radius: 24px;
  }

  .about_quote-card {
    padding: 1.5rem;
    border-radius: 18px;
  }

  .about_quote-text {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }
}

/* ==================== SERVICES SECTION (STICKY PINNED STACKING STYLE) ==================== */
.section_home-services {
  padding: 6.5rem 0 8rem;
  background-color: #000000 !important;
  color: #ffffff;
  position: relative;
  overflow: visible !important;
}

.services_container {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: visible !important;
}

/* Header Grid (Natural scroll above pinned items) */
.services_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  position: relative;
  z-index: 5;
  background: transparent;
}

.services_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff !important;
  margin: 0;
  letter-spacing: -0.03em;
}

.services_crosses {
  display: flex;
  gap: 3.5rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1.125rem;
  font-family: monospace;
}

.services_count {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff !important;
}

.services_list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible !important;
}

/* Sticky Stacking Service Items (Matching user screenshots) */
.services_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  padding: 2.75rem 0 3.75rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.22);
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  background-color: #000000;
  box-sizing: border-box;
  min-height: 500px;
}

.services_item-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.services_item-title-wrap {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.services_num-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f3350c;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.services_item-title {
  font-size: clamp(1.85rem, 2.7vw, 2.5rem);
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.services_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  max-width: 480px;
}

.services_pill {
  background: #18181b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 0.45rem 1.05rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services_pill:hover {
  background: #27272a;
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff !important;
}

/* Right Column: Image on TOP, Description UNDER Image */
.services_item-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
}

.services_img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 240px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #121214;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.65);
}

.services_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.services_item:hover .services_img {
  transform: scale(1.05);
}

.services_desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
}

.services_desc {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.services_cta-link {
  color: #3b82f6 !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
  margin-top: 0.25rem;
}

.services_cta-link:hover {
  color: #60a5fa !important;
}

.services_cta-icon {
  width: 10px;
  height: 10px;
  filter: invert(1);
}

/* Footer "Get in touch" Button matching Screenshot 3 */
.services_footer {
  position: relative;
  z-index: 50;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.services_get-in-touch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.8rem;
  border-radius: 100px;
  background-color: #ffffff;
  color: #000000 !important;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 18px rgba(255, 255, 255, 0.15);
}

.services_get-in-touch-btn:hover {
  transform: translateY(-2px);
  background-color: #f1efea;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

.services_btn-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f3350c;
  display: inline-block;
}

/* Responsive Styles for Services */
@media (max-width: 991px) {
  .services_item {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 440px;
    top: 75px;
  }

  .services_item-right {
    max-width: 100%;
  }

  .services_img-wrap {
    max-height: 220px;
  }

  .services_crosses {
    display: none;
  }
}

@media (max-width: 575px) {
  .services_item {
    padding: 2rem 0 2.5rem;
    min-height: auto;
    position: relative;
    top: 0;
  }
  
  .services_img-wrap {
    height: 180px;
  }

  .services_title {
    font-size: 2.25rem;
  }
}

/* ==================== SHOWREEL EXPANDING VIDEO SECTION ==================== */
.section_showreel {
  position: relative;
  height: 100vh;
  background-color: var(--bg-page, #f8f7f3);
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showreel_sticky-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.showreel_row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.showreel_year {
  flex: 1;
  text-align: right;
  padding-right: clamp(80px, 9vw, 120px);
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.03em;
  z-index: 5;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.showreel_label {
  flex: 1;
  text-align: left;
  padding-left: clamp(80px, 9vw, 120px);
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.03em;
  z-index: 5;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
}

/* Expanding Video Card Container */
.showreel_card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(140px, 14vw, 180px);
  height: clamp(52px, 6vh, 64px);
  border-radius: 100px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  will-change: width, height, border-radius;
  transition: box-shadow 0.3s ease;
}

/* Background YouTube Iframe */
.showreel_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 180%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  border: none;
  opacity: 0.92;
}

.showreel_video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.85;
}

.showreel_card-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Central Play Button matching Screenshots 3, 4 & 5 */
.showreel_play-btn {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 0.85rem 1.6rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: background 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.showreel_card.active-play .showreel_play-btn {
  opacity: 1;
  pointer-events: auto;
}

.showreel_play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.4);
}

.showreel_play-icon-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Lightbox Modal */
.showreel_modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.showreel_modal.open {
  opacity: 1;
  visibility: visible;
}

.showreel_modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(16px);
}

.showreel_modal-content {
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

.showreel_modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.showreel_modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.showreel_modal-iframe-wrap {
  width: 100%;
  height: 100%;
}

.showreel_modal-iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

/* Showreel Desktop Layout - Guaranteed Horizontal Side-by-Side: [ ©2026 ] [ video capsule ] [ Showreel ] */
@media (min-width: 769px) {
  .section_showreel {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .showreel_sticky-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .showreel_row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }

  .showreel_year {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    flex: 1 1 0% !important;
    text-align: right !important;
    padding-right: clamp(80px, 9vw, 120px) !important;
    padding-left: 0 !important;
    margin: 0 !important;
    font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif !important;
    font-size: clamp(2rem, 4.5vw, 3.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    display: block !important;
    z-index: 5 !important;
    white-space: nowrap !important;
    user-select: none;
    pointer-events: none;
  }

  .showreel_card {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
  }

  .showreel_label {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    flex: 1 1 0% !important;
    text-align: left !important;
    padding-left: clamp(80px, 9vw, 120px) !important;
    padding-right: 0 !important;
    margin: 0 !important;
    font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif !important;
    font-size: clamp(2rem, 4.5vw, 3.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    display: block !important;
    z-index: 5 !important;
    white-space: nowrap !important;
    user-select: none;
    pointer-events: none;
  }
}

/* Showreel Responsive Styles - Perfect Viewport Center & Non-Overlapping Layout */
@media (max-width: 768px) {
  .section_showreel {
    height: 100vh !important;
    min-height: 100vh !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  .showreel_sticky-wrap {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .showreel_row {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .showreel_year {
    position: absolute !important;
    top: calc(50% - 66px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    z-index: 5 !important;
    flex: none !important;
    display: block !important;
    transform: none !important;
  }

  .showreel_card {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
    max-width: none !important;
    max-height: none !important;
    z-index: 10 !important;
  }

  .showreel_label {
    position: absolute !important;
    top: calc(50% + 40px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    font-size: clamp(2.2rem, 8.5vw, 2.85rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
    z-index: 5 !important;
    flex: none !important;
    display: block !important;
    transform: none !important;
  }

  .showreel_play-btn {
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
    gap: 8px;
  }

  .showreel_play-icon-circle {
    width: 22px;
    height: 22px;
  }

  .showreel_play-icon-circle svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .section_showreel {
    height: 100vh !important;
    min-height: 100vh !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  .showreel_year {
    top: calc(50% - 62px) !important;
    font-size: 1.25rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }

  .showreel_label {
    top: calc(50% + 38px) !important;
    font-size: 2.35rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }

  .showreel_modal-content {
    width: 95vw;
  }

  .showreel_modal-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 36px;
    height: 36px;
  }
}

/* ==================== WHAT CLIENTS ARE SAYING (IMAGE REFERENCE REDESIGN) ==================== */
.section_testimonials-redesign {
  padding: 6.5rem 0;
  background-color: var(--bg-page, #f8f7f3);
  position: relative;
  width: 100%;
}

.testimonials_grid-layout {
  display: grid;
  grid-template-columns: 310px 1.15fr 1fr;
  gap: 2rem;
  align-items: stretch;
  width: 100%;
}

/* Left Column */
.testimonials_left-col {
  height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials_tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.testimonials_tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
}

.testimonials_tag-text {
  font-family: 'Roboto Mono VF', 'Space Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111111;
}

.testimonials_title-h1 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 3.8vw, 3.75rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0 0 2rem 0;
}

.testimonials_data-wrap {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.18);
}

.testimonials_data-head-text {
  font-size: 0.8125rem;
  color: #666666;
  margin-bottom: 1.25rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonials_data-item {
  margin-bottom: 1.35rem;
}

.testimonials_data-item:last-child {
  margin-bottom: 0.25rem;
}

.testimonials_data-num {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.1;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.testimonials_data-desc {
  font-size: 0.8125rem;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 0.65rem;
}

.testimonials_bar-track {
  width: 100%;
  height: 2px;
  background-color: #e2e0da;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.testimonials_bar-fill {
  height: 100%;
  background-color: #000000;
  border-radius: 2px;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Center Featured Card */
.testimonials_featured-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 590px;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  background-color: #111111;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonials_featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.testimonials_featured-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 1;
}

.testimonials_featured-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.72) 40%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.testimonials_featured-content {
  position: relative;
  z-index: 3;
  padding: 2.5rem;
  color: #ffffff;
}

.testimonials_stars-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.testimonials_star-icon {
  width: 14px;
  height: 14px;
}

.testimonials_featured-quote {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 2rem 0;
}

.testimonials_featured-author {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.testimonials_featured-role {
  font-family: 'Roboto Mono VF', 'Space Mono', monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

/* Right Column: Vertical Infinite Marquee */
.testimonials_right-col {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 590px;
  max-height: 590px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
}

.testimonials_marquee-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  animation: testimonialsMarqueeUp 60s linear infinite;
  will-change: transform;
}

.testimonials_right-col:hover .testimonials_marquee-inner {
  animation-play-state: paused;
}

@keyframes testimonialsMarqueeUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.testimonials_marquee-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.testimonials_card-white {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.65rem 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.testimonials_card-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
}

.testimonials_card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.testimonials_badge-country {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Roboto Mono VF', 'Space Mono', monospace;
  font-size: 0.725rem;
  color: #555555;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.25rem 0.6rem;
  border-radius: 100px;
  font-weight: 500;
}

.testimonials_card-quote {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #222222;
  margin: 0;
  letter-spacing: -0.01em;
}

.testimonials_card-author-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonials_avatar-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonials_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonials_author-name {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}

.testimonials_author-role {
  font-family: 'Roboto Mono VF', 'Space Mono', monospace;
  font-size: 0.7rem;
  color: #777777;
}

/* Responsive Breakpoints */
@media (max-width: 1080px) {
  .testimonials_grid-layout {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }

  .testimonials_left-col {
    grid-column: span 2;
    margin-bottom: 1.5rem;
    height: auto !important;
  }

  .testimonials_right-col {
    height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 768px) {
  .testimonials_grid-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .testimonials_left-col {
    grid-column: span 1;
    height: auto !important;
  }

  .testimonials_featured-card {
    min-height: 440px;
  }

  .testimonials_right-col {
    height: 460px;
    max-height: 460px;
  }

  .testimonials_featured-content {
    padding: 1.75rem 1.5rem;
  }
}

@media (max-width: 575px) {
  .section_testimonials-redesign {
    padding: 4rem 0 3.5rem;
  }

  .testimonials_title-h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    margin-bottom: 1.25rem;
  }

  .testimonials_featured-card {
    min-height: 380px;
    border-radius: 24px;
  }

  .testimonials_featured-content {
    padding: 1.5rem 1.15rem;
  }

  .testimonials_featured-quote {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .testimonials_right-col {
    height: 420px;
    max-height: 420px;
  }

  .testimonials_card {
    border-radius: 20px;
    padding: 1.25rem;
  }
}

/* ==========================================================================
   TRANSPARENT PRICING SECTION - DARK GLASSMORPHISM & AURORA HOVER EFFECT
   ========================================================================== */

.section_pricing-dark {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  padding: 5rem 1.5rem 8rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Ambient Radial Glow behind Section */
.section_pricing-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 500px;
  background: radial-gradient(ellipse at 50% 15%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* Top Badge: 2 SLOTS AVAILABLE - Sits cleanly at the top */
.pricing_top-badge-wrap {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing_top-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.35rem 0.95rem;
  border-radius: 100px;
}

.pricing_dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.9);
  display: inline-block;
}

.pricing_slots-text {
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #d1d5db;
  text-transform: uppercase;
}

/* Giant Typography Watermark - Positioned cleanly below the badge */
.pricing_bg-watermark {
  position: absolute;
  top: 8.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: clamp(6.5rem, 15vw, 13.5rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  opacity: 0.95;
}

/* Cards Grid Container - Starts below the top half of watermark */
.pricing_cards-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 440px));
  justify-content: center;
  gap: 2rem;
  max-width: 960px;
  margin: 5.5rem auto 0 auto;
}

/* Glassmorphic Cards */
.pricing_glass-card {
  background: rgba(14, 14, 16, 0.68);
  backdrop-filter: blur(40px) saturate(140%);
  -webkit-backdrop-filter: blur(40px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 2.75rem 2.25rem 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.pricing_glass-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 35px 75px -10px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Pro Card Subtle Edge Accent */
.pricing_glass-card.is-popular {
  border-color: rgba(255, 255, 255, 0.14);
}

/* Card Header */
.pricing_card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.35rem;
}

.pricing_plan-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  font-family: 'BDO Grotesk VF', sans-serif;
}

.pricing_plan-badge {
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a7a7a;
  padding-top: 0.25rem;
}

/* Price Display */
.pricing_price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1.25rem 0 2.25rem 0;
}

.pricing_currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  align-self: flex-start;
  margin-top: 0.4rem;
  font-family: 'BDO Grotesk VF', sans-serif;
}

.pricing_amount {
  font-size: clamp(3.25rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: 'BDO Grotesk VF', sans-serif;
}

.pricing_period {
  font-size: 0.875rem;
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  color: #666666;
  margin-left: 0.35rem;
}

/* Feature List */
.pricing_features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.pricing_feature-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.9375rem;
  color: #7e7e84;
  line-height: 1.4;
}

.pricing_feature-highlight {
  color: #f1f1f1;
  font-weight: 600;
}

.pricing_check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #202022;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.pricing_check-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Sprint Divider with Dotted Line */
.pricing_sprint-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #616166;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 1.75rem 0 1.25rem 0;
}

.pricing_sprint-divider::before,
.pricing_sprint-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.16);
}

.pricing_sprint-divider::before {
  margin-right: 0.85rem;
}

.pricing_sprint-divider::after {
  margin-left: 0.85rem;
}

/* Button Base & Hover Design (Matches Image 1 & Image 2 with Interactive Mouse Movement) */
.pricing_btn-learn {
  width: 100%;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  /* Smooth transitions for transform, box-shadow, and resets */
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Standard Button Default State */
.pricing_btn-dark {
  background: rgba(28, 28, 32, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 14px rgba(0, 0, 0, 0.3);
}

/* Pro Button Default State: Pearl Ivory Warm Glow */
.pricing_btn-light {
  background: linear-gradient(135deg, #f5e4e7 0%, #fbf8f3 45%, #eff2f6 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #111111;
  box-shadow: 0 4px 18px rgba(255, 255, 255, 0.12);
}

/* Button Text Layer */
.pricing_btn-text {
  position: relative;
  z-index: 4;
  pointer-events: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Multi-Color Aurora Sunset Mesh Layer (Image 2) - Dynamic Mouse Following */
.pricing_btn-learn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /* Complex Multi-Stop Aurora Mesh Gradient with Dynamic Focal Points linked to mouse */
  background:
    radial-gradient(circle 85px at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 110px 80px at calc(var(--x, 70%) + 10%) calc(var(--y, 70%) + 10%), rgba(101, 163, 13, 0.95) 0%, transparent 65%),
    radial-gradient(circle 90px at calc(var(--x, 30%) - 10%) calc(var(--y, 30%) - 5%), rgba(162, 28, 175, 0.95) 0%, transparent 60%),
    radial-gradient(circle 100px at var(--x, 50%) var(--y, 50%), rgba(234, 88, 12, 0.9) 0%, transparent 65%),
    linear-gradient(92deg, #1c0b20 0%, #4a0648 13%, #7a186d 24%, #a21caf 35%, #b91c1c 46%, #d94e1d 56%, #e65c00 68%, #6b8e23 80%, #b8860b 92%, #a47008 100%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

/* Dynamic Interactive Shimmer / Specular Light Reflection Following Cursor */
.pricing_btn-learn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle 95px at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.38) 0%, rgba(251, 191, 36, 0.25) 45%, transparent 75%);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: overlay;
  transition: opacity 0.3s ease;
}

/* Hover & Focus State with 3D Micro-Tilt & Glowing Ambient Aura */
.pricing_btn-learn:hover,
.pricing_btn-learn:focus-visible {
  transform: perspective(500px) translateY(-2px) translate(var(--move-x, 0px), var(--move-y, 0px)) rotateX(var(--rot-x, 0deg)) rotateY(var(--rot-y, 0deg));
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow:
    0 14px 40px -4px rgba(217, 78, 29, 0.55),
    0 8px 24px -4px rgba(157, 32, 123, 0.45),
    0 0 28px rgba(107, 142, 35, 0.35);
}

.pricing_btn-learn:hover::before,
.pricing_btn-learn:focus-visible::before {
  opacity: 1;
}

.pricing_btn-learn:hover::after,
.pricing_btn-learn:focus-visible::after {
  opacity: 1;
}

.pricing_btn-learn:hover .pricing_btn-text,
.pricing_btn-learn:focus-visible .pricing_btn-text {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Guarantee Subtext */
.pricing_guarantee-text {
  text-align: center;
  color: #525257;
  font-size: 0.75rem;
  margin-top: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Responsive Styles - Clean Flow Without Overlap */
@media (max-width: 860px) {
  .section_pricing-dark {
    padding: 3.5rem 1.25rem 5.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .pricing_top-badge-wrap {
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
  }

  .pricing_bg-watermark {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    font-size: clamp(2.5rem, 11vw, 4.25rem) !important;
    line-height: 1.1 !important;
    margin: 0.25rem 0 2rem 0 !important;
    text-align: center !important;
    opacity: 1 !important;
    color: #ffffff !important;
    pointer-events: auto !important;
    user-select: auto !important;
    width: 100%;
  }

  .pricing_cards-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-top: 0 !important;
    gap: 1.75rem;
    width: 100%;
  }

  .pricing_glass-card {
    padding: 2.25rem 1.75rem 1.75rem 1.75rem;
  }
}

@media (max-width: 480px) {
  .section_pricing-dark {
    padding: 2.75rem 1rem 4.5rem 1rem;
  }

  .pricing_bg-watermark {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
    margin: 0.25rem 0 1.5rem 0 !important;
  }

  .pricing_cards-grid {
    max-width: 100%;
    margin-top: 0 !important;
    gap: 1.35rem;
  }

  .pricing_glass-card {
    padding: 1.5rem 1.15rem;
    border-radius: 22px;
  }

  .pricing_price-val {
    font-size: 2.5rem;
  }

  .pricing_feature-tag-list {
    gap: 0.4rem;
  }

  .pricing_feature-tag {
    font-size: 0.72rem;
    padding: 0.35rem 0.65rem;
  }
}

/* ==========================================================================
   FAQ SECTION - EDITORIAL 2-COLUMN SPLIT ACCORDION (MATCHES REFERENCE IMAGE)
   ========================================================================== */

.section_faq-editorial {
  background-color: #fbfaf6;
  padding: 6.5rem 1.5rem 7.5rem 1.5rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq_container {
  max-width: 1200px;
  margin: 0 auto;
}

.faq_grid-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4.5rem;
  align-items: start;
}

/* Left Content Column */
.faq_content-col {
  display: flex;
  flex-direction: column;
}

/* Badge: • FAQ */
.faq_badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.faq_dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
  box-shadow: 0 0 6px rgba(239, 68, 68, 0.8);
  display: inline-block;
}

.faq_label-text {
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111111;
  text-transform: uppercase;
}

/* Title: Answered questions. */
.faq_heading {
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #000000;
  margin: 0.5rem 0 1rem 0;
}

.faq_heading span {
  display: block;
}

/* Subtitle */
.faq_subtitle {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.4;
  margin: 0 0 2.25rem 0;
}

/* Accordion Card List */
.faq_accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* Individual Accordion Item Card */
.faq_item {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, transform 0.2s ease;
}

.faq_item:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.faq_item.active {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Accordion Trigger Button */
.faq_trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
}

.faq_trigger-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 1;
}

/* Red Circular Number Badge */
.faq_number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ff3b30;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  line-height: 1;
}

/* Question Text */
.faq_question-text {
  font-size: 0.975rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.35;
  font-family: 'BDO Grotesk VF', sans-serif;
  letter-spacing: -0.01em;
}

/* Plus / Minus Icon */
.faq_toggle-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #111111;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.faq_toggle-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq_item.active .faq_toggle-icon {
  transform: rotate(45deg);
  color: #ff3b30;
}

/* Accordion Answer Container */
.faq_content-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
  padding: 0 1.5rem;
}

.faq_item.active .faq_content-body {
  max-height: 350px;
  padding: 0 1.5rem 1.35rem 1.5rem;
}

.faq_answer-text {
  font-size: 0.925rem;
  line-height: 1.65;
  color: #555555;
  padding-left: 2.3rem;
  /* Indents to align cleanly under the question */
  margin: 0;
}

/* Right Media Column */
.faq_media-col {
  position: sticky;
  top: 5.5rem;
}

.faq_image-card {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  background: #eae7e0;
  aspect-ratio: 3 / 4;
}

.faq_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq_image-card:hover .faq_image {
  transform: scale(1.02);
}

/* Responsive Breakpoints */
@media (max-width: 960px) {
  .section_faq-editorial {
    padding: 4.5rem 1.25rem 5.5rem 1.25rem;
  }

  .faq_grid-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .faq_heading {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
  }

  .faq_media-col {
    position: static;
    max-width: 480px;
    margin: 0 auto;
  }

  .faq_image-card {
    border-radius: 24px;
  }

  .faq_trigger {
    padding: 1.1rem 1.25rem;
  }

  .faq_answer-text {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .section_faq-editorial {
    padding: 3rem 1rem 3.5rem 1rem;
  }

  .faq_grid-layout {
    gap: 2rem;
  }

  .faq_heading {
    font-size: 2.15rem;
  }

  .faq_trigger {
    padding: 1rem 1rem;
  }

  .faq_question {
    font-size: 0.9375rem;
  }

  .faq_answer-text {
    padding: 0 1rem 1rem;
    font-size: 0.84rem;
  }

  .faq_media-col {
    max-width: 100%;
  }

  .faq_image-card {
    max-height: 260px;
    border-radius: 20px;
  }
}

/* ==========================================================================
   LATEST ARTICLES SECTION - EDITORIAL GRID (MATCHES REFERENCE IMAGE)
   ========================================================================== */

.section_blog-articles {
  background-color: #fbfaf6;
  padding: 6rem 1.5rem 8rem 1.5rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.blog_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Row: • BLOG | Latest articles --------- [View all •] */
.blog_header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.blog_header-left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

/* • BLOG Badge */
.blog_badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.blog_dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
  box-shadow: 0 0 6px rgba(239, 68, 68, 0.8);
  display: inline-block;
}

.blog_label-text {
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #111111;
  text-transform: uppercase;
}

/* Latest articles Title */
.blog_main-title {
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

/* View all Button with Red Dot */
.blog_btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #000000;
  color: #ffffff;
  padding: 0.65rem 1.45rem;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.blog_btn-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  background-color: #1a1a1a;
  color: #ffffff;
}

.blog_btn-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ef4444;
  display: inline-block;
}

/* 3-Column Articles Grid */
.blog_articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

/* Individual Article Card */
.blog_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  group: true;
}

/* Card Thumbnail Container */
.blog_thumb-wrap {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  border-radius: 20px;
  overflow: hidden;
  background-color: #eae7e0;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.blog_thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog_card:hover .blog_thumb-img {
  transform: scale(1.04);
}

/* Card Meta Date */
.blog_card-date {
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.775rem;
  color: #777777;
  margin: 1.15rem 0 0.45rem 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Card Title */
.blog_card-title {
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
  letter-spacing: -0.015em;
  margin: 0;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.blog_card:hover .blog_card-title {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Responsive Styles */
@media (max-width: 960px) {
  .section_blog-articles {
    padding: 4.5rem 1.25rem 6rem 1.25rem;
  }

  .blog_header-row {
    margin-bottom: 2rem;
  }

  .blog_header-left {
    gap: 1.5rem;
  }

  .blog_articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .blog_header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .blog_articles-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .blog_thumb-wrap {
    border-radius: 16px;
  }

  .blog_card-title {
    font-size: 1.075rem;
  }
}

@media (max-width: 480px) {
  .section_blog-articles {
    padding: 3rem 1rem 4rem 1rem;
  }

  .blog_articles-grid {
    gap: 1.5rem;
  }

  .blog_thumb-wrap {
    height: 190px;
  }

  .blog_card-title {
    font-size: 1rem;
  }
}

/* ==========================================================================
   DARK SIGNATURE CTA SECTION (MATCHES REFERENCE IMAGE)
   ========================================================================== */

.section_cta-dark {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 10rem 1.5rem 11rem 1.5rem;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  margin: 0 1.5rem 3rem 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Top Subtle Marquee / Instruction: MOVE YOUR MOUSE — MOVE YOUR MOUSE */
.cta_top-hint {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  font-size: 0.725rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #383838;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 4;
}

/* Interactive Center Dot Matrix Grid with Mouse Spotlight */
.cta_dot-matrix {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  background-position: center center;
  /* Radial mask centered or actively tracking mouse */
  mask-image: radial-gradient(circle 380px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle 380px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 85%);
  pointer-events: none;
  z-index: 1;
  transition: -webkit-mask-position 0.1s ease;
}

/* Content Container */
.cta_content-wrap {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

/* Headline: Start your project with Developer Alamin® */
.cta_main-title {
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: clamp(3.25rem, 6.5vw, 5.75rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2.25rem 0;
}

.cta_main-title span {
  display: block;
}

.cta_trademark {
  font-size: 0.45em;
  vertical-align: super;
  font-weight: 700;
  margin-left: 0.08em;
  color: #ffffff;
}

/* Button: [ Get in touch • ] */
.cta_btn-touch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ffffff;
  color: #000000;
  padding: 0.75rem 1.65rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 6;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.12);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
}

.cta_btn-touch:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.28);
  background-color: #f7f7f7;
  color: #000000;
}

.cta_btn-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ef4444;
  display: inline-block;
}

/* Responsive Breakpoints */
@media (max-width: 860px) {
  .section_cta-dark {
    padding: 7rem 1.25rem 8rem 1.25rem;
    min-height: 520px;
    border-radius: 24px;
    margin: 0 0.75rem 2rem 0.75rem;
  }

  .cta_main-title {
    font-size: clamp(2.5rem, 8vw, 3.75rem);
    margin-bottom: 2rem;
  }

  .cta_top-hint {
    top: 1.75rem;
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .section_cta-dark {
    padding: 5rem 1rem 5.5rem 1rem;
    min-height: 420px;
    border-radius: 20px;
    margin: 0 0.5rem 1.5rem 0.5rem;
  }

  .cta_main-title {
    font-size: clamp(2rem, 9vw, 2.75rem);
    margin-bottom: 1.5rem;
  }

  .cta_subtext {
    font-size: 0.875rem;
  }

  .cta_btn-pill {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
   EDITORIAL FOOTER - GIANT WATERMARK, NEWSLETTER & ALL SOCIAL LINKS
   ========================================================================== */

.footer_editorial {
  background-color: #ffffff;
  padding: 6rem 2rem 5rem 2rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer_editorial-container {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

/* Top Section: Split into Left (Pages) and Right (Socials + Newsletter) */
.footer_editorial-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: start;
}

/* Left Pages Area */
.footer_pages-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_pages-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111111;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.footer_pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem 1rem;
}

.footer_page-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer_nav-link {
  color: #333333;
  font-size: 0.8125rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer_nav-link:hover {
  color: #000000;
  font-weight: 600;
  transform: translateX(2px);
}

/* Copyright Row below pages */
.footer_copyright-row {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer_copy-item {
  font-size: 0.725rem;
  color: #777777;
  font-family: 'Roboto Mono VF', monospace, sans-serif;
  text-decoration: none;
}

/* Right Area: Socials, Newsletter & Utilities */
.footer_action-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Social Media Icons Bar */
.footer_socials-bar {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 2.25rem;
}

.footer_social-link {
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.footer_social-link:hover {
  transform: translateY(-2px);
  color: #000000;
}

.footer_social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Newsletter Container */
.footer_newsletter-wrap {
  width: 100%;
  max-width: 440px;
}

.footer_newsletter-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.65rem;
}

.footer_newsletter-form {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f2f1ec;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 4px 5px 4px 16px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.footer_newsletter-form:focus-within {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.footer_newsletter-input {
  flex: 1;
  height: 40px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 0.5rem 0 0;
  font-size: 0.875rem;
  color: #111111;
  outline: none !important;
  min-width: 0;
  box-shadow: none !important;
}

.footer_newsletter-input::placeholder {
  color: #888888;
}

.footer_newsletter-btn {
  height: 40px;
  background-color: #111111;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 0 1.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer_newsletter-btn:hover {
  background-color: #000000;
  transform: translateY(-1px);
}

/* Utility Links Row (Bottom Right) */
.footer_utility-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer_utility-link {
  font-size: 0.725rem;
  color: #777777;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer_utility-link:hover {
  color: #000000;
}

/* Giant Typography Marquee in Footer */
.footer_marquee-container {
  margin-top: 4.5rem;
  position: relative;
  overflow: hidden;
  user-select: none;
  display: flex;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
}

.footer_marquee-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  animation: footerMarqueeScroll 70s linear infinite;
  will-change: transform;
}

/* Continuous unhindered marquee gliding (does not stop on hover) */

.footer_marquee-text {
  font-family: 'BDO Grotesk VF', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  font-size: clamp(3rem, 8.5vw, 8.5rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.04em;
  line-height: 0.9;
  display: inline-block;
  padding: 0 0.5rem;
}

.footer_marquee-sep {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 4.5rem);
  color: #e2dfd7;
  font-weight: 300;
  margin: 0 1.25rem;
  display: inline-block;
}

@keyframes footerMarqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Floating Back to Top Button & Bottom Actions Container */
.footer_bottom-actions {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
}

.footer_btn-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 0.65rem 1.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.25s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_btn-top:hover {
  background-color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.footer_btn-top:active {
  transform: translateY(-1px);
}

.footer_btn-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.footer_btn-top:hover .footer_btn-arrow {
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .footer_editorial-top {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .footer_action-col {
    align-items: flex-start;
  }

  .footer_utility-row {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .footer_editorial {
    padding: 4rem 1.25rem 2rem 1.25rem;
  }

  .footer_pages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .footer_newsletter-wrap {
    max-width: 100%;
  }

  .footer_huge-brand {
    font-size: clamp(3.25rem, 15vw, 6.5rem);
  }

  .footer_bottom-actions {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
  }

  .footer_btn-top {
    display: inline-flex;
  }
}

@media (max-width: 480px) {
  .footer_editorial {
    padding: 3rem 1rem 1.5rem 1rem;
  }

  .footer_pages-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.75rem;
  }

  .footer_newsletter-wrap {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .footer_newsletter-form {
    padding: 3px 4px 3px 14px;
  }

  .footer_newsletter-btn {
    padding: 0 1.15rem;
    font-size: 0.78rem;
    height: 38px;
  }

  .footer_newsletter-input {
    height: 38px;
    font-size: 0.8125rem;
  }

  .footer_copyright-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 2rem;
  }

  .footer_utility-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .footer_marquee-text {
    font-size: clamp(2.4rem, 12vw, 4.5rem);
  }

  .footer_bottom-actions {
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }

  .footer_btn-top {
    width: 100%;
    justify-content: center;
  }
}

/* ==================== DEDICATED CONTACT US PAGE STYLING ==================== */

/* Top Marquee Header ("Let's connect —") matching User Reference Image */
.contact_ticker-section {
  width: 100%;
  overflow: hidden;
  background-color: var(--bg-page, #f8f7f3);
  padding: 7.5rem 0 1.5rem 0;
  position: relative;
  user-select: none;
}

.contact_ticker-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.contact_ticker-in {
  display: flex;
  width: max-content;
  animation: contactTickerScroll 28s linear infinite;
  will-change: transform;
}

.contact_ticker-in:hover {
  animation-play-state: paused;
}

.contact_ticker-text {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(3.2rem, 7.5vw, 6.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #000000;
  white-space: nowrap;
  padding-right: 2.5rem;
  line-height: 1.05;
}

@keyframes contactTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Main Contact Section */
.section_contact-page {
  padding: 1.5rem 0 6rem 0;
  background-color: var(--bg-page, #f8f7f3);
  width: 100%;
  position: relative;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 3.5rem;
  align-items: start;
}

/* Left Column: Direct Info & Social Channels */
.contact-info_col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-status_pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.45rem 1.1rem;
  width: fit-content;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.contact-status_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
  animation: pulseStatus 2s infinite ease-in-out;
}

@keyframes pulseStatus {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
}

.contact-info_heading {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #000000;
  margin: 0;
}

.contact-info_desc {
  font-size: 1rem;
  line-height: 1.65;
  color: #555555;
  margin: 0;
}

/* Quick Direct Details Cards */
.contact-details_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-detail_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 1.1rem 1.35rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.contact-detail_card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.contact-detail_left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-detail_icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  flex-shrink: 0;
}

.contact-detail_icon-box svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-detail_text-group {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-detail_label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777777;
  font-family: 'Roboto Mono VF', monospace;
}

.contact-detail_value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
}

.contact-detail_action-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  background: #000000;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

/* Social Channels Section */
.contact-socials_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.contact-socials_title {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #444444;
  font-family: 'Roboto Mono VF', monospace;
}

.contact-socials_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.contact-social_pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
  color: #111111;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.contact-social_pill:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.contact-social_pill svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.contact-social_pill:hover svg {
  transform: scale(1.1);
}

/* ==================== RIGHT COLUMN: THE CONTACT FORM CARD ==================== */
/* Exact replica of the pristine grid-divided layout in the user's reference image */
.contact-form_card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
}

.contact-form_element {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Hairline Grid Rows */
.form-grid_row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.form-grid_row.is-two-col .form-grid_cell:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.form-grid_cell {
  flex: 1;
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background-color: transparent;
  transition: background-color 0.2s ease;
  position: relative;
}

.form-grid_cell:focus-within {
  background-color: rgba(0, 0, 0, 0.015);
}

.form-grid_label {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #000000;
  cursor: pointer;
  user-select: none;
}

.form-grid_input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #111111;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.form-grid_input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
  opacity: 1;
}

.form-grid_textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #111111;
  padding: 0;
  margin: 0;
  resize: vertical;
  min-height: 150px;
  line-height: 1.6;
}

.form-grid_textarea::placeholder {
  color: #a0a0a0;
  font-weight: 400;
  opacity: 1;
}

/* Bottom Actions Area */
.form-grid_footer {
  padding: 1.85rem 2rem 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  background-color: #ffffff;
}

/* Custom Styled Checkbox */
.form-checkbox_label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.form-checkbox_native {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.form-checkbox_custom {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-checkbox_native:not(:checked) + .form-checkbox_custom {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: transparent;
  box-shadow: none;
}

.form-checkbox_custom svg {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.form-checkbox_text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: -0.01em;
}

/* Send Message Button */
.contact-submit_btn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 0.95rem 2.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -3px rgba(0, 0, 0, 0.45);
  background-color: #1a1a1a;
}

.contact-submit_btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.35);
}

/* Success Confirmation Banner / State */
.form-success_state {
  display: none;
  padding: 3.5rem 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.form-success_state.is-active {
  display: flex;
}

.form-success_icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #10b981;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.35);
}

.form-success_title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.03em;
  margin: 0;
}

.form-success_desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
  max-width: 400px;
  margin: 0;
}

/* ==================== CONTACT PAGE RESPONSIVE MEDIA QUERIES ==================== */
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact_ticker-section {
    padding: 6.75rem 0 1.25rem 0;
  }
}

@media (max-width: 768px) {
  .contact_ticker-section {
    padding: 6.5rem 0 1rem 0;
  }

  .contact_ticker-text {
    font-size: clamp(2.4rem, 10vw, 3.75rem);
    padding-right: 1.5rem;
  }

  .contact-info_col,
  .contact-form_card,
  .contact-grid {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contact-detail_card {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .contact-detail_left {
    min-width: 0;
    flex: 1 1 auto;
  }

  .contact-detail_text-group {
    min-width: 0;
    overflow: hidden;
  }

  .contact-detail_value {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .form-grid_row.is-two-col {
    flex-direction: column;
  }

  .form-grid_row.is-two-col .form-grid_cell:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .form-grid_cell {
    padding: 1.35rem 1.4rem;
  }

  .form-grid_footer {
    padding: 1.5rem 1.4rem 1.75rem 1.4rem;
  }

  .form-checkbox_label {
    align-items: flex-start;
  }

  .form-checkbox_text {
    word-break: break-word;
    line-height: 1.45;
  }

  .contact-socials_grid {
    grid-template-columns: 1fr;
  }

  .contact-submit_btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact_ticker-section {
    padding: 6.25rem 0 0.75rem 0;
  }

  .contact-detail_card {
    padding: 0.95rem 1.15rem;
  }

  .contact-detail_value {
    font-size: 0.84rem;
  }

  .contact-detail_action-badge {
    display: none;
  }
}

/* ==================== SINGLE BLOG POST PAGE STYLING ==================== */

.section_blog-single {
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
  background-color: var(--bg-page, #f8f7f3);
  width: 100%;
  position: relative;
}

/* Breadcrumbs */
.blog-single_breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  color: #777777;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.blog-single_breadcrumbs a {
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-single_breadcrumbs a:hover {
  color: #000000;
}

.blog-single_breadcrumbs span.sep {
  color: #bbbbbb;
}

/* Category Badge */
.blog-single_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.4rem 1rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.blog-single_badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3b82f6;
}

/* Main Title */
.blog-single_title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #000000;
  margin: 0 0 1.75rem 0;
  max-width: 960px;
}

/* Meta Bar */
.blog-single_meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
}

.blog-single_author-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.blog-single_author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-single_author-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.blog-single_author-name {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-single_verified-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3b82f6;
  color: #ffffff;
}

.blog-single_verified-check svg {
  width: 9px;
  height: 9px;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
}

.blog-single_date-meta {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Social Sharing Pills */
.blog-single_share-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.blog-single_share-label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666666;
  margin-right: 0.25rem;
}

.blog-share_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.blog-share_btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
}

.blog-share_btn svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

/* Featured Hero Image */
.blog-single_hero-img-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.06);
  background: #000000;
}

.blog-single_hero-img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* 2-Column Layout */
.blog-single_layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: start;
}

/* Left Sticky Sidebar */
.blog-single_sidebar {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.blog-single_toc-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.blog-single_toc-title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-single_toc-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-single_toc-item {
  position: relative;
}

.blog-single_toc-link {
  display: block;
  font-size: 0.85rem;
  color: #555555;
  text-decoration: none;
  line-height: 1.45;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
  border-radius: 0 6px 6px 0;
}

.blog-single_toc-link:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.02);
}

.blog-single_toc-link.is-active {
  color: #000000;
  font-weight: 700;
  border-left-color: #000000;
  background: rgba(0, 0, 0, 0.035);
}

/* ==================== BLOG SINGLE AUTHOR CARD (SIDEBAR) ==================== */
.blog-single_author-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.blog-single_author-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -8px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.14);
}

.author-card_media-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: 14px;
  overflow: hidden;
  background: #fdfaf3;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.author-card_avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-single_author-card:hover .author-card_avatar {
  transform: scale(1.04);
}

.author-card_status {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.3rem 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #111111;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.author-card_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: authorPulse 2s infinite;
}

@keyframes authorPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.author-card_content {
  display: flex;
  flex-direction: column;
}

.author-card_name-wrap {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.author-card_name {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}

.author-card_verified {
  display: inline-flex;
  align-items: center;
}

.author-card_badge {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.07);
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  display: inline-block;
  align-self: flex-start;
  margin-top: 0.45rem;
}

.author-card_role {
  font-size: 0.825rem;
  line-height: 1.55;
  color: #555555;
  margin: 0.75rem 0 1rem 0;
}

.author-card_stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbfbf9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  margin-bottom: 1.1rem;
}

.author-card_stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.author-card_stat .stat-num {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.author-card_stat .stat-label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.625rem;
  font-weight: 600;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
}

.author-card_stat-sep {
  width: 1px;
  height: 22px;
  background: rgba(0, 0, 0, 0.08);
}

.author-card_actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.author-card_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 100px;
  padding: 0.75rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  width: 100%;
}

.author-card_btn.is-whatsapp {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-card_btn.is-whatsapp svg {
  transition: transform 0.2s ease;
}

.author-card_btn.is-whatsapp:hover {
  background: #25D366;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.author-card_btn.is-whatsapp:hover svg:last-child {
  transform: translate(2px, -2px);
}

.author-card_btn.is-secondary {
  background: transparent;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.author-card_btn.is-secondary:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.25);
  color: #000000;
}

/* ==================== END OF ARTICLE AUTHOR SHOWCASE ==================== */
.blog-article_author-showcase {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 2rem;
  margin: 3.5rem 0 3rem 0;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.03);
}

.showcase-avatar_wrap {
  position: relative;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.showcase-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: block;
}

.showcase-verified-badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 900;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.4);
}

.showcase-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}

.showcase-badge {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666666;
}

.showcase-name {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}

.showcase-bio {
  font-size: 0.9125rem;
  line-height: 1.65;
  color: #444444;
  margin: 0.35rem 0 1.25rem 0;
}

.showcase-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.showcase-actions .button-primary.is-small {
  padding: 0.65rem 1.25rem;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #000000;
  color: #ffffff;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.showcase-actions .button-primary.is-small:hover {
  background: #25D366;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.showcase-actions .button-secondary.is-small {
  padding: 0.65rem 1.25rem;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(0, 0, 0, 0.03);
  color: #111111;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.showcase-actions .button-secondary.is-small:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
}

/* Backward compatibility for blog-single_author-box */
.blog-single_author-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.blog-author-box_head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-author-box_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-author-box_name {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  margin: 0;
}

.blog-author-box_sub {
  font-size: 0.75rem;
  color: #666666;
  font-family: 'Roboto Mono VF', monospace;
}

.blog-author-box_bio {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #444444;
  margin: 0;
}

.blog-author-box_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 0.65rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
}

.blog-author-box_cta:hover {
  background: #25D366;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Right Content Column */
.blog-article_body {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #2b2b2b;
  max-width: 780px;
}

.blog-article_lead {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 500;
  color: #111111;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-article_body h2 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #000000;
  margin: 3.25rem 0 1.25rem 0;
  scroll-margin-top: 6.5rem;
}

.blog-article_body h3 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #000000;
  margin: 2rem 0 0.85rem 0;
  scroll-margin-top: 6.5rem;
}

.blog-article_body p {
  margin: 0 0 1.75rem 0;
}

.blog-article_body ul, .blog-article_body ol {
  margin: 0 0 1.75rem 0;
  padding-left: 1.5rem;
}

.blog-article_body li {
  margin-bottom: 0.65rem;
}

.blog-article_body a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.blog-article_body a:hover {
  color: #1d4ed8;
  text-decoration-thickness: 2px;
}

.blog-article_body blockquote {
  margin: 2.25rem 0;
  padding: 1.35rem 1.75rem;
  background: rgba(0, 0, 0, 0.02);
  border-left: 4px solid #000000;
  border-radius: 0 14px 14px 0;
  font-style: italic;
  color: #222222;
  font-size: 1.1rem;
  line-height: 1.7;
}

.blog-article_body blockquote p {
  margin: 0;
}

.blog-article_body hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-article_body img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
  display: block;
}

.blog-article_body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.25rem 0;
  font-size: 0.9375rem;
}

.blog-article_body th,
.blog-article_body td {
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}

.blog-article_body th {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666666;
  background: rgba(0, 0, 0, 0.025);
  font-weight: 700;
}

/* High-Converting Metrics Callout Box */
.blog-metrics_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.85rem 2rem;
  margin: 2.5rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.blog-metrics_title {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #10b981;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-metrics_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.blog-metric_item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.blog-metric_num {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.03em;
}

.blog-metric_label {
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1.4;
}

/* Callout Box (Pro Tip) */
.blog-callout {
  background: #ffffff;
  border-left: 4px solid #000000;
  border-radius: 0 16px 16px 0;
  padding: 1.5rem 1.85rem;
  margin: 2.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.blog-callout_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-callout p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #444444;
}

/* Code Snippet Block */
.blog-code_container {
  background: #111111;
  border-radius: 16px;
  overflow: hidden;
  margin: 2.25rem 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.blog-code_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: #1b1b1b;
  border-bottom: 1px solid #282828;
}

.blog-code_file-badge {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  color: #888888;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-code_dots {
  display: flex;
  gap: 5px;
}

.blog-code_dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.blog-code_copy-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0.25rem 0.65rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.72rem;
  color: #cccccc;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-code_copy-btn:hover {
  background: #ffffff;
  color: #000000;
}

.blog-code_pre {
  margin: 0;
  padding: 1.35rem 1.5rem;
  font-family: 'Roboto Mono VF', 'Courier New', monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #e5e5e5;
  overflow-x: auto;
}

/* Author Quote */
.blog-quote {
  margin: 2.5rem 0;
  padding: 1.5rem 0 1.5rem 1.75rem;
  border-left: 3px solid #000000;
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.015em;
}

/* Next / Prev Post Nav */
.blog-post_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-nav_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.blog-nav_card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.blog-nav_direction {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777777;
}

.blog-nav_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
  margin: 0;
}

/* Related Articles Section */
.section_blog-related {
  background-color: var(--bg-page, #f8f7f3);
  padding: 3rem 0 6rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-related_title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.blog-related_heading {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
}

/* ==================== BLOG SINGLE RESPONSIVE STYLES ==================== */
@media (max-width: 991px) {
  .section_blog-single {
    padding-top: 6.75rem;
  }

  .blog-single_layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog-single_sidebar {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 2.75rem !important;
  }

  .blog-article_body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .section_blog-single {
    padding-top: 6.25rem;
    padding-bottom: 3.5rem;
  }

  .blog-single_meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    width: 100%;
    box-sizing: border-box;
  }

  .blog-single_author-meta {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .blog-single_date-meta {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }

  .blog-single_share-group {
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }

  .blog-article_body {
    font-size: 1rem;
    line-height: 1.75;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .blog-article_body h1,
  .blog-article_body h2,
  .blog-article_body h3,
  .blog-article_body h4,
  .blog-article_body p,
  .blog-article_body ul,
  .blog-article_body ol,
  .blog-article_body li {
    max-width: 100% !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .blog-callout {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  code,
  .blog-callout code,
  .blog-article_body code {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .blog-code_container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .blog-code_pre {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: pre !important;
  }

  .blog-metrics_card {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .blog-metrics_grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .blog-post_nav {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .blog-nav_card {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .blog-article_lead {
    font-size: 1.125rem;
  }

  .blog-article_author-showcase {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .showcase-avatar_wrap {
    width: 76px;
    height: 76px;
  }

  .author-card_media-wrap {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .section_blog-single {
    padding-top: 5.85rem;
  }

  .blog-metrics_card {
    padding: 1.25rem;
  }

  .blog-callout {
    padding: 1.25rem;
  }

  .showcase-actions {
    flex-direction: column;
    width: 100%;
  }

  .showcase-actions .button-primary.is-small,
  .showcase-actions .button-secondary.is-small {
    width: 100%;
    justify-content: center;
  }

  .blog-code_pre {
    padding: 1rem;
    font-size: 0.8125rem;
  }

  .blog-single_toc-card,
  .blog-single_author-box {
    padding: 1.25rem;
  }
}

/* ==================== DEDICATED SINGLE PROJECT CASE STUDY STYLING ==================== */

.section_project-hero {
  padding-top: 7.5rem;
  padding-bottom: 3.5rem;
  background-color: var(--bg-page, #f8f7f3);
  width: 100%;
  position: relative;
}

.project-single_breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  color: #777777;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.project-single_breadcrumbs a {
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-single_breadcrumbs a:hover {
  color: #000000;
}

.project-single_breadcrumbs span.sep {
  color: #bbbbbb;
}

.project-single_badges-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.project-single_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0.4rem 1rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.project-single_badge.secondary {
  background: rgba(0, 0, 0, 0.04);
  color: #444444;
  border-color: rgba(0, 0, 0, 0.06);
  font-weight: 600;
}

.project-single_badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3b82f6;
}

.project-single_title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #000000;
  margin: 0 0 1.5rem 0;
  max-width: 1050px;
}

.project-single_lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
  color: #444444;
  max-width: 880px;
  margin: 0 0 2.5rem 0;
}

/* 4-Column Meta Specification Grid */
.project-meta_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
  margin-bottom: 2rem;
}

.project-meta_item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.project-meta_label {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 0.05em;
}

.project-meta_val {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  word-break: break-word;
}

/* Action Buttons Bar */
.project-action_bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.project-btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #000000;
  color: #ffffff;
  padding: 0.85rem 1.85rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.project-btn_primary:hover {
  transform: translateY(-2px);
  background: #1a1a1a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.project-btn_secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.85rem 1.85rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.project-btn_secondary:hover {
  transform: translateY(-2px);
  border-color: #000000;
  color: #000000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* Featured Hero Showcase Mockup */
.project-hero_img-wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.08);
  background: #000000;
  margin-bottom: 4rem;
}

.project-hero_img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

.project-hero_img-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  pointer-events: none;
}

.project-status_indicator {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.project-status_live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.35);
}

.project-status_device-tag {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  color: #111111;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

/* ==================== PROJECT METRICS STRIP ==================== */
.section_project-metrics {
  padding: 2.5rem 0 5.5rem 0;
  background-color: var(--bg-page, #f8f7f3);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  width: 100%;
}

.project-metrics_header {
  margin-bottom: 2.5rem;
}

.project-metrics_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0 0;
  color: #000000;
  line-height: 1.25;
}

.project-metrics_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.project-metric_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.project-metric_value {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: clamp(2.4rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.04em;
  line-height: 1;
}

.project-metric_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111111;
}

.project-metric_desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #666666;
  margin: 0;
}

/* ==================== PROJECT BODY NARRATIVE & SIDEBAR ==================== */
.section_project-body {
  padding: 3rem 0 6rem 0;
  background-color: var(--bg-page, #f8f7f3);
  width: 100%;
  position: relative;
}

.project-body_layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 4rem;
  align-items: start;
}

.project-body_sidebar {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.project-sidebar_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.project-sidebar_heading {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 0 0 1rem 0;
}

.project-sidebar_nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-sidebar_link {
  display: block;
  font-size: 0.85rem;
  color: #555555;
  text-decoration: none;
  line-height: 1.45;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
  border-radius: 0 6px 6px 0;
}

.project-sidebar_link:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.02);
}

.project-sidebar_link.is-active {
  color: #000000;
  font-weight: 700;
  border-left-color: #000000;
  background: rgba(0, 0, 0, 0.035);
}

.project-tech_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.project-tech_tag {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.04);
  color: #333333;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.project-author_box {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.project-author_avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.project-author_name {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.project-author_role {
  font-size: 0.75rem;
  color: #666666;
  font-family: 'Roboto Mono VF', monospace;
}

.project-author_bio {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #555555;
  margin: 0 0 1rem 0;
}

.project-author_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 0.65rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
}

.project-author_cta:hover {
  background: #3b82f6;
  transform: translateY(-2px);
}

/* Right Narrative Column */
.project-narrative_main {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #2b2b2b;
  min-width: 0;
  max-width: 780px;
}

.project-narrative_section {
  margin-bottom: 4rem;
  scroll-margin-top: 6.5rem;
}

.project-section_badge {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.project-narrative_h2 {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 1.25rem 0;
}

.project-narrative_main p {
  margin: 0 0 1.5rem 0;
}

.project-narrative_main ul {
  margin: 0 0 1.75rem 0;
  padding-left: 1.5rem;
}

.project-narrative_main li {
  margin-bottom: 0.65rem;
}

/* Challenge Cards */
.project-challenge_list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.project-challenge_item {
  display: flex;
  gap: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.project-challenge_num {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 1.1rem;
  font-weight: 800;
  color: #ef4444;
  flex-shrink: 0;
  padding-top: 0.1rem;
}

.project-challenge_content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.project-challenge_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.35;
}

.project-challenge_content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}

/* Feature Comparison Table */
.project-table_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 1.75rem;
  margin: 2rem 0;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

.project-table_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}

.project-table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.project-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  min-width: 480px;
}

.project-table th {
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #666666;
}

.project-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #333333;
}

.table-tag.good {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  display: inline-block;
}

.table-tag.bad {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  display: inline-block;
}

/* Callout Box */
.project-callout_box {
  background: #ffffff;
  border-left: 4px solid #000000;
  border-radius: 0 16px 16px 0;
  padding: 1.5rem 1.85rem;
  margin: 2.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.project-callout_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-callout_box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #444444;
}

/* Code Snippet Card */
.project-code_card {
  background: #111111;
  border-radius: 16px;
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.project-code_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: #1b1b1b;
  border-bottom: 1px solid #282828;
}

.project-code_dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-code_dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.project-code_dots .dot.red { background: #ff5f56; }
.project-code_dots .dot.yellow { background: #ffbd2e; }
.project-code_dots .dot.green { background: #27c93f; }

.project-code_dots .filename {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  color: #888888;
  margin-left: 0.5rem;
}

.project-code_tag {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.72rem;
  color: #888888;
}

.project-code_pre {
  margin: 0;
  padding: 1.35rem 1.5rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #e5e5e5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
}

/* Client Testimonial Bento Box */
.project-testimonial_bento {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 2.25rem;
  margin-top: 1.5rem;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.project-testimonial_stars {
  color: #FB9826;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.project-testimonial_quote {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.65;
  color: #111111;
  margin: 0 0 1.75rem 0;
  font-style: italic;
}

.project-testimonial_author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.project-testimonial_pic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.project-testimonial_meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.project-testimonial_name {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
}

.project-testimonial_sub {
  font-size: 0.8125rem;
  color: #666666;
  font-family: 'Roboto Mono VF', monospace;
}

/* Project Navigation Bar */
.project-nav_bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.project-nav_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.project-nav_card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.project-nav_sub {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777777;
}

.project-nav_title {
  font-family: 'BDO Grotesk VF', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
}

/* ==================== PROJECT SINGLE RESPONSIVE STYLES ==================== */
@media (max-width: 991px) {
  .section_project-hero {
    padding-top: 6.75rem;
  }

  .project-meta_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .project-metrics_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-body_layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .project-body_sidebar {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 3rem !important;
  }

  .project-narrative_main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .section_project-hero {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }

  .project-meta_grid {
    grid-template-columns: 1fr;
    padding: 1.35rem 1.4rem;
  }

  .project-metrics_grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .project-action_bar {
    flex-direction: column;
    align-items: stretch;
  }

  .project-btn_primary,
  .project-btn_secondary {
    width: 100%;
    justify-content: center;
  }

  .project-narrative_main {
    font-size: 1rem;
    line-height: 1.75;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .project-narrative_main h2,
  .project-narrative_main h3,
  .project-narrative_main p,
  .project-narrative_main ul,
  .project-narrative_main li {
    max-width: 100% !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .project-challenge_item {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .project-table_card {
    padding: 1.25rem;
  }

  .project-callout_box {
    padding: 1.25rem;
  }

  .project-code_pre {
    padding: 1rem;
    font-size: 0.8125rem;
  }

  .project-testimonial_bento {
    padding: 1.5rem;
  }

  .project-nav_bar {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .project-hero_img-overlay {
    position: static;
    padding: 1rem;
    background: #111;
  }
}

@media (max-width: 480px) {
  .section_project-hero {
    padding-top: 5.85rem;
  }

  .project-metric_card {
    padding: 1.35rem 1.25rem;
  }

  .project-sidebar_card {
    padding: 1.25rem;
  }
}

/* ==========================================================================
   LUXURY EDITORIAL TYPOGRAPHY & ELEMENTS (BLOG ARTICLE BODY & SINGLE PAGES)
   ========================================================================== */

.blog-article_body,
.page_content,
.entry-content {
  font-family: 'Inter VF', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #2b2b2b;
  word-break: break-word;
}

/* Headings in Post Content */
.blog-article_body h1,
.page_content h1,
.entry-content h1 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #000000;
  margin: 3.5rem 0 1.5rem 0;
}

.blog-article_body h2,
.page_content h2,
.entry-content h2 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #000000;
  margin: 3.25rem 0 1.25rem 0;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  scroll-margin-top: 6.5rem;
}

.blog-article_body h3,
.page_content h3,
.entry-content h3 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.35;
  color: #111111;
  margin: 2.25rem 0 0.85rem 0;
  scroll-margin-top: 6.5rem;
}

.blog-article_body h4,
.page_content h4,
.entry-content h4 {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #1f2937;
  margin: 1.75rem 0 0.75rem 0;
}

/* Paragraphs & Text */
.blog-article_body p,
.page_content p,
.entry-content p {
  margin: 0 0 1.65rem 0;
  color: #2d3748;
}

.blog-article_body strong,
.page_content strong,
.entry-content strong {
  font-weight: 700;
  color: #000000;
}

/* Critical Fix: Nested Paragraphs in Lists */
.blog-article_body li p,
.page_content li p,
.entry-content li p {
  margin: 0 !important;
  display: inline !important;
  padding: 0 !important;
}

/* Custom Styled Bullet & Numbered Lists */
.blog-article_body ul,
.page_content ul,
.entry-content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 1.5rem 0 2rem 0 !important;
}

.blog-article_body ul > li,
.page_content ul > li,
.entry-content ul > li {
  position: relative;
  padding-left: 1.85rem !important;
  margin-bottom: 0.85rem;
  line-height: 1.75;
  color: #2d3748;
}

.blog-article_body ul > li::before,
.page_content ul > li::before,
.entry-content ul > li::before {
  content: "✦";
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: #2563eb;
  font-size: 0.85rem;
  line-height: 1.75;
}

.blog-article_body ol,
.page_content ol,
.entry-content ol {
  padding-left: 1.5rem !important;
  margin: 1.5rem 0 2rem 0 !important;
}

.blog-article_body ol > li,
.page_content ol > li,
.entry-content ol > li {
  margin-bottom: 0.85rem;
  line-height: 1.75;
  color: #2d3748;
  padding-left: 0.5rem;
}

.blog-article_body ol > li::marker,
.page_content ol > li::marker,
.entry-content ol > li::marker {
  font-family: 'Roboto Mono VF', monospace;
  font-weight: 700;
  color: #2563eb;
}

/* Editorial Links */
.blog-article_body a,
.blog-article_body .text-accent,
.page_content a,
.entry-content a {
  color: #2563eb !important;
  font-weight: 600;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease !important;
}

.blog-article_body a:hover,
.blog-article_body .text-accent:hover,
.page_content a:hover,
.entry-content a:hover {
  color: #1d4ed8 !important;
  text-decoration-color: #1d4ed8 !important;
}

/* Elegant Blockquotes */
.blog-article_body blockquote,
.page_content blockquote,
.entry-content blockquote {
  position: relative;
  margin: 2.25rem 0;
  padding: 1.5rem 1.75rem 1.5rem 2.25rem;
  background: #ffffff;
  border-left: 4px solid #2563eb;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-style: italic;
  color: #1e293b;
}

.blog-article_body blockquote p,
.page_content blockquote p,
.entry-content blockquote p {
  margin: 0 !important;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #1e293b;
}

/* Code Blocks & Inline Snippets */
.blog-article_body code:not(pre code),
.page_content code:not(pre code),
.entry-content code:not(pre code) {
  font-family: 'Roboto Mono VF', 'SFMono-Regular', Consolas, monospace;
  font-size: 0.88em;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  color: #0f172a;
  font-weight: 500;
}

.blog-article_body pre,
.page_content pre,
.entry-content pre {
  background: #0f172a !important;
  color: #f1f5f9 !important;
  padding: 1.5rem 1.75rem !important;
  border-radius: 16px !important;
  overflow-x: auto !important;
  margin: 2.25rem 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blog-article_body pre code,
.page_content pre code,
.entry-content pre code {
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  border-radius: 0 !important;
  font-family: 'Roboto Mono VF', 'Courier New', monospace;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

/* Divider HR */
.blog-article_body hr,
.page_content hr,
.entry-content hr {
  border: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.12) 85%, transparent) !important;
  margin: 3rem 0 !important;
}

/* Data Tables */
.blog-article_body table,
.page_content table,
.entry-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.25rem 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
}

.blog-article_body th,
.page_content th,
.entry-content th {
  background: #0f172a;
  color: #ffffff;
  font-family: 'BDO Grotesk VF', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.95rem 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-article_body td,
.page_content td,
.entry-content td {
  padding: 0.95rem 1.25rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #334155;
}

.blog-article_body tr:last-child td,
.page_content tr:last-child td,
.entry-content tr:last-child td {
  border-bottom: none;
}

.blog-article_body tr:nth-child(even),
.page_content tr:nth-child(even),
.entry-content tr:nth-child(even) {
  background: #fafaf9;
}

/* Images & Figures */
.blog-article_body figure,
.page_content figure,
.entry-content figure,
.blog-article_body img,
.page_content img,
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 2rem auto;
  display: block;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.blog-article_body figcaption,
.page_content figcaption,
.entry-content figcaption {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
  margin-top: 0.75rem;
}

/* ==========================================================================
   BLOG ARCHIVE PAGE STYLING (INDEX.PHP & ARCHIVES)
   ========================================================================== */

.section_blog-archive {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  min-height: 80vh;
}

.blog-archive_hero {
  margin-bottom: 3.5rem;
}

.blog-archive_badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  margin-bottom: 1.25rem;
}

.blog-archive_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  animation: pulseDot 2s infinite;
}

.blog-archive_badge-text {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
}

.blog-archive_title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #000000;
  margin: 0 0 1rem 0;
}

.blog-archive_subtext {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #555555;
  max-width: 680px;
  margin: 0 0 2rem 0;
}

/* Category Filter Tabs Bar */
.blog-archive_filter-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-filter_pill {
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 1.15rem;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: #444444;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.blog-filter_pill:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.blog-filter_pill.is-active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.blog-filter_pill.is-active .blog-filter_count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.blog-filter_count {
  font-size: 0.72rem;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.5rem;
  border-radius: 100px;
  color: #666666;
  font-weight: 700;
}

/* Card Excerpt in Archive */
.blog_card-excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555555;
  margin-top: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Sleek Pagination */
.pagination-wrap {
  margin-top: 4.5rem;
  text-align: center;
}

.pagination-wrap .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  padding: 0.45rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.85rem;
  border-radius: 100px;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #444444;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-wrap .page-numbers:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #000000;
}

.pagination-wrap .page-numbers.current {
  background: #000000;
  color: #ffffff;
}

/* ==========================================================================
   DEFAULT STANDARD SINGLE PAGE STYLING (PAGE.PHP)
   ========================================================================== */

.section_page-default {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  min-height: 75vh;
}

.page-default_hero {
  margin-bottom: 2.5rem;
}

.page-default_breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.8125rem;
  color: #666666;
  margin-bottom: 1.25rem;
}

.page-default_breadcrumbs a {
  color: #444444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-default_breadcrumbs a:hover {
  color: #000000;
}

.page-default_breadcrumbs .sep {
  color: #aaaaaa;
}

.page-default_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #ffffff;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: 'Roboto Mono VF', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 1rem;
}

.page-default_badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
}

.page-default_title {
  font-family: 'BDO Grotesk VF', 'Space Grotesk', sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 3.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #000000;
  margin: 0;
}

.page-default_card {
  background: #ffffff;
  padding: 3.5rem;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  .page-default_card {
    padding: 2rem 1.5rem;
    border-radius: 18px;
  }
}