.whatsapp {
  border: 1px solid #168151;
  color: #126b42;
  background: #ecf7ef;
}

.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.contact-actions a {
  flex: 1;
  padding: 10px 8px;
  text-align: center;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.call-link { background: #ed7b39; color: #fff; }
.whatsapp-link { background: #e7f5ec; color: #126b42; border: 1px solid #168151; }

.secondary-numbers {
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid #dce2db;
}

.secondary-numbers span { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 700; color: #65746b; }
.secondary-numbers a { display: inline-block; margin-right: 12px; color: #1b6a43; font-size: .92rem; font-weight: 700; text-decoration: none; }
.secondary-numbers a:hover { text-decoration: underline; }

.offer-card {
  margin-top: 18px;
  padding: 17px 20px 15px;
  background: linear-gradient(130deg, #fff5e8 0%, #fff 52%, #edf8ee 100%);
  border: 1px solid #f2cc9c;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(154, 88, 26, .1);
}

.offer-label {
  margin: 0 0 4px;
  color: #b55222;
  font-size: .78rem;
  font-weight: 700;
}

.offer-prices { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.offer-prices strong { color: #a94413; font-size: 1.9rem; line-height: 1; letter-spacing: -.03em; }
.offer-prices del { color: #7b807d; font-size: 1.02rem; }
.offer-prices span { padding: 7px 10px; border-radius: 999px; background: #e65c2c; color: #fff; font-size: .73rem; font-weight: 700; box-shadow: 0 4px 8px rgba(188, 71, 25, .22); }
.offer-divider { height: 1px; margin: 14px 0 10px; background: linear-gradient(90deg, #efbf83, #d9e8d4); }
.offer-stock { margin: 0; color: #6c726f; text-align: center; font-size: .82rem; }
.offer-stock b { color: #168151; }
.offer-stock i { display: inline-block; height: 16px; margin: 0 9px -4px; border-left: 1px solid #aab0ac; }

/* नया, अधिक गहरा और कार्ड-आधारित हीरो लेआउट */
.hero-revamp {
  margin: 34px clamp(16px, 4vw, 64px) 0;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(10, 42, 29, .13);
}

.hero-revamp .product-visual { min-height: 650px; background: linear-gradient(145deg, #dceeb8, #b7d980); }
.hero-revamp .product-details { background: #fbfcf8; }
.hero-orbit { position: absolute; width: 410px; height: 410px; border: 1px dashed rgba(22, 129, 81, .38); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.visual-note { position: absolute; z-index: 2; left: 36px; bottom: 34px; padding: 10px 14px; background: rgba(255,255,255,.9); border-radius: 8px; color: #28573a; font-size: .8rem; line-height: 1.25; box-shadow: 0 8px 20px rgba(20,59,44,.12); }
.visual-note span { color: #e67e34; font-size: 1.1rem; float: left; margin: 2px 7px 12px 0; }
.proof-revamp { margin: 0 clamp(16px, 4vw, 64px); border-radius: 0 0 18px 18px; padding-left: clamp(22px, 5vw, 80px); padding-right: clamp(22px, 5vw, 80px); }

.journey-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  margin: 72px clamp(20px, 8vw, 130px) 20px;
  background: #143b2c;
  color: #fff;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(10, 42, 29, .14);
}

.journey-image { min-height: 490px; position: relative; }
.journey-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #143b2c); }
.journey-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.journey-copy { padding: 64px clamp(28px, 5vw, 74px); align-self: center; position: relative; }
.journey-copy:before { content: "✦"; color: #b9d98a; font-size: 7rem; opacity: .13; position: absolute; right: 26px; top: 8px; }
.journey-copy .eyebrow { color: #b9d98a; }
.journey-copy h2 { color: #fff; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.journey-copy h2 em { color: #d8ecb5; font-style: normal; }
.journey-copy > p:not(.eyebrow) { color: #d8e5dc; max-width: 510px; }
.journey-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; }
.journey-points span { background: rgba(255,255,255,.1); color: #f5f9f3; padding: 7px 10px; font-size: .82rem; border-radius: 4px; }
.journey-cta { display: inline-flex; align-items: center; gap: 14px; padding: 13px 19px; background: #e98a4c; color: #fff; text-decoration: none; font-weight: 700; border-radius: 3px; }
.journey-cta span { font-size: 1.3rem; }

@media (max-width: 850px) {
  .hero-revamp { margin-top: 18px; }
  .hero-revamp .product-visual { min-height: 420px; }
  .proof-revamp { margin: 0 16px; }
  .journey-section { grid-template-columns: 1fr; margin: 48px 20px 0; }
  .journey-image { min-height: 340px; }
  .journey-image:after { background: linear-gradient(0deg, #143b2c, transparent 50%); }
  .journey-copy { padding: 42px 26px; }
}
