/* =========================
   PRODUCT HERO BANNER
========================= */

.robotics-product-hero {
  padding: 30px;
}

.robotics-product-banner {
  background: linear-gradient(135deg, #6e7a80, #3f4a50);
  border-radius: 24px;
  padding: 60px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.robotics-product-content {
  color: #fff;
  max-width: 600px;
}

.robotics-product-name {
  font-family: "f4";
  font-size: 88px;
  margin-bottom: 16px;
  line-height: 1;
}

.robotics-product-title {
  font-family: "f2";
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.robotics-product-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.robotics-product-image {
  width: 460px;
  height: 560px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Responsive – Hero */
@media (max-width: 992px) {
  .robotics-product-banner {
    flex-direction: column;
    text-align: center;
    padding: 50px 40px;
    gap: 36px;
  }

  .robotics-product-name {
    font-size: 48px;
  }

  .robotics-product-title {
    font-size: 30px;
  }

  .robotics-product-image img {
    max-height: 320px;
    margin: 0 auto;
  }

  .robotics-product-image {
    width: 320px;
    height: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .robotics-product-hero {
    padding: 20px 16px;
  }

  .robotics-product-banner {
    padding: 40px 24px;
  }

  .robotics-product-name {
    font-size: 36px;
  }

  .robotics-product-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .robotics-product-image img {
    display: none;
  }

  .robotics-product-image {
    width: 100%;
    height: auto;
  }
}


/* =========================
   FEATURE SECTION
========================= */

.robotics-feature-section {
  padding: 80px 0;
}

.robotics-feature-title {
  font-family: "f4";
  font-size: 38px;
  margin-bottom: 50px;
  max-width: 700px;
  line-height: 1.25;
}

.robotics-feature-title span {
  color: #FA5C40;
}

.robotics-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.robotics-feature-card {
  background: #fff;
  padding: 32px 28px;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.robotics-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 26px;
  color: #FA5C40;
  display: block;
  margin-bottom: 4px;
}

.robotics-feature-card h4 {
  font-family: "f3";
  font-size: 17px;
  margin: 12px 0 8px;
}

.robotics-feature-card p {
  font-family: "f1";
  color: #666;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* Responsive – Features */
@media (max-width: 992px) {
  .robotics-feature-grid {
    grid-template-columns: 1fr;
  }

  .robotics-feature-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .robotics-feature-section {
    padding: 60px 0;
  }

  .robotics-feature-title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .robotics-feature-card {
    padding: 24px 20px;
  }
}


/* =========================
   HI-ROBOT DETAIL BANNER
========================= */

.hiro-detail-banner {
  padding: 60px 0 80px;
}

.hiro-detail-wrap {
  background: linear-gradient(135deg, #fa5c40, #973220);
  border-radius: 28px;
  padding: 70px 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  overflow: hidden;
}

.hiro-detail-content {
  color: white;
  max-width: 420px;
}

.hiro-title {
  font-family: "f4";
  font-size: 48px;
  margin-bottom: 12px;
  line-height: 1;
}

.hiro-subtitle {
  font-family: "f3";
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.2;
}

.hiro-desc {
  font-family: "f2";
  font-size: 20px;
  margin-bottom: 28px;
  line-height: 1.5;
}

.hiro-btn {
  background: #e6e6e6;
  color: #000;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-family: "f3";
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
}

.hiro-btn span {
  transition: transform 0.3s ease;
}

.hiro-btn:hover {
  transform: translateY(-3px);
}

.hiro-btn:hover span {
  transform: translateX(6px);
}

/* RIGHT IMAGE & DOTS */
.hiro-image-area {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.hiro-robot-img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}

.dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse 2.5s infinite;
}

.dot-info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.dot-info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

.dot:hover .dot-info {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

@keyframes pulse {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
  50%  { transform: scale(1.3); box-shadow: 0 0 0 6px rgba(255,255,255,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.d1 { top: 2%;   right: 55%; }
.d3 { top: 45%;  right: 40%; }
.d5 { bottom: 18%; right: 40%; }

/* Responsive – Detail Banner */
@media (max-width: 992px) {
  .hiro-detail-wrap {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 50px 36px;
  }

  .hiro-detail-content {
    max-width: 100%;
  }

  .hiro-robot-img {
    width: 320px;
  }

  .d1 { top: 2%;  right: 52%; }
  .d3 { top: 45%; right: 38%; }
  .d5 { bottom: 20%; right: 43%; }
}

@media (max-width: 576px) {
  .hiro-detail-banner {
    padding: 40px 0 60px;
  }

  .hiro-detail-wrap {
    padding: 40px 20px;
  }

  .hiro-title {
    font-size: 32px;
  }

  .hiro-subtitle {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .hiro-desc {
    font-size: 16px;
  }

  .hiro-robot-img {
    width: 240px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .d1 { top: 4%;  right: 55%; }
  .d3 { top: 48%; right: 40%; }
  .d5 { bottom: 22%; right: 45%; }
}


/* =========================
   PRODUCT OVERVIEW
========================= */

.robot-overview-section {
  padding: 60px 0 40px;
  text-align: center;
}

.robot-overview-title {
  font-family: "f4";
  font-size: 42px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.robot-chip {
  background: #fa5c40;
  color: white;
  padding: 10px 24px;
  border-radius: 10px;
  display: inline-block;
  margin: 16px 0 70px;
  font-family: "f3";
  font-size: 15px;
}

.robot-spec-block {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
  text-align: left;
}

.robot-spec-image img {
  width: 200px;
  display: block;
  object-fit: contain;
}

.robot-feature-heading {
  color: #fa5c40;
  font-family: "f4";
  font-size: 22px;
  margin-bottom: 28px;
}

.robot-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 60px;
}

.robot-spec-grid div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.robot-spec-grid span {
  display: block;
  font-family: "f2";
  font-size: 13px;
  color: #9a9a9a;
}

.robot-spec-grid strong {
  font-family: "f4";
  font-size: 18px;
}

/* Responsive – Overview */
@media (max-width: 992px) {
  .robot-overview-title {
    font-size: 32px;
  }

  .robot-spec-block {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .robot-spec-image img {
    width: 150px;
    margin: 0 auto;
  }

  .robot-spec-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .robot-overview-title {
    font-size: 26px;
  }

  .robot-chip {
    margin: 14px 0 50px;
  }

  .robot-spec-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .robot-spec-block {
    margin-bottom: 50px;
  }
}


/* =========================
   CTA BANNER
========================= */

.robot-cta-banner {
  padding: 60px 0 80px;
}

.robot-cta-wrap {
  background: linear-gradient(135deg, #667175, #2e3b43);
  border-radius: 28px;
  padding: 70px 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}

.robot-cta-content {
  color: #fff;
  max-width: 520px;
}

.robot-cta-title {
  font-family: "f4";
  font-size: 44px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.robot-cta-text {
  font-family: "f2";
  font-size: 17px;
  margin-bottom: 32px;
  line-height: 1.7;
  color: #dce5e8;
}

.robot-cta-image img {
  height: 300px;
  object-fit: contain;
  display: block;
}

/* Responsive – CTA */
@media (max-width: 992px) {
  .robot-cta-wrap {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 50px 36px;
  }

  .robot-cta-title {
    font-size: 32px;
  }

  .robot-cta-text {
    font-size: 15px;
  }

  .robot-cta-image img {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .robot-cta-banner {
    padding: 40px 0 60px;
  }

  .robot-cta-wrap {
    padding: 40px 24px;
  }

  .robot-cta-title {
    font-size: 26px;
  }

  .robot-cta-image img {
    height: 200px;
  }
}
