/* ── Stone Stories — Main Stylesheet ──────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --stone:     #4a4a4a;
  --stone-lt:  #767676;
  --cream:     #f5f0e8;
  --warm:      #e8ddd0;
  --gold:      #b8966a;
  --gold-dk:   #96774d;
  --green:     #3d5a47;
  --white:     #ffffff;
  --danger:    #c0392b;
  --success:   #27ae60;
  --info:      #2980b9;
  --radius:    6px;
  --shadow:    0 2px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Georgia', serif;
  background: var(--cream);
  color: var(--stone);
  line-height: 1.7;
  min-height: 100vh;
}

/* ── Typography ─────────────────────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { font-family: 'Georgia', serif; font-weight: normal; color: var(--stone); line-height: 1.3; }
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.25rem; }
p  { margin-bottom: 1rem; color: var(--stone-lt); }
a  { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-dk); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 2px; }
strong { color: var(--stone); }

/* ── Layout ─────────────────────────────────────────────────────────────── */
.container   { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.container-sm{ max-width: 700px;  margin: 0 auto; padding: 0 1.5rem; }
.section     { padding: 4rem 0; }
.row         { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.col         { flex: 1; min-width: 240px; }

/* ── Navbar ─────────────────────────────────────────────────────────────── */
.navbar {
  background: var(--white);
  border-bottom: 1px solid var(--warm);
  padding: 0 1.5rem;
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.navbar-brand {
  font-size: 1.35rem;
  color: var(--stone);
  font-family: Georgia, serif;
  letter-spacing: 0.02em;
}
.navbar-brand span { color: var(--gold); }
.navbar-nav { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.navbar-nav a { font-size: 0.875rem; color: var(--stone-lt); font-family: Arial, sans-serif; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; transition: color 0.2s; }
.navbar-nav a:hover { color: var(--gold); }
.navbar-nav .btn { margin: 0; }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius);
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(184,150,106,0.25);
}
.btn-primary   { background: var(--gold);    color: var(--white); }
.btn-primary:hover { background: var(--gold-dk); color: var(--white); }
.btn-secondary { background: transparent; color: var(--stone); border: 1.5px solid var(--stone-lt); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-danger    { background: var(--danger);  color: var(--white); }
.btn-success   { background: var(--success); color: var(--white); }
.btn-sm  { padding: 0.4rem 0.9rem; font-size: 0.8rem; }
.btn-lg  { padding: 0.9rem 2.2rem; font-size: 1rem; }
.btn-block { display: block; width: 100%; }

/* ── Cards ───────────────────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.75rem;
  border: 1px solid var(--warm);
}
.card-header {
  border-bottom: 1px solid var(--warm);
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
.card-title { font-size: 1.1rem; color: var(--stone); margin: 0; }

/* ── Forms ───────────────────────────────────────────────────────────────── */
.form-group  { margin-bottom: 1.25rem; }
.form-label  { display: block; font-family: Arial, sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone-lt); margin-bottom: 0.4rem; }
.form-control {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid var(--warm);
  border-radius: var(--radius);
  font-family: Georgia, serif;
  font-size: 0.95rem;
  color: var(--stone);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,150,106,0.15); }
.form-control[disabled] { background: var(--cream); color: var(--stone-lt); }
textarea.form-control { min-height: 120px; resize: vertical; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%237a7a7a'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 2.5rem; }
.form-hint { font-family: Arial, sans-serif; font-size: 0.8rem; color: var(--stone-lt); margin-top: 0.3rem; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

/* ── Alerts ──────────────────────────────────────────────────────────────── */
.alert { padding: 0.9rem 1.2rem; border-radius: var(--radius); margin-bottom: 1rem; font-family: Arial, sans-serif; font-size: 0.9rem; border-left: 4px solid; }
.alert-success { background: #eafaf1; color: #1e8449; border-color: var(--success); }
.alert-danger  { background: #fdecea; color: var(--danger); border-color: var(--danger); }
.alert-info    { background: #eaf4fb; color: var(--info); border-color: var(--info); }
.alert-warning { background: #fef9e7; color: #d68910; border-color: #f39c12; }

/* ── Tables ──────────────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 0.875rem; }
th { background: var(--cream); text-align: left; padding: 0.75rem 1rem; color: var(--stone-lt); font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.75rem; }
td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--warm); color: var(--stone); vertical-align: middle; }
tr:last-child td { border-bottom: none; }
tr:hover td { background: rgba(184,150,106,0.04); }

/* ── Badges ──────────────────────────────────────────────────────────────── */
.badge { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 20px; font-size: 0.7rem; font-weight: 700; font-family: Arial, sans-serif; letter-spacing: 0.06em; text-transform: uppercase; }
.badge-success  { background: #eafaf1; color: var(--success); }
.badge-danger   { background: #fdecea; color: var(--danger); }
.badge-warning  { background: #fef9e7; color: #d68910; }
.badge-info     { background: #eaf4fb; color: var(--info); }
.badge-stone    { background: var(--warm); color: var(--stone-lt); }
.badge-gold     { background: rgba(184,150,106,0.15); color: var(--gold-dk); }
.badge-primary  { background: #d1ecf1; color: #0c5460; }

/* ── Utilities ───────────────────────────────────────────────────────────── */
.text-center  { text-align: center; }
.text-right   { text-align: right; }
.text-muted   { color: var(--stone-lt); }
.text-gold    { color: var(--gold); }
.text-danger  { color: var(--danger); }
.text-success { color: var(--success); }
.text-small   { font-size: 0.8rem; font-family: Arial, sans-serif; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.d-flex  { display: flex; }
.gap-1   { gap: 0.5rem; }
.gap-2   { gap: 1rem; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }
.w-100 { width: 100%; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── Page Hero ───────────────────────────────────────────────────────────── */
.page-hero { background: var(--green); color: var(--white); padding: 3rem 1.5rem; text-align: center; }
.page-hero h1 { color: var(--white); margin-bottom: 0.5rem; }
.page-hero p  { color: rgba(255,255,255,0.7); margin: 0; }

/* ── Sidebar Layout ──────────────────────────────────────────────────────── */
.layout-sidebar { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
@media (max-width: 860px) { .layout-sidebar { grid-template-columns: 1fr; } }
.sidebar { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.sidebar-nav { list-style: none; }
.sidebar-nav li a { display: flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1.25rem; font-family: Arial, sans-serif; font-size: 0.875rem; color: var(--stone-lt); border-left: 3px solid transparent; transition: all 0.15s; text-decoration: none; }
.sidebar-nav li a:hover, .sidebar-nav li a.active { color: var(--gold); border-left-color: var(--gold); background: rgba(184,150,106,0.06); }
.sidebar-section { padding: 0.6rem 1.25rem; font-family: Arial, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone-lt); margin-top: 0.5rem; }

/* ── Avatar ──────────────────────────────────────────────────────────────── */
.avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--warm); display: flex; align-items: center; justify-content: center; font-family: Georgia; font-size: 1.1rem; color: var(--gold); }

/* ── Photo Grid ──────────────────────────────────────────────────────────── */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.75rem; }
.photo-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); display: block; }

/* ── Watermark ───────────────────────────────────────────────────────────── */
.watermark-banner {
  background: rgba(74,74,74,0.9);
  color: var(--white);
  text-align: center;
  padding: 0.6rem;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.watermark-banner a { color: var(--gold); }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--stone);
  color: rgba(255,255,255,0.75);
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  margin-top: auto;
}
.site-footer .footer-brand { font-family: Georgia, serif; font-size: 1.25rem; color: var(--white); margin-bottom: 0.5rem; }
.site-footer .footer-brand span { color: var(--gold); }
.site-footer a { color: rgba(255,255,255,0.75); margin: 0 0.6rem; }
.site-footer a:hover { color: var(--gold); }

/* ── Cookie Banner ───────────────────────────────────────────────────────── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--stone); color: rgba(255,255,255,0.85); padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; z-index: 999; font-family: Arial, sans-serif; font-size: 0.85rem; flex-wrap: wrap; }
.cookie-banner a { color: var(--gold); }

/* ── Pagination ──────────────────────────────────────────────────────────── */
.pagination { display: flex; gap: 0.4rem; list-style: none; justify-content: center; margin-top: 1.5rem; }
.pagination a, .pagination span { display: inline-block; padding: 0.4rem 0.85rem; border-radius: var(--radius); font-family: Arial, sans-serif; font-size: 0.875rem; border: 1px solid var(--warm); color: var(--stone-lt); }
.pagination a:hover { border-color: var(--gold); color: var(--gold); }
.pagination .active span { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ── Auth Pages ──────────────────────────────────────────────────────────── */
.auth-page {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: var(--cream);
}
.auth-box {
  width: 100%;
  max-width: 440px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--warm);
  padding: 2.5rem 2.25rem;
}
.auth-brand {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: var(--stone);
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.auth-brand span { color: var(--gold); }
.auth-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.35rem;
}
.auth-subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: var(--stone-lt);
  margin-bottom: 1.75rem;
}
.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.auth-remember {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--stone-lt);
}
.auth-link {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  color: var(--gold);
}
.auth-link:hover { color: var(--gold-dk); }
.auth-footer-text {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  color: var(--stone-lt);
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.auth-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--stone-lt);
  line-height: 1.5;
}
.auth-check-label input { margin-top: 3px; flex-shrink: 0; }
.auth-divider {
  border: none;
  border-top: 1px solid var(--warm);
  margin: 1.5rem 0;
}
.auth-box-wide { max-width: 520px; }

/* ── Skip to content (accessibility) ─────────────────────────────────────── */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--stone);
  color: var(--white);
  padding: 0.75rem 1.5rem;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 9999;
  text-decoration: none;
  border-radius: 0 0 var(--radius) 0;
  transition: top 0.15s;
}
.skip-to-content:focus {
  top: 0;
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* ── Mobile nav toggle ───────────────────────────────────────────────────── */
.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  border-radius: var(--radius);
}
.navbar-toggle:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
.navbar-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--stone);
  border-radius: 2px;
  transition: background 0.2s;
}
.navbar-toggle:hover .navbar-toggle-bar { background: var(--gold); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .navbar-toggle { display: flex; }
  .navbar-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--warm);
    flex-direction: column;
    padding: 0.75rem 1.5rem 1.25rem;
    gap: 0.25rem;
    box-shadow: var(--shadow);
    z-index: 199;
  }
  .navbar-nav.navbar-nav-open { display: flex; }
  .navbar-nav a { padding: 0.5rem 0; font-size: 0.9rem; }
  .navbar-nav .btn { align-self: flex-start; margin-top: 0.25rem; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  .section { padding: 2.5rem 0; }
}

/* ── Onboarding Wizard ───────────────────────────────────────────────────── */
.wizard-container {
  max-width: 860px;
  margin: 2.5rem auto 4rem;
  padding: 0 1.5rem;
}

/* Step progress bar */
.step-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  gap: 0;
}
.step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--warm);
  color: var(--stone-lt);
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--warm);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.step-label {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--stone-lt);
  font-weight: 600;
  transition: color 0.2s;
}
.step-dot.completed .step-number {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.step-dot.completed .step-label { color: var(--gold); }
.step-dot.active .step-number {
  background: var(--stone);
  border-color: var(--stone);
  color: var(--white);
  box-shadow: 0 0 0 4px rgba(74,74,74,0.12);
}
.step-dot.active .step-label { color: var(--stone); }
.step-connector {
  flex: 1;
  height: 2px;
  background: var(--warm);
  margin: 0 4px;
  margin-bottom: 22px;
  max-width: 80px;
  transition: background 0.2s;
}
.step-connector.completed { background: var(--gold); }

/* Wizard step card */
.wizard-step {
  background: var(--white);
  border: 1px solid var(--warm);
  border-radius: 10px;
  padding: 2.25rem 2.5rem;
  box-shadow: var(--shadow);
}
.wizard-step-title {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  color: var(--stone);
}
.wizard-step-desc {
  color: var(--stone-lt);
  margin-bottom: 1.75rem;
  font-size: 0.95rem;
}
.wizard-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--warm);
}
.wizard-optional-section {
  background: var(--cream);
  border: 1px dashed var(--warm);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.wizard-optional-section h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.wizard-optional-section > p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* 3-column form row for step 1 name fields */
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .form-row-3 { grid-template-columns: 1fr; } }

