.audit-lightbox[hidden] {
  display: none !important;
}
.audit-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: grid;
  place-items: center;
}
.audit-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
.audit-stage {
  position: relative;
  width: min(92vw, 980px);
  max-height: 90vh;
  background: rgba(20, 20, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.audit-stage img,
.audit-stage video {
  max-width: 100%;
  max-height: 82vh;
  height: auto;
  display: block;
}
.audit-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
body.audit-modal-open {
  overflow: hidden;
}

.audit-sample-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill the 1:1 box, cropping if needed */
  background: #0d1015; /* avoids white flash before poster loads */
  display: block;
}

.audit-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 20px);
  margin: 16px 0;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}
.audit-box:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 185, 55, 0.25);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 22px 0 rgba(255, 185, 55, 0.1),
    0 0 30px 0 rgba(175, 66, 97, 0.08);
}

/* Ensure rounded corners apply to the video content too */
.ratio.rounded,
.ratio.rounded > * {
  border-radius: inherit;
}

.igv-tile {
  display: block;
}
.igv-box {
  position: relative;
  width: 100%;
}
.igv-aspect {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #0d1015;
}
.igv-aspect > img,
.igv-aspect > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lightbox sizing: never crop, keep full media in view */
#auditLightbox .audit-stage {
  max-width: 92vw;
  max-height: 92vh;
}

#auditLightbox .audit-media {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

/* Lightbox sizing + contain */
#auditLightbox .audit-stage {
  max-width: 92vw;
  max-height: 92vh;
}
#auditLightbox .audit-media {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
#auditLightbox .audit-media video,
#auditLightbox .audit-media img {
  max-width: 92vw;
  max-height: 92vh;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: #000;
  border-radius: 12px;
  display: block;
}

/* starting state when the image is first inserted */
.audit-zoom-img {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.18s ease, transform 0.18s ease;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}



/* after we "activate" it in JS */
.audit-zoom-img.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Thumbnail look in grid */
.igv-tile-video {
  object-fit: cover;
  display: block;
  background: #000;
}

/* Default tiles stay cropped in the grid */
.igv-tile-video {
  --fit: cover;
}

/* If the VIDEO itself is fullscreen */
.igv-tile-video:fullscreen {
  --fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}
.igv-tile-video:-webkit-full-screen {
  --fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

/* If a WRAPPER goes fullscreen (some browsers/devices) */
:fullscreen .igv-tile-video,
:-webkit-full-screen .igv-tile-video {
  --fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

/* Tap-to-open badge for image tiles */
.igv-tile {
  position: relative;
}
.igv-open-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  pointer-events: none; /* don't block clicks */
  opacity: 0.9;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}
.igv-tile:hover .igv-open-badge {
  transform: scale(1.06);
  opacity: 1;
}

/* simple “expand” glyph */
.igv-open-badge svg {
  width: 14px;
  height: 14px;
  opacity: 0.92;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.trend-sep {
  opacity: 0.5;
}
.sep-gap {
  margin: 0 14px;
}

@keyframes tt-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* you duplicated the list in template */
}

.skeleton {
  position: relative;
  background: #171a20;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  animation: skel 1.2s infinite;
}
@keyframes skel {
  to {
    transform: translateX(100%);
  }
}

.benefits-list {
  list-style-type: none;
}

/* -- Card-Box IMG -- */

.step-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 20px);
  margin: 16px 0;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}

.features-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 20px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}

/* Icon container */
.card-box .illustrations {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 1; /* ensure text/icon stay above the blur */
}
.card-box .illustrations img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  /* border-radius: 50%; */
  /* background: rgba(136, 85, 220, 0.1); */
  padding: 12px;
  transition: transform 0.3s ease;
}

/* Scale icon slightly on hover */
.card-box:hover .illustrations img {
  transform: scale(1.1);
}

/* --- Reel / grid tiles --- */
/* each grid card */
.igv-tile {
  background: rgba(20,20,24,0.6);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  min-height: 260px;            /* bump this up from what you had */
  backdrop-filter: blur(6px);
  position: relative;
  box-shadow: 0 18px 40px rgba(0,0,0,0.6);
}

