/* xl - DESKTOP STYLES */ 
/* Axon â€” Product Timeline + Plug & Play
   Codes Plugin: Language = CSS, Location = Frontend
   ================================================= */

/* Nav bar */
.page-id-4734 .product-nav {
  background: #fff;
  padding: 40px 60px 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.page-id-4734 .product-nav__logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.page-id-4734 .product-nav__intro {
  font-size: 15px;
  color: rgba(5,5,5,0.6);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 30px;
}
.page-id-4734 .product-nav__strip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-id-4734 .product-nav__arrow {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1); background: #fff;
  font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.page-id-4734 .product-nav__arrow:hover {
  background: #e6007e; color: #fff; border-color: #e6007e;
}
.page-id-4734 .product-nav__track {
  display: flex; align-items: flex-start;
  overflow-x: auto; flex: 1; position: relative;
  padding: 10px 0 0; scrollbar-width: none;
}
.page-id-4734 .product-nav__track::-webkit-scrollbar { display: none; }
.page-id-4734 .product-nav__track::before {
  content: ''; position: absolute; top: 40px; left: 0; right: 0;
  height: 3px; background: #e6007e; z-index: 0;
}
.page-id-4734 .product-nav__item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  min-width: 120px; cursor: pointer; position: relative; z-index: 1;
  text-decoration: none; color: inherit; transition: transform 0.2s;
}
.page-id-4734 .product-nav__item:hover { transform: translateY(-3px); }
.page-id-4734 .product-nav__item:hover .product-nav__icon {
  border-color: #e6007e; box-shadow: 0 4px 16px rgba(230,0,126,0.2);
}
.page-id-4734 .product-nav__icon {
  width: 56px; height: 56px; border-radius: 8px; background: #1a1a1a;
  border: 2px solid rgba(0,0,0,0.1);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; transition: all 0.3s;
}
.page-id-4734 .product-nav__icon img {
  width: 100%; height: 100%; object-fit: cover;
}
.page-id-4734 .product-nav__item::after {
  content: ''; width: 10px; height: 10px; background: #e6007e;
  border-radius: 50%; border: 2px solid #fff;
  position: absolute; top: 35px; z-index: 2;
}
.page-id-4734 .product-nav__name {
  font-size: 12px; font-weight: 600; text-align: center; margin-top: 4px;
  color: rgba(5,5,5,0.7);
}

/* Timeline wrapper */
.page-id-4734 .timeline-wrap {
  max-width: 1200px; margin: 0 auto; padding: 40px 40px 0; position: relative;
}
.page-id-4734 .timeline-line {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 3px; background: #e6007e; z-index: 1; bottom: 0;
}

/* Timeline item */
.page-id-4734 .tl-item {
  position: relative; display: flex; align-items: flex-start; margin-bottom: 80px;
}
.page-id-4734 .tl-product {
  position: absolute; left: 50%; transform: translateX(-50%); z-index: 3; width: 160px;
}
.page-id-4734 .tl-product__img {
  width: 160px; height: 120px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12); position: relative; z-index: 3;
  overflow: hidden; background: #f0f0f0;
}
.page-id-4734 .tl-product__img img {
  width: 100%; height: 100%; object-fit: contain;
}

