/* Pyko-Inspired Ultra-Exclusive Editorial Theme for PandaBox */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600;1,700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Noto+Sans+Georgian:wght@400;500;600;700;800&display=swap');

:root {
  --color-dark-bg: #0C100E;
  --color-dark-surface: #121815;
  
  --color-bamboo-neon: #00E676;
  --color-bamboo-green: #00A859;
  --color-bamboo-dark: #008744;
  --color-bamboo-dim: #7EC39D;
  --color-bamboo-light-bg: #E8F8EE;
  
  --color-text-white: #FFFFFF;
  --color-text-muted: #9BA4A0;
  --color-text-dim: #646E69;
  
  --color-glass-pill: rgba(255, 255, 255, 0.09);
  --color-glass-pill-hover: rgba(255, 255, 255, 0.16);
  --color-glass-border: rgba(255, 255, 255, 0.14);
  
  --font-family-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Noto Sans Georgian", sans-serif;
  --font-family-serif: "Cormorant Garamond", Georgia, serif;
  --max-width: 1420px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--color-dark-bg);
  color: var(--color-text-white);
  font-family: var(--font-family-sans);
  line-height: 1.5;
  overflow-x: hidden;
}

/* ================= PYKO-STYLE FLOATING PILL NAVBAR ================= */
.navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 40px;
  background: transparent;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.navbar-container {
  max-width: var(--max-width);
  margin: 0 auto;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  animation: fadeInDownSlow 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s backwards;
  z-index: 5;
}

.brand-link:hover {
  opacity: 0.92;
  transform: scale(1.03);
}

/* GIANT & PROUD LOGO DISPLAY */
.brand-logo-full {
  height: 125px;
  width: auto;
  max-height: 135px;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 230, 118, 0.18));
}

/* Floating Center Navigation Capsule (Mathematically Centered in Screen) */
.nav-pill-capsule {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(18, 22, 19, 0.86);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 6px 10px;
  border-radius: 9999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
  z-index: 10;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-item .nav-link {
  display: block;
  padding: 9px 20px;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #A0A9A3;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.nav-item .nav-link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}

.nav-item .nav-link.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/* Nav Right Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: fadeInDownSlow 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.55s backwards;
  z-index: 5;
}

/* Language Switcher Pill (EN | KA) */
.lang-switcher {
  display: flex;
  align-items: center;
  background: rgba(18, 22, 19, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4px;
  border-radius: 9999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, 0, 0);
}

.lang-btn {
  background: none;
  border: none;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #A0A9A3;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  color: #FFFFFF;
}

.lang-btn.active {
  background: #FFFFFF;
  color: #121815;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Pure White Pill CTA Button (Pyko Style) */
.btn-pyko-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #121815;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-pyko-white:hover {
  background: #00E676;
  color: #082010;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 230, 118, 0.35);
}

.btn-pyko-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-text-white);
  background: var(--color-glass-pill);
  border: 1px solid var(--color-glass-border);
  text-decoration: none;
  backdrop-filter: blur(16px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-pyko-glass:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ================= SECTION 1: 100VH FULLSCREEN HERO ================= */
.hero-wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 30px;
  background: #FFFFFF;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 20px 80px;
}

.video-bg,
.hero-img-bg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
}

.video-overlay {
  display: none;
  background: transparent;
}

.hero-section {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-section-clean {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.hero-section-clean .scroll-indicator {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section-clean .scroll-text {
  color: #728078;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
  margin-bottom: 2px;
}

.hero-section-clean .scroll-mouse-icon {
  border-color: rgba(0, 0, 0, 0.35);
  margin: 0 auto;
}

.hero-section-clean .scroll-mouse-dot {
  background: #00A859;
}

/* Ultra-Clean Transparent Glassmorphism Panel for Hero */
.hero-glass-card {
  background: rgba(12, 18, 14, 0.45);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 36px;
  padding: 44px 48px 36px;
  max-width: 980px;
  margin: 0 auto 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  animation: fadeInDownSlow 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.35s backwards;
  transform: translate3d(0, 0, 0);
}

.hero-tracker-label {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4DCD7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  margin-bottom: 18px;
  opacity: 0.95;
  animation: fadeInDownSlow 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.65s backwards;
}

.hero-headline {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--color-text-white);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.75);
  line-height: 1.05;
  margin-bottom: 18px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInDownSlow 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.85s backwards;
}

.hero-serif-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 1.12em;
  color: var(--color-bamboo-neon);
  text-shadow: 0 0 25px rgba(0, 230, 118, 0.4), 0 4px 20px rgba(0, 0, 0, 0.8);
}

.hero-subheadline {
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.65;
  color: #E2E8E4;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
  max-width: 660px;
  margin: 0 auto 34px;
  animation: fadeInDownSlow 1.8s cubic-bezier(0.16, 1, 0.3, 1) 1.05s backwards;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  animation: fadeInDownSlow 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1.25s backwards;
}

/* Scroll Indicator */
.scroll-indicator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  margin-top: 4px;
  animation: fadeInDownSlow 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1.45s backwards;
}

.scroll-text {
  font-size: 0.70rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  opacity: 0.85;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.scroll-indicator:hover .scroll-text {
  opacity: 1;
  color: var(--color-text-white);
}

.scroll-mouse-icon {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease;
}

.scroll-indicator:hover .scroll-mouse-icon {
  border-color: rgba(255, 255, 255, 0.8);
}

.scroll-mouse-dot {
  width: 3px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 9999px;
  animation: mouseWheel 2.0s ease-in-out infinite;
}

/* ================= SECTION 2: WHITE STICKY STAGE (120FPS HARDWARE ACCELERATED) ================= */
.bamboo-scroll-track {
  position: relative;
  width: 100vw;
  height: 220vh;
  background-color: #FFFFFF;
  z-index: 20;
}

.bamboo-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 120px 40px 40px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.bamboo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.bamboo-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  margin-bottom: 20px;
  padding: 5px 15px;
  background: rgba(0, 168, 89, 0.08);
  border-radius: 9999px;
  border: 1px solid rgba(0, 168, 89, 0.18);
}

