.gcard-hero-preview {
  --gchp-primary: #635bff;
  --gchp-secondary: #1688f8;
  --gchp-text: #172033;
  --gchp-muted: #65738a;
  --gchp-surface: #fff;
  --gchp-line: rgba(30, 41, 59, .12);
  position: relative;
  isolation: isolate;
  width: min(100%, 640px);
  min-height: 650px;
  margin-inline: auto;
  color: var(--gchp-text);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gcard-hero-preview *,
.gcard-hero-preview *::before,
.gcard-hero-preview *::after { box-sizing: border-box; }

.gcard-home-scroll-hint {
  position:absolute;
  z-index:8;
  bottom:24px;
  left:50%;
  width:30px;
  height:48px;
  border:1px solid rgba(15,23,42,.16);
  border-radius:999px;
  transform:translateX(-50%);
}
.gcard-home-scroll-hint::before {
  content:"";
  position:absolute;
  top:9px;
  left:50%;
  width:4px;
  height:8px;
  border-radius:999px;
  background:#8b5cf6;
  transform:translateX(-50%);
  animation:gchp-scroll-dot 2s ease-in-out infinite;
}

.gcard-hero-preview__aura {
  position: absolute;
  z-index: 0;
  inset: 8% 2% 7%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(99,91,255,.26), transparent 42%),
    radial-gradient(circle at 70% 62%, rgba(22,136,248,.2), transparent 45%);
  filter: blur(28px);
  opacity: .85;
}

.gcard-hero-preview__orbit {
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 50%;
  width: 440px;
  height: 440px;
  margin-left: -220px;
  border: 1px dashed rgba(124,58,237,.14);
  border-radius: 50%;
  animation: gchp-orbit-spin 24s linear infinite;
}

.gcard-hero-preview__orbit::before,
.gcard-hero-preview__orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--gchp-surface);
  box-shadow: 0 7px 20px rgba(48,40,100,.16);
}
.gcard-hero-preview__orbit::before { width: 18px; height: 18px; top: 38px; left: 72px; border:3px solid #a855f7; }
.gcard-hero-preview__orbit::after { width: 14px; height: 14px; right: 40px; bottom: 92px; border:3px solid #3b82f6; }

.gcard-hero-preview__cluster {
  position: relative;
  z-index: 2;
  width: 590px;
  height: 650px;
  max-width: 100%;
  margin-inline: auto;
  isolation: isolate;
}

.gcard-hero-preview__physical-card {
  position: absolute;
  z-index: 5;
  top: 198px;
  left: 20px;
  display: flex;
  width: 218px;
  height: 122px;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.24),transparent 21%),
    linear-gradient(135deg,#171a31,#603dad 60%,#2b80c9);
  box-shadow: 0 22px 42px rgba(41,37,82,.24);
  transform: rotate(-17deg);
}
.gcard-hero-preview__physical-card::before {
  content:"";
  position:absolute;
  width:96px;
  height:96px;
  right:-28px;
  top:-30px;
  border:18px solid rgba(255,255,255,.08);
  border-radius:50%;
}
.gcard-hero-preview__physical-card strong { position:relative; font-size:13px; font-weight:950; letter-spacing:-.04em; }
.gcard-hero-preview__physical-card span { position:relative; color:rgba(255,255,255,.78); font-size:8px; font-weight:800; }

.gcard-hero-preview__phone {
  --phone-tilt-x: 1deg;
  --phone-tilt-y: -2deg;
  --phone-shift-x: 0px;
  --phone-shift-y: 0px;
  position: absolute;
  z-index: 20;
  top: 14px;
  left: 50%;
  width: 292px;
  height: 604px;
  padding: 9px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.68);
  border-radius: 44px;
  background: #111827;
  box-shadow: 0 35px 80px rgba(33,45,78,.25), inset 0 0 0 1px rgba(0,0,0,.65);
  transform:
    translateX(-50%)
    translate3d(var(--phone-shift-x), var(--phone-shift-y), 0)
    rotateY(var(--phone-tilt-y)) rotateX(var(--phone-tilt-x));
  transform-origin: 50% 48%;
  transition: transform .28s cubic-bezier(.2,.75,.25,1);
  will-change: transform;
}

.gcard-hero-preview__speaker {
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 50%;
  width: 78px;
  height: 22px;
  border-radius: 999px;
  background: #08090d;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.035), 0 1px 3px rgba(0,0,0,.2);
  transform: translateX(-50%);
}