/* top (media) zone */
.igv-mediawrap {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* keep your aspect box behavior */
.igv-aspect {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #000;
  /* keep your existing aspect logic using --ar (e.g. 9/16, 1/1) */
  aspect-ratio: var(--ar, 1/1);
}

.igv-aspect img,
.igv-aspect video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #000;
}

.igv-tile-video .igv-mediawrap {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

/* zoom badge in the corner stays in .igv-mediawrap */
.igv-open-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0,0,0,0.6);
  border-radius: 8px;
  width: 28px;        /* bigger tap target */
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.8);
  pointer-events: none; /* stays decorative */
}

.igv-open-badge svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  opacity: 0.9;
}

/* bottom (stats) zone */
.igv-footer {
  flex-shrink: 0;
  background: rgba(15,15,18,0.9);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

.igv-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.igv-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  color: #fff;
}

.igv-num {
  display: inline-block;
  min-width: 1ch;
  font-variant-numeric: tabular-nums;
}

.igv-tile-video,
.igv-tile img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Let videos cover inside the card; we control AR on the wrapper */
.igv-tile-video {
  object-fit: cover;
  background: #000;
}

/* When fullscreen, switch to contain (no cropping) */
video:fullscreen,
video:-webkit-full-screen {
  object-fit: contain !important;
  background: #000 !important;
}

/* Explicit aspect ratio on wrapper so all cards are consistent */
.igv-aspect {
  aspect-ratio: var(--ar, 9/16); /* reels default */
  width: 100%;
  height: auto;
}

/* “open” badge stays visible on images */
.igv-open-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.igv-open-badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

/* Optional: fix skeleton spacing if they look stuck together */
#auditCards .card-box {
  margin-bottom: 16px;
}

a.disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

/* default: score stays to the right */
.audit-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* when JS detects wrap, center the score on its own line */
.audit-head.wrapped .audit-score {
  flex-basis: 100%;
  margin-left: 0 !important;
  justify-content: center;
  text-align: center;
}

#auditSuggestions .audit-suggest li {
  line-height: 1.55;
}
#auditSuggestions .text-success {
  color: #4bd17f !important;
}
#auditSuggestions .text-danger {
  color: #ff7b3a !important;
}

/* Optional tighter heading/intro */
#auditSuggestions h3 {
  font-weight: 800;
  margin-bottom: 6px;
}
#auditSuggestions > p {
  color: #b8b8b8;
  margin-bottom: 12px;
}

/* --- Grid: force 2 columns (2x2 feel). Falls to 1 col on small screens --- */
.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
  gap: 14px;
  margin: 0;
  padding: 0;
}

@media (max-width: 720px) {
  .grid-cards {
    grid-template-columns: 1fr;
  } /* 1 column on mobile */
}

/* --- Tip cards: glassy tiles that sit nicely on the gradient --- */
.tip-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(15, 17, 21, 0.75); /* glass over dark */
  backdrop-filter: saturate(120%) blur(4px);
  -webkit-backdrop-filter: saturate(120%) blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid transparent; /* colored accent per type */
  border-radius: 12px;
  padding: 14px 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    border-color 0.12s ease;
}
.tip-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.tip-icon {
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
  margin-top: 2px;
}
.tip-body {
  flex: 1 1 auto;
}
.tip-title {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 4px;
  color: #fff;
}
.tip-text {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.55;
}
.tip-text em {
  font-style: normal;
  color: #fff;
}

/* Accents per category (left border color) – matches your palette */
.tip--engagement {
  border-left-color: #4bd17f;
} /* green */
.tip--stability {
  border-left-color: #ff557a;
} /* pink/red */
.tip--timing {
  border-left-color: #ffb937;
} /* amber */
.tip--mix {
  border-left-color: #ff7b3a;
} /* orange */
.tip--captions {
  border-left-color: #af4261;
} /* magenta */
.tip--consistency {
  border-left-color: #7480ff;
} /* indigo */
.tip--hashtags {
  border-left-color: #52c5a6;
} /* teal */

