/* =============================================================
   home-enhancements.css  —  Killer Reviews 2026 Visual Uplift
   Purely cosmetic layer. Does NOT touch: position, display,
   width, height, float, flex, padding, margin, overflow.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── CSS Custom Properties ──────────────────────────────────── */
:root {
  --kr-navy:     #0d1f3c;
  --kr-blue:     #1a3f6f;
  --kr-accent:   #2563eb;
  --kr-gold:     #f59e0b;
  --kr-green:    #16a34a;
  --kr-border:   #dde4f0;
  --kr-radius:   10px;
}

/* ── Base font upgrade ──────────────────────────────────────── */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

/* ================================================================
   1. NAVIGATION
   ================================================================ */
.site-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 2px 16px rgba(13, 31, 60, 0.13) !important;
}

/* Logo image — restored to original logo-tp.png.
   Just constrain height so it fits the nav bar neatly. */
.site-header .logo img {
  height: 36px !important;
  width: auto !important;
  display: inline-block !important;
}

/* ================================================================
   2. HERO SECTION
   ================================================================ */
.home-heading {
  background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6b 60%, #0f2d52 100%) !important;
  position: relative;
  overflow: hidden;
}

.home-heading::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 90% 50%, rgba(37, 99, 235, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 5% 90%, rgba(245, 158, 11, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

/* Shield watermark */
.home-heading::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 5 L90 20 L90 55 C90 76 70 90 50 97 C30 90 10 76 10 55 L10 20 Z' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='2'/%3E%3Cpath d='M50 15 L82 27 L82 55 C82 72 65 84 50 90 C35 84 18 72 18 55 L18 27 Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3Cpath d='M42 48 L47 53 L60 40' stroke='rgba(255,255,255,0.07)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* ── Hero compact: wider text column → shorter vertical height ── */
/* Expand max-width so text wraps fewer lines; tighten padding.    */
.page-home .home-heading {
  padding: 1.4rem 0 1.2rem !important;  /* was 2.5rem 0 2.25rem */
}

.page-home .home-heading__inner {
  max-width: 900px !important;           /* was 52rem ≈ 832px — wider → fewer line wraps */
}

.home-heading__inner h2 {
  color: #fff !important;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem) !important;  /* slightly tighter ceiling */
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  line-height: 1.15 !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  border-bottom: none !important;
  margin-bottom: 0.45rem !important;     /* was default ~0.75rem */
}

.home-heading__lead {
  color: rgba(255, 255, 255, 0.82) !important;
  margin-bottom: 0.55rem !important;    /* tighten below the lead line */
}

/* The long detail paragraph — hide on desktop to save vertical space.
   It's SEO content that remains in the DOM, just not visible above fold. */
.home-heading__detail {
  display: none !important;
}

/* Trust strip — reduce vertical gap */
.kr-trust-strip {
  margin-top: 14px !important;
  padding-top: 12px !important;
  gap: 8px 18px !important;
}

/* Trust strip */
.kr-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kr-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
}

/* ================================================================
   3. SUGGESTED SECTION
   ================================================================ */

/* ── Section wrapper: breathing room above the hero ─────────── */
.suggested {
  background: transparent;
  padding-top: 52px !important;
  padding-bottom: 8px !important;
}

/* ── Section heading: replace tiny uppercase with a proper title */
.suggested h4 {
  /* Eyebrow label above the title using ::before */
  position: relative !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  color: var(--kr-navy) !important;
  letter-spacing: -0.3px !important;
  text-transform: none !important;
  text-align: center !important;
  line-height: 1.22 !important;
  margin-bottom: 44px !important;
  padding-top: 34px !important;   /* room for the eyebrow above */
}

/* Eyebrow pill label */
.suggested h4::before {
  content: '🏆  Editor\'s Top Picks';
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--kr-accent) !important;
  background: rgba(37, 99, 235, 0.09) !important;
  padding: 5px 16px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

/* Decorative underline beneath the h4 title text */
.suggested h4::after {
  content: '' !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--kr-accent) 0%, #60a5fa 100%) !important;
  border-radius: 999px !important;
  margin: 10px auto 0 !important;
}

/* ── Remove Bootstrap .border double-border ─────────────────── */
.suggested .box1.col-sm,
.suggested .box2.col-sm,
.suggested .box3.col-sm {
  border: none !important;
}

/* ── Remove old negative margin collapse ────────────────────── */
.suggested .box1 { margin-right: 0 !important; }
.suggested .box3 { margin-left: 0 !important; }

/* ════════════════════════════════════════════════════════════
   PODIUM EFFECT
   Side cards (box1/box3) sit 36px lower to give box2 its
   "gold podium" height advantage. The outer .col-sm uses
   padding-top so the card itself still starts at the top
   of its own flow — just offset from the row baseline.
   ════════════════════════════════════════════════════════════ */
.suggested .box1,
.suggested .box3 {
  padding-top: 36px !important;
}

