:root {
  --mp-primary: #2f5fa7;
  --mp-primary-deep: #163866;
  --mp-secondary: #d4af63;
  --mp-secondary-soft: #f1dfb5;
  --mp-bg: #eef4ff;
  --mp-surface: #ffffff;
  --mp-text: #173052;
  --mp-muted: #61779f;
}
body {
  background: radial-gradient(circle at top, #f4f8ff, #eef4ff 52%, #ffffff 100%);
  color: var(--mp-text);
}
.card {
  border: 1px solid rgba(47, 95, 167, 0.08);
  box-shadow: 0 16px 36px rgba(22, 45, 84, 0.08);
  border-radius: 1rem;
  background: var(--mp-surface);
}
.btn-primary {
  background: linear-gradient(135deg, #3f75c4 0%, #2f5fa7 100%);
  border-color: #2f5fa7;
  color: #f8fbff;
  box-shadow: 0 12px 28px rgba(47, 95, 167, 0.22);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: linear-gradient(135deg, #4a82d4 0%, #2a589d 100%) !important;
  border-color: #2a589d !important;
  color: #ffffff !important;
}
.btn-outline-primary {
  color: var(--mp-primary);
  border-color: rgba(47, 95, 167, 0.26);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: rgba(47, 95, 167, 0.08);
  border-color: var(--mp-primary);
  color: var(--mp-primary-deep);
}
.text-primary {
  color: var(--mp-primary) !important;
}
.progress-bar {
  background: linear-gradient(90deg, #3f75c4 0%, #d4af63 100%);
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(47, 95, 167, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(47, 95, 167, 0.12);
}
.public-hero {
  background: linear-gradient(135deg, rgba(28, 65, 120, 0.96), rgba(47, 95, 167, 0.9) 58%, rgba(212, 175, 99, 0.82) 100%);
  color: white;
}

.public-sidebar-stack {
  display: grid;
  gap: 1rem;
}

.public-promo-banner {
  display: block;
  padding: 1.35rem 1.4rem;
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(244, 223, 173, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(13, 31, 66, 0.98), rgba(19, 43, 88, 0.94));
  border: 1px solid rgba(212, 175, 99, 0.18);
  box-shadow: 0 22px 52px rgba(10, 20, 40, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.public-promo-banner:hover,
.public-promo-banner:focus {
  transform: translateY(-3px);
  border-color: rgba(243, 223, 177, 0.32);
  box-shadow: 0 26px 58px rgba(10, 20, 40, 0.24);
}

.public-promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: #f0d79a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.public-promo-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff2c8 0%, #d7b56a 68%, #b48838 100%);
  box-shadow: 0 0 0 0 rgba(215, 181, 106, 0.5);
}

.public-promo-banner h2 {
  margin: 0 0 0.7rem;
  color: #f8f4eb;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 0.96;
}

.public-promo-banner h2 span {
  background: linear-gradient(135deg, #f3e0b3 0%, #d8b56a 42%, #8ab0da 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.public-promo-banner p {
  margin: 0;
  color: #aab9dd;
  line-height: 1.65;
}

.public-promo-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.public-promo-cta {
  color: #f7e4b7;
  font-weight: 700;
  white-space: nowrap;
}

.public-plan-usage {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.public-plan-usage strong,
.public-plan-usage span,
.public-plan-usage em {
  display: block;
}

.public-plan-usage strong {
  color: #fff1c7;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.public-plan-usage span {
  margin-top: 0.25rem;
  color: #eef5ff;
  font-weight: 700;
}

.public-plan-usage em {
  margin-top: 0.45rem;
  color: #ffe3d5;
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.45;
}

.public-plan-usage.is-full {
  background: rgba(120, 31, 31, 0.22);
  border-color: rgba(255, 216, 196, 0.3);
}
.step-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 95, 167, 0.12);
  color: var(--mp-primary);
  font-weight: 700;
}

.landing-body {
  --landing-bg: #16305f;
  --landing-bg-deep: #0b1a36;
  --landing-surface: rgba(29, 47, 95, 0.8);
  --landing-border: rgba(215, 185, 108, 0.18);
  --landing-text: #eef2ff;
  --landing-muted: #9cadcf;
  --landing-accent: #d4af63;
  --landing-accent-2: #f0d79a;
  --landing-accent-3: #6ea0d8;
  background:
    radial-gradient(circle at 15% 10%, rgba(212, 175, 99, 0.18), transparent 28%),
    radial-gradient(circle at 85% 85%, rgba(110, 160, 216, 0.16), transparent 26%),
    linear-gradient(180deg, #244983 0%, #183663 32%, #10264b 100%);
  color: var(--landing-text);
  font-family: "Manrope", sans-serif;
}

.landing-body.gsap-enhanced .hero-section,
.landing-body.gsap-enhanced .modules-section,
.landing-body.gsap-enhanced .pricing-section {
  overflow: hidden;
}

.landing-body.gsap-enhanced .hero-panel,
.landing-body.gsap-enhanced .module-mockup,
.landing-body.gsap-enhanced .benefit-card,
.landing-body.gsap-enhanced .price-card,
.landing-body.gsap-enhanced .finder-card {
  will-change: transform, opacity;
}

.landing-body.gsap-enhanced .hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.14) 45%, transparent 70%);
  transform: translateX(-130%);
  opacity: 0;
}

.landing-body.gsap-enhanced .hero-panel.is-shining::after {
  animation: panel-shine 1.35s ease forwards;
  opacity: 1;
}

@keyframes panel-shine {
  from {
    transform: translateX(-130%);
  }
  to {
    transform: translateX(130%);
  }
}

.landing-body .container,
.landing-body .container-fluid {
  position: relative;
  z-index: 2;
}

.landing-nav {
  background: rgba(14, 23, 49, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(143, 176, 255, 0.08);
}

.landing-nav .navbar-toggler {
  padding: 0.45rem 0.55rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
}

.landing-nav .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28240,215,154,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.landing-brand {
  color: #f4f5ff;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(12.5rem, 18vw, 16.5rem);
  min-height: 3.8rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.landing-brand-logo img {
  display: block;
  width: 100%;
  height: 3.65rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
}

.landing-nav .nav-link {
  color: rgba(238, 242, 255, 0.78);
  font-size: 0.95rem;
}

.landing-nav .nav-link:hover,
.landing-nav .nav-link:focus {
  color: #f0d79a;
}

.btn-gradient {
  border: 0;
  color: #13254b;
  background: linear-gradient(135deg, #f4dfad 0%, #d4af63 48%, #b88a36 100%);
  box-shadow: 0 12px 32px rgba(212, 175, 99, 0.28);
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-weight: 700;
}

.btn-gradient:hover,
.btn-gradient:focus {
  color: #0f2247;
  transform: translateY(-1px);
}

.btn-ghost-light,
.btn-outline-light {
  border-radius: 999px;
  border-color: rgba(238, 242, 255, 0.18);
  color: #eef2ff;
  background: rgba(255, 255, 255, 0.02);
}

.landing-nav .btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
}

.btn-soft-green {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  color: #13264c;
  font-weight: 800;
  padding: 0.9rem 1.5rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 88%);
  opacity: 0.35;
}

.hero-orb {
  position: absolute;
  inset: auto;
  width: 34rem;
  height: 34rem;
  filter: blur(40px);
  opacity: 0.45;
}

.hero-orb-left {
  top: 2rem;
  left: -10rem;
  background: radial-gradient(circle, rgba(212, 175, 99, 0.46), transparent 64%);
}

.hero-orb-right {
  right: -8rem;
  bottom: -8rem;
  background: radial-gradient(circle, rgba(110, 160, 216, 0.34), transparent 64%);
}

.hero-kicker,
.module-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #f0d79a;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-title,
.section-title,
.module-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.04em;
}

.hero-title {
  font-size: clamp(3.8rem, 9vw, 6.8rem);
  line-height: 0.9;
  margin: 0;
}

.hero-title span,
.section-title span,
.module-title span {
  background: linear-gradient(135deg, #f3e0b3 0%, #d8b56a 42%, #7ca6d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.hero-text,
.section-text,
.module-text {
  color: var(--landing-muted);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 39rem;
}

.hero-meta {
  display: flex;
  gap: 1.35rem;
  flex-wrap: wrap;
  color: #a9b5dd;
  font-size: 0.92rem;
}

.live-dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff2c8 0%, #d7b56a 68%, #b48838 100%);
  box-shadow: 0 0 0 0 rgba(215, 181, 106, 0.55);
  animation: pulse-ring 2.4s infinite;
}

.hero-meta span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9rem;
  background: rgba(152, 166, 211, 0.4);
  margin-left: 1.35rem;
  vertical-align: middle;
}

.hero-meta span:last-child::after {
  display: none;
}

.hero-panel-wrap {
  position: relative;
  padding: 1.2rem 0 0;
  max-width: 100%;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.hero-mini-card,
.caption-pill {
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(215, 185, 108, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.hero-mini-card strong,
.caption-pill strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.hero-mini-card small,
.caption-pill span {
  color: #9fb0d5;
}

.hero-caption-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.caption-pill {
  backdrop-filter: blur(10px);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.caption-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 215, 154, 0.32);
  box-shadow: 0 16px 38px rgba(6, 16, 36, 0.28);
}

.caption-pill span {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  color: #e6c984;
}

.hero-panel,
.module-mockup,
.benefit-intro-card,
.benefit-card,
.price-card,
.final-cta-card {
  background: linear-gradient(180deg, rgba(14, 31, 63, 0.94), rgba(22, 48, 95, 0.84));
  border: 1px solid var(--landing-border);
  box-shadow: 0 24px 80px rgba(10, 18, 38, 0.24);
  border-radius: 1.8rem;
}

.hero-panel {
  padding: 1.25rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  transform-style: preserve-3d;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.browser-bar span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.browser-address {
  margin-left: 0.65rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #94a3d3;
  font-size: 0.85rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-grid,
.module-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.metric-card,
.module-metric-box {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.metric-card:hover,
.module-metric-box:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(240, 215, 154, 0.2);
}

.metric-card small,
.module-metric-box small {
  display: block;
  color: #95a4d0;
  margin-bottom: 0.4rem;
}

.metric-card strong,
.module-metric-box strong {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.chart-card {
  height: 9rem;
  margin: 1rem 0;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(212, 175, 99, 0.08), rgba(110, 160, 216, 0.04));
  border: 1px solid rgba(212, 175, 99, 0.16);
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  inset: auto 0 1.6rem 0;
  height: 3rem;
  margin: 0 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(110, 160, 216, 0.2) 16%, rgba(212, 175, 99, 0.52) 44%, rgba(245, 224, 168, 0.82) 100%);
  clip-path: polygon(0 90%, 12% 78%, 26% 46%, 40% 52%, 58% 28%, 74% 34%, 88% 16%, 100% 22%, 100% 100%, 0 100%);
}

.hero-list-card,
.module-items {
  display: grid;
  gap: 0.9rem;
}

.hero-list-item,
.module-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-list-item:hover,
.module-item-row:hover {
  transform: translateX(4px);
  border-color: rgba(240, 215, 154, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.hero-list-item span,
.module-item-row span {
  display: block;
  font-weight: 700;
  word-break: break-word;
}

.hero-list-item small,
.module-item-row small {
  display: block;
  color: #97a4cd;
  margin-top: 0.2rem;
}

.hero-list-item em,
.module-item-row em {
  color: #f0d79a;
  font-style: normal;
  font-size: 0.85rem;
  white-space: nowrap;
}

.modules-hero-section {
  padding-top: 3rem;
}

.section-title {
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}

.narrow {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.modules-tabs-wrap {
  background: rgba(13, 22, 46, 0.72);
  border-top: 1px solid rgba(143, 176, 255, 0.1);
  border-bottom: 1px solid rgba(143, 176, 255, 0.1);
}

.modules-tabs-scroll {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  white-space: nowrap;
  padding: 1rem 0;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.modules-tabs-scroll a {
  color: #99a8d4;
  text-decoration: none;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.modules-tabs-scroll a:hover {
  color: #f0d79a;
  transform: translateY(-1px);
}

.modules-tabs-scroll a.is-active {
  color: #f2e2b6;
  border-color: rgba(240, 215, 154, 0.95);
}

.module-row {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(143, 176, 255, 0.08);
  scroll-margin-top: 6rem;
}

.module-row:last-child {
  border-bottom: 0;
}

.module-title {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 0.98;
  margin-bottom: 1rem;
}

.module-mockup {
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.module-mockup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(240, 215, 154, 0.12), transparent 36%);
  pointer-events: none;
}

.module-bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.module-bullets li {
  color: #d7defa;
  margin-bottom: 0.85rem;
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.65;
}

.module-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d8b56a;
}

.benefits-section,
.pricing-section,
.final-cta-section {
  position: relative;
}

.benefit-intro-card,
.benefit-card {
  padding: 2rem;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.benefit-intro-card:hover,
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 215, 154, 0.24);
  box-shadow: 0 28px 68px rgba(8, 18, 36, 0.26);
}

.benefit-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.benefit-card p,
.benefit-intro-card p {
  color: #a0add5;
  margin-bottom: 0;
}

.price-card {
  height: 100%;
  padding: 2rem;
  position: relative;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(240, 215, 154, 0.28);
  box-shadow: 0 34px 82px rgba(7, 16, 33, 0.28);
}

.price-card-featured {
  background: linear-gradient(180deg, rgba(23, 49, 97, 0.96), rgba(16, 36, 73, 0.94));
  border-color: rgba(215, 185, 108, 0.42);
}

.price-badge {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f4dfad, #c99c49);
  color: #14284f;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  margin-bottom: 0.3rem;
}

.price-audience {
  color: #b1bcdf;
}

.price-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1;
  margin: 1.4rem 0 1.2rem;
}

.price-value span {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  color: #b9c4e6;
  margin-left: 0.3rem;
}

.price-card ul,
.landing-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-card li {
  padding: 0.8rem 0;
  color: #dfE6ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.6;
}

.price-card li:last-child {
  margin-bottom: 1.6rem;
}

.final-cta-card {
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.final-cta-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(240, 215, 154, 0.16), transparent 68%);
  pointer-events: none;
}

.trust-ribbon {
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(8, 16, 33, 0.42);
  overflow: hidden;
}

.trust-marquee {
  display: flex;
  gap: 3rem;
  padding: 1rem 0;
  white-space: nowrap;
  min-width: max-content;
  animation: marquee-x 24s linear infinite;
}

.trust-marquee span {
  color: #e8d7aa;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-marquee span::before {
  content: "✦";
  margin-right: 0.9rem;
  color: #7ea7d6;
}

.finder-section {
  position: relative;
}

.finder-card {
  padding: 1.5rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(12, 29, 60, 0.94), rgba(21, 44, 87, 0.86));
  border: 1px solid rgba(215, 185, 108, 0.16);
  box-shadow: 0 24px 70px rgba(8, 18, 36, 0.2);
}

.finder-card-header h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #f7f3ea;
  margin-bottom: 0.5rem;
}

.finder-card-header p,
.finder-results-head,
.finder-result-item p,
.finder-empty-state,
.finder-form-grid label {
  color: #a6b6da;
}

.finder-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.finder-input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #eef2ff;
}

.finder-input:focus {
  outline: none;
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
}

.finder-input::placeholder {
  color: #8ca0cf;
}

.finder-form-grid {
  display: grid;
  gap: 1rem;
}

.finder-form-grid label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.finder-results {
  margin-top: 1.5rem;
}

.finder-results-head {
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
}

.finder-results-list {
  display: grid;
  gap: 0.9rem;
}

.finder-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.finder-result-item h4 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  color: #f6f2e8;
}

.finder-result-item p {
  margin: 0;
}

.finder-result-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.finder-empty-state {
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.final-cta-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 4.1rem);
  margin-bottom: 1rem;
}

.final-cta-card p {
  color: #a8b5dc;
  max-width: 46rem;
  margin: 0 auto;
}

.landing-footer {
  background: rgba(12, 20, 41, 0.75);
  border-top: 1px solid rgba(212, 175, 99, 0.1);
}

.landing-footer h3,
.landing-footer h4 {
  color: #f0f3ff;
}

.footer-brand-logo {
  display: block;
  width: min(24rem, 100%);
  height: auto;
  max-height: 8.5rem;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 1rem;
}

.landing-footer p,
.landing-footer li,
.landing-footer a,
.footer-bottom {
  color: #9eabd4;
  text-decoration: none;
  line-height: 1.7;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(143, 176, 255, 0.08);
}

.py-xl-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.reveal-up,
.reveal-scale,
.reveal-block,
.benefit-card,
.price-card {
  will-change: transform, opacity;
}

.is-pre-reveal {
  opacity: 0;
}

.reveal-up.is-pre-reveal {
  transform: translateY(24px);
}

.reveal-scale.is-pre-reveal {
  transform: scale(0.96);
}

.reveal-block.is-pre-reveal,
.benefit-card.is-pre-reveal,
.price-card.is-pre-reveal {
  transform: translateY(36px);
}

.is-visible {
  opacity: 1;
  transform: none !important;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.gsap-card-hover {
  transform-style: preserve-3d;
}

@media (prefers-reduced-motion: reduce) {
  .landing-body *,
  .landing-body *::before,
  .landing-body *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.delay-1 {
  transition-delay: 100ms;
}

.delay-2 {
  transition-delay: 180ms;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(215, 181, 106, 0.55); }
  70% { box-shadow: 0 0 0 14px rgba(215, 181, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(215, 181, 106, 0); }
}

@keyframes marquee-x {
  from { transform: translateX(0); }
  to { transform: translateX(-35%); }
}

@media (max-width: 991.98px) {
  .landing-nav .navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(10, 20, 42, 0.86);
    border: 1px solid rgba(215, 185, 108, 0.12);
  }

  .landing-nav .navbar-nav {
    padding-bottom: 0.6rem;
  }

  .landing-nav .nav-link {
    padding: 0.7rem 0;
  }

  .hero-panel-wrap {
    padding: 1rem 0 0;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .floating-note {
    position: static;
    margin-bottom: 1rem;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  .hero-caption-strip {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: 11ch;
  }

  .metric-grid,
  .module-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-nav .navbar-collapse {
    padding-top: 1rem;
  }

  .module-row {
    padding: 3.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .landing-body .container,
  .landing-body .container-fluid {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .hero-section {
    padding-top: 1.6rem;
  }

  .hero-title {
    font-size: clamp(3.1rem, 15vw, 4.4rem);
    line-height: 0.94;
    max-width: none;
  }

  .hero-text,
  .section-text,
  .module-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-meta {
    gap: 0.7rem 1rem;
    font-size: 0.83rem;
  }

  .hero-meta span::after {
    display: none;
  }

  .hero-panel,
  .module-mockup,
  .benefit-intro-card,
  .benefit-card,
  .price-card,
  .final-cta-card {
    border-radius: 1.35rem;
  }

  .hero-panel {
    padding: 1rem;
  }

  .caption-pill {
    padding: 0.95rem;
    border-radius: 1rem;
  }

  .caption-pill strong {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .caption-pill span {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .browser-bar {
    gap: 0.35rem;
    align-items: center;
  }

  .browser-address {
    font-size: 0.75rem;
    padding: 0.45rem 0.7rem;
  }

  .metric-grid,
  .module-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .metric-card,
  .module-metric-box {
    padding: 0.85rem;
  }

  .metric-card strong,
  .module-metric-box strong {
    font-size: 1.6rem;
  }

  .chart-card {
    height: 7rem;
  }

  .hero-list-item,
  .module-item-row {
    padding: 0.85rem;
    align-items: flex-start;
  }

  .hero-list-item em,
  .module-item-row em {
    font-size: 0.76rem;
  }

  .modules-hero-section {
    padding-top: 1.5rem;
  }

  .section-title {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
    line-height: 0.98;
  }

  .modules-tabs-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modules-tabs-scroll {
    gap: 1rem;
    padding: 0.9rem 1.1rem;
  }

  .modules-tabs-scroll a {
    font-size: 0.88rem;
  }

  .module-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .module-bullets li {
    font-size: 0.95rem;
  }

  .benefit-card h3 {
    font-size: 1.75rem;
  }

  .price-card {
    padding: 1.45rem;
  }

  .price-value {
    font-size: 3.2rem;
  }

  .final-cta-card {
    padding: 2rem 1.2rem;
  }

  .final-cta-card h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 0.98;
  }

  .landing-footer {
    text-align: left;
  }

  .landing-footer .row > div {
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 575.98px) {
  .landing-brand {
    font-size: 1rem;
    max-width: 13rem;
    white-space: normal;
    line-height: 1.1;
  }

  .landing-brand-logo {
    width: 11rem;
    min-height: 3rem;
    padding: 0;
  }

  .landing-brand-logo img {
    height: 3rem;
  }

  .auth-brand-logo,
  .footer-brand-logo {
    max-height: 6.5rem;
  }

  .hero-kicker,
  .module-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .hero-title {
    font-size: 2.9rem;
  }

  .section-title {
    font-size: 2.45rem;
  }

  .metric-grid,
  .module-metrics {
    grid-template-columns: 1fr;
  }

  .hero-mini-grid {
    margin-top: 1.25rem;
  }

  .hero-mini-card,
  .caption-pill {
    padding: 0.9rem;
  }

  .hero-list-item,
  .module-item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .hero-list-item em,
  .module-item-row em {
    white-space: normal;
  }

  .trust-marquee {
    gap: 1.8rem;
    animation-duration: 18s;
  }

  .trust-marquee span {
    font-size: 0.76rem;
  }

  .module-row {
    padding: 3rem 0;
  }

  .price-badge {
    font-size: 0.68rem;
    padding: 0.32rem 0.7rem;
  }

  .footer-bottom {
    font-size: 0.82rem;
  }
}

.dashboard-body {
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 99, 0.12), transparent 24%),
    radial-gradient(circle at 100% 100%, rgba(110, 160, 216, 0.14), transparent 28%),
    linear-gradient(180deg, #10264b 0%, #0d1e3a 100%);
  color: #eef2ff;
}

.dashboard-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.dashboard-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 1.5rem;
  background: rgba(7, 16, 33, 0.72);
  border-right: 1px solid rgba(215, 185, 108, 0.1);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
}

.dashboard-brand-wrap {
  margin-bottom: 2rem;
}

.dashboard-brand {
  display: inline-block;
  color: #f5f6ff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-decoration: none;
}

.dashboard-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14.2rem;
  min-height: 4.55rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.dashboard-brand-logo img {
  display: block;
  width: 100%;
  max-height: 4.65rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.public-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  min-height: 3.4rem;
  padding: 0;
  background: transparent;
}

.public-brand-logo img {
  display: block;
  width: 100%;
  max-height: 3.35rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.14));
}

.dashboard-user-role,
.dashboard-topbar-kicker {
  color: #9fb0d5;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-brand-subtitle {
  margin-top: 0.95rem;
  color: #b8c8ef;
  font-size: 0.82rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-nav {
  display: grid;
  gap: 0.5rem;
}

.dashboard-nav-link {
  color: #dfe6ff;
  text-decoration: none;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: all 200ms ease;
}

.dashboard-nav-link:hover,
.dashboard-nav-link.is-active {
  color: #0f2247;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  border-color: rgba(240, 215, 154, 0.34);
}

.dashboard-sidebar-footer {
  margin-top: auto;
}

.dashboard-user-card {
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-user-name,
.dashboard-topbar-title {
  font-weight: 700;
  color: #f3f5ff;
}

.dashboard-content-wrap {
  min-width: 0;
  padding: 1.5rem;
}

.dashboard-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dashboard-main {
  min-width: 0;
}

.dashboard-alert {
  border: 0;
  border-radius: 1rem;
}

.dashboard-section-card,
.dashboard-stat-card,
.dashboard-card,
.dashboard-panel-card,
.dashboard-table-card,
.dashboard-form-card {
  background: linear-gradient(180deg, rgba(14, 31, 63, 0.94), rgba(22, 48, 95, 0.84));
  border: 1px solid rgba(215, 185, 108, 0.14);
  box-shadow: 0 24px 80px rgba(10, 18, 38, 0.24);
  border-radius: 1.5rem;
}

.dashboard-page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.95;
  margin-bottom: 0.35rem;
  color: #f6f2e8;
}

.dashboard-page-subtitle,
.dashboard-muted,
.dashboard-table .text-muted,
.dashboard-form-card .form-text,
.dashboard-stat-label {
  color: #9fb0d5 !important;
}

.dashboard-stat-card {
  padding: 1.25rem;
  height: 100%;
}

.dashboard-stat-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #f3dfb1;
}

.dashboard-section-card {
  padding: 1.5rem;
}

.process-metric-card {
  display: flex;
  min-height: 8rem;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 1.25rem;
  text-decoration: none;
  color: #eef2ff;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.process-metric-card:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: rgba(243, 223, 177, 0.22);
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.055);
}

.process-metric-card span {
  color: #b8c5e8;
  font-size: 0.9rem;
  line-height: 1.35;
}

.process-metric-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 0.9;
  color: #f3dfb1;
}

.kanban-board {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(19rem, 22rem);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scroll-snap-type: x proximity;
}

.kanban-filter-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(215, 185, 108, 0.14);
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(14, 31, 63, 0.88), rgba(12, 28, 59, 0.72));
}

.kanban-header-actions {
  align-items: center;
}

.kanban-header-actions .btn {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.35rem;
  line-height: 1;
}

.kanban-filter-card h2 {
  color: #f6f2e8;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.kanban-filter-card p {
  color: #9fb0d5;
  margin-bottom: 0;
}

.kanban-period-form {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  align-items: end;
  gap: 0.75rem;
  min-width: min(100%, 25rem);
}

.kanban-period-form label {
  grid-column: 1 / -1;
  color: #dfe6ff;
  font-size: 0.9rem;
  margin-bottom: -0.35rem;
}

.kanban-period-form .form-select {
  background-color: rgba(18, 43, 88, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef2ff;
}

.kanban-column {
  min-height: 32rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(215, 185, 108, 0.14);
  background: linear-gradient(180deg, rgba(14, 31, 63, 0.88), rgba(12, 28, 59, 0.72));
  box-shadow: 0 24px 70px rgba(10, 18, 38, 0.2);
  overflow: hidden;
  scroll-snap-align: start;
}

.kanban-column-terminal {
  opacity: 0.78;
  background: linear-gradient(180deg, rgba(14, 31, 63, 0.72), rgba(10, 23, 49, 0.62));
}

.kanban-column-terminal:hover {
  opacity: 1;
}

.kanban-column-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.1), transparent 40%),
    rgba(255, 255, 255, 0.025);
}

