/* ---- page-specific: fluorowart kit ---- */
.eyebrow--o { color: var(--sv-orange); }
.h2-md { font-size: 34px; line-height: 1.2; }

/* hero */
.fw-hero {
  background: linear-gradient(93deg, #FBF9F6 0%, #FBF9F6 59%, rgba(252,252,252,0) 100%), var(--sv-surface);
  padding: 40px 0 50px;
}
.fw-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center; }
.fw-hero h1 { font-size: 56px; line-height: 1.06; margin-bottom: 4px; }
.fw-sub {
  font-family: "Playfair Display", serif; font-style: italic; font-weight: 600;
  font-size: 24px; line-height: 1.3; color: var(--sv-purple); margin: 8px 0 16px;
}
.fw-lead { max-width: 600px; margin-bottom: 28px; }
.fw-hero__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 620px; }

/* hotspot product image */
.hotspot-wrap { position: relative; width: 75%; margin: 0 auto; }
.hotspot-point { position: absolute; transform: translate(-50%, -50%); z-index: 4; }
.hotspot-point:hover, .hotspot-point:focus-within { z-index: 6; }
.hotspot-dot {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.hotspot-dot::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--sv-purple);
  box-shadow: 0 0 0 5px rgba(123, 63, 160, .22);
  animation: fw-pulse 2.2s ease-out infinite;
}
@keyframes fw-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(123, 63, 160, .38); }
  70%  { box-shadow: 0 0 0 12px rgba(123, 63, 160, 0); }
  100% { box-shadow: 0 0 0 0 rgba(123, 63, 160, 0); }
}
.hotspot-tip {
  position: absolute; width: 320px; max-width: 72vw;
  background: var(--sv-surface); border-radius: 10px; padding: 20px;
  box-shadow: var(--sv-shadow-soft); text-align: left;
  display: none; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s;
}
.hotspot-point:hover .hotspot-tip,
.hotspot-point:focus-within .hotspot-tip { display: block; opacity: 1; visibility: visible; }
.hotspot-tip h5 { color: var(--sv-orange); margin: 0 0 6px; font-size: 15px; }
.hotspot-tip p { margin: 0; font-size: 14.5px; line-height: 22px; color: var(--sv-ink); }
.tip--left  { right: calc(100% + 14px); top: 50%; transform: translateY(-50%); }
.tip--top   { bottom: calc(100% + 14px); left: 50%; transform: translateX(-50%); }
.tip--right { left: calc(100% + 14px); top: 50%; transform: translateY(-50%); }

/* ink chip strip */
.fw-strip { background: var(--sv-ink); padding: 14px 0; }
.fw-strip ul { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.fw-strip li {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--sv-cream); font-size: 16px; line-height: 27px; padding: 0 22px;
}
.fw-strip li + li { border-left: 1px solid rgba(212, 98, 26, .55); }
.fw-strip i { color: var(--sv-orange); font-size: 15px; }

/* product overview accordion cards */
.sec-60 { padding: 60px 0; }
.ov-head p { max-width: 720px; }
.ov-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; align-items: start; }
.ov-card { background: var(--sv-white); border-radius: 10px; box-shadow: var(--sv-shadow-card); padding: 4px 20px; }
.ov-card summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
  font-family: "Playfair Display", serif; font-weight: 700; font-size: 19px;
  color: var(--sv-ink); padding: 16px 0;
}
.ov-card summary::-webkit-details-marker,
.g-acc summary::-webkit-details-marker,
.faq-acc summary::-webkit-details-marker { display: none; }
.ov-card summary::before, .g-acc summary::before {
  content: "\2b"; font-family: "DM Sans", sans-serif; font-weight: 500;
  font-size: 19px; line-height: 1; color: var(--sv-ink);
  transition: transform .2s ease;
}
.ov-card[open] summary::before, .g-acc[open] summary::before { transform: rotate(45deg); }
.acc-orange {
  background: var(--sv-orange-light); border-radius: 8px; padding: 10px 12px;
  margin: 0 0 16px; font-size: 15px; line-height: 24px; color: var(--sv-ink);
}
.acc-orange p { margin: 0; }
.acc-orange ul { list-style: disc; padding-left: 18px; }
.acc-orange li { margin-bottom: 4px; }
.acc-orange li:last-child { margin-bottom: 0; }

