/*
Theme Name: Godawari Fish Mall Pro
Theme URI: https://godawarifishcompany.in
Author: Godawari Fish & Company – Sameer Qureshi & Brothers
Description: Professional fish e-commerce WordPress theme. WhatsApp ordering, 40+ varieties, WooCommerce ready.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: gfc
Tags: e-commerce, woocommerce, fish, seafood, food, delivery, hindi
*/

/* =============================================
   ROOT VARIABLES
============================================= */
:root {
  --green:    #1B4332;
  --green-m:  #2D6A4F;
  --green-l:  #40916C;
  --mint:     #D8F3DC;
  --gold:     #F4A261;
  --gold-d:   #E07B39;
  --cream:    #FEFAE0;
  --white:    #FFFFFF;
  --gray:     #F8F9FA;
  --gray-2:   #F1F3F0;
  --text:     #1A1A1A;
  --muted:    #6C757D;
  --border:   #DEE2E6;
  --red:      #D62828;
}

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', -apple-system, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: color .2s; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* =============================================
   TYPOGRAPHY
============================================= */
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }

/* =============================================
   UTILITY
============================================= */
.gfc-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gfc-section   { padding: 80px 0; }
.gfc-bg-gray   { background: var(--gray-2); }
.gfc-bg-green  { background: var(--green); }
.gfc-bg-cream  { background: var(--cream); }
.gfc-sec-head  { text-align: center; margin-bottom: 52px; }
.gfc-sec-head h2 { color: var(--green); margin-bottom: 12px; }
.gfc-sec-head p  { color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 auto; }
.gfc-bg-green .gfc-sec-head h2 { color: var(--mint); }
.gfc-bg-green .gfc-sec-head p  { color: rgba(255,255,255,.7); }

/* =============================================
   BUTTONS
============================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 10px; font-size: 15px; font-weight: 600;
  border: none; cursor: pointer; transition: all .2s; white-space: nowrap;
}
.btn-green    { background: var(--green-l); color: white; }
.btn-green:hover { background: var(--green-m); }
.btn-gold     { background: var(--gold); color: white; }
.btn-gold:hover { background: var(--gold-d); }
.btn-wa       { background: #25D366; color: white; }
.btn-wa:hover { background: #1da851; }
.btn-outline  { background: transparent; border: 2px solid white; color: white; }
.btn-outline:hover { background: white; color: var(--green); }
.btn-outline-green { background: transparent; border: 2px solid var(--green-l); color: var(--green-l); }
.btn-outline-green:hover { background: var(--green-l); color: white; }
.btn-sm { padding: 7px 16px; font-size: 13px; border-radius: 8px; }

/* =============================================
   ANNOUNCEMENT BAR
============================================= */
.gfc-announce {
  background: var(--green); color: white;
  padding: 10px 24px; text-align: center;
  font-size: 13px; font-weight: 500; letter-spacing: .02em;
}
.gfc-announce strong { color: var(--gold); }
.gfc-announce a { color: white; text-decoration: underline; }