.kanban-column-header span {
  display: block;
  color: #9fb0d5;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.kanban-column-header strong {
  color: #f6f2e8;
  font-size: 1rem;
  line-height: 1.25;
}

.kanban-column-header small {
  display: inline-flex;
  margin-top: 0.45rem;
  color: #9fb0d5;
  font-size: 0.78rem;
}

.kanban-column-header em {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-style: normal;
  color: #14264a;
  font-weight: 800;
  background: linear-gradient(135deg, #f3dfb1, #d1ab5b);
}

.kanban-column-body {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.kanban-card {
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at top left, rgba(85, 139, 219, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.kanban-card-head,
.kanban-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.kanban-card-head a {
  color: #f3dfb1;
  font-weight: 800;
  text-decoration: none;
}

.kanban-card-head span,
.kanban-card-meta,
.kanban-last-note span {
  color: #9fb0d5;
  font-size: 0.84rem;
}

.kanban-card h2 {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0.75rem 0 0.6rem;
}

.kanban-last-note {
  margin: 0.9rem 0;
  padding: 0.8rem;
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.055);
}

.kanban-last-note strong,
.kanban-move-form label {
  display: block;
  color: #dfe6ff;
  font-size: 0.84rem;
  margin-bottom: 0.35rem;
}

.kanban-last-note p {
  color: #eef2ff;
  line-height: 1.45;
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
}

.kanban-move-form {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.kanban-move-form .form-control,
.kanban-move-form .form-select {
  background-color: rgba(18, 43, 88, 0.96) !important;
  border-color: rgba(243, 223, 177, 0.14) !important;
  color: #f7f9ff !important;
  caret-color: #f3dfb1;
}

.kanban-move-form .form-control::placeholder {
  color: #b8c7ee !important;
  opacity: 1;
}

.kanban-move-form .form-control:focus,
.kanban-move-form .form-select:focus {
  background-color: rgba(22, 52, 104, 0.98) !important;
  border-color: rgba(243, 223, 177, 0.48) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 223, 177, 0.14);
}

.kanban-move-form .form-select option {
  color: #13264c;
  background: #ffffff;
}

.kanban-empty {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: #9fb0d5;
  text-align: center;
}

.dashboard-table-card,
.dashboard-form-card,
.dashboard-panel-card,
.dashboard-card {
  padding: 1.5rem;
}

.dashboard-table {
  --bs-table-bg: transparent;
  --bs-table-color: #e9eeff;
  --bs-table-border-color: rgba(255, 255, 255, 0.06);
  margin-bottom: 0;
}

.dashboard-table thead th {
  color: #aab7dc;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom-width: 1px;
}

.dashboard-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.dashboard-table a {
  color: #f3dfb1;
  text-decoration: none;
}

.dashboard-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  background: rgba(243, 223, 177, 0.12);
  color: #f3dfb1;
  border: 1px solid rgba(243, 223, 177, 0.14);
}

.dashboard-form-card label,
.dashboard-panel-card label {
  display: block;
  margin-bottom: 0.45rem;
  color: #dfe6ff;
  font-size: 0.92rem;
}

.dashboard-form-card .form-control,
.dashboard-form-card .form-select,
.dashboard-panel-card .form-control,
.dashboard-panel-card .form-select,
.dashboard-form-card .input-group-text,
.dashboard-panel-card .input-group-text {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef2ff;
}

.dashboard-form-card .form-control::placeholder,
.dashboard-panel-card .form-control::placeholder {
  color: #8ca0cf;
}

.dashboard-body .form-select,
.dashboard-body select {
  color: #eef2ff;
  background-color: rgba(18, 43, 88, 0.92);
}

.dashboard-body .form-select option,
.dashboard-body select option {
  color: #14264a;
  background-color: #ffffff;
}

.dashboard-body .form-select option:checked,
.dashboard-body select option:checked {
  color: #0f2247;
  background-color: #f1cf96;
}

.dashboard-form-card .form-control:focus,
.dashboard-form-card .form-select:focus,
.dashboard-panel-card .form-control:focus,
.dashboard-panel-card .form-select:focus {
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
}

.dashboard-kv {
  display: grid;
  gap: 0.9rem;
}

.dashboard-kv-item {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.dashboard-kv-item strong {
  display: block;
  color: #f3dfb1;
  margin-bottom: 0.25rem;
}

.process-current-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.15rem 0;
}

.process-current-card > div,
.process-timeline-content {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.035);
}

.process-current-card > div {
  padding: 1rem;
}

.process-current-card span,
.process-timeline-meta,
.process-timeline-head span,
.process-timeline-empty {
  color: #9fb0d5;
  font-size: 0.86rem;
}

.process-current-card span {
  display: block;
  margin-bottom: 0.35rem;
}

.process-current-card strong,
.process-timeline-head strong {
  color: #f3dfb1;
}

.process-current-note {
  grid-column: 1 / -1;
}

.process-movement-form {
  margin: 1.25rem 0;
  padding: 1.15rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(243, 223, 177, 0.14);
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.08), transparent 34%),
    rgba(7, 18, 39, 0.28);
}

