/* ══ BREADCRUMB ═════════════════════════════════════════════ */
.pd-breadcrumb { padding: 12px 28px; font-size: 13px; color: #999; border-bottom: 1px solid #eee; }
.pd-bc-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 8px; }
.pd-bc-inner a { color: #999; text-decoration: none; }
.pd-bc-inner a:hover { color: var(--orange); }

/* ══ PRODUCT SECTION ════════════════════════════════════════ */
.pd-section { padding: 32px 28px 64px; }
.pd-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 480px;
  gap: 56px; align-items: start;
}

/* ══ GALLERY ════════════════════════════════════════════════ */
.pd-gallery { position: sticky; top: 120px; }

.pd-gallery-main {
  position: relative;
  width: 100%; aspect-ratio: 1/1;
  background: #f7f4f0; border-radius: 12px;
  overflow: hidden; margin-bottom: 12px;
}
.pd-gallery-main img,
.pd-gallery-main video {
  width: 100%; height: 100%;
  object-fit: cover; display: block; border-radius: 12px;
}
.gallery-zoom {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(255,255,255,.9); border: 1px solid #ddd;
  border-radius: 8px; padding: 8px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; opacity: 0;
}
.pd-gallery-main:hover .gallery-zoom { opacity: 1; }
.gallery-zoom:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.12); }

/* Thumbnails em baixo */
.pd-thumbs-wrap {
  display: flex; align-items: center; gap: 8px;
}
.pd-thumb-prev, .pd-thumb-next {
  flex-shrink: 0; background: #fff;
  border: 1px solid #ddd; border-radius: 50%;
  width: 32px; height: 32px; font-size: 18px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all .2s; color: #333; line-height: 1;
}
.pd-thumb-prev:hover, .pd-thumb-next:hover { border-color: var(--orange); color: var(--orange); }
.pd-thumbs-scroll { flex: 1; overflow: hidden; }
.pd-thumbs-track {
  display: flex; gap: 8px;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.pd-thumb {
  flex-shrink: 0; width: 72px; height: 72px;
  border: 2px solid transparent; border-radius: 8px;
  overflow: hidden; cursor: pointer; background: #f5f2ee;
  transition: border-color .2s; position: relative;
}
.pd-thumb:hover, .pd-thumb.active { border-color: var(--orange); }
.pd-thumb img, .pd-thumb video {
  width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none;
}
.pd-thumb-play {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.3); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff; pointer-events: none;
}

/* ══ PRODUCT INFO ════════════════════════════════════════════ */
.pd-info {}