.bamboo-tag-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-bamboo-green);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 168, 89, 0.6);
}

.bamboo-reveal-text {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.8rem, 3.0vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.30;
  text-align: left;
  max-width: 1160px;
}

.bamboo-word {
  display: inline-block;
  color: #D8DFDB;
  margin-right: 0.24em;
  contain: layout style paint;
  will-change: color;
  transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1), font-weight 0.2s ease;
}

.bamboo-word.lit {
  color: var(--color-bamboo-green);
  font-weight: 600;
}

.bamboo-word.semi-lit {
  color: #55B880;
}

/* ================= SECTION 3: COMPACT 4-PANEL MINIMALIST GRID ================= */
.minimal-panels-section {
  position: relative;
  width: 100vw;
  background-color: #FFFFFF;
  color: #0C100E;
  padding: 60px 32px 140px;
  z-index: 25;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.minimal-panels-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.minimal-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              visibility 0.8s ease;
}

.minimal-header.header-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.minimal-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  margin-bottom: 10px;
  padding: 4px 12px;
  background: rgba(0, 168, 89, 0.08);
  border: 1px solid rgba(0, 168, 89, 0.18);
  border-radius: 9999px;
}

.minimal-tag-dot {
  width: 5px;
  height: 5px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

.minimal-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0C100E;
  line-height: 1.2;
}

.minimal-serif-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
  color: #0C100E;
}

.minimal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.minimal-card {
  position: relative;
  background: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px) scale(0.92);
  filter: blur(5px);
  will-change: transform, opacity, filter, visibility;
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.95s ease, 
              visibility 0.95s ease;
}

.minimal-card.card-entered {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.minimal-card:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.12);
}

.mcard-header {
  margin-bottom: 16px;
}

.mcard-top-pill,
.mcard-title,
.mcard-desc {
  opacity: 0;
  transform: translateY(14px);
  will-change: transform, opacity;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.mcard-header.header-revealed .mcard-top-pill {
  opacity: 1;
  transform: translateY(0);
}

.mcard-header.header-revealed .mcard-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.10s;
}

.mcard-header.header-revealed .mcard-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}

.mcard-top-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-bamboo-green);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.mcard-pill-dot {
  width: 4px;
  height: 4px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

.mcard-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0C100E;
  margin-bottom: 5px;
}

.mcard-desc {
  font-size: 0.78rem;
  color: #646E69;
  line-height: 1.45;
  font-weight: 400;
}

