@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #ffffff;
  --soft: #f5f5f7;
  --panel: #ffffff;
  --line: rgba(17, 17, 19, 0.08);
  --line-strong: rgba(17, 17, 19, 0.14);
  --text: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --radius: 36px;
  --content: 1260px;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.06);
  --shadow-panel: 0 26px 80px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #f7f8fb 0%, #ffffff 36%) fixed;
  color: var(--text);
}

a { color: inherit; text-decoration: none; }

.product-topbar {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 8px 18px;
  background: #f6f6f8;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.product-page {
  width: min(calc(100% - 32px), calc(var(--content) + 48px));
  margin: 0 auto;
  padding: 18px 0 88px;
}

.eyebrow {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 113, 227, 0.18);
}

.button-primary:hover {
  background: var(--blue-hover);
  box-shadow: 0 18px 40px rgba(0, 113, 227, 0.24);
}

.button-secondary {
  border: 1px solid rgba(0, 113, 227, 0.34);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
}

.product-hero,
.video-section,
.strengths,
.immersive-story,
.camera-section,
.detail-grid,
.pricing {
  margin-bottom: 18px;
}

.product-hero {
  min-height: 1080px;
  padding: 20px 20px 34px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9fb 82%, #f5f5f7 100%);
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 28px;
  overflow: hidden;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px 0;
}

.hero-nav-name {
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-nav-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 14px;
}

.hero-copy h1,
.section-head h2,
.story-copy h2,
.camera-copy h2,
.detail-copy h2,
.pricing-copy h2 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.hero-copy p,
.section-head p,
.story-copy p,
.camera-copy p,
.detail-copy p,
.strength-copy p,
.detail-card p,
.pricing-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.55;
  color: var(--muted);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.hero-badges span {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 113, 227, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

.hero-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}

.hero-fan,
.hero-device {
  position: absolute;
  border-radius: 46px;
}

.hero-fan {
  width: min(34vw, 300px);
  aspect-ratio: 0.56;
  border: 6px solid #d7dae1;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.11);
  transform-origin: center 90%;
}

