/* SalonPro marketing — canlı, ışıltılı tanıtım */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Sora", system-ui, sans-serif;
  color: var(--ink);
  background: #FFFAFC;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; }

:root {
  --ink: #1A1A2E;
  --muted: #6B7280;
  --soft: #FFF5F8;
  --soft-mid: #FFE8F0;
  --paper: #FFFAFC;
  --line: rgba(26, 26, 46, 0.1);
  --pink: #FF2D78;
  --pink-deep: #E0115F;
  --pink-mid: #FF6BA8;
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --glow: 0 18px 50px rgba(255, 45, 120, 0.22);
}

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

/* ——— Header ——— */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 250, 252, 0.86);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.topbar.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px rgba(26, 26, 46, 0.06);
}
.topbar-inner {
  display: flex; align-items: center; gap: .85rem;
  height: 64px;
}
.brand {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600; font-size: 1.25rem; letter-spacing: -.02em;
  flex-shrink: 0;
}
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand em { font-style: normal; color: var(--pink); }

.top-links {
  display: flex; align-items: center; gap: .85rem;
  margin-left: .75rem;
  font-size: .82rem; font-weight: 500; color: #3D3D56;
  flex-wrap: wrap;
}
.top-links > a:hover { color: var(--pink); }
.top-links > a.active {
  color: var(--pink);
  font-weight: 700;
}
.nav-platforms {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-left: .25rem;
  padding-left: .55rem;
  border-left: 1px solid var(--line);
}
.nav-platforms a {
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(255,45,120,.08);
  border: 1px solid rgba(255,45,120,.18);
  font-size: .74rem; font-weight: 700;
  color: var(--pink-deep);
}
.nav-platforms a:hover,
.nav-platforms a.active {
  background: linear-gradient(135deg, var(--pink), var(--pink-mid));
  color: #fff;
  border-color: transparent;
}
.top-actions { margin-left: auto; display: flex; gap: .45rem; align-items: center; }
.menu-btn { display: none; width: 40px; height: 40px; place-items: center; }
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto; }

/* ——— Buttons ——— */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .6rem 1.1rem; border-radius: 999px;
  font-weight: 600; font-size: .86rem;
  transition: .25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-pink {
  background: linear-gradient(135deg, var(--pink), var(--pink-mid));
  color: #fff; box-shadow: 0 10px 28px rgba(255, 45, 120, 0.32);
}
.btn-pink:hover { background: var(--pink-deep); }
.btn-outline { border: 1.5px solid var(--pink); color: var(--pink-deep); background: #fff; }
.btn-outline:hover { background: var(--soft); }
.btn-ghost { border: 1px solid var(--line); color: #3D3D56; background: rgba(255,255,255,.55); }
.btn-ghost:hover { border-color: var(--pink); color: var(--pink-deep); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--pink-deep); }
.btn-sm { padding: .42rem .95rem; font-size: .78rem; }
.btn-lg { padding: .85rem 1.45rem; font-size: .95rem; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--soft); }

/* ——— Hero stage: brand + slogans + 3 platforms ——— */
.hero-stage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1.5rem 0 0;
  min-height: auto;
  background:
    radial-gradient(ellipse 55% 50% at 12% 18%, rgba(255,45,120,.16), transparent 60%),
    radial-gradient(ellipse 45% 45% at 88% 30%, rgba(255,107,168,.18), transparent 55%),
    linear-gradient(180deg, #FFF5F8 0%, #FFFAFC 55%, #fff 100%);
}
.hero-stage__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-stage .orb {
  position: absolute; border-radius: 50%;
  filter: blur(8px);
  animation: orbFloat 10s ease-in-out infinite alternate;
}
.orb-a {
  width: 280px; height: 280px; left: -60px; top: 120px;
  background: radial-gradient(circle, rgba(255,45,120,.35), transparent 70%);
}
.orb-b {
  width: 340px; height: 340px; right: -80px; top: 40px;
  background: radial-gradient(circle, rgba(255,107,168,.3), transparent 70%);
  animation-delay: -3s;
}
.orb-c {
  width: 220px; height: 220px; left: 42%; bottom: 80px;
  background: radial-gradient(circle, rgba(26,26,46,.1), transparent 70%);
  animation-delay: -5s;
}
@keyframes orbFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(12px, -18px, 0) scale(1.08); }
}
.spark-field {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(255,45,120,.7) 0 1.2px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 60%, rgba(255,107,168,.65) 0 1.4px, transparent 3px),
    radial-gradient(circle at 30% 75%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 90% 70%, rgba(255,45,120,.55) 0 1.2px, transparent 2.5px);
  opacity: .55;
  animation: sparkle 3.8s ease-in-out infinite alternate;
}
@keyframes sparkle {
  from { opacity: .35; }
  to { opacity: .75; }
}