.mcard-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mcard-row {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  
  opacity: 0;
  transform: translateX(-40px);
  will-change: transform, opacity;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.mcard-row.row-active {
  opacity: 1;
  transform: translateX(0);
}

.mcard-row:hover {
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}

.mcard-icon-circle,
.mcard-row-label,
.mcard-val,
.mcard-badge {
  opacity: 0;
  transform: translateY(10px);
  will-change: transform, opacity;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.mcard-row.content-active .mcard-icon-circle {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mcard-row.content-active .mcard-row-label {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.10s;
}

.mcard-row.content-active .mcard-val {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.20s;
}

.mcard-row.content-active .mcard-badge {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.30s;
}

.mcard-row-left {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mcard-icon-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: scale(0.6);
}

.icon-orange { background: rgba(255, 149, 0, 0.14); color: #FF9500; }
.icon-red { background: rgba(255, 59, 48, 0.12); color: #FF3B30; }
.icon-blue { background: rgba(0, 122, 255, 0.12); color: #007AFF; }
.icon-cyan { background: rgba(50, 173, 230, 0.14); color: #32ADE6; }
.icon-purple { background: rgba(175, 82, 222, 0.12); color: #AF52DE; }
.icon-gray { background: rgba(142, 142, 147, 0.14); color: #8E8E93; }
.icon-bamboo { background: rgba(0, 168, 89, 0.14); color: var(--color-bamboo-green); }
.icon-bamboo-soft { background: rgba(0, 230, 118, 0.16); color: #00A859; }

.mcard-row-label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.25;
}

.mcard-row-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.mcard-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  color: #0C100E;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.val-bamboo {
  color: var(--color-bamboo-green);
  font-weight: 800;
}

.mcard-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 3px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}

.badge-orange { background: rgba(255, 149, 0, 0.12); color: #D97706; }
.badge-blue { background: rgba(0, 122, 255, 0.10); color: #0284C7; }
.badge-purple { background: rgba(175, 82, 222, 0.10); color: #7C3AED; }
.badge-gray { background: rgba(142, 142, 147, 0.12); color: #4B5563; }
.badge-bamboo { background: rgba(0, 168, 89, 0.14); color: #008744; }
.badge-bamboo-soft { background: rgba(0, 230, 118, 0.14); color: #00A859; }

.card-highlight-bamboo {
  border-color: rgba(0, 168, 89, 0.22);
  background: linear-gradient(180deg, #F0FDF4 0%, #F8F9FA 100%);
}

.row-highlight {
  background: #FFFFFF;
  border-color: rgba(0, 168, 89, 0.18);
}

/* ================= SECTION 4: UNIKO-STYLE EDITORIAL & 120FPS SILKY SMOOTH PARALLAX SHOWCASE ================= */
.parallax-showcase-track {
  position: relative;
  width: 100vw;
  height: 380vh;
  background-color: #FFFFFF;
  z-index: 30;
}

.parallax-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 165px 32px 24px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.parallax-content-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* ================= EDITORIAL HEADLINE: MASKED LINE-BY-LINE REVEAL ================= */
.uniko-text-header {
  text-align: left;
  width: 100%;
  max-width: 1340px;
  margin-top: 0;
  margin-bottom: 2px;
}

.uniko-headline {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.8rem, 2.9vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.20;
  color: #0C100E;
}

/* Overflow Mask for Line Emergence */
.uline-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 4px;
}

.uline {
  display: inline-block;
  transform: translate3d(0, 115%, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.9s ease;
}

.uniko-text-header.header-visible .uline-1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.10s;
}

.uniko-text-header.header-visible .uline-2 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.28s;
}

/* WORD ILLUMINATION ENGINE */
.uword {
  display: inline;
  contain: layout style paint;
  will-change: color;
  transition: color 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.uword-dimmed {
  color: var(--color-bamboo-dim);
}

.uword-active {
  color: #0C100E;
  font-weight: 800;
}

.uword-lit {
  color: #0C100E !important;
  font-weight: 800 !important;
}

/* ================= 120FPS SILKY SMOOTH PARALLAX SHOWCASE WINDOW ================= */
.showcase-peek-window {
  position: relative;
  width: 100%;
  max-width: 1340px;
  height: calc(100vh - 285px);
  min-height: 440px;
  max-height: 580px;
  border-radius: 30px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.10), 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  will-change: transform;
  transform: translate3d(0, 140px, 0) scale(0.94);
  margin: 0 auto;
}

.showcase-slides-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

/* VERTICAL SLIDE DECK: UPWARD EXIT & UPWARD ENTRANCE */
.showcase-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, visibility;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 10px;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.60s ease, 
              visibility 0.85s ease;
}

.showcase-slide.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.showcase-slide.exited-up {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

/* 100% COMPLETE ZERO-CROP GIANT IMAGE */
.showcase-img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

/* ================= ULTRA-EXCLUSIVE FROSTED GLASSMORPHISM OVERLAY CARD ================= */
.showcase-overlay-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 15px 18px;
  color: #0C100E;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10), inset 0 1px 1px rgba(255, 255, 255, 0.90);
  z-index: 5;
  transform: translate3d(0, 24px, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.80s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, 
              opacity 0.80s ease 0.15s;
}

.showcase-slide.active .showcase-overlay-card {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Sequential Inner Floating Entrances inside Mini Panel */
.s-card-pill,
.showcase-overlay-card h4,
.showcase-overlay-card p {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: transform, opacity;
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-slide.active .s-card-pill {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.25s;
}

.showcase-slide.active .showcase-overlay-card h4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.40s;
}

.showcase-slide.active .showcase-overlay-card p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.55s;
}

.s-card-pill {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--color-bamboo-green);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.showcase-overlay-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 3px;
  color: #0C100E;
  line-height: 1.25;
}

.showcase-overlay-card p {
  font-size: 0.72rem;
  color: #2D3748;
  line-height: 1.4;
  font-weight: 500;
}

/* ================= CLEAN GLASSMORPHIC INDICATOR PILLS ================= */
.showcase-indicators {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}

.s-dot {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.80);
  border-radius: 9999px;
  padding: 6px 14px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: var(--font-family-sans);
  font-size: 0.74rem;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.90);
  
  /* Initial Submerged State */
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 45px, 0) scale(0.85);
  filter: blur(4px);
  will-change: transform, opacity, filter, visibility;
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.95s ease, 
              visibility 0.95s ease,
              background 0.25s ease,
              color 0.25s ease,
              box-shadow 0.25s ease;
}

.showcase-indicators.indicators-visible .s-dot {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.showcase-indicators.indicators-visible .s-dot:nth-child(1) {
  transition-delay: 0.30s;
}

.showcase-indicators.indicators-visible .s-dot:nth-child(2) {
  transition-delay: 0.45s;
}

.showcase-indicators.indicators-visible .s-dot:nth-child(3) {
  transition-delay: 0.60s;
}

.s-dot:hover {
  background: rgba(255, 255, 255, 0.88);
  color: #0C100E;
}

.s-dot.active {
  background: #0C100E !important;
  color: #FFFFFF !important;
  font-weight: 700;
  border-color: #0C100E;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
}

.s-dot-num {
  font-weight: 800;
  font-size: 0.70rem;
}

/* ================= SECTION 5: OFFICIAL REAL SVG LOGOS DECK & MANIFESTO ================= */
.partners-sticky-track {
  position: relative;
  width: 100vw;
  height: 240vh;
  background-color: #FFFFFF;
  z-index: 35;
}

.partners-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 130px 40px 40px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.partners-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-header {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  will-change: transform, opacity;
  transition: opacity 1.0s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 1.0s cubic-bezier(0.16, 1, 0.3, 1), 
              visibility 1.0s ease;
}

.partners-header.header-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.partners-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  padding: 4px 12px;
  background: rgba(0, 168, 89, 0.08);
  border: 1px solid rgba(0, 168, 89, 0.18);
  border-radius: 9999px;
}

.partners-tag-dot {
  width: 5px;
  height: 5px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

/* REAL OFFICIAL VECTOR LOGOS DECK SWAP */
.logo-viewport {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 12px;
}

.logo-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  gap: 24px;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, visibility;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.65s ease, 
              visibility 0.85s ease;
}

.logo-row.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.logo-row.exited-up {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.partner-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.partner-official-img {
  height: 40px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.12) opacity(0.82);
  transition: filter 0.25s ease, transform 0.25s ease;
  user-select: none;
  cursor: default;
}

.partner-official-img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
  transform: translateY(-2px);
}

/* MANIFESTO EDITORIAL ILLUMINATION */
.manifesto-box {
  text-align: left;
  max-width: 1120px;
}

.manifesto-text {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.25;
  color: #0C100E;
}

.mword {
  display: inline;
  color: #D1D5DB;
  contain: layout style paint;
  will-change: color;
  transition: color 0.20s cubic-bezier(0.16, 1, 0.3, 1);
}

.mword.mword-lit {
  color: #0C100E !important;
  font-weight: 700 !important;
}

/* ================= SECTION 6: TALL MINIMALIST IMPACT STATS WITH LIGHT BAMBOO HOVER ================= */
.stats-metrics-section {
  position: relative;
  width: 100vw;
  background-color: #FFFFFF;
  color: #0C100E;
  padding: 80px 32px 140px;
  z-index: 40;
  overflow: hidden;
}

.stats-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.stats-header {
  text-align: left;
  max-width: 800px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  will-change: transform, opacity;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              visibility 0.85s ease;
}

.stats-header.header-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.stats-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  margin-bottom: 12px;
  padding: 4px 12px;
  background: rgba(0, 168, 89, 0.08);
  border: 1px solid rgba(0, 168, 89, 0.18);
  border-radius: 9999px;
}

.stats-tag-dot {
  width: 5px;
  height: 5px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

.stats-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0C100E;
  line-height: 1.18;
}

.stats-serif-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
  color: #0C100E;
}

/* 4 TALL MINIMALIST STAT CARDS GRID */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-metric-card {
  position: relative;
  background-color: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  height: 380px;
  min-height: 360px;
  padding: 38px 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  
  /* Initial Entry State */
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 60px, 0);
  filter: blur(4px);
  will-change: transform, opacity, filter, background-color, border-color;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.85s ease, 
              visibility 0.85s ease,
              background-color 0.40s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.40s ease,
              box-shadow 0.40s ease;
  cursor: default;
}

.stat-metric-card.stat-card-entered {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* LIGHT BAMBOO GREEN HOVER EFFECT (AS REQUESTED) */
.stat-metric-card:hover {
  background-color: var(--color-bamboo-light-bg) !important;
  border-color: rgba(0, 168, 89, 0.32) !important;
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 20px 45px rgba(0, 168, 89, 0.12), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.stat-card-top {
  width: 100%;
}

/* BIG BOLD METRIC NUMBER AT TOP-LEFT */
.stat-card-num {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(3.0rem, 4.4vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #0C100E;
  line-height: 0.95;
  display: block;
}

.stat-card-bottom {
  width: 100%;
}

/* CLEAN EDITORIAL DESCRIPTION AT BOTTOM-LEFT */
.stat-card-desc {
  font-family: var(--font-family-sans);
  font-size: 0.92rem;
  font-weight: 400;
  color: #4B5563;
  line-height: 1.45;
  max-width: 260px;
  
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  will-change: transform, opacity;
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-card-desc.desc-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stat-metric-card:hover .stat-card-desc {
  color: #1F2937;
}

/* ================= SECTION 7: B2B SALES & HORIZONTAL PARALLAX GALLERY ================= */
.b2b-sticky-track {
  position: relative;
  width: 100vw;
  height: 340vh;
  background-color: #FFFFFF;
  z-index: 45;
}

.b2b-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 110px 48px 40px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.b2b-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
}

/* LEFT FIXED EDITORIAL COLUMN WITH MASKED EMERGENCE ANIMATION */
.b2b-info-col {
  flex: 0 0 420px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}

/* Tag, Subtitle & Button Staggered Floating Entrance */
.b2b-tag,
.b2b-subheadline,
.btn-b2b-dark {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  will-change: transform, opacity;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.b2b-info-col.info-visible .b2b-tag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
}

.b2b-info-col.info-visible .b2b-subheadline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.55s;
}

.b2b-info-col.info-visible .btn-b2b-dark {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.70s;
}

.b2b-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  margin-bottom: 16px;
  padding: 4px 12px;
  background: rgba(0, 168, 89, 0.08);
  border: 1px solid rgba(0, 168, 89, 0.18);
  border-radius: 9999px;
}

.b2b-tag-dot {
  width: 5px;
  height: 5px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

/* EXACT UNIKO MASKED LINE-BY-LINE REVEAL */
.b2b-headline {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #0C100E;
  line-height: 1.08;
  margin-bottom: 16px;
}

.b2b-line-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 4px;
}

.b2b-line {
  display: inline-block;
  transform: translate3d(0, 115%, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.9s ease;
}

.b2b-info-col.info-visible .b2b-line-1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.12s;
}

.b2b-info-col.info-visible .b2b-line-2 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.26s;
}

.b2b-info-col.info-visible .b2b-line-3 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.40s;
}

.b2b-text-highlight {
  color: var(--color-bamboo-green);
  display: inline;
}

.b2b-subheadline {
  font-size: 0.95rem;
  color: #4B5563;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 28px;
}

.btn-b2b-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: #0C100E;
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-b2b-dark:hover {
  background: var(--color-bamboo-green);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 168, 89, 0.30);
}

/* RIGHT HORIZONTAL SLIDING PARALLAX GALLERY */
.b2b-gallery-viewport {
  flex: 1 1 auto;
  overflow: hidden;
  width: calc(100% - 476px);
  position: relative;
  padding: 15px 0 25px;
}

.b2b-gallery-track {
  display: flex;
  gap: 28px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* 5 GALLERY CARDS */
.b2b-card {
  flex: 0 0 420px;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  cursor: pointer;
}

.b2b-card-img-wrap {
  width: 100%;
  height: 310px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #F3F4F6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.35s ease, 
              border-color 0.35s ease;
}

.b2b-card:hover .b2b-card-img-wrap {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 168, 89, 0.35);
}

.b2b-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  transition: transform 0.45s ease;
}

.b2b-card:hover .b2b-card-img {
  transform: scale(1.08) !important;
}

.b2b-card-caption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 6px;
}

