:root {
  --purple: #6b3fa0;
  --purple-dark: #4a2872;
  --teal: #2fb4a8;
  --teal-dark: #1f8a80;
  --cream: #fff7ea;
  --bg: #f5f7fc;
  --surface: #ffffff;
  --fg: #1a1726;
  --muted: #6b6a80;
  --border: #e9ebf4;
  --border-strong: #dfe2ef;
  --white: #ffffff;
  --radius: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  /* Elegant, layered shadows */
  --shadow-xs: 0 1px 2px rgba(26,23,38,.05);
  --shadow-sm: 0 1px 3px rgba(26,23,38,.06), 0 1px 2px rgba(26,23,38,.04);
  --shadow-md: 0 4px 6px rgba(75,40,120,.04), 0 12px 28px rgba(75,40,120,.10);
  --shadow-lg: 0 8px 16px rgba(75,40,120,.06), 0 30px 60px rgba(75,40,120,.16);
  --ring: 0 0 0 1px rgba(107,63,160,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,h2,h3 { font-family: "Fraunces", Georgia, serif; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); color: var(--purple-dark); margin: .5rem 0; line-height: 1.1; }
h3 { margin: 0; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }

.bg-bubbles {
  background-image:
    radial-gradient(circle at 20px 30px, rgba(47,180,168,0.06) 8px, transparent 9px),
    radial-gradient(circle at 80px 90px, rgba(107,63,160,0.05) 12px, transparent 13px),
    radial-gradient(circle at 140px 40px, rgba(47,180,168,0.045) 6px, transparent 7px),
    radial-gradient(circle at 60px 140px, rgba(107,63,160,0.04) 10px, transparent 11px);
  background-size: 200px 200px;
  background-color: var(--bg);
}

.ic { width: 1.05em; height: 1.05em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: -0.18em; }

/* Topbar */
.topbar { background: var(--purple-dark); color: #fff; font-size: .85rem; }
.topbar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem; padding: .55rem 1.25rem; }
.topbar-left { display: flex; align-items: center; gap: 1.25rem; }
.tb-link, .tb-item { display: inline-flex; align-items: center; gap: .4rem; }
.tb-link:hover { color: var(--cream); }
.hide-sm { display: none; }
.hide-md { display: none; }
@media (min-width: 640px) { .hide-sm { display: inline-flex; } }
@media (min-width: 768px) { .hide-md { display: inline-flex; } }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(233,235,244,.9);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .75rem 1.25rem; }
.logo-sm { height: 44px; width: auto; display: block; }
.nav { display: none; gap: 2rem; font-weight: 500; color: var(--muted); font-size: .95rem; }
.nav a { position: relative; transition: color .2s; }
.nav a:hover { color: var(--purple); }
@media (min-width: 768px) { .nav { display: flex; } }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.5rem; border-radius: 999px;
  font-weight: 600; font-size: .92rem; cursor: pointer;
  border: 0; transition: transform .18s ease, background .2s, box-shadow .25s, filter .2s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: .55rem 1.05rem; font-size: .85rem; }
