:root {
  --rsm-blue: #2f9ff0;
  --rsm-blue-dark: #1286d8;
  --rsm-navy: #24204f;
  --rsm-ink: #0d1424;
  --rsm-muted: #657084;
  --rsm-pale: #f3faff;
  --rsm-line: #dfe8ef;
  --rsm-white: #fff;
  --rsm-yellow: #f9b91f;
  --rsm-radius: 18px;
  --rsm-shadow: 0 16px 45px rgba(20, 50, 80, .10);
  --rsm-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rsm-theme {
  margin: 0;
  color: var(--rsm-ink);
  background: var(--rsm-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.rsm-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; display: block; height: auto; left: 8px; top: 8px; width: auto;
  padding: 12px 16px; background: #fff; color: #000; z-index: 100000;
}
.rsm-container { width: min(calc(100% - 40px), var(--rsm-container)); margin-inline: auto; }
.rsm-narrow { max-width: 820px; }
.rsm-main { min-height: 45vh; }
.rsm-eyebrow {
  margin: 0 0 10px; color: var(--rsm-blue-dark); font-size: .78rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
}
.rsm-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border: 0; border-radius: 8px;
  font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.rsm-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { transform: translateY(-2px); }
.rsm-button--dark { background: #090b10; color: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.rsm-button--blue,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { background: var(--rsm-blue); color: #fff; box-shadow: 0 12px 24px rgba(47,159,240,.25); }
.rsm-button--blue:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--rsm-blue-dark); color: #fff; }
.rsm-button--light { background: #fff; color: var(--rsm-ink); }

/* Announcement and header */
.rsm-announcement { overflow: hidden; height: 30px; background: #fff; border-bottom: 1px solid #edf1f4; color: #354255; font-size: .72rem; font-weight: 700; }
.rsm-announcement-track { display: flex; width: max-content; min-width: 100%; height: 100%; align-items: center; gap: 34px; white-space: nowrap; animation: rsm-ticker 28s linear infinite; }
.rsm-announcement-track span { display: inline-flex; align-items: center; gap: 6px; }
.rsm-announcement-track span::first-letter { color: var(--rsm-blue); }
@keyframes rsm-ticker { to { transform: translateX(-50%); } }
.rsm-site-header { position: relative; z-index: 100; background: var(--rsm-blue); color: #fff; box-shadow: 0 5px 18px rgba(12,78,130,.12); }
.rsm-header-inner { width: min(calc(100% - 40px), 1240px); min-height: 70px; margin-inline: auto; display: grid; grid-template-columns: 200px 1fr 200px; align-items: center; gap: 22px; }
.rsm-brand { display: flex; align-items: center; }
.rsm-brand .custom-logo-link { display: inline-flex; }
.rsm-brand .custom-logo { max-height: 38px; width: auto; }
.rsm-wordmark { position: relative; display: inline-block; color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: -.03em; }
.rsm-wordmark > span { position: absolute; left: 5%; right: -4%; bottom: -3px; height: 4px; border-radius: 50%; background: #a7e8ff; transform: rotate(-3deg); }
.rsm-primary-nav { justify-self: center; }
.rsm-menu { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.rsm-menu li { position: relative; }
.rsm-menu a { display: block; padding: 24px 0; color: #fff; font-size: .86rem; font-weight: 700; opacity: .96; }
.rsm-menu a:hover, .rsm-menu .current-menu-item > a { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.rsm-menu .sub-menu { display: none; position: absolute; left: -18px; top: 100%; min-width: 210px; margin: 0; padding: 10px; list-style: none; background: #fff; color: var(--rsm-ink); border-radius: 12px; box-shadow: var(--rsm-shadow); }
.rsm-menu .sub-menu a { color: var(--rsm-ink); padding: 10px 12px; }
.rsm-menu li:hover > .sub-menu, .rsm-menu li:focus-within > .sub-menu { display: block; }
.rsm-header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.rsm-header-actions a { position: relative; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; }
.rsm-header-actions a:hover { background: rgba(255,255,255,.14); }
.rsm-header-actions svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rsm-cart-count { position: absolute; top: -4px; right: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: #fff; color: var(--rsm-blue-dark); font-size: .62rem; font-weight: 900; }
.rsm-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.rsm-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

/* Homepage */
.rsm-home-hero { background: #fff; }
.rsm-home-hero-grid { min-height: 510px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 45px; padding-block: 54px; }
.rsm-home-hero-media { display: flex; justify-content: flex-end; }
.rsm-home-hero-media img { width: min(100%, 520px); aspect-ratio: 1 / 1; object-fit: contain; }
.rsm-home-hero-copy { max-width: 510px; }
.rsm-rating { margin: 0 0 16px; color: #293348; font-size: .84rem; font-weight: 800; }
.rsm-rating span, .rsm-stars { color: var(--rsm-yellow); letter-spacing: 1px; }
.rsm-home-hero h1 { margin: 0; max-width: 510px; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .92; letter-spacing: -.07em; font-weight: 950; }
.rsm-home-hero h1 span { color: var(--rsm-blue); }
.rsm-home-hero-copy > p:not(.rsm-rating) { max-width: 390px; margin: 22px 0 25px; color: #364156; font-size: 1.05rem; }
.rsm-benefit-marquee { overflow: hidden; background: var(--rsm-navy); color: #fff; font-weight: 800; }
.rsm-benefit-track { display: flex; align-items: center; gap: 16px; min-height: 46px; width: max-content; white-space: nowrap; animation: rsm-benefits 32s linear infinite; }
.rsm-benefit-track span { font-size: .92rem; }
.rsm-benefit-track i { font-style: normal; opacity: .55; }
@keyframes rsm-benefits { to { transform: translateX(-50%); } }
.rsm-problem-section { padding: 74px 0 82px; }
.rsm-problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; max-width: 920px; }
.rsm-problem-media img { width: 100%; max-width: 460px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; background: #e9eef1; }
.rsm-problem-copy h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.02; letter-spacing: -.04em; }
.rsm-problem-copy p { margin: 0; max-width: 510px; color: var(--rsm-muted); }
.rsm-support-section { padding: 70px 0 80px; background: linear-gradient(180deg,#f7fcff 0%,#edf9ff 100%); text-align: center; }
.rsm-support-inner { max-width: 880px; }
.rsm-support-inner > h2 { margin: 0 0 8px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.05em; }
.rsm-support-inner > p:not(.rsm-eyebrow) { max-width: 650px; margin: 0 auto; color: var(--rsm-muted); }
.rsm-support-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 32px 0 20px; text-align: left; }
.rsm-support-cards article { padding: 23px; background: #fff; border: 1px solid #e4edf4; border-radius: 13px; box-shadow: 0 10px 25px rgba(32,65,92,.07); }
.rsm-support-cards article > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e8f6ff; color: var(--rsm-blue-dark); font-weight: 900; }
.rsm-support-cards h3 { margin: 14px 0 4px; font-size: 1rem; }
.rsm-support-cards p { margin: 0; color: var(--rsm-muted); font-size: .84rem; }
.rsm-support-inner small { display: block; margin-top: 12px; color: var(--rsm-muted); }
.rsm-page-content { padding-block: 50px; }

/* Footer */
.rsm-site-footer { position: relative; margin-top: 0; padding: 84px 0 18px; background: var(--rsm-blue); color: #fff; }
.rsm-footer-wave { position: absolute; top: -28px; left: 0; right: 0; height: 48px; background: var(--rsm-blue); clip-path: ellipse(60% 42% at 50% 100%); }
.rsm-footer-grid { display: grid; grid-template-columns: .7fr .9fr 1.4fr; gap: 90px; padding-bottom: 48px; }
.rsm-footer-grid h2 { margin: 0 0 15px; font-size: 1rem; }
.rsm-footer-grid p { margin: 0 0 16px; color: rgba(255,255,255,.85); font-size: .88rem; }
.rsm-footer-grid a:hover { text-decoration: underline; }
.rsm-footer-menu, .rsm-footer-grid .rsm-menu { display: block; padding: 0; margin: 0; list-style: none; }
.rsm-footer-menu li, .rsm-footer-grid .rsm-menu li { margin: 7px 0; }
.rsm-footer-menu a, .rsm-footer-grid .rsm-menu a { padding: 0; color: rgba(255,255,255,.85); font-size: .85rem; font-weight: 500; }
.rsm-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); font-size: .72rem; }
.rsm-footer-bottom p { margin: 0; }
.rsm-payment-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.rsm-payment-badges span { padding: 4px 7px; border-radius: 4px; background: #fff; color: #1c2d40; font-size: .6rem; font-weight: 800; }

/* Product hero */
.rsm-product-hero { padding: 54px 0 68px; background: linear-gradient(180deg,#fff 0%,#f8fbfd 100%); }
.rsm-product-hero-grid { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(390px,.94fr); gap: 64px; align-items: start; }
.rsm-product-gallery { min-width: 0; position: sticky; top: 26px; }
.admin-bar .rsm-product-gallery { top: 58px; }
.rsm-product-main-image { position: relative; overflow: hidden; border-radius: 18px; background: #f0f3f5; box-shadow: inset 0 0 0 1px rgba(23,44,65,.06); }
.rsm-product-main-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: opacity .18s ease; }
.rsm-product-main-image img.is-changing { opacity: .4; }
.rsm-sale-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 12px; border-radius: 99px; background: var(--rsm-blue); color: #fff; font-size: .78rem; font-weight: 900; }
.rsm-product-thumbnails { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-top: 12px; }
.rsm-product-thumb { overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #eef2f4; cursor: pointer; }
.rsm-product-thumb.is-active { border-color: var(--rsm-blue); }
.rsm-product-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.rsm-product-summary { padding-top: 8px; }
.rsm-expert-note { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 15px; padding: 8px 11px; border-radius: 99px; background: #edf8ff; color: #23638c; font-size: .78rem; font-weight: 800; }
.rsm-expert-note span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--rsm-blue); color: #fff; }
.rsm-product-summary h1 { margin: 0 0 14px; font-size: clamp(2.3rem,4vw,4.2rem); line-height: .98; letter-spacing: -.055em; }
.rsm-product-rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 13px; color: #3d495b; font-size: .88rem; font-weight: 700; }
.rsm-product-price .price { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--rsm-ink); font-size: 1.65rem; font-weight: 900; }
.rsm-product-price del { color: #8c96a5; font-size: 1rem; font-weight: 600; }
.rsm-product-price ins { text-decoration: none; }
.rsm-product-benefits { display: grid; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; color: #2e394a; }
.rsm-product-benefits li { font-weight: 650; }
.rsm-product-benefits li::first-letter { color: #27a65c; }
.woocommerce-product-details__short-description { color: var(--rsm-muted); }
.rsm-add-to-cart-wrap { margin-top: 22px; }
.rsm-add-to-cart-wrap form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin: 0 !important; }
.rsm-add-to-cart-wrap form.cart .quantity { float: none !important; margin: 0 !important; }
.rsm-add-to-cart-wrap .quantity .qty { width: 78px; min-height: 54px; padding: 10px; border: 1px solid #cad6df; border-radius: 9px; background: #fff; }
.rsm-add-to-cart-wrap .single_add_to_cart_button { flex: 1; min-width: 220px; min-height: 54px !important; border-radius: 9px !important; background: var(--rsm-blue) !important; color: #fff !important; font-size: 1rem !important; }
.rsm-add-to-cart-wrap .variations { width: 100%; margin-bottom: 12px !important; }
.rsm-add-to-cart-wrap .variations th, .rsm-add-to-cart-wrap .variations td { display: block; width: 100%; text-align: left; }
.rsm-add-to-cart-wrap .variations select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cad6df; border-radius: 8px; background: #fff; }
.rsm-add-to-cart-wrap .woocommerce-variation-price { margin: 12px 0; font-size: 1.2rem; font-weight: 900; }
.rsm-trust-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 14px; color: #596577; font-size: .78rem; font-weight: 700; }
.rsm-product-accordions { margin-top: 24px; border-top: 1px solid var(--rsm-line); }
.rsm-product-accordions details, .rsm-faq-list details { border-bottom: 1px solid var(--rsm-line); }
.rsm-product-accordions summary, .rsm-faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 2px; font-weight: 850; cursor: pointer; list-style: none; }
.rsm-product-accordions summary::-webkit-details-marker, .rsm-faq-list summary::-webkit-details-marker { display: none; }
.rsm-product-accordions summary::after, .rsm-faq-list summary::after { content: "+"; font-size: 1.3rem; font-weight: 400; }
.rsm-product-accordions details[open] summary::after, .rsm-faq-list details[open] summary::after { content: "−"; }
.rsm-product-accordions details p, .rsm-faq-list details p { margin: -6px 0 20px; color: var(--rsm-muted); }

/* Product content */
.rsm-stats-strip { background: var(--rsm-navy); color: #fff; }
.rsm-stats-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.rsm-stats-grid > div { padding: 32px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.rsm-stats-grid > div:last-child { border-right: 0; }
.rsm-stats-grid strong { display: block; font-size: clamp(1.9rem,4vw,3.2rem); line-height: 1; }
.rsm-stats-grid span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: .85rem; }
.rsm-product-section { padding: 90px 0; }
.rsm-product-section h2, .rsm-story-section h2, .rsm-dark-cta h2 { margin: 0; font-size: clamp(2.3rem,5vw,4.7rem); line-height: .95; letter-spacing: -.06em; }
.rsm-customer-relief { text-align: center; }
.rsm-customer-relief > .rsm-container > h2 { max-width: 730px; margin-inline: auto; }
.rsm-feature-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 40px; text-align: left; }
.rsm-feature-cards article { overflow: hidden; border-radius: var(--rsm-radius); background: #f4f6f7; box-shadow: 0 12px 32px rgba(31,54,72,.08); }
.rsm-feature-cards img { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; }
.rsm-feature-cards article > div { padding: 22px; }
.rsm-feature-cards h3 { margin: 0 0 6px; font-size: 1.25rem; letter-spacing: -.025em; }
.rsm-feature-cards p { margin: 0; color: var(--rsm-muted); }
.rsm-feature-by-feature { background: #f5faff; }
.rsm-feature-by-feature h2 { max-width: 760px; }
.rsm-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 40px; }
.rsm-feature-grid article { position: relative; padding: 34px; border: 1px solid #dae8f1; border-radius: var(--rsm-radius); background: #fff; }
.rsm-feature-grid article > span { color: var(--rsm-blue); font-size: .78rem; font-weight: 900; }
.rsm-feature-grid h3 { margin: 10px 0 8px; font-size: 1.35rem; }
.rsm-feature-grid p { margin: 0; color: var(--rsm-muted); }
.rsm-story-section { padding: 90px 0; }
.rsm-story-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-block: 44px; }
.rsm-story-row > div { padding: 20px; }
.rsm-story-row p:not(.rsm-eyebrow) { max-width: 520px; color: var(--rsm-muted); font-size: 1.05rem; }
.rsm-story-row img { width: 100%; border-radius: 20px; background: #f0f5fa; }
.rsm-story-row--reverse > div { order: 2; }
.rsm-story-row--reverse img { order: 1; }
.rsm-dark-cta { padding: 90px 0; background: #0e1628; color: #fff; }
.rsm-dark-cta-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: center; }
.rsm-dark-cta .rsm-eyebrow { color: #70c9ff; }
.rsm-dark-cta ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 20px; margin: 30px 0; padding: 0; list-style: none; color: #d7e3ef; }
.rsm-dark-cta li::before { content: "✓"; margin-right: 8px; color: #67d39b; }
.rsm-dark-cta img { width: min(100%, 530px); border-radius: 20px; justify-self: end; }
.rsm-comparison-section { background: #f7fbfe; }
.rsm-comparison-section h2 { max-width: 670px; }
.rsm-table-scroll { overflow-x: auto; margin-top: 38px; border-radius: 16px; box-shadow: var(--rsm-shadow); }
.rsm-comparison-table { width: 100%; min-width: 740px; border-collapse: collapse; background: #fff; }
.rsm-comparison-table th, .rsm-comparison-table td { padding: 18px 20px; border: 1px solid #e2eaf0; text-align: center; }
.rsm-comparison-table th:first-child { text-align: left; }
.rsm-comparison-table thead th { background: #f3f7fa; }
.rsm-comparison-table .is-best { background: var(--rsm-blue); color: #fff; font-weight: 900; }
.rsm-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.rsm-faq-list details:first-child { border-top: 1px solid var(--rsm-line); }
.rsm-product-tabs { padding: 20px 0 90px; }
.rsm-product-tabs .woocommerce-tabs ul.tabs { display: flex; gap: 10px; padding: 0 !important; margin: 0 0 25px !important; border: 0 !important; }
.rsm-product-tabs .woocommerce-tabs ul.tabs::before, .rsm-product-tabs .woocommerce-tabs ul.tabs li::before, .rsm-product-tabs .woocommerce-tabs ul.tabs li::after { display: none !important; }
.rsm-product-tabs .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 8px !important; background: #eef5f9 !important; }
.rsm-product-tabs .woocommerce-tabs ul.tabs li.active { background: var(--rsm-blue) !important; }
.rsm-product-tabs .woocommerce-tabs ul.tabs li a { padding: 11px 16px !important; color: var(--rsm-ink) !important; }
.rsm-product-tabs .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
.rsm-sticky-buy { position: fixed; z-index: 150; left: 50%; bottom: 18px; transform: translate(-50%,130%); width: min(calc(100% - 28px),720px); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px 12px 20px; border: 1px solid #dfe6ec; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(11,26,43,.2); backdrop-filter: blur(12px); transition: transform .28s ease; }
.rsm-sticky-buy.is-visible { transform: translate(-50%,0); }
.rsm-sticky-buy > div { min-width: 0; }
.rsm-sticky-buy strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rsm-sticky-buy span { color: var(--rsm-muted); font-size: .85rem; }

/* Generic pages and WooCommerce */
.rsm-page-shell, .rsm-woocommerce-shell { padding: 70px 0 100px; }
.rsm-entry h1, .rsm-woocommerce-shell h1 { margin-top: 0; font-size: clamp(2.3rem,5vw,4.2rem); line-height: 1; letter-spacing: -.05em; }
.rsm-entry { color: #273449; }
.rsm-entry a { color: var(--rsm-blue-dark); text-decoration: underline; }
.rsm-empty-state { padding-block: 80px; text-align: center; }
.woocommerce .woocommerce-breadcrumb { color: var(--rsm-muted); font-size: .82rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 15px; border: 1px solid var(--rsm-line); border-radius: 16px; background: #fff; }
.woocommerce ul.products li.product img { border-radius: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--rsm-ink); font-size: 1.15rem; }
.woocommerce .cart_totals, .woocommerce-checkout-review-order, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 22px; border: 1px solid var(--rsm-line); border-radius: 14px; }
.woocommerce table.shop_table { border-color: var(--rsm-line); border-radius: 12px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 45px; padding: 10px 12px; border: 1px solid #cbd7e0; border-radius: 7px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--rsm-blue); background: #f1f9ff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--rsm-blue); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .rsm-header-inner { grid-template-columns: 54px 1fr auto; min-height: 62px; }
  .rsm-menu-toggle { display: block; }
  .rsm-brand { justify-content: center; }
  .rsm-primary-nav { position: fixed; z-index: 120; top: 92px; left: 0; bottom: 0; width: min(88vw,360px); padding: 20px; background: #fff; color: var(--rsm-ink); box-shadow: 20px 0 50px rgba(13,25,40,.18); transform: translateX(-110%); transition: transform .25s ease; overflow-y: auto; }
  .admin-bar .rsm-primary-nav { top: 124px; }
  .rsm-primary-nav.is-open { transform: translateX(0); }
  .rsm-primary-nav .rsm-menu { display: block; }
  .rsm-primary-nav .rsm-menu a { padding: 13px 4px; color: var(--rsm-ink); border-bottom: 1px solid #eef1f3; }
  .rsm-primary-nav .rsm-menu .sub-menu { display: block; position: static; box-shadow: none; padding: 0 0 0 14px; }
  .rsm-header-actions a:first-child, .rsm-header-actions a:nth-child(2) { display: none; }
  .rsm-home-hero-grid, .rsm-product-hero-grid, .rsm-dark-cta-grid { grid-template-columns: 1fr; }
  .rsm-home-hero-grid { gap: 10px; text-align: center; }
  .rsm-home-hero-media { justify-content: center; }
  .rsm-home-hero-copy { margin-inline: auto; }
  .rsm-home-hero-copy > p:not(.rsm-rating) { margin-inline: auto; }
  .rsm-product-hero-grid { gap: 35px; }
  .rsm-product-gallery { position: static; }
  .rsm-feature-cards { grid-template-columns: 1fr 1fr; }
  .rsm-story-row, .rsm-faq-grid { gap: 35px; }
  .rsm-dark-cta img { justify-self: start; }
  .rsm-footer-grid { grid-template-columns: .7fr 1fr 1.3fr; gap: 40px; }
}

@media (max-width: 700px) {
  .rsm-container { width: min(calc(100% - 28px), var(--rsm-container)); }
  .rsm-announcement { height: 27px; }
  .rsm-header-inner { width: calc(100% - 20px); }
  .rsm-home-hero-grid { min-height: auto; padding: 36px 0 45px; }
  .rsm-home-hero-media img { width: min(85vw,420px); }
  .rsm-home-hero h1 { font-size: clamp(2.65rem,13vw,4.5rem); }
  .rsm-benefit-track { min-height: 42px; }
  .rsm-problem-section, .rsm-support-section, .rsm-product-section, .rsm-story-section, .rsm-dark-cta { padding-block: 64px; }
  .rsm-problem-grid, .rsm-story-row, .rsm-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .rsm-story-row--reverse > div, .rsm-story-row--reverse img { order: initial; }
  .rsm-support-cards, .rsm-feature-cards, .rsm-feature-grid { grid-template-columns: 1fr; }
  .rsm-product-hero { padding: 24px 0 48px; }
  .rsm-product-hero-grid { grid-template-columns: minmax(0,1fr); }
  .rsm-product-thumbnails { grid-template-columns: repeat(5,1fr); overflow-x: auto; }
  .rsm-product-summary h1 { font-size: clamp(2.45rem,12vw,4rem); }
  .rsm-trust-row { gap: 9px; }
  .rsm-stats-grid { grid-template-columns: 1fr; }
  .rsm-stats-grid > div { padding: 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .rsm-stats-grid > div:last-child { border-bottom: 0; }
  .rsm-feature-cards article { display: grid; grid-template-columns: 130px 1fr; }
  .rsm-feature-cards img { height: 100%; aspect-ratio: auto; }
  .rsm-dark-cta ul { grid-template-columns: 1fr; }
  .rsm-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .rsm-footer-bottom { align-items: flex-start; flex-direction: column; }
  .rsm-site-footer { padding-top: 65px; }
  .rsm-sticky-buy { bottom: 8px; padding: 10px 10px 10px 14px; }
  .rsm-sticky-buy .rsm-button { min-height: 43px; padding: 10px 15px; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
}

@media (max-width: 430px) {
  .rsm-feature-cards article { grid-template-columns: 1fr; }
  .rsm-feature-cards img { aspect-ratio: 1.3 / 1; }
  .rsm-product-thumbnails { grid-template-columns: repeat(4,1fr); }
  .rsm-add-to-cart-wrap form.cart { display: grid; grid-template-columns: 80px 1fr; }
  .rsm-add-to-cart-wrap .single_add_to_cart_button { min-width: 0; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}