.b2b-card-cat {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--color-bamboo-green);
  text-transform: uppercase;
}

.b2b-card-title {
  font-size: 1.10rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0C100E;
  line-height: 1.25;
}

.b2b-card-desc {
  font-size: 0.82rem;
  color: #646E69;
  line-height: 1.45;
  font-weight: 400;
}

/* ================= SECTION 8: FLOATING PANDABOX BAG HERO SHOWCASE ================= */
.bag-parallax-track {
  position: relative;
  width: 100vw;
  height: 125vh;
  background-color: #FFFFFF;
  z-index: 50;
  overflow: hidden;
}

.bag-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 0;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.bag-container {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
  gap: 14px;
}

.bag-header {
  max-width: 820px;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.bag-header.header-visible {
  opacity: 1;
  transform: translateY(0);
}

.bag-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-bamboo-green);
  margin-bottom: 10px;
  padding: 4px 12px;
  background: rgba(0, 168, 89, 0.08);
  border: 1px solid rgba(0, 168, 89, 0.18);
  border-radius: 9999px;
}

.bag-tag-dot {
  width: 5px;
  height: 5px;
  background: var(--color-bamboo-green);
  border-radius: 50%;
}

.bag-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.0rem, 3.2vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #0C100E;
  line-height: 1.15;
  margin-bottom: 6px;
}