/* ── Rank number badge above each card (::before on col) ────── */
/* We use the col div's ::before for the rank number so it sits  */
/* above the .box without affecting internal card layout.        */
.suggested .box1::before,
.suggested .box2::before,
.suggested .box3::before {
  display: block !important;
  font-weight: 900 !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 10px !important;
  line-height: 1 !important;
}

.suggested .box1::before {
  content: '🥈  #2  Runner Up' !important;
  color: #64748b !important;
}

.suggested .box2::before {
  content: '🥇  #1  Top Pick' !important;
  color: #d97706 !important;
  font-size: 0.85rem !important;
}

.suggested .box3::before {
  content: '🥉  #3  Runner Up' !important;
  color: #64748b !important;
}

/* ── Inner .box card chrome ─────────────────────────────────── */
/* position:relative so absolute badges (.rating, .best)         */
/* are anchored here and lift with the card on hover.            */
.suggested .box {
  position: relative !important;
  background: #fff !important;
  border: 1px solid #dde4f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.07) !important;
  padding: 0 0 22px !important;
  transition: box-shadow 0.28s ease, transform 0.28s ease !important;
}

/* ── Accent stripe top of each card ─────────────────────────── */
.suggested .box .box-stripe {
  display: none; /* not used — we use ::before below */
}

.suggested .box::before {
  content: '' !important;
  display: block !important;
  height: 4px !important;
  border-radius: 14px 14px 0 0 !important;
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%) !important;
}

/* Gold stripe for middle (box2) */
.suggested .box2 .box::before {
  background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%) !important;
}

/* ── Middle card: premium gold border + deeper shadow ────────── */
.suggested .box2 .box {
  border: 2px solid #fcd34d !important;
  box-shadow:
    0 8px 32px rgba(245, 158, 11, 0.18),
    0 0 0 4px rgba(251, 191, 36, 0.1) !important;
}

/* ── Hover — whole card including badge lifts together ────────  */
.suggested .box:hover {
  box-shadow: 0 20px 48px rgba(13, 31, 60, 0.15) !important;
  transform: translateY(-7px) !important;
}

.suggested .box2 .box:hover {
  box-shadow:
    0 22px 52px rgba(245, 158, 11, 0.28),
    0 0 0 4px rgba(251, 191, 36, 0.18) !important;
}

/* ── Logo image ─────────────────────────────────────────────── */
.suggested .box img {
  display: block !important;
  height: 64px !important;
  width: auto !important;
  max-width: 78% !important;
  margin: 24px auto 8px !important;
  object-fit: contain !important;
}

/* Middle card logo gets a tiny bit more breathing room */
.suggested .box2 .box img {
  margin-top: 30px !important;
}

/* ── Rating badge (pill floating on right edge) ─────────────── */
.suggested .rating {
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;
  background-color: #2563eb !important;
  background-image: none !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #fff !important;
  padding: 7px 13px 7px 10px !important;
  text-align: center !important;
  line-height: 1 !important;
  letter-spacing: -0.5px !important;
  border-radius: 20px 0 0 20px !important;
  box-shadow: -2px 2px 10px rgba(37, 99, 235, 0.4) !important;
}

/* Gold badge for middle card */
.suggested .box2 .rating {
  background-color: #d97706 !important;
  background-image: none !important;
  box-shadow: -2px 2px 10px rgba(245, 158, 11, 0.5) !important;
}

/* ── Best Value badge — now on the LEFT so it doesn't
   overlap the rating badge on the right ─────────────── */
.suggested .best {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  background-color: #16a34a !important;
  background-image: none !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 5px 12px 5px 10px !important;
  border-radius: 0 0 8px 0 !important;  /* bottom-right rounded */
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* ── Text + CTA button block ─────────────────────────────────── */
.suggested .text-button {
  padding: 0 18px !important;
  margin-top: 6px !important;
}

.suggested .text-button .text {
  display: block !important;
  float: none !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #475569 !important;
}

.suggested .text-button .text strong {
  display: block !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 2px !important;
}

/* CTA buttons — full-width */
.suggested button,
.suggested button:active {
  display: block !important;
  width: 100% !important;
  padding: 11px 20px !important;
  padding-top: 11px !important;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28) !important;
  transition: box-shadow 0.22s ease, transform 0.15s ease, background 0.15s ease !important;
  cursor: pointer !important;
  margin-left: 0 !important;
}

.suggested .box2 button,
.suggested .box2 button:active {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.32) !important;
}

.suggested button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.42) !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
  opacity: 1 !important;
}

.suggested .box2 button:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.48) !important;
}

/* ── Row alignment: keep top-aligned for podium offset to work  */
.suggested .row {
  align-items: flex-start !important;
  gap: 0 !important;
}


/* ================================================================
   4. TOP TEN SECTION
   ================================================================ */
.topten .block {
  transition: transform 0.2s ease;
}

.topten .block:hover {
  transform: translateX(2px);
}

.topten .block .box {
  border-color: var(--kr-border) !important;
  border-radius: var(--kr-radius) !important;
  box-shadow: 0 2px 10px rgba(13, 31, 60, 0.06) !important;
  transition: box-shadow 0.25s ease;
}