/* Wizard responsive */
@media (max-width: 480px) {
  .wizard-container { padding: 0 1rem; }
  .wizard-step { padding: 1.5rem 1.25rem; }
  .step-label { display: none; }
  .step-connector { max-width: 40px; }
  .plan-cards { grid-template-columns: 1fr; }
}

/* Layout picker — step 2 */
.layout-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) { .layout-picker { grid-template-columns: 1fr; } }
.layout-option {
  border: 2px solid var(--warm);
  border-radius: 8px;
  padding: 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  background: var(--white);
  position: relative;
}
.layout-option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.layout-option:hover { border-color: var(--gold); background: #fdf9f4; }
.layout-option.selected {
  border-color: var(--gold);
  background: #fdf9f4;
  box-shadow: 0 0 0 3px rgba(184,150,106,0.18);
}
.layout-option-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.layout-option-name { font-size: 1rem; font-weight: 600; color: var(--stone); margin-bottom: 0.35rem; }
.layout-option-desc { font-size: 0.8rem; color: var(--stone-lt); line-height: 1.5; }

/* Privacy options — step 4 */
.privacy-options { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.25rem; }
.privacy-option {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 2px solid var(--warm);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: var(--white);
  position: relative;
}
.privacy-option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.privacy-option strong { font-size: 0.95rem; color: var(--stone); }
.privacy-option span { font-size: 0.82rem; color: var(--stone-lt); }
.privacy-option:hover { border-color: var(--gold); background: #fdf9f4; }
.privacy-option.selected {
  border-color: var(--gold);
  background: #fdf9f4;
  box-shadow: 0 0 0 3px rgba(184,150,106,0.18);
}
.form-group-check { margin-top: 0.25rem; }
.form-group-check label { display: flex; align-items: center; gap: 0.6rem; cursor: pointer; font-size: 0.9rem; color: var(--stone); }
.form-group-check input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--gold); flex-shrink: 0; }