.pd-urgency {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px; flex-wrap: wrap;
}
.urgency-badge {
  background: #fff3e0; color: #e65100;
  font-size: 12px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px;
  border: 1px solid #ffcc80;
}
.urgency-views { font-size: 12px; color: #888; }

.pd-title {
  font-size: 22px; font-weight: 800;
  line-height: 1.3; margin-bottom: 10px;
  letter-spacing: -.3px; color: #1a1a1a;
}

.pd-stars {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 20px;
}
.stars-fill { color: #f5a623; font-size: 17px; letter-spacing: 1px; }
.stars-score { font-size: 14px; font-weight: 700; color: #333; }
.stars-count { font-size: 13px; color: #888; }

/* CORES */
.pd-colors { margin-bottom: 20px; }
.pd-colors-label {
  font-size: 13px; font-weight: 600;
  color: #555; margin-bottom: 10px;
}
.pd-colors-label span { color: #1a1a1a; font-weight: 700; }
.pd-color-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.pd-color-opt {
  display: flex; align-items: center; gap: 8px;
  border: 2px solid #e0e0e0; border-radius: 8px;
  padding: 8px 14px; cursor: pointer;
  font-size: 13px; font-weight: 500;
  text-decoration: none; color: #333;
  transition: border-color .2s, background .2s;
  background: #fff;
}
.pd-color-opt:hover { border-color: #bbb; }
.pd-color-opt.active { border-color: var(--orange); background: #fff9f5; }
.pd-color-dot {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1); flex-shrink: 0;
}

/* PREÇO */
.pd-price-box {
  background: #faf8f5; border-radius: 12px;
  padding: 20px; margin-bottom: 20px;
}
.pd-price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.pd-price-old { font-size: 14px; color: #aaa; text-decoration: line-through; }
.pd-badge-off {
  background: var(--orange); color: #fff;
  font-size: 11px; font-weight: 800;
  padding: 3px 8px; border-radius: 4px;
  letter-spacing: .3px;
}
.pd-price-main {
  font-size: 36px; font-weight: 900;
  color: #1a1a1a; letter-spacing: -1.5px;
  margin-bottom: 8px; line-height: 1;
}
.pd-price-main small { font-size: 16px; font-weight: 500; color: #555; }
.pd-pix-row {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: #2e7d32; margin-bottom: 6px;
}
.pd-pix-badge {
  background: #e8f5e9; color: #2e7d32;
  font-size: 11px; font-weight: 800;
  padding: 2px 8px; border-radius: 4px;
}
.pd-inst { font-size: 13px; color: #666; }

/* BOTÕES */
.pd-btns { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.pd-btn-cart {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px; background: #1a1a1a; color: #fff;
  border: none; border-radius: 10px; font-family: var(--font);
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: background .2s; letter-spacing: .3px;
}
.pd-btn-cart:hover { background: var(--orange); }
.pd-btn-wpp {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px; background: #25d366; color: #fff;
  border-radius: 10px; text-decoration: none;
  font-size: 15px; font-weight: 700; transition: background .2s;
}
.pd-btn-wpp:hover { background: #1db954; }

/* SELOS */
.pd-seals {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; margin-bottom: 24px;
}
.pd-seal {
  display: flex; align-items: center; gap: 8px;
  background: #f5f5f5; border-radius: 8px;
  padding: 10px 12px; font-size: 12px; font-weight: 600;
}

/* ACCORDION */
.pd-accordion { border: 1px solid #eee; border-radius: 10px; overflow: hidden; }
.acc-item { border-bottom: 1px solid #eee; }
.acc-item:last-child { border-bottom: none; }
.acc-btn {
  width: 100%; background: #fff; border: none;
  padding: 16px 18px; text-align: left;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: #1a1a1a; transition: background .15s;
}
.acc-btn:hover { background: #faf8f5; }
.acc-btn.open { background: #faf8f5; }
.acc-arrow { transition: transform .25s; flex-shrink: 0; }
.acc-btn.open .acc-arrow { transform: rotate(180deg); }
.acc-panel {
  display: none; padding: 0 18px 16px;
  background: #faf8f5; font-size: 13.5px;
  color: #555; line-height: 1.7;
}
.acc-panel.open { display: block; }
.acc-panel ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding-top: 4px; }
.acc-panel li { padding-left: 12px; border-left: 2px solid var(--orange); }
.acc-panel p + p { margin-top: 8px; }

/* ══ FEATURE SECTIONS ════════════════════════════════════════ */
.features-section { background: #fff; }
.features-section--dark { background: #faf8f5; }

.features-title-box {
  text-align: center;
  padding: 64px 28px 40px;
}
.ft-label {
  display: block; font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #aaa; margin-bottom: 12px;
}
.features-title-box h2 {
  font-size: 32px; font-weight: 800;
  color: #1a1a1a; letter-spacing: -.5px;
}

.ft-card {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.ft-card--right { }
.ft-card--left .ft-video { order: 1; }
.ft-card--left .ft-text { order: 2; }
.ft-card--right .ft-text { order: 1; }
.ft-card--right .ft-video { order: 2; }

.ft-video { overflow: hidden; background: #111; }
.ft-video video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.ft-text {
  display: flex; flex-direction: column;
  justify-content: center; padding: 64px 80px;
  background: #fff;
}
.features-section--dark .ft-card:nth-child(even) .ft-text,
.features-section--dark .ft-text { background: #faf8f5; }
.features-section--dark .ft-card:nth-child(odd) .ft-text { background: #fff; }

.ft-sublabel {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: #aaa; margin-bottom: 10px; display: block;
}
.ft-text h3 {
  font-size: 30px; font-weight: 900;
  letter-spacing: -.5px; margin-bottom: 20px;
  color: #1a1a1a;
}
.ft-text p {
  font-size: 15px; color: #555;
  line-height: 1.75; margin-bottom: 32px;
  max-width: 460px;
}
.ft-btn {
  display: inline-block; background: var(--orange);
  color: #fff; padding: 13px 36px; border-radius: 6px;
  text-decoration: none; font-size: 13px; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  width: fit-content; transition: background .2s;
}
.ft-btn:hover { background: #c96a2e; }

/* ══ FAQ ═════════════════════════════════════════════════════ */
.pd-faq { padding: 72px 28px; background: #1a1a1a; }
.pd-faq-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: start;
}
.pd-faq-text h2 {
  font-size: 28px; font-weight: 800;
  color: #fff; margin-bottom: 32px;
}
.faq-list { display: flex; flex-direction: column; gap: 4px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.1); }
.faq-btn {
  width: 100%; background: none; border: none;
  padding: 16px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; text-align: left;
}
.faq-btn h3 { font-size: 14px; font-weight: 600; color: #fff; margin: 0; }
.faq-btn .acc-arrow { color: #fff; flex-shrink: 0; }
.faq-btn.open .acc-arrow { transform: rotate(180deg); }
.faq-panel {
  display: none; padding-bottom: 16px;
  font-size: 13.5px; color: rgba(255,255,255,.65);
  line-height: 1.7;
}
.faq-panel.open { display: block; }
.pd-faq-img {
  border-radius: 12px; overflow: hidden;
  position: sticky; top: 120px;
}
.pd-faq-img img { width: 100%; display: block; border-radius: 12px; }

/* ══ ZOOM MODAL ══════════════════════════════════════════════ */
.zoom-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.9); z-index: 600;
  display: none; align-items: center; justify-content: center;
}
.zoom-overlay.open { display: flex; }
.zoom-overlay img {
  max-width: 90vw; max-height: 90vh;
  object-fit: contain; border-radius: 8px;
}
.zoom-close {
  position: fixed; top: 20px; right: 24px;
  background: rgba(255,255,255,.15); border: none;
  color: #fff; font-size: 24px; cursor: pointer;
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ══ RESPONSIVE ══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .pd-inner      { grid-template-columns: 1fr; gap: 24px; }
  .pd-gallery    { position: static; }
  .ft-text       { padding: 40px 40px; }
  .pd-faq-inner  { grid-template-columns: 1fr; gap: 24px; }
  .pd-faq-img    { display: none; }
}

@media (max-width: 768px) {
  .pd-section            { padding: 14px 14px 40px; }
  .ft-card               { grid-template-columns: 1fr; min-height: auto; }
  .ft-card--left  .ft-video,
  .ft-card--right .ft-video { order: 1; }
  .ft-card--left  .ft-text,
  .ft-card--right .ft-text  { order: 2; }
  .ft-video              { aspect-ratio: 16/9; }
  .ft-text               { padding: 24px 16px; }
  .ft-text h3            { font-size: 20px; }
  .features-title-box    { padding: 32px 16px 20px; }
  .features-title-box h2 { font-size: 20px; }
  .pd-seals              { grid-template-columns: 1fr 1fr; }
  .pd-faq                { padding: 36px 16px; }
  .pd-faq-text h2        { font-size: 20px; margin-bottom: 16px; }
}

@media (max-width: 600px) {
  .pd-section         { padding: 10px 12px 24px; overflow-x: hidden; }
  .pd-inner           { gap: 14px; }
  .pd-breadcrumb      { padding: 8px 12px; font-size: 12px; }

  /* Galeria */
  .pd-gallery-main    { aspect-ratio: unset !important; height: 260px; border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
  .pd-gallery-main img,
  .pd-gallery-main video { width: 100%; height: 100%; object-fit: cover; }
  .pd-thumb           { width: 58px; height: 58px; flex-shrink: 0; }
  .pd-thumb-prev,
  .pd-thumb-next      { width: 28px; height: 28px; font-size: 15px; flex-shrink: 0; }

  /* Título e avaliações */
  .pd-title           { font-size: 16px; line-height: 1.35; margin-bottom: 8px; }
  .pd-urgency         { margin-bottom: 8px; gap: 6px; }
  .urgency-badge      { font-size: 11px; padding: 3px 8px; }
  .pd-stars           { margin-bottom: 12px; gap: 5px; }
  .stars-fill         { font-size: 13px; }
  .stars-score        { font-size: 12px; }
  .stars-count        { font-size: 11px; }

  /* Cores */
  .pd-colors          { margin-bottom: 12px; }
  .pd-colors-label    { font-size: 12px; margin-bottom: 6px; }
  .pd-color-opts      { gap: 6px; flex-wrap: wrap; }
  .pd-color-opt       { padding: 6px 10px; font-size: 12px; gap: 6px; border-radius: 6px; }
  .pd-color-dot       { width: 13px; height: 13px; }

  /* Preço */
  .pd-price-box       { padding: 12px; border-radius: 9px; margin-bottom: 12px; }
  .pd-price-row       { gap: 8px; margin-bottom: 2px; }
  .pd-price-old       { font-size: 12px; }
  .pd-badge-off       { font-size: 10px; padding: 2px 6px; }
  .pd-price-main      { font-size: 26px; letter-spacing: -0.5px; margin-bottom: 6px; }
  .pd-price-main small { font-size: 13px; }
  .pd-pix-row         { font-size: 12px; gap: 5px; }
  .pd-pix-badge       { font-size: 10px; padding: 2px 6px; }
  .pd-inst            { font-size: 12px; }

  /* Botões */
  .pd-btns            { gap: 8px; margin-bottom: 12px; }
  .pd-btn-cart        { padding: 14px; font-size: 14px; border-radius: 8px; width: 100%; }
  .pd-btn-wpp         { padding: 13px; font-size: 14px; border-radius: 8px; width: 100%; }

  /* Selos */
  .pd-seals           { grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; }
  .pd-seal            { padding: 9px 8px; font-size: 11px; gap: 5px; border-radius: 7px; }
  .pd-seal svg        { width: 13px; height: 13px; flex-shrink: 0; }

  /* Accordion */
  .pd-accordion       { border-radius: 8px; }
  .acc-btn            { padding: 13px 12px; font-size: 13px; }
  .acc-panel          { padding: 0 12px 12px; font-size: 13px; }

  /* Features */
  .features-section,
  .features-section--dark { overflow-x: hidden; }
  .features-title-box    { padding: 24px 14px 16px; }
  .features-title-box h2 { font-size: 17px; }
  .ft-text               { padding: 18px 14px; }
  .ft-text h3            { font-size: 16px; margin-bottom: 10px; }
  .ft-text p             { font-size: 13px; margin-bottom: 16px; max-width: 100%; }
  .ft-btn                { padding: 10px 20px; font-size: 12px; }

  /* FAQ escuro */
  .pd-faq             { padding: 28px 12px; overflow-x: hidden; }
  .pd-faq-text h2     { font-size: 17px; margin-bottom: 14px; }
  .faq-btn h3         { font-size: 13px; }
  .faq-panel          { font-size: 13px; }
}

@media (max-width: 400px) {
  .pd-gallery-main    { height: 210px !important; }
  .pd-title           { font-size: 15px; }
  .pd-price-main      { font-size: 23px; }
  .pd-thumb           { width: 50px; height: 50px; }
  .pd-btn-cart,
  .pd-btn-wpp         { font-size: 13px; padding: 12px; }
  .features-title-box h2 { font-size: 15px; }
  .ft-text h3         { font-size: 15px; }
  .pd-seal            { padding: 8px 6px; font-size: 10px; }
}