.bag-serif-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.12em;
  color: #0C100E;
}

.bag-desc {
  font-size: 0.94rem;
  color: #4B5563;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.5;
}

/* FLOATING PARALLAX ARENA FOR BAG */
.bag-floating-arena {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

/* FULL-SIZE, MASSIVE, UNCUT HERO BAG WITH SHADOW */
.floating-bag {
  display: block;
  width: auto;
  max-width: 100vw;
  max-height: 108vh;
  height: 102vh;
  transform: scale(1.1);
  object-fit: contain;
  margin: 0 auto;
  z-index: 5;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.13));
  will-change: transform;
  pointer-events: none;
  user-select: none;
}

/* Dynamic Organic Floating Levitation Animations for Food */
@keyframes levitateFloat1 {
  0% { transform: translate3d(var(--scroll-x, 0px), var(--scroll-y, 0px), 0) rotate(var(--scroll-rot, 0deg)) scale(var(--scroll-scale, 1)); }
  50% { transform: translate3d(calc(var(--scroll-x, 0px) + 12px), calc(var(--scroll-y, 0px) - 22px), 0) rotate(calc(var(--scroll-rot, 0deg) + 7deg)) scale(calc(var(--scroll-scale, 1) * 1.04)); }
  100% { transform: translate3d(calc(var(--scroll-x, 0px) - 14px), calc(var(--scroll-y, 0px) + 14px), 0) rotate(calc(var(--scroll-rot, 0deg) - 6deg)) scale(var(--scroll-scale, 1)); }
}

@keyframes levitateFloat2 {
  0% { transform: translate3d(var(--scroll-x, 0px), var(--scroll-y, 0px), 0) rotate(var(--scroll-rot, 0deg)) scale(var(--scroll-scale, 1)); }
  50% { transform: translate3d(calc(var(--scroll-x, 0px) - 16px), calc(var(--scroll-y, 0px) + 20px), 0) rotate(calc(var(--scroll-rot, 0deg) - 8deg)) scale(calc(var(--scroll-scale, 1) * 1.05)); }
  100% { transform: translate3d(calc(var(--scroll-x, 0px) + 14px), calc(var(--scroll-y, 0px) - 18px), 0) rotate(calc(var(--scroll-rot, 0deg) + 7deg)) scale(var(--scroll-scale, 1)); }
}

@keyframes levitateFloat3 {
  0% { transform: translate3d(var(--scroll-x, 0px), var(--scroll-y, 0px), 0) rotate(var(--scroll-rot, 0deg)) scale(var(--scroll-scale, 1)); }
  50% { transform: translate3d(calc(var(--scroll-x, 0px) + 18px), calc(var(--scroll-y, 0px) + 16px), 0) rotate(calc(var(--scroll-rot, 0deg) + 8deg)) scale(calc(var(--scroll-scale, 1) * 1.04)); }
  100% { transform: translate3d(calc(var(--scroll-x, 0px) - 12px), calc(var(--scroll-y, 0px) - 20px), 0) rotate(calc(var(--scroll-rot, 0deg) - 7deg)) scale(var(--scroll-scale, 1)); }
}

@keyframes levitateFloat4 {
  0% { transform: translate3d(var(--scroll-x, 0px), var(--scroll-y, 0px), 0) rotate(var(--scroll-rot, 0deg)) scale(var(--scroll-scale, 1)); }
  50% { transform: translate3d(calc(var(--scroll-x, 0px) - 14px), calc(var(--scroll-y, 0px) - 18px), 0) rotate(calc(var(--scroll-rot, 0deg) - 6deg)) scale(calc(var(--scroll-scale, 1) * 1.03)); }
  100% { transform: translate3d(calc(var(--scroll-x, 0px) + 16px), calc(var(--scroll-y, 0px) + 18px), 0) rotate(calc(var(--scroll-rot, 0deg) + 9deg)) scale(var(--scroll-scale, 1)); }
}

