/* ════════════════════════════════════════════════════════════════════
   Vyoma Group — Homepage (home.css)
   Loaded AFTER style.css. Scoped, robust, no-conflict layer.
   Version: 2026-05-26
   ════════════════════════════════════════════════════════════════════ */

/* ─── HERO v2 (override base .hero) ──────────────────────────────── */
.hero.hero-v2 {
  position: relative;
  padding: 140px 24px 90px !important;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse 600px 300px at 50% 0%, rgba(232, 98, 42, 0.06) 0%, transparent 70%),
    var(--bg);
}

.hero-v2-container {
  position: relative;
  z-index: 5;
  max-width: 820px;
  margin: 0 auto;
}

.hero-v2 .hero-pill {
  margin-bottom: 32px !important;
}

.hero-v2 h1 {
  font-family: var(--font-heading);
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--text);
  margin: 0 0 22px !important;
}
.hero-v2 h1 em {
  font-style: italic;
  color: var(--orange);
  font-weight: 500;
}

.hero-v2 .hero-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.9vw, 19px);
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 600px;
  margin: 0 auto 30px !important;
}

.hero-v2 .hero-buttons {
  display: flex !important;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero-fine {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-muted);
  opacity: 0.7;
  margin: 0;
}

/* ─── HERO corner accents — strictly positioned, fixed pixel sizes ── */
.hero-corner-art {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  display: block;
}
.hero-corner-art svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-corner-tl { top: 70px;  left: 4%;   width: 100px; height: 100px; }
.hero-corner-tr { top: 60px;  right: 4%;  width: 160px; height: 160px; }
.hero-corner-bl { bottom: 32px; left: 50%; transform: translateX(-50%); width: 180px; height: 28px; }

/* ─── CAPABILITY STRIP ───────────────────────────────────────────── */
.capability-strip {
  padding: 22px 24px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.capability-strip-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.capability-strip-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.capability-strip-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.capability-strip-list li {
  list-style: none !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text);
  margin: 0 !important;
  padding: 0 !important;
}
.capability-strip-list li::marker { content: '' !important; }
.capability-strip-list li svg {
  color: var(--orange);
  flex-shrink: 0;
}

/* ─── FEATURE HIGHLIGHTS ─────────────────────────────────────────── */
.feature-highlights {
  padding: 96px 24px;
  background: var(--bg);
}
.feature-highlights .section-label,
.feature-highlights .section-heading,
.feature-highlights .section-sub {
  text-align: center;
}
.feature-highlights .section-heading {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
  margin: 8px 0 8px;
}
.feature-highlights .section-sub {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.5;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.feat-card {
  background: #f7f2e9;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.feat-card:hover {
  transform: translateY(-3px);
  border-color: #d4c8b1;
  box-shadow: 0 12px 32px rgba(26, 23, 20, 0.06);
}
.feat-art {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 14px;
  box-sizing: border-box;
}
.feat-art svg { width: 100%; height: 100%; display: block; }
.feat-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0 0 12px;
}
.feat-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0 0 20px;
  flex: 1;
}
.feat-link {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--orange);
  align-self: flex-start;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  text-decoration: none;
}
.feat-link:hover { border-bottom-color: var(--orange); }

/* ─── PRODUCT SECTION — refresh on top of base styles ────────────── */
.products-redesigned {
  padding: 96px 24px;
}
.products-redesigned .section-label,
.products-redesigned .section-heading,
.products-redesigned .section-sub {
  text-align: center;
}
.products-redesigned .section-sub {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 8px auto 48px;
  line-height: 1.5;
}
.products-redesigned .products-grid {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 22px;
  max-width: var(--max-width);
  margin: 0 auto;
}

