:root {
  --ri-ink: #111827;
  --ri-muted: #5f6877;
  --ri-line: #e7eaf0;
  --ri-soft: #f5f7fb;
  --ri-white: #ffffff;
  --ri-red: #d21f2b;
  --ri-red-dark: #9f111b;
  --ri-navy: #13233a;
  --ri-gold: #d8a23a;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ri-ink);
  font-family: "Poppins", Arial, sans-serif;
  background: var(--ri-white);
}

body,
p {
  line-height: 1.72;
}

a {
  color: inherit;
}

.ri-page {
  overflow: hidden;
}

.ri-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ri-topbar {
  background: var(--ri-navy);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  padding: 9px 0;
}

.ri-topbar .ri-container,
.ri-header-row,
.ri-nav,
.ri-actions,
.ri-hero-grid,
.ri-section-head,
.ri-about-grid,
.ri-footer-grid,
.ri-product-detail-grid {
  display: flex;
  align-items: center;
}

.ri-topbar .ri-container {
  justify-content: space-between;
  gap: 18px;
}

.ri-topbar-contact,
.ri-social-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ri-topbar-contact {
  justify-content: flex-end;
}

.ri-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--ri-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.ri-social-links a:hover {
  color: var(--ri-navy);
  background: var(--ri-white);
}

.ri-social-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ri-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ri-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--ri-line);
  backdrop-filter: blur(14px);
}

.ri-header-row {
  min-height: 82px;
  justify-content: space-between;
  gap: 28px;
}

.ri-logo img {
  max-height: 42px;
  width: auto;
}

.ri-nav {
  gap: 30px;
  font-weight: 700;
  color: var(--ri-navy);
}

.ri-nav a {
  position: relative;
  padding: 30px 0;
}

.ri-nav a:after {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 0;
  height: 2px;
  background: var(--ri-red);
  content: "";
  transition: width 0.25s ease;
}

.ri-nav a:hover:after,
.ri-nav a.active:after {
  width: 100%;
}

.ri-actions {
  gap: 12px;
}

.ri-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.ri-btn:hover {
  transform: translateY(-2px);
}

.ri-btn-primary {
  color: var(--ri-white);
  background: var(--ri-red);
}

.ri-btn-primary:hover {
  color: var(--ri-white);
  background: var(--ri-red-dark);
}

.ri-btn-outline {
  color: var(--ri-navy);
  background: transparent;
  border-color: rgba(19, 35, 58, 0.25);
}

.ri-btn-outline:hover {
  color: var(--ri-white);
  background: var(--ri-navy);
  border-color: var(--ri-navy);
}

.ri-hero .ri-actions .ri-btn-outline {
  color: var(--ri-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.48);
}

.ri-hero .ri-actions .ri-btn-outline:hover {
  color: var(--ri-navy);
  background: var(--ri-white);
  border-color: var(--ri-white);
}

.ri-hero {
  position: relative;
  min-height: 760px;
  color: var(--ri-white);
  background:
    radial-gradient(circle at 80% 18%, rgba(210, 31, 43, 0.34), transparent 28%),
    radial-gradient(circle at 68% 86%, rgba(216, 162, 58, 0.24), transparent 30%),
    linear-gradient(112deg, rgba(10, 20, 36, 0.98) 0%, rgba(17, 32, 54, 0.95) 47%, rgba(245, 247, 251, 0.9) 47.2%, rgba(245, 247, 251, 0.94) 100%),
    var(--ri-hero-image) center/cover no-repeat;
  isolation: isolate;
  overflow: hidden;
}

.ri-image-hero {
  background: #05080d;
}

.ri-image-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.ri-hero:before,
.ri-hero:after {
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
}

.ri-hero:before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,0.6) 48%, transparent 76%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,0.6) 48%, transparent 76%);
  animation: riGridDrift 18s linear infinite;
}