.process-form-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.process-form-title strong {
  color: #f6f2e8;
  font-size: 1rem;
}

.process-form-title span {
  color: #9fb0d5;
  font-size: 0.88rem;
}

.process-movement-form label {
  color: #dfe6ff;
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
}

.process-movement-form .form-control,
.process-movement-form .form-select {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef2ff;
}

.process-movement-form .form-control:focus,
.process-movement-form .form-select:focus {
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
}

.process-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.process-readonly-note,
.kanban-readonly-note {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  color: #b8c5e8;
  background: rgba(255, 255, 255, 0.035);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.process-timeline {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.process-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.8rem;
}

.process-timeline-item::before {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 1.2rem;
  bottom: -1rem;
  width: 1px;
  background: rgba(243, 223, 177, 0.16);
}

.process-timeline-item:last-child::before {
  display: none;
}

.process-timeline-marker {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  box-shadow: 0 0 0 0.35rem rgba(243, 223, 177, 0.1);
}

.process-timeline-content {
  padding: 0.95rem 1rem;
}

.process-timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.process-timeline-content p {
  margin: 0.5rem 0 0;
  color: #e9eeff;
  line-height: 1.55;
}

.dashboard-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.dashboard-pdf-button {
  width: 3.35rem;
  min-width: 3.35rem;
  height: 3.35rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
}

.wedding-filter-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    linear-gradient(180deg, rgba(17, 39, 79, 0.92), rgba(20, 49, 98, 0.86));
  border: 1px solid rgba(243, 223, 177, 0.18);
  box-shadow: 0 18px 52px rgba(6, 18, 42, 0.22);
}

