/*
Theme Name: Amazoft
Theme URI: https://amazoft.org
Author: Amazoft Team
Author URI: https://amazoft.org
Description: Tema oficial de Amazoft - Comercio sostenible, turismo consciente y tecnología para la Amazonía.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amazoft
Tags: ecommerce, nature, sustainability, amazon
*/

/* =========================================
   CSS VARIABLES
   ========================================= */
:root {
  --green-dark:   #1a5c1a;
  --green-mid:    #2d8b2d;
  --green-light:  #5cad3c;
  --green-accent: #7cc244;
  --yellow:       #f0c000;
  --white:        #ffffff;
  --gray-light:   #f5f7f2;
  --gray-mid:     #e0e7d8;
  --text-dark:    #1a2015;
  --text-body:    #3a4a35;
  --text-muted:   #6b7a60;
  --shadow-sm:    0 2px 12px rgba(30,80,20,0.10);
  --shadow-md:    0 8px 32px rgba(30,80,20,0.16);
  --shadow-lg:    0 20px 60px rgba(30,80,20,0.22);
  --radius:       14px;
  --radius-lg:    24px;
  --transition:   0.35s cubic-bezier(0.4,0,0.2,1);
}

/* =========================================
   RESET & BASE
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--text-dark);
  line-height: 1.2;
}

/* =========================================
   UTILITIES
   ========================================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-label {
  display: inline-block;
  background: var(--green-accent);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--text-dark);
  margin-bottom: 16px;
}

.section-title span { color: var(--green-accent); }

.section-text {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 620px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.93rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.btn-primary {
  background: var(--green-accent);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(92,173,60,0.35);
}
.btn-primary:hover {
  background: var(--green-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(92,173,60,0.45);
}

.btn-outline {
  background: transparent;
  color: var(--green-accent);
  border: 2px solid var(--green-accent);
}
.btn-outline:hover {
  background: var(--green-accent);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--green-dark);
  box-shadow: var(--shadow-sm);
}
.btn-white:hover {
  background: var(--green-accent);
  color: var(--white);
}

/* =========================================
   HEADER
   ========================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(30,80,20,0.08);
  transition: var(--transition);
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 32px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-accent));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  letter-spacing: -1px;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.03em;
}

.logo-text span { color: var(--green-accent); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-body);
  transition: var(--transition);
}

.main-nav a:hover,
.main-nav a.current {
  background: var(--gray-light);
  color: var(--green-dark);
}

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

.header-phone {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-phone svg { color: var(--green-accent); }

.cart-btn {
  position: relative;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--gray-light);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  transition: var(--transition);
}
.cart-btn:hover { background: var(--green-accent); color: var(--white); }

.cart-count {
  position: absolute;
  top: -5px; right: -5px;
  background: var(--yellow);
  color: var(--text-dark);
  font-size: 0.65rem;
  font-weight: 800;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  width: 24px; height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
  display: block;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(15,50,10,0.85) 0%,
    rgba(30,80,20,0.70) 40%,
    rgba(50,120,30,0.45) 100%
  );
  z-index: 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 680px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.25);
  margin-bottom: 24px;
  animation: fadeInDown 0.8s ease both;
}

.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 12px;
  animation: fadeInUp 0.9s ease 0.1s both;
}

.hero-title .highlight {
  color: var(--yellow);
  display: block;
}

.hero-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 540px;
  animation: fadeInUp 1s ease 0.2s both;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeInUp 1.1s ease 0.3s both;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 56px;
  animation: fadeInUp 1.2s ease 0.4s both;
}

.hero-stat {
  text-align: center;
}

.hero-stat .number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--yellow);
  display: block;
}

.hero-stat .label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* =========================================
   STATS BAND
   ========================================= */
.stats-band {
  background: var(--green-dark);
  padding: 28px 0;
}

.stats-band-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.stat-icon {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.stat-info .number {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--yellow);
  display: block;
}

.stat-info .label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

/* =========================================
   PRODUCTS SECTION
   ========================================= */
.products-section {
  padding: 96px 0;
  background: var(--gray-light);
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-header .section-text {
  margin: 0 auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.product-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--gray-mid);
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.06);
}

.product-info {
  padding: 16px;
}

.product-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
  font-family: 'Nunito', sans-serif;
}

.product-price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--green-accent);
  margin-bottom: 12px;
}

.product-actions {
  display: flex;
  gap: 6px;
}

.product-actions a {
  flex: 1;
  text-align: center;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  transition: var(--transition);
}

.product-actions .buy {
  background: var(--green-accent);
  color: var(--white);
}
.product-actions .buy:hover { background: var(--green-dark); }

.product-actions .cart {
  background: var(--gray-light);
  color: var(--green-dark);
}
.product-actions .cart:hover { background: var(--green-accent); color: var(--white); }

/* =========================================
   COMMERCE SECTION (split layout)
   ========================================= */
.commerce-section {
  padding: 96px 0;
  background: var(--white);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.split-layout.reverse { direction: rtl; }
.split-layout.reverse > * { direction: ltr; }

.split-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}

.split-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.split-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,80,20,0.2) 0%, transparent 60%);
  border-radius: var(--radius-lg);
}

.split-stats {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  gap: 12px;
  z-index: 2;
}

.mini-stat {
  flex: 1;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
}

.mini-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green-dark);
}

.mini-stat .lbl {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}