/* Plan cards — step 5 */
.plan-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 680px) { .plan-cards { grid-template-columns: 1fr; } }
.plan-card {
  border: 2px solid var(--warm);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--white);
}
.plan-card:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.plan-card-header {
  background: var(--stone);
  padding: 1.25rem;
  text-align: center;
}
.plan-card-header h3 { color: var(--gold); font-size: 1.05rem; margin-bottom: 0.25rem; }
.plan-price { color: var(--white); font-size: 2rem; font-weight: 700; font-family: Arial, sans-serif; }
.plan-price span { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.6); }
.plan-features {
  list-style: none;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.plan-features li {
  font-size: 0.85rem;
  color: var(--stone-lt);
  padding-left: 1.25rem;
  position: relative;
}
.plan-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.btn-full { text-align: center; display: block; margin: 0 1.25rem 1.25rem; width: calc(100% - 2.5rem); }
.plan-trial-cta { text-align: center; padding-top: 0.5rem; }
.plan-trial-cta hr { border: none; border-top: 1px solid var(--warm); margin-bottom: 1.25rem; }
.plan-trial-cta p { margin-bottom: 0.75rem; }
.trial-note { display: block; color: var(--stone-lt); font-size: 0.78rem; margin-top: 0.5rem; font-family: Arial, sans-serif; }

/* Confirmation summary — step 6 */
.confirm-summary {
  background: var(--cream);
  border: 1px solid var(--warm);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
.confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--warm);
  font-size: 0.9rem;
}
.confirm-row:last-child { border-bottom: none; }
.confirm-row span { color: var(--stone-lt); }
.confirm-row strong { color: var(--stone); }

/* Photo upload preview */
.upload-preview-note { display: flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; color: var(--stone-lt); margin-bottom: 0.5rem; }
.upload-preview-img { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; border: 2px solid var(--warm); }
