:root {
  --pink: #e75aa8;
  --hot-pink: #ff73be;
  --teal: #28bdd2;
  --aqua: #62dce5;
  --blue: #5f9ef5;
  --deep: #20324a;
  --ink: #172235;
  --muted: #667085;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.9);
  --shadow: 0 24px 80px rgba(21, 45, 75, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at center top, rgba(255, 115, 190, .22), transparent 40rem),
    radial-gradient(circle at center top, rgba(98, 220, 229, .22), transparent 55rem),
    linear-gradient(135deg, #eaf8ff 0%, #f8fbff 45%, #fff1f9 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(40, 189, 210, 0.18) 0 2px, transparent 2px),
    radial-gradient(circle, rgba(231, 90, 168, 0.16) 0 1.5px, transparent 1.5px);
  background-size: 60px 60px, 38px 38px;
  background-position: 0 0, 20px 28px;
  opacity: 0.55;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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

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

.site-shell {
  min-height: 100vh; 
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* ========================= */
/* LOGO BANNER */
/* ========================= */

.logo-banner {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1001;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 220ms ease;
}

.brand img {
  height: clamp(180px, 22vw, 340px);
  width: auto;
  object-fit: contain;
  filter:
    saturate(1.2)
    contrast(1.08)
    drop-shadow(0 18px 38px rgba(231, 90, 168, 0.24))
    drop-shadow(0 12px 28px rgba(98, 220, 229, 0.22));
  transition: transform 220ms ease, filter 220ms ease;
}

.brand:hover img { transform: translateY(-3px) scale(1.02); }

.brand-fallback {
  display: none;
  padding-left: 10px;
  font-weight: 900;
  color: var(--pink);
  letter-spacing: -0.04em;
}

/* ========================= */
/* TOP NAV */
/* ========================= */

.topbar {
  position: sticky;
  top: 10px;
  z-index: 1000;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.58));
  box-shadow: 0 16px 42px rgba(20, 40, 70, 0.10);
  backdrop-filter: blur(18px);
}

.hotbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.hotbar a,
.hotbar button {
  border: 0;
  border-radius: 999px;
  padding: 11px 15px;
  background: transparent;
  color: var(--deep);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: 180ms ease;
}

.hotbar a:hover,
.hotbar button:hover {
  background: linear-gradient(135deg, rgba(40, 189, 210, 0.16), rgba(231, 90, 168, 0.16));
  transform: translateY(-1px);
}

.request-pill,
.primary-btn,
.floating-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  color: white;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), var(--teal));
  box-shadow: 0 14px 34px rgba(231, 90, 168, 0.28);
  cursor: pointer;
  transition: 180ms ease;
}

.request-pill:hover,
.primary-btn:hover,
.floating-request:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(40, 189, 210, 0.28);
}

/* ========================= */
/* PANELS */
/* ========================= */

.panel-stage { width: 100%; }

.panel {
  min-height: 100vh;
  scroll-snap-align: start;
  display: grid;
  align-content: center;
  padding: 80px clamp(18px, 5vw, 72px) 88px;
  position: relative;
}

.panel-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: stretch;
}

.copy-card,
.shine-card,
.price-card,
.addon-card,
.review-card,
.document-card,
.modal {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 68px);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.hero-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 220, 229, 0.48), transparent 70%);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.085em;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

h3 {
  font-size: 1.4rem;
  letter-spacing: -0.035em;
}

.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 50, 74, 0.12);
  border-radius: 999px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.58);
  font-weight: 900;
  transition: 180ms ease;
}

.ghost-btn:hover {
  transform: translateY(-2px);
  background: white;
}

.shine-card {
  border-radius: var(--radius-xl);
  padding: 30px;
}

.bubble-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(98, 220, 229, 0.56), rgba(231, 90, 168, 0.22));
  font-size: 2.1rem;
}

.shine-card p,
.price-card p,
.addon-card p,
.review-card p,
.document-card p,
.section-head p {
  color: var(--muted);
  line-height: 1.65;
}

.shine-card ul {
  padding-left: 18px;
  color: var(--deep);
  font-weight: 750;
  line-height: 1.9;
}

.section-head {
  width: min(980px, 100%);
  margin: 0 auto 24px;
  text-align: center;
}

/* ========================= */
/* SHARED GRIDS */
/* ========================= */