/* Steps + features grids like index */
.how-it-works .step-container,
.features .feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.how-it-works .step,
.features .feature {
  grid-column: span 12;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 18px;
}
@media (min-width: 576px) {
  .how-it-works .step,
  .features .feature {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .how-it-works .step,
  .features .feature {
    grid-column: span 4;
  }
}
.how-it-works .icon img,
.features .illustrations img {
  height: 72px;
  width: auto;
  display: block;
  margin: 0 auto 8px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

/* Mini illustrations inside explanation cards */
.mini-illus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}
.mini-illus img {
  height: 120px;
  width: 120px;
}

/* Use-cases */
.use-case-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}
.use-case-card img {
  height: 120px;
  width: 120px;
}

/* Tight lists for SEO sections */
.tight-list li,
.tight-list-ol li {
  margin-bottom: 6px;
}
.benefits-list li {
  margin-bottom: 8px;
}

/* Accordion theme */
.accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-button {
  background: transparent;
  color: #e0e0e0;
}
.accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-body {
  color: #cfcfcf;
}

/* Keep search spacing identical to index */
.search-group {
  margin-top: 8px;
}

/* --- AUDIT-SCOPED OVERRIDE --- */

/* 1) Reset any inherited/global scaling inside the audit features area */
#auditFeatures .illustrations img {
  transform: none !important;
  transition: transform 0.3s ease; /* keep the animation */
}

/* 2) Re-apply scaling only to the hovered card */
#auditFeatures .audit-box:hover .illustrations img {
  transform: scale(1.08) !important;
}

/* skeletons (ensure these exist here or inside audit.css) */
.skeleton {
  position: relative;
  background: #171a20;
  border-radius: 12px;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  animation: skel 1.1s infinite;
}
@keyframes skel {
  to {
    transform: translateX(100%);
  }
}
.chart-fixed-160 {
  height: 160px;
}
.chart-fixed-80 {
  height: 80px;
}

.igv-open-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0,0,0,0.6);
  border-radius: 6px;
  padding: 4px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.igv-stat svg {
  width: 20px;
  height: 20px;
  transform: scale(1.2); /* <-- bump this value */
  transform-origin: center center;
}

.igv-meta {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
  font-weight: 500;
  z-index: 3;
}

.igv-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.igv-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.igv-num {
  display: inline-block;
  min-width: 1ch;
  scale: (1.2);
}

/* light gray like downloader */
.text-light-gray {
  color: #9ca3af !important; /* adjust to your downloader tone if different */
}


/* default: hide branding/footer everywhere */
.audit-brand-footer {
  display: none !important;
}

/* show it only in the printable/PDF view */
.pdf-mode .audit-brand-footer {
  display: block !important;
  break-inside: avoid-page;
  page-break-inside: avoid;
  color: #e0e0e0;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding-top: 2rem;
}

/* belt-and-suspenders: if we're literally printing,
   also allow it to be visible, even if pdf-mode somehow didn't get set */
@media print {
  .audit-brand-footer {
    display: block !important;
  }
}

/* hide top posts in PDF mode */
.pdf-mode .audit-top-posts-section {
  display: none !important;
}

/* (optional) keep showing it live */
.audit-top-posts-section {
  display: block;
}

.pdf-mode .audit-actions-card {
  display: none !important;
}

/* default: hide footer on live site */
.audit-brand-footer {
  display: none !important;
}

/* PDF mode: show footer card, but make it look like a nice signature block */
.pdf-mode .audit-brand-footer {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
  break-inside: avoid-page;
  page-break-inside: avoid;
  text-align: center;
  color: #e0e0e0;
}

