/* RedFox — anti-phishing dual-product page (visual, non-flat layout) */

.rf-phish-page {
  --rf-red: #dd2222;
  --rf-red-deep: #b01018;
  --rf-ink: #0c0c10;
  --rf-slate: #16161f;
  --rf-mist: #e6e8ef;
  --rf-accent-b: #3d8bfd;
  --rf-glass: rgba(255, 255, 255, 0.06);
  --rf-glass-border: rgba(255, 255, 255, 0.12);
}

/* ——— Shared overview (dark, mesh + glass) ——— */
.rf-dual-overview {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(155deg, #0a0a0f 0%, #14141c 42%, #0e0e14 100%);
  color: #e4e6ed;
  overflow: hidden;
}

.rf-dual-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 85% 20%, rgba(221, 34, 34, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 80%, rgba(61, 139, 253, 0.12) 0%, transparent 50%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 100px,
      rgba(255, 255, 255, 0.015) 100px,
      rgba(255, 255, 255, 0.015) 101px
    );
  pointer-events: none;
}

.rf-dual-overview .container {
  position: relative;
  z-index: 1;
}

.rf-dual-overview .rf-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 107, 107, 0.95);
  margin-bottom: 0.65rem;
}

.rf-dual-overview .mbr-section-title.display-2 {
  color: #fff;
  text-shadow: 0 2px 40px rgba(221, 34, 34, 0.25);
}

.rf-dual-overview-lead {
  max-width: 48rem;
  margin: 1.25rem auto 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(228, 230, 237, 0.88);
  text-align: center;
}

.rf-dual-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .rf-dual-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rf-dual-feature-grid {
    grid-template-columns: 1fr;
  }
}

.rf-dual-feature-tile {
  position: relative;
  border-radius: 16px;
  padding: 1.75rem 1.35rem 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--rf-glass-border);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  text-align: center;
}

.rf-dual-feature-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(221, 34, 34, 0.45);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(221, 34, 34, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rf-dual-feature-tile .rf-tile-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 60%),
    linear-gradient(160deg, rgba(221, 34, 34, 0.35) 0%, rgba(20, 20, 28, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(221, 34, 34, 0.15);
}

.rf-dual-feature-tile .rf-tile-icon img {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rf-dual-feature-tile h4 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.rf-dual-feature-tile p {
  color: rgba(200, 204, 218, 0.92);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}

/* ——— Choose your protection ——— */
.rf-dual-choose {
  position: relative;
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #f5f6fa 0%, #eef0f6 50%, #e8eaf2 100%);
  overflow: hidden;
}

.rf-dual-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--rf-red) 0%, #ff6b4a 35%, var(--rf-accent-b) 100%);
  opacity: 0.9;
}

.rf-dual-choose-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.75rem;
}

.rf-dual-choose-head .rf-eyebrow-light {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rf-red);
  margin-bottom: 0.5rem;
}

.rf-dual-choose-head h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--rf-ink);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.rf-dual-choose-head .rf-sub {
  font-size: 1.1rem;
  color: #4a4f5c;
  line-height: 1.6;
  margin: 0;
}

.rf-dual-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: stretch;
}

@media (max-width: 991px) {
  .rf-dual-product-row {
    grid-template-columns: 1fr;
  }
}

.rf-product-panel {
  position: relative;
  border-radius: 20px;
  padding: 2rem 1.75rem 1.75rem;
  background: #fff;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(15, 15, 20, 0.04),
    0 24px 48px rgba(15, 15, 30, 0.08);
}

.rf-product-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 20px 20px 0 0;
}

