/* =========================
   frontpage.css (UPDATED)
   ========================= */

/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --accent: #BDE30C;
  --ink: #E0E0E0;
  --scroll-track: transparent;
  --scroll-thumb: #BDE30C;
  --nav-height: 70px;
}

html {
  scroll-padding-top: var(--nav-height);
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background-color: #0D0D0D;
  font-family: Arial, sans-serif;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Ultra-thin, square scrollbars (WebKit) */
*::-webkit-scrollbar { width: 4px; height: 4px; }
*::-webkit-scrollbar-track { background: transparent; border-radius: 0; box-shadow: none; }
*::-webkit-scrollbar-thumb { background-color: var(--scroll-thumb); border: none; border-radius: 0; box-shadow: none; }
*::-webkit-scrollbar-corner { background: transparent; }
*::-webkit-scrollbar-button { display: none; width: 0; height: 0; }

/* Starfield Canvas */
#starCanvas {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1; pointer-events: none; background: #0D0D0D;
}

/* Navbar */
nav {
  position: fixed; top: 0; left: 0; width: 100%; height: var(--nav-height);
  display: flex; justify-content: space-between; align-items: center; padding: 0 40px;
  background: rgba(255,255,255,0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06); z-index: 1000;
}
@supports not (backdrop-filter: blur(1px)) { nav { background: rgba(255,255,255,0.12); } }

.logo { font-size: 1.8rem; font-weight: bold; color: var(--accent); text-shadow: 0 0 10px var(--accent); cursor: pointer; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: #E0E0E0; font-size: 1rem; font-weight: 500; transition: color 0.3s, text-shadow 0.3s; }
.nav-links a:hover { color: var(--accent); text-shadow: 0 0 8px var(--accent); }
.nav-links a:focus-visible, .logo:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #e6e6e6;
  margin: 3px 0;
  transition: transform .2s ease, opacity .2s ease;
}

/* When nav open (mobile) */
.nav-links.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(var(--nav-height) + 8px);
  right: 18px;
  background: rgba(0,0,0,0.6);
  border-radius: 12px;
  padding: 12px;
  gap: 10px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
}

/* Hero */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100lvh;
  display: grid; grid-template-rows: 1fr auto; place-items: center; position: relative;
  padding: calc(var(--nav-height) + 20px) 20px 0; margin-bottom: 0; overflow: clip;
}

.brand-behind {
  position: absolute; inset: 0; display: grid; place-items: center; margin: 0;
  font-size: clamp(64px, 16vw, 220px); font-weight: 900; color: transparent;
  -webkit-text-stroke: 1.5px rgba(189,227,12,0.45); text-stroke: 1.5px rgba(189,227,12,0.45);
  text-shadow: none; opacity: 1; pointer-events: none; user-select: none; z-index: 0;
  transform: translateY(-19vh);
}

.hero-visual { position: relative; z-index: 1; align-self: end; }
.hero-visual img {
  height: clamp(360px, 78dvh, 92dvh);
  width: auto; max-width: min(98vw, 1400px);
  display: block; object-fit: contain; object-position: center;
  border: none; border-radius: 0; box-shadow: none;
}

/* CTA */
.btn-explore {
  position: absolute; bottom: 24px; z-index: 2; display: inline-flex; align-items: center; justify-content: center;
  min-width: 220px; padding: 14px 28px; border-radius: 999px; text-decoration: none; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: #E0E0E0; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 12px 30px rgba(0,0,0,.45);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: box-shadow 0.2s, color 0.2s, transform 0.12s;
}
.btn-explore:hover { color: var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 0 0 4px rgba(189,227,12,.12), 0 16px 40px rgba(0,0,0,.55); transform: translateY(-1px); }
.btn-explore:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* About */
.about-modern-section {
  background: #00000084;
  padding: 44px 0 0 0;
}

.about-modern-section,
.about-wrapper,
.page-content {
  margin-bottom: 0 !important;
  padding-bottom: 12px;
  min-height: 100vh;
}

.about-layout {
  display: flex;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.about-modern-left {
  flex: 0 1 70%;
  max-width: 70%;
  padding-right: 48px;
  box-sizing: border-box;
  margin-top: 36px;
}

.about-modern-left h2 {
  color: #BDE30C;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.feature-grid-3-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
  margin-bottom: 42px;
}

.feature-grid-3-2 > .feature-card:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 2;
}

.feature-grid-3-2 > .feature-card:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 2;
}

