/* Ask Astrologer — brand surface (Cosmic Brown / Saffron / Gold / Ivory) */
.ask-page {
  --ask-brown: #2C1A0E;
  --ask-saffron: #C84B00;
  --ask-gold: #D4A017;
  --ask-ivory: #FBFAF8;
  --ask-card: #FFFFFF;
  --ask-radius: 20px;
  --ask-radius-input: 12px;
  --ask-radius-pill: 999px;
  --ask-shadow: 0 20px 60px rgba(44, 26, 14, 0.10);
  --ask-section-pad: 88px;
  --ask-muted: rgba(44, 26, 14, 0.62);
  --ask-border: rgba(44, 26, 14, 0.14);
  background: var(--ask-ivory);
  color: var(--ask-brown);
  font-family: var(--an-font-body, system-ui, sans-serif);
  padding-bottom: 96px;
}
@media (max-width: 767.98px) {
  .ask-page { --ask-section-pad: 56px; }
}

.ask-page h1,
.ask-page h2,
.ask-page h3,
.ask-page .ask-display {
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  color: var(--ask-brown);
  letter-spacing: -0.02em;
}

/* Inputs */
.ask-page .form-control,
.ask-page .form-select {
  min-height: 52px;
  border-radius: var(--ask-radius-input);
  border: 1.5px solid var(--ask-border);
  background: #fff;
  color: var(--ask-brown);
  font-size: 1rem;
  padding: 0.65rem 1rem;
  box-shadow: none;
}
.ask-page textarea.form-control {
  min-height: 120px;
  padding-top: 0.85rem;
}
.ask-page .form-control:focus,
.ask-page .form-select:focus {
  border-color: var(--ask-saffron);
  box-shadow: 0 0 0 2px rgba(200, 75, 0, 0.22);
  outline: none;
}
.ask-page .form-label {
  font-weight: 600;
  color: var(--ask-brown);
  margin-bottom: 0.4rem;
}

