:root {
  --rj-green: #78bd12;
  --rj-green-dark: #4f8f08;
  --rj-green-soft: #b6e56c;
  --rj-black: #050805;
  --rj-black-2: #0b100b;
  --rj-panel: #0d130d;
  --rj-panel-2: #121912;
  --rj-white: #fff;
  --rj-text: #f4f7f1;
  --rj-muted: #c8d0c5;
  --rj-line: rgba(120, 189, 18, .58);
  --rj-shell: 1180px;
  --rj-radius: 14px;
  --rj-shadow: 0 18px 44px rgba(0,0,0,.34);
  --rj-mobile-bar-height: 66px;
  --rj-red: var(--rj-green);
  --rj-red-dark: var(--rj-green-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--rj-black);
  color: var(--rj-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.rj-shell { width: min(var(--rj-shell), calc(100% - 40px)); margin-inline: auto; }
.rj-skip-link { position: fixed; left: 12px; top: -100px; z-index: 10000; background: #fff; color: #000; padding: 10px 14px; }
.rj-skip-link:focus { top: 12px; }
.rj-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* HERO */
.rj-green-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(120,189,18,.13), transparent 31%),
    linear-gradient(180deg, #080c08 0%, #030503 100%);
  border-bottom: 1px solid var(--rj-line);
}
.rj-green-hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(520px, 1.22fr);
  align-items: stretch;
}
.rj-green-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 34px 34px 0;
  position: relative;
  z-index: 2;
}
.rj-green-logo { width: min(455px, 100%); margin-bottom: 24px; }
.rj-green-hero h1 { margin: 0 0 18px; line-height: 1.13; letter-spacing: -.035em; }
.rj-green-hero h1 span,
.rj-green-hero h1 strong { display: block; font-family: "Arial Black", Impact, Arial, sans-serif; font-size: clamp(2.25rem, 4.2vw, 3.65rem); }
.rj-green-hero h1 strong { color: var(--rj-green); }
.rj-green-hero-copy > p { margin: 0 0 24px; font-size: clamp(1.16rem, 2vw, 1.55rem); }
.rj-green-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rj-green-hero-visual { min-width: 0; position: relative; }
.rj-green-hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #050805 0%, rgba(5,8,5,.70) 10%, rgba(5,8,5,.06) 36%, transparent 62%); }
.rj-green-hero-visual img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; }