.hero-stage__top {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 46rem;
  margin: 0 auto .65rem;
  animation: riseIn .75s var(--ease) both;
}
.brand-hero {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 3.5rem);
  font-weight: 600; letter-spacing: -.03em;
  margin-bottom: .65rem;
  color: var(--ink);
}
.brand-hero img {
  width: clamp(48px, 6vw, 64px); height: clamp(48px, 6vw, 64px);
  filter: drop-shadow(0 8px 20px rgba(255,45,120,.4));
  animation: logoPulse 3.2s ease-in-out infinite;
}
.brand-hero em { font-style: normal; color: var(--pink); }
@keyframes logoPulse {
  0%, 100% { filter: drop-shadow(0 8px 18px rgba(255,45,120,.35)); transform: scale(1); }
  50% { filter: drop-shadow(0 10px 28px rgba(255,45,120,.55)); transform: scale(1.04); }
}

.plat {
  width: 14px; height: 14px; display: inline-block; border-radius: 3px;
  background: var(--pink);
  box-shadow: 0 0 0 3px rgba(255,45,120,.15);
}
.plat.ios { border-radius: 4px; background: linear-gradient(145deg, #1A1A2E, #FF2D78); }
.plat.android { border-radius: 3px; background: linear-gradient(145deg, #FF2D78, #FF6BA8); }
.plat.web { border-radius: 2px; background: linear-gradient(145deg, #FF6BA8, #E0115F); }

.platform-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 0 0 1.1rem;
}
.platform-card {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,45,120,.18);
  border-radius: 16px;
  padding: .85rem .8rem .9rem;
  box-shadow: 0 10px 28px rgba(255,45,120,.1);
  backdrop-filter: blur(8px);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.platform-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(255,45,120,.18);
}
.platform-card header {
  display: flex; align-items: center; gap: .4rem;
  margin-bottom: .25rem;
}
.platform-card strong {
  font-size: .88rem; font-weight: 700;
}
.platform-card > p {
  font-size: .72rem; color: var(--muted);
  margin-bottom: .65rem; min-height: 2.1em;
}
.platform-card__btns {
  display: flex; flex-wrap: wrap; gap: .35rem;
}
.platform-card__btns .btn { flex: 1; min-width: 0; justify-content: center; }
.platform-web { border-color: rgba(255,45,120,.35); }
.platform-web .btn-outline { padding-inline: .55rem; }

.slogan-rotator {
  position: relative;
  min-height: 2.6em;
  margin: 0 auto .55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 600; letter-spacing: -.025em; line-height: 1.2;
  color: var(--ink);
  max-width: 22ch;
}
.slogan-rotator .slogan {
  position: absolute; left: 0; right: 0; top: 0;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(4px);
  transition: opacity .55s var(--ease), transform .55s var(--ease), filter .55s var(--ease);
  pointer-events: none;
  background: linear-gradient(120deg, var(--ink) 0%, var(--ink) 40%, var(--pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.slogan-rotator .slogan.is-active {
  opacity: 1;
  transform: none;
  filter: none;
  position: relative;
}
.hero-stage .lead {
  color: var(--muted); font-size: .92rem; max-width: 40ch;
  margin: 0 auto .75rem;
}
.hero-stage .hero-actions {
  display: flex; flex-wrap: wrap; gap: .6rem;
  justify-content: center;
  margin-bottom: .15rem;
}

.btn-shimmer {
  position: relative; overflow: hidden;
}
.btn-shimmer::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: shimmer 2.8s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 40% { transform: translateX(-120%); }
  70%, 100% { transform: translateX(120%); }
}

/* Full-width device stage — iOS left · Web center · Android right */
.hero-stage__stage {
  position: relative;
  z-index: 1;
  width: min(100% - 1.25rem, 1180px);
  margin: -.15rem auto 0;
}
.hero-stage__devices {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  min-height: 0;
  padding: 0 0 .35rem;
  animation: riseIn .9s .1s var(--ease) both;
}
.device-glow {
  position: absolute;
  width: 72%; height: 52%;
  left: 14%; top: 18%;
  background: radial-gradient(ellipse, rgba(255,45,120,.34), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  animation: glowPulse 3.5s ease-in-out infinite alternate;
}
@keyframes glowPulse {
  from { opacity: .55; transform: scale(.96); }
  to { opacity: 1; transform: scale(1.05); }
}

.device {
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
}
.device-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  text-align: center;
  width: 100%;
}
.device-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
}
.device-links {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  justify-content: center;
}

.device.laptop {
  width: min(48%, 480px);
  z-index: 1;
  margin: 0;
}
.laptop-shell { width: 100%; }
.laptop-lid {
  position: relative;
  background: linear-gradient(180deg, #2c2c3a, #1A1A2E);
  border-radius: 14px 14px 7px 7px;
  padding: 16px 14px 10px;
  box-shadow:
    0 0 0 1px rgba(255,45,120,.22),
    0 32px 70px rgba(26,26,46,.3),
    0 0 50px rgba(255,45,120,.18);
}
.laptop-notch {
  position: absolute;
  top: 4px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 7px;
  border-radius: 0 0 7px 7px;
  background: #0d0d14;
  z-index: 2;
  pointer-events: none;
}
.browser-bar {
  display: flex; align-items: center; gap: .35rem;
  margin-bottom: 8px; padding: 0 2px;
}
.browser-bar > span {
  width: 8px; height: 8px; border-radius: 50%;
  background: #FF6BA8;
}
.browser-bar > span:nth-child(2) { background: #FFB8D4; }
.browser-bar > span:nth-child(3) { background: #fff; opacity: .35; }
.browser-url {
  margin-left: .4rem; flex: 1;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  font-size: .68rem; font-weight: 600;
  padding: .25rem .6rem; border-radius: 6px;
}
.laptop-screen {
  border-radius: 5px; overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #fff;
}
.laptop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.laptop-base {
  height: 12px; margin: 0 6% 0;
  background: linear-gradient(180deg, #3a3a4e, #1A1A2E);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 24px rgba(26,26,46,.22);
}
.laptop-base::after {
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto;
  width: 30%;
  background: #0d0d14;
  border-radius: 0 0 3px 3px;
}

.device.phone {
  width: clamp(128px, 14vw, 175px);
  z-index: 2;
  flex-shrink: 0;
}
.phone-ios { animation: phoneFloat 5.5s ease-in-out infinite alternate; }
.phone-android { animation: phoneFloat 6s ease-in-out infinite alternate-reverse; }
@keyframes phoneFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-12px); }
}

.phone-frame {
  position: relative;
  border-radius: 28px;
  padding: 9px;
  background: linear-gradient(160deg, #3a3a48, #1A1A2E 55%, #2a1528);
  box-shadow:
    0 0 0 2px rgba(255,45,120,.4),
    0 26px 50px rgba(26,26,46,.3),
    0 0 34px rgba(255,45,120,.22);
}
.phone-frame.ios {
  border-radius: 34px;
  padding: 9px;
  background: linear-gradient(145deg, #5c5c66, #2a2a32 40%, #1a1a22);
  box-shadow:
    0 0 0 1.5px rgba(180,180,190,.55),
    0 0 0 3px rgba(255,45,120,.25),
    0 26px 50px rgba(26,26,46,.32);
}
.phone-island {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 38%; height: 20px; border-radius: 999px;
  background: #050508; z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.phone-frame.android {
  border-radius: 20px;
  padding: 8px;
  background: linear-gradient(160deg, #2e2e38, #14141c 60%, #1a1020);
  box-shadow:
    0 0 0 1.5px rgba(90,90,100,.7),
    0 0 0 3px rgba(255,45,120,.28),
    0 26px 50px rgba(26,26,46,.32);
}
.phone-camera {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #3a3a48, #050508 70%);
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(255,255,255,.08), 0 0 0 4px rgba(0,0,0,.35);
}
.phone-screen {
  border-radius: 26px; overflow: hidden;
  aspect-ratio: 9 / 19.5;
  background: var(--soft);
}
.phone-frame.android .phone-screen { border-radius: 14px; aspect-ratio: 9 / 19.4; }
.phone-screen img {
  width: 100%; height: 100%; object-fit: cover; object-position: top;
}

/* Feature marquee — first viewport’da görünsün */
.slogan-marquee {
  position: relative; z-index: 1;
  margin-top: .55rem;
  border-block: 1px solid rgba(255,45,120,.15);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.slogan-marquee__track {
  display: flex; gap: .65rem;
  width: max-content;
  padding: .55rem 0;
  animation: marquee 32s linear infinite;
}
.slogan-marquee__track span {
  display: inline-flex; align-items: center;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,45,120,.1), rgba(255,107,168,.08));
  border: 1px solid rgba(255,45,120,.22);
  color: var(--ink);
  font-size: .78rem; font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(255,45,120,.08);
}
.slogan-marquee__track span::before {
  content: "✦";
  color: var(--pink);
  margin-right: .4rem;
  font-size: .7rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* legacy full-bleed hero kept for other pages if needed */
.hero-bleed { display: none; }

/* ——— Sections ——— */
.section { padding: 4.25rem 0; position: relative; }
.section.soft {
  background:
    radial-gradient(ellipse 50% 60% at 0% 0%, rgba(255,45,120,.08), transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 100%, rgba(255,107,168,.1), transparent 50%),
    var(--soft);
}
.section-kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--pink); margin-bottom: .4rem;
}
.section-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 600; letter-spacing: -.025em; margin-bottom: .45rem;
  line-height: 1.15;
}
.section-copy { color: var(--muted); font-size: .95rem; max-width: 46ch; margin-bottom: 1.75rem; }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem;
}
.section-head .section-copy { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ——— Feature showcases ——— */
.feature-stack { display: grid; gap: 2.5rem; }
.feature-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
}
.feature-row.reverse { grid-template-columns: .95fr 1.05fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-visual { order: 1; }

.feature-copy h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  letter-spacing: -.02em; margin-bottom: .55rem;
}
.feature-copy p { color: var(--muted); font-size: .95rem; max-width: 38ch; margin-bottom: 1rem; }
.feature-points { display: grid; gap: .45rem; margin-bottom: 1.1rem; }
.feature-points li {
  display: flex; align-items: flex-start; gap: .55rem;
  font-size: .88rem; color: #3D3D56;
}
.feature-points li::before {
  content: "";
  width: 18px; height: 18px; flex-shrink: 0; margin-top: .1rem;
  border-radius: 50%;
  background: var(--pink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M3.5 8.2l2.8 2.8 6-6'/%3E%3C/svg%3E") center/12px no-repeat;
  box-shadow: 0 4px 12px rgba(255,45,120,.35);
}

.feature-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--glow), 0 20px 50px rgba(26,26,46,.12);
  aspect-ratio: 1;
  background: var(--soft-mid);
}
.feature-visual img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.feature-visual:hover img { transform: scale(1.03); }
.feature-visual::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(255,45,120,.12), transparent 40%);
  pointer-events: none;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature-tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: 0 14px 36px rgba(26,26,46,.1);
  isolation: isolate;
}
.feature-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.feature-tile:hover img { transform: scale(1.05); }
.feature-tile span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.5rem .9rem .85rem;
  background: linear-gradient(180deg, transparent, rgba(26,26,46,.82));
  color: #fff; font-weight: 600; font-size: .88rem;
  z-index: 1;
}

/* ——— Pricing ——— */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.price-card {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(26,26,46,.07);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(255,45,120,.16);
}
.price-card.is-featured {
  border-color: var(--pink);
  box-shadow: 0 22px 55px rgba(255,45,120,.22);
}
.price-card.is-featured::before {
  content: "En çok tercih edilen";
  position: absolute; top: .75rem; left: 50%; transform: translateX(-50%);
  z-index: 2;
  background: linear-gradient(135deg, var(--pink), var(--pink-mid));
  color: #fff; font-size: .68rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  padding: .35rem .75rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(255,45,120,.35);
}
.price-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--soft);
}
.price-card__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.price-card__body {
  padding: 1.15rem 1.15rem 1.25rem;
  display: flex; flex-direction: column; gap: .55rem; flex: 1;
}
.price-card__body h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem; letter-spacing: -.02em;
}
.price-card__price {
  font-size: 1.55rem; font-weight: 700; color: var(--pink);
  letter-spacing: -.02em;
}
.price-card__price small {
  font-size: .85rem; font-weight: 500; color: var(--muted);
}
.price-card__meta { font-size: .8rem; color: var(--muted); }
.price-card__gift {
  display: inline-flex; align-items: center; gap: .35rem;
  align-self: flex-start;
  background: linear-gradient(135deg, var(--pink), var(--pink-mid));
  color: #fff; font-size: .75rem; font-weight: 700;
  padding: .35rem .7rem; border-radius: 999px;
}
.price-card__body .btn { margin-top: auto; width: 100%; }

