/*
Theme Name: SurfTravelGear
Author: Diego Rivas
Version: 1.0
Author URI: diegorivas-dev.com
Description: WordPress theme of surftravelgear.com.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: surftravelgear
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
/* =========================
   TYPOGRAPHY SYSTEM
========================= */

:root {
  --text-main: #111;
  --text-secondary: #555;
  --primary: #1f4e5f;
  --bg-soft: #f7f9fb;
}

/* BASE */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main);
  background: #fff;
}

/* HEADINGS */
h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 3rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2.2rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.4rem;
}

/* PARAGRAPHS */
p {
  color: var(--text-secondary);
  margin: 0;
}
.whiteText {
  color: #fff;
}
/* NAV */
/* NAV CONTENEDOR */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* MENU */
.nav-menu {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}

/* RIGHT SIDE */
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* LINKS */
.nav-menu a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}

.nav-menu a:hover {
  opacity: 0.7;
}

/* CTA BUTTON */
.nav-menu .menu-item:last-child a {
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}

/* HOVER CTA */
.nav-menu .menu-item:last-child a:hover {
  opacity: 0.9;
}

/* REMOVE BULLETS */
.nav-menu li {
  list-style: none;
}
.nav-menu li > a:hover {
  color: #fff;
  transition: all 0.4s ease;
}
.current_page_item > a {
  color: #fff;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* HERO */
/* HERO FULL WIDTH */
.hero {
  width: 100%;

  background: url("/wp-content/uploads/2026/03/surf-travel-gear-herohome-2.png")
    center/cover no-repeat;

  position: relative;
  display: flex;
  align-items: flex-start;

  min-height: 55vh;
  padding-top: 100px;
  padding-bottom: 40px;
}

/* overlay oscuro */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* CONTENIDO INTERNO */
.hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  width: 100%;
  justify-content: center;
}
.hero-sub {
  margin-top: 1rem;
  font-size: 0.95rem;
  opacity: 0.9;
}
/* TEXTO */
.hero h1 {
  font-size: 3.2rem;
  max-width: 600px;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.15rem;
  max-width: 520px;
  color: #fff;
}

/* BOTÓN */
.btn {
  position: relative;

  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;

  padding: 14px 26px;
  border-radius: 1.5rem;
  margin-top: 1rem;

  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;

  text-decoration: none;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.03);

  background: linear-gradient(135deg, #1e293b, #334155);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;

  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  opacity: 0.4;
  pointer-events: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero {
    height: 80vh;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

h1 {
  font-size: 2.5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.site-header {
  padding: 0rem 0;
  background-color: #6c96a0;
  opacity: 0;
  transform: translateY(-10px);
  animation: headerFade 0.6s ease forwards;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.8s ease;
}
@keyframes headerFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header.scrolled {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}
.site-header:hover {
  background: rgba(107, 152, 165, 0.68);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-logo {
  max-height: 85px; /* 120*/
  width: auto;
}

/* SECTION INCLUDES */
/* SECTION */
.includes {
  padding: 1rem 2rem 2rem;
  text-align: center;
  background: #fff;
}

/* ROMPE EL LIMITE DEL THEME */
.includes .container {
  max-width: 85% !important;
  width: 100% !important;
  padding: 0 40px !important;
}

/* TITLE */
.section-title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

/* SUBTEXT */
.includes-sub {
  color: #666;
  margin-bottom: 4rem;
  font-size: 1.1rem;
}

/* GRID */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
}

/* ITEM */
.include-item {
  border-radius: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}

.include-item img {
  width: 60%;
  height: 320px; /* 🔥 altura fija tipo ecommerce */
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

/* TITLE */
.include-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

/* TEXT */
.include-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto;
}

/* HOVER */
.include-item:hover {
  transform: translateY(-8px);
}

.include-item:hover img {
  transform: scale(1.02);
}

/* MOBILE */
@media (max-width: 900px) {
  .includes-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .include-item img {
    height: 260px;
  }
}
/* END INCLUDES */

/* TITLE */
.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

/* GRID */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}

.include-item {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.25s ease;
  border: 1px solid #eee;
}

.include-item:hover {
  transform: translateY(-5px);
}

.include-item h3 {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.include-desc {
  margin: 1rem 0;
  color: #555;
  font-size: 0.95rem;
}

.include-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.include-features li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}
/* ITEM */
.include-item {
  text-align: center;
}

/* IMAGE */
.include-item img {
  width: 100%;
  max-width: 240px;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

/* TEXT */
.include-item p {
  font-weight: 500;
  font-size: 0.95rem;
}

/* HOVER (pro feel) */
.include-item img {
  transition: transform 0.3s ease;
}

.include-item:hover img {
  transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
  .includes-grid {
    grid-template-columns: 1fr;
  }
}
.includes-sub {
  color: #666;
  margin-bottom: 2rem;
}
.hero-badge {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

/* SECTION FULL WIDTH */
.problem {
  width: 100%;
  padding: 3rem 0rem;
  background: #f7f9fb;
}

/* GRID FULL WIDTH */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;

  max-width: 1200px;
  margin: 0 auto;
}

/* CARD */
.problem-card {
  text-align: center;
}

.problem-card img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 2rem;
}

/* TEXTO */
.problem-card p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-top: 0.8rem;
}

/* MOBILE */
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card img {
    max-width: 140px;
  }
}