.btn-purple { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; box-shadow: 0 10px 24px rgba(107,63,160,.28); }
.btn-purple:hover { box-shadow: 0 14px 30px rgba(107,63,160,.34); }
.btn-teal { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; box-shadow: 0 10px 24px rgba(47,180,168,.28); }
.btn-teal:hover { box-shadow: 0 14px 30px rgba(47,180,168,.34); }
.btn-outline { background: rgba(255,255,255,.7); color: var(--purple-dark); border: 1px solid var(--border-strong); box-shadow: var(--shadow-xs); }
.btn-outline:hover { background: #fff; box-shadow: var(--shadow-sm); }
.btn-white { background: #fff; color: var(--purple-dark); box-shadow: var(--shadow-md); }
.btn-white:hover { background: var(--cream); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.55); }

/* Hero */
.hero { padding: 3.5rem 0; overflow: hidden; }
@media (min-width: 768px) { .hero { padding: 6rem 0; } }
.hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 768px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
.pill {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem .9rem; border-radius: 999px;
  border: 1px solid rgba(47,180,168,.3);
  background: rgba(255,255,255,.8);
  box-shadow: var(--shadow-xs);
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal-dark);
}
.hero-title { font-size: clamp(2.5rem, 5.5vw, 4rem); font-weight: 900; line-height: 1.05; margin: 1.4rem 0 0; color: var(--purple-dark); text-wrap: balance; }
.text-gradient { background: linear-gradient(100deg, var(--purple), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { margin-top: 1.35rem; color: var(--muted); font-size: 1.15rem; max-width: 34rem; text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 27rem; margin: 2.75rem 0 0; }
.stats > div { background: rgba(255,255,255,.75); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem .75rem; text-align: center; box-shadow: var(--shadow-sm); }
.stats dt { font-size: 1.55rem; font-weight: 700; color: var(--purple); font-family: "Fraunces", serif; }
.stats dd { margin: .2rem 0 0; font-size: .75rem; color: var(--muted); }

.hero-card-wrap { position: relative; }
.hero-glow { position: absolute; inset: -2rem; background: conic-gradient(from 180deg at 50% 50%, rgba(47,180,168,.22), rgba(255,255,255,.1), rgba(107,63,160,.24), rgba(47,180,168,.22)); border-radius: 4rem; filter: blur(40px); z-index: -1; opacity: .9; }
.hero-card { background: rgba(255,255,255,.7); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius-xl); padding: 2.75rem; box-shadow: var(--shadow-lg); text-align: center; }
.logo-lg { height: 260px; width: auto; margin: 0 auto; display: block; }
@media (min-width: 768px) { .logo-lg { height: 320px; } }
.tagline { font-family: "Fraunces", serif; font-size: 1.2rem; font-weight: 600; color: var(--teal-dark); margin-top: 1.35rem; }

/* Sections */
.section { padding: 4.5rem 0; }
@media (min-width: 768px) { .section { padding: 6rem 0; } }
.band { background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.4)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { max-width: 44rem; margin: 0 auto; text-align: center; }
.eyebrow { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--teal); }
.muted { color: var(--muted); margin-top: .85rem; text-wrap: pretty; }
.small { font-size: .88rem; }
.center { text-align: center; }
.mt-lg { margin-top: 2.5rem; }

/* Services — bento-style grid */
.services-grid { display: grid; gap: 1.35rem; margin-top: 3.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(107,63,160,.05), transparent 40%); opacity: 0; transition: opacity .25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.service-card:hover::after { opacity: 1; }
.service-icon { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg, var(--purple), var(--teal)); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 18px rgba(107,63,160,.25); padding: 13px; }
.service-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
.service-card h3 { font-size: 1.15rem; margin-top: 1.35rem; color: var(--purple-dark); }
.service-card p { margin-top: .45rem; font-size: .92rem; color: var(--muted); }

/* Why */
.why-grid { display: grid; gap: 2.75rem; align-items: center; }
@media (min-width: 768px) { .why-grid { grid-template-columns: 1fr 1fr; } }
.feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .feature-list { grid-template-columns: 1fr 1fr; } }
.feature-list li { display: flex; align-items: center; gap: .75rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.15rem; font-weight: 500; font-size: .92rem; box-shadow: var(--shadow-xs); transition: transform .2s, box-shadow .2s; }
.feature-list li:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.feature-list li::before { content: ""; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 999px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 16px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 16px no-repeat; }