.review-grid,
.gallery-grid,
.document-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

/* ========================= */
/* 3D PRICING COVERFLOW */
/* ========================= */

.pricing-coverflow {
  width: min(1160px, 100%);
  margin: 0 auto 22px;

  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 12px;
}

.coverflow-stage {
  position: relative;
  height: 410px;
  overflow: visible;
  perspective: 1200px;
}

.coverflow-card.price-card {
  position: absolute;
  top: 48px;
  left: 50%;

  width: min(350px, 78vw);
  min-height: 275px;

  padding: 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);

  opacity: 0;
  pointer-events: none;

  transform: translateX(-50%) scale(0.76);

  transition:
    transform 420ms ease,
    opacity 420ms ease,
    filter 420ms ease;
}

.coverflow-card.price-card.featured {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.86),
      rgba(98, 220, 229, 0.32)
    ),
    var(--glass);
}

.coverflow-card.active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateY(-14px)
    scale(1.06);
}

.coverflow-card.prev {
  z-index: 3;
  opacity: 0.72;
  pointer-events: auto;

  transform:
    translateX(calc(-50% - 235px))
    translateY(26px)
    scale(0.82);

  filter: saturate(0.88);
}

.coverflow-card.featured.prev {
  transform:
    translateX(calc(-50% - 220px))
    translateX(26px)
    scale(0.78);
}

.coverflow-card.next {
  z-index: 3;
  opacity: 0.72;
  pointer-events: auto;

  transform:
    translateX(calc(-50% + 235px))
    translateY(26px)
    scale(0.82);

  filter: saturate(0.88);
}

.coverflow-card.featured.next {
  transform:
    translateX(calc(-50% + 220px))
    translateX(26px)
    scale(0.78);
}

.coverflow-card.hidden-card {
  z-index: 1;
  opacity: 0;

  transform:
    translateX(-50%)
    translateY(48px)
    scale(0.68);
}

.coverflow-arrow {
  position: relative;
  z-index: 8;

  width: 48px;
  height: 48px;

  border: 0;
  border-radius: 999px;

  color: white;
  background: linear-gradient(135deg, var(--pink), var(--teal));

  font-size: 2rem;
  font-weight: 900;

  cursor: pointer;

  box-shadow: 0 14px 34px rgba(231, 90, 168, 0.24);
  transition: 180ms ease;
}

.coverflow-arrow:hover {
  transform: translateY(-2px);
}

.price {
  margin-bottom: 16px;
  color: var(--pink);
  font-size: 2.6rem;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.tag {
  display: inline-flex;
  margin-bottom: 10px;

  border-radius: 999px;
  padding: 7px 12px;

  color: white;
  font-size: 0.75rem;
  font-weight: 900;

  background: var(--pink);
}

/* ========================= */
/* ADD-ONS */
/* ========================= */

.addon-card {
  width: min(1160px, 100%);
  margin: 18px auto 0;
  padding: 28px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.78);

  background:
    radial-gradient(circle at top left, rgba(255, 115, 190, 0.16), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(98, 220, 229, 0.24), transparent 18rem),
    rgba(255, 255, 255, 0.72);

  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.addon-head {
  text-align: center;
  margin-bottom: 20px;
}

.addon-head h3 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.addon-head p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.addon-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.addon-groups details {
  border-radius: 22px;
  padding: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.82),
      rgba(255,255,255,0.52)
    );

  border: 1px solid rgba(40, 189, 210, 0.18);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.58),
    0 10px 24px rgba(21, 45, 75, 0.08);
}

.addon-groups summary {
  list-style: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  color: var(--deep);
  font-weight: 950;
}

.addon-groups summary::-webkit-details-marker {
  display: none;
}

.addon-groups summary::after {
  content: "+";
  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 999px;

  color: white;
  background: linear-gradient(135deg, var(--pink), var(--teal));

  font-weight: 950;
}

.addon-groups details[open] summary::after {
  content: "–";
}

.addon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 14px;
}

.addon-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;

  padding: 8px 11px;

  color: var(--deep);

  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;

  background: rgba(255, 255, 255, 0.72);

  border: 1px solid rgba(231, 90, 168, 0.12);
}

/* Mobile Add-ons */

