@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

:root {
  --font-title: "A2z", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --font-body: "Escoredream", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --color-bg: #ffffff;
  --color-bg-soft: #fcfdff;
  --color-bg-lavender: #f8f6ff;
  --color-bg-blue: #f8fbff;
  --color-primary: #4b7eff;
  --color-primary-deep: #376ff0;
  --color-primary-soft: #7d97ff;
  --color-lavender: #9184f7;
  --color-lavender-soft: #f3f0ff;
  --color-ink: #081226;
  --color-text: #596579;
  --color-muted: #8a94a6;
  --color-light-text: #a3abb9;
  --color-border: #eff2fa;
  --color-border-blue: #e5ecff;
  --color-border-lavender: #e8e3ff;
  --radius-card: 31px;
  --radius-card-lg: 36px;
  --radius-pill: 999px;
  --shadow-soft: 0 20px 54px rgba(41, 55, 118, 0.055);
  --shadow-card: 0 18px 50px rgba(44, 58, 112, 0.052);
  --shadow-button: 0 15px 32px rgba(55, 125, 255, 0.2);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: #f3f5fb;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

button,
a,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.pill,
.text-link,
.primary-cta,
.outline-cta,
.more-button,
.detail-button,
.live-pill,
.price-current,
.price-label,
.number-badge,
.review-chip,
.faq-question,
.business-info dt,
.footer-links .strong {
  font-family: var(--font-title);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.page {
  width: min(100vw, 430px);
  max-width: min(100vw, 430px);
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--color-bg);
  box-shadow: 0 0 0 1px rgba(214, 220, 240, 0.65);
}

.asset-slot {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.asset-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tap-target {
  -webkit-tap-highlight-color: transparent;
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), background-color 180ms var(--ease-out);
}

.tap-target.is-tapping {
  transform: scale(0.97);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  position: relative;
  padding: 54px 24px 62px;
}

.section-head {
  position: relative;
  z-index: 2;
}

.section-head h2 {
  margin: 20px 0 12px;
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 900;
}

.section-head h2 strong {
  color: #617dff;
}

.section-head p:not(.pill) {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.56;
  word-break: keep-all;
}

.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid rgba(224, 220, 255, 0.9);
  border-radius: var(--radius-pill);
  background:
    radial-gradient(circle at 18% 22%, rgba(134, 153, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(245, 242, 255, 0.88) 100%);
  color: #5262f4;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(92, 104, 180, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pill-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.pastel-surface {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 124, 255, 0.12), transparent 36%),
    radial-gradient(circle at 82% 78%, rgba(55, 125, 255, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 248, 255, 0.88));
  border: 1px solid rgba(183, 176, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 28px rgba(81, 92, 180, 0.055);
}

.pastel-surface::before {
  content: "";
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 30% 40%, rgba(115, 98, 255, 0.08), transparent 34%),
    radial-gradient(circle at 66% 55%, rgba(65, 135, 255, 0.065), transparent 32%);
  filter: blur(18px);
  opacity: 0.62;
  pointer-events: none;
}

.pastel-surface > * {
  position: relative;
  z-index: 1;
}

.soft-pill {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-pill);
  background:
    radial-gradient(circle at 20% 30%, rgba(139, 124, 255, 0.11), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 255, 0.88));
  border: 1px solid rgba(188, 181, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 20px rgba(71, 87, 180, 0.05);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #3e4a62;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.text-link span,
.detail-button span,
.more-button > span:last-child,
.outline-cta span,
.primary-cta span {
  font-size: 32px;
  line-height: 0.8;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  border-radius: 23px;
  background: linear-gradient(135deg, #4f86ff 0%, #3d78f7 58%, #3770ee 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 850;
  box-shadow: var(--shadow-button);
}

.primary-cta span {
  font-size: 27px;
}

.deco-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(174, 195, 255, 0.7);
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 0;
  min-height: 762px;
  padding: 31px 24px 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 18%, rgba(207, 218, 255, 0.18), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(230, 221, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 64%, #fcfcff 80%, #f1efff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -280px;
  z-index: 1;
  width: 180%;
  height: 340px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.98);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -164px;
  z-index: 0;
  width: 172%;
  height: 286px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(252, 251, 255, 0.2) 0%, rgba(239, 236, 255, 0.88) 56%, rgba(238, 235, 255, 0.98) 100%);
}

.topbar {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.brand {
  display: block;
  width: 72px;
  color: #050a22;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.4px;
}

.menu-button {
  display: grid;
  gap: 6px;
  width: 34px;
  height: 32px;
  padding: 2px 0 3px;
  justify-content: stretch;
}

.menu-button span {
  display: block;
  height: 2.5px;
  border-radius: var(--radius-pill);
  background: #070b24;
}

.hero-float {
  position: absolute;
  z-index: 2;
  width: 122px;
  height: 122px;
  --icon-rotate: 0deg;
  --float-x: 1.5px;
  --float-y: -6px;
  --float-duration: 5.8s;
  --float-delay: 0s;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate3d(0, 0, 0) rotate(var(--icon-rotate));
  will-change: transform;
  animation: heroFloat var(--float-duration) ease-in-out var(--float-delay) infinite alternate;
}

.hero-float img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 28px rgba(45, 55, 112, 5));
}

.hero-float-youtube {
  top: 64px;
  left: 22px;
  width: 150px;
  height: 150px;
  --icon-rotate: -8deg;
  --float-x: 1.5px;
  --float-y: -6px;
  --float-duration: 5.8s;
  --float-delay: -0.8s;
}

.hero-float-gemini {
  top: 64px;
  right: 26px;
  width: 132px;
  height: 132px;
  --icon-rotate: 8deg;
  --float-x: -1.5px;
  --float-y: 7px;
  --float-duration: 6.4s;
  --float-delay: -1.4s;
}

.hero-float-chatgpt {
  top: 326px;
  left: -8px;
  width: 134px;
  height: 134px;
  --icon-rotate: -9deg;
  --float-x: 1px;
  --float-y: -5px;
  --float-duration: 5.2s;
  --float-delay: -2s;
}

.hero-float-capcut {
  top: 340px;
  right: -8px;
  width: 142px;
  height: 142px;
  --icon-rotate: 9deg;
  --float-x: -2px;
  --float-y: 6px;
  --float-duration: 6.8s;
  --float-delay: -1s;
}

.hero-float-adobe {
  top: 526px;
  left: 8px;
  width: 128px;
  height: 128px;
  --icon-rotate: 8deg;
  --float-x: 1.8px;
  --float-y: -7px;
  --float-duration: 6.1s;
  --float-delay: -2.4s;
}

.hero-float-netflix {
  top: 505px;
  right: 4px;
  width: 126px;
  height: 126px;
  --icon-rotate: 8deg;
  --float-x: -1.2px;
  --float-y: 5px;
  --float-duration: 5.6s;
  --float-delay: -1.8s;
}

.hero-float-youtube img {
  width: 100%;
  height: 100%;
}

@keyframes heroFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--icon-rotate));
  }

  100% {
    transform: translate3d(var(--float-x), var(--float-y), 0) rotate(var(--icon-rotate));
  }
}

.dot-a {
  top: 198px;
  left: 30px;
}

.dot-b {
  top: 310px;
  left: 36px;
  background: rgba(198, 178, 255, 0.72);
}

.dot-c {
  top: 178px;
  right: 32px;
}

.dot-d {
  top: 455px;
  right: 35px;
}

.dot-e {
  top: 535px;
  left: 92px;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 112px;
  text-align: center;
}

.hero-pill {
  min-height: 37px;
  padding-inline: 18px;
  color: #515df2;
  font-size: 14px;
  box-shadow: 0 11px 24px rgba(95, 101, 190, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.hero h1 {
  margin: 30px 0 17px;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 890;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero h1 strong {
  color: #6284ff;
  background: linear-gradient(135deg, #5c84ff 0%, #8a80f4 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  margin: 0;
  color: #566176;
  font-size: 15px;
  line-height: 1.58;
}

.trust-list {
  width: min(100%, 260px);
  margin: 34px auto 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 51px;
  color: #37445c;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid rgba(224, 228, 250, 0.78);
}

.trust-list li:last-child {
  border-bottom: 0;
}

.trust-list strong {
  color: #4c7dff;
  font-weight: 850;
}

.trust-icon {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  filter: drop-shadow(0 8px 14px rgba(70, 86, 160, 0.055));
}

.trust-icon img {
  width: 165%;
  height: 165%;
  max-width: none;
}

.hero-cta-wrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 53px;
  width: calc(100% - 96px);
  max-width: 310px;
  transform: translateX(-50%);
}

.hero-cta-wrap.reveal {
  transform: translate(-50%, 18px);
}

.hero-cta-wrap.reveal.is-visible {
  transform: translate(-50%, 0);
}

.hero-cat {
  position: absolute;
  right: 26px;
  top: -75px;
  width: 114px;
  height: 114px;
}

.popular {
  min-height: 846px;
  padding-top: 50x;
}

.popular .head-row {
  align-items: center;
  padding-right: 10px;
}

.popular .section-pill {
  min-height: 32px;
  padding: 0 12px;
  border-color: rgba(224, 219, 255, 0.86);
  background:
    radial-gradient(circle at 17% 22%, rgba(125, 149, 255, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 243, 255, 0.9));
  color: #5162ef;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 8px 20px rgba(90, 102, 178, 0.052), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.popular .pill-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.popular .text-link {
  gap: 3px;
  color: #435066;
  font-size: 13px;
  font-weight: 560;
}

.popular .text-link span {
  font-size: 19px;
}

.popular .section-head h2 {
  margin: 17px 0 9px;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 880;
}

.popular .section-head p:not(.pill) {
  color: #5e687a;
  font-size: 13.5px;
  line-height: 1.55;
}

.product-list {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 8px;
  row-gap: 8px;
  min-height: 149px;
  padding: 18px 13px 15px;
  border: 1px solid rgba(229, 233, 248, 0.9);
  border-radius: 24px;
  background: rgba(254, 254, 255, 0.96);
  box-shadow: 0 14px 36px rgba(42, 54, 108, 0.048);
  min-width: 0;
}

.product-card[data-card-url] {
  cursor: pointer;
}

.product-featured {
  min-height: 158px;
  border-color: rgba(157, 164, 255, 0.86);
  box-shadow: 0 16px 42px rgba(72, 85, 180, 0.062);
}

.peek-cat {
  position: absolute;
  z-index: 3;
  top: -88px;
  right: 28px;
  width: 112px;
  height: 112px;
}

.product-icon {
  width: 99px;
  height: 99px;
  grid-row: 1 / 3;
  align-self: start;
  margin: -15px 0 0 -14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 12px 23px rgba(35, 48, 100, 0.1));
}

.product-icon img {
  width: 100%;
  height: 100%;
}

.product-main {
  display: contents;
  min-width: 0;
}

.product-topline {
  display: block;
  grid-column: 2;
}

.product-topline h3 {
  margin: 1px 0 0;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 860;
  letter-spacing: 0;
  white-space: nowrap;
}

.live-pill {
  position: absolute;
  top: 42px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(220, 226, 255, 0.86);
  border-radius: var(--radius-pill);
  background:
    radial-gradient(circle at 18% 20%, rgba(95, 130, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 255, 0.9));
  color: #3d63f5;
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(72, 91, 176, 0.048);
}

.live-pill span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #397cff;
  box-shadow: 0 0 0 2px rgba(57, 124, 255, 0.12);
}

.product-card p {
  grid-column: 2;
  margin: 10px 0 4px;
  color: #596579;
  font-size: 13.5px;
  line-height: 1.5;
  word-break: keep-all;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  grid-column: 1 / -1;
  margin-top: 0;
  min-width: 0;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  min-height: 26px;
  padding: 0 7px;
  border-radius: 11px;
  border: 1px solid rgba(222, 230, 255, 0.78);
  background:
    radial-gradient(circle at 20% 18%, rgba(99, 130, 255, 0.1), transparent 55%),
    linear-gradient(180deg, #fbfcff 0%, #f0f4ff 100%);
  color: #2f69ee;
  font-size: 13px;
  font-weight: 780;
}

.price-line del {
  color: #929bad;
  font-size: 11px;
  font-weight: 450;
  text-decoration-thickness: 1px;
}

.price-line strong {
  color: #2f61ff;
  font-size: 13.3px;
  font-weight: 820;
}

.detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 84px;
  height: 36px;
  border: 1px solid rgba(225, 221, 255, 0.88);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 20%, rgba(124, 145, 255, 0.1), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 243, 255, 0.9));
  color: #3159ea;
  font-size: 12px;
  font-weight: 740;
  flex: 0 0 auto;
  white-space: nowrap;
}