/* Card */
.page-id-4734 .tl-card {
  width: calc(50% - 110px); background: #f8f8f8; border-radius: 12px; padding: 28px;
}
.page-id-4734 .tl-item--left .tl-card { margin-right: auto; }
.page-id-4734 .tl-item--right .tl-card { margin-left: auto; }
.page-id-4734 .tl-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.page-id-4734 .tl-card .pink-bar { width: 40px; height: 4px; background: #e6007e; margin-bottom: 14px; }
.page-id-4734 .tl-card p { font-size: 14px; line-height: 1.7; color: rgba(5,5,5,0.55); }

/* Lifestyle photo */
.page-id-4734 .tl-photo {
  margin-top: 16px; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.page-id-4734 .tl-photo img {
  width: 100%; height: 200px; object-fit: cover; display: block;
}

/* Branch lines â€” centered with product image */
.page-id-4734 .tl-branch {
  position: absolute; top: 0;
  display: flex; flex-direction: column; align-items: flex-start; z-index: 2;
}
.page-id-4734 .tl-branch--right { left: calc(50% + 80px); }
.page-id-4734 .tl-branch__row {
  display: flex; align-items: center; gap: 0;
  margin-top: 25px; /* centers with 120px product image */
}
.page-id-4734 .tl-branch__line { width: 50px; height: 3px; flex-shrink: 0; }
.page-id-4734 .tl-branch__line--green { background: #00c853; }
.page-id-4734 .tl-branch__line--blue { background: #2196f3; }
.page-id-4734 .tl-branch__target-img {
  width: 140px; height: 105px; border-radius: 12px; background: #f0f0f0;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  overflow: hidden;
}
.page-id-4734 .tl-branch__target-img img {
  width: 100%; height: 100%; object-fit: contain;
}
.page-id-4734 .tl-branch__below { margin-top: 12px; }
.page-id-4734 .tl-branch__label {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; display: block; margin-bottom: 6px;
}
.page-id-4734 .tl-branch__label--green { color: #00c853; }
.page-id-4734 .tl-branch__label--blue { color: #2196f3; }
.page-id-4734 .tl-branch__text {
  font-size: 13px; color: rgba(5,5,5,0.5); line-height: 1.6; max-width: 280px;
}

/* Plug & Play */
.page-id-4734 .plug-play {
  max-width: 1200px; margin: 0 auto; padding: 0 40px 80px; position: relative;
}
.page-id-4734 .plug-play__line-wrap { position: relative; height: 120px; }
.page-id-4734 .plug-play__line-vert {
  position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: 3px; height: 80px; background: #e6007e;
}
.page-id-4734 .plug-play__line-corner {
  position: absolute; left: 50%; top: 77px;
  width: calc(50% + 40px); height: 3px; background: #e6007e;
  transform: translateX(-1.5px);
}
.page-id-4734 .plug-play__line-into {
  position: absolute; right: -37px; top: 77px;
  width: 3px; height: 43px; background: #e6007e;
}
.page-id-4734 .plug-play__content {
  display: flex; align-items: center; gap: 60px;
}
.page-id-4734 .plug-play__text { flex: 1; }
.page-id-4734 .plug-play__text h2 {
  font-size: 48px; font-weight: 800; margin-bottom: 12px;
}
.page-id-4734 .plug-play__text .pink-bar {
  width: 50px; height: 5px; background: #e6007e; margin-bottom: 16px;
}
.page-id-4734 .plug-play__text p {
  font-size: 16px; line-height: 1.7; color: rgba(5,5,5,0.55); max-width: 400px;
}
.page-id-4734 .plug-play__image-wrap { flex: 1; position: relative; }
.page-id-4734 .plug-play__image-line {
  position: absolute; top: -43px; right: 40px;
  width: 3px; height: 43px; background: #e6007e; z-index: 2;
}
.page-id-4734 .plug-play__image {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.1); position: relative; z-index: 1;
}
.page-id-4734 .plug-play__image img {
  width: 100%; height: auto; display: block;
}

/* Highlight on nav click */
.page-id-4734 .tl-item.highlight .tl-card {
  background: #fff0f6; box-shadow: 0 0 0 2px #e6007e; transition: all 0.4s;
}

/* ========== MOBILE ========== */
@media (max-width: 900px) {
  .page-id-4734 .product-nav { padding: 24px 20px 20px; }
  .page-id-4734 .product-nav__intro { font-size: 14px; }
  .page-id-4734 .product-nav__item { min-width: 90px; }
  .page-id-4734 .product-nav__icon { width: 44px; height: 44px; }
  .page-id-4734 .product-nav__item::after { top: 28px; }
  .page-id-4734 .product-nav__track::before { top: 33px; }
  .page-id-4734 .product-nav__name { font-size: 10px; }

  .page-id-4734 .timeline-wrap { padding: 30px 20px 0; }
  .page-id-4734 .timeline-line { left: 30px; transform: none; }

  .page-id-4734 .tl-item { flex-direction: column; margin-bottom: 20px; }
  .page-id-4734 .tl-product {
    position: relative; left: auto; transform: none;
    margin: 0 0 16px 0; width: auto; display: flex; justify-content: flex-start;
  }
  .page-id-4734 .tl-product__img {
    width: 130px; height: 100px; margin-left: 0;
  }
  .page-id-4734 .tl-card {
    width: calc(100% - 10px); margin-left: 50px !important;
    margin-right: 0 !important; padding: 20px;
  }
  .page-id-4734 .tl-card h3 { font-size: 18px; }
  .page-id-4734 .tl-card p { font-size: 13px; }

  /* Branch on mobile: vertical down from product */
  .page-id-4734 .tl-branch {
    position: relative; top: auto; left: auto !important;
    margin-left: 50px; margin-bottom: 16px;
  }
  .page-id-4734 .tl-branch__row {
    flex-direction: column; align-items: flex-start; margin-top: 0;
  }
  .page-id-4734 .tl-branch__line { width: 3px; height: 30px; margin-left: 40px; }
  .page-id-4734 .tl-branch__target-img { width: 110px; height: 85px; }
  .page-id-4734 .tl-branch__below { margin-top: 8px; }
  .page-id-4734 .tl-branch__label { font-size: 11px; }
  .page-id-4734 .tl-branch__text { max-width: 260px; font-size: 12px; }

  /* Plug & Play mobile */
  .page-id-4734 .plug-play { padding: 0 20px 60px; }
  .page-id-4734 .plug-play__content { flex-direction: column; gap: 24px; }
  .page-id-4734 .plug-play__text h2 { font-size: 32px; }
  .page-id-4734 .plug-play__text { padding-right: 0; }
  .page-id-4734 .plug-play__line-wrap { height: 80px; }
  .page-id-4734 .plug-play__line-vert { left: 30px; transform: none; height: 60px; }
  .page-id-4734 .plug-play__line-corner { left: 30px; top: 57px; width: calc(100% - 30px); transform: none; }
  .page-id-4734 .plug-play__line-into { right: 0; top: 57px; height: 23px; }
  .page-id-4734 .plug-play__image-line { right: 20px; top: -23px; height: 23px; }
}
@media (max-width: 500px) {
  .page-id-4734 .plug-play__text h2 { font-size: 26px; }
}

