/* ================================================================
   INAI MATRIMONY — Premium Landing Styles
   Design tokens: tokens.css
   ================================================================ */

/* ── Navbar ─────────────────────────────────────────────────── */
.inai-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--ip-nav-h);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0;
  box-shadow: 0 6px 24px rgba(58,30,20,.05);
  border-bottom: 1px solid var(--ip-border);
  transition: background .35s var(--ip-ease),
              box-shadow .35s var(--ip-ease);
}
.inai-nav.scrolled {
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 30px rgba(58,30,20,.08);
}

.inai-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  padding: 0 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

/* Brand */
.inai-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  flex-shrink: 0;
}
.inai-brand:hover { text-decoration: none !important; }
.inai-brand-logo {
  height: 52px;
  width: auto;
  max-width: 240px;
  display: block;
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.inai-brand-text {
  display: none;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.05;
}
.inai-brand-text.is-fallback { display: flex; }
.inai-brand-mark {
  font-family: var(--ip-font-body, Inter, sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8B6B17;
  text-transform: uppercase;
}
.inai-brand-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ip-muted, #666);
}
/* legacy hooks kept for compatibility */
.inai-brand-icon  { height: 42px; width: 42px; display: block; flex-shrink: 0; }
.inai-brand-name  {
  font-family: var(--font-brand);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1;
  background: linear-gradient(135deg, #e8c56b 0%, #fdf0b0 42%, #c89b3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-rendering: optimizeLegibility;
  filter: drop-shadow(0 1px 6px rgba(200,155,60,.28));
}

/* Centre nav links — never shrink when account chip appears */
.inai-nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0 auto;
  flex-shrink: 0;
}
.inai-nav-links a {
  color: var(--ip-text);
  font-family: var(--ip-font-body);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none !important;
  transition: color .2s;
  white-space: nowrap;
  position: relative;
  padding-bottom: 2px;
}
.inai-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: var(--ip-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ip-ease);
}
.inai-nav-links a:hover        { color: var(--ip-gold-dk); }
.inai-nav-links a:hover::after { transform: scaleX(1); }
.inai-nav-links .nav-ta,
.mobile-drawer .nav-ta {
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .78em;
  font-weight: 500;
  color: var(--ip-gold-dk, #8a6a20);
  margin-left: .2rem;
}

/* When logged in: hide guest centre links; tools live next to the account chip */
.inai-nav.is-logged-in .inai-nav-links,
.inai-nav.is-logged-in .nav-guest { display: none !important; }

.nav-tool {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(106, 46, 36, 0.18);
  background: #fff;
  color: var(--ip-maroon, #6a2e24) !important;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .15s, border-color .15s;
}
.nav-tool:hover {
  background: var(--ip-primary-lt, #FBF3EC);
  border-color: rgba(106, 46, 36, 0.35);
  color: var(--ip-gold-dk, #8a6a20) !important;
}

.nav-account-menu .nav-menu-sep {
  border-top: 1px solid rgba(106, 46, 36, 0.12);
  margin-top: 0.25rem;
  padding-top: 0.55rem;
}

/* Dynamic section (role, caste, notif, account, logout) */
.inai-nav-dynamic {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.inai-nav-dynamic a {
  color: var(--ip-text);
  font-size: .875rem;
  text-decoration: none !important;
  transition: color .2s;
}
.inai-nav-dynamic a:hover { color: var(--ip-gold-dk); }
.nav-notif { font-size: 1rem; color: var(--ip-maroon); }

/* CTA group */
.inai-nav-cta {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-shrink: 0;
}

/* Login: maroon outline pill */
.btn-nav-login {
  display: inline-flex; align-items: center;
  height: 38px; padding: 0 1.25rem;
  border: 1.5px solid rgba(106,46,36,.42);
  border-radius: 50px;
  background: #fff;
  color: var(--ip-maroon) !important;
  font-family: var(--ip-font-body);
  font-size: .84rem; font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-nav-login:hover {
  background: var(--ip-maroon);
  border-color: var(--ip-maroon);
  color: #fff !important;
  text-decoration: none !important;
}

/* Register: gold filled pill */
.btn-nav-register {
  display: inline-flex; align-items: center;
  height: 38px; padding: 0 1.25rem;
  border: 1.5px solid var(--ip-gold);
  border-radius: 50px;
  background: var(--ip-gold);
  color: var(--ip-maroon-dk);
  font-family: var(--ip-font-body);
  font-size: .84rem; font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.btn-nav-register:hover {
  background: var(--ip-gold-dk);
  color: #fff;
  transform: translateY(-1px);
}

/* Hamburger */
.inai-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: .4rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
}
.inai-hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--ip-maroon);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.inai-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.inai-hamburger.open span:nth-child(2) { opacity: 0; }
.inai-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile dropdown */
.inai-mobile-menu {
  display: none;
  position: fixed;
  top: var(--ip-nav-h);
  left: 0; right: 0;
  background: rgba(255,255,255,.98);
  padding: 1.5rem 2rem 2rem;
  z-index: 998;
  flex-direction: column;
  gap: .15rem;
  box-shadow: 0 12px 32px rgba(58,30,20,.1);
  border-top: 1px solid var(--ip-border);
}
.inai-mobile-menu.open { display: flex; }
.inai-mobile-menu a {
  color: var(--ip-text);
  font-family: var(--ip-font-body);
  font-size: 1rem;
  text-decoration: none !important;
  padding: .75rem 0;
  border-bottom: 1px solid var(--ip-border);
  transition: color .2s;
}
.inai-mobile-menu a:hover { color: var(--ip-gold-dk); }
.mobile-cta-row {
  display: flex;
  gap: .75rem;
  margin-top: 1rem;
}

/* ── #appMain offset ────────────────────────────────────────── */
#appMain { margin-top: var(--ip-nav-h); }

/* ── Hero Section ───────────────────────────────────────────── */
#page-home { background: var(--ip-bg); }

.hero-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 80% 26%, rgba(201,162,39,.12) 0%, transparent 60%),
    radial-gradient(ellipse 55% 55% at 10% 88%, rgba(106,46,36,.06) 0%, transparent 60%),
    linear-gradient(180deg, #FFFDFB 0%, #FCFAF7 55%, #FBF6F0 100%);
  min-height: calc(100vh - var(--ip-nav-h));
  display: flex;
  align-items: center;
}

.hero-premium::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  top: -150px; right: -150px;
  background: radial-gradient(circle, rgba(201,162,39,.10) 0%, transparent 65%);
  pointer-events: none;
}
.hero-premium::after {
  content: '';
  position: absolute;
  width: 450px; height: 450px;
  bottom: -80px; left: -80px;
  background: radial-gradient(circle, rgba(106,46,36,.05) 0%, transparent 70%);
  pointer-events: none;
}

/* Decorative blur rings */
.hero-ring-1, .hero-ring-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-ring-1 {
  width: 480px; height: 480px;
  top: 8%; right: 4%;
  border: 1px solid rgba(201,162,39,.16);
}
.hero-ring-2 {
  width: 260px; height: 260px;
  bottom: 12%; left: 6%;
  border: 1px solid rgba(201,162,39,.12);
}

/* Particles canvas */
#heroParticles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Two-column grid */
.hero-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5rem 2.25rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

/* Left column */
.hero-text-col { }

.hero-eyebrow-tag {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--ip-font-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ip-gold-dk);
  margin-bottom: 1.75rem;
}
.hero-eyebrow-tag::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: rgba(201,162,39,.55);
  flex-shrink: 0;
}

.hero-headline {
  font-family: var(--ip-font-head);
  font-size: clamp(2.75rem, 5.5vw, 4.75rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 1.25rem;
  letter-spacing: 0.04em;
  text-transform: none;
}
.hero-headline .line1 {
  color: var(--ip-maroon);
  display: block;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: none;
}
.hero-headline .line2 {
  font-family: var(--ip-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  background: linear-gradient(100deg, var(--ip-gold) 0%, #B6862B 40%, var(--ip-maroon) 85%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: block;
  margin-top: 0.15rem;
}

.hero-tagline-tamil {
  font-family: var(--ip-font-tamil);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: var(--ip-maroon);
  opacity: .95;
  font-style: normal;
  margin-bottom: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.hero-description {
  font-family: var(--ip-font-body);
  font-size: 1.05rem;
  color: var(--ip-muted);
  line-height: var(--leading-relaxed);
  max-width: 500px;
  margin-bottom: 2.75rem;
}

/* CTA row */
.hero-btn-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3.25rem;
}

.btn-hero-primary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 2rem;
  border-radius: 14px;
  background: var(--ip-gold);
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .95rem; font-weight: 700;
  letter-spacing: .05em;
  border: none; cursor: pointer;
  text-decoration: none !important;
  transition: transform .2s var(--ip-ease), box-shadow .2s;
}
.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(212,175,55,.32);
  color: var(--ip-maroon);
  text-decoration: none !important;
}
.btn-hero-primary:active { transform: translateY(0); }

.btn-hero-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 2rem;
  border-radius: 14px;
  background: #fff;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .95rem; font-weight: 500;
  letter-spacing: .04em;
  border: 1.5px solid rgba(106,46,36,.4);
  cursor: pointer;
  text-decoration: none !important;
  transition: background .2s, border-color .2s, color .2s;
}
.btn-hero-secondary:hover {
  background: var(--ip-primary-lt, #FBF3EC);
  border-color: var(--ip-maroon);
  color: var(--ip-maroon);
  text-decoration: none !important;
}

/* Stats row */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  border-top: 1px solid var(--ip-border);
  padding-top: 2rem;
}
.hero-stat-item .stat-num {
  font-family: var(--ip-font-head);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--ip-maroon);
  display: block;
  line-height: 1;
  letter-spacing: -.01em;
}
.hero-stat-item .stat-lbl {
  font-family: var(--ip-font-body);
  font-size: .68rem;
  color: var(--ip-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  margin-top: .35rem;
}
.hero-stat-sep {
  width: 1px;
  height: 2.2rem;
  background: var(--ip-border);
  flex-shrink: 0;
}

/* Right column — visual */
.hero-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-logo-wrap {
  position: relative;
  animation: inai-float 8s ease-in-out infinite;
  border-radius: 20px;
  overflow: hidden;
  background: var(--ip-cream, #FAF6F0);
  box-shadow:
    var(--ip-shadow-lg),
    0 0 0 1px rgba(197,160,89,.28),
    0 20px 60px rgba(58,30,20,.14);
  max-width: min(420px, 90vw);
}
.hero-logo-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.hero-logo-glow {
  position: absolute;
  width: 120%; height: 120%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(201,162,39,.14) 0%, transparent 68%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

@keyframes inai-float {
  0%, 100% { transform: translateY(0px);   }
  50%       { transform: translateY(-10px); }
}

/* ── Stats Cards Section ─────────────────────────────────────── */
.stats-section {
  background: var(--ip-bg);
  padding: 5.5rem 2.25rem;
}
.stats-section .section-inner,
.search-section .section-inner,
.trust-section .section-inner,
.testimonials-section .section-inner,
.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.stat-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 2px 20px rgba(91,30,20,.06);
  border: 1px solid rgba(212,175,55,.07);
  transition: transform .25s var(--ip-ease), box-shadow .25s;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(91,30,20,.12);
}
.stat-card .stat-icon-lg {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ip-gold-dk);
}
.stat-card .stat-icon-lg svg { display: block; }
.stat-card .stat-value {
  font-family: var(--ip-font-head);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--ip-maroon);
  line-height: 1;
  display: block;
  margin-bottom: .45rem;
}
.stat-card .stat-label {
  font-family: var(--ip-font-body);
  font-size: .78rem;
  font-weight: 600;
  color: var(--ip-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ── Quick Search Section ────────────────────────────────────── */
.search-section {
  background: var(--ip-cream);
  padding: 4.5rem 2.25rem;
}

.section-heading {
  font-family: var(--ip-font-head);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--ip-maroon);
  text-align: center;
  margin-bottom: .65rem;
}
.section-heading::after,
.section-heading-lg::after {
  content: '';
  display: block;
  width: 60px; height: 2px;
  margin: 1.1rem auto 0;
  background: linear-gradient(90deg, transparent, var(--ip-gold), transparent);
  border-radius: 2px;
}
.section-sub {
  text-align: center;
  color: var(--ip-muted);
  font-family: var(--ip-font-body);
  font-size: .94rem;
  line-height: 1.65;
  margin-bottom: 2.5rem;
}

.search-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.25rem;
  box-shadow: 0 4px 36px rgba(91,30,20,.09);
  border: 1px solid rgba(212,175,55,.1);
}
.search-form-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
  align-items: end;
}
.sf-field {
  display: flex;
  flex-direction: column;
  gap: .42rem;
}
.sf-field label {
  font-family: var(--ip-font-body);
  font-size: .7rem;
  font-weight: 700;
  color: var(--ip-muted);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sf-field select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--ip-bg)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%236A6A6A' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  border: 1.5px solid rgba(91,30,20,.12);
  border-radius: 10px;
  padding: .68rem 2.4rem .68rem .9rem;
  font-family: var(--ip-font-body);
  font-size: .9rem;
  color: var(--ip-text);
  cursor: pointer;
  transition: border-color .2s;
  height: 48px;
}
.sf-field select:focus {
  outline: none;
  border-color: var(--ip-gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.12);
}
.btn-search-go {
  height: 48px;
  padding: 0 1.75rem;
  border-radius: 12px;
  background: var(--ip-maroon);
  color: #fff;
  font-family: var(--ip-font-body);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .05em;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.btn-search-go:hover {
  background: var(--ip-maroon-dk);
  transform: translateY(-1px);
}

/* ── Trust / Why INAI Section ────────────────────────────────── */
.trust-section {
  background: var(--ip-bg);
  padding: 6.5rem 2.25rem;
}

.section-label {
  text-align: center;
  font-family: var(--ip-font-body);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ip-gold);
  margin-bottom: .9rem;
}
.section-heading-lg {
  font-family: var(--ip-font-head);
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--ip-maroon);
  text-align: center;
  line-height: 1.18;
  margin-bottom: .9rem;
}
.section-desc {
  text-align: center;
  font-family: var(--ip-font-body);
  color: var(--ip-muted);
  max-width: 480px;
  margin: 0 auto 3.75rem;
  line-height: 1.72;
  font-size: .94rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.trust-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.25rem;
  border: 1px solid rgba(212,175,55,.09);
  transition: transform .25s var(--ip-ease), box-shadow .25s;
}
.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(91,30,20,.1);
}
.trust-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,162,39,.18), rgba(106,46,36,.10));
  border: 1px solid rgba(201,162,39,.16);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--ip-maroon);
}
.trust-icon-wrap svg { display: block; }
.trust-card h3 {
  font-family: var(--ip-font-head);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ip-maroon);
  margin-bottom: .55rem;
}
.trust-card p {
  font-family: var(--ip-font-body);
  font-size: .9rem;
  color: var(--ip-muted);
  line-height: 1.68;
  margin: 0;
}