.feature-card {
  background: rgba(238, 253, 216, 0.12);
  border-radius: 20px;
  box-shadow: 0 2px 36px #bde30c33, 0 0 66px #25252544 inset;
  border: 1.4px solid #bde30c44;
  color: #fafcff;
  backdrop-filter: blur(11px) saturate(125%);
  -webkit-backdrop-filter: blur(11px) saturate(125%);
  border-left: 4px solid #bde30c77;
  font-size: 1.19rem;
  font-weight: 600;
  padding: 22px 17px 18px 17px;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
  z-index: 1;
  cursor: default;
}

.feature-card:hover {
  border: 1.4px solid #bde30c44;
  box-shadow: 0 2px 36px #bde30c33, 0 0 66px #25252544 inset;
  background: rgba(238, 253, 216, 0.12);
}

.icon {
  background: rgb(0, 0, 0);
  border-radius: 999px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 20px;
  height: 20px;
}

.feature-card h3 {
  margin: 0 0 5px 0;
  font-size: 1.04rem;
  font-weight: 700;
  color: #BDE30C;
}

.feature-card p {
  font-size: 0.92rem;
  color: #dddddd;
  margin: 0;
}

/* No box behind the image */
.about-modern-img {
  flex: 0 1 30%;
  max-width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 0;
  overflow: visible;
}

.about-modern-img img {
  width: 125%;
  max-width: none;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .about-layout {
    flex-direction: column-reverse;
    max-width: 98vw;
  }
  .about-modern-left,
  .about-modern-img {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }
  .about-modern-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding-bottom: 0;
    overflow: visible;
  }

  .about-modern-img img {
    width: 105%;
    max-width: none;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 27px;
    margin-bottom: -7px;
    display: block;
    border: none;
    box-shadow: none;
  }

  .feature-grid-3-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .feature-grid-3-2 > .feature-card:nth-child(4),
  .feature-grid-3-2 > .feature-card:nth-child(5) {
    grid-column: auto;
  }
}

/* Small screen */
@media (max-width: 600px) {
  .about-modern-section {
    padding: 14px 0 0 0;
  }
  .about-modern-left h2 {
    font-size: 1.18rem;
  }
  .feature-grid-3-2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .feature-card {
    min-width: 0;
    padding: 10px 6px;
  }
}

/* ======================================
   FINAL FIXES FOR BOTTOM GAP REMOVAL
   ====================================== */

.about-modern-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.about-layout {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Ensure the image is fully flush with bottom */
.about-modern-img img {
  bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove global bottom-spacing issues */
html, body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.product-network-experience {
  background: #00000084;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  margin-bottom: -90px;
  align-items: center;
}

.pen-section-title {
  text-align: center; /* centered heading */
  max-width: 720px;
  margin: 48px auto 16px auto;
  margin-top: 0%;
  padding-top: 0;
}

.pen-section-title h2 {
  color: #BDE30C;
  font-size: 2.8rem;
  font-weight: 900;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
  letter-spacing: 1.5;
  display: inline-block;
  vertical-align: center;
}

.pen-section-underline {
  width: 58px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 8px auto 0 auto; /* center the underline */
}

.pen-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 90px;
  padding: 0 20px;
  box-sizing: border-box;
}

.pen-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  gap: 100px;
  z-index: 2;
}