.topten .block .box:hover {
  box-shadow: 0 6px 24px rgba(13, 31, 60, 0.12) !important;
}

/* Product box images often have white backgrounds — multiply blends
   white away against the card background while keeping the artwork.
   Only target the FIRST img (box art), not the brand logo below it. */
.topten .logo img:first-child {
  mix-blend-mode: multiply !important;
}

.topten .block .box-topone {
  border: 2px solid #f59e0b !important;
  border-radius: var(--kr-radius) !important;
  box-shadow: 0 4px 24px rgba(245, 158, 11, 0.18) !important;
  transition: box-shadow 0.28s ease, transform 0.2s ease !important;
  padding-top: 30px !important;         /* room for the "OUR MOST POPULAR" stripe */
}

.topten .block .box-topone:hover {
  border-color: #d97706 !important;
  box-shadow: 0 10px 36px rgba(245, 158, 11, 0.28),
              0 2px 12px rgba(13, 31, 60, 0.08) !important;
  transform: translateY(-3px) !important;
}

/* Hide the blue arrow PNG — the .text span carries all the badge visuals */
.topten .ranking img {
  display: none !important;
}

/* Rank badge — only colour, keep all sizing/display intact */
.topten .ranking .text {
  background: linear-gradient(135deg, var(--kr-navy) 0%, var(--kr-blue) 100%) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

/* #1 gold shimmer */
@keyframes kr-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

.topten .box-topone .ranking .text {
  background: linear-gradient(90deg, #92400e, #f59e0b, #f97316, #f59e0b, #92400e) !important;
  background-size: 200% auto !important;
  animation: kr-shimmer 3.5s linear infinite;
}

/* "Our Most Popular" banner — full-width header stripe on #1 card */
.topten .popular {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  z-index: 2 !important;
}

.topten .popular .text {
  display: block !important;
  float: none !important;
  width: 100% !important;
  text-align: center !important;
  background: linear-gradient(90deg, #92400e 0%, #f59e0b 40%, #f97316 60%, #d97706 100%) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 6px 10px !important;
  border-radius: var(--kr-radius) var(--kr-radius) 0 0 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* no arrow — it's a full-width stripe now */
.topten .popular .text::after {
  display: none !important;
}

.topten .popular img {
  display: none !important;
}

.topten .popular .fold {
  display: none !important;
}

/* Pricing display in .more column */
.topten .block .more .kr-price {
  font-size: 0.82rem !important;
  color: #64748b !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}

.topten .block .more .kr-price strong {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

.topten .block .more .kr-price span {
  font-size: 0.78rem !important;
  color: #94a3b8 !important;
}

/* badge inside a kr-price must not inherit the span color override */
.topten .block .more .kr-price .kr-free-badge {
  font-size: 0.68rem !important;
  color: #fff !important;
  display: inline-block !important;
  margin-bottom: 5px !important;
}

.topten .block .more .kr-price--discontinued strong {
  font-size: 1rem !important;
  color: #94a3b8 !important;
  text-decoration: line-through !important;
}

.topten .block .more .kr-price--discontinued span {
  display: block !important;
  font-size: 0.72rem !important;
  color: #f97316 !important;
  font-weight: 600 !important;
}

/* Rating text colours */
.topten .block .overrating .excellent {
  color: var(--kr-green) !important;
  font-weight: 700;
}

.topten .block .overrating .rate {
  color: var(--kr-accent) !important;
}

.topten .block .overrating .rate span {
  color: var(--kr-accent) !important;
}

/* ================================================================
   5. ARTICLE CARDS  — "All you need to know about antivirus"
   ================================================================ */

/* ── Section wrapper ─────────────────────────────────────────── */
.allneed--articles {
  background: transparent !important;   /* remove old blue #f1f5fd */
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

/* ── Section heading: eyebrow + bold title + underline ─────────  */
.allneed--articles__head {
  margin-bottom: 28px !important;
}

.allneed--articles__title {
  position: relative !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  color: var(--kr-navy) !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  padding-top: 30px !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}

/* Eyebrow pill — centred */
.allneed--articles__title::before {
  content: '📖  Antivirus Knowledge Base';
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #0d9488 !important;
  background: rgba(13, 148, 136, 0.09) !important;
  padding: 4px 14px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

/* Decorative underline — centred */
.allneed--articles__title::after {
  content: '' !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #0d9488 0%, #34d399 100%) !important;
  border-radius: 999px !important;
  margin: 10px auto 0 !important;
}

.allneed--articles__lede {
  color: #64748b !important;
  font-size: 0.97rem !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
  text-align: center !important;
}

/* ── Card base chrome ────────────────────────────────────────── */
.page-home .allneed--articles .colbox {
  background: #fff !important;
  border-radius: 16px !important;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.page-home .allneed--articles .colbox:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.13) !important;
}

/* ── Top accent stripe: thicker + colour-matched per tone ─────── */
.page-home .allneed--articles .colbox::before {
  content: '' !important;
  display: block !important;
  height: 5px !important;
  border-radius: 16px 16px 0 0 !important;
  flex-shrink: 0 !important;
}

.page-home .allneed--articles .colbox.colbox--tone-1::before {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%) !important;
}

.page-home .allneed--articles .colbox.colbox--tone-2::before {
  background: linear-gradient(90deg, #0d9488 0%, #34d399 100%) !important;
}

.page-home .allneed--articles .colbox.colbox--tone-3::before {
  background: linear-gradient(90deg, #7c3aed 0%, #a78bfa 100%) !important;
}

/* ── Topic icon badge in top-right corner ───────────────────── */
/* We use ::after on the colbox for a subtle tinted icon area   */
.page-home .allneed--articles .colbox::after {
  content: '' !important;
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  opacity: 0.12 !important;
}

.page-home .allneed--articles .colbox.colbox--tone-1::after {
  background: #2563eb !important;
}

.page-home .allneed--articles .colbox.colbox--tone-2::after {
  background: #0d9488 !important;
}

.page-home .allneed--articles .colbox.colbox--tone-3::after {
  background: #7c3aed !important;
}

/* ── Card title ─────────────────────────────────────────────── */
.page-home .allneed--articles .colbox h5 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
}

/* ── Card body text ─────────────────────────────────────────── */
.page-home .allneed--articles .colbox p {
  color: #64748b !important;
  font-size: 0.93rem !important;
  line-height: 1.62 !important;
  flex: 1 1 auto !important;
  margin: 0 0 16px !important;
}

/* ── Read More link → styled as a subtle pill button ─────────── */
.page-home .allneed--articles .colbox a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  color: var(--kr-accent) !important;
  text-decoration: none !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(37, 99, 235, 0.25) !important;
  background: rgba(37, 99, 235, 0.04) !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
  align-self: flex-start !important;
  margin-top: auto !important;
}

.page-home .allneed--articles .colbox.colbox--tone-2 a {
  color: #0d9488 !important;
  border-color: rgba(13, 148, 136, 0.25) !important;
  background: rgba(13, 148, 136, 0.04) !important;
}

.page-home .allneed--articles .colbox.colbox--tone-3 a {
  color: #7c3aed !important;
  border-color: rgba(124, 58, 237, 0.25) !important;
  background: rgba(124, 58, 237, 0.04) !important;
}

.page-home .allneed--articles .colbox a:hover {
  background: rgba(37, 99, 235, 0.1) !important;
  border-color: rgba(37, 99, 235, 0.5) !important;
  transform: translateX(3px) !important;
  color: #1d4ed8 !important;
}

.page-home .allneed--articles .colbox.colbox--tone-2 a:hover {
  background: rgba(13, 148, 136, 0.1) !important;
  border-color: rgba(13, 148, 136, 0.5) !important;
  color: #0f766e !important;
}

.page-home .allneed--articles .colbox.colbox--tone-3 a:hover {
  background: rgba(124, 58, 237, 0.1) !important;
  border-color: rgba(124, 58, 237, 0.5) !important;
  color: #6d28d9 !important;
}

/* ── Slick carousel arrows — VISIBILITY FIX ─────────────────────
   Slick injects .slick-prev/.slick-next as direct children of the
   slider element (.allneed--articles__slider). They're hidden because
   the track-outer wrapper clips them. Fix: overflow:visible on the
   wrapper + padding to give the arrows room, then style the buttons. */

/* Allow arrows to poke outside the slider track */
.allneed--articles__track-outer {
  position: relative !important;
  overflow: visible !important;
  padding: 0 50px !important;      /* room for 40px arrow + 10px gap each side */
}

/* Arrow button geometry */
.allneed--articles__slider .slick-prev,
.allneed--articles__slider .slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: #1e3a5f !important;    /* strong navy — impossible to miss */
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 18px rgba(13, 31, 60, 0.35) !important;
  z-index: 20 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.allneed--articles__slider .slick-prev {
  left: -56px !important;
}

.allneed--articles__slider .slick-next {
  right: -56px !important;
}

.allneed--articles__slider .slick-prev:hover,
.allneed--articles__slider .slick-next:hover {
  background: var(--kr-accent) !important;
  box-shadow: 0 6px 22px rgba(37, 99, 235, 0.5) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

/* ── Arrow glyphs: force Unicode so Slick's custom font is irrelevant ── */
.allneed--articles__slider .slick-prev::before {
  content: '‹' !important;          /* Unicode left-pointing angle quotation */
  font-family: Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  color: #fff !important;
  opacity: 1 !important;
  display: block !important;
  text-align: center !important;
}

.allneed--articles__slider .slick-next::before {
  content: '›' !important;          /* Unicode right-pointing angle quotation */
  font-family: Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  color: #fff !important;
  opacity: 1 !important;
  display: block !important;
  text-align: center !important;
}

.allneed--articles__slider .slick-prev:hover::before,
.allneed--articles__slider .slick-next:hover::before {
  color: #fff !important;
}


/* CTA Visit Site buttons */
.topten .button button,
.topten .button button:active {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.topten .button button:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45) !important;
}

/* Show More / Show Less button */
.loadmore__action {
  background: transparent !important;
  color: var(--kr-accent) !important;
  border: 2px solid var(--kr-accent) !important;
  border-radius: 8px !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.loadmore__action:hover {
  background: var(--kr-accent) !important;
  color: #fff !important;
}

/* Fix: .open rule in style-mobile.css sets color:#2d5a98 !important after the
   hover rule, so it wins on hover and keeps text blue on blue background.
   A combined .open:hover selector restores white text. */
.page-home .loadmore button.load-switch.open:hover,
.page-home .loadmore a.load-switch.open:hover {
  color: #fff !important;
  background-color: #2d5a98 !important;
  background-image: url("../images/ico-arrowb-up.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
}



/* ================================================================
   6. COMPARISON / WINNERS' PODIUM SECTION
   ================================================================ */

/* ── Top Ten "Our Most Popular" — all rules consolidated in section 4 above ── */

/* ── Section wrapper ─────────────────────────────────────────── */
.comparison {
  padding-top: 28px !important;
  padding-bottom: 52px !important;
  background: transparent !important;
}

/* ── Strip Bootstrap .border from outer col wrappers ─────────── */
.comparison .box1.col-sm,
.comparison .box2.col-sm,
.comparison .box3.col-sm {
  border: none !important;
}

/* ── Desktop podium ───────────────────────────────────────────── */
/* box1/box3: margin-top:30px from style-mobile.css (start 30px lower).
   box2: no badge, no padding-top on outer col, inner .box starts at
   the top of its column — 30px above the side card tops.         */
@media (min-width: 992px) {
  .comparison .box2.col-sm {
    padding-top: 0 !important;
  }
}

/* ── All three cards ──────────────────────────────────────────── */
.comparison .box {
  background: #fff !important;
  border-radius: 18px !important;
  border: 2px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(13, 31, 60, 0.08) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  overflow: hidden !important;
  position: relative !important;
  padding: 24px 20px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.comparison .box:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 36px rgba(13, 31, 60, 0.14) !important;
}

/* ── Side cards ───────────────────────────────────────────────── */
.comparison .box1 .box,
.comparison .box3 .box {
  background: linear-gradient(180deg, #f8faff 0%, #fff 35%) !important;
}

/* ── Center card (#1 TotalAV) ────────────────────────────────── */
.comparison .box2 .box {
  border-color: #f59e0b !important;
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.24),
              0 2px 10px rgba(13, 31, 60, 0.08) !important;
  background: linear-gradient(180deg, #fffbeb 0%, #fff 25%) !important;
  padding-top: 38px !important;          /* room for the crown stripe */
}

.comparison .box2 .box:hover {
  box-shadow: 0 16px 44px rgba(245, 158, 11, 0.32),
              0 4px 16px rgba(13, 31, 60, 0.10) !important;
  transform: translateY(-6px) !important;
}

/* ── Crown stripe at top of center card ──────────────────────── */
.comparison .box2 .box::before {
  content: '🏆  #1 Top Pick' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: block !important;
  text-align: center !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #92400e !important;
  background: linear-gradient(90deg, #fde68a 0%, #fcd34d 50%, #fde68a 100%) !important;
  padding: 7px 0 !important;
  border-radius: 16px 16px 0 0 !important;
  z-index: 1 !important;
}

/* ── Logo images ─────────────────────────────────────────────── */
.comparison .box > img {
  display: block !important;
  max-width: 150px !important;
  max-height: 64px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto 14px !important;
  mix-blend-mode: multiply !important;
}

/* ── Rating circles ──────────────────────────────────────────── */
.comparison .box h4 {
  color: #16a34a !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  text-align: center !important;
  margin: 4px 0 !important;
}

.comparison .rating {
  color: #0d1f3c !important;
  border-color: #f59e0b !important;
  margin: 14px 0 !important;
}

.comparison .box2 .rating {
  color: #d97706 !important;
  font-size: 44px !important;
}

/* ── Stars ───────────────────────────────────────────────────── */
.comparison .box > div:has(img[src*="pic-bstar"]) {
  margin-bottom: 14px !important;
}

/* ── CTA buttons ─────────────────────────────────────────────── */
.comparison button,
.comparison button:active {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 9px !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  padding: 11px 0 !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
  cursor: pointer !important;
  margin-bottom: 14px !important;
}

.comparison .box2 button,
.comparison .box2 button:active {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35) !important;
}

.comparison button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.42) !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
}

.comparison .box2 button:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.48) !important;
}

/* ── Feature list ─────────────────────────────────────────────── */
.comparison ul {
  width: 100% !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.comparison li {
  font-size: 0.88rem !important;
  padding: 8px 0 !important;
  border-top: 1px solid #e8edf5 !important;
  color: #374151 !important;
}

.comparison li:last-child {
  border-bottom: 1px solid #e8edf5 !important;
}

/* ── Top Ten #1 row hover — handled by .topten .block .box-topone rules above ── */


/* ================================================================
   7. BOTTOM SEO TEXT SECTION
   ================================================================ */
.container.allneed:not(.allneed--articles) {
  margin-top: 48px !important;
  background: #f8faff !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 14px !important;
  padding: 28px 32px 32px !important;
  margin-bottom: 40px !important;
}

/* Section eyebrow label */
.container.allneed:not(.allneed--articles)::before {
  content: 'About Antivirus Software';
  display: block !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #94a3b8 !important;
  margin-bottom: 14px !important;
}

/* Two-column newspaper layout */
.container.allneed:not(.allneed--articles) .col {
  column-count: 2 !important;
  column-gap: 36px !important;
  column-rule: 1px solid #e2e8f0 !important;
}

@media (max-width: 767px) {
  .container.allneed:not(.allneed--articles) .col {
    column-count: 1 !important;
  }
}

.container.allneed:not(.allneed--articles) h3 {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: #334155 !important;
  letter-spacing: 0.01em !important;
  border-left: 3px solid var(--kr-accent) !important;
  padding-left: 8px !important;
  margin: 0 0 6px !important;
  break-inside: avoid !important;
  break-after: avoid !important;
}

.container.allneed:not(.allneed--articles) p {
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin-bottom: 14px !important;
  break-inside: avoid !important;
}

/* ================================================================
   8. FOOTER
   ================================================================ */
.footer {
  background: #0d1f3c !important;
}

.footer h6 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700 !important;
}

/* h1.logo in footer */
.footer h1.logo {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  text-indent: 0 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  color: #fff !important;
}

.footer li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer li a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer li a:hover {
  color: #fff !important;
}

/* ================================================================
   9. SCROLL-REVEAL (CSS-only, no JS dependency)
   ================================================================ */
@keyframes kr-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kr-reveal {
  animation: kr-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kr-reveal-1 { animation-delay: 0.05s; }
.kr-reveal-2 { animation-delay: 0.18s; }
.kr-reveal-3 { animation-delay: 0.30s; }
.kr-reveal-4 { animation-delay: 0.42s; }
.kr-reveal-5 { animation-delay: 0.54s; }

/* ================================================================
   8. FAQ SECTION — MODERN ACCORDION
   ================================================================ */

/* ── Section wrapper ─────────────────────────────────────────── */
.faq-home.jumbotron {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 48px 0 64px !important;
  margin-bottom: 0 !important;
}

/* ── Section header — eyebrow pill + title + underline ─────────
   Mirrors the Knowledge Base section style                       */
.faq-home__header {
  margin-bottom: 40px !important;
}

.faq-home__title {
  position: relative !important;
  font-size: clamp(1.5rem, 3vw, 1.85rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
  padding-top: 44px !important;
  margin-bottom: 12px !important;
}

/* Eyebrow pill */
.faq-home__title::before {
  content: '💡  Frequently Asked Questions';
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #f97316 !important;
  background: rgba(249, 115, 22, 0.1) !important;
  border: 1px solid rgba(249, 115, 22, 0.25) !important;
  border-radius: 999px !important;
  padding: 4px 14px !important;
  white-space: nowrap !important;
}

/* Decorative underline */
.faq-home__title::after {
  content: '' !important;
  display: block !important;
  width: 48px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #f97316 0%, #f59e0b 100%) !important;
  margin: 10px auto 0 !important;
}

.faq-home__sub {
  color: #64748b !important;
  font-size: 0.97rem !important;
  line-height: 1.6 !important;
  max-width: 38rem !important;
  margin: 0 auto !important;
}

/* ── Accordion container ─────────────────────────────────────── */
.faq-accordion {
  max-width: 780px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* ── Individual FAQ item ─────────────────────────────────────── */
.faq-item {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05) !important;
  transition: box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.faq-item.open {
  border-color: #f59e0b !important;
  box-shadow: 0 6px 28px rgba(245, 158, 11, 0.15) !important;
}

/* ── Question button ─────────────────────────────────────────── */
.faq-home .faq-question {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 18px 22px !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  color: #1e3a5f !important;
  cursor: pointer !important;
  gap: 16px !important;
  transition: background 0.18s ease, color 0.18s ease !important;
  line-height: 1.45 !important;
}

.faq-home .faq-question:hover {
  background: #fffbeb !important;
  color: #92400e !important;
}

.faq-item.open .faq-question {
  color: #92400e !important;
  background: #fffbeb !important;
}

/* ── +/× toggle icon ─────────────────────────────────────────── */
.faq-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.25s ease !important;
}

.faq-item.open .faq-icon {
  background: #f59e0b !important;
  color: #fff !important;
  transform: rotate(45deg) !important;
}

/* ── Answer panel ────────────────────────────────────────────── */
.faq-answer {
  border-top: 1px solid #fde68a !important;
  padding: 20px 22px 22px !important;
}

.faq-answer__inner p {
  color: #475569 !important;
  font-size: 0.95rem !important;
  line-height: 1.68 !important;
  margin-bottom: 0.9rem !important;
}

.faq-answer__inner p:last-child {
  margin-bottom: 0 !important;
}

.faq-answer__inner h4 {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  margin: 1.2rem 0 0.4rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.faq-answer__inner a {
  color: #f97316 !important;
  text-decoration: underline !important;
}

/* Rating label variants — to complement the base .excellent rule in style-mobile.css */
.topten .block .overrating .very-good {
  font-size: 20px;
  color: #0891b2;  /* teal — "Very Good" */
}

.topten .block .overrating .good {
  font-size: 20px;
  color: #16a34a;  /* green — "Good" */
}

.topten .block .overrating .above-avg {
  font-size: 20px;
  color: #d97706;  /* amber — "Above Average" */
}

/* ================================================================
   11. INNER CONTENT PAGES — consistent Inter typography
   ================================================================ */

/* Page title h2 — matches home section heading weight/colour */
.main-content h2 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: clamp(1.5rem, 3vw, 1.85rem) !important;
  font-weight: 800 !important;
  color: var(--kr-navy) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  margin-bottom: 22px !important;
  border-bottom: 2px solid var(--kr-border) !important;
  padding-bottom: 14px !important;
}

/* Section headings h3 */
.main-content .block h3 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}

.main-content .block h3:first-child {
  margin-top: 0 !important;
}

/* Sub-headings h4 */
.main-content .block h4 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  margin: 22px 0 8px !important;
  padding-left: 10px !important;
  border-left: 3px solid var(--kr-accent) !important;
}

/* Body paragraphs */
.main-content .block p {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
  color: #374151 !important;
  margin-bottom: 18px !important;
}

/* Lead paragraph — first <p> gets slightly larger weight */
.main-content .block > p:first-of-type {
  font-size: 1.05rem !important;
  color: #1e3a5f !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
}

/* ul / ol / li */
.main-content .block ul,
.main-content .block ol {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  margin-bottom: 20px !important;
  padding-left: 24px !important;
}

.main-content .block li {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  margin-bottom: 6px !important;
  color: #374151 !important;
}

.main-content .block li strong {
  color: #1e3a5f !important;
}

/* Table of contents — top-level <ol> in FAQ/article pages */
.main-content .block > ol {
  background: #f8faff !important;
  border: 1px solid var(--kr-border) !important;
  border-radius: 10px !important;
  padding: 18px 18px 18px 38px !important;
  margin-bottom: 28px !important;
}

.main-content .block > ol li {
  padding: 3px 0 !important;
}

.main-content .block > ol a {
  color: var(--kr-accent) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.18s ease !important;
}

.main-content .block > ol a:hover {
  color: #1d4ed8 !important;
  text-decoration: underline !important;
}

/* Block card chrome */
.main-content .block {
  background: #fff !important;
  border: 1px solid var(--kr-border) !important;
  border-radius: 12px !important;
  padding: 28px 32px !important;
  margin-bottom: 24px !important;
  box-shadow: 0 2px 12px rgba(13, 31, 60, 0.05) !important;
}

@media (max-width: 767px) {
  .main-content .block {
    padding: 20px 18px !important;
  }
}

/* ================================================================
   11. RESPONSIVE
   ================================================================ */
@media (max-width: 767px) {
  .home-heading::after {
    display: none;
  }

  .home-heading__inner h2 {
    font-size: 1.65rem !important;
  }
}

/* ================================================================
   Free Scan badge — eye-catching red pill label
   ================================================================ */
.kr-free-badge {
  display: inline-block;
  background: #dc2626;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 1.6;
  white-space: nowrap;
}

/* ================================================================
   Popup / Modal — "Before You Go" Style Redesign
   ================================================================ */

/* Colorbox wrapper */
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* ── Shared close button (text ✕) ────────────────────────────── */
.popup .close,
.time-popup .close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 20;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s;
}
.popup .close:hover,
.time-popup .close:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}

/* ── Shared "eyebrow" label ──────────────────────────────────── */
.popup-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

/* ────────────────────────────────────────────────────────────── */
/* "Before You Go" popup (.popup / #inline_content)              */
/* ────────────────────────────────────────────────────────────── */
.popup {
  position: relative;
  width: 860px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
  padding-bottom: 0;
}

.popup .popup-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

/* Left column — product image */
.popup .popup-img {
  flex: 0 0 44%;
  align-self: stretch;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 28px;
}
.popup .popup-img img {
  display: block;
  width: 100%;
  max-width: 270px;
  height: auto;
}

/* Right column — copy */
.popup .popup-body {
  flex: 1 1 0;
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup .popup-body h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.25;
}

.popup-free {
  color: #dc2626;
  display: block;
  font-size: 1.15em;
}

.time-popup h2 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 16px;
  line-height: 1.3;
  text-align: left;
}

.time-popup h2 .popup-free {
  display: block;
  font-size: 1.1em;
}

.popup .popup-sub {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 18px;
  line-height: 1.55;
}

.popup .popup-body ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.popup .popup-body li {
  font-size: 14px;
  color: #374151;
  padding: 5px 0 5px 28px;
  background: url("../images/ico-check-pop.png") no-repeat left 6px;
  background-size: 17px 17px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.popup-trust {
  margin-bottom: 18px;
}
.popup-trust img {
  max-height: 32px;
  width: auto;
}

.popup .popup-body button,
.popup .popup-body button:active {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  padding: 16px 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  background: #dc2626;
  box-shadow: 0 4px 16px rgba(220,38,38,0.35);
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 10px;
}
.popup .popup-body button:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}

.popup-url {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin-top: 2px;
}

/* ────────────────────────────────────────────────────────────── */
/* Timer / countdown popup (.time-popup / #timer_content)        */
/* ────────────────────────────────────────────────────────────── */
.time-popup {
  position: relative;
  width: 860px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.24);
  padding-bottom: 0;
  box-sizing: border-box;
}

/* Red accent banner */
.time-popup .title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 11px 50px 11px 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #dc2626;
}
.time-popup .title span {
  padding-left: 22px;
  background: url("../images/pic-hurrytimer-pop.png") no-repeat left center;
  background-size: 16px auto;
}

