@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f3efe7;
  --bg-strong: #ede6da;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-tinted: rgba(235, 247, 243, 0.92);
  --ink: #172128;
  --ink-soft: #41505b;
  --ink-muted: #6c7a84;
  --line: rgba(23, 33, 40, 0.12);
  --line-strong: rgba(23, 33, 40, 0.2);
  --accent: #0e6a5a;
  --accent-strong: #09483d;
  --accent-soft: #d9efe8;
  --accent-glow: rgba(14, 106, 90, 0.18);
  --gold: #bb8b4a;
  --gold-soft: rgba(187, 139, 74, 0.14);
  --danger: #a3483f;
  --success: #18775b;
  --shadow-lg: 0 28px 70px rgba(30, 41, 48, 0.12);
  --shadow-md: 0 16px 40px rgba(30, 41, 48, 0.1);
  --shadow-sm: 0 10px 28px rgba(30, 41, 48, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --page-width: 1260px;
  --home-sticky-top: 108px;
  --floating-cta-bottom: 70px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(14, 106, 90, 0.08), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(187, 139, 74, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 24%),
    linear-gradient(90deg, rgba(23, 33, 40, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(23, 33, 40, 0.03) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, auto, 80px 80px, 80px 80px, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.4), transparent 30%),
    radial-gradient(circle at 78% 0%, rgba(14, 106, 90, 0.08), transparent 34%);
  opacity: 0.9;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
  color: var(--ink);
}

p,
ul,
ol {
  margin: 0;
}

ul {
  padding-left: 1.1rem;
}

.app-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-content {
  flex: 1;
}

.page {
  position: relative;
  width: min(var(--page-width), calc(100vw - 40px));
  margin: 0 auto;
  padding: 44px 0 96px;
}

.page.home-page {
  width: min(calc(100% - 24px), calc(100vw - 24px));
  max-width: none;
  padding-bottom: 88px;
}

.page.home-page > .section:not(:first-child) {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.section-hero-home .hero-grid {
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 83, 127, 0.12), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(14, 106, 90, 0.18), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 242, 0.96));
}

.home-page .hero-grid-single .hero-left {
  max-width: 1120px;
  justify-items: start;
  text-align: left;
}

.home-page .hero-grid-single .hero-copy-block,
.home-page .hero-grid-single .hero-action-block {
  justify-items: start;
}

.home-page .hero-grid-single .hero-actions {
  justify-content: flex-start;
}

.home-page .hero-title {
  width: 100%;
  max-width: none;
  font-size: clamp(3.6rem, 7.6vw, 7rem);
}

.home-page .hero-sub-strong {
  max-width: 860px;
  font-size: clamp(1.12rem, 1.9vw, 1.4rem);
}

.page > .section:not(:first-child) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.section {
  margin-bottom: 34px;
}

.section-title,
.hero-title {
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 0.96;
}

.section-sub,
.hero-sub,
.step-copy,
.value-copy,
.dashboard-cell,
.footer-note,
.legal-note,
.auth-step-copy,
.auth-proof-meta,
.card-meta,
.history-meta,
.lock-copy,
.muted,
.status-note,
.plan-list,
.benefit-list {
  color: var(--ink-soft);
  line-height: 1.65;
}

.section-sub strong,
.hero-sub strong,
.step-copy strong,
.card-meta strong,
.auth-card-title strong,
.pricing-footnote-item strong,
.plan-list strong {
  color: var(--ink);
  font-weight: 800;
}

.eyebrow,
.card-label,
.metric-label,
.dashboard-title,
.proof-label,
.auth-proof-title,
.auth-proof-label,
.footer-brand,
.status-label,
.option-tag,
.lang-trigger,
.brand-tagline {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.card-label,
.auth-proof-title,
.footer-brand,
.option-tag {
  color: var(--accent);
}

.section-divider {
  height: 1px;
  margin: 44px 0 40px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.instagram-gradient {
  background: linear-gradient(135deg, #f58529 0%, #feda77 18%, #dd2a7b 48%, #8134af 74%, #515bd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nowrap-text {
  white-space: nowrap;
}

.btn,
button.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: normal;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
button.btn:hover,
a.btn:hover {
  transform: translateY(-1px);
}

.btn.primary,
button.btn.primary,
a.btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 16px 35px rgba(9, 72, 61, 0.22);
}

.btn.primary:hover,
button.btn.primary:hover,
a.btn.primary:hover {
  box-shadow: 0 20px 40px rgba(9, 72, 61, 0.28);
}

.btn.ghost,
button.btn.ghost,
a.btn.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.65);
  border-color: var(--line);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.btn.ghost:hover,
button.btn.ghost:hover,
a.btn.ghost:hover {
  border-color: rgba(14, 106, 90, 0.22);
  background: rgba(255, 255, 255, 0.9);
}

.recover-link,
.modal-close {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink-muted);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: min(calc(var(--page-width) + 20px), calc(100vw - 20px));
  margin: 14px auto 0;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-sm);
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-center {
  justify-content: center;
  flex-wrap: wrap;
}

.nav-right {
  justify-content: flex-end;
}

.nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(23, 33, 40, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.nav-burger-line {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-burger {
  flex-direction: column;
}

.nav-burger.is-open .nav-burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-burger.is-open .nav-burger-line:nth-child(2) {
  opacity: 0;
}

.nav-burger.is-open .nav-burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-wordmark {
  display: block;
  width: 152px;
  height: auto;
  object-fit: contain;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  padding: 8px;
  object-fit: contain;
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.12), rgba(14, 106, 90, 0.02));
  box-shadow: inset 0 0 0 1px rgba(14, 106, 90, 0.12);
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-tagline {
  color: var(--ink-muted);
}

.nav-link {
  position: relative;
  font-size: 0.94rem;
  color: var(--ink-soft);
  font-weight: 600;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(14, 106, 90, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-link:hover {
  color: var(--ink);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.lang-tooltip {
  position: relative;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.7);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  gap: 6px;
  min-width: 150px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 252, 247, 0.95);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.lang-tooltip:hover .lang-menu,
.lang-tooltip:focus-within .lang-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--ink-soft);
  font-weight: 600;
}

.lang-link:hover {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.hero-grid,
.dashboard-preview,
.auth-layout,
.pricing-grid,
.billing-grid {
  display: grid;
  gap: 28px;
}

.hero-grid,
.dashboard-preview,
.auth-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: start;
}

.hero-grid {
  position: relative;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(250, 247, 240, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-grid::before,
.auth-layout::before {
  content: "";
  position: absolute;
  inset: auto auto -80px -60px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 106, 90, 0.18), transparent 70%);
  pointer-events: none;
}

.hero-left,
.dashboard-copy,
.auth-story {
  position: relative;
  z-index: 1;
}

.hero-sub {
  max-width: 640px;
  margin-top: 14px;
  font-size: 1.05rem;
}

.hero-sub-strong {
  max-width: 760px;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.75;
}

.hero-note {
  margin-top: 18px;
  color: var(--accent);
  font-weight: 700;
}

.hero-grid-tight {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 44px);
  padding: clamp(28px, 4vw, 48px);
}

.hero-grid-single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.hero-grid-tight .hero-left {
  display: grid;
  gap: 30px;
  align-content: center;
  padding: 6px 4px 6px 0;
}

.hero-grid-single .hero-left {
  width: 100%;
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.hero-copy-block,
.hero-action-block {
  display: grid;
}

.hero-copy-block {
  gap: 18px;
}

.hero-action-block {
  gap: 16px;
  justify-items: start;
}

.sector-marquee-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 14px 0;
  border-radius: 999px;
  border: 1px solid rgba(229, 83, 127, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 240, 242, 0.94));
  box-shadow: 0 18px 42px rgba(30, 41, 48, 0.08);
}

.sector-marquee-shell::before,
.sector-marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 78px;
  pointer-events: none;
  z-index: 1;
}

.sector-marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(248, 240, 242, 0.98), rgba(248, 240, 242, 0));
}

.sector-marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(248, 240, 242, 0.98), rgba(248, 240, 242, 0));
}

.sector-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  padding-left: 18px;
  animation: sector-marquee-scroll 42s linear infinite;
  will-change: transform;
}

.sector-marquee-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(30, 41, 48, 0.06);
}

@keyframes sector-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-grid-tight .hero-title {
  width: 100%;
  max-width: none;
}

.hero-grid-tight .hero-sub-strong {
  max-width: 700px;
  margin-top: 0;
}

.hero-grid-tight .hero-actions {
  gap: 14px;
}

.hero-grid-tight .hero-actions .btn {
  min-width: 236px;
  padding: 0 24px;
}

.hero-grid-single .hero-copy-block,
.hero-grid-single .hero-action-block {
  justify-items: center;
}

.hero-grid-single .hero-actions {
  justify-content: center;
}

.hero-grid-tight .hero-note {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(14, 106, 90, 0.16);
  background: rgba(217, 239, 232, 0.72);
}

.hero-grid-tight .story-card {
  padding: 30px;
}

.story-card {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 241, 0.96));
}

.split-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.split-copy {
  margin-top: 12px;
}

.split-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
}

.home-split-compare {
  align-items: start;
}

.split-panel {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-md);
}

.split-panel-left {
  background:
    linear-gradient(180deg, rgba(14, 106, 90, 0.06), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 237, 0.96));
}

.home-split-compare .split-panel-left {
  position: sticky;
  top: var(--home-sticky-top);
}

.split-panel-right {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 245, 241, 0.98));
}