.ri-hero:after {
  width: 520px;
  height: 520px;
  right: 9%;
  top: 12%;
  border: 1px solid rgba(19, 35, 58, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 40px 90px rgba(16, 24, 40, 0.12);
  animation: riSoftPulse 6s ease-in-out infinite;
}

.ri-hero-grid {
  min-height: 760px;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.ri-hero-copy {
  width: min(630px, 100%);
  padding: 78px 0 96px;
  position: relative;
  z-index: 2;
}

.ri-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--ri-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ri-kicker:before {
  width: 42px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ri-hero h1,
.ri-page-hero h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.ri-hero p {
  width: min(620px, 100%);
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.ri-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.ri-hero-pills span,
.ri-product-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--ri-white);
  background: rgba(210, 31, 43, 0.9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.ri-hero-pills span:nth-child(2) {
  background: rgba(216, 162, 58, 0.92);
}

.ri-hero-pills span:nth-child(3) {
  color: var(--ri-navy);
  background: rgba(255, 255, 255, 0.92);
}

.ri-hero-visual {
  position: relative;
  width: min(560px, 48vw);
  min-height: 610px;
  flex: 0 0 min(560px, 48vw);
}

.ri-hero-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(238,242,247,0.94));
  border: 1px solid rgba(19, 35, 58, 0.08);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.18);
  overflow: hidden;
  animation: riFloat 5.5s ease-in-out infinite;
}

.ri-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  filter: drop-shadow(0 18px 22px rgba(16, 24, 40, 0.16));
}

.ri-hero-banner-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ri-hero-banner-visual img {
  display: block;
  width: min(760px, 58vw);
  max-width: none;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(16, 24, 40, 0.24);
}

.ri-hero-card-main {
  width: 355px;
  height: 500px;
  left: 74px;
  top: 54px;
  z-index: 3;
}

.ri-hero-card-side {
  width: 240px;
  height: 330px;
  right: 0;
  top: 18px;
  z-index: 2;
  animation-delay: -1.5s;
}

.ri-hero-card-small {
  width: 235px;
  height: 235px;
  left: 0;
  bottom: 42px;
  z-index: 4;
  animation-delay: -2.8s;
}

.ri-float-tag {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--ri-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 58, 0.1);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
  font-size: 13px;
  font-weight: 900;
  animation: riFloat 4.8s ease-in-out infinite;
}

.tag-one {
  top: 108px;
  left: 0;
}

.tag-two {
  right: 6px;
  bottom: 196px;
  animation-delay: -2s;
}

.tag-three {
  left: 214px;
  bottom: 36px;
  animation-delay: -3.2s;
}

.ri-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(680px, 100%);
  margin-top: -56px;
  position: relative;
  z-index: 2;
  background: var(--ri-line);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.16);
}

.ri-home-banner {
  padding: 42px 0 0;
}

.ri-home-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(16, 24, 40, 0.16);
}

.ri-stat {
  background: var(--ri-white);
  padding: 28px;
}

.ri-stat strong {
  display: block;
  color: var(--ri-red);
  font-size: 34px;
  line-height: 1;
}

.ri-stat span {
  display: block;
  margin-top: 8px;
  color: var(--ri-muted);
  font-size: 14px;
  font-weight: 700;
}

.ri-section {
  padding: 105px 0;
}

.ri-section-soft {
  background: var(--ri-soft);
}

