/* ===== INTRO PAGE — Mohinur Sa'dullayeva brand (cream / navy / gold) =====
   Scoped to #intro only. Overrides the original dark gradient landing with the
   light brand palette taken from the logo:
     navy  #0A2A40 (monogram)   gold #C9A46F / #E3C393 (ring, accents)
     cream #FCFAF5 (background)
   Every text-shadow from the dark theme is cleared - on a cream background a
   dark glow reads as dirt. */

html body #intro{
  background:linear-gradient(160deg,#FEFCF7 0%,#FCFAF5 38%,#F6F1E6 72%,#FBF7EE 100%);
  background-color:#FCFAF5;
}
/* soft beige blooms in place of the green auras (mirrors the mock's leaf shapes) */
html body #intro .bgshade{
  background:
    radial-gradient(circle at 12% 8%,  rgba(201,164,111,.16), transparent 42%),
    radial-gradient(circle at 88% 92%, rgba(201,164,111,.14), transparent 44%),
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.55), rgba(246,241,230,.30));
}
html body #intro .bgimg{opacity:.030;filter:grayscale(1) brightness(1.08)}
html body #intro .grain{background:none}
html body #intro #sparkles{display:none}          /* a dark-theme effect only */

/* logo: the supplied mark sits directly on the cream, no frame */
html body #intro .rlogo{background:transparent;box-shadow:none}
html body #intro .rlogo img{background:transparent}

/* headings and copy */
html body #intro .intro-inner{color:#0A2A40}
html body #intro .intro-inner h1{color:#16304A;text-shadow:none}
html body #intro .intro-inner h1 .t2{color:#B0904F}
html body #intro .intro-inner .lead{color:#5B6B7C;text-shadow:none}
html body #intro .author--foot{color:#7C8A98;text-shadow:none}
html body #intro .author--foot b{color:#16304A}

/* quote card: light panel with a thin gold hairline, no spinning conic ring */
html body #intro .quote-orb{
  background:#FFFDF8;
  border:1px solid rgba(176,144,79,.30);
  box-shadow:0 14px 34px -24px rgba(10,42,64,.34);
  backdrop-filter:none;
}
html body #intro .quote-orb::before{background:none;opacity:0;animation:none}
html body #intro .quote-orb::after{background:#FFFDF8}
html body #intro .quote-content{color:#22384D;text-shadow:none}
html body #intro .quote-content small{color:#A8863F}

/* primary action: solid navy. secondary: cream with a navy label */
html body #intro .start{
  background:linear-gradient(135deg,#16304A 0%,#0A2A40 100%);
  color:#FFFDF8;
  box-shadow:0 18px 34px -20px rgba(10,42,64,.62);
}
html body #intro .start:hover{box-shadow:0 24px 42px -18px rgba(10,42,64,.70);filter:none}
html body #intro .start .btn-div{background:rgba(255,253,248,.34)}

html body #intro .start.reg{
  background:#FFFDF8;
  color:#16304A;
  border:1px solid rgba(176,144,79,.42);
  box-shadow:0 12px 26px -20px rgba(10,42,64,.40);
}
html body #intro .start.reg:hover{background:#fff;box-shadow:0 18px 32px -18px rgba(10,42,64,.46);filter:none}
html body #intro .start.reg .btn-div{background:rgba(22,48,74,.22)}

/* language picker + invite chip need to read on cream, not on dark */
html body #intro .lang-dd--intro .lang-dd-btn{
  background:#FFFDF8;color:#16304A;border:1px solid rgba(176,144,79,.42);backdrop-filter:none;
}
html body #intro .lang-dd--intro .lang-dd-btn:hover{background:#fff}
html body #intro .tl-invite{color:#5B6B7C}

/* ===== Telegram cards: hidden until the new bot exists =====
   The original site linked to @urdti_psixologbot, which belongs to the other
   project. The handle has been changed to @mohinur_psixologbot everywhere, but
   that bot does not exist yet, so the cards are hidden rather than shipping a
   dead link. DELETE THE ONE RULE BELOW to switch them back on once the bot is
   created (and update BOT handle strings in assets/j03.js if it differs). */
.home-bot, .bot-card--full{display:none !important}