.rf-product-panel--a::before {
  background: linear-gradient(90deg, var(--rf-red) 0%, #ff5a4a 100%);
}

.rf-product-panel--b::before {
  background: linear-gradient(90deg, #2b6cb0 0%, var(--rf-accent-b) 50%, #5ab0ff 100%);
}

.rf-product-panel::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -30%;
  width: 70%;
  height: 80%;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.35;
}

.rf-product-panel--a::after {
  background: radial-gradient(circle, rgba(221, 34, 34, 0.12) 0%, transparent 70%);
}

.rf-product-panel--b::after {
  background: radial-gradient(circle, rgba(61, 139, 253, 0.14) 0%, transparent 70%);
}

.rf-product-panel .rf-inner {
  position: relative;
  z-index: 1;
}

.rf-product-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.4rem;
}

.rf-product-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--rf-ink);
  margin: 0 0 0.35rem;
  line-height: 1.25;
  text-align: center;
}

.rf-product-app-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: contain;
  flex: 0 0 auto;
  margin-bottom: 0.75rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.rf-product-tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 1rem;
}

@media (max-width: 480px) {
  .rf-product-app-icon {
    width: 72px;
    height: 72px;
  }
}

.rf-product-panel p.rf-product-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 0.85rem;
}

.rf-cap-list-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rf-ink);
  margin: 1.35rem 0 0.65rem;
}

.rf-cap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.45rem;
}

.rf-cap-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #374151;
}

.rf-cap-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--rf-red);
  box-shadow: 0 0 0 2px rgba(221, 34, 34, 0.25);
}

.rf-product-panel--b .rf-cap-list li::before {
  background: var(--rf-accent-b);
  box-shadow: 0 0 0 2px rgba(61, 139, 253, 0.3);
}

.rf-dl-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 0.65rem;
}

.rf-dl-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.rf-dl-btns .btn {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  padding: 0.65rem 1.1rem;
}

.rf-qr-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;
}

.rf-qr-item {
  text-align: center;
}

.rf-qr-item img {
  display: block;
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  border-radius: 12px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

/* Anti Phishing QR PNGs include a built-in white margin around the code; Check & Go exports are tighter.
   Extra padding here approximates the same inner white “frame” inside the same outer 132×132 box. */
.rf-product-panel--b .rf-qr-item img {
  padding: 18px;
}

.rf-qr-item figcaption {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
}

.rf-qr-placeholder {
  width: 132px;
  height: 132px;
  border-radius: 12px;
  border: 2px dashed #c5cad6;
  background: linear-gradient(145deg, #f9fafb 0%, #eef1f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: #6b7280;
  font-weight: 600;
}

/* ——— Comparison table ——— */
.rf-dual-compare {
  position: relative;
  padding: 4rem 0;
  background: linear-gradient(165deg, #0f0f14 0%, #1a1a24 45%, #12121a 100%);
  color: #e8eaef;
}

.rf-dual-compare::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 40% at 50% 0%, rgba(221, 34, 34, 0.18) 0%, transparent 55%);
  pointer-events: none;
}

.rf-dual-compare .container {
  position: relative;
  z-index: 1;
}

.rf-dual-compare-head {
  text-align: center;
  margin-bottom: 2rem;
}

.rf-dual-compare-head .rf-eyebrow {
  color: rgba(255, 140, 140, 0.95);
}

.rf-dual-compare-head h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin: 0.5rem 0 0;
}

.rf-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.rf-compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.rf-compare-table thead th {
  text-align: left;
  padding: 1.1rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
  color: #fff;
}

.rf-compare-table thead th:first-child {
  width: 22%;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rf-compare-table tbody td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
  color: rgba(220, 224, 235, 0.95);
  line-height: 1.5;
}

.rf-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.rf-compare-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.rf-compare-table tbody tr:hover {
  background: rgba(221, 34, 34, 0.08);
}

