/* Landing page styles */
.landing-page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 26px 20px 44px;
  display: grid;
  gap: 20px;
}

.landing-brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-brand-logo {
  width: min(250px, 62vw);
  height: auto;
  object-fit: contain;
}

.entry-shell,
.info-shell,
.inquiry-shell,
.process-ribbon,
.access-shell {
  margin-top: 0;
  border-radius: 24px;
}

.entry-shell {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 88% 14%, rgba(208, 138, 127, 0.24), transparent 20%),
    radial-gradient(circle at 70% 78%, rgba(137, 162, 135, 0.18), transparent 22%),
    linear-gradient(145deg, #fffdfa 0%, #fff7f2 48%, #ffefe7 100%);
}

.entry-grid,
.content-grid {
  display: grid;
  gap: 18px;
}

.entry-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  align-items: center;
}

.content-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.entry-copy h1 {
  margin: 0;
  max-width: 16ch;
  color: #7e3347;
  font-size: clamp(1.95rem, 3.6vw, 3.1rem);
  line-height: 1.04;
  font-family: "Playfair Display", Georgia, serif;
}

.intro {
  margin: 14px 0 18px;
  max-width: 58ch;
  color: #5f4949;
  font-size: 1rem;
  line-height: 1.65;
}

.entry-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.entry-actions .btn {
  min-width: 150px;
}

.visual-chip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  border: 1px solid #eadcd7;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(101, 61, 71, 0.05);
}

.feature-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.visual-chip strong,
.mini-panel strong,
.process-ribbon strong,
.access-card strong,
.access-note strong {
  color: var(--wine);
}

.visual-chip p,
.mini-panel p,
.info-list p,
.simple-grid p,
.process-ribbon p,
.access-card p,
.access-note p {
  margin: 6px 0 0;
  color: #5f5757;
  line-height: 1.5;
}

.icon-badge {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
}

.icon-badge svg {
  width: 18px;
  height: 18px;
}

.icon-badge-rose {
  background: var(--wine);
}

.icon-badge-sage {
  background: var(--sage);
}

.icon-badge-ink {
  background: #5d4d52;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  padding: 24px 10px 12px 22px;
}

.hero-stat {
  position: absolute;
  padding: 12px 14px;
  border: 1px solid #ecd9dd;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(80, 42, 52, 0.08);
  min-width: 188px;
}

.hero-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: var(--wine);
}

.hero-stat > span {
  font-size: 0.82rem;
  color: #6b5c61;
}

.hero-stat-top {
  top: 0;
  right: 14px;
}

.dashboard-preview {
  margin: 42px 26px 18px 24px;
  border: 1px solid #ead8d4;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 50px rgba(93, 52, 62, 0.12);
}

.dashboard-preview-bar {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1e4e7;
  background: #fff9fb;
}

.dashboard-preview-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e5cbd2;
}

.dashboard-preview-body {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  min-height: 290px;
}

.dashboard-preview-side {
  padding: 14px 12px;
  border-right: 1px solid #f1e4e7;
  background: #fffdfd;
}

.preview-logo-line,
.preview-nav-line,
.preview-title-line,
.preview-sub-line,
.preview-table-head,
.row-line {
  background: #ecdfe3;
}

.preview-logo-line {
  width: 46px;
  height: 10px;
  margin-bottom: 18px;
}

.preview-nav-line {
  height: 9px;
  margin-bottom: 12px;
}

.preview-nav-line.short {
  width: 56%;
}

.preview-nav-line.active {
  background: linear-gradient(90deg, var(--wine), rgba(184, 76, 101, 0.28));
}

.dashboard-preview-main {
  padding: 16px;
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, #fff 0%, #fffaf9 100%);
}

.preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.preview-title-line {
  width: 136px;
  height: 12px;
  margin-bottom: 8px;
}

.preview-sub-line {
  width: 92px;
  height: 8px;
}

.preview-pill {
  padding: 5px 9px;
  background: #edf4e8;
  color: #466042;
  font-size: 0.74rem;
  font-weight: 700;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.preview-metric-card {
  padding: 12px;
  border: 1px solid #eee2e5;
  background: #fff;
}

.preview-metric-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  color: #786d72;
  text-transform: uppercase;
}

.preview-metric-card strong {
  font-size: 1.35rem;
  color: #4f3d42;
}

.accent-rose {
  border-top: 3px solid var(--wine);
}

.accent-sage {
  border-top: 3px solid var(--sage);
}

.accent-ink {
  border-top: 3px solid #5d4d52;
}

.preview-table-card {
  padding: 12px;
  border: 1px solid #eee2e5;
  background: #fff;
}

.preview-table-head {
  width: 120px;
  height: 9px;
  margin-bottom: 14px;
}

.preview-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.row-line {
  display: inline-block;
  height: 8px;
}