.price-note {
  text-align: center; color: var(--muted); font-size: .8rem; margin-top: 1.1rem;
}

/* ——— Dual doors ——— */
.doors {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem;
}
.door {
  position: relative;
  border-radius: 22px;
  padding: 1.75rem 1.5rem;
  overflow: hidden;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: flex-end;
  isolation: isolate;
}
.door.business {
  background:
    radial-gradient(ellipse at 90% 0%, rgba(255,45,120,.45), transparent 50%),
    linear-gradient(145deg, #1A1A2E, #3a1530);
  color: #fff;
}
.door.customer {
  background:
    radial-gradient(ellipse at 10% 0%, rgba(255,45,120,.12), transparent 50%),
    #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(26,26,46,.06);
}
.door h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem; margin-bottom: .4rem; letter-spacing: -.02em;
}
.door p { font-size: .9rem; max-width: 34ch; margin-bottom: 1rem; }
.door.business p { color: rgba(255,255,255,.78); }
.door.customer p { color: var(--muted); }
.door-actions { display: flex; flex-wrap: wrap; gap: .5rem; }

/* ——— Steps ——— */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.step {
  position: relative;
  border-radius: 18px;
  padding: 1.25rem 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(26,26,46,.05);
}
.step .n {
  font-family: "Fraunces", Georgia, serif;
  color: var(--pink); font-size: 1.35rem; margin-bottom: .35rem;
}
.step h3 { font-size: .95rem; margin-bottom: .3rem; }
.step p { color: var(--muted); font-size: .82rem; }