/* =============================================
   NAVBAR
============================================= */
.gfc-nav {
  background: white;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 300;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.gfc-nav-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 70px; max-width: 1200px;
  margin: 0 auto; padding: 0 24px;
}
.gfc-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.gfc-logo-icon {
  width: 44px; height: 44px; background: var(--green);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; font-size: 22px;
}
.gfc-logo-text { line-height: 1.1; }
.gfc-logo-text .t1 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--green); display: block; }
.gfc-logo-text .t2 { font-size: 11px; color: var(--muted); display: block; letter-spacing: .03em; }
.gfc-nav-menu { display: flex; gap: 32px; }
.gfc-nav-menu a { font-size: 14px; font-weight: 500; color: var(--muted); padding: 4px 0; border-bottom: 2px solid transparent; }
.gfc-nav-menu a:hover { color: var(--green); border-bottom-color: var(--green-l); }
.gfc-nav-right { display: flex; align-items: center; gap: 10px; }
.gfc-nav-cart-btn {
  position: relative; background: var(--gray-2); border: 1px solid var(--border);
  border-radius: 10px; padding: 8px 16px; font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 8px; cursor: pointer; color: var(--green);
}
.gfc-nav-cart-count {
  position: absolute; top: -6px; right: -6px;
  background: var(--red); color: white; border-radius: 50%;
  width: 20px; height: 20px; font-size: 11px;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.gfc-hamburger { display: none; background: none; border: none; font-size: 26px; color: var(--green); padding: 4px; }
.gfc-mobile-menu {
  display: none; background: white; border-top: 1px solid var(--border);
  padding: 16px 24px 20px;
}
.gfc-mobile-menu.open { display: block; }
.gfc-mobile-menu a { display: block; padding: 10px 0; font-size: 15px; font-weight: 500; border-bottom: 1px solid var(--border); color: var(--text); }
.gfc-mobile-menu a:last-child { border-bottom: none; }
.gfc-mobile-btns { display: flex; gap: 10px; margin-top: 14px; }

/* =============================================
   HERO
============================================= */
.gfc-hero {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-m) 60%, var(--green-l) 100%);
  padding: 90px 24px 80px; position: relative; overflow: hidden;
}
.gfc-hero::before {
  content: '🐟'; position: absolute; right: -30px; bottom: -20px;
  font-size: 320px; opacity: .05; line-height: 1; pointer-events: none;
}
.gfc-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.gfc-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); color: white;
  font-size: 12px; font-weight: 600; padding: 6px 14px;
  border-radius: 20px; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.2);
}
.gfc-hero h1 { color: white; margin-bottom: 10px; }
.gfc-hero h1 span { color: var(--gold); }
.gfc-hero-sub {
  font-size: 19px; font-weight: 500; color: rgba(255,255,255,.85);
  margin-bottom: 10px;
}
.gfc-hero p {
  color: rgba(255,255,255,.7); font-size: 15px;
  line-height: 1.8; margin-bottom: 32px; max-width: 480px;
}
.gfc-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.gfc-hero-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.gfc-hstat {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px; padding: 22px 18px; text-align: center;
  backdrop-filter: blur(4px);
}
.gfc-hstat .val {
  font-family: 'Playfair Display', serif; font-size: 2.4rem;
  color: var(--gold); margin-bottom: 4px; display: block;
}
.gfc-hstat .lbl { font-size: 13px; color: rgba(255,255,255,.75); }

/* =============================================
   TRUST / FEATURES BAR
============================================= */
.gfc-trust {
  background: white; border-bottom: 1px solid var(--border);
  padding: 22px 24px; box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.gfc-trust-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.gfc-trust-item {
  display: flex; align-items: center; gap: 14px;
  padding: 4px 28px; border-right: 1px solid var(--border);
}
.gfc-trust-item:first-child { padding-left: 0; }
.gfc-trust-item:last-child  { border-right: none; }
.gfc-trust-item .ti-icon { font-size: 2rem; flex-shrink: 0; }
.gfc-trust-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--green); }
.gfc-trust-item span   { font-size: 12px; color: var(--muted); }

/* =============================================
   MARQUEE / SCROLLING TICKER
============================================= */
.gfc-ticker {
  background: var(--green-l); color: white; padding: 10px 0;
  overflow: hidden; white-space: nowrap;
}
.gfc-ticker-inner {
  display: inline-flex; gap: 0;
  animation: ticker 28s linear infinite;
}
.gfc-ticker-item { padding: 0 40px; font-size: 14px; font-weight: 500; }
.gfc-ticker-item::before { content: '🐟 '; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =============================================
   CATEGORY CARDS
============================================= */
.gfc-cats-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.gfc-cat-card {
  background: white; border: 2px solid var(--border); border-radius: 16px;
  padding: 24px 14px; text-align: center; cursor: pointer;
  transition: all .22s; position: relative; overflow: hidden;
}
.gfc-cat-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 3px; background: var(--green-l);
  transition: width .22s;
}
.gfc-cat-card:hover, .gfc-cat-card.active {
  border-color: var(--green-l); transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(64,145,108,.15);
}
.gfc-cat-card:hover::after, .gfc-cat-card.active::after { width: 100%; }
.gfc-cat-card .cat-icon { font-size: 2.8rem; margin-bottom: 10px; display: block; }
.gfc-cat-card h3 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: var(--green); margin-bottom: 2px; }
.gfc-cat-card p  { font-size: 11px; color: var(--muted); }
.gfc-cat-card .cat-count {
  position: absolute; top: 10px; right: 10px;
  background: var(--mint); color: var(--green);
  font-size: 10px; font-weight: 700; padding: 2px 7px;
  border-radius: 20px;
}