/* Two-column body */
.time-popup .popup-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  column-gap: 0;
}

.time-popup .product {
  flex: 0 0 42%;
  max-width: 42%;
  align-self: stretch;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
}
.time-popup .product img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.time-popup .text {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 100%;
  float: none;
  padding: 30px 32px 26px;
  box-sizing: border-box;
}

.time-popup .text ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.time-popup .text li {
  padding: 5px 0 5px 28px;
  background: url("../images/ico-check-pop.png") no-repeat left 6px;
  background-size: 17px 17px;
  margin-bottom: 7px;
  line-height: 1.45;
  color: #1e293b;
}

.time-popup .timer {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 12px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #dc2626;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
}

.time-popup .timer .countdown {
  margin-top: 8px;
  gap: 8px;
  flex-wrap: nowrap;
}

.time-popup .timer .countdown > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.time-popup .timer .countdown .time-popup__digit-group {
  background: #0d1b2e;
  border-radius: 6px;
  padding: 2px 3px;
  display: flex;
  gap: 2px;
}

.time-popup .timer .countdown .time-popup__digit {
  background: #1e3a5f;
  color: #f97316;
  border-radius: 5px;
  font-weight: 800;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-popup__unit {
  font-size: 9px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

.time-popup button,
.time-popup button:active {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  background: #dc2626;
  box-shadow: 0 4px 14px rgba(220,38,38,0.35);
  transition: background 0.2s, transform 0.15s;
}
.time-popup button:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}

.time-popup .nothanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.time-popup .nothanks a {
  font-size: 11px;
  color: #9ca3af;
  text-decoration: underline;
  transition: color 0.2s;
}
.time-popup .nothanks a:hover { color: #6b7280; }
.time-popup .nothanks img {
  max-height: 24px;
  width: auto;
}

/* ── Mobile ──────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .popup .popup-container,
  .time-popup .popup-container {
    flex-direction: column;
  }
  .popup .popup-img,
  .time-popup .product {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .popup .popup-img img,
  .time-popup .product img {
    max-width: 160px;
    margin: 0 auto;
  }
  .popup,
  .time-popup {
    border-radius: 8px;
  }
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    border-radius: 8px !important;
  }
}

/* ================================================================
   Threat Awareness Section
   ================================================================ */
.kr-threats-section {
  background: #0d1b2e;
  padding: 60px 0 50px;
  margin-top: 0;
  border-radius: 16px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}

.kr-threats-header {
  margin-bottom: 40px;
}

.kr-threats-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.kr-threats-header p {
  font-size: 1.05rem;
  color: #94a3b8;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

.kr-threats-cols {
  gap: 0;
}

.kr-threats-col {
  padding: 0 12px 24px;
}

.kr-threats-box {
  background: #152237;
  border: 1px solid #1e3a5f;
  border-radius: 12px;
  padding: 28px 28px 24px;
  height: 100%;
}

.kr-threats-box--blue {
  background: #0f2a48;
  border-color: #1e5080;
}

.kr-threats-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kr-threats-icon {
  font-style: normal;
  font-size: 1.2rem;
}

.kr-threats-intro {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 18px;
  border-bottom: 1px solid #1e3a5f;
  padding-bottom: 14px;
}

.kr-threats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kr-threats-list li {
  display: flex;
  flex-direction: column;
  padding: 9px 0;
  border-bottom: 1px solid #1e3a5f;
}

.kr-threats-list li:last-child {
  border-bottom: none;
}

.kr-threats-list li strong {
  font-size: 0.87rem;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}

.kr-threats-list--tech li strong {
  color: #38bdf8;
}

.kr-threats-list li span {
  font-size: 0.83rem;
  color: #94a3b8;
  line-height: 1.55;
}

.kr-threats-cta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #1e5080;
}

.kr-threats-cta p {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 14px;
}

.kr-threats-cta button {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}

.kr-threats-cta button:hover {
  opacity: 0.88;
}

@media (max-width: 767px) {
  .kr-threats-section {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 10px;
  }
  .kr-threats-header h2 {
    font-size: 1.45rem;
  }
  .kr-threats-box {
    padding: 20px 18px;
  }
}