/* Featured Arka card */
.product-card-arka {
  background: #14110d !important;
  border: 1px solid #2a221b !important;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card-art {
  background: linear-gradient(135deg, #1f1a16 0%, #2a221b 100%);
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px;
  box-sizing: border-box;
}
.product-card-art svg { width: 100%; max-width: 320px; height: auto; display: block; }
.product-card-arka .product-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.product-card-arka .product-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product-card-arka .product-logo {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 10px;
}
.product-card-arka .product-logo svg { width: 18px; height: 18px; }
.product-card-arka .product-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(232, 98, 42, 0.15);
  border: 1px solid rgba(232, 98, 42, 0.35);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  color: #f1c5a8;
}
.product-card-arka .product-badge .dot {
  width: 6px; height: 6px;
  background: #e8622a;
  border-radius: 50%;
}
.product-card-arka .product-name {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin: 0 0 12px;
}
.product-card-arka .product-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.6;
  color: #d4cbb6;
  margin: 0 0 18px;
}
.product-feature-list {
  list-style: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.product-feature-list li {
  list-style: none !important;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 13.5px;
  color: #e8dec5;
  line-height: 1.45;
  margin: 0 !important;
  padding: 0 !important;
}
.product-feature-list li::marker { content: '' !important; }
.product-feature-list li svg { flex-shrink: 0; }
.product-card-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.product-card-arka .product-link {
  color: var(--orange) !important;
  font-weight: 600;
  font-family: var(--font-body);
  font-size: 14px;
}
.product-card-arka .product-link-secondary {
  color: #a59880 !important;
  font-weight: 500;
}
.product-card-arka .product-link-secondary:hover { color: #d4cbb6 !important; }

/* Placeholder cards */
.products-redesigned .product-card.placeholder {
  background: var(--bg-card);
  border: 1px dashed var(--border);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 240px;
}
.placeholder-icon-svg {
  width: 32px;
  height: 32px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.placeholder-text {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 12px 0 4px;
}
.placeholder-sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.45;
}

/* ─── PILLARS v2 ─────────────────────────────────────────────────── */
.pillars-section {
  padding: 96px 24px;
  background: #f7f2e9;
}
.pillars-header {
  text-align: center;
  margin-bottom: 48px;
}
.pillars-header .section-heading {
  margin: 8px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
}
.pillars-header .section-sub {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}
.pillars-header .section-sub a {
  color: var(--orange);
  border-bottom: 1px solid rgba(232, 98, 42, 0.35);
  text-decoration: none;
}
.pillars-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.pillar-card-v2 {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.pillar-card-v2:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}
.pillar-num {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.pillar-title-v2 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--text);
  margin: 0 0 12px;
}
.pillar-desc-v2 {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.pillar-desc-v2 a {
  color: var(--orange);
  border-bottom: 1px solid rgba(232, 98, 42, 0.35);
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.pillar-desc-v2 a:hover { border-bottom-color: var(--orange); }

/* ─── UPDATES (FROM THE BLOG) — refresh ──────────────────────────── */
.updates-redesigned {
  padding: 96px 24px;
  background: var(--bg);
}
.updates-redesigned .updates-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 24px;
  flex-wrap: wrap;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.updates-redesigned .updates-header .section-label {
  margin-bottom: 6px;
  text-align: left;
}
.updates-redesigned .updates-header .section-heading {
  text-align: left;
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.02em;
}
.updates-all-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.updates-all-link:hover { border-bottom-color: var(--orange); }
.updates-redesigned .updates-grid {
  max-width: var(--max-width);
  margin: 0 auto;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .products-redesigned .products-grid { grid-template-columns: 1fr 1fr; }
  .product-card-arka { grid-column: span 2; }
}
@media (max-width: 900px) {
  .feat-grid { grid-template-columns: 1fr; }
  .pillars-grid-v2 { grid-template-columns: 1fr; }
  .hero-corner-tl, .hero-corner-tr { display: none !important; }
}
@media (max-width: 768px) {
  .hero.hero-v2 { padding: 90px 18px 70px !important; }
  .hero-v2 h1 { font-size: clamp(36px, 8vw, 52px); }
  .hero-corner-bl { bottom: 18px; }
  .feature-highlights { padding: 56px 18px; }
  .feat-art { height: 100px; padding: 10px; }
  .feat-title { font-size: 20px; }
  .feat-card { padding: 22px 20px; }
  .pillars-section { padding: 56px 18px; }
  .pillar-card-v2 { padding: 26px 22px; }
  .pillar-title-v2 { font-size: 22px; }
  .capability-strip { padding: 16px 18px; }
  .capability-strip-list { gap: 14px; }
  .capability-strip-list li { font-size: 12.5px; }
  .products-redesigned { padding: 56px 18px; }
  .products-redesigned .products-grid { grid-template-columns: 1fr; }
  .product-card-arka { grid-column: auto; }
  .product-card-art { height: 130px; }
  .product-card-arka .product-card-body { padding: 22px 20px; }
  .product-card-arka .product-name { font-size: 26px; }
  .updates-redesigned { padding: 56px 18px; }
  .updates-redesigned .updates-header { flex-direction: column; align-items: flex-start; margin-bottom: 28px; }
}
@media (max-width: 480px) {
  .hero-v2 h1 { font-size: 40px; }
  .hero-v2 .hero-sub { font-size: 15px; }
  .capability-strip-list { gap: 10px 14px; }
  .capability-strip-label { font-size: 11px; }
}

/* ─── DiaCare AI product card (Live, between Arka and placeholder) ──── */
.product-card-diacare {
  background: linear-gradient(160deg, #fdf2e3 0%, #f7e6cf 65%, #f1d9b8 100%);
  border: 1px solid #e0d5c2;
  border-radius: var(--radius-card);
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 320px;
}
.product-card-diacare:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
  box-shadow: 0 12px 32px rgba(26, 23, 20, 0.08);
}
.product-card-diacare-art {
  height: 110px;
  background: #fff;
  border-bottom: 1px solid #e8dec5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.product-card-diacare-art svg { width: 100%; max-width: 180px; height: auto; }
.product-card-diacare-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.product-card-diacare .product-badge.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: #15803d;
  width: fit-content;
  margin-bottom: 4px;
}
.product-card-diacare .product-badge.live-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #22c55e;
}
.product-card-diacare .placeholder-text {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--text);
  margin: 0 0 4px;
}
.product-card-diacare .placeholder-sub {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0 0 14px;
  flex: 1;
}
.product-card-diacare-cta {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--orange);
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  margin-top: auto;
}
.product-card-diacare:hover .product-card-diacare-cta {
  border-bottom-color: var(--orange);
}

@media (max-width: 1000px) {
  .product-card-diacare { grid-column: span 1; }
}
@media (max-width: 768px) {
  .product-card-diacare-art { height: 90px; padding: 10px; }
  .product-card-diacare-body { padding: 16px 18px 18px; }
  .product-card-diacare .placeholder-text { font-size: 20px; }
}