.input-demo-card {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.input-card-label,
.result-row-label {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.input-card-value,
.result-row-handle {
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.input-field-list,
.result-field-list {
  display: grid;
  gap: 10px;
}

.info-row {
  display: grid;
  grid-template-columns: minmax(108px, 136px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.info-key {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.info-value {
  color: var(--ink);
  line-height: 1.55;
  font-weight: 600;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.result-stack {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.home-page .result-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.result-row-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.result-row-card-creator {
  background:
    radial-gradient(circle at top right, rgba(229, 83, 127, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 249, 251, 0.98), rgba(255, 240, 246, 0.94));
  border-color: rgba(229, 83, 127, 0.18);
}

.result-row-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.result-row-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(229, 83, 127, 0.12);
  border: 1px solid rgba(229, 83, 127, 0.18);
  color: #d84874;
}

.result-row-label-creator {
  background: rgba(14, 106, 90, 0.12);
  border-color: rgba(14, 106, 90, 0.18);
  color: var(--accent-strong);
}

.result-row-handle {
  margin-top: 0;
}

.home-page .result-row-card {
  gap: 14px;
  padding: 20px;
}

.home-page .result-row-label {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.68rem;
}

.home-page .result-row-handle {
  font-size: 1.02rem;
}

.home-page .info-row {
  grid-template-columns: minmax(88px, 110px) minmax(0, 1fr);
  gap: 10px;
}

.home-page .info-key {
  font-size: 0.72rem;
}

.home-page .info-value {
  font-size: 0.95rem;
  line-height: 1.45;
}

.btn.primary.home-floating-cta,
a.btn.primary.home-floating-cta {
  display: none;
  position: fixed;
  left: 50%;
  bottom: var(--floating-cta-bottom);
  z-index: 35;
  min-width: min(360px, calc(100vw - 32px));
  padding: 0 28px;
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 48px rgba(30, 41, 48, 0.18);
  transform: translateX(-50%);
}

.btn.primary.home-floating-cta:hover,
.btn.primary.home-floating-cta:focus-visible,
a.btn.primary.home-floating-cta:hover,
a.btn.primary.home-floating-cta:focus-visible {
  transform: translateX(-50%) translateY(-1px);
}

.pricing-grid-clean {
  align-items: stretch;
}

.pricing-selector-clean .auth-card-title {
  margin-top: 8px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.currency-switch-shell {
  display: inline-flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(14, 106, 90, 0.12);
  background: rgba(245, 243, 238, 0.9);
}

.currency-switch {
  display: inline-flex;
  gap: 4px;
  align-items: stretch;
}

.currency-switch .currency-switch-option {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 36px;
  padding: 0 14px;
  margin: 0;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.currency-switch .currency-switch-option:hover {
  color: var(--ink);
}

.currency-switch .currency-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.currency-switch .currency-switch-input:checked + .currency-switch-option,
.currency-switch .currency-switch-option:has(input:checked) {
  color: var(--accent-strong);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(23, 33, 40, 0.08);
}

.pricing-metric-strong {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.8);
}

.pricing-footnote {
  display: grid;
  gap: 8px;
  margin: 8px 0 22px;
}

.pricing-footnote-item {
  color: var(--ink-soft);
  line-height: 1.55;
}

.pricing-note-card {
  background:
    radial-gradient(circle at top right, rgba(187, 139, 74, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 244, 235, 0.98));
}

.faq-card,
.feature {
  height: 100%;
}

.affiliate-link-card {
  padding: 22px 24px;
}

.affiliate-commission-shell {
  margin-top: -8px;
}

.affiliate-commission-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(229, 83, 127, 0.2), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(14, 106, 90, 0.16), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 248, 0.96));
  border: 1px solid rgba(23, 33, 40, 0.08);
}

.affiliate-commission-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -34px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(229, 83, 127, 0.12), transparent 70%);
  pointer-events: none;
}

.affiliate-commission-main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.affiliate-commission-kicker {
  color: #d84874;
}

.affiliate-commission-value {
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.8rem, 8vw, 6.8rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--ink);
}

.affiliate-commission-copy {
  max-width: 22ch;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.affiliate-commission-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 320px;
}

.affiliate-commission-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(229, 83, 127, 0.14);
  background: rgba(255, 247, 250, 0.94);
  color: #b63f63;
  font-weight: 800;
  white-space: nowrap;
}

.affiliate-link {
  margin-top: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  color: var(--accent-strong);
  word-break: break-all;
}

.cta-band-strong {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 241, 0.98));
}

.pill-row,
.filter-grid,
.country-grid,
.hero-actions,
.action-row,
.history-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill,
.option-chip,
.country-chip,
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(14, 106, 90, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.pill::before,
.country-chip::before,
.trust-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(14, 106, 90, 0.08);
}

.hero-right,
.dashboard-mock,
.profile-stream,
.plan-card,
.card,
.auth-card,
.modal-card,
.lock-card,
.gate-card,
.history-item,
.feature,
.value-card,
.step,
.auth-proof-card,
.auth-step-card,
.testimonial-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(249, 245, 238, 0.96));
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.card,
.plan-card,
.auth-card,
.dashboard-mock,
.hero-right,
.modal-card,
.lock-card,
.gate-card {
  padding: 26px;
}

.hero-right,
.profile-stream {
  min-height: 100%;
}

.profile-stream {
  display: grid;
  gap: 14px;
  min-height: 380px;
  background:
    linear-gradient(180deg, rgba(14, 106, 90, 0.08), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 247, 244, 0.92));
}

.profile-stream::before,
.dashboard-mock::before,
.plan-card::before,
.card::before,
.auth-card::before,
.modal-card::before {
  content: none;
}

.profile-row,
.dashboard-row,
.history-item {
  position: relative;
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

.profile-row {
  grid-template-columns: 40px 1fr 72px;
}

.profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.18), rgba(187, 139, 74, 0.18));
}

.profile-lines {
  display: grid;
  gap: 8px;
}

.profile-line,
.profile-tag {
  border-radius: 999px;
  background: rgba(23, 33, 40, 0.08);
}

.profile-line {
  height: 10px;
}

.profile-line.short {
  width: 64%;
}

.profile-tag {
  height: 24px;
  background: var(--accent-soft);
}

.profile-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  align-items: stretch;
}

.hero-market-card {
  height: 100%;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.hero-market-city {
  font-size: 1.5rem;
}

.hero-market-copy {
  margin-top: 6px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.step-grid,
.value-grid,
.feature-grid,
.testimonial-grid,
.auth-step-grid,
.auth-proof-grid,
.dashboard-kpi-row,
.pricing-strip {
  display: grid;
  gap: 16px;
}

.step-grid,
.value-grid,
.feature-grid,
.auth-step-grid,
.auth-proof-grid,
.dashboard-kpi-row,
.pricing-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step,
.value-card,
.feature,
.auth-step-card,
.auth-proof-card,
.dashboard-kpi,
.plan-card,
.card {
  padding: 22px;
}

.step-index,
.auth-step-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.16), rgba(14, 106, 90, 0.08));
  color: var(--accent);
  font-weight: 800;
}

.step-title,
.auth-step-title,
.value-title,
.auth-card-title,
.lock-title,
.modal-title,
.card-value,
.price-value,
.proof-value,
.auth-proof-value,
.dashboard-kpi-value {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
}

.step-title,
.auth-step-title,
.auth-card-title,
.lock-title,
.modal-title {
  font-size: 1.14rem;
  font-weight: 800;
}

.auth-point-list,
.plan-list,
.benefit-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.auth-point-list li,
.plan-list li,
.benefit-list li {
  padding-left: 4px;
}

.auth-proof,
.dashboard-copy {
  margin-top: 26px;
}

.auth-proof-card,
.auth-step-card {
  background: rgba(255, 255, 255, 0.72);
}