/* ---------- SOLUTION ---------- */
.solution {
  padding: 0rem 1.5rem;
  text-align: center;
}

.solution-sub {
  color: #666;
  margin-bottom: 2rem;
}

.solution-box {
  background: #1f4e5f;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
.solution-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.solution-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
}
.solution-item p {
  font-size: 0.95rem;
  color: var(--text-main);
}
.solution-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* MOBILE */
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

.divider {
  height: 1px;
  background: #eee;
  max-width: 800px;
  margin: 2rem auto;
}

.product-highlight {
  padding: 3rem 0;
  background: #fff;
}

.product-highlight-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}

.product-image img {
  max-width: 500px;
  width: 100%;
}

.product-content {
  max-width: 400px;
}

.product-content h2 {
  font-size: 2rem;
}

.product-content p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}
.product-benefits {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .product-highlight-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* FOOTER !!! */

/* FOOTER BASE */
.site-footer {
  background: #000;
  color: #fff;
  padding-top: 4rem;
}

/* GRID */
.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}

/* COLUMN */
.footer-col {
  line-height: 1.8;
}

/* TITLES */
.footer-col h4 {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* LINKS */
.footer-col a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  opacity: 0.8;
  font-size: 0.9rem;
}

.footer-col a:hover {
  opacity: 1;
}

/* LOGO */
.footer-logo {
  max-width: 160px;
  margin-bottom: 1rem;
  margin-bottom: 0rem;
}

