:root {
  --order-ink: #14124a;
  --order-muted: #68699d;
  --order-line: #e7e5ff;
  --order-purple: #7c3aed;
  --order-pink: #ec4899;
  --order-orange: #fb923c;
  --order-soft: #f7f4ff;
}

.thankyou-page {
  box-sizing: border-box;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(236, 72, 153, 0.1), transparent 24rem),
    radial-gradient(circle at 86% 22%, rgba(124, 58, 237, 0.12), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #f7f5ff 48%, #fff 100%);
  color: var(--order-ink);
  overflow-x: clip;
}

.thankyou-page html,
.thankyou-page *,
.thankyou-page *::before,
.thankyou-page *::after {
  box-sizing: border-box;
}

.thankyou-main {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 2.2rem 1rem 4.5rem;
  padding-top: 4rem;
  margin-top: 60px;
}

.thankyou-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3.2vw, 3.2rem);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 248, 255, 0.94)),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.12), transparent 28rem);
  box-shadow: 0 26px 70px rgba(66, 45, 132, 0.1);
}

.thankyou-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(124, 58, 237, 0.06) 62% 75%, transparent 75%),
    radial-gradient(circle at 94% 16%, rgba(124, 58, 237, 0.08), transparent 14rem);
}

.thankyou-card > * {
  position: relative;
  z-index: 1;
}

.thankyou-hero {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4rem, 5vw, 4rem);
  min-height: 350px;
  padding-inline: clamp(0rem, 2vw, 2rem);
}

.thankyou-animation {
  width: min(100%, 260px);
  margin: 0 auto;
}

.thankyou-animation svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.thankyou-orbit {
  transform-origin: 110px 110px;
  animation: thankyou-spin 6s linear infinite;
}

.thankyou-check {
  stroke-dasharray: 52;
  stroke-dashoffset: 0;
  opacity: 1;
  animation: thankyou-check-draw 2.2s ease-in-out 0.25s infinite;
}

.thankyou-star {
  transform-box: fill-box;
  transform-origin: center;
  animation: thankyou-blink 1.4s ease-in-out infinite;
}

.thankyou-star--two {
  animation-delay: 0.4s;
}

.thankyou-star--three {
  animation-delay: 0.8s;
}

.thankyou-greeting {
  margin: 0 0 0.8rem;
  color: #11184e;
  font-size: 1.2rem;
  font-weight: 800;
}

.thankyou-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #10164d;
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 1.14;
}

.thankyou-hero h1 span {
  color: #6d40f2;
}

.thankyou-title-line {
  width: 64px;
  height: 4px;
  margin: 1.5rem 0;
  border-radius: 999px;
  background: #6d40f2;
}

.thankyou-hero__copy > p:not(.thankyou-greeting) {
  max-width: 600px;
  margin: 0;
  color: #4c568a;
  font-size: 1.04rem;
  line-height: 1.85;
}

.thankyou-hero__copy {
  min-width: 0;
  max-width: 100%;
}

.thankyou-hero__copy h1,
.thankyou-hero__copy p,
.thankyou-code strong {
  overflow-wrap: anywhere;
}

.thankyou-hero__copy strong {
  color: #5f36e8;
}

.thankyou-code {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #5d628d;
  font-size: 0.9rem;
  font-weight: 700;
}

.thankyou-code strong {
  color: #11184e;
}

.thankyou-steps {
  margin-top: 1rem;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  border: 1px solid rgba(124, 58, 237, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(42, 32, 115, 0.05);
}

.thankyou-section-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.thankyou-section-title span,
.thankyou-contact span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #7048f2;
  background: #f1edff;
  font-size: 1.45rem;
}

.thankyou-section-title h2 {
  min-width: 0;
  margin: 0;
  color: #12164d;
  font-size: 1.25rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.thankyou-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.thankyou-step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.thankyou-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 52px;
  left: calc(50% + 54px);
  width: calc(100% - 72px);
  border-top: 2px dashed #ded7ff;
}

.thankyou-step__num {
  position: absolute;
  top: 8px;
  left: calc(50% - 48px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #7048f2;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(112, 72, 242, 0.22);
}

.thankyou-step > i {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.1rem;
  border: 1px solid #e7e1ff;
  border-radius: 50%;
  color: #7048f2;
  background: linear-gradient(180deg, #f7f4ff, #fff);
  font-size: 2.4rem;
  box-shadow: 0 14px 28px rgba(42, 32, 115, 0.06);
}

.thankyou-step h3 {
  margin: 0 0 0.7rem;
  color: #11184e;
  font-size: 0.96rem;
  font-weight: 900;
}

.thankyou-step p {
  max-width: 190px;
  margin: 0 auto;
  color: #687099;
  font-size: 0.86rem;
  line-height: 1.65;
}

.thankyou-help {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 247, 237, 0.92), rgba(255, 255, 255, 0.92));
}

.thankyou-help > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-right: 1px solid #fed7aa;
  color: #f97316;
  font-size: 2.1rem;
}

.thankyou-help strong {
  display: block;
  color: #ea580c;
  font-size: 1.05rem;
  font-weight: 900;
}

.thankyou-help p {
  margin: 0.25rem 0 0;
  color: #4c568a;
  font-size: 0.95rem;
}

.thankyou-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.5rem;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #f97316, #fb923c);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(249, 115, 22, 0.22);
}

.thankyou-signoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.46fr);
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.thankyou-signoff h2 {
  margin: 0 0 1.4rem;
  color: #10164d;
  font-size: 1.5rem;
  font-weight: 900;
}

.thankyou-signoff p {
  margin: 0 0 0.4rem;
  color: #687099;
}

.thankyou-signoff strong {
  display: inline-block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e7e5ff;
  color: #5f36e8;
  font-size: 1.08rem;
}

.thankyou-signoff img {
  width: min(100%, 360px);
  justify-self: end;
  filter: drop-shadow(0 18px 26px rgba(95, 54, 232, 0.14));
}

.thankyou-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(42, 32, 115, 0.06);
}

.thankyou-contact > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 0.9rem;
  align-items: center;
  min-width: 0;
}

.thankyou-contact span {
  grid-area: icon;
}

.thankyou-contact strong {
  grid-area: title;
  color: #11184e;
  font-size: 0.96rem;
  font-weight: 900;
}

