@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Regular.ttf") format("truetype");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2a2720;
  --accent: #d26d65;
  --cream: #e6e4d8;
  --paper: #f8f5ec;
  --white: #ffffff;
  --muted: #6d675c;
  --line: rgba(42, 39, 32, 0.14);
  --shadow: 0 24px 70px rgba(42, 39, 32, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Quicksand", "Inter", Arial, sans-serif;
  color: var(--black);
  background: var(--paper);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px clamp(18px, 5vw, 68px);
  color: var(--white);
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  padding-block: 14px;
  color: var(--black);
  background: var(--cream);
  box-shadow: 0 10px 40px rgba(42, 39, 32, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-menu {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
}

.brand-logo {
  width: 90px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.2s ease, width 0.25s ease;
  border: 1px solid #ffffff21;
}

.brand:hover .brand-logo {
  transform: scale(1.05);
}

.nav-menu {
  gap: clamp(16px, 2vw, 30px);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-menu a {
  position: relative;
}

.nav-menu a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.nav-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  color: var(--white);
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(210, 109, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(210, 109, 101, 0.3);
}

.nav-cta::after {
  display: none;
}

.cta-wsp-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
}

/* Header Instagram Links */
.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-insta-mobile,
.header-insta-desktop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--black);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-insta-mobile:hover,
.header-insta-desktop:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.header-insta-desktop::after {
  display: none !important;
}

@media (min-width: 761px) {
  .header-insta-mobile {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .header-insta-desktop {
    display: none !important;
  }
}

/* Hero Section */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  grid-template-areas: "content media";
  min-height: 100vh;
  overflow: hidden;
  background: var(--black);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(42, 39, 32, 0.92), rgba(42, 39, 32, 0.72) 44%, rgba(42, 39, 32, 0.1)),
    radial-gradient(circle at 30% 20%, rgba(210, 109, 101, 0.28), transparent 34%);
  pointer-events: none;
}

.hero-content {
  grid-area: content;
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 760px;
  padding: 130px clamp(22px, 6vw, 84px) 70px;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.8vw, 3.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(210, 109, 101, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 18px 36px rgba(210, 109, 101, 0.35);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-light {
  color: var(--black);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.btn-light:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.hero-stats {
  margin-top: 54px;
}

.hero-stats div {
  min-width: 142px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.hero-media {
  grid-area: media;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
  animation: slowZoom 12s ease-in-out infinite alternate;
}

.floating-card {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: 70px;
  z-index: 3;
  width: min(260px, calc(100% - 36px));
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(42, 39, 32, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.floating-card span,
.floating-card strong {
  display: block;
}

.floating-card span {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Strip Section */
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px clamp(22px, 5vw, 68px);
  background: var(--cream);
}

.strip-item p {
  margin: 0;
  color: var(--black);
  font-weight: 700;
}

.icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--accent);
  border-radius: 50%;
}

.icon svg {
  width: 22px;
  height: 22px;
}

/* Sections */
.section,
.split,
.showcase,
.cta-section {
  padding: clamp(76px, 10vw, 130px) clamp(20px, 6vw, 84px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

/* Benefits Grid */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card,
.info-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(42, 39, 32, 0.04);
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(42, 39, 32, 0.08);
}

.card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--accent);
  border-radius: 50%;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.benefit-card p {
  margin-bottom: 0;
}

.benefit-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

/* Split Section */
.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  background: var(--cream);
}

.split-alt {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  background: var(--paper);
}

.split-media {
  height: clamp(360px, 52vw, 620px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-content {
  max-width: 660px;
}

#detalhes {
  align-items: start;
  grid-template-areas:
    "media content"
    "media actions"
    "cards cards";
}

#detalhes .split-media {
  align-self: start;
  grid-area: media;
}

#detalhes .split-content {
  grid-area: content;
}

#detalhes .measure-grid {
  grid-area: cards;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 8px;
  margin-bottom: 0;
}

.details-actions {
  display: flex;
  grid-area: actions;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Check List */
.check-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 28px 0 32px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--black);
  font-weight: 700;
  line-height: 1.4;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.product-price {
  margin: -8px 0 30px;
}

.product-price span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-price p {
  margin: 0;
  color: var(--black);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.product-price del {
  color: var(--muted);
  font-weight: 500;
}

.product-price strong {
  color: var(--accent);
  font-weight: 800;
}

/* Showcase */
.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  background: var(--black);
  color: var(--white);
}

.showcase p {
  color: rgba(255, 255, 255, 0.68);
}

.showcase-gallery {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 230px 230px;
  gap: 16px;
}

.showcase-gallery img {
  border-radius: 8px;
}

.showcase-gallery img:first-child {
  grid-row: span 2;
}

/* Measure Section */
.measure-section {
  background: var(--paper);
}

.measure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.measure-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(42, 39, 32, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.measure-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(42, 39, 32, 0.08);
  border-color: var(--accent);
}

.measure-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream);
}

.measure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

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

.measure-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  text-align: left;
}