.rf-compare-table tbody td:first-child {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.rf-compare-footnote {
  max-width: 40rem;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(200, 206, 220, 0.92);
}

/* ——— Final CTA band ——— */
.rf-dual-final-cta {
  position: relative;
  padding: 4rem 1.5rem;
  text-align: center;
  background: linear-gradient(120deg, #1a0508 0%, var(--rf-red-deep) 28%, var(--rf-red) 55%, #8b0a14 100%);
  color: #fff;
  overflow: hidden;
}

.rf-dual-final-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.rf-dual-final-cta .rf-inner-cta {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  margin: 0 auto;
}

.rf-dual-final-cta h2 {
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 0 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.rf-dual-final-cta .rf-cta-lead {
  font-size: 1.1rem;
  line-height: 1.65;
  opacity: 0.95;
  margin: 0 0 1rem;
}

.rf-dual-final-cta .rf-cta-tag {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 1.75rem;
  opacity: 0.98;
}

.rf-dual-final-cta .rf-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.rf-dual-final-cta .btn {
  background: #fff !important;
  color: var(--rf-red-deep) !important;
  border: none !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.rf-dual-final-cta .btn:hover {
  background: #f8f8f8 !important;
  color: #000 !important;
  transform: translateY(-2px);
}

/* ——— Short “bad click” strip ——— */
.rf-bad-click-short .lead p {
  margin-bottom: 1rem;
}

.rf-bad-click-short .lead p:last-child {
  margin-bottom: 0;
}

/* Space between copy and CTAs */
.rf-bad-click-short .lead + div {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  align-items: center;
}

.rf-bad-click-short .rf-btn-ghost-dark {
  background: transparent !important;
  border: 2px solid #1f2937 !important;
  color: #111827 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-left: 0;
  margin-top: 0;
}

.rf-bad-click-short .rf-btn-ghost-dark:hover {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
}

/* Hide decorative dark circle on small screens — it overlapped text on mobile */
@media (max-width: 767px) {
  .rf-bad-click-short .section-dark-circle {
    display: none !important;
  }
}

/* Footer: native <details> store picker — panel in document flow (no overlap on text below) */
.rf-footer-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.rf-footer-disclosure {
  flex: 1 1 220px;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
}

.rf-footer-disclosure > summary.rf-footer-disclosure-btn {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.5rem 1.25rem;
  margin: 0;
  border: 1px solid #dd2222;
  border-radius: 1.6em;
  background-color: #dd2222;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rf-footer-disclosure[open] > summary.rf-footer-disclosure-btn {
  background-color: #b81820;
  border-color: #b81820;
  box-shadow: 0 0 0 2px rgba(221, 34, 34, 0.35);
}

.rf-footer-disclosure > summary.rf-footer-disclosure-btn::-webkit-details-marker {
  display: none;
}

.rf-footer-disclosure > summary.rf-footer-disclosure-btn::marker {
  content: "";
}

.rf-footer-disclosure > summary.rf-footer-disclosure-btn:hover,
.rf-footer-disclosure > summary.rf-footer-disclosure-btn:focus {
  background-color: #c41e1e;
  border-color: #c41e1e;
  color: #fff !important;
  outline: none;
}

.rf-footer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  border-left: 0.28em solid transparent;
  border-right: 0.28em solid transparent;
  border-top: 0.35em solid currentColor;
  vertical-align: middle;
  opacity: 0.9;
}

.rf-footer-disclosure-panel {
  position: static;
  width: 100%;
  margin-top: 0.6rem;
  padding: 0.25rem 0;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  text-align: left;
}

/* Must beat #header2-3 a:not(.dropdown-item) { color: #fff } in style.css */
#header2-3 .rf-footer-disclosure-panel a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111827 !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: normal;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#header2-3 .rf-footer-disclosure-panel a:last-child {
  border-bottom: none;
}

#header2-3 .rf-footer-disclosure-panel a:hover,
#header2-3 .rf-footer-disclosure-panel a:focus {
  background-color: #fff5f5;
  color: #b01018 !important;
}

.rf-footer-qr-note {
  max-width: 28rem;
  margin: 1.75rem auto 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.rf-footer-qr-note a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.rf-footer-qr-note a:hover {
  color: #ffcccc;
}
