/* ==========================================================================
   SH SUVYA FOODS - Light Pamphlet Yellow Theme
   Matches physical packaging / business card aesthetics
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Outfit:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  /* Pamphlet Theme Colors */
  --bg-yellow-base: #FFF8D6;
  --bg-yellow-soft: #FFFDEE;
  --bg-card: rgba(255, 255, 255, 0.92);
  --bg-card-hover: #FFFFFF;
  
  --brand-blue: #1E3A8A;       /* Suvya logo badge blue */
  --brand-blue-gradient: linear-gradient(135deg, #1E40AF 0%, #1E3A8A 100%);
  --brand-maroon: #8B1E1E;     /* S.H. Gruh Udhyog maroon text */
  --brand-maroon-dark: #661010;
  --brand-red: #D32F2F;        /* Foods accent red */
  
  --gold-accent: #E5A93C;
  --gold-warm: #D97706;
  
  --text-primary: #1F2937;
  --text-secondary: #4B5563;
  --text-muted: #6B7280;
  
  --border-color: rgba(139, 30, 30, 0.12);
  --border-highlight: rgba(30, 58, 138, 0.25);
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --shadow-soft: 0 10px 30px rgba(139, 30, 30, 0.08);
  --shadow-hover: 0 20px 40px rgba(30, 58, 138, 0.12);
  --glass-backdrop: blur(12px);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: var(--bg-yellow-base);
  color: var(--text-primary);
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  position: relative;
  background: 
    radial-gradient(circle at 10% 10%, #FFFDEE 0%, transparent 50%),
    radial-gradient(circle at 90% 90%, #FFF4BD 0%, transparent 50%),
    var(--bg-yellow-base);
}

/* Background Texture Pattern */
.bg-ambient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(rgba(139, 30, 30, 0.04) 1px, transparent 0);
  background-size: 28px 28px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* Header Navigation */
header {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: var(--glass-backdrop);
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 249, 219, 0.92);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-badge-logo {
  width: 52px;
  height: 52px;
  background: var(--brand-blue-gradient);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.25);
}

.brand-text-name {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--brand-blue);
  display: flex;
  flex-direction: column;
}

.brand-text-name span.sub-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-maroon);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.header-badges {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fssai-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  color: #15803D;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.whatsapp-btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

/* Hero Section */
.hero {
  padding: 70px 0 50px;
  text-align: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  color: var(--brand-maroon);
  padding: 8px 20px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: var(--shadow-soft);
}

.hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(36px, 5.2vw, 62px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--brand-maroon);
}

.hero-title span.highlight {
  color: var(--brand-blue);
  position: relative;
  display: inline-block;
}

.hero-subtitle {
  font-size: clamp(16px, 2.2vw, 19px);
  color: var(--text-secondary);
  max-width: 780px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}

/* Countdown Timer */
.countdown-box {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.timer-unit {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  min-width: 105px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}

.timer-unit:hover {
  transform: translateY(-4px);
  border-color: var(--brand-blue);
}

.timer-value {
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--brand-blue);
  line-height: 1;
  margin-bottom: 6px;
}

.timer-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--brand-maroon);
  font-weight: 700;
}

/* Lead Subscription Form */
.subscribe-card {
  max-width: 580px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: var(--radius-full);
  display: flex;
  gap: 8px;
  box-shadow: 0 12px 36px rgba(139, 30, 30, 0.08);
}

.subscribe-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 14px 24px;
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
  font-family: inherit;
}

.subscribe-input::placeholder {
  color: var(--text-muted);
}

.subscribe-btn {
  background: var(--brand-blue-gradient);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.25);
}

.subscribe-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4);
}

.form-notice {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 12px;
  font-weight: 500;
}

/* Product Showcase Grid */
.section-title-wrap {
  text-align: center;
  margin-bottom: 44px;
}

.section-tag {
  color: var(--brand-maroon);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--brand-blue);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 70px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  background: var(--bg-card-hover);
  border-color: var(--border-highlight);
  box-shadow: var(--shadow-hover);
}

.product-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #FFF8D6;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--brand-maroon);
  color: #FFFFFF;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-title {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--brand-blue);
}

.product-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.product-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag-item {
  background: #FFF3BD;
  color: var(--brand-maroon);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
}

/* Business Details & Features Section */
.info-section {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 48px;
  margin-bottom: 70px;
  box-shadow: var(--shadow-soft);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.info-column h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-maroon);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-list {
  list-style: none;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.info-list li svg {
  color: var(--brand-blue);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-action-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-btn.whatsapp {
  background: #25D366;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.contact-btn.whatsapp:hover {
  background: #20BA5A;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.contact-btn.email {
  background: var(--brand-blue-gradient);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.25);
}

.contact-btn.email:hover {
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4);
}

/* Toast Notification */
.toast-msg {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--brand-maroon);
  color: #FFFFFF;
  padding: 16px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(139, 30, 30, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.toast-msg.show {
  opacity: 1;
  transform: translateY(0);
}

/* Footer */
footer {
  border-top: 1px solid var(--border-color);
  padding: 40px 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: 13px;
  background: #FFF6CC;
}

footer p {
  margin-bottom: 8px;
}

footer a {
  color: var(--brand-maroon);
  text-decoration: none;
  font-weight: 700;
}

footer a:hover {
  color: var(--brand-blue);
}

/* Responsive adjust */
@media (max-width: 768px) {
  header { padding: 16px 0; }
  .subscribe-card {
    flex-direction: column;
    border-radius: var(--radius-lg);
    padding: 12px;
  }
  .subscribe-btn { width: 100%; }
  .info-section { padding: 24px; }
  .header-badges { display: none; }
}