.wedding-filter-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -45% auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(243, 223, 177, 0.16), transparent 68%);
}

.wedding-filter-card > * {
  position: relative;
  z-index: 1;
}

.wedding-filter-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wedding-filter-header h2 {
  margin: 0 0 0.25rem;
  color: #f7f1df;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.wedding-filter-header p {
  max-width: 640px;
  margin: 0;
  color: #aebce0;
}

.wedding-filter-counter {
  min-width: 112px;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(243, 223, 177, 0.16);
}

.wedding-filter-counter strong {
  display: block;
  color: #f3dfb1;
  font-family: "Manrope", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.wedding-filter-counter span {
  display: block;
  margin-top: 0.35rem;
  color: #aebce0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wedding-filter-form {
  margin: 0;
}

.wedding-filter-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: #e8edff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wedding-filter-field .form-control,
.wedding-filter-field .form-select {
  min-height: 2.9rem;
  border-radius: 0.85rem;
  background-color: rgba(246, 249, 255, 0.96);
  border: 1px solid rgba(215, 185, 108, 0.2);
  color: #14264a;
  font-weight: 650;
  box-shadow: 0 10px 22px rgba(4, 12, 28, 0.1);
}

.wedding-filter-field .form-control::placeholder {
  color: #7184a8;
}

.wedding-filter-field .form-control:focus,
.wedding-filter-field .form-select:focus {
  background-color: #ffffff;
  border-color: rgba(243, 223, 177, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
}

.wedding-filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding-top: 0.1rem;
}

.wedding-filter-actions .btn {
  min-width: 132px;
}

.saas-create-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(243, 223, 177, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(14, 31, 63, 0.94), rgba(22, 48, 95, 0.86));
  border: 1px solid rgba(215, 185, 108, 0.16);
  box-shadow: 0 24px 80px rgba(10, 18, 38, 0.24);
}