.bag-item {
  position: absolute;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 15px 35px rgba(0,0,0,0.12));
  will-change: transform;
  opacity: 1;
}

.bag-item-1 { width: clamp(90px, 10vw, 135px); top: 12%; left: 7%; animation: levitateFloat1 5.2s ease-in-out infinite alternate; }
.bag-item-2 { width: clamp(100px, 11vw, 145px); top: 13%; right: 6%; animation: levitateFloat2 4.8s ease-in-out infinite alternate 0.4s; }
.bag-item-3 { width: clamp(95px, 10.5vw, 140px); bottom: 18%; left: 8%; z-index: 15; animation: levitateFloat3 5.5s ease-in-out infinite alternate 0.8s; }
.bag-item-4 { width: clamp(85px, 9vw, 120px); bottom: 16%; right: 8%; z-index: 15; animation: levitateFloat4 4.6s ease-in-out infinite alternate 1.2s; }
.bag-item-5 { width: clamp(80px, 8vw, 110px); top: 14%; left: 48%; z-index: 4; animation: levitateFloat1 6.0s ease-in-out infinite alternate 0.6s; }
.bag-item-6 { width: clamp(85px, 9vw, 120px); top: 38%; left: 4%; z-index: 12; animation: levitateFloat2 5.0s ease-in-out infinite alternate 1.5s; }
.bag-item-7 { width: clamp(75px, 7.5vw, 100px); bottom: 32%; right: 5%; z-index: 4; animation: levitateFloat3 4.7s ease-in-out infinite alternate 0.9s; }
.bag-item-8 { width: clamp(95px, 10.5vw, 135px); top: 14%; left: 24%; z-index: 15; animation: levitateFloat4 5.8s ease-in-out infinite alternate 0.3s; }
.bag-item-9 { width: clamp(90px, 9.5vw, 125px); bottom: 18%; left: 30%; z-index: 15; animation: levitateFloat1 4.9s ease-in-out infinite alternate 1.1s; }
.bag-item-10 { width: clamp(90px, 9.5vw, 120px); top: 40%; right: 10%; z-index: 12; animation: levitateFloat2 5.4s ease-in-out infinite alternate 0.7s; }
.bag-item-11 { width: clamp(80px, 8.5vw, 110px); bottom: 26%; left: 18%; z-index: 4; animation: levitateFloat3 5.1s ease-in-out infinite alternate 1.4s; }


/* ================= GEORGIAN (KA) SIZING FIXES ================= */
body.lang-ka .hero-headline {
  font-size: clamp(1.9rem, 3.6vw, 3.0rem) !important;
  letter-spacing: -0.015em !important;
  line-height: 1.22 !important;
  max-width: 860px !important;
}

body.lang-ka .minimal-title,
body.lang-ka .stats-title,
body.lang-ka .bag-title {
  font-size: clamp(1.15rem, 1.9vw, 1.5rem) !important;
  line-height: 1.28 !important;
}

body.lang-ka .b2b-headline {
  font-size: clamp(1.6rem, 2.5vw, 2.3rem) !important;
  line-height: 1.22 !important;
}

body.lang-ka .uniko-headline {
  font-size: clamp(1.35rem, 2.3vw, 2.1rem) !important;
  line-height: 1.28 !important;
}

body.lang-ka .manifesto-text {
  font-size: clamp(1.5rem, 2.5vw, 2.3rem) !important;
  line-height: 1.35 !important;
}

body.lang-ka .bamboo-reveal-text {
  font-size: clamp(1.5rem, 2.6vw, 2.3rem) !important;
  letter-spacing: -0.01em !important;
  line-height: 1.40 !important;
}

body.lang-ka .stat-card-desc,
body.lang-ka .b2b-subheadline,
body.lang-ka .bag-desc {
  font-size: 0.85rem !important;
  line-height: 1.40 !important;
}

body.lang-ka .b2b-card-desc {
  font-size: 0.78rem !important;
}

body.lang-ka .mcard-title,
body.lang-ka .b2b-card-title {
  font-size: 0.95rem !important;
}

body.lang-ka .mcard-desc {
  font-size: 0.74rem !important;
  line-height: 1.4 !important;
}

body.lang-ka .mcard-row-label {
  font-size: 0.72rem !important;
}

body.lang-ka .mcard-badge {
  font-size: 0.58rem !important;
  padding: 2px 6px !important;
}

body.lang-ka .hero-serif-italic,
body.lang-ka .minimal-serif-italic,
body.lang-ka .stats-serif-italic,
body.lang-ka .bag-serif-italic {
  font-size: 1.05em !important;
}

body.lang-ka .hero-tracker-label,
body.lang-ka .bamboo-tag,
body.lang-ka .minimal-tag,
body.lang-ka .partners-tag,
body.lang-ka .stats-tag,
body.lang-ka .b2b-tag,
body.lang-ka .bag-tag {
  letter-spacing: 0.08em !important;
  font-size: 0.70rem !important;
}

body.lang-ka .hero-subheadline {
  font-size: clamp(0.92rem, 1.5vw, 1.08rem) !important;
}

/* ================= ULTRA-SMOOTH PROFESSIONAL ANIMATIONS ================= */
@keyframes fadeInDownSlow {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes mouseWheel {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(4px);
  }
  70% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}