/* TEXT */
.footer-slogan {
  font-size: 0.75rem;
  opacity: 0.8;
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer-mini-trust {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 0rem;
  color: #fff;
}

/* TRUST ZONE */
.footer-extra {
  text-align: center;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* PAYMENTS */
.footer-payments p {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
  color: #fff;
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.payment-icons img {
  height: 22px;
  opacity: 0.85;
}

/* TRUST TEXT */
.footer-trust {
  margin-top: 1rem;
  font-size: 0.85rem;
  opacity: 0.8;
  color: #fff;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 1.5rem 0;
  font-size: 0.85rem;
  color: #fff;
}
.footer-bottom P {
  color: #fff;
}
/* MOBILE */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .payment-icons {
    flex-wrap: wrap;
  }
}

.cta {
  background: #1f4e5f;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.cta p {
  margin-bottom: 2rem;
  opacity: 0.9;
  font-size: 1.05rem;
  color: #fff;
}

.cta-btn {
  background: #fff;
  color: #1f4e5f;
  font-weight: 600;
}
.cta-btn:hover {
  background: #204e5f;
  color: #fff;
  border: solid white 1px;
}
.footer-payments {
  text-align: center;
  margin-top: 2rem;
}

.footer-payments p {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.payment-icons img {
  height: 24px;
  opacity: 0.9;
}
.footer-trust {
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 1rem;
}
.social-proofCont {
  text-decoration: none !important;
}
.social-proofCont:hover {
  opacity: 0.75;
  transition: all 0.6s ease;
}
.social-proof {
  text-align: center;
  background-color: #6b96a0;
  color: #fff;
  padding-top: 0.5rem;
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  text-decoration: none !important;
}

/* FAQ SECTION */
.faq {
  padding: 4rem 1.5rem;
  background: #f7f9fb;
  max-width: 900px;
  margin: 0 auto;
  background-image: url(https://surftravelgear.com/wp-content/uploads/2026/03/wavesOne.png);
  border-radius: 1rem;
  margin-bottom: 2rem;
}

/* TITLE */
.faq h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.faq-question {
  font-size: 1rem;
  font-weight: 500;
}

/* ITEM */
.faq-item {
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* HOVER */
.faq-item:hover {
  transform: translateY(-2px);
}

/* QUESTION */
.faq-item h4 {
  margin: 0;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ANSWER */
.faq-item p {
  margin-top: 0.8rem;
  color: #555;
  line-height: 1.6;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* oculto por defecto */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* activo */
.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 1rem;
}

.cta-menu a {
  /*background: #1f4e5f;*/
  color: #fff !important;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.cta-menu {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  padding: 10px 10px;
  border-radius: 2rem;
  font-weight: 600;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.cta-menu:hover {
  transform: translateY(-2px) scale(1.03);

  background: linear-gradient(135deg, #1e293b, #334155);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.cta-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;

  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  opacity: 0.4;
  pointer-events: none;
}
/* CART */
.cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

/* WRAPPER (para hover cool) */
.cart-icon-wrapper {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* ICON */
.cart-svg {
  width: 22px;
  height: 22px;
  stroke: white;
  transition: 0.3s;
}

/* HOVER */
.cart-icon:hover .cart-icon-wrapper {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* BADGE */
.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;

  background: #0f172a;
  color: white;

  font-size: 10px;
  font-weight: 600;

  padding: 3px 6px;
  border-radius: 999px;

  min-width: 18px;
  text-align: center;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

  transition: all 0.3s ease;
}

/* ANIMACIÓN CUANDO CAMBIA */
.cart-count.bump {
  transform: scale(1.2);
}

.cart-icon:hover .cart-svg {
  stroke: #38bdf8;
}

/* CTA */
.nav-cta {
  padding: 0.5rem 1rem;
}

/* END CART */

/* SLIDER CONTAINER */
.hero-slider {
  position: relative;
  overflow: hidden;
  height: clamp(500px, 65vh, 800px);
}

/* SLIDES */
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 0;
  transition: opacity 0.8s ease;

  display: flex;
  align-items: flex-start;

  /*min-height: 55vh;*/
  padding-top: 100px;
  padding-bottom: 40px;
}

/* ACTIVE */
.hero-slide.active {
  opacity: 1;
  /*position: relative;*/
}

/* OVERLAY */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-slide h1 {
  font-size: 3.2rem;
  max-width: 650px;
  margin-bottom: 1rem;
}

.hero-slide p {
  font-size: 1.15rem;
  max-width: 520px;
  color: #fff;
}
/* INNER */
.hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-slide {
    /*min-height: 75vh;*/
  }

  .hero-inner h1 {
    font-size: 2rem;
  }
}
/* ARROWS CONTAINER */
.hero-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ARROWS */
.hero-arrow {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

/* DOTS */
.hero-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

/* FEATURED PRODUCT SECTION */
.featured-product {
  padding: 4rem 1.5rem;
  background: #f7f9fb;
}

/* INNER BOX */
.featured-product-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;

  max-width: 1000px;
  margin: 0 auto;
}

/* IMAGE */
.featured-product-box img {
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
  object-fit: contain;
}

/* TEXT SIDE */
.featured-product-box div {
  max-width: 420px;
}

/* TITLE */
.featured-product-box h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* DESCRIPTION */
.featured-product-box p {
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* BUTTON */
.featured-product .btn {
  display: inline-block;
}
.ulFeatured,
.hero-benefits {
  list-style: none;
  padding-left: 0;
}
.hero-benefits {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.hero-benefits li {
  margin-bottom: 5px;
  font-size: 14px;
}
/* MOBILE */
@media (max-width: 768px) {
  .featured-product-box {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .featured-product-box div {
    max-width: 100%;
  }

  .featured-product-box img {
    max-width: 280px;
  }

  .featured-product-box h3 {
    font-size: 1.5rem;
  }
}

.featured-product-box img {
  transition: transform 0.3s ease;
}

.featured-product-box img:hover {
  transform: scale(1.03);
}

/* SECTION */
.product-alternative {
  padding: 80px 20px;
  background: #f8f9fb;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef2f7 100%);
}

.product-alternative-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.product-alt-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* CONTENT */
.product-alt-content {
  max-width: 500px;
}

.product-alt-content .badge {
  display: inline-block;
  background: #0d3b66;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 1rem;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.product-alt-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.product-alt-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.product-alt-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* BENEFITS */
.product-alt-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.product-alt-benefits li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* BUTTON */
.product-alt-btn {
  display: inline-block;
  padding: 14px 26px;
  background: #1d5fa7;
  color: #fff;
  border-radius: 1.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-alt-btn:hover {
  background: #154a82;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .product-alternative-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-alt-content {
    max-width: 100%;
  }

  .product-alt-content h2 {
    font-size: 26px;
  }

  .product-alt-content h3 {
    font-size: 18px;
  }

  .product-alt-btn {
    width: 100%;
  }
}
.micro-note {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.trust-badge {
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 12px;
  border-radius: 1rem;
  font-size: 13px;
  display: inline-block;
}

img {
  border-radius: 1rem;
}

.upgrade-note {
  font-size: 12.5px;
  color: #555;
  margin-top: 12px;
  font-weight: 500;
  background: #f5f7fa;
  padding: 6px 12px;
  border-radius: 1rem;
  display: inline-block;
}
.seo-intro {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.6;
}
.seo-text {
  font-size: 14px;
  color: #666;
  max-width: 800px;
  line-height: 1.7;
  text-align: center;
  opacity: 0.9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.seo-wrapper {
  padding: 0px 0;
  background-image: url(https://surftravelgear.com/wp-content/uploads/2026/03/wavesTwo.png);
}

.featured-note {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.cart-count.bump {
  transform: scale(1.2);
}

/* === REVIEWS SECTION === */

.reviews {
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  background-image: url(https://surftravelgear.com/wp-content/uploads/2026/03/wavesOne.png);
}

.reviews-proof {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.reviews-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reviews-header p {
  color: #6b7280;
  font-size: 15px;
}

/* slider */
.reviews-slider {
  margin-top: 50px;
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: 20px;
  animation: scrollReviews 50s linear infinite;
  will-change: transform;
}

@keyframes scrollReviews {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-220%);
  }
}

/* card */
.review {
  text-align: center;
  border-radius: 1rem;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

/* avatar */
.review-avatar {
  display: flex;
  justify-content: center; /* 🔥 centra horizontal */
  align-items: center;
  margin-bottom: 10px;
}
.review-avatar:hover {
  opacity: 0.6;
}

/* IMAGEN */
.review-avatar img {
  width: 52px; /* 🔥 tamaño más pequeño */
  height: 52px;

  border-radius: 1rem;
  object-fit: cover;
  object-position: center;

  display: block;

  /* mejora visual */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

  transition: all 0.3s ease;
}

/* hover sutil */
.review:hover .review-avatar img {
  transform: scale(1.08);
}
/* nombre + país */
.review-author {
  margin-bottom: 10px;
}

.review-author strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.review-author span {
  font-size: 12px;
  color: #9ca3af;
}

/* estrellas centradas */
.review .stars {
  justify-content: center;
  display: flex;
}

/* texto */
.review p {
  text-align: center;
}

.review:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* avatar + name */
.review-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.review-top img {
  width: 92px;
  /*height: 42px;*/
  min-width: 42px; /* 🔥 evita que se estire */
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: block;
}
.review img {
  width: 180px;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: block;
}

.review-top strong {
  font-size: 13.5px;
  font-weight: 600;
}

.review-top span {
  font-size: 11.5px;
  color: #9ca3af;
}

/* stars */
.review .stars {
  color: #fbbf24;
  margin-bottom: 10px;
  font-size: 14px;
}

/* text */
.review p {
  font-size: 13.5px;
  line-height: 1.55;
}

/* pause on hover */
.reviews-slider:hover .review-track {
  animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {
  .reviews {
    padding: 60px 15px;
  }

  .reviews-header h2 {
    font-size: 24px;
  }

  .review {
    min-width: 240px;
    padding: 18px;
  }

  .review-track {
    animation-duration: 30s;
  }
}
/* SECTION REVIEWS */

/* SECTION EXPLORE !*/

.explore {
  padding: 5rem 20px;
  background-image: url(https://surftravelgear.com/wp-content/uploads/2026/03/wavesBG.png);
  background-size: cover;
}

.explore-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.explore-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.8rem;
}

.explore-header p {
  color: #475569;
  font-size: 1rem;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* CARD */
.explore-card {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* BACKGROUND IMAGE */
.explore-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

/* OVERLAY */
.explore-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

/* CONTENT */
.explore-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  color: #fff;
}

.explore-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin-bottom: 0.4rem;
}

.explore-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
.explore-content span {
  color: #fff;
}

.explore-content p {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #fff;
}

/* HOVER */
.explore-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.explore-card:hover .explore-bg {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .explore-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .explore-grid {
    grid-template-columns: 1fr;
  }

  .explore-card {
    height: 260px;
  }

  .explore-header h2 {
    font-size: 1.8rem;
  }
}

/* END SECTION EXPLORE !*/
