.rh-oem-hero{position:relative;background-size:cover;background-position:center 30%}.rh-oem-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgb(5 31 24 / .82) 0%,rgb(13 59 46 / .65) 50%,rgb(13 59 46 / .3) 100%)}.rh-oem-hero-wrap{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;padding-top:7rem;padding-bottom:5rem}.rh-oem-hero-content{max-width:1420px}.rh-oem-hero-badge{flex-shrink:0;background:rgb(232 201 122 / .12);border:1.5px solid rgb(232 201 122 / .35);border-radius:var(--rh-r-xl);padding:1.5rem 2rem;text-align:center;backdrop-filter:blur(8px)}.rh-oem-badge-num{font-family:var(--rh-font-serif);font-size:clamp(2rem, 4vw, 3rem);font-weight:600;color:var(--rh-accent);line-height:1}.rh-oem-badge-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(250 247 242 / .75);margin-top:.4rem;line-height:1.3}@media (max-width:767px){.rh-oem-hero-badge{display:none}.rh-oem-hero-wrap{padding-top:5rem;padding-bottom:3.5rem}}.rh-oem-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width:900px){.rh-oem-intro-grid{grid-template-columns:1fr;gap:3rem}}.rh-oem-intro-img-wrap{position:relative;border-radius:var(--rh-r-xl);overflow:hidden;box-shadow:0 24px 60px rgb(13 59 46 / .12)}.rh-oem-intro-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:transform 6s cubic-bezier(.16,1,.3,1)}.rh-oem-intro-img-wrap:hover .rh-oem-intro-img{transform:scale(1.03)}.rh-oem-intro-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.rh-oem-tag{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--rh-primary);background:var(--rh-accent-soft);border:1px solid var(--rh-accent);border-radius:100px;padding:.3rem .85rem}.rh-oem-caps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem}@media (max-width:1024px){.rh-oem-caps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.rh-oem-caps-grid{grid-template-columns:1fr}}.rh-oem-cap-card{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-r-lg);padding:2rem 1.75rem;text-align:center;transition:transform 0.4s cubic-bezier(.16,1,.3,1),box-shadow 0.4s ease}.rh-oem-cap-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgb(13 59 46 / .1)}.rh-oem-cap-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;background:var(--rh-accent-soft);border-radius:var(--rh-r-md);color:var(--rh-primary)}.rh-oem-cap-icon svg{width:32px;height:32px}.rh-oem-cap-title{font-family:var(--rh-font-serif);font-size:1.05rem;font-weight:500;color:var(--rh-primary);margin:0 0 .6rem}.rh-oem-cap-desc{font-size:.875rem;color:var(--rh-text-muted);line-height:1.6;margin:0}.rh-oem-steps{list-style:none;margin:4rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.rh-oem-steps::before{content:'';position:absolute;top:48px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--rh-accent-soft) 0%,var(--rh-accent) 100%);z-index:0}.rh-oem-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem;position:relative;z-index:1}.rh-oem-step-connector{display:none}.rh-oem-step-circle{position:relative;width:96px;height:96px;border-radius:50%;background:var(--rh-accent-soft);border:2.5px solid var(--rh-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:1.25rem;transition:background 0.3s,transform 0.3s}.rh-oem-step:hover .rh-oem-step-circle{background:var(--rh-primary);transform:scale(1.06)}.rh-oem-step-num{position:absolute;top:-10px;right:-4px;width:26px;height:26px;border-radius:50%;background:var(--rh-primary);color:var(--rh-text-on-dark);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:0;transition:background 0.3s}.rh-oem-step:hover .rh-oem-step-num{background:var(--rh-accent-dark)}.rh-oem-step-icon{color:var(--rh-primary);transition:color 0.3s}.rh-oem-step-icon svg{width:36px;height:36px}.rh-oem-step:hover .rh-oem-step-icon{color:var(--rh-text-on-dark)}.rh-oem-step-title{font-family:var(--rh-font-serif);font-size:.95rem;font-weight:600;color:var(--rh-primary);margin:0 0 .5rem;line-height:1.3}.rh-oem-step-desc{font-size:.82rem;color:var(--rh-text-muted);line-height:1.55;margin:0}@media (max-width:900px){.rh-oem-steps{grid-template-columns:1fr;gap:0}.rh-oem-steps::before{display:none}.rh-oem-step{flex-direction:row;text-align:left;align-items:flex-start;gap:1.5rem;padding:0 0 2.5rem;position:relative}.rh-oem-step-connector{display:block;position:absolute;left:47px;top:96px;bottom:0;width:2px;background:linear-gradient(to bottom,var(--rh-accent) 0%,var(--rh-accent-soft) 100%)}.rh-oem-step:last-child .rh-oem-step-connector{display:none}.rh-oem-step:last-child{padding-bottom:0}.rh-oem-step-circle{margin-bottom:0;flex-shrink:0}}.rh-oem-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem}@media (max-width:1024px){.rh-oem-quality-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.rh-oem-quality-grid{grid-template-columns:1fr}}.rh-oem-qual-card{border-radius:var(--rh-r-lg);overflow:hidden;background:rgb(255 255 255 / .06);border:1px solid rgb(250 247 242 / .1);transition:transform 0.4s cubic-bezier(.16,1,.3,1)}.rh-oem-qual-card:hover{transform:translateY(-6px)}.rh-oem-qual-img-wrap{position:relative;height:180px;overflow:hidden}.rh-oem-qual-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(.16,1,.3,1);filter:brightness(.85)}.rh-oem-qual-card:hover .rh-oem-qual-img{transform:scale(1.05)}.rh-oem-qual-num{position:absolute;top:12px;left:12px;width:32px;height:32px;border-radius:50%;background:var(--rh-accent);color:var(--rh-primary-dark);font-size:.78rem;font-weight:800;display:flex;align-items:center;justify-content:center}.rh-oem-qual-body{padding:1.25rem 1.25rem 1.5rem}.rh-oem-qual-title{font-family:var(--rh-font-serif);font-size:.95rem;font-weight:500;color:var(--rh-text-on-dark);margin:0 0 .5rem;line-height:1.35}.rh-oem-qual-desc{font-size:.82rem;color:rgb(250 247 242 / .6);line-height:1.55;margin:0}.rh-oem-why-card{border-top:2px solid var(--rh-border);padding-top:2rem;transition:border-color 0.3s}.rh-oem-why-card:hover{border-top-color:var(--rh-accent-dark)}.rh-oem-form-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}@media (max-width:900px){.rh-oem-form-grid{grid-template-columns:1fr;gap:3rem}}.rh-oem-form-bullets{list-style:none;margin:1.75rem 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.rh-oem-form-bullets li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--rh-text-muted)}.rh-oem-bullet{width:8px;height:8px;border-radius:50%;background:var(--rh-accent-dark);flex-shrink:0}.rh-oem-form-trust{flex-direction:row;flex-wrap:wrap;gap:.6rem 1.5rem}.rh-oem-form-trust li{font-weight:500}.rh-oem-form-contact{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1.25rem 1.5rem;background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-r-lg)}.rh-oem-form-contact-item{display:flex;flex-direction:column;gap:.15rem}.rh-oem-form-contact-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-text-soft);font-weight:600}.rh-oem-form-contact-val{font-size:.95rem;color:var(--rh-primary);text-decoration:none;font-weight:500;transition:color 0.2s}.rh-oem-form-contact-val:hover{color:var(--rh-primary-light)}.rh-oem-form-note{display:flex;gap:.85rem;align-items:flex-start;margin-top:1rem;padding:1.1rem 1.35rem;background:var(--rh-accent-soft);border:1px solid var(--rh-accent);border-radius:var(--rh-r-lg)}.rh-oem-form-note-icon{flex-shrink:0;width:22px;height:22px;color:var(--rh-primary);margin-top:1px}.rh-oem-form-note-icon svg{width:100%;height:100%;display:block}.rh-oem-form-note-title{display:block;font-family:var(--rh-font-sans);font-size:.92rem;font-weight:600;color:var(--rh-primary);line-height:1.35}.rh-oem-form-note-text{margin:.25rem 0 0;font-family:var(--rh-font-sans);font-size:.8rem;line-height:1.5;color:var(--rh-text-muted)}.rh-oem-form-wrap{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-r-xl);padding:2.5rem;box-shadow:0 8px 32px rgb(13 59 46 / .06)}@media (max-width:560px){.rh-oem-form-wrap{padding:1.5rem}}