.thankyou-contact a,
.thankyou-contact p {
  grid-area: text;
  min-width: 0;
  margin: 0.35rem 0 0;
  color: #667099;
  font-size: 0.93rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.thankyou-contact a:hover {
  color: #5f36e8;
}

@keyframes thankyou-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes thankyou-check-draw {
  0% {
    stroke-dashoffset: 52;
    opacity: 0;
    transform: scale(0.92);
  }

  15% {
    stroke-dashoffset: 52;
    opacity: 0;
    transform: scale(0.92);
  }

  40%,
  75% {
    stroke-dashoffset: 0;
    opacity: 1;
    transform: scale(1);
  }

  100% {
    stroke-dashoffset: 52;
    opacity: 0;
    transform: scale(0.92);
  }
}

@keyframes thankyou-blink {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@media (max-width: 1024px) {
  .thankyou-hero h1 {
    font-size: 3.2rem;
  }

  .thankyou-step-grid,
  .thankyou-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thankyou-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .thankyou-main {
    padding: 1rem 0.8rem 3rem;
  }

  .thankyou-card {
    width: 100%;
    padding: 1rem;
    border-radius: 14px;
  }

  .thankyou-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0.2rem 1.4rem;
    text-align: center;
  }

  .thankyou-hero h1 {
    font-size: 1.72rem;
  }

  .thankyou-animation {
    width: min(64vw, 190px);
  }

  .thankyou-title-line {
    margin-inline: auto;
  }

  .thankyou-hero__copy > p:not(.thankyou-greeting) {
    margin-inline: auto;
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .thankyou-code {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
    padding-inline: 0.65rem;
    font-size: 0.8rem;
  }

  .thankyou-steps {
    padding: 1rem;
    border-radius: 12px;
  }

  .thankyou-section-title {
    justify-content: center;
    margin-bottom: 1.2rem;
    text-align: left;
  }

  .thankyou-section-title h2 {
    font-size: 0.98rem;
  }

  .thankyou-step-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .thankyou-step {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text";
    align-items: center;
    text-align: left;
    padding: 0.8rem;
    border: 1px solid #ece7ff;
    border-radius: 12px;
    background: #fff;
  }

  .thankyou-step:not(:last-child)::after {
    display: none;
  }

  .thankyou-step__num {
    top: 0.55rem;
    left: 0.55rem;
    width: 24px;
    height: 24px;
    font-size: 0.76rem;
  }

  .thankyou-step > i {
    grid-area: icon;
    width: 58px;
    height: 58px;
    margin: 0;
    font-size: 1.75rem;
  }

  .thankyou-step h3 {
    grid-area: title;
    margin: 0 0 0.3rem;
  }

  .thankyou-step p {
    grid-area: text;
    max-width: none;
    margin: 0;
  }

  .thankyou-help {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
    text-align: center;
  }

  .thankyou-help > span {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-right: 0;
    font-size: 1.7rem;
  }

  .thankyou-help a {
    width: 100%;
  }

  .thankyou-signoff {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .thankyou-signoff img {
    justify-self: center;
    width: min(82vw, 300px);
  }

  .thankyou-contact {
    grid-template-columns: 1fr;
    padding: 1rem;
    border-radius: 12px;
  }
}

@media (max-width: 420px) {
  .thankyou-hero h1 {
    font-size: 1.95rem;
  }

  .thankyou-section-title h2 {
    font-size: 1.05rem;
  }

  .thankyou-contact > div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 0.75rem;
  }

  .thankyou-contact span {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}

.order-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(124, 58, 237, 0.1), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(236, 72, 153, 0.12), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #f9f7ff 42%, #fff 100%);
  color: var(--order-ink);
  overflow-x: clip;
}

.order-main {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 6.5rem 1.5rem 4rem;
}

.order-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  min-height: 300px;
  gap: 2rem;
}

.order-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  color: var(--order-purple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.order-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--order-purple), var(--order-pink), var(--order-orange));
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.3em;
}

.order-title-line {
  width: 86px;
  height: 5px;
  margin: 1.45rem 0 1.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--order-purple), var(--order-pink), var(--order-orange));
}

.order-hero p {
  max-width: 560px;
  color: #5f62a4;
  font-size: 1.05rem;
  line-height: 1.8;
}

.order-hero__visual {
  position: relative;
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.order-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(89, 39, 190, 0.18));
}

.order-hero__visual::before {
  content: "";
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  top: 6px;
  right: 8%;
  border-radius: 42% 58% 52% 48%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.24), rgba(236, 72, 153, 0.2), rgba(251, 146, 60, 0.18));
}

.order-hero__bubble,
.order-hero__mini {
  position: absolute;
  z-index: 3;
  box-shadow: 0 18px 40px rgba(74, 33, 166, 0.18);
}

.order-hero__bubble {
  top: 46px;
  left: 8%;
  max-width: 178px;
  padding: 0.9rem 1rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 18px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  transform: rotate(-8deg);
  animation: order-float 4s ease-in-out infinite;
}

.order-hero__mini {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #8b5cf6, #fb7185);
}

.order-hero__mini--chart {
  top: 105px;
  right: 0;
  transform: rotate(7deg);
}

.order-hero__mini--image {
  right: 6%;
  bottom: 32px;
  transform: rotate(8deg);
}

.order-shell {
  margin-top: -0.5rem;
}

.order-stepper {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 2.5rem;
  padding: 1.25rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(42, 32, 115, 0.05);
}

.order-stepper__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.order-stepper__item:disabled {
  cursor: default;
}

.order-stepper__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #8583b8;
  background: #f5f3ff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.order-stepper__item.is-active .order-stepper__icon,
.order-stepper__item.is-complete .order-stepper__icon {
  color: #fff;
  background: var(--order-purple);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.25);
}

.order-stepper__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-stepper__num {
  font-size: 0.75rem;
  font-weight: 800;
  color: #9b99c8;
  margin-bottom: 2px;
  line-height: 1;
}

.order-stepper__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #68699d;
  line-height: 1.2;
}

.order-stepper__item.is-active .order-stepper__title,
.order-stepper__item.is-complete .order-stepper__title {
  color: var(--order-ink);
  font-weight: 800;
}

.order-stepper__subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #9b99c8;
  line-height: 1.2;
  margin-top: 2px;
}

.order-stepper__indicator {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--order-purple), var(--order-pink));
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.3s ease;
}

.order-stepper__item.is-active .order-stepper__indicator {
  opacity: 1;
  transform: translateY(0);
}

.order-stepper__arrow {
  color: #d1ccf8;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .order-stepper {
    padding: 1.25rem 1.5rem;
    gap: 0.5rem;
  }

  .order-stepper__icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .order-stepper__title {
    font-size: 0.8rem;
  }

  .order-stepper__subtitle,
  .order-stepper__num {
    font-size: 0.7rem;
  }
}

@media (max-width: 767px) {
  .order-stepper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1.2rem 0.5rem;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    align-items: center;
  }

  .order-stepper__item {
    width: 100%;
  }

  /* Item 1: Top Left */
  .order-stepper__item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  /* Arrow 1: Top Center (points right) */
  .order-stepper__arrow:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  /* Item 2: Top Right */
  .order-stepper__item:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
  }

  /* Arrow 2: Top Right (hidden on mobile) */
  .order-stepper__arrow:nth-of-type(2) {
    display: none;
  }

  /* Item 3: Bottom Right */
  .order-stepper__item:nth-of-type(3) {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
  }

  /* Arrow 3: Bottom Center (points left) */
  .order-stepper__arrow:nth-of-type(3) {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    transform: rotate(180deg);
  }

  /* Item 4: Bottom Left */
  .order-stepper__item:nth-of-type(4) {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
  }



  .order-stepper__indicator {
    display: none;
  }
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.order-summary {
  min-width: 0;
}