/* ── Testimonials Section ────────────────────────────────────── */
.testimonials-section {
  background: var(--ip-cream);
  padding: 6.5rem 2.25rem;
  overflow: hidden;
}
.testimonials-section .section-label   { color: var(--ip-gold-dk); }
.testimonials-section .section-heading-lg { color: var(--ip-maroon); }
.testimonials-section .section-desc    { color: var(--ip-muted); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.testi-card {
  background: #fff;
  border: 1px solid var(--ip-border);
  border-radius: var(--ip-radius);
  padding: 2.25rem;
  box-shadow: var(--ip-shadow);
  transition: transform .25s var(--ip-ease), box-shadow .25s;
}
.testi-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ip-shadow-lg);
}
.testi-stars {
  color: var(--ip-gold);
  font-size: .85rem;
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
}
.testi-quote {
  font-family: var(--ip-font-body);
  font-size: .93rem;
  color: var(--ip-text);
  line-height: 1.78;
  margin-bottom: 1.75rem;
  font-style: italic;
  position: relative;
  padding-top: 1.25rem;
}
.testi-quote::before {
  content: '\201C';
  position: absolute;
  top: -8px; left: -4px;
  font-family: var(--ip-font-head);
  font-size: 3.5rem;
  font-style: normal;
  color: var(--ip-gold);
  line-height: 1;
  opacity: .55;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.testi-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(201,162,39,.12);
  border: 1.5px solid rgba(201,162,39,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.testi-info .testi-name {
  font-family: var(--ip-font-body);
  font-weight: 600;
  font-size: .9rem;
  color: var(--ip-maroon);
  display: block;
}
.testi-info .testi-meta {
  font-size: .78rem;
  color: var(--ip-muted);
  display: block;
  margin-top: .15rem;
}

/* ── Footer ──────────────────────────────────────────────────── */
.inai-footer {
  background: #FFFDFB;
  padding: 4.5rem 2.25rem 0;
  color: var(--ip-muted);
  font-family: var(--ip-font-body);
  position: relative;
  border-top: 1px solid var(--ip-border);
}
.inai-footer::before {
  content: '';
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: min(1320px, 92%); height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,.65), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

/* Brand column */
.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 1.1rem;
}
.footer-brand-img {
  height: 96px;
  width: auto;
  max-width: 220px;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(58,30,20,.12);
  object-fit: contain;
}
.footer-brand-logo img  { height: 96px; max-width: 220px; }
.footer-brand-logo span {
  font-family: var(--font-brand);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .28em;
  background: linear-gradient(135deg, #c89b3c 0%, #e8c56b 50%, #a8841c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-desc {
  font-size: .875rem;
  line-height: 1.72;
  color: var(--ip-muted);
  max-width: 265px;
  margin-bottom: 1.5rem;
}
.footer-social {
  display: flex;
  gap: .6rem;
}
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(106,46,36,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--ip-maroon);
  font-size: .78rem;
  text-decoration: none !important;
  transition: background .2s, border-color .2s, color .2s;
}
.footer-social a:hover {
  background: var(--ip-gold);
  border-color: var(--ip-gold);
  color: var(--ip-maroon);
  text-decoration: none !important;
}

/* Footer columns */
.footer-col h4 {
  font-family: var(--ip-font-head);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ip-maroon);
  margin-bottom: 1.35rem;
}
.footer-col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: .72rem;
}
.footer-col ul li a {
  color: var(--ip-muted);
  font-size: .875rem;
  text-decoration: none !important;
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--ip-gold-dk); }

