:root {
  color-scheme: dark;
  --bg: #06080d;
  --bg-2: #0c1018;
  --ink: #f7f2e8;
  --muted: rgba(247, 242, 232, 0.68);
  --quiet: rgba(247, 242, 232, 0.46);
  --line: rgba(247, 242, 232, 0.15);
  --panel: rgba(247, 242, 232, 0.07);
  --app-primary: #5fd3a6;
  --app-primary-soft: rgba(95, 211, 166, 0.12);
  --app-primary-border: rgba(95, 211, 166, 0.35);
  --app-primary-text: #08110e;
  --app-surface: #101722;
  --green: #6df2b6;
  --blue: #7ad8ff;
  --coral: #ff8a7a;
  --gold: #d9bd78;
  --paper: #f5f0e7;
  --dark-ink: #090b10;
  --max: 1160px;
  --nav-h: 58px;
  --scene-progress: 0;
  --card-tilt: 0deg;
  --card-y: 0px;
  --card-scale: 1;
  --card-rotate: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #070911 0%, #06080d 42%, #111012 100%),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(247, 242, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 242, 232, 0.03) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, transparent, black 16%, black 78%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(122, 216, 255, 0.12), transparent 42%),
    radial-gradient(ellipse at 20% 68%, rgba(255, 138, 122, 0.08), transparent 34%),
    radial-gradient(ellipse at 78% 72%, rgba(109, 242, 182, 0.08), transparent 38%);
}

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

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.58;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(56px, 7.4vw, 110px);
  line-height: 0.88;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.92;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 14px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--dark-ink);
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  padding: 0 18px;
  color: rgba(247, 242, 232, 0.78);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-nav.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(6, 8, 13, 0.72);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--ink);
  font-weight: 950;
}

.brand img {
  width: 150px;
  height: auto;
  border-radius: 0;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav nav a {
  color: rgba(247, 242, 232, 0.66);
  font-size: 14px;
  font-weight: 900;
}

.site-nav nav a:hover {
  color: var(--ink);
}

.nav-cta,
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.primary-button,
.ghost-button {
  min-height: 54px;
  border-radius: 18px;
  padding: 0 22px;
}

.nav-cta,
.primary-button {
  border-color: rgba(95, 211, 166, 0.72);
  background: var(--app-primary);
  color: var(--app-primary-text);
  box-shadow: 0 16px 40px rgba(95, 211, 166, 0.22);
}

.ghost-button {
  border-color: var(--app-primary-border);
  background: rgba(16, 23, 34, 0.84);
  color: var(--app-primary);
  box-shadow: inset 0 1px 0 rgba(247, 242, 232, 0.06);
  backdrop-filter: blur(18px);
}

.nav-cta:hover,
.primary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.nav-cta:hover,
.primary-button:hover {
  box-shadow: 0 18px 48px rgba(95, 211, 166, 0.28);
}

.ghost-button:hover {
  border-color: rgba(95, 211, 166, 0.54);
  background: var(--app-primary-soft);
}

.nav-cta:focus-visible,
.primary-button:focus-visible,
.ghost-button:focus-visible {
  outline: 2px solid rgba(95, 211, 166, 0.72);
  outline-offset: 3px;
}

.kicker {
  margin-bottom: 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: calc(var(--nav-h) + 44px) 24px 70px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 24vh;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.soft-cloud {
  position: absolute;
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.65;
  mix-blend-mode: screen;
  animation: cloudDrift 18s ease-in-out infinite alternate;
}

.cloud-one {
  left: -10vw;
  top: 4vh;
  width: 70vw;
  height: 42vh;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(247, 242, 232, 0.2), transparent 42%),
    radial-gradient(ellipse at 70% 44%, rgba(122, 216, 255, 0.12), transparent 46%);
}

.cloud-two {
  right: -12vw;
  bottom: 6vh;
  width: 62vw;
  height: 52vh;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 138, 122, 0.15), transparent 42%),
    radial-gradient(ellipse at 70% 44%, rgba(109, 242, 182, 0.11), transparent 48%);
  animation-delay: -8s;
}

.hero-card-stack {
  position: absolute;
  left: 50%;
  top: 53%;
  width: min(35vw, 360px);
  aspect-ratio: 9 / 16;
  transform:
    translate(-50%, -50%)
    translateX(clamp(210px, 24vw, 380px))
    rotateZ(-5deg)
    rotateY(-9deg);
  transform-style: preserve-3d;
  perspective: 1200px;
}

.shadow-card {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 40px;
  background:
    linear-gradient(145deg, rgba(247, 242, 232, 0.12), rgba(247, 242, 232, 0.03)),
    rgba(12, 16, 24, 0.74);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.52);
}

.card-shadow-one {
  z-index: 1;
  transform: translate3d(-330px, -178px, -145px) scale(0.53) rotate(-20deg);
  transform-origin: 82% 82%;
}

.card-shadow-two {
  z-index: 2;
  transform: translate3d(312px, 172px, -135px) scale(0.56) rotate(7deg);
  transform-origin: 22% 18%;
}

.hero-template-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 36px;
  padding: 24px;
  opacity: 0.98;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.52);
}

.hero-template-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 0;
  border: 1px solid rgba(247, 242, 232, 0.12);
  border-radius: 26px;
  pointer-events: none;
}

.hero-template-card > * {
  position: relative;
  z-index: 2;
}

.hero-template-copy {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13px;
  width: 100%;
  min-height: 0;
}

.hero-template-identity {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hero-template-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 232, 0.26);
  background: rgba(247, 242, 232, 0.1);
}

.hero-template-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-template-card span {
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-template-card strong {
  max-width: 95%;
  color: inherit;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 950;
  line-height: 0.94;
}

.hero-template-card p {
  margin: 0;
  color: rgba(247, 242, 232, 0.74);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
}

.hero-template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: flex-start;
  gap: 7px;
}

.hero-template-services em {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 999px;
  padding: 0 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-template-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hero-template-meta span {
  min-height: 44px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 16px;
  padding: 7px 9px;
  color: rgba(247, 242, 232, 0.84);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: none;
}

.hero-template-meta b {
  display: block;
  margin-bottom: 3px;
  color: rgba(247, 242, 232, 0.5);
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-template-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hero-template-card small,
.hero-template-footer > b {
  overflow: hidden;
  color: rgba(247, 242, 232, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-template-footer > b {
  flex: 0 0 auto;
  border: 1px solid rgba(109, 242, 182, 0.24);
  border-radius: 999px;
  padding: 5px 9px;
  color: #6df2b6;
}

.hero-template-neon {
  display: grid;
  grid-template-rows: 68px minmax(0, 1fr);
  gap: 12px;
  text-align: left;
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 245, 255, 0.18), transparent 23%),
    radial-gradient(circle at 78% 18%, rgba(255, 43, 214, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(5, 8, 22, 0.98), rgba(33, 4, 44, 0.98));
  color: #76faff;
  border-color: rgba(0, 245, 255, 0.28);
}

.hero-template-neon::before {
  border-color: rgba(0, 245, 255, 0.22);
  transform: skewY(-4deg);
}

.hero-template-neon .hero-template-avatar {
  margin-left: auto;
  border-color: rgba(0, 245, 255, 0.48);
  border-radius: 22px 999px 999px 22px;
  transform: rotate(7deg);
  box-shadow: 0 0 30px rgba(0, 245, 255, 0.22);
}

.hero-template-neon .hero-template-copy {
  display: grid;
  grid-template-rows: auto minmax(72px, 1fr) auto auto;
  gap: 12px;
  padding-top: 2px;
  padding-left: 18px;
}

.hero-template-neon span {
  color: #ff2bd6;
  letter-spacing: 1.5px;
}

.hero-template-neon strong {
  color: #76faff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 245, 255, 0.36);
}

.hero-template-neon .hero-template-identity {
  align-self: start;
  max-width: 86%;
  transform: translateX(-4px);
}

.hero-template-neon .hero-template-services {
  align-self: stretch;
  width: 92%;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(-2deg) translateY(-3px);
}

.hero-template-neon .hero-template-services em {
  border-color: rgba(0, 245, 255, 0.26);
  background: rgba(167, 139, 250, 0.16);
  color: #fff;
  box-shadow: 0 0 22px rgba(255, 43, 214, 0.1);
}

.hero-template-neon .hero-template-meta {
  width: 72%;
  margin-left: auto;
  grid-template-columns: 1fr;
  transform: translateX(6px);
}

.hero-template-neon .hero-template-meta span {
  min-height: 36px;
  border-color: rgba(0, 245, 255, 0.2);
  background: rgba(4, 14, 28, 0.5);
}

.hero-template-neon .hero-template-footer {
  border-top: 1px solid rgba(0, 245, 255, 0.18);
  padding-top: 9px;
}

.hero-template-gold {
  display: grid;
  grid-template-rows: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(217, 189, 120, 0.28), transparent 26%),
    linear-gradient(180deg, rgba(217, 189, 120, 0.18), transparent 36%),
    #17120d;
  color: #e3c982;
  border-color: rgba(217, 189, 120, 0.22);
}

.hero-template-gold::before {
  border-color: rgba(217, 189, 120, 0.2);
}

.hero-template-gold .hero-template-avatar {
  margin-inline: auto;
  border-color: rgba(217, 189, 120, 0.36);
  border-radius: 999px;
  box-shadow:
    0 0 0 8px rgba(217, 189, 120, 0.06),
    0 24px 46px rgba(0, 0, 0, 0.3);
}

.hero-template-gold .hero-template-copy {
  display: grid;
  grid-template-rows: auto minmax(88px, 1fr) auto auto;
  justify-items: center;
  align-items: stretch;
  gap: 14px;
  padding-top: 10px;
}

.hero-template-gold span {
  color: #d9bd78;
}

.hero-template-gold strong {
  font-family: Georgia, "Times New Roman", serif;
  color: #e3c982;
  line-height: 1.05;
}

.hero-template-gold .hero-template-identity {
  align-items: center;
  max-width: 86%;
  margin-inline: auto;
}

.hero-template-gold .hero-template-services {
  width: 78%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-self: center;
}

.hero-template-gold .hero-template-services em {
  min-height: 24px;
  border-width: 0 0 1px;
  border-color: rgba(217, 189, 120, 0.3);
  border-radius: 0;
  background: transparent;
  color: #f7f2e8;
}

.hero-template-gold .hero-template-meta {
  width: 100%;
  border-top: 1px solid rgba(217, 189, 120, 0.16);
  border-bottom: 1px solid rgba(217, 189, 120, 0.16);
  padding: 8px 0;
}

.hero-template-gold .hero-template-meta span {
  min-height: 38px;
  border-width: 0;
  border-radius: 0;
  border-color: rgba(217, 189, 120, 0.2);
  color: #f7f2e8;
}

.hero-template-gold .hero-template-meta b {
  color: rgba(217, 189, 120, 0.7);
}

.hero-template-gold .hero-template-footer {
  justify-content: center;
  width: min(100%, 220px);
  border: 1px solid rgba(217, 189, 120, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
}

.hero-template-gold .hero-template-footer > b {
  border-color: rgba(217, 189, 120, 0.24);
  color: #e3c982;
}

.hero-product-card {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: translateZ(70px);
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  margin-right: auto;
  padding-top: 8vh;
}

.hero-subtitle {
  width: min(100%, 570px);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 242, 232, 0.62);
  font-size: 11px;
  font-weight: 900;
  transform: translateX(-50%);
  animation: cuePulse 1.9s ease-in-out infinite;
}

.story-film {
  position: relative;
  min-height: 420vh;
  padding: 0 24px;
}

.film-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
}

.phone-shell {
  position: relative;
  width: min(43vw, 340px);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 48px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(247, 242, 232, 0.12), rgba(247, 242, 232, 0.03)),
    rgba(247, 242, 232, 0.06);
  box-shadow: 0 42px 130px rgba(0, 0, 0, 0.62);
  transform:
    translate3d(calc((var(--scene-progress) - 0.5) * -60px), var(--card-y), 0)
    rotateX(5deg)
    rotateY(var(--card-tilt))
    rotateZ(var(--card-rotate))
    scale(var(--card-scale));
  transition: transform 160ms linear;
}