.split-content .section-text {
  margin-bottom: 24px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 36px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-icon {
  width: 32px; height: 32px;
  background: var(--green-accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-text {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.6;
}

.btn-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================================
   TOURISM SECTION
   ========================================= */
.tourism-section {
  padding: 96px 0;
  background: var(--gray-light);
}

/* =========================================
   TECHNOLOGY SECTION
   ========================================= */
.tech-section {
  padding: 96px 0;
  background: var(--white);
}

/* =========================================
   TRANSFORMATION BAND
   ========================================= */
.transform-band {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.transform-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%; height: 100%;
}

.transform-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,50,10,0.90) 0%, rgba(15,50,10,0.65) 100%);
  z-index: 1;
}

.transform-band-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.transform-band-content h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.transform-band-content p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
}

/* =========================================
   TEAM SECTION
   ========================================= */
.team-section {
  padding: 96px 0;
  background: var(--gray-light);
}

.team-intro {
  text-align: center;
  margin-bottom: 16px;
}

.team-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
  color: var(--text-muted);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.team-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: center;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.team-photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--gray-mid);
}

.team-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}

.team-card:hover .team-photo img { transform: scale(1.04); }

.team-info {
  padding: 20px 16px 24px;
}

.team-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.8rem;
  color: var(--green-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-socials a {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: var(--transition);
}

.team-socials a:hover {
  background: var(--green-accent);
  color: var(--white);
}

/* =========================================
   TESTIMONIALS
   ========================================= */
.testimonials-section {
  padding: 96px 0;
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -20px; right: 5%;
  font-family: 'Playfair Display', serif;
  font-size: 22rem;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
}

.testimonials-section .section-label {
  background: rgba(255,255,255,0.15);
}

.testimonials-section .section-title {
  color: var(--white);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 56px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.testimonial-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: var(--transition);
}

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

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 1rem;
}

.testimonial-text {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

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

.author-photo {
  width: 46px; height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--green-mid);
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.2);
}

.author-photo img { width: 100%; height: 100%; object-fit: cover; }

.author-name {
  font-weight: 700;
  color: var(--white);
  font-size: 0.92rem;
}

.author-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
}

/* =========================================
   BLOG SECTION
   ========================================= */
.blog-section {
  padding: 96px 0;
  background: var(--white);
}

.blog-header {
  text-align: center;
  margin-bottom: 56px;
}

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

.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--gray-mid);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.blog-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--gray-mid);
}

.blog-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-img img { transform: scale(1.04); }

.blog-content {
  padding: 24px;
}

.blog-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-meta span { color: var(--green-accent); }

.blog-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 12px;
  transition: var(--transition);
}

.blog-card:hover .blog-title { color: var(--green-accent); }

.blog-excerpt {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 18px;
}

.read-more {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.read-more:hover { gap: 10px; }

/* =========================================
   CONTACT SECTION
   ========================================= */
.contact-section {
  padding: 96px 0;
  background: var(--gray-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact-info h2 {
  margin-bottom: 16px;
}

.contact-info .section-text {
  margin-bottom: 36px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.contact-item:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
}

.contact-icon {
  width: 40px; height: 40px;
  background: var(--green-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-item-text { font-size: 0.92rem; }
.contact-item-text strong { display: block; color: var(--text-dark); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }

.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}

.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 24px;
  color: var(--text-dark);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-body);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-mid);
  border-radius: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.93rem;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--green-accent);
  box-shadow: 0 0 0 3px rgba(92,173,60,0.12);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-submit { width: 100%; padding: 14px; font-size: 1rem; }

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background: #0d2b0d;
  color: rgba(255,255,255,0.75);
}

.footer-top {
  padding: 72px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .logo-text {
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 16px;
  display: block;
}

.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-socials a:hover {
  background: var(--green-accent);
  color: var(--white);
}

.footer-col h4 {
  color: var(--white);
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover {
  color: var(--green-accent);
  transform: translateX(4px);
}

.footer-links a::before {
  content: '→';
  font-size: 0.75rem;
  opacity: 0;
  transition: var(--transition);
}

.footer-links a:hover::before { opacity: 1; }

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-list li svg {
  color: var(--green-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

.footer-copy a { color: var(--green-accent); }

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  transition: var(--transition);
}

.footer-legal a:hover { color: var(--green-accent); }

/* =========================================
   ANIMATIONS
   ========================================= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .split-layout,
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .split-layout.reverse { direction: ltr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .main-nav, .header-phone { display: none; }
  .hamburger { display: flex; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-band-inner { gap: 28px; }
}

@media (max-width: 500px) {
  .products-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
}

/* ── CORRECCIONES ADICIONALES ──────────────────────────── */

/* Logo personalizado WordPress */
.site-logo img.custom-logo       { max-height: 52px; width: auto; }
.site-logo a.custom-logo-link    { display: flex; align-items: center; }

/* nav-link (clase de nuestro walker) */
.main-nav .nav-link {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-body);
  transition: var(--transition);
  display: inline-block;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.current {
  background: var(--gray-light);
  color: var(--green-dark);
}

/* Menú móvil */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(13,43,13,0.98);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mobile-nav-inner a {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: rgba(255,255,255,0.9);
  font-weight: 700;
  transition: color 0.3s ease;
}
.mobile-nav-inner a:hover { color: var(--green-accent); }
.mobile-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
}
.mobile-close:hover { color: var(--green-accent); }

/* Evitar scroll cuando menú móvil está abierto */
body.no-scroll { overflow: hidden; }

/* Footer contact list flex */
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.87rem;
  color: rgba(255,255,255,0.6);
}
