/*
Theme Name: Aam Bazar Landing
Theme URI: https://example.com/aam-bazar-landing
Author: ChatGPT
Author URI: https://openai.com
Description: Professional Bengali mango business landing page with order form.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: aam-bazar-landing
*/

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700;800&display=swap');

:root {
  --green: #1f7a3f;
  --deep-green: #0f4d2a;
  --light-green: #eaf7ee;
  --mango: #f7b733;
  --ripe-mango: #ffca45;
  --orange: #f28c28;
  --text: #173524;
  --muted: #5f6f64;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(15, 77, 42, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Hind Siliguri', sans-serif;
  color: var(--text);
  background: #fffdf5;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  background: var(--deep-green);
  color: var(--white);
  padding: 10px 0;
  font-size: 15px;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 245, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31, 122, 63, 0.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 18px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 26px; color: var(--deep-green); }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--mango)); color: var(--white); font-size: 24px; }
.menu { display: flex; gap: 22px; align-items: center; font-weight: 600; color: var(--deep-green); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  border-radius: 999px;
  padding: 13px 24px;
  background: linear-gradient(135deg, var(--green), var(--deep-green));
  color: var(--white);
  box-shadow: 0 12px 30px rgba(31, 122, 63, 0.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(31, 122, 63, 0.32); }
.btn-secondary { background: linear-gradient(135deg, var(--ripe-mango), var(--orange)); color: #3d2500; }

.hero {
  overflow: hidden;
  position: relative;
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at 85% 15%, rgba(247, 183, 51, .35), transparent 30%),
    radial-gradient(circle at 5% 15%, rgba(31, 122, 63, .16), transparent 28%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 46px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--light-green); color: var(--deep-green); font-weight: 700; }
h1 { margin: 18px 0 14px; font-size: clamp(38px, 6vw, 72px); line-height: 1.05; letter-spacing: -1px; color: var(--deep-green); }
.highlight { color: var(--orange); }
.hero p { font-size: 20px; color: var(--muted); margin: 0 0 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-item { background: var(--white); border: 1px solid rgba(31,122,63,.12); border-radius: 18px; padding: 16px; box-shadow: 0 10px 30px rgba(15,77,42,.06); }
.trust-item strong { display: block; font-size: 24px; color: var(--green); line-height: 1; }

.hero-card {
  position: relative;
  border-radius: 34px;
  padding: 28px;
  background: linear-gradient(145deg, var(--green), var(--deep-green));
  box-shadow: var(--shadow);
  color: var(--white);
  min-height: 470px;
}
.mango-visual {
  width: 100%;
  height: 310px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 50% 55%, #ffcf49 0 38%, #f59a23 39% 61%, transparent 62%),
    radial-gradient(ellipse at 54% 42%, rgba(255,255,255,.35), transparent 16%),
    radial-gradient(ellipse at 50% 10%, #236b39 0 10%, transparent 11%);
  position: relative;
  overflow: hidden;
  background-color: #eaf7ee;
}
.mango-visual:after { content: ''; position: absolute; inset: auto 20px 18px; height: 30px; border-radius: 50%; background: rgba(15,77,42,.18); filter: blur(8px); }
.price-card { margin-top: 22px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 22px; padding: 20px; }
.price-card h3 { margin: 0 0 6px; font-size: 28px; }
.price-card span { color: var(--ripe-mango); font-weight: 800; }

.section { padding: 78px 0; }
.section-title { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.section-title h2 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 12px; color: var(--deep-green); line-height: 1.15; }
.section-title p { margin: 0; color: var(--muted); font-size: 19px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--white); border: 1px solid rgba(31,122,63,.12); border-radius: 26px; padding: 28px; box-shadow: 0 16px 42px rgba(15,77,42,.08); }
.icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--light-green), #fff1bf); font-size: 28px; margin-bottom: 16px; }
.card h3 { margin: 0 0 8px; color: var(--deep-green); font-size: 25px; }
.card p { margin: 0; color: var(--muted); }

.product-section { background: linear-gradient(180deg, #fff8df, #eaf7ee); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product { overflow: hidden; padding: 0; }
.product-img { min-height: 190px; background: radial-gradient(circle, var(--ripe-mango), var(--orange)); display: grid; place-items: center; font-size: 78px; }
.product-body { padding: 24px; }
.product-body h3 { margin: 0 0 8px; font-size: 25px; color: var(--deep-green); }
.price { color: var(--orange); font-weight: 800; font-size: 26px; margin: 8px 0 16px; }

.order-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.order-info { background: linear-gradient(145deg, var(--deep-green), var(--green)); color: var(--white); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); }
.order-info h2 { margin: 0 0 14px; font-size: 38px; line-height: 1.15; }
.order-info ul { margin: 24px 0 0; padding: 0; list-style: none; }
.order-info li { margin-bottom: 12px; padding-left: 30px; position: relative; }
.order-info li:before { content: '✓'; position: absolute; left: 0; color: var(--ripe-mango); font-weight: 800; }
.form-card { background: var(--white); border-radius: 30px; padding: 32px; box-shadow: var(--shadow); border: 1px solid rgba(31,122,63,.14); }
.form-card h2 { margin: 0 0 18px; color: var(--deep-green); font-size: 34px; }
.form-group { margin-bottom: 16px; }
label { display: block; margin-bottom: 7px; font-weight: 700; color: var(--deep-green); }
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(31,122,63,.22);
  border-radius: 16px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 17px;
  outline: none;
  background: #fffef9;
}
textarea { min-height: 105px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(31,122,63,.12); }
.notice { padding: 14px 16px; border-radius: 16px; margin-bottom: 18px; font-weight: 700; }
.notice.success { background: #e6f7eb; color: var(--deep-green); }
.notice.error { background: #fff0df; color: #8a4300; }
.footer { padding: 34px 0; text-align: center; background: var(--deep-green); color: rgba(255,255,255,.85); }
.footer strong { color: var(--ripe-mango); }

@media (max-width: 900px) {
  .hero-grid, .order-wrap { grid-template-columns: 1fr; }
  .cards, .product-grid { grid-template-columns: 1fr; }
  .menu { display: none; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-card { min-height: auto; }
}
.cartflows-order-btn {
  display: inline-block;
  background: linear-gradient(135deg, #2f7d32, #f4b400);
  color: #ffffff;
  padding: 18px 34px;
  border-radius: 999px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(47, 125, 50, 0.25);
  transition: 0.3s ease;
}

.cartflows-order-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(244, 180, 0, 0.35);
}