:root {
  --purple-950: #22042f;
  --purple-850: #421057;
  --purple-700: #6c2688;
  --purple-500: #9d4ec4;
  --pink-500: #ff68bf;
  --pink-300: #ff9ed8;
  --aqua-300: #7fe8ec;
  --mint-100: #dffcf8;
  --white: #ffffff;
  --ink: #27172f;
  --muted: #76617e;
  --shadow: 0 22px 70px rgba(47, 6, 67, 0.2);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  color: var(--ink);
  background: #fff7fc;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 247, 252, 0.9);
  border-bottom: 1px solid rgba(108, 38, 136, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  font-weight: 900;
  color: var(--purple-850);
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--purple-950);
  box-shadow: 0 8px 22px rgba(157, 78, 196, 0.25);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  font-weight: 800;
  color: var(--purple-850);
}

.nav-links a {
  border-bottom: 2px solid transparent;
  padding-block: 8px;
}

.nav-links a:hover {
  border-color: var(--pink-500);
}

.header-cta,
.header-login,
.button,
.select-package,
.chat-toggle,
.chat-close {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-cta,
.header-login {
  border-radius: 999px;
  padding: 12px 18px;
  white-space: nowrap;
}

.header-cta {
  color: var(--white);
  background: var(--purple-700);
}

.header-login {
  color: var(--purple-850);
  background: var(--mint-100);
  box-shadow: inset 0 0 0 1px rgba(108, 38, 136, 0.12);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  min-height: calc(100vh - 77px);
  padding: clamp(56px, 8vw, 92px) clamp(18px, 6vw, 84px) 58px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 104, 191, 0.38), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(127, 232, 236, 0.22), transparent 20%),
    linear-gradient(135deg, var(--purple-950), var(--purple-700) 62%, #bd4aac);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 170px;
  background:
    radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.8) 0 16px, transparent 17px),
    radial-gradient(circle at 19% 68%, rgba(255, 158, 216, 0.55) 0 27px, transparent 28px),
    radial-gradient(circle at 32% 82%, rgba(255, 255, 255, 0.68) 0 20px, transparent 21px),
    radial-gradient(circle at 51% 70%, rgba(255, 104, 191, 0.44) 0 31px, transparent 32px),
    radial-gradient(circle at 74% 78%, rgba(255, 255, 255, 0.72) 0 22px, transparent 23px),
    radial-gradient(circle at 90% 65%, rgba(255, 158, 216, 0.62) 0 34px, transparent 35px);
}

.bubble {
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 158, 216, 0.18);
}

.bubble-one {
  width: 118px;
  height: 118px;
  top: 18%;
  left: 47%;
}

.bubble-two {
  width: 72px;
  height: 72px;
  right: 9%;
  bottom: 23%;
}

.bubble-three {
  width: 46px;
  height: 46px;
  left: 7%;
  bottom: 18%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pink-300);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Pacifico", cursive;
  font-size: clamp(3.6rem, 9vw, 7rem);
  line-height: 1.16;
  text-shadow: 0 10px 34px rgba(34, 4, 47, 0.28);
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-500), #db42a7);
  box-shadow: 0 12px 28px rgba(255, 104, 191, 0.32);
}

.button-secondary {
  color: var(--purple-950);
  background: var(--mint-100);
}

.hero-art {
  position: relative;
  align-self: center;
}

.hero-art img {
  width: min(100%, 470px);
  max-height: 680px;
  margin-inline: auto;
  border: 10px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(108, 38, 136, 0.12);
}

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 44px);
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--purple-850);
  font-size: 1.05rem;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
}

.section,
.pricing-band,
.booking-section,
.contact-band {
  padding: clamp(58px, 8vw, 92px) clamp(18px, 6vw, 84px);
}

.section-heading {
  max-width: 690px;
  margin-bottom: 30px;
}

.section-heading h2,
.booking-copy h2,
.contact-band h2 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.05;
}

.service-grid,
.pricing-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.price-card,
.review-card,
.payment-panel,
.booking-form,
.review-form {
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(47, 6, 67, 0.08);
}

