.dommin-page {
  background: #fff;
}

.dommin-page .navbar-blog {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dommin-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 5%;
}

.dommin-hero {
  padding: 5.25rem 0 2.25rem;
}

.dommin-mark {
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.dommin-mark dotlottie-wc {
  width: clamp(260px, 78vw, 380px);
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
}

.dommin-title {
  text-align: center;
  font-size: clamp(2.05rem, 5.2vw, 3.1rem);
  letter-spacing: 0.18em;
  font-weight: 800;
}

.dommin-soon {
  text-align: center;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.dommin-lead {
  text-align: center;
  max-width: 740px;
  margin: 14px auto 0;
  color: var(--text-light);
  line-height: 1.9;
}

.dommin-main {
  padding: 0 0 4.5rem;
}

.dommin-section {
  padding: 2.5rem 0;
}

.dommin-reading {
  max-width: 740px;
}

.dommin-section h2 {
  font-size: clamp(1.4rem, 3.1vw, 1.85rem);
  letter-spacing: -0.5px;
}

.dommin-desc {
  color: var(--text-light);
  line-height: 1.9;
  margin-top: 10px;
}

.dommin-alert {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d10000;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.dommin-alert::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.dommin-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.dommin-label {
  font-weight: 800;
  letter-spacing: -0.2px;
}

.dommin-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.dommin-field input {
  flex: 1 1 240px;
  height: 44px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 0;
  background: transparent;
  font-family: var(--font-main);
  font-size: 1rem;
  padding: 8px 2px;
  outline: none;
}

.dommin-field button {
  height: 44px;
  border: none;
  background: transparent;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.2px;
  cursor: pointer;
  padding: 0;
}

.dommin-field button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dommin-msg {
  margin: 0;
  color: var(--text-light);
  min-height: 1.4em;
}

.dommin-msg a {
  color: var(--text-dark);
  font-weight: 800;
  text-decoration: none;
}

.dommin-msg a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dommin-link {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.2px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.dommin-link::after {
  content: "→";
  transition: transform 0.18s ease;
}

.dommin-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dommin-link:hover::after {
  transform: translateX(3px);
}

.dommin-packages-stage {
  margin-top: 14px;
}

.dommin-packages-detail {
  display: none;
}

.dommin-packages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.dommin-package {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  transition: transform 0.18s ease, opacity 0.25s ease, max-height 0.35s ease;
  height: 100%;
  flex: 0 0 290px;
  max-width: 30%;
  max-height: 900px;
  overflow: hidden;
}

.dommin-package:hover {
  transform: translateY(-2px);
}

.dommin-package-detail {
  display: none;
}

.dommin-package-top {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 72px;
}

.dommin-package-step {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.82);
  letter-spacing: -0.03em;
  opacity: 0.35;
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
}

.dommin-package-title {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.82);
  letter-spacing: -0.04em;
  font-size: 1.45rem;
  line-height: 1.1;
}

.dommin-package-sub {
  display: block;
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 0.95rem;
  line-height: 1.65;
}

.dommin-package-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--text-light);
  line-height: 1.75;
  min-height: 10.2rem;
  font-size: 13px;
}

.dommin-package-list li {
  position: relative;
  padding-left: 18px;
  min-height: 1.9em;
}

.dommin-package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a84a;
  font-weight: 900;
}

.dommin-package-foot {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.dommin-package-price {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.82);
  letter-spacing: -0.2px;
}

.dommin-packages-detail-kicker {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 10px;
}

.dommin-packages-detail-title {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  letter-spacing: -0.05em;
}

.dommin-packages-detail-sub {
  margin: 10px 0 0;
  color: var(--text-light);
  line-height: 1.9;
}

.dommin-packages-detail-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--text-light);
  line-height: 1.85;
  font-size: 14px;
}

.dommin-packages-detail-list li {
  position: relative;
  padding-left: 18px;
}

.dommin-packages-detail-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a84a;
  font-weight: 900;
}

.dommin-packages-detail-foot {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.dommin-packages-detail-price {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.82);
  letter-spacing: -0.2px;
}

.dommin-note {
  margin-top: 10px;
  color: var(--text-light);
  font-size: 0.95rem;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1100px) {
  .dommin-packages-stage {
    display: flex;
    align-items: flex-start;
    gap: 0;
    transition: gap 0.25s ease;
  }

  .dommin-packages-stage .dommin-packages-detail {
    display: none;
  }

  .dommin-packages-stage .dommin-packages {
    flex: 1 1 auto;
  }

  .dommin-packages-stage.is-hovering {
    gap: 32px;
  }

  .dommin-packages-stage.is-hovering .dommin-packages-detail {
    display: block;
    flex: 1 1 auto;
    opacity: 1;
    transform: none;
    animation: domminFadeIn 0.35s ease both;
  }

  .dommin-packages-stage.is-hovering .dommin-packages {
    flex: 0 0 360px;
    justify-content: flex-end;
  }

  .dommin-packages-stage.is-hovering .dommin-package:not(.is-active) {
    opacity: 0;
    max-height: 0;
    padding: 0;
    gap: 0;
    pointer-events: none;
    transform: translateY(-6px);
    position: absolute;
    inset: 0 auto auto 0;
    width: 0;
    max-width: 0;
  }

  .dommin-packages-stage.is-hovering .dommin-package.is-active {
    width: 100%;
    flex: 0 0 auto;
    max-width: none;
  }

  .dommin-packages-stage.is-leaving .dommin-packages-detail {
    display: block;
    flex: 1 1 auto;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
}

@media (max-width: 980px) {
  .dommin-packages {
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .dommin-package {
    width: calc((100% - 32px) / 2);
    max-width: none;
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .dommin-packages {
    justify-content: flex-start;
  }

  .dommin-package {
    width: 100%;
  }
}

@keyframes domminFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