@media (max-width: 920px) {
  .addon-card {
    padding: 22px;
  }

  .addon-groups {
    grid-template-columns: 1fr;
  }

  .addon-groups details {
    padding: 16px;
  }

  .addon-list span {
    width: 100%;
    justify-content: flex-start;
  }
}

/* ======================== */
/* ABOUT GRID */
/* ======================== */

.about-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 24px;
  align-items: stretch;
}

.about-photo-card,
.about-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.78);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.about-photo-card {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 34px;
  background:
    radial-gradient(circle at top, rgba(255,115,190,0.20), transparent 18rem),
    radial-gradient(circle at bottom, rgba(98,220,229,0.28), transparent 18rem),
    rgba(255,255,255,0.72);
}

.about-badge {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  font-size: 2.5rem;
  background: linear-gradient(135deg, rgba(98,220,229,0.50), rgba(231,90,168,0.22));
}

.about-card {
  padding: clamp(28px, 5vw, 58px);
}

.about-card h2 {
  max-width: 720px;
}

.about-card p {
  color: var(--muted);
  line-height: 1.75;
}

.about-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-pill-row span {
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--deep);
  font-weight: 900;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(40,189,210,0.18);
}

.about-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;

  margin: 24px auto 36px;
  max-width: 900px;
}

.about-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;

  border-radius: 999px;

  font-size: 0.9rem;
  font-weight: 900;

  color: var(--deep);

  background: rgba(255,255,255,0.72);

  border: 1px solid rgba(40, 189, 210, 0.18);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 8px 18px rgba(21,45,75,0.06);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 14px 18px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.82),
      rgba(255,255,255,0.58)
    );

  border: 1px solid rgba(255,255,255,0.78);

  box-shadow:
    0 12px 28px rgba(21,45,75,0.08);

  backdrop-filter: blur(16px);

  font-weight: 800;
  color: var(--deep);

  transition: 180ms ease;
}

.trust-badge span {
  font-size: 1.15rem;
}

.trust-badge:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(40,189,210,0.14);
}

.about-note {
  display: table;

  margin: 22px auto 0;
  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.8);

  font-weight: 800;
  color: var(--deep);

  box-shadow:
    0 10px 24px rgba(21,45,75,0.08);
}

@media (max-width: 920px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* GALLERY MODAL */
/* ========================= */

.gallery-open-btn {
  width: fit-content;
  margin: 24px auto 0;
}

.gallery-modal {
  width: min(980px, calc(100% - 24px));
  height: min(820px, calc(100dvh - 24px));
  padding: 18px;
  background:
    radial-gradient(circle at top left, rgba(255, 115, 190, 0.22), transparent 28rem),
    radial-gradient(circle at top right, rgba(98, 220, 229, 0.32), transparent 26rem),
    linear-gradient(135deg, #eaf8ff 0%, #f8fbff 45%, #fff1f9 100%);
  overflow: hidden;
}

.gallery-modal img {
  width: 100%;
  height: calc(100% - 70px);
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--teal));
  font-size: 2rem;
  cursor: pointer;
}

.gallery-prev { left: 22px; }
.gallery-next { right: 22px; }

#galleryCaption {
  margin: 12px 0 0;
  text-align: center;
  color: var(--deep);
  font-weight: 900;
}

/* ========================= */
/* DOCUMENTS */
/* ========================= */

.document-card {
  min-height: 285px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.doc-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(98, 220, 229, 0.52), rgba(231, 90, 168, 0.20));
  font-size: 2rem;
}

.doc-btn,
.download-doc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  color: white;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), var(--teal));
  box-shadow: 0 14px 34px rgba(231, 90, 168, 0.22);
  cursor: pointer;
  transition: 180ms ease;
}

.doc-btn:hover,
.download-doc-btn:hover { transform: translateY(-2px); }

/* ========================= */
/* REVIEWS */
/* ========================= */

.review-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.stars {
  margin-bottom: 18px;
  color: var(--pink);
  letter-spacing: 0.08em;
}

.floating-request {
  width: fit-content;
  margin: 26px auto 0;
}

.review-coming-soon {
  text-align: center;
}

.review-coming-soon .bubble-icon {
  margin: 0 auto 20px;
}

.review-coming-soon h3 {
  margin-bottom: 12px;
}

.review-coming-soon p {
  max-width: 280px;
  margin: 0 auto;
}

/* ========================= */
/* MODALS */
/* ========================= */

.mobile-hotbar { display: none; }