.auth-proof-value,
.dashboard-kpi-value,
.card-value,
.price-value,
.proof-value {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.auth-proof-label,
.dashboard-kpi-label,
.metric-label,
.proof-label {
  margin-top: 6px;
  color: var(--ink-muted);
}

.dashboard-preview {
  align-items: stretch;
}

.dashboard-mock {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 245, 241, 0.96));
}

.dashboard-kpi-row {
  margin: 18px 0 22px;
}

.dashboard-kpi {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.76);
}

.dashboard-kpi-label {
  font-size: 0.78rem;
  line-height: 1.4;
}

.dashboard-table {
  display: grid;
  gap: 12px;
}

.dashboard-row {
  grid-template-columns: 1.1fr 1fr 0.52fr;
}

.dashboard-cell.primary {
  color: var(--ink);
  font-weight: 800;
}

.card-label {
  font-weight: 800;
}

.card-value,
.price-value {
  margin-top: 6px;
}

.pricing-grid,
.billing-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.social-proof-band {
  margin-top: 20px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 252, 247, 0.74);
  box-shadow: var(--shadow-sm);
}

.pricing-strip {
  margin-top: 18px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.proof-item {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 33, 40, 0.08);
}

.pricing-selector.highlight,
.plan-card.highlight {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 247, 243, 0.98));
}

.pricing-selector {
  display: grid;
  gap: 22px;
}

.pricing-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.pricing-metric {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(23, 33, 40, 0.08);
}

.pricing-slider-shell {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.volume-switch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.volume-switch .volume-switch-option {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  margin: 0;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.volume-switch .volume-switch-option:hover {
  transform: translateY(-1px);
  border-color: rgba(14, 106, 90, 0.22);
  color: var(--ink);
}

.volume-switch .volume-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.volume-switch .volume-switch-input:checked + .volume-switch-option,
.volume-switch .volume-switch-option:has(input:checked) {
  color: var(--accent-strong);
  border-color: rgba(14, 106, 90, 0.28);
  background: rgba(217, 239, 232, 0.8);
  box-shadow: inset 0 0 0 1px rgba(14, 106, 90, 0.08);
}

.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 26px;
  align-items: start;
}

.dashboard-shell.is-locked {
  display: none;
}

.dashboard-left,
.dashboard-right {
  display: grid;
  gap: 22px;
}

.push-status {
  min-height: 22px;
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.push-status-success {
  color: var(--accent-strong);
}

.push-status-error {
  color: #c94b63;
}

.lock-banner {
  margin-bottom: 18px;
}

.lock-card,
.gate-card {
  background:
    radial-gradient(circle at top right, rgba(187, 139, 74, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 244, 235, 0.98));
}

.lock-title {
  margin-bottom: 8px;
}

textarea,
.textarea,
.input,
input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 16px 18px;
  border: 1px solid rgba(23, 33, 40, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea,
.textarea {
  min-height: 170px;
  resize: vertical;
}

label {
  display: block;
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
}

textarea:focus,
.textarea:focus,
.input:focus,
input:focus {
  outline: none;
  border-color: rgba(14, 106, 90, 0.34);
  box-shadow: 0 0 0 6px rgba(14, 106, 90, 0.1);
  background: #ffffff;
}

::placeholder {
  color: #8a97a1;
}

.checklist.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.checklist.option-grid > label,
.toggle > label {
  margin: 0;
}

.option-grid label,
.toggle label {
  display: block;
}

.option-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

.option-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.16), rgba(14, 106, 90, 0.06));
  position: relative;
}

.option-icon::after {
  content: none;
}

.option-icon-svg {
  width: 22px;
  height: 22px;
  display: block;
}

.option-email {
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.18), rgba(217, 239, 232, 0.8));
}

.option-phone {
  background: linear-gradient(145deg, rgba(187, 139, 74, 0.18), rgba(250, 244, 235, 0.96));
}

.option-website {
  background: linear-gradient(145deg, rgba(74, 117, 187, 0.16), rgba(240, 246, 255, 0.96));
}

.option-insights {
  background: linear-gradient(145deg, rgba(118, 87, 197, 0.16), rgba(245, 240, 255, 0.96));
}

.option-address {
  background: linear-gradient(145deg, rgba(28, 132, 124, 0.16), rgba(236, 248, 246, 0.96));
}

.option-creators {
  background: linear-gradient(145deg, rgba(229, 83, 127, 0.2), rgba(255, 239, 246, 0.96));
}

.option-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.option-title {
  font-weight: 800;
  color: var(--ink);
}

.option-text {
  min-width: 0;
}

.option-help {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(14, 106, 90, 0.1);
  color: var(--accent);
  font-size: 0.78rem;
}

.option-tag {
  margin-top: 8px;
}

.toggle {
  display: flex;
  align-items: center;
}

.toggle label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 600;
}

.max-row {
  display: grid;
  grid-template-columns: auto minmax(0, 160px);
  gap: 12px;
  align-items: center;
}

.dropdown-dark .Select-control,
.dropdown-dark .Select-menu-outer,
.dropdown-dark .Select__control,
.dropdown-dark .Select__menu,
.dropdown-dark .Select__menu-list {
  background: rgba(255, 255, 255, 0.82) !important;
}

.dropdown-dark .Select-control,
.dropdown-dark .Select__control {
  min-height: 54px;
  border-radius: 16px !important;
  border: 1px solid rgba(23, 33, 40, 0.12) !important;
  box-shadow: none !important;
}

.dropdown-dark .Select-value-label,
.dropdown-dark .Select-placeholder,
.dropdown-dark .Select__single-value,
.dropdown-dark .Select__placeholder,
.dropdown-dark .Select__input-container,
.dropdown-dark .Select__input,
.dropdown-dark .Select__option,
.dropdown-dark .Select__multi-value__label {
  color: var(--ink) !important;
}

.dropdown-dark .Select-menu-outer,
.dropdown-dark .Select__menu {
  margin-top: 8px;
  border: 1px solid rgba(23, 33, 40, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-md) !important;
}