/* Primary CTA — solid saffron only */
.ask-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 56px;
  padding: 0.85rem 1.5rem;
  border: none;
  border-radius: var(--ask-radius-pill);
  background: var(--ask-saffron);
  color: #FBFAF8 !important;
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(200, 75, 0, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.ask-btn-primary:hover,
.ask-btn-primary:focus {
  background: #b34100;
  color: #FBFAF8 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(200, 75, 0, 0.34);
}
.ask-btn-primary:disabled {
  opacity: 0.65;
  transform: none;
  box-shadow: none;
}
.ask-btn-primary .ask-g-mark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ask-link-edit {
  color: var(--ask-saffron);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}
.ask-link-edit:hover { text-decoration: underline; color: #b34100; }

/* ── Hero ── */
.ask-hero {
  position: relative;
  background: var(--ask-brown);
  color: var(--ask-ivory);
  padding: 72px 0 140px;
  min-height: 440px;
  overflow: hidden;
}
.ask-hero__stars {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 12% 28%, #D4A017 0 1.5px, transparent 2px),
    radial-gradient(circle at 28% 62%, #D4A017 0 1px, transparent 2px),
    radial-gradient(circle at 48% 18%, #FBFAF8 0 1.2px, transparent 2px),
    radial-gradient(circle at 66% 48%, #D4A017 0 1.5px, transparent 2px),
    radial-gradient(circle at 82% 22%, #FBFAF8 0 1px, transparent 2px),
    radial-gradient(circle at 90% 70%, #D4A017 0 1.2px, transparent 2px),
    radial-gradient(circle at 18% 82%, #FBFAF8 0 1px, transparent 2px);
  pointer-events: none;
}
.ask-hero__inner { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.ask-hero__brand {
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 250, 248, 0.72);
  margin-bottom: 0.75rem;
}
.ask-hero h1 {
  color: var(--ask-ivory);
  font-weight: 800;
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}
.ask-hero__sub {
  color: rgba(251, 250, 248, 0.82);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.ask-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.ask-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--ask-radius-pill);
  background: rgba(212, 160, 23, 0.18);
  border: 1px solid rgba(212, 160, 23, 0.45);
  color: var(--ask-gold);
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-weight: 800;
  font-size: 1.05rem;
}
.ask-price-meta { color: rgba(251, 250, 248, 0.7); font-size: 0.92rem; }
.ask-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  color: rgba(251, 250, 248, 0.78);
  font-size: 0.88rem;
}
.ask-trust-row span { white-space: nowrap; }

/* Form card overlapping hero */
.ask-form-wrap {
  margin-top: -88px;
  position: relative;
  z-index: 2;
  padding-bottom: var(--ask-section-pad);
}
.ask-card {
  background: var(--ask-card);
  border-radius: var(--ask-radius);
  box-shadow: var(--ask-shadow);
  padding: 40px;
  border: 1px solid rgba(44, 26, 14, 0.04);
}
@media (max-width: 575.98px) {
  .ask-card { padding: 24px 18px; }
  .ask-form-wrap { margin-top: -64px; }
}

.ask-progress {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.ask-progress__step {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ask-muted);
  padding-bottom: 0.55rem;
  border-bottom: 3px solid rgba(44, 26, 14, 0.08);
}
.ask-progress__step.is-active {
  color: var(--ask-saffron);
  border-bottom-color: var(--ask-saffron);
}
.ask-progress__step.is-done {
  color: var(--ask-brown);
  border-bottom-color: var(--ask-gold);
}

.ask-chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.65rem 0 0.25rem; }
.ask-chip {
  border: 1.5px solid var(--ask-border);
  background: #fff;
  color: var(--ask-brown);
  border-radius: var(--ask-radius-pill);
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.ask-chip:hover,
.ask-chip.is-active {
  border-color: var(--ask-saffron);
  background: rgba(200, 75, 0, 0.06);
  color: var(--ask-saffron);
}
.ask-char-count {
  text-align: right;
  font-size: 0.78rem;
  color: var(--ask-muted);
  margin-top: 0.35rem;
}

.ask-place-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--ask-radius-pill);
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.35);
  color: var(--ask-brown);
  font-size: 0.88rem;
  font-weight: 600;
}
.ask-place-chip .ask-check { color: var(--ask-gold); }

.ask-cta-note {
  text-align: center;
  color: var(--ask-muted);
  font-size: 0.8rem;
  margin: 0.75rem 0 0;
}

/* Sections */
.ask-section {
  padding: var(--ask-section-pad) 0;
}
.ask-section--alt { background: rgba(44, 26, 14, 0.03); }
.ask-section__title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 2rem;
}

.ask-how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .ask-how { grid-template-columns: 1fr; }
}
.ask-how__card {
  background: #fff;
  border-radius: var(--ask-radius);
  padding: 1.75rem 1.35rem;
  text-align: center;
  box-shadow: 0 8px 28px rgba(44, 26, 14, 0.06);
  border: 1px solid rgba(44, 26, 14, 0.05);
}
.ask-how__num {
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.15);
  color: var(--ask-gold);
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ask-how__card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ask-how__card p {
  color: var(--ask-muted);
  font-size: 0.92rem;
  margin: 0;
}

/* Sample answer mock */
.ask-sample-toolbar {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.ask-sample-card {
  background: #fff;
  border-radius: var(--ask-radius);
  box-shadow: var(--ask-shadow);
  padding: 1.75rem;
  border: 1px solid rgba(44, 26, 14, 0.05);
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
.ask-sample-card__fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 72px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.ask-pullquote {
  background: var(--ask-brown);
  color: var(--ask-ivory);
  border-left: 3px solid var(--ask-gold);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.ask-planet-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.ask-planet-badge {
  flex-shrink: 0;
  background: rgba(212, 160, 23, 0.18);
  color: #9a7208;
  border: 1px solid rgba(212, 160, 23, 0.55);
  border-radius: var(--ask-radius-pill);
  padding: 0.25rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  max-width: 7.5rem;
  text-align: center;
  line-height: 1.25;
}
.ask-timeline {
  display: flex;
  gap: 6px;
  margin: 1rem 0 0.65rem;
  min-height: 64px;
}
.ask-timeline__cell {
  flex: 1;
  border-radius: 8px;
  position: relative;
  min-height: 52px;
  padding: 0.35rem 0.25rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15rem;
}
.ask-timeline__cell.is-good { background: rgba(39, 174, 96, 0.35); }
.ask-timeline__cell.is-warn { background: rgba(212, 160, 23, 0.4); }
.ask-timeline__cell.is-neutral { background: rgba(44, 26, 14, 0.08); }
.ask-timeline__cell.is-today {
  box-shadow: inset 0 0 0 2px var(--ask-saffron);
}
.ask-timeline__cell.is-today::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -6px;
  bottom: -6px;
  width: 2px;
  background: var(--ask-saffron);
  transform: translateX(-50%);
  z-index: 0;
}
.ask-timeline__label {
  position: relative;
  z-index: 1;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--ask-brown);
  text-align: center;
  line-height: 1.2;
}
.ask-timeline__lord {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--ask-brown);
}
.ask-timeline__today {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 0.58rem;
  font-weight: 800;
  color: var(--ask-saffron);
  white-space: nowrap;
}
.ask-timeline-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  color: var(--ask-muted);
  font-weight: 600;
}
.ask-legend-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 0.3rem;
  vertical-align: -1px;
}
.ask-legend-swatch.is-good { background: rgba(39, 174, 96, 0.55); }
.ask-legend-swatch.is-warn { background: rgba(212, 160, 23, 0.65); }
.ask-legend-swatch.is-neutral { background: rgba(44, 26, 14, 0.18); }
.ask-timeline-prose {
  white-space: pre-wrap;
  margin: 0;
  line-height: 1.65;
  font-size: 0.95rem;
}

