:root {
  --bg: #fffaf4;
  --bg-soft: #f6efe7;
  --card: rgba(255, 255, 255, 0.78);
  --card-strong: rgba(255, 255, 255, 0.94);
  --text: #211827;
  --muted: #716579;
  --line: rgba(76, 55, 92, 0.13);
  --accent: #8a5cf6;
  --accent-2: #17a398;
  --gold: #d89121;
  --rose: #f6c7d5;
  --shadow: 0 24px 70px rgba(79, 55, 97, .13);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(246,199,213,.55), transparent 31rem),
    radial-gradient(circle at 92% 12%, rgba(23,163,152,.18), transparent 27rem),
    radial-gradient(circle at 50% 100%, rgba(216,145,33,.14), transparent 32rem),
    linear-gradient(180deg, #fffaf4 0%, #f9f4ff 48%, #fffaf4 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px min(5vw, 64px);
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 244, .78);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display:grid; place-items:center; width: 34px; height:34px; border-radius: 12px; background: linear-gradient(135deg,var(--accent),#f0c6ff); color:#fff; box-shadow: 0 10px 24px rgba(138,92,246,.25); }
nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
nav a:hover { color: var(--text); }
.section { padding: 92px min(5vw, 64px); }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 16px; color: var(--accent-2); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; font-size: clamp(44px, 6.8vw, 88px); line-height: .94; letter-spacing: -.075em; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { letter-spacing: -.025em; }
.lead { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { border: 0; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(138,92,246,.15); }
.primary { background: linear-gradient(135deg, var(--accent), #b88cff); color: #fff; }
.secondary { background: rgba(255,255,255,.68); border: 1px solid var(--line); color: var(--text); }
.full { width: 100%; }
.trust-row { display:flex; flex-wrap:wrap; gap: 10px; color: var(--muted); }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); }
.map-card { position: relative; min-height: 560px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(246,239,231,.72)); box-shadow: var(--shadow); overflow: hidden; }
.map-card::before { content:""; position:absolute; inset: 12%; border: 1px solid rgba(138,92,246,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(138,92,246,.035), 0 0 0 140px rgba(23,163,152,.025); }
.map-card::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(138,92,246,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(138,92,246,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle, #000 10%, transparent 72%); }
.line { position:absolute; width: 2px; height: 130%; top:-15%; background: linear-gradient(transparent, var(--accent), transparent); opacity:.72; transform-origin:center; z-index:1; }
.line-a { left: 35%; transform: rotate(17deg); }
.line-b { left: 58%; transform: rotate(-24deg); background: linear-gradient(transparent, var(--accent-2), transparent); }
.line-c { left: 74%; transform: rotate(8deg); background: linear-gradient(transparent, var(--gold), transparent); }
.orb { position:absolute; width: 90px; height:90px; border-radius:50%; filter: blur(.2px); z-index:2; }
.sun { top: 14%; left: 14%; background: radial-gradient(circle, #fff8dc, #f7bd62 58%, transparent 72%); }
.venus { right: 16%; top: 24%; background: radial-gradient(circle, #fff0f7, #df9bc9 58%, transparent 72%); }
.jupiter { left: 38%; bottom: 12%; background: radial-gradient(circle, #eafffb, #73d8cf 58%, transparent 72%); }
.city { position:absolute; z-index:3; padding: 8px 12px; background: rgba(255,255,255,.82); border:1px solid var(--line); border-radius:999px; color: var(--text); font-weight:750; font-size:13px; box-shadow: 0 12px 28px rgba(79,55,97,.1); }
.city-1 { left: 28%; top: 42%; }.city-2 { right: 16%; bottom: 27%; }.city-3 { right: 28%; top: 53%; }
.section-heading { max-width: 800px; margin: 0 auto 36px; text-align: center; color: var(--muted); }.section-heading h2 { color: var(--text); }.section-heading.left { margin-left:0; text-align:left; }
.calculator-grid { display: grid; grid-template-columns: 410px 1fr; gap: 24px; align-items: start; }
.form-card, .report-card, .feature-card, .steps div, .content-narrow, details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.form-card { padding: 24px; display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 750; }
input { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.78); color: var(--text); border-radius: 16px; padding: 15px 14px; font: inherit; outline: none; }
input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(138,92,246,.12); }
.small-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; }
.report-card { min-height: 500px; padding: 28px; background: rgba(255,255,255,.7); }
.empty-state { height: 440px; display:grid; place-content:center; text-align:center; color: var(--muted); }.empty-icon { font-size: 54px; color: var(--gold); }
.report-header { display:flex; justify-content:space-between; gap: 18px; margin-bottom: 24px; padding-bottom: 18px; border-bottom:1px solid var(--line); }
.badge { display:inline-flex; padding: 8px 11px; border-radius: 999px; background: rgba(23,163,152,.10); color: #0c7b73; font-weight:850; font-size:12px; }
.score-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }.score { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.68); border: 1px solid rgba(76,55,92,.08); }.score b { display:block; font-size: 26px; color: var(--gold); }.score span { color: var(--muted); font-size: 13px; }
.report-section { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }.report-section p { color: var(--muted); line-height: 1.65; }
.feature-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.feature-card { padding: 24px; }.feature-card p, .steps p, .content-narrow p, details p { color: var(--muted); line-height: 1.65; }
.steps { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.steps div { padding: 24px; }.steps span { color: var(--accent-2); font-weight:900; }
.content-narrow { max-width: 920px; margin: 0 auto; padding: 34px; }
.faq-list { max-width: 920px; margin: 0 auto; display:grid; gap: 12px; } details { padding: 20px 24px; } summary { cursor:pointer; font-weight:850; }
.site-footer { padding: 34px min(5vw, 64px); border-top: 1px solid var(--line); color: var(--muted); text-align:center; }
@media (max-width: 980px) { .hero, .calculator-grid { grid-template-columns: 1fr; } .map-card { min-height: 420px; } .feature-grid, .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { nav { display:none; } .section { padding: 64px 20px; } .feature-grid, .steps, .score-grid { grid-template-columns: 1fr; } .report-header { display:block; } }

/* обновление: автоподсказки и улучшенная карта */
.autocomplete { position: relative; }
.suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
  display: none;
  max-height: 236px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(79,55,97,.16);
  padding: 8px;
}
.suggestions.show { display: grid; gap: 4px; }
.suggestion-item {
  border: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  font: inherit;
}
.suggestion-item:hover { background: rgba(138,92,246,.09); }
.suggestion-item span { display:block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.hero-map { background: linear-gradient(145deg, #ffffff, #eef7ff); }
.world-grid { position:absolute; inset:0; background-image: linear-gradient(rgba(138,92,246,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(138,92,246,.055) 1px, transparent 1px); background-size: 42px 42px; }
.continent { position:absolute; z-index:1; border-radius: 46% 54% 56% 44%; background: rgba(201,222,198,.72); border: 1px solid rgba(111,145,112,.14); filter: blur(.1px); }
.c1 { width: 190px; height: 120px; left: 11%; top: 23%; transform: rotate(-9deg); }
.c2 { width: 110px; height: 150px; left: 31%; bottom: 14%; transform: rotate(14deg); }
.c3 { width: 250px; height: 130px; right: 17%; top: 24%; transform: rotate(5deg); }
.c4 { width: 210px; height: 120px; right: 10%; bottom: 18%; transform: rotate(-4deg); }
.city-4 { right: 10%; top: 38%; }

.interactive-map-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: stretch;
}
.map-toolbar {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 850;
  cursor: pointer;
}
.chip.active, .chip:hover { color: #fff; background: linear-gradient(135deg, var(--accent), #b88cff); border-color: transparent; }
.interactive-map, .map-inspector {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.interactive-map { min-height: 520px; }
.interactive-map svg { display:block; width:100%; height:100%; min-height: 520px; }
.land { fill: rgba(188, 218, 188, .76); stroke: rgba(88, 128, 89, .18); stroke-width: 1.5; }
.astro-line { fill: none; stroke-width: 4.5; stroke-linecap: round; opacity: .84; filter: drop-shadow(0 10px 12px rgba(79,55,97,.13)); transition: opacity .2s ease, stroke-width .2s ease; }
.astro-line.dim { opacity: .11; }
.astro-line.active-line { stroke-width: 7; opacity: 1; }
.astro-line.career { stroke: #d89121; }
.astro-line.love { stroke: #df75ad; }
.astro-line.growth { stroke: #17a398; }
.astro-line.home { stroke: #7c8ff0; }
.astro-line.drive { stroke: #e46e52; }
.map-marker {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(76,55,92,.13);
  box-shadow: 0 12px 24px rgba(79,55,97,.11);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.map-marker span { width: 10px; height:10px; border-radius:50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(138,92,246,.14); }
.map-marker.selected { background: #fff8df; border-color: rgba(216,145,33,.25); }
.map-marker.selected span { background: var(--gold); box-shadow: 0 0 0 7px rgba(216,145,33,.18); }
.map-legend {
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.map-legend span { display:flex; align-items:center; gap:7px; color: var(--muted); font-size: 12px; font-weight: 800; }
.map-legend i { width:9px; height:9px; border-radius:50%; display:inline-block; }
.career-dot { background:#d89121; }.love-dot { background:#df75ad; }.growth-dot { background:#17a398; }.home-dot { background:#7c8ff0; }.drive-dot { background:#e46e52; }
.map-inspector { padding: 26px; }
.map-inspector p { color: var(--muted); line-height: 1.65; }
.map-inspector .mini-list { display:grid; gap: 10px; margin-top: 20px; }
.map-inspector .mini-list div { padding: 12px; border-radius: 16px; background: rgba(255,255,255,.68); border: 1px solid rgba(76,55,92,.08); }
@media (max-width: 980px) { .interactive-map-wrap { grid-template-columns: 1fr; } .map-toolbar { grid-column:auto; } }

/* обновление: расширенный отчет по жизненным направлениям */
.report-intro { color: var(--muted); line-height: 1.72; font-size: 16px; }
.report-block-title { margin: 28px 0 8px; padding: 18px 20px; border-radius: 22px; background: rgba(138,92,246,.075); border: 1px solid rgba(138,92,246,.12); }
.report-block-title span { display:block; color: var(--accent); font-weight: 900; letter-spacing: -.01em; margin-bottom: 5px; }
.report-block-title p { margin: 0; color: var(--muted); line-height: 1.55; }
.direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.direction-grid .report-section { margin-top: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); }
.direction-grid .report-section h3 { margin-bottom: 8px; }
.practical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.report-section.practical { margin-top: 0; padding: 20px; border: 1px solid rgba(23,163,152,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(23,163,152,.10), rgba(255,255,255,.72)); }
.report-section.practical.warning { border-color: rgba(216,145,33,.22); background: linear-gradient(145deg, rgba(216,145,33,.12), rgba(255,255,255,.72)); }
.section-kicker { display:inline-flex; margin-bottom: 8px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.feature-grid.extended { grid-template-columns: repeat(4, 1fr); }
.score-grid { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) { .score-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .direction-grid, .practical-grid, .feature-grid.extended { grid-template-columns: 1fr; } }

/* обновление: масштабирование карты */
.map-zoom-layer {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  transition: transform .22s ease;
  will-change: transform;
}
.map-zoom-controls {
  position: absolute;
  z-index: 20;
  top: 18px;
  right: 18px;
  display: inline-flex;
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(79,55,97,.12);
  backdrop-filter: blur(12px);
}
.map-zoom-controls button {
  min-width: 38px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(138,92,246,.09);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.map-zoom-controls button:hover { background: rgba(138,92,246,.18); }
#mapZoomReset { min-width: 58px; font-size: 12px; color: var(--muted); }
@media (max-width: 640px) {
  .map-zoom-controls { top: 12px; right: 12px; }
  .map-zoom-controls button { min-width: 34px; height: 34px; }
}

/* обновление: более честная шкала оценок */
.balance-note {
  margin: 16px 0 20px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(76,55,92,.045);
  border: 1px solid rgba(76,55,92,.08);
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.score b { color: var(--gold); }
.score-high b { color: #13956c; }
.score-good b { color: #17a398; }
.score-mid b { color: #d89121; }
.score-low b { color: #d07830; }
.score-hard b { color: #bd4b4b; }
.score-high { background: rgba(23,163,152,.09); }
.score-good { background: rgba(23,163,152,.06); }
.score-mid { background: rgba(216,145,33,.08); }
.score-low { background: rgba(216,145,33,.12); }
.score-hard { background: rgba(189,75,75,.10); }

/* обновление: автономная интерактивная карта мира без внешних тайлов */
.wide-map-section { padding-top: 86px; }
.full-map-wrap {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}
.map-layer-toolbar { align-items: center; }
.map-shell {
  position: relative;
  min-height: 720px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: linear-gradient(180deg, #eef8ff 0%, #f8fcff 100%);
  box-shadow: var(--shadow);
}
.offline-world-map {
  width: 100%;
  height: 720px;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.offline-world-map.is-dragging { cursor: grabbing; }
.world-map-canvas {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  will-change: transform;
}
.world-svg { width: 100%; height: 100%; display: block; }
.ocean-grid line { stroke: rgba(76,55,92,.09); stroke-width: 1; }
.land-shape {
  fill: #fff8ed;
  stroke: rgba(76,55,92,.18);
  stroke-width: 1.4;
  filter: drop-shadow(0 8px 12px rgba(79,55,97,.08));
}
.land-shape.alt { fill: #f7f1ff; }
.astro-svg-line {
  fill: none;
  stroke-width: 4.4;
  stroke-linecap: round;
  opacity: .82;
  cursor: pointer;
  filter: drop-shadow(0 4px 7px rgba(79,55,97,.12));
  transition: opacity .18s ease, stroke-width .18s ease;
}
.astro-svg-line:hover { opacity: 1 !important; stroke-width: 7; }
.city-dot {
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}
.city-dot circle {
  fill: #ffffff;
  stroke: #4c375c;
  stroke-width: 1.8;
  filter: drop-shadow(0 4px 8px rgba(79,55,97,.18));
}
.city-dot text {
  font-size: 10px;
  font-weight: 800;
  fill: #4c375c;
  paint-order: stroke;
  stroke: rgba(255,255,255,.95);
  stroke-width: 4px;
  stroke-linejoin: round;
}
.city-dot:hover { opacity: 1; }
.selected-city circle {
  fill: var(--gold);
  stroke: #ffffff;
  stroke-width: 3;
}
.selected-city text { font-size: 13px; fill: #2c2037; }
.map-tooltip {
  position: absolute;
  z-index: 40;
  min-width: 180px;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(76,55,92,.12);
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
  box-shadow: 0 16px 36px rgba(79,55,97,.16);
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease;
  backdrop-filter: blur(12px);
}
.map-tooltip.show { opacity: 1; transform: translateY(0); }
.map-tooltip b { display:block; color: var(--text); margin-bottom: 3px; }
.map-native-controls {
  position: absolute;
  z-index: 35;
  top: 18px;
  right: 18px;
  display: inline-flex;
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(79,55,97,.12);
  backdrop-filter: blur(12px);
}
.map-native-controls button {
  min-width: 38px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(138,92,246,.09);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.map-native-controls button:hover { background: rgba(138,92,246,.18); }
.map-floating-note {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  max-width: 560px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}
.map-floating-note b { color: var(--text); }
@media (max-width: 980px) {
  .full-map-wrap { grid-template-columns: 1fr; }
  .map-shell, .offline-world-map { min-height: 560px; height: 560px; }
}
@media (max-width: 640px) {
  .map-shell, .offline-world-map { min-height: 460px; height: 460px; }
  .map-floating-note { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .map-native-controls { top: 12px; right: 12px; }
  .map-native-controls button { min-width: 34px; height: 34px; }
}

.content-hub-section,
.life-directions-section,
.reading-section {
  position: relative;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.content-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(127, 86, 217, 0.14);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(39, 32, 74, 0.07);
}

.content-card h3,
.direction-item h3,
.reading-card h2 {
  margin: 0 0 10px;
  color: #251b45;
}

.content-card p,
.direction-item p,
.reading-card p {
  margin: 0 0 12px;
  color: #655f78;
  line-height: 1.7;
}

.content-card p:last-child,
.direction-item p:last-child,
.reading-card p:last-child {
  margin-bottom: 0;
}

.directions-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.direction-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, #ffffff 0%, #fbf8ff 100%);
  border: 1px solid rgba(127, 86, 217, 0.13);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 16px 42px rgba(39, 32, 74, 0.06);
}

.direction-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #f1eaff;
  color: #6f45d8;
  font-size: 20px;
  font-weight: 700;
}

.reading-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(127, 86, 217, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8f4ff 100%);
  border: 1px solid rgba(127, 86, 217, 0.16);
  box-shadow: 0 22px 70px rgba(39, 32, 74, 0.08);
}

@media (max-width: 900px) {
  .content-grid,
  .directions-list {
    grid-template-columns: 1fr;
  }

  .reading-card {
    padding: 24px;
  }
}