/* ——— CTA ——— */
.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 80% at 85% 20%, rgba(255,107,168,.35), transparent 55%),
    linear-gradient(125deg, #1A1A2E 0%, #E0115F 100%);
  color: #fff; text-align: center; padding: 3.25rem 0;
}
.cta::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 40%, rgba(255,255,255,.35) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.25) 0 1px, transparent 2px);
  opacity: .5;
}
.cta .container { position: relative; }
.cta h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem); margin-bottom: .45rem;
}
.cta p { color: rgba(255,255,255,.8); font-size: .95rem; margin-bottom: 1.2rem; }
.cta .hero-actions { justify-content: center; display: flex; flex-wrap: wrap; gap: .55rem; }
.cta .btn-ghost {
  border-color: rgba(255,255,255,.35); color: #fff; background: transparent;
}

/* ——— Page hero (subpages) ——— */
.page-hero {
  position: relative;
  padding: 2.5rem 0 1.75rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(255,45,120,.14), transparent 55%),
    radial-gradient(ellipse at 90% 80%, rgba(255,107,168,.1), transparent 45%),
    var(--soft);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -.025em; margin-bottom: .4rem;
}
.page-hero p { color: var(--muted); font-size: .95rem; max-width: 48ch; }

.panel {
  padding: 1.15rem; background: #fff;
  border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 8px 24px rgba(26,26,46,.04);
}
.panel h3 { font-size: .98rem; margin-bottom: .35rem; }
.panel p { color: var(--muted); font-size: .84rem; }