/* ===== Toggle (professional, equal columns) ===== */
.toggle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(360px, 100%);
  margin: 1.75rem auto 0;
  padding: 5px;
  background: rgba(255,255,255,.85);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  box-shadow: var(--shadow-sm), inset 0 1px 2px rgba(26,23,38,.03);
  backdrop-filter: blur(8px);
}
.toggle-btn {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1px;
  border: 0; background: transparent; cursor: pointer;
  padding: .6rem .5rem;
  border-radius: 999px;
  font-family: inherit;
  color: var(--muted);
  transition: color .25s ease;
  min-width: 0;
}
.toggle-label { font-weight: 700; font-size: .95rem; line-height: 1.15; letter-spacing: -0.01em; }
.toggle-sub { font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .7; line-height: 1; }
.toggle-btn.active { color: #fff; }
.toggle-btn.active .toggle-sub { opacity: .85; }
.toggle-thumb {
  position: absolute; top: 5px; bottom: 5px; left: 5px;
  width: calc(50% - 5px);
  background: linear-gradient(135deg, var(--purple), var(--teal));
  border-radius: 999px; z-index: 0;
  box-shadow: 0 6px 16px rgba(107,63,160,.3);
  transition: transform .32s cubic-bezier(.34,1.2,.4,1);
}
.toggle[data-mode="pressing"] .toggle-thumb { transform: translateX(100%); }

/* Pricing */
.price-grid { display: grid; gap: 1.35rem; margin-top: 3.25rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .price-grid { grid-template-columns: repeat(3, 1fr); } }
.price-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card header { background: linear-gradient(120deg, var(--teal), var(--teal-dark)); padding: 1.1rem 1.4rem; }
.price-card header h3 { color: #fff; font-size: 1.12rem; font-weight: 700; }
.price-card ul { list-style: none; margin: 0; padding: 0; }
.price-card li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem 1.4rem; border-top: 1px solid var(--border); font-size: .93rem; }
.price-card li:first-child { border-top: 0; }
.price-card li:hover { background: rgba(107,63,160,.03); }
.price-amount { font-weight: 700; color: var(--purple-dark); transition: color .2s; white-space: nowrap; }
.price-amount .unit { font-weight: 500; font-size: .78rem; color: var(--muted); margin-left: .25rem; }
.price-amount.changed { animation: pop .4s ease; }
@keyframes pop { 0% { transform: scale(1); } 50% { transform: scale(1.1); color: var(--teal); } 100% { transform: scale(1); } }
.link { color: var(--purple); font-weight: 600; }
.link:hover { text-decoration: underline; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 3.25rem 0 0; display: grid; gap: 1.35rem; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; counter-increment: step; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.steps li:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.steps li::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 999px;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff;
  font-family: "Fraunces", serif; font-weight: 700; font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(107,63,160,.28);
}
.steps h3 { margin-top: 1.1rem; font-size: 1.08rem; color: var(--purple-dark); }
.steps p { margin-top: .4rem; color: var(--muted); font-size: .92rem; }

/* CTA */
.cta-card {
  position: relative;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark) 55%, var(--teal-dark));
  color: #fff; padding: 2.75rem; border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.cta-card::before { content: ""; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(47,180,168,.35), transparent 65%); filter: blur(10px); pointer-events: none; }
@media (min-width: 768px) { .cta-card { padding: 3.75rem; } }
.cta-grid { position: relative; display: grid; gap: 2.75rem; align-items: center; }
@media (min-width: 768px) { .cta-grid { grid-template-columns: 1fr 1fr; } }
.cta-card h2 { color: #fff; }
.lead-light { color: rgba(255,255,255,.85); margin-top: .85rem; font-size: 1.08rem; }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.info-list li { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 1.1rem 1.25rem; display: grid; gap: .25rem; backdrop-filter: blur(6px); }
.info-list strong { font-weight: 700; }
.info-list span { color: rgba(255,255,255,.82); font-size: .92rem; }

/* Footer */
.site-footer { background: rgba(255,255,255,.7); border-top: 1px solid var(--border); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; padding: 2.25rem 1.25rem; text-align: center; color: var(--muted); font-size: .88rem; }
@media (min-width: 768px) { .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.logo-xs { height: 36px; width: auto; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