/* Testimonials */
.ask-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .ask-testimonials { grid-template-columns: 1fr; }
}
.ask-testimonial {
  background: #fff;
  border-radius: var(--ask-radius);
  padding: 1.35rem;
  border: 1px solid rgba(44, 26, 14, 0.06);
}
.ask-testimonial__topic {
  color: var(--ask-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.ask-testimonial p {
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
  color: var(--ask-brown);
}
.ask-testimonial__who {
  font-size: 0.82rem;
  color: var(--ask-muted);
  font-weight: 600;
}

/* FAQ — no Bootstrap blue */
.ask-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(44, 26, 14, 0.08);
  background: transparent;
}
.ask-faq .accordion-button {
  background: transparent;
  color: var(--ask-brown);
  font-weight: 650;
  font-size: 0.98rem;
  padding: 0.95rem 0.25rem;
  box-shadow: none !important;
}
.ask-faq .accordion-button:not(.collapsed) {
  background: var(--ask-ivory);
  color: var(--ask-brown);
  border-left: 3px solid var(--ask-saffron);
  padding-left: 0.75rem;
}
.ask-faq .accordion-button::after {
  filter: none;
  background-image: none;
  content: '▾';
  width: auto;
  height: auto;
  font-size: 0.85rem;
  color: var(--ask-gold);
  transform: none;
}
.ask-faq .accordion-button:not(.collapsed)::after {
  content: '▴';
  color: var(--ask-gold);
}
.ask-faq .accordion-body {
  color: var(--ask-muted);
  padding: 0 0.25rem 1rem 0.75rem;
  font-size: 0.92rem;
}

/* Sticky mobile CTA */
.ask-sticky-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1040;
  background: rgba(251, 250, 248, 0.96);
  border-top: 1px solid rgba(44, 26, 14, 0.08);
  padding: 0.75rem 1rem;
  box-shadow: 0 -8px 28px rgba(44, 26, 14, 0.08);
}
.ask-sticky-bar__inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 560px;
  margin: 0 auto;
}
.ask-sticky-bar__price {
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-weight: 800;
  color: var(--ask-brown);
  white-space: nowrap;
}
.ask-sticky-bar .ask-btn-primary { width: auto; flex: 1; min-height: 48px; }
@media (max-width: 767.98px) {
  .ask-sticky-bar.is-visible { display: block; }
}

