* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: serif;
}

body {
  background: #f4f4f4;
}

/* ─── NAVBAR ──────────────────────────────────────────────── */

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #f6f5f3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #000;
  text-decoration: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-text-main {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

.logo-text-sub {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 5px;
  color: #a9802f;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5a;
}

.nav-links a:hover {
  color: #5d5d5d;
  font-weight: 600;
  font-size: 18px;
  transition: 0.1s ease-in;
}

.nav-actions {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.nav-icon {
  text-decoration: none;
  color: #5a5a5a;
  display: flex;
  align-items: center;
}

.nav-icon svg {
  width: 24px;
  height: 24px;
}

.catalog-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #3f3e3e;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3f3e3e;
  text-transform: capitalize;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.catalog-btn:hover {
  color: #1d1d1d;
}

/* Hamburger — hidden on desktop */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #3f3e3e;
  line-height: 1;
}

/* ─── HERO ────────────────────────────────────────────────── */

.hero-section {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-top: 84px; /* offset fixed header */
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ─── NEW ARRIVALS ────────────────────────────────────────── */

.products {
  background-color: #f1f1f1;
  padding: 60px 20px;
  font-family: "Abhaya Libre", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.section-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section-title-line h2 {
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  margin: 0 20px;
}

.section-title-line::before,
.section-title-line::after {
  content: "";
  flex: 1;
  border-bottom: 6px solid #d9d9d9;
}

.cards-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 30px 24px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.image-wrapper {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #888;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.arrow-btn:hover {
  border-color: #666;
  color: #333;
}

/* ─── GIFTS ───────────────────────────────────────────────── */

.gift {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 80px 10%;
}

.gift-text {
  width: 571px;
  max-width: 100%;
}

.gifts {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 70px;
  color: #454545;
  display: block;
}

.of-the-season {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 50px;
  color: #454545;
  display: block;
}

.gift p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #414141;
  margin-top: 16px;
}

.gift-images {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 400px;
  max-width: 100%;
}

.gift-images img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.gift-text button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 16px;
  padding: 8px 16px;
  background-color: #5a5a5a;
  border: 1.5px solid #ffffff;
  cursor: pointer;
}

/* ─── FEATURED PRODUCTS ───────────────────────────────────── */

.fproducts {
  background-color: #f1f1f1;
  padding: 60px 20px;
  font-family: "Abhaya Libre", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.second-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.second-cards-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.second-product-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 30px 24px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.second-image-wrapper {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.second-product-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.second-product-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}

/* ─── GALLERY ─────────────────────────────────────────────── */
.mobile-gallery-carousel {
  display: none;
}

.gallery {
  text-align: center;
  padding: 80px 10%;
}

.gallery-text h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.gallery-text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
}

.gallery-wrapper {
  width: 100%;
  margin-top: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}

/* Left large image */
.gallery-grid img:nth-child(1) {
  grid-row: 1 / 3;
}

/* Middle top */
.gallery-grid img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

/* Middle bottom */
.gallery-grid img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Right tall */
.gallery-grid img:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

/* Right bottom */
.gallery-grid img:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

/* ───GALLERY SLIDER DOTS ───────────────────────── */

.slider-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bcbcbc;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: #333;
  transform: scale(1.3);
}

/* ─── TESTIMONIAL ─────────────────────────────────────────── */

.testimonial-section {
  background: #333333;
  padding: 5rem 6% 5rem;
  width: 100%;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.testimonial-header h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.testimonial-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #c0b9b0;
  margin: 0;
}