.modal {
  width: min(520px, calc(100% - 28px));
  border: 0;
  border-radius: var(--radius-xl);
  padding: 34px;
  color: var(--ink);
}

.modal::backdrop {
  background: rgba(20, 32, 50, 0.48);
  backdrop-filter: blur(8px);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(231, 90, 168, 0.13);
  color: var(--deep);
  font-size: 1.5rem;
  cursor: pointer;
}

.social-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.social-list a {
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  transition: 180ms ease;
}

.social-list a:hover {
  background: linear-gradient(135deg, rgba(40, 189, 210, 0.18), rgba(231, 90, 168, 0.18));
  transform: translateX(4px);
}

.request-modal,
.pdf-modal {
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 90px rgba(21, 45, 75, 0.28);
  backdrop-filter: blur(22px);
  background:
    radial-gradient(circle at top left, rgba(255, 115, 190, 0.22), transparent 28rem),
    radial-gradient(circle at top right, rgba(98, 220, 229, 0.32), transparent 26rem),
    linear-gradient(135deg, #eaf8ff 0%, #f8fbff 45%, #fff1f9 100%);
}

.request-modal {
  width: min(940px, calc(100% - 24px));
  height: min(860px, calc(100dvh - 24px));
  padding: 18px;
  overflow: hidden;
}

.pdf-modal {
  width: min(980px, calc(100% - 24px));
  height: min(880px, calc(100dvh - 24px));
  padding: 18px;
  overflow: hidden;
}

.modal-heading { padding: 12px 54px 10px 14px; }

.modal-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.modal-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.form-frame-wrap,
.pdf-frame-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(40, 189, 210, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 14px 34px rgba(40, 189, 210, 0.12);
}

.form-frame-wrap {
  height: calc(100% - 145px);
  min-height: 520px;
}

.pdf-frame-wrap {
  height: calc(100% - 190px);
  min-height: 520px;
}

.form-frame-wrap iframe,
.pdf-frame-wrap img,
.pdf-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pdf-frame-wrap img,
.pdf-frame-wrap iframe { border-radius: 18px; }

.pdf-frame-wrap img {
  object-fit: contain;
  display: block;
}

.download-doc-btn {
  width: fit-content;
  margin: 14px auto 0;
}

/* ========================= */
/* PRIVACY */
/* ========================= */

.privacy-modal {
  width: min(720px, calc(100% - 28px));
}

.privacy-modal p {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-updated {
  margin-bottom: 0;
  font-weight: 800;
  color: var(--deep) !important;
}

/* ========================= */
/* SOCIAL BUBBLE */
/* ========================= */

.social-bubble {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 80;
}

.social-toggle {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--teal));
  box-shadow: 0 16px 34px rgba(231, 90, 168, 0.32);
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
}

.social-popover {
  position: absolute;
  right: 0;
  bottom: 66px;

  display: grid;
  gap: 8px;

  min-width: 170px;
  padding: 12px;

  border-radius: 22px;

  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);

  opacity: 0;
  transform: translateY(8px) scale(0.96);
  pointer-events: none;

  transition: 180ms ease;
}

.social-bubble.open .social-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.social-popover a {
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 900;
  color: var(--deep);
  background: rgba(255,255,255,0.68);
}

.social-popover a:hover {
  background: linear-gradient(135deg, rgba(255,115,190,0.16), rgba(98,220,229,0.18));
}

.social-toggle::after {
  content: "Connect With Us";

  position: absolute;
  right: 64px;
  top: 50%;

  transform: translateY(-50%) translateX(8px);

  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(32, 50, 74, 0.92);
  color: white;

  font-size: 0.8rem;
  font-weight: 800;

  white-space: nowrap;

  opacity: 0;
  visibility: hidden;

  transition: 180ms ease;

  pointer-events: none;
}

.social-toggle:hover::after,
.social-toggle:focus::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* ========================= */
/* FAQ */
/* ========================= */

.faq-modal {
  width: min(780px, calc(100% - 28px));
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.faq-list details {
  border-radius: 20px;
  padding: 16px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(40,189,210,0.18);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 950;
  color: var(--deep);
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

/* ========================= */
/* FOOTER */
/* ========================= */

.site-footer {
  margin-top: 80px;
  padding: 40px 20px 120px;
  border-top: 1px solid rgba(255,255,255,0.45);
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.35));
}

