/* ============================================================
   RubberAid theme — rubber additives export template (India)
   Palette: ink navy / indigo, fire orange-coral, warm clay.
   No green anywhere in the theme.
   ============================================================ */
:root {
  --ink: #171c33;
  --ink-2: #232a4d;
  --indigo: #3b4a9f;
  --indigo-soft: #e8ebfa;
  --fire: #f0522b;
  --fire-dark: #cf3d1a;
  --clay: #f6efe7;
  --clay-2: #efe4d6;
  --sand: #fbf8f3;
  --line: #e5e0d7;
  --text: #2c2f3d;
  --muted: #6b6f82;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 10px 30px rgba(23, 28, 51, 0.10);
  --shadow-sm: 0 4px 14px rgba(23, 28, 51, 0.08);
  --font: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.rubberaid-theme {
  font-family: var(--font);
  color: var(--text);
  background: var(--sand);
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--indigo); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fire); }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 15px; }

.ra-wrap { max-width: 1220px; margin: 0 auto; padding: 0 22px; }
.ra-readmax { max-width: 860px; }
.skip-nav {
  position: absolute; left: -9999px; top: 0; z-index: 3000;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-nav:focus { left: 0; color: #fff; }

/* ---------- headings / helpers ---------- */
.ra-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fire);
}
.ra-h2 { font-size: 28px; line-height: 1.25; color: var(--ink); margin-bottom: 18px; }
.ra-sechead { max-width: 720px; margin-bottom: 34px; }
.ra-sechead h2 { font-size: 32px; line-height: 1.2; color: var(--ink); margin: 8px 0 10px; }
.ra-sechead p { color: var(--muted); }
.ra-textlink { font-weight: 600; font-size: 14.5px; display: inline-flex; align-items: center; gap: 7px; }
.ra-sub { color: var(--muted); max-width: 680px; }
.ra-headmid { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.ra-headmid .ra-sub { margin: 0 auto; }
.ra-headrow {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 34px;
}
.ra-noimg {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; min-height: 120px;
  background: var(--indigo-soft); color: var(--indigo); font-size: 30px;
}

/* ---------- buttons ---------- */
.ra-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 24px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 15px; line-height: 1.2; transition: all .2s;
}
.ra-btn-lg { padding: 15px 32px; font-size: 16px; }
.ra-btn-fire { background: var(--fire); color: #fff; }
.ra-btn-fire:hover { background: var(--fire-dark); color: #fff; transform: translateY(-2px); }
.ra-btn-ink { background: var(--ink); color: #fff; }
.ra-btn-ink:hover { background: var(--indigo); color: #fff; transform: translateY(-2px); }
.ra-btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.ra-btn-ghost:hover { background: var(--ink); color: #fff; }
.ra-btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.ra-btn-outline-light:hover { background: rgba(255,255,255,.14); color: #fff; }
.ra-btn-wa { background: #1c9edb; color: #fff; }
.ra-btn-wa:hover { background: #147cb0; color: #fff; }
.ra-minibtn {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 700; color: var(--indigo);
  padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--indigo);
  transition: all .2s;
}
.ra-minibtn:hover { background: var(--indigo); color: #fff; }
.ra-minibtn-alt { border-color: var(--fire); color: var(--fire); }
.ra-minibtn-alt:hover { background: var(--fire); color: #fff; }
.btn.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--fire); color: #fff; border: 0; border-radius: 999px;
  padding: 13px 28px; font-weight: 700; font-size: 15px; transition: background .2s;
}
.btn.btn-primary:hover { background: var(--fire-dark); }

/* ---------- ticker ---------- */
.ra-ticker { background: var(--ink); color: #e8e4da; font-size: 13.5px; }
.ra-ticker-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; padding-bottom: 8px; }
.ra-ticker-item { display: inline-flex; align-items: center; gap: 9px; }
.ra-ticker-item i { color: var(--fire); }
.ra-ticker-links { display: flex; gap: 18px; white-space: nowrap; }
.ra-ticker-links a { color: #cfc9ba; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; }
.ra-ticker-links a:hover { color: #fff; }

/* ---------- header ---------- */
.ra-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(251, 248, 243, .96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.ra-header-in { display: flex; align-items: center; gap: 26px; min-height: 76px; }
.ra-logo { display: flex; align-items: center; flex-shrink: 0; }
.ra-logo img { max-height: 52px; width: auto; }
.ra-nav { display: flex; align-items: center; gap: 2px; flex: 1; }
.ra-nav > a, .ra-navitem > a {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  padding: 27px 14px; color: var(--ink); font-weight: 600; font-size: 15px;
  border-bottom: 3px solid transparent;
}
.ra-nav > a:hover, .ra-navitem > a:hover,
.ra-nav > a.active, .ra-navitem > a.active { color: var(--fire); border-bottom-color: var(--fire); }
.ra-navitem { position: relative; }
.ra-navitem > a i { font-size: 11px; opacity: .6; }

/* mega / dropdown */
.ra-drop {
  position: absolute; top: 100%; left: 0; min-width: 250px; max-width: min(720px, calc(100vw - 48px));
  background: #fff; border: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow); padding: 14px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s;
}
.ra-navitem:hover .ra-drop, .ra-navitem:focus-within .ra-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.ra-drop-cols { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 4px 18px; align-items: start; }
.ra-drop-cols:has(.ra-drop-group) { grid-template-columns: repeat(2, minmax(230px, 1fr)); }
.ra-drop-group { min-width: 0; }
.ra-drop-parent, .ra-drop-link {
  display: flex; align-items: flex-start; gap: 8px; white-space: normal; line-height: 1.35;
  padding: 9px 12px; border-radius: var(--radius-sm); color: var(--ink); font-size: 14.5px; font-weight: 600;
}
.ra-drop-parent:hover, .ra-drop-link:hover { background: var(--clay); color: var(--fire); }
.ra-drop-child { display: block; padding: 7px 12px 7px 26px; font-size: 13.5px; color: var(--muted); border-radius: var(--radius-sm); white-space: normal; line-height: 1.35; }
.ra-drop-child:hover { background: var(--clay); color: var(--fire); }
.ra-drop-foot { border-top: 1px dashed var(--line); margin-top: 10px; padding-top: 10px; }
.ra-drop-foot a { font-size: 13.5px; font-weight: 700; color: var(--fire); display: inline-flex; align-items: center; gap: 7px; padding: 4px 12px; }

.ra-header-tools { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ra-tool {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink); font-size: 16px; transition: all .2s;
}
.ra-tool:hover { border-color: var(--fire); color: var(--fire); }
.ra-basket-badge {
  position: absolute; top: -5px; right: -5px; display: none;
  align-items: center; justify-content: center; min-width: 19px; height: 19px;
  padding: 0 5px; border-radius: 999px; background: var(--fire); color: #fff;
  font-size: 11px; font-weight: 800;
}
.ra-header-cta { white-space: nowrap; }
.ra-header.is-stuck { box-shadow: 0 6px 20px rgba(23,28,51,.08); }
.ra-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.ra-burger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; }

/* search layer */
.ra-searchlayer {
  position: fixed; inset: 0; z-index: 1200; display: none;
  background: rgba(23, 28, 51, .88); backdrop-filter: blur(4px);
}
.ra-searchlayer.on { display: flex; align-items: flex-start; justify-content: center; padding: 14vh 22px 0; }
.ra-searchlayer-box { width: 100%; max-width: 680px; position: relative; }
.ra-searchlayer-box form { display: flex; gap: 0; }
.ra-searchlayer-box input {
  flex: 1; padding: 18px 22px; font-size: 18px; border: 0; border-radius: 999px 0 0 999px; outline: none;
}
.ra-searchlayer-box button[type=submit] {
  padding: 0 30px; border: 0; border-radius: 0 999px 999px 0;
  background: var(--fire); color: #fff; font-size: 18px;
}
.ra-searchlayer-hint { color: #cfc9ba; text-align: center; margin-top: 16px; font-size: 14px; }
.ra-searchlayer-close {
  position: absolute; top: -56px; right: 0; background: none; border: 0; color: #fff; font-size: 26px;
}

/* drawer (mobile) */
.ra-drawer-scrim { position: fixed; inset: 0; z-index: 1090; background: rgba(23,28,51,.5); display: none; }
.ra-drawer-scrim.on { display: block; }
.ra-drawer {
  position: fixed; top: 0; right: -320px; z-index: 1100; width: 300px; height: 100vh;
  background: #fff; box-shadow: var(--shadow); transition: right .28s ease;
  display: flex; flex-direction: column; overflow-y: auto;
}
.ra-drawer.on { right: 0; }
.ra-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.ra-drawer-head img { max-height: 40px; }
.ra-drawer-close { background: none; border: 0; font-size: 22px; color: var(--ink); }
.ra-drawer-search { padding: 14px 18px; border-bottom: 1px solid var(--line); }
.ra-drawer-search form { display: flex; }
.ra-drawer-search input { flex: 1; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: 999px 0 0 999px; outline: none; }
.ra-drawer-search button { border: 0; background: var(--fire); color: #fff; border-radius: 0 999px 999px 0; padding: 0 16px; }
.ra-drawer nav { flex: 1; padding: 8px 0; }
.ra-drawer nav > a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 20px; color: var(--ink); font-weight: 600; border-bottom: 1px solid #f2ede4;
}
.ra-drawer nav > a.active { color: var(--fire); }
.ra-drawer-sec > button {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  padding: 13px 20px; color: var(--ink); font-weight: 600; border: 0; background: none;
  border-bottom: 1px solid #f2ede4; font-size: 15px; text-align: left;
}
.ra-drawer-sec > button i { transition: transform .2s; color: var(--muted); }
.ra-drawer-sec.open > button { color: var(--fire); }
.ra-drawer-sec.open > button i { transform: rotate(180deg); }
.ra-drawer-sub { display: none; background: var(--clay); }
.ra-drawer-sec.open .ra-drawer-sub { display: block; }
.ra-drawer-sub a { display: block; padding: 11px 20px 11px 34px; font-size: 14px; color: var(--muted); border-bottom: 1px solid #eae2d4; }
.ra-drawer-cta { padding: 18px; display: grid; gap: 10px; }
.ra-drawer-cta .ra-btn { justify-content: center; }

/* ---------- page head ---------- */
.ra-pagehead { background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 55%, var(--indigo) 130%); color: #fff; padding: 54px 0; }
.ra-pagehead h1 { font-size: 38px; line-height: 1.15; margin: 10px 0 12px; }
.ra-pagehead p { color: #c9cde4; max-width: 720px; }
.ra-pagehead-compact { padding: 42px 0; }
.ra-pagehead-compact h1 { font-size: 32px; }
.ra-pagehead-hero { padding: 72px 0; }
.ra-pagehead-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.ra-crumb { font-size: 13px; color: #9aa0c0; margin-bottom: 4px; }
.ra-crumb a { color: #9aa0c0; }
.ra-crumb a:hover { color: #fff; }
.ra-arthead h1 { font-size: 32px; }
.ra-artmeta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 14px; color: #c9cde4; font-size: 14px; }
.ra-share { display: inline-flex; align-items: center; gap: 9px; }
.ra-share a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 13px;
}
.ra-share a:hover { background: var(--fire); }

/* ---------- sections ---------- */
.ra-sec { padding: 72px 0; }
.ra-sec-clay { background: var(--clay); }
.ra-sec-ink { background: var(--ink); color: #fff; }
.ra-sec-ink .ra-sechead h2, .ra-sec-ink .ra-h2 { color: #fff; }
.ra-sec-ink .ra-sechead p { color: #c9cde4; }
.ra-sec-fireband { background: linear-gradient(120deg, var(--fire) 0%, var(--fire-dark) 100%); color: #fff; padding: 56px 0; }
.ra-sec-fireband h2 { color: #fff; }

/* ---------- hero (home) ---------- */
.ra-hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1100px 520px at 85% -10%, rgba(240,82,43,.35), transparent 60%),
              linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 60%, var(--indigo) 140%);
}
.ra-hero-in { padding-top: 84px; padding-bottom: 90px; max-width: 780px; position: relative; z-index: 2; }
.ra-hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  padding: 8px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: #f4d9ce;
}
.ra-hero h1 { font-size: 50px; line-height: 1.1; margin: 22px 0 16px; }
.ra-hero h1 em { font-style: normal; color: var(--fire); }
.ra-hero-lead { font-size: 18px; color: #c9cde4; max-width: 640px; }
.ra-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ra-hero-stats { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 44px; }
.ra-herostat strong { display: block; font-size: 30px; color: #fff; }
.ra-herostat span { font-size: 13.5px; color: #9aa0c0; }
.ra-hero-molecules { position: absolute; right: -60px; bottom: -60px; font-size: 340px; color: rgba(255,255,255,.05); z-index: 1; pointer-events: none; }

/* ---------- home: function grid ---------- */
.ra-funcgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ra-funccard {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; transition: all .22s; box-shadow: var(--shadow-sm);
}
.ra-funccard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--fire); }
.ra-funccard-icon {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--indigo-soft); color: var(--indigo); font-size: 21px;
}
.ra-funccard:hover .ra-funccard-icon { background: var(--fire); color: #fff; }
.ra-funccard-body h3 { font-size: 17px; color: var(--ink); margin-bottom: 5px; }
.ra-funccard-body p { font-size: 14px; color: var(--muted); }

/* ---------- home: product rail / tiles ---------- */
.ra-prodrail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ra-prodtile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: all .22s; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.ra-prodtile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ra-prodtile-media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--clay); }
.ra-prodtile-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ra-prodtile:hover .ra-prodtile-media img { transform: scale(1.05); }
.ra-prodtile-body { padding: 20px 20px 12px; flex: 1; }
.ra-prodtile-body em { font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--fire); }
.ra-prodtile-body h3 { font-size: 17.5px; margin: 7px 0 8px; }
.ra-prodtile-body h3 a { color: var(--ink); }
.ra-prodtile-body h3 a:hover { color: var(--fire); }
.ra-prodtile-body p { font-size: 14px; color: var(--muted); }
.ra-prodtile-foot { display: flex; gap: 10px; padding: 0 20px 20px; }

/* ---------- home: why India ---------- */
.ra-whysplit { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
.ra-whysplit-head h2 { font-size: 32px; color: var(--ink); margin: 8px 0 14px; }
.ra-whysplit-head p { color: var(--muted); }
.ra-whylist { display: grid; gap: 14px; }
.ra-whyitem {
  display: flex; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm);
}
.ra-whynum {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff; font-weight: 800; font-size: 16px;
}
.ra-whyitem h3 { font-size: 16.5px; color: var(--ink); margin-bottom: 4px; }
.ra-whyitem p { font-size: 14px; color: var(--muted); }

/* ---------- home / mfg: lab split ---------- */
.ra-labsplit { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
.ra-labsplit-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.ra-labsplit-media img { width: 100%; display: block; }
.ra-labsplit-copy h2 { font-size: 32px; color: var(--ink); margin: 8px 0 14px; }
.ra-labsplit-copy p { color: var(--muted); margin-bottom: 16px; }
.ra-labchecks { display: grid; gap: 10px; margin: 18px 0 24px; }
.ra-labchecks li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.ra-labchecks li i { color: var(--fire); margin-top: 4px; }

/* ---------- solutions rows ---------- */
.ra-solrows { display: grid; gap: 16px; }
.ra-solrow {
  display: flex; align-items: center; gap: 22px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 22px 16px 16px; transition: all .22s; box-shadow: var(--shadow-sm);
}
.ra-solrow:hover { transform: translateX(6px); border-color: var(--fire); box-shadow: var(--shadow); }
.ra-solrow-media { flex-shrink: 0; width: 130px; height: 92px; border-radius: var(--radius-sm); overflow: hidden; background: var(--clay); }
.ra-solrow-media img { width: 100%; height: 100%; object-fit: cover; }
.ra-solrow-body { flex: 1; }
.ra-solrow-body h2, .ra-solrow-body h3 { font-size: 18px; color: var(--ink); margin-bottom: 5px; }
.ra-solrow-body p { font-size: 14px; color: var(--muted); }
.ra-solrow-go { flex-shrink: 0; color: var(--fire); font-size: 20px; }
.ra-solrows-page { max-width: 900px; }

/* ---------- certificates ---------- */
.ra-certstack { display: flex; flex-wrap: wrap; gap: 14px; }
.ra-certchip {
  display: inline-flex; align-items: center; gap: 11px;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 12px 22px; font-weight: 600; color: var(--ink); transition: all .2s;
}
.ra-certchip:hover { border-color: var(--fire); color: var(--fire); }
.ra-certchip i { color: var(--fire); }
.ra-certchip img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.ra-certcards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 22px 0 20px; }
.ra-certcard {
  display: flex; flex-direction: column; background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-certcard:hover { border-color: var(--fire); transform: translateY(-4px); box-shadow: var(--shadow); }
.ra-certcard-media {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 4/3; background: var(--sand); padding: 10px;
  color: var(--fire); font-size: 30px;
}
.ra-certcard-media img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.ra-certcard-title {
  padding: 10px 10px; font-weight: 700; font-size: 13px; color: var(--ink);
  text-align: center; line-height: 1.4; border-top: 1px solid var(--line);
}
.ra-certcard:hover .ra-certcard-title { color: var(--fire); }
@media (max-width: 640px) { .ra-certcards { grid-template-columns: 1fr 1fr; } }
.ra-certgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ra-certgrid .ra-certcard-media { aspect-ratio: 4/3; padding: 20px; font-size: 46px; }
.ra-certcard-body { padding: 16px 18px; border-top: 1px solid var(--line); }
.ra-certcard-body h2 { font-size: 16px; color: var(--ink); margin-bottom: 6px; line-height: 1.45; }
.ra-certcard-body time { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.ra-certcard:hover .ra-certcard-body h2 { color: var(--fire); }
@media (max-width: 1100px) { .ra-certgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ra-certgrid { grid-template-columns: 1fr; } }
.ra-certledger { display: grid; gap: 12px; max-width: 860px; }
.ra-certrow {
  display: flex; align-items: center; gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 20px 14px 14px; transition: all .2s; box-shadow: var(--shadow-sm);
}
.ra-certrow:hover { border-color: var(--fire); transform: translateX(5px); }
.ra-certrow-thumb {
  flex-shrink: 0; width: 72px; height: 72px; border-radius: var(--radius-sm);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: var(--indigo-soft); color: var(--indigo); font-size: 26px;
}
.ra-certrow-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ra-certrow-body { flex: 1; }
.ra-certrow-body h2 { font-size: 16.5px; color: var(--ink); margin-bottom: 3px; }
.ra-certrow-body time { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.ra-certrow-go { color: var(--fire); font-size: 18px; }
.ra-certcol { display: grid; gap: 14px; }
.ra-certfaq { margin-top: 30px; }

/* ---------- FAQ accordion ---------- */
.ra-acc { display: grid; gap: 12px; max-width: 860px; }
.ra-acc-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.ra-acc-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; cursor: pointer; font-weight: 700; font-size: 16px; color: var(--ink);
  list-style: none;
}
.ra-acc-item summary::-webkit-details-marker { display: none; }
.ra-acc-item summary i { color: var(--fire); transition: transform .2s; flex-shrink: 0; }
.ra-acc-item[open] summary i { transform: rotate(45deg); }
.ra-acc-item[open] summary { border-bottom: 1px dashed var(--line); }
.ra-acc-body { padding: 16px 22px 20px; color: var(--muted); font-size: 15px; }
.ra-faq-home-list { max-width: 860px; }
.ra-faqcenter { max-width: 860px; margin: 0 auto; }
.ra-faqcol { display: grid; gap: 12px; }
.ra-faqfilter {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 12px 22px; max-width: 520px; margin-bottom: 26px;
}
.ra-faqfilter i { color: var(--muted); }
.ra-faqfilter input { flex: 1; border: 0; outline: none; font-size: 15px; background: transparent; }
.ra-faq-noresult, .ra-search-empty, .ra-empty {
  text-align: center; padding: 54px 20px; color: var(--muted);
  background: #fff; border: 1px dashed var(--line); border-radius: var(--radius);
}
.ra-faq-noresult i, .ra-search-empty i, .ra-empty i { font-size: 40px; color: var(--fire); margin-bottom: 14px; display: block; }
.ra-search-empty h2, .ra-empty h2 { color: var(--ink); margin-bottom: 8px; }
.ra-empty .ra-btn { margin-top: 18px; }

/* ---------- article cards ---------- */
.ra-artcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ra-artcards-page { grid-template-columns: repeat(3, 1fr); }
.ra-artcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: all .22s;
  display: flex; flex-direction: column;
}
.ra-artcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ra-artcard-media { display: block; height: 200px; aspect-ratio: 16/9; overflow: hidden; background: var(--clay); }
.ra-artcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ra-artcard:hover .ra-artcard-media img { transform: scale(1.05); }
.ra-artcard-body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.ra-artcard-meta { display: flex; align-items: center; gap: 14px; font-size: 12.5px; color: var(--muted); }
.ra-artcard-meta em { font-style: normal; color: var(--fire); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ra-artcard-body h2, .ra-artcard-body h3 { font-size: 17.5px; }
.ra-artcard-body h2 a, .ra-artcard-body h3 a { color: var(--ink); }
.ra-artcard-body h2 a:hover, .ra-artcard-body h3 a:hover { color: var(--fire); }
.ra-artcard-body p { font-size: 14px; color: var(--muted); flex: 1; }
.ra-artcover { border-radius: var(--radius); overflow: hidden; margin-bottom: 28px; box-shadow: var(--shadow); }
.ra-artcover img { display: block; width: 100%; }
.ra-art-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 32px; color: var(--muted); }
.ra-art-tag {
  background: var(--clay); border: 1px solid var(--line); border-radius: 999px;
  padding: 5px 15px; font-size: 13px; font-weight: 600; color: var(--ink);
}
.ra-art-tag:hover { border-color: var(--fire); color: var(--fire); }

/* ---------- band CTA ---------- */
.ra-band {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  background: linear-gradient(120deg, var(--ink), var(--ink-2));
  color: #fff; border-radius: var(--radius); padding: 34px 38px;
}
.ra-band h2 { font-size: 24px; line-height: 1.3; margin-top: 6px; max-width: 640px; }
.ra-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ra-band .ra-btn-ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.ra-band .ra-btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.ra-band .ra-btn-ink { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }
.ra-band .ra-btn-ink:hover { background: var(--fire); border-color: var(--fire); }

/* ---------- CTA split & form ---------- */
.ra-ctasplit { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.ra-ctasplit-alt { grid-template-columns: 1.1fr 1fr; }
.ra-ctasplit-copy h2 { font-size: 32px; margin: 8px 0 14px; }
.ra-ctalist { display: grid; gap: 12px; margin-top: 20px; }
.ra-ctalist li { display: flex; gap: 11px; align-items: flex-start; }
.ra-ctalist li i { color: var(--fire); margin-top: 4px; }
.ra-ctaform { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); color: var(--text); }
.ra-ctaform h3 { color: var(--ink); font-size: 20px; margin-bottom: 6px; }
.ra-ctaform-note { font-size: 13px; color: var(--muted); margin-top: 12px; display: flex; gap: 8px; align-items: center; }

/* ---------- forms ---------- */
.ra-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ra-form input[type=text], .ra-form input[type=email], .ra-form input[type=tel],
.ra-form textarea, .ra-form select,
.ra-ctaform input[type=text], .ra-ctaform input[type=email], .ra-ctaform textarea,
.ra-quoteform input[type=text], .ra-quoteform input[type=email], .ra-quoteform textarea,
.ra-footer-news input[type=text], .ra-footer-news input[type=email] {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--sand); outline: none; transition: border-color .2s; color: var(--text);
}
.ra-form input:focus, .ra-form textarea:focus,
.ra-ctaform input:focus, .ra-ctaform textarea:focus,
.ra-quoteform input:focus, .ra-quoteform textarea:focus { border-color: var(--fire); }
.ra-form textarea, .ra-ctaform textarea, .ra-quoteform textarea { resize: vertical; }

/* ---------- product listing ---------- */
.ra-listlayout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.ra-sidenav { position: sticky; top: 100px; display: grid; gap: 18px; }
.ra-sidenav-tree { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.ra-sidenav-tree h2 { font-size: 16px; color: var(--ink); margin-bottom: 10px; display: flex; align-items: center; gap: 9px; }
.ra-sidenav-tree h2 i { color: var(--fire); }
.ra-sidenav-parent {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; border-radius: var(--radius-sm); color: var(--ink); font-weight: 600; font-size: 14.5px;
}
.ra-sidenav-parent:hover, .ra-sidenav-parent.active { background: var(--clay); color: var(--fire); }
.ra-sidenav-child { display: block; padding: 8px 12px 8px 26px; font-size: 13.5px; color: var(--muted); border-radius: var(--radius-sm); }
.ra-sidenav-child:hover, .ra-sidenav-child.active { background: var(--clay); color: var(--fire); }
.ra-sidenav-cta { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 22px; }
.ra-sidenav-cta h3 { font-size: 17px; margin-bottom: 8px; }
.ra-sidenav-cta p { font-size: 13.5px; color: #c9cde4; margin-bottom: 16px; }
.ra-listmain { min-width: 0; }
.ra-listnote { font-size: 14px; color: var(--muted); margin-bottom: 20px; display: flex; align-items: center; gap: 9px; }
.ra-listnote i { color: var(--fire); }
.ra-prodrows { display: grid; gap: 16px; }
.ra-prodrow {
  display: flex; gap: 22px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; transition: all .22s; box-shadow: var(--shadow-sm);
}
.ra-prodrow:hover { border-color: var(--fire); box-shadow: var(--shadow); }
.ra-prodrow-media { flex-shrink: 0; width: 168px; height: 126px; border-radius: var(--radius-sm); overflow: hidden; background: var(--clay); display: block; }
.ra-prodrow-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ra-prodrow:hover .ra-prodrow-media img { transform: scale(1.05); }
.ra-prodrow-body { flex: 1; min-width: 0; }
.ra-prodrow-cat { font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--fire); }
.ra-prodrow-body h2 { font-size: 19px; margin: 6px 0 8px; }
.ra-prodrow-body h2 a { color: var(--ink); }
.ra-prodrow-body h2 a:hover { color: var(--fire); }
.ra-prodrow-body p { font-size: 14px; color: var(--muted); }
.ra-prodrow-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.ra-prodrow-tags span { font-size: 12px; background: var(--clay); border-radius: 999px; padding: 3px 11px; color: var(--muted); }
.ra-prodrow-acts { flex-shrink: 0; display: grid; gap: 10px; justify-items: stretch; text-align: center; }

/* ---------- product detail ---------- */
.ra-pdp-top { padding: 46px 0 30px; }
.ra-pdp-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: start; }
.ra-pdp-gallery { position: sticky; top: 100px; display: flex; flex-direction: column; min-width: 0; }
.ra-pdp-mainimg {
  order: 1; border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.ra-pdp-mainimg img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.ra-pdp-thumbs { order: 2; display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.ra-pdp-thumbs button {
  width: 76px; height: 60px; border-radius: var(--radius-sm); overflow: hidden;
  border: 2px solid var(--line); background: #fff; padding: 0; transition: border-color .2s;
}
.ra-pdp-thumbs button.active, .ra-pdp-thumbs button:hover { border-color: var(--fire); }
.ra-pdp-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.ra-pdp-info { min-width: 0; }
.ra-pdp-cat { font-style: normal; font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fire); }
.ra-pdp-info h1 { font-size: 32px; line-height: 1.2; color: var(--ink); margin: 8px 0 12px; }
.ra-pdp-lead { color: var(--muted); margin-bottom: 20px; }
.ra-pdp-sheet { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 22px; padding: 26px 28px; box-shadow: var(--shadow-sm); }
.ra-pdp-sheet > .ra-sechead {
  display: flex; align-items: center; gap: 10px; max-width: none;
  font-size: 22px; line-height: 1.3; color: var(--ink); margin-bottom: 18px;
}
.ra-pdp-sheet > .ra-sechead i { color: var(--fire); font-size: 18px; }
.ra-pdp-sheet table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); }
.ra-pdp-sheet th, .ra-pdp-sheet td { padding: 11px 16px; text-align: left; font-size: 14.5px; border-bottom: 1px solid #f0ebe2; overflow-wrap: break-word; }
.ra-pdp-sheet th { width: 38%; color: var(--ink); background: var(--clay); font-weight: 700; }
.ra-pdp-sheet tr:last-child th, .ra-pdp-sheet tr:last-child td { border-bottom: 0; }
.ra-pdp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.ra-pdp-wa { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--indigo); }
.ra-pdp-assure { display: grid; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px dashed var(--line); }
.ra-pdp-assure > div, .ra-pdp-assure li { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.ra-pdp-assure > div > i, .ra-pdp-assure li i { flex-shrink: 0; width: 18px; margin-top: 2px; color: var(--fire); font-size: 16px; text-align: center; }
.ra-pdp-assure > div > span { font-weight: 700; color: var(--ink); line-height: 1.4; }
.ra-pdp-assure small { font-weight: 400; font-size: 13px; color: var(--muted); }
.ra-pdp-share { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.ra-pdp-share a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: var(--clay); color: var(--ink); font-size: 14px;
}
.ra-pdp-share a:hover { background: var(--fire); color: #fff; }
.ra-pdp-tabsnav {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px;
  border-bottom: 2px solid var(--line); padding-bottom: 0;
}
.ra-pdp-tabsnav a {
  padding: 11px 20px; font-weight: 700; font-size: 15px; color: var(--muted);
  border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.ra-pdp-tabsnav a:hover, .ra-pdp-tabsnav a.active, .ra-pdp-tabsnav a.on { color: var(--fire); border-bottom-color: var(--fire); }
.ra-pdp-datasheet { margin-top: 30px; }
.ra-pdp-order {
  margin-top: 24px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--fire);
  border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.ra-pdp-order h2 { display: flex; align-items: center; gap: 10px; font-size: 20px; line-height: 1.3; color: var(--ink); margin-bottom: 8px; }
.ra-pdp-order h2 i { color: var(--fire); font-size: 18px; }
.ra-pdp-order > p { font-size: 14.5px; color: var(--muted); margin-bottom: 16px; }
.ra-specs { overflow-x: auto; }
.ra-related h2 { margin-bottom: 22px; }
.ra-related {
  position: relative; display: flex; flex-direction: column; padding-bottom: 44px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-related:hover { transform: translateY(-4px); border-color: var(--fire); box-shadow: var(--shadow); }
.ra-related > img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--clay); transition: transform .3s; }
.ra-related:hover > img { transform: scale(1.05); }
.ra-related > span {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  padding: 14px 18px 0; font-size: 15px; font-weight: 700; line-height: 1.45; color: var(--ink);
}
.ra-related:hover > span { color: var(--fire); }
.ra-related > i { position: absolute; left: 18px; bottom: 15px; color: var(--fire); }
.ra-relateds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* ---------- about ---------- */
.ra-storygrid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.ra-storycopy h2 { font-size: 30px; color: var(--ink); margin: 8px 0 16px; }
.ra-storyfacts { display: grid; gap: 14px; position: sticky; top: 100px; }
.ra-fact {
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--fire);
  border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-sm);
}
.ra-fact strong { display: block; font-size: 26px; color: var(--ink); }
.ra-fact span { font-size: 13.5px; color: var(--muted); }
.ra-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ra-pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-pillar:hover { transform: translateY(-4px); border-color: var(--fire); }
.ra-pillar i { font-size: 26px; color: var(--fire); margin-bottom: 14px; display: block; }
.ra-pillar h3 { font-size: 17px; color: var(--ink); margin-bottom: 7px; }
.ra-pillar p { font-size: 14px; color: var(--muted); }
.ra-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.ra-tstep { position: relative; padding: 0 22px 0 0; }
.ra-tstep-dot {
  width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--fire); color: #fff; font-weight: 800; font-size: 17px; margin-bottom: 16px;
  position: relative; z-index: 2;
}
.ra-tstep::before {
  content: ""; position: absolute; top: 23px; left: 46px; right: 0; height: 2.5px;
  background: var(--line); z-index: 1;
}
.ra-tstep:last-child::before { display: none; }
.ra-tstep h3 { font-size: 16.5px; color: var(--ink); margin-bottom: 6px; }
.ra-tstep p { font-size: 13.5px; color: var(--muted); }

/* ---------- manufacturing flow ---------- */
.ra-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 20px; padding-top: 10px; counter-reset: flow; }
.ra-flowstep {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 24px 24px; box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-flowstep:hover { transform: translateY(-4px); border-color: var(--fire); }
.ra-flownum {
  position: absolute; top: -22px; left: 22px;
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--fire); color: #fff; font-weight: 800; font-size: 13px;
  border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,.12);
}
.ra-flowstep i { font-size: 24px; color: var(--indigo); margin: 8px 0 12px; display: block; }
.ra-flownum i { font-size: 18px; color: #fff; margin: 0; display: inline; }
.ra-flowstep h3 { font-size: 17px; color: var(--ink); margin-bottom: 7px; }
.ra-flowstep p { font-size: 14px; color: var(--muted); }
.ra-capband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ra-capitem {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 22px; color: #fff;
}
.ra-capitem i { color: var(--fire); font-size: 22px; margin-bottom: 12px; display: block; }
.ra-capitem h3 { font-size: 16px; margin-bottom: 6px; }
.ra-capitem p { font-size: 13.5px; color: #c9cde4; }
.ra-capitem strong { display: block; font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.ra-capitem span { display: block; font-size: 13.5px; line-height: 1.65; color: #c9cde4; }
.ra-sec-clay .ra-capitem {
  background: #fff; border: 1px solid var(--line); color: var(--ink);
  box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-sec-clay .ra-capitem:hover { transform: translateY(-4px); border-color: var(--fire); }
.ra-sec-clay .ra-capitem strong { color: var(--ink); }
.ra-sec-clay .ra-capitem span { color: var(--muted); }

/* ---------- catalog ---------- */
.ra-catalogflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ra-catalogstep {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; text-align: center; box-shadow: var(--shadow-sm);
}
.ra-catalogstep i { font-size: 28px; color: var(--fire); margin-bottom: 14px; display: block; }
.ra-catalogstep h3 { font-size: 17px; color: var(--ink); margin-bottom: 7px; }
.ra-catalogstep p { font-size: 14px; color: var(--muted); }
.ra-catalogwhy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.ra-catalogwhy .ra-capitem {
  background: #fff; border: 1px solid var(--line); color: var(--ink);
  padding: 24px; box-shadow: var(--shadow-sm); transition: all .22s;
}
.ra-catalogwhy .ra-capitem:hover { transform: translateY(-4px); border-color: var(--fire); }
.ra-catalogwhy .ra-capitem i { color: var(--fire); font-size: 24px; margin-bottom: 12px; display: block; }
.ra-catalogwhy .ra-capitem strong { display: block; font-size: 16.5px; color: var(--ink); font-weight: 700; margin-bottom: 6px; }
.ra-catalogwhy .ra-capitem span { display: block; font-size: 14px; line-height: 1.65; color: var(--muted); }

/* ---------- contact ---------- */
.ra-contactlayout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 46px; align-items: start; }
.ra-contactform { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); padding: 32px; box-shadow: var(--shadow-sm); }
.ra-contactform h2 { color: var(--ink); font-size: 24px; margin-bottom: 8px; }
.ra-contactform > p { color: var(--muted); margin-bottom: 22px; }
.ra-contactrail { display: grid; gap: 16px; position: sticky; top: 100px; }
.ra-channelstack { display: grid; gap: 14px; }
.ra-channel {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-sm);
}
.ra-channel i {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--indigo-soft); color: var(--indigo); font-size: 17px;
}
.ra-channel h3 { font-size: 15.5px; color: var(--ink); margin-bottom: 3px; }
.ra-channel p, .ra-channel a { font-size: 14px; color: var(--muted); word-break: break-word; }
.ra-channel a:hover { color: var(--fire); }
.ra-tipslist { display: grid; gap: 10px; }
.ra-tipslist li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.ra-tipslist li i { color: var(--fire); margin-top: 4px; }

/* ---------- inquiry list page ---------- */
.ra-quotegrid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.ra-quotelist h2, .ra-quoteform h2 { font-size: 21px; color: var(--ink); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.ra-quotelist h2 i, .ra-quoteform h2 i { color: var(--fire); }
.ra-qrow {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px; margin-bottom: 12px; box-shadow: var(--shadow-sm);
}
.ra-qrow-img { flex-shrink: 0; width: 84px; height: 66px; border-radius: var(--radius-sm); overflow: hidden; background: var(--clay); }
.ra-qrow-img img { width: 100%; height: 100%; object-fit: cover; }
.ra-qrow h3 { flex: 1; font-size: 15.5px; min-width: 0; }
.ra-qrow h3 a { color: var(--ink); }
.ra-qrow h3 a:hover { color: var(--fire); }
.ra-qty { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.ra-qty a { display: flex; align-items: center; justify-content: center; width: 32px; height: 34px; color: var(--ink); font-weight: 800; }
.ra-qty a:hover { background: var(--clay); color: var(--fire); }
.ra-qty input { width: 46px; text-align: center; border: 0; outline: none; font-weight: 700; background: transparent; }
.ra-qremove { flex-shrink: 0; color: var(--muted); font-size: 17px; padding: 8px; }
.ra-qremove:hover { color: var(--fire); }
.ra-quoteform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.ra-quoteform > p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.ra-quoteform form { display: grid; gap: 14px; }

/* ---------- search / tags results ---------- */
.ra-searchagain { display: flex; max-width: 620px; margin-top: 22px; }
.ra-searchagain input { flex: 1; padding: 14px 20px; border: 0; border-radius: 999px 0 0 999px; outline: none; }
.ra-searchagain button { border: 0; background: var(--fire); color: #fff; border-radius: 0 999px 999px 0; padding: 0 26px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.ra-searchagain button:hover { background: var(--fire-dark); }
.ra-searchrows { display: grid; gap: 14px; max-width: 960px; }
.ra-searchrow {
  display: flex; align-items: center; gap: 20px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 20px 14px 14px; box-shadow: var(--shadow-sm); transition: all .2s;
}
.ra-searchrow:hover { border-color: var(--fire); }
.ra-searchrow-media { flex-shrink: 0; width: 116px; height: 84px; border-radius: var(--radius-sm); overflow: hidden; background: var(--clay); display: block; }
.ra-searchrow-media img { width: 100%; height: 100%; object-fit: cover; }
.ra-searchrow-body { flex: 1; min-width: 0; }
.ra-searchrow-body em { font-style: normal; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--fire); }
.ra-searchrow-body h2 { font-size: 17px; margin: 4px 0 6px; }
.ra-searchrow-body h2 a { color: var(--ink); }
.ra-searchrow-body h2 a:hover { color: var(--fire); }
.ra-searchrow-body p { font-size: 13.5px; color: var(--muted); }
.ra-searchrow-go { color: var(--fire); font-size: 18px; flex-shrink: 0; }
.ra-searchrow-meta { flex-shrink: 0; font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 7px; }

/* tags */
.ra-tags-count { display: inline-block; margin-top: 14px; font-size: 13.5px; color: #9aa0c0; }
.ra-tags-popular { margin-top: 10px; }
.ra-tags-cloud-section { margin-bottom: 54px; }
.ra-tags-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.ra-cloud-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 8px 17px; font-size: 14px; font-weight: 600; color: var(--ink); transition: all .2s;
}
.ra-cloud-tag:hover { border-color: var(--fire); color: var(--fire); }
.ra-cloud-tag em { font-style: normal; font-size: 11.5px; background: var(--clay); border-radius: 999px; padding: 1px 8px; color: var(--muted); }
.ra-tags-empty { color: var(--muted); padding: 20px 0; display: flex; gap: 9px; align-items: center; }
.ra-tags-rank { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ra-tag-rank-item {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow-sm); transition: all .2s;
}
.ra-tag-rank-item:hover { border-color: var(--fire); transform: translateY(-3px); }
.ra-tag-rank-item strong { color: var(--ink); flex: 1; }
.ra-tag-rank-item span { font-size: 12.5px; color: var(--muted); }
.ra-tag-rank-item i { color: var(--fire); }

/* ---------- solution hero ---------- */
.ra-solhero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: center; margin-top: 10px; }
.ra-solhero-copy h1 { margin-top: 10px; }
.ra-solhero-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.ra-solhero-media img { display: block; width: 100%; }

/* ---------- reading layouts ---------- */
.ra-readwrap { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.ra-readcol { min-width: 0; }
.ra-conrail { display: grid; gap: 18px; position: sticky; top: 100px; }
.ra-endrail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ra-railbox { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.ra-railbox h2 { font-size: 16.5px; color: var(--ink); margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.ra-railbox h2 i { color: var(--fire); }
.ra-raillinks { display: grid; gap: 4px; }
.ra-raillinks a {
  display: block; padding: 8px 10px; font-size: 14px; color: var(--muted);
  border-radius: var(--radius-sm); border-left: 3px solid transparent;
}
.ra-raillinks a:hover { background: var(--clay); color: var(--fire); border-left-color: var(--fire); }
.ra-railmore { display: inline-flex; margin-top: 12px; font-size: 13.5px; font-weight: 700; color: var(--fire); }
.ra-sidehelp { background: var(--ink); border-color: var(--ink); color: #fff; }
.ra-sidehelp h2 { color: #fff; }
.ra-sidehelp p { font-size: 14px; color: #c9cde4; margin-bottom: 16px; }

/* ---------- legal ---------- */
.ra-legalsheet { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 44px; box-shadow: var(--shadow-sm); }

/* ---------- detail-content (rich text) ---------- */
.detail-content { font-size: 15.5px; color: var(--text); overflow-wrap: break-word; }
.detail-content h2 { font-size: 24px; color: var(--ink); margin: 30px 0 12px; }
.detail-content h3 { font-size: 19px; color: var(--ink); margin: 24px 0 10px; }
.detail-content p { margin-bottom: 14px; }
.detail-content ul, .detail-content ol { margin: 0 0 16px 22px; }
.detail-content ul { list-style: disc; }
.detail-content ol { list-style: decimal; }
.detail-content li { margin-bottom: 6px; }
.detail-content img { border-radius: var(--radius-sm); margin: 12px 0; }
.detail-content a { text-decoration: underline; }
.detail-content blockquote {
  border-left: 4px solid var(--fire); background: var(--clay);
  padding: 14px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 16px 0;
}
.detail-content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.detail-content th, .detail-content td { border: 1px solid var(--line); padding: 9px 13px; text-align: left; }
.detail-content th { background: var(--clay); color: var(--ink); }
.table-scroll, .ra-tablewrap { overflow-x: auto; margin: 16px 0; }
.table-scroll table, .ra-tablewrap table { margin: 0; }

/* ---------- pagination / pager ---------- */
.pagination { margin: 40px 0 44px; display: flex; justify-content: center; }
.pagination:last-child { margin-bottom: 0; }
.pagination ul, .pagination .pagination { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.pagination li { display: inline-flex; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 13px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line); color: var(--ink); font-weight: 700; font-size: 14px;
}
.pagination span > a, .pagination li > a, .pagination li > span {
  min-width: 0; height: auto; padding: 0; border: 0; background: transparent; color: inherit;
}
.pagination a:hover, .pagination span:hover { border-color: var(--fire); color: var(--fire); }
.pagination .active, .pagination .active a, .pagination .active span,
.pagination li.active > a, .pagination li.active > span { background: var(--fire); border-color: var(--fire); color: #fff; }
.ra-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.ra-pager-cell { min-width: 0; }
.ra-pager-next { text-align: right; }
.pager-link {
  display: inline-flex; align-items: center; gap: 10px; max-width: 100%;
  padding: 13px 20px; border-radius: var(--radius); background: #fff;
  border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 14.5px;
}
.pager-link:hover { border-color: var(--fire); color: var(--fire); }
.pager-link.pager-empty { color: var(--muted); pointer-events: none; }

/* ---------- footer ---------- */
.ra-footer { background: var(--ink); color: #b9bdd4; margin-top: 110px; }
.ra-footer-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 44px; padding-bottom: 46px; align-items: start; }
.ra-footer-card {
  background: linear-gradient(140deg, var(--fire), var(--fire-dark));
  border-radius: var(--radius); padding: 34px 34px 30px; color: #fff;
  transform: translateY(-46px); box-shadow: var(--shadow);
}
.ra-footer-card h2 { font-size: 25px; line-height: 1.25; }
.ra-footer-card > p { color: #ffe0d5; margin-top: 8px; font-size: 14.5px; }
.ra-footer-card-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.ra-footer-card .ra-btn-fire { background: var(--ink); }
.ra-footer-card .ra-btn-fire:hover { background: #000; }
.ra-footer-contact { display: grid; gap: 9px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.ra-footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.ra-footer-contact a, .ra-footer-contact span { color: #ffe9e1; font-size: 14px; }
.ra-footer-contact a:hover { color: #fff; }
.ra-footer-contact i { color: #ffd6c8; margin-top: 4px; }
.ra-footer-social { display: flex; gap: 10px; margin-top: 18px; }
.ra-footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 15px;
}
.ra-footer-social a:hover { background: var(--ink); }
.ra-footer-links { display: grid; gap: 30px; padding-top: 46px; }
.ra-footer-brandline img { max-height: 48px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.ra-footer-brandline p { font-size: 14px; max-width: 560px; }
.ra-footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.ra-footer-col h2 { color: #fff; font-size: 16px; margin-bottom: 14px; }
.ra-footer-col nav { display: grid; gap: 9px; }
.ra-footer-col nav a { color: #b9bdd4; font-size: 14px; }
.ra-footer-col nav a:hover { color: var(--fire); }
.ra-footer-news strong { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 16px; margin-bottom: 12px; }
.ra-footer-news strong i { color: var(--fire); }
.ra-footer-news p { font-size: 13px; margin-top: 10px; }
.ra-footer-news form { display: flex; gap: 10px; max-width: 460px; }
.ra-footer-news input { flex: 1; padding: 12px 16px; border: 1.5px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; outline: none; }
.ra-footer-news input::placeholder { color: #8b8fa8; }
.ra-footer-news button {
  display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px;
  background: var(--fire); color: #fff; font-weight: 700; padding: 0 22px;
}
.ra-footer-news button:hover { background: var(--fire-dark); }
.ra-footer-base { border-top: 1px solid rgba(255,255,255,.1); }
.ra-footer-base-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; font-size: 13.5px; }
.ra-footer-legal { display: flex; gap: 18px; }
.ra-footer-legal a { color: #b9bdd4; }
.ra-footer-legal a:hover { color: #fff; }

/* ---------- cookie bar ---------- */
.ra-cookie {
  position: fixed; left: 20px; bottom: 20px; z-index: 1500; max-width: 430px;
  background: var(--ink); color: #dfe2f0; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12);
}
.ra-cookie-inner { padding: 20px 22px; }
.ra-cookie-copy { display: flex; gap: 12px; font-size: 13.5px; }
.ra-cookie-copy i { color: var(--fire); font-size: 20px; margin-top: 2px; }
.ra-cookie-copy a { color: var(--fire); text-decoration: underline; }
.ra-cookie-actions { display: flex; gap: 10px; margin-top: 14px; }
.ra-cookie-accept {
  flex: 1; background: var(--fire); color: #fff; border: 0; border-radius: 999px;
  padding: 10px 16px; font-weight: 700; font-size: 14px;
}
.ra-cookie-accept:hover { background: var(--fire-dark); }
.ra-cookie-decline {
  background: transparent; color: #b9bdd4; border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: 10px 16px; font-weight: 600; font-size: 14px;
}
.ra-cookie-decline:hover { color: #fff; border-color: #fff; }

/* ---------- modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1400; display: none;
  background: rgba(23,28,51,.72); align-items: center; justify-content: center; padding: 22px;
}
.modal-overlay.on { display: flex; }
.modal-box {
  background: #fff; border-radius: var(--radius); width: 100%; max-width: 520px;
  padding: 32px; position: relative; max-height: 90vh; overflow-y: auto;
}
.modal-box h3 { color: var(--ink); font-size: 22px; margin-bottom: 6px; }
.modal-desc { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.modal-close { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 22px; color: var(--muted); }
.modal-close:hover { color: var(--fire); }
.modal-box form { display: grid; gap: 13px; }
.modal-box input[type=text], .modal-box input[type=email], .modal-box textarea {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--sand); outline: none;
}
.modal-box input:focus, .modal-box textarea:focus { border-color: var(--fire); }
.success-box { text-align: center; padding: 20px 0; }
.success-icon { font-size: 48px; color: var(--fire); margin-bottom: 12px; }

/* ---------- floats ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 88px; z-index: 990;
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #1c9edb; color: #fff; font-size: 26px; box-shadow: var(--shadow);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.back-to-top {
  position: fixed; right: 22px; bottom: 24px; z-index: 990;
  width: 54px; height: 54px; border-radius: 50%; border: 0;
  background: var(--ink); color: #fff; font-size: 20px; box-shadow: var(--shadow);
  display: none; align-items: center; justify-content: center;
}
.back-to-top.show { display: flex; }
.back-to-top:hover { background: var(--fire); }
.mobile-inquiry-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 980; display: none;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(23,28,51,.1);
}
.mib-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 10px; font-weight: 700; font-size: 14.5px;
}
.mib-quote { background: var(--fire); color: #fff; }
.mib-quote:hover { color: #fff; }
.mib-wa { background: var(--ink); color: #fff; }
.mib-wa:hover { color: #fff; }

/* ---------- toast / success overlay ---------- */
.toast-notify {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(16px); z-index: 1600;
  background: var(--ink); color: #fff; border-radius: 999px; padding: 12px 24px;
  font-size: 14.5px; box-shadow: var(--shadow); display: flex; gap: 14px; align-items: center;
  opacity: 0; transition: all .3s;
}
.toast-notify.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-notify a { color: #ffb59e; font-weight: 700; }
.success-overlay {
  position: fixed; inset: 0; z-index: 1700; display: flex; align-items: center; justify-content: center;
  background: rgba(23,28,51,.72); padding: 22px;
}
.success-overlay .success-box { background: #fff; border-radius: var(--radius); padding: 40px 44px; max-width: 420px; text-align: center; }
.success-overlay h3 { color: var(--ink); font-size: 22px; margin-bottom: 8px; }
.success-overlay p { color: var(--muted); margin-bottom: 20px; }

/* ---------- reveal animation ---------- */
.ra-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.ra-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ra-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- system comment styles ---------- */
.reviews_wrapper { max-width: 860px; margin-top: 44px; }
.reviews_wrapper h2 { color: var(--ink); font-size: 22px; margin-bottom: 18px; }
.reviews_comment_box {
  display: flex; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px 20px; margin-bottom: 14px;
}
.comment_thmb img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.reviews_meta p { color: var(--muted); font-size: 13.5px; margin: 4px 0; }
.reviews_meta strong { color: var(--ink); }
.reviews_meta span { color: var(--text); }
.star_rating ul, .select_star { display: flex; gap: 4px; }
.icon-star { color: #d8d3c8; font-style: normal; }
.icon-star::before { content: "\2605"; font-size: 17px; }
.icon-star.active { color: var(--fire); }
.star_rating .star5 .icon-star, .star_rating .star4 .icon-star:nth-child(-n+4) { color: var(--fire); }
.comment_page { margin: 16px 0 30px; }
.comment_title h2 { margin-bottom: 4px; }
.comment_title p { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.product_ratting h3 { font-size: 15.5px; color: var(--ink); margin-bottom: 8px; }
.product_review_form { margin-top: 18px; }
.product_review_form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.product_review_form .col-12 { grid-column: 1 / -1; }
.product_review_form label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.product_review_form input[type=text], .product_review_form textarea {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--sand); outline: none; margin-bottom: 12px;
}
.product_review_form textarea { min-height: 110px; resize: vertical; }
.product_review_form .a_button {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fire); color: #fff; border-radius: 999px; padding: 12px 26px; font-weight: 700;
}
.product_review_form .a_button:hover { background: var(--fire-dark); color: #fff; }
.mb-10 { margin-bottom: 10px; }
.d-flex { display: flex; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .ra-funcgrid, .ra-pillars, .ra-flow, .ra-catalogflow, .ra-catalogwhy { grid-template-columns: repeat(2, 1fr); }
  .ra-prodrail, .ra-artcards { grid-template-columns: repeat(2, 1fr); }
  .ra-relateds { grid-template-columns: repeat(2, 1fr); }
  .ra-capband { grid-template-columns: repeat(2, 1fr); }
  .ra-timeline { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .ra-tstep::before { display: none; }
  .ra-endrail { grid-template-columns: 1fr; }
  .ra-listlayout { grid-template-columns: 240px 1fr; gap: 28px; }
  .ra-tags-rank { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .ra-nav, .ra-header-cta { display: none; }
  .ra-footer-grid { grid-template-columns: 1fr; gap: 10px; }
  .ra-footer-links { padding-top: 0; }
  .ra-burger { display: flex; }
  .ra-hero h1 { font-size: 38px; }
  .ra-pagehead h1 { font-size: 30px; }
  .ra-pdp-info h1 { font-size: 27px; }
  .ra-pdp-top { padding: 30px 0 22px; }
  .ra-pdp-grid { gap: 30px; }
  .ra-whysplit, .ra-labsplit, .ra-ctasplit, .ra-ctasplit-alt,
  .ra-storygrid, .ra-contactlayout, .ra-quotegrid,
  .ra-pdp-grid, .ra-readwrap, .ra-solhero-grid { grid-template-columns: 1fr; }
  .ra-pdp-gallery, .ra-storyfacts, .ra-contactrail, .ra-conrail,
  .ra-sidenav, .ra-quoteform { position: static; }
  .ra-listlayout { grid-template-columns: 1fr; }
  .ra-ticker-links { display: none; }
  .mobile-inquiry-bar { display: flex; }
  body.rubberaid-theme { padding-bottom: 52px; }
  .wa-float { display: none; }
  .back-to-top { bottom: 72px; }
  .ra-cookie { left: 12px; right: 12px; max-width: none; bottom: 64px; }
}
@media (max-width: 640px) {
  .ra-sec { padding: 52px 0; }
  .ra-hero-in { padding-top: 60px; padding-bottom: 66px; }
  .ra-hero h1 { font-size: 31px; }
  .form-row, .product_review_form .row { grid-template-columns: 1fr; }
  .ra-funcgrid, .ra-prodrail, .ra-artcards, .ra-artcards-page,
  .ra-pillars, .ra-flow, .ra-catalogflow, .ra-catalogwhy,
  .ra-relateds, .ra-capband, .ra-timeline, .ra-tags-rank { grid-template-columns: 1fr; }
  .ra-prodrow { flex-direction: column; align-items: stretch; }
  .ra-prodrow-media { width: 100%; height: 170px; }
  .ra-prodrow-acts { grid-auto-flow: column; }
  .ra-solrow { flex-direction: column; align-items: flex-start; }
  .ra-solrow-media { width: 100%; height: 150px; }
  .ra-searchrow { flex-direction: column; align-items: stretch; gap: 12px; }
  .ra-searchrow-media { width: 100%; height: 160px; }
  .ra-searchrow-meta { justify-content: flex-start; }
  .ra-footer-cols { grid-template-columns: 1fr; }
  .ra-footer-card { padding: 26px; }
  .ra-footer-news form { flex-direction: column; }
  .ra-footer-news button { padding: 12px 22px; justify-content: center; }
  .ra-footer-card h2 { font-size: 21px; }
  .ra-band { padding: 26px; }
  .ra-pager { grid-template-columns: 1fr; }
  .ra-pager-next { text-align: left; }
  .ra-pdp-info h1 { font-size: 23px; }
  .ra-pdp-lead { font-size: 15px; }
  .ra-pdp-thumbs { flex-wrap: nowrap; overflow-x: auto; gap: 8px; min-width: 0; scrollbar-width: none; }
  .ra-pdp-thumbs::-webkit-scrollbar { display: none; }
  .ra-pdp-thumbs button { flex: 0 0 auto; width: 62px; height: 48px; }
  .ra-pdp-tabsnav { flex-wrap: nowrap; overflow-x: auto; gap: 2px; margin-bottom: 20px; scrollbar-width: none; }
  .ra-pdp-tabsnav::-webkit-scrollbar { display: none; }
  .ra-pdp-tabsnav a { padding: 10px 13px; font-size: 14px; white-space: nowrap; }
  .ra-pdp-datasheet { margin-top: 0; }
  .ra-pdp-sheet { padding: 20px 16px; }
  .ra-pdp-sheet > .ra-sechead { font-size: 19px; margin-bottom: 14px; }
  .ra-pdp-sheet th, .ra-pdp-sheet td { padding: 9px 11px; font-size: 13.5px; }
  .ra-pdp-sheet th { width: 44%; }
  .ra-pdp-order { padding: 18px 16px; }
  .ra-pdp-order h2 { font-size: 18px; }
  .ra-pdp-actions { gap: 10px; }
  .ra-pdp-actions .ra-btn { width: 100%; justify-content: center; }
  .ra-legalsheet { padding: 26px 22px; }
  .ra-qrow {
    display: grid; grid-template-columns: 64px 1fr auto;
    grid-template-areas: "img title remove" "img qty qty";
    align-items: start; gap: 8px 14px;
  }
  .ra-qrow-img { grid-area: img; width: 64px; height: 52px; }
  .ra-qrow h3 { grid-area: title; font-size: 14.5px; line-height: 1.45; }
  .ra-qty { grid-area: qty; justify-self: start; }
  .ra-qremove { grid-area: remove; padding: 0 2px; }
}