.detail-button span {
  font-size: 19px;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 54px;
  margin-top: 18px;
  border: 1px solid rgba(225, 221, 255, 0.86);
  border-radius: 19px;
  background:
    radial-gradient(circle at 18% 22%, rgba(119, 142, 255, 0.09), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 245, 255, 0.92));
  color: #3b5ff1;
  font-size: 16px;
  font-weight: 760;
}

.more-grid {
  width: 26px;
  height: 26px;
}

.more-button > span:last-child {
  font-size: 24px;
}

.why {
  min-height: 764px;
  padding-top: 74px;
}

.why .section-pill {
  min-height: 34px;
  padding: 0 15px;
  border-color: rgba(225, 220, 255, 0.86);
  background:
    radial-gradient(circle at 18% 22%, rgba(129, 151, 255, 0.13), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 243, 255, 0.9));
  color: #5664f0;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 8px 21px rgba(92, 104, 180, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.why .section-head h2 {
  margin: 19px 0 10px;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 880;
}

.why .section-head h2 strong {
  color: #647fff;
  background: linear-gradient(135deg, #5e82ff 0%, #8b82f4 84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why .section-head p:not(.pill) {
  color: #5a6679;
  font-size: 14.5px;
  line-height: 1.58;
}

.why-dot-a {
  top: 78px;
  right: 49px;
  width: 10px;
  height: 10px;
}

.why-dot-b {
  top: 123px;
  right: 86px;
  width: 9px;
  height: 9px;
  background: rgba(199, 181, 255, 0.78);
}

.why-dot-c {
  top: 171px;
  right: 31px;
  width: 6px;
  height: 6px;
}

.why-list {
  display: grid;
  gap: 16px;
  margin-top: 39px;
}

.why-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 166px;
  padding: 21px 22px;
  border: 1px solid rgba(226, 232, 250, 0.86);
  border-radius: 26px;
  background: rgba(254, 254, 255, 0.96);
  box-shadow: 0 16px 44px rgba(44, 58, 112, 0.045);
}

.why .number-badge {
  width: 38px;
  height: 38px;
  border-color: rgba(228, 224, 255, 0.72);
  background:
    radial-gradient(circle at 20% 18%, rgba(129, 145, 255, 0.12), transparent 54%),
    linear-gradient(180deg, rgba(250, 249, 255, 0.98), rgba(241, 238, 255, 0.94));
  color: #6c75f1;
  font-size: 15px;
  font-weight: 820;
}

.why-copy h3 {
  margin: 15px 0 9px;
  font-size: 21.5px;
  line-height: 1.25;
  font-weight: 860;
}

.why-copy p {
  color: #596579;
  font-size: 14.5px;
  line-height: 1.58;
}

.number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(226, 222, 255, 0.78);
  background: linear-gradient(180deg, rgba(249, 248, 255, 0.98), rgba(239, 236, 255, 0.95));
  color: #6874f4;
  font-size: 18px;
  font-weight: 900;
}

.why-copy h3,
.step-copy h3 {
  margin: 17px 0 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.why-copy p,
.step-copy p {
  margin: 0;
  color: #526078;
  font-size: 16px;
  line-height: 1.64;
  word-break: keep-all;
}

.why-icon {
  width: 118px;
  height: 118px;
  flex: 0 0 auto;
}

.why-card:nth-child(1) .why-icon {
  width: 119px;
  height: 119px;
}

.why-card:nth-child(2) .why-icon {
  width: 116px;
  height: 116px;
}

.why-card:nth-child(3) .why-icon {
  width: 115px;
  height: 115px;
}

.how {
  min-height: 842px;
  padding-top: 58px;
}

.how .section-pill {
  min-height: 34px;
  padding: 0 15px;
  border-color: rgba(225, 220, 255, 0.84);
  background:
    radial-gradient(circle at 18% 22%, rgba(129, 151, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 243, 255, 0.9));
  color: #5664ef;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 8px 21px rgba(92, 104, 180, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.how .section-head h2 {
  margin: 18px 0 10px;
  font-size: 29px;
  line-height: 1.24;
  font-weight: 880;
}

.how .section-head p:not(.pill) {
  color: #5a6679;
  font-size: 14px;
  line-height: 1.56;
}

.steps {
  display: grid;
  gap: 30px;
  margin-top: 38px;
}

.step-item {
  position: relative;
}

.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -32px;
  width: 1px;
  height: 32px;
  border-left: 1.5px dashed rgba(184, 170, 255, 0.78);
}

.step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 32px;
  bottom: -38px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(240, 237, 255, 0.96);
  border-radius: 50%;
  background: #9286ff;
}

.step-card {
  display: grid;
  grid-template-columns: 40px 100px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 148px;
  padding: 18px 18px;
  border: 1px solid rgba(228, 232, 246, 0.88);
  border-radius: 25px;
  background: rgba(254, 254, 255, 0.96);
  box-shadow: 0 15px 40px rgba(44, 58, 112, 0.045);
}

.step-card .number-badge {
  align-self: start;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border-color: rgba(228, 224, 255, 0.72);
  background:
    radial-gradient(circle at 20% 18%, rgba(129, 145, 255, 0.12), transparent 54%),
    linear-gradient(180deg, rgba(250, 249, 255, 0.98), rgba(241, 238, 255, 0.94));
  color: #6c75f1;
  font-size: 15px;
  font-weight: 820;
}

.step-icon {
  width: 104px;
  height: 104px;
  justify-self: center;
}

.step-copy h3 {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 860;
}

.step-copy p {
  color: #596579;
  font-size: 13.8px;
  line-height: 1.52;
}

.how-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 104px;
  margin-top: 34px;
  border: 1px solid rgba(226, 221, 255, 0.82);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 20%, rgba(122, 145, 255, 0.07), transparent 50%),
    linear-gradient(180deg, rgba(253, 252, 255, 0.96), rgba(247, 244, 255, 0.94));
}

.how-summary > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.how-summary > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: 52px;
  background: rgba(226, 222, 248, 0.86);
}

.summary-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 6px;
}

.how-summary strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12.8px;
  font-weight: 820;
}

.how-summary span:not(.summary-icon) {
  color: #7b8497;
  font-size: 10.2px;
  line-height: 1.32;
}

.reviews {
  min-height: 824px;
  padding-top: 66px;
  padding-bottom: 66px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #fbfcff 0%, #fff 100%);
}

.reviews .section-pill {
  min-height: 34px;
  padding: 0 15px;
  border-color: rgba(225, 220, 255, 0.84);
  background:
    radial-gradient(circle at 18% 22%, rgba(129, 151, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 243, 255, 0.9));
  color: #5664ef;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 8px 21px rgba(92, 104, 180, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reviews .text-link {
  gap: 3px;
  color: #435066;
  font-size: 12px;
  font-weight: 400;
}

.reviews .text-link span {
  font-size: 19px;
}

.reviews .section-head h2 {
  margin: 18px 0 10px;
  font-size: 31px;
  line-height: 1.24;
  font-weight: 880;
}

.reviews .section-head p:not(.pill) {
  color: #5a6679;
  font-size: 14px;
  line-height: 1.56;
}

.review-chips {
  display: flex;
  gap: 6px;
  margin: 28px 0 34px;
  overflow-x: visible;
  scrollbar-width: none;
}

.review-chips::-webkit-scrollbar,
.review-track::-webkit-scrollbar {
  display: none;
}

.review-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  min-height: 37px;
  padding: 0 6px;
  border-radius: 16px;
  border: 1px solid rgba(225, 220, 255, 0.74);
  background:
    radial-gradient(circle at 18% 22%, rgba(139, 124, 255, 0.11), transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 245, 255, 0.88));
  color: #17223b;
  font-size: 11px;
  font-weight: 620;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(80, 91, 170, 0.045);
}

.review-chip img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.review-chip strong,
.review-chip .star-text {
  color: #3469ee;
  font-weight: 900;
}

.review-chip .star-text {
  color: #ffc31a;
  font-size: 11px;
  letter-spacing: -1px;
}

.carousel-wrap {
  position: relative;
  margin: 0 -24px;
}

.review-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 35px;
  padding: 0 35px 8px;
}

.review-card {
  position: relative;
  flex: 0 0 calc(100% - 48px);
  min-height: 370px;
  padding: 25px 22px 21px;
  scroll-snap-align: start;
  border: 1px solid rgba(222, 225, 255, 0.78);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(250, 251, 255, 0.94));
  box-shadow: 0 16px 42px rgba(48, 67, 140, 0.052), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.review-top {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 13px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 26% 20%, rgba(139, 124, 255, 0.12), transparent 44%),
    linear-gradient(180deg, #f6f4ff, #ebe8ff);
  color: #6b61f2;
  font-size: 24px;
  font-weight: 860;
}

.reviews .avatar {
  overflow: visible;
  background: transparent;
}

.reviews .avatar img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.review-top h3 {
  margin: 4px 0 7px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 860;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 11px;
  border: 1px solid rgba(226, 221, 255, 0.74);
  background:
    radial-gradient(circle at 20% 26%, rgba(139, 124, 255, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 255, 0.9));
  color: #315af0;
  font-size: 11.5px;
  font-weight: 680;
  white-space: nowrap;
}

.service-tag img {
  width: 15px;
  height: 15px;
}

.stars {
  display: flex;
  gap: 2px;
  position: absolute;
  top: 34px;
  right: 22px;
  padding-top: 0;
}

.stars img {
  width: 16px;
  height: 16px;
}

.review-card blockquote {
  position: relative;
  margin: 47px 0 36px;
  color: #141c2f;
  font-size: 19px;
  line-height: 1.62;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

.review-card blockquote::before,
.review-card blockquote::after {
  position: absolute;
  color: #b7b0f8;
  font-size: 36px;
  font-weight: 860;
  line-height: 1;
}

.review-card blockquote::before {
  content: "\201C";
  top: -22px;
  left: 30px;
}

.review-card blockquote::after {
  content: "\201D";
  right: 18px;
  bottom: -27px;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 233, 248, 0.82);
  color: #7f889b;
  font-size: 13px;
  font-weight: 560;
}

.review-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.review-meta img {
  width: 18px;
  height: 18px;
}

.review-meta span:last-child {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(226, 221, 255, 0.72);
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 26%, rgba(139, 124, 255, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 243, 255, 0.9));
  color: #315af0;
  font-weight: 740;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(230, 232, 244, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.94));
  box-shadow: 0 10px 24px rgba(28, 39, 78, 0.095);
  font-size: 30px;
  font-weight: 640;
  transform: translateY(-50%);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.review-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 18px 18px;
  border: 1px solid rgba(225, 220, 255, 0.7);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 28%, rgba(139, 124, 255, 0.11), transparent 40%),
    radial-gradient(circle at 88% 76%, rgba(55, 125, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(247, 244, 255, 0.98) 0%, rgba(252, 247, 255, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 30px rgba(81, 92, 180, 0.045);
}

.heart-bubble {
  width: 60px;
  height: 60px;
}

.review-banner p {
  margin: 0;
  color: #38445d;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 560;
  word-break: keep-all;
}

.review-banner strong {
  color: #2f64ef;
  font-size: 16.5px;
  font-weight: 840;
}

.faq {
  min-height: 790px;
  padding-top: 58px;
}

.faq .section-pill {
  min-height: 34px;
  padding: 0 15px;
  border-color: rgba(225, 220, 255, 0.84);
  background:
    radial-gradient(circle at 18% 22%, rgba(129, 151, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 243, 255, 0.9));
  color: #5664ef;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 8px 21px rgba(92, 104, 180, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.faq .section-head h2 {
  margin: 18px 0 10px;
  font-size: 31px;
  line-height: 1.24;
  font-weight: 880;
}

.faq .section-head p:not(.pill) {
  color: #5a6679;
  font-size: 14px;
  line-height: 1.56;
}

.faq-hero-icon {
  position: absolute;
  top: 86px;
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 14px 28px rgba(48, 67, 140, 0.06));
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 250, 0.82);
  border-radius: 21px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(250, 251, 255, 0.94));
  box-shadow: 0 13px 32px rgba(42, 54, 108, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.faq-item.is-open {
  border-color: rgba(174, 164, 255, 0.62);
  box-shadow: 0 16px 38px rgba(74, 82, 152, 0.056), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.faq-question {
  display: grid;
  grid-template-columns: 44px 1fr 38px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 72px;
  padding: 0 17px 0 16px;
  color: var(--color-ink);
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 860;
  word-break: keep-all;
}

.faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(226, 222, 255, 0.72);
  background:
    radial-gradient(circle at 20% 26%, rgba(139, 124, 255, 0.105), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 255, 0.9));
  color: #5968ee;
  font-size: 15px;
  font-weight: 820;
}

