/* Premium Hindi landing — Selecto AI Gallery */

.page-hi {
  --hi-gold: #d4af37;
  --hi-gold-light: #f0d875;
  --hi-cyan: #00d9ff;
  --hi-glow-gold: rgba(212, 175, 55, 0.35);
  --hi-glow-cyan: rgba(0, 217, 255, 0.25);
}

.page-hi {
  padding-top: 5.5rem;
}

@media (min-width: 769px) {
  .page-hi {
    padding-top: 6.5rem;
  }
}

/* Language pill in header */
.lang-switch-bar {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.lang-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.lang-pill-active {
  color: var(--hi-gold-light);
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.lang-pill-inactive {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lang-pill-inactive:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Premium hero */
.hi-hero {
  position: relative;
  padding: 2.5rem 1rem 3.5rem;
  text-align: center;
  overflow: hidden;
}

.hi-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 120vw);
  height: 420px;
  background: radial-gradient(ellipse at center, var(--hi-glow-gold) 0%, transparent 68%);
  pointer-events: none;
  opacity: 0.55;
}

.hi-hero-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.hi-patent-ribbon {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-size: clamp(0.72rem, 2.2vw, 0.85rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(0, 217, 255, 0.28);
  box-shadow: 0 0 24px var(--hi-glow-cyan);
}

.hi-patent-ribbon strong {
  color: var(--hi-cyan);
}

.hi-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 5.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, var(--hi-gold-light) 55%, var(--hi-cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hi-hero-sub {
  margin: 0 auto 1.35rem;
  max-width: 640px;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.hi-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}

.hi-trust-chip {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hi-gold-light);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.32);
}

.hi-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hi-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: min(100%, 320px);
  min-height: 52px;
  padding: 0.85rem 1.6rem;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  color: #0a0f18;
  background: linear-gradient(135deg, #f0d875 0%, #d4af37 45%, #b8962e 100%);
  border: 1px solid rgba(255, 235, 160, 0.5);
  box-shadow:
    0 0 28px var(--hi-glow-gold),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.hi-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.45);
}

.hi-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  min-height: 48px;
  padding: 0.75rem 1.4rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--hi-cyan);
  background: rgba(0, 217, 255, 0.08);
  border: 1px solid rgba(0, 217, 255, 0.35);
  transition: background 0.2s, border-color 0.2s;
}

.hi-btn-secondary:hover {
  background: rgba(0, 217, 255, 0.14);
  border-color: rgba(0, 217, 255, 0.55);
}

.hi-cta-note {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

/* Premium pillars */
.hi-pillars {
  padding: 3rem 0;
}

.hi-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.15rem;
  margin-top: 1.5rem;
}

.hi-pillar-card {
  position: relative;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}

.hi-pillar-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hi-gold), transparent);
  opacity: 0.6;
}

.hi-pillar-icon {
  font-size: 2rem;
  margin-bottom: 0.65rem;
}

.hi-pillar-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--hi-gold-light);
}

.hi-pillar-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

/* Comparison premium block */
.hi-compare {
  padding: 3rem 0;
}

.hi-compare-table {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.hi-compare-head,
.hi-compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
}

.hi-compare-head {
  background: rgba(212, 175, 55, 0.12);
  font-weight: 700;
  font-size: 0.88rem;
}

.hi-compare-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.hi-compare-head > div,
.hi-compare-row > div {
  padding: 0.85rem 1rem;
}

.hi-compare-row > div:first-child {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.hi-compare-win {
  color: #7dffb3;
  font-weight: 600;
}

.hi-compare-lose {
  color: rgba(255, 120, 120, 0.85);
}

@media (max-width: 600px) {
  .hi-compare-head,
  .hi-compare-row {
    grid-template-columns: 1fr;
  }

  .hi-compare-head > div:not(:first-child),
  .hi-compare-row > div:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}

/* States strip */
.hi-states {
  padding: 2.5rem 0;
}

.hi-states-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hi-states-list li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* FAQ */
.hi-faq {
  padding: 3rem 0 4rem;
}

.hi-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.hi-faq-item h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  color: var(--hi-gold-light);
}

.hi-faq-item p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

/* WhatsApp community block */
.hi-community {
  padding: 2rem 0 3.5rem;
}

.hi-community-inner {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(37, 211, 102, 0.3);
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.08), rgba(0, 0, 0, 0.2));
}

.hi-community-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hi-wa-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.2s;
}

.hi-wa-btn:hover {
  transform: translateY(-2px);
}

/* Footer strip */
.hi-footer {
  padding: 2rem 1rem 2.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hi-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

.hi-footer-links a {
  font-size: 0.85rem;
  color: var(--hi-cyan);
  text-decoration: none;
}

.hi-footer-links a:hover {
  text-decoration: underline;
}

.hi-footer-copy {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

.hi-section-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hi-cyan);
}

.hi-section-title {
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
}

.hi-section-desc {
  margin: 0.65rem auto 0;
  max-width: 620px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.hi-section-header {
  text-align: center;
}

.hi-founder-line {
  margin: 1.5rem auto 0;
  max-width: 560px;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.hi-founder-line strong {
  color: var(--hi-gold-light);
}

.hi-share-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.hi-share-btn {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(37, 211, 102, 0.2);
  border: 1px solid rgba(37, 211, 102, 0.4);
  cursor: pointer;
  font-family: inherit;
}

.hi-share-btn:hover {
  background: rgba(37, 211, 102, 0.32);
}