.order-summary__sticky {
  position: sticky;
  top: 6.5rem;
  overflow: hidden;
  padding: 2rem 1.25rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(160deg, #6d28d9 0%, #8b5cf6 54%, #f97316 160%);
  box-shadow: 0 26px 70px rgba(93, 43, 214, 0.22);
}

.order-summary__details {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: max-height 0.42s ease, opacity 0.28s ease, transform 0.28s ease;
}

.order-summary.has-plan .order-summary__details {
  max-height: max-content;
  opacity: 1;
  transform: translateY(0);
}

.order-summary h2,
.order-summary h3,
.order-summary p {
  text-align: center;
}

.order-summary h2 {
  margin: 0 0 1.5rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.order-summary__icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 1.15rem;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: linear-gradient(135deg, #7c3aed, #ec4899, #fb923c);
  font-size: 3rem;
}

.order-summary h3 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 900;
}

.order-summary__badge {
  display: table;
  margin: 0.45rem auto 0.75rem;
  padding: 0.24rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--order-purple);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-summary p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.order-summary__price,
.order-summary__box,
.order-summary__trust {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.88);
  color: var(--order-ink);
}

.order-summary__price {
  margin: 1.2rem 0;
  padding: 1.15rem;
  border-radius: 12px;
  text-align: center;
}

.order-summary__price strong {
  display: block;
  color: var(--order-purple);
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 900;
}

.order-summary__price span {
  color: var(--order-muted);
  font-size: 0.9rem;
}

.order-summary__box {
  padding: 1rem;
  border-radius: 12px;
}

.order-summary__box h4 {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 900;
}

.order-summary__box ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-summary__box li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #25235d;
  font-size: 0.87rem;
}

.order-summary__box li span:last-child {
  flex: 0 0 auto;
  font-weight: 900;
}

.order-summary__box li.is-total {
  margin-top: 0.25rem;
  padding-top: 0.65rem;
  border-top: 1px dashed #d8d2fb;
  color: var(--order-purple);
  font-weight: 900;
}

.order-summary__trust {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 12px;
}

.order-summary:not(.has-plan) .order-summary__trust {
  margin-top: 0;
}

.order-summary__trust div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  color: #25235d;
  font-size: 0.88rem;
}

.order-summary__trust i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--order-purple);
  border-radius: 50%;
  background: #f1ecff;
  font-size: 1.2rem;
}

.mobile-order-summary {
  display: none;
}

.order-form {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(42, 32, 115, 0.11);
}

.order-alert {
  margin: 1.25rem 1.25rem 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid #ddd6fe;
  color: #4c1d95;
  background: #f5f3ff;
  font-weight: 700;
}

.order-alert.is-error {
  border-color: #fecaca;
  color: #991b1b;
  background: #fff1f2;
}

.order-alert.is-success {
  border-color: #bbf7d0;
  color: #166534;
  background: #f0fdf4;
}

.order-panel {
  display: none;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.order-panel.is-active {
  display: block;
  animation: order-panel-in 0.36s ease both;
}

.order-panel__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.order-panel__header--sub {
  margin-top: 2rem;
  padding-top: 1.7rem;
  border-top: 1px dashed #d8d2fb;
}

.order-panel__header>span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--order-purple);
  border-radius: 50%;
  background: #f2edff;
  font-size: 1.45rem;
}