/* Responsive queries */
@media (max-width: 1200px) {
  .minimal-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2b-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .b2b-info-col {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .b2b-gallery-viewport {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-pill-capsule {
    display: none;
  }
  .navbar-wrapper {
    padding: 14px 24px;
  }
  .brand-logo-full {
    height: 90px;
  }
  .hero-wrapper {
    padding-top: 100px;
  }
  .hero-glass-card {
    padding: 28px 18px 24px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .bamboo-sticky-stage {
    padding: 100px 20px 30px;
  }
  .minimal-panels-section {
    padding: 40px 20px 100px;
  }
  .minimal-grid,
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .stat-metric-card {
    height: auto;
    min-height: 260px;
    padding: 28px 22px;
  }
  .parallax-sticky-stage {
    padding: 95px 20px 20px;
  }
  .showcase-peek-window {
    height: calc(100vh - 200px);
    min-height: 380px;
  }
  .showcase-overlay-card {
    left: 10px;
    bottom: 10px;
    right: 10px;
    max-width: 100%;
    padding: 10px 12px;
  }
  .showcase-indicators {
    display: none;
  }
  .partners-sticky-stage {
    padding: 95px 20px 30px;
  }
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .b2b-sticky-stage {
    padding: 90px 20px 30px;
  }
  .b2b-card {
    flex: 0 0 300px;
    width: 300px;
  }
  .b2b-card-img-wrap {
    height: 220px;
  }
  .bag-sticky-stage {
    padding: 0;
  }
  .floating-bag {
    max-width: 100vw;
    max-height: 95vh;
    height: 95vh;
  }
}


/* ================= 1:1 REPLICA GOLFCLUB DESIGN FOOTER ================= */
.footer-wrapper-cream {
  background-color: #F7F3E8; /* Warm light cream top canvas */
  padding: 20px 0 0;
  width: 100%;
  position: relative;
  z-index: 60;
  overflow: visible;
}

.site-footer-card {
  background-color: #181A18; /* Deep elegant dark graphite */
  border-top-left-radius: clamp(36px, 6vw, 64px);
  border-top-right-radius: clamp(36px, 6vw, 64px);
  position: relative;
  color: #FAF8F2;
  padding: 0 5vw 40px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.footer-topography-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('images/footer_topography.svg');
  background-size: cover;
  background-position: center top;
  pointer-events: none;
  opacity: 0.95;
  z-index: 1;
  border-top-left-radius: clamp(36px, 6vw, 64px);
  border-top-right-radius: clamp(36px, 6vw, 64px);
}

.footer-center-head {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.footer-emblem-wrap {
  margin-top: -65px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 14px 28px rgba(0, 200, 83, 0.4));
}

.footer-emblem-wrap:hover {
  transform: translateY(-6px) scale(1.06);
}

.footer-hero-emblem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-title {
  font-family: var(--font-sans);
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 700;
  color: #FAF8F2;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 18px 0 8px;
}

.footer-tagline-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: #FAF8F2;
  opacity: 0.95;
  margin: 0 0 32px;
}

.footer-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-pill-btn {
  padding: 13px 24px;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-neon-green {
  background-color: #00E676;
  color: #082010;
  box-shadow: 0 6px 24px rgba(0, 230, 118, 0.28);
}

.btn-neon-green:hover {
  background-color: #00FF87;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 230, 118, 0.45);
}

.btn-dark-green {
  background-color: #0A3A21;
  color: #C8F7DC;
  border: 1px solid #145A32;
}

.btn-dark-green:hover {
  background-color: #0E4E2C;
  color: #FFFFFF;
  border-color: #00E676;
  transform: translateY(-2px);
}

.btn-arrow-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.btn-arrow-circle.dark {
  background-color: #082010;
  color: #00E676;
}

.btn-arrow-circle.neon {
  background-color: #00E676;
  color: #082010;
}

.footer-bottom-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.8fr;
  gap: 4vw;
  padding-top: 24px;
  padding-bottom: 30px;
}

.footer-col-contact .col-head,
.footer-col-nav .col-head {
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 600;
  color: #FAF8F2;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
}

.contact-address {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #FAF8F2;
  opacity: 0.88;
  margin: 0 0 20px;
}

.contact-address a {
  color: #FAF8F2;
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 248, 242, 0.35);
  transition: all 0.2s ease;
}

.contact-address a:hover {
  color: #00E676;
  border-color: #00E676;
}

.footer-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.rating-badge-green {
  background-color: #00E676;
  color: #082010;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 3px 8px;
  border-radius: 6px;
}

.rating-label {
  font-size: 0.85rem;
  color: #FAF8F2;
  opacity: 0.88;
  font-weight: 500;
}

.footer-partner-badges {
  display: flex;
  align-items: center;
  gap: 6px;
}

.badge-box {
  width: 26px;
  height: 22px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
}

.badge-orange { background: #FF6D00; color: #FFFFFF; }
.badge-gold { background: #FFD600; color: #3E2723; }
.badge-yellow { background: #AEEA00; color: #1B5E20; }
.badge-flag { background: #263238; font-size: 0.85rem; }

.footer-col-socials {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 38px;
  gap: 14px;
}

.footer-social-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FAF8F2;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-social-item:hover {
  color: #00E676;
  transform: translateX(4px);
}

.social-arrow {
  color: #00E676;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
}

.footer-col-nav .footer-nav-subcols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link-list a {
  color: #FAF8F2;
  opacity: 0.85;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-link-list a:hover {
  opacity: 1;
  color: #00E676;
  transform: translateX(4px);
}

.footer-legal-bar {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.footer-legal-pill {
  background-color: #F4EEDF;
  color: #181A18;
  border-radius: 8px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.footer-legal-pill a {
  color: #181A18;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-legal-pill a:hover {
  opacity: 0.65;
  text-decoration: underline;
}

.footer-legal-pill span {
  color: #555A52;
  font-weight: 700;
}

@media (max-width: 900px) {
  .footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-col-socials {
    padding-top: 0;
  }
  .footer-legal-bar {
    justify-content: center;
  }
}

/* ================= FOOTER ENTRANCE REVEAL ANIMATIONS ================= */
.site-footer-card .footer-emblem-wrap,
.site-footer-card .footer-title,
.site-footer-card .footer-tagline-serif,
.site-footer-card .footer-cta-row,
.site-footer-card .footer-col-contact,
.site-footer-card .footer-col-socials,
.site-footer-card .footer-col-nav,
.site-footer-card .footer-legal-bar {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.site-footer-card.footer-in-view .footer-emblem-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.site-footer-card.footer-in-view .footer-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.18s;
}

.site-footer-card.footer-in-view .footer-tagline-serif {
  opacity: 0.95;
  transform: translateY(0);
  transition-delay: 0.28s;
}

.site-footer-card.footer-in-view .footer-cta-row {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.38s;
}

.site-footer-card.footer-in-view .footer-col-contact {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.48s;
}

.site-footer-card.footer-in-view .footer-col-socials {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.58s;
}

.site-footer-card.footer-in-view .footer-col-nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.68s;
}

.site-footer-card.footer-in-view .footer-legal-bar {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.78s;
}

/* ================= HYPER-PROFESSIONAL PREMIUM CONTACT PAGE STYLES ================= */
.contact-page-body {
  background-color: #FAFAF8;
  color: #181A18;
}

.contact-hero-section {
  padding: 170px 4vw 50px;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}

.contact-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 200, 83, 0.08);
  border: 1px solid rgba(0, 200, 83, 0.22);
  padding: 7px 18px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #008f39;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.contact-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00C853;
}

.contact-hero-title {
  font-family: var(--font-sans);
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
  font-weight: 700;
  color: #141714;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.contact-serif-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #00C853;
}

.contact-hero-sub {
  font-family: var(--font-sans);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  color: #555A52;
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
}

.contact-content-section {
  padding: 20px 4vw 90px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 40px;
  align-items: start;
}

.contact-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.contact-info-card:hover {
  border-color: rgba(0, 200, 83, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.info-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 200, 83, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-card-title {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  color: #7A8077;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

.info-card-val {
  font-family: var(--font-sans);
  font-size: 1.02rem;
  font-weight: 600;
  color: #141714;
  margin: 0;
  line-height: 1.45;
}

.info-card-val a {
  color: #141714;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-card-val a:hover {
  color: #00C853;
}

.response-guarantee-banner {
  background: linear-gradient(135deg, #0D361F 0%, #062013 100%);
  color: #FAF8F2;
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 20px 0;
  border: 1px solid rgba(0, 230, 118, 0.25);
  box-shadow: 0 10px 28px rgba(13, 54, 31, 0.2);
}

.guarantee-badge-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guarantee-title {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 2px;
  color: #FAF8F2;
}

.guarantee-desc {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  margin: 0;
  color: #C8F7DC;
  line-height: 1.4;
}

.tbilisi-map-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.map-card-header {
  padding: 12px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #424640;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #FCFCFB;
}

.map-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 6px #00E676;
}

.map-visual-container {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.map-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95);
}

.map-pin-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-pin-pulse {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.35);
  animation: pulse 2s infinite;
}

.map-pin-core {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0A331E;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00E676;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.pin-panda-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.contact-form-glass-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 38px 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.035);
}

.form-segment-tabs {
  display: flex;
  gap: 8px;
  background: #F2F2EE;
  padding: 5px;
  border-radius: 14px;
  margin-bottom: 26px;
}

.seg-tab {
  flex: 1;
  padding: 10px 12px;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  color: #6A7067;
  cursor: pointer;
  transition: all 0.22s ease;
  text-align: center;
}

.seg-tab.active {
  background: #FFFFFF;
  color: #141714;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.form-row-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.form-label {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 700;
  color: #383D36;
  letter-spacing: -0.01em;
}

.form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1.5px solid #E5E7E2;
  background: #FAFBF9;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  color: #141714;
  transition: all 0.2s ease;
  outline: none;
}

.form-input:focus {
  border-color: #00C853;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(0, 200, 83, 0.1);
}

.form-select {
  cursor: pointer;
}

.form-textarea {
  resize: vertical;
  min-height: 115px;
  line-height: 1.5;
}

.form-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-submit-premium {
  background: #00C853;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 15px 34px;
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 200, 83, 0.28);
}

.btn-submit-premium:hover {
  background: #00E676;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 200, 83, 0.42);
  color: #082010;
}

.submit-arrow-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  line-height: 1;
}

.form-privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #7A8077;
}

.form-success-toast {
  background: #E8F8EE;
  border: 1px solid #A3E9B9;
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  animation: fadeInUp 0.4s ease;
}

.toast-check-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #00C853;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.toast-message-body h5 {
  margin: 0 0 2px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: #0D4E26;
  font-weight: 700;
}

.toast-message-body p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: #2E6A44;
}

.contact-faq-section {
  padding: 70px 4vw 90px;
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
}

.faq-header-center {
  text-align: center;
  margin-bottom: 40px;
}

.faq-title {
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #141714;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}

.faq-sub {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #6A7067;
  margin: 0;
}

.faq-accordion-stack {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-question {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: #141714;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #00C853;
}

.faq-chevron {
  font-size: 1.4rem;
  font-weight: 400;
  color: #00C853;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
}

.faq-answer p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  line-height: 1.65;
  color: #555A52;
  padding-bottom: 20px;
}

.faq-item.open .faq-answer {
  max-height: 220px;
}

.faq-item.open .faq-chevron {
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-glass-card {
    padding: 28px 20px;
  }
  .form-row-dual {
    grid-template-columns: 1fr;
  }
}