.saas-create-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(100, 146, 224, 0.18), transparent 68%);
  pointer-events: none;
}

.saas-create-card > * {
  position: relative;
  z-index: 1;
}

.saas-create-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.saas-create-hero h2 {
  margin: 0 0 0.45rem;
  color: #f7f1df;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 0.96;
}

.saas-create-hero p,
.saas-create-note span,
.saas-form-section-title p,
.saas-create-actions span {
  color: #aebce0;
}

.saas-create-hero p {
  max-width: 720px;
  margin: 0;
}

.saas-create-note {
  max-width: 280px;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(243, 223, 177, 0.16);
}

.saas-create-note strong {
  display: block;
  color: #f3dfb1;
  margin-bottom: 0.25rem;
}

.saas-create-form {
  display: grid;
  gap: 1rem;
}

.saas-form-section {
  padding: 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.saas-form-section-title {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.saas-form-section-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  color: #122448;
  font-weight: 900;
  font-size: 0.82rem;
}

.saas-form-section-title h3 {
  margin: 0 0 0.2rem;
  color: #f6f2e8;
  font-size: 1.05rem;
  font-weight: 800;
}

.saas-form-section-title p {
  margin: 0;
  font-size: 0.92rem;
}

.saas-create-form label {
  display: block;
  margin-bottom: 0.4rem;
  color: #e8edff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-create-form .form-control,
.saas-create-form .form-select {
  min-height: 2.95rem;
  border-radius: 0.9rem;
  background-color: rgba(246, 249, 255, 0.96);
  border: 1px solid rgba(215, 185, 108, 0.18);
  color: #14264a;
  font-weight: 650;
  box-shadow: 0 10px 24px rgba(4, 12, 28, 0.12);
}

.saas-create-form .form-control:focus,
.saas-create-form .form-select:focus {
  background-color: #ffffff;
  border-color: rgba(243, 223, 177, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.14);
}

.saas-create-form .form-control-color {
  width: 100%;
  padding: 0.45rem;
}

.saas-toggle-field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.95rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #f4f7ff;
  font-weight: 700;
}

.saas-toggle-field .form-check-input {
  margin: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-color: rgba(243, 223, 177, 0.45);
}

.saas-form-alert,
.saas-create-form .errorlist {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 99, 99, 0.12);
  border: 1px solid rgba(255, 150, 150, 0.24);
  color: #ffd0d0;
  font-size: 0.9rem;
}

