:root {
  /* Brand palette aligned to the GyanAnklan logo / hero */
  --bg: #e8f4f8;
  --bg-soft: #f2f8fb;
  --card: #f3f9fc;
  --card-border: #c9dceb;
  --text: #163a5f;
  --muted: #5b7390;
  --border: #c5d6ea;
  --shell-border: #b7cce3;
  --accent: #2f6fad;
  --accent-2: #3d8bfd;
  --brand-navy: #163a5f;
  --brand-green: #0f9d58;
  --brand-orange: #e67a2e;
  --brand-coral: #e4572e;
  --brand-purple: #7b5ea7;
  --lavender: #ebe4ff;
  --lavender-border: #d4c8f5;
  --success: #0f9d58;
  --shadow: 0 16px 40px rgba(22, 58, 95, 0.11);
  --razorpay: #072654;
}

* {
  box-sizing: border-box;
}

/* HTML `hidden` must beat author `display: flex|grid|…` rules (UA stylesheet loses otherwise). */
[hidden] {
  display: none !important;
}

.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;
}

html {
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
  color-scheme: light;
}

body.landing-page {
  margin: 0;
  min-height: 100dvh;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: auto;
  font-family: "Avenir Next", "Segoe UI", "Nunito Sans", system-ui, -apple-system, sans-serif;
  color: var(--text);
  /*
   * Sky→mint wash + logo-echo pattern (path, leaves, step bars).
   * Pattern opacity is intentional so it reads on desktop and mobile.
   */
  background-color: #dceef6;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%23163a5f' stroke-width='1.6' stroke-opacity='0.14' stroke-linecap='round'%3E%3Cpath d='M-30 250C40 200 90 290 160 240S250 150 340 200'/%3E%3Cpath d='M-20 90C50 140 120 50 190 100S280 170 380 110'/%3E%3Cpath stroke-dasharray='5 7' d='M20 300C80 270 140 320 200 290S300 240 360 270'/%3E%3C/g%3E%3Cg fill='%230f9d58' fill-opacity='0.12'%3E%3Cpath d='M52 58c11-20 30-20 41 0-11 20-30 20-41 0z'/%3E%3Cpath d='M268 286c9-16 24-16 33 0-9 16-24 16-33 0z'/%3E%3Cpath d='M300 72c7-13 20-13 27 0-7 13-20 13-27 0z'/%3E%3C/g%3E%3Cg fill='%23e67a2e' fill-opacity='0.11'%3E%3Cpath d='M98 292c9-16 24-16 33 0-9 16-24 16-33 0z'/%3E%3Cpath d='M210 48c6-11 16-11 22 0-6 11-16 11-22 0z'/%3E%3C/g%3E%3Cg fill='%237b5ea7' fill-opacity='0.1'%3E%3Crect x='168' y='300' width='14' height='10' rx='2'/%3E%3Crect x='186' y='288' width='14' height='22' rx='2'/%3E%3Crect x='204' y='274' width='14' height='36' rx='2'/%3E%3C/g%3E%3Cg fill='%233d8bfd' fill-opacity='0.1'%3E%3Ccircle cx='320' cy='200' r='10'/%3E%3Ccircle cx='60' cy='180' r='7'/%3E%3Ccircle cx='140' cy='140' r='5'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse 120% 65% at 50% -6%, rgba(150, 205, 236, 0.75), transparent 56%),
    radial-gradient(ellipse 55% 42% at 6% 48%, rgba(15, 157, 88, 0.14), transparent 60%),
    radial-gradient(ellipse 50% 40% at 96% 36%, rgba(230, 122, 46, 0.12), transparent 58%),
    radial-gradient(ellipse 70% 50% at 70% 100%, rgba(123, 94, 167, 0.1), transparent 62%),
    linear-gradient(180deg, #d9eef8 0%, #ddeff4 36%, #e2f3eb 70%, #dceef6 100%);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, top center, top left, top right, bottom right, center;
  background-size: 280px 280px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-attachment: scroll;
  padding: 0;
}

.landing-shell {
  width: 100%;
  min-width: 320px;
  min-height: 100dvh;
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.landing-header {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: transparent;
  overflow: visible;
}

.landing-header picture {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  line-height: 0;
  overflow: visible;
  background: transparent;
}

.landing-hero {
  display: block;
  /* Full device width; height follows image — no side bars, no crop. */
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  vertical-align: top;
  background: transparent;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
}

.landing-main {
  flex: 1 0 auto;
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.85rem;
  padding: 0.35rem 1rem 1.5rem;
  overflow: visible;
  position: relative;
  background: transparent;
}

.landing-full-width {
  grid-column: 1 / -1;
}

.landing-subtext {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.feedback-input-wrap {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}

.feedback-input-wrap.is-locked .feedback-input {
  opacity: 0.55;
  cursor: not-allowed;
  background: rgba(248, 250, 252, 0.95);
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.feedback-field-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.feedback-identity-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  width: 100%;
}

.feedback-name-wrap,
.feedback-email-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}

.feedback-name-input,
.feedback-email-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.98);
}