.faq-toggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(226, 230, 243, 0.9);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.94));
  box-shadow: 0 8px 18px rgba(35, 45, 84, 0.07);
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #3868f2;
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 180ms var(--ease-out);
}

.faq-item.is-open .faq-toggle::after {
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  padding: 18px 20px 22px 16px;
  border-top: 1px solid rgba(232, 235, 248, 0.82);
  color: #596579;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  margin: 4px 0 0;
  font-size: 14.5px;
  line-height: 1.68;
  word-break: keep-all;
}

.faq-bottom {
  display: grid;
  grid-template-columns: 60px 1fr 94px;
  align-items: center;
  gap: 10px;
  min-height: 106px;
  margin-top: 36px;
  padding: 16px 14px;
  border: 1px solid rgba(183, 176, 255, 0.36);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 124, 255, 0.1), transparent 36%),
    radial-gradient(circle at 82% 78%, rgba(55, 125, 255, 0.07), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(248, 248, 255, 0.88));
}

.faq-chat {
  width: 60px;
  height: 60px;
}

.faq-bottom strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13.4px;
  line-height: 1.32;
  font-weight: 780;
  word-break: keep-all;
}

.faq-bottom p {
  margin: 0;
  color: #6c7689;
  font-size: 12.4px;
  line-height: 1.44;
  word-break: keep-all;
}

.outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 94px;
  min-height: 42px;
  border: 1px solid rgba(197, 201, 255, 0.76);
  border-radius: 15px;
  background:
    radial-gradient(circle at 20% 26%, rgba(139, 124, 255, 0.09), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 245, 255, 0.74));
  color: #3468f2;
  font-size: 12px;
  font-weight: 780;
  white-space: nowrap;
}

.support {
  min-height: 334px;
  padding: 84px 20px 88px;
}

.support-card {
  position: relative;
  min-height: 198px;
  padding: 35px 18px 29px 32px;
  overflow: hidden;
  border: 1px solid rgba(183, 176, 255, 0.46);
  border-radius: 31px;
  background:
    radial-gradient(circle at 18% 22%, rgba(139, 124, 255, 0.105), transparent 36%),
    radial-gradient(circle at 86% 76%, rgba(55, 125, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 246, 255, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 42px rgba(81, 92, 180, 0.058);
}

.support-card::after {
  content: "\2726";
  position: absolute;
  top: 37px;
  right: 49px;
  color: rgba(188, 181, 255, 0.86);
  font-size: 22px;
}

.support-copy {
  position: relative;
  z-index: 2;
  max-width: 270px;
}

.support-copy h2 {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 1.24;
  font-weight: 880;
  letter-spacing: 0;
  white-space: nowrap;
}

.support-copy p {
  max-width: 214px;
  margin: 0 0 20px;
  color: #596579;
  font-size: 15px;
  line-height: 1.56;
}

.support-button {
  width: 174px;
  min-height: 56px;
  border-radius: 18px;
  font-size: 18px;
  gap: 9px;
  box-shadow: 0 13px 28px rgba(55, 125, 255, 0.18);
}

.support-button span {
  font-size: 25px;
}

.support-cat {
  position: absolute;
  right: -11px;
  bottom: 20px;
  width: 178px;
  height: 178px;
}

.footer {
  position: relative;
  min-height: 535px;
  padding: 176px 31px 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(154, 145, 255, 0.07), transparent 34%),
    radial-gradient(circle at 15% 78%, rgba(83, 136, 255, 0.045), transparent 36%),
    linear-gradient(180deg, #f8f8ff 0%, #f3f5ff 100%);
}

.footer::before {
  content: "";
  position: absolute;
  top: -82px;
  left: 50%;
  width: 138%;
  height: 196px;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
  background: #fff;
}

.business-info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  margin: 0;
  color: #4f5b71;
  font-size: 14.5px;
  line-height: 1.28;
}

.business-info div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.business-info dt {
  min-width: 0;
  font-weight: 760;
}

.business-info dd {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #4d596e;
  font-weight: 440;
}

.business-info dd::before,
.footer-links a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5px;
  height: 17px;
  border-radius: 2px;
  background: rgba(205, 205, 247, 0.82);
  transform: translateY(-50%);
}

.footer-links {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  padding-top: 29px;
  border-top: 1px solid rgba(214, 218, 249, 0.86);
  color: #46546c;
  font-size: 13.5px;
  font-weight: 500;
}

.footer-links a {
  position: relative;
  white-space: nowrap;
}

.footer-links a:not(:first-child) {
  padding-left: 13px;
}

.footer-links .strong {
  color: #5268ff;
  font-weight: 720;
}

.copyright {
  position: relative;
  z-index: 2;
  margin: 39px 0 0;
  color: #929bb2;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 430;
}

.footer-paw {
  position: absolute;
  z-index: 1;
  right: -21px;
  bottom: -76px;
  width: 188px;
  height: 188px;
}

.footer-dot-a {
  top: 108px;
  left: 40px;
  width: 7px;
  height: 7px;
  background: rgba(180, 170, 255, 0.62);
}

.footer-dot-b {
  right: 126px;
  bottom: 30px;
  width: 7px;
  height: 7px;
  background: rgba(170, 159, 255, 0.5);
}

.footer-sparkle {
  position: absolute;
  color: rgba(190, 184, 255, 0.82);
  font-size: 22px;
}

.footer-sparkle-a {
  top: 106px;
  right: 44px;
}

.footer-sparkle-b {
  right: 24px;
  bottom: 100px;
}

.pill,
.discount,
.live-pill,
.review-chip,
.service-tag,
.faq-label,
.review-meta span:last-child,
.outline-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(188, 181, 255, 0.42);
  background:
    radial-gradient(circle at 20% 30%, rgba(139, 124, 255, 0.105), transparent 40%),
    radial-gradient(circle at 82% 76%, rgba(55, 125, 255, 0.055), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 245, 255, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 20px rgba(71, 87, 180, 0.045);
}

.product-card,
.why-card,
.step-card,
.review-card,
.faq-item {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(250, 251, 255, 0.94));
  border-color: rgba(218, 224, 255, 0.66);
  box-shadow:
    0 14px 36px rgba(48, 67, 140, 0.048),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.product-featured,
