/* Dynamic Instagram selection, persistent language control, and high-contrast contact details. */

.floating-language-toggle {
  position: fixed;
  z-index: 10030;
  left: 22px;
  bottom: 24px;
  display: inline-flex;
  min-width: 104px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: radial-gradient(circle at 18% 5%, rgba(255, 255, 255, 0.2), transparent 45%), linear-gradient(135deg, #4b1730, #7a2f54 62%, #b94f7a);
  box-shadow: 0 20px 52px rgba(38, 8, 24, 0.34), inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.floating-language-toggle::before {
  content: "◌";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #f7d7bf;
  font-size: 16px;
}
.floating-language-toggle:hover,
.floating-language-toggle:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 27px 65px rgba(38, 8, 24, 0.43), 0 0 0 7px rgba(211, 173, 114, 0.1);
}
.floating-language-toggle .language-toggle-main,
.floating-language-toggle small { display: block; }
.floating-language-toggle .language-toggle-main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.floating-language-toggle small {
  color: rgba(255,255,255,0.65);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .section-kicker,
html[dir="rtl"] .hero-kicker,
html[dir="rtl"] .instagram-live-badge,
html[dir="rtl"] .focus-choice small { letter-spacing: 0; }
html[dir="rtl"] .site-nav,
html[dir="rtl"] .footer-links,
html[dir="rtl"] .instagram-live-actions { direction: rtl; }
html[dir="rtl"] .focus-choice,
html[dir="rtl"] .instagram-card-head,
html[dir="rtl"] .contact-information-card,
html[dir="rtl"] .footer-contact-item { text-align: right; }
html[dir="rtl"] .reflection-prompt {
  padding-right: 27px;
  padding-left: 0;
  border-right: 2px solid var(--experience-gold, #d3ad72);
  border-left: 0;
}
html[dir="rtl"] .inspiration-track::before,
html[dir="rtl"] .inspiration-track::after {
  content: "شفافیت  ✦  اعتمادبه‌نفس  ✦  مرزهای سالم  ✦  اعتماد به خود  ✦  تغییر معنادار  ✦  آرامش درونی  ✦  آزادی عاطفی  ✦  شجاعت  ✦  احترام به خود  ✦  قدردانی  ✦  تاب‌آوری  ✦  هدفمندی  ✦  رشد  ✦  آرامش  ✦  مهربانی  ✦  آگاهی  ✦  امید  ✦  تعادل  ✦  شادی  ✦  پیوند  ✦  اصالت  ✦  بهبود  ✦  توانمندی  ✦  نوسازی  ✦  اقدام آگاهانه  ✦  قدرت درونی  ✦  تأمل صادقانه  ✦  شروع‌های تازه  ✦  خرد عاطفی  ✦  شادی پایدار  ✦  پذیرش  ✦  حضور  ✦  رهایی  ✦  تعلق  ✦  خودشناسی  ✦  روابط آرام  ✦  زندگی الهام‌بخش  ✦  فصلی روشن‌تر  ✦  ";
}

.contact-information-cards {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
}
.contact-information-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 104px;
  overflow: hidden;
  padding: 18px 19px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 15px 35px rgba(20,4,13,0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-information-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -72px;
  bottom: -82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 151, 174, 0.32), transparent 70%);
}
.contact-information-card:hover,
.contact-information-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(244, 211, 184, 0.55);
  background: rgba(255,255,255,0.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 22px 50px rgba(20,4,13,0.24);
}
.contact-information-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #4b1730;
  background: #fff8ef;
  box-shadow: 0 10px 25px rgba(0,0,0,0.16);
  font-size: 19px;
}
.contact-information-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.contact-information-copy small,
.contact-information-copy strong,
.contact-information-copy em { display: block; }
.contact-information-copy small {
  margin-bottom: 4px;
  color: #e9bd91;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-information-copy strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 7px 25px rgba(0,0,0,0.22);
}
.contact-information-copy em {
  margin-top: 5px;
  color: rgba(255, 246, 241, 0.78);
  font-size: 10px;
  font-style: normal;
  line-height: 1.45;
}
.contact-information-action {
  position: relative;
  z-index: 1;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #fff5ed;
  background: rgba(255,255,255,0.07);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact-phone-card {
  background: radial-gradient(circle at 90% 10%, rgba(226, 139, 170, 0.22), transparent 15rem), rgba(255, 255, 255, 0.095);
}
.contact-details > p:not(.section-kicker) { color: rgba(255,255,255,0.88); font-weight: 400; }
.contact-form label > span:first-child { color: #4b1730; font-weight: 650; }
.contact-form-wrap .recaptcha-copy {
  color: #6b5360 !important;
  font-weight: 500;
}

.footer-contact-stack {
  display: grid;
  max-width: 520px;
  gap: 11px;
  margin-top: 18px;
}
.footer-contact-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.045);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.footer-contact-item:hover,
.footer-contact-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(211, 173, 114, 0.38);
  background: rgba(255,255,255,0.08);
}
.footer-contact-item > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #4b1730;
  background: #f5dbc4;
  font-size: 14px;
}
.footer-contact-item small,
.footer-contact-item strong { display: block; }
.footer-contact-item small {
  margin-bottom: 2px;
  color: #d8ad81;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-contact-item strong {
  color: #f8edf0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}
.footer-contact-item strong b { color: #e9c9b0; font-weight: 500; }
.site-footer .footer-links a { color: #eadce0; font-weight: 500; }
.site-footer .copyright { color: #c3adb5; }

.instagram-feed-card[data-feed-source="pinned"] {
  border-color: rgba(211, 173, 114, 0.48);
  box-shadow: 0 24px 66px rgba(74, 24, 48, 0.17), 0 0 0 1px rgba(211, 173, 114, 0.12);
}
.instagram-feed-card[data-feed-source="pinned"] .instagram-card-head {
  background: linear-gradient(120deg, #fff9f2, #f4e2d4);
}
.instagram-feed-card[data-feed-source="pinned"] .instagram-card-identity strong::after {
  content: "PINNED";
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7a2f54, #ba507c);
  font-family: Arial, sans-serif;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
  vertical-align: 2px;
}
html[dir="rtl"] .instagram-feed-card[data-feed-source="pinned"] .instagram-card-identity strong::after {
  content: "سنجاق‌شده";
  margin-right: 8px;
  margin-left: 0;
  letter-spacing: 0;
}
.instagram-feed-status {
  color: #624c56 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}
.instagram-feed-status::after { content: none !important; }

@media (max-width: 720px) {
  .floating-language-toggle {
    left: 12px;
    bottom: calc(94px + env(safe-area-inset-bottom, 0px));
    min-width: 92px;
    min-height: 50px;
    padding: 7px 13px;
  }
  .floating-language-toggle::before { width: 27px; height: 27px; }
  .contact-information-card {
    grid-template-columns: 43px minmax(0, 1fr);
    min-height: 108px;
    padding: 16px;
  }
  .contact-information-icon { width: 43px; height: 43px; }
  .contact-information-action {
    grid-column: 2;
    justify-self: start;
    margin-top: 1px;
  }
  .contact-information-copy strong { font-size: 19px; }
  .footer-contact-stack { max-width: none; }
  .footer-contact-item strong { font-size: 10px; }
}
@media (max-width: 430px) {
  .floating-language-toggle { min-width: 86px; min-height: 47px; }
  .floating-language-toggle .language-toggle-main { font-size: 12px; }
  .contact-information-card { border-radius: 18px; }
  .contact-information-copy small { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .floating-language-toggle,
  .contact-information-card,
  .footer-contact-item { transition: none !important; }
}