.footer-content {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand strong {
  color: var(--deep);
  font-size: 1.1rem;
}

.footer-brand span,
.footer-legal p,
.footer-service-area {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-contact {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

.footer-service-area {
  margin: 10px 0 0;
  max-width: 360px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.footer-links a,
.footer-links button {
  border: 0;
  background: transparent;
  color: var(--deep);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: 180ms ease;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--pink);
}

.footer-legal {
  text-align: right;
}

.footer-copyright,
.footer-disclaimer,
.footer-credit {
  margin: 8px 0;
}

.footer-disclaimer {
  max-width: 420px;
  margin-left: auto;
  font-size: .8rem;
  line-height: 1.5;
  color: var(--muted);
}

.footer-credit a {
  color: var(--pink);
  font-weight: 800;
}

@media (max-width: 920px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-legal {
    text-align: center;
  }

  .footer-service-area,
  .footer-disclaimer {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 920px) {
  html { scroll-snap-type: none; }

  body { padding-bottom: 82px; }

  .logo-banner { padding-top: 10px; }

  .brand img { height: clamp(140px, 38vw, 220px); }

  .topbar {
    top: 8px;
    max-width: calc(100% - 20px);
    min-height: 58px;
    margin: 8px auto 0;
    padding: 6px 10px;
    border-radius: 999px;
  }

  .hotbar { display: none; }

  .topbar .request-pill {
    display: inline-flex;
    padding: 10px 13px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .panel {
    min-height: auto;
    padding: 116px 16px 56px;
  }

  .panel-grid,
  .gallery-grid,
  .review-grid,
  .document-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: auto;
    padding: 30px;
  }

  h1 { font-size: clamp(3rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.4rem); }

  .gallery-grid figure,
  .gallery-grid img { min-height: 260px; }

  .panel > .floating-request { display: none; }

  .button-row { align-items: stretch; }

  .button-row a,
  .primary-btn { width: 100%; }

  .pricing-coverflow {
    grid-template-columns: 40px 1fr 40px;
    gap: 8px;
  }

  .coverflow-stage { height: 360px; }

  .coverflow-card { width: 100%; }

  .coverflow-card.prev,
  .coverflow-card.next {
    opacity: 0;
    pointer-events: none;
  }

  .coverflow-card.active {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .coverflow-arrow {
    width: 40px;
    height: 40px;
  }

  .addon-list {
    grid-template-columns: 1fr;
  }
  
  .mobile-hotbar {
    position: fixed;
    z-index: 60;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 46px rgba(31, 65, 92, 0.2);
    backdrop-filter: blur(18px);
  }

  .mobile-hotbar a,
  .mobile-hotbar-link {
    display: grid;
    place-items: center;
    min-height: 46px;
    border: 0;
    outline: none;
    border-radius: 999px;
    background: transparent;
    color: var(--deep);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 950;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: 180ms ease;
  }

  .mobile-hotbar a:hover,
  .mobile-hotbar-link:hover {
    background: rgba(98, 220, 229, 0.18);
  }

  .request-modal,
  .pdf-modal,
  .gallery-modal {
    width: calc(100% - 16px);
    height: calc(100dvh - 16px);
    padding: 12px;
    border-radius: 24px;
  }

  .modal-heading { padding: 8px 46px 8px 8px; }

  .form-frame-wrap {
    height: calc(100% - 132px);
    min-height: 0;
    border-radius: 18px;
  }

  .pdf-frame-wrap {
    height: calc(100% - 180px);
    min-height: 0;
    border-radius: 18px;
  }

  .download-doc-btn { width: 100%; }

  .about-trust {
    gap: 10px;
    margin: 20px auto 28px;
  }

  .trust-badge {
    width: calc(50% - 5px);
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-size: 0.9rem;
  }

/* ========================= */
/* SMALL PHONES */
/* ========================= */

@media (max-width: 520px) {
  .brand img { height: clamp(135px, 42vw, 190px); }

  .topbar .request-pill {
    padding: 9px 11px;
    font-size: 0.68rem;
  }

  .copy-card,
  .shine-card,
  .price-card,
  .addon-card,
  .review-card,
  .document-card {
    border-radius: 22px;
  }

  .addon-list span {
    width: 100%;
    text-align: center;
  }

  .trust-badge {
    width: 100%;
  }
}