.faq details { border-bottom: 1px solid var(--line); padding: .95rem 0; }
.faq summary {
  cursor: pointer; font-weight: 600; font-size: .92rem;
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--pink); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: .55rem; color: var(--muted); font-size: .86rem; max-width: 60ch; }

.download-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.download-card {
  padding: 1.25rem; border-radius: 16px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(26,26,46,.05);
}
.download-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem; margin-bottom: .35rem;
}
.download-card p { color: var(--muted); font-size: .84rem; margin-bottom: .9rem; }

/* ——— Footer ——— */
.footer {
  background: var(--ink); color: rgba(255,250,252,.7);
  padding: 2.4rem 0 1.25rem; font-size: .82rem;
}
.footer-top {
  display: flex; justify-content: space-between; gap: 1.5rem;
  flex-wrap: wrap; margin-bottom: 1.25rem;
}
.footer .brand { color: #fff; margin-bottom: .4rem; }
.footer .brand img { width: 30px; height: 30px; }
.footer .brand em { color: #FFB8D4; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }
.footer-contact {
  display: flex; flex-wrap: wrap; gap: .65rem .9rem;
  margin-top: .75rem;
}
.footer-contact a {
  display: inline-flex; align-items: center; gap: .35rem;
  color: #FFB8D4; font-weight: 600; font-size: .8rem;
}
.footer-contact a:hover { color: #fff; }
.footer-contact img { width: 18px; height: 18px; object-fit: contain; }
.footer-bottom {
  border-top: 1px solid rgba(255,250,252,.12);
  padding-top: .9rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .74rem;
}

/* Contact / highlight icons */
.page-hero-with-icon {
  display: flex; align-items: center; gap: 1rem;
}
.hl-icon {
  width: 72px; height: 72px; border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(255,45,120,.22);
  flex-shrink: 0;
}
.hl-icon-sm {
  width: 48px; height: 48px; border-radius: 14px;
  object-fit: cover; margin-bottom: .65rem;
  box-shadow: 0 8px 20px rgba(255,45,120,.16);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.contact-card {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: 1.15rem 1.1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(26,26,46,.06);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(255,45,120,.14);
}
.contact-card img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; border-radius: 12px; }
.contact-card strong { display: block; font-size: .95rem; margin-bottom: .15rem; }
.contact-card span { display: block; font-weight: 700; color: var(--pink-deep); font-size: .92rem; }
.contact-card em { display: block; font-style: normal; color: var(--muted); font-size: .78rem; margin-top: .25rem; }
.contact-card.wa { border-color: rgba(37, 211, 102, .35); }
.quick-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
  margin-top: 1.1rem;
}
.quick-tile {
  display: flex; flex-direction: column; align-items: flex-start; gap: .35rem;
  padding: 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(26,26,46,.05);
  transition: transform .25s var(--ease);
}
.quick-tile:hover { transform: translateY(-3px); }
.quick-tile img { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; }
.quick-tile strong { font-size: .92rem; }
.quick-tile span { font-size: .78rem; color: var(--muted); }

/* legacy aliases */
.btn-blush { background: linear-gradient(135deg, var(--pink), var(--pink-mid)); color: #fff; }
.btn-primary { background: var(--ink); color: #fff; }
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(125deg, #1A1A2E, #E0115F);
  color: #fff; text-align: center; padding: 2.75rem 0;
}
.cta-band h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); margin-bottom: .4rem;
}
.cta-band p { color: rgba(255,255,255,.78); margin-bottom: 1rem; }
.cta-band .hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; }
.cta-band .btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }
.card {
  border: 1px solid var(--line); border-radius: 16px;
  padding: 1.15rem; background: #fff;
  box-shadow: 0 8px 24px rgba(26,26,46,.04);
}
.card h3 { font-size: .95rem; margin-bottom: .3rem; }
.card p { color: var(--muted); font-size: .84rem; }
.card .n {
  width: 28px; height: 28px; border-radius: 8px;
  display: grid; place-items: center;
  background: var(--soft); color: var(--pink-deep);
  font-weight: 700; font-size: .85rem; margin-bottom: .55rem;
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.split-card {
  border-radius: 18px; padding: 1.4rem;
  border: 1px solid var(--line); background: #fff;
}
.split-card.dark {
  background: linear-gradient(145deg, #1A1A2E, #3a1530);
  color: #fff; border: 0;
}
.split-card.dark p { color: rgba(255,255,255,.72); }
.split-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem; margin-bottom: .35rem;
}
.split-card p { color: var(--muted); font-size: .88rem; margin-bottom: .95rem; max-width: 36ch; }
.split-actions { display: flex; flex-wrap: wrap; gap: .45rem; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 70% at 90% 10%, rgba(255,107,168,.2), transparent 55%),
    linear-gradient(180deg, var(--soft), #fff 72%);
  padding: 2.5rem 0 2rem;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: 2rem; align-items: center;
}
.hero-kicker {
  display: inline-flex; font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--pink-deep);
  background: #ffe0ec; padding: .3rem .65rem; border-radius: 999px;
  margin-bottom: .85rem;
}
.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 600; letter-spacing: -.03em; line-height: 1.15;
  margin-bottom: .65rem; max-width: 16ch;
}
.hero .lead { color: var(--muted); font-size: .95rem; max-width: 42ch; margin-bottom: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: .85rem; }
.hero-note { font-size: .78rem; color: var(--muted); }
.hero-panel {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 1.15rem; box-shadow: 0 14px 40px rgba(26,26,46,.08);
}
.hero-panel h2 { font-size: .95rem; font-weight: 700; margin-bottom: .85rem; }
.panel-links { display: grid; gap: .5rem; }
.panel-link {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; padding: .75rem .85rem;
  border: 1px solid var(--line); border-radius: 12px;
  transition: border-color .2s, background .2s;
}
.panel-link:hover { border-color: rgba(255,45,120,.4); background: var(--soft); }
.panel-link strong { display: block; font-size: .88rem; margin-bottom: .1rem; }
.panel-link span { font-size: .75rem; color: var(--muted); }
.panel-link .go { color: var(--pink); font-weight: 700; font-size: 1.1rem; }