.measure-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.measure-dims {
  display: block;
  margin-bottom: 12px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

.measure-price {
  display: block;
  margin-top: auto;
  color: var(--black);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.measure-price del {
  color: var(--muted);
  font-weight: 500;
}

.measure-price b {
  display: block;
  color: var(--accent);
  font-size: 1.14rem;
  font-weight: 800;
}

/* Info Box */
.info-box {
  padding: 26px;
  margin-top: 28px;
}

.info-box p {
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  text-align: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--black), #453b31);
}

.cta-section .eyebrow {
  justify-content: center;
}

.cta-section h2 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

/* Footer */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

.footer p {
  margin: 0;
  color: inherit;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: block;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.35);
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.btn-wsp-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Animation & Transitions */
.section-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowZoom {
  from {
    transform: scale(1.04) translateX(0);
  }

  to {
    transform: scale(1.1) translateX(-10px);
  }
}

/* Responsive Queries */
@media (max-width: 1024px) {

  .hero,
  .split,
  .split-alt,
  .showcase {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "media"
      "content";
    min-height: auto;
  }

  .hero::before {
    display: none;
  }

  .hero-media::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
      linear-gradient(180deg, rgba(42, 39, 32, 0.7) 0%, rgba(42, 39, 32, 0) 30%),
      linear-gradient(0deg, rgba(42, 39, 32, 0.6) 0%, rgba(42, 39, 32, 0) 35%);
    pointer-events: none;
  }

  .hero-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-media {
    min-height: 480px;
  }

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

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

  #detalhes {
    grid-template-areas:
      "media"
      "content"
      "cards"
      "actions";
  }

  #detalhes .measure-grid {
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 14px 18px;
  }

  .site-header.is-scrolled .brand-logo,
  .site-header.is-open .brand-logo {
    width: 50px;
  }

  .header-mobile-actions {
    position: relative;
    z-index: 22;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: block;
    color: inherit;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 21;
    display: grid;
    gap: 0;
    padding: 82px 18px 22px;
    color: var(--black);
    background: var(--paper);
    box-shadow: 0 20px 50px rgba(42, 39, 32, 0.14);
    transform: translateY(-105%);
    transition: transform 0.24s ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    margin-top: 12px;
    padding: 14px 18px;
    justify-content: center;
  }

  h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .product-whatsapp-cta {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }

  .benefit-grid,
  .measure-grid,
  .showcase-gallery {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .hero-stats div {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 6px;
    text-align: center;
  }

  .hero-stats strong {
    font-size: 0.9rem;
  }

  .hero-stats span {
    font-size: 0.75rem;
  }

  .hero-media {
    min-height: 380px;
  }

  .floating-card {
    bottom: 24px;
    right: 18px;
  }

  .strip-item {
    min-height: auto;
    padding: 16px 20px;
    gap: 14px;
  }

  .strip-item p {
    font-size: 0.95rem;
  }

  .benefit-grid {
    gap: 16px;
  }

  .benefit-card {
    flex-direction: row;
    gap: 16px;
    padding: 24px;
  }

  .card-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .measure-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #detalhes .measure-grid {
    grid-template-columns: 1fr;
  }

  .details-actions {
    flex-direction: column;
    width: 100%;
  }

  .measure-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 128px;
    border-radius: 8px;
  }

  .measure-image {
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
  }

  .measure-card strong {
    font-size: 1.05rem;
  }

  .measure-dims {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }

  .measure-content {
    padding: 14px;
  }

  .measure-price {
    font-size: 0.82rem;
  }

  .measure-price b {
    font-size: 1rem;
  }

  .showcase-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 340px);
  }

  .showcase-gallery img:first-child {
    grid-row: auto;
  }

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

/* Testimonials Carousel */
.text-center {
  text-align: center;
  margin-inline: auto;
}

.testimonials-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.testimonials-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: grab;
}

.testimonials-wrapper:active {
  cursor: grabbing;
}

.testimonials-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 100%;
  /* Default mobile: 1 card */
  padding: 30px;
  box-sizing: border-box;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(42, 39, 32, 0.03);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(42, 39, 32, 0.06);
}

.testimonial-rating {
  color: #ffb800;
  font-size: 1.1rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-style: italic;
  font-size: 0.96rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

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

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #e88d84);
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  display: grid;
  place-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.author-info strong {
  display: block;
  font-size: 0.96rem;
  color: var(--black);
  margin-bottom: 2px;
}

.author-info span {
  font-size: 0.78rem;
  color: var(--muted);
}

/* Controls */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--black);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(42, 39, 32, 0.08);
}

.carousel-control:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(210, 109, 101, 0.3);
}

.carousel-control.prev {
  left: 0;
}

.carousel-control.next {
  right: 0;
}

.carousel-control svg {
  width: 20px;
  height: 20px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator-dot.active {
  background: var(--accent);
  width: 24px;
  border-radius: 4px;
}

/* Media Queries for Carousel */
@media (min-width: 769px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 10px);
    /* Tablet: 2 cards */
  }
}

@media (min-width: 1025px) {
  .testimonial-card {
    flex: 0 0 calc(33.333% - 13.333px);
    /* Desktop: 3 cards */
  }
}

@media (max-width: 768px) {
  .testimonials-slider-container {
    padding: 0 10px;
  }

  .carousel-control {
    display: none;
    /* Hide arrows on mobile, swipe is enough */
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