.feedback-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 5.5rem;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.98);
}

.feedback-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
}

.feedback-submit-link {
  color: var(--accent);
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: underline;
}

.feedback-submit-link.is-disabled {
  color: #9aa8b8;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}

.feedback-submit-hint {
  font-size: 0.72rem;
  color: var(--muted);
}

.feedback-input::placeholder {
  color: var(--muted);
}

.feedback-subheading {
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
}

.feedback-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.6rem;
}

.feedback-grid.is-expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.7rem 0.75rem;
  overflow: hidden;
}

.testimonial-name {
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--text);
  margin-bottom: 0.25rem;
}

.testimonial-body {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.feedback-view-more-row {
  margin-top: 0.65rem;
  display: flex;
  justify-content: center;
}

.view-more-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-weight: 800;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.35rem 0.25rem;
  text-decoration: underline;
}

.thanks-actions {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.thanks-links {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
}

.thanks-links a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.thanks-links a:hover {
  text-decoration: underline;
}

.testimonial-card.hidden {
  display: none !important;
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  font-size: 0.82rem;
}

.cta-primary {
  color: #fff;
  background: linear-gradient(135deg, #2f6fad, #3d8bfd);
  box-shadow: 0 12px 26px rgba(61, 139, 253, 0.18);
}

.cta-secondary {
  color: var(--accent);
  background: #fff;
  border: 1px solid var(--border);
}

.landing-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 0.85rem 0.95rem;
  min-height: 0;
  overflow: visible;
  box-shadow: 0 8px 28px rgba(61, 120, 180, 0.12);
  backdrop-filter: blur(10px);
}

.landing-card h1,
.landing-card h2 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.mode-tab {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 0.45rem 0.45rem;
  font: inherit;
  font-size: 0.76rem;
  color: var(--text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
  font-weight: 700;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.mode-tab .mode-label {
  font-weight: 700;
}

.mode-tab .mode-rate-row {
  display: inline-flex;
  align-items: baseline;
  gap: 0.12rem;
}

.mode-tab .mode-rate {
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 500;
}

.mode-tab .mode-rate-note {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  cursor: help;
}

.mode-rate-footnote {
  margin: -0.15rem 0 0.55rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--muted);
}

.mode-rate-footnote a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.mode-rate-footnote a:hover {
  text-decoration: underline;
}

.mode-tab.is-active {
  border-color: #7eb6f5;
  background: linear-gradient(180deg, #e8f3ff, #dceeff);
  box-shadow: 0 0 0 1px rgba(61, 139, 253, 0.12);
}

.duration-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.duration-value {
  color: var(--text);
  font-weight: 700;
}

.duration-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 0.45rem;
}

.duration-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.duration-field input {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.duration-field input[readonly] {
  background: #eef5fc;
  color: var(--text);
  font-weight: 700;
}

.price-panel {
  margin-top: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0ebff, #ebe4ff);
  border: 1px solid var(--lavender-border);
}

.price-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.price-total {
  margin: 0.3rem 0 0;
  font-size: 1.12rem;
  color: var(--text);
}

.muted {
  color: var(--muted);
}

.plan-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.plan-tile {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 0.7rem 0.75rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.plan-tile:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 24px rgba(61, 139, 253, 0.12);
  transform: translateY(-1px);
}

.plan-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(61, 139, 253, 0.12);
  color: var(--accent);
  margin-bottom: 0.4rem;
}

.plan-icon svg {
  display: block;
}

.plan-tile strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.plan-copy {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.landing-footer {
  flex: 0 0 auto;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0.55rem 1rem max(0.85rem, env(safe-area-inset-bottom));
  text-align: center;
  color: var(--muted);
  font-size: 0.72rem;
  border-top: none;
  background: transparent;
}

.landing-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.35rem;
  padding: 0;
  list-style: none;
}

.landing-footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.72rem;
}

.landing-footer-links a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.landing-toast {
  position: fixed;
  top: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  max-width: min(92%, 520px);
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  background: #991b1b;
  color: #fff;
  font-size: 0.82rem;
}

.landing-toast.hidden {
  display: none !important;
}

.payment-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 40;
}

.payment-overlay.hidden,
.payment-overlay[hidden] {
  display: none !important;
}

.payment-modal {
  width: min(440px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}

.payment-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 0.85rem 1rem;
  background: var(--razorpay);
  color: #fff;
}