.dropdown-dark .Select--multi .Select-value,
.dropdown-dark .Select__multi-value {
  border-radius: 999px !important;
  background: var(--accent-soft) !important;
  border: 0 !important;
}

.auth-page .status,
#billing-status,
#scrape-status,
#test-status,
#download-status,
#auth-status,
#signup-status,
#recover-status {
  margin-top: 16px;
}

.status,
.toast {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(14, 106, 90, 0.14);
  background: rgba(217, 239, 232, 0.72);
  color: var(--accent-strong);
  font-weight: 600;
}

.status::before,
.toast::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.status-log {
  width: 100%;
  overflow: auto;
  margin-top: 10px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(23, 33, 40, 0.06);
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.status-cta {
  display: grid;
  gap: 10px;
  width: 100%;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  max-width: min(420px, calc(100vw - 32px));
  box-shadow: var(--shadow-md);
}

.toast:empty {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  align-items: center;
  justify-items: center;
  padding: 18px;
  background: rgba(23, 33, 40, 0.24);
  backdrop-filter: blur(14px);
}

.modal-card {
  width: min(560px, calc(100vw - 28px));
  max-height: calc(100vh - 40px);
  margin: 0 auto;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(23, 33, 40, 0.06);
}

.scrape-launch-card {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.scrape-launch-copy {
  display: grid;
  gap: 12px;
}

.scrape-launch-copy .section-sub {
  margin: 0;
}

.scrape-launch-email {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(229, 83, 127, 0.14);
  background: rgba(255, 247, 250, 0.92);
  color: var(--accent-strong);
  font-weight: 700;
}

.modal-step-title {
  margin-bottom: 12px;
  color: var(--accent);
  font-weight: 800;
}

.auth-layout {
  position: relative;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(245, 241, 233, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.auth-story {
  display: grid;
  gap: 18px;
  align-content: start;
}

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

.auth-login-card {
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 247, 243, 0.94));
}

.legal-note {
  padding: 0 8px;
  font-size: 0.88rem;
}

.legal-note a {
  color: var(--accent);
  font-weight: 700;
}

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

.history-item {
  grid-template-columns: minmax(0, 1fr) auto;
}

.history-info {
  display: grid;
  gap: 6px;
}

.history-handle {
  color: var(--ink);
  font-weight: 800;
}

.history-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-weight: 700;
}

.history-loader {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
  animation: pulse 1.4s ease-in-out infinite;
}

.history-actions {
  display: flex;
  align-items: center;
}

.credit-balance {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.compliance-card {
  color: var(--ink-soft);
  line-height: 1.7;
}

.admin-mail-panel {
  display: grid;
  gap: 22px;
  margin-top: 26px;
  position: relative;
}

.admin-dashboard-shell {
  display: grid;
  gap: 18px;
}

.dashboard-tabs {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 33, 40, 0.08);
  border-radius: 999px;
  padding: 6px;
  box-shadow: var(--shadow-sm);
}

.dashboard-tabs .tab {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.dashboard-tab {
  border: 0 !important;
  background: transparent !important;
  color: var(--ink-soft) !important;
  font-weight: 700;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-tab--selected {
  background: rgba(229, 83, 127, 0.14) !important;
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1px rgba(229, 83, 127, 0.18);
}

.dashboard-tab-panel {
  min-width: 0;
}

.admin-mail-hero,
.admin-mail-stage,
.admin-mail-grid,
.admin-mail-split {
  display: grid;
  gap: 16px;
}

.admin-mail-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 22px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background:
    radial-gradient(circle at top right, rgba(229, 83, 127, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 244, 246, 0.98));
}

.admin-mail-hero-copy {
  display: grid;
  gap: 10px;
}

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

.admin-mail-kpi {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}

.admin-mail-kpi-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.admin-mail-kpi-value {
  margin-top: 6px;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
}

.admin-mail-kpi-value--small {
  font-size: 1.02rem;
}

.admin-mail-stage {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
}

.admin-mail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-mail-field {
  min-width: 0;
}

.admin-mail-field label {
  margin-top: 0;
}

.admin-mail-body {
  min-height: 260px;
}

.admin-mail-actions {
  margin-top: 18px;
}

.admin-mail-note {
  margin: 0;
}

.admin-mail-split {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: start;
}

.admin-mail-preview-card {
  min-height: 100%;
}

.admin-mail-compose-card,
.admin-mail-table-card,
.admin-mail-preview-card {
  display: grid;
  gap: 16px;
}

.admin-mail-preview {
  min-height: 120px;
}

.admin-mail-preview-card .card-meta {
  line-height: 1.7;
}

.admin-mail-progress-track {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(23, 33, 40, 0.08);
}

.admin-mail-progress-track--modal {
  margin-top: 8px;
}

.admin-mail-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(229, 83, 127, 0.95), rgba(14, 106, 90, 0.9));
  transition: width 0.25s ease;
}

.admin-mail-progress-meta {
  display: grid;
  gap: 12px;
}

.admin-mail-progress-copy {
  color: var(--ink-soft);
  line-height: 1.6;
}

