/* Theme overrides loaded after styles.css to ensure application */

/* Global background */
body {
  background-color: #000;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.78), rgba(0,0,0,0.78)), url('../Icons/صفحه ی هوشمند 2.png'), radial-gradient(1200px 600px at 90% -10%, rgba(118,0,2,0.22), transparent 60%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 820px auto, auto;
  background-position: center, center 100px, center;
  background-attachment: scroll, fixed, scroll;
}

/* Header background */
.site-header {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.92), rgba(0,0,0,0.62)), url('../Icons/صفحه ی هوشمند 2.png') !important;
  background-repeat: no-repeat, repeat-x !important;
  background-size: auto, 620px auto !important;
  background-position: center, center calc(100% - 2px) !important;
}

/* Section surface */
.section > .container {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(166,153,108,0.16);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.32);
  backdrop-filter: blur(2px);
  padding: 16px;
}
.section.no-surface > .container { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; padding: 0; }

/* Welcome */
.welcome-title { font-size: 2.6rem; line-height: 1.2; margin: 0; text-align: center; background: linear-gradient(90deg, #f6e3b4, #c69969, #f6e3b4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.welcome-tagline { color: #c69969; margin: 8px 0 20px; letter-spacing: 0.15em; text-align: center; font-weight: 600; font-size: 1.1rem; text-transform: uppercase; }
.welcome-desc { max-width: 760px; text-align: center; margin-inline: auto; }
.welcome-summary { color: #b6b6b6; margin: 8px auto 12px; font-size: 1.02rem; line-height: 2; }
.welcome .container, .welcome-hero .container { position: relative; display: grid; gap: 16px; align-items: center; justify-items: center; }
.welcome-header { justify-content: center !important; }
.welcome-main-content { align-items: center !important; }
.welcome-highlights { width: 100%; max-width: 760px; display: grid; grid-template-columns: 1fr; gap: 10px; direction: rtl; }
.welcome-highlights .item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px dashed rgba(166,153,108,0.28); color: #fff; }
.welcome-highlights .item .material-symbols-outlined { font-size: 20px; color: #c69969; }

/* Chat */
.msg { color: #c69969; }

/* Capabilities */
.capabilities { background: #000; }
.cap-title { text-align: center; color: #c69969; font-weight: 800; margin-bottom: 14px; }
.cap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 10px; }
.cap-card { display: flex; align-items: center; gap: 10px; background: #c59c5f; color: #ffffff; border-radius: 14px; padding: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.45); border: 1px solid rgba(0,0,0,0.15); }
.cap-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.35); transform: translateY(-2px); transition: 220ms ease; }
.cap-card h3 { margin: 0; font-size: 1rem; }
.cap-icon-wrap { width: 44px; height: 44px; border-radius: 10px; background: rgba(0,0,0,0.24); display: grid; place-items: center; flex: 0 0 auto; }
.cap-icon { width: 30px; height: auto; display: block; }
@media (min-width: 800px) {
  .cap-grid { grid-template-columns: repeat(4, 1fr); }
  .cap-card h3 { font-size: 1.05rem; }
}

/* Plans */
.plans { background: #000; }
.plans .plans-title { text-align: center; color: #c69969; }
.plans .price-card { background: #c59c5f; border-color: rgba(0,0,0,0.2); }
.plans .price-card.highlighted { background: #c59c5f; border-color: rgba(0,0,0,0.35); box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.plans .price-card h3 { color: #ffffff; font-weight: 800; }
.plans .plan-tag { display: inline-block; margin-inline-start: 6px; font-weight: 700; color: #000; background: rgba(255,255,255,0.6); padding: 2px 8px; border-radius: 999px; font-size: 0.8rem; }
.plans .price { color: #000; }
.plans .price-card ul, .plans .price-card li { color: #000; }

/* Closing */
.closing { text-align: center; padding-top: 32px; }
.closing .closing-title { color: #c69969; font-weight: 800; font-size: 1.6rem; margin-bottom: 8px; }
.closing .closing-image { width: 260px; height: auto; opacity: 0.9; }

/* Helpers */
.logo-big { transform: scale(1.12); transform-origin: center; }
.gold { color: #c69969 !important; }

/* Mobile tweaks */
@media (max-width: 600px) {
  body { background-size: auto, 520px auto, auto; background-position: center, center 40px, center; }
}