.payment-kicker {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.payment-header h2 {
  margin: 0.15rem 0 0;
  font-size: 1rem;
}

.payment-close {
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.payment-body {
  padding: 0.85rem 1rem 1rem;
}

.payment-summary {
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #f8fafc;
  margin-bottom: 0.75rem;
  font-size: 0.86rem;
}

.payment-summary p {
  margin: 0.15rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.payment-amount-row strong {
  color: var(--razorpay);
}

.payment-discount-row {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
}

.payment-discount-block {
  grid-column: 1 / -1;
  margin: 0.15rem 0 0.35rem;
}

.payment-discount-toggle {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted, #667788);
  font-weight: 500;
  cursor: pointer;
}

.payment-discount-toggle input {
  width: auto;
  margin: 0;
  accent-color: #3b5b7a;
}

.payment-discount-entry {
  margin-top: 0.4rem;
}

.payment-discount-entry[hidden] {
  display: none !important;
}

.payment-discount-row-controls {
  display: flex;
  gap: 0.45rem;
  align-items: stretch;
}

.payment-discount-row-controls input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  font: inherit;
  font-size: 0.88rem;
}

.payment-discount-apply {
  flex: 0 0 auto;
  border: 1px solid #c5d0de;
  background: #f4f7fb;
  color: #1e3a5f;
  border-radius: 8px;
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.payment-discount-apply:hover {
  background: #e8eef6;
}

.payment-form label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.payment-form label.payment-bulk-only {
  display: none !important;
}

.payment-form label.payment-bulk-only.is-visible {
  display: flex !important;
}

.payment-form input {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.55rem 0.65rem;
  font: inherit;
}

.payment-form textarea {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.55rem 0.65rem;
  font: inherit;
  resize: vertical;
  min-height: 4.5rem;
}

.payment-form .full-width {
  grid-column: 1 / -1;
}

.payment-field-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--muted, #667788);
}

.payment-field-hint.is-error {
  color: #9b1c1c;
}

.field-required {
  color: #ef4444;
  font-weight: 700;
}

.field-optional {
  color: var(--muted);
  font-size: 0.82em;
}

.required {
  color: #b45309;
  font-size: 0.72rem;
}

.payment-method-wrap {
  margin: 0.75rem 0 0.25rem;
}

.payment-method-wrap.hidden,
.payment-method-wrap[hidden] {
  display: none !important;
}

.payment-method-label {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: var(--muted, #6b7280);
}

.payment-method-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.payment-method-tab {
  flex: 1 1 auto;
  min-width: 7rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.5rem;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.payment-method-tab.is-active {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  font-weight: 600;
}

.bank-transfer-panel {
  margin: 0.75rem 0;
  padding: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.65rem;
  background: rgba(248, 250, 252, 0.9);
}

.bank-transfer-panel.hidden,
.bank-transfer-panel[hidden] {
  display: none !important;
}

.bank-transfer-intro {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.bank-details {
  display: grid;
  gap: 0.45rem 1rem;
  margin: 0 0 0.85rem;
}

.bank-details div {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.5rem;
  align-items: baseline;
}

.bank-details dt {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted, #6b7280);
}

.bank-details dd {
  margin: 0;
  font-size: 0.92rem;
  word-break: break-word;
}

.bank-order-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
}

.payment-note {
  margin: 0 0 0.7rem;
  font-size: 0.75rem;
  line-height: 1.35;
}

.payment-submit {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  cursor: pointer;
}

.payment-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.payment-submit.secondary {
  background: #e2e8f0;
  color: var(--text);
}

.payment-success {
  text-align: center;
  padding: 0.35rem 0 0.15rem;
}

.payment-success.hidden,
.payment-success[hidden] {
  display: none !important;
}

.success-title {
  margin: 0;
  font-size: 1.05rem;
  color: var(--success);
  font-weight: 700;
}

.success-copy {
  color: var(--muted);
  line-height: 1.4;
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  body.landing-page {
    background-size: 220px 220px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }

  .landing-header picture {
    width: 100%;
  }

  .landing-hero {
    width: 100%;
    max-height: none;
  }

  .landing-main {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 0.4rem 0.85rem 1.25rem;
    gap: 0.75rem;
  }

  .feedback-grid.is-expanded {
    grid-template-columns: minmax(0, 1fr);
  }

  .mode-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .mode-tab {
    min-width: 0;
  }

  .plan-tiles {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .plan-tile {
    flex: none;
    width: 100%;
  }

  .landing-footer {
    width: 100%;
    padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .feedback-identity-row {
    grid-template-columns: 1fr;
  }
  .landing-hero {
    width: 100%;
    max-height: none;
  }

  .landing-header {
    padding-top: 0;
  }
}

.continuation-banner {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: #e8f3ff;
  color: #163a5f;
  font-size: 0.95rem;
  line-height: 1.4;
}

.continuation-banner.hidden,
.continuation-banner[hidden] {
  display: none !important;
}
