/* ========= GAFFAR MOBILE MARKET — STATIC CSS ========= */
*, *::before, *::after { box-sizing: border-box; }
html, body {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100vw;
}
body {
  margin: 0;
  background: #ffffff;
  color: #111827;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img, svg, video { max-width: 100%; }
h1,h2,h3,h4 { font-family: "Manrope", sans-serif; color: #111827; margin: 0; line-height: 1.15; letter-spacing: -0.02em; }
p { margin: 0; color: #4B5563; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.accent { color: #FF671F; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; width: 100%; box-sizing: border-box; }
.container.narrow { max-width: 760px; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #E5E7EB;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-icon { display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 17px; color: #111827; letter-spacing: -0.01em; }
.brand-sub { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 10px; color: #4B5563; letter-spacing: .1em; margin-top: 4px; }
.nav-links { display: none; gap: 28px; }
.nav-links a { font-weight: 600; color: #4B5563; font-size: 14px; }
.nav-links a:hover { color: #FF671F; }
.header-cta { padding: 10px 18px; font-size: 14px; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 22px;
  font-family: "Manrope", sans-serif; font-weight: 700;
  border-radius: 12px; font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer; transition: all .2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.btn-primary { background: #FF671F; color: #fff; }
.btn-primary:hover { background: #E85D1C; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255,103,31,.25); }
.btn-secondary { background: #fff; color: #111827; border-color: #E5E7EB; }
.btn-secondary:hover { border-color: #FF671F; transform: translateY(-1px); }

/* SECTIONS */
.section { padding: 56px 0; background: #fff; }
.section-alt { background: #F9FAFB; }
.section-head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; margin-bottom: 24px; }
.section-head h2 { font-size: 28px; font-weight: 800; word-wrap: break-word; overflow-wrap: break-word; }
.section-head p { margin-top: 12px; font-size: 16px; color: #4B5563; }
.eyebrow {
  display: inline-block; padding: 6px 14px;
  background: #FFF4ED; color: #FF671F;
  font-family: "Manrope", sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 999px; margin-bottom: 14px;
}

/* HERO */
.hero { padding: 48px 0 40px; background: #fff; }
.hero-grid { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: center; }
.hero h1 { font-size: 32px; font-weight: 800; word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; }
.hero .lead { margin-top: 18px; font-size: 17px; color: #4B5563; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; background: #FFF4ED; color: #FF671F;
  border-radius: 999px; font-family: "Manrope", sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: .04em;
  text-transform: uppercase; margin-bottom: 16px;
  max-width: 100%;
}
.pill svg { flex-shrink: 0; }
@media (min-width: 640px) {
  .pill { font-size: 12px; letter-spacing: .06em; }
}
.pill svg { width: 14px; height: 14px; }
.cta-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.cta-row .btn { flex: 1 1 100%; min-width: 0; }
@media (min-width: 640px) {
  .cta-row .btn { flex: 0 1 auto; }
}
.cta-row.center { justify-content: center; }
.bullets-small { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 420px; }
.bullets-small li { display: flex; align-items: center; gap: 8px; color: #4B5563; font-weight: 500; font-size: 14px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #FF671F; display: inline-block; }
.hero-images {
  display: grid; gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.hero-images img {
  width: 100%; border-radius: 16px;
  background: #F9FAFB; border: 1px solid #E5E7EB;
  padding: 10px; object-fit: contain;
  box-shadow: 0 4px 14px rgba(17,24,39,.06);
}
.hero-images .hero-main { grid-column: 1 / span 2; height: 220px; box-shadow: 0 8px 24px rgba(17,24,39,.08); }
.hero-images .hero-small { height: 150px; }

/* TRUST STRIP */
.trust-strip { background: #F9FAFB; border-top: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; padding: 18px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; text-align: center; }
.trust-grid div { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14px; color: #111827; }
.ic { color: #FF671F; font-weight: 800; }

/* PRODUCT GRID */
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.product-card {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 16px;
  padding: 18px; transition: all .2s ease;
}
.product-card:hover { border-color: #FF671F; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(17,24,39,.06); }
.product-card .pi {
  width: 44px; height: 44px; border-radius: 12px; background: #FFF4ED;
  display: flex; align-items: center; justify-content: center; color: #FF671F;
  font-size: 22px; margin-bottom: 12px;
}
.product-card h3 { font-size: 15px; font-weight: 700; }
.product-card span { font-size: 12px; color: #4B5563; }

/* IMAGE STRIP */
.image-strip { margin-top: 32px; display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); }
.image-strip img {
  aspect-ratio: 1/1; width: 100%;
  object-fit: contain; padding: 10px;
  border-radius: 16px; border: 1px solid #E5E7EB;
  background: #F9FAFB;
}

/* TWO COLUMN */
.two-col { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: center; }
.rounded-image { width: 100%; border-radius: 20px; border: 1px solid #E5E7EB; box-shadow: 0 8px 24px rgba(17,24,39,.06); object-fit: cover; max-height: 420px; }

/* REASON LIST */
.reason-list { display: grid; gap: 12px; }
.reason-list li {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #E5E7EB;
  border-radius: 14px; padding: 14px 16px;
  font-weight: 600; color: #111827;
}
.reason-list svg { width: 22px; height: 22px; flex-shrink: 0; }

/* INFO LIST */
.info-list { display: grid; gap: 10px; }
.info-card {
  display: flex; flex-direction: column; gap: 4px;
  background: #F9FAFB; border: 1px solid #E5E7EB;
  border-radius: 14px; padding: 14px 16px;
}
.section:not(.section-alt) .info-card { background: #F9FAFB; }
.info-card strong { font-family: "Manrope", sans-serif; font-weight: 800; color: #111827; }
.info-card span { color: #4B5563; font-size: 14px; }

/* SUPPLIERS */
.supplier-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
.supplier-card {
  background: #fff; border: 2px solid #E5E7EB; border-radius: 20px;
  padding: 24px; transition: all .2s ease;
}
.supplier-card:hover { border-color: #FF671F; box-shadow: 0 12px 30px rgba(17,24,39,.06); }
.supplier-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; min-width: 0; }
.supplier-head > div { min-width: 0; flex: 1; }
.supplier-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: #FFF4ED; display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.supplier-card h3 { font-size: 18px; font-weight: 800; word-break: break-word; overflow-wrap: anywhere; }
.supplier-card p { font-size: 14px; }
.check-list { display: grid; gap: 10px; margin-bottom: 20px; }
.check-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: #111827; font-weight: 500;
}
.check-list li::before { content: "●"; color: #FF671F; font-size: 14px; }

/* LIKES GRID */
.likes-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.like {
  background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 18px;
  padding: 22px; transition: all .2s ease;
}
.like:hover { background: #fff; border-color: #FF671F; box-shadow: 0 8px 24px rgba(17,24,39,.06); }
.like-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: #fff; border: 1px solid #E5E7EB;
  font-size: 22px; margin-bottom: 12px;
}
.like h3 { font-size: 17px; font-weight: 800; }
.like p { margin-top: 6px; font-size: 14px; color: #4B5563; }

/* FAQ */
.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 14px;
  padding: 0 20px; overflow: hidden;
}
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  padding: 18px 0; display: flex; justify-content: space-between; align-items: center;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 16px;
  color: #111827; text-align: left;
}
.faq-q::after { content: "+"; color: #FF671F; font-size: 22px; font-weight: 700; transition: transform .2s ease; }
.faq-item.open .faq-q::after { content: "−"; }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .25s ease;
  color: #4B5563; font-size: 15px;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 18px; }

/* FINAL CTA */
.final-cta {
  border: 2px solid #FF671F;
  background: linear-gradient(135deg, #FFF4ED 0%, #ffffff 80%);
  border-radius: 24px; padding: 40px 24px; text-align: center;
}
.final-cta h2 { font-size: 28px; font-weight: 800; }
.final-cta p { margin: 12px auto 0; max-width: 520px; }

/* FOOTER */
.site-footer { background: #F9FAFB; border-top: 1px solid #E5E7EB; padding: 40px 0 24px; }
.footer-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
.footer-brand p { font-size: 14px; margin-top: 14px; max-width: 460px; }
.site-footer h4 { font-family: "Manrope", sans-serif; font-weight: 800; color: #111827; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.site-footer ul { display: grid; gap: 8px; }
.site-footer ul li { font-size: 14px; color: #4B5563; }
.site-footer ul li a { color: #FF671F; font-weight: 600; }
.site-footer ul li a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid #E5E7EB; font-size: 12px; color: #4B5563; }
.footer-bottom p { margin-bottom: 8px; line-height: 1.6; }

/* RESPONSIVE */
@media (min-width: 640px) {
  .container { padding: 0 24px; }
  .hero { padding: 64px 0; }
  .hero h1 { font-size: 44px; }
  .hero .lead { font-size: 18px; }
  .section { padding: 80px 0; }
  .section-head h2 { font-size: 38px; }
  .product-grid { grid-template-columns: repeat(3,1fr); gap: 16px; }
  .image-strip { grid-template-columns: repeat(3,1fr); }
  .supplier-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .likes-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .hero h1 { font-size: 56px; }
  .two-col { grid-template-columns: 1fr 1fr; gap: 56px; }
  .product-grid { grid-template-columns: repeat(4,1fr); }
  .image-strip { grid-template-columns: repeat(5,1fr); }
  .likes-grid { grid-template-columns: repeat(3,1fr); }
  .section-head h2 { font-size: 44px; }
  .final-cta { padding: 60px 40px; }
  .final-cta h2 { font-size: 40px; }
}
@media (min-width: 900px) {
  .two-col.reverse-mobile { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 899px) {
  .two-col.reverse-mobile > div:first-child { order: 2; }
}
