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

:root {
  --export-brown: #5a4e45;
  --export-dark: #2f241d;
  --export-cream: #f5efe7;
  --export-sand: #ebe2d3;
  --export-line: #ddd0bd;
}

body {
  font-family: 'Inter', sans-serif;
  color: #4a3f37;
  background: #fffdf9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(90, 78, 69, 0.12);
  box-shadow: 0 10px 30px rgba(48, 31, 18, 0.05);
}

.header-top {
  background: var(--export-dark);
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-top a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  margin-left: 24px;
  font-size: 13px;
}

.header-top a:hover {
  color: #fff;
}

.header-main {
  padding: 16px 0;
}

.main-nav {
  gap: 4px;
}

.main-nav .nav-link {
  color: var(--export-dark) !important;
  font-weight: 600;
  padding: 10px 16px !important;
  border-radius: 999px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--color-primary) !important;
  background: rgba(240, 130, 40, 0.1);
}

.main-nav .dropdown-menu {
  border: 1px solid var(--export-line);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 24px 50px rgba(41, 26, 14, 0.12);
}

.main-nav .dropdown-item {
  border-radius: 12px;
  padding: 10px 14px;
}

.main-nav .dropdown-item:hover {
  background: var(--export-cream);
  color: var(--color-primary);
}

.cart-btn {
  background: var(--export-cream);
  border: 1px solid var(--export-line);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--export-dark);
  font-weight: 700;
}

.cart-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.cart-badge {
  background: var(--color-primary);
}

.export-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(240, 130, 40, 0.16), transparent 34%),
    linear-gradient(135deg, #2d211a 0%, #55483f 100%);
  color: #fff;
}

.export-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/export/bg-calc.png') center/cover no-repeat;
  opacity: 0.1;
}

.export-hero .container {
  position: relative;
  z-index: 1;
}

.export-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.export-title {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.export-title .accent {
  color: var(--color-primary);
}

.export-subtitle {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-visual-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(14, 10, 7, 0.28);
}

.hero-visual-card img {
  width: 100%;
  display: block;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-fact {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-fact strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
}

.hero-fact span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.benefits-strip {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.benefits-shell {
  background: #fff;
  border: 1px solid var(--export-line);
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(58, 38, 23, 0.08);
}

.benefit-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
}

.benefit-item + .benefit-item {
  border-left: 1px solid var(--export-line);
}

.benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--export-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon img {
  width: 28px;
  height: 28px;
}

.benefit-item h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--export-dark);
}

.benefit-item p {
  margin: 0;
  font-size: 0.92rem;
  color: #7a6d61;
}

.store-section {
  padding: 84px 0;
}

.store-section.alt {
  background: linear-gradient(180deg, #fcf8f2 0%, #fff 100%);
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-head .eyebrow {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.section-head h2 {
  color: var(--export-dark);
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.04em;
  margin: 10px 0 12px;
}

.section-head p {
  color: #77695d;
  font-size: 1rem;
  line-height: 1.9;
}

/* ===== CATEGORY ICON CARDS ===== */
.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 16px;
  background: #fff;
  border: 1px solid var(--export-line);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(65,42,24,0.05);
  color: var(--export-dark);
  transition: all 0.25s ease;
  text-align: center;
}

.cat-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 14px 40px rgba(240,130,40,0.14);
  transform: translateY(-4px);
  color: var(--color-primary);
}

.cat-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--export-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--color-primary);
  transition: all 0.25s ease;
}

.cat-card:hover .cat-card-icon {
  background: var(--color-primary);
  color: #fff;
}

.cat-card-name {
  font-size: 0.95rem;
  font-weight: 700;
}

/* ===== CATEGORY PROMO CARDS (kept for reference) ===== */
.category-promo {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--export-line);
  border-radius: 28px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(65, 42, 24, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-promo:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 130, 40, 0.34);
  box-shadow: 0 26px 60px rgba(65, 42, 24, 0.12);
}

.category-promo .cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--export-cream);
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.category-promo h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--export-dark);
}

.category-promo p {
  color: #72665a;
  margin-bottom: 20px;
}

.category-promo .media {
  margin-top: auto;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f3ed 0%, #efe5d9 100%);
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.category-promo .media img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.about-panel,
.calc-panel,
.team-panel,
.contact-panel-export {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--export-line);
  box-shadow: 0 25px 60px rgba(56, 37, 23, 0.08);
}

.about-panel {
  background: #fff;
}

.about-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy {
  padding: 38px;
}

.about-copy ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.about-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #5f5247;
}

.about-copy li i {
  color: var(--color-primary);
}

.calc-panel {
  position: relative;
  background:
    linear-gradient(135deg, rgba(47, 36, 29, 0.96) 0%, rgba(90, 78, 69, 0.96) 100%),
    url('/images/export/bg-calc.png') center/cover no-repeat;
  color: #fff;
}

.calc-copy {
  padding: 42px;
}

.calc-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}

.calc-points {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.calc-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.calc-point strong {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.calc-side {
  background: rgba(255, 255, 255, 0.05);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.calc-side img {
  max-width: 100%;
}

.product-grid-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--export-line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(53, 34, 20, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(53, 34, 20, 0.12);
  border-color: rgba(240, 130, 40, 0.3);
}

.product-grid-image {
  display: block;
  background: linear-gradient(180deg, #f8f3ed 0%, #efe6da 100%);
  min-height: 240px;
  padding: 22px;
}

.product-grid-image img {
  width: 100%;
  height: 196px;
  object-fit: contain;
}

.product-grid-body {
  padding: 22px 22px 18px;
}

.product-grid-category {
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.product-grid-title {
  color: var(--export-dark);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
}

.product-grid-title a {
  color: inherit;
  text-decoration: none;
}

.product-grid-meta {
  color: #7d6d61;
  font-size: 0.88rem;
}

.product-grid-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: var(--export-dark);
}

.product-grid-price strong {
  font-size: 1.25rem;
  font-weight: 800;
}

.product-grid-footer {
  padding: 0 22px 22px;
}

.shop-shell {
  padding: 38px 0 84px;
}

.shop-sidebar {
  background: linear-gradient(180deg, #f8f3ed 0%, #fff 100%);
  border: 1px solid var(--export-line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(53, 34, 20, 0.06);
}

.filter-title {
  color: var(--export-dark);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.filter-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5a4d43;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 14px;
}

.filter-item a:hover,
.filter-item a.active {
  background: #fff;
  color: var(--color-primary);
}

.shop-topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.shop-topbar h1 {
  color: var(--export-dark);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-footer {
  background: linear-gradient(180deg, #3a2e26 0%, #2c211a 100%);
  color: rgba(255, 255, 255, 0.78);
  padding: 72px 0 32px;
  margin-top: 40px;
}

.site-footer h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: #fff;
}

.payment-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.payment-icons img {
  height: 28px;
  width: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .hero-facts {
    grid-template-columns: 1fr;
  }

  .benefit-item + .benefit-item {
    border-left: 0;
    border-top: 1px solid var(--export-line);
  }

  .shop-topbar {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding: 12px 0;
  }

  .benefits-strip {
    margin-top: -20px;
  }

  .benefit-item {
    padding: 18px;
  }

  .store-section {
    padding: 64px 0;
  }

  .about-copy,
  .calc-copy,
  .calc-side {
    padding: 28px;
  }
}