.ri-section-head {
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.ri-section-head > div {
  max-width: 740px;
}

.ri-section h2 {
  margin: 0;
  color: var(--ri-navy);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.1;
}

.ri-section-head p,
.ri-about-copy p {
  margin: 16px 0 0;
  color: var(--ri-muted);
}

.ri-about-grid,
.ri-product-detail-grid {
  align-items: stretch;
  gap: 56px;
}

.ri-about-copy,
.ri-about-media {
  flex: 1 1 0;
}

.ri-about-media {
  flex: 0 0 46%;
}

.ri-about-copy h2 {
  margin-bottom: 20px;
}

.ri-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ri-check {
  padding: 15px 16px;
  background: var(--ri-soft);
  border-left: 3px solid var(--ri-red);
  color: var(--ri-navy);
  font-weight: 800;
}

.ri-about-media {
  display: block;
  min-height: 520px;
}

.ri-about-media img,
.ri-card img,
.ri-product-card img,
.ri-detail-main img,
.ri-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ri-about-media img:first-child {
  display: block;
}

.ri-about-media img {
  border-radius: 4px;
  box-shadow: 0 22px 56px rgba(16, 24, 40, 0.15);
}

.ri-card-grid,
.ri-product-grid,
.ri-feature-grid,
.ri-related-grid,
.ri-department-grid,
.ri-compliance-grid {
  display: grid;
  gap: 24px;
}

.ri-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ri-card,
.ri-product-card,
.ri-feature-card {
  background: var(--ri-white);
  border: 1px solid var(--ri-line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ri-card:hover,
.ri-product-card:hover,
.ri-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 31, 43, 0.28);
  box-shadow: 0 22px 62px rgba(16, 24, 40, 0.12);
}

.ri-reveal,
.ri-card,
.ri-product-card,
.ri-feature-card,
.ri-process-step,
.ri-about-copy,
.ri-about-media,
.ri-collection-panel,
.ri-mini-products {
  animation: riRiseIn 0.9s ease both;
}

.ri-card:nth-child(2),
.ri-product-card:nth-child(2),
.ri-feature-card:nth-child(2) {
  animation-delay: 0.08s;
}

.ri-card:nth-child(3),
.ri-product-card:nth-child(3),
.ri-feature-card:nth-child(3) {
  animation-delay: 0.16s;
}

.ri-card:nth-child(4),
.ri-product-card:nth-child(4),
.ri-feature-card:nth-child(4) {
  animation-delay: 0.24s;
}

.ri-card-image,
.ri-product-image {
  height: 310px;
  background: #eef1f6;
}

.ri-card-body,
.ri-product-body,
.ri-feature-card {
  padding: 24px;
}

.ri-card h3,
.ri-product-card h3,
.ri-feature-card h3 {
  margin: 0;
  color: var(--ri-navy);
  font-size: 21px;
}

.ri-card p,
.ri-product-card p,
.ri-feature-card p {
  margin: 10px 0 0;
  color: var(--ri-muted);
  font-size: 14px;
}

.ri-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ri-department-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ri-department-card {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ri-navy);
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.1);
  animation: riRiseIn 0.9s ease both;
}

.ri-department-card:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.05), rgba(10, 20, 36, 0.86));
  content: "";
}

.ri-department-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ri-department-card:hover img {
  transform: scale(1.08);
}

.ri-department-card div {
  position: relative;
  z-index: 2;
  padding: 28px;
  color: var(--ri-white);
}

.ri-department-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ri-gold);
  font-size: 14px;
  font-weight: 900;
}

.ri-department-card h3 {
  margin: 0;
  color: var(--ri-white);
  font-size: 25px;
}

.ri-department-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.ri-department-card:nth-child(2),
.ri-department-card:nth-child(5) {
  transform: translateY(28px);
}

.ri-feature-card {
  min-height: 178px;
}

.ri-feature-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--ri-white);
  background: var(--ri-red);
  border-radius: 50%;
  font-weight: 900;
}

.ri-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  counter-reset: process;
}

.ri-collection .ri-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ri-process--expanded {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ri-process--expanded .ri-process-step:nth-child(4)::after {
  content: "";
}

.ri-process-step {
  position: relative;
  min-height: 154px;
  padding: 24px 18px;
  background: var(--ri-white);
  border: 1px solid var(--ri-line);
  border-radius: 6px;
}

.ri-process-step:before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  margin-bottom: 24px;
  color: var(--ri-red);
  font-weight: 900;
}

.ri-process-step:after {
  position: absolute;
  top: 42px;
  right: -15px;
  color: var(--ri-red);
  content: ">";
  font-weight: 900;
}

.ri-process-step:last-child:after {
  content: "";
}

.ri-process-step h3 {
  margin: 0;
  color: var(--ri-navy);
  font-size: 17px;
}

.ri-leader-section {
  color: var(--ri-white);
  background:
    radial-gradient(circle at 84% 20%, rgba(210, 31, 43, 0.28), transparent 28%),
    linear-gradient(135deg, #0b1423 0%, #172942 100%);
}

.ri-leader-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

.ri-leader-media {
  position: relative;
  min-height: 560px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  animation: riRiseIn 0.9s ease both;
}

.ri-leader-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.ri-leader-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  min-width: 170px;
  padding: 24px;
  background: var(--ri-red);
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.ri-leader-badge strong {
  display: block;
  color: var(--ri-white);
  font-size: 48px;
  line-height: 1;
}

.ri-leader-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.ri-leader-copy h2,
.ri-leader-copy p,
.ri-leader-copy .ri-kicker {
  color: var(--ri-white);
}

.ri-leader-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
}

.ri-skill-bars {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.ri-skill div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
  color: var(--ri-white);
}

.ri-skill span {
  color: var(--ri-gold);
  font-weight: 900;
}