/* BUTTONS */
.rj-green-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 9px;
  padding: 13px 24px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: .94rem;
  text-decoration: none;
  text-align: center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  touch-action: manipulation;
}
.rj-green-button-primary { color: #061000; background: linear-gradient(180deg, #97db32, #6fb20d); border: 1px solid #a6e64a; box-shadow: 0 10px 22px rgba(120,189,18,.18); }
.rj-green-button-secondary { color: #fff; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.40); }
.rj-green-button:hover, .rj-green-button:focus-visible { transform: translateY(-2px); outline: 3px solid rgba(151,219,50,.24); outline-offset: 2px; }
.rj-green-button-primary:hover, .rj-green-button-primary:focus-visible { background: linear-gradient(180deg, #a7eb42, #78bd12); box-shadow: 0 14px 28px rgba(120,189,18,.27); }
.rj-green-button-secondary:hover, .rj-green-button-secondary:focus-visible { border-color: var(--rj-green); background: rgba(120,189,18,.10); }

/* BENEFITS */
.rj-green-benefits { background: #070a07; border-bottom: 1px solid var(--rj-line); padding: 18px 0; }
.rj-green-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rj-green-benefit { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 6px 22px; }
.rj-green-benefit + .rj-green-benefit { border-left: 1px solid var(--rj-line); }
.rj-green-benefit img { flex: 0 0 60px; width: 60px; height: 60px; object-fit: contain; }
.rj-green-benefit h2 { margin: 0 0 4px; font-family: "Arial Black", Arial, sans-serif; font-size: 1.16rem; line-height: 1.1; }
.rj-green-benefit p { margin: 0; color: var(--rj-muted); font-size: .9rem; line-height: 1.35; }

/* SERVICES */
.rj-green-services { background: linear-gradient(180deg, #080b08, #040604); padding: 24px 0 10px; }
.rj-green-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.rj-green-service-card { overflow: hidden; min-width: 0; display: flex; flex-direction: column; background: linear-gradient(180deg, #111711, #090d09); border: 1px solid rgba(255,255,255,.56); border-radius: 12px; box-shadow: var(--rj-shadow); }
.rj-green-service-image { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
.rj-green-service-content { display: flex; flex: 1; flex-direction: column; align-items: center; text-align: center; padding: 15px 15px 14px; }
.rj-green-service-content h3 { margin: 0 0 6px; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(1.12rem, 2vw, 1.42rem); }
.rj-green-service-content p { margin: 0 0 14px; min-height: 48px; color: #e6eae3; }
.rj-green-service-badge { width: 100%; margin-top: auto; display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 10px 14px; border-radius: 8px; color: #fff; background: linear-gradient(180deg, #66ae16, #3e7f08); border: 1px solid rgba(184,236,112,.56); text-decoration: none; font-family: "Arial Black", Arial, sans-serif; line-height: 1.25; }
.rj-green-service-badge:hover, .rj-green-service-badge:focus-visible { background: linear-gradient(180deg, #78bd12, #4b9109); outline: 3px solid rgba(120,189,18,.25); outline-offset: 2px; }

/* SECTION HEADINGS */
.rj-green-section-heading { text-align: center; margin-bottom: 22px; }
.rj-green-section-heading h2 { margin: 0; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(1.75rem, 3.6vw, 2.8rem); line-height: 1.1; }
.rj-green-section-heading h2 strong { color: var(--rj-green); }
.rj-green-section-heading p { margin: 7px 0 0; color: var(--rj-muted); font-size: 1.02rem; }

/* CONTACT / MESSAGING */
.rj-green-contact { background: #050805; padding: 20px 0 28px; }
.rj-green-contact > .rj-shell { border: 1px solid var(--rj-line); border-radius: var(--rj-radius); padding: 18px 20px 20px; background: linear-gradient(180deg, rgba(15,22,15,.95), rgba(6,10,6,.95)); }
.rj-green-contact-grid { display: grid; grid-template-columns: 1.1fr .8fr .95fr; gap: 24px; align-items: stretch; }
.rj-green-language-list { border-right: 1px solid var(--rj-line); padding-right: 20px; }
.rj-green-language-row { display: flex; align-items: center; gap: 12px; min-height: 52px; border-bottom: 1px solid rgba(120,189,18,.38); }
.rj-green-language-row:last-child { border-bottom: 0; }
.rj-green-language-row span { font-size: 1.55rem; }
.rj-green-language-row strong { font-family: "Arial Black", Arial, sans-serif; font-size: .98rem; }
.rj-green-message-example { display: flex; flex-direction: column; justify-content: center; }
.rj-green-message-example h3 { margin: 0 0 8px; color: var(--rj-green); font-family: "Arial Black", Arial, sans-serif; font-size: 1rem; }
.rj-green-chat-bubble { position: relative; min-height: 200px; padding: 16px 34px 28px 16px; border-radius: 13px; background: linear-gradient(135deg, #f1ffd8, #c8eb95); color: #132308; font-size: 1rem; line-height: 1.35; box-shadow: 0 10px 24px rgba(0,0,0,.30); }
.rj-green-chat-bubble::after { content: ""; position: absolute; right: 0; bottom: -12px; border-top: 18px solid #c8eb95; border-left: 22px solid transparent; }
.rj-green-chat-bubble span { position: absolute; right: 14px; bottom: 10px; color: #399400; font-weight: 900; font-size: 1.25rem; }
.rj-green-message-example > p { margin: 14px 0 0; color: var(--rj-muted); text-align: center; font-size: .88rem; }
.rj-green-channel-list { display: grid; gap: 8px; }
.rj-green-channel { min-width: 0; display: flex; align-items: center; gap: 13px; min-height: 73px; border-bottom: 1px solid rgba(120,189,18,.38); color: #fff; text-decoration: none; padding: 4px 0; }
.rj-green-channel:last-child { border-bottom: 0; }
.rj-green-channel img { flex: 0 0 54px; width: 54px; height: 54px; object-fit: contain; }
.rj-green-channel span { min-width: 0; }
.rj-green-channel strong { display: block; color: var(--rj-green); font-family: "Arial Black", Arial, sans-serif; font-size: 1.05rem; }
.rj-green-channel small { display: block; color: #eff4ec; line-height: 1.25; overflow-wrap: anywhere; }
.rj-green-channel:hover, .rj-green-channel:focus-visible { background: rgba(120,189,18,.08); outline: 2px solid var(--rj-green); outline-offset: 3px; }

/* PROFESSIONAL STRIP */
.rj-green-professional { background: #060906; padding: 0 0 12px; }
.rj-green-professional > .rj-shell { overflow: hidden; border: 1px solid var(--rj-line); border-radius: 12px; }
.rj-green-professional h2 { margin: 0; padding: 8px 16px; background: linear-gradient(180deg, #66aa16, #3c7907); color: #fff; text-align: center; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(1.25rem, 2.8vw, 1.85rem); }
.rj-green-professional-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); background: #0a0f0a; }
.rj-green-professional-grid > div { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 13px 14px; }
.rj-green-professional-grid > div + div { border-left: 1px solid var(--rj-line); }
.rj-green-professional-grid span { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 1.4rem; font-weight: 900; }
.rj-green-professional-grid p { margin: 0; font-weight: 800; font-size: .88rem; line-height: 1.22; }
.rj-green-professional-grid small { color: var(--rj-muted); font-weight: 400; }

/* ASSISTANCE */
.rj-green-assistance { background: #050805; padding: 0 0 26px; }
.rj-green-assistance-grid { display: grid; grid-template-columns: 130px repeat(4, minmax(0,1fr)); border: 1px solid var(--rj-line); border-radius: 12px; overflow: hidden; background: #090d09; }
.rj-green-assistance-image { min-height: 170px; background: #0b100b; }
.rj-green-assistance-image img { width: 100%; height: 100%; object-fit: cover; }
.rj-green-assistance article { min-width: 0; padding: 14px 14px 11px; }
.rj-green-assistance article + article { border-left: 1px solid var(--rj-line); }
.rj-green-assistance h2 { margin: 0 0 7px; color: var(--rj-green); font-family: "Arial Black", Arial, sans-serif; font-size: 1rem; line-height: 1.05; }
.rj-green-assistance h2 strong { color: #fff; }
.rj-green-assistance p { margin: 0; color: #e3e8df; font-size: .82rem; line-height: 1.28; }

/* BOOKING + PLUGIN GREEN OVERRIDES */
.rj-green-booking { color: #fff; padding: 34px 0 42px; background: radial-gradient(circle at 50% 10%, rgba(120,189,18,.10), transparent 35%), linear-gradient(180deg, #0b100b, #050805); border-top: 1px solid var(--rj-line); }
.rj-green-booking .rj-green-section-heading { margin-bottom: 8px; }
.rj-booking-plugin { width: min(980px,100%); margin: 0 auto; text-align: left; }
.rj-green-booking-fallback { max-width: 760px; margin: 20px auto 0; padding: 24px; text-align: center; border: 1px solid var(--rj-line); border-radius: 12px; background: #0e140e; }
.rj-green-booking .rjb-form { background: #0d130d; color: #fff; border-color: rgba(120,189,18,.52); box-shadow: 0 18px 44px rgba(0,0,0,.38); }
.rj-green-booking .rjb-field label,
.rj-green-booking .rjb-field-label,
.rj-green-booking .rjb-consent { color: #f2f6ef; }
.rj-green-booking .rjb-field input,
.rj-green-booking .rjb-field select,
.rj-green-booking .rjb-field textarea { background: #f8faf7; color: #101510; border-color: #899488; }
.rj-green-booking .rjb-field input:focus,
.rj-green-booking .rjb-field select:focus,
.rj-green-booking .rjb-field textarea:focus,
.rj-green-booking .rjb-time-slots:focus-visible { border-color: var(--rj-green); box-shadow: 0 0 0 3px rgba(120,189,18,.20); }
.rj-green-booking .rjb-time-slots { background: #111811; border-color: rgba(120,189,18,.40); }
.rj-green-booking .rjb-time-hint { color: #dbe3d7; }
.rj-green-booking .rjb-time-slot { border-color: #758071; background: #f9fbf8; color: #151a14; }
.rj-green-booking .rjb-time-slot:hover,
.rj-green-booking .rjb-time-slot:focus-visible { border-color: var(--rj-green); outline-color: rgba(120,189,18,.24); }
.rj-green-booking .rjb-time-slot.is-selected,
.rj-green-booking .rjb-time-slot[aria-pressed="true"] { background: var(--rj-green); border-color: var(--rj-green); color: #081000; box-shadow: 0 5px 15px rgba(120,189,18,.25); }
.rj-green-booking .rjb-consent input { accent-color: var(--rj-green); }
.rj-green-booking .rjb-consent a { color: var(--rj-green-soft); }
.rj-green-booking .rjb-submit { background: linear-gradient(180deg, #8cd229, #62a80b); color: #081000; }
.rj-green-booking .rjb-submit:hover,
.rj-green-booking .rjb-submit:focus-visible { background: linear-gradient(180deg, #9ee13b, #72b914); box-shadow: 0 8px 18px rgba(120,189,18,.22); outline-color: rgba(120,189,18,.24); }
.rj-green-booking .rjb-required { color: #bbc6b7; }

/* FOOTER */
.rj-green-footer { background: #030503; border-top: 1px solid var(--rj-line); }
.rj-green-footer-grid { min-height: 92px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding-block: 16px; }
.rj-green-footer strong { display: block; color: var(--rj-green); font-family: "Arial Black", Arial, sans-serif; font-size: 1.12rem; }
.rj-green-footer small { display: block; color: var(--rj-muted); }
.rj-green-footer-grid > div:nth-child(2) { display: grid; gap: 3px; }
.rj-green-footer a { color: #fff; text-decoration: none; }
.rj-green-footer a:hover, .rj-green-footer a:focus-visible { color: var(--rj-green); }
.rj-green-footer nav { display: flex; gap: 16px; }

/* LEGAL/GENERIC PAGES */
.rj-content-page { min-height: 70vh; background: #f5f7f3; color: #111; padding: 60px 0; }
.rj-content-page h1, .rj-content-page h2 { font-family: "Arial Black", Arial, sans-serif; }
.rj-content-page a:not(.rj-green-button) { color: #4d8d08; }
.rj-legal-shell { max-width: 920px; }
.rj-back-link { display: inline-block; margin-bottom: 18px; font-weight: 800; }
.rj-legal-card { background: #fff; border: 1px solid #d8dfd3; border-radius: 14px; box-shadow: 0 14px 38px rgba(0,0,0,.10); padding: 34px; }
.rj-legal-header { border-bottom: 3px solid var(--rj-green); margin-bottom: 24px; }
.rj-legal-kicker { color: #568f0e; font-weight: 900; letter-spacing: .08em; }
.rj-legal-warning { margin: 20px 0; padding: 14px 16px; border-left: 5px solid #e7a500; background: #fff5ce; }
.rj-legal-nav { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; padding-top: 20px; border-top: 1px solid #ddd; }

/* MOBILE MESSAGE BAR */
.rj-mobile-messagebar { display: none; }

@media (max-width: 1050px) {
  .rj-shell { width: min(var(--rj-shell), calc(100% - 32px)); }
  .rj-green-hero-grid { grid-template-columns: minmax(310px,.88fr) minmax(420px,1.12fr); min-height: 470px; }
  .rj-green-hero-visual img { min-height: 470px; object-position: 56% center; }
  .rj-green-logo { width: min(390px,100%); }
  .rj-green-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .rj-green-benefit { border: 1px solid rgba(120,189,18,.30); border-radius: 10px; }
  .rj-green-benefit + .rj-green-benefit { border-left: 1px solid rgba(120,189,18,.30); }
  .rj-green-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rj-green-service-card:nth-child(3) { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .rj-green-contact-grid { grid-template-columns: 1fr 1fr; }
  .rj-green-channel-list { grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rj-green-language-list { border-right: 1px solid var(--rj-line); }
  .rj-green-professional-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rj-green-professional-grid > div { border-bottom: 1px solid var(--rj-line); }
  .rj-green-professional-grid > div + div { border-left: 0; }
  .rj-green-professional-grid > div:nth-child(even) { border-left: 1px solid var(--rj-line); }
  .rj-green-professional-grid > div:last-child { grid-column: 1 / -1; justify-content: center; }
  .rj-green-assistance-grid { grid-template-columns: 130px repeat(2,minmax(0,1fr)); }
  .rj-green-assistance article:nth-of-type(3) { border-left: 0; border-top: 1px solid var(--rj-line); }
  .rj-green-assistance article:nth-of-type(4) { border-top: 1px solid var(--rj-line); }
}

@media (max-width: 767px) {
  .rj-shell { width: min(100% - 28px,var(--rj-shell)); }
  .rj-green-hero-grid { display: flex; flex-direction: column; min-height: 0; width: 100%; }
  .rj-green-hero-copy { width: min(100% - 28px,var(--rj-shell)); margin-inline: auto; padding: 22px 0 28px; }
  .rj-green-logo { width: min(340px,92vw); align-self: center; margin-bottom: 20px; }
  .rj-green-hero h1 span, .rj-green-hero h1 strong { font-size: clamp(2rem,10vw,2.9rem); }
  .rj-green-hero-copy > p { font-size: 1.16rem; }
  .rj-green-hero-actions { width: 100%; display: grid; }
  .rj-green-button { width: 100%; min-height: 52px; }
  .rj-green-hero-visual::before { background: linear-gradient(180deg,#050805 0%,rgba(5,8,5,.05) 22%,transparent 48%); }
  .rj-green-hero-visual img { min-height: 0; aspect-ratio: 16 / 10; object-position: center; }
  .rj-green-benefit-grid { grid-template-columns: 1fr; }
  .rj-green-benefit { padding: 12px 14px; }
  .rj-green-service-grid { grid-template-columns: 1fr; }
  .rj-green-service-card:nth-child(3) { grid-column: auto; width: 100%; }
  .rj-green-service-image { aspect-ratio: 1.42 / 1; }
  .rj-green-contact > .rj-shell { padding-inline: 14px; }
  .rj-green-contact-grid { grid-template-columns: 1fr; }
  .rj-green-language-list { border-right: 0; padding-right: 0; }
  .rj-green-message-example { order: 3; }
  .rj-green-channel-list { grid-column: auto; grid-template-columns: 1fr; }
  .rj-green-professional-grid { grid-template-columns: 1fr; }
  .rj-green-professional-grid > div,
  .rj-green-professional-grid > div:nth-child(even) { border-left: 0; border-bottom: 1px solid var(--rj-line); }
  .rj-green-professional-grid > div:last-child { grid-column: auto; }
  .rj-green-assistance-grid { grid-template-columns: 100px 1fr; }
  .rj-green-assistance-image { grid-row: 1 / span 4; }
  .rj-green-assistance article,
  .rj-green-assistance article + article,
  .rj-green-assistance article:nth-of-type(3),
  .rj-green-assistance article:nth-of-type(4) { border-left: 1px solid var(--rj-line); border-top: 1px solid var(--rj-line); }
  .rj-green-assistance article:first-of-type { border-top: 0; }
  .rj-green-footer-grid { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .rj-green-footer nav { justify-content: center; }
  .rj-has-mobile-callbar .rj-site-main { padding-bottom: 0; }
  .rj-has-mobile-callbar .rj-site-main.rj-green-home, .rj-green-home { padding-bottom: calc(var(--rj-mobile-bar-height) + env(safe-area-inset-bottom)); }
  .rj-mobile-messagebar { position: fixed; left: 12px; right: 12px; bottom: max(10px,env(safe-area-inset-bottom)); z-index: 9990; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 18px; border: 1px solid #a6e64a; border-radius: 12px; color: #071100; background: linear-gradient(180deg,#98dc32,#6fb20d); box-shadow: 0 12px 28px rgba(0,0,0,.38); text-decoration: none; font-family: "Arial Black",Arial,sans-serif; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .rj-mobile-messagebar img { width: 34px; height: 34px; }
  .rj-mobile-messagebar.is-hidden, .rj-mobile-messagebar.is-input-active { opacity: 0; visibility: hidden; transform: translateY(130%); pointer-events: none; }
  .rj-legal-card { padding: 22px 17px; }
}

@media (max-width: 460px) {
  .rj-green-hero h1 span, .rj-green-hero h1 strong { font-size: clamp(1.75rem,9.4vw,2.35rem); }
  .rj-green-language-row strong { font-size: .86rem; }
  .rj-green-language-row span { font-size: 1.3rem; }
  .rj-green-assistance-grid { grid-template-columns: 1fr; }
  .rj-green-assistance-image { grid-row: auto; height: 180px; }
  .rj-green-assistance article,
  .rj-green-assistance article + article,
  .rj-green-assistance article:nth-of-type(3),
  .rj-green-assistance article:nth-of-type(4) { border-left: 0; border-top: 1px solid var(--rj-line); }
}

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


/* Prices image panel under service cards */
.rj-green-pricepanel {
    padding: 0 0 2rem;
    background: #020402;
}
.rj-green-pricepanel .rj-shell {
    max-width: 1240px;
}
.rj-green-pricepanel-figure {
    margin: 0;
    border: 1px solid rgba(145, 222, 26, 0.45);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(0,0,0,.38);
    background: #010101;
}
.rj-green-pricepanel-figure img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .rj-green-pricepanel {
        padding: 0 0 1.25rem;
    }
    .rj-green-pricepanel-figure {
        border-radius: 12px;
    }
}