.admin-mail-progress-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-mail-progress-chip {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.admin-mail-progress-chip-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.admin-mail-progress-chip-value {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
}

.admin-mail-log {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.admin-mail-log--modal {
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}

.admin-mail-log-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.admin-mail-log-item {
  border-radius: var(--radius-md);
  padding: 10px 12px;
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.6;
}

.admin-mail-log-item.is-success {
  border-color: rgba(14, 106, 90, 0.16);
  background: rgba(14, 106, 90, 0.08);
}

.admin-mail-log-item.is-danger {
  border-color: rgba(216, 71, 39, 0.16);
  background: rgba(216, 71, 39, 0.08);
}

.admin-mail-log-item.is-secondary {
  color: var(--ink-soft);
}

.admin-mail-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1600;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  box-shadow: 0 22px 44px rgba(23, 33, 40, 0.16);
  border-radius: 18px;
  background: rgba(255, 247, 250, 0.98);
}

.admin-mail-toast:not(:empty) {
  animation: toast-pop 0.22s ease, admin-mail-toast-out 4.8s ease forwards;
}

.admin-mail-toast.admin-mail-toast-info {
  background: rgba(245, 248, 255, 0.98);
  color: #35588a;
  border-color: rgba(53, 88, 138, 0.16);
}

.admin-mail-toast.admin-mail-toast-success {
  background: rgba(245, 252, 248, 0.98);
  color: #176451;
  border-color: rgba(23, 100, 81, 0.16);
}

.admin-mail-job-modal {
  align-items: center;
  justify-content: center;
  padding: 28px;
  z-index: 1500;
}

.admin-mail-job-modal-card {
  width: min(760px, calc(100vw - 32px));
  display: grid;
  gap: 16px;
}

@keyframes admin-mail-toast-out {
  0%, 75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at top right, rgba(14, 106, 90, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 245, 241, 0.96));
  box-shadow: var(--shadow-md);
}

.cta-copy {
  display: grid;
  gap: 10px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  width: min(var(--page-width), calc(100vw - 40px));
  margin: 0 auto 28px;
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 252, 247, 0.74);
  box-shadow: var(--shadow-sm);
  align-items: center;
}

.footer-left,
.footer-right {
  display: flex;
  gap: 12px;
}

.footer-left {
  flex-direction: column;
  min-width: 0;
  gap: 6px;
}

.footer-right {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
}

.footer-wordmark {
  display: block;
  width: 144px;
  height: auto;
  object-fit: contain;
}