.order-panel__header h2 {
  margin: 0;
  color: var(--order-ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.order-panel__header h2 small {
  color: var(--order-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.order-panel__header p {
  margin: 0.25rem 0 0;
  color: var(--order-muted);
  font-size: 0.9rem;
}

.order-plan-grid,
.order-addon-grid {
  display: grid;
  gap: 0.85rem;
}

.order-promo {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #eadcff;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, #fff7fb 52%, #f7f2ff 100%);
}

.order-promo__field {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.order-promo__field>span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--order-ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.order-promo__field>span i {
  color: var(--order-purple);
}

.order-promo__control {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7d7ff;
  border-radius: 10px;
  background: #fff;
}

.order-promo__control>i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 100%;
  color: var(--order-purple);
}

.order-promo__control input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0.85rem 0.25rem;
  color: var(--order-ink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  background: transparent;
}

.order-promo__control button {
  align-self: stretch;
  border: 0;
  border-left: 1px solid #eadcff;
  padding: 0 1rem;
  color: #fff;
  font-weight: 900;
  background: var(--order-purple);
  cursor: pointer;
}

.order-promo__control button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.order-promo__message {
  margin: 0;
  color: var(--order-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.order-promo__countdown {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: max-content;
  max-width: 100%;
  padding: 0.42rem 0.64rem;
  border-radius: 10px;
  color: #b91c1c;
  font-size: 0.84rem;
  font-weight: 900;
  background: #fee2e2;
}

.order-promo__countdown span {
  color: #991b1b;
}

.order-promo__countdown strong {
  color: #dc2626;
  font-weight: 900;
}

.order-promo[data-promo-status="success"] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.order-promo[data-promo-status="success"] .order-promo__message {
  color: #166534;
  font-weight: 800;
}

.order-promo[data-promo-status="error"] {
  border-color: #fecaca;
  background: #fff1f2;
}

.order-promo[data-promo-status="error"] .order-promo__message {
  color: #b91c1c;
  font-weight: 800;
}

.order-plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-addon-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-addon-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
  border: 1px solid var(--order-line);
  border-radius: 12px;
  background: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-plan-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
  border: 2px solid var(--order-line);
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
}

.order-addon-card:hover,
.order-addon-card.is-selected {
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 16px 36px rgba(75, 39, 166, 0.12);
  transform: translateY(-2px);
}

.order-plan-card:hover,
.order-plan-card.is-selected {
  border-color: var(--order-purple);
  box-shadow: 0 16px 36px rgba(75, 39, 166, 0.12);
  transform: translateY(-4px);
}

.order-plan-card input,
.order-addon-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-addon-card__check {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 5px;
  background: var(--order-purple);
  opacity: 0;
  transform: scale(0.7);
  transition: 0.18s ease;
}

.order-plan-card__check {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  background: var(--order-purple);
  opacity: 0;
  transform: scale(0.5);
  transition: 0.2s ease;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(124, 58, 237, 0.3);
  z-index: 2;
}

.order-addon-card.is-selected .order-addon-card__check {
  opacity: 1;
  transform: scale(1);
}

.order-plan-card.is-selected .order-plan-card__check {
  opacity: 1;
  transform: scale(1);
}

.order-addon-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5rem;
}

.order-plan-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.order-plan-card__icon--pink,
.order-addon-card__icon {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.order-plan-card__icon--purple {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
}

.order-plan-card__icon--orange {
  background: linear-gradient(135deg, #f97316, #ec4899);
}

.order-plan-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.order-plan-card__info strong,
.order-addon-card strong {
  color: var(--order-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.order-plan-card__info small,
.order-addon-card small {
  color: var(--order-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.order-plan-card__action {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.order-plan-card__price,
.order-addon-card em {
  color: var(--order-purple);
  font-style: normal;
  font-weight: 900;
}

.order-plan-card__price {
  display: grid;
  gap: 0.12rem;
  font-size: 1.25rem;
  line-height: 1.1;
}

.order-plan-card__price del {
  color: var(--order-muted);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  transform: skewX(-8deg);
  transform-origin: left center;
}

.order-plan-card__old {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.order-plan-card__old strong {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  color: #166534;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  background: #dcfce7;
  white-space: nowrap;
}

.order-plan-card__price em {
  color: var(--order-purple);
  font-style: normal;
  font-weight: 900;
}

.order-plan-card__btn {
  display: block;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--order-purple);
  color: var(--order-purple);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.order-plan-card.is-selected .order-plan-card__btn {
  background: linear-gradient(135deg, var(--order-purple), var(--order-pink));
  color: #fff;
  border-color: transparent;
}

.order-addon-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.85rem;
}

.order-addon-card strong,
.order-addon-card small,
.order-addon-card em {
  grid-column: 2;
}

.order-addon-card__icon {
  grid-row: 1 / span 3;
  width: 38px;
  height: 38px;
  font-size: 1.28rem;
}

.order-fields {
  display: grid;
  gap: 2rem;
}

.order-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-project-fields {
  margin-top: 1.5rem;
}

.order-field {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  color: var(--order-ink);
  font-weight: 800;
}

.order-field--full {
  grid-column: 1 / -1;
}

.order-field>i {
  position: absolute;
  left: 1rem;
  top: 2.65rem;
  color: #8583b8;
  font-size: 1.25rem;
  /* font-style: normal; */
  font-weight: normal;
}

.order-field input,
.order-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cec9ee;
  border-radius: 9px;
  background: #fff;
  color: var(--order-ink);
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-field input {
  height: 48px;
  padding: 0 1rem 0 2.9rem;
}

.order-field textarea {
  min-height: 105px;
  resize: vertical;
  padding: 0.9rem 1rem 0.9rem 2.9rem;
}

.order-field input:focus,
.order-field textarea:focus {
  border-color: var(--order-purple);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1);
}

.order-field ::placeholder {
  color: #9b99c8;
}

.order-domain-results {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.order-domain-results p {
  margin: 0;
  color: var(--order-muted);
  font-size: 0.9rem;
}

.order-domain-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  border: 1px solid var(--order-line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: #fff;
  color: var(--order-ink);
  text-align: left;
  transition: 0.2s ease;
}

.order-domain-option:not(:disabled) {
  cursor: pointer;
}

.order-domain-option:not(:disabled):hover,
.order-domain-option.is-selected {
  border-color: var(--order-purple);
  box-shadow: 0 10px 26px rgba(75, 39, 166, 0.11);
}

.order-domain-option:disabled {
  color: #9a99b6;
  background: #f8f7fd;
}

.order-domain-option strong {
  overflow-wrap: anywhere;
}

.order-domain-option span {
  color: var(--order-purple);
  font-weight: 900;
}

.order-domain-option small {
  justify-self: end;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  color: #166534;
  background: #dcfce7;
  font-weight: 900;
}

.order-domain-option:disabled small {
  color: #991b1b;
  background: #fee2e2;
}

.order-domain-option[data-domain-status="unknown"] small {
  color: #92400e;
  background: #fef3c7;
}

.order-review {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.order-review__group {
  border: 1px solid var(--order-line);
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(180deg, #fff, #fbfaff);
}

.order-review__group h3 {
  margin: 0 0 0.65rem;
  color: var(--order-purple);
  font-size: 1rem;
  font-weight: 900;
}

.order-review__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

.order-review__grid div {
  min-width: 0;
}

.order-review__grid span {
  display: block;
  color: var(--order-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.order-review__grid strong {
  color: var(--order-ink);
  overflow-wrap: anywhere;
}

.order-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1.25rem;
  border: 1px solid #eadffb;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f6efff);
}

.order-total span,
.order-total small {
  display: block;
  color: var(--order-muted);
  font-weight: 700;
}

.order-total strong {
  display: block;
  color: var(--order-purple);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 900;
}

.order-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  padding: 0.85rem 1.3rem;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.order-btn--primary,
.order-btn--submit {
  color: #fff;
  background: linear-gradient(90deg, var(--order-purple), var(--order-pink), var(--order-orange));
  box-shadow: 0 15px 34px rgba(124, 58, 237, 0.22);
}

.order-btn--ghost {
  color: var(--order-purple);
  background: #f3efff;
}

.order-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

@keyframes order-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes order-float {

  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }

  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
}

@media (max-width: 1100px) {
  .order-main {
    padding-inline: 1rem;
  }

  .order-hero {
    grid-template-columns: 1fr;
  }

  .order-hero__visual {
    min-height: 260px;
  }

  .order-hero__visual img {
    max-width: 360px;
  }

  .order-layout {
    grid-template-columns: 1fr;
  }

  .order-summary__sticky {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem 1rem;
    align-items: center;
  }

  .order-summary h2 {
    grid-column: 1 / -1;
    margin-bottom: 0.3rem;
  }

  .order-summary h3,
  .order-summary p {
    text-align: left;
  }

  .order-summary__icon {
    grid-row: span 3;
    margin: 0;
  }

  .order-summary__badge {
    margin: 0;
  }

  .order-summary__price,
  .order-summary__box,
  .order-summary__trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {

  .order-stepper,
  .order-plan-grid,
  .order-addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-stepper__item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-main {
    padding-top: 6.3rem;
    padding-inline: 0.85rem;
    padding-bottom: 7.75rem;
  }

  .order-hero {
    min-height: auto;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .order-hero h1 {
    font-size: 7vw;
  }

  .order-hero h1 span {
    line-height: 1.2em;
  }

  .order-title-line {
    margin: 1rem 0;
  }

  .order-hero p,
  .order-hero__mini,
  .order-hero__mini--image,
  .arrow-kedua,
  .order-hero__bubble {
    display: none;
    ;
  }

  .order-hero__visual::before {
    width: 100%;
  }

  .order-stepper {
    grid-template-columns: 1fr 0.2fr 1fr;
    gap: 0.6rem;
    padding: 0.9rem;
    border-radius: 16px;
  }

  .order-stepper__item {
    gap: 0.35rem;
  }

  .order-stepper__title {
    font-size: 0.7rem;
  }

  .order-summary {
    display: none;
  }

  .mobile-order-summary[hidden] {
    display: none;
  }

  .mobile-order-summary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    z-index: 90;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 0 0.85rem;
    pointer-events: none;
    opacity: 0;
    transform: translateY(110%);
    transition: opacity 0.25s ease, transform 0.3s ease;
  }

  .mobile-order-summary.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-order-bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 1px minmax(112px, auto) auto;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    padding: 0.6rem 0.7rem;
    color: #fff;
    background: linear-gradient(105deg, #6d28d9 0%, #8b2ce6 40%, #df3e86 70%, #fb7a2d 100%);
    box-shadow: 0 18px 46px rgba(76, 29, 149, 0.26);
    text-align: left;
    transition: border-radius 0.3s ease, box-shadow 0.3s ease;
  }

  .mobile-order-summary.is-expanded .mobile-order-bar {
    border-radius: 0 0 24px 24px;
    box-shadow: none;
  }

  .mobile-order-bar__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--order-purple);
    background: #fff;
    font-size: 1.8rem;
    box-shadow: 0 10px 24px rgba(47, 18, 107, 0.16);
  }

  .mobile-order-bar__icon em {
    position: absolute;
    top: -0.25rem;
    right: -0.15rem;
    display: grid;
    place-items: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 0.3rem;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #ec4899;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-order-bar__copy,
  .mobile-order-bar__total {
    display: grid;
    min-width: 0;
    line-height: 1.15;
  }

  .mobile-order-bar__copy strong,
  .mobile-order-bar__total strong {
    overflow: hidden;
    font-size: 1.02rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-order-bar__copy small,
  .mobile-order-bar__total small {
    margin-top: 0.28rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .mobile-order-bar__total strong {
    font-size: clamp(1rem, 4.2vw, 1.45rem);
  }

  .mobile-order-bar__divider {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.32);
  }

  .mobile-order-bar__chevron {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #f05262;
    background: #fff;
    font-size: 1.9rem;
    box-shadow: 0 8px 24px rgba(47, 18, 107, 0.14);
    transition: transform 0.25s ease;
  }

  .mobile-order-summary.is-expanded .mobile-order-bar__chevron {
    transform: rotate(180deg);
  }

  .mobile-order-panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(16px);
    transition: max-height 0.34s ease, opacity 0.24s ease, transform 0.24s ease;
  }

  .mobile-order-summary.is-expanded .mobile-order-panel {
    max-height: min(58vh, 520px);
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-order-panel__inner {
    overflow: auto;
    max-height: min(58vh, 520px);
    border: 0;
    border-radius: 24px 24px 0 0;
    padding: 1.5rem 1.25rem 1.25rem;
    color: #fff;
    background: linear-gradient(105deg, #6d28d9 0%, #8b2ce6 40%, #df3e86 70%, #fb7a2d 100%);
    box-shadow: 0 -10px 44px rgba(45, 22, 103, 0.15);
  }

  .mobile-order-panel__head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.85rem;
  }

  .mobile-order-panel__head>span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--order-purple), var(--order-pink));
    font-size: 1.25rem;
  }

  .mobile-order-panel__head strong {
    display: block;
    font-weight: 900;
  }

  .mobile-order-panel__head small {
    display: block;
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
  }

  .mobile-order-panel__items {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-order-panel__items li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
  }

  .mobile-order-panel__items li span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .mobile-order-panel__items li span:last-child {
    flex: 0 0 auto;
    font-weight: 900;
  }

  .mobile-order-panel__items li.is-total {
    margin-top: 0.2rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 900;
  }

  .mobile-order-panel__trust {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.9rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-order-panel__trust div {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    font-weight: 800;
  }

  .mobile-order-panel__trust i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1rem;
  }

  .order-plan-card {
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    text-align: left;
    gap: 1rem;
  }

  .order-plan-card__icon {
    margin-bottom: 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    font-size: 1.4rem;
  }

  .order-plan-card__info {
    margin-bottom: 0;
    flex-grow: 1;
  }

  .order-plan-card__info small {
    display: none;
  }

  .order-plan-card__action {
    width: auto;
    /* margin-right: 2.5rem; */
  }

  .order-plan-card__btn {
    display: none;
  }

  .order-plan-card__price {
    font-size: 1.1rem;
  }

  .order-plan-card__check {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    opacity: 1;
    background: #fff;
    border: 2px solid #e5e7eb;
    box-shadow: none;
  }

  .order-plan-card__check i {
    opacity: 0;
  }

  .order-plan-card.is-selected .order-plan-card__check {
    transform: translateY(-50%);
    background: var(--order-purple);
    border-color: var(--order-purple);
  }

  .order-plan-card.is-selected .order-plan-card__check i {
    opacity: 1;
  }
}

@media (max-width: 720px) {


  .order-hero__visual {
    min-height: 220px;
  }

  .order-hero__visual img {
    max-width: 300px;
  }

  .order-hero__bubble {
    left: 0;
    top: 30px;
    max-width: 150px;
    font-size: 0.74rem;
  }

  .order-hero__mini {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 1.7rem;
  }




  .order-stepper__item::after {
    display: none;
  }

  .order-stepper__number,
  .order-stepper__icon {
    width: 38px;
    height: 38px;
  }

  .order-summary__sticky,
  .order-form {
    border-radius: 16px;
  }

  .order-summary__sticky {
    grid-template-columns: 1fr;
    padding: 1.35rem;
  }

  .order-summary__icon {
    margin: 0 auto;
  }

  .order-summary h3,
  .order-summary p {
    text-align: center;
  }

  .order-summary__badge {
    margin-inline: auto;
  }

  .order-panel {
    padding: 1rem;
  }

  .order-plan-grid,
  .order-addon-grid,
  .order-fields--two,
  .order-review__grid,
  .order-total {
    grid-template-columns: 1fr;
  }

  .order-domain-option {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .order-domain-option small {
    justify-self: start;
  }

  .order-actions {
    flex-direction: column-reverse;
  }

  .order-btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .order-hero__visual {
    min-height: 190px;
  }

  .order-hero__visual img {
    max-width: 248px;
  }

  .order-hero__bubble {
    display: none;
  }

  .order-hero__mini--chart {
    right: 0.2rem;
  }

  .order-hero__mini--image {
    right: 0.3rem;
    bottom: 18px;
  }


}

@media (max-width: 767px) {
  .order-promo {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .order-promo__control {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .order-promo__control input {
    padding-right: 0.75rem;
  }

  .order-promo__control button {
    grid-column: 1 / -1;
    min-height: 42px;
    border-left: 0;
    border-top: 1px solid #eadcff;
  }

  .order-promo__countdown {
    width: 100%;
    justify-content: center;
    font-size: 0.8rem;
  }

  .order-plan-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 1rem 0.7rem;
    border-radius: 12px;
    gap: 0.4rem;
    transform: none !important;
    grid-template-columns: 0.55fr 0.7fr 1.7fr 0.35fr;
    display: grid;
  }

  .order-plan-card__icon {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
    margin-bottom: 0;
    border-radius: 50%;
  }

  .order-plan-card__info {
    margin-bottom: 0;
    flex-grow: 1;
    /* max-width: 90px; */
  }

  .order-plan-card__info strong {
    font-size: 1rem;
  }

  .order-plan-card__info small {
    /* font-size: 0.75rem; */
    display: none;
  }

  .order-plan-card__action {
    /* flex-direction: row; */
    align-items: normal;
    width: auto;
    gap: 0;
    text-align: right;
  }

  .order-plan-card__price {
    font-size: 1rem;
    line-height: 1.05;
  }

  .order-plan-card__price del {
    font-size: 0.72rem;
  }

  .order-plan-card__old {
    justify-content: flex-end;
    gap: 0.25rem;
  }

  .order-plan-card__old strong {
    padding: 0.15rem 0.34rem;
    font-size: 0.58rem;
  }

  .order-plan-card__price em {
    font-size: 0.98rem;
  }

  .order-plan-card__btn {
    display: none;
  }

  .order-plan-card__check {
    position: relative;
    top: auto;
    right: 1px;
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e1;
    background: transparent;
    color: transparent;
    opacity: 1;
    transform: none;
    box-shadow: none;
    transition: all 0.2s ease;
    text-align: right;
    float: right;
  }

  .order-plan-card.is-selected .order-plan-card__check {
    border-color: var(--order-purple);
    background: var(--order-purple);
    color: #fff;
  }
}

.field-floating-alert {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  background: var(--order-pink);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}

.field-floating-alert::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--order-pink) transparent transparent transparent;
}

.field-floating-alert.is-visible {
  opacity: 1;
  transform: translate(-50%, -6px);
}

.shake-animation {
  animation: order-shake 0.5s ease-in-out;
}

@keyframes order-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

/* Form update visual refresh */
.order-form {
  border-color: rgba(218, 208, 255, 0.95);
  background: rgba(255, 255, 255, 0.96);
}

.order-panel__header--step {
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.order-panel__header--step>span {
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 72%);
  box-shadow: 0 14px 30px rgba(109, 40, 217, 0.22);
  font-size: 1.25rem;
  font-weight: 900;
}

.order-panel__header--step h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1.15;
}

.order-panel__header--step p {
  color: #7370af;
  font-size: 0.98rem;
  font-weight: 700;
}

.order-form-section {
  margin-top: 1.7rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid #ded4ff;
  border-radius: 16px;
  background:
    radial-gradient(circle at 96% 0%, rgba(236, 72, 153, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(253, 252, 255, 0.96));
  box-shadow: 0 16px 40px rgba(80, 51, 150, 0.06);
}

.order-form-section:first-of-type {
  margin-top: 0;
}

.order-form-section .order-panel__header--sub {
  margin: 0 0 1.15rem;
  padding-top: 0;
  border-top: 0;
}

.order-form-section .order-panel__header--sub>span {
  width: 38px;
  height: 38px;
  background: #f0eaff;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.1);
  font-size: 1.2rem;
}

.order-form-section .order-panel__header--sub h2 {
  font-size: 1.06rem;
}

.order-form-section .order-panel__header--sub p {
  font-size: 0.86rem;
}

.order-domain-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.order-domain-choice__copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.order-domain-choice__copy>span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--order-purple);
  border-radius: 50%;
  background: #f0eaff;
  font-size: 1.35rem;
}

.order-domain-choice h3 {
  margin: 0;
  color: var(--order-ink);
  font-size: 1rem;
  font-weight: 900;
}

.order-domain-choice p {
  margin: 0.28rem 0 0;
  color: #7774ad;
  font-size: 0.9rem;
  font-weight: 700;
}

.order-domain-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 44px;
  color: #aba8c7;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.order-domain-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-domain-toggle strong {
  color: var(--order-purple);
  font-size: 0.96rem;
}

.order-domain-toggle__track {
  position: relative;
  flex: 0 0 auto;
  width: 54px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42), 0 9px 20px rgba(109, 40, 217, 0.2);
}

.order-domain-toggle__thumb {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgba(42, 32, 115, 0.18);
  transition: transform 0.22s ease;
}

.order-domain-toggle input:checked+.order-domain-toggle__track .order-domain-toggle__thumb {
  transform: translateX(22px);
}

.order-domain-owned,
.order-domain-search {
  margin-top: 1.35rem;
}

.order-domain-input {
  position: relative;
  display: grid;
  align-items: center;
}

.order-domain-input input {
  width: 100%;
  min-width: 0;
  height: 64px;
  border: 1px solid #cdb8ff;
  border-radius: 12px;
  padding: 0 4.2rem 0 4rem;
  color: var(--order-ink);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.08), 0 12px 28px rgba(124, 58, 237, 0.1);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-domain-input input:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.12), 0 16px 34px rgba(236, 72, 153, 0.12);
}

.order-domain-input>i,
.order-domain-input>span {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #8b5cf6;
  pointer-events: none;
}

.order-domain-input>i {
  left: 1.7rem;
  font-size: 1.45rem;
}

.order-domain-input>span {
  right: 1.55rem;
  color: #ec4899;
  font-size: 1.55rem;
}

.order-domain-input ::placeholder {
  color: #aaa5d3;
}

.order-domain-results {
  overflow: hidden;
  gap: 0;
  margin-top: 1rem;
  border: 1px solid #ece8ff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.order-domain-results p {
  padding: 1rem 1.1rem;
  color: #7d7aae;
  font-weight: 700;
}

.order-domain-loading {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 1.35rem;
  text-align: center;
}

.order-domain-loading span {
  width: 32px;
  height: 32px;
  border: 3px solid #eadfff;
  border-top-color: var(--order-purple);
  border-radius: 50%;
  animation: order-spin 0.82s linear infinite;
}

.order-domain-loading strong {
  color: var(--order-ink);
  font-size: 0.95rem;
}

.order-domain-loading small {
  color: #8784b6;
  font-weight: 700;
}

.order-domain-option {
  grid-template-columns: 42px minmax(0, 1fr) auto minmax(128px, auto) minmax(98px, auto);
  gap: 0.85rem;
  min-height: 66px;
  border: 0;
  border-bottom: 1px solid #ece8ff;
  border-radius: 0;
  padding: 0.78rem 1rem;
  box-shadow: none;
}

.order-domain-option:last-child {
  border-bottom: 0;
}

.order-domain-option:not(:disabled):hover,
.order-domain-option.is-selected {
  border-color: #ece8ff;
  background: #fbfaff;
  box-shadow: inset 4px 0 0 var(--order-purple);
  transform: none;
}

.order-domain-option__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--order-purple);
  border-radius: 50%;
  background: #f0eaff;
  font-size: 1.25rem;
}

.order-domain-option strong {
  color: var(--order-ink);
  font-size: 1rem;
  font-weight: 900;
}

.order-domain-option small {
  justify-self: start;
  color: #168348;
  background: #dff8e9;
  font-size: 0.74rem;
}

.order-domain-option__price {
  justify-self: end;
  color: var(--order-purple);
  font-size: 1.16rem;
  font-weight: 900;
  white-space: nowrap;
}

.order-domain-option em {
  justify-self: end;
  min-width: 88px;
  padding: 0.58rem 1rem;
  border: 1px solid #c7a8ff;
  border-radius: 10px;
  color: var(--order-purple);
  background: #fff;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.order-domain-option:not(:disabled).is-selected em,
.order-domain-option:not(:disabled):hover em {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--order-purple), var(--order-pink));
}

.order-domain-option:disabled {
  background: #fcfbff;
}

.order-domain-option:disabled .order-domain-option__icon {
  color: #8d8bb8;
  background: #f2f0fb;
}

.order-domain-option:disabled small {
  color: #dc2626;
  background: #ffe8ed;
}

.order-domain-option:disabled .order-domain-option__price,
.order-domain-option:disabled em {
  color: #aaa8cf;
}

.order-domain-option:disabled em {
  border-color: #ebe7f7;
  background: #fff;
}

.order-field {
  gap: 0.48rem;
  color: #47457e;
  font-size: 0.86rem;
}

.order-field>i {
  top: 2.86rem;
  left: 1.2rem;
  color: #8b5cf6;
}

.order-field input,
.order-field textarea {
  border-color: #cdb8ff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.06), 0 0 0 1px rgba(236, 72, 153, 0.04);
  font-weight: 800;
}

.order-field input {
  height: 58px;
  padding-left: 3.25rem;
}

.order-field textarea {
  min-height: 98px;
  padding-left: 3.25rem;
}

.order-field input:focus,
.order-field textarea:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.12), 0 14px 30px rgba(236, 72, 153, 0.1);
}