.ri-skill i {
  display: block;
  height: 9px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.ri-skill i:before {
  display: block;
  width: var(--value);
  height: 100%;
  background: linear-gradient(90deg, var(--ri-red), var(--ri-gold));
  border-radius: inherit;
  content: "";
  animation: riSkillFill 1.2s ease both;
}

.ri-compliance-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ri-compliance-card {
  min-height: 250px;
  padding: 30px;
  overflow: hidden;
  background: var(--ri-white);
  border: 1px solid var(--ri-line);
  border-radius: 6px;
  box-shadow: 0 16px 45px rgba(16, 24, 40, 0.08);
  animation: riRiseIn 0.9s ease both;
}

.ri-compliance-card span {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--ri-white);
  background: var(--ri-navy);
  border-radius: 50%;
  font-weight: 900;
}

.ri-compliance-card h3 {
  margin: 0;
  color: var(--ri-navy);
  font-size: 23px;
}

.ri-compliance-card p {
  margin: 12px 0 0;
  color: var(--ri-muted);
}

.ri-work-band {
  padding: 92px 0;
  color: var(--ri-white);
  background:
    linear-gradient(90deg, rgba(10, 20, 36, 0.92), rgba(10, 20, 36, 0.76)),
    url("../new1/WhatsApp Image 2026-06-03 at 6.20.46 PM (1).jpeg") right center/cover no-repeat,
    #0b1423;
}

.ri-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.ri-work-grid h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ri-white);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.05;
}

.ri-work-grid p {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.ri-work-actions {
  display: grid;
  gap: 14px;
}

.ri-work-actions .ri-btn-outline {
  color: var(--ri-white);
  border-color: rgba(255, 255, 255, 0.36);
}

.ri-work-actions .ri-btn-outline:hover {
  color: var(--ri-navy);
  background: var(--ri-white);
  border-color: var(--ri-white);
}

.ri-collection {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.ri-collection-panel {
  position: relative;
  min-height: 500px;
  padding: 44px;
  color: var(--ri-white);
  background: linear-gradient(180deg, rgba(19, 35, 58, 0.18), rgba(19, 35, 58, 0.84));
  border-radius: 6px;
  overflow: hidden;
}

.ri-collection-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ri-collection-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(19, 35, 58, 0.18), rgba(19, 35, 58, 0.84));
  z-index: 1;
}

.ri-collection-panel > :not(.ri-collection-image) {
  position: relative;
  z-index: 2;
}

.ri-collection-panel h2,
.ri-collection-panel p {
  color: var(--ri-white);
}

.ri-collection-panel p {
  max-width: 520px;
  margin-top: 16px;
}

.ri-mini-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ri-mini-products .ri-card-image {
  height: 240px;
}

.ri-page-hero {
  padding: 120px 0;
  color: var(--ri-white);
  background:
    linear-gradient(90deg, rgba(12, 24, 42, 0.86), rgba(12, 24, 42, 0.34)),
    var(--ri-hero-image) center/cover no-repeat;
}

.ri-page-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.ri-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ri-product-card {
  display: flex;
  flex-direction: column;
}

.ri-product-image {
  height: 300px;
}

.ri-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ri-product-meta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--ri-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ri-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ri-product-benefits span {
  min-height: 30px;
  padding: 6px 10px;
  color: var(--ri-navy);
  background: var(--ri-soft);
  border: 1px solid var(--ri-line);
}

.ri-product-benefits span:first-child {
  color: var(--ri-white);
  background: var(--ri-red);
  border-color: var(--ri-red);
}

.ri-detail-main {
  flex: 1 1 54%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ri-detail-main > img {
  height: 620px;
  background: var(--ri-soft);
  border: 1px solid var(--ri-line);
  border-radius: 6px;
}

.ri-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ri-thumb {
  height: 132px;
  border: 1px solid var(--ri-line);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.ri-detail-copy {
  flex: 1 1 46%;
  padding: 42px;
  background: var(--ri-soft);
  border-radius: 6px;
}

.ri-detail-copy h1 {
  margin: 0 0 18px;
  color: var(--ri-navy);
  font-size: clamp(34px, 4vw, 58px);
}

.ri-specs {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.ri-specs span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ri-line);
  color: var(--ri-muted);
}

.ri-specs strong {
  color: var(--ri-navy);
}

.ri-footer {
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 12% 12%, rgba(210, 31, 43, 0.16), transparent 28%),
    linear-gradient(135deg, #09111f 0%, #111d31 100%);
}

.ri-footer-cta {
  padding: 54px 0;
  color: var(--ri-white);
  background:
    linear-gradient(90deg, rgba(210, 31, 43, 0.92), rgba(159, 17, 27, 0.92)),
    url("../new1/WhatsApp Image 2026-06-04 at 1.07.00 PM.jpeg") center/cover no-repeat;
}

.ri-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ri-footer-cta .ri-kicker,
.ri-footer-cta h2 {
  color: var(--ri-white);
}

.ri-footer-cta h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.1;
}