.service-card {
  min-height: 240px;
  padding: 26px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--purple-700);
  border-radius: 50%;
}

.service-card h3,
.price-card h3,
.payment-panel h3 {
  margin: 22px 0 10px;
  color: var(--purple-850);
  font-size: 1.35rem;
}

.service-card p,
.price-card p,
.booking-copy p,
.payment-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.pricing-band {
  background:
    linear-gradient(180deg, rgba(255, 158, 216, 0.17), rgba(127, 232, 236, 0.15)),
    #fffafd;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}

.price-card {
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(255, 104, 191, 0.55);
  transform: translateY(-8px);
}

.price {
  margin: 12px 0;
  color: var(--purple-950) !important;
  font-size: clamp(2.05rem, 3vw, 3rem);
  font-weight: 900;
}

.select-package {
  border-radius: 999px;
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  color: var(--white);
  background: var(--purple-700);
}

.reviews-section {
  background: #ffffff;
}

.reviews-page-hero {
  padding: clamp(38px, 6vw, 64px) clamp(18px, 6vw, 84px);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 158, 216, 0.36), transparent 24%),
    radial-gradient(circle at 85% 22%, rgba(127, 232, 236, 0.22), transparent 22%),
    linear-gradient(135deg, var(--purple-950), var(--purple-700) 68%, #bd4aac);
}

.reviews-page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.reviews-page-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: start;
}

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

.review-card,
.review-form {
  padding: 24px;
}

.stars {
  color: var(--pink-500);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.review-card p {
  margin: 18px 0;
  color: var(--purple-850);
  font-size: 1.02rem;
  line-height: 1.65;
}

.review-card strong {
  color: var(--purple-950);
}

.review-form {
  display: grid;
  gap: 14px;
}

.review-form h2,
.review-form h3 {
  margin: 0;
  color: var(--purple-850);
  font-size: 1.5rem;
}

.booking-section {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 0.75fr;
  gap: 24px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--purple-850);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--pink-500);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--purple-850);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(108, 38, 136, 0.25);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffafd;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full-span {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--purple-700);
  font-weight: 800;
}

.payment-panel {
  padding: 24px;
}

.payment-panel h3 {
  margin-top: 0;
}

.checkout-controls {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.payment-summary {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
  padding: 14px;
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  background: #fffafd;
}

.payment-summary p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--purple-850);
}

.payment-summary strong {
  color: var(--purple-950);
}

.payment-summary .payment-total {
  border-top: 1px solid rgba(108, 38, 136, 0.14);
  padding-top: 10px;
  font-size: 1.45rem;
  font-weight: 900;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 18px;
}

.payment-methods img {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 38px;
  border: 1px solid rgba(255, 104, 191, 0.28);
  border-radius: 8px;
  background: #fff2fb;
  object-fit: contain;
  padding: 4px;
}

.manual-payments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
}

.payment-link {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #ffffff;
  background: var(--purple-700);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(99, 91, 255, 0.25);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.payment-link::before,
.payment-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-50%);
}

.payment-link::before {
  left: 18px;
  box-shadow: 14px -10px 0 rgba(255, 255, 255, 0.38), 26px 9px 0 rgba(255, 255, 255, 0.28);
}

.payment-link::after {
  right: 18px;
  box-shadow: -14px 10px 0 rgba(255, 255, 255, 0.38), -27px -8px 0 rgba(255, 255, 255, 0.28);
}

.payment-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(99, 91, 255, 0.32);
}

.payment-link.apple-pay {
  background: #111111;
}