/* wart removal guide */
.guide-split { display: grid; grid-template-columns: 46fr 54fr; gap: 28px; align-items: start; }
.g-acc { border-bottom: 1px solid var(--sv-surface); }
.g-acc summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; color: var(--sv-ink); padding: 15px 0;
}
.g-acc .acc-orange { margin: 0 0 14px; }
.guide-acc { margin-top: 6px; }
.btn-broch {
  display: inline-block; background: var(--sv-surface); color: var(--sv-orange-light);
  font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 16px; line-height: 1.4;
  padding: 10px 20px; border-radius: 20px; margin-top: 20px;
  transition: background .25s ease, color .25s ease;
}
.btn-broch:hover { background: var(--sv-orange); color: #fff; }
.guide-img img { border-radius: 10px; width: 100%; }

/* pharmacy locator */
.locator-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--sv-line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 18px 42px -30px rgba(42, 10, 62, .42);
}
.locator-head p { max-width: 560px; margin: 10px 0 0; }
.locator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.locator-card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: var(--sv-surface);
  border: 1px solid rgba(123, 63, 160, .16);
  border-radius: 16px;
  padding: 22px;
  color: var(--sv-ink);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.locator-card:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 63, 160, .34);
  box-shadow: 0 18px 34px -24px rgba(42, 10, 62, .45);
}
.locator-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sv-grad-brand);
}
.locator-card strong { font-size: 18px; line-height: 1.25; }
.locator-card small { color: var(--sv-purple); font-weight: 700; }

/* how to get it CTA */
.fw-cta { padding: 70px 0; }
.fw-cta__panel {
  width: 90%; margin: 0 auto;
  background: var(--sv-grad-brand);
  border-radius: 20px; padding: 40px;
  display: grid; grid-template-columns: 3fr 1fr; gap: 16px; align-items: center;
}
.fw-cta__chip {
  display: inline-block; background: rgba(255, 255, 255, .56); color: var(--sv-cream);
  font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 10px; margin-bottom: 16px;
}
.fw-cta__panel h2 { color: var(--sv-cream); font-size: 32px; line-height: 1.2; margin-bottom: 16px; }
.fw-cta__panel h2 em { color: var(--sv-surface); }
.fw-cta__panel p { color: var(--sv-surface); margin-bottom: 11px; }
.fw-cta__panel p:last-child { margin-bottom: 0; }
.fw-cta__btns { display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: center; }

/* FAQ */
.faq-acc { max-width: 100%; margin-top: 30px; }
.faq-acc details { border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-acc summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  background: var(--sv-surface); color: var(--sv-ink);
  font-weight: 600; font-size: 17px; padding: 16px 22px; border-radius: 10px;
  transition: background .2s ease, color .2s ease;
}
.faq-acc summary::after {
  content: "\2b"; font-size: 20px; line-height: 1; color: var(--sv-purple);
  transition: transform .2s ease;
}
.faq-acc details[open] summary { background: var(--sv-ink); color: var(--sv-surface); border-radius: 10px 10px 0 0; }
.faq-acc details[open] summary::after { color: var(--sv-surface); transform: rotate(45deg); }
.faq-acc .faq-body {
  background: var(--sv-white); border: 1px solid var(--sv-line); border-top: none;
  border-radius: 0 0 10px 10px; padding: 18px 22px; font-size: 15.5px; line-height: 25px;
}
.faq-acc .faq-body p { margin: 0; }
.faq-head p { max-width: 700px; }

@media (max-width: 1100px) {
  .fw-hero h1 { font-size: 42px; line-height: 48px; }
  .ov-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .fw-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .guide-split { grid-template-columns: 1fr; gap: 34px; }
  .locator-panel { grid-template-columns: 1fr; }
  .fw-cta__panel { grid-template-columns: 1fr; width: 100%; }
  .fw-cta__btns { align-items: flex-start; }
  .fw-strip ul { flex-direction: column; align-items: flex-start; gap: 6px; }
  .fw-strip li { padding: 0 10px; }
  .fw-strip li + li { border-left: none; }
  .tip--left, .tip--right { left: 50%; right: auto; top: auto; bottom: calc(100% + 14px); transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .fw-hero h1 { font-size: 32px; line-height: 38px; }
  .fw-sub { font-size: 19px; }
  .h2-md { font-size: 28px; }
  .fw-hero__btns { grid-template-columns: 1fr; }
  .locator-panel { padding: 24px; }
  .locator-grid { grid-template-columns: 1fr; }
  .hotspot-wrap { width: min(100%, 340px); }
  .fw-cta__panel { padding: 30px 22px; }
  .fw-cta__panel h2 { font-size: 28px; }
  .sec-60 { padding: 50px 0; }
  .fw-cta { padding: 60px 0; }
}