.fan-silver {
  background: linear-gradient(180deg, #fafbfc 0%, #e7eaf0 100%);
  transform: translate(28%, -2%) rotate(31deg);
}

.fan-sage {
  background: linear-gradient(180deg, #dceac6 0%, #b8cf8b 100%);
  transform: translate(14%, -9%) rotate(16deg);
}

.fan-blue {
  background: linear-gradient(180deg, #d8e8ff 0%, #9fbcfb 100%);
  transform: translate(-14%, -9%) rotate(-16deg);
}

.fan-lilac {
  background: linear-gradient(180deg, #eadffc 0%, #cab7ef 100%);
  transform: translate(-28%, -2%) rotate(-31deg);
}

.hero-device-front {
  position: relative;
  z-index: 3;
  width: min(78vw, 760px);
  aspect-ratio: 1.9;
  background: linear-gradient(180deg, #1a1e25 0%, #0e1017 100%);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.18);
}

.device-island {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: 26%;
  height: 20px;
  border-radius: 999px;
  background: #0a0c12;
  z-index: 4;
}

.device-display {
  position: absolute;
  inset: 9% 7% 8%;
  border-radius: 32px;
  overflow: hidden;
}

.display-menu {
  background: linear-gradient(180deg, #f8fbff 0%, #eaf3ff 100%);
}

.display-bar {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 9%;
  height: 20%;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #edf1f8 100%);
}

.display-panel {
  position: absolute;
  left: 14%;
  right: 14%;
  border-radius: 28px;
}

.display-panel-wide {
  top: 36%;
  height: 18%;
  background: linear-gradient(180deg, #dae7f9, #c4d8f7);
}

.display-grid {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 12%;
  height: 28%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.display-grid span {
  border-radius: 24px;
  background: linear-gradient(180deg, #d4e3f8, #bdd2f1);
}

.hero-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 0 10px;
}

.product-mini {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
}

.product-gradient {
  display: block;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, #8c68e0 0%, #7595e9 42%, #67a55c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-price-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-price-note {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
  color: var(--text);
}

.video-section {
  padding: 56px 20px;
  border-radius: 40px;
  background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%);
  box-shadow: var(--shadow-soft);
}

.video-head {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 10px;
}

.video-head h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.video-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
}

.video-frame {
  width: min(100%, 1040px);
  margin: 24px auto 0;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: var(--shadow-panel);
  overflow: hidden;
}

.video-poster {
  position: relative;
  min-height: 520px;
  background: linear-gradient(135deg, #ebe6fb 0%, #dfeaff 44%, #f8fcff 100%);
}

.video-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 28%, rgba(255,255,255,0.7), transparent 18%),
    radial-gradient(circle at 74% 22%, rgba(255,255,255,0.35), transparent 18%),
    radial-gradient(circle at 50% 70%, rgba(255,255,255,0.16), transparent 32%);
}

.video-poster::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(44vw, 360px);
  aspect-ratio: 1.9;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: linear-gradient(180deg, #1a1e25 0%, #0e1017 100%);
  box-shadow: 0 34px 80px rgba(0,0,0,0.16);
}

.video-poster.is-menu {
  background: linear-gradient(135deg, #e9e1fb 0%, #dce9ff 46%, #eff8ff 100%);
}

.video-poster.is-order {
  background: linear-gradient(135deg, #d8e9ff 0%, #9fd0ff 46%, #f3faff 100%);
}

.video-poster.is-booking {
  background: linear-gradient(135deg, #141823 0%, #2a3550 54%, #eef3fb 100%);
}

.video-poster.is-loyalty {
  background: linear-gradient(135deg, #ffdf95 0%, #82eac1 42%, #7f8ef0 100%);
}

.video-poster.is-nfc {
  background: linear-gradient(135deg, #eef4ff 0%, #d5e5fb 44%, #9cc3ff 100%);
}

.video-poster.is-wheel {
  background: linear-gradient(135deg, #ffed9b 0%, #7cebc4 42%, #6e89ef 100%);
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
}

.video-play {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  position: relative;
}

.video-play::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 28px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid var(--blue);
}

.video-meta {
  padding: 24px 26px 30px;
  display: grid;
  gap: 10px;
}

.video-meta strong {
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.video-meta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.offer-grid {
  width: min(100%, 1040px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 180px;
  padding: 26px 22px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 12px;
}

.offer-card h3,
.utility-card h3,
.faq-card h3,
.price-main-card h3,
.price-option h4 {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.offer-card p,
.utility-card p,
.faq-card p,
.price-main-card p,
.price-option p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.strengths {
  padding: 52px 18px 34px;
  border-radius: 40px;
  background: var(--soft);
}

.section-head {
  width: min(100%, 760px);
  margin: 0 auto 26px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.strength-card {
  min-height: 390px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1.5fr 1fr;
}

.strength-art {
  position: relative;
  background: #f7f8fc;
}

.art-reflection {
  background:
    radial-gradient(circle at 50% 100%, rgba(255,255,255,0.9) 0 12%, transparent 28%),
    linear-gradient(135deg, #cdbef3 0%, #b6a7ef 18%, #dfe3ff 38%, #8a7ee1 58%, #dedcff 79%, #f4f4ff 100%);
}

.art-reflection::before,
.art-reflection::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0));
}

.art-reflection::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.art-reflection::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}

.art-translation {
  background: linear-gradient(180deg, #8dc3ff 0%, #b6d1ff 50%, #f9fbff 100%);
}

.art-translation::before,
.art-translation::after {
  content: "";
  position: absolute;
  border-radius: 28px;
}

.art-translation::before {
  inset: 16% 12% auto;
  height: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f1f3f9 100%);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
}

.art-translation::after {
  width: 34%;
  aspect-ratio: 0.78;
  right: 14%;
  bottom: 12%;
  background: linear-gradient(180deg, #161922, #0d1018);
  box-shadow: 0 26px 60px rgba(0,0,0,0.18);
}

.art-open {
  background: linear-gradient(180deg, #fbfbfe 0%, #edf3fb 100%);
}

.art-open::before,
.art-open::after {
  content: "";
  position: absolute;
  border-radius: 26px;
}

.art-open::before {
  left: 13%;
  right: 13%;
  top: 16%;
  height: 26%;
  background: linear-gradient(180deg, #ffffff, #edf1f8);
}

.art-open::after {
  left: 15%;
  right: 15%;
  bottom: 15%;
  height: 38%;
  background: linear-gradient(180deg, #d9e7fb, #c3d7f4);
  box-shadow: inset 24px 0 0 rgba(255,255,255,0.55), inset -24px 0 0 rgba(255,255,255,0.38);
}

.strength-copy {
  padding: 22px 22px 24px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.strength-copy h3,
.detail-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.film-dots {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.film-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.18);
}

.film-dots .is-active {
  width: 20px;
  background: rgba(29, 29, 31, 0.72);
}

.steps-grid .strength-card {
  min-height: 360px;
}

.immersive-story {
  padding: 56px 18px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
  display: grid;
  gap: 32px;
}

.story-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 12px;
}

.story-panel {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 28px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: var(--shadow-panel);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  align-items: center;
}

.story-panel-full {
  grid-template-columns: 1fr;
  width: min(100%, 1040px);
}

.story-tabs {
  display: grid;
  gap: 10px;
}

.story-tabs span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
}

.story-tabs .is-active {
  background: rgba(0, 113, 227, 0.14);
  color: var(--blue);
}

.story-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fafbfd 0%, #eef4fc 100%);
  border-radius: 30px;
  overflow: hidden;
}

.story-panel-full .story-visual {
  min-height: 520px;
}

.story-device {
  position: relative;
  width: min(58vw, 440px);
  aspect-ratio: 0.54;
  border-radius: 40px;
  background: linear-gradient(180deg, #171a23 0%, #0f1118 100%);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.18);
}

.display-focus {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.focus-card {
  position: absolute;
  left: 10%;
  right: 10%;
  border-radius: 24px;
}

.focus-card-main {
  top: 14%;
  height: 18%;
  background: linear-gradient(180deg, #ffffff, #eff2f8);
}

.focus-grid {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.focus-grid span {
  border-radius: 24px;
  background: linear-gradient(180deg, #d7e4f8, #bfd2f0);
}

.price-layout {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
}

.price-main-card,
.price-option {
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--shadow-panel);
}

.price-main-card {
  padding: 30px 28px;
  display: grid;
  gap: 14px;
}

.price-subline {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--blue);
}

.price-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.price-options {
  display: grid;
  gap: 16px;
}

.price-option {
  padding: 24px 22px;
  display: grid;
  gap: 10px;
}

.camera-section {
  padding: 68px 18px 0;
  border-radius: 40px;
  background: #ffffff;
  overflow: hidden;
}

.camera-copy {
  width: min(100%, 720px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 12px;
}

.camera-stage {
  position: relative;
  min-height: 760px;
  margin-top: 28px;
  display: grid;
  place-items: center;
}

.utility-grid {
  width: min(100%, 1100px);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.utility-card {
  min-height: 180px;
  padding: 24px 22px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 12px;
}

.camera-phone-back,
.camera-phone-front {
  position: absolute;
  border-radius: 44px;
}

.camera-phone-back {
  width: min(52vw, 430px);
  aspect-ratio: 0.55;
  bottom: -12%;
  background: linear-gradient(180deg, #12151c 0%, #05070c 100%);
  box-shadow: 0 40px 90px rgba(0,0,0,0.22);
}

.camera-phone-back::before,
.camera-phone-back::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a2f38, #11151d);
}

.camera-phone-back::before {
  width: 28%;
  height: 11%;
  left: 14%;
  top: 10%;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.04), 0 0 0 18px rgba(9,11,17,0.2);
}

.camera-phone-back::after {
  width: 28%;
  height: 11%;
  right: 14%;
  top: 10%;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.04), 0 0 0 18px rgba(9,11,17,0.2);
}

.camera-phone-front {
  position: relative;
  z-index: 2;
  width: min(48vw, 390px);
  aspect-ratio: 0.55;
  bottom: -2%;
  background: linear-gradient(180deg, #e8ddfb 0%, #c9baf0 100%);
  border: 5px solid #d9cee8;
  box-shadow: 0 36px 80px rgba(0,0,0,0.16);
}

.display-camera {
  background: linear-gradient(180deg, #f9fbff 0%, #e7eefb 100%);
}

.camera-photo {
  position: absolute;
  inset: 14% 8% 8%;
  border-radius: 26px;
  background:
    radial-gradient(circle at 25% 30%, rgba(255,255,255,0.92), transparent 18%),
    radial-gradient(circle at 70% 26%, rgba(255,170,212,0.6), transparent 18%),
    linear-gradient(180deg, #98c5ff 0%, #6d8bf6 48%, #7f58dd 100%);
}

.detail-grid {
  padding: 54px 18px;
  border-radius: 40px;
  background: var(--soft);
  display: grid;
  gap: 26px;
}

.detail-copy {
  width: min(100%, 720px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  text-align: center;
}

.detail-copy-left {
  justify-items: center;
}

.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.detail-card {
  min-height: 230px;
  padding: 22px 18px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 14px;
}

.pill-cloud {
  width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pill-cloud span {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(17, 17, 19, 0.08);
  font-weight: 600;
}

.detail-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f0f6ff, #dceaff);
  position: relative;
}

.icon-menu::before,
.icon-order::before,
.icon-booking::before,
.icon-nfc::before,
.icon-loyalty::before,
.icon-menu::after,
.icon-order::after,
.icon-booking::after,
.icon-nfc::after,
.icon-loyalty::after {
  content: "";
  position: absolute;
}

.icon-menu::before {
  inset: 14px 10px auto;
  height: 10px;
  border-radius: 999px;
  background: #6da7ef;
}

.icon-menu::after {
  left: 10px;
  right: 10px;
  bottom: 14px;
  height: 18px;
  border-radius: 12px;
  background: #bfd7fa;
}

.icon-order::before {
  width: 16px;
  height: 28px;
  left: 12px;
  bottom: 10px;
  border-radius: 10px;
  background: #2d82f2;
}

.icon-order::after {
  width: 16px;
  height: 38px;
  right: 12px;
  bottom: 10px;
  border-radius: 10px;
  background: #9ec4fb;
}

.icon-booking::before {
  left: 10px;
  right: 10px;
  top: 16px;
  height: 14px;
  border-radius: 999px;
  background: #111827;
}

.icon-booking::after {
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 18px;
  border-radius: 12px;
  background: #262e48;
}

.icon-nfc::before {
  inset: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #edf1f8);
}

.icon-nfc::after {
  width: 12px;
  height: 12px;
  left: 10px;
  top: 22px;
  border-radius: 999px;
  background: #2d82f2;
  box-shadow: 18px 0 0 rgba(45,130,242,0.18), 36px 0 0 rgba(45,130,242,0.08);
}

.icon-loyalty::before {
  inset: 8px;
  border-radius: 18px;
  background: conic-gradient(from 160deg, #ff9053 0 22%, #6c83eb 22% 52%, #74ebc0 52% 80%, #ffea7a 80% 100%);
}

.icon-loyalty::after {
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(17,17,19,0.14);
}

.pricing {
  padding: 18px 0 0;
}

.pricing-card {
  padding: 34px 28px;
  border-radius: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  box-shadow: var(--shadow-panel);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
  align-items: center;
}

.pricing-copy {
  display: grid;
  gap: 12px;
}

.pricing-number {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  letter-spacing: -0.07em;
  line-height: 0.92;
  font-weight: 800;
}

.pricing-sub {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 18px;
}

.pricing-side {
  display: grid;
  justify-items: start;
  align-content: center;
}

.faq-section {
  padding: clamp(52px, 8vw, 96px) clamp(16px, 5vw, 56px);
  max-width: 800px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
}

.faq-section .section-head {
  text-align: center;
  margin-bottom: 38px;
}

details.faq-item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

details.faq-item summary {
  list-style: none;
  padding: 18px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  user-select: none;
  -webkit-user-select: none;
}

details.faq-item summary::-webkit-details-marker { display: none; }

details.faq-item summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}

details.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-answer {
  padding: 0 0 20px;
  font-size: 14.5px;
  color: #475569;
  line-height: 1.68;
  margin: 0;
}

.final-cta {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  box-shadow: none;
}

.final-cta .eyebrow {
  color: #0066cc;
}

.final-cta h2 {
  color: #0f172a;
}

.final-cta p {
  color: #64748b;
}

.cta-actions {
  gap: 12px;
}

.cta-actions .button-secondary {
  border-color: rgba(0, 0, 0, 0.15);
  color: #0f172a;
  background: transparent;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .product-hero {
    min-height: 980px;
  }

  .offer-grid,
  .utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-grid,
  .detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-panel,
  .pricing-card,
  .price-layout {
    grid-template-columns: 1fr;
  }

  .story-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-device {
    width: min(70vw, 420px);
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-page {
    width: min(calc(100% - 18px), calc(var(--content) + 48px));
    padding-top: 10px;
    padding-bottom: 54px;
  }

  .product-hero,
  .video-section,
  .strengths,
  .immersive-story,
  .camera-section,
  .detail-grid,
  .pricing-card {
    border-radius: 28px;
  }

  .product-hero {
    min-height: auto;
    padding: 16px 14px 24px;
    gap: 22px;
  }

  .hero-nav {
    padding: 4px 2px 0;
    align-items: start;
  }

  .hero-nav-actions,
  .hero-price-wrap {
    justify-content: flex-start;
  }

  .hero-stage {
    min-height: 390px;
  }

  .hero-fan {
    width: 38vw;
    border-width: 4px;
    border-radius: 28px;
  }

  .hero-device-front {
    width: min(94vw, 420px);
    border-radius: 24px;
  }

  .device-island {
    top: 14px;
    height: 12px;
  }

  .device-display {
    border-radius: 20px;
  }

  .strengths,
  .video-section,
  .immersive-story,
  .detail-grid,
  .faq-section {
    padding: 34px 14px 28px;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero-badges span {
    font-size: 0.84rem;
    padding: 0 12px;
  }

  .offer-grid,
  .utility-grid {
    grid-template-columns: 1fr;
  }

  .video-poster {
    min-height: 340px;
  }

  .video-poster::after {
    width: min(70vw, 280px);
    border-radius: 22px;
  }

  .video-meta {
    padding: 18px;
  }

  .camera-section {
    padding: 42px 14px 0;
  }

  .strength-grid,
  .detail-card-grid {
    grid-template-columns: 1fr;
  }

  .pill-cloud {
    justify-content: flex-start;
  }

  .strength-card {
    min-height: 330px;
  }

  .story-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .story-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .story-panel-full .story-visual {
    min-height: 360px;
  }

  .story-visual {
    min-height: 320px;
    border-radius: 24px;
  }

  .story-device {
    width: min(78vw, 320px);
    border-radius: 28px;
  }

  .camera-stage {
    min-height: 460px;
  }

  .pricing {
    padding-top: 0;
  }

  .pricing-card {
    padding: 28px 18px;
  }

  .price-main-card,
  .price-option,
  .offer-card,
  .utility-card,
  .faq-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .faq-card {
    min-height: 0;
  }

  .cta-actions {
    justify-items: stretch;
  }

  .cta-actions .button,
  .cta-actions .button-secondary {
    width: 100%;
  }
}

.hero-photo-shell,
.product-image-frame,
.side-visual-card,
.detail-visual-card {
  width: min(100%, 1040px);
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-panel);
}

.hero-photo-shell {
  min-height: 520px;
}

.product-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-main-image {
  min-height: 520px;
  max-height: 760px;
}

.product-demo-image {
  min-height: 420px;
  max-height: 720px;
}

.section-caption {
  width: min(100%, 760px);
  margin: 18px auto 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.55;
}

.feature-split,
.admin-layout,
.button-utility-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.compact-strength-grid {
  grid-template-columns: 1fr;
  align-content: stretch;
}

.compact-strength-card {
  min-height: 0;
}

.compact-strength-card .strength-copy {
  padding: 26px 24px;
}

.side-visual-card,
.detail-visual-card,
.story-panel,
.camera-stage,
.pricing-side {
  min-height: 100%;
}

.admin-list-card {
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.admin-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.admin-checklist li,
.utility-pills-grid span,
.pricing-options-inline span,
.included-card {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,113,227,0.14);
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  font-weight: 600;
}

.utility-pills-grid,
.included-grid,
.why-grid,
.pricing-options-inline {
  display: grid;
  gap: 14px;
}

.utility-pills-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.included-grid,
.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.included-card,
.compact-faq-card {
  min-height: 120px;
  border-radius: 28px;
  background: #fff;
  justify-content: flex-start;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.included-card h3,
.compact-faq-card h3,
.short-answer-card h3 {
  margin: 0;
}

.pricing-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.short-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.short-answer-card {
  min-height: 0;
}

.short-answer-card p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue);
}

@media (max-width: 1024px) {
  .feature-split,
  .admin-layout,
  .button-utility-layout,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .included-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-photo-shell,
  .product-image-frame,
  .side-visual-card,
  .detail-visual-card {
    border-radius: 24px;
  }

  .hero-main-image,
  .product-demo-image {
    min-height: 260px;
    max-height: none;
  }

  .utility-pills-grid,
  .included-grid,
  .why-grid,
  .short-faq-grid {
    grid-template-columns: 1fr;
  }

  .admin-list-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

.compact-strength-card .strength-copy,
.included-card,
.compact-faq-card {
  padding: 20px 18px;
}
}

.command-strength-grid {
  gap: 22px;
}

.command-strength-card {
  min-height: 430px;
  border: 1px solid rgba(14, 96, 193, 0.08);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.command-strength-card .strength-copy {
  padding: 26px 26px 30px;
  gap: 12px;
}

.command-strength-card .strength-copy p {
  color: #556070;
  line-height: 1.62;
}

.command-art {
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #ebf3ff 100%);
}

.command-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.command-art-notification::after,
.command-art-admin::after,
.command-art-team::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 32, 0.02), rgba(8, 15, 32, 0.16));
  pointer-events: none;
}

.command-art-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: grid;
  gap: 4px;
}

.command-chip {
  justify-self: start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.1);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.command-art-overlay strong,
.command-admin-actions span,
.team-phone strong {
  color: #111827;
}

.command-art-overlay small,
.team-phone small {
  color: #5b6474;
}

.command-admin-actions {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 58px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.command-admin-actions span {
  min-height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.command-admin-actions .is-primary {
  background: linear-gradient(180deg, #1877f2 0%, #0d63d8 100%);
  color: #fff;
}

.command-admin-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.command-admin-meta span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #27405e;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.command-art-team {
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(104, 155, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.team-alert-phones {
  width: 100%;
  display: grid;
  gap: 14px;
}

.team-phone {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
}

.team-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #29c46a 0%, #0ca64a 100%);
  box-shadow: 0 0 0 5px rgba(41, 196, 106, 0.16);
  grid-row: span 2;
}

.immersive-story .story-copy {
  width: min(100%, 820px);
}

.stats-dashboard {
  width: min(100%, 960px);
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 32px 72px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 24px;
}

.stats-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stats-summary-card,
.stats-chart-card,
.stats-list-card,
.stats-preview-card {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(13, 99, 216, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.stats-summary-card {
  padding: 18px 18px 20px;
  display: grid;
  gap: 6px;
}

.stats-summary-label {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.stats-summary-card strong {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.stats-summary-card small,
.stats-card-head span,
.stats-list span {
  color: #64748b;
}

.stats-dashboard-body {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 0.9fr;
  gap: 16px;
}

.stats-chart-card,
.stats-list-card,
.stats-preview-card {
  padding: 20px;
  display: grid;
  gap: 18px;
}

.stats-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stats-card-head strong {
  font-size: 1.02rem;
}

.stats-bars {
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
}

.stats-bars span {
  height: var(--h);
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #8fc1ff 0%, #0d63d8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.stats-list {
  display: grid;
  gap: 12px;
}

.stats-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.stats-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.stats-list strong {
  font-size: 1rem;
  color: #0f172a;
}

.stats-preview-card {
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.stats-preview-media {
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #edf4ff 0%, #dfeaff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.stats-preview-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.stats-preview-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stats-preview-pills span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.08);
  color: #315e94;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.command-benefits-grid {
  gap: 18px;
}

.command-benefits-grid .detail-card {
  border: 1px solid rgba(0, 113, 227, 0.07);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  padding: 24px 20px;
  gap: 16px;
}

.command-benefits-grid .detail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.09);
  border-color: rgba(0, 113, 227, 0.14);
}

.command-benefits-grid .detail-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  line-height: 1.02;
}

.command-benefits-grid .detail-card p {
  color: #556070;
  line-height: 1.6;
}

.command-benefits-grid .detail-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 12px 24px rgba(0, 113, 227, 0.08);
  background: linear-gradient(180deg, #f6fbff 0%, #edf5ff 100%);
}

.command-hero-stage {
  min-height: 720px;
  padding: 18px 0 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(189, 216, 255, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 247, 255, 0.42) 100%);
}

.command-hero-image {
  width: min(100%, 1060px);
  height: auto;
  max-height: 640px;
  object-fit: cover;
  display: block;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
}

.command-client-poster {
  overflow: hidden;
  background: linear-gradient(135deg, #edf4ff 0%, #f8fbff 100%);
}

.command-client-poster::before,
.command-client-poster::after {
  display: none;
}

.command-client-poster img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.command-art-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.command-stats-visual {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top, rgba(206, 226, 255, 0.42), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.09);
}

.command-stats-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.icon-timer::before,
.icon-checklist::before,
.icon-gauge::before,
.icon-stack::before,
.icon-bell::before,
.icon-profile::before,
.icon-bolt::before,
.icon-mobile-web::before,
.icon-timer::after,
.icon-checklist::after,
.icon-gauge::after,
.icon-stack::after,
.icon-bell::after,
.icon-profile::after,
.icon-bolt::after,
.icon-mobile-web::after {
  content: "";
  position: absolute;
}

.icon-timer::before {
  inset: 12px;
  border: 3px solid #6da7ef;
  border-radius: 999px;
}

.icon-timer::after {
  left: 28px;
  top: 18px;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: #6da7ef;
  box-shadow: -8px 8px 0 -1px #6da7ef;
  transform-origin: bottom center;
  transform: rotate(20deg);
}

.icon-checklist::before {
  left: 14px;
  right: 14px;
  top: 12px;
  bottom: 12px;
  border-radius: 14px;
  border: 2px solid rgba(109, 167, 239, 0.72);
  background: rgba(255, 255, 255, 0.7);
}

.icon-checklist::after {
  left: 20px;
  top: 22px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #6da7ef;
  border-bottom: 3px solid #6da7ef;
  transform: rotate(-45deg);
  box-shadow: 8px -10px 0 -7px transparent, 18px -2px 0 0 #c9ddfb, 18px 8px 0 0 #c9ddfb;
}

.icon-gauge::before {
  left: 11px;
  right: 11px;
  bottom: 12px;
  height: 22px;
  border: 3px solid #6da7ef;
  border-top: 0;
  border-radius: 0 0 22px 22px;
}

.icon-gauge::after {
  left: 27px;
  top: 18px;
  width: 3px;
  height: 18px;
  background: #6da7ef;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: bottom center;
}

.icon-stack::before {
  left: 14px;
  top: 14px;
  width: 22px;
  height: 16px;
  border-radius: 8px;
  border: 2px solid #6da7ef;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 8px 8px 0 0 rgba(109, 167, 239, 0.18);
}

.icon-stack::after {
  right: 12px;
  bottom: 14px;
  width: 20px;
  height: 14px;
  border-radius: 8px;
  border: 2px solid #6da7ef;
  background: rgba(255, 255, 255, 0.94);
}

.icon-bell::before {
  left: 18px;
  right: 18px;
  top: 14px;
  height: 22px;
  border-radius: 12px 12px 8px 8px;
  border: 3px solid #6da7ef;
  border-bottom: 0;
}

.icon-bell::after {
  left: 22px;
  right: 22px;
  bottom: 14px;
  height: 8px;
  border-radius: 999px;
  background: #6da7ef;
  box-shadow: 10px -16px 0 -8px #6da7ef;
}

.icon-profile::before {
  left: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 3px solid #6da7ef;
}

.icon-profile::after {
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 18px;
  border-radius: 16px 16px 12px 12px;
  border: 3px solid #6da7ef;
  border-top: 0;
}

.icon-bolt::before {
  left: 24px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  border-bottom: 20px solid #6da7ef;
  transform: skewX(-12deg);
}

.icon-bolt::after {
  left: 22px;
  top: 26px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid #6da7ef;
  border-bottom: 0;
  transform: skewX(-12deg);
}

.icon-mobile-web::before {
  left: 18px;
  right: 18px;
  top: 10px;
  bottom: 10px;
  border-radius: 14px;
  border: 3px solid #6da7ef;
}

.icon-mobile-web::after {
  left: 22px;
  right: 22px;
  top: 22px;
  height: 14px;
  border-top: 2px solid #6da7ef;
  border-bottom: 2px solid #6da7ef;
  box-shadow: 0 -6px 0 -1px #c9ddfb;
}

@media (max-width: 980px) {
  .stats-summary-grid,
  .stats-dashboard-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .command-strength-card {
    min-height: 0;
  }

  .command-strength-card .strength-art {
    min-height: 250px;
  }

  .command-hero-stage {
    min-height: 380px;
    padding: 8px 0 0;
  }

  .command-hero-image {
    max-height: 360px;
    border-radius: 24px;
  }

  .command-client-poster img {
    min-height: 340px;
  }

  .command-art-overlay,
  .command-admin-actions,
  .command-admin-meta {
    left: 14px;
    right: 14px;
  }

  .command-admin-actions {
    bottom: 50px;
  }

  .command-admin-meta {
    bottom: 14px;
  }

  .stats-dashboard {
    padding: 18px;
    border-radius: 26px;
  }

  .command-stats-visual {
    padding: 12px;
    border-radius: 24px;
  }

  .command-stats-visual img {
    border-radius: 18px;
  }

  .stats-bars {
    min-height: 170px;
    gap: 8px;
  }
}


.module-showcase {
  margin-bottom: 18px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  box-shadow: var(--shadow-soft);
}

.module-showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.module-showcase-head h2 {
  margin: 8px 0 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.module-showcase-subtitle,
.module-product-copy p,
.module-product-price,
.text-link {
  color: var(--muted);
}

.module-showcase-shell {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.module-showcase-shell::-webkit-scrollbar {
  display: none;
}

.module-showcase-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  gap: 18px;
  align-items: stretch;
}

.module-product-card {
  display: grid;
  min-height: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(17, 17, 19, 0.06);
}

.module-product-card-dark {
  background: #06070a;
  color: #fff;
}

.module-product-card-dark .module-product-copy p,
.module-product-card-dark .module-product-price,
.module-product-card-dark .text-link,
.module-product-card-dark .module-product-kicker {
  color: rgba(255,255,255,0.82);
}

.module-product-card-dark .button-primary {
  background: #1276ff;
}

.module-product-visual {
  min-height: 250px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.module-product-card-dark .module-product-visual {
  background: #0d0f14;
}

.module-product-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.module-product-copy {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
}

.module-product-kicker {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.module-product-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.module-product-price {
  margin: 0;
  font-weight: 700;
}

.module-product-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: auto;
}

.text-link {
  font-weight: 600;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.carousel-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #eef2f8;
  color: var(--text);
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
  cursor: pointer;
}

@media (max-width: 760px) {
  .module-showcase {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .module-showcase-head {
    display: grid;
    gap: 12px;
  }

  .module-showcase-track {
    grid-auto-columns: minmax(272px, 82vw);
  }
}

/* MODULE OPTIONS SECTION */
.module-options-section {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 36px);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 72%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  gap: 34px;
}

.module-options-copy {
  width: min(100%, 780px);
  gap: 16px;
}

.module-options-copy h2 {
  max-width: 12ch;
  line-height: 0.9;
}

.module-options-copy p:last-child {
  max-width: 60ch;
}

.module-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.module-option-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 220px;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 113, 227, 0.1);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.38s ease, border-color 0.28s ease;
}

.module-options-section.visible .module-option-card {
  opacity: 1;
  transform: translateY(0);
}

.module-options-section.visible .module-option-card:nth-child(2) { transition-delay: 0.04s; }
.module-options-section.visible .module-option-card:nth-child(3) { transition-delay: 0.08s; }
.module-options-section.visible .module-option-card:nth-child(4) { transition-delay: 0.12s; }

.module-option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
  border-color: rgba(0, 113, 227, 0.2);
}

.module-option-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 113, 227, 0.12) 0%, rgba(0, 113, 227, 0.06) 100%);
  color: #0071e3;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.module-option-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.module-option-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.module-options-note {
  margin: 0 auto;
  max-width: 60ch;
  text-align: center;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .module-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .module-options-section {
    padding: 34px 14px 28px;
    border-radius: 28px;
    gap: 24px;
  }

  .module-options-copy h2 {
    max-width: 10ch;
  }

  .module-options-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .module-option-card {
    min-height: auto;
    padding: 20px 18px;
  }

  .module-option-card:hover {
    transform: none;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
  }
}

.product-page-nfc .hero-stage {
  background: url("assets/page 2 1.png") center/cover no-repeat;
}

.product-page-nfc .hero-stage .hero-fan,
.product-page-nfc .hero-stage .hero-device {
  display: none;
}

.product-page-nfc .video-poster.is-nfc {
  background: url("assets/page 2 2.png") center/cover no-repeat;
}

.product-page-nfc .video-poster.is-nfc::before,
.product-page-nfc .video-poster.is-nfc::after,
.product-page-nfc .video-poster.is-nfc .video-overlay {
  display: none;
}

.product-page-nfc .art-reflection {
  background: #eef4fc url("assets/page 2 3.png") center/cover no-repeat;
}

.product-page-nfc .art-translation {
  background: #eef4fc url("assets/page 2 4.png") center/cover no-repeat;
}

.product-page-nfc .art-open {
  background: #eef4fc url("assets/page 2 5.png") center/cover no-repeat;
}

/* ═══════════════════════════════════════════════════
   MENU DIGITAL PAGE — extracted inline styles
   ═══════════════════════════════════════════════════ */

/* ── Ticker ───────────────────────────────────────── */
.pd-ticker-wrap {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(226,232,240,0.9);
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.pd-ticker-wrap::before,
.pd-ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.pd-ticker-wrap::before { left: 0;  background: linear-gradient(to right, #fff, transparent); }
.pd-ticker-wrap::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }
.pd-ticker { padding: 18px 0; overflow: hidden; }
.pd-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: pd-ticker-scroll 32s linear infinite;
}
.pd-ticker-wrap:hover .pd-ticker-track { animation-play-state: paused; }
@keyframes pd-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.pd-ti { font-size: 0.87rem; font-weight: 600; color: #334155; white-space: nowrap; padding: 0 22px; }
.pd-ti b { color: #0071e3; font-weight: 900; }
.pd-td { color: #0071e3; font-size: 0.68rem; opacity: 0.55; flex-shrink: 0; }

/* ── Strengths / benefit grid ─────────────────────── */
.strengths-image-wrap { border-radius: 32px; overflow: hidden; box-shadow: 0 30px 80px rgba(15,23,42,0.12); }
.strengths-image-wrap img { width: 100%; display: block; object-fit: cover; }
.strengths-benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 32px; }
@media (min-width: 769px) and (max-width: 1024px) { .strengths-benefits-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) { .strengths-benefits-grid { grid-template-columns: 1fr; gap: 14px; } }
.benefit-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px; border-radius: 18px; background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 4px 16px rgba(15,23,42,0.04);
  transition: box-shadow 220ms ease, transform 220ms ease;
}
.benefit-item:hover { box-shadow: 0 10px 32px rgba(15,23,42,0.09); transform: translateY(-2px); }
.benefit-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.benefit-icon--blue   { background: rgba(0,113,227,0.1);  color: #0071e3; }
.benefit-icon--green  { background: rgba(34,197,94,0.1);  color: #16a34a; }
.benefit-icon--purple { background: rgba(124,58,237,0.1); color: #7c3aed; }
.benefit-icon--orange { background: rgba(234,88,12,0.1);  color: #ea580c; }
.benefit-item h4 { margin: 0 0 4px; font-size: 0.95rem; font-weight: 700; color: #0d1117; line-height: 1.3; }
.benefit-item p  { margin: 0; font-size: 0.88rem; color: #5b6475; line-height: 1.55; }

/* ── Hayal case study ─────────────────────────────── */
.hayal-case-image { border-radius: 20px; overflow: hidden; margin-bottom: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.hayal-case-image img { width: 100%; height: auto; display: block; object-fit: contain; }
@media (max-width: 640px) { .hayal-grid { grid-template-columns: 1fr !important; } }

/* ── Pricing compare (responsive) ─────────────────── */
@media (max-width: 560px) { .pricing-compare { grid-template-columns: 1fr !important; } }

/* ── Included cards with icons ────────────────────── */
.included-grid .included-card { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.inc-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 4px; }
.inc-icon--blue   { background: rgba(0,113,227,0.1);  color: #0071e3; }
.inc-icon--green  { background: rgba(34,197,94,0.1);  color: #16a34a; }
.inc-icon--purple { background: rgba(124,58,237,0.1); color: #7c3aed; }
.inc-icon--orange { background: rgba(234,88,12,0.1);  color: #ea580c; }

/* ── Why numbered steps ───────────────────────────── */
.why-grid .included-card { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.why-step-num {
  font-size: clamp(2.4rem,4vw,3.5rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.85;
  color: #0071e3;
  opacity: 0.14;
  margin-bottom: 2px;
}

/* ── Pricing carousel ─────────────────────────────── */
.pricing-carousel-section { width: min(100%, 1180px); margin-inline: auto; padding: 58px 24px; overflow-x: clip; }
.pricing-carousel-head { align-items: end; padding-inline: 6px; margin-bottom: 8px; }
.pricing-carousel-shell { width: 100%; overflow: hidden; }
.pricing-carousel-track { grid-auto-columns: minmax(286px, 344px); align-items: stretch; padding: 10px 6px 14px; }
.pricing-carousel-card {
  min-height: 580px; padding: 26px 22px 22px; border-radius: 30px;
  border: 1px solid rgba(15,23,42,0.08);
  background: radial-gradient(circle at top right, rgba(0,113,227,0.08), transparent 34%), #ffffff;
  box-shadow: 0 22px 58px rgba(15,23,42,0.08);
  display: grid; grid-template-rows: auto auto auto auto 1fr auto; gap: 12px; scroll-snap-align: start;
}
.pricing-carousel-card.featured { border-color: rgba(0,113,227,0.28); box-shadow: 0 24px 64px rgba(0,113,227,0.14); }
.pricing-carousel-card.dark {
  color: #fff; border-color: rgba(255,255,255,0.12);
  background: radial-gradient(circle at top right, rgba(0,113,227,0.24), transparent 36%), linear-gradient(180deg,#111827 0%,#05070b 100%);
  box-shadow: 0 24px 64px rgba(5,7,11,0.24);
}
.pricing-carousel-card h3 { margin: 0; font-size: clamp(1.45rem,2.2vw,1.9rem); line-height: 1.05; letter-spacing: -0.04em; }
.pricing-carousel-price { margin: 4px 0 0; font-size: clamp(1.9rem,3.5vw,2.7rem); line-height: 0.95; font-weight: 900; letter-spacing: -0.07em; color: #0d1117; }
.pricing-carousel-card.dark .pricing-carousel-price,
.pricing-carousel-card.dark h3 { color: #fff; }
.pricing-carousel-subprice { margin: -4px 0 0; color: #0071e3; font-size: 0.88rem; font-weight: 800; }
.pricing-carousel-card.dark .pricing-carousel-subprice,
.pricing-carousel-card.dark .price-tag { color: #8cc7ff; background: rgba(0,113,227,0.18); }
.pricing-carousel-desc { margin: 0; color: #5b6475; line-height: 1.45; font-size: 0.97rem; }
.pricing-carousel-card.dark .pricing-carousel-desc,
.pricing-carousel-card.dark li { color: rgba(255,255,255,0.74); }
.pricing-carousel-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; align-content: start; color: #334155; font-size: 0.93rem; line-height: 1.35; }
.pricing-carousel-card li { display: flex; gap: 9px; min-width: 0; }
.pricing-carousel-card li::before { content: ""; width: 6px; height: 6px; border-radius: 999px; margin-top: 0.55em; flex: 0 0 auto; background: #0071e3; }
.pricing-carousel-card .button { width: 100%; justify-content: center; min-height: 46px; margin-top: 8px; }
.pricing-carousel-controls { margin-top: 6px; }
.price-tag { display: inline-flex; width: fit-content; min-height: 30px; align-items: center; padding: 0 12px; border-radius: 999px; background: rgba(0,113,227,0.08); color: #0071e3; font-size: 0.85rem; font-weight: 700; }

.product-page-nfc .art-reflection::before,
.product-page-nfc .art-reflection::after,
.product-page-nfc .art-translation::before,
.product-page-nfc .art-translation::after,
.product-page-nfc .art-open::before,
.product-page-nfc .art-open::after {
  display: none;
}

.product-page-nfc .story-visual {
    background: #eef4fc url("assets/page 2 6.png") center/cover no-repeat;
  }

.product-page-nfc .story-visual .story-device {
    display: none;
  }

.product-page-nfc .story-panel {
    grid-template-columns: 1fr;
    width: min(100%, 1040px);
}

.product-page-nfc .story-visual {
    min-height: 520px;
}

@media (max-width: 900px) {
  .product-page-nfc .story-visual {
    min-height: 360px;
  }
}

.product-page-nfc .detail-icon.icon-nfc,
.product-page-nfc .detail-icon.icon-menu,
.product-page-nfc .detail-icon.icon-order,
.product-page-nfc .detail-icon.icon-booking,
.product-page-nfc .detail-icon.icon-loyalty {
  background-color: #f5f9ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-page-nfc .detail-icon.icon-nfc {
  background-image: url("assets/page 2 7.png");
}

.product-page-nfc .detail-icon.icon-menu {
  background-image: url("assets/page 2 8.png");
}

.product-page-nfc .detail-icon.icon-order {
  background-image: url("assets/page 2 9.png");
}

.product-page-nfc .detail-icon.icon-booking {
  background-image: url("assets/page 2 10.png");
}

.product-page-nfc .detail-icon.icon-loyalty {
  background-image: url("assets/page 2 11.png");
}

.product-page-nfc .detail-icon.icon-nfc::before,
.product-page-nfc .detail-icon.icon-nfc::after,
.product-page-nfc .detail-icon.icon-menu::before,
.product-page-nfc .detail-icon.icon-menu::after,
.product-page-nfc .detail-icon.icon-order::before,
.product-page-nfc .detail-icon.icon-order::after,
.product-page-nfc .detail-icon.icon-booking::before,
.product-page-nfc .detail-icon.icon-booking::after,
.product-page-nfc .detail-icon.icon-loyalty::before,
.product-page-nfc .detail-icon.icon-loyalty::after {
  display: none;
}

.product-page-reservation .hero-stage {
  min-height: 640px;
}

.reservation-hero-stage {
  padding: 24px;
}

.reservation-hero-image,
.reservation-inline-image,
.reservation-story-image,
.reservation-card-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.reservation-hero-image {
  max-width: min(100%, 980px);
  margin: 0 auto;
  max-height: 590px;
}

.reservation-inline-image {
  min-height: 520px;
  max-height: 620px;
}

.reservation-card-media {
  padding: 0;
  overflow: hidden;
  background: #eef4fc;
}

.reservation-card-media img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
  box-shadow: none;
}

.reservation-story-visual {
  background: transparent;
  min-height: 0;
}

.reservation-story-image {
  max-width: min(100%, 1020px);
  margin: 0 auto;
}

.reservation-stat-icon {
  display: grid;
  place-items: center;
  background: #f5f9ff;
  overflow: hidden;
}

.detail-icon-image {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.reservation-stat-icon::before,
.reservation-stat-icon::after {
  display: none;
}

@media (max-width: 900px) {
  .product-page-reservation .hero-stage {
    min-height: 0;
  }

  .reservation-hero-stage {
    padding: 10px;
  }

  .reservation-hero-image {
    max-height: 420px;
    border-radius: 24px;
  }

  .reservation-inline-image {
    min-height: 0;
    max-height: 420px;
    border-radius: 24px 24px 0 0;
  }

  .reservation-card-media img {
    min-height: 220px;
  }

  .reservation-story-image {
    border-radius: 24px;
  }
}

.product-page-fidelite .hero-stage {
  min-height: 640px;
}

.fidelite-hero-stage {
  padding: 24px;
}

.fidelite-hero-image,
.fidelite-inline-image,
.fidelite-story-image,
.fidelite-card-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.fidelite-hero-image {
  max-width: min(100%, 980px);
  margin: 0 auto;
  max-height: 590px;
}

.fidelite-inline-image {
  min-height: 520px;
  max-height: 620px;
}

.fidelite-card-media {
  padding: 0;
  overflow: hidden;
  background: #f5f9ff;
}

.fidelite-card-media img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
  box-shadow: none;
}

.fidelite-card-media-left img {
  object-position: center top;
}

.fidelite-card-media-center img {
  object-position: center center;
}

.fidelite-card-media-right img {
  object-position: center 22%;
}

.fidelite-story-visual {
  background: transparent;
  min-height: 0;
}

.fidelite-story-image {
  max-width: min(100%, 1020px);
  margin: 0 auto;
}

.fidelite-benefit-icon {
  display: grid;
  place-items: center;
  background: #f8fbff;
  overflow: hidden;
}

.fidelite-benefit-icon::before,
.fidelite-benefit-icon::after {
  display: none;
}

@media (max-width: 900px) {
  .product-page-fidelite .hero-stage {
    min-height: 0;
  }

  .fidelite-hero-stage {
    padding: 10px;
  }

  .fidelite-hero-image {
    max-height: 420px;
    border-radius: 24px;
  }

  .fidelite-inline-image {
    min-height: 0;
    max-height: 420px;
    border-radius: 24px 24px 0 0;
  }

  .fidelite-card-media img {
    min-height: 220px;
  }

  .fidelite-story-image {
    border-radius: 24px;
  }
}

.product-page-roulette .hero-stage {
  min-height: 640px;
}

.roulette-hero-stage {
  padding: 24px;
}

.roulette-hero-image,
.roulette-inline-image,
.roulette-story-image,
.roulette-card-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.roulette-hero-image {
  max-width: min(100%, 980px);
  margin: 0 auto;
  max-height: 590px;
}

.roulette-inline-image {
  min-height: 520px;
  max-height: 620px;
}

.roulette-card-media {
  padding: 0;
  overflow: hidden;
  background: #f5f9ff;
}

.roulette-card-media img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
  box-shadow: none;
}

.roulette-card-media-left img {
  object-position: center center;
}

.roulette-card-media-center img {
  object-position: center 22%;
}

.roulette-card-media-right img {
  object-position: center center;
}

.roulette-story-visual {
  background: transparent;
  min-height: 0;
}

.roulette-story-image {
  max-width: min(100%, 1020px);
  margin: 0 auto;
}

.roulette-benefit-icon {
  display: grid;
  place-items: center;
  background: #f8fbff;
  overflow: hidden;
}

.roulette-benefit-icon::before,
.roulette-benefit-icon::after {
  display: none;
}

@media (max-width: 900px) {
  .product-page-roulette .hero-stage {
    min-height: 0;
  }

  .roulette-hero-stage {
    padding: 10px;
  }

  .roulette-hero-image {
    max-height: 420px;
    border-radius: 24px;
  }

  .roulette-inline-image {
    min-height: 0;
    max-height: 420px;
    border-radius: 24px 24px 0 0;
  }

  .roulette-card-media img {
    min-height: 220px;
  }

  .roulette-story-image {
    border-radius: 24px;
  }
}

.product-page-nfc-catalog .hero-stage {
    min-height: 640px;
    background: transparent;
  }

.nfc-catalog-hero-stage {
    padding: 0;
  }

.nfc-catalog-hero-image,
.nfc-card-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.nfc-catalog-hero-image {
    max-width: min(100%, 980px);
    max-height: 590px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: none;
  }

.nfc-card-media {
  padding: 0;
  overflow: hidden;
  background: #f5f9ff;
}

.nfc-card-media img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
}

.nfc-card-media-menu img {
  object-position: center center;
}

.nfc-card-media-google img {
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
  padding: 10px;
}

.nfc-card-media-instagram img {
  object-position: center center;
}

.nfc-card-media-link img {
  object-position: center center;
}

.product-page-nfc-catalog .nfc-benefit-icon {
  display: grid;
  place-items: center;
  background: #f8fbff;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 24px rgba(59, 130, 246, 0.08);
}

.product-page-nfc-catalog .nfc-benefit-icon::before,
.product-page-nfc-catalog .nfc-benefit-icon::after {
  display: none;
}

.product-page-nfc-catalog .detail-icon-image {
    width: 32px;
    height: 32px;
  }

.product-page-nfc-catalog .video-frame {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.product-page-nfc-catalog .video-poster.is-nfc {
  border-radius: 30px;
  box-shadow: none;
}

.product-page-nfc-catalog .story-panel {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  width: min(100%, 1040px);
  grid-template-columns: 1fr;
}

.product-page-nfc-catalog .story-visual {
  background: #eef4fc url("assets/page 2 6.png") center/cover no-repeat;
  box-shadow: none;
  border-radius: 30px;
}

.nfc-pricing-card {
  gap: 32px;
}

.nfc-pricing-side {
  align-items: flex-start;
}

.nfc-pricing-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.nfc-pricing-line {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(15, 23, 42, 0.06);
}

@media (max-width: 900px) {
  .product-page-nfc-catalog .hero-stage {
    min-height: 0;
  }

  .nfc-catalog-hero-stage {
      padding: 0;
    }

  .nfc-catalog-hero-image {
      max-height: 420px;
      border-radius: 24px;
  }

  .nfc-card-media img {
      min-height: 220px;
    }

  .product-page-nfc-catalog .video-poster.is-nfc,
  .product-page-nfc-catalog .story-visual {
      border-radius: 24px;
    }

  .nfc-pricing-card {
      gap: 20px;
    }

  .nfc-pricing-line {
    padding: 11px 12px;
    border-radius: 14px;
  }
}

