* { 
  box-sizing: border-box; 
} 
 
:root { 
  --gold: #f7c400; 
  --gold-dark: #d79a00; 
  --ink: #101010; 
  --muted: #656565; 
  --line: #e9e3d6; 
  --paper: #ffffff; 
  --soft: #fbfaf7; 
} 
 
html { scroll-behavior: smooth; } 
body { margin: 0; min-height: 100vh; font-family: Inter, Arial, sans-serif; color: var(--ink); background: radial-gradient(circle at 8% 10%, rgba(247, 196, 0, .12), transparent 32%), radial-gradient(circle at 92% 88%, rgba(247, 196, 0, .15), transparent 34%), #f7f7f4; } 
img { display: block; max-width: 100%; } 
.accessories-page { min-height: 100vh; padding: 18px; } 
.back-link { position: fixed; z-index: 10; top: 18px; left: 18px; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 22px; border-radius: 999px; background: var(--gold); color: #050505; font-size: 14px; font-weight: 900; text-decoration: none; box-shadow: 0 14px 34px rgba(0, 0, 0, .14); } 
.accessories-shell { width: min(1240px, 100%); min-height: calc(100vh - 36px); margin: 0 auto; padding: clamp(22px, 3vw, 34px); display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); grid-template-rows: 1fr auto; gap: 18px; border-radius: 12px; background: var(--paper); box-shadow: 0 24px 80px rgba(0, 0, 0, .08); overflow: hidden; } 
.accessories-hero, .accessories-side { min-width: 0; } 
.accessories-hero { position: relative; min-height: 600px; padding: 16px 14px 0; display: grid; grid-template-rows: auto 1fr; border-radius: 10px; background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.65) 45%, rgba(255,255,255,.94) 100%), radial-gradient(circle at 74% 40%, rgba(247, 196, 0, .12), transparent 34%), #fff; overflow: hidden; } 
.accessories-copy { position: relative; z-index: 2; width: min(420px, 78%); } 
.accessories-kicker { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold-dark); font-size: 13px; font-weight: 900; letter-spacing: .14em; } 
.accessories-kicker span { width: 22px; height: 2px; background: var(--gold); } 
.accessories-copy h1 { margin: 0; color: #121212; font-size: clamp(42px, 5.6vw, 70px); line-height: .98; letter-spacing: 0; font-weight: 500; } 
.accessories-copy h1 strong { font-weight: 950; } 
.accessories-copy p { margin: 18px 0 18px; max-width: 350px; color: var(--muted); font-size: 15px; line-height: 1.55; } 
.primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 42px; padding: 0 24px; border-radius: 9px; background: var(--gold); color: #111; font-size: 12px; font-weight: 950; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 24px rgba(247, 196, 0, .24); } 
.primary-action span, .accessory-card a span { font-size: 20px; line-height: 1; } 
.style-seal { position: absolute; z-index: 3; top: 140px; right: 24px; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; text-align: center; font-size: 13px; line-height: 1.05; font-weight: 500; box-shadow: 0 18px 40px rgba(0, 0, 0, .20); } 
.style-seal strong { color: var(--gold); font-weight: 900; } 
.style-seal span { width: 26px; height: 13px; border: 2px solid var(--gold); border-top: 0; border-radius: 0 0 20px 20px; } 
.main-accessory-visual { align-self: end; margin: -30px -34px 0 -22px; } 
.main-accessory-visual img { width: 100%; height: clamp(320px, 42vw, 470px); object-fit: contain; object-position: center bottom; } 
.complete-hero-card { min-height: 0; padding: 0; display: block; background: #fff; } 
.complete-hero-card img { width: 100%; height: auto; object-fit: contain; object-position: center; } 
.accessories-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; } 
.accessory-card { position: relative; min-height: 290px; display: grid; grid-template-columns: minmax(190px, .86fr) minmax(210px, 1.14fr); gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(90deg, #fff 0%, #fff 37%, #fbfaf7 100%); overflow: hidden; box-shadow: 0 18px 42px rgba(0, 0, 0, .06); } 
.card-copy { position: relative; z-index: 2; padding: 46px 0 30px 28px; } 
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #141414; margin-bottom: 20px; } 
.card-icon svg, .accessories-benefits svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } 
.card-copy h2 { margin: 0; font-size: clamp(25px, 2.1vw, 32px); line-height: 1; font-weight: 950; } 
.card-copy p { max-width: 190px; margin: 16px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.55; } 
.card-copy a { display: inline-flex; align-items: center; gap: 20px; padding-top: 8px; border-top: 2px solid var(--gold); color: #111; font-size: 12px; font-weight: 950; text-decoration: none; } 
.accessory-card img { align-self: stretch; width: 100%; height: 100%; min-height: 250px; object-fit: cover; object-position: center; } 
.accessory-card:first-child img { object-fit: contain; padding: 18px; background: #fff; } 
.image-only-card { display: block; padding: 0; background: #fff; } 
.image-only-card img { width: 100%; height: 100%; min-height: 290px; padding: 0; object-fit: cover; object-position: center; background: #fff; } 
.kits-complete-card { display: flex; align-items: center; width: 100%; overflow: visible; } 
.kits-complete-card img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; } 
.accessories-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 10px; background: linear-gradient(180deg, #fff, #fbfbfa); border: 1px solid rgba(0, 0, 0, .06); box-shadow: 0 18px 55px rgba(0, 0, 0, .06); overflow: hidden; } 
.accessories-benefits article { min-height: 92px; display: flex; align-items: center; gap: 20px; padding: 22px 28px; border-right: 1px solid var(--line); } 
.accessories-benefits article:last-child { border-right: 0; } 
.accessories-benefits svg { flex: 0 0 auto; width: 40px; height: 40px; color: var(--gold-dark); } 
.accessories-benefits strong { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 950; } 
.accessories-benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; } 
@media (max-width: 1060px) { .accessories-shell { grid-template-columns: 1fr; } .accessories-hero { min-height: 520px; } .complete-hero-card { min-height: 0; } .accessory-card { min-height: 260px; } } 
@media (max-width: 760px) { .accessories-page { padding: 10px; } .back-link { position: static; margin: 0 0 10px; } .accessories-shell { min-height: 0; padding: 16px; gap: 14px; } .accessories-hero { min-height: 0; padding: 18px 12px 0; } .complete-hero-card { padding: 0; } .accessories-copy { width: 100%; } .accessories-copy h1 { font-size: clamp(38px, 12vw, 54px); } .style-seal { position: static; margin: 18px 0 0 auto; } .main-accessory-visual { margin: -24px -10px 0; } .main-accessory-visual img { height: auto; max-height: 360px; } .accessory-card { grid-template-columns: 1fr; min-height: 0; } .card-copy { padding: 24px 22px 0; } .card-copy p { max-width: none; } .accessory-card img { height: 210px; min-height: 0; } .image-only-card img { height: auto; min-height: 0; } .accessories-benefits { grid-template-columns: 1fr; } .accessories-benefits article { border-right: 0; border-bottom: 1px solid var(--line); } .accessories-benefits article:last-child { border-bottom: 0; } }

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  min-height: 46px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(16, 16, 16, .14);
  isolation: isolate;
  transition: box-shadow .3s ease, transform .3s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(16, 16, 16, .18);
}

.floating-whatsapp-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateX(4px);
  transition: transform .3s ease, opacity .3s ease;
}

.floating-whatsapp-hover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transform: translateX(48px);
  transition: transform .3s ease, opacity .3s ease;
}

.floating-whatsapp-hover svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp-dot {
  position: absolute;
  left: 20%;
  top: 40%;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  transform: scale(1);
  transition: left .3s ease, top .3s ease, width .3s ease, height .3s ease, transform .3s ease;
}

.floating-whatsapp:hover .floating-whatsapp-text {
  opacity: 0;
  transform: translateX(48px);
}

.floating-whatsapp:hover .floating-whatsapp-hover {
  opacity: 1;
  transform: translateX(0);
}

.floating-whatsapp:hover .floating-whatsapp-dot {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.8);
}

@media (max-width: 520px) {
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 158px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
}

.floating-whatsapp { position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 900; display: block; width: min(320px, calc(100vw - 28px)); min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; line-height: 0; box-shadow: none; transition: transform 180ms ease, filter 180ms ease; }
.floating-whatsapp:hover { filter: drop-shadow(0 12px 22px rgba(0,0,0,.2)); transform: translateY(-2px); }
.floating-whatsapp img { display: block; width: 100%; height: auto; object-fit: contain; }

@media (max-width: 520px) {
  .floating-whatsapp { right: 12px; bottom: 12px; width: min(230px, calc(100vw - 24px)); min-height: 0; padding: 0; font-size: inherit; }
}
