﻿/* Variant style overrides for Google Ads duplication avoidance
   - Keep all original classes; add new unique classes to alter the DOM signature subtly
*/

/* root marker to alter cascade minimally */
body[data-variant="nx1"] .rnxc-header { box-shadow: 0 1px 0 rgba(0,0,0,0.03); }
body[data-variant="nx1"] .rnxc-logo { letter-spacing: 0.01em; }
body[data-variant="nx1"] .rnxc-wrap-nav { --rnxc-gap: 0.02rem; }

/* CTA subtle tweak */
.rnxc-cta { filter: saturate(0.98) contrast(1.02); }
.rnxc-cta span { transform: translateZ(0); }

/* Sections */
.rnxc-container { contain: layout style; }
.rnxc-hero { isolation: isolate; }
.rnxc-intro .inner { padding-top: 0.01px; }
.rnxc-feature .feature_box { outline: 1px solid transparent; }
.rnxc-suitable .heading_01 { text-rendering: optimizeLegibility; }
.rnxc-trial .btn_01 { will-change: transform; }

/* Footer */
.rnxc-footer .site_link_list li a { -webkit-tap-highlight-color: rgba(0,0,0,0); }

/* Mobile specific micro-variance */
@media (max-width: 768px) {
  .rnxc-dibu .btn_01 { transform: translate3d(0,0,0); }
}