.section-subtitle {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  margin-top: 12px;
  text-align: center;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 80px;
  background: transparent;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.card-image {
  flex: 0 0 420px;
  height: 340px;
  border-radius: 14px;
  overflow: hidden;
  background: #f0ebe3;
  display: flex;
  gap: 6px;
}

.card-image img {
  flex: 1;
  width: 0;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.reviewer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #ffffff;
}

.reviewer-role {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.quote-icon {
  font-size: 39px;
  color: #e7c873;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.9;
  margin-top: -8px;
}

.testimonial-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 36.1px;
  color: #ffffff;
  margin-top: 24px;
}

.card-nav {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 13px;
}

.nav-btn:hover {
  border-color: rgba(201, 168, 76, 0.6);
  color: #c9a84c;
  background: rgba(201, 168, 76, 0.06);
}

/* ─── COLLECTION ──────────────────────────────────────────── */

.collection {
  display: flex;
  align-items: center;
  gap: 6rem;
  width: 100vw;
  min-height: 100vh;
  padding: 4rem 7rem;
  background: #fff;
}

.collection-image {
  flex: 0 0 480px;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1a1a;
}

.collection-image-placeholder {
  display: flex;
  gap: 6px;
  height: 100%;
}

.collection-image img {
  flex: 1;
  width: 0;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.badge {
  display: inline-block;
  background: #1a1a1a;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  padding: 4px 10px;
}

.collection-title {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.15;
  color: #000000;
  margin: 12px 0 16px;
}

.collection-desc {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.collection-explore {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 16px;
  padding: 8px 16px;
  background-color: #5a5a5a;
  border: 1.5px solid #ffffff;
  text-decoration: none;
  display: inline-block;
}

/* ─── FOOTER ──────────────────────────────────────────────── */

.footer {
  background: #222;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 60px 10%;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  width: 295px;
  max-width: 100%;
}

.footer h3 {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #d0bcbc;
}

.socials {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  margin-top: 21px;
  flex-wrap: wrap;
}

.social-icon {
  text-decoration: none;
  color: gray;
  display: flex;
  align-items: center;
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

.footer-links {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fffbfb;
}

.footer-column a {
  text-decoration: none;
  color: #fffbfb;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
}

.contact {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.contact h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #fffbfb;
}

.contact p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #d0bcbc;
}

#emailinput {
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  width: 220px;
  outline: none;
}

.signup-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #5a5a5a;
  border: 1.5px solid #fff;
  border-radius: 12px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.signup-btn:hover {
  background: #444;
}

.success-msg {
  color: #e7c873;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: none;
}

.mobile-carousel,
.mobile-featured-carousel {
  display: none;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (max 768px)
═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* ── Navbar ── */
  .main-header {
    padding: 14px 20px;
    flex-wrap: wrap;
    position: fixed;
  }

  /* Hide desktop nav and actions */
  nav {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  /* Show hamburger */
  .hamburger {
    display: block;
  }

  /* Mobile nav menu (toggled by JS) */
  .nav-links.open {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #f6f5f3;
    padding: 16px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 999;
  }

  .nav-links.open li a {
    display: block;
    padding: 14px 24px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
  }

  /* Show nav when open */
  nav:has(.nav-links.open) {
    display: block;
  }

  /* ── Hero ── */
  .hero-section {
    margin-top: 64px;
  }

  .hero-gradient {
    min-height: 420px;
    padding: 60px 6%;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }

  /* ── Product cards ── */
  .cards-container{
    display: none;
  }

    .desktop-products,
  .desktop-featured-products {
    display: none;
  }

  .mobile-carousel,
  .mobile-featured-carousel {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .mobile-carousel .product-card,
  .mobile-featured-carousel .second-product-card {
    width: 90%;
    margin: 0 auto;
  }

  .mobile-carousel .carousel-indicators,
  .mobile-featured-carousel .carousel-indicators {
    bottom: -45px;
  }

  .mobile-carousel .carousel-control-prev,
  .mobile-carousel .carousel-control-next,
  .mobile-featured-carousel .carousel-control-prev,
  .mobile-featured-carousel .carousel-control-next {
    width: 10%;
  }

  .section-header h2,
  .second-section-header h2,
  .section-title-line h2 {
    font-size: 32px;
  }

  /* ── Gift section ── */
  .gift {
    flex-direction: column;
    padding: 50px 6%;
    gap: 30px;
    text-align: center;
  }

  .gift-text {
    width: 100%;
  }

  .gifts {
    font-size: 48px;
  }

  .of-the-season {
    font-size: 34px;
  }

  .gift p {
    font-size: 16px;
  }

  .gift-images {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  /* ── Gallery ── */
  .gallery {
    padding: 50px 5%;
  }

  .gallery-text h2 {
    font-size: 30px;
  }

  .gallery-text p {
    font-size: 16px;
  }
  
  /* Hide desktop gallery grid */
  .gallery-grid {
    display: none;
  }

  /* Show Bootstrap carousel */
  .mobile-gallery-carousel {
    display: block;
    margin-top: 30px;
  }

  .mobile-gallery-carousel img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
  }

  .mobile-gallery-carousel .carousel-indicators {
    bottom: -45px;
  }

  .mobile-gallery-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .mobile-gallery-carousel .carousel-control-prev,
  .mobile-gallery-carousel .carousel-control-next {
    width: 10%;
  }
  
  /* ── Testimonial ── */
  .testimonial-card {
    flex-direction: column;
    gap: 30px;
    padding: 3rem 1.5rem;
    min-height: auto;
    align-items: flex-start;
  }

  .card-image {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .card-content {
    width: 100%;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 28px;
  }

  /* ── Collection ── */
  .collection {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1.5rem;
    min-height: auto;
    width: 100%;
  }

  .collection-image {
    flex: none;
    width: 100%;
    height: 260px;
  }

  .collection-title {
    font-size: 56px;
  }

  .collection-desc {
    font-size: 18px;
  }

  /* ── Footer ── */
  .footer {
    flex-direction: column;
    padding: 40px 6%;
    gap: 36px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }

  .contact {
    width: 100%;
  }

  #emailinput {
    width: 100%;
  }

  .footer h3 {
    font-size: 32px;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE  (max 480px)
═══════════════════════════════════════════════════════════ */

@media (max-width: 480px) {
  .logo {
    gap: 8px;
  }

  .logo .logo-img {
    height: 44px;
  }

  .logo-text-main {
    font-size: 16px;
  }

  .logo-text-sub {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .hero-gradient {
    min-height: 360px;
    padding: 40px 6%;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .gifts {
    font-size: 38px;
  }

  .of-the-season {
    font-size: 28px;
  }

  .gift p {
    font-size: 14px;
  }

  .collection-title {
    font-size: 42px;
  }

  .section-header h2,
  .second-section-header h2,
  .section-title-line h2 {
    font-size: 26px;
  }

  .gallery-text h2 {
    font-size: 24px;
  }

  .mobile-gallery-carousel img {
    height: 280px;
  }
  

  .testimonial-text {
    font-size: 14px;
    line-height: 24px;
  }
}

 .logo-img {
        height: 62px;
        width: auto;
        display: block;
      }


      /* ── NEW FOOTER ── */
      .footer-v2 {
        background: #1a1a1a;
        color: #c0b9b0;
        padding: 70px 10% 0;
      }

      .footer-v2-top {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr 0.8fr 1.1fr 1.3fr;
        gap: 36px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }

      .fv2-brand .fv2-logo {
        height: 62px;
        width: auto;
        margin-bottom: 18px;
        display: block;
        filter: invert(1) brightness(2);
      }

      .fv2-brand p {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #9a9390;
        line-height: 1.7;
        max-width: 220px;
        margin: 0;
      }

      .fv2-col h4 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 20px 0;
      }

      .fv2-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .fv2-col ul li a {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #9a9390;
        text-decoration: none;
        transition: color 0.2s ease;
      }

      .fv2-col ul li a:hover {
        color: #ffffff;
      }

      .fv2-qr-card {
        display: inline-block;
        background: #ffffff;
        padding: 8px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(231, 200, 115, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        text-decoration: none;
      }

      .fv2-qr-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(231, 200, 115, 0.4);
        border-color: #e7c873;
      }

      .fv2-qr-img {
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 6px;
        object-fit: contain;
      }

      .fv2-qr-subtext {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #9a9390;
        margin-top: 10px;
        line-height: 1.4;
      }

      .fv2-newsletter h4 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 20px 0;
      }

      .fv2-newsletter p {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #9a9390;
        margin: 0 0 16px 0;
        line-height: 1.6;
      }

      .fv2-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .fv2-form input[type="email"] {
        padding: 11px 16px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.15);
        background: rgba(255,255,255,0.06);
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #ffffff;
        outline: none;
        transition: border-color 0.2s ease;
        width: 100%;
        box-sizing: border-box;
      }

      .fv2-form input[type="email"]::placeholder { color: #666; }
      .fv2-form input[type="email"]:focus { border-color: rgba(255,255,255,0.4); }

      .fv2-subscribe-btn {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #1a1a1a;
        background: #e7c873;
        border: none;
        border-radius: 8px;
        padding: 11px 20px;
        cursor: pointer;
        transition: background 0.2s ease;
        width: 100%;
      }

      .fv2-subscribe-btn:hover { background: #d4b45e; }

      .fv2-success {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #e7c873;
        display: none;
        margin-top: 4px;
      }

      .footer-v2-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 0;
      }

      .footer-v2-bottom p {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #555;
        margin: 0;
      }

      /* ── FOOTER RESPONSIVE ── */
      @media (max-width: 992px) {
        .footer-v2-top { grid-template-columns: 1fr 1fr 1fr; gap: 36px; }
      }

      @media (max-width: 768px) {
        .footer-v2 { padding: 50px 6% 0; }
        .footer-v2-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      }

      @media (max-width: 480px) {
        .footer-v2-top { grid-template-columns: 1fr; gap: 28px; }
      }