.ri-footer-cta .ri-btn-primary {
  color: var(--ri-red);
  background: var(--ri-white);
}

.ri-footer-grid {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1.05fr;
  gap: 44px;
  padding: 78px 0 66px;
}

.ri-footer h3,
.ri-footer h4 {
  color: var(--ri-white);
}

.ri-footer h3,
.ri-footer h4 {
  margin-top: 0;
}

.ri-footer p {
  margin: 16px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.74);
}

.ri-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.ri-footer a:hover {
  color: var(--ri-white);
}

.ri-footer .ri-social-links {
  margin-top: 14px;
}

.ri-footer .ri-social-links a {
  color: var(--ri-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.ri-footer .ri-social-links a:hover {
  color: var(--ri-navy);
  background: var(--ri-white);
}

.ri-footer-links {
  display: grid;
  gap: 12px;
}

.ri-footer-links a {
  position: relative;
  padding-left: 16px;
}

.ri-footer-links a:before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  background: var(--ri-red);
  border-radius: 50%;
  content: "";
}

.ri-footer-brand img {
  max-width: 230px;
  padding: 12px 16px;
  background: var(--ri-white);
  border-radius: 4px;
}

.ri-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ri-footer-badges span {
  display: inline-flex;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.ri-copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.ri-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.ri-whatsapp-card,
.ri-whatsapp-button {
  pointer-events: auto;
}

.ri-whatsapp-card {
  width: 245px;
  padding: 16px;
  color: var(--ri-white);
  background: #101827;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 20px 55px rgba(16, 24, 40, 0.22);
  transform: translateX(8px);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ri-whatsapp-float:hover .ri-whatsapp-card {
  opacity: 1;
  transform: translateX(0);
}

.ri-whatsapp-card strong,
.ri-whatsapp-card span,
.ri-whatsapp-card a {
  display: block;
}

.ri-whatsapp-card strong {
  color: var(--ri-white);
  font-size: 16px;
}

.ri-whatsapp-card span {
  margin: 5px 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.ri-whatsapp-card a {
  color: #7cf3a0;
  font-weight: 900;
}

.ri-whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px 16px;
  color: var(--ri-white);
  background: #21b35b;
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(33, 179, 91, 0.35);
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ri-whatsapp-button:hover {
  color: var(--ri-white);
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(33, 179, 91, 0.45);
}

.ri-whatsapp-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@keyframes riRiseIn {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes riSoftPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes riGridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 72px 72px;
  }
}

@keyframes riSkillFill {
  from {
    width: 0;
  }
  to {
    width: var(--value);
  }
}

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

@media (max-width: 1199px) {
  .ri-card-grid,
  .ri-product-grid,
  .ri-feature-grid,
  .ri-department-grid,
  .ri-compliance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ri-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ri-process-step:after {
    content: "";
  }
}

@media (max-width: 991px) {
  .ri-topbar {
    display: none;
  }

  .ri-header-row,
  .ri-nav {
    flex-wrap: wrap;
  }

  .ri-header-row {
    padding: 18px 0;
  }

  .ri-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
  }

  .ri-nav a {
    padding: 6px 0;
  }

  .ri-nav a:after {
    bottom: 0;
  }

  .ri-header .ri-actions {
    display: none;
  }

  .ri-hero,
  .ri-hero-grid {
    min-height: auto;
  }

  .ri-hero {
    background:
      linear-gradient(180deg, rgba(10, 20, 36, 0.98) 0%, rgba(17, 32, 54, 0.96) 58%, rgba(245, 247, 251, 0.98) 58.2%, rgba(245, 247, 251, 0.98) 100%),
      var(--ri-hero-image) center/cover no-repeat;
  }

  .ri-hero-grid {
    display: grid;
    padding: 58px 0 76px;
  }

  .ri-hero-copy {
    padding: 0;
  }

  .ri-hero-visual {
    width: min(100%, 560px);
    min-height: 520px;
    flex: auto;
    margin: 0 auto;
  }

  .ri-hero-banner-visual {
    width: 100%;
    min-height: auto;
  }

  .ri-hero-banner-visual img {
    width: min(100%, 760px);
  }

  .ri-hero-stats,
  .ri-about-grid,
  .ri-section-head,
  .ri-collection,
  .ri-product-detail-grid,
  .ri-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ri-footer-cta-inner {
    display: grid;
  }

  .ri-about-media {
    min-height: 420px;
  }

  .ri-card-grid,
  .ri-product-grid,
  .ri-feature-grid,
  .ri-department-grid,
  .ri-compliance-grid,
  .ri-mini-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ri-leader-grid,
  .ri-work-grid {
    grid-template-columns: 1fr;
  }

  .ri-work-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .ri-about-section {
    padding: 64px 0;
  }

  .ri-about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 20px;
  }

  .ri-about-copy {
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  .ri-about-copy .ri-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .ri-about-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.12;
  }

  .ri-about-copy p {
    max-width: 100%;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.75;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ri-about-points {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .ri-about-media {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    min-height: 0;
    margin: 4px auto 0;
  }

  .ri-about-media img {
    display: none;
  }

  .ri-about-media img:first-child {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .ri-container {
    width: min(100% - 24px, 1180px);
  }

  .ri-header-row {
    justify-content: center;
  }

  .ri-nav {
    font-size: 13px;
  }

  .ri-hero,
  .ri-hero-grid {
    min-height: auto;
  }

  .ri-hero-copy {
    padding: 0;
  }

  .ri-hero p,
  .ri-page-hero p {
    font-size: 16px;
  }

  .ri-hero-grid {
    padding: 48px 0 62px;
  }

  .ri-hero-visual {
    min-height: 410px;
  }

  .ri-hero-card-main {
    width: 235px;
    height: 320px;
    left: 52px;
    top: 38px;
  }

  .ri-hero-card-side {
    width: 160px;
    height: 215px;
    right: 4px;
    top: 18px;
  }

  .ri-hero-card-small {
    width: 150px;
    height: 150px;
    left: 0;
    bottom: 18px;
  }

  .ri-float-tag {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .ri-whatsapp-float {
    right: 12px;
    bottom: 12px;
  }

  .ri-whatsapp-card {
    display: none;
  }

  .ri-whatsapp-button {
    min-height: 50px;
    padding: 11px 13px;
  }

  .ri-whatsapp-button span {
    display: none;
  }

  .tag-two {
    bottom: 116px;
  }

  .tag-three {
    left: 126px;
    bottom: 4px;
  }

  .ri-hero-stats,
  .ri-card-grid,
  .ri-product-grid,
  .ri-feature-grid,
  .ri-department-grid,
  .ri-compliance-grid,
  .ri-process,
  .ri-mini-products,
  .ri-about-points,
  .ri-thumbs {
    grid-template-columns: 1fr;
  }

  .ri-department-card,
  .ri-department-card:nth-child(2),
  .ri-department-card:nth-child(5) {
    min-height: 360px;
    transform: none;
  }

  .ri-leader-grid {
    gap: 34px;
  }

  .ri-leader-media,
  .ri-leader-media img {
    min-height: 390px;
  }

  .ri-work-band {
    padding: 68px 0;
    background:
      linear-gradient(90deg, rgba(10, 20, 36, 0.94), rgba(10, 20, 36, 0.86)),
      #0b1423;
  }

  .ri-work-actions {
    display: grid;
  }

  .ri-section {
    padding: 72px 0;
  }

  .ri-about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ri-about-copy,
  .ri-about-media {
    width: 100%;
  }

  .ri-footer-grid {
    grid-template-columns: 1fr;
  }

  .ri-footer-cta {
    padding: 42px 0;
  }

  .ri-detail-main > img {
    height: 360px;
  }

  .ri-collection-panel {
    min-height: 430px;
    padding: 28px;
  }

  .ri-detail-copy {
    padding: 28px;
  }
}


