:root {
  --pink: #ff1778;
  --pink2: #ff4f9b;
  --ink: #151821;
  --muted: #5f6675;
  --line: #ececf2;
  --soft: #fff5f9;
  --card: #fff;
  --shadow: 0 18px 45px rgba(29, 31, 42, .08)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.58
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line)
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px
}

.brand {
  margin-right: auto
}

.brand img {
  width: 178px;
  height: auto
}

.links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  font-size: .93rem
}

.links a {
  padding: 29px 0 25px;
  border-bottom: 3px solid transparent
}

.links a:hover,
.links a.active {
  color: var(--pink);
  border-bottom-color: var(--pink)
}

.nav-cta {
  display: flex;
  gap: 10px
}

.small-btn {
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 850;
  font-size: .85rem;
  border: 1px solid #f4b8d0
}

.small-btn.pink {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink)
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: white;
  border-radius: 10px;
  padding: 8px 11px;
  font-size: 1.25rem
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 46%, #fff6fa 100%);
  border-bottom: 1px solid #f7e5ed
}

.hero:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 23, 120, .14), rgba(255, 23, 120, 0) 68%);
  right: 8%;
  top: 5%
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 560px;
  align-items: center;
  gap: 52px
}

.eyebrow {
  display: inline-block;
  color: var(--pink);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 13px
}

.hero h1 {
  font-size: clamp(3rem, 5.7vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0 0 24px;
  max-width: 720px
}

.hero h1 .accent {
  color: var(--pink)
}

.lead {
  font-size: 1.15rem;
  color: #555d6e;
  max-width: 690px;
  margin: 0
}

.status-line {
  margin-top: 24px;
  color: var(--pink);
  font-weight: 900
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 900;
  transition: .2s
}

.btn:hover {
  transform: translateY(-1px)
}

.btn.primary {
  background: linear-gradient(135deg, var(--pink), #e80e68);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 23, 120, .2)
}

.btn.secondary {
  background: #fff;
  border: 1px solid #e2e3ea
}

.hero-photo-wrap {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.hero-photo-wrap:before,
.hero-photo-wrap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 23, 120, .15)
}

.hero-photo-wrap:before {
  width: 360px;
  height: 360px;
  right: 9%;
  top: 13%
}

.hero-photo-wrap:after {
  width: 255px;
  height: 255px;
  right: 18%;
  top: 23%
}

.hero-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 18px 60px rgba(30, 32, 43, .08)
}

.update-card {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 32px;
  width: min(300px, 72%);
  background: rgba(255, 255, 255, .96);
  border: 1px solid #f3d7e3;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: var(--shadow)
}

.update-card b {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px
}

.update-card span {
  color: var(--muted);
  font-size: .9rem
}

.progress {
  height: 7px;
  border-radius: 999px;
  background: #ffe1ec;
  margin-top: 14px;
  overflow: hidden
}

.progress i {
  display: block;
  width: 66%;
  height: 100%;
  background: linear-gradient(90deg, var(--pink), #f79ac1)
}

.benefit-strip {
  border-bottom: 1px solid var(--line);
  background: #fff
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 22px 0
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 8px 12px
}

.round-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff0f6;
  color: var(--pink);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex: 0 0 auto
}

.benefit b {
  display: block;
  font-size: .92rem
}

.benefit span {
  font-size: .84rem;
  color: var(--muted)
}

.section {
  padding: 76px 0
}

.section.soft {
  background: #fff8fb
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px
}

.section-head h2,
.two-col h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 6px 0 14px
}

.section-head p,
.two-col p {
  color: var(--muted)
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.service-card {
  position: relative;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(27, 29, 39, .055)
}

.service-card img {
  width: 100%;
  height: 330px;
  object-fit: cover
}

.service-card .overlay {
  position: absolute;
  left: 0;
  right: 34%;
  bottom: 0;
  background: rgba(255, 255, 255, .96);
  padding: 20px
}

.service-card h3 {
  font-size: 1.35rem;
  margin: 0 0 7px
}

.service-card p {
  font-size: .92rem;
  color: var(--muted);
  margin: 0 0 12px
}

.text-link {
  color: var(--pink);
  font-weight: 900;
  font-size: .9rem
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch
}

.panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(27, 29, 39, .05)
}

.panel-content {
  padding: 34px
}

.panel img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0 0
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.check i {
  font-style: normal;
  color: var(--pink);
  font-weight: 900
}

.notice-band {
  background: linear-gradient(90deg, #fff1f7, #fff9fc);
  border: 1px solid #ffd7e7;
  border-radius: 22px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px
}

.notice-band .rocket {
  font-size: 2rem
}

.notice-band strong {
  display: block;
  color: var(--pink);
  font-size: 1.25rem
}

.notice-band span {
  color: var(--muted)
}

.page-hero {
  padding: 66px 0 48px;
  background: linear-gradient(90deg, #fff 0%, #fff 48%, #fff5f9 100%)
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.page-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 8px 0 18px
}

.page-hero img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow)
}

.coming-box {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--soft);
  border-left: 4px solid var(--pink);
  font-weight: 700
}

.content-wrap {
  max-width: 870px
}

.content-wrap h2 {
  font-size: 2rem;
  letter-spacing: -.03em;
  margin: 42px 0 12px
}

