/* GetLush design system — kawaii-premium.
   Display: Fraunces (soft serif).  Body: Plus Jakarta Sans. */

:root {
  --milk: #FFF7FB;
  --cloud: #FFFFFF;
  --cotton: #FFE7F1;
  --petal: #FFD0E2;
  --strawberry: #FF4F8B;
  --strawberry-deep: #E83A77;
  --berry: #8A6CFF;
  --grape: #6D4BE0;
  --plum: #2B2230;
  --plum-soft: #6E6276;
  --mist: #A99FB0;
  --mint: #1FC79A;
  --gold: #F6C96B;

  --grad-primary: linear-gradient(100deg, #FF4F8B 0%, #8A6CFF 100%);
  --grad-soft: radial-gradient(120% 90% at 18% -10%, #FFE7F1 0%, #FFF7FB 46%, #F3ECFF 100%);

  --ring: rgba(255, 79, 139, .35);
  --shadow-lg: 0 28px 70px -30px rgba(124, 76, 160, .55);
  --shadow-md: 0 16px 40px -22px rgba(124, 76, 160, .5);
  --radius: 24px;
  --radius-sm: 16px;
  --radius-pill: 999px;

  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--plum);
  background: var(--grad-soft);
  background-attachment: fixed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.05; letter-spacing: -.015em; margin: 0; }
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; }

:focus-visible { outline: 3px solid var(--ring); outline-offset: 3px; border-radius: 8px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--plum-soft); }
.center { text-align: center; }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--grad-primary);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-weight: 700; letter-spacing: .005em;
  color: #fff; text-decoration: none; cursor: pointer;
  padding: 14px 26px; border: 0; border-radius: var(--radius-pill);
  background: var(--bg);
  box-shadow: 0 14px 30px -12px rgba(255, 79, 139, .65);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px -14px rgba(255, 79, 139, .7); }
.btn:active { transform: translateY(0); }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; filter: grayscale(.2); }
.btn.ghost { background: var(--cloud); color: var(--plum); box-shadow: inset 0 0 0 1.5px var(--petal); }
.btn.ghost:hover { box-shadow: inset 0 0 0 1.5px var(--strawberry); }
.btn.block { width: 100%; }
.btn.google { background: var(--cloud); color: var(--plum); font-weight: 700; box-shadow: inset 0 0 0 1.5px var(--petal); }
.btn.google:hover { box-shadow: inset 0 0 0 1.5px var(--strawberry); }
.btn.google svg { width: 18px; height: 18px; flex: none; }

.or-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: var(--mist); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: var(--petal); }

/* ---------- header ---------- */
.site-head { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px);
  background: rgba(255, 247, 251, .72); border-bottom: 1px solid rgba(255, 208, 226, .6); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 8px; font-family: "Fraunces", serif; font-weight: 600; font-size: 22px; text-decoration: none; }
.brand .dot { color: var(--strawberry); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--plum-soft); }
.nav a:hover { color: var(--plum); }
.nav .btn { padding: 10px 20px; }
@media (max-width: 640px) { .nav a.hide-sm { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 76px 0 40px; }
.hero .wrap { position: relative; z-index: 2; max-width: 760px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--strawberry-deep);
  background: var(--cloud); padding: 7px 14px; border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1.5px var(--petal); }