.order-field ::placeholder {
  color: #aaa5d3;
}

.order-field--counted textarea {
  padding-bottom: 1.9rem;
}

.order-field--counted b {
  position: absolute;
  right: 1rem;
  bottom: 0.82rem;
  color: #7774ad;
  font-size: 0.78rem;
  font-weight: 900;
}

.order-logo-upload {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.order-logo-upload__head {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: #47457e;
}

.order-logo-upload__head>span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #8b5cf6;
  background: #f4efff;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.08);
  font-size: 1.15rem;
}

.order-logo-upload__head strong {
  display: block;
  color: #2e2466;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.15;
}

.order-logo-upload__head small {
  color: #5f5b94;
  font-size: 0.86em;
  font-weight: 800;
}

.order-logo-upload__head p {
  margin: 0.18rem 0 0;
  color: #6f6aa2;
  font-size: 0.84rem;
  font-weight: 700;
}

.order-logo-dropzone {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  min-height: 132px;
  padding: 1.15rem;
  overflow: hidden;
  border: 2px dashed #c8a8ff;
  border-radius: 16px;
  color: #5b3cc4;
  background: radial-gradient(circle at 50% 0%, rgb(168 85 247 / 2%), transparent 18rem), linear-gradient(180deg, #fff, #fbf8ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 14px 34px rgba(91, 60, 196, 0.08);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.order-logo-dropzone::before,
.order-logo-dropzone::after {
  content: '';
  position: absolute;
  inset: auto;
  z-index: -1;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
}

.order-logo-dropzone::before {
  width: 180px;
  height: 180px;
  top: -96px;
  right: -56px;
  background: rgba(236, 72, 153, 0.15);
  transform: scale(0.72);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.order-logo-dropzone::after {
  width: 120px;
  height: 120px;
  left: -44px;
  bottom: -64px;
  background: rgba(124, 58, 237, 0.14);
  transform: scale(0.78);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.order-logo-dropzone:hover,
.order-logo-dropzone.is-dragging,
.order-logo-upload.is-uploading .order-logo-dropzone {
  border-color: #8b5cf6;
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, 0.11), transparent 18rem),
    linear-gradient(180deg, #fff, #f7f1ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 18px 42px rgba(124, 58, 237, 0.14);
  transform: translateY(-2px);
}

.order-logo-dropzone:hover::before,
.order-logo-dropzone:hover::after,
.order-logo-dropzone.is-dragging::before,
.order-logo-dropzone.is-dragging::after,
.order-logo-upload.is-uploading .order-logo-dropzone::before,
.order-logo-upload.is-uploading .order-logo-dropzone::after {
  opacity: 1;
  transform: scale(1);
}

.order-logo-upload.is-uploading .order-logo-dropzone {
  animation: logo-drop-breathe 1.1s ease-in-out infinite;
}

.order-logo-dropzone.is-full {
  opacity: 0.72;
}

.order-logo-dropzone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.order-logo-dropzone__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  color: #7c3aed;
  background: #f0e7ff;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.14);
  font-size: 1.85rem;
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.order-logo-dropzone:hover .order-logo-dropzone__icon,
.order-logo-dropzone.is-dragging .order-logo-dropzone__icon,
.order-logo-upload.is-uploading .order-logo-dropzone__icon {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  transform: translateY(-4px) scale(1.06);
}

.order-logo-dropzone strong {
  color: #5b3cc4;
  font-size: 0.98rem;
  font-weight: 900;
}

.order-logo-dropzone small {
  color: #6d69a2;
  font-size: 0.86rem;
  font-weight: 800;
}

.order-logo-dropzone em {
  margin-top: 0.38rem;
  color: #8b5cf6;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.order-logo-upload__progress {
  display: grid;
  gap: 0.42rem;
  padding: 0.76rem 0.85rem;
  border: 1px solid #eadfff;
  border-radius: 14px;
  background: #fff;
  animation: logo-preview-pop 0.28s ease both;
}

.order-logo-upload__progress[hidden] {
  display: none;
}

.order-logo-upload__progress div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #5f5b94;
  font-size: 0.8rem;
  font-weight: 900;
}

.order-logo-upload__progress strong {
  color: #7c3aed;
}

.order-logo-upload__progress i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee7ff;
}

.order-logo-upload__progress b {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b5cf6, #ec4899, #fb923c);
  transition: width 0.18s ease;
}

.order-logo-upload__progress b::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.55) 45%, transparent 70%);
  transform: translateX(-100%);
  animation: logo-progress-shine 0.9s ease-in-out infinite;
}