.footer-note {
  max-width: 560px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.footer-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 33, 40, 0.08);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-right a:hover {
  color: var(--accent);
  border-color: rgba(14, 106, 90, 0.18);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.testimonial-scroll {
  overflow: auto;
  padding-bottom: 6px;
}

.testimonial-track {
  display: flex;
  gap: 16px;
}

.testimonial-card {
  min-width: 280px;
  padding: 22px;
}

@keyframes sweep {
  0% {
    transform: translateX(-120%);
  }
  45% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1140px) {
  .nav {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 28px;
  }

  .nav-left,
  .nav-center,
  .nav-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-grid,
  .dashboard-preview,
  .auth-layout,
  .dashboard-shell,
  .admin-mail-hero,
  .admin-mail-stage,
  .admin-mail-split,
  .pricing-grid,
  .billing-grid,
  .split-compare,
  .hero-grid-tight {
    grid-template-columns: 1fr;
  }

  .step-grid,
  .value-grid,
  .feature-grid,
  .auth-step-grid,
  .auth-proof-grid,
  .dashboard-kpi-row,
  .hero-market-grid,
  .pricing-strip,
  .admin-mail-kpi-row,
  .admin-mail-progress-grid,
  .admin-mail-grid,
  .checklist.option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-tabs {
    border-radius: 24px;
  }

  .brand {
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-split-compare .split-panel-left {
    position: relative;
    top: auto;
  }

  .home-page .result-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page {
    width: min(calc(100vw - 24px), var(--page-width));
    padding: 28px 0 72px;
  }

  .page.home-page {
    width: min(calc(100% - 12px), calc(100vw - 12px));
    padding-bottom: 154px;
  }

  .section {
    margin-bottom: 26px;
  }

  .hero-market-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .admin-mail-grid {
    grid-template-columns: 1fr;
  }

  .admin-mail-kpi-row,
  .admin-mail-progress-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-mail-job-modal {
    padding: 16px;
  }

  .admin-mail-toast {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }

  .dashboard-tab {
    padding: 11px 14px !important;
    font-size: 14px;
  }

  .nav {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: min(calc(100vw - 16px), calc(var(--page-width) + 20px));
    margin-top: 8px;
    padding: 10px 12px;
    gap: 10px;
    border-radius: 22px;
  }

  .nav-left,
  .nav-center,
  .nav-right {
    width: 100%;
  }

  .nav-left {
    grid-column: 1;
    justify-content: flex-start;
  }

  .nav-burger {
    display: inline-flex;
    grid-column: 2;
    justify-self: flex-end;
  }

  .nav-center,
  .nav-right {
    grid-column: 1 / -1;
  }

  .nav.nav-mobile-closed .nav-center,
  .nav.nav-mobile-closed .nav-right {
    display: none;
  }

  .nav.nav-mobile-open .nav-center {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 4px;
  }

  .nav.nav-mobile-open .nav-right {
    display: grid;
    gap: 10px;
    margin-top: 4px;
  }

  .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(23, 33, 40, 0.07);
    font-size: 0.88rem;
    line-height: 1.15;
    white-space: nowrap;
    text-align: left;
  }

  .nav-link::after {
    display: none;
  }

  .brand {
    width: 100%;
    justify-content: flex-start;
  }

  .brand-main {
    gap: 10px;
  }

  .brand-tagline {
    display: none;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-wordmark {
    width: 132px;
    height: auto;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-right {
    justify-content: flex-start;
    gap: 8px;
  }

  .lang-tooltip {
    width: 100%;
  }

  .lang-trigger {
    display: none;
  }

  .lang-menu {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .lang-link {
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(23, 33, 40, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.58);
  }

  .nav-right .btn {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
  }

  .hero-grid,
  .auth-layout,
  .card,
  .plan-card,
  .auth-card,
  .dashboard-mock,
  .modal-card,
  .lock-card,
  .gate-card {
    padding: 20px;
  }

  .section-title,
  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero-grid-tight {
    gap: 22px;
    padding: 24px 18px;
  }

  .hero-grid-tight .hero-left {
    gap: 22px;
    padding: 0;
    justify-items: center;
    text-align: center;
  }

  .hero-copy-block,
  .hero-action-block,
  .cta-copy {
    justify-items: center;
  }

  .hero-grid-tight .hero-title {
    width: 100%;
    max-width: none;
  }

  .hero-grid-tight .hero-sub-strong {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .hero-grid-tight .hero-actions {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .hero-grid-tight .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-grid-tight .hero-note {
    justify-self: center;
  }

  .sector-marquee-shell {
    width: 100%;
    padding: 12px 0;
  }

  .sector-marquee-shell::before,
  .sector-marquee-shell::after {
    width: 34px;
  }

  .sector-marquee-track {
    gap: 10px;
    padding-left: 12px;
    animation-duration: 34s;
  }

  .sector-marquee-chip {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .hero-grid-single .hero-left {
    max-width: 100%;
  }

  .home-page .hero-grid-single .hero-left,
  .home-page .hero-grid-single .hero-copy-block,
  .home-page .hero-grid-single .hero-action-block {
    justify-items: center;
    text-align: center;
  }

  .home-page .hero-grid-single .hero-actions {
    justify-content: center;
  }

  .affiliate-commission-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .affiliate-commission-badges {
    justify-content: flex-start;
    max-width: 100%;
  }

  .split-panel,
  .result-row-card,
  .input-demo-card {
    padding: 20px 18px;
  }

  .input-card-value,
  .result-row-handle {
    font-size: 1.02rem;
  }

  .info-row {
    grid-template-columns: minmax(78px, 104px) minmax(0, 1fr);
    gap: 10px;
  }

  .step-grid,
  .value-grid,
  .feature-grid,
  .auth-step-grid,
  .auth-proof-grid,
  .dashboard-kpi-row,
  .pricing-strip,
  .checklist.option-grid,
  .pricing-header {
    grid-template-columns: 1fr;
  }

  .max-row,
  .history-item,
  .footer,
  .cta-band,
  .proof-row,
  .split-compare {
    grid-template-columns: 1fr;
  }

  .history-actions,
  .footer-right {
    justify-content: flex-start;
  }

  .pricing-slider {
    padding-bottom: 34px;
  }

  .pricing-slider .rc-slider-mark-text {
    font-size: 0.72rem;
  }

  .pricing-selector-clean .auth-card-title,
  .pricing-footnote,
  .cta-band {
    text-align: center;
  }

  .currency-switch-shell {
    justify-self: center;
  }

  .volume-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    justify-items: center;
    padding: 24px 18px;
    gap: 16px;
  }

  .dashboard-row,
  .profile-row {
    grid-template-columns: 1fr;
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .btn.primary.home-floating-cta,
  a.btn.primary.home-floating-cta {
    display: inline-flex;
    left: 12px;
    right: 12px;
    bottom: 16px;
    min-width: 0;
    width: auto;
    max-width: none;
    padding: 0 20px;
    transform: none;
  }

  .btn.primary.home-floating-cta:hover,
  .btn.primary.home-floating-cta:focus-visible,
  a.btn.primary.home-floating-cta:hover,
  a.btn.primary.home-floating-cta:focus-visible {
    transform: translateY(-1px);
  }
}

:root {
  --bg: #fcfaf6;
  --bg-strong: #f5f1ea;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-tinted: rgba(255, 247, 243, 0.94);
  --ink: #1a242c;
  --ink-soft: #4b5a64;
  --ink-muted: #7a8792;
  --line: rgba(26, 36, 44, 0.1);
  --line-strong: rgba(26, 36, 44, 0.18);
  --accent: #e5537f;
  --accent-strong: #c83f67;
  --accent-soft: rgba(229, 83, 127, 0.1);
  --accent-glow: rgba(229, 83, 127, 0.14);
  --gold: #f59a47;
  --gold-soft: rgba(245, 154, 71, 0.12);
  --danger: #c54861;
  --success: #1d8a68;
  --shadow-lg: none;
  --shadow-md: none;
  --shadow-sm: none;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

body {
  background: var(--bg);
}

body::before,
.hero-grid::before,
.auth-layout::before {
  content: none;
}

.page {
  width: min(var(--page-width), calc(100vw - 48px));
  padding: 56px 0 110px;
}

.section {
  margin-bottom: 42px;
}

.section-divider {
  background: rgba(26, 36, 44, 0.08);
}

.instagram-gradient {
  background: linear-gradient(135deg, #f58529 0%, #feda77 18%, #dd2a7b 48%, #8134af 74%, #515bd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nav,
.lang-menu,
.lang-trigger,
.hero-grid,
.auth-layout,
.hero-right,
.dashboard-mock,
.profile-stream,
.plan-card,
.card,
.auth-card,
.modal-card,
.lock-card,
.gate-card,
.history-item,
.feature,
.value-card,
.step,
.auth-proof-card,
.auth-step-card,
.testimonial-card,
.social-proof-band,
.cta-band,
.footer,
.split-panel,
.input-demo-card,
.result-row-card,
.proof-item,
.pricing-metric,
.option-card,
.profile-row,
.dashboard-row,
.hero-market-card,
.dashboard-kpi {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: none;
}

.hero-grid,
.auth-layout {
  gap: 36px;
  padding: 40px;
}

.nav {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(26, 36, 44, 0.08);
  backdrop-filter: blur(18px);
}

.lang-menu,
.lang-trigger,
.social-proof-band,
.footer,
.cta-band {
  background: rgba(255, 255, 255, 0.78);
}

.dashboard-mock,
.profile-stream,
.pricing-selector.highlight,
.plan-card.highlight,
.pricing-note-card,
.auth-login-card,
.lock-card,
.gate-card,
.split-panel-left,
.split-panel-right,
.cta-band-strong,
.pricing-metric-strong {
  background: var(--surface-tinted);
}

.step-index,
.auth-step-index,
.option-icon,
.profile-avatar {
  background: rgba(229, 83, 127, 0.1);
  box-shadow: none;
}

.logo-mark {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pill,
.option-chip,
.country-chip,
.trust-pill,
.toggle label,
.footer-right a,
.nav-burger,
.hero-note,
.input-chip,
.result-chip {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
  box-shadow: none;
}

.result-chip,
.profile-tag,
.dropdown-dark .Select--multi .Select-value,
.dropdown-dark .Select__multi-value {
  background: var(--accent-soft) !important;
  color: var(--accent-strong) !important;
}

.profile-line {
  background: rgba(26, 36, 44, 0.08);
}

.option-icon::after,
.status::before,
.toast::before,
.pill::before,
.country-chip::before,
.trust-pill::before {
  box-shadow: none;
}

.page.home-page {
  width: min(calc(100% - 24px), calc(100vw - 24px));
  max-width: none;
}

.section-hero-home .hero-grid {
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 83, 127, 0.12), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(14, 106, 90, 0.18), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 242, 0.96));
}

.plan-card.affiliate-commission-card {
  background:
    radial-gradient(circle at 8% 18%, rgba(229, 83, 127, 0.2), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(14, 106, 90, 0.16), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 248, 0.96));
}

.result-row-card.result-row-card-creator {
  background:
    radial-gradient(circle at top right, rgba(229, 83, 127, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 249, 251, 0.98), rgba(255, 240, 246, 0.94));
}

.option-icon.option-email {
  background: linear-gradient(145deg, rgba(14, 106, 90, 0.18), rgba(217, 239, 232, 0.8));
}

.option-icon.option-phone {
  background: linear-gradient(145deg, rgba(187, 139, 74, 0.18), rgba(250, 244, 235, 0.96));
}

.option-icon.option-website {
  background: linear-gradient(145deg, rgba(74, 117, 187, 0.16), rgba(240, 246, 255, 0.96));
}

.option-icon.option-insights {
  background: linear-gradient(145deg, rgba(118, 87, 197, 0.16), rgba(245, 240, 255, 0.96));
}

.option-icon.option-address {
  background: linear-gradient(145deg, rgba(28, 132, 124, 0.16), rgba(236, 248, 246, 0.96));
}

.option-icon.option-creators {
  background: linear-gradient(145deg, rgba(229, 83, 127, 0.2), rgba(255, 239, 246, 0.96));
}

.plan-card.affiliate-commission-card,
.result-row-card.result-row-card-creator,
.option-icon.option-email,
.option-icon.option-phone,
.option-icon.option-website,
.option-icon.option-insights,
.option-icon.option-address,
.option-icon.option-creators {
  box-shadow: none;
}

.btn,
button.btn,
a.btn {
  min-height: 54px;
  padding: 0 22px;
}

.btn.primary,
button.btn.primary,
a.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
}

.btn.primary:hover,
button.btn.primary:hover,
a.btn.primary:hover {
  background: var(--accent-strong);
  box-shadow: none;
}

.btn.ghost,
button.btn.ghost,
a.btn.ghost {
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--line);
  box-shadow: none;
}

.btn.ghost:hover,
button.btn.ghost:hover,
a.btn.ghost:hover,
.footer-right a:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(229, 83, 127, 0.18);
  box-shadow: none;
}

.nav-link::after {
  background: var(--accent);
}

textarea,
.textarea,
.input,
input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"],
.dropdown-dark .Select-control,
.dropdown-dark .Select-menu-outer,
.dropdown-dark .Select__control,
.dropdown-dark .Select__menu,
.dropdown-dark .Select__menu-list {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: var(--line) !important;
  box-shadow: none !important;
}

textarea:focus,
.textarea:focus,
.input:focus,
input:focus,
.dropdown-dark .Select.is-focused > .Select-control,
.dropdown-dark .Select__control--is-focused {
  border-color: rgba(229, 83, 127, 0.32) !important;
  outline: 3px solid rgba(229, 83, 127, 0.12);
  box-shadow: none !important;
}

.dropdown-dark .Select-menu-outer,
.dropdown-dark .Select__menu {
  border-color: var(--line) !important;
  box-shadow: none !important;
}

.pricing-slider .rc-slider-track {
  background: var(--accent);
}

.pricing-slider .rc-slider-handle {
  background: #ffffff;
  border: 6px solid var(--accent);
  box-shadow: none;
}

.pricing-slider .rc-slider-handle:focus-visible {
  box-shadow: none;
}

.modal {
  background: rgba(248, 244, 239, 0.7);
  backdrop-filter: blur(12px);
}

.modal-close {
  background: rgba(26, 36, 44, 0.05);
}

.status,
.toast {
  border-radius: 20px;
  border-color: rgba(229, 83, 127, 0.18);
  background: rgba(255, 247, 250, 0.96);
  color: var(--accent-strong);
  box-shadow: none;
}

.status:empty,
.toast:empty,
#billing-status:empty,
#scrape-status:empty,
#test-status:empty,
#download-status:empty,
#auth-status:empty,
#signup-status:empty,
#recover-status:empty {
  display: none;
}

.toast {
  backdrop-filter: blur(18px);
}

.toast:not(:empty) {
  animation: toast-pop 0.22s ease;
}

.toast.toast-error {
  border-color: rgba(197, 72, 97, 0.18);
  background: rgba(255, 244, 246, 0.98);
  color: #97394d;
}

.toast.toast-error::before {
  background: var(--danger);
}

@keyframes toast-pop {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .page {
    width: min(var(--page-width), calc(100vw - 28px));
    padding: 34px 0 88px;
  }

  .page.home-page {
    width: min(calc(100% - 14px), calc(100vw - 14px));
  }

  .hero-grid,
  .auth-layout {
    gap: 24px;
    padding: 24px 20px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
  }

  .brand-wordmark {
    width: 124px;
    height: auto;
  }

  .footer-wordmark {
    width: 132px;
    height: auto;
  }
}