.faq-item.is-open {
  border-color: rgba(159, 146, 255, 0.5);
  box-shadow:
    0 16px 40px rgba(76, 92, 190, 0.062),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.review-banner,
.faq-bottom,
.how-summary,
.more-button {
  position: relative;
  overflow: hidden;
  border-color: rgba(183, 176, 255, 0.36);
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 124, 255, 0.1), transparent 36%),
    radial-gradient(circle at 82% 78%, rgba(55, 125, 255, 0.07), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(248, 248, 255, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 28px rgba(81, 92, 180, 0.045);
}

@media (max-width: 600px) {
  .page {
    margin: 0;
  }
}

@media (max-width: 430px) {
  .page {
    margin: 0;
  }

  .popular .head-row {
    gap: 10px;
  }

  .popular .text-link {
    font-size: 12.5px;
  }

  .popular .text-link span {
    font-size: 17px;
  }

  .product-card {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 8px;
    padding: 16px 11px 14px;
  }

  .product-icon {
    width: 90px;
    height: 90px;
    margin: -14px 0 0 -14px;
  }

  .product-topline h3 {
    font-size: 18px;
  }

  .live-pill {
    right: 10px;
    min-height: 21px;
    padding: 0 6px;
    font-size: 10px;
  }

  .product-card p {
    font-size: 13px;
  }

  .price-line {
    gap: 4px;
  }

  .discount {
    min-width: 39px;
    min-height: 25px;
    padding: 0 6px;
    font-size: 12px;
  }

  .price-line del {
    font-size: 10.5px;
  }

  .price-line strong {
    font-size: 12.4px;
  }

  .detail-button {
    min-width: 76px;
    height: 34px;
    font-size: 11px;
    border-radius: 15px;
  }

  .detail-button span {
    font-size: 17px;
  }

  .how .section-head h2 {
    font-size: 28px;
  }

  .how .section-head p:not(.pill) {
    font-size: 13.5px;
  }

  .step-card {
    grid-template-columns: 38px 94px minmax(0, 1fr);
    gap: 10px;
    min-height: 144px;
    padding: 17px 16px;
  }

  .step-card .number-badge {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .step-icon {
    width: 98px;
    height: 98px;
  }

  .step-copy h3 {
    font-size: 20px;
  }

  .step-copy p {
    font-size: 13.1px;
    line-height: 1.5;
  }

  .step-item:not(:last-child)::after {
    left: 36px;
  }

  .step-item:not(:last-child)::before {
    left: 30px;
  }

  .how-summary {
    min-height: 100px;
  }

  .summary-icon {
    width: 50px;
    height: 50px;
  }

  .how-summary strong {
    font-size: 12.4px;
  }

  .how-summary span:not(.summary-icon) {
    font-size: 9.8px;
  }

  .reviews .section-head h2 {
    font-size: 29px;
  }

  .reviews .section-head p:not(.pill) {
    font-size: 13.5px;
  }

  .review-chips {
    gap: 5px;
  }

  .review-chip {
    min-height: 36px;
    padding: 0 5px;
    font-size: 10.5px;
    gap: 4px;
  }

  .review-chip img {
    width: 13px;
    height: 13px;
  }

  .review-track {
    gap: 14px;
    scroll-padding-left: 34px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .review-card {
    flex-basis: calc(100% - 54px);
    min-height: 360px;
    padding: 24px 21px 20px;
  }

  .review-card blockquote {
    font-size: 18px;
    line-height: 1.6;
  }

  .carousel-prev {
    left: 14px;
  }

  .carousel-next {
    right: 14px;
  }

  .review-banner {
    min-height: 104px;
    padding: 17px 16px;
    gap: 12px;
  }

  .heart-bubble {
    width: 56px;
    height: 56px;
  }

  .review-banner p {
    font-size: 15px;
  }

  .review-banner strong {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .product-card {
    grid-template-columns: 70px minmax(0, 1fr);
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-icon {
    width: 84px;
    height: 84px;
    margin-left: -13px;
  }

  .price-line {
    gap: 3px;
  }

  .price-line strong {
    font-size: 11.6px;
  }

  .detail-button {
    min-width: 70px;
    font-size: 10.5px;
  }

  .step-card {
    grid-template-columns: 44px 86px minmax(0, 1fr);
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-icon {
    width: 88px;
    height: 88px;
  }

  .review-card blockquote {
    font-size: 17px;
  }

  .faq-question {
    grid-template-columns: 40px 1fr 36px;
    min-height: 68px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
  }

  .faq-bottom {
    grid-template-columns: 56px 1fr;
    min-height: 104px;
    padding: 15px 14px;
  }

  .faq-bottom .outline-cta {
    grid-column: 2;
    width: fit-content;
  }

  .faq-chat {
    width: 56px;
    height: 56px;
  }

  .support-copy {
    max-width: 238px;
  }

  .support-copy h2 {
    font-size: 22px;
  }

  .support-copy p {
    max-width: 188px;
    font-size: 14px;
  }

  .support-cat {
    right: -18px;
    bottom: 21px;
    width: 156px;
    height: 156px;
  }

  .business-info {
    font-size: 14px;
  }
}

/* Prompt precision pass: mockup 1 Hero + mockup 2 Popular only. */
.hero {
  min-height: 760px;
  padding: 26px 24px 84px;
}

.hero::before {
  display: none;
}

.hero::after {
  left: 50%;
  bottom: -86px;
  z-index: 0;
  width: 620px;
  height: 170px;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  background: #f6f4ff;
}

.brand {
  width: 64px;
  font-size: 26px;
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.menu-button {
  width: 38px;
  height: 38px;
  gap: 6px;
  padding: 5px 0 6px;
}

.menu-button span {
  height: 2px;
}

.hero-float {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-float img {
  filter: drop-shadow(0 14px 24px rgba(45, 55, 112, 0.09));
}

.hero-float-youtube {
  top: 77px;
  left: 28px;
  width: 109px;
  height: 109px;
  --float-x: 2.4px;
  --float-y: -8.5px;
  --float-duration: 5.6s;
}

.hero-float-gemini {
  top: 78px;
  right: 30px;
  width: 96px;
  height: 96px;
  --float-x: -2.5px;
  --float-y: 9px;
  --float-duration: 6.2s;
}

.hero-float-chatgpt {
  top: 320px;
  left: 0;
  width: 97px;
  height: 97px;
  --float-x: 2.2px;
  --float-y: -8px;
  --float-duration: 5.1s;
}

.hero-float-capcut {
  top: 320px;
  right: 0;
  width: 122px;
  height: 122px;
  --float-x: -2.8px;
  --float-y: 9.5px;
  --float-duration: 6.6s;
}

.hero-float-adobe {
  top: 381px;
  left: 34px;
  width: 110px;
  height: 110px;
  --float-x: 2.8px;
  --float-y: -9.5px;
  --float-duration: 5.9s;
}

.hero-float-netflix {
  top: 388px;
  right: 34px;
  width: 92px;
  height: 92px;
  --float-x: -2.4px;
  --float-y: 8.5px;
  --float-duration: 5.4s;
}

.hero-content {
  padding-top: 108px;
}

.hero-pill {
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  color: #5260ef;
  font-size: 12.5px;
  font-weight: 700;
  background:
    radial-gradient(circle at 18% 28%, rgba(139, 124, 255, 0.11), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 246, 255, 0.88));
  border-color: rgba(188, 181, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 8px 20px rgba(70, 85, 180, 0.055);
}

.hero h1 {
  margin: 22px 0 15px;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.hero-copy {
  color: #6f7890;
  font-size: 14.5px;
  line-height: 1.55;
}

.trust-list {
  width: 210px;
  margin-top: 26px;
}

.trust-list li {
  gap: 10px;
  min-height: 34px;
  color: #47536a;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 600;
  border-bottom-color: rgba(190, 197, 224, 0.45);
}

.trust-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.trust-icon img {
  width: 49px;
  height: 49px;
  max-width: none;
  transform: translate(-11px, -11px);
}

.hero-cta-wrap {
  bottom: 64px;
  width: calc(100% - 96px);
  max-width: 310px;
}

.hero .primary-cta {
  min-height: 58px;
  border-radius: 21px;
  font-size: 17px;
  font-weight: 800;
  background: linear-gradient(135deg, #4e84ff 0%, #3f78f5 58%, #3972ef 100%);
  box-shadow: 0 17px 34px rgba(58, 101, 230, 0.22);
}

.hero .primary-cta span {
  font-size: 25px;
}

.hero-cat {
  top: -56px;
  right: 28px;
  width: 78px;
  height: 78px;
}

.popular {
  min-height: auto;
  padding: 72px 24px 76px;
}

.popular .section-pill {
  min-height: 31px;
  padding: 0 13px;
  font-size: 12.5px;
  font-weight: 720;
}

.popular .pill-icon {
  width: 14px;
  height: 14px;
}

.popular .text-link {
  font-size: 13px;
  font-weight: 520;
}

.popular .section-head h2 {
  margin: 18px 0 10px;
  font-size: 29px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.popular .section-head p:not(.pill) {
  font-size: 14px;
  line-height: 1.55;
}

.product-list {
  gap: 16px;
  margin-top: 38px;
}

.product-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  column-gap: 15px;
  row-gap: 0;
  align-items: start;
  min-height: 146px;
  padding: 17px;
  border-radius: 26px;
}

.product-featured {
  min-height: 156px;
  padding-top: 22px;
}

.peek-cat {
  top: -34px;
  right: 22px;
  width: 58px;
  height: 58px;
}

.product-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: start;
  width: 82px;
  height: 82px;
  margin: -16px 0 0 -16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 9px 18px rgba(35, 48, 100, 0.07));
}

.product-card:nth-child(4) .product-icon {
  width: 82px;
  height: 82px;
  margin: -16px 0 0 -16px;
}

.product-main {
  display: contents;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.product-topline {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.product-topline h3 {
  min-width: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.live-pill {
  position: relative;
  top: auto;
  right: auto;
  flex: 0 0 auto;
  gap: 4px;
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
  font-size: 10.5px;
  line-height: 22px;
  font-weight: 700;
}

.live-pill span {
  width: 5px;
  height: 5px;
}

.product-card p {
  grid-column: 2;
  margin: 8px 0 0;
  color: #6d7589;
  font-size: 12.5px;
  line-height: 1.42;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: 14px;
}

.price-line {
  min-width: 0;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.discount {
  min-width: auto;
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 22px;
}

.price-line del {
  font-size: 11.5px;
  color: #a5adbc;
}

.price-line strong {
  color: #377dff;
  font-size: 15.5px;
  font-weight: 850;
}

.detail-button {
  flex: 0 0 auto;
  min-width: 82px;
  height: 32px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
}

.detail-button span {
  font-size: 17px;
}

.more-button {
  min-height: 56px;
  margin-top: 18px;
  border-radius: 22px;
  font-size: 15px;
}

.more-grid {
  width: 22px;
  height: 22px;
}

@media (max-width: 374px) {
  .hero h1 {
    font-size: 33px;
  }

  .product-card {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px 14px;
  }

  .product-icon {
    width: 76px;
    height: 76px;
    margin: -14px 0 0 -15px;
  }

  .product-card:nth-child(4) .product-icon {
    width: 76px;
    height: 76px;
    margin: -14px 0 0 -15px;
  }

  .product-topline {
    gap: 5px;
  }

  .product-topline h3 {
    font-size: 15.5px;
  }

  .live-pill {
    height: 21px;
    min-height: 21px;
    padding: 0 6px;
    font-size: 9.2px;
    line-height: 21px;
  }

  .price-line {
    gap: 4px;
  }

  .price-line strong {
    font-size: 13.2px;
  }

  .detail-button {
    min-width: 74px;
    padding: 0 9px;
    font-size: 10.8px;
  }
}

/* Hero-only correction pass from prompt.txt. */
.hero-section {
  position: relative;
  z-index: 2;
  min-height: 700px;
  padding: 28px 24px 86px;
  overflow: visible;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 34%, rgba(118, 145, 255, 0.1), transparent 30%),
    radial-gradient(circle at 92% 38%, rgba(157, 132, 255, 0.1), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(140, 124, 255, 0.13), transparent 42%),
    linear-gradient(180deg, #fbfbff 0%, #f8f7ff 52%, #f1effc 100%);
}

.hero-section::before,
.hero-section::after {
  display: none;
}

.hero-bottom-oval {
  position: absolute;
  left: 50%;
  bottom: -68px;
  z-index: 0;
  width: 680px;
  height: 150px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #f5f3ff 0%, #f0edfb 100%);
  pointer-events: none;
}

.hero-float-icon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-float-icon img {
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 12px 22px rgba(145, 158, 210, 0.18))
    drop-shadow(0 3px 6px rgba(90, 105, 170, 0.08));
}

.hero-content,
.hero-trust,
.hero-cta-wrap {
  position: relative;
  z-index: 3;
}

.hero-content {
  padding-top: 106px;
}

.hero-float-youtube {
  top: 82px;
  left: 23px;
  width: 113px;
  height: 113px;
  --float-x: 1.8px;
  --float-y: -7px;
  --float-duration: 6.2s;
}

.hero-float-gemini {
  top: 81px;
  right: 23px;
  width: 100px;
  height: 100px;
  --float-x: -1.8px;
  --float-y: 7px;
  --float-duration: 5.8s;
}

.hero-float-chatgpt {
  top: 328px;
  left: 10px;
  width: 101px;
  height: 101px;
  --float-x: 1.6px;
  --float-y: -6px;
  --float-duration: 6.8s;
}

.hero-float-capcut {
  top: 339px;
  right: 0;
  width: 126px;
  height: 126px;
  --float-x: -1.6px;
  --float-y: 6px;
  --float-duration: 5.6s;
}

.hero-float-adobe {
  top: 410px;
  left: 18px;
  width: 114px;
  height: 114px;
  --float-x: 1.9px;
  --float-y: -7px;
  --float-duration: 6.4s;
}

.hero-float-netflix {
  top: 410px;
  right: -4px;
  width: 96px;
  height: 96px;
  --float-x: -1.8px;
  --float-y: 7px;
  --float-duration: 5.9s;
}

.hero-trust {
  width: 100%;
  max-width: 246px;
  margin: 26px auto 0;
}

.trust-list li {
  min-height: 32px;
  gap: 10px;
  border-bottom-color: rgba(193, 200, 225, 0.52);
}

.hero-cta-wrap {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: 284px;
  margin: 32px auto 0;
  transform: none;
}

.hero .primary-cta {
  width: 100%;
  height: 58px;
  min-height: 58px;
  border-radius: 22px;
  font-size: 17px;
  font-weight: 800;
}

.hero-cat {
  position: absolute;
  top: -42px;
  right: 18px;
  z-index: 4;
  width: 76px;
  height: 76px;
}

.popular {
  position: relative;
  z-index: 1;
}

/* HERO BACKGROUND FIX - use white bottom curve, not purple oval */
.hero-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
  min-height: 700px;
  padding: 28px 24px 86px;
  background:
    radial-gradient(circle at 9% 18%, rgba(205, 218, 255, 0.16), transparent 27%),
    radial-gradient(circle at 92% 20%, rgba(228, 220, 255, 0.17), transparent 27%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 55%,
      #fbfbff 74%,
      #f2efff 100%
    );
}

.hero-section::before,
.hero-section::after {
  display: none !important;
}

.hero-bottom-oval {
  position: absolute;
  left: 50%;
  bottom: -225px;
  width: 760px;
  height: 300px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(250, 249, 255, 0.96) 100%);
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 -34px 80px rgba(190, 184, 255, 0.12);
}

.hero-content,
.topbar,
.hero-trust,
.hero-cta-wrap {
  position: relative;
  z-index: 5;
}

.hero-float,
.hero-float-icon,
.deco-dot {
  z-index: 3;
}

.hero-cat,
.hero .primary-cta {
  z-index: 6;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-float,
  .hero-float-icon,
  .hero-floating-icon {
    animation: none !important;
  }
}


/* =========================================================
   FINAL HERO BOTTOM CURVE FIX
   목적:
   - 기존 흰색/보라색 타원이 히어로 내부로 올라와서 생기는 '위로 볼록' 곡선 제거
   - .hero-bottom-oval의 윗부분을 clip-path로 잘라서 히어로 내부에는 보이지 않게 함
   - 아래로 삐져나온 부분만 보여서 히어로 하단이 밑으로 볼록하게 보이게 함
   ========================================================= */

.hero,
.hero-section {
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
  isolation: isolate !important;
  min-height: 720px !important;
  padding: 31px 24px 96px !important;
  background:
    radial-gradient(circle at 9% 18%, rgba(207, 218, 255, 0.14), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(230, 221, 255, 0.16), transparent 26%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 58%,
      #fbfbff 78%,
      #f1efff 100%
    ) !important;
}

/* 기존 pseudo curve는 반대 방향 곡선을 만들기 때문에 완전히 제거 */
.hero::before,
.hero::after,
.hero-section::before,
.hero-section::after {
  display: none !important;
  content: none !important;
}

/*
  핵심:
  - 타원 자체는 히어로 하단 아래로 내려둔다.
  - clip-path로 타원의 윗부분을 잘라서 히어로 내부에 '위로 볼록'이 보이지 않게 한다.
  - 보이는 것은 아래로 돌출된 하단 곡선뿐이다.
*/
.hero-bottom-oval {
  position: absolute !important;
  left: 50% !important;
  bottom: -78px !important;
  width: 560px !important;
  height: 190px !important;
  transform: translateX(-50%) !important;
  border-radius: 50% !important;
  background: #f1efff !important;
  clip-path: inset(112px 0 0 0) !important;
  box-shadow: none !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* 콘텐츠/아이콘은 하단 곡선보다 위에 둔다 */
.topbar,
.hero-content,
.hero-trust,
.hero-cta-wrap,
.hero-cat,
.hero .primary-cta {
  position: relative !important;
  z-index: 5 !important;
}

.hero-float,
.hero-float-icon,
.deco-dot {
  z-index: 4 !important;
}

/* 다음 섹션이 돌출된 하단 곡선을 덮지 않게 한다 */
.popular {
  position: relative !important;
  z-index: 0 !important;
}

/* === HERO / POPULAR SECTION GAP FIX === */
/* 히어로 하단 라운딩과 목업2 시작 지점 사이 간격 조정 */

.popular {
  padding-top: 230px !important;
}

.hero-cta-wrap {
  position: relative !important;
  margin-top: 32px !important; /* 기존 간격은 유지 */
  top: 100px !important;        /* 버튼+고양이만 아래로 이동 */
}

/* trust 3줄 아래로 내리기 */
.trust-list.hero-trust {
  position: relative !important;
  top: 60px !important;
}

.trust-list.hero-trust li:nth-child(1) {
  transform: translateY(0);
}

.trust-list.hero-trust li:nth-child(2) {
  transform: translateY(30px);
}

.trust-list.hero-trust li:nth-child(3) {
  transform: translateY(60px);
}

/* === HERO TRUST CENTER ONLY === */
/* 일단 최근 7일 / 누적 고객 / 당일 발송 3줄만 중앙으로 이동 */

.trust-list.hero-trust {
  width: fit-content !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.trust-list.hero-trust li {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(224, 228, 250, 0.78) !important;
}

.trust-list.hero-trust li:last-child {
  border-bottom: 0 !important;
}

/* === HERO TRUST DIVIDER FIX === */
/* trust 3줄 사이 구분선 위치/길이 조정 */

.trust-list.hero-trust li {
  position: relative !important;
  border-bottom: 0 !important;
}

/* 1번째, 2번째 줄 아래에만 짧은 중앙선 생성 */
.trust-list.hero-trust li:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -10px !important;
  width: 210px !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: rgba(193, 200, 225, 0.52) !important;
  border-radius: 999px !important;
}

/* === HERO CAT POSITION/SIZE FIX === */

.hero-cat {
  width: 92px !important;
  height: 92px !important;
  right: 18px !important;
  top: -48px !important;
  z-index: 8 !important;
}

/* === HERO CAT VISUAL SCALE ONLY === */
/* 부모 박스는 고정하고, 실제 고양이 이미지만 시각적으로 키움 */

.hero-cat {
  width: 88px !important;
  height: 88px !important;
  right: -230px !important;
  top: 44px !important;
  overflow: visible !important;
  z-index: 8 !important;
}

.hero-cat img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(1.58) !important;
  transform-origin: center bottom !important;
}

/* === HERO CTA WIDTH + RADIUS FIX === */

.hero-cta-wrap {
  width: calc(100% - 56px) !important;
  max-width: 342px !important;
}

/* 버튼 라운딩 덜 둥글게 */
.hero .primary-cta,
.primary-cta {
  border-radius: 16px !important;
  min-height: 60px !important;
}

/* === HERO TITLE VISUAL ONLY FIX === */
/* 배경 안 늘어나게 margin/padding/line-height 건드리지 않음 */

.hero h1 {
  margin: 22px 0 15px !important;
  line-height: 1.18 !important;
  transform: none !important;
}

/* 제목 전체를 아래로 내림: 레이아웃 높이 안 바뀜 */
.hero h1 span {
  position: relative !important;
  top: 20px !important;
}

/* 두 번째 줄만 더 내려서 줄 사이 넓게 보이게 함 */
.hero h1 span:nth-child(2) {
  top: 30px !important;
}

/* === HERO TEXT VISUAL MOVE ONLY === */
/* 배경 안 늘어나게 margin/padding/line-height 사용 금지 */

/* 공식가 대비 배지 더 내리기 */
.hero-pill {
  position: relative !important;
  top: 20px !important;
}

/* 매달 나가는... 설명문 더 내리기 */
.hero-copy {
  position: relative !important;
  top: 35px !important;
}

/* === HERO SUBSCRIPTION ASSET POSITION FIX === */
/* top: 아래/위, left/right: 좌우, width/height: 크기 */

.hero-float-youtube {
  top: 102px !important;
  left: 16px !important;
  width: 114px !important;
  height: 114px !important;
}

.hero-float-gemini {
  top: 100px !important;
  right: 28px !important;
  width: 95px !important;
  height: 95px !important;
}

.hero-float-chatgpt {
  top: 375px !important;
  left: 2px !important;
  width: 104px !important;
  height: 104px !important;
}

.hero-float-capcut {
  top: 360px !important;
  right: -4px !important;
  width: 120px !important;
  height: 120px !important;
}

.hero-float-adobe {
  top: 538px !important;
  left: 6px !important;
  width: 100px !important;
  height: 100px !important;
}

.hero-float-netflix {
  top: 518px !important;
  right: 8px !important;
  width: 92px !important;
  height: 92px !important;
}

.hero .hero-float.hero-float-icon img {
  filter:
    drop-shadow(0 16px 24px rgba(45, 55, 112, 0.18))
    drop-shadow(0 4px 8px rgba(45, 55, 112, 0.09)) !important;
}

/* === FONT FINAL TUNING === */
body {
  font-family: var(--font-body);
}

h1,
h2,
.hero h1,
.section-head h2,
.popular .section-head h2,
.why .section-head h2,
.how .section-head h2,
.reviews .section-head h2,
.faq .section-head h2,
.support-copy h2,
.brand,
.primary-cta,
.hero .primary-cta,
.support-button,
.price-current,
.support-copy h2 {
  font-family: var(--font-title);
  font-weight: 700;
}

h1 strong,
h2 strong,
.hero h1 strong,
.section-head h2 strong {
  font-weight: inherit;
}

h3,
.product-topline h3,
.why-copy h3,
.step-copy h3,
.review-top h3,
.pill,
.hero-pill,
.section-pill,
.popular .section-pill,
.why .section-pill,
.how .section-pill,
.reviews .section-pill,
.faq .section-pill,
.text-link,
.popular .text-link,
.outline-cta,
.more-button,
.detail-button,
.live-pill,
.popular .live-pill,
.price-label,
.number-badge,
.review-chip,
.review-chip strong,
.review-chip .star-text,
.faq-question,
.business-info dt,
.footer-links .strong {
  font-family: var(--font-title);
  font-weight: 600;
}

.trust-list.hero-trust li {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: -0.02em;
  font-weight: 400 !important;
}

.trust-list.hero-trust strong {
  font-weight: 500 !important;
}

.trust-list.hero-trust strong.is-counting {
  font-variant-numeric: tabular-nums;
  will-change: contents;
}

.trust-list.hero-trust .trust-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.trust-list.hero-trust .trust-icon img {
  width: 60px;
  height: 60px;
  transform: translate(-14px, -12px);
}

.trust-list.hero-trust li:nth-child(2) .trust-icon img {
  transform: translate(-14px, -12.7px);
}

.trust-list.hero-trust li:nth-child(3) .trust-icon img {
  transform: translate(-14px, -13px);
}

.hero-copy {
  font-size: 13.5px;
}

.hero-pill {
  font-weight: 500 !important;
}

.hero h1 {
  letter-spacing: 0;
}

/* === HERO FLOAT ANIMATION UPGRADE - SOFT PLUS VERSION === */
/* 너무 과하지 않게, 기존보다 아주 살짝 더 생동감 있게 */

.hero-float {
  --hero-float-hover-scale: 1.055;
  --hero-float-press-scale: 0.965;
  cursor: pointer;
  pointer-events: auto !important;
  will-change: transform !important;
  animation-name: heroFloat !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
  animation-direction: alternate !important;
}

.hero-float img {
  pointer-events: auto !important;
  transform: scale(1);
  transform-origin: center center;
  transition:
    transform 170ms var(--ease-out),
    filter 170ms var(--ease-out) !important;
  will-change: transform;
}

.hero-content {
  pointer-events: none;
}

.hero-content a,
.hero-content button,
.hero-content .tap-target,
.hero .primary-cta {
  pointer-events: auto;
}

.hero-cta-wrap {
  pointer-events: none;
}

.hero-cta-wrap .primary-cta {
  pointer-events: auto;
}

@media (hover: hover) {
  .hero-float:hover img {
    transform: scale(var(--hero-float-hover-scale));
  }
}

.hero-float:active img {
  transform: scale(var(--hero-float-press-scale));
}

/* 에셋별 움직임 강도/속도 */
.hero-float-youtube {
  --float-x: 5.5px;
  --float-y: -10.5px;
  --float-duration: 5.45s;
}

.hero-float-gemini {
  --float-x: -6.5px;
  --float-y: 10px;
  --float-duration: 5.85s;
}

.hero-float-chatgpt {
  --float-x: 6.5px;
  --float-y: -9.5px;
  --float-duration: 5.25s;
}

.hero-float-capcut {
  --float-x: -6.5px;
  --float-y: 10.5px;
  --float-duration: 6.05s;
}

.hero-float-adobe {
  --float-x: 5.5px;
  --float-y: -10.5px;
  --float-duration: 5.65s;
}

.hero-float-netflix {
  --float-x: -5.5px;
  --float-y: 9.5px;
  --float-duration: 5.35s;
}

/* 은은하지만 조금 더 살아있는 둥둥 움직임 */
@keyframes heroFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--icon-rotate)) scale(1);
  }

  38% {
    transform: translate3d(
      calc(var(--float-x) * 0.5),
      calc(var(--float-y) * 0.6),
      0
    ) rotate(calc(var(--icon-rotate) + 1.1deg)) scale(1.01);
  }

  72% {
    transform: translate3d(
      calc(var(--float-x) * -0.3),
      calc(var(--float-y) * 0.8),
      0
    ) rotate(calc(var(--icon-rotate) - 0.9deg)) scale(0.996);
  }

  100% {
    transform: translate3d(var(--float-x), var(--float-y), 0)
      rotate(calc(var(--icon-rotate) + 1.35deg)) scale(1.012);
  }
}

/* === HERO HEIGHT COMPACT FIX === */
.hero,
.hero-section {
  min-height: 700px !important;
  padding-bottom: 78px !important;
}

.hero-content {
  padding-top: 100px !important;
}

.hero h1 span {
  top: 14px !important;
}

.hero h1 span:nth-child(2) {
  top: 22px !important;
}

.hero-pill {
  top: 16px !important;
}

.hero-copy {
  top: 28px !important;
}

.trust-list.hero-trust {
  top: 38px !important;
}

.trust-list.hero-trust li:nth-child(2) {
  transform: translateY(24px);
}

.trust-list.hero-trust li:nth-child(3) {
  transform: translateY(48px);
}

.hero-cta-wrap {
  margin-top: 28px !important;
  top: 80px !important; /* 버튼+고양이 묶음 세로 위치: 숫자를 키우면 아래로 내려감 */
}

.popular {
  padding-top: 176px !important;
}

/* === HERO SUBTLE DOTS + TRUST DIVIDERS === */
.trust-list.hero-trust li:not(:last-child)::after {
  background: rgba(193, 200, 225, 0.28) !important;
}

.hero .deco-dot {
  opacity: 0.3;
}

.hero .dot-a {
  width: 4px;
  height: 4px;
  opacity: 0.8;
}

.hero .dot-b {
  width: 5px;
  height: 5px;
  opacity: 0.8;
}

.hero .dot-c {
  width: 3px;
  height: 3px;
  opacity: 0.8;
}

.hero .dot-d {
  width: 6px;
  height: 6px;
  opacity: 0.8;
}

.hero .dot-e {
  width: 4.5px;
  height: 4.5px;
  opacity: 0.8;
}

/* === PILL TEXT TUNING === */
.pill,
.hero-pill,
.section-pill,
.popular .section-pill,
.why .section-pill,
.how .section-pill,
.reviews .section-pill,
.faq .section-pill {
  font-size: 12.5px !important;
  font-weight: 400 !important;
}

/* === POPULAR SECTION TEXT LIGHTENING === */
.popular .section-head h2 {
  font-size: 27px !important;
  font-weight: 600 !important;
}

.popular .section-head p:not(.pill) {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.popular .text-link {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.popular .product-topline h3 {
  font-size: 15.5px !important;
  font-weight: 500 !important;
}

.popular .product-card p {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.popular .detail-button {
  font-size: 11px !important;
  font-weight: 500 !important;
}

.popular .more-button {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* === POPULAR PRICE + ASSET DETAIL TUNING === */
.popular .live-pill {
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}

.popular .price-line strong {
  font-weight: 700 !important;
}

.popular .discount {
  font-weight: 600 !important;
}

.popular .product-icon img {
  filter: drop-shadow(0 2px 5px rgba(42, 54, 108, 0.12));
}

/* === NON-HERO BACKGROUND DOT TUNING === */
.why .deco-dot,
.footer .deco-dot {
  opacity: 0.78;
}

.why .why-dot-a {
  width: 7px;
  height: 7px;
  opacity: 0.82;
}

.why .why-dot-b {
  width: 4.5px;
  height: 4.5px;
  opacity: 0.74;
}

.why .why-dot-c {
  width: 5.5px;
  height: 5.5px;
  opacity: 0.88;
}

.footer .footer-dot-a {
  width: 4.5px;
  height: 4.5px;
  opacity: 0.76;
}

.footer .footer-dot-b {
  width: 6px;
  height: 6px;
  opacity: 0.86;
}

/* === MOCKUP 3-8 TYPOGRAPHY TUNING === */
.why .section-head h2,
.how .section-head h2,
.reviews .section-head h2,
.faq .section-head h2,
.support-copy h2 {
  font-size: 27px !important;
  font-weight: 600 !important;
}

.why .section-head p:not(.pill),
.how .section-head p:not(.pill),
.reviews .section-head p:not(.pill),
.faq .section-head p:not(.pill),
.support-copy p {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.why-copy h3,
.step-copy h3,
.review-top h3 {
  font-size: 15.5px !important;
  font-weight: 500 !important;
}

.why-copy p,
.step-copy p,
.review-card blockquote,
.faq-answer p,
.review-banner p {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.number-badge,
.why .number-badge,
.step-card .number-badge,
.faq-label {
  font-size: 11.5px !important;
  font-weight: 500 !important;
}

.how-summary strong,
.review-banner strong,
.faq-bottom strong {
  font-size: 12.5px !important;
  font-weight: 500 !important;
}

.how-summary span:not(.summary-icon),
.service-tag,
.review-meta,
.faq-bottom p,
.copyright {
  font-size: 10.5px !important;
  font-weight: 400 !important;
}

.review-chip,
.review-chip strong,
.review-chip .star-text,
.review-meta span:last-child {
  font-size: 10.5px !important;
  font-weight: 500 !important;
}

.avatar {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.faq-question {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.outline-cta,
.support-button {
  font-size: 11px !important;
  font-weight: 500 !important;
}

.business-info,
.footer-links {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.business-info dt,
.footer-links .strong {
  font-weight: 500 !important;
}

.business-info dd {
  font-weight: 400 !important;
}

/* === HOW SUMMARY TEXT POSITION TUNING === */
.how-summary .summary-icon {
  margin-bottom: 4px !important;
}

.how-summary strong,
.how-summary span:not(.summary-icon) {
  transform: translateY(-10px);
}

.how-summary strong {
  font-size: 12px !important;
}

.how-summary span:not(.summary-icon) {
  display: block;
  font-size: 10px !important;
}

/* === HOW STEP CONNECTOR ALIGNMENT === */
.step-item {
  position: relative;
}

.step-item:not(:last-child)::after {
  left: 36px !important;
  bottom: -30px !important;
  height: 30px !important;
  border-left-width: 1.5px !important;
}

.step-item:not(:last-child)::before {
  content: none !important;
}

.step-item:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  left: 36px !important;
  top: 0 !important;
  z-index: 8 !important;
  width: 8px !important;
  height: 8px !important;
  border: 2px solid rgba(244, 241, 255, 0.98) !important;
  border-radius: 50% !important;
  background: #9387ff !important;
  box-shadow: 0 0 0 2px rgba(147, 135, 255, 0.12) !important;
  transform: translate(-50%, -50%) scale(0.72);
  box-sizing: border-box !important;
}

/* === HOW STEP CONNECTOR SEQUENCE MOTION === */
.step-item:not(:last-child)::after {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}

.step-item:not(:first-child)::before {
  opacity: 0;
}

.step-item.is-visible:not(:last-child)::after {
  animation: stepConnectorGrow 520ms ease-out 180ms both;
}

.step-item.is-visible:not(:first-child)::before {
  animation: stepDotPop 360ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.step-item:nth-child(2).is-visible::before {
  animation-delay: 260ms;
}

.step-item:nth-child(2).is-visible::after {
  animation-delay: 430ms;
}

.step-item:nth-child(3).is-visible::before {
  animation-delay: 620ms;
}

@keyframes stepConnectorGrow {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  100% {
    opacity: 0.78;
    transform: scaleY(1);
  }
}

@keyframes stepDotPop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }

  70% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.12);
  }

  100% {
    opacity: 0.86;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* === REVIEW CAROUSEL ARROW IMAGE BUTTONS === */
.carousel-arrow {
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  overflow: visible !important;
  transform-origin: center center !important;
  transition: transform 120ms var(--ease-out), opacity 120ms var(--ease-out) !important;
}

.carousel-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(42, 54, 108, 0.08));
  transition: transform 120ms var(--ease-out), filter 120ms var(--ease-out), opacity 120ms var(--ease-out);
}

.carousel-arrow:active,
.carousel-arrow.tap-target.is-tapping {
  transform: translateY(-50%) scale(0.93) !important;
  opacity: 0.9;
}

.carousel-arrow:active img,
.carousel-arrow.tap-target.is-tapping img {
  transform: scale(0.94);
  filter: drop-shadow(0 2px 5px rgba(42, 54, 108, 0.12)) brightness(0.94);
}

.review-track {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.review-track::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* === POPULAR FEATURED CAT POSITION === */
.popular .product-featured .peek-cat {
  top: -85px !important;
  right: -5px !important;
  width: 132px !important;
  height: 132px !important;
  z-index: 7 !important;
  pointer-events: none;
}

/* === SECTION DESCRIPTION SIZE TUNING === */
.popular .section-head > p:not(.pill),
.why .section-head > p:not(.pill),
.how .section-head > p:not(.pill),
.reviews .section-head > p:not(.pill),
.faq .section-head > p:not(.pill) {
  font-size: 12px !important;
}

/* === POPULAR PRICE WEIGHT TUNING === */
.popular .price-line strong {
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}

/* === WHY ICON VISUAL SIZE TUNING === */
.why .why-icon {
  width: 124px !important;
  height: 124px !important;
}

.why .why-icon img {
  transform-origin: center;
}

.why .why-card:nth-child(1) .why-icon img {
  transform: scale(1);
}

.why .why-card:nth-child(2) .why-icon img {
  transform: scale(1.08);
}

.why .why-card:nth-child(3) .why-icon img {
  transform: scale(1.1);
}

/* === REVIEWS SECTION COMPACT LAYOUT === */
.reviews {
  min-height: auto !important;
  padding-bottom: 52px !important;
}

.reviews .carousel-wrap {
  margin: 30px -24px 0 !important;
}

.reviews .review-card {
  min-height: 312px !important;
  padding-bottom: 14px !important;
}

.reviews .review-card blockquote::before {
  left: 18px !important;
}

.reviews .review-card blockquote::after {
  right: 18px !important;
}

/* === REVIEW SERVICE TAG TUNING === */
.reviews .service-tag {
  min-height: 19px !important;
  padding: 0 9px 0 2px !important;
  gap: 1px !important;
  border-radius: 7px !important;
  font-size: 8px !important;
  line-height: 1 !important;
}

.reviews .service-tag img {
  width: 25px !important;
  height: 25px !important;
}

/* === FAQ QUESTION ICON SHADOW === */
.faq .faq-hero-icon {
  filter:
    drop-shadow(0 12px 22px rgba(48, 67, 140, 0.11))
    drop-shadow(0 3px 6px rgba(86, 100, 239, 0.08)) !important;
}

/* === FAQ SECTION COMPACT LAYOUT === */
.faq {
  min-height: auto !important;
  padding-bottom: 54px !important;
}

/* === SUPPORT SECTION COMPACT TUNING === */
.support {
  min-height: auto !important;
  padding-top: 58px !important;
  padding-bottom: 64px !important;
}

.support-card {
  min-height: 174px !important;
  padding: 24px 16px 16px 28px !important;
  border-radius: 26px !important;
}

.support-card::after {
  top: 20px !important;
  right: 42px !important;
  color: rgba(188, 181, 255, 0.48) !important;
  font-size: 21px !important;
}

.support-card::before {
  content: "" !important;
  position: absolute;
  top: 54px;
  right: 26px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(104, 157, 255, 0.42);
  pointer-events: none;
}

.support-copy h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.support-year-round {
  display: inline-block;
  color: #6284ff;
  font-weight: 760;
  background: linear-gradient(135deg, #5c84ff 0%, #8a80f4 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 18px rgba(61, 119, 255, 0.13);
}

.support-copy p {
  max-width: 190px !important;
  margin-bottom: 13px !important;
  font-size: 12px !important;
  line-height: 1.48 !important;
}

.support-hours {
  display: flex;
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 14px;
  padding: 1px 0 1px 10px;
  border: 0;
  border-left: 2px solid rgba(92, 132, 255, 0.55);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: supportHoursPulse 3.2s ease-in-out infinite;
}

.support-hours span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  color: #6170a2;
  background: transparent;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.2;
}

.support-hours strong {
  display: block;
  color: #17213e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.24;
  text-align: left;
  white-space: nowrap;
}

.support-button {
  width: 156px !important;
  min-height: 46px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 15px !important;
  gap: 7px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    filter 180ms var(--ease-out) !important;
}

.support-button span {
  font-size: 23px !important;
}

@media (hover: hover) {
  .support-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.025);
    box-shadow: 0 16px 32px rgba(55, 125, 255, 0.24) !important;
  }
}

.support-button.is-tapping,
.support-button:active {
  transform: scale(0.975) !important;
}

.support-cat {
  right: 0px !important;
  bottom: -26px !important;
  width: 190px !important;
  height: 190px !important;
  cursor: pointer;
  transform-origin: center bottom;
  transition:
    transform 180ms var(--ease-out),
    filter 180ms var(--ease-out) !important;
}

@media (hover: hover) {
  .support-cat:hover {
    transform: translateY(-2px) scale(1.025);
    filter: drop-shadow(0 14px 22px rgba(65, 91, 180, 0.13));
  }
}

.support-cat:active {
  transform: scale(0.975);
}

/* === MOCKUP 7-8 SPACING TUNING === */
.support {
  padding-bottom: 20px !important;
}

.footer {
  min-height: 490px !important;
  padding-top: 142px !important;
  padding-bottom: 42px !important;
}

.footer-paw {
  bottom: -48px !important;
}

.footer .footer-dot-b {
  bottom: 62px !important;
}

/* === SUBTLE LANDING ANIMATIONS === */
.reveal {
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.hero-pill {
  position: relative;
  overflow: hidden;
}

.hero-pill::after {
  content: "";
  position: absolute;
  top: -42%;
  left: -62%;
  width: 42%;
  height: 184%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(18deg);
  animation: pillShine 4.2s ease-in-out infinite;
  pointer-events: none;
}

.hero .primary-cta {
  animation: ctaBreath 3s ease-in-out infinite;
}

.product-card {
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

@media (hover: hover) {
  .product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(159, 146, 255, 0.48);
    box-shadow:
      0 20px 48px rgba(48, 67, 140, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}

.product-card:active {
  transform: scale(0.985);
}

.why-card,
.step-card,
.how-summary,
.faq-item,
.more-button {
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

@media (hover: hover) {
  .why-card:hover,
  .step-card:hover,
  .how-summary:hover,
  .faq-item:hover,
  .more-button:hover {
    transform: translateY(-4px);
    border-color: rgba(159, 146, 255, 0.48);
    box-shadow:
      0 20px 48px rgba(48, 67, 140, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}

.why-card:active,
.step-card:active,
.how-summary:active,
.faq-item:active,
.more-button:active {
  transform: scale(0.985);
}

.live-pill span {
  animation: livePulse 1.45s ease-in-out infinite;
}

.why-icon,
.step-icon,
.summary-icon {
  animation: softIconFloat 4.8s ease-in-out infinite alternate;
}

.why-card:nth-child(2) .why-icon,
.step-item:nth-child(2) .step-icon,
.how-summary > div:nth-child(2) .summary-icon {
  animation-delay: -1.2s;
}

.why-card:nth-child(3) .why-icon,
.step-item:nth-child(3) .step-icon,
.how-summary > div:nth-child(3) .summary-icon {
  animation-delay: -2s;
}

.review-card blockquote::before,
.review-card blockquote::after {
  animation: quoteFloat 3.4s ease-in-out infinite alternate;
}

.review-card blockquote::after {
  animation-delay: -1.1s;
}

@keyframes pillShine {
  0%,
  45% {
    left: -62%;
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes ctaBreath {
  0%,
  100% {
    box-shadow: 0 15px 32px rgba(55, 125, 255, 0.18);
  }

  50% {
    box-shadow: 0 20px 42px rgba(55, 125, 255, 0.26);
  }
}

@keyframes livePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 2px rgba(57, 124, 255, 0.12);
  }

  50% {
    transform: scale(1.18);
    box-shadow: 0 0 0 5px rgba(57, 124, 255, 0.08);
  }
}

@keyframes supportHoursPulse {
  0%,
  100% {
    border-left-color: rgba(92, 132, 255, 0.48);
    filter: drop-shadow(0 0 0 rgba(92, 132, 255, 0));
  }

  50% {
    border-left-color: rgba(92, 132, 255, 0.82);
    filter: drop-shadow(0 0 6px rgba(92, 132, 255, 0.18));
  }
}

@keyframes softIconFloat {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes quoteFloat {
  0% {
    transform: translateY(0);
    opacity: 0.72;
  }

  100% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* === REQUESTED MOTION + DETAIL REFINEMENTS === */
.popular .live-pill {
  min-height: 21px !important;
  height: 21px !important;
  padding: 0 6px !important;
  font-size: 8.5px !important;
  line-height: 21px !important;
}

.popular .product-featured {
  border-color: rgba(218, 224, 255, 0.66) !important;
}

.copyright {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.why .why-icon,
.how .step-icon,
.how-summary .summary-icon {
  animation: none !important;
}

.reviews .review-card blockquote {
  margin-top: 52px !important;
  margin-bottom: 66px !important;
}

.reviews .review-card blockquote::before {
  top: -39px !important;
  animation: none !important;
}

.reviews .review-card blockquote::after {
  bottom: -68px !important;
  animation: none !important;
}

@media (hover: hover) {
  .popular .product-featured:hover {
    border-color: rgba(159, 146, 255, 0.48) !important;
  }
}

.footer-links {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.faq-question > span:not(.faq-label):not(.faq-toggle) {
  letter-spacing: -0.01em !important;
  font-weight: 500 !important;
}

.faq-question .faq-label {
  font-family: var(--font-title) !important;
  font-weight: 500 !important;
}

/* === FOOTER BUSINESS SEPARATOR CONSISTENCY === */
.business-info {
  gap: 13px !important;
  line-height: 1.2 !important;
  font-size: 11px !important;
}

.business-info div {
  gap: 10px !important;
}

.business-label-hidden {
  display: none !important;
}

.business-info .business-name-row {
  grid-template-columns: 1fr !important;
}

.business-info .business-name {
  padding-left: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 560 !important;
  line-height: 1.18 !important;
  color: #4d596e !important;
}

.business-info .business-name::before {
  content: none !important;
  display: none !important;
}

.business-info .business-address-row {
  align-items: start !important;
}

.business-info .business-address-row dt {
  padding-top: 1px !important;
}

.business-info .business-address-row dd {
  line-height: 1.24 !important;
  word-break: keep-all;
}

.business-info dt,
.business-info dd {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.business-info .business-name {
  font-size: 13px !important;
  font-weight: 560 !important;
}

.footer-links {
  font-size: 11px !important;
  font-weight: 400 !important;
}

.footer-links a {
  font-weight: 400 !important;
}

.business-info dd::before {
  width: 1px !important;
  height: 17px !important;
  left: 0 !important;
  background: rgba(205, 205, 247, 0.82) !important;
  transform: translate3d(0, -50%, 0) !important;
  transition: none !important;
}

.business-info div:nth-child(1) dd::before,
.business-info div:nth-child(2) dd::before,
.business-info div:nth-child(5) dd::before,
.business-info div:nth-child(6) dd::before {
  left: 0 !important;
}

.business-info div:nth-child(3) dd::before {
  left: 0 !important;
}

.business-info div:nth-child(4) dd::before {
  left: 0 !important;
}

.business-info .business-address-row dd::before {
  height: 25px !important;
}

/* === FOOTER LINK SEPARATOR CONSISTENCY === */
.footer-links a:not(:first-child)::before {
  width: 1px !important;
  height: 17px !important;
  left: 0 !important;
  background: rgba(205, 205, 247, 0.82) !important;
  transform: translate3d(0, -50%, 0) !important;
  transition: none !important;
}

.footer-links a:nth-child(2)::before,
.footer-links a:nth-child(3)::before {
  left: 0 !important;
}

.footer-links .tap-target,
.footer-links .tap-target.is-tapping {
  transform: none !important;
  transition: none !important;
}

/* === DECORATION SUBTLE MOTION TUNING === */
.support-card::after {
  color: rgba(188, 181, 255, 0.6) !important;
}

.support-card::before {
  background: rgba(104, 157, 255, 0.6) !important;
}

.hero .deco-dot {
  animation: heroDotFloat 5.8s ease-in-out infinite alternate;
}

.hero .dot-a {
  --dot-x: 2px;
  --dot-y: -5px;
  animation-duration: 5.2s;
}

.hero .dot-b {
  --dot-x: -2px;
  --dot-y: 6px;
  animation-delay: -1.1s;
  animation-duration: 6.1s;
}

.hero .dot-c {
  --dot-x: 1.5px;
  --dot-y: -4px;
  animation-delay: -1.8s;
  animation-duration: 5.6s;
}

.hero .dot-d {
  --dot-x: -2.5px;
  --dot-y: 5px;
  animation-delay: -2.4s;
  animation-duration: 6.4s;
}

.hero .dot-e {
  --dot-x: 2px;
  --dot-y: -5px;
  animation-delay: -0.7s;
  animation-duration: 5.9s;
}

@keyframes heroDotFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(var(--dot-x), var(--dot-y), 0);
  }
}

/* === HERO CTA CAT ANCHOR FIX === */
.hero-cta-wrap {
  position: relative !important;
  padding-top: 88px !important;
  overflow: visible !important;
  scale: 1;
  translate: 0 0;
  transform-origin: center bottom !important;
  transition:
    scale 180ms var(--ease-out),
    translate 180ms var(--ease-out) !important;
}

.hero-cat {
  position: absolute !important;
  top: 44px !important;
  right: 24px !important;
  bottom: auto !important;
  left: auto !important;
  width: 88px !important;
  height: 88px !important;
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
  z-index: 8 !important;
}

.hero-cat img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(1.58) !important;
  transform-origin: center bottom !important;
  transition: transform 180ms var(--ease-out) !important;
}

/* Decorative cat should not block CTA clicks. */
.hero-cat,
.hero-cat img {
  pointer-events: none !important;
}

.hero-cta-wrap .primary-cta.is-tapping {
  transform: none !important;
}

.hero-cta-wrap.is-cta-hovering {
  scale: 1.018;
  translate: 0 -2px;
}

.hero-cta-wrap.is-cta-hovering .primary-cta {
  filter: brightness(1.025);
}

.hero-cta-wrap.is-cta-tapping {
  scale: 0.985;
  translate: 0 1px;
}

.hero-cta-wrap.is-cta-tapping .hero-cat img {
  transform: scale(1.58) !important;
}

/* === NO NAV HERO GLOBAL COMPACT FIX === */
.no-nav .hero-section {
  --hero-assets-lift: 54px;
  --hero-text-top: 55px;
  --hero-cta-top: 85px;
  --hero-height-trim: 58px;
}

.no-nav .hero-section > .topbar,
.no-nav .hero > .topbar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.no-nav .hero,
.no-nav .hero-section {
  min-height: calc(700px - var(--hero-height-trim)) !important;
}

.no-nav .hero-content {
  padding-top: var(--hero-text-top) !important;
}

.no-nav .hero-float-youtube {
  top: calc(64px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-float-gemini {
  top: calc(64px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-float-chatgpt {
  top: calc(326px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-float-capcut {
  top: calc(340px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-float-adobe {
  top: calc(526px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-float-netflix {
  top: calc(505px - var(--hero-assets-lift)) !important;
}

.no-nav .hero .dot-a {
  top: calc(198px - var(--hero-assets-lift)) !important;
}

.no-nav .hero .dot-b {
  top: calc(310px - var(--hero-assets-lift)) !important;
}

.no-nav .hero .dot-c {
  top: calc(178px - var(--hero-assets-lift)) !important;
}

.no-nav .hero .dot-d {
  top: calc(455px - var(--hero-assets-lift)) !important;
}

.no-nav .hero .dot-e {
  top: calc(535px - var(--hero-assets-lift)) !important;
}

.no-nav .hero-cta-wrap {
  top: var(--hero-cta-top) !important;
}

.no-nav .popular {
  padding-top: 164px !important;
}

/* === BOTTOM FLOATING NAV === */
.has-bottom-nav .page {
  padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
}

.bottom-floating-nav {
  position: fixed;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 120;
  width: min(calc(100vw - 22px), 406px);
  height: 92px;
  padding: 16px 18px 13px;
  display: grid;
  grid-template-columns: 1fr 1fr 96px 1fr 1fr;
  align-items: end;
  justify-items: center;
  gap: 0;
  border: 1px solid rgba(197, 189, 255, 0.42);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% -26%, rgba(190, 177, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(254, 253, 255, 0.92));
  box-shadow:
    0 18px 44px rgba(110, 92, 220, 0.15),
    0 8px 24px rgba(77, 126, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bottom-floating-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 1;
  width: 118px;
  height: 74px;
  border: 1px solid rgba(184, 174, 255, 0.48);
  border-top: 0;
  border-radius: 0 0 68px 68px;
  background:
    radial-gradient(circle at 50% 38%, rgba(180, 168, 255, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(248, 247, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow:
    0 10px 24px rgba(120, 99, 220, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
  pointer-events: none;
}

.bottom-floating-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -44px;
  z-index: 0;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 139, 255, 0.15), transparent 68%);
  filter: blur(1px);
  transform: translateX(-50%);
  pointer-events: none;
}

.bottom-nav-item,
.bottom-nav-center {
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav-item {
  position: relative;
  z-index: 3;
  min-width: 0;
  width: 100%;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #8f89ba;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.9;
  transform-origin: center bottom;
  transition:
    transform 170ms var(--ease-out),
    color 170ms var(--ease-out),
    opacity 170ms var(--ease-out),
    filter 170ms var(--ease-out);
}

.bottom-floating-nav > .bottom-nav-item:nth-of-type(1) {
  grid-column: 1;
}

.bottom-floating-nav > .bottom-nav-item:nth-of-type(2) {
  grid-column: 2;
}

.bottom-floating-nav > .bottom-nav-item:nth-of-type(4) {
  grid-column: 4;
}

.bottom-floating-nav > .bottom-nav-item:nth-of-type(5) {
  grid-column: 5;
}

.bottom-nav-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.bottom-nav-icon img {
  width: 88px;
  height: 88px;
  max-width: none;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 9px rgba(110, 92, 220, 0.12));
}

.bottom-nav-label {
  display: block;
  white-space: nowrap;
}

.bottom-nav-item.is-active {
  color: #7468f8;
  opacity: 1;
}

.bottom-nav-center {
  position: absolute;
  left: 50%;
  top: -41px;
  z-index: 4;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
  transform-origin: center;
  transition:
    transform 180ms var(--ease-out),
    filter 180ms var(--ease-out);
}

.bottom-nav-center::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(135deg, rgba(236, 244, 255, 0.7) 0%, rgba(241, 233, 255, 0.68) 56%, rgba(250, 238, 255, 0.62) 100%);
  box-shadow:
    0 14px 34px rgba(122, 92, 255, 0.18),
    0 6px 18px rgba(75, 128, 255, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.86);
}

.bottom-nav-center img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 142px;
  height: 142px;
  max-width: none;
  object-fit: contain;
  display: block;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 8px 13px rgba(110, 92, 220, 0.12));
}

.bottom-nav-item.is-tapping,
.bottom-nav-item:active {
  transform: translateY(1px) scale(0.96);
}

.bottom-nav-center.is-tapping,
.bottom-nav-center:active {
  transform: translateX(-50%) translateY(2px) scale(0.96);
}

@media (hover: hover) {
  .bottom-nav-item:hover {
    color: #6f6aff;
    opacity: 1;
    transform: translateY(-2px);
    filter: brightness(1.03);
  }

  .bottom-nav-center:hover {
    transform: translateX(-50%) translateY(-2px) scale(1.025);
    filter: brightness(1.02);
  }
}

@media (max-width: 374px) {
  .bottom-floating-nav {
    width: min(calc(100vw - 16px), 398px);
    height: 88px;
    padding-inline: 10px;
    grid-template-columns: 1fr 1fr 88px 1fr 1fr;
  }

  .bottom-nav-center {
    top: -38px;
    width: 88px;
    height: 88px;
  }

  .bottom-nav-center img {
    width: 134px;
    height: 134px;
  }

  .bottom-nav-item {
    font-size: 11.5px;
  }
}

/* === BOTTOM NAV FRAME IMAGE MODE === */
.has-bottom-nav .page {
  padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
}

.bottom-image-nav {
  position: fixed !important;
  left: 50% !important;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 120 !important;
  width: min(calc(100vw - 18px), 408px) !important;
  height: auto !important;
  aspect-ratio: 1525 / 331 !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  isolation: isolate !important;
  transform: translateX(-50%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.bottom-image-nav::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 22% !important;
  bottom: 1% !important;
  z-index: -1 !important;
  width: 96% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(188, 168, 255, 0.2), transparent 36%),
    linear-gradient(90deg, rgba(139, 113, 255, 0.13), rgba(122, 158, 255, 0.08), rgba(139, 113, 255, 0.13)) !important;
  box-shadow:
    0 12px 28px rgba(132, 104, 220, 0.12),
    0 0 26px rgba(185, 163, 255, 0.18) !important;
  filter: blur(8px) !important;
  opacity: 0.8 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

.bottom-image-nav::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: -28% !important;
  z-index: 0 !important;
  width: 31% !important;
  height: 92% !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(183, 157, 255, 0.19), rgba(183, 157, 255, 0.09) 42%, transparent 72%) !important;
  box-shadow: none !important;
  filter: blur(5px) !important;
  opacity: 0.78 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

.bottom-nav-frame {
  position: absolute;
  left: -4.59%;
  top: -109.97%;
  z-index: 1;
  width: 109.64%;
  height: auto;
  max-width: none;
  display: block;
  pointer-events: none;
  filter:
    drop-shadow(0 14px 24px rgba(112, 91, 220, 0.11))
    drop-shadow(0 4px 10px rgba(92, 124, 255, 0.05));
}

.bottom-nav-hotspot {
  position: absolute;
  top: 22%;
  bottom: 0;
  z-index: 4;
  border-radius: 24px;
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav-hotspot-home {
  left: 4%;
  width: 17%;
}

.bottom-nav-hotspot-product {
  left: 22.5%;
  width: 18%;
}

.bottom-nav-hotspot-review {
  left: 61.5%;
  width: 18%;
}

.bottom-nav-hotspot-contact {
  left: 80%;
  width: 17%;
}

.bottom-image-nav .bottom-nav-center {
  position: absolute !important;
  left: 50% !important;
  top: -32% !important;
  z-index: 5 !important;
  width: 22.5% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: translateX(-50%) !important;
  -webkit-tap-highlight-color: transparent;
}

.bottom-image-nav .bottom-nav-center::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 8% !important;
  z-index: -1 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(184, 160, 255, 0.18), rgba(184, 160, 255, 0.08) 46%, transparent 72%) !important;
  filter: blur(6px) !important;
  opacity: 0.82 !important;
}

.bottom-image-nav .bottom-nav-center img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 146% !important;
  height: 146% !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  transform: translate(-50%, -50%) !important;
  filter:
    drop-shadow(0 12px 20px rgba(112, 91, 220, 0.18))
    drop-shadow(0 3px 8px rgba(78, 126, 255, 0.08)) !important;
}

@media (max-width: 374px) {
  .bottom-image-nav {
    width: min(calc(100vw - 14px), 398px) !important;
  }

  .bottom-image-nav .bottom-nav-center {
    top: -30% !important;
    width: 21.5% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bottom-nav-item,
  .bottom-nav-center {
    transition: none !important;
  }
}

/* === BOTTOM FLOATING NAV REBUILD === */
.bottom-floating-nav {
  width: min(calc(100vw - 20px), 406px) !important;
  height: 70px !important;
  padding: 0 18px 9px !important;
  grid-template-columns: 1fr 1fr 82px 1fr 1fr !important;
  align-items: end !important;
  border: 1px solid rgba(199, 190, 255, 0.48) !important;
  border-radius: 36px !important;
  background:
    radial-gradient(circle at 50% -18px, rgba(192, 178, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92)) !important;
  box-shadow:
    0 18px 42px rgba(111, 94, 215, 0.14),
    0 8px 22px rgba(92, 124, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
}

.bottom-floating-nav::before {
  left: 50% !important;
  top: 0 !important;
  z-index: 2 !important;
  width: 96px !important;
  height: 37px !important;
  border: 1px solid rgba(184, 174, 255, 0.42) !important;
  border-top: 0 !important;
  border-radius: 0 0 52px 52px !important;
  background: transparent !important;
  box-shadow:
    inset 0 -10px 18px rgba(174, 154, 255, 0.08),
    0 8px 18px rgba(132, 104, 220, 0.06) !important;
  transform: translateX(-50%) !important;
}

.bottom-floating-nav::after {
  top: -30px !important;
  z-index: 1 !important;
  width: 100px !important;
  height: 100px !important;
  background: radial-gradient(circle, rgba(169, 145, 255, 0.14), transparent 70%) !important;
}

.bottom-nav-item {
  z-index: 3 !important;
  height: 54px !important;
  justify-content: center !important;
  gap: 3px !important;
  font-size: 11.2px !important;
  font-weight: 600 !important;
  color: #8d88b6 !important;
}

.bottom-nav-icon {
  position: relative !important;
  width: 31px !important;
  height: 31px !important;
  overflow: visible !important;
}

.bottom-nav-icon img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: translate(-50%, -50%) !important;
  filter: drop-shadow(0 5px 8px rgba(110, 92, 220, 0.12)) !important;
}

.bottom-nav-label {
  width: 100% !important;
  text-align: center !important;
}

.bottom-nav-center {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  grid-column: 3 !important;
  z-index: 5 !important;
  width: 80px !important;
  height: 80px !important;
  margin-top: -34px !important;
  align-self: start !important;
  justify-self: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}

.bottom-nav-center::before {
  display: none !important;
}

.bottom-nav-center img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 118px !important;
  height: 118px !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: translate(-50%, -50%) !important;
  filter:
    drop-shadow(0 14px 22px rgba(112, 91, 220, 0.22))
    drop-shadow(0 4px 9px rgba(78, 126, 255, 0.08)) !important;
}

.bottom-nav-center.is-tapping,
.bottom-nav-center:active {
  transform: translateY(2px) scale(0.965) !important;
}

@media (hover: hover) {
  .bottom-nav-center:hover {
    transform: translateY(-2px) scale(1.02) !important;
  }
}

@media (max-width: 374px) {
  .bottom-floating-nav {
    height: 78px !important;
    padding: 0 12px 8px !important;
    grid-template-columns: 1fr 1fr 76px 1fr 1fr !important;
  }

  .bottom-nav-center {
    width: 74px !important;
    height: 74px !important;
    margin-top: -31px !important;
  }

  .bottom-nav-center img {
    width: 108px !important;
    height: 108px !important;
    max-width: none !important;
  }

  .bottom-nav-icon {
    width: 29px !important;
    height: 29px !important;
  }

  .bottom-nav-icon img {
    width: 58px !important;
    height: 58px !important;
    max-width: none !important;
  }

  .bottom-nav-item {
    height: 52px !important;
    font-size: 10.8px !important;
  }
}

/* === BOTTOM NAV IMAGE FINAL OVERRIDE === */
.has-bottom-nav .page {
  padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
}

.bottom-image-nav {
  position: fixed !important;
  left: 50% !important;
  bottom: calc(0px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 120 !important;
  width: min(calc(100vw - 18px), 408px) !important;
  height: 88px !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  isolation: isolate !important;
  transform: translateX(-50%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.bottom-image-nav::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 25% !important;
  bottom: 0 !important;
  z-index: -1 !important;
  width: 94% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(188, 168, 255, 0.18), transparent 36%),
    linear-gradient(90deg, rgba(139, 113, 255, 0.1), rgba(122, 158, 255, 0.07), rgba(139, 113, 255, 0.1)) !important;
  box-shadow:
    0 12px 26px rgba(132, 104, 220, 0.1),
    0 0 24px rgba(185, 163, 255, 0.15) !important;
  filter: blur(8px) !important;
  opacity: 0.9 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

.bottom-image-nav::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: -28px !important;
  z-index: 0 !important;
  width: 112px !important;
  height: 96px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(183, 157, 255, 0.09), rgba(183, 157, 255, 0.035) 44%, transparent 72%) !important;
  box-shadow: none !important;
  filter: blur(5px) !important;
  opacity: 0.5 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

.bottom-image-nav .bottom-nav-frame {
  position: absolute !important;
  left: -4.59% !important;
  top: -109.97% !important;
  z-index: 1 !important;
  width: 109.64% !important;
  height: auto !important;
  max-width: none !important;
  display: block !important;
  pointer-events: none !important;
  filter:
    drop-shadow(0 13px 23px rgba(112, 91, 220, 0.1))
    drop-shadow(0 4px 9px rgba(92, 124, 255, 0.045)) !important;
}

.bottom-image-nav .bottom-nav-hotspot {
  position: absolute !important;
  top: 18% !important;
  bottom: 0 !important;
  z-index: 4 !important;
  border-radius: 24px !important;
  -webkit-tap-highlight-color: transparent;
}

.bottom-image-nav .bottom-nav-hotspot-home {
  left: 4% !important;
  width: 17% !important;
}

.bottom-image-nav .bottom-nav-hotspot-product {
  left: 22.5% !important;
  width: 18% !important;
}

.bottom-image-nav .bottom-nav-hotspot-review {
  left: 61.5% !important;
  width: 18% !important;
}

.bottom-image-nav .bottom-nav-hotspot-contact {
  left: 80% !important;
  width: 17% !important;
}

.bottom-image-nav .bottom-nav-center {
  position: absolute !important;
  left: 50% !important;
  top: -34% !important;
  z-index: 5 !important;
  width: 20.6% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: translateX(-50%) !important;
  -webkit-tap-highlight-color: transparent;
}

.bottom-image-nav .bottom-nav-center::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 8% !important;
  z-index: -1 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(184, 160, 255, 0.16), rgba(184, 160, 255, 0.07) 46%, transparent 72%) !important;
  filter: blur(6px) !important;
  opacity: 0.78 !important;
}

.bottom-image-nav .bottom-nav-center img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 180% !important;
  height: 180% !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  transform: translate(-50%, -50%) !important;
  filter:
    drop-shadow(0 11px 19px rgba(112, 91, 220, 0.16))
    drop-shadow(0 3px 8px rgba(78, 126, 255, 0.07)) !important;
}

@media (max-width: 374px) {
  .bottom-image-nav {
    width: min(calc(100vw - 14px), 398px) !important;
    height: 86px !important;
  }

  .bottom-image-nav .bottom-nav-center {
    top: -31% !important;
    width: 20% !important;
  }
}