.order-logo-upload__progress.is-complete b::after {
  animation-duration: 0.55s;
}

.order-logo-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.order-logo-preview[hidden] {
  display: none;
}

.order-logo-preview__item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  padding: 0.65rem 2.7rem 0.65rem 0.65rem;
  border: 1px solid #e8ddff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(80, 51, 150, 0.07);
  animation: logo-preview-pop 0.36s ease both;
  animation-delay: var(--logo-delay, 0ms);
}

.order-logo-preview__item img {
  width: 58px;
  height: 58px;
  border: 1px solid #efe9ff;
  border-radius: 12px;
  object-fit: contain;
  background: #fbfaff;
}

.order-logo-preview__item strong,
.order-logo-preview__item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-logo-preview__item strong {
  color: #2e2466;
  font-size: 0.82rem;
  font-weight: 900;
}

.order-logo-preview__item small {
  margin-top: 0.15rem;
  color: #7774ad;
  font-size: 0.75rem;
  font-weight: 800;
}

.order-logo-preview__item button {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  color: #be123c;
  background: #fff1f2;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.order-logo-preview__item button:hover {
  color: #fff;
  background: #e11d48;
  transform: rotate(-8deg) scale(1.06);
}

.order-review__group--logos {
  overflow: hidden;
}

.order-review-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.order-review-logo {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
  min-width: 0;
  padding: 0.58rem;
  border: 1px solid #eee7ff;
  border-radius: 12px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.order-review-logo img {
  width: 52px;
  height: 52px;
  border: 1px solid #efe9ff;
  border-radius: 10px;
  object-fit: contain;
  background: #fbfaff;
}

.order-review-logo span {
  min-width: 0;
}

.order-review-logo strong,
.order-review-logo small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-review-logo strong {
  color: #2e2466;
  font-size: 0.82rem;
  font-weight: 900;
}

.order-review-logo small {
  margin-top: 0.14rem;
  color: #7774ad;
  font-size: 0.74rem;
  font-weight: 800;
}

@keyframes logo-drop-breathe {
  0%,
  100% {
    transform: translateY(-2px) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.01);
  }
}