.saas-create-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}

@media (max-width: 991.98px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(215, 185, 108, 0.1);
  }

  .dashboard-content-wrap {
    padding: 1rem;
  }

  .dashboard-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .wedding-filter-header {
    flex-direction: column;
  }

  .wedding-filter-counter {
    width: 100%;
    text-align: left;
  }

  .wedding-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wedding-filter-field.field-wide {
    grid-column: 1 / -1;
  }

  .kanban-board {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .kanban-column {
    min-height: auto;
  }

  .kanban-filter-card,
  .kanban-period-form {
    grid-template-columns: 1fr;
  }

  .saas-create-hero,
  .saas-create-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .saas-create-note {
    max-width: none;
  }
}

.dashboard-topbar-actions,
.dashboard-copy-group,
.dashboard-form-fields p {
  margin-bottom: 0;
}

.dashboard-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dashboard-copy-group .form-control {
  min-height: 3.25rem;
}

.dashboard-copy-group .btn {
  min-width: 140px;
}

.dashboard-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(243, 223, 177, 0.3), transparent);
}

.dashboard-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.6rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: #f3dfb1;
  background: rgba(243, 223, 177, 0.08);
  border: 1px solid rgba(243, 223, 177, 0.14);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-section-label::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #d1ab5b;
  box-shadow: 0 0 0 4px rgba(209, 171, 91, 0.12);
}