.phone-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 82px;
  height: 7px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.2);
  transform: translateX(-50%);
}

.phone-glass {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  background: #06080d;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(171, 229, 255, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(109, 242, 182, 0.2), transparent 26%),
    linear-gradient(145deg, rgba(8, 28, 55, 0.98), rgba(18, 47, 76, 0.98) 54%, rgba(11, 23, 39, 0.98)),
    #0b1b2e;
  color: var(--ink);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-card-stack > .hero-product-card {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(247, 242, 232, 0.22), transparent 22%),
    linear-gradient(210deg, transparent 62%, rgba(109, 242, 182, 0.14));
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(247, 242, 232, 0.1);
  border-radius: 26px;
}

.soft-live-card {
  border: 0;
  background:
    linear-gradient(165deg, #fff8f1 0%, #ffe6dd 46%, #f9c0c9 100%);
  color: #311522;
  box-shadow:
    0 30px 82px rgba(70, 26, 41, 0.34),
    inset 0 0 0 1px rgba(75, 28, 42, 0.08);
  border-radius: 30px 30px 78px 30px;
}

.soft-live-card::before {
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.72), transparent 16%),
    radial-gradient(circle at 90% 8%, rgba(190, 75, 104, 0.2), transparent 18%),
    linear-gradient(180deg, transparent 0%, rgba(67, 22, 39, 0.08) 100%);
}

.soft-live-card::after {
  inset: 14px;
  border: 1px solid rgba(75, 28, 42, 0.12);
  border-radius: 24px 24px 64px 24px;
}

.soft-live-card .card-orb {
  display: none;
}

.soft-live-card .profile-photo {
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.94), transparent 17%),
    linear-gradient(145deg, #fff4eb, #e897a9 48%, #5a2034);
  color: #351521;
}

.soft-template-front {
  gap: 11px;
  justify-content: flex-start;
  padding: clamp(18px, 4vw, 25px);
}

.soft-cover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 122px;
  overflow: hidden;
  border: 1px solid rgba(72, 28, 42, 0.08);
  border-radius: 24px 24px 54px 24px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(255, 241, 230, 0.22)),
    #f4b9c4;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 14px 34px rgba(116, 43, 64, 0.12);
}

.soft-cover::before {
  content: "";
  position: absolute;
  right: -26%;
  top: -44%;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.soft-cover-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.soft-cover-copy span {
  color: rgba(50, 21, 33, 0.58);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.soft-cover-copy b {
  color: #311522;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 500;
  line-height: 0.94;
}

.soft-portrait {
  position: relative;
  z-index: 2;
  width: clamp(58px, 9vw, 76px);
  height: clamp(58px, 9vw, 76px);
  border: 4px solid rgba(255, 248, 242, 0.76);
  border-radius: 999px;
}

.soft-nameplate {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

.soft-nameplate::before {
  left: 0;
  top: auto;
  bottom: -12px;
  width: 54px;
  background: linear-gradient(90deg, #b94b68, transparent);
  transform: none;
}

.soft-nameplate h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: #301421;
  font-size: clamp(33px, 4.6vw, 46px);
  font-weight: 500;
  line-height: 0.9;
}

.soft-nameplate .eyebrow {
  color: #b94b68;
  font-size: 11px;
}

.soft-nameplate .company {
  color: rgba(49, 21, 34, 0.66);
  font-size: 14px;
}

.soft-service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0;
}

.soft-service-list span {
  min-height: 30px;
  justify-content: space-between;
  border: 1px solid rgba(68, 26, 40, 0.12);
  border-radius: 14px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.28);
  color: rgba(49, 21, 34, 0.84);
  font-size: 11px;
  box-shadow: none;
}

.soft-service-list span::after {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b94b68;
  box-shadow: none;
}

.soft-template-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}

.soft-template-bottom .mini-brand {
  min-height: 30px;
  border-color: rgba(49, 21, 34, 0.12);
  background: rgba(255, 255, 255, 0.48);
  color: rgba(49, 21, 34, 0.72);
}

.soft-area {
  min-width: 0;
  color: rgba(49, 21, 34, 0.82);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

.soft-area b {
  display: block;
  color: #b94b68;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.soft-live-card .card-footerline {
  margin-top: 2px;
  color: rgba(49, 21, 34, 0.7);
  font-size: 11px;
}

.soft-live-card .card-footerline b {
  border-color: rgba(185, 75, 104, 0.22);
  background: rgba(255, 255, 255, 0.58);
  color: #b94b68;
}

.soft-live-card .card-back {
  color: #311522;
}

.soft-live-card .back-heading p {
  color: rgba(49, 21, 34, 0.62);
}

.soft-live-card .back-heading h2,
.soft-live-card .contact-lines a {
  color: #311522;
}

.live-card {
  width: 100%;
  height: 100%;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-face,
.card-front,
.card-back {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(22px, 5.2vw, 34px);
  transition:
    opacity 460ms ease,
    transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-orb {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.72;
}

.orb-a {
  right: -26%;
  top: -12%;
  width: 72%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(122, 216, 255, 0.28), transparent 62%),
    radial-gradient(circle at 70% 72%, rgba(109, 242, 182, 0.2), transparent 48%);
}

.orb-b {
  left: -30%;
  bottom: 8%;
  width: 58%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 138, 122, 0.18), transparent 64%);
}

.card-back {
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
}

.story-film[data-active-scene="1"] .live-card .card-front,
.story-film[data-active-scene="2"] .live-card .card-front {
  opacity: 0;
  transform: translateY(-14px) scale(0.98);
}

.story-film[data-active-scene="1"] .live-card .card-back,
.story-film[data-active-scene="2"] .live-card .card-back {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
}

.premium-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
}

.profile-mark {
  display: grid;
  place-items: center;
  width: clamp(48px, 8vw, 62px);
  height: clamp(48px, 8vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(247, 242, 232, 0.22);
  border-radius: 20px;
  background: rgba(247, 242, 232, 0.12);
  color: var(--blue);
  font-weight: 950;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 38px rgba(0, 0, 0, 0.26);
}

.profile-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.96), transparent 18%),
    linear-gradient(145deg, #eefaff, #8bdcff 42%, #173452);
  color: #07111f;
}

.profile-photo span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(180deg, transparent 44%, rgba(7, 17, 31, 0.22));
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 950;
}

.hero-product-card .premium-card-header {
  align-items: center;
  margin-bottom: 0;
}

.hero-product-card .hero-profile-picture {
  width: 74px;
  height: 74px;
  border-color: rgba(171, 229, 255, 0.36);
  border-radius: 24px;
  background: rgba(247, 242, 232, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.hero-product-card .hero-profile-picture img {
  transform: scale(1.08);
  object-position: 50% 26%;
}

.hero-product-card .identity-block {
  margin-top: clamp(28px, 4vh, 38px);
}

.card-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(247, 242, 232, 0.22);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 999px;
  padding: 0 12px 0 6px;
  background: rgba(247, 242, 232, 0.08);
  color: rgba(247, 242, 232, 0.84);
  font-size: 11px;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

.mini-brand img {
  width: 22px;
  height: 22px;
  border-radius: 8px;
}

.identity-block {
  margin: clamp(34px, 7vh, 54px) 0 22px;
}

.identity-block h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 6.4vw, 68px);
  font-weight: 950;
  line-height: 0.89;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  overflow-wrap: anywhere;
}

.premium-nameplate {
  position: relative;
  max-width: 96%;
}

.premium-nameplate::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

.identity-block .eyebrow {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.company {
  margin: 0;
  color: rgba(247, 242, 232, 0.72);
  font-size: 17px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: auto;
}

.service-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.service-strip span {
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(247, 242, 232, 0.16);
  color: rgba(247, 242, 232, 0.86);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-panel span {
  min-width: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.16;
}

.card-place {
  margin: 28px 0 0;
  color: rgba(247, 242, 232, 0.7);
  font-size: 13px;
  font-weight: 850;
}

.card-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 4px;
}

.card-meta-grid span {
  min-width: 0;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 18px;
  padding: 11px 12px;
  background: rgba(247, 242, 232, 0.07);
  color: rgba(247, 242, 232, 0.86);
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-meta-grid b {
  display: block;
  margin-bottom: 4px;
  color: rgba(122, 216, 255, 0.88);
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.card-footerline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: rgba(247, 242, 232, 0.7);
  font-size: 13px;
  font-weight: 850;
}

.card-footerline span,
.card-footerline b {
  min-width: 0;
}

.card-footerline span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-footerline b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(109, 242, 182, 0.28);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(109, 242, 182, 0.1);
  color: var(--green);
  font-size: 11px;
  white-space: nowrap;
}

.back-heading p {
  margin: 0 0 5px;
  color: rgba(247, 242, 232, 0.68);
  font-size: 13px;
  font-weight: 900;
}

.back-heading h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 950;
}

.scanner-zone {
  width: 100%;
  border: 1px solid rgba(49, 21, 34, 0.12);
  border-radius: 30px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.qr-mark {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  width: min(64%, 160px);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  padding: 13px;
  border-radius: 24px;
  background: var(--paper);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(9, 11, 16, 0.08);
}

.qr-mark span {
  border-radius: 4px;
  background: var(--dark-ink);
}

.qr-mark span:nth-child(3n),
.qr-mark span:nth-child(4n + 1),
.qr-mark span:nth-child(7),
.qr-mark span:nth-child(23),
.qr-mark span:nth-child(32) {
  opacity: 0.18;
}

.contact-lines {
  display: grid;
  gap: 7px;
  width: 100%;
}

.contact-lines a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  border: 1px solid rgba(49, 21, 34, 0.12);
  border-radius: 13px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.42);
  margin: 0;
  color: rgba(49, 21, 34, 0.9);
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

.contact-lines b {
  flex: 0 0 62px;
  color: #b94b68;
  font-size: 9px;
  text-transform: uppercase;
}

.contact-lines span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 15px;
  background: #b94b68;
  color: #fff8f1;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(185, 75, 104, 0.22);
}

.orbit-ui {
  position: absolute;
  z-index: 8;
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.share-ui {
  right: clamp(30px, 12vw, 190px);
  top: 24%;
  display: grid;
  gap: 12px;
}

.share-ui span {
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(247, 242, 232, 0.1);
  color: var(--ink);
  font-weight: 950;
  backdrop-filter: blur(18px);
}

.nearby-ui {
  left: clamp(24px, 12vw, 190px);
  bottom: 18%;
  width: 270px;
  height: 270px;
}

.nearby-ui b,
.nearby-ui i {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 68px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 8, 13, 0.78);
  color: var(--ink);
  font-style: normal;
  font-weight: 950;
  backdrop-filter: blur(16px);
}

.nearby-ui b {
  left: 50%;
  top: 50%;
  background: var(--green);
  color: #07100d;
  transform: translate(-50%, -50%);
}

.nearby-ui .ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(109, 242, 182, 0.4);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: radiusPulse 4.2s ease-in-out infinite;
}

.ring-one {
  width: 150px;
  height: 150px;
}

.ring-two {
  width: 260px;
  height: 260px;
  animation-delay: -2s;
}

.pin-one {
  left: 0;
  top: 28%;
}

.pin-two {
  right: 0;
  top: 18%;
}

.pin-three {
  left: 30%;
  bottom: 0;
}

.story-film[data-active-scene="2"] .share-ui,
.story-film[data-active-scene="3"] .nearby-ui {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.film-copy {
  position: relative;
  z-index: 10;
  width: min(100%, var(--max));
  margin: -100svh auto 0;
  pointer-events: none;
}

.film-panel {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 500px);
  opacity: 0.26;
  transform: translateY(36px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.film-panel:nth-child(even) {
  margin-left: auto;
  text-align: right;
}

.film-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.film-panel p:not(.kicker) {
  margin-bottom: 0;
}

.signature-strip {
  position: relative;
  min-height: 85svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--paper);
  color: var(--dark-ink);
}

.signature-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(9, 11, 16, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 11, 16, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.marquee {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 5vw;
  width: max-content;
  color: rgba(9, 11, 16, 0.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 12vw, 190px);
  line-height: 0.86;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.promise-copy {
  position: relative;
  width: min(100% - 40px, 860px);
  text-align: center;
}

.signature-strip .kicker,
.signature-strip p {
  color: rgba(9, 11, 16, 0.62);
}

.templates {
  padding: 130px 0 110px;
  overflow: hidden;
}

.section-heading {
  width: min(100% - 40px, 860px);
  margin: 0 auto 62px;
  text-align: center;
}

.section-heading p:not(.kicker) {
  margin-inline: auto;
  max-width: 650px;
}

.template-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 320px);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2)) 42px;
}