.gcard-hero-preview__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  background: #f3f5f8;
}

.gcard-hero-preview__cover {
  position: relative;
  height: 148px;
  padding-top: 43px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 85% 12%, rgba(255,255,255,.14), transparent 26%),
    linear-gradient(145deg, #1d4f74, #2f6d98);
}
.gcard-hero-preview__cover::before {
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-48px;
  top:17px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:38px;
  transform:rotate(32deg);
}
.gcard-hero-preview__cover::after {
  content:"";
  position:absolute;
  width:95px;
  height:95px;
  left:-31px;
  top:-25px;
  border:22px solid rgba(255,255,255,.08);
  border-radius:50%;
}
.gcard-hero-preview__cover > strong,
.gcard-hero-preview__cover > small,
.gcard-hero-preview__brand-mark { position:relative; z-index:2; display: block; }
.gcard-hero-preview__cover > strong { margin-top: 3px; font-size: 15px; letter-spacing: -.03em; }
.gcard-hero-preview__cover > small { margin-top: 2px; font-size: 8px; opacity: .8; }
.gcard-hero-preview__brand-mark { display: block; font-size: 34px; line-height: 1; }
.gcard-hero-preview__language {
  position: absolute;
  top: 17px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 9px;
  color: #172033;
  background: rgba(255,255,255,.9);
  font-size: 8px;
  font-weight: 850;
}