.dashboard-field-card {
  min-width: 0;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-field-card label {
  display: block;
  margin-bottom: 0.45rem;
  color: #e8edff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-field-card .form-control,
.dashboard-field-card textarea,
.dashboard-field-card input,
.dashboard-field-card select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.dashboard-field-card textarea.form-control {
  min-height: 7.2rem;
  max-height: 12rem;
  line-height: 1.55;
  resize: vertical;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.dashboard-field-card .form-text {
  color: #aebce0;
  margin-top: 0.45rem;
}

.dashboard-upload-card {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: 1rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(8, 22, 48, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-upload-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-upload-head label {
  display: block;
  margin-bottom: 0.25rem;
  color: #f3dfb1;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dashboard-upload-head p {
  margin: 0;
  color: #aebce0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.dashboard-upload-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1rem;
  border-radius: 0.9rem;
  background:
    radial-gradient(circle at top, rgba(243, 223, 177, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.075);
  overflow: hidden;
}

.dashboard-upload-preview img {
  display: block;
  max-width: 100%;
  max-height: 8.5rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.dashboard-upload-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  border-radius: 0.9rem;
  color: #9fb0d5;
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.14);
}

.dashboard-upload-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.035);
  color: #c8d4f3;
  font-size: 0.9rem;
}

.dashboard-upload-current a {
  color: #f3dfb1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dashboard-upload-current a:hover {
  color: #fff0c9;
  text-decoration: underline;
}

.dashboard-clear-option {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0;
  color: #c8d4f3;
  font-size: 0.9rem;
}

.dashboard-clear-option input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.dashboard-upload-card input[type="file"].form-control {
  min-height: 2.95rem;
  border-radius: 0.85rem;
  background-color: rgba(246, 249, 255, 0.96);
  border-color: rgba(215, 185, 108, 0.18);
  color: #14264a;
}

.privacy-card-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-request-form {
  padding: 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #e8edff;
  font-size: 0.78rem;
  font-weight: 850;
}

.privacy-field .form-control,
.privacy-field .form-select {
  width: 100%;
  min-height: 2.85rem;
  border-radius: 0.85rem;
  background-color: rgba(246, 249, 255, 0.96);
  border: 1px solid rgba(215, 185, 108, 0.18);
  color: #14264a;
  box-shadow: 0 10px 24px rgba(4, 12, 28, 0.08);
}

.privacy-field textarea.form-control {
  min-height: 7rem;
  resize: vertical;
}

.privacy-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.privacy-request-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.privacy-request-item,
.privacy-empty-state {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-request-item-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.4rem;
}

.privacy-request-item-head strong,
.privacy-empty-state strong {
  display: block;
  color: #f6f2e8;
}

.privacy-request-item-head span,
.privacy-request-date,
.privacy-empty-state span {
  display: block;
  color: #aebce0;
}

.privacy-request-item-head em {
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  color: #13254b;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.privacy-empty-state {
  display: grid;
  gap: 0.25rem;
}

.dashboard-settings-form .form-check-input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  margin-left: 0;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.04);
}

.dashboard-settings-form .form-check-input:checked {
  background-color: #d1ab5b;
  border-color: #d1ab5b;
}

.dashboard-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  width: 100%;
  min-height: 3.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-check .form-check-label {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.35;
}

.public-check-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(32, 58, 102, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.public-check-card .form-check-input {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
  margin-left: 0;
  border-color: rgba(33, 71, 128, 0.35);
}

.public-check-card .form-check-input:checked {
  background-color: #2f5fa7;
  border-color: #2f5fa7;
}

.public-check-card .form-check-label {
  margin: 0;
  color: #1d2f4f;
  font-weight: 600;
  line-height: 1.45;
}

.dashboard-form-fields {
  display: grid;
  gap: 1rem;
}

.dashboard-form-fields p {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-form-fields label {
  display: block;
  margin-bottom: 0.45rem;
  color: #dfe6ff;
  font-size: 0.92rem;
}

.dashboard-form-fields input,
.dashboard-form-fields textarea,
.dashboard-form-fields select {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef2ff;
  border-radius: 0.95rem;
  padding: 0.8rem 0.95rem;
}

.dashboard-form-fields textarea {
  min-height: 120px;
}

.dashboard-form-fields input:focus,
.dashboard-form-fields textarea:focus,
.dashboard-form-fields select:focus {
  outline: none;
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
}

.dashboard-form-fields .helptext {
  display: block;
  margin-top: 0.45rem;
  color: #9fb0d5;
  font-size: 0.86rem;
}

.dashboard-form-fields ul.errorlist {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
  color: #ffb8b8;
  font-size: 0.9rem;
}

.dashboard-card h2,
.dashboard-form-card h2,
.dashboard-panel-card h2,
.dashboard-table-card h2 {
  color: #f4f0e6;
}

.dashboard-card .btn-outline-light,
.dashboard-form-card .btn-outline-light,
.dashboard-topbar .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.16);
}

.dashboard-card .btn-outline-light:hover,
.dashboard-form-card .btn-outline-light:hover,
.dashboard-topbar .btn-outline-light:hover {
  color: #0f2247;
  background: linear-gradient(135deg, #f3dfb1 0%, #d1ab5b 100%);
  border-color: rgba(243, 223, 177, 0.35);
}

@media (max-width: 767.98px) {
  .dashboard-page-title {
    line-height: 1.02;
  }

  .dashboard-table-card,
  .dashboard-form-card,
  .dashboard-panel-card,
  .dashboard-card,
  .dashboard-stat-card {
    padding: 1.15rem;
    border-radius: 1.25rem;
  }

  .dashboard-copy-group {
    flex-direction: column;
  }

  .dashboard-copy-group .btn {
    width: 100%;
  }

  .wedding-filter-card {
    padding: 1.1rem;
    border-radius: 1.25rem;
  }

  .wedding-filter-form {
    grid-template-columns: 1fr;
  }

  .wedding-filter-actions {
    flex-direction: column;
  }

  .wedding-filter-actions .btn {
    width: 100%;
  }

  .saas-create-card {
    padding: 1.1rem;
    border-radius: 1.25rem;
  }

  .saas-form-section {
    padding: 1rem;
  }

  .saas-form-section-title {
    flex-direction: column;
  }

  .saas-create-actions .btn {
    width: 100%;
  }
}

.auth-shell {
  padding: 2.5rem 0 1rem;
}

.auth-shell-narrow {
  max-width: 980px;
  margin: 0 auto;
}

.auth-panel {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(215, 185, 108, 0.14);
  box-shadow: 0 24px 80px rgba(10, 18, 38, 0.18);
}

.auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.12), transparent 32%),
    radial-gradient(circle at bottom left, rgba(91, 132, 220, 0.14), transparent 34%);
}