.template-card {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.template-card::before,
.template-card::after {
  content: "";
  position: absolute;
  inset: 22px;
  pointer-events: none;
  z-index: 0;
}

.template-card::before {
  border: 1px solid rgba(247, 242, 232, 0.12);
  border-radius: 26px;
}

.template-card::after {
  top: 22px;
  right: 22px;
  bottom: auto;
  left: auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.1);
  filter: blur(8px);
}

.template-photo {
  position: relative;
  z-index: 1;
  min-height: 248px;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 232, 0.2);
  border-radius: 26px;
  background: rgba(247, 242, 232, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.template-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.22)),
    linear-gradient(130deg, rgba(255, 255, 255, 0.12), transparent 36%);
  pointer-events: none;
}

.template-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.02);
}

.template-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 188px;
  flex-direction: column;
  gap: 7px;
  padding: 2px 4px 4px;
}

.template-card span,
.template-card b,
.template-card p,
.template-card small,
.template-services {
  position: relative;
  z-index: 2;
}

.template-card span {
  margin: 0;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.template-card b {
  max-width: 100%;
  color: inherit;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}

.template-card p {
  margin: 0;
  color: rgba(247, 242, 232, 0.72);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.template-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.template-services em {
  max-width: 100%;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 999px;
  padding: 0 9px;
  color: rgba(247, 242, 232, 0.84);
  background: rgba(247, 242, 232, 0.08);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.template-card small {
  margin-top: auto;
  color: rgba(247, 242, 232, 0.58);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.neo {
  background:
    linear-gradient(118deg, rgba(247, 242, 232, 0.16), transparent 24%),
    linear-gradient(145deg, #081c37, #122f4c 54%, #0b1727);
  color: #9de5ff;
}

.neo {
  grid-template-rows: 1fr;
  padding: 24px;
}

.neo::after {
  display: none;
}

.neo .template-photo {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 86px;
  height: 86px;
  min-height: 0;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.neo .template-card-content {
  min-height: 100%;
  padding: 0;
  justify-content: flex-end;
  gap: 10px;
}

.neo .template-card-content::before {
  content: "NC";
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(247, 242, 232, 0.22);
  border-radius: 16px;
  color: #081c37;
  background: #9de5ff;
  font-size: 13px;
  font-weight: 950;
}

.neo .template-card b {
  max-width: 76%;
  font-size: 34px;
  line-height: 0.92;
}

.neo .template-services em {
  color: #f7f2e8;
  border-color: rgba(247, 242, 232, 0.16);
  background: rgba(247, 242, 232, 0.1);
}

.minimal {
  background: linear-gradient(145deg, #f7f2e8, #ffffff);
  color: #090b10;
}

.minimal {
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
}

.minimal::before {
  inset: 18px;
  border-radius: 3px;
}

.minimal::after {
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.minimal p,
.minimal small {
  color: rgba(9, 11, 16, 0.6);
}

.minimal .template-photo {
  order: 2;
  min-height: 118px;
  margin-top: auto;
  border-radius: 0;
  border-color: rgba(9, 11, 16, 0.16);
  filter: grayscale(0.1);
}

.minimal .template-photo img {
  object-position: center 32%;
}

.minimal .template-card-content {
  order: 1;
  min-height: 0;
  gap: 10px;
}

.minimal .template-card b {
  margin-top: 16px;
  font-size: 44px;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.minimal .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
}

.minimal .template-services em {
  min-height: 28px;
  justify-content: space-between;
  border-radius: 0;
  color: #090b10;
  border-color: rgba(9, 11, 16, 0.14);
  background: transparent;
}

.neon {
  background:
    linear-gradient(135deg, rgba(0, 245, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #090411, #220a32);
  color: #76faff;
}

.neon {
  grid-template-rows: 1fr;
  padding: 0;
  border-color: rgba(0, 245, 255, 0.28);
}

.neon::before {
  inset: 18px;
  border-color: rgba(0, 245, 255, 0.28);
  border-radius: 24px;
}

.neon::after {
  width: auto;
  height: 58px;
  left: 18px;
  right: 18px;
  top: 52%;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 245, 255, 0.22), transparent);
  filter: none;
  opacity: 0.78;
}

.neon .template-photo {
  position: absolute;
  inset: 18px;
  min-height: 0;
  border-color: rgba(0, 245, 255, 0.38);
  border-radius: 24px;
  box-shadow: 0 0 34px rgba(167, 139, 250, 0.18);
}

.neon .template-photo::after {
  background:
    linear-gradient(180deg, rgba(9, 4, 17, 0.02), rgba(9, 4, 17, 0.38) 54%, rgba(9, 4, 17, 0.96)),
    linear-gradient(90deg, rgba(0, 245, 255, 0.22), transparent 42%, rgba(255, 43, 214, 0.2));
}

.neon .template-card-content {
  min-height: 100%;
  justify-content: flex-end;
  gap: 8px;
  padding: 250px 24px 24px;
}

.neon .template-card span {
  color: #ff2bd6;
}

.neon .template-card b {
  color: #76faff;
  font-size: 31px;
  text-shadow: 0 0 18px rgba(0, 245, 255, 0.42);
}

.neon .template-services em {
  border-color: rgba(0, 245, 255, 0.26);
  color: #ffffff;
  background: rgba(167, 139, 250, 0.16);
}

.gold {
  background:
    linear-gradient(145deg, rgba(217, 189, 120, 0.22), transparent 52%),
    #17120d;
  color: #e3c982;
}

.gold {
  grid-template-rows: auto minmax(0, 1fr);
  padding: 22px;
  text-align: center;
}

.gold::before {
  inset: 14px;
  border-color: rgba(217, 189, 120, 0.18);
  border-radius: 28px;
}

.gold::after {
  top: auto;
  right: 32px;
  bottom: 28px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(217, 189, 120, 0.28);
  background: transparent;
  filter: none;
}

.gold .template-photo {
  width: 196px;
  min-height: 216px;
  justify-self: center;
  border-color: rgba(217, 189, 120, 0.36);
  border-radius: 999px 999px 28px 28px;
}

.gold .template-card-content {
  align-items: center;
  min-height: 0;
  gap: 8px;
  padding: 2px 8px 0;
}

.gold .template-card b {
  font-family: Georgia, serif;
  font-size: 30px;
}

.gold .template-services {
  justify-content: center;
}

.gold .template-services em {
  border-color: rgba(217, 189, 120, 0.3);
  color: #f7f2e8;
}

.blueprint {
  background:
    linear-gradient(90deg, rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    #071b2a;
  background-size: 34px 34px;
  color: #7ad8ff;
}

.blueprint {
  grid-template-columns: 86px 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 14px;
  border-radius: 12px;
  padding: 20px;
}

.blueprint::before {
  inset: 14px;
  border-color: rgba(122, 216, 255, 0.28);
  border-radius: 8px;
}

.blueprint::after {
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: rgba(122, 216, 255, 0.3);
  filter: none;
}

.blueprint .template-photo {
  grid-column: 1;
  grid-row: 1;
  min-height: 86px;
  border-radius: 8px;
  border-color: rgba(122, 216, 255, 0.36);
}

.blueprint .template-card-content {
  grid-column: 1 / -1;
  grid-row: 1 / span 2;
  min-height: 100%;
  padding: 112px 0 8px;
}

.blueprint .template-card span {
  position: absolute;
  top: 4px;
  left: 104px;
}

.blueprint .template-card b {
  font-size: 30px;
  text-transform: uppercase;
}

.blueprint .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}

.blueprint .template-services em {
  min-height: 30px;
  border-radius: 6px;
  border-color: rgba(122, 216, 255, 0.3);
  color: #d8f5ff;
  background: rgba(7, 27, 42, 0.68);
}

.feminine {
  background:
    linear-gradient(145deg, rgba(255, 194, 204, 0.32), transparent 42%),
    #2a171e;
  color: #ffd9df;
}

.feminine {
  grid-template-rows: auto 1fr;
  gap: 12px;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 248, 241, 0.22), transparent 26%),
    linear-gradient(145deg, #fff8f1, #f9c0c9 48%, #5a2034);
  color: #311522;
}

.feminine::before {
  inset: 14px;
  border-color: rgba(75, 28, 42, 0.12);
  border-radius: 24px 24px 70px 24px;
}

.feminine::after {
  top: 34px;
  right: -24px;
  width: 150px;
  height: 84px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.feminine .template-photo {
  min-height: 150px;
  border-color: rgba(255, 217, 223, 0.36);
  border-radius: 26px 26px 72px 26px;
}

.feminine .template-card-content {
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-height: 0;
  gap: 7px;
  padding: 0 10px 4px;
}

.feminine .template-card span,
.feminine p,
.feminine small {
  color: rgba(49, 21, 34, 0.64);
}

.feminine .template-card b {
  max-width: 95%;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 0.96;
}

.feminine .template-services {
  justify-content: center;
}

.feminine .template-services em {
  min-height: 26px;
  border-color: rgba(75, 28, 42, 0.12);
  color: #311522;
  background: rgba(255, 255, 255, 0.35);
}

.industrial {
  background:
    linear-gradient(145deg, rgba(240, 178, 70, 0.16), transparent 45%),
    #111213;
  color: #f1b75e;
}

.industrial {
  grid-template-columns: 92px 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 10px;
}

.industrial::before {
  inset: 12px;
  border-color: rgba(240, 178, 70, 0.2);
  border-radius: 6px;
}

.industrial::after {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: repeating-linear-gradient(45deg, rgba(240, 178, 70, 0.24) 0 5px, transparent 5px 10px);
  filter: none;
}

.industrial .template-photo {
  min-height: 100%;
  border-radius: 6px;
  border-color: rgba(240, 178, 70, 0.28);
}

.industrial .template-photo img {
  object-position: center;
}

.industrial .template-card-content {
  min-height: 100%;
  justify-content: center;
  gap: 10px;
  padding: 22px 0 8px;
}

.industrial .template-card b {
  font-size: 29px;
  line-height: 0.96;
  text-transform: uppercase;
}

.industrial .template-services {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.industrial .template-services em {
  min-height: 28px;
  border-radius: 6px;
  border-color: rgba(240, 178, 70, 0.24);
  color: #f7f2e8;
}

.portfolio {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(30deg, #101017, #2a1e33);
  color: #ffffff;
}

.portfolio {
  grid-template-rows: 1fr;
  padding: 0;
}

.portfolio::before {
  inset: 16px;
  border-radius: 22px;
}

.portfolio::after {
  top: 24px;
  left: 24px;
  right: auto;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  filter: none;
}

.portfolio .template-photo {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-width: 0;
  border-radius: inherit;
}

.portfolio .template-photo::after {
  background:
    linear-gradient(180deg, transparent 22%, rgba(16, 16, 23, 0.38) 54%, rgba(16, 16, 23, 0.96)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.12), transparent 34%);
}

.portfolio .template-card-content {
  min-height: 100%;
  justify-content: flex-end;
  padding: 284px 24px 24px;
}

.portfolio .template-card b {
  font-size: 34px;
  line-height: 0.9;
}

.portfolio .template-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.portfolio .template-services em {
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.urban {
  background:
    linear-gradient(145deg, rgba(255, 138, 122, 0.26), transparent 48%),
    #12121a;
  color: #ffb48a;
}

.urban {
  grid-template-rows: auto 1fr;
  gap: 10px;
  border-radius: 24px 44px 24px 44px;
  padding: 20px;
}

.urban::before {
  inset: 14px;
  border-color: rgba(255, 138, 122, 0.2);
  border-radius: 16px 36px 16px 36px;
  transform: rotate(-1deg);
}

.urban::after {
  top: 22px;
  right: 18px;
  width: 78px;
  height: 32px;
  border-radius: 8px;
  background: #ff8a7a;
  filter: none;
  transform: rotate(8deg);
}

.urban .template-photo {
  min-height: 204px;
  border-radius: 16px 34px 16px 34px;
  filter: contrast(1.05);
  transform: rotate(-2deg);
  box-shadow: 12px 12px 0 rgba(255, 138, 122, 0.12);
}

.urban .template-card-content {
  min-height: 0;
  gap: 8px;
  padding: 8px 2px 0;
}

.urban .template-card span {
  align-self: flex-start;
  padding: 5px 7px;
  color: #12121a;
  background: #ffb48a;
  opacity: 1;
  transform: rotate(-2deg);
}

.urban .template-card b {
  font-size: 34px;
  line-height: 0.88;
  text-transform: uppercase;
}

.urban .template-services {
  margin-top: 8px;
}

.urban .template-services em {
  border-radius: 8px;
  transform: rotate(-1deg);
  color: #fff4ea;
  background: rgba(255, 138, 122, 0.12);
}

.corporate {
  background:
    linear-gradient(145deg, rgba(109, 242, 182, 0.16), transparent 44%),
    #0b1517;
  color: #b1ffe1;
}

.corporate {
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
}

.corporate::before {
  inset: 18px;
  border-color: rgba(109, 242, 182, 0.14);
  border-radius: 18px;
}

.corporate::after {
  top: 18px;
  left: 18px;
  right: 18px;
  width: auto;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  filter: none;
}

.corporate .template-photo {
  width: 92px;
  height: 92px;
  min-height: 0;
  margin: 12px 0 0 12px;
  border-radius: 20px;
  border-color: rgba(109, 242, 182, 0.24);
}

.corporate .template-card-content {
  min-height: 0;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(109, 242, 182, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.corporate .template-card b {
  font-size: 28px;
}

.corporate .template-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.corporate .template-services em {
  min-height: 30px;
  justify-content: center;
  border-color: rgba(109, 242, 182, 0.22);
  color: #e8fff6;
}

.nearby-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 72px;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 120px 0;
}

.nearby-visual {
  min-width: 0;
}

.map-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(109, 242, 182, 0.11), transparent 48%),
    rgba(247, 242, 232, 0.06);
  box-shadow: 0 38px 105px rgba(0, 0, 0, 0.44);
}

.map-card::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(247, 242, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 242, 232, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: rotate(-10deg);
}

.map-line {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.2);
  transform-origin: left center;
}

.line-a {
  left: 8%;
  top: 30%;
  width: 86%;
  transform: rotate(17deg);
}

.line-b {
  left: 18%;
  top: 68%;
  width: 70%;
  transform: rotate(-22deg);
}

.line-c {
  left: 12%;
  top: 48%;
  width: 80%;
  transform: rotate(2deg);
}

.service-radius {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(68%, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(109, 242, 182, 0.48);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: radiusPulse 4.2s ease-in-out infinite;
}

.service-radius::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(109, 242, 182, 0.34);
  border-radius: inherit;
}

.map-pin {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 88px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 8, 13, 0.78);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  backdrop-filter: blur(18px);
}

.map-pin.self {
  left: 50%;
  top: 50%;
  background: var(--green);
  color: #07100d;
  transform: translate(-50%, -50%);
}

.map-pin.pincode {
  left: 12%;
  top: 24%;
}

.map-pin.lead {
  right: 12%;
  bottom: 22%;
}

.proof-section,
.faq-section {
  padding: 120px 24px;
}

.share-board {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 52px;
  width: min(100%, var(--max));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 48px;
  padding: clamp(24px, 5vw, 64px);
  background: rgba(247, 242, 232, 0.06);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.34);
}

.share-message {
  display: grid;
  gap: 14px;
  align-content: start;
}

.share-message p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.98;
}

.share-message strong {
  color: var(--green);
  font-size: 18px;
}

.share-message span,
.share-message a {
  color: var(--muted);
  font-weight: 850;
}

.share-image-card {
  display: grid;
  place-items: center;
}

.mini-share-card {
  width: min(100%, 280px);
  aspect-ratio: 9 / 16;
}

.mini-share-card .identity-block h2 {
  font-size: 35px;
}

.mini-share-card .mini-brand,
.mini-share-card .service-strip span,
.mini-share-card .card-place,
.mini-share-card .card-meta-grid span,
.mini-share-card .card-footerline {
  font-size: 10px;
}

.mini-share-card .profile-mark {
  width: 46px;
  height: 46px;
}

.mini-share-card .identity-block {
  margin-top: 30px;
}

.mini-share-card .card-meta-grid {
  display: none;
}

.mini-share-card.luxury-share-card {
  border-color: rgba(217, 189, 120, 0.28);
  background:
    radial-gradient(circle at 50% 10%, rgba(217, 189, 120, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(217, 189, 120, 0.16), transparent 38%),
    #17120d;
  color: #f7f2e8;
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mini-share-card.luxury-share-card::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 189, 120, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(217, 189, 120, 0.08), transparent 46%);
}

.mini-share-card.luxury-share-card::after {
  inset: 16px;
  border-color: rgba(217, 189, 120, 0.22);
  border-radius: 26px;
}

.luxury-share-card .card-front {
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 22px 22px 22px;
  text-align: center;
}

.luxury-share-card .luxury-share-header {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  margin-bottom: 2px;
}

.luxury-share-card .luxury-share-profile-picture {
  position: relative;
  width: 78px;
  height: 78px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(217, 189, 120, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.84), transparent 18%),
    linear-gradient(145deg, #f5df9d, #7c551e 58%, #1c130b);
  box-shadow:
    0 0 0 8px rgba(217, 189, 120, 0.06),
    0 18px 38px rgba(0, 0, 0, 0.35);
}

.luxury-share-card .luxury-share-profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.luxury-share-card .luxury-share-profile-picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(23, 18, 13, 0.32)),
    radial-gradient(circle at 50% 8%, rgba(217, 189, 120, 0.18), transparent 34%);
}

.luxury-share-card .luxury-share-nameplate {
  max-width: 100%;
  margin: 0;
}

.luxury-share-card .luxury-share-nameplate::before {
  left: 50%;
  top: -9px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d9bd78, transparent);
  transform: translateX(-50%);
}

.luxury-share-card .identity-block .eyebrow {
  margin-bottom: 7px;
  color: #d9bd78;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.luxury-share-card .identity-block h2 {
  margin-bottom: 8px;
  color: #e3c982;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.96;
  text-shadow: none;
}

.luxury-share-card .company {
  color: rgba(247, 242, 232, 0.7);
  font-size: 12px;
}

.luxury-share-card .luxury-share-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 82%;
  margin: 4px auto 0;
}

.luxury-share-card .luxury-share-services span {
  min-height: 27px;
  border-width: 0 0 1px;
  border-color: rgba(217, 189, 120, 0.28);
  border-radius: 0;
  padding: 0 4px;
  background: transparent;
  color: rgba(247, 242, 232, 0.9);
  box-shadow: none;
  font-size: 10px;
}

.luxury-share-card .luxury-share-meta {
  display: grid;
  width: 100%;
  gap: 8px;
  margin-top: auto;
}

.luxury-share-card .luxury-share-meta span {
  border-color: rgba(217, 189, 120, 0.18);
  border-radius: 14px;
  background: rgba(217, 189, 120, 0.06);
  color: rgba(247, 242, 232, 0.88);
  font-size: 10px;
}

.luxury-share-card .luxury-share-meta b {
  color: rgba(217, 189, 120, 0.78);
}

.luxury-share-card .luxury-share-footer {
  width: 100%;
  margin-top: 0;
  border-top: 1px solid rgba(217, 189, 120, 0.16);
  padding-top: 10px;
  color: rgba(247, 242, 232, 0.72);
  font-size: 10px;
}

.luxury-share-card .luxury-share-footer b {
  border-color: rgba(217, 189, 120, 0.24);
  background: rgba(217, 189, 120, 0.1);
  color: #e3c982;
}

.faq-section {
  background: var(--paper);
  color: var(--dark-ink);
}

.faq-section .kicker,
.faq-section p {
  color: rgba(9, 11, 16, 0.62);
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(100%, 860px);
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid rgba(9, 11, 16, 0.12);
  border-radius: 24px;
  padding: 22px 24px;
  background: white;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
}

.faq-list p {
  margin: 14px 0 0;
}

.download-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 120px 24px;
}