.pen-box {
  flex: 1 1 50%;
  background: rgba(0, 0, 0, 0);
  padding: 32px 36px;
  border-radius: 20px;
  backdrop-filter: blur(11px) saturate(125%);
  -webkit-backdrop-filter: blur(11px) saturate(125%);
  border: 1.4px solid #bde30c44;
  box-shadow: 0 2px 36px #bde30c33, 0 0 66px #25252544 inset;
  margin-left: 40px;
  margin-right: 40px;
  color: #fafcff;
  text-align: center;
  font-size: 1.19rem;
  font-weight: 600;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.pen-box h3 {
  color: #bde30c;
  font-size: 1.28rem;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}

.pen-box p {
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: -.01em;
}

.pen-center {
  position: relative;
  width: 440px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.pen-circle {
  width: 260px;
  height: 260px;
  background: rgba(19,31,19,0.88);
  border-radius: 50%;
  border: 1.5px solid #BDE30C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, border 0.19s;
  margin-bottom: 22px;
}

.pen-circle:hover {
  box-shadow: 0 0 122px #bde30cff, 0 0 99px #bde30cdd inset;
}

.pen-img-fill {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pen-img-fill img {
  width: 115%;
  height: 115%;
  object-fit: cover;
  border-radius: 50%;
  transition: width 0.3s ease;
}

.pen-circle-caption p {
  color: #fff;
  font-size: 1.07rem;
  opacity: 0.85;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  max-width: 340px;
}

@media (max-width: 1100px) {
  .pen-section-title { margin-left: 26px; }
  .pen-row { gap: 22px; }
  .pen-col { height: 240px; gap: 38px; }
  .pen-box { width: 190px; font-size: 1.06rem; padding: 12px 8px 10px 14px; }
  .pen-center { width: 150px; }
  .pen-circle { width: 120px; height: 120px; }
  .pen-img-fill { width: 140px; height: 140px; }
  .pen-img-fill img { width: 130%; height: 130%; }
}

@media (max-width: 900px) {
  .product-network-experience { min-height: 600px; }
  .pen-section-title { margin-left: 10px; }
  .pen-row { flex-direction: column; gap: 8px; }
  .pen-col { flex-direction: row; gap: 8px; height: auto; }
  .pen-box { width: 103px; min-height: 52px; font-size: .98rem; }
  .pen-center { width: 98px; }
  .pen-circle { width: 54px; height: 54px; }
  .pen-img-fill { width: 80px; height: 80px; }
  .pen-img-fill img { width: 90%; height: 90%; }
  .pen-circle-caption p { font-size: .90rem; max-width: 120px; }
}

.audience-path-section {
  background: #00000084;
  padding: 10px 0 56px 0;
  min-height: 330px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0 !important;
}

.audience-title {
  color: #BDE30C;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}

.audience-underline {
  display: block;
  width: 48px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 9px auto 0 auto;
}

.audience-path-horizontal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-top: 14px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  gap: 74px;
}

.audience-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 200px;
}

.audience-dot {
  width: 36px;
  height: 36px;
  background: rgba(189,227,12,0.19);
  border: 2.3px solid #BDE30C;
  border-radius: 50%;
  box-shadow: 0 0 18px #BDE30C66, 0 0 7px #222f1440;
  margin-bottom: 10px;
}

.audience-bubble {
  background: rgba(238, 253, 216, 0.12);
  border-radius: 20px;
  box-shadow: 0 2px 36px #bde30c33, 0 0 66px #25252544 inset;
  border: 1.4px solid #bde30c44;
  color: #fafcff;
  backdrop-filter: blur(11px) saturate(125%);
  -webkit-backdrop-filter: blur(11px) saturate(125%);
  border-left: 4px solid #bde30c77;
  padding: 28px 28px 22px 36px;
  min-width: 320px;
  min-height: 124px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: none;
}

.audience-bubble h3 {
  font-size: 1.28rem;
  font-weight: 800;
  color: #bde30c;
  text-align: center;
  margin: 0 0 8px 0;
}

.audience-bubble p {
  font-size: 1.04rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
  letter-spacing: -0.01em;
}

/* Dot hover effect only */
.audience-dot {
  width: 36px;
  height: 36px;
  background: rgba(189, 227, 12, 0.19);
  border: 2.7px solid #bde30c;
  border-radius: 50%;
  box-shadow: 0 0 22px #74ff61aa, 0 0 7px #0f1e030c;
  margin-bottom: 12px;
  transition: box-shadow 0.3s, border 0.3s;
  cursor: pointer;
}

.audience-dot:hover {
  box-shadow: 0 0 72px #bde30cff, 0 0 22px #fff, 0 0 12px #BDE30C;
  border: 3.5px solid #fff;
}

/* Increase horizontal gap */
.audience-path-horizontal { gap: 90px; }

/* Connector adjustments */
.audience-connector-horizontal {
  width: 48px;
  height: 3px;
  background: #BDE30C;
  align-self: center;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 940px) {
  .audience-path-horizontal {
    flex-direction: column;
    gap: 0;
  }
  .audience-bubble {
    min-width: auto;
    width: 90vw;
  }
  .audience-connector-horizontal {
    width: 3px;
    height: 60px;
    background: #BDE30C;
    margin: 0 auto;
  }
}

/* Responsive for mobile/tablet */
@media (max-width: 940px) {
  .audience-path-horizontal {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 9px;
    gap: 0;
  }
  .audience-node, .audience-node .audience-bubble {
    min-width: 0;
    max-width: 95vw;
  }
  .audience-connector-horizontal {
    width: 3px;
    height: 38px;
    margin: 0 auto;
    background: #BDE30C;
  }
}

.mission-values-section {
  background: #00000084;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.mission-values-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 72px;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.mission-block, .values-block {
  flex: 1 1 50%;
  background: rgba(0, 0, 0, 0);
  padding: 32px 36px;
  border-radius: 20px;
  backdrop-filter: blur(11px) saturate(125%);
  -webkit-backdrop-filter: blur(11px) saturate(125%);
  border: 1.4px solid #bde30c44;
  box-shadow: 0 2px 36px #bde30c33, 0 0 66px #25252544 inset;
}

.mission-block h2, .values-block h2 {
  font-size: 2.15rem;
  font-weight: 900;
  text-align: center;
  color: #bde30c;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
}

.mission-block ,  .values-block {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: justify;
}

/* Team */
.team-section {
  padding: 80px 50px;
  background: #00000084;
  color: #BDE30C;
  text-align: center;
}
.team-section h2 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 50px;
}
.team-section .highlight { color: var(--accent, #BDE30C); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  justify-items: center;
}

.team-member {
  background: rgba(255,255,255,0.06);
  border: 2px solid var(--accent, #BDE30C);
  border-radius: 28px;
  width: 260px;
  padding: 32px 0 30px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-member:hover { transform: scale(1.05); box-shadow: 0 0 20px var(--accent, #BDE30C); }

.circle-border {
  border: 3px solid var(--accent, #BDE30C);
  box-shadow: 0 0 18px var(--accent, #BDE30C);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  animation: spin 6s linear infinite;
}
.circle-border img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  animation: spin-reverse 6s linear infinite;
}
.name { font-weight: 700; font-size: 1.25rem; margin-bottom: 0; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes spin-reverse { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }

/* Contact */
.contact-section { padding: 120px 50px; background: transparent; color: #fff; }

.contact-card {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 18px;
  border: 1px solid var(--nav-border, #BDE30C);
  background: #00000084;
  padding: 56px 28px 28px;
}

.contact-title {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  margin: 0; padding: 8px 18px; font-size: 1.6rem; font-weight: 900; color: #fff;
  background: rgb(0, 0, 0);
  border: 1px solid var(--nav-border, #BDE30C);
  border-radius: 999px; white-space: nowrap; text-align: center; z-index: 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.7fr 1.3fr;
  gap: 40px 60px;
  align-items: start;
}

.contact-left address { font-style: normal; color: #fff !important; line-height: 1.7; margin: 0; transition: color 0.22s ease; }
.pin-icon { color: #BDE30C; transition: color 0.2s ease; flex-shrink: 0; margin-right: 10px; margin-top: 4px; }
.address-link:hover .pin-icon,
.address-link:focus .pin-icon,
.address-link:hover address,
.address-link:focus address { color: #BDE30C !important; cursor: pointer; }

.contact-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.contact-links a {
  display: inline-flex; align-items: center; gap: 10px; color: #e0e0e0; text-decoration: none; padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 12px;
  background: #00000084;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-links a:hover { color: #BDE30C; border-color: rgba(189,227,12,0.45); box-shadow: 0 0 12px rgba(189,227,12,0.25); }

/* =========================
   MOBILE & TABLET FIXES
   ========================= */

/* Global padding fixes */
@media (max-width: 992px) {
  body {
    padding: 0;
    margin: 0;
  }
}

/* Navbar mobile */
@media (max-width: 768px) {
  nav {
    padding: 0 18px;
    height: 65px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a {
    font-size: 0.95rem;
  }

  .logo {
    font-size: 1.4rem;
  }

  .nav-toggle { display: flex; }
}

/* Hero Section */
@media (max-width: 768px) {
  .brand-behind {
    font-size: 18vw;
    transform: translateY(-10vh);
  }

  .hero-visual img {
    height: 60vh;
    max-width: 92vw;
  }

  .btn-explore {
    min-width: 160px;
    bottom: 18px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* About section layout fix */
@media (max-width: 992px) {
  .about-layout {
    flex-direction: column;
    text-align: center;
  }

  .about-modern-left,
  .about-modern-img {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }

  .about-modern-img img {
    max-width: 90%;
    margin: 20px auto 0 auto;
    position: static;
    transform: none;
  }
}

/* Feature grid responsive */
@media (max-width: 768px) {
  .feature-grid-3-2 {
    grid-template-columns: 1fr;
  }

  .feature-grid-3-2 > .feature-card {
    grid-column: auto !important;
  }
}

/* Product Experience */
@media (max-width: 992px) {
  .pen-row {
    flex-direction: column;
    gap: 20px;
  }

  .pen-center {
    margin: 0 auto;
  }

  .pen-col {
    width: 100%;
  }
}

/* Audience path horizontal -> vertical */
@media (max-width: 768px) {
  .audience-path-horizontal {
    flex-direction: column;
    gap: 20px;
  }

  .audience-connector-horizontal {
    display: none;
  }
}

/* Mission & Values */
@media (max-width: 768px) {
  .mission-values-container {
    flex-direction: column;
    gap: 20px;
  }
}

/* Team section */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .team-member {
    width: 100%;
    max-width: 320px;
  }

  .circle-border {
    width: 120px;
    height: 120px;
  }
}

/* Contact section */
@media (max-width: 768px) {
  .contact-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .contact-left address {
    font-size: 0.95rem;
  }

  .contact-links li {
    justify-content: center;
  }
}