.auth-panel > * {
  position: relative;
  z-index: 1;
}

.auth-panel-brand {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(11, 28, 61, 0.96), rgba(16, 39, 82, 0.92));
}

.auth-brand-logo {
  display: block;
  width: min(26rem, 100%);
  max-height: 9rem;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 1.75rem;
}

.auth-panel-form {
  background: linear-gradient(180deg, rgba(14, 31, 63, 0.94), rgba(22, 48, 95, 0.84));
}

.auth-title,
.auth-form-title {
  font-family: "Cormorant Garamond", serif;
  color: #f6f2e8;
}

.auth-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}

.auth-form-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  margin-bottom: 0.75rem;
}

.auth-kicker,
.auth-subtitle,
.auth-form-subtitle,
.auth-inline-link {
  color: #9fb0d5;
}

.auth-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.auth-subtitle,
.auth-form-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 56ch;
}

.auth-feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.auth-feature-item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.auth-feature-item strong {
  display: block;
  color: #f3dfb1;
  margin-bottom: 0.35rem;
}

.auth-feature-item span {
  color: #dfe6ff;
  line-height: 1.6;
}

.auth-form-grid {
  display: grid;
  gap: 1rem;
}

.auth-field-wrap {
  display: flex;
  flex-direction: column;
}

.auth-form-grid label {
  display: block;
  margin-bottom: 0.45rem;
  color: #dfe6ff;
  font-size: 0.92rem;
}

.auth-input {
  min-height: 3.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eef2ff;
  border-radius: 1rem;
}

.auth-input::placeholder {
  color: #8ca0cf;
}

.auth-input-readonly {
  background: rgba(255, 255, 255, 0.025);
  color: #cfd8f5;
}

.auth-field-wrap.has-error .auth-input,
.auth-field-wrap.has-error .auth-input:focus {
  border-color: rgba(255, 138, 138, 0.52);
  box-shadow: 0 0 0 0.25rem rgba(255, 138, 138, 0.12);
}

.auth-input:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(243, 223, 177, 0.12);
  color: #eef2ff;
}

.auth-inline-link {
  text-decoration: none;
  font-size: 0.92rem;
}

.auth-inline-link:hover {
  color: #f3dfb1;
}

.auth-submit {
  min-height: 3.25rem;
  font-weight: 600;
}

.auth-field-error,
.auth-error-box,
.auth-field-hint {
  color: #ffd1d1;
  font-size: 0.9rem;
}

.auth-field-error {
  margin-top: 0.45rem;
}

.auth-field-hint {
  margin-top: 0.45rem;
  color: #9fb0d5;
}

.auth-error-box {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(163, 34, 34, 0.2);
  border: 1px solid rgba(255, 138, 138, 0.22);
}

.auth-error-box ul {
  margin: 0;
  padding-left: 1rem;
}

.auth-error-summary {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(128, 23, 23, 0.26);
  border: 1px solid rgba(255, 138, 138, 0.26);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.auth-error-summary strong {
  color: #ffe2e2;
}

.auth-error-summary span {
  color: #ffd1d1;
  font-size: 0.92rem;
}

.auth-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.signup-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.signup-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 8.75rem;
  padding: 1.15rem 1.15rem 1.15rem 3rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.signup-plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(243, 223, 177, 0.14), transparent 38%),
    radial-gradient(circle at bottom left, rgba(107, 147, 236, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.signup-plan-card:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 223, 177, 0.28);
  box-shadow: 0 14px 34px rgba(7, 14, 30, 0.22);
}

.signup-plan-card:hover::before {
  opacity: 1;
}

.signup-plan-card input {
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #d7b96c;
}

.signup-plan-card:has(input:checked) {
  background: rgba(17, 43, 88, 0.84);
  border-color: rgba(243, 223, 177, 0.42);
  box-shadow: 0 18px 42px rgba(9, 17, 35, 0.28);
}

.signup-plan-card:has(input:checked)::before {
  opacity: 1;
}

.signup-plan-title {
  position: relative;
  z-index: 1;
  display: block;
  color: #f6f2e8;
  font-weight: 700;
  font-size: 1.02rem;
}

.signup-plan-card small {
  position: relative;
  z-index: 1;
  display: block;
  color: #9fb0d5;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .auth-shell {
    padding-top: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .auth-panel {
    padding: 1.35rem;
    border-radius: 1.35rem;
  }

  .auth-actions {
    flex-direction: column;
  }

  .auth-actions .btn,
  .auth-submit {
    width: 100%;
  }

  .signup-plan-grid {
    grid-template-columns: 1fr;
  }
}

.dashboard-topbar {
  padding: 1.35rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(212, 175, 99, 0.14);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 99, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(13, 28, 58, 0.95), rgba(18, 39, 80, 0.88));
  box-shadow: 0 24px 60px rgba(8, 16, 34, 0.22);
}

.dashboard-topbar-copy {
  min-width: 0;
}

.dashboard-topbar-title-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
}

.dashboard-topbar-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  color: #f7f4ec;
}

.dashboard-topbar-subtitle {
  max-width: 48rem;
  color: #9fb0d5;
  line-height: 1.7;
}

.dashboard-topbar-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #f1dfb5;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.dashboard-topbar-primary,
.dashboard-topbar-secondary {
  min-height: 2.9rem;
  padding: 0.72rem 1rem;
  border-radius: 0.95rem;
  font-weight: 600;
}

.dashboard-topbar-primary {
  color: #163866;
  border: 0;
  background: linear-gradient(135deg, #f3dfb1 0%, #d4af63 100%);
  box-shadow: 0 12px 26px rgba(212, 175, 99, 0.22);
}

.dashboard-topbar-primary:hover,
.dashboard-topbar-primary:focus {
  color: #10264b;
  background: linear-gradient(135deg, #f5e8c7 0%, #ddb872 100%);
}

.dashboard-topbar-secondary {
  color: #eaf0ff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-topbar-secondary:hover,
.dashboard-topbar-secondary:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 991.98px) {
  .dashboard-topbar {
    padding: 1.1rem 1.15rem;
  }

  .dashboard-topbar-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .dashboard-topbar-title-row {
    gap: 0.65rem;
  }

  .dashboard-topbar-actions {
    width: 100%;
  }

  .dashboard-topbar-primary,
  .dashboard-topbar-secondary {
    width: 100%;
    justify-content: center;
  }
}