.download-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.download-card {
  position: absolute;
  width: min(28vw, 260px);
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(247, 242, 232, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.card-a {
  left: 8%;
  top: 22%;
  background: linear-gradient(145deg, #081524, #183051);
  transform: rotate(-14deg);
}

.card-b {
  right: 8%;
  top: 18%;
  background: linear-gradient(145deg, #17120d, #3a2812);
  transform: rotate(11deg);
}

.card-c {
  left: 60%;
  bottom: 5%;
  background: linear-gradient(145deg, #12121a, #382232);
  transform: rotate(18deg);
}

.download-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  text-align: center;
}

.download-copy p:not(.kicker) {
  max-width: 620px;
  margin-inline: auto;
}

.download-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 30px 20px;
  color: var(--muted);
  font-weight: 850;
}

.site-footer .footer-brand {
  width: 132px;
  height: auto;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .reveal.is-visible,
.js .hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cloudDrift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(3%, 2%, 0) scale(1.08);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateZ(70px) translateY(0);
  }
  50% {
    transform: translateZ(70px) translateY(-18px);
  }
}

@keyframes cuePulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(8px);
  }
}

@keyframes radiusPulse {
  0%,
  100% {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .hero-card-stack {
    width: min(37vw, 320px);
    transform:
      translate(-50%, -50%)
      translateX(28vw)
      rotateZ(-5deg)
      rotateY(-9deg);
  }

  .phone-shell {
    width: min(44vw, 300px);
  }

  .film-panel {
    width: min(100%, 420px);
  }

  .nearby-section,
  .share-board {
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .site-nav nav {
    display: none;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 92px;
    padding-bottom: 60px;
  }

  .hero-copy {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .hero-subtitle {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-card-stack {
    position: relative;
    left: auto;
    top: auto;
    width: min(66vw, 290px);
    margin: 32px auto 0;
    transform: rotateZ(-5deg);
  }

  .hero-template-card {
    border-radius: 34px;
    padding: 22px;
  }

  .hero-template-card::before {
    inset: 14px;
    border-radius: 25px;
  }

  .card-shadow-one {
    transform: translate3d(-150px, -108px, -132px) scale(0.54) rotate(-18deg);
  }

  .card-shadow-two {
    transform: translate3d(150px, 108px, -122px) scale(0.56) rotate(7deg);
  }

  .hero-canvas {
    order: 2;
    position: relative;
    display: grid;
    width: 100%;
    min-height: 520px;
  }

  .soft-cloud {
    opacity: 0.38;
  }

  .story-film {
    min-height: auto;
    padding: 80px 20px;
  }

  .film-stage {
    position: relative;
    height: auto;
    min-height: auto;
    margin-bottom: 56px;
  }

  .phone-shell {
    width: min(72vw, 300px);
    transform: none;
  }

  .film-copy {
    margin: 0 auto;
  }

  .film-panel,
  .film-panel:nth-child(even) {
    min-height: auto;
    width: min(100%, 640px);
    margin: 0 auto 58px;
    text-align: center;
    opacity: 1;
    transform: none;
  }

  .orbit-ui {
    display: none;
  }

  .signature-strip {
    min-height: 70svh;
  }

  .nearby-section,
  .share-board {
    grid-template-columns: 1fr;
  }

  .nearby-section {
    width: min(100% - 36px, var(--max));
    padding: 80px 0;
  }

  .nearby-text {
    text-align: center;
  }

  .map-card {
    min-height: 430px;
  }

  .share-board {
    text-align: center;
  }

  .share-message {
    justify-items: center;
  }

  .download-card {
    opacity: 0.5;
  }
}

@media (max-width: 560px) {
  :root {
    --nav-h: 54px;
  }

  body::before {
    background-size: 46px 46px;
  }

  .site-nav {
    padding: 0 12px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    max-width: 318px;
    margin-inline: auto;
    font-size: clamp(40px, 11vw, 46px);
    line-height: 0.94;
    text-wrap: balance;
  }

  .hero-subtitle {
    max-width: 292px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: column;
  }

  .hero-actions .primary-button,
  .hero-actions .ghost-button {
    width: min(100%, 220px);
  }

  h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  p {
    font-size: 16px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-canvas {
    min-height: 520px;
  }

  .hero-card-stack {
    width: min(50vw, 165px);
    margin-top: 0;
  }

  .shadow-card {
    border-radius: 30px;
  }

  .hero-template-card {
    border-radius: 30px;
    padding: 14px;
    gap: 10px;
  }

  .hero-template-neon {
    grid-template-rows: 38px minmax(0, 1fr);
    gap: 6px;
  }

  .hero-template-gold {
    grid-template-rows: 38px minmax(0, 1fr);
    gap: 8px;
  }

  .hero-template-copy {
    gap: 6px;
  }

  .hero-template-neon .hero-template-copy {
    grid-template-rows: auto minmax(38px, 1fr) auto auto;
    gap: 5px;
    padding-left: 9px;
  }

  .hero-template-gold .hero-template-copy {
    grid-template-rows: auto minmax(44px, 1fr) auto auto;
    gap: 6px;
    padding-top: 4px;
  }

  .hero-template-identity {
    gap: 3px;
  }

  .hero-template-card::before {
    inset: 10px;
    border-radius: 22px;
  }

  .hero-template-avatar {
    width: 38px;
    height: 38px;
    border-radius: 16px;
  }

  .hero-template-card span {
    font-size: 7.5px;
    letter-spacing: 1px;
  }

  .hero-template-card strong {
    font-size: 20px;
    line-height: 0.96;
  }

  .hero-template-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 8px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-template-services {
    gap: 4px;
    margin-top: 0;
  }

  .hero-template-services em {
    min-height: 18px;
    padding: 0 6px;
    font-size: 7px;
  }

  .hero-template-gold .hero-template-services {
    width: 84%;
  }

  .hero-template-neon .hero-template-services {
    width: 95%;
    transform: rotate(-2deg);
  }

  .hero-template-gold .hero-template-services em {
    min-height: 15px;
  }

  .hero-template-card small {
    font-size: 7px;
    letter-spacing: 0.8px;
  }

  .hero-template-meta {
    gap: 4px;
  }

  .hero-template-meta span {
    min-height: 28px;
    border-radius: 9px;
    padding: 4px 5px;
    font-size: 6.5px;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: none;
  }

  .hero-template-meta b {
    margin-bottom: 2px;
    font-size: 5.5px;
  }

  .hero-template-neon .hero-template-meta {
    width: 82%;
  }

  .hero-template-neon .hero-template-meta span {
    min-height: 24px;
  }

  .hero-template-footer {
    gap: 4px;
  }

  .hero-template-footer > b,
  .hero-template-footer small {
    font-size: 6.5px;
    letter-spacing: 0;
  }

  .hero-template-footer > b {
    padding: 3px 5px;
  }

  .hero-template-gold .hero-template-footer {
    padding: 3px 5px;
  }

  .card-shadow-one {
    transform: translate3d(-82px, -68px, -94px) scale(0.58) rotate(-17deg);
  }

  .card-shadow-two {
    transform: translate3d(118px, 78px, -86px) scale(0.56) rotate(8deg);
  }

  .product-card {
    border-radius: 28px;
  }

  .card-face,
  .card-front,
  .card-back {
    padding: 22px;
  }

  .identity-block {
    margin: 46px 0 22px;
  }

  .identity-block h2 {
    font-size: 32px;
  }

  .profile-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .card-topline span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .soft-template-front {
    gap: 8px;
    padding: 17px;
  }

  .soft-cover {
    min-height: 96px;
    border-radius: 20px 20px 44px 20px;
    padding: 11px;
  }

  .soft-cover-copy b {
    font-size: 22px;
  }

  .soft-cover-copy span,
  .soft-nameplate .eyebrow {
    font-size: 9px;
  }

  .soft-portrait {
    width: 54px;
    height: 54px;
    border-width: 3px;
  }

  .soft-nameplate h2 {
    font-size: 31px;
  }

  .soft-nameplate .company {
    font-size: 12px;
  }

  .soft-service-list {
    gap: 4px;
  }

  .soft-service-list span {
    min-height: 26px;
    padding: 5px 8px;
    font-size: 9.5px;
  }

  .soft-template-bottom .mini-brand {
    min-height: 27px;
    padding-right: 9px;
  }

  .soft-area,
  .soft-live-card .card-footerline {
    font-size: 10px;
  }

  .service-strip span {
    padding: 7px 9px;
    font-size: 10px;
  }

  .hero-product-card .card-front {
    padding: 17px;
  }

  .hero-product-card .profile-mark {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .hero-product-card .mini-brand {
    min-height: 27px;
    gap: 6px;
    padding-right: 9px;
    font-size: 9px;
  }

  .hero-product-card .mini-brand img {
    width: 18px;
    height: 18px;
    border-radius: 6px;
  }

  .hero-product-card .identity-block {
    margin: 26px 0 14px;
  }

  .hero-product-card .premium-nameplate::before {
    top: -13px;
    width: 42px;
    height: 2px;
  }

  .hero-product-card .identity-block .eyebrow {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .hero-product-card .identity-block h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .hero-product-card .company {
    font-size: 11px;
  }

  .hero-product-card .service-panel {
    gap: 6px;
    margin-bottom: 0;
  }

  .hero-product-card .service-panel span {
    min-height: 25px;
    padding: 6px 7px;
    font-size: 7.5px;
  }

  .hero-product-card .card-meta-grid {
    display: none;
  }

  .hero-product-card .card-footerline {
    gap: 8px;
    margin-top: auto;
    font-size: 8.5px;
  }

  .hero-product-card .card-footerline b {
    min-height: 23px;
    padding: 0 8px;
    font-size: 8px;
  }

  .phone-shell {
    width: min(80vw, 270px);
    border-radius: 42px;
    padding: 12px;
  }

  .phone-glass {
    border-radius: 31px;
  }

  .qr-mark {
    width: min(58%, 126px);
    gap: 5px;
    padding: 10px;
    border-radius: 18px;
  }

  .scanner-zone {
    border-radius: 22px;
    padding: 10px;
  }

  .back-heading p {
    font-size: 10px;
  }

  .back-heading h2 {
    font-size: 20px;
  }

  .contact-lines {
    gap: 6px;
  }

  .contact-lines a {
    min-height: 29px;
    border-radius: 11px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .contact-lines b {
    flex-basis: 54px;
    font-size: 8px;
  }

  .back-whatsapp {
    min-height: 32px;
    border-radius: 12px;
    font-size: 11px;
  }

  .templates,
  .proof-section,
  .faq-section,
  .download-section {
    padding-block: 82px;
  }

  .template-gallery {
    grid-auto-columns: minmax(244px, 280px);
  }

  .template-card {
    min-height: 444px;
    gap: 12px;
    padding: 14px;
    border-radius: 28px;
  }

  .template-photo {
    min-height: 204px;
    border-radius: 22px;
  }

  .template-card-content {
    min-height: 176px;
    gap: 6px;
    padding-inline: 2px;
  }

  .template-card b {
    font-size: 22px;
  }

  .template-card p {
    font-size: 11.5px;
  }

  .template-services {
    gap: 5px;
  }

  .template-services em {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 9px;
  }

  .nearby-section {
    padding-block: 70px;
  }

  .map-card {
    min-height: 360px;
    border-radius: 32px;
  }

  .share-board {
    border-radius: 32px;
    padding: 22px;
  }

  .share-message p {
    font-size: 34px;
  }

  .download-actions .primary-button,
  .download-actions .ghost-button {
    width: 100%;
  }

  .download-card {
    width: 190px;
  }

  .card-a {
    left: -50px;
  }

  .card-b {
    right: -60px;
  }

  .card-c {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

/* App-aligned template previews */
.template-gallery {
  grid-auto-columns: clamp(286px, 22vw, 330px);
  align-items: start;
}

.template-card {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 16;
  display: block;
  padding: 22px;
  border-radius: 30px;
}

.template-card::before {
  inset: 16px;
}

.template-card::after {
  display: none;
}

.template-photo {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  min-height: 0;
  border-radius: 18px;
}

.template-card-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
  padding: 0;
}

.template-card span,
.template-card b,
.template-card p,
.template-card small {
  min-width: 0;
}

.template-card b {
  font-size: 32px;
  line-height: 0.96;
}

.template-card p {
  font-size: 12px;
  line-height: 1.3;
}

.template-services {
  gap: 6px;
  margin-top: 0;
}

.template-services em {
  min-height: 26px;
  padding: 0 9px;
  font-size: 9.5px;
}

.neo {
  border-radius: 34px;
  padding: 22px;
}

.neo::before {
  border-color: rgba(247, 242, 232, 0.1);
  border-radius: 26px;
}

.neo .template-photo {
  top: 22px;
  left: 22px;
  right: auto;
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

.neo .template-card-content::before {
  display: none;
}

.neo .template-card-content {
  padding-top: 86px;
  justify-content: space-between;
}

.neo span {
  align-self: flex-end;
  max-width: 58%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(247, 242, 232, 0.08);
  color: #7ad8ff;
  opacity: 1;
}

.neo b {
  max-width: 100%;
  margin-top: auto;
  font-size: 37px;
  line-height: 0.94;
}

.neo .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neo .template-services em {
  justify-content: space-between;
  min-height: 28px;
  border-radius: 14px;
  white-space: normal;
}

.minimal {
  border-radius: 4px;
  padding: 22px;
}

.minimal::before {
  inset: auto 22px 22px;
  height: 5px;
  border-width: 0;
  border-radius: 0;
  background: #090b10;
}

.minimal .template-photo {
  top: 22px;
  right: 22px;
  order: initial;
  width: 58px;
  height: 58px;
  min-height: 0;
  border-radius: 4px;
}

.minimal .template-card-content {
  min-height: 100%;
  padding-top: 78px;
}

.minimal .template-card b {
  margin-top: 0;
  font-size: 43px;
  line-height: 0.9;
}

.minimal .template-services {
  counter-reset: service;
  display: grid;
  gap: 8px;
}

.minimal .template-services em {
  counter-increment: service;
  min-height: 30px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  border-width: 0 0 1px;
  border-color: rgba(9, 11, 16, 0.18);
  padding: 0;
}

.minimal .template-services em::before {
  content: counter(service, decimal-leading-zero);
  color: rgba(9, 11, 16, 0.45);
  font-size: 9px;
  font-weight: 950;
}

.neon {
  padding: 18px;
  border-radius: 30px;
}

.neon::before {
  inset: 18px;
  border-radius: 26px;
}

.neon::after {
  display: block;
  top: auto;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 2px;
  width: auto;
  background: linear-gradient(90deg, transparent, #00f5ff, #ff2bd6, transparent);
}

.neon .template-photo {
  position: relative;
  inset: auto;
  width: 68px;
  height: 68px;
  min-height: 0;
  margin-left: auto;
  border-radius: 999px;
}

.neon .template-card-content {
  min-height: calc(100% - 78px);
  padding: 0;
}

.neon .template-card span {
  min-height: 72px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 245, 255, 0.24);
  border-radius: 22px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
}

.neon .template-card b,
.neon .template-card p {
  padding-inline: 14px;
}

.neon .template-card b {
  font-size: 37px;
  line-height: 1.02;
  text-transform: uppercase;
}

.neon .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neon .template-services em {
  min-height: 32px;
  border-radius: 14px;
  justify-content: center;
}

.neon small {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 245, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #76faff;
}

.gold {
  padding: 28px;
  border-radius: 30px;
}

.gold::before {
  inset: 16px;
  border-radius: 24px;
}

.gold .template-photo {
  position: relative;
  width: 66px;
  height: 66px;
  min-height: 0;
  margin: 0 auto;
  border-radius: 999px;
}

.gold .template-card-content {
  min-height: calc(100% - 76px);
  align-items: stretch;
  text-align: center;
}

.gold .template-card span {
  text-align: center;
}

.gold .template-card b {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.06;
}

.gold .template-services {
  display: grid;
  gap: 7px;
}

.gold .template-services em {
  justify-content: center;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.blueprint {
  padding: 22px;
  border-radius: 10px;
}

.blueprint::before {
  inset: 16px;
  border-radius: 8px;
}

.blueprint::after {
  display: block;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 36px;
  width: auto;
  border: 1px solid rgba(122, 216, 255, 0.22);
  border-radius: 8px;
  background: transparent;
}

.blueprint .template-photo {
  top: 22px;
  left: 22px;
  width: 54px;
  height: 54px;
  min-height: 0;
  border-radius: 8px;
}

.blueprint .template-card-content {
  padding-top: 78px;
}

.blueprint .template-card span {
  position: static;
}

.blueprint .template-card b {
  font-size: 32px;
  line-height: 1.02;
  text-transform: uppercase;
}

.blueprint .template-services {
  display: grid;
  gap: 8px;
}

.blueprint .template-services em {
  min-height: 30px;
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.blueprint small {
  padding: 11px 10px 0;
  color: #7ad8ff;
}

.feminine {
  padding: 18px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 30px;
}

.feminine::before {
  inset: 14px;
  border-radius: 24px 24px 64px 24px;
}

.feminine .template-photo {
  position: relative;
  width: 64px;
  height: 64px;
  min-height: 0;
  margin-left: auto;
  border: 4px solid rgba(255, 248, 242, 0.76);
  border-radius: 999px;
}

.feminine .template-card-content {
  min-height: calc(100% - 74px);
  text-align: center;
}

.feminine .template-card span {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(75, 28, 42, 0.12);
  border-radius: 24px 24px 54px 24px;
  padding: 14px;
  background: rgba(244, 185, 196, 0.62);
  color: rgba(49, 21, 34, 0.66);
}

.feminine .template-card b {
  font-family: Georgia, serif;
  font-size: 34px;
}

.feminine .template-services {
  justify-content: center;
}

.feminine .template-services em {
  width: calc(50% - 4px);
  justify-content: space-between;
  border-radius: 14px;
}

.industrial {
  padding: 22px;
  border-radius: 10px;
}

.industrial::before {
  inset: 16px;
  border-radius: 6px;
}

.industrial::after {
  display: none;
}

.industrial .template-photo {
  left: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  min-height: 0;
  border-radius: 6px;
}

.industrial .template-card-content {
  padding-bottom: 74px;
}

.industrial .template-card span {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(240, 178, 70, 0.2);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(240, 178, 70, 0.08);
  color: #f1b75e;
}

.industrial .template-card b {
  font-size: 36px;
  line-height: 0.96;
  text-transform: uppercase;
}

.industrial .template-services {
  display: grid;
  gap: 8px;
}

.industrial .template-services em {
  min-height: 32px;
  border-radius: 8px;
  justify-content: flex-start;
  padding-left: 12px;
}

.portfolio {
  padding: 22px;
  border-radius: 30px;
}

.portfolio::after {
  display: none;
}

.portfolio .template-photo {
  position: relative;
  inset: auto;
  width: 100%;
  height: 138px;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
}

.portfolio .template-photo::after {
  background: linear-gradient(180deg, transparent, rgba(16, 16, 23, 0.18));
}

.portfolio .template-card-content {
  min-height: calc(100% - 150px);
  padding: 0;
}

.portfolio .template-card b {
  font-size: 34px;
}

.portfolio .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio .template-services em {
  min-height: 28px;
  justify-content: flex-start;
  border-radius: 14px;
}

.portfolio small {
  text-align: right;
}

.urban {
  padding: 22px;
  border-radius: 18px;
}

.urban::before {
  inset: 16px;
  border-radius: 14px;
  transform: none;
}

.urban::after {
  display: none;
}

.urban .template-photo {
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  min-height: 0;
  border-radius: 14px;
  transform: none;
  box-shadow: none;
}

.urban .template-card-content {
  padding-top: 80px;
}

.urban .template-card span {
  align-self: flex-start;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  transform: none;
}

.urban .template-card b {
  padding: 12px;
  border: 1px solid rgba(255, 138, 122, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 34px;
}

.urban .template-services {
  justify-content: flex-start;
}

.urban .template-services em {
  border-radius: 999px;
  transform: none;
}

.corporate {
  padding: 22px;
  border-radius: 18px;
}

.corporate::before {
  inset: auto 0 0;
  height: 24%;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
}

.corporate::after {
  display: none;
}

.corporate .template-photo {
  top: 22px;
  left: 22px;
  width: 58px;
  height: 58px;
  min-height: 0;
  margin: 0;
  border-radius: 14px;
}

.corporate .template-card-content {
  padding-top: 76px;
  border: 0;
  background: transparent;
}

.corporate .template-card b {
  font-size: 29px;
  line-height: 1.02;
}

.corporate p {
  min-height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(109, 242, 182, 0.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.corporate .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.corporate .template-services em {
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 720px) {
  .template-gallery {
    grid-auto-columns: minmax(276px, 78vw);
  }

  .template-card {
    min-height: 0;
    aspect-ratio: 9 / 16;
    padding: 18px;
  }

  .template-card b {
    font-size: 28px;
  }

  .template-card p {
    font-size: 11px;
  }

  .template-photo,
  .neo .template-photo,
  .minimal .template-photo,
  .blueprint .template-photo,
  .industrial .template-photo,
  .urban .template-photo,
  .corporate .template-photo {
    width: 54px;
    height: 54px;
  }

  .neo .template-card-content,
  .minimal .template-card-content,
  .blueprint .template-card-content,
  .urban .template-card-content,
  .corporate .template-card-content {
    padding-top: 72px;
  }

  .neo .template-card b,
  .neon .template-card b,
  .industrial .template-card b,
  .urban .template-card b {
    font-size: 31px;
  }

  .minimal .template-card b {
    font-size: 36px;
  }

  .portfolio .template-photo {
    height: 124px;
  }

  .template-services em {
    min-height: 24px;
    padding: 0 8px;
    font-size: 8.5px;
  }
}

/* App template preview polish */
.template-card {
  box-sizing: border-box;
  contain: layout paint;
}

.template-card-content {
  position: relative;
  z-index: 4;
  height: 100%;
  box-sizing: border-box;
}

.template-card small {
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-services em {
  overflow: hidden;
  text-overflow: ellipsis;
}

.minimal .template-card-content {
  justify-content: flex-start;
  gap: 18px;
  padding-top: 94px;
}

.minimal .template-services {
  margin-top: 8px;
}

.minimal small {
  padding-bottom: 18px;
}

.neon .template-photo {
  position: absolute;
  top: 22px;
  right: 22px;
  margin: 0;
}

.neon .template-card-content {
  min-height: 100%;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 92px;
}

.neon .template-card span {
  position: absolute;
  top: 0;
  left: 0;
  right: 82px;
  min-height: 68px;
}

.neon small {
  margin-top: auto;
}

.gold .template-card-content {
  height: calc(100% - 78px);
  min-height: 0;
  justify-content: flex-start;
  gap: 12px;
}

.gold .template-services {
  margin-top: auto;
  margin-bottom: 12px;
}

.feminine .template-photo {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
}

.feminine .template-card-content {
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 130px;
}

.feminine .template-card span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 112px;
  justify-content: flex-start;
  padding-right: 86px;
  text-align: left;
}

.feminine .template-card b,
.feminine .template-card p {
  text-align: center;
}

.feminine .template-services {
  margin-top: 6px;
}

.feminine small {
  text-align: left;
}

.industrial .template-card-content {
  justify-content: flex-start;
  gap: 12px;
}

.industrial small {
  min-height: 58px;
  display: flex;
  align-items: center;
  margin-left: 72px;
}

.portfolio .template-card-content {
  height: calc(100% - 150px);
  min-height: 0;
  justify-content: flex-start;
  gap: 11px;
}

.portfolio small {
  margin-top: auto;
}

.urban .template-card-content {
  justify-content: flex-start;
  gap: 12px;
}

.urban small {
  margin-top: auto;
}

.corporate .template-card-content {
  justify-content: flex-start;
  gap: 12px;
}

.corporate small {
  margin-top: auto;
}

@media (max-width: 720px) {
  .template-gallery {
    grid-auto-columns: minmax(284px, 76vw);
  }

  .minimal .template-card-content,
  .neo .template-card-content,
  .blueprint .template-card-content,
  .urban .template-card-content,
  .corporate .template-card-content {
    padding-top: 78px;
  }

  .neon .template-card-content {
    padding-top: 88px;
  }

  .gold .template-card-content {
    height: calc(100% - 74px);
  }

  .portfolio .template-card-content {
    height: calc(100% - 136px);
  }

  .feminine .template-card-content {
    padding-top: 120px;
  }

  .feminine .template-card span {
    min-height: 104px;
    padding-right: 78px;
  }

  .industrial small {
    margin-left: 66px;
  }
}

/* Landing previews matched to app card templates */
.template-gallery {
  grid-auto-columns: clamp(286px, 22vw, 330px);
}

.template-card {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 16;
  display: block;
  box-sizing: border-box;
  contain: layout paint;
  padding: 22px;
  overflow: hidden;
  border-width: 1px;
}

.template-card *,
.template-card *::before,
.template-card *::after {
  box-sizing: border-box;
}

.template-card::before {
  z-index: 1;
}

.template-card::after {
  z-index: 0;
}

.template-photo {
  z-index: 4;
  min-height: 0;
}

.template-card-content {
  position: relative;
  z-index: 5;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.template-card span,
.template-card b,
.template-card p,
.template-card small,
.template-services,
.template-services em {
  min-width: 0;
  letter-spacing: 0;
}

.template-card span {
  font-size: 10px;
  line-height: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.template-card b {
  display: block;
  color: inherit;
  font-size: 33px;
  line-height: 0.98;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.template-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

.template-card small {
  display: block;
  margin-top: auto;
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-services {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.template-services em {
  max-width: 100%;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
  font-size: 10px;
  line-height: 11px;
  font-style: normal;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neo {
  border-radius: 34px;
  padding: 20px;
  background:
    radial-gradient(circle at 18% 13%, rgba(157, 229, 255, 0.14), transparent 24%),
    linear-gradient(145deg, #081c37, #122f4c 54%, #0b1727);
  color: #9de5ff;
}

.neo::before {
  inset: 20px;
  border-color: rgba(247, 242, 232, 0.12);
  border-radius: 26px;
}

.neo::after {
  display: none;
}

.neo .template-photo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  border-color: rgba(247, 242, 232, 0.22);
  border-radius: 18px;
}

.neo .template-card-content {
  justify-content: space-between;
  padding-top: 82px;
}

.neo span {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 62%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(247, 242, 232, 0.08);
  color: #7ad8ff;
}

.neo b {
  max-width: 100%;
  font-size: 38px;
  line-height: 0.94;
}

.neo p {
  color: rgba(247, 242, 232, 0.72);
}

.neo .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neo .template-services em {
  justify-content: flex-start;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 13px;
  background: rgba(247, 242, 232, 0.1);
  color: #f7f2e8;
}

.neo small {
  min-height: 44px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 14px;
  padding: 0 10px;
  background: rgba(247, 242, 232, 0.07);
  color: #f7f2e8;
}

.neo small::before {
  content: "Area";
  display: block;
  margin-bottom: 2px;
  color: #7ad8ff;
  font-size: 8px;
  line-height: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.minimal {
  border-radius: 4px;
  padding: 22px;
  background: linear-gradient(145deg, #f7f2e8, #ffffff);
  color: #090b10;
}

.minimal::before {
  display: none;
}

.minimal::after {
  display: block;
  top: auto;
  left: 22px;
  right: 22px;
  bottom: 22px;
  width: auto;
  height: 5px;
  border-radius: 0;
  background: #090b10;
  filter: none;
}

.minimal .template-photo {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-color: rgba(9, 11, 16, 0.16);
  border-radius: 4px;
}

.minimal .template-card-content {
  justify-content: flex-start;
  gap: 12px;
  padding-top: 88px;
}

.minimal span {
  position: absolute;
  top: 6px;
  left: 0;
  max-width: calc(100% - 86px);
  color: rgba(9, 11, 16, 0.62);
}

.minimal b {
  font-size: 42px;
  line-height: 0.92;
  text-transform: uppercase;
}

.minimal p,
.minimal small {
  color: rgba(9, 11, 16, 0.58);
}

.minimal .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
  counter-reset: service;
}

.minimal .template-services em {
  counter-increment: service;
  min-height: 31px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  justify-content: stretch;
  border-width: 0 0 1px;
  border-color: rgba(9, 11, 16, 0.16);
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #090b10;
  text-align: left;
}

.minimal .template-services em::before {
  content: counter(service, decimal-leading-zero);
  color: rgba(9, 11, 16, 0.42);
  font-size: 10px;
  font-weight: 950;
}

.minimal small {
  padding-bottom: 18px;
}

.neon {
  border-color: rgba(0, 245, 255, 0.28);
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 43, 214, 0.22), transparent 26%),
    linear-gradient(145deg, #090411, #220a32);
  color: #76faff;
}

.neon::before {
  inset: 18px;
  border-color: rgba(0, 245, 255, 0.28);
  border-radius: 24px;
}

.neon::after {
  display: none;
}

.neon .template-photo {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 66px;
  height: 66px;
  border-color: rgba(0, 245, 255, 0.48);
  border-radius: 999px;
}

.neon .template-card-content {
  justify-content: flex-start;
  gap: 10px;
}

.neon span {
  min-height: 74px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 245, 255, 0.22);
  border-radius: 22px;
  padding: 0 88px 0 13px;
  background: rgba(255, 255, 255, 0.05);
  color: #ff2bd6;
}

.neon b {
  margin-top: 2px;
  border: 1px solid rgba(0, 245, 255, 0.22);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  padding: 16px 15px 7px;
  background: rgba(255, 255, 255, 0.05);
  color: #76faff;
  font-size: 36px;
  line-height: 1.02;
  text-transform: uppercase;
}

.neon p {
  margin-top: -10px;
  border: 1px solid rgba(0, 245, 255, 0.22);
  border-top: 0;
  border-radius: 0 0 26px 26px;
  padding: 0 15px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 242, 232, 0.72);
}

.neon .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neon .template-services em {
  border: 1px solid rgba(0, 245, 255, 0.26);
  border-radius: 10px;
  background: rgba(167, 139, 250, 0.16);
  color: #fff;
}

.neon small {
  min-height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 245, 255, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #76faff;
  text-align: center;
  text-transform: uppercase;
}

.gold {
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 8%, rgba(217, 189, 120, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(217, 189, 120, 0.15), transparent 52%),
    #17120d;
  color: #e3c982;
  text-align: center;
}

.gold::before {
  inset: 16px;
  border-color: rgba(217, 189, 120, 0.2);
  border-radius: 24px;
}

.gold::after {
  display: none;
}

.gold .template-photo {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-color: rgba(217, 189, 120, 0.36);
  border-radius: 999px;
}

.gold .template-card-content {
  height: calc(100% - 76px);
  min-height: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

.gold span {
  color: #d9bd78;
}

.gold b {
  max-width: 94%;
  color: #e3c982;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.06;
}

.gold p,
.gold small {
  color: rgba(247, 242, 232, 0.65);
}

.gold .template-services {
  width: 72%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.gold .template-services em {
  min-height: 25px;
  border-width: 0 0 1px;
  border-color: rgba(217, 189, 120, 0.28);
  border-radius: 0;
  background: transparent;
  color: #f7f2e8;
}

.blueprint {
  border-radius: 10px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    #071b2a;
  background-size: 34px 34px;
  color: #7ad8ff;
}

.blueprint::before {
  inset: 16px;
  border-color: rgba(122, 216, 255, 0.28);
  border-radius: 8px;
}

.blueprint::after {
  display: none;
}

.blueprint .template-photo {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 58px;
  height: 58px;
  border-color: rgba(122, 216, 255, 0.36);
  border-radius: 8px;
}

.blueprint .template-card-content {
  justify-content: space-between;
  padding-top: 88px;
}

.blueprint span {
  position: absolute;
  top: 5px;
  left: 74px;
  max-width: calc(100% - 74px);
  color: #7ad8ff;
}

.blueprint b {
  font-size: 32px;
  line-height: 1.02;
  text-transform: uppercase;
}

.blueprint p {
  color: #bdefff;
}

.blueprint p::before {
  content: "// ";
  color: #d9f99d;
}

.blueprint .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.blueprint .template-services em {
  justify-content: flex-start;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(122, 216, 255, 0.28);
  background: transparent;
  color: #d8f5ff;
}

.blueprint small {
  min-height: 36px;
  display: grid;
  align-items: center;
  border: 1px solid rgba(122, 216, 255, 0.28);
  border-radius: 8px;
  padding: 0 10px;
  color: rgba(216, 245, 255, 0.72);
}

.feminine {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 248, 241, 0.22), transparent 26%),
    linear-gradient(145deg, #fff8f1, #f9c0c9 48%, #5a2034);
  color: #311522;
}

.feminine::before {
  inset: 14px;
  border-color: rgba(75, 28, 42, 0.12);
  border-radius: 24px 24px 64px 24px;
}

.feminine::after {
  display: none;
}

.feminine .template-photo {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 248, 242, 0.76);
  border-radius: 999px;
}

.feminine .template-card-content {
  justify-content: flex-start;
  gap: 10px;
  padding-top: 112px;
  text-align: center;
}

.feminine span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(75, 28, 42, 0.12);
  border-radius: 24px 24px 54px 24px;
  padding: 0 92px 0 14px;
  background: rgba(244, 185, 196, 0.68);
  color: rgba(49, 21, 34, 0.66);
  text-align: left;
}

.feminine b {
  color: #311522;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 0.98;
}

.feminine p,
.feminine small {
  color: rgba(49, 21, 34, 0.64);
}

.feminine .template-services {
  justify-content: center;
}

.feminine .template-services em {
  min-height: 26px;
  border: 1px solid rgba(75, 28, 42, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
  color: #311522;
}

.feminine small {
  min-height: 40px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(75, 28, 42, 0.12);
  border-radius: 14px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.34);
  text-align: left;
}

.feminine small::before {
  content: "Area";
  display: block;
  margin-bottom: 2px;
  color: #b23b68;
  font-size: 8px;
  line-height: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.industrial {
  border-radius: 10px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(240, 178, 70, 0.14), transparent 45%),
    #111213;
  color: #f1b75e;
}

.industrial::before {
  inset: 16px;
  border-color: rgba(240, 178, 70, 0.2);
  border-radius: 6px;
}

.industrial::after {
  display: none;
}

.industrial .template-photo {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-color: rgba(240, 178, 70, 0.28);
  border-radius: 6px;
}

.industrial .template-card-content {
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 74px;
}

.industrial span {
  min-height: 58px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(240, 178, 70, 0.2);
  border-radius: 4px;
  padding: 0 12px;
  background: rgba(240, 178, 70, 0.08);
  color: #f1b75e;
}

.industrial b {
  color: #f1b75e;
  font-size: 34px;
  line-height: 1.02;
  text-transform: uppercase;
}

.industrial p {
  color: rgba(247, 242, 232, 0.74);
  text-transform: uppercase;
}

.industrial .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.industrial .template-services em {
  justify-content: flex-start;
  border: 1px solid rgba(240, 178, 70, 0.24);
  border-radius: 4px;
  background: rgba(247, 242, 232, 0.06);
  color: #f7f2e8;
}

.industrial small {
  min-height: 58px;
  display: flex;
  align-items: center;
  margin-left: 72px;
  color: rgba(247, 242, 232, 0.58);
}

.portfolio {
  border-radius: 30px;
  padding: 22px;
  background: linear-gradient(30deg, #101017, #2a1e33);
  color: #fff;
}

.portfolio::before {
  inset: 16px;
  border-radius: 22px;
}

.portfolio::after {
  display: none;
}

.portfolio .template-photo {
  position: relative;
  width: 100%;
  height: 34%;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 24px;
}

.portfolio .template-card-content {
  height: calc(66% - 12px);
  min-height: 0;
  justify-content: flex-start;
  gap: 9px;
  padding-top: 12px;
}

.portfolio span {
  color: rgba(247, 242, 232, 0.74);
}

.portfolio b {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.portfolio p {
  color: rgba(247, 242, 232, 0.74);
}

.portfolio .template-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio .template-services em {
  justify-content: flex-start;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.portfolio small {
  color: rgba(247, 242, 232, 0.58);
  text-align: right;
}

.urban {
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 138, 122, 0.22), transparent 48%),
    #12121a;
  color: #ffb48a;
}

.urban::before {
  inset: 16px;
  border-color: rgba(255, 138, 122, 0.2);
  border-radius: 14px;
  transform: none;
}

.urban::after {
  display: none;
}

.urban .template-photo {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-color: rgba(255, 138, 122, 0.26);
  border-radius: 10px;
  transform: none;
  box-shadow: none;
}

.urban .template-card-content {
  justify-content: flex-start;
  gap: 10px;
  padding-top: 76px;
}

.urban span {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 9px;
  background: #ffb48a;
  color: #12121a;
}

.urban b {
  border: 2px solid rgba(255, 138, 122, 0.24);
  border-radius: 9px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffb48a;
  font-size: 37px;
  line-height: 1.02;
  text-transform: uppercase;
}

.urban p {
  color: rgba(247, 242, 232, 0.74);
  text-transform: uppercase;
}

.urban .template-services {
  justify-content: flex-start;
}

.urban .template-services em {
  border: 1px solid rgba(255, 138, 122, 0.22);
  border-radius: 999px;
  background: rgba(255, 138, 122, 0.12);
  color: #fff4ea;
  transform: none;
}

.urban small {
  color: rgba(247, 242, 232, 0.58);
}

.corporate {
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(109, 242, 182, 0.14), transparent 44%),
    #0b1517;
  color: #b1ffe1;
}

.corporate::before {
  inset: auto 0 0;
  height: 24%;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
}

.corporate::after {
  display: none;
}

.corporate .template-photo {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 58px;
  height: 58px;
  border-color: rgba(109, 242, 182, 0.24);
  border-radius: 14px;
}

.corporate .template-card-content {
  justify-content: flex-start;
  gap: 12px;
  padding-top: 0;
}

.corporate span {
  display: none;
}

.corporate b {
  min-height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 72px;
  color: #b1ffe1;
  font-size: 25px;
  line-height: 1.08;
}

.corporate p {
  min-height: 78px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(109, 242, 182, 0.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 242, 232, 0.68);
}

.corporate .template-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.corporate .template-services em {
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-color: rgba(109, 242, 182, 0.18);
  border-radius: 0;
  background: transparent;
  color: #e8fff6;
}

.corporate small {
  color: rgba(247, 242, 232, 0.58);
}

@media (max-width: 720px) {
  .template-gallery {
    grid-auto-columns: minmax(284px, 76vw);
  }

  .template-card {
    padding: 18px;
  }

  .neo,
  .minimal,
  .blueprint,
  .industrial,
  .urban,
  .corporate {
    padding: 18px;
  }

  .neo::before,
  .blueprint::before,
  .industrial::before,
  .urban::before {
    inset: 14px;
  }

  .neo .template-photo,
  .minimal .template-photo,
  .blueprint .template-photo,
  .industrial .template-photo,
  .urban .template-photo,
  .corporate .template-photo {
    top: 18px;
    left: 18px;
    width: 54px;
    height: 54px;
  }

  .minimal .template-photo,
  .urban .template-photo {
    left: auto;
    right: 18px;
  }

  .industrial .template-photo {
    top: auto;
    bottom: 18px;
  }

  .corporate b {
    padding-left: 66px;
  }

  .template-card b {
    font-size: 29px;
  }

  .neo b,
  .neon b,
  .urban b {
    font-size: 32px;
  }

  .minimal b {
    font-size: 36px;
  }

  .gold b,
  .feminine b,
  .portfolio b {
    font-size: 30px;
  }

  .neon .template-photo {
    top: 24px;
    right: 24px;
  }

  .neon span {
    padding-right: 82px;
  }

  .feminine .template-card-content {
    padding-top: 108px;
  }

  .feminine span {
    min-height: 88px;
    padding-right: 78px;
  }

  .feminine .template-photo {
    top: 31px;
    right: 31px;
    width: 56px;
    height: 56px;
  }

  .portfolio .template-card-content {
    height: calc(66% - 10px);
    padding-top: 10px;
  }

  .template-services em {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
  }
}

/* Compact template reference previews */
.templates .section-heading {
  margin-bottom: 46px;
}

.templates .template-gallery {
  grid-auto-columns: clamp(220px, 17vw, 252px);
  gap: 18px;
  align-items: start;
  padding-top: 4px;
}

.templates .template-card {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  display: block;
  padding: 16px;
  border-width: 1px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
}

.templates .template-card::before {
  inset: 12px;
  border-radius: 18px;
  z-index: 1;
}

.templates .template-card::after {
  z-index: 0;
}

.templates .template-photo {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: auto;
  left: auto;
  z-index: 4;
  width: 46px;
  height: 46px;
  min-height: 0;
  margin: 0;
  border-radius: 14px;
  transform: none;
  box-shadow: none;
}

.templates .template-card-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  padding-top: 64px;
}

.templates .template-card span {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  min-height: 26px;
  max-width: calc(100% - 58px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 8.5px;
  line-height: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.templates .template-card b {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1.02;
  font-weight: 950;
  text-transform: none;
  overflow-wrap: normal;
}

.templates .template-card p {
  min-height: 0;
  max-height: 32px;
  display: -webkit-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  color: inherit;
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 850;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.templates .template-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: auto 0 0;
}

.templates .template-services em {
  width: auto;
  min-width: 0;
  min-height: 24px;
  max-width: calc(50% - 3px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  padding: 0 8px;
  font-size: 8.5px;
  line-height: 10px;
  font-style: normal;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.templates .template-services em:nth-child(n + 3) {
  display: none;
}

.templates .template-card small {
  min-height: 24px;
  display: flex;
  align-items: center;
  margin: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 9px;
  line-height: 11px;
  font-weight: 900;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.templates .template-card small::before {
  content: none;
}

.templates .neo {
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(157, 229, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #081c37, #12375a);
  color: #9de5ff;
}

.templates .neo span {
  border: 1px solid rgba(157, 229, 255, 0.28);
  background: rgba(247, 242, 232, 0.08);
  color: #9de5ff;
}

.templates .neo .template-services em {
  border-color: rgba(247, 242, 232, 0.16);
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.12);
  color: #f7f2e8;
}

.templates .neo small {
  color: rgba(247, 242, 232, 0.64);
}

.templates .minimal {
  border-radius: 6px;
  background: linear-gradient(145deg, #f7f2e8, #fff);
  color: #090b10;
}

.templates .minimal::before {
  display: none;
}

.templates .minimal::after {
  display: block;
  top: auto;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: auto;
  height: 4px;
  border-radius: 0;
  background: #090b10;
  filter: none;
}

.templates .minimal span {
  color: rgba(9, 11, 16, 0.54);
}

.templates .minimal .template-services {
  display: grid;
  grid-template-columns: 1fr;
}

.templates .minimal .template-services em {
  max-width: 100%;
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-color: rgba(9, 11, 16, 0.16);
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #090b10;
}

.templates .minimal small,
.templates .minimal p {
  color: rgba(9, 11, 16, 0.6);
}

.templates .neon {
  border-color: rgba(0, 245, 255, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 75% 10%, rgba(255, 43, 214, 0.3), transparent 30%),
    linear-gradient(145deg, #090411, #230a32);
  color: #76faff;
}

.templates .neon::before {
  border-color: rgba(0, 245, 255, 0.22);
}

.templates .neon span {
  border: 1px solid rgba(0, 245, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #ff2bd6;
}

.templates .neon b {
  color: #76faff;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 245, 255, 0.34);
}

.templates .neon .template-photo {
  border-radius: 999px;
  border-color: rgba(0, 245, 255, 0.48);
}

.templates .neon .template-services em {
  border-color: rgba(0, 245, 255, 0.26);
  border-radius: 999px;
  background: rgba(167, 139, 250, 0.18);
  color: #fff;
}

.templates .gold {
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 10%, rgba(217, 189, 120, 0.2), transparent 28%),
    #17120d;
  color: #e3c982;
  text-align: center;
}

.templates .gold .template-photo {
  right: 50%;
  transform: translateX(50%);
  border-radius: 999px;
  border-color: rgba(217, 189, 120, 0.36);
}

.templates .gold .template-card-content {
  align-items: center;
  padding-top: 62px;
  text-align: center;
}

.templates .gold span {
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  color: #d9bd78;
}

.templates .gold b {
  color: #e3c982;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.templates .gold .template-services {
  width: 82%;
  display: grid;
  grid-template-columns: 1fr;
}

.templates .gold .template-services em {
  max-width: 100%;
  border-width: 0 0 1px;
  border-color: rgba(217, 189, 120, 0.28);
  border-radius: 0;
  background: transparent;
  color: #f7f2e8;
}

.templates .gold small {
  justify-content: center;
  color: rgba(247, 242, 232, 0.62);
}

.templates .blueprint {
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(122, 216, 255, 0.1) 1px, transparent 1px),
    #071b2a;
  background-size: 28px 28px;
  color: #7ad8ff;
}

.templates .blueprint span {
  left: 58px;
  max-width: calc(100% - 106px);
  color: #7ad8ff;
}

.templates .blueprint b {
  text-transform: uppercase;
}

.templates .blueprint p {
  color: #bdefff;
}

.templates .blueprint p::before {
  content: "// ";
  color: #d9f99d;
}

.templates .blueprint .template-services {
  display: grid;
  grid-template-columns: 1fr;
}

.templates .blueprint .template-services em {
  max-width: 100%;
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-color: rgba(122, 216, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #d8f5ff;
}

.templates .feminine {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 248, 241, 0.28), transparent 28%),
    linear-gradient(145deg, #fff8f1, #f8bdc8 52%, #6a2a40);
  color: #311522;
}

.templates .feminine::before {
  border-radius: 20px 20px 48px 20px;
  border-color: rgba(75, 28, 42, 0.12);
}

.templates .feminine .template-photo {
  border: 3px solid rgba(255, 248, 242, 0.78);
  border-radius: 999px;
}

.templates .feminine span {
  border: 1px solid rgba(75, 28, 42, 0.1);
  background: rgba(244, 185, 196, 0.64);
  color: rgba(49, 21, 34, 0.66);
}

.templates .feminine b {
  color: #311522;
  font-family: Georgia, "Times New Roman", serif;
}

.templates .feminine p,
.templates .feminine small {
  color: rgba(49, 21, 34, 0.64);
}

.templates .feminine .template-services em {
  border-color: rgba(75, 28, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: #311522;
}

.templates .industrial {
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(240, 178, 70, 0.14), transparent 45%),
    #111213;
  color: #f1b75e;
}

.templates .industrial::before {
  border-color: rgba(240, 178, 70, 0.2);
  border-radius: 6px;
}

.templates .industrial span {
  border: 1px solid rgba(240, 178, 70, 0.2);
  border-radius: 4px;
  background: rgba(240, 178, 70, 0.08);
  color: #f1b75e;
}

.templates .industrial b {
  color: #f1b75e;
  text-transform: uppercase;
}

.templates .industrial p {
  color: rgba(247, 242, 232, 0.72);
  text-transform: uppercase;
}

.templates .industrial .template-services {
  display: grid;
  grid-template-columns: 1fr;
}

.templates .industrial .template-services em {
  max-width: 100%;
  justify-content: flex-start;
  border-color: rgba(240, 178, 70, 0.24);
  border-radius: 4px;
  background: rgba(247, 242, 232, 0.06);
  color: #f7f2e8;
}

.templates .portfolio {
  border-radius: 26px;
  background: linear-gradient(30deg, #101017, #2a1e33);
  color: #fff;
}

.templates .portfolio .template-photo {
  top: 14px;
  right: 14px;
  left: 14px;
  width: auto;
  height: 72px;
  border-radius: 20px;
}

.templates .portfolio .template-card-content {
  padding-top: 88px;
}

.templates .portfolio b {
  color: #fff;
}

.templates .portfolio p,
.templates .portfolio small,
.templates .portfolio span {
  color: rgba(247, 242, 232, 0.68);
}

.templates .portfolio .template-services em {
  border-color: rgba(247, 242, 232, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.templates .urban {
  border-radius: 22px 34px 22px 34px;
  background:
    linear-gradient(145deg, rgba(255, 138, 122, 0.22), transparent 48%),
    #12121a;
  color: #ffb48a;
}

.templates .urban::before {
  border-color: rgba(255, 138, 122, 0.2);
  border-radius: 16px 28px 16px 28px;
}

.templates .urban span {
  border-radius: 4px;
  background: #ffb48a;
  color: #12121a;
}

.templates .urban b {
  border: 2px solid rgba(255, 138, 122, 0.24);
  border-radius: 9px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffb48a;
  font-size: 26px;
  text-transform: uppercase;
}

.templates .urban p {
  color: rgba(247, 242, 232, 0.72);
  text-transform: uppercase;
}

.templates .urban .template-services em {
  border-color: rgba(255, 138, 122, 0.22);
  border-radius: 999px;
  background: rgba(255, 138, 122, 0.12);
  color: #fff4ea;
}

.templates .corporate {
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(109, 242, 182, 0.14), transparent 44%),
    #0b1517;
  color: #b1ffe1;
}

.templates .corporate::before {
  inset: auto 0 0;
  height: 28%;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
}

.templates .corporate .template-photo {
  left: 14px;
  right: auto;
  border-color: rgba(109, 242, 182, 0.24);
}

.templates .corporate .template-card-content {
  padding-top: 64px;
}

.templates .corporate span {
  left: 58px;
  max-width: calc(100% - 58px);
  display: inline-flex;
  color: #b1ffe1;
}

.templates .corporate b {
  color: #b1ffe1;
}

.templates .corporate p {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(109, 242, 182, 0.14);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 242, 232, 0.68);
}

.templates .corporate .template-services {
  display: grid;
  grid-template-columns: 1fr;
}

.templates .corporate .template-services em {
  max-width: 100%;
  justify-content: flex-start;
  border-width: 0 0 1px;
  border-color: rgba(109, 242, 182, 0.18);
  border-radius: 0;
  background: transparent;
  color: #e8fff6;
}

@media (max-width: 720px) {
  .templates .section-heading {
    margin-bottom: 38px;
  }

  .templates .template-gallery {
    grid-auto-columns: minmax(218px, 62vw);
    gap: 14px;
  }

  .templates .template-card {
    padding: 14px;
  }

  .templates .template-card-content {
    padding-top: 58px;
  }

  .templates .template-photo {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .templates .template-card b {
    font-size: 22px;
  }

  .templates .urban b {
    font-size: 23px;
  }

  .templates .portfolio .template-photo {
    top: 12px;
    right: 12px;
    left: 12px;
    height: 64px;
  }

  .templates .portfolio .template-card-content {
    padding-top: 78px;
  }

  .templates .corporate .template-card-content {
    gap: 6px;
    padding-top: 56px;
  }

  .templates .corporate p {
    min-height: 46px;
    max-height: 50px;
    padding: 8px;
    -webkit-line-clamp: 2;
  }

  .templates .corporate .template-services {
    gap: 5px;
  }

  .templates .corporate .template-services em {
    min-height: 22px;
  }
}