/* make sure the wrapping .card-box "look" (radius/shadow) doesn't leak into PDF */
.pdf-mode .audit-brand-footer.card-box {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* vertical layout for PDF footer */
.pdf-mode .brand-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* bigger logo, no glow */
.pdf-mode .brand-footer-logo {
  width: 96px;              /* was 48px */
  height: auto;
  border-radius: 12px;
  box-shadow: none !important;   /* kill glow */
  filter: none !important;       /* kill drop-shadow / glow */
  margin-bottom: 1rem;
}

/* main line */
.pdf-mode .brand-main {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.35rem;
  text-align: center;
}

/* sub line */
.pdf-mode .brand-sub {
  font-size: 0.8rem;
  color: #aaa;
  line-height: 1.4;
  text-align: center;
  max-width: 240px;
}

.premium-upsell-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.06) 0%, rgba(15,17,21,0) 70%),
    rgba(15,17,21,0.8);
  box-shadow: 0 24px 48px rgba(0,0,0,0.8);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
}

@media (min-width: 576px) {
  .premium-upsell-card {
    padding: 2rem 2rem;
  }
}

.premium-inner {
  max-width: 680px;
}

.premium-headline {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .premium-headline {
    font-size: 1.1rem;
  }
}

.premium-badge-comingsoon {
  background-color: rgba(255, 193, 7, 0.15); /* soft warning-ish glow */
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.4);
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
}

.premium-subtitle {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-dimmed, rgba(255,255,255,0.6));
}

.premium-feature-list {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.75rem;
}

@media (min-width: 576px) {
  .premium-feature-list {
    row-gap: 0.9rem;
  }
}

.premium-feature-item {
  align-items: flex-start;
  column-gap: 0.5rem;
}

.premium-feature-icon {
  font-size: 1rem;
  line-height: 1.2rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  border-radius: 0.4rem;
  background: rgba(0, 255, 153, 0.08);
  border: 1px solid rgba(0, 255, 153, 0.4);
  color: rgb(0, 255, 153);
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-feature-text {
  flex: 1;
  min-width: 0;
}

.premium-feature-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.premium-feature-desc {
  line-height: 1.3;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55) !important;
}

@media (min-width: 576px) {
  .premium-feature-title {
    font-size: 1rem;
  }
  .premium-feature-desc {
    font-size: 0.9rem;
  }
}

.premium-input-wrap {
  max-width: 300px;
}

.premium-input {
  font-size: 1rem;
  background-color: rgba(20,22,28,0.8) !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
}

.premium-input::placeholder {
  color: rgba(255,255,255,0.4);
}

.premium-submit-btn {
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  font-weight: 600;
  white-space: nowrap;
}

.pdf-mode .premium-upsell-card {
  display: none;
}

.audit-actions-card {
  text-align: center;
}

.audit-actions-wrap {
  justify-content: center;
}

/* Gradient CTA button */
.btn-gradient-cta {
  display: inline-block;
  position: relative;
  appearance: none;
  cursor: pointer;

  /* spacing / shape */
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: 600;

  /* text */
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  /* border / glow */
  transition: all 0.3s ease;
  background: linear-gradient(45deg, #ffb937, #ff7b3a, #af4261);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

.btn-gradient-cta:hover,
.btn-gradient-cta:focus {
  background-position: 100% 50%;
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 0 15px rgba(255, 123, 58, 0.6);
}

/* subtle "ghost" / outline style to pair with gradient one */
.btn-ghost-light {
  display: inline-block;
  position: relative;
  appearance: none;
  cursor: pointer;

  /* match shape, padding, typography */
  padding: 10px 16px;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: 600;

  /* text */
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  /* background: subtle glass / gray */
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);

  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.4);
  box-shadow: 0 0 15px rgba(255,255,255,0.18),
              0 4px 16px rgba(0,0,0,0.9);
  text-decoration: none;
  color: #fff;
}


/* responsive alignment niceness */
@media (min-width: 576px) {
  .audit-actions-wrap {
    justify-content: flex-start;
  }
}


@media (max-width: 576px) {
  .audit-head {
    flex-direction: column;
    align-items: center; /* centers all children: avatar, text, score */
    text-align: center;
  }

  .audit-head .audit-main {
    width: 100%;
  }

  .audit-head .audit-score {
    margin-left: 0;
  }
}