.hero h1 { font-size: clamp(38px, 7vw, 68px); margin: 22px 0 0; }
.hero h1 .ink { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { font-size: clamp(16px, 2.3vw, 20px); color: var(--plum-soft); margin: 20px auto 0; max-width: 580px; }

/* floating blobs + sparkles */
.blob { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; z-index: 1; pointer-events: none; }
.blob.b1 { width: 320px; height: 320px; background: #FFC2DA; top: -60px; left: -40px; }
.blob.b2 { width: 360px; height: 360px; background: #C9B6FF; top: -20px; right: -80px; }
.blob.b3 { width: 280px; height: 280px; background: #FFE0A3; bottom: -120px; left: 40%; opacity: .4; }

/* ---------- claim pill (signature) ---------- */
.claim { margin: 30px auto 0; max-width: 520px; }
.claim-pill {
  display: flex; align-items: center; gap: 6px;
  background: var(--cloud); border-radius: var(--radius-pill);
  padding: 8px 8px 8px 20px; box-shadow: var(--shadow-md);
  border: 2px solid transparent; transition: border-color .2s ease, box-shadow .2s ease;
}
.claim-pill:focus-within { border-color: var(--strawberry); box-shadow: var(--shadow-lg); }
.claim-pill.is-ok { border-color: var(--mint); }
.claim-pill.is-bad { border-color: #FF7A9A; }
.claim-pill input {
  flex: 1; min-width: 0; border: 0; outline: 0; background: transparent;
  font: inherit; font-weight: 700; font-size: 18px; color: var(--plum);
}
.claim-pill input::placeholder { color: var(--mist); font-weight: 600; }
.claim-suffix { font-weight: 700; color: var(--plum-soft); white-space: nowrap; }
.claim-state { width: 30px; height: 30px; display: grid; place-items: center; font-size: 18px; flex: none; }
.claim .btn { padding: 13px 22px; }
.claim-msg { min-height: 22px; margin-top: 12px; font-size: 14px; font-weight: 600; }
.claim-msg.ok { color: var(--mint); }
.claim-msg.bad { color: var(--strawberry-deep); }
.heart-pop { animation: heartpop .5s ease; }
@keyframes heartpop { 0% { transform: scale(.4); } 60% { transform: scale(1.3); } 100% { transform: scale(1); } }

.trust { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; margin-top: 26px; font-size: 14px; color: var(--plum-soft); font-weight: 600; }
.trust span { display: inline-flex; align-items: center; gap: 7px; }

/* ---------- generic section ---------- */
section.band { padding: 64px 0; }
.kicker { font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--berry); }
.band h2 { font-size: clamp(28px, 4.5vw, 42px); margin: 10px 0 0; }
.band .sub { color: var(--plum-soft); margin-top: 12px; max-width: 560px; }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.chip { display: inline-flex; align-items: center; gap: 8px; background: var(--cloud);
  padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 600; font-size: 15px;
  box-shadow: inset 0 0 0 1.5px var(--petal); }

/* redirect demo (signature) */
.demo-card { max-width: 720px; margin: 34px auto 0; background: var(--cloud); border: 1px solid var(--petal);
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 26px;
  display: flex; align-items: center; justify-content: center; gap: 18px 22px; flex-wrap: wrap; }
.demo-from { display: inline-flex; align-items: center; gap: 10px; background: var(--milk);
  border: 1.5px solid var(--petal); border-radius: var(--radius-pill); padding: 12px 20px;
  font-weight: 800; font-size: 17px; white-space: nowrap; }
.demo-from b { color: var(--plum-soft); font-weight: 800; }
.demo-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px #E4FBF3; flex: none; }
.demo-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 20px; color: var(--berry); }
.demo-heart { display: inline-block; animation: heartbeat 1.8s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.22); } }
.demo-chips { margin: 0; max-width: 300px; justify-content: center; }
@media (max-width: 600px) { .demo-arrow { transform: rotate(90deg); margin: 2px 0; } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.step { background: var(--cloud); border-radius: var(--radius); padding: 28px 24px;
  box-shadow: var(--shadow-md); position: relative; }
.step .n { font-family: "Fraunces", serif; font-size: 15px; font-weight: 600; color: #fff;
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad-primary); }
.step h3 { font-size: 21px; margin: 16px 0 8px; }
.step p { color: var(--plum-soft); font-size: 15px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* pricing */
.price-card { max-width: 440px; margin: 36px auto 0; background: var(--cloud);
  border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--petal); text-align: center; }
.price-card .amount { font-family: "Fraunces", serif; font-size: 64px; font-weight: 600; line-height: 1; }
.price-card .amount sup { font-size: 28px; top: -22px; color: var(--plum-soft); }
.price-card .amount .cents { font-size: 28px; vertical-align: top; }
.price-card .once { font-weight: 700; color: var(--strawberry-deep); letter-spacing: .02em; }
.price-list { list-style: none; padding: 0; margin: 24px 0 28px; text-align: left; display: grid; gap: 12px; }
.price-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; color: var(--plum); }
.price-list li::before { content: "💗"; flex: none; }

/* faq */
.faq { max-width: 720px; margin: 32px auto 0; display: grid; gap: 12px; }
details.q { background: var(--cloud); border-radius: var(--radius-sm); padding: 18px 22px; box-shadow: var(--shadow-md); }
details.q summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
details.q summary::-webkit-details-marker { display: none; }
details.q summary::after { content: "＋"; color: var(--strawberry); font-weight: 700; }
details.q[open] summary::after { content: "－"; }
details.q p { color: var(--plum-soft); margin-top: 12px; }

/* footer */
.site-foot { padding: 40px 0; border-top: 1px solid rgba(255, 208, 226, .6); margin-top: 24px; }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.site-foot a { color: var(--plum-soft); text-decoration: none; font-weight: 600; font-size: 14px; margin-left: 18px; }
.site-foot a:hover { color: var(--plum); }
.foot-note { color: var(--mist); font-size: 13px; }

/* ---------- app / wizard / forms ---------- */
.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
.app-main { flex: 1; display: grid; place-items: center; padding: 48px 20px; }
.panel { width: 100%; max-width: 480px; background: var(--cloud); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); border: 1px solid var(--petal); padding: 34px 30px; }
.panel h1 { font-size: 28px; }
.panel .sub { color: var(--plum-soft); margin-top: 8px; margin-bottom: 24px; }

.stepper { display: flex; gap: 8px; margin-bottom: 26px; }
.stepper .pip { flex: 1; height: 6px; border-radius: 999px; background: var(--cotton); }
.stepper .pip.on { background: var(--grad-primary); }