/* ── Summary ── */
.ask-summary-shell {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  padding: 48px 0 72px;
}
.ask-summary-card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.ask-order-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  font-size: 0.95rem;
  color: var(--ask-brown);
}
.ask-order-row--total {
  border-top: 1px solid rgba(44, 26, 14, 0.12);
  margin-top: 0.5rem;
  padding-top: 0.9rem;
  font-weight: 800;
  font-family: var(--an-font-heading, 'Sora', system-ui, sans-serif);
  font-size: 1.1rem;
}
.ask-order-muted { color: var(--ask-muted); font-size: 0.85rem; }
.ask-block {
  border: 1px solid rgba(44, 26, 14, 0.08);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.85rem;
  background: #fff;
}
.ask-block__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.35rem;
}
.ask-block__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ask-muted);
}
.ask-checklist { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.ask-checklist li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  font-size: 0.9rem;
  color: var(--ask-brown);
}
.ask-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ask-gold);
  font-weight: 700;
}
.ask-pay-logos {
  text-align: center;
  margin-top: 0.85rem;
  font-size: 0.78rem;
  color: var(--ask-muted);
}
.ask-birth-strip {
  font-size: 0.88rem;
  color: var(--ask-muted);
  margin-top: 0.35rem;
}

/* ── Answer pending ── */
.ask-answer-shell { padding: 40px 0 48px; max-width: 820px; margin: 0 auto; }
.ask-stepper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
}
.ask-stepper__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--ask-muted);
}
.ask-stepper__item.is-done { color: var(--ask-brown); font-weight: 600; }
.ask-stepper__item.is-active { color: var(--ask-saffron); font-weight: 700; }
.ask-stepper__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.ask-stepper__item.is-active .ask-stepper__dot {
  animation: ask-pulse 1.2s ease-in-out infinite;
}
@keyframes ask-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 75, 0, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(200, 75, 0, 0); }
}
.ask-eta { color: var(--ask-muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.ask-skeleton {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(44, 26, 14, 0.06);
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.ask-skeleton__line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(44,26,14,0.06), rgba(44,26,14,0.12), rgba(44,26,14,0.06));
  background-size: 200% 100%;
  animation: ask-shimmer 1.4s linear infinite;
  margin-bottom: 0.55rem;
}
.ask-skeleton__line--short { width: 40%; }
.ask-skeleton__line--mid { width: 70%; }
@keyframes ask-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ask-poll-pulse {
  font-size: 0.82rem;
  color: var(--ask-muted);
}
.ask-poll-pulse.is-checking::after {
  content: ' checking…';
  color: var(--ask-saffron);
  font-weight: 600;
}

/* Answer ready */
.ask-answer-h1 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.ask-identity-strip {
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ask-muted);
  line-height: 1.55;
  margin: 0 0 0.75rem;
}
.ask-generated-on {
  font-size: 0.78rem;
  color: var(--ask-muted);
  margin: -0.5rem 0 1.25rem;
}
.ask-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 1.5rem;
}
.ask-meta-chip {
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.35);
  color: var(--ask-brown);
  border-radius: var(--ask-radius-pill);
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 650;
}
.ask-section-block { margin-bottom: 1.5rem; }
.ask-section-block h2,
.ask-section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ask-muted);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.ask-do-avoid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
@media (max-width: 575.98px) {
  .ask-do-avoid { grid-template-columns: 1fr; }
}
.ask-tint-card {
  border-radius: 14px;
  padding: 1rem 1.1rem;
  font-size: 0.92rem;
}
.ask-tint-card--do { background: rgba(39, 174, 96, 0.1); border: 1px solid rgba(39, 174, 96, 0.25); }
.ask-tint-card--avoid { background: rgba(212, 160, 23, 0.12); border: 1px solid rgba(212, 160, 23, 0.3); }
.ask-remedy-card {
  border: 1.5px solid rgba(212, 160, 23, 0.45);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(212, 160, 23, 0.06);
}
.ask-remedy-card__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ask-gold);
  margin-bottom: 0.5rem;
}
.ask-disclaimer {
  font-size: 0.8rem;
  color: var(--ask-muted);
  background: var(--ask-ivory);
  border-radius: 12px;
  padding: 0.85rem 1rem;
}
.ask-feedback-block {
  margin: 1.25rem 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--ask-border);
  background: #fff;
}
.ask-feedback-block__title {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.25rem;
}
.ask-feedback-block__hint {
  font-size: 0.82rem;
  color: var(--ask-muted);
  margin: 0 0 0.75rem;
}
.ask-feedback-stars { display: flex; gap: 0.25rem; margin-bottom: 0.75rem; }
.ask-timeline__sub {
  position: relative;
  z-index: 1;
  font-size: 0.58rem;
  color: var(--ask-muted);
  font-weight: 600;
}
.ask-focus-picker {
  margin: 0.75rem 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1.5px solid rgba(200, 75, 0, 0.35);
  background: rgba(200, 75, 0, 0.06);
}
.ask-focus-picker__title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ask-brown);
}
.ask-focus-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ask-focus-option {
  border: 1.5px solid var(--ask-border);
  background: #fff;
  color: var(--ask-brown);
  border-radius: var(--ask-radius-pill);
  padding: 0.45rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.ask-focus-option.is-active {
  border-color: var(--ask-saffron);
  color: var(--ask-saffron);
  background: rgba(200, 75, 0, 0.08);
}
.ask-feedback-star {
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  color: rgba(44, 26, 14, 0.2);
  cursor: pointer;
  padding: 0 0.1rem;
  transition: color 0.15s ease, transform 0.15s ease;
}
.ask-feedback-star:hover { color: var(--ask-gold); transform: scale(1.08); }
.ask-feedback-star.is-on { color: var(--ask-gold); }
.ask-answer-shell {
  font-size: 1rem;
  line-height: 1.7;
}
.ask-pullquote { font-size: 1.0625rem; line-height: 1.7; }
.ask-planet-row, .ask-timeline-prose, .ask-tint-card { font-size: 1rem; line-height: 1.7; }
.ask-feedback-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.ask-feedback-chip {
  border: 1.5px solid var(--ask-border);
  background: #fff;
  color: var(--ask-brown);
  border-radius: var(--ask-radius-pill);
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}
.ask-feedback-chip.is-active {
  border-color: var(--ask-saffron);
  color: var(--ask-saffron);
  background: rgba(200, 75, 0, 0.06);
}
.ask-feedback-status {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ask-saffron);
}
.ask-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.85rem 0;
  background: linear-gradient(transparent, var(--ask-ivory) 28%);
  z-index: 5;
}
.ask-actions .ask-btn-primary { width: auto; flex: 1; min-width: 140px; min-height: 48px; font-size: 0.95rem; }
.ask-btn-ghost {
  flex: 1;
  min-width: 120px;
  min-height: 48px;
  border-radius: var(--ask-radius-pill);
  border: 1.5px solid var(--ask-border);
  background: #fff;
  color: var(--ask-brown);
  font-weight: 700;
  font-size: 0.9rem;
}
.ask-crosssell {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 1.35rem;
  border-radius: var(--ask-radius);
  background: var(--ask-brown);
  color: var(--ask-ivory);
}
.ask-crosssell h3 { color: var(--ask-ivory); font-size: 1.15rem; margin-bottom: 0.5rem; }
.ask-crosssell p { color: rgba(251,250,248,0.78); margin-bottom: 1rem; font-size: 0.92rem; }
.ask-crosssell a {
  display: inline-flex;
  align-items: center;
  background: var(--ask-gold);
  color: var(--ask-brown) !important;
  font-weight: 800;
  border-radius: var(--ask-radius-pill);
  padding: 0.65rem 1.2rem;
  text-decoration: none;
}

/* Indic script comfort */
.ask-page.ask-lang-te,
.ask-page.ask-lang-hi,
.ask-page.ask-lang-mr,
.ask-page.ask-lang-gu,
.ask-page.ask-lang-bn,
.ask-page.ask-lang-as,
.ask-page.ask-lang-pa,
.ask-page.ask-lang-or,
.ask-page.ask-lang-ta,
.ask-page.ask-lang-kn,
.ask-page.ask-lang-ml {
  font-family: var(--ask-script-font, inherit);
  font-size: 1.02rem;
  line-height: 1.9;
}
.ask-page.ask-lang-te .ask-pullquote,
.ask-page.ask-lang-te .ask-planet-row,
.ask-page.ask-lang-te .ask-timeline-prose,
.ask-page.ask-lang-te .ask-tint-card,
.ask-page.ask-lang-te .ask-remedy-card {
  line-height: 1.9;
  font-size: 1.05rem;
}