/* Footer bottom bar */
.footer-bottom {
  border-top: 1px solid var(--ip-border);
  padding: 1.5rem 0 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  color: var(--ip-muted);
}
.footer-bottom-links a {
  color: var(--ip-muted);
  text-decoration: none !important;
  transition: color .2s;
}
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}
.footer-bottom-links a:hover { color: var(--ip-gold-dk); }

/* ── Scroll Animations ───────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s var(--ip-ease), transform .65s var(--ip-ease);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-delay-1 { transition-delay: .1s; }
.fade-delay-2 { transition-delay: .2s; }
.fade-delay-3 { transition-delay: .3s; }
.fade-delay-4 { transition-delay: .4s; }

/* ── Responsive ──────────────────────────────────────────────── */

/* Large desktop gap reduction */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
}

/* Tablet */
@media (max-width: 1024px) {
  .stats-grid          { grid-template-columns: repeat(2, 1fr); }
  .trust-grid          { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid   { grid-template-columns: repeat(2, 1fr); }
  .footer-grid         { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .search-form-grid    { grid-template-columns: repeat(3, 1fr); }
  .search-form-grid .sf-field:nth-child(4) { grid-column: 1 / 2; }
  .search-form-grid .sf-field:nth-child(5) { grid-column: 2 / 4; }
  .hero-logo-wrap    { max-width: 260px; margin-inline: auto; }
}

/* Mobile */
@media (max-width: 768px) {
  .inai-nav-links,
  .inai-nav-dynamic,
  .inai-nav-cta         { display: none; }
  .inai-hamburger       { display: flex; }
  /* Logged-in top bar: menu + logo stay; name truncates / hides so Logout fits */
  body.app-shell .inai-nav-inner,
  .inai-nav.is-logged-in .inai-nav-inner {
    padding: 0 0.55rem;
    gap: 0.35rem;
    overflow: hidden;
  }
  body.app-shell .inai-nav-dynamic,
  .inai-nav.is-logged-in .inai-nav-dynamic {
    display: flex !important;
    align-items: center;
    gap: 0.3rem;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: flex-end;
    overflow: hidden;
  }
  body.app-shell .nav-caste { display: none !important; }
  body.app-shell .nav-tool { display: none !important; }
  body.app-shell .nav-notif { display: none !important; }
  body.app-shell .nav-account,
  .inai-nav.is-logged-in .nav-account {
    display: block !important;
    min-width: 0;
    flex: 0 1 auto;
    max-width: 128px;
    overflow: visible;
  }
  /* Mobile account chip: name + role stacked (compact, not a long horizontal row) */
  body.app-shell .nav-user,
  .inai-nav.is-logged-in .nav-user {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.2rem;
    row-gap: 0.08rem;
    max-width: 128px;
    min-width: 0;
    padding: 0.22rem 0.4rem 0.22rem 0.5rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, #FBF8F0);
    border: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  }
  body.app-shell .nav-user-name,
  .inai-nav.is-logged-in .nav-user-name {
    display: block !important;
    grid-column: 1;
    grid-row: 1;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #3A1E14;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.app-shell .role-badge,
  .inai-nav.is-logged-in .role-badge {
    grid-column: 1;
    grid-row: 2;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.08rem 0.35rem;
    border-radius: 5px;
    background: linear-gradient(135deg, #E7D28B, #C9A227) !important;
    color: #5C3D0A !important;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.app-shell .role-badge.role-admin,
  .inai-nav.is-logged-in .role-badge.role-admin {
    background: linear-gradient(135deg, #8B2828, #6B1A1A) !important;
    color: #fff !important;
  }
  body.app-shell .role-badge.role-user,
  .inai-nav.is-logged-in .role-badge.role-user {
    background: linear-gradient(135deg, #F5EFD9, #E7D28B) !important;
    color: #5C3D0A !important;
  }
  body.app-shell .nav-caret,
  .inai-nav.is-logged-in .nav-caret {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 0.55rem;
    opacity: 0.55;
    align-self: center;
  }
  body.app-shell .inai-brand {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 36%;
  }
  body.app-shell .inai-brand-logo {
    height: 34px;
    max-width: 110px;
  }
  body.app-shell .ent-sidebar-toggle,
  body.app-shell .inai-hamburger {
    display: inline-flex !important;
    flex-shrink: 0 !important;
    width: 36px;
    height: 36px;
  }
  /* One hamburger is enough on app-shell — prefer workspace drawer toggle */
  body.app-shell .inai-hamburger { display: none !important; }
  .nav-logout-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
    height: 36px;
    padding: 0 0.55rem;
    border-radius: 10px;
    border: 1px solid rgba(139, 40, 40, 0.35);
    background: #fff;
    color: #8B2828;
    font: inherit;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-logout-btn:active { background: #FDF2F2; }
  .btn-mobile-logout {
    background: #8B2828 !important;
    border-color: #8B2828 !important;
    color: #fff !important;
  }
  .inai-brand-logo      { height: 40px; }
  .footer-brand-img     { height: 110px; }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 3.5rem 1.5rem 4rem;
    gap: 3rem;
  }
  .hero-text-col { order: 1; }
  .hero-visual-col { order: 0; }
  .hero-eyebrow-tag  { justify-content: center; }
  .hero-description  { margin-inline: auto; }
  .hero-btn-row      { justify-content: center; }
  .hero-stats-row    { justify-content: center; }
  .hero-logo-wrap    { max-width: 220px; margin-inline: auto; }
  .hero-logo-glow    { width: 240px; height: 240px; }

  .stats-grid          { grid-template-columns: repeat(2, 1fr); }
  .search-form-grid    { grid-template-columns: 1fr 1fr; }
  .search-form-grid .sf-field:nth-child(5) { grid-column: 1 / 3; }
  .trust-grid          { grid-template-columns: 1fr; }
  .testimonials-grid   { grid-template-columns: 1fr; }
  .footer-grid         { grid-template-columns: 1fr; }
  .footer-bottom       { flex-direction: column; gap: .75rem; text-align: center; }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-btn-row        { flex-direction: column; align-items: stretch; }
  .hero-stats-row      { flex-wrap: wrap; gap: 1.25rem; }
  .hero-stat-sep       { display: none; }
  .stats-grid          { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .search-form-grid    { grid-template-columns: 1fr; }
  .search-form-grid .sf-field:nth-child(5) { grid-column: auto; }
}

/* ================================================================
   SEARCH PAGE — Premium Redesign  (2026-06-29)
   ================================================================ */

/* ── Page Shell ──────────────────────────────────────────────── */
#page-search {
  background: #FFF9F5;
  min-height: calc(100vh - var(--ip-nav-h));
  padding-top: 0;
}

/* ── Sort / Summary Bar ──────────────────────────────────────── */
.sp-sort-bar {
  position: sticky;
  top: var(--ip-nav-h);
  z-index: 100;
  background: rgba(255,249,245,.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(107,45,31,.09);
  padding: .9rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.sp-sort-left { display: flex; align-items: center; }
.sp-results-count {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.sp-count-icon { font-size: 1.65rem; line-height: 1; flex-shrink: 0; }
.sp-count-text {
  font-family: var(--ip-font-body);
  font-size: .95rem;
  color: var(--ip-maroon);
  line-height: 1.25;
}
.sp-count-text strong { font-weight: 700; font-size: 1.05rem; }
.sp-count-sub {
  display: block;
  font-size: .73rem;
  color: var(--ip-muted);
  font-weight: 400;
  margin-top: 1px;
  letter-spacing: .01em;
}
.sp-sort-right {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}
.sp-sort-wrap { display: flex; align-items: center; gap: .45rem; }
.sp-sort-label {
  font-family: var(--ip-font-body);
  font-size: .7rem;
  font-weight: 700;
  color: var(--ip-muted);
  white-space: nowrap;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sp-sort-select {
  height: 36px;
  padding: 0 2.2rem 0 .8rem;
  border: 1.5px solid rgba(107,45,31,.14);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236A6A6A' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--ip-font-body);
  font-size: .83rem;
  color: var(--ip-text);
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.sp-sort-select:focus { outline: none; border-color: var(--ip-gold); box-shadow: 0 0 0 3px rgba(212,175,55,.1); }

.sp-view-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(107,45,31,.06);
  border-radius: 11px;
  padding: 3px;
}
.sp-view-btn {
  height: 30px;
  padding: 0 .55rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--ip-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .3rem;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.sp-view-label {
  font-family: var(--ip-font-body);
  font-size: .72rem;
  font-weight: 600;
}
.sp-view-btn.active {
  background: #fff;
  color: var(--ip-maroon);
  box-shadow: 0 1px 4px rgba(0,0,0,.09);
}
.sp-filter-toggle-btn {
  display: none;
  align-items: center;
  gap: .4rem;
  height: 36px;
  padding: 0 1rem;
  border: 1.5px solid rgba(107,45,31,.18);
  border-radius: 10px;
  background: #fff;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .83rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.sp-filter-toggle-btn:hover {
  background: var(--ip-maroon);
  border-color: var(--ip-maroon);
  color: #fff;
}

/* ── Main Layout ─────────────────────────────────────────────── */
.sp-layout {
  display: flex;
  align-items: flex-start;
  max-width: 1480px;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  gap: 1.75rem;
}

/* ── Filter Panel ────────────────────────────────────────────── */
.sp-filter-panel {
  width: 276px;
  min-width: 256px;
  background: #ffffff;
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: 0 4px 32px rgba(107,45,31,.08), 0 1px 4px rgba(107,45,31,.04);
  border: 1px solid rgba(200,155,60,.12);
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--ip-nav-h) + 62px);
  max-height: calc(100vh - var(--ip-nav-h) - 80px);
  overflow-y: auto;
  scroll-behavior: smooth;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.sp-filter-panel::-webkit-scrollbar { width: 4px; }
.sp-filter-panel::-webkit-scrollbar-thumb { background: rgba(107,45,31,.15); border-radius: 2px; }

/* Trust Badges */
.sp-trust-badges {
  display: flex;
  gap: .35rem;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(200,155,60,.1);
}
.sp-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .22rem .55rem;
  border-radius: 50px;
  background: rgba(200,155,60,.07);
  border: 1px solid rgba(200,155,60,.2);
  font-family: var(--ip-font-body);
  font-size: .66rem;
  font-weight: 700;
  color: #8a6820;
  letter-spacing: .02em;
  white-space: nowrap;
}

/* Filter Head */
.sp-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.sp-filter-title {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-family: var(--ip-font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ip-maroon);
  margin: 0;
}
.sp-filter-tamil {
  font-family: var(--ip-font-tamil);
  font-size: .72rem;
  color: var(--ip-muted);
  font-weight: 400;
  font-style: italic;
}
.sp-clear-btn {
  font-family: var(--ip-font-body);
  font-size: .73rem;
  font-weight: 500;
  color: var(--ip-muted);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
}
.sp-clear-btn:hover { color: var(--ip-maroon); }

/* Filter Sections */
.sp-filter-section {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(107,45,31,.05);
}
.sp-filter-section:last-of-type { border-bottom: none; margin-bottom: 0; }
.sp-section-label {
  font-family: var(--ip-font-body);
  font-size: .69rem;
  font-weight: 700;
  color: var(--ip-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .55rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.sp-section-icon { font-size: .9rem; }
.sp-section-tamil {
  font-family: var(--ip-font-tamil);
  font-size: .75em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #aaa;
}

/* Selects */
.sp-select {
  width: 100%;
  height: 40px;
  padding: 0 2.1rem 0 .75rem;
  border: 1.5px solid rgba(107,45,31,.12);
  border-radius: 10px;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236A6A6A' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--ip-font-body);
  font-size: .86rem;
  color: var(--ip-text);
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.sp-select:focus { outline: none; border-color: var(--ip-gold); box-shadow: 0 0 0 3px rgba(212,175,55,.1); }
.sp-select-mt { margin-top: .5rem; }

/* Age Row */
.sp-age-row {
  display: flex;
  align-items: center;
  gap: .4rem;
}
.sp-num-input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 .6rem;
  border: 1.5px solid rgba(107,45,31,.12);
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--ip-font-body);
  font-size: .86rem;
  color: var(--ip-text);
  text-align: center;
  transition: border-color .2s;
}
.sp-num-input:focus { outline: none; border-color: var(--ip-gold); box-shadow: 0 0 0 3px rgba(212,175,55,.1); }
.sp-age-sep, .sp-age-unit {
  font-family: var(--ip-font-body);
  font-size: .78rem;
  color: var(--ip-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Gender Pills */
.sp-gender-pills {
  display: flex;
  gap: .35rem;
  flex-wrap: nowrap;
}
.sp-gender-pill {
  flex: 1;
  height: 36px;
  border: 1.5px solid rgba(107,45,31,.14);
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--ip-font-body);
  font-size: .78rem;
  font-weight: 500;
  color: var(--ip-muted);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
}
.sp-gender-pill:hover { border-color: var(--ip-maroon); color: var(--ip-maroon); background: rgba(107,45,31,.03); }
.sp-gender-pill.active {
  background: var(--ip-maroon);
  border-color: var(--ip-maroon);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(107,45,31,.2);
}

/* Checkboxes */
.sp-check-label {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: .3rem 0;
  cursor: pointer;
  font-family: var(--ip-font-body);
  font-size: .82rem;
  color: var(--ip-text);
  line-height: 1.4;
  transition: color .2s;
}
.sp-check-label:hover { color: var(--ip-maroon); }
.sp-checkbox {
  width: 16px; height: 16px;
  border-radius: 4px;
  accent-color: var(--ip-maroon);
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Filter CTA */
.sp-filter-cta {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(200,155,60,.1);
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.sp-search-btn {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ip-maroon) 0%, #4a1a10 100%);
  color: #fff;
  font-family: var(--ip-font-body);
  font-size: .94rem;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: transform .18s cubic-bezier(.4,0,.2,1), box-shadow .18s;
  box-shadow: 0 4px 20px rgba(107,45,31,.28);
}
.sp-search-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(107,45,31,.36); }
.sp-search-btn:active { transform: translateY(0); }
.sp-reset-link {
  background: none;
  border: none;
  font-family: var(--ip-font-body);
  font-size: .8rem;
  color: var(--ip-muted);
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
  padding: .2rem;
}
.sp-reset-link:hover { color: var(--ip-maroon); }

/* ── Results Area ────────────────────────────────────────────── */
.sp-results-area { flex: 1; min-width: 0; }

/* ── Profile Grid ────────────────────────────────────────────── */
.sp-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.sp-profile-grid.sp-view-list   { grid-template-columns: 1fr; gap: .7rem; }
.sp-profile-grid.sp-view-compact { grid-template-columns: repeat(5, 1fr); gap: .85rem; }

/* ── Profile Card Base ───────────────────────────────────────── */
.sp-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ip-border);
  box-shadow: var(--ip-shadow-sm);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .28s cubic-bezier(.4,0,.2,1),
              box-shadow .28s cubic-bezier(.4,0,.2,1),
              border-color .28s;
  animation: sp-card-in .42s ease both;
}
@keyframes sp-card-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sp-card:nth-child(1)  { animation-delay: .04s; }
.sp-card:nth-child(2)  { animation-delay: .08s; }
.sp-card:nth-child(3)  { animation-delay: .12s; }
.sp-card:nth-child(4)  { animation-delay: .16s; }
.sp-card:nth-child(5)  { animation-delay: .20s; }
.sp-card:nth-child(6)  { animation-delay: .24s; }
.sp-card:nth-child(7)  { animation-delay: .28s; }
.sp-card:nth-child(8)  { animation-delay: .32s; }
.sp-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ip-shadow-lg);
  border-color: rgba(201,162,39,.24);
}
.sp-card:focus-visible {
  outline: 2.5px solid var(--ip-gold);
  outline-offset: 2px;
}

/* Status Row (absolute, above photo) */
.sp-card-status-row {
  position: absolute;
  top: .65rem;
  left: .65rem;
  right: .65rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  pointer-events: none;
}
.sp-card-badges-left { display: flex; gap: .28rem; flex-wrap: wrap; }
.sp-badge {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  padding: .2rem .52rem;
  border-radius: 50px;
  font-family: var(--ip-font-body);
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  line-height: 1;
}
.sp-badge-verified { background: rgba(63,157,106,.9); color: #fff; }
.sp-badge-new      { background: rgba(201,162,39,.92); color: var(--ip-maroon-dk); }
.sp-badge-photo    { background: rgba(255,255,255,.95); color: var(--ip-maroon); border: 1px solid var(--ip-border); }
.sp-card-code {
  background: rgba(255,255,255,.92);
  color: var(--ip-maroon-dk);
  font-family: var(--ip-font-body);
  font-size: .62rem;
  font-weight: 600;
  padding: .18rem .48rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--ip-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: .03em;
}

/* ── Photo: Real Image ───────────────────────────────────────── */
.sp-card-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #F8F6F3;
}
.sp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.sp-card:hover .sp-card-img { transform: scale(1.06); }
.sp-photo-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(91,30,20,.78) 0%, rgba(91,30,20,.08) 45%, transparent 65%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  gap: .4rem;
  transition: opacity .3s;
  pointer-events: none; /* invisible overlay must not intercept clicks */
}
.sp-card:hover .sp-photo-hover-overlay { opacity: 1; pointer-events: auto; }
.sp-quickview-btn {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  height: 32px;
  padding: 0 1rem;
  background: rgba(255,255,255,.94);
  border: none;
  border-radius: 50px;
  font-family: var(--ip-font-body);
  font-size: .74rem;
  font-weight: 700;
  color: var(--ip-maroon);
  cursor: pointer;
  transition: background .18s, transform .18s;
  pointer-events: auto;
}
.sp-quickview-btn:hover { background: #fff; transform: scale(1.04); }

/* ── Photo: Locked / Blurred ─────────────────────────────────── */
.sp-card-photo-locked {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #F5F2EE;
}
.sp-card-img-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: blur(20px) saturate(1.15) brightness(.9);
  transform: scale(1.12);
}
.sp-lock-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255,255,255,.72) 0%,
    rgba(251,243,236,.88) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.25rem;
  text-align: center;
}
.sp-lock-icon { font-size: 1.75rem; opacity: .75; }
.sp-lock-ribbon {
  display: inline-block;
  background: #fff;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .22rem .7rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(201,162,39,.35);
}
.sp-lock-text {
  font-family: var(--ip-font-body);
  font-size: .72rem;
  font-weight: 500;
  color: var(--ip-muted);
  line-height: 1.45;
  max-width: 140px;
}

/* ── Photo: No Photo Placeholder ─────────────────────────────── */
.sp-card-photo-placeholder {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 1.25rem;
}
.sp-placeholder-ring-1,
.sp-placeholder-ring-2 {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,.12);
  pointer-events: none;
}
.sp-placeholder-ring-1 { width: 180px; height: 180px; top: -55px; right: -55px; }
.sp-placeholder-ring-2 { width: 110px; height: 110px; bottom: -35px; left: -35px; }
.sp-placeholder-art {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(201,162,39,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: var(--ip-shadow-sm);
  flex-shrink: 0;
}
.sp-placeholder-text {
  font-family: var(--ip-font-body);
  font-size: .71rem;
  font-weight: 500;
  color: var(--ip-muted);
  text-align: center;
  line-height: 1.5;
  max-width: 130px;
}
/* Placeholder "guest / not logged in" */
.sp-card-photo-guest {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: 1rem;
  text-align: center;
}
.sp-guest-icon { font-size: 1.9rem; opacity: .65; }
.sp-guest-label {
  font-family: var(--ip-font-body);
  font-size: .73rem;
  color: var(--ip-muted);
  font-weight: 500;
  line-height: 1.45;
  max-width: 130px;
}
.sp-guest-btn {
  margin-top: .2rem;
  height: 30px;
  padding: 0 .9rem;
  border: 1.5px solid rgba(106,46,36,.22);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .7rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
  transition: background .2s, color .2s, border-color .2s;
}
.sp-guest-btn:hover { background: var(--ip-maroon); color: #fff; border-color: var(--ip-maroon); }

/* ── Card Body ───────────────────────────────────────────────── */
.sp-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sp-card-name {
  font-family: var(--ip-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ip-text);
  margin: 0 0 .18rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-card-age {
  font-family: var(--ip-font-body);
  font-size: .78rem;
  color: var(--ip-muted);
  font-weight: 500;
  margin: 0 0 .5rem;
  letter-spacing: .01em;
}
.sp-card-details { display: flex; flex-direction: column; gap: .2rem; }
.sp-detail-row {
  display: flex;
  align-items: baseline;
  gap: .28rem;
  font-family: var(--ip-font-body);
  font-size: .75rem;
  color: var(--ip-muted);
  line-height: 1.4;
}
.sp-detail-icon { flex-shrink: 0; font-size: .78rem; }
.sp-card-time {
  font-family: var(--ip-font-body);
  font-size: .68rem;
  color: var(--ip-gold);
  font-weight: 600;
  margin-top: auto;
  padding-top: .55rem;
  border-top: 1px solid rgba(107,45,31,.06);
  margin-bottom: .65rem;
  letter-spacing: .01em;
}
/* Created by (for admin/broker) */
.sp-card-created-by {
  font-family: var(--ip-font-body);
  font-size: .68rem;
  color: #aaa;
  margin-bottom: .35rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}

/* ── Card Action Row ─────────────────────────────────────────── */
.sp-card-actions {
  display: flex;
  gap: .38rem;
  flex-wrap: nowrap;
  align-items: center;
}
.sp-btn-view {
  flex: 1;
  height: 34px;
  min-width: 0;
  border: 1.5px solid rgba(106,46,36,.2);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .76rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  white-space: nowrap;
  letter-spacing: .02em;
}
.sp-btn-view:hover {
  background: var(--ip-maroon);
  color: #fff;
  border-color: var(--ip-maroon);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(106,46,36,.15);
}
.sp-btn-icon {
  width: 34px; height: 34px;
  border-radius: 10px;
  border: 1.5px solid;
  background: transparent;
  font-size: .95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s, transform .18s;
}
.sp-btn-icon:hover { transform: translateY(-1px); }
.sp-btn-shortlist { border-color: rgba(239,68,68,.28); color: #e53e3e; }
.sp-btn-shortlist:hover { background: #e53e3e; color: #fff; border-color: #e53e3e; }
.sp-btn-interest  { border-color: rgba(200,155,60,.32); color: #b8880c; }
.sp-btn-interest:hover  { background: var(--ip-gold); color: var(--ip-maroon); border-color: var(--ip-gold); }
.sp-btn-whatsapp  { border-color: rgba(37,211,102,.28); color: #1a9e4a; }
.sp-btn-whatsapp:hover  { background: #25d366; color: #fff; border-color: #25d366; }
.sp-btn-login-connect {
  flex: 1;
  height: 34px;
  border: 1.5px solid rgba(107,45,31,.22);
  border-radius: 10px;
  background: transparent;
  color: var(--ip-maroon);
  font-family: var(--ip-font-body);
  font-size: .76rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s, transform .18s;
  white-space: nowrap;
}
.sp-btn-login-connect:hover { background: var(--ip-maroon); color: #fff; transform: translateY(-1px); }

/* Admin actions (inside card) */
.sp-card-admin {
  display: flex;
  gap: .3rem;
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px dashed rgba(107,45,31,.1);
}
.sp-card-admin .card-admin-btn { flex: 1; font-size: .7rem; height: 28px; padding: 0 .4rem; }

/* ── List View Overrides ─────────────────────────────────────── */
.sp-profile-grid.sp-view-list .sp-card {
  flex-direction: row;
  max-height: 170px;
}
.sp-profile-grid.sp-view-list .sp-card-photo-wrap,
.sp-profile-grid.sp-view-list .sp-card-photo-locked,
.sp-profile-grid.sp-view-list .sp-card-photo-placeholder,
.sp-profile-grid.sp-view-list .sp-card-photo-guest {
  width: 128px;
  min-width: 128px;
  aspect-ratio: auto;
  height: 170px;
  border-radius: 0;
}
.sp-profile-grid.sp-view-list .sp-card-status-row { width: 128px; }
.sp-profile-grid.sp-view-list .sp-card-body { padding: .85rem 1rem; }
.sp-profile-grid.sp-view-list .sp-card-name { font-size: .97rem; }
.sp-profile-grid.sp-view-list .sp-card-details { flex-direction: row; flex-wrap: wrap; gap: .2rem .7rem; }
.sp-profile-grid.sp-view-list .sp-card-time { border-top: none; margin-top: .25rem; padding-top: 0; }
.sp-profile-grid.sp-view-list .sp-card-actions { margin-top: auto; }

/* ── Compact View ────────────────────────────────────────────── */
.sp-profile-grid.sp-view-compact .sp-card-body { padding: .65rem .7rem; }
.sp-profile-grid.sp-view-compact .sp-card-name { font-size: .88rem; }
.sp-profile-grid.sp-view-compact .sp-card-age { font-size: .72rem; margin-bottom: .3rem; }
.sp-profile-grid.sp-view-compact .sp-card-details { gap: .15rem; }
.sp-profile-grid.sp-view-compact .sp-detail-row { font-size: .69rem; }
.sp-profile-grid.sp-view-compact .sp-card-time { padding-top: .35rem; margin-bottom: .4rem; font-size: .64rem; }
.sp-profile-grid.sp-view-compact .sp-btn-view { font-size: .7rem; height: 30px; }
.sp-profile-grid.sp-view-compact .sp-btn-icon { width: 30px; height: 30px; font-size: .85rem; }

/* ── Premium Pagination ──────────────────────────────────────── */
.sp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  margin-top: 2.75rem;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
}
.sp-page-btn {
  min-width: 42px; height: 42px;
  padding: 0 .8rem;
  border: 1.5px solid rgba(107,45,31,.14);
  border-radius: 12px;
  background: #fff;
  font-family: var(--ip-font-body);
  font-size: .86rem;
  font-weight: 500;
  color: var(--ip-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .18s;
  white-space: nowrap;
}
.sp-page-btn:hover:not(.active):not(:disabled) {
  border-color: var(--ip-maroon);
  color: var(--ip-maroon);
  background: rgba(107,45,31,.04);
  transform: translateY(-1px);
}
.sp-page-btn.active {
  background: var(--ip-maroon);
  border-color: var(--ip-maroon);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(107,45,31,.28);
  cursor: default;
}
.sp-page-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.sp-page-dots {
  height: 42px;
  padding: 0 .25rem;
  display: flex;
  align-items: center;
  font-size: .95rem;
  color: var(--ip-muted);
  letter-spacing: .08em;
}
.sp-page-prev, .sp-page-next {
  gap: .3rem;
  padding: 0 1rem;
  font-size: .82rem;
  font-weight: 600;
}

/* ── Empty State ─────────────────────────────────────────────── */
.sp-empty-state {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
  gap: 1rem;
}
.sp-empty-icon { font-size: 3rem; opacity: .35; }
.sp-empty-title {
  font-family: var(--ip-font-head);
  font-size: 1.25rem;
  color: var(--ip-maroon);
  margin: 0;
}
.sp-empty-sub {
  font-family: var(--ip-font-body);
  font-size: .9rem;
  color: var(--ip-muted);
  margin: 0;
  max-width: 320px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1340px) {
  .sp-profile-grid { grid-template-columns: repeat(3, 1fr); }
  .sp-profile-grid.sp-view-compact { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .sp-profile-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-profile-grid.sp-view-compact { grid-template-columns: repeat(3, 1fr); }
  .sp-filter-toggle-btn { display: inline-flex; }
  .sp-filter-panel {
    position: fixed;
    top: var(--ip-nav-h);
    left: 0; bottom: 0;
    z-index: 920;
    width: 300px;
    max-width: 88vw;
    max-height: 100%;
    border-radius: 0 22px 22px 0;
    transform: translateX(-105%);
    box-shadow: 4px 0 48px rgba(0,0,0,.18);
  }
  .sp-filter-panel.open { transform: translateX(0); }
  .sp-layout { padding: 1.1rem 1.1rem; gap: 0; }
  .sp-results-area { width: 100%; }
}
@media (max-width: 768px) {
  .sp-sort-bar { padding: .75rem 1rem; }
  .sp-sort-wrap { display: none; }
  .sp-view-label { display: none; }
  .sp-layout { padding: .8rem; }
  .sp-profile-grid { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .sp-profile-grid.sp-view-compact { grid-template-columns: repeat(2, 1fr); }
  .sp-profile-grid.sp-view-list .sp-card { max-height: none; }
  .sp-profile-grid.sp-view-list .sp-card-photo-wrap,
  .sp-profile-grid.sp-view-list .sp-card-photo-locked,
  .sp-profile-grid.sp-view-list .sp-card-photo-placeholder,
  .sp-profile-grid.sp-view-list .sp-card-photo-guest {
    width: 100px; min-width: 100px; height: 140px;
  }
}

/* ============================================================================
   ✦ LUXURY REDESIGN OVERRIDE LAYER
   Light, premium, minimal — Apple / Tiffany / Zola / CRED inspired.
   Maroon + gold kept strictly as accents; ivory is the canvas.
   (Appended last so it wins on the cascade. No JS hooks changed.)
   ========================================================================== */

/* ── Base canvas ─────────────────────────────────────────────── */
body {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Cg fill='%23C9A227' fill-opacity='0.04'%3E%3Ccircle cx='23' cy='23' r='1.3'/%3E%3Ccircle cx='0' cy='0' r='1.3'/%3E%3Ccircle cx='46' cy='0' r='1.3'/%3E%3Ccircle cx='0' cy='46' r='1.3'/%3E%3Ccircle cx='46' cy='46' r='1.3'/%3E%3C/g%3E%3C/svg%3E"),
    var(--ip-bg);
  color: var(--ip-text);
  -webkit-font-smoothing: antialiased;
}
#page-home, #page-search, #page-dashboard { background: var(--ip-bg); }

/* Premium centered gold rule under section headings */
.section-heading::after,
.section-heading-lg::after {
  content: '';
  display: block;
  width: 60px; height: 2px;
  margin: 1.1rem auto 0;
  background: linear-gradient(90deg, transparent, var(--ip-gold), transparent);
  border-radius: 2px;
}

/* ── Header: white glass ─────────────────────────────────────── */
.inai-nav {
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid var(--ip-border);
  box-shadow: 0 6px 24px rgba(58,30,20,.05);
}
.inai-nav.scrolled {
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 30px rgba(58,30,20,.08);
}
.inai-nav-links a,
.inai-nav-dynamic a { color: var(--ip-text); }
.inai-nav-links a:hover,
.inai-nav-dynamic a:hover { color: var(--ip-gold-dk); }
.inai-nav-links a::after { background: var(--ip-gold); }
.nav-notif { color: var(--ip-maroon); }
.btn-nav-login {
  background: #fff;
  border-color: rgba(106,46,36,.42);
  color: var(--ip-maroon) !important;
}
.btn-nav-login:hover {
  background: var(--ip-maroon);
  border-color: var(--ip-maroon);
  color: #fff !important;
}
.btn-nav-register {
  background: var(--ip-gold);
  border-color: var(--ip-gold);
  color: var(--ip-maroon-dk);
}
.btn-nav-register:hover { background: var(--ip-gold-dk); color: #fff; }
.inai-hamburger span { background: var(--ip-maroon); }
.inai-mobile-menu { background: rgba(255,255,255,.98); border-top: 1px solid var(--ip-border); }
.inai-mobile-menu a { color: var(--ip-text); border-bottom-color: var(--ip-border); }
.inai-mobile-menu a:hover { color: var(--ip-gold-dk); }

/* Logged-in user name + role chip, collapsed into an account menu button */
.nav-account { position: relative; flex-shrink: 0; }
/* Desktop: Logout lives in account dropdown; mobile shows .nav-logout-btn */
.nav-logout-btn { display: none; }
.nav-user {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .3rem .3rem .75rem;
  background: var(--ip-primary-lt, #FBF3EC);
  border: 1px solid rgba(106,46,36,.16);
  border-radius: 30px;
  white-space: nowrap;
  cursor: pointer; font-family: inherit;
  transition: background .15s, border-color .15s;
}
.nav-user:hover { background: #fff; border-color: rgba(106,46,36,.3); }
.nav-user-name {
  font-size: .84rem; font-weight: 600; color: var(--ip-maroon-dk);
  max-width: 110px; overflow: hidden; text-overflow: ellipsis;
}
.nav-caret {
  font-size: .6rem; color: var(--ip-maroon); opacity: .6; margin-left: .1rem;
  transition: transform .15s;
}
.nav-user.menu-open .nav-caret { transform: rotate(180deg); }
.role-badge {
  display: inline-block; font-size: .66rem; font-weight: 700;
  padding: .18rem .55rem; border-radius: 30px;
  text-transform: uppercase; letter-spacing: .04em;
  background: var(--ip-gold); color: var(--ip-maroon-dk);
}
.role-badge.role-admin  { background: var(--ip-maroon); color: #fff; }
.role-badge.role-broker { background: var(--ip-gold-dk); color: #fff; }
.role-badge.role-user   { background: var(--ip-gold); color: var(--ip-maroon-dk); }

/* Dropdown: My Account / Logout */
.nav-account-menu {
  display: none;
  position: absolute; top: calc(100% + 10px); right: 0;
  min-width: 170px;
  background: #fff; border: 1px solid rgba(201,162,39,.25);
  border-radius: 14px; padding: .4rem;
  box-shadow: 0 16px 40px rgba(58,30,20,.18);
  z-index: 1200;
}
.nav-account-menu.open { display: block; animation: navMenuIn .15s ease-out; }
@keyframes navMenuIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.nav-account-menu a {
  display: block; padding: .55rem .8rem; border-radius: 9px;
  color: var(--ip-maroon-dk) !important; font-size: .85rem; font-weight: 600;
  text-decoration: none !important; white-space: nowrap;
}
.nav-account-menu a:hover { background: var(--ip-primary-lt, #FBF3EC); color: var(--ip-gold-dk) !important; }

/* ── Hero: white luxury ──────────────────────────────────────── */
.hero-premium {
  background:
    radial-gradient(ellipse 60% 50% at 80% 26%, rgba(201,162,39,.12) 0%, transparent 60%),
    radial-gradient(ellipse 55% 55% at 10% 88%, rgba(106,46,36,.06) 0%, transparent 60%),
    linear-gradient(180deg, #FFFDFB 0%, #FCFAF7 55%, #FBF6F0 100%);
}
.hero-premium::before { background: radial-gradient(circle, rgba(201,162,39,.10) 0%, transparent 65%); }
.hero-premium::after  { background: radial-gradient(circle, rgba(106,46,36,.05) 0%, transparent 70%); }
.hero-ring-1 { border-color: rgba(201,162,39,.16); }
.hero-ring-2 { border-color: rgba(201,162,39,.12); }
.hero-grid { padding: 6rem 2.25rem; }

.hero-eyebrow-tag { color: var(--ip-gold-dk); }
.hero-eyebrow-tag::before { background: rgba(201,162,39,.55); }
.hero-headline .line1 {
  color: var(--ip-maroon);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero-headline .line2 {
  font-family: var(--ip-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  background: linear-gradient(100deg, var(--ip-gold) 0%, #B6862B 40%, var(--ip-maroon) 85%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-tagline-tamil {
  color: var(--ip-maroon);
  opacity: .95;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hero-description { color: var(--ip-muted); }
.hero-stats-row { border-top-color: var(--ip-border); }
.hero-stat-item .stat-num { color: var(--ip-maroon); }
.hero-stat-item .stat-lbl { color: var(--ip-muted); }
.hero-stat-sep { background: var(--ip-border); }

.btn-hero-primary {
  background: var(--ip-gold);
  color: var(--ip-maroon-dk);
  box-shadow: 0 8px 26px rgba(201,162,39,.26);
}
.btn-hero-primary:hover { background: var(--ip-gold-dk); color: #fff; box-shadow: 0 12px 34px rgba(168,132,28,.32); }
.btn-hero-secondary {
  background: #fff;
  color: var(--ip-maroon);
  border: 1.5px solid rgba(106,46,36,.4);
}
.btn-hero-secondary:hover { background: var(--ip-primary-lt, #FBF3EC); border-color: var(--ip-maroon); color: var(--ip-maroon); }

/* Right column — official logo on dark premium card */
.hero-visual-col::before {
  content: '';
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,.18);
  pointer-events: none;
}
.hero-logo-wrap {
  width: min(420px, 90vw);
  max-width: min(420px, 90vw);
  aspect-ratio: auto;
  border-radius: 20px;
  display: block;
  background: var(--ip-cream, #FAF6F0);
  box-shadow:
    var(--ip-shadow-lg),
    0 0 0 1px rgba(197,160,89,.28);
}
.hero-logo-wrap::before,
.hero-logo-wrap::after { display: none; }
.hero-logo-img { width: 100%; height: auto; }
.hero-logo-glow {
  background: radial-gradient(circle, rgba(201,162,39,.14) 0%, transparent 70%);
  width: 420px; height: 420px;
}

/* Mobile: keep the logo card centered in the viewport */
@media (max-width: 768px) {
  .hero-grid {
    padding: 3.25rem 1.25rem 3.5rem;
    justify-items: center;
  }
  .hero-visual-col {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .hero-visual-col::before {
    width: min(280px, 78vw);
    height: min(280px, 78vw);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-logo-wrap {
    width: min(260px, 78vw) !important;
    max-width: min(260px, 78vw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-logo-glow {
    width: min(280px, 85vw);
    height: min(280px, 85vw);
  }
  .hero-text-col {
    width: 100%;
    max-width: 100%;
  }
}

/* ── Sections: more breathing room ───────────────────────────── */
.stats-section       { padding: 6.5rem 2.25rem; background: var(--ip-bg); }
.search-section      { padding: 6.5rem 2.25rem; background: var(--ip-cream); }
.trust-section       { padding: 7.5rem 2.25rem; background: var(--ip-bg); }
.testimonials-section{ padding: 7.5rem 2.25rem; }

/* ── Stats cards ─────────────────────────────────────────────── */
.stat-card {
  border: 1px solid var(--ip-border);
  border-radius: var(--ip-radius);
  box-shadow: var(--ip-shadow);
}
.stat-card:hover { box-shadow: var(--ip-shadow-lg); transform: translateY(-6px); }
.stat-card .stat-value { color: var(--ip-maroon); }
.stat-card .stat-label { color: var(--ip-muted); }

/* ── Search panel ────────────────────────────────────────────── */
.search-box {
  border-radius: 24px;
  box-shadow: var(--ip-shadow-lg);
  border: 1px solid var(--ip-border);
  padding: 2.5rem;
}
.sf-field select { border: 1.5px solid var(--ip-border); }
.sf-field select:focus { border-color: var(--ip-gold); box-shadow: 0 0 0 3px rgba(201,162,39,.14); }
.btn-search-go { background: var(--ip-maroon); border-radius: 12px; }
.btn-search-go:hover { background: var(--ip-gold); color: var(--ip-maroon-dk); transform: translateY(-2px); }

/* ── Feature / Why-INAI cards ────────────────────────────────── */
.trust-card { border: 1px solid var(--ip-border); border-radius: var(--ip-radius); box-shadow: var(--ip-shadow); }
.trust-card:hover { box-shadow: var(--ip-shadow-lg); transform: translateY(-6px); }
.trust-icon-wrap {
  background: linear-gradient(135deg, rgba(201,162,39,.18), rgba(106,46,36,.10));
  border: 1px solid rgba(201,162,39,.16);
}
.trust-card h3 { color: var(--ip-maroon); }

/* ── Testimonials: light ─────────────────────────────────────── */
.testimonials-section { background: var(--ip-cream); }
.testimonials-section .section-label    { color: var(--ip-gold-dk); }
.testimonials-section .section-heading-lg { color: var(--ip-maroon); }
.testimonials-section .section-desc     { color: var(--ip-muted); }
.testi-card {
  background: #fff;
  border: 1px solid var(--ip-border);
  border-radius: var(--ip-radius);
  box-shadow: var(--ip-shadow);
}
.testi-card:hover { background: #fff; box-shadow: var(--ip-shadow-lg); transform: translateY(-6px); }
.testi-quote { color: var(--ip-text); }
.testi-quote::before { color: var(--ip-gold); opacity: .55; }
.testi-info .testi-name { color: var(--ip-maroon); }
.testi-info .testi-meta { color: var(--ip-muted); }
.testi-avatar { background: rgba(201,162,39,.12); border-color: rgba(201,162,39,.3); }
.testi-stars { color: var(--ip-gold); }

/* ── Footer: white + gold divider ────────────────────────────── */
.inai-footer {
  background: #FFFDFB;
  color: var(--ip-muted);
  position: relative;
  border-top: 1px solid var(--ip-border);
}
.inai-footer::before {
  content: '';
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: min(1320px, 92%); height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,.65), transparent);
}
.footer-desc { color: var(--ip-muted); }
.footer-col h4 { color: var(--ip-maroon); }
.footer-col ul li a { color: var(--ip-muted); }
.footer-col ul li a:hover { color: var(--ip-gold-dk); }
.footer-social a { border-color: rgba(106,46,36,.2); color: var(--ip-maroon); }
.footer-social a:hover { background: var(--ip-gold); border-color: var(--ip-gold); color: #fff; }
.footer-bottom { border-top: 1px solid var(--ip-border); color: var(--ip-muted); }
.footer-bottom-links a { color: var(--ip-muted); }
.footer-bottom-links a:hover { color: var(--ip-gold-dk); }

/* ── Global buttons (forms, dashboard) ───────────────────────── */
.btn-primary {
  background: var(--gold);
  color: var(--maroon-dk);
  border: none;
}
.btn-primary:hover { background: var(--gold-dk); color: #fff; }
.btn-outline {
  background: #fff;
  border: 1.5px solid var(--maroon);
  color: var(--maroon);
}
.btn-outline:hover { background: var(--primary-lt); color: var(--maroon); }

/* ── Profile cards: luxury polish ────────────────────────────── */
.sp-card { border: 1px solid var(--ip-border); box-shadow: var(--ip-shadow-sm); }
.sp-card:hover { box-shadow: var(--ip-shadow-lg); border-color: rgba(201,162,39,.32); }
.sp-card-name { color: var(--ip-text); }
.sp-card-age { color: var(--ip-maroon); }
.sp-card-photo-placeholder {
  background: linear-gradient(150deg, #6A2E24 0%, #8A4436 52%, #C9A227 150%);
}
.sp-badge-verified { background: rgba(63,157,106,.92); color: #fff; }
.sp-badge-new { background: var(--ip-gold); color: var(--ip-maroon-dk); }
.sp-badge-photo { background: rgba(255,255,255,.92); color: var(--ip-maroon); border: 1px solid rgba(201,162,39,.28); }
.sp-lock-ribbon { background: var(--ip-gold); color: var(--ip-maroon-dk); }
.sp-search-btn { background: var(--ip-maroon); }
.sp-search-btn:hover { background: var(--ip-gold); color: var(--ip-maroon-dk); }
@media (max-width: 480px) {
  .sp-profile-grid,
  .sp-profile-grid.sp-view-compact { grid-template-columns: 1fr; }
  .sp-sort-bar { gap: .6rem; }
  .sp-sort-right { gap: .4rem; }
  .sp-profile-grid.sp-view-list .sp-card { flex-direction: column; max-height: none; }
  .sp-profile-grid.sp-view-list .sp-card-photo-wrap,
  .sp-profile-grid.sp-view-list .sp-card-photo-locked,
  .sp-profile-grid.sp-view-list .sp-card-photo-placeholder,
  .sp-profile-grid.sp-view-list .sp-card-photo-guest {
    width: 100%; height: auto; aspect-ratio: 3/4;
  }
  .sp-profile-grid.sp-view-list .sp-card-status-row { width: auto; }
  .sp-pagination { gap: .3rem; }
  .sp-page-btn { min-width: 36px; height: 36px; font-size: .8rem; border-radius: 10px; }
}

/* ── Public Membership page ──────────────────────────────────── */
.membership-page {
  padding: calc(var(--ip-nav-h, 72px) + 2.5rem) 1.25rem 4rem;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201,162,39,.12), transparent 55%),
    linear-gradient(180deg, #FFFDFB 0%, #F7F1EA 100%);
  min-height: calc(100vh - var(--ip-nav-h, 72px));
}
.membership-page .section-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.membership-page-desc {
  margin: 0 auto 2rem;
  max-width: 40rem;
  line-height: 1.65;
}
.membership-desc-ta {
  display: block;
  margin-top: .55rem;
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .95em;
  color: var(--ip-muted, #666);
  line-height: 1.7;
}
.membership-page .section-heading-lg .tamil-sub {
  display: block;
  margin-top: .4rem;
  font-size: .55em;
  font-weight: 500;
  color: var(--ip-muted, #666);
}

/* How-it-works steps */
.membership-steps {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 920px;
  text-align: left;
  counter-reset: none;
}
.membership-step {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--ip-border, #e8dfd4);
  border-radius: 14px;
  padding: 1.1rem 1rem;
}
.membership-step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
  background: var(--ip-maroon, #6A2E24);
}
.membership-step-body strong {
  display: block;
  font-size: .98rem;
  color: var(--ip-maroon-dk, #4a1e16);
  margin-bottom: .1rem;
}
.membership-step-ta {
  display: block;
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .82rem;
  color: var(--ip-gold-dk, #8a6a20);
  margin-bottom: .35rem;
}
.membership-step-body p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
  color: var(--ip-muted, #666);
}

/* Quick compare chips */
.membership-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
  margin: 0 auto 2.25rem;
  max-width: 920px;
}
.membership-compare-item {
  background: #fff;
  border: 1px solid var(--ip-border, #e8dfd4);
  border-radius: 12px;
  padding: .9rem .7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  text-align: center;
}
.membership-compare-item--hot {
  border-color: rgba(201,162,39,.55);
  background: linear-gradient(180deg, #FFF9EB 0%, #fff 70%);
}
.membership-compare-icon {
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: .25rem;
}
.membership-compare-item strong {
  font-size: .92rem;
  color: var(--ip-maroon, #6A2E24);
}
.membership-compare-item > span:not(.membership-compare-icon):not(.membership-compare-ta) {
  font-size: .78rem;
  color: var(--ip-muted, #666);
}
.membership-compare-ta {
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .72rem;
  color: var(--ip-gold-dk, #8a6a20);
}

.membership-plans-heading {
  margin: 0 0 1.25rem;
  font-family: var(--ip-font-display, 'Cinzel', Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ip-maroon, #6A2E24);
}
.membership-plans-heading .tamil-sub {
  display: block;
  margin-top: .3rem;
  font-size: .72em;
  font-weight: 500;
  color: var(--ip-muted, #666);
}

.membership-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0 auto 2rem;
  text-align: left;
}
.membership-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--ip-border);
  border-radius: var(--ip-radius, 14px);
  box-shadow: var(--ip-shadow-sm, 0 4px 16px rgba(58,30,20,.06));
  padding: 1.75rem 1.35rem 1.5rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.membership-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--ip-shadow-lg, 0 12px 32px rgba(58,30,20,.1));
  border-color: rgba(201,162,39,.35);
}
.membership-plan--featured {
  border-color: rgba(201,162,39,.55);
  box-shadow: 0 8px 28px rgba(106,46,36,.1);
}
.membership-plan-badge {
  position: absolute;
  top: .85rem;
  right: .85rem;
  margin: 0;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ip-maroon-dk, #4a1e16);
  background: var(--ip-gold, #C9A227);
  padding: .22rem .55rem;
  border-radius: 4px;
}
.membership-plan-name {
  margin: 0 0 .35rem;
  font-family: var(--ip-font-display, 'Playfair Display', Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ip-maroon, #6A2E24);
}
.membership-plan-name-ta {
  display: block;
  margin-top: .15rem;
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .72em;
  font-weight: 500;
  color: var(--ip-gold-dk, #8a6a20);
}
.membership-plan-duration {
  margin: 0 0 .75rem;
  font-size: .82rem;
  color: var(--ip-muted, #666);
  line-height: 1.4;
}
.membership-plan-price {
  margin: 0;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ip-maroon-dk, #4a1e16);
  letter-spacing: -.02em;
}
.membership-plan-currency {
  font-size: 1.35rem;
  font-weight: 600;
  margin-right: .1rem;
  vertical-align: super;
}
.membership-plan-per {
  margin: .4rem 0 0;
  font-size: .78rem;
  color: var(--ip-muted, #777);
}
.membership-page-note {
  margin: 1.5rem auto 0;
  max-width: 38rem;
  font-size: .88rem;
  line-height: 1.6;
  color: var(--ip-muted, #666);
}
.membership-page-note a {
  color: var(--ip-maroon, #6A2E24);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.membership-page-note a:hover { color: var(--ip-gold-dk, #8a6a20); }
.membership-plans--four {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
}
.membership-plan-features {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: .82rem;
  line-height: 1.45;
  color: var(--ip-muted, #555);
}
.membership-plan-features li {
  padding: .35rem 0 .35rem 1.15rem;
  position: relative;
  border-bottom: 1px dashed rgba(107,45,31,.08);
}
.membership-plan-features li:last-child { border-bottom: none; }
.membership-plan-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .35rem;
  color: #3f9d6a;
  font-weight: 700;
}
.membership-plan-features li.is-off {
  opacity: .45;
}
.membership-plan-features li.is-off::before { content: '–'; color: #999; }
.membership-plan-features .feat-ta {
  display: block;
  font-family: var(--ip-font-tamil, 'Noto Serif Tamil', serif);
  font-size: .78em;
  color: var(--ip-muted, #888);
  margin-top: .1rem;
}
.membership-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.membership-cta .btn {
  min-width: min(100%, 260px);
}

.sp-badge-featured {
  background: linear-gradient(135deg, #c9a227, #8a6a20);
  color: #fff;
}
.sp-badge-login-on {
  background: rgba(46,125,50,.92);
  color: #fff;
}
.sp-card--featured {
  outline: 2px solid rgba(201,162,39,.45);
  box-shadow: 0 8px 24px rgba(201,162,39,.18);
}
.sp-card--login-on {
  outline: 2px solid rgba(46,125,50,.4);
  box-shadow: 0 6px 18px rgba(46,125,50,.12);
}
.sp-card--featured.sp-card--login-on {
  outline: 2px solid rgba(201,162,39,.55);
  box-shadow: 0 8px 24px rgba(201,162,39,.18), 0 0 0 3px rgba(46,125,50,.25);
}
.sp-card-admin .card-admin-btn-login-on {
  background: #2e7d32;
  border-color: #2e7d32;
  color: #fff;
}
.sp-card-admin .card-admin-btn-login-on:hover {
  background: #1b5e20;
  border-color: #1b5e20;
  color: #fff;
}
@media (max-width: 1000px) {
  .membership-plans--four { grid-template-columns: repeat(2, 1fr); }
  .membership-steps { grid-template-columns: 1fr; max-width: 420px; }
  .membership-compare { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .membership-plans { grid-template-columns: 1fr; max-width: 400px; }
  .membership-plans--four { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .membership-compare { grid-template-columns: 1fr 1fr; }
}

/* ================================================================
   Brand kit sections — feature tiles, banners, values
   ================================================================ */
.feature-tiles-section,
.brand-banners-section,
.values-section {
  padding: 3.5rem 2.25rem;
}
.feature-tiles-section { background: #fff; border-block: 1px solid var(--ip-border); }
.brand-banners-section { background: var(--ip-bg); }
.values-section { background: #fff; }

.feature-tiles-section .section-inner,
.brand-banners-section .section-inner,
.values-section .section-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.feature-tiles-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.85rem;
}
.feature-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.1rem 0.5rem;
  border-radius: 16px;
  background: var(--ip-cream, #FAF6F0);
  border: 1px solid rgba(197,160,89,.22);
  text-decoration: none !important;
  color: var(--ip-maroon);
  transition: transform .2s var(--ip-ease), box-shadow .2s, border-color .2s;
  min-height: 112px;
}
.feature-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(74,31,25,.1);
  border-color: rgba(197,160,89,.55);
}
.feature-tile img { width: 40px; height: 40px; display: block; }
.feature-tile span {
  font-family: var(--ip-font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
}
.feature-tile-static { cursor: default; }
.feature-tile-static:hover { transform: none; box-shadow: none; }

.brand-banners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.brand-banner {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 36px rgba(74,31,25,.1);
}
.brand-banner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.brand-banner figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.35rem 1.4rem 1.2rem;
  background: linear-gradient(transparent, rgba(74,31,25,.78));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.brand-banner-kicker {
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E8D5A8;
  font-weight: 600;
}
.brand-banner strong {
  font-family: var(--ip-font-head);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1rem;
  margin-top: 2.5rem;
}
.value-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.value-item img {
  width: 88px;
  height: 88px;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(74,31,25,.08));
}
.value-item h3 {
  margin: 0;
  font-family: var(--ip-font-body);
  font-size: .9rem;
  font-weight: 600;
  color: var(--ip-maroon);
  line-height: 1.35;
  max-width: 11rem;
}

@media (max-width: 1100px) {
  .feature-tiles-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 800px) {
  .brand-banners-grid { grid-template-columns: 1fr; }
  .brand-banner img { height: 200px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-tiles-grid { grid-template-columns: repeat(4, 1fr); gap: .65rem; }
}
@media (max-width: 480px) {
  .feature-tiles-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-tiles-section,
  .brand-banners-section,
  .values-section { padding: 2.5rem 1.15rem; }
}