.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.field input { width: 100%; font: inherit; padding: 13px 15px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--petal); background: var(--milk); color: var(--plum); }
.field input:focus { outline: 0; border-color: var(--strawberry); background: #fff; }
.field .hint { font-size: 13px; color: var(--plum-soft); margin-top: 6px; }
.field .hint.bad { color: var(--strawberry-deep); }
.field .hint.ok { color: var(--mint); }

.suffix-input { display: flex; align-items: center; border-radius: var(--radius-sm);
  border: 1.5px solid var(--petal); background: var(--milk); overflow: hidden; }
.suffix-input:focus-within { border-color: var(--strawberry); background: #fff; }
.suffix-input input { border: 0; background: transparent; padding: 13px 4px 13px 15px; }
.suffix-input .suffix { padding-right: 14px; font-weight: 700; color: var(--plum-soft); white-space: nowrap; }

.summary-row { display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--milk); border: 1.5px solid var(--petal); border-radius: var(--radius-sm);
  padding: 16px 18px; margin-bottom: 14px; }
.summary-row .k { font-size: 13px; color: var(--plum-soft); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.summary-row .v { font-weight: 700; word-break: break-all; }

.row-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.link-btn { background: 0; border: 0; font: inherit; font-weight: 700; color: var(--berry); cursor: pointer; padding: 6px; }
.link-btn:hover { color: var(--grape); }

.alert { border-radius: var(--radius-sm); padding: 12px 14px; font-weight: 600; font-size: 14px; margin-bottom: 16px; }
.alert.bad { background: #FFE8EE; color: var(--strawberry-deep); }
.alert.ok { background: #E4FBF3; color: #0E8F6E; }

/* dashboard links */
.links { display: grid; gap: 14px; margin-top: 8px; }
.link-card { background: var(--milk); border: 1.5px solid var(--petal); border-radius: var(--radius-sm); padding: 16px 18px; }
.link-card .url { font-weight: 800; font-size: 17px; }
.link-card .tgt { color: var(--plum-soft); font-size: 14px; word-break: break-all; margin-top: 4px; }
.link-card .actions { display: flex; gap: 10px; margin-top: 12px; }
.link-card .actions button, .link-card .actions a { font-size: 14px; padding: 8px 14px; }
.badge { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  color: var(--mint); background: #E4FBF3; padding: 3px 9px; border-radius: 999px; }
.btn.ghost.danger { color: var(--strawberry-deep); box-shadow: inset 0 0 0 1.5px #FFC2D0; }
.btn.ghost.danger:hover { box-shadow: inset 0 0 0 1.5px var(--strawberry-deep); }

/* inline link editor (dashboard) */
.edit-row { margin-top: 12px; display: grid; gap: 10px; }
.edit-input { width: 100%; font: inherit; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--petal); background: #fff; color: var(--plum); }
.edit-input:focus { outline: 0; border-color: var(--strawberry); }
.edit-actions { display: flex; align-items: center; gap: 10px; }
.edit-actions .btn { padding: 9px 18px; font-size: 14px; }
.edit-msg { font-size: 13px; margin: 0; }
.edit-msg.bad { color: var(--strawberry-deep); }

.confetti { font-size: 56px; text-align: center; animation: heartpop .6s ease; }

/* ---------- feedback widget ---------- */
.gl-fab { position: fixed; right: 20px; bottom: 20px; z-index: 50; width: 56px; height: 56px;
  border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; background: var(--grad-primary);
  box-shadow: var(--shadow-md); transition: transform .15s ease; }
.gl-fab:hover { transform: translateY(-2px) scale(1.04); }
.gl-modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: end; padding: 20px;
  background: rgba(43, 34, 48, .28); backdrop-filter: blur(2px); }
.gl-modal[hidden] { display: none; }  /* author display:grid above would otherwise beat the UA [hidden] rule */
.gl-card { width: 100%; max-width: 360px; margin-right: 4px; margin-bottom: 76px; background: var(--cloud);
  border-radius: var(--radius); border: 1px solid var(--petal); box-shadow: var(--shadow-lg);
  padding: 22px 22px 24px; position: relative; }
.gl-card h3 { font-family: "Fraunces", serif; font-size: 21px; margin: 0; }
.gl-sub { color: var(--plum-soft); font-size: 14px; margin: 6px 0 14px; }
.gl-close { position: absolute; top: 12px; right: 14px; border: 0; background: 0; font-size: 24px;
  line-height: 1; color: var(--mist); cursor: pointer; }
.gl-msg, .gl-email { width: 100%; font: inherit; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--petal); background: var(--milk); color: var(--plum); margin-bottom: 10px; resize: vertical; }
.gl-msg:focus, .gl-email:focus { outline: 0; border-color: var(--strawberry); background: #fff; }
.gl-status { font-size: 13px; font-weight: 600; margin: 10px 0 0; }
.gl-status.ok { color: var(--mint); }
.gl-status.bad { color: var(--strawberry-deep); }
@media (max-width: 640px) { .gl-card { max-width: none; } }

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