/* =============================================
   PRODUCT CARDS
============================================= */
.gfc-shop-layout {
  display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start;
}
.gfc-prod-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.gfc-prod-card {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden; transition: all .22s;
  position: relative;
}
.gfc-prod-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.1); transform: translateY(-3px);
}
.gfc-prod-img-wrap { position: relative; }
.gfc-prod-img {
  height: 160px; display: flex; align-items: center;
  justify-content: center; font-size: 5rem;
}
.bg-g1 { background: linear-gradient(135deg, #D8F3DC, #B7E4C7); }
.bg-g2 { background: linear-gradient(135deg, #FFF3E0, #FFE0B2); }
.bg-g3 { background: linear-gradient(135deg, #FCE4EC, #F8BBD9); }
.bg-g4 { background: linear-gradient(135deg, #E0F2F1, #B2DFDB); }
.bg-g5 { background: linear-gradient(135deg, #EDE7F6, #D1C4E9); }
.bg-g6 { background: linear-gradient(135deg, #FFF8E1, #FFECB3); }
.bg-g7 { background: linear-gradient(135deg, #E8F5E9, #C8E6C9); }
.bg-g8 { background: linear-gradient(135deg, #FBE9E7, #FFCCBC); }
.gfc-prod-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 10px; font-weight: 700; padding: 3px 10px;
  border-radius: 20px; z-index: 2;
}
.badge-best { background: var(--gold); color: white; }
.badge-fresh { background: var(--green-l); color: white; }
.badge-new   { background: var(--red); color: white; }
.gfc-prod-body { padding: 16px; }
.gfc-prod-name { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; color: var(--green); margin-bottom: 4px; }
.gfc-prod-name-hi { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.gfc-prod-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.gfc-prod-meta span { font-size: 11px; background: var(--gray-2); color: var(--muted); padding: 2px 8px; border-radius: 20px; }
.gfc-prod-footer { display: flex; align-items: center; justify-content: space-between; }
.gfc-prod-price { font-size: 20px; font-weight: 700; color: var(--green); }
.gfc-prod-price small { font-size: 12px; font-weight: 400; color: var(--muted); }
.gfc-prod-price .mrp { font-size: 12px; color: var(--muted); text-decoration: line-through; margin-right: 4px; }
.gfc-add-btn {
  background: var(--green-l); color: white; border: none;
  width: 38px; height: 38px; border-radius: 10px;
  font-size: 24px; display: flex; align-items: center;
  justify-content: center; transition: all .15s; font-weight: 300;
}
.gfc-add-btn:hover { background: var(--green); transform: scale(1.08); }
.gfc-add-btn.added { background: var(--gold); font-size: 16px; }

/* =============================================
   CART SIDEBAR
============================================= */
.gfc-cart-box {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
  position: sticky; top: 86px; box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.gfc-cart-header {
  background: var(--green); color: white;
  padding: 16px 20px; display: flex; justify-content: space-between; align-items: center;
}
.gfc-cart-header h3 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: white; }
.gfc-cart-body { padding: 16px 20px; }
.gfc-cart-empty { text-align: center; padding: 32px 0; color: var(--muted); }
.gfc-cart-empty .empty-icon { font-size: 3rem; margin-bottom: 10px; display: block; }
.gfc-cart-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.gfc-cart-item:last-of-type { border-bottom: none; }
.ci-name  { font-size: 13px; font-weight: 600; color: var(--green); }
.ci-price { font-size: 12px; color: var(--muted); margin-top: 2px; }
.ci-qty   { display: flex; align-items: center; gap: 8px; }
.gfc-qty-btn {
  background: var(--gray-2); border: 1px solid var(--border);
  width: 28px; height: 28px; border-radius: 7px; font-size: 16px;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
  color: var(--green);
}
.gfc-qty-btn:hover { background: var(--mint); }
.gfc-cart-divider { border-top: 2px dashed var(--border); padding-top: 14px; margin-top: 14px; }
.gfc-cart-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.gfc-cart-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; color: var(--green); margin-top: 10px; }
.gfc-free-badge { background: var(--mint); color: var(--green); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.gfc-checkout-btn {
  width: 100%; background: var(--green); color: white; border: none;
  padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 700;
  margin-top: 14px; transition: background .15s;
}
.gfc-checkout-btn:hover { background: var(--green-m); }
.gfc-wa-order-btn {
  width: 100%; background: #25D366; color: white; border: none;
  padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 700;
  margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 8px;
}
.gfc-wa-order-btn:hover { background: #1da851; }

/* =============================================
   CHECKOUT MODAL
============================================= */
.gfc-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.6); z-index: 500;
  align-items: center; justify-content: center;
  padding: 20px;
}
.gfc-overlay.open { display: flex; }
.gfc-modal {
  background: white; border-radius: 20px;
  padding: 32px; width: 100%; max-width: 540px;
  max-height: 92vh; overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.gfc-modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.gfc-modal-header h2 { font-size: 1.4rem; color: var(--green); }
.gfc-modal-close { background: var(--gray-2); border: none; width: 32px; height: 32px; border-radius: 50%; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.gfc-steps { display: flex; gap: 4px; margin-bottom: 28px; }
.gfc-step { flex: 1; text-align: center; padding: 9px 4px; font-size: 12px; font-weight: 700; color: var(--muted); background: var(--gray-2); border-radius: 8px; }
.gfc-step.active { background: var(--green); color: white; }
.gfc-step.done   { background: var(--green-l); color: white; }
.gfc-fg { margin-bottom: 16px; }
.gfc-fg label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 5px; }
.gfc-fg input, .gfc-fg select, .gfc-fg textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: 9px;
  font-size: 14px; font-family: inherit; color: var(--text);
  background: white; transition: border .15s;
}
.gfc-fg input:focus, .gfc-fg select:focus, .gfc-fg textarea:focus { border-color: var(--green-l); outline: none; }
.gfc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gfc-pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.gfc-pay-opt { border: 2px solid var(--border); border-radius: 12px; padding: 14px 8px; text-align: center; cursor: pointer; transition: all .15s; }
.gfc-pay-opt:hover { border-color: var(--green-l); }
.gfc-pay-opt.sel  { border-color: var(--green); background: var(--mint); }
.gfc-pay-opt .pi  { font-size: 2rem; margin-bottom: 6px; display: block; }
.gfc-pay-opt span { font-size: 12px; font-weight: 600; color: var(--green); }
.gfc-modal-btns { display: flex; gap: 12px; margin-top: 4px; }
.gfc-modal-btn { flex: 1; padding: 13px; border-radius: 10px; font-size: 14px; font-weight: 700; border: none; }
.mb-back { background: var(--gray-2); color: var(--green); }
.mb-next { background: var(--green); color: white; }
.gfc-success { text-align: center; padding: 20px 0; }
.gfc-success-icon { font-size: 5rem; margin-bottom: 16px; display: block; }
.gfc-order-ref { background: var(--mint); color: var(--green); border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 700; text-align: center; margin: 16px 0; letter-spacing: .04em; }

/* =============================================
   WHY US / FEATURES
============================================= */
.gfc-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gfc-why-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; padding: 28px 24px; transition: background .2s;
}
.gfc-why-card:hover { background: rgba(255,255,255,.13); }
.gfc-why-icon { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.gfc-why-card h3 { color: var(--mint); font-size: 17px; margin-bottom: 10px; }
.gfc-why-card p  { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.8; }

/* =============================================
   VARIETIES GRID (40+)
============================================= */
.gfc-variety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gfc-var-card {
  background: white; border: 1px solid var(--border); border-radius: 12px;
  padding: 16px 12px; display: flex; align-items: center; gap: 12px;
  transition: all .18s;
}
.gfc-var-card:hover { border-color: var(--green-l); background: var(--mint); }
.gfc-var-icon { font-size: 1.8rem; flex-shrink: 0; }
.gfc-var-name { font-size: 13px; font-weight: 600; color: var(--green); }
.gfc-var-name-hi { font-size: 11px; color: var(--muted); }

/* =============================================
   TESTIMONIALS
============================================= */
.gfc-test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gfc-test-card {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; padding: 24px; position: relative;
}
.gfc-test-card::before { content: '"'; font-size: 4rem; color: var(--mint); line-height: 1; position: absolute; top: 12px; right: 18px; font-family: Georgia, serif; }
.gfc-test-stars { color: #F59E0B; font-size: 15px; margin-bottom: 10px; }
.gfc-test-text  { font-size: 14px; color: var(--text); line-height: 1.75; margin-bottom: 16px; }
.gfc-test-author { display: flex; align-items: center; gap: 10px; }
.gfc-test-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--mint); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.gfc-test-name  { font-size: 14px; font-weight: 700; color: var(--green); }
.gfc-test-loc   { font-size: 12px; color: var(--muted); }

/* =============================================
   CONTACT / LOCATION
============================================= */
.gfc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.gfc-contact-info h3 { font-size: 1.6rem; color: var(--green); margin-bottom: 24px; }
.gfc-info-row { display: flex; gap: 16px; margin-bottom: 22px; }
.gfc-info-row .i-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.gfc-info-row .i-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--green); margin-bottom: 3px; }
.gfc-info-row .i-text span   { font-size: 14px; color: var(--muted); line-height: 1.6; }
.gfc-map-embed {
  border-radius: 16px; overflow: hidden; height: 340px;
  border: 2px solid var(--border);
}
.gfc-map-embed iframe { width: 100%; height: 100%; border: none; display: block; }

/* =============================================
   WHATSAPP FLOAT
============================================= */
.gfc-wa-float {
  position: fixed; bottom: 24px; right: 24px;
  background: #25D366; color: white; border: none;
  border-radius: 50px; padding: 14px 22px;
  font-size: 15px; font-weight: 700; display: none;
  align-items: center; gap: 8px; z-index: 200;
  box-shadow: 0 6px 28px rgba(37,211,102,.45);
  animation: pulse 2s infinite;
}
.gfc-wa-float.show { display: flex; }
@keyframes pulse { 0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.45)} 50%{box-shadow:0 6px 36px rgba(37,211,102,.7)} }

/* =============================================
   FOOTER
============================================= */
.gfc-footer { background: var(--green); color: rgba(255,255,255,.75); padding: 56px 24px 24px; }
.gfc-footer-inner { max-width: 1200px; margin: 0 auto; }
.gfc-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.gfc-footer-about .logo { font-family: 'Playfair Display', serif; font-size: 20px; color: white; margin-bottom: 14px; }
.gfc-footer-about .logo span { color: var(--gold); }
.gfc-footer-about p { font-size: 13px; line-height: 1.8; margin-bottom: 20px; }
.gfc-footer-col h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 16px; letter-spacing: .02em; }
.gfc-footer-col ul li { font-size: 13px; margin-bottom: 10px; cursor: pointer; transition: color .15s; }
.gfc-footer-col ul li:hover { color: var(--gold); }
.gfc-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; font-size: 12px; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1100px) {
  .gfc-hero-inner    { grid-template-columns: 1fr; }
  .gfc-hero-stats    { grid-template-columns: repeat(4, 1fr); }
  .gfc-hero::before  { font-size: 200px; }
  .gfc-shop-layout   { grid-template-columns: 1fr; }
  .gfc-cart-box      { position: static; }
  .gfc-cats-grid     { grid-template-columns: repeat(3, 1fr); }
  .gfc-footer-grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .gfc-nav-menu      { display: none; }
  .gfc-hamburger     { display: block; }
  .gfc-nav-right .btn { display: none; }
  .gfc-trust-inner   { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gfc-trust-item    { padding: 8px 0; border-right: none; border-bottom: 1px solid var(--border); }
  .gfc-trust-item:last-child,.gfc-trust-item:nth-child(3) { border-bottom: none; }
  .gfc-why-grid      { grid-template-columns: 1fr 1fr; }
  .gfc-test-grid     { grid-template-columns: 1fr; }
  .gfc-contact-grid  { grid-template-columns: 1fr; }
  .gfc-variety-grid  { grid-template-columns: repeat(2, 1fr); }
  .gfc-prod-grid     { grid-template-columns: repeat(2, 1fr); }
  .gfc-hero-stats    { grid-template-columns: repeat(2, 1fr); }
  .gfc-footer-grid   { grid-template-columns: 1fr; gap: 28px; }
  .gfc-footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .gfc-cats-grid  { grid-template-columns: repeat(2, 1fr); }
  .gfc-why-grid   { grid-template-columns: 1fr; }
  .gfc-hero h1    { font-size: 1.9rem; }
  .gfc-hero-btns  { flex-direction: column; }
  .btn            { width: 100%; }
  .gfc-modal      { padding: 20px; }
}