.payment-link.stripe-pay {
  background: linear-gradient(135deg, #635bff 0%, #7c3aed 45%, #ff68bf 100%);
  color: #ffffff;
}

.payment-link.stripe-pay .heart {
  margin-right: 8px;
  font-size: 1.05em;
}

.payment-link.is-disabled {
  color: var(--muted);
  background: #efe5f3;
  cursor: not-allowed;
}

.payment-link.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.payment-note {
  min-height: 44px;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.paypal-placeholder {
  display: grid;
  place-items: center;
  min-height: 88px;
  border: 1px dashed rgba(108, 38, 136, 0.36);
  border-radius: 8px;
  padding: 16px;
  color: var(--purple-850);
  background: #fff2fb;
  text-align: center;
  font-weight: 900;
}

.login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 104, 191, 0.16), transparent 25%),
    radial-gradient(circle at 88% 14%, rgba(127, 232, 236, 0.2), transparent 24%),
    #fff7fc;
}

.login-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 520px);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  min-height: calc(100vh - 77px);
  padding: clamp(54px, 8vw, 92px) clamp(18px, 6vw, 84px);
}

.login-copy {
  max-width: 700px;
}

.login-copy h1 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 1.02;
}

.login-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.65;
}

.login-list {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.login-list li {
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--purple-850);
  background: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(47, 6, 67, 0.07);
}

.login-card {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  box-shadow: 0 22px 70px rgba(47, 6, 67, 0.14);
}

.login-card h2 {
  margin: 0;
  color: var(--purple-850);
  font-size: 1.65rem;
}

.login-card .button {
  width: 100%;
}

.login-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 5px;
  border-radius: 999px;
  background: #fff2fb;
}

.auth-tab {
  border: 0;
  border-radius: 999px;
  padding: 11px 12px;
  color: var(--purple-850);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.auth-tab.is-active {
  color: var(--white);
  background: var(--purple-700);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-alert {
  margin: 0;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 900;
}

.auth-error {
  color: #7c1232;
  background: #ffe8f0;
}

.auth-message {
  color: var(--purple-850);
  background: var(--mint-100);
}

.dashboard-section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 6vw, 84px);
}

.dashboard-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.dashboard-heading h1 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.02;
}

.dashboard-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.note-form textarea {
  min-height: 180px;
}

.notes-panel {
  display: grid;
  gap: 14px;
}

.notes-panel h2 {
  margin: 0 0 4px;
  color: var(--purple-850);
}

.empty-notes,
.saved-note {
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(47, 6, 67, 0.08);
}

.empty-notes {
  color: var(--muted);
}

.saved-note div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--purple-850);
}

.saved-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.saved-note p {
  margin: 12px 0 0;
  color: var(--ink);
  line-height: 1.62;
}

.admin-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.admin-body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: #f8f1fa;
}

.admin-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 30;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 260px;
  padding: 22px 16px;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 8%, rgba(255, 104, 191, 0.3), transparent 28%),
    linear-gradient(180deg, var(--purple-950), var(--purple-700));
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 900;
}

.admin-brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--purple-950);
}

.admin-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  margin-top: 28px;
}

.admin-nav a,
.admin-sidebar-actions a {
  border-radius: 8px;
  padding: 12px 13px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.admin-nav a:hover,
.admin-nav a.is-active,
.admin-sidebar-actions a:hover {
  color: var(--purple-950);
  background: var(--mint-100);
}

.admin-sidebar-actions {
  display: grid;
  gap: 8px;
}

.admin-main {
  min-height: 100vh;
  margin-left: 260px;
  padding: 30px clamp(18px, 4vw, 42px) 48px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-topbar h1 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.admin-profile {
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(47, 6, 67, 0.08);
}

.admin-profile strong,
.admin-profile span {
  display: block;
}

.admin-profile span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.admin-stats article,
.admin-card {
  border: 1px solid rgba(108, 38, 136, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(47, 6, 67, 0.08);
}

.admin-stats article {
  padding: 20px;
}

.admin-stats span,
.admin-card-head span,
.admin-list-item span,
.admin-list-item small {
  color: var(--muted);
}

.admin-stats strong {
  display: block;
  margin-top: 8px;
  color: var(--purple-950);
  font-size: 2.4rem;
  line-height: 1;
}

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

.admin-card {
  padding: 20px;
}

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

.admin-card-head h2 {
  margin: 0;
  color: var(--purple-850);
  font-size: 1.35rem;
}

.admin-card-head a {
  color: var(--purple-700);
  font-weight: 900;
}

.admin-list-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(108, 38, 136, 0.11);
  padding: 14px 0;
}

.admin-list-item:first-of-type {
  border-top: 0;
}

.admin-list-item strong,
.admin-list-item span {
  display: block;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  border-top: 1px solid rgba(108, 38, 136, 0.12);
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--purple-850);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.admin-review-list {
  display: grid;
  gap: 14px;
}

.admin-review-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  border: 1px solid rgba(108, 38, 136, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: #fffafd;
}

.admin-review-copy p {
  margin: 10px 0 0;
  line-height: 1.6;
}

.admin-review-actions {
  align-content: start;
  margin-top: 0;
}

@media (max-width: 980px) {
  .admin-sidebar {
    position: static;
    width: auto;
  }

  .admin-main {
    margin-left: 0;
  }

  .admin-stats,
  .admin-grid,
  .admin-review-item {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 158, 216, 0.3), transparent 22%),
    linear-gradient(135deg, var(--purple-950), var(--purple-700));
}

.contact-band h2 {
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 6vw, 84px);
  color: var(--white);
  background: var(--purple-950);
}

