/* BuildMart 93 Shared Styles */

:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;

  --blue-900: #172554;
  --blue-800: #1e40af;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;

  --white: #ffffff;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--slate-50);
  color: var(--slate-900);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--slate-200);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--slate-900);
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-name {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-subtitle {
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--slate-700);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--blue-700);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  padding: 13px 20px;
  background: var(--blue-700);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}

.button:hover {
  background: var(--blue-800);
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.button.light {
  background: var(--white);
  color: var(--slate-900);
}

.button.light:hover {
  background: var(--slate-100);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.45), transparent 35%),
    radial-gradient(circle at 0% 95%, rgba(6, 182, 212, 0.28), transparent 35%),
    linear-gradient(135deg, var(--slate-950), var(--slate-900) 48%, var(--blue-900));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 92px 0 96px;
}

.badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--blue-100);
  font-size: 14px;
  font-weight: 700;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.hero-text {
  max-width: 670px;
  margin-top: 24px;
  color: var(--slate-300);
  font-size: 19px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 560px;
  margin-top: 38px;
}

.stat {
  padding: 17px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.stat strong {
  display: block;
  font-size: 25px;
  line-height: 1.1;
}

.stat span {
  color: var(--slate-300);
  font-size: 12px;
}

.hero-card-wrap {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 26px;
  border-radius: 25px;
  background: var(--slate-100);
  color: var(--slate-900);
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.eyebrow {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.card-heading h2 {
  margin-top: 2px;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.icon-block {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-weight: 900;
}

.product-list {
  display: grid;
  gap: 12px;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--slate-200);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  font-weight: 700;
}

.available {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.section {
  padding: 78px 0;
}

.section.white {
  background: var(--white);
}

.section.dark {
  background: var(--slate-900);
  color: var(--white);
}

.section-title {
  max-width: 760px;
}

.section-title h2 {
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.section-title p {
  margin-top: 18px;
  color: var(--slate-600);
  font-size: 18px;
  line-height: 1.8;
}

.section.dark .section-title p {
  color: var(--slate-300);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  padding: 30px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 24px;
}

.feature-card h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin-top: 12px;
  color: var(--slate-600);
  line-height: 1.75;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.product-card {
  padding: 25px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--slate-50);
  transition: 0.2s ease;
}

.product-card:hover {
  border-color: #bfdbfe;
  background: rgba(239, 246, 255, 0.72);
  transform: translateY(-2px);
}

.blue-line {
  width: 64px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--blue-700);
}

.product-card h3 {
  font-size: 19px;
  letter-spacing: -0.02em;
}

.product-card p {
  margin-top: 10px;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.7;
}

.quality-grid,
.markets-grid,
.contact-grid {
  display: grid;
  gap: 50px;
  align-items: center;
}

.quality-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.markets-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-grid {
  grid-template-columns: 1fr 0.9fr;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-weight: 700;
}

.check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-700);
  font-weight: 900;
}

.market-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.market {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  text-align: center;
  font-weight: 800;
}

.contact-box {
  padding: 44px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--blue-700), var(--slate-900));
  color: var(--white);
}

.contact-box h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.contact-box p {
  max-width: 690px;
  margin-top: 18px;
  color: var(--blue-100);
  font-size: 18px;
  line-height: 1.8;
}

.contact-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 14px 0;
  color: var(--blue-100);
  font-weight: 700;
}

.footer {
  padding: 28px 0;
  border-top: 1px solid var(--slate-200);
  background: var(--white);
  color: var(--slate-500);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

/* Homepage selector page */

.selector-hero {
  min-height: calc(100vh - 79px);
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.45), transparent 35%),
    radial-gradient(circle at 8% 90%, rgba(6, 182, 212, 0.25), transparent 35%),
    linear-gradient(135deg, var(--slate-950), var(--slate-900) 48%, var(--blue-900));
  padding: 70px 0;
}

.selector-content {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.selector-content h1 {
  max-width: 940px;
  margin: 0 auto;
}

.selector-content p {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--slate-300);
  font-size: 19px;
  line-height: 1.8;
}

.selector-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 42px;
  text-align: left;
}

.selector-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  background: rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  transition: 0.2s ease;
}

.selector-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.15);
}

.selector-card .card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  font-size: 26px;
}

.selector-card h2 {
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.selector-card p {
  margin: 14px 0 0;
  color: var(--slate-300);
  font-size: 16px;
  line-height: 1.7;
}

.selector-card .button {
  margin-top: auto;
  width: fit-content;
}

/* Retail placeholder page */

.retail-highlight {
  background: linear-gradient(135deg, var(--slate-900), var(--blue-900));
  color: var(--white);
  border-radius: 34px;
  padding: 44px;
}

.retail-highlight p {
  color: var(--slate-300);
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero-grid,
  .quality-grid,
  .markets-grid,
  .contact-grid,
  .selector-cards {
    grid-template-columns: 1fr;
  }

  .features,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .market-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .selector-hero {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    align-items: flex-start;
  }

  .header .button {
    display: none;
  }

  .hero-grid {
    padding: 64px 0;
  }

  .stats,
  .check-grid,
  .market-list {
    grid-template-columns: 1fr;
  }

  .product-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-box,
  .retail-highlight {
    padding: 28px;
  }

  .footer-inner {
    flex-direction: column;
  }
}


/* Green theme for Retail / Wholesale page */
.theme-green {
  --blue-900: #064e3b;
  --blue-800: #065f46;
  --blue-700: #047857;
  --blue-600: #059669;
  --blue-100: #d1fae5;
  --blue-50: #ecfdf5;
}

.theme-green .hero,
.theme-green .selector-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(16, 185, 129, 0.45), transparent 35%),
    radial-gradient(circle at 0% 95%, rgba(34, 197, 94, 0.25), transparent 35%),
    linear-gradient(135deg, var(--slate-950), var(--slate-900) 48%, #064e3b);
}

.theme-green .contact-box,
.theme-green .retail-highlight {
  background: linear-gradient(135deg, #047857, var(--slate-900));
}

.theme-green .product-card:hover {
  border-color: #bbf7d0;
  background: rgba(236, 253, 245, 0.85);
}


/* Fixed floating enquiry buttons */
.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--blue-700);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.28);
  transition: 0.2s ease;
}

.floating-cta:hover {
  background: var(--blue-800);
  transform: translateY(-2px);
}

.floating-cta.whatsapp {
  background: #047857;
}

.floating-cta.whatsapp:hover {
  background: #065f46;
}

@media (max-width: 620px) {
  .floating-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px 16px;
  }

  body {
    padding-bottom: 74px;
  }
}


/* SEO content sections */
.seo-text {
  margin-top: 22px;
  color: var(--slate-600);
  font-size: 17px;
  line-height: 1.85;
}

.content-panel {
  padding: 34px;
  border: 1px solid var(--slate-200);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.content-panel h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.content-panel p {
  margin-top: 12px;
  color: var(--slate-600);
  line-height: 1.8;
}

.two-column-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 38px;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.faq-item {
  padding: 24px;
  border: 1px solid var(--slate-200);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.faq-item h3 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.faq-item p {
  margin-top: 10px;
  color: var(--slate-600);
  line-height: 1.75;
}

.local-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.local-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--slate-50);
  color: var(--slate-700);
  font-weight: 700;
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.keyword-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .two-column-content {
    grid-template-columns: 1fr;
  }
}
