html, body, #app, main {
  min-width: 0 !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  width: 100vw !important;
  box-sizing: border-box !important;
  overscroll-behavior-x: none !important;
  touch-action: pan-y !important;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: radial-gradient(ellipse at top left, #2d0036 0%, #1a0022 100%);
  margin: 0;
  color: #ff8edb;
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
section {
  margin-bottom: 48px;
}
.hero {
  max-width: 820px;
  margin: 0 auto 10px auto;
  padding: 24px 8px 18px;
  border-radius: 24px;
  box-shadow: 0 0 24px #ff3fa455, 0 2px 8px #0008;
  background: radial-gradient(ellipse at top left, #2d0036 0%, #1a0022 100%);
  overflow: hidden;
}
.hero .logo {
  width: 90px;
  margin: 0 auto 18px;
  display: block;
  filter: drop-shadow(0 0 16px #ff8edb88);
}
.hero h1 {
  font-size: 2.4em;
  color: #ff8edb;
  margin: 0 0 16px;
  text-shadow: 0 0 16px #ff8edb88;
  font-weight: bold;
  letter-spacing: 1px;
}
.hero .subtitle {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 28px;
  text-shadow: 0 0 8px #ff8edb88;
}
.cta-agent {
  display: inline-block;
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  color: #fff;
  padding: 16px 44px;
  border-radius: 40px;
  font-weight: 900;
  font-size: 1.18em;
  animation: pulse 1.2s infinite alternate;
  text-decoration: none;
  box-shadow: 0 0 32px #ff3fa488, 0 2px 16px #ff8edb66;
  margin-top: 22px;
  transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
  border: none;
  letter-spacing: 2.5px;
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 8px #ff8edb88, 0 1px 0 #fff8;
  text-transform: uppercase;
  font-style: italic;
}
.cta-agent:hover {
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  color: #2d0036;
  box-shadow: 0 0 56px #ff8edbcc, 0 8px 32px #ff3fa4cc;
  transform: scale(1.07) translateY(-2px);
}
section h2 {
  font-size: 2em;
  font-weight: bold;
  color: #ff8edb;
  text-align: center;
  margin-bottom: 18px;
  text-shadow: 0 0 8px #ff8edb88;
  letter-spacing: 1px;
}
section p, section ul, section .subtitle {
  font-size: 1.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}
.game-cards {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: nowrap;
  margin-top: 24px;
  overflow-x: auto;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.game-cards::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.game-card {
  background: rgba(44,0,54,0.95);
  border-radius: 24px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  padding: 32px 18px 24px;
  width: 240px;
  min-width: 220px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  position: relative;
  border: 2px solid #ff8edb33;
  z-index: 10;
  overflow: visible;
}
.game-card:hover {
  transform: translateY(-14px) scale(1.08) rotate(-2deg);
  box-shadow: 0 0 56px #ff3fa4cc, 0 12px 32px #ff8edb88;
  border-color: #ff3fa4;
}
.game-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
  max-width: 90vw;
  max-height: 40vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 16px #ff8edb55;
}
.game-card h3 {
  color: #ff8edb;
  margin: 0 0 10px;
  font-size: 1.18em;
  text-shadow: 0 0 8px #ff8edb88;
  font-weight: bold;
}
.game-card p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 18px;
  min-height: 40px;
}
.play-btn {
  background: #ff3fa4;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 1.08em;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 16px #ff3fa488;
  transition: background 0.2s, box-shadow 0.2s;
  margin-top: 8px;
  letter-spacing: 1px;
  text-decoration: none !important;
}
.play-btn:hover {
  background: #ff8edb;
  color: #2d0036;
  box-shadow: 0 0 32px #ff8edbcc;
}
.game-demo {
  text-align: center;
  margin: 40px 0;
}
.game-preview {
  display: inline-block;
  background: #fff0fa;
  border-radius: 24px;
  box-shadow: 0 4px 24px #ffb6e655;
  padding: 24px;
  margin-bottom: 32px;
}
.game-preview img {
  width: 260px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.dealer-intro, .agent-info, .about, .contact {
  background: radial-gradient(ellipse at top left, #2d0036 0%, #1a0022 100%);
  color: #ff8edb;
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  padding: 40px 16px 32px;
  margin: 40px 0 0 0;
  text-align: center;
}
.dealer-intro h2, .agent-info h2, .about h2, .contact h2 {
  color: #ff8edb;
  text-shadow: 0 0 8px #ff8edb88;
  text-align: center;
}
.dealer-cards-nav {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.dealer-cards-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ff8edb;
  font-size: 2em;
  cursor: pointer;
  transition: color 0.18s, transform 0.18s;
  user-select: none;
}
.dealer-cards-arrow:hover {
  color: #ff3fa4;
  transform: scale(1.18);
}
@media (max-width: 900px) {
  .dealer-cards-arrow {
    display: none !important;
  }
}
.dealer-cards {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .dealer-cards {
    max-width: 1500px;
    min-width: 1500px;
    width: 1500px;
    overflow-x: auto;
    display: flex;
    gap: 24px;
  }
  .dealer-card {
    flex: 0 0 224px;
    min-width: 224px;
    max-width: 224px;
  }
}
@media (max-width: 900px) {
  .dealer-cards {
    max-width: 98vw;
    min-width: unset;
    width: 100%;
    gap: 18px;
  }
  .dealer-card {
    flex: 0 0 80vw;
    min-width: 70vw;
    max-width: 98vw;
  }
}
.dealer-card {
  background: rgba(44,0,54,0.95);
  border-radius: 24px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  padding: 32px 18px 24px;
  width: 240px;
  min-width: 220px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  position: relative;
  border: 2px solid #ff8edb33;
  z-index: 10;
  overflow: visible;
}
.dealer-card:hover {
  transform: translateY(-14px) scale(1.08) rotate(-2deg);
  box-shadow: 0 0 56px #ff3fa4cc, 0 12px 32px #ff8edb88;
  border-color: #ff3fa4;
}
.dealer-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dealer-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
  max-width: 90vw;
  max-height: 40vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 16px #ff8edb55;
}
.dealer-card h3 {
  color: #ff8edb;
  margin: 0 0 10px;
  font-size: 1.18em;
  text-shadow: 0 0 8px #ff8edb88;
  font-weight: bold;
}
.dealer-card p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 18px;
  min-height: 40px;
}
.watch-beauty-btn {
  display: block !important;
  position: static !important;
  width: 90%;
  max-width: 260px;
  margin: 18px auto 0 auto;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  color: #fff;
  font-size: 1.13em;
  font-weight: bold;
  border-radius: 2em;
  box-shadow: 0 4px 18px #ff8edb88;
  padding: 13px 0 11px 0;
  letter-spacing: 1.2px;
  border: none;
  text-align: center;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  pointer-events: auto;
  z-index: 2;
}
.watch-beauty-btn:active {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 2px 8px #ff3fa488;
  transform: scale(0.97);
}
@media (max-width: 600px) {
  .watch-beauty-btn {
    margin: 10px auto 8px auto;
  }
}
.agent-info .cta-agent {
  margin-top: 18px;
}
.about p, .contact p {
  text-align: center;
  color: #fff;
  font-size: 1.08em;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  color: #ff8edb;
  font-size: 1.1em;
  text-align: center;
}
.contact-list li {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .dealer-card { width: 180px; min-width: 180px; }
}
@media (max-width: 900px) {
  .dealer-cards, .game-cards {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    padding-bottom: 0 !important;
    gap: 0 !important;
    padding-left: 0 !important;
    scroll-snap-type: x mandatory;
  }
  .dealer-card, .game-card {
    flex: 0 0 auto !important;
    min-width: 80vw !important;
    max-width: 90vw !important;
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    scroll-snap-align: start;
    margin-right: 8px !important;
  }
  .dealer-card:last-child, .game-card:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .dealer-card { width: 80vw; min-width: 80vw; max-width: 320px; }
}
.animated-fadein {
  animation: fadeIn 1.2s cubic-bezier(.23,1.02,.67,1.01);
}
.animated-zoom {
  animation: zoomIn 1.1s cubic-bezier(.23,1.02,.67,1.01);
}
.animated-card {
  animation: cardPop 0.9s cubic-bezier(.23,1.02,.67,1.01);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes cardPop {
  from { opacity: 0; transform: scale(0.8) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
.dealer-intro {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 32px;
  margin: 10px 0 0 0;
}
.mouse-trail-dot {
  position: fixed;
  pointer-events: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff8edb 0%, #ff3fa4 60%, transparent 100%);
  box-shadow: 0 0 24px 8px #ff8edbcc, 0 0 8px 2px #ff3fa4cc;
  opacity: 0.7;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.5s, transform 0.5s;
}
.scroll-arrow {
  display: none;
  position: absolute;
  right: 8px;
  top: 12px;
  transform: none;
  z-index: 20;
  font-size: 2.2em;
  color: #ff8edb;
  text-shadow: 0 0 12px #ff3fa4cc;
  pointer-events: none;
  animation: arrowMove 1.2s infinite alternate;
}
@keyframes arrowMove {
  0% { right: 8px; opacity: 0.7; }
  100% { right: 20px; opacity: 1; }
}
@media (max-width: 900px) {
  .game-card:last-child .scroll-arrow,
  .dealer-card:last-child .scroll-arrow {
    display: block;
  }
}
.swipe-hint {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.08em;
  color: #ff8edb;
  opacity: 0.85;
  animation: swipeHintFade 1.8s infinite alternate;
  user-select: none;
}
.swipe-hint .swipe-icon {
  font-size: 1.5em;
  animation: swipeIconMove 1.2s infinite alternate;
}
@keyframes swipeHintFade {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}
@keyframes swipeIconMove {
  0% { transform: translateX(-8px); }
  100% { transform: translateX(8px); }
}
@media (max-width: 900px) {
  .swipe-hint { display: flex; }
}
.hero-logo {
  display: block;
  margin: 0 auto 18px auto;
  width: 100%;
  height: 200px;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 0 24px #ff3fa455, 0 2px 8px #0008;
  filter: drop-shadow(0 0 12px #ff8edb88);
  max-width: 800px;
}
@media (max-width: 900px) {
  .hero-logo {
    max-width: 98vw;
    height: 200px;
    aspect-ratio: 2/1;
    border-radius: 18px;
  }
  .hero {
    max-width: 99vw;
    padding: 12px 2vw 10px 2vw;
    border-radius: 16px;
  }
}
@media (max-width: 600px) {
  .hero-logo {
    max-width: 100vw;
    height: 200px;
    aspect-ratio: 2/1;
    border-radius: 12px;
    margin: 12px auto 18px auto;
  }
  .hero {
    max-width: 100vw;
    padding: 6px 1vw 6px 1vw;
    border-radius: 10px;
  }
}
#backToTopBtn {
  position: fixed;
  right: 32px;
  bottom: 200px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3fa4 60%, #ff8edb 100%);
  color: #fff;
  font-size: 2em;
  border: none;
  box-shadow: 0 4px 24px #ff8edb88, 0 2px 8px #ff3fa488;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
#backToTopBtn:hover {
  background: linear-gradient(135deg, #ff8edb 60%, #ff3fa4 100%);
  color: #2d0036;
  box-shadow: 0 0 32px #ff8edbcc, 0 2px 12px #ff3fa4cc;
  transform: scale(1.08) rotate(-8deg);
}
@media (max-width: 600px) {
  #backToTopBtn {
    right: 16px;
    bottom: 200px;
    width: 44px;
    height: 44px;
    font-size: 1.4em;
  }
}
.nav-btn {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff3fa4 60%, #ff8edb 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 1em;
  border: none;
  box-shadow: 0 2px 12px #ff8edb55, 0 1px 4px #ff3fa455;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s;
  text-shadow: 0 1px 4px #ff3fa455, 0 0 2px #0008;
}
.nav-btn:hover {
  background: linear-gradient(135deg, #ff8edb 60%, #ff3fa4 100%);
  color: #2d0036 !important;
  text-shadow: 0 1px 4px #fff8, 0 0 2px #ff8edb;
  box-shadow: 0 0 24px #ff8edbcc, 0 2px 8px #ff3fa4cc;
  transform: scale(1.06) rotate(-2deg);
}
main, section, .about, .agent-info, .dealer-intro, .contact, footer {
  box-shadow: none !important;
}
.hero-slogan {
  font-size: 2.1em;
  font-weight: 700;
  color: #ff3fa4;
  text-shadow: 0 2px 12px #fff2, 0 1px 0 #fff8;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.hero-badge {
  background: linear-gradient(90deg, #ff8edb 40%, #ff3fa4 100%);
  color: #fff;
  border-radius: 1em;
  padding: 0.1em 0.7em;
  font-size: 0.7em;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 8px #ff8edb44;
}
.hero-highlight {
  color: #ff3fa4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hero-gp {
  color: #ff8edb;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hero-desc {
  font-size: 1.15em;
  color: #333;
  background: rgba(255,255,255,0.7);
  border-radius: 1.2em;
  padding: 0.5em 1.2em;
  margin: 0 auto 1.2em auto;
  box-shadow: 0 2px 12px #ff8edb22;
  display: inline-block;
  line-height: 1.7;
}
.hero-icon {
  font-size: 1.2em;
  margin-right: 0.2em;
}
@media (max-width: 600px) {
  .hero-slogan {
    font-size: 1.2em;
    padding: 0 0.2em;
  }
  .hero-desc {
    font-size: 1em;
    padding: 0.5em 0.7em;
    border-radius: 1em;
  }
  .mobile-br {
    display: inline;
  }
}
@media (min-width: 601px) {
  .mobile-br {
    display: none;
  }
}
.watch-beauty-btn:hover {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  color: #2d0036;
  box-shadow: 0 0 32px #ff8edbcc, 0 8px 32px #ff3fa4cc;
  transform: scale(1.07) translateY(-2px);
  transition: background 0.18s, box-shadow 0.18s, color 0.18s, transform 0.18s;
}
@media (max-width: 600px) {
  .watch-beauty-btn {
    font-size: 0.95em;
    padding: 8px 18vw;
    border-radius: 24px;
    top: -18px;
  }
}
.beauty-player-wrap {
  position: relative;
  width: 80%;
  max-width: 80%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 18px;
  box-shadow: 0 8px 48px #ff8edbcc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-player-iframe-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-player-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
  aspect-ratio: 16/9;
  display: block;
}
.beauty-player-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.7em;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: 0 2px 8px #0008;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-player-close:hover {
  background: #ff3fa4;
  color: #fff;
}
@media (max-width: 900px) {
  .beauty-player-wrap {
    width: 96vw;
    max-width: 98vw;
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .beauty-player-wrap {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }
  .beauty-player-iframe-wrap, .beauty-player-iframe-wrap iframe {
    aspect-ratio: 16/9;
    min-height: 180px;
    max-height: 60vw;
  }
  .beauty-player-close {
    top: 6px;
    right: 6px;
    width: 34px;
    height: 34px;
    font-size: 1.2em;
  }
}
.mt-feature {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  position: relative;
  z-index: 1;
}
.mt-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.mt-feature-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.mt-feature-text {
  flex: 7 1 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  border-radius: 18px;
  box-shadow: 0 2px 18px #ff8edb22;
  padding: 32px 24px 24px 24px;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.18s;
}
.mt-feature-text h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 0;
}
.mt-feature-title-badge {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
.mt-feature-text .mt-feature-p {
  font-size: 1.13em;
  color: #fff;
  line-height: 2.1;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: 0.02em;
  text-align: center !important;
}
.mt-feature-desc-wrap {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-feature-desc-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  font-weight: 900;
  font-size: 1.18em;
  letter-spacing: 2px;
  border-radius: 2.2em;
  padding: 0.9em 2.6em;
  display: inline-block;
  box-shadow: 0 4px 24px #ff8edb55, 0 2px 8px #ff3fa488;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none !important;
  margin: 0 auto;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #ff8edb88;
}
.mt-feature-desc-btn:hover {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 8px 32px #ff3fa4cc, 0 2px 18px #ff8edb88;
  transform: scale(1.06) translateY(-2px);
}
.mt-feature-img {
  flex: 5 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.mt-feature-img img {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  background: none;
  transition: none;
  display: block;
}
@media (max-width: 900px) {
  .mt-feature-flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .mt-feature-img img {
    width: 60vw;
    max-width: 320px;
    aspect-ratio: 1/1;
  }
  .mt-feature {
    padding: 24px 4vw 18px 4vw;
  }
}
@media (max-width: 600px) {
  .mt-feature-img img {
    width: 90vw;
    max-width: 98vw;
    aspect-ratio: 1/1;
  }
  .mt-feature {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
  .mt-feature-text h2 {
    font-size: 1.1em;
  }
  .mt-feature-text .mt-feature-p {
    font-size: 0.98em;
    margin-bottom: 10px;
    text-align: center !important;
  }
  .mt-feature-desc-btn {
    font-size: 1em;
    padding: 0.5em 0.7em;
    border-radius: 1.2em;
  }
  .mt-feature-desc-wrap {
    margin-top: 12px;
  }
}
.about-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: 32px 0 0 0;
}
.about-card {
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  box-shadow: 0 2px 18px #ff8edb22, 0 0 0 2px #ff8edb11;
  flex: 1 1 0;
  min-width: 220px;
  max-width: 340px;
  padding: 36px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.18s;
  text-align: center;
}
.about-card:hover {
  box-shadow: 0 8px 32px #ff3fa4cc, 0 2px 18px #ff8edb88;
  transform: translateY(-8px) scale(1.04);
}
.about-card-icon {
  font-size: 2.6em;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 8px #ff8edb88);
}
.about-card-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #ff8edb;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #ff8edb44;
}
.about-card-desc {
  color: #fff;
  font-size: 1.08em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .about-cards {
    flex-direction: column;
    gap: 18px;
    margin: 24px 0 0 0;
  }
  .about-card {
    max-width: 98vw;
    min-width: 0;
    padding: 28px 10vw 18px 10vw;
  }
}
.about {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  position: relative;
  z-index: 1;
}
.about::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 900px) {
  .about {
    padding: 24px 4vw 18px 4vw;
  }
}
@media (max-width: 600px) {
  .about {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
}
.cta-feature {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.cta-feature-title {
  color: #ff8edb;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 18px;
  text-shadow: 0 0 8px #ff8edb88;
  letter-spacing: 1px;
}
.cta-feature-desc {
  color: #fff;
  font-size: 1.18em;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px #fff8;
}
.cta-feature-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .cta-feature {
    padding: 24px 4vw 18px 4vw;
  }
}
@media (max-width: 600px) {
  .cta-feature {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
  .cta-feature-title {
    font-size: 1.1em;
  }
  .cta-feature-desc {
    font-size: 1em;
    margin-bottom: 16px;
  }
}
.hero-about {
  background: radial-gradient(ellipse at top left, #2d0036 0%, #1a0022 100%);
  text-align: center;
  padding: 32px 16px 24px;
  color: #ff8edb;
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin-bottom: 10px;
  overflow-x: auto;
}
.hero-about .hero-logo {
  display: block;
  margin: 0 auto 18px auto;
  width: 100%;
  height: 500px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  filter: drop-shadow(0 0 16px #ff8edb88);
}
@media (max-width: 900px) {
  .hero-about .hero-logo {
    width: 90vw;
    max-width: 98vw;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 18px;
    box-shadow: 0 0 16px #ff3fa455, 0 2px 8px #0008;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .hero-about {
    padding: 18px 4vw 12px 4vw;
    border-radius: 18px;
    margin-bottom: 10px;
  }
  .hero-about .hero-logo {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16/9;
    border-radius: 24px;
    box-shadow: 0 0 32px #ff8edb88, 0 2px 12px #ff3fa488;
    border: 2.5px solid #fff8;
    display: block;
    margin: 18px auto 28px auto;
    background: #fff0fa;
  }
}
.about-brand {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  position: relative;
  z-index: 1;
}
.about-brand-title {
  color: #ff8edb;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
  text-shadow: 0 0 8px #ff8edb88;
  letter-spacing: 1px;
}
.about-brand-main {
  color: #ff3fa4;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
.about-brand-lv {
  color: #7e4dff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.about-brand-desc {
  color: #fff;
  font-size: 1.13em;
  line-height: 2.1;
  margin: 0 auto;
  max-width: 800px;
}
.about-brand-p {
  margin-bottom: 18px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.02em;
}
.about-brand-section {
  margin: 32px 0 18px 0;
}
.about-brand-q {
  color: #ff8edb;
  font-size: 1.18em;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}
.about-brand-list {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
}
.about-brand-item {
  background: linear-gradient(135deg, rgba(255,142,219,0.16) 0%, rgba(255,63,164,0.10) 100%);
  border-radius: 1.5em;
  padding: 1.8em 2.2em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.1em;
  box-shadow: 0 4px 24px #ff8edb22, 0 1.5px 8px #ff3fa422;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
  min-height: 3.2em;
  width: 100%;
  max-width: 700px;
  justify-content: center;
}
.about-brand-item:hover {
  box-shadow: 0 8px 32px #ff3fa4cc, 0 2px 18px #ff8edb88, 0 0 0 4px #ff8edb22;
  transform: scale(1.025) translateY(-2px);
}
.about-brand-item .about-brand-icon {
  font-size: 2.1em;
  color: #ff8edb;
  min-width: 2.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18em;
  filter: drop-shadow(0 1.5px 4px #ff8edb44);
}
.about-brand-item .about-brand-label {
  display: flex;
  align-items: center;
  min-width: 6.2em;
  max-width: 7.2em;
  flex-shrink: 0;
  margin-right: 0.3em;
  justify-content: center;
}
.about-brand-item .about-brand-strong {
  color: #ff3fa4;
  font-weight: 900;
  font-size: 1.08em;
  margin-right: 0.08em;
  letter-spacing: 0.01em;
  display: inline-block;
  white-space: nowrap;
}
.about-brand-item .about-brand-desc {
  flex: 1;
  font-size: 1.05em;
  color: #fff;
  word-break: break-word;
  display: flex;
  align-items: center;
  white-space: normal;
  min-width: 0;
  justify-content: flex-start;
  font-variation-settings: "wdth" 90;
  text-align: left;
}
@media (max-width: 1100px) {
  .about-brand-list {
    max-width: 99vw;
    gap: 14px;
  }
  .about-brand-item {
    padding: 1.1em 0.7em;
    border-radius: 1.1em;
    gap: 0.7em;
    min-height: 2.2em;
    max-width: 99vw;
  }
  .about-brand-item .about-brand-label {
    min-width: 4.5em;
    max-width: 5.5em;
    margin-right: 0.1em;
  }
}
@media (max-width: 700px) {
  .about-brand-list {
    gap: 7px;
    padding: 0 2px;
  }
  .about-brand-item {
    flex-direction: column;
    align-items: center;
    padding: 0.7em 0.3em;
    border-radius: 0.7em;
    gap: 0.2em;
    min-height: unset;
    max-width: 99vw;
  }
  .about-brand-item .about-brand-label {
    min-width: unset;
    max-width: unset;
    margin-bottom: 0.1em;
    margin-right: 0;
    justify-content: center;
  }
  .about-brand-item .about-brand-desc {
    font-size: 0.97em;
    align-items: center;
    white-space: normal;
    justify-content: flex-start;
    text-align: left;
  }
}
.about-brand-end {
  margin-top: 36px;
}
.about-brand-remember {
  color: #ff3fa4;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.about-brand-cta {
  margin-top: 18px;
  text-align: center;
  font-size: 1.13em;
}
.about-brand-cta-icon {
  font-size: 1.2em;
  margin-right: 0.3em;
  vertical-align: -0.1em;
}
.about-brand-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  font-weight: 900;
  font-size: 1.13em;
  letter-spacing: 2px;
  border-radius: 2.2em;
  padding: 0.7em 2.2em;
  display: inline-block;
  box-shadow: 0 4px 24px #ff8edb55, 0 2px 8px #ff3fa488;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none !important;
  margin: 12px auto 0 auto;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #ff8edb88;
}
.about-brand-btn:hover {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 8px 32px #ff3fa4cc, 0 2px 18px #ff8edb88;
  transform: scale(1.06) translateY(-2px);
}
@media (max-width: 900px) {
  .about-brand {
    padding: 24px 4vw 18px 4vw;
  }
  .about-brand-title {
    font-size: 1.2em;
  }
  .about-brand-desc {
    font-size: 1em;
  }
  .about-brand-list {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .about-brand {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
  .about-brand-title {
    font-size: 1em;
  }
  .about-brand-desc {
    font-size: 0.98em;
  }
  .about-brand-section {
    margin: 18px 0 10px 0;
  }
  .about-brand-list {
    gap: 6px;
  }
  .about-brand-item {
    font-size: 0.98em;
    padding: 0.4em 0.7em;
  }
  .about-brand-btn {
    font-size: 1em;
    padding: 0.5em 0.7em;
    border-radius: 1.2em;
  }
}
.mt-about-feature {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.mt-about-title {
  color: #ff8edb;
  font-size: 2.3em;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
  text-shadow: 0 0 12px #ff8edb88, 0 2px 8px #fff2;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  line-height: 1.25;
}
.mt-about-title::after {
  content: '';
  display: block;
  margin: 16px auto 0 auto;
  width: 120px;
  max-width: 60vw;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 2px 8px #ff8edb55;
}
@media (max-width: 900px) {
  .mt-about-title {
    font-size: 1.3em;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  .mt-about-title::after {
    width: 60px;
    height: 3px;
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 600px) {
  .mt-about-title {
    font-size: 1.08em;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .mt-about-title::after {
    width: 38vw;
    min-width: 36px;
    height: 2px;
    margin: 6px auto 0 auto;
  }
}
.mt-about-subtitle {
  color: #fff;
  font-size: 1.18em;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.7;
}
.mt-about-desc {
  color: #fff;
  font-size: 1.13em;
  line-height: 2.1;
  margin: 0 auto;
  max-width: 800px;
}
.mt-about-highlight {
  color: #ff3fa4;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 8px;
}
.mt-about-feedback {
  margin: 18px 0 18px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.mt-about-quote {
  background: rgba(255,142,219,0.13);
  color: #ff8edb;
  border-left: 4px solid #ff3fa4;
  padding: 8px 18px;
  border-radius: 12px;
  font-style: italic;
  font-size: 1.05em;
  margin-bottom: 2px;
  box-shadow: 0 2px 8px #ff8edb22;
}
.mt-about-feature-list {
  margin: 28px 0 18px 0;
}
.mt-about-feature-title {
  color: #ff3fa4;
  font-weight: bold;
  font-size: 1.13em;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.mt-feature-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mt-feature-row {
  display: flex;
  align-items: flex-start;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 2px 8px #ff8edb22;
  font-size: 1.08em;
  gap: 12px;
}
.mt-feature-icon {
  font-size: 1.5em;
  margin-right: 8px;
  min-width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-feature-label {
  color: #ff8edb;
  font-weight: bold;
  min-width: 5em;
  margin-right: 8px;
  display: inline-block;
}
.mt-feature-desc {
  color: #fff;
  flex: 1;
  font-size: 1em;
}
.mt-about-exclusive {
  margin: 32px 0 0 0;
  background: rgba(255,255,255,0.07);
  border-radius: 20px;
  box-shadow: 0 2px 12px #ff8edb22;
  padding: 28px 18px 18px 18px;
}
.mt-about-exclusive-title {
  color: #ff3fa4;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.mt-about-benefits {
  margin: 18px 0 0 0;
}
.mt-benefit-row {
  color: #ff8edb;
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mt-benefit-icon {
  font-size: 1.2em;
  margin-right: 4px;
  vertical-align: -0.1em;
}
.mt-benefit-list {
  margin: 0 0 0 1.2em;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1.08em;
  line-height: 2;
}
.mt-benefit-list li {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mt-about-cta {
  margin-top: 18px;
  text-align: center;
  font-size: 1.13em;
  color: #ff3fa4;
  font-weight: bold;
}
@media (max-width: 900px) {
  .mt-about-feature {
    padding: 24px 4vw 18px 4vw;
  }
  .mt-about-title {
    font-size: 1.2em;
  }
  .mt-about-desc {
    font-size: 1em;
  }
  .mt-feature-row {
    font-size: 0.98em;
    padding: 10px 8px;
  }
  .mt-about-exclusive {
    padding: 18px 4vw 12px 4vw;
  }
}
@media (max-width: 600px) {
  .mt-about-feature {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
  .mt-about-title {
    font-size: 1.05em;
  }
  .mt-about-desc {
    font-size: 0.97em;
  }
  .mt-feature-row {
    font-size: 0.95em;
    padding: 8px 4px;
    flex-direction: column;
    gap: 4px;
  }
  .mt-feature-label {
    min-width: unset;
    margin-right: 0;
  }
  .mt-about-exclusive {
    padding: 10px 2vw 8px 2vw;
    border-radius: 8px;
  }
  .mt-benefit-list {
    font-size: 0.97em;
    margin-left: 0.5em;
  }
}
.mt-about-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  font-weight: 900;
  font-size: 1.13em;
  letter-spacing: 2px;
  border-radius: 2.2em;
  padding: 0.7em 2.2em;
  display: inline-block;
  box-shadow: 0 4px 24px #ff8edb55, 0 2px 8px #ff3fa488;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none !important;
  margin: 12px auto 0 auto;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #ff8edb88;
}
.mt-about-btn:hover {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 8px 32px #ff3fa4cc, 0 2px 18px #ff8edb88;
  transform: scale(1.06) translateY(-2px);
}
@media (max-width: 600px) {
  .mt-about-btn {
    font-size: 1em;
    padding: 0.5em 0.7em;
    border-radius: 1.2em;
    width: 98vw;
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.hero-main-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff8edb 0%, #ff3fa4 100%);
  font-weight: 900;
  font-size: 1.22em;
  letter-spacing: 2px;
  border-radius: 2.5em;
  padding: 1.1em 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 32px #ff8edb55, 0 2px 12px #ff3fa488;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none !important;
  margin: 28px auto 0 auto;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #ff8edb88;
  text-align: center;
  min-width: 320px;
  max-width: 98vw;
  gap: 0.5em;
}
.hero-main-btn:hover {
  background: linear-gradient(90deg, #ff3fa4 0%, #ff8edb 100%);
  box-shadow: 0 12px 40px #ff3fa4cc, 0 2px 18px #ff8edb88;
  transform: scale(1.07) translateY(-2px);
}
.hero-main-btn .hero-icon {
  font-size: 1.3em;
  margin-right: 0.3em;
  filter: drop-shadow(0 0 8px #fff8);
}
.hero-main-btn .hero-highlight {
  color: #fff200;
  background: linear-gradient(90deg, #ff8edb 40%, #ff3fa4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px #ff8edb88;
}
.hero-main-btn .mobile-br {
  display: none;
}
@media (max-width: 600px) {
  .hero-main-btn {
    font-size: 1em;
    padding: 0.7em 0.7em;
    border-radius: 1.2em;
    width: 98vw;
    min-width: unset;
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em;
  }
  .hero-main-btn .mobile-br {
    display: inline;
  }
}
.contact-about-feature {
  background: linear-gradient(135deg, #2d0036 80%, #ff8edb22 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px #ff3fa455, 0 2px 12px #0008;
  margin: 40px 0 32px 0;
  padding: 40px 24px 32px 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.contact-about-title {
  color: #ff8edb;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
  text-shadow: 0 0 8px #ff8edb88;
  letter-spacing: 1px;
}
.contact-about-desc {
  color: #fff;
  font-size: 1.13em;
  line-height: 2.1;
  margin: 0 auto;
  max-width: 800px;
}
.contact-about-block {
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 2px 8px #ff8edb22;
  padding: 18px 18px 12px 18px;
  margin: 24px 0 0 0;
}
.contact-about-block-title {
  color: #ff3fa4;
  font-weight: bold;
  font-size: 1.13em;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-about-list {
  margin: 0 0 0 1.2em;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1.08em;
  line-height: 2;
}
.contact-about-list li {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-about-list a {
  color: #ff8edb;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.18s;
}
.contact-about-list a:hover {
  color: #ff3fa4;
}
.contact-about-promise {
  background: rgba(255,255,255,0.13);
  border-left: 4px solid #ff3fa4;
  margin-top: 32px;
  box-shadow: 0 2px 12px #ff8edb22;
}
@media (max-width: 900px) {
  .contact-about-feature {
    padding: 24px 4vw 18px 4vw;
  }
  .contact-about-title {
    font-size: 1.2em;
  }
  .contact-about-desc {
    font-size: 1em;
  }
  .contact-about-block {
    padding: 12px 4vw 8px 4vw;
  }
}
@media (max-width: 600px) {
  .contact-about-feature {
    padding: 12px 2vw 6px 2vw;
    border-radius: 12px;
  }
  .contact-about-title {
    font-size: 1.05em;
  }
  .contact-about-desc {
    font-size: 0.97em;
  }
  .contact-about-block {
    padding: 8px 2vw 6px 2vw;
    border-radius: 8px;
  }
  .contact-about-list {
    font-size: 0.97em;
    margin-left: 0.5em;
  }
}
.dealer-cards-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0 auto;
  padding: 10px 22px;
  background: linear-gradient(90deg, #fff0fa 0%, #ff8edb 100%);
  border-radius: 24px;
  box-shadow: 0 2px 16px #ff8edb33;
  color: #a0006d;
  font-size: 1.08em;
  font-weight: bold;
  max-width: 98vw;
  text-align: center;
  white-space: nowrap;
  border: 1.5px solid #ff3fa4;
}
.dealer-cards-desc-icon {
  font-size: 1.4em;
  color: #ff3fa4;
  filter: drop-shadow(0 0 6px #ff8edb88);
}
.dealer-cards-desc-text {
  color: #a0006d;
  font-size: 1.08em;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .dealer-cards-desc-text {
    display: block !important;
    white-space: normal !important;
    word-break: break-all;
    font-size: 0.98em;
    line-height: 1.6;
    margin-top: 6px;
  }
}
/* Hero Overlay 美化 */
.hero-overlay-text {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(44,0,54,0.28) 0%,rgba(44,0,54,0.65) 100%);
  user-select: none;
  -webkit-user-select: none;
}
.hero-overlay-text h1 {
  font-size: 3em;
  color: #fff;
  margin: 0 0 18px;
  text-shadow: 0 4px 24px #ff3fa4cc, 0 2px 8px #2d0036cc, 0 0 2px #fff8;
  font-weight: 900;
  letter-spacing: 2px;
  pointer-events: auto;
  line-height: 1.1;
}
.hero-overlay-text .hero-slogan {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 2px 12px #ff8edbcc, 0 1px 0 #2d0036cc;
  font-weight: 700;
  pointer-events: auto;
  line-height: 1.3;
}
.hero-overlay-text .hero-badge {
  background: linear-gradient(90deg,#ff8edb 40%,#ff3fa4 100%);
  color: #fff;
  border-radius: 1.2em;
  padding: 0.2em 1.1em;
  font-size: 0.8em;
  margin-right: 0.7em;
  letter-spacing: 0.15em;
  box-shadow: 0 2px 12px #ff8edb55;
  font-weight: bold;
  display: inline-block;
}
.hero-overlay-text .hero-highlight, .hero-overlay-text .hero-gp {
  color: #ff3fa4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #ff8edbcc;
}
.hero-overlay-text .hero-gp {
  color: #ff8edb;
}
.hero-overlay-text .hero-landing {
  display: inline-block;
  margin-top: 0.4em;
  font-size: 1em;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-radius: 1em;
  padding: 0.2em 1.2em;
  box-shadow: 0 2px 8px #ff8edb22;
}
.hero-overlay-text .hero-icon {
  font-size: 1.3em;
  margin-right: 0.3em;
  vertical-align: middle;
  filter: drop-shadow(0 0 8px #ff8edbcc);
}
.hero-overlay-text .hero-desc {
  font-size: 1.15em;
  color: #fff;
  background: rgba(44,0,54,0.38);
  border-radius: 1.2em;
  padding: 0.5em 1.2em;
  margin: 0 auto 1.2em auto;
  box-shadow: 0 2px 12px #ff8edb22;
  display: inline-block;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .hero-overlay-text h1 { font-size: 2em; }
  .hero-overlay-text .hero-slogan { font-size: 1.1em; }
}
@media (max-width: 600px) {
  .hero-overlay-text { padding: 0 4vw; }
  .hero-overlay-text h1 { font-size: 1.3em; }
  .hero-overlay-text .hero-slogan { font-size: 0.95em; }
  .hero-overlay-text .hero-badge { font-size: 0.7em; padding: 0.15em 0.7em; }
}
@media (max-width: 600px) {
  .hero {
    padding: 8px 0 12px;
    border-radius: 18px;
    box-shadow: 0 0 18px #ff3fa488, 0 2px 8px #0006;
  }
  .hero-logo {
    height: 44vw !important;
    min-height: 160px;
    max-height: 220px;
    border-radius: 12px;
    box-shadow: 0 0 16px #ff8edb99;
    object-fit: cover;
  }
  .hero-overlay-text {
    padding: 0 2vw;
    border-radius: 12px;
    background: linear-gradient(180deg, #2d0036cc 60%, #ff3fa422 100%);
    box-shadow: 0 0 12px #ff8edb55;
  }
  .hero-overlay-text h1 {
    font-size: 1.7em;
    margin-bottom: 10px;
    text-shadow: 0 0 8px #2d0036,0 0 8px #ff8edb88;
  }
  .hero-overlay-text .hero-slogan {
    font-size: 1.05em;
    margin-bottom: 18px;
  }
  .hero-overlay-text .hero-badge {
    font-size: 0.8em;
    padding: 0.18em 0.8em;
    border-radius: 1em;
    box-shadow: 0 2px 8px #ff8edb44;
  }
  .hero-overlay-text .hero-highlight, .hero-overlay-text .hero-gp {
    font-size: 1em;
  }
  .hero-overlay-text .hero-icon {
    font-size: 1.1em;
  }
  .hero-overlay-text .hero-desc {
    font-size: 0.98em;
    margin-top: 8px;
  }
}

/* News Top Block 玻璃擬態風格 */
.news-top-block {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 28px;
  border: 1.5px solid rgba(255, 174, 235, 0.25);
  box-shadow: 0 8px 32px 0 rgba(255, 63, 164, 0.18);
  max-width: 820px;
  margin: 48px auto 48px auto;
  padding: 48px 32px 32px 32px;
  position: relative;
  overflow: hidden;
}
.news-top-block::after {
  content: '📰';
  position: absolute;
  top: 10px;
  left: 30px;
  opacity: 0.10;
  pointer-events: none;
  font-size: 200px;
  line-height: 1;
  z-index: 0;
}
.news-top-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  z-index: 1;
  position: relative;
}
.news-top-title {
  font-size: 2.3em;
  color: #ff3fa4;
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 12px #fff6fb88, 0 1px 0 #ffb6e6;
}
.news-top-icon {
  font-size: 3.2em;
  filter: drop-shadow(0 2px 12px #ff8edb88);
  margin-bottom: 2px;
}
.news-top-subtitle {
  font-size: 1.22em;
  color: #a8006c;
  margin-bottom: 28px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  position: relative;
}
.news-top-content {
  font-size: 1.15em;
  color: #3a003a;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 1;
  position: relative;
}
.news-top-content-card {
  background: rgba(255,255,255,0.38);
  border-radius: 18px;
  border: 1.5px solid #ffb6e655;
  box-shadow: 0 2px 16px #ffb6e622;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
}
.news-top-content-card:hover {
  box-shadow: 0 8px 32px #ff8edb44;
  border-color: #ff3fa4;
}
.news-top-content-icon {
  font-size: 2em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.news-top-content-card a {
  color: #ff3fa4;
  font-weight: bold;
  text-decoration: underline dotted #ffb6e6;
}
.news-top-content-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
}
.news-top-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 2em;
  flex-shrink: 0;
}
.news-top-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 100%;
}
.news-top-content-title, .news-top-content-desc {
  display: block;
  width: 100%;
}
@media (max-width:900px) {
  .news-top-content-title { font-size: 1em; }
  .news-top-content-desc { font-size: 0.93em; }
}
@media (max-width:600px) {
  .news-top-content-title { font-size: 0.98em; }
  .news-top-content-desc { font-size: 0.9em; }
}
@media (max-width:900px) {
  .news-top-block { padding: 18px 2vw 12px 2vw; border-radius: 16px; }
  .news-top-title { font-size: 1.4em; }
  .news-top-subtitle { font-size: 1em; }
  .news-top-content-card { padding: 12px 8px; font-size: 0.98em; border-radius: 12px; }
  .news-top-block::after { font-size: 90px; top: 0; left: 10px; }
  .news-top-header { gap: 6px; }
}
@media (max-width:600px) {
  .news-top-block { padding: 8px 1vw 6px 1vw; border-radius: 8px; }
  .news-top-title { font-size: 1.08em; }
  .news-top-subtitle { font-size: 0.93em; }
  .news-top-content-card { padding: 6px 2px; font-size: 0.93em; border-radius: 8px; }
  .news-top-block::after { font-size: 48px; top: 0; left: 2px; }
  .news-top-header { gap: 2px; }
}

.news-top-visual-block {
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px) saturate(180%);
  border-radius: 28px;
  border: 1.5px solid rgba(255, 174, 235, 0.25);
  box-shadow: 0 8px 32px 0 rgba(255, 63, 164, 0.18);
  max-width: 820px;
  margin: 48px auto 48px auto;
  padding: 0 0 32px 0;
  position: relative;
  overflow: hidden;
}
.news-top-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #fff0fa;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.news-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-top-visual-content {
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-top-visual-title {
  font-size: 2em;
  color: #ff3fa4;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
}
.news-top-visual-desc {
  font-size: 1.13em;
  color: #3a003a;
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto 18px auto;
  text-align: left;
  position: relative;
  transition: max-height 0.6s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.news-top-visual-desc-fade {
  max-height: 7.5em;
}
.news-top-visual-desc-fade::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 3em;
  background: linear-gradient(0deg, #fff8 60%, #fff0 100%);
  pointer-events: none;
  border-radius: 0 0 18px 18px;
}
.news-top-visual-more {
  background: linear-gradient(90deg,#ff8edb 0%,#ff3fa4 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 36px;
  font-size: 1.08em;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 16px #ff3fa488;
  transition: background 0.2s, box-shadow 0.2s;
  margin: 0 auto 0 auto;
  display: block;
  letter-spacing: 1px;
}
.news-top-visual-more:hover {
  background: linear-gradient(90deg,#ff3fa4 0%,#ff8edb 100%);
  color: #fff;
  box-shadow: 0 0 32px #ff8edbcc;
}
@media (max-width:900px) {
  .news-top-visual-block { border-radius: 16px; }
  .news-top-img-wrap { border-radius: 16px 16px 0 0; }
  .news-top-visual-content { padding: 18px 4vw 0 4vw; }
  .news-top-visual-title { font-size: 1.2em; }
  .news-top-visual-desc { font-size: 1em; }
}
@media (max-width:600px) {
  .news-top-visual-block { border-radius: 8px; }
  .news-top-img-wrap { border-radius: 8px 8px 0 0; }
  .news-top-visual-content { padding: 10px 2vw 0 2vw; }
  .news-top-visual-title { font-size: 1em; }
  .news-top-visual-desc { font-size: 0.93em; }
  .news-top-visual-more { padding: 8px 18px; font-size: 0.98em; }
}

.news-visual-block {
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px) saturate(180%);
  border-radius: 28px;
  border: 1.5px solid rgba(255, 174, 235, 0.25);
  box-shadow: 0 4px 24px #ff8edb33, 0 1.5px 0 #ffb6e6 inset;
  max-width: 820px;
  margin: 48px auto 48px auto;
  padding: 0 0 32px 0;
  position: relative;
  overflow: hidden;
}
.news-visual-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #fff0fa;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.news-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-visual-content {
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-visual-title {
  font-size: 2em;
  color: #ff3fa4;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
}
.news-visual-desc {
  font-size: 1.13em;
  color: #fff;
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto 18px auto;
  text-align: left;
  position: relative;
  transition: max-height 0.6s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.news-visual-desc-fade {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  max-height: none;
  /* 前三行100%不透明，第四行開始漸隱 */
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%, black 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 50%, black 100%);
}
.news-visual-desc-fade .fade-tail {
  display: inline-block;
  vertical-align: bottom;
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.news-visual-desc-fade::after {
  display: none;
}
.news-visual-more {
  background: linear-gradient(90deg,#ff8edb 0%,#ff3fa4 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 36px;
  font-size: 1.08em;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 16px #ff3fa488;
  transition: background 0.2s, box-shadow 0.2s;
  margin: 0 auto 0 auto;
  display: block;
  letter-spacing: 1px;
}
.news-visual-more:hover {
  background: linear-gradient(90deg,#ff3fa4 0%,#ff8edb 100%);
  color: #fff;
  box-shadow: 0 0 32px #ff8edbcc;
}
@media (max-width:900px) {
  .news-visual-block { border-radius: 16px; }
  .news-visual-img-wrap { border-radius: 16px 16px 0 0; }
  .news-visual-content { padding: 18px 4vw 0 4vw; }
  .news-visual-title { font-size: 1.2em; }
  .news-visual-desc { font-size: 1em; }
}
@media (max-width:600px) {
  .news-visual-block { border-radius: 8px; }
  .news-visual-img-wrap { border-radius: 8px 8px 0 0; }
  .news-visual-content { padding: 10px 2vw 0 2vw; }
  .news-visual-title { font-size: 1em; }
  .news-visual-desc { font-size: 0.93em; }
  .news-visual-more { padding: 8px 18px; font-size: 0.98em; }
} 

.news-visual-register {
  background: linear-gradient(90deg,#ff8edb 0%,#ff3fa4 100%);
  color: #fff;
  border: none;
  border-radius: 28px;
  padding: 16px 48px;
  font-size: 1.18em;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 24px #ff3fa488;
  transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  min-width: 180px;
  max-width: 90vw;
}
@media (max-width: 600px) {
  .news-visual-register {
    width: 98vw;
    min-width: 120px;
    max-width: 98vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-visual-register {
  /* ...現有樣式... */
  max-width: 500px;
}
@media (max-width: 600px) {
  .news-visual-register {
    max-width: 98vw;
  }
}