.content-wrap p {
  color: var(--muted)
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px
}

.info-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: #fff
}

.info-card b {
  display: block;
  margin-bottom: 6px
}

.faq details {
  padding: 18px 0;
  border-top: 1px solid var(--line)
}

.faq summary {
  font-weight: 850;
  cursor: pointer
}

.faq p {
  margin-bottom: 0;
  color: var(--muted)
}

footer {
  border-top: 1px solid var(--line);
  padding: 42px 0 52px;
  background: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start
}

.footer-logo {
  width: 150px;
  margin-bottom: 12px
}

.footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .9rem;
  font-weight: 750;
  color: #656c7b
}

.small {
  font-size: .9rem;
  color: var(--muted)
}

@media(max-width:920px) {

  .links,
  .nav-cta {
    display: none
  }

  .menu-btn {
    display: block;
    margin-left: auto
  }

  .links.open {
    display: flex;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 12px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0
  }

  .links.open a {
    padding: 12px 0;
    width: 100%
  }

  .hero-grid,
  .page-hero-grid,
  .two-col {
    grid-template-columns: 1fr
  }

  .hero-grid {
    padding-top: 52px
  }

  .hero-photo-wrap {
    min-height: 430px
  }

  .hero-photo {
    max-height: 430px;
    border-radius: 26px
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-grid,
  .info-grid {
    grid-template-columns: 1fr
  }

  .service-card {
    min-height: 360px
  }

  .service-card img {
    height: 360px
  }

  .service-card .overlay {
    right: 20%
  }

  .page-hero img {
    height: 380px
  }
}

@media(max-width:560px) {
  .wrap {
    width: min(100% - 24px, 1180px)
  }

  .brand img {
    width: 150px
  }

  .hero h1 {
    font-size: 3rem
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .benefit {
    padding: 4px 0
  }

  .hero-photo-wrap {
    min-height: 360px
  }

  .hero-photo {
    height: 350px
  }

  .update-card {
    right: 10px;
    bottom: 18px
  }

  .service-card .overlay {
    right: 10px
  }

  .section {
    padding: 58px 0
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .notice-band {
    align-items: flex-start
  }
}

.legal-hero {
  padding: 64px 0 34px;
  background: linear-gradient(90deg, #fff 0%, #fff7fa 100%);
  border-bottom: 1px solid var(--line)
}

.legal-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 6px 0 14px
}

.legal-hero p {
  color: var(--muted);
  font-size: 1.1rem
}

.legal-section {
  padding-top: 48px
}

.legal-content {
  max-width: 960px
}

.legal-content h1 {
  display: none
}

.legal-content h2 {
  font-size: 1.65rem;
  margin: 38px 0 14px
}

.legal-content h3 {
  font-size: 1.15rem;
  margin: 28px 0 8px
}

.legal-content p {
  color: #444b5a;
  margin: 0 0 16px
}

.legal-content a {
  color: var(--pink);
  text-decoration: underline
}

.legal-content p:first-of-type {
  font-weight: 800;
  color: var(--ink)
}

.coming-box strong {
  display: block;
  color: var(--pink);
  margin-bottom: 4px
}

.content-wrap h2:first-of-type {
  margin-top: 12px
}

/* Footer navigation: stacked vertical menu for clearer scanning */
.footer-grid {
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 300px)
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  flex-wrap: nowrap
}

.footer-nav a {
  display: block;
  width: 100%;
  padding: 2px 0;
  line-height: 1.35
}

/* Responsive hardening */
html,
body {
  max-width: 100%;
  overflow-x: hidden
}

.nav {
  position: relative
}

.content-wrap,
.legal-content {
  width: 100%;
  min-width: 0
}

.service-card,
.panel,
.info-card,
.hero-photo-wrap,
.page-hero-grid>*,
.hero-grid>* {
  min-width: 0
}

@media(max-width:920px) {
  .footer-grid {
    grid-template-columns: 1fr 220px
  }

  .links.open {
    max-height: calc(100vh - 92px);
    overflow-y: auto
  }
}

@media(max-width:700px) {
  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-nav {
    width: 100%;
    gap: 6px;
    margin-top: 8px
  }

  .footer-nav a {
    padding: 5px 0
  }

  .page-hero {
    padding-top: 42px
  }

  .page-hero-grid {
    gap: 28px
  }

  .page-hero img {
    height: auto;
    max-height: 420px;
    aspect-ratio: 4/3
  }

  .hero-grid {
    gap: 28px
  }

  .cta-row .btn {
    width: 100%
  }
}

@media(max-width:560px) {
  .nav {
    min-height: 70px
  }

  .links.open {
    top: 68px;
    left: 12px;
    right: 12px
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3rem)
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3rem)
  }

  .lead {
    font-size: 1.02rem
  }

  .section-head h2,
  .two-col h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem)
  }

  .content-wrap h2 {
    font-size: 1.7rem
  }

  .service-card,
  .service-card img {
    min-height: 320px;
    height: 320px
  }

  .service-card .overlay {
    right: 0
  }

  .notice-band {
    padding: 22px 20px
  }
}

.legal-content a {
  overflow-wrap: anywhere;
  word-break: break-word
}