.row-line.long { width: 74%; }
.row-line.mid { width: 58%; }
.row-line.short { width: 44%; }

.row-pill {
  display: inline-block;
  width: 42px;
  height: 16px;
}

.row-pill.rose { background: #f4d7df; }
.row-pill.sage { background: #dbe9d8; }
.row-pill.ink { background: #e4dfe0; }

.info-shell,
.inquiry-shell,
.access-shell {
  padding: 22px;
}

.info-shell-tinted {
  background: linear-gradient(160deg, #fffaf7 0%, #fff 100%);
}

.info-shell-full {
  width: 100%;
}

.info-shell-dark {
  background: linear-gradient(155deg, #4b3c41 0%, #5d4d52 100%);
  color: #fff;
}

.info-shell-dark .eyebrow,
.info-shell-dark h2,
.info-shell-dark p {
  color: #fff;
}

.info-shell-dark .simple-grid article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.info-list,
.simple-grid,
.access-stack {
  display: grid;
  gap: 12px;
}

.info-list article,
.simple-grid article {
  padding: 16px;
  border: 1px solid #eadcd7;
  background: rgba(255, 255, 255, 0.82);
}

.info-list-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-list h2,
.simple-grid h2,
.inquiry-shell h2,
.access-shell h2 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.22;
  color: var(--wine);
}

.info-graphic {
  display: inline-block;
  width: 52px;
  height: 10px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, var(--wine) 0 34%, rgba(184, 76, 101, 0.22) 34% 70%, rgba(184, 76, 101, 0.08) 70% 100%);
}

.info-graphic-alt {
  background: linear-gradient(90deg, var(--sage) 0 26%, rgba(137, 162, 135, 0.28) 26% 58%, rgba(137, 162, 135, 0.08) 58% 100%);
}

.info-graphic-soft {
  background: linear-gradient(90deg, #5d4d52 0 28%, rgba(93, 77, 82, 0.24) 28% 64%, rgba(93, 77, 82, 0.08) 64% 100%);
}

.step-icon-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.step-icon-solo {
  justify-content: flex-start;
}

.step-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(101, 61, 71, 0.12);
}

.step-icon svg {
  width: 22px;
  height: 22px;
}

.step-icon-rose {
  background: linear-gradient(135deg, #b84c65 0%, #d88b8f 100%);
}

.step-icon-sage {
  background: linear-gradient(135deg, #7f9d74 0%, #a9bf9f 100%);
}

.step-icon-ink {
  background: linear-gradient(135deg, #5d4d52 0%, #8a767d 100%);
}

.step-icon-soft {
  background: linear-gradient(135deg, #cf8c72 0%, #e4b49d 100%);
}

.icon-line {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin-bottom: 12px;
  background: #f0bcc9;
}

.icon-line-alt {
  background: #cce0cb;
}

.icon-line-soft {
  background: #ddd6d8;
}

.process-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  background: linear-gradient(130deg, #fffdfa 0%, #fff4ee 100%);
}

.process-ribbon article {
  padding: 14px;
  border: 1px solid #eadcd7;
  background: rgba(255, 255, 255, 0.88);
}

.process-ribbon span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: var(--wine);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.inquiry-wrap {
  display: flex;
  justify-content: center;
}

.inquiry-shell {
  width: min(760px, 100%);
  background: linear-gradient(155deg, #fff 0%, #fff9f7 100%);
}

.inquiry-shell .hint {
  margin-bottom: 12px;
}

.form-response {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #d9c4cc;
  background: #fff8fb;
  color: #6f4150;
}

.form-response strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wine);
}

.form-response.is-loading {
  background: #fffdf8;
  border-color: #ecd8bf;
  color: #7b5c33;
}

.form-response.is-success {
  background: #f6fbf5;
  border-color: #cfe0cd;
  color: #426040;
}

@media (max-width: 980px) {
  .entry-grid,
  .content-grid,
  .process-ribbon,
  .feature-ribbon {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding: 10px 0 44px;
  }

  .hero-stat-top {
    right: 0;
  }
}

@media (max-width: 720px) {
  .landing-page {
    padding: 16px 14px 32px;
  }

  .info-list-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entry-shell,
  .info-shell,
  .inquiry-shell,
  .process-ribbon {
    padding: 18px;
    border-radius: 18px;
  }

  .entry-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .entry-copy h1 {
    max-width: none;
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .entry-actions .btn {
    width: 100%;
    text-align: center;
  }

  .preview-metrics {
    grid-template-columns: 1fr;
  }

  .dashboard-preview-body {
    grid-template-columns: 1fr;
  }

  .dashboard-preview-side {
    display: none;
  }

  .hero-stat {
    position: static;
    margin-top: 10px;
  }

  .dashboard-preview {
    margin: 14px 0;
  }

  .process-ribbon,
  .feature-ribbon {
    gap: 10px;
  }
}