@keyframes logo-progress-shine {
  to {
    transform: translateX(100%);
  }
}

@keyframes logo-preview-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes order-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 920px) {
  .order-domain-choice {
    align-items: start;
    flex-direction: column;
  }

  .order-domain-toggle {
    align-self: flex-start;
  }

  .order-domain-option {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .order-domain-option__price,
  .order-domain-option em {
    grid-column: 2 / span 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .order-panel__header--step {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .order-panel__header--step>span {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .order-form-section {
    padding: 0.9rem;
    border-radius: 14px;
  }

  .order-domain-input input {
    height: 58px;
    padding-right: 3.4rem;
    padding-left: 3.2rem;
    font-size: 0.92rem;
  }

  .order-domain-input>i {
    left: 1.2rem;
  }

  .order-domain-input>span {
    right: 1.15rem;
  }

  .order-domain-option {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.55rem 0.75rem;
    padding: 0.8rem;
  }

  .order-domain-option small,
  .order-domain-option__price,
  .order-domain-option em {
    grid-column: 2;
  }

  .order-domain-option__price,
  .order-domain-option em {
    justify-self: start;
  }

  .order-domain-option em {
    min-width: 110px;
  }

  .order-field input {
    height: 54px;
  }

  .order-field>i {
    top: 2.68rem;
  }

  .order-logo-upload__head {
    align-items: flex-start;
  }

  .order-logo-dropzone {
    min-height: 122px;
    padding: 1rem 0.85rem;
    border-radius: 14px;
  }

  .order-logo-preview,
  .order-review-logos {
    grid-template-columns: 1fr;
  }

  .order-logo-preview__item,
  .order-review-logo {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .order-logo-preview__item img,
  .order-review-logo img {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 430px) {
  .order-domain-toggle {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }
}

/* Refinements from latest form references */
.order-domain-toggle>span:first-child,
.order-domain-toggle strong {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.order-domain-toggle>span:first-child {
  color: var(--order-purple);
  opacity: 1;
}

.order-domain-toggle strong {
  color: #b8b4d3;
  opacity: 0.76;
}

.order-domain-toggle.is-owned>span:first-child {
  color: #b8b4d3;
  opacity: 0.78;
}

.order-domain-toggle.is-owned strong {
  color: var(--order-purple);
  opacity: 1;
}

.order-addon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.order-addon-card {
  min-height: 132px;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.32rem 0.9rem;
  padding: 1.1rem 2.8rem 1.05rem 1.05rem;
  border: 1px solid #e7e2f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 28px rgba(42, 32, 115, 0.035);
  transform: none;
}

.order-addon-card:hover,
.order-addon-card.is-selected {
  border-color: #a78bfa;
  box-shadow: 0 16px 34px rgba(88, 57, 178, 0.08);
  transform: none;
}

.order-addon-card__icon {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  color: var(--order-purple);
  background: #f3efff;
  font-size: 1.78rem;
}

.order-addon-card__check {
  top: 0.75rem;
  right: 0.75rem;
  width: 22px;
  height: 22px;
  border: 2px solid #d8d4eb;
  border-radius: 6px;
  color: transparent;
  background: #fff;
  opacity: 1;
  transform: none;
  box-shadow: none;
}

.order-addon-card__check i {
  font-size: 0.95rem;
  opacity: 0;
}

.order-addon-card.is-selected .order-addon-card__check {
  border-color: var(--order-purple);
  color: #fff;
  background: var(--order-purple);
  transform: none;
}

.order-addon-card.is-selected .order-addon-card__check i {
  opacity: 1;
}

.order-addon-card strong,
.order-addon-card small,
.order-addon-card em {
  grid-column: 2;
}

.order-addon-card strong {
  align-self: start;
  color: var(--order-ink);
  font-size: 0.94rem;
  line-height: 1.28;
}

.order-addon-card small {
  align-self: start;
  color: #68699d;
  font-size: 0.82rem;
  line-height: 1.45;
}

.order-addon-card em {
  align-self: end;
  margin-top: 0.35rem;
  color: var(--order-purple);
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .order-domain-option[data-domain-status="available"] {
    grid-template-columns: 42px minmax(0, 1fr) auto minmax(128px, auto) minmax(98px, auto);
  }
}

@media (max-width: 767px) {
  .order-domain-choice {
    display: grid;
    gap: 1rem;
  }

  .order-domain-toggle {
    width: 100%;
    justify-content: center;
    gap: 0.62rem;
  }

  .order-domain-toggle>span:first-child,
  .order-domain-toggle strong {
    flex: 1 1 0;
    min-width: 0;
  }

  .order-domain-toggle>span:first-child {
    text-align: right;
  }

  .order-domain-toggle strong {
    text-align: left;
  }

  .order-domain-results {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .order-domain-results p,
  .order-domain-loading {
    border: 1px solid #ece8ff;
    border-radius: 14px;
    background: #fff;
  }

  .order-domain-option {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 0.45rem 0.9rem;
    min-height: 82px;
    margin-top: 0.72rem;
    padding: 1.05rem;
    border: 1px solid #ece8ff;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(72, 45, 152, 0.055);
  }

  .order-domain-option:first-child {
    margin-top: 0;
  }

  .order-domain-option:not(:disabled):hover,
  .order-domain-option.is-selected {
    border-color: #c4b5fd;
    background: #fff;
    box-shadow: 0 16px 34px rgba(91, 54, 190, 0.09);
  }

  .order-domain-option__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    font-size: 1.62rem;
  }

  .order-domain-option strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 100%;
    padding-right: 5.25rem;
    font-size: clamp(1rem, 4vw, 1.08rem);
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
  }

  .order-domain-option small {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    padding: 0.34rem 0.35rem;
    font-size: 0.6rem;
    white-space: nowrap;
  }

  .order-domain-option__price {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    align-self: end;
    margin-top: 0.25rem;
    font-size: clamp(1.4rem, 3vw, 2.25rem);
    line-height: 1;
  }

  .order-domain-option em {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    min-width: 50px;
    margin-top: 0.25rem;
    padding: 0.3rem 0.3rem;
    border-radius: 10px;
    font-size: 0.68rem;
    /* float: right; */
    position: absolute;
    right: 10px;
  }

  .order-domain-option:disabled .order-domain-option__price {
    font-size: clamp(1rem, 4.4vw, 1.15rem);
    line-height: 1.25;
  }

  .order-addon-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .order-addon-card {
    min-height: 116px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0.25rem 0.75rem;
    padding: 1rem 2.75rem 1rem 0.95rem;
  }

  .order-addon-card__icon {
    width: 46px;
    height: 46px;
    font-size: 1.55rem;
  }
}
