/* Home page styling - PC Web Systems theme, applied consistently */
.hero {
  padding: 1.2rem 0 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
  align-items: stretch;
}
.hero-copy,
.hero-image-card,
.panel,
.spec-card,
.cta-card,
.traffic-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-blue), var(--shadow-green), var(--shadow-card);
}
.hero-copy {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  display: inline-block;
  align-self: flex-start;
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  line-height: 1.12;
}
h1 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}
h3 {
  font-size: 1.1rem;
  color: var(--text);
}
.lead {
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 1.2rem;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 0.55rem 0 1.25rem;
}
.hero-actions.hero-actions-single {
  justify-content: center;
}
.hero-actions .btn.btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
}
.hero-actions .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.hero-actions .btn-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.hero-actions .btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.micro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.4rem;
}
.micro div,
.traffic-bullets div,
.feature-tile {
  background: var(--tile);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.9rem;
  box-shadow:
    0 0 18px rgba(31, 185, 255, 0.1),
    inset 0 0 0 1px rgba(114, 255, 24, 0.04);
}
.micro strong,
.traffic-bullets strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.15rem;
}
.micro strong {
  font-size: 1.08rem;
}
.micro span,
.traffic-bullets div {
  color: var(--muted);
}
.hero-image-card {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.95rem;
  border-radius: 14px;
  background: rgba(5, 12, 23, 0.78);
  border: 1px solid var(--line);
  color: #fff;
  max-width: calc(100% - 2rem);
  font-weight: 700;
  box-shadow: var(--shadow-blue);
}
section {
  padding: 1.35rem 0;
}
.section-head {
  max-width: 760px;
  margin-bottom: 1rem;
}
.section-head p {
  margin: 0;
  color: var(--muted);
}
.cards-3,
.cards-2,
.spec-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}
.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.panel,
.traffic-card,
.spec-card {
  padding: 1.25rem;
}
.panel p,
.panel li,
.spec-card li,
.traffic-card p,
.traffic-card li {
  color: var(--muted);
}
.icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: linear-gradient(
    135deg,
    rgba(31, 185, 255, 0.18),
    rgba(114, 255, 24, 0.16)
  );
  border: 1px solid var(--line);
  box-shadow: var(--shadow-blue);
  margin-bottom: 0.85rem;
}
ul.clean,
.spec-card ul {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
}
ul.clean li,
.spec-card li {
  position: relative;
  padding-left: 22px;
  margin: 0.55rem 0;
  line-height: 1.5;
}
ul.clean li::before,
.spec-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(114, 255, 24, 0.72);
}
.spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.spec-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pill.min {
  background: rgba(31, 185, 255, 0.1);
  border: 1px solid var(--line);
  color: var(--blue-bright);
}
.pill.rec {
  background: rgba(114, 255, 24, 0.12);
  border: 1px solid rgba(114, 255, 24, 0.26);
  color: var(--green-soft);
}
.traffic-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: center;
}
.traffic-bullets {
  display: grid;
  gap: 0.65rem;
}
.traffic-title,
.traffic-card h3 {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  color: var(--text);
  margin-bottom: 0.95rem;
}
.traffic-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.75rem;
}
.traffic-media {
  display: grid;
  gap: 0.85rem;
  align-content: center;
}
.traffic-media img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-blue);
  object-fit: cover;
}
.traffic-media .btn {
  justify-self: end;
}
.traffic-note {
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 0.5rem;
}
.cta-card {
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1rem;
  align-items: center;
}
.cta-card p {
  color: var(--muted);
  margin: 0.2rem 0 0;
  line-height: 1.65;
}
.cta-actions {
  display: flex;
  gap: 0.85rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* Home page non-buy dark buttons with gradient text - B05 */
body a.btn:not(.btn-price),
body button.btn:not(.btn-price),
.topbar .nav a,
.nav-toggle {
  background: rgba(35, 35, 35, 0.58) !important;
  background-image: none !important;
  border: 1px solid rgba(35, 35, 35, 0.94) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(0, 139, 243, 0.34), 0 0 18px rgba(0, 139, 243, 0.38), 0 12px 30px rgba(0, 0, 0, 0.34) !important;
  text-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body a.btn:not(.btn-price):hover,
body a.btn:not(.btn-price):focus-visible,
body button.btn:not(.btn-price):hover,
body button.btn:not(.btn-price):focus-visible,
.topbar .nav a:hover,
.topbar .nav a:focus-visible,
.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(35, 35, 35, 0.74) !important;
  background-image: none !important;
  border-color: rgba(35, 35, 35, 1) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(0, 139, 243, 0.52), 0 0 24px rgba(0, 139, 243, 0.56), 0 14px 34px rgba(0, 0, 0, 0.38) !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body a.btn:not(.btn-price),
body button.btn:not(.btn-price),
.topbar .nav a {
  font-weight: 800;
}

body a.btn:not(.btn-price) .btn-text-gradient,
body button.btn:not(.btn-price) .btn-text-gradient,
.topbar .nav a .btn-text-gradient {
  background: linear-gradient(90deg, var(--blue-bright), var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

body a.btn:not(.btn-price) .btn-text-white,
body button.btn:not(.btn-price) .btn-text-white,
.topbar .nav a .btn-text-white {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.topbar .nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-bright), var(--green-soft));
}

/* Keep Buy Now buttons unchanged */
.cta-actions .btn-price {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  gap: 2px;
  background: #ffd21a;
  background-image: none;
  border-color: #ffd21a;
  color: #050505;
  box-shadow: none;
  text-shadow: none;
}

.cta-actions .btn-price:hover,
.cta-actions .btn-price:focus-visible {
  background: #ffd21a;
  background-image: none;
  border-color: #ffd21a;
  color: #050505;
  box-shadow: none;
  filter: none;
  transform: none;
}

.cta-actions .btn-price * {
  color: #050505;
}

.cta-actions .btn-price .price-now,
.cta-actions .btn-price .price-reg {
  display: block;
  width: 100%;
  text-align: center;
}

.cta-actions .btn-price .buy-label {
  margin-right: 5px;
}

.cta-actions .btn-price .price-main {
  font-size: 1em;
  font-weight: 700;
}

.cta-actions .btn-price .price-cents {
  font-size: 0.62em;
  font-weight: 700;
  vertical-align: super;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 1px;
}

.cta-actions .btn-price .price-reg {
  font-size: 0.82em;
  font-weight: 400;
}

.cta-actions .btn-price .price-strike {
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.cta-actions .btn-price .reg-price-main {
  font-size: 1em;
  font-weight: 400;
  text-decoration: line-through;
}

.cta-actions .btn-price .reg-price-cents {
  font-size: 0.62em;
  font-weight: 400;
  vertical-align: super;
  text-decoration: underline line-through;
  text-underline-offset: 2px;
  margin-left: 1px;
}
@media (max-width: 1024px) {
  .hero-grid,
  .cards-3,
  .cta-card,
  .footer-grid,
  .traffic-card {
    grid-template-columns: 1fr;
  }
  .cards-2,
  .spec-grid {
    grid-template-columns: 1fr;
  }
  .cta-actions,
  .traffic-actions {
    justify-content: flex-start;
  }
  .hero-image-card {
    min-height: 340px;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: min(calc(100% - 1rem), var(--max));
  }
  .topbar-inner {
    padding: 0.8rem 0;
  }
  .brand {
    width: min(360px, calc(100vw - 2rem));
    height: 70px;
    gap: 12px;
  }
  .brand-icon-frame {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }
  .brand-icon {
    width: 56px;
    height: 56px;
  }
  .brand-title {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
  }
  .brand-tagline {
    font-size: 0.72rem;
  }
  .nav {
    gap: 0.75rem;
    font-size: 0.93rem;
  }
  .hero-copy,
  .panel,
  .spec-card,
  .cta-card,
  .traffic-card {
    padding: 1rem;
  }
  .micro {
    grid-template-columns: 1fr;
  }
  .btn {
    width: 100%;
  }
  .hero-actions,
  .traffic-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-image-card {
    min-height: 250px;
  }
  .hero-image-badge {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
    font-size: 0.92rem;
  }
}

/* Full-width responsive home hero image - B01 */
.hero-image-only {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #01040a;
}
.homepage-header-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

/* Header hero image + restored information containers - B02 */
.hero-image-only {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #01040a;
  border-bottom: 1px solid var(--line);
}
.homepage-header-image {
  display: block;
  width: 100%;
  max-width: 2172px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center top;
  image-rendering: auto;
  filter: brightness(1.08) contrast(1.06) saturate(1.04);
}
.hero-info {
  padding-top: 1.35rem;
}
.hero-info .hero-grid {
  align-items: stretch;
}
.hero-info .hero-copy,
.hero-info .hero-image-card {
  min-height: 0;
}
.hero-info .hero-image-card img {
  min-height: 340px;
}
@media (max-width: 1024px) {
  .homepage-header-image {
    width: 100%;
  }
  .hero-info .hero-image-card img {
    min-height: 300px;
  }
}
@media (max-width: 680px) {
  .hero-image-only {
    padding: 0;
  }
  .hero-info {
    padding-top: 1rem;
  }
  .hero-info .hero-image-card img {
    min-height: 240px;
  }
}



/* Home hero promotional offer overlay - B04 */
.hero-promo {
  position: relative;
}
.hero-offer-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  max-width: 2172px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(1rem, 3vw, 3rem);
  pointer-events: none;
}
.hero-offer-card {
  width: min(430px, 38vw);
  margin-left: clamp(0.75rem, 4.5vw, 6rem);
  padding: clamp(1.1rem, 2.1vw, 1.85rem);
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
}
.hero-offer-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.1vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}
.hero-offer-title span {
  display: block;
}
.hero-offer-title span:first-child {
  color: #ffffff;
}
.hero-offer-title span:last-child {
  color: #ffffff;
}
.hero-offer-actions {
  justify-content: center;
  gap: 0;
  margin-top: 0.85rem;
}
.hero-offer-actions .btn-price {
  min-width: min(100%, 250px);
  box-shadow: none;
}
.hero-offer-code {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.22rem 0.5rem;
  text-align: center;
  color: #050505;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}
.hero-offer-code strong {
  color: #050505;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .hero-offer-overlay {
    padding: 1.25rem;
  }
  .hero-offer-card {
    width: min(390px, 44vw);
    margin-left: 0.5rem;
  }
  .hero-offer-title {
    font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  }
}
@media (max-width: 680px) {
  .hero-offer-overlay {
    position: static;
    left: auto;
    transform: none;
    max-width: none;
    padding: 1rem;
    background: #01040a;
  }
  .hero-offer-card {
    width: 100%;
    margin-left: 0;
  }
  .hero-offer-actions .btn-price {
    width: 100%;
  }
}


/* Home page containers: no halos; borders match the container body - B06 */
.hero-copy,
.hero-image-card,
.panel,
.spec-card,
.cta-card,
.traffic-card {
  border-color: var(--panel);
  box-shadow: none;
}

.micro div,
.traffic-bullets div,
.feature-tile {
  border-color: var(--tile);
  box-shadow: none;
}

.traffic-media img {
  box-shadow: none;
}

/* Header logo placement/readability fix - B03 */
.topbar .wrap {
  width: calc(100% - 48px) !important;
  max-width: none !important;
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.topbar-inner {
  min-height: 92px;
  padding: 0 !important;
}
.brand {
  width: clamp(300px, 33vw, 500px) !important;
  flex: 0 1 clamp(300px, 33vw, 500px) !important;
  min-height: 82px !important;
  height: auto !important;
  justify-content: flex-start !important;
  overflow: visible !important;
}
.brand-header-image {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  max-height: 86px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
@media (max-width: 900px) {
  .topbar .wrap {
    width: calc(100% - 24px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .brand {
    width: clamp(240px, 48vw, 380px) !important;
    flex-basis: clamp(240px, 48vw, 380px) !important;
    min-height: 64px !important;
  }
  .brand-header-image {
    max-width: 380px !important;
    max-height: 70px !important;
  }
}
@media (max-width: 560px) {
  .topbar-inner {
    min-height: 76px;
  }
  .brand {
    width: min(285px, 66vw) !important;
    flex-basis: min(285px, 66vw) !important;
    min-height: 54px !important;
  }
  .brand-header-image {
    max-width: 285px !important;
    max-height: 58px !important;
  }
}

/* Responsive header menu and hero offer scaling fix - B07 */
@media (max-width: 900px) {
  .topbar-inner {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .topbar .nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 50;
    display: none;
    width: min(280px, calc(100vw - 2rem));
    padding: 0.75rem;
    border-radius: 18px;
    background: rgba(5, 12, 23, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .topbar .nav.is-open {
    display: grid;
    gap: 0.55rem;
  }

  .topbar .nav a {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .hero-offer-overlay {
    position: absolute !important;
    inset: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 2172px !important;
    padding: clamp(0.35rem, 1.8vw, 0.75rem) !important;
    background: transparent !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .hero-offer-card {
    width: clamp(145px, 42vw, 230px) !important;
    margin-left: clamp(0.25rem, 2vw, 0.65rem) !important;
    padding: clamp(0.45rem, 1.8vw, 0.8rem) !important;
    border-radius: 14px !important;
  }

  .hero-offer-title {
    font-size: clamp(0.62rem, 2.75vw, 1rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 0.45rem !important;
  }

  .hero-offer-actions {
    margin-top: 0.4rem !important;
  }

  .hero-offer-actions .btn-price {
    width: auto !important;
    min-width: 0 !important;
    padding: 0.38rem 0.55rem !important;
    font-size: clamp(0.58rem, 2.4vw, 0.82rem) !important;
  }

  .hero-offer-code {
    margin-top: 0.4rem !important;
    padding: 0.16rem 0.32rem !important;
    font-size: clamp(0.48rem, 1.9vw, 0.66rem) !important;
    border-radius: 5px !important;
  }
}

/* Non-buy button text color override - B08 */
body a.btn:not(.btn-price) .btn-text-gradient,
body button.btn:not(.btn-price) .btn-text-gradient,
.topbar .nav a .btn-text-gradient,
body a.btn:not(.btn-price) .btn-text-white,
body button.btn:not(.btn-price) .btn-text-white,
.topbar .nav a .btn-text-white {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* PCWS approved site-wide button + container halo update */
.nav a,
.side-menu a,
button.btn:not(.btn-price),
a.btn:not(.btn-price),
input.btn:not(.btn-price),
.nav-toggle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 400 !important;
  background: rgba(35, 35, 35, 0.58) !important;
  background-image: none !important;
  border: 1px solid rgba(35, 35, 35, 0.94) !important;
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.34),
    0 0 18px rgba(0, 139, 243, 0.38),
    0 12px 30px rgba(0, 0, 0, 0.34) !important;
  text-shadow: none !important;
}

.nav a:hover,
.nav a:focus-visible,
.side-menu a:hover,
.side-menu a:focus-visible,
button.btn:not(.btn-price):hover,
button.btn:not(.btn-price):focus-visible,
a.btn:not(.btn-price):hover,
a.btn:not(.btn-price):focus-visible,
input.btn:not(.btn-price):hover,
input.btn:not(.btn-price):focus-visible,
.nav-toggle:hover,
.nav-toggle:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 400 !important;
  background: rgba(35, 35, 35, 0.74) !important;
  background-image: none !important;
  border-color: rgba(35, 35, 35, 1) !important;
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.52),
    0 0 24px rgba(0, 139, 243, 0.56),
    0 14px 34px rgba(0, 0, 0, 0.38) !important;
  filter: none !important;
  transform: none !important;
}

.nav a *,
.side-menu a *,
button.btn:not(.btn-price) *,
a.btn:not(.btn-price) *,
input.btn:not(.btn-price) *,
.nav-toggle * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 400 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.card,
.panel,
.legal-card,
.test-hero,
.test-panel,
.result-card,
.note-card,
.summary-box,
.hero-copy,
.hero-image-card,
.spec-card,
.cta-card,
.traffic-card,
.micro div,
.traffic-bullets div,
.feature-tile,
.hero-media {
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.24),
    0 0 22px rgba(0, 139, 243, 0.28),
    0 14px 34px rgba(0, 0, 0, 0.30) !important;
  border-color: rgba(0, 139, 243, 0.32) !important;
}

.hero-offer-card {
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36) !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
}

.btn-price,
.btn-price:hover,
.btn-price:focus-visible,
.btn-price *,
.btn-price:hover *,
.btn-price:focus-visible * {
  font-weight: inherit;
}

/* Header mobile menu button fix - B09 */
.nav-toggle {
  display: none !important;
  width: 44px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 5px !important;
  cursor: pointer !important;
  flex: 0 0 auto !important;
}

.nav-toggle span {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  background-image: none !important;
}

@media (min-width: 901px) {
  .topbar .nav {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  .topbar-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
  }

  .topbar .nav {
    position: absolute !important;
    top: calc(100% + 0.55rem) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 500 !important;
    display: none !important;
    width: min(280px, calc(100vw - 2rem)) !important;
    padding: 0.75rem !important;
    border-radius: 18px !important;
    background: rgba(5, 12, 23, 0.96) !important;
    border: 1px solid rgba(0, 139, 243, 0.32) !important;
    box-shadow:
      0 0 0 1px rgba(0, 139, 243, 0.22),
      0 0 22px rgba(0, 139, 243, 0.28),
      0 24px 60px rgba(0, 0, 0, 0.48) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  .topbar .nav.is-open {
    display: grid !important;
    gap: 0.55rem !important;
  }

  .topbar .nav a {
    width: 100% !important;
  }
}


/* Comparison chart section - B10 */
.comparison-card {
  margin-top: 1.4rem;
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
}

.comparison-copy p {
  color: var(--muted);
  margin: 0.35rem 0 0;
  line-height: 1.65;
}

.comparison-image-wrap {
  display: grid;
  justify-items: center;
}

.comparison-image-wrap img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  border-radius: 18px;
  display: block;
  border: 1px solid rgba(0, 139, 243, 0.32);
  box-shadow: 0 0 0 1px rgba(0, 139, 243, 0.22), 0 0 22px rgba(0, 139, 243, 0.26), 0 14px 34px rgba(0, 0, 0, 0.28);
}

@media (max-width: 720px) {
  .comparison-card {
    padding: 1.15rem;
  }
}

.benefit-card-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