.gcard-hero-preview__profile { position: relative; min-height: 446px; padding: 43px 14px 68px; background: #fff; }
.gcard-hero-preview__avatar {
  position: absolute;
  top: -40px;
  left: 14px;
  width: 82px;
  height: 82px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 7px 18px rgba(15,23,42,.22);
}
.gcard-hero-preview__name-row { display: flex; align-items: center; gap: 4px; }
.gcard-hero-preview__name-row strong { font-size: 18px; line-height: 1.2; }
.gcard-hero-preview__name-row span { color: #246bc1; font-size: 9px; font-weight: 900; }
.gcard-hero-preview__name-row i { color: #4095ec; }
.gcard-hero-preview__profile > p:not(.gcard-hero-preview__bio) { margin: 4px 0 8px; color: #737c8a; font-size: 8px; }
.gcard-hero-preview__socials { display: flex; gap: 6px; margin-bottom: 9px; }
.gcard-hero-preview__socials span { display: grid; width: 23px; height: 23px; place-items: center; border:1px solid rgba(15,23,42,.045); border-radius: 50%; font-size: 11px; }
.gcard-hero-preview__socials .is-web { color:#3e91ef; background:#eaf4ff; }
.gcard-hero-preview__socials .is-facebook { color:#2e7ee9; background:#edf4ff; }
.gcard-hero-preview__socials .is-instagram { color:#ef4b87; background:#fff0f5; }
.gcard-hero-preview__socials .is-linkedin { color:#1678b8; background:#eaf6fc; }
.gcard-hero-preview__bio { margin: 0 0 10px; padding: 10px 11px; border:1px solid #e7eaee; border-radius: 8px; color: #253041; background: #f4f6f8; font-size: 8.5px; font-weight: 700; line-height: 1.62; letter-spacing:-.018em; }
.gcard-hero-preview__contact { border-top: 1px solid #edf0f3; }
.gcard-hero-preview__contact span { display: grid; grid-template-columns: 18px 67px minmax(0,1fr); align-items: center; min-height: 31px; border-bottom: 1px solid #dfe4e9; font-size: 7px; }
.gcard-hero-preview__contact i { color: #4488cf; }
.gcard-hero-preview__contact b { color: #596574; }
.gcard-hero-preview__contact em { overflow: hidden; color: #313946; text-align: right; text-overflow: ellipsis; font-style: normal; white-space: nowrap; }

.gcard-hero-preview__actions {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 50px;
  grid-template-columns: repeat(5,1fr);
  border-top: 2px solid #cfd5dd;
  background: #fff;
  box-shadow: 0 -5px 15px rgba(15,23,42,.08);
}
.gcard-hero-preview__actions span { position: relative; display: grid; place-content: center; gap: 3px; color: #18212e; text-align: center; }
.gcard-hero-preview__actions span:not(:last-child)::after { content:""; position:absolute; top:9px; right:0; width:1px; height:31px; background:#d9dee5; }
.gcard-hero-preview__actions i { font-size: 17px; line-height: 1; }
.gcard-hero-preview__actions small { font-size: 7px; font-weight: 900; line-height: 1; }
.gcard-hero-preview__actions .is-kakao { color: #6d5900; background: #ffe76a; }

.gcard-hero-preview__scan {
  position: absolute;
  z-index: 8;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
}
.gcard-hero-preview__scan-tint {
  position: absolute;
  inset: 0;
  background:linear-gradient(to bottom,rgba(126,87,255,.02),rgba(99,102,241,.11) 48%,rgba(56,189,248,.10) 52%,transparent 72%);
  transform:translateY(-100%);
}
.gcard-hero-preview__scan-line {
  position:absolute;
  top:-3px;
  right:-9px;
  left:-9px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(232,121,249,0),#e879f9 7%,#a78bfa 48%,#67e8f9 93%,rgba(103,232,249,0));
  box-shadow:0 0 9px rgba(232,121,249,.95),0 0 22px rgba(103,232,249,.84),0 10px 34px rgba(99,102,241,.48);
}
.gcard-hero-preview__scan-line::after { content:""; position:absolute; top:-20px; right:1%; left:1%; height:44px; background:linear-gradient(to bottom,transparent,rgba(103,232,249,.12),transparent); filter:blur(4px); }
.gcard-hero-preview__scan-line span { position:absolute; right:9px; bottom:8px; display:inline-flex; align-items:center; gap:4px; padding:6px 9px; border:1px solid rgba(255,255,255,.46); border-radius:999px; color:#fff; background:rgba(32,31,68,.74); box-shadow:0 7px 18px rgba(0,0,0,.18); backdrop-filter:blur(10px); font-size:8px; font-style:normal; font-weight:900; letter-spacing:.08em; white-space:nowrap; }
.gcard-hero-preview__scan-line span i { color:#8be9ff; font-size:9px; font-style:normal; }
.gcard-hero-preview.is-translating .gcard-hero-preview__scan { opacity: 1; }
.gcard-hero-preview.is-translating .gcard-hero-preview__scan-line { animation: gchp-scan-line 4.2s cubic-bezier(.42,0,.22,1) forwards; }
.gcard-hero-preview.is-translating .gcard-hero-preview__scan-tint { animation:gchp-scan-tint 4.2s cubic-bezier(.42,0,.22,1) forwards; }

.gcard-hero-preview__float {
  position: absolute;
  z-index: 100;
  border: 1px solid var(--gchp-line);
  color: var(--gchp-text);
  background: var(--gchp-surface);
  box-shadow: 0 18px 42px rgba(32,45,82,.15), 0 3px 10px rgba(32,45,82,.07);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.gcard-hero-preview__translation { top: 64px; right: 4px; width: 206px; padding: 14px; border-radius: 16px; animation: gchp-float-y 4.2s ease-in-out infinite; }
.gcard-hero-preview__translation > div { display: flex; align-items: center; justify-content: space-between; }
.gcard-hero-preview__translation strong { display:flex; align-items:center; font-size: 12px; font-weight: 950; }
.gcard-hero-preview__translation strong b { font:inherit; }
.gcard-hero-preview__translation strong span { display: inline-grid; width: 25px; height: 21px; margin-right: 6px; place-items: center; border-radius: 7px; color: #fff; background: linear-gradient(135deg,#4f7cff,#5967e9); box-shadow:0 4px 10px rgba(79,124,255,.24); font-size: 9px; }
.gcard-hero-preview__translation strong span i { color:inherit; font-size:12px; line-height:1; }
.gcard-hero-preview__translation > div > i { width: 8px; height: 8px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 0 4px rgba(96,165,250,.14); }
.gcard-hero-preview__translation p { margin: 10px 0 8px; color: #4b5a70; font-size: 10px; font-weight: 800; }
.gcard-hero-preview__progress { display: block; height: 5px; overflow: hidden; border-radius: 10px; background: #e9edf3; }
.gcard-hero-preview__progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#d946ef,#8b5cf6,#3b82f6); transform:scaleX(0); transform-origin:left center; }
.gcard-hero-preview.is-translating .gcard-hero-preview__progress i { animation: gchp-progress 4.2s cubic-bezier(.42,0,.22,1) forwards; }
.gcard-hero-preview.is-translating .gcard-hero-preview__translation > div > i { background:#a78bfa; box-shadow:0 0 0 4px rgba(167,139,250,.15); animation:gchp-status-pulse 1.4s ease-in-out infinite; }
.gcard-hero-preview.is-complete .gcard-hero-preview__progress i { transform:scaleX(1); }
.gcard-hero-preview.is-complete .gcard-hero-preview__translation > div > i { background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.14); }

.gcard-hero-preview__print-card {
  right: -12px;
  bottom: 62px;
  width: 304px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  animation: gchp-card-drift 6.4s ease-in-out infinite;
}
.gcard-hero-preview__business-card {
  position:relative;
  display:grid;
  width:304px;
  height:184px;
  grid-template-columns:minmax(0,1fr) 96px;
  gap:14px;
  padding:19px 19px 49px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.30);
  border-radius:19px;
  color:#fff;
  background:
    radial-gradient(circle at 91% 10%,rgba(255,255,255,.18),transparent 31%),
    linear-gradient(135deg,#102039 0%,#1d5279 54%,#397ea7 100%);
  box-shadow:0 27px 58px rgba(21,44,79,.30),0 8px 20px rgba(21,44,79,.18),inset 0 0 0 1px rgba(255,255,255,.10);
  transform:rotate(.75deg);
  transform-origin:center;
}
.gcard-hero-preview__business-card::before {
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-52px;
  top:-68px;
  border:28px solid rgba(255,255,255,.055);
  border-radius:50%;
}
.gcard-hero-preview__business-card::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(112deg,transparent 18%,rgba(255,255,255,.075) 48%,transparent 72%);
}
.gcard-hero-preview__card-decoration { position:absolute; left:-46px; bottom:-74px; width:154px; height:154px; border:1px solid rgba(255,255,255,.10); border-radius:50%; }
.gcard-hero-preview__business-info,
.gcard-hero-preview__business-code { position:relative; z-index:2; }
.gcard-hero-preview__business-info { min-width:0; display:flex; flex-direction:column; }
.gcard-hero-preview__business-brand { display:flex; align-items:center; gap:7px; color:#fff; font-size:10.5px; font-weight:900; letter-spacing:.035em; }
.gcard-hero-preview__business-brand i { font-size:17px; line-height:1; }
.gcard-hero-preview__business-person { display:flex; align-items:baseline; gap:7px; margin-top:14px; }
.gcard-hero-preview__business-person strong { color:#fff; font-size:22px; font-weight:950; line-height:1; letter-spacing:-.05em; }
.gcard-hero-preview__business-person span { color:rgba(255,255,255,.92); font-size:10.5px; font-weight:850; }
.gcard-hero-preview__business-person.is-non-korean strong { font-size:13px; }
.gcard-hero-preview__business-person.is-non-korean span { font-size:5px; }
.gcard-hero-preview__business-contact { display:grid; gap:3px; margin-top:auto; margin-bottom:1px; color:rgba(255,255,255,.96); font-size:9.5px; font-weight:800; line-height:1.4; }
.gcard-hero-preview__business-contact span { display:flex; align-items:center; gap:5px; white-space:nowrap; }
.gcard-hero-preview__business-contact i { width:11px; color:#b9e6ff; font-size:11px; text-align:center; }
.gcard-hero-preview__business-code { align-self:center; display:grid; justify-items:center; gap:7px; transform:translateY(-3px); }
.gcard-hero-preview__qr-frame { width:84px; height:84px; padding:7px; border:1px solid rgba(255,255,255,.68); border-radius:12px; background:#fff; box-shadow:0 12px 24px rgba(4,18,38,.22); }
.gcard-hero-preview__qr-grid { display:grid; width:100%; height:100%; grid-template-columns:repeat(7,1fr); grid-template-rows:repeat(7,1fr); gap:1.4px; }
.gcard-hero-preview__qr-grid span { border-radius:1px; background:#13233a; }
.gcard-hero-preview__qr-grid span:nth-child(3n),
.gcard-hero-preview__qr-grid span:nth-child(8n + 2),
.gcard-hero-preview__qr-grid span:nth-child(11n + 1),
.gcard-hero-preview__qr-grid span:nth-child(13n) { opacity:.08; }
.gcard-hero-preview__business-code small { color:rgba(255,255,255,.92); font-size:7.5px; font-weight:900; letter-spacing:.18em; }
.gcard-hero-preview__card-copy { position:absolute; z-index:6; right:0; bottom:0; left:0; display:flex; min-height:39px; align-items:center; justify-content:center; gap:8px; padding:0 15px; border-top:1px solid rgba(255,255,255,.17); border-radius:0 0 18px 18px; color:#fff; background:rgba(5,20,39,.34); box-shadow:inset 0 1px 0 rgba(255,255,255,.035); }
.gcard-hero-preview__card-copy i { color:#b9e5ff; font-size:17px; }
.gcard-hero-preview__card-copy strong { color:#fff; font-size:12.5px; font-weight:950; letter-spacing:-.025em; white-space:nowrap; }

.gcard-hero-preview__nfc { bottom: 98px; left: 0; display: flex; width: 202px; align-items: center; gap: 13px; padding: 15px 16px; border-color:rgba(124,58,237,.15); border-radius: 18px; background:rgba(255,255,255,.94); animation: gchp-float-y 4.6s .5s ease-in-out infinite; }
.gcard-hero-preview__nfc > span { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg,#222b44,#6955d8); box-shadow:0 10px 22px rgba(83,73,178,.22); font-size: 27px; }
.gcard-hero-preview__nfc strong,
.gcard-hero-preview__nfc small { display: block; }
.gcard-hero-preview__nfc strong { color:#172033; font-size: 13px; font-weight: 900; line-height:1.3; letter-spacing:-.025em; }
.gcard-hero-preview__nfc small { margin-top: 6px; color: #556176; font-size: 11px; font-weight: 750; line-height:1.5; letter-spacing:-.015em; }

html.dark .gcard-hero-preview,
html[data-theme="dark"] .gcard-hero-preview { --gchp-text:#f4f7fb; --gchp-muted:#bdc8d7; --gchp-surface:#111925; --gchp-line:rgba(255,255,255,.13); }
html.dark .gcard-home-scroll-hint,
html[data-theme="dark"] .gcard-home-scroll-hint { border-color:rgba(255,255,255,.24); }
html.dark .gcard-hero-preview__float,
html[data-theme="dark"] .gcard-hero-preview__float { box-shadow:0 20px 44px rgba(0,0,0,.4); }
html.dark .gcard-hero-preview__orbit::before,
html.dark .gcard-hero-preview__orbit::after,
html[data-theme="dark"] .gcard-hero-preview__orbit::before,
html[data-theme="dark"] .gcard-hero-preview__orbit::after { background:#111722; box-shadow:0 7px 22px rgba(0,0,0,.38); }
html.dark .gcard-hero-preview__nfc,
html[data-theme="dark"] .gcard-hero-preview__nfc { background:rgba(15,21,32,.94); border-color:rgba(255,255,255,.13); }
html.dark .gcard-hero-preview__nfc strong,
html[data-theme="dark"] .gcard-hero-preview__nfc strong { color:#f2f5fa; }
html.dark .gcard-hero-preview__nfc small,
html[data-theme="dark"] .gcard-hero-preview__nfc small { color:#b7c2d2; }
html.dark .gcard-hero-preview__print-card,
html[data-theme="dark"] .gcard-hero-preview__print-card { border:0; background:transparent; box-shadow:none; }
html.dark .gcard-hero-preview__translation p,
html[data-theme="dark"] .gcard-hero-preview__translation p { color:#c2ccda; }
html.dark .gcard-hero-preview__progress,
html[data-theme="dark"] .gcard-hero-preview__progress { background:#293445; }
html.dark .gcard-hero-preview__screen,
html[data-theme="dark"] .gcard-hero-preview__screen { background:#070b11; }
html.dark .gcard-hero-preview__profile,
html[data-theme="dark"] .gcard-hero-preview__profile { color:#edf2f8; background:#0e141e !important; }
html.dark .gcard-hero-preview__profile > p:not(.gcard-hero-preview__bio),
html[data-theme="dark"] .gcard-hero-preview__profile > p:not(.gcard-hero-preview__bio) { color:#aab5c5; }
html.dark .gcard-hero-preview__bio,
html[data-theme="dark"] .gcard-hero-preview__bio { color:#e2e8f0; border:1px solid #2c3747; background:#17202d !important; }
html.dark .gcard-hero-preview__contact,
html[data-theme="dark"] .gcard-hero-preview__contact { border-top-color:#080d14; background:#0e141e !important; }
html.dark .gcard-hero-preview__contact span,
html[data-theme="dark"] .gcard-hero-preview__contact span { border-bottom-color:#273140; background:#0e141e !important; }
html.dark .gcard-hero-preview__contact b,
html[data-theme="dark"] .gcard-hero-preview__contact b { color:#cbd5e1; }
html.dark .gcard-hero-preview__contact em,
html[data-theme="dark"] .gcard-hero-preview__contact em { color:#f8fafc; }
html.dark .gcard-hero-preview__actions,
html[data-theme="dark"] .gcard-hero-preview__actions { border-top-color:#354152; background:#0e141e; box-shadow:0 -8px 20px rgba(0,0,0,.32); }
html.dark .gcard-hero-preview__actions span,
html[data-theme="dark"] .gcard-hero-preview__actions span { color:#f1f5f9; }
html.dark .gcard-hero-preview__actions span:not(:last-child)::after,
html[data-theme="dark"] .gcard-hero-preview__actions span:not(:last-child)::after { background:#293446; }
html.dark .gcard-hero-preview__actions .is-kakao,
html[data-theme="dark"] .gcard-hero-preview__actions .is-kakao { color:#fff1a8; background:#4c4215; }

@media (max-width: 1180px) and (min-width: 981px) {
  .gcard-hero-preview { transform: scale(.88); transform-origin: 50% 50%; }
}

@media (max-width: 980px) {
  .gcard-hero-preview { width: min(100%,680px); }
  .gcard-home-scroll-hint { display:none; }
}

@media (max-width: 620px) {
  .gcard-hero-preview { width: 100vw; min-height: 850px; margin-inline: calc(50% - 50vw); overflow: hidden; }
  .gcard-hero-preview__aura { display: none; }
  .gcard-hero-preview__physical-card { display:none; }
  .gcard-hero-preview__orbit { top: 105px; width: 330px; height: 330px; margin-left: -165px; }
  .gcard-hero-preview__cluster { width: 100%; max-width: 390px; height: 830px; }
  .gcard-hero-preview__phone { --phone-tilt-x:0deg; --phone-tilt-y:0deg; top: 10px; width: 282px; height: 584px; }
  .gcard-hero-preview__translation { z-index: 120; top: 28px; right: 7px; width: 184px; padding: 11px 12px; }
  .gcard-hero-preview__translation strong { font-size: 10px; }
  .gcard-hero-preview__translation p { margin-block: 8px 7px; font-size: 9px; }
  .gcard-hero-preview__nfc { z-index: 125; top: 485px; bottom: auto; left: max(7px,calc(50% - 188px)); width: 195px; }
  .gcard-hero-preview__print-card { z-index: 115; top: 625px; right: auto; bottom: auto; left: max(12px,calc(50% - 152px)); width: min(304px,calc(100vw - 24px)); }
  .gcard-hero-preview__business-card { width:100%; }
}

@media (max-width: 360px) {
  .gcard-hero-preview { min-height: 830px; }
  .gcard-hero-preview__cluster { height: 810px; }
  .gcard-hero-preview__phone { width: 276px; height: 572px; }
  .gcard-hero-preview__translation { right: 4px; width: 178px; }
  .gcard-hero-preview__nfc { top: 473px; left: 5px; width: 190px; }
  .gcard-hero-preview__print-card { top: 610px; }
  .gcard-hero-preview__business-card { grid-template-columns:minmax(0,1fr) 82px; gap:9px; padding-inline:15px; }
  .gcard-hero-preview__qr-frame { width:76px; height:76px; }
  .gcard-hero-preview__card-copy strong { font-size:11px; }
}

@media (prefers-reduced-motion: reduce) {
  .gcard-hero-preview * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

@keyframes gchp-orbit-spin { to { transform: rotate(360deg); } }
@keyframes gchp-float-y { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes gchp-card-drift { 0%,100%{transform:translateY(0) rotate(.6deg)} 50%{transform:translateY(-7px) rotate(.6deg)} }
@keyframes gchp-scan-line { 0%{transform:translateY(0);opacity:0} 5%{opacity:1} 94%{opacity:1} 100%{transform:translateY(604px);opacity:0} }
@keyframes gchp-scan-tint { 0%{transform:translateY(-100%);opacity:0} 8%{opacity:1} 100%{transform:translateY(100%);opacity:.28} }
@keyframes gchp-progress { 0%{transform:scaleX(.025)} 100%{transform:scaleX(1)} }
@keyframes gchp-status-pulse { 0%,100%{transform:scale(1);opacity:.72} 50%{transform:scale(1.18);opacity:1} }
@keyframes gchp-scroll-dot { 0%{transform:translate(-50%,0);opacity:0} 25%,75%{opacity:1} 100%{transform:translate(-50%,17px);opacity:0} }

@media (prefers-reduced-motion: reduce) {
  .gcard-home-scroll-hint::before { animation:none; opacity:1; }
}
