.technology-hero {
  position: relative; height: var(--showcase-height, clamp(460px, 30vw, 576px)); min-height: clamp(460px, 30vw, 576px)); display: flex; align-items: center;
  overflow: hidden; color: #fff; background: #111617;
}
.technology-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.technology-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,17,.82), rgba(5,13,17,.35) 68%, rgba(5,13,17,.15)); content: ""; }
.technology-hero__copy { position: relative; z-index: 1; width: min(80vw, 1540px); margin: 0 auto; padding: 0; }
.technology-hero p.eyebrow { margin-bottom: 14px; color: var(--blue, #69c9df); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.technology-hero h1 { max-width: 820px; margin-bottom: 18px; color: #fff; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.2; }
.technology-hero__lead { max-width: 700px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; }

.technology-intro {
  width: min(80vw, 1540px);
  height: clamp(365px, 23.5vw, 445px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  margin: clamp(36px, 4vw, 56px) auto;
  background: var(--soft);
  overflow: hidden;
}
.technology-intro__media { min-width: 0; overflow: hidden; }
.technology-intro__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.technology-intro:hover .technology-intro__media img { transform: scale(1.025); }
.technology-intro__copy { align-self: center; max-width: 720px; padding: clamp(24px, 3vw, 44px); }
.technology-intro p.eyebrow,
.module-main__copy p.eyebrow { margin-bottom: 12px; color: var(--blue, #69c9df); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.technology-intro h2,
.module-main__copy h2 { margin-bottom: 18px; font-size: clamp(38px, 4vw, 58px); font-weight: 500; line-height: 1.2; letter-spacing: -.02em; }
.technology-intro p:not(.eyebrow) { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.nobel-science-card {
  position: relative;
  background: var(--brand-tint, #edf5f7);
  border: 1px solid rgba(105, 201, 223, 0.35);
  border-radius: 16px;
  padding: clamp(20px, 2.5vw, 28px);
  margin-top: 24px;
  box-shadow: 0 10px 30px rgba(46, 163, 242, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  overflow: hidden;
}
.nobel-science-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #69c9df 0%, #16809c 100%);
}
.nobel-badge-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(22, 128, 156, 0.2);
  border: 1px solid rgba(105, 201, 223, 0.3);
}
.nobel-badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nobel-science-card__content {
  flex: 1;
}
.nobel-science-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue-dark, #16809c);
  letter-spacing: 1.2px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.nobel-science-card__title {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
  color: var(--ink, #101416);
  margin-bottom: 6px;
  line-height: 1.35;
}
.nobel-science-card__body {
  font-size: clamp(12.5px, 1.05vw, 14px);
  line-height: 1.65;
  color: var(--muted, #4a4a4a);
  margin: 0;
}

.effects { padding: clamp(36px, 4vw, 56px) 0; background: #fff; }
.effects__inner { width: min(80vw, 1540px); margin: auto; }
.effects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.effect-card { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.effect-card__media { height: 150px; display: flex; align-items: center; justify-content: center; padding: 18px 20px; overflow: hidden; background: #e7ebec; }
.effect-card img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transition: transform .7s var(--ease); }
  border: 1px solid rgba(105, 201, 223, 0.35);
  border-radius: 16px;
  padding: clamp(20px, 2.5vw, 28px);
  margin-top: 24px;
  box-shadow: 0 10px 30px rgba(46, 163, 242, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  overflow: hidden;
}
.nobel-science-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #69c9df 0%, #16809c 100%);
}
.nobel-badge-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(22, 128, 156, 0.2);
  border: 1px solid rgba(105, 201, 223, 0.3);
}
.nobel-badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nobel-science-card__content {
  flex: 1;
}
.nobel-science-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue-dark, #16809c);
  letter-spacing: 1.2px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.nobel-science-card__title {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
  color: var(--ink, #101416);
  margin-bottom: 6px;
  line-height: 1.35;
}
.nobel-science-card__body {
  font-size: clamp(12.5px, 1.05vw, 14px);
  line-height: 1.65;
  color: var(--muted, #4a4a4a);
  margin: 0;
}

.effects { padding: clamp(36px, 4vw, 56px) 0; background: #fff; }
.effects__inner { width: min(80vw, 1540px); margin: auto; }
.effects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.effect-card { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.effect-card__media { height: 150px; display: flex; align-items: center; justify-content: center; padding: 18px 20px; overflow: hidden; background: #e7ebec; }
.effect-card img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transition: transform .7s var(--ease); }
.effect-card:hover img { transform: scale(1.03); }
.effect-card__copy { min-height: 0; padding: 22px 20px 26px; }
.effect-card__copy span { display: block; margin-bottom: 10px; color: var(--blue, #69c9df); font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.effect-card h3 { margin-bottom: 10px; font-size: clamp(20px, 1.5vw, 24px); font-weight: 600; }
.effect-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.module { width: min(80vw, 1540px); margin: clamp(48px, 4.5vw, 76px) auto 0; }
.module-main { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 440px; background: #e8edef; }
.module-main__media { min-width: 0; overflow: hidden; background: #fff; }
.module-main__media img { width: 100%; height: 100%; object-fit: contain; }
.module-main__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 56px); }
.module-main__copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.module-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 28px 0 0; }
.module-specs div { padding: 11px 0; border-top: 1px solid var(--line); }
.module-specs dt { margin-bottom: 4px; color: var(--muted); font-size: 12px; }
.module-specs dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.45; }
.module-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.module-gallery figure { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #111617; }
.module-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.module-gallery figure:hover img { transform: scale(1.025); }
.module-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 20px; color: #fff; background: rgba(16,20,22,.68); font-size: 13px; }

.advantages { padding-top: clamp(48px, 4.5vw, 76px); padding-bottom: clamp(48px, 4.5vw, 76px); color: var(--ink); background: #fff; }
.advantages__inner { width: min(80vw, 1540px); margin: auto; }
.advantages .eyebrow { color: var(--blue, #69c9df); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.advantages h2 { color: var(--ink); font-size: clamp(34px, 3.4vw, 48px); font-weight: 500; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 22px); }

.advantage-card {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 22px 18px 16px; background: #fff;
  border: 1px solid rgba(22, 128, 156, 0.15); border-radius: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.advantage-card:hover {
  background: #ffffff; border-color: rgba(105, 201, 223, 0.55); transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(22, 128, 156, 0.12);
}
.advantage-card__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.advantage-icon {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  color: var(--blue-dark); background: rgba(105, 201, 223, .16); transition: all .3s var(--ease);
}
.advantage-card:hover .advantage-icon { background: var(--blue); color: #fff; transform: scale(1.05); }
.advantage-num { color: var(--blue-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.advantage-card h3 { margin: 0 0 6px; color: var(--ink); font-size: 16.5px; font-weight: 700; line-height: 1.35; }
.advantage-card p { margin: 0 0 14px; color: var(--muted, #5a6578); font-size: 12.5px; line-height: 1.55; }
.advantage-tags { display: flex; flex-wrap: wrap; gap: 5px; padding-top: 10px; border-top: 1px dashed rgba(22, 128, 156, 0.18); }
.advantage-tags .ai-tag {
  background: #ffffff; border: 1px solid rgba(105, 201, 223, 0.35); color: var(--blue-dark, #16809c);
  font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 5px;
}

@media (max-width: 1000px) {
  .technology-hero { height: 440px; min-height: 440px; }
  .technology-hero__copy, .effects__inner, .module, .advantages__inner { width: calc(100% - 48px); }
  .technology-intro { width: calc(100% - 48px); height: auto; grid-template-columns: 1fr; margin: 36px auto; }
  .technology-intro__media { height: 320px; }
  .technology-intro__copy { padding: 32px 24px; }
  .effects-grid { grid-template-columns: 1fr; }
  .effect-card { display: grid; grid-template-columns: 160px 1fr; }
  .effect-card__media { height: 100%; padding: 16px; }
  .effect-card__copy { min-height: 0; padding: 20px 24px; }
  .module-main { grid-template-columns: 1fr; min-height: 0; }
  .module-main__media { height: 360px; }
  .module-main__copy { padding: 32px 24px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (max-width: 700px) {
  .module-specs { grid-template-columns: 1fr; }
  .technology-hero { height: 380px; min-height: 380px; }
  .technology-hero__copy, .effects__inner, .module, .advantages__inner { width: calc(100% - 40px); }
  .technology-hero__copy { padding: 0; }
  .technology-hero h1 { font-size: 32px; margin-bottom: 12px; }
  .technology-hero__lead { font-size: 14px; line-height: 1.6; }
  .technology-intro { width: 100%; margin: 32px 0; }
  .technology-intro__media { height: 240px; }
  .technology-intro__copy { padding: 24px 20px; }
  .technology-intro h2,
  .module-main__copy h2 { font-size: 28px; margin-bottom: 14px; }
  .technology-intro p:not(.eyebrow) { font-size: 15px; }
  .effect-card { display: block; }
  .effect-card__media { height: 130px; padding: 14px; }
  .effect-card__copy { min-height: 0; padding: 18px 18px 20px; }
  .module-main__media { height: 260px; }
  .module-main__copy { padding: 28px 20px; }
  .module-gallery { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .advantages-grid { grid-template-columns: 1fr; gap: 12px; }
  .advantage-card { min-height: 110px; padding: 18px; }
}

/* AI Scenarios Grid (Apple AirPods Card Style: 5 Compact Cards in 1 Row) */
.ai-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 1.4vw, 20px);
}

.ai-scenario-card {
  grid-column: span 1 !important;
  background: #fff;
  border: 1px solid rgba(22, 128, 156, 0.15);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px 16px;
  box-shadow: none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.ai-scenario-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(22, 128, 156, 0.12);
  border-color: rgba(105, 201, 223, 0.55);
}

.ai-scenario-card__body {
  padding: 0;
  margin-bottom: 12px;
}

.ai-scenario-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ai-scenario-card .advantage-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-dark, #16809c);
  letter-spacing: .08em;
}

.ai-scenario-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink, #101416);
  margin-bottom: 6px;
  line-height: 1.35;
}

.ai-scenario-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted, #5a6578);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ai-scenario-card__media {
  position: relative;
  width: 100%;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #0d1620;
}

.ai-scenario-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}

.ai-scenario-card:hover .ai-scenario-card__media img {
  transform: scale(1.06);
}

.ai-scenario-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 0 0;
  border-top: 1px dashed rgba(22, 128, 156, 0.18);
  background: transparent;
}

.ai-tag {
  background: #ffffff;
  border: 1px solid rgba(105, 201, 223, 0.35);
  color: var(--blue-dark, #16809c);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 5px;
}

@media (max-width: 1100px) {
  .ai-scenarios-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .ai-scenarios-grid {
    grid-template-columns: 1fr;
  }
}