.site-footer p {
  margin: 0;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 13px 20px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-500), var(--purple-700));
  box-shadow: 0 18px 42px rgba(47, 6, 67, 0.3);
}

.chat-toggle-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.chat-panel {
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255, 104, 191, 0.4);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(34, 4, 47, 0.28);
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 158, 216, 0.5), transparent 32%),
    linear-gradient(135deg, var(--purple-950), var(--purple-700));
}

.chat-header strong,
.chat-header span {
  display: block;
}

.chat-header span {
  margin-top: 3px;
  color: var(--pink-300);
  font-size: 0.9rem;
  font-weight: 800;
}

.chat-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--purple-950);
  background: var(--mint-100);
  font-size: 1.25rem;
}

.chat-thread {
  padding: 16px 16px 0;
  background: #fff7fc;
}

.chat-bubble {
  max-width: 88%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  line-height: 1.45;
}

.chat-bubble.incoming {
  color: var(--purple-850);
  background: var(--mint-100);
}

.chat-form {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.chat-form label {
  font-size: 0.92rem;
}

.chat-form input,
.chat-form textarea {
  padding: 11px 12px;
}

.chat-form .button {
  width: 100%;
}

.chat-status {
  min-height: 21px;
  margin: 0;
  color: var(--purple-700);
  font-size: 0.92rem;
  font-weight: 800;
}

.cursor-bubble {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: var(--bubble-size);
  height: var(--bubble-size);
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.92) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 70%, rgba(255, 104, 191, 0.35), rgba(255, 158, 216, 0.18));
  box-shadow: 0 0 16px rgba(255, 104, 191, 0.32);
  transform: translate3d(var(--bubble-x), var(--bubble-y), 0) scale(1);
  animation: bubble-trail 760ms ease-out forwards;
}

@keyframes bubble-trail {
  to {
    opacity: 0;
    transform: translate3d(var(--bubble-x-end), var(--bubble-y-end), 0) scale(0.35);
  }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-bubble {
    display: none;
  }
}

@media (max-width: 1020px) {
  .hero,
  .booking-section,
  .reviews-layout,
  .login-hero,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art img {
    max-width: 380px;
  }

  .service-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.92rem;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-cta,
  .header-login {
    padding-inline: 14px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .trust-strip,
  .service-grid,
  .pricing-grid,
  .review-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .contact-band,
  .site-footer {
    display: grid;
  }
}

@media (max-width: 460px) {
  .brand span {
    display: none;
  }

  .nav-links {
    overflow-x: auto;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .button,
  .header-cta,
  .header-login,
  .chat-toggle {
    width: 100%;
  }

  .header-actions {
    width: 100%;
    order: 2;
  }

  .chat-widget {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .chat-panel {
    width: 100%;
  }
}