@media (max-width: 960px) {
  .top-links { display: none; }
  .menu-btn { display: grid; }
  .topbar.is-open .top-links {
    display: flex; flex-direction: column; align-items: flex-start;
    position: absolute; top: 64px; left: 0; right: 0;
    background: rgba(255,250,252,.98); border-bottom: 1px solid var(--line);
    padding: .9rem 1rem 1rem; gap: .65rem; margin: 0;
  }
  .topbar.is-open .nav-platforms {
    border-left: 0; padding-left: 0; margin-left: 0;
    flex-wrap: wrap;
  }
  .contact-grid, .quick-tiles { grid-template-columns: 1fr 1fr; }
  .feature-row, .feature-row.reverse,
  .price-grid, .doors, .steps, .feature-grid,
  .grid-3, .grid-2, .split, .download-row, .hero-grid {
    grid-template-columns: 1fr;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual { order: unset; }
  .hero-stage { padding-top: 1.15rem; }
  .hero-stage__devices { gap: .85rem; }
  .device.laptop { width: min(46%, 400px); }
  .device.phone { width: clamp(110px, 16vw, 145px); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .top-actions .btn-ghost { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .contact-grid, .quick-tiles { grid-template-columns: 1fr; }
  .page-hero-with-icon { align-items: flex-start; }
  .price-card.is-featured::before { font-size: .62rem; }
  .hero-stage__devices {
    flex-wrap: wrap;
    row-gap: 1rem;
    gap: .75rem;
  }
  .device.laptop {
    order: -1;
    width: min(90%, 360px);
    margin: 0 auto;
  }
  .device.phone { width: min(40vw, 140px); }
  .slogan-rotator { min-height: 3.2em; max-width: 18ch; }
  .device-name { font-size: 1.2rem; }
  .slogan-marquee { margin-top: .4rem; }
  .page-flow-tip {
    left: .65rem; right: .65rem; bottom: .65rem;
    width: auto; transform: none;
    justify-content: space-between;
  }
}

/* Page flow tip (no full-screen flash) */
body { padding-bottom: 4.25rem; }

.page-flow-tip {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: .85rem;
  transform: translateX(-50%);
  width: min(100% - 1.5rem, 520px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  pointer-events: none;
}
.page-flow-tip__btn,
.page-flow-tip__end {
  pointer-events: auto;
  border: 1px solid rgba(255,45,120,.25);
  background: rgba(255,250,252,.92);
  backdrop-filter: blur(10px);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
  padding: .55rem .9rem;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(26,26,46,.12);
  cursor: pointer;
  transition: .2s var(--ease);
}
.page-flow-tip__btn:hover {
  background: linear-gradient(135deg, var(--pink), var(--pink-mid));
  color: #fff;
  border-color: transparent;
}
.page-flow-tip__btn.is-primed {
  box-shadow: 0 10px 28px rgba(255,45,120,.22);
  background:
    linear-gradient(90deg, rgba(255,45,120,.18) calc(var(--prime, 0) * 100%), rgba(255,250,252,.92) 0);
}
.page-flow-tip__end {
  cursor: default;
  color: var(--muted);
  margin-left: auto;
}

