:root {
  --ridec-red: #e40b21;
  --ridec-red-dark: #b70718;
  --ridec-bg: #222222;
  --ridec-bg-soft: #2d2d2d;
  --ridec-card: #303030;
  --ridec-ink: #ffffff;
  --ridec-muted: #b6b6b6;
  --ridec-line: rgba(255, 255, 255, 0.12);
  --ridec-width: 1180px;
  --ridec-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ridec-ink);
  background: var(--ridec-bg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }

.rid-container { width: min(calc(100% - 48px), var(--ridec-width)); margin-inline: auto; }
.rid-section { position: relative; padding: 112px 0; overflow: hidden; }
.rid-section--soft { background: var(--ridec-bg-soft); }
.rid-section--grid,
.rid-grid-bg {
  background-color: #171717;
  background-image: linear-gradient(var(--ridec-line) 1px, transparent 1px), linear-gradient(90deg, var(--ridec-line) 1px, transparent 1px);
  background-size: 180px 180px;
}
.rid-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--ridec-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.rid-eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.rid-title { max-width: 820px; margin: 0 0 24px; font-size: clamp(36px, 5vw, 68px); line-height: 1.06; letter-spacing: -.035em; }
.rid-title--sm { font-size: clamp(30px, 3.5vw, 48px); }
.rid-lead { max-width: 760px; margin: 0; color: #d0d0d0; font-size: clamp(17px, 1.7vw, 21px); }
.rid-copy { color: var(--ridec-muted); }
.rid-copy p:first-child { margin-top: 0; }
.rid-copy p:last-child { margin-bottom: 0; }
.rid-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.rid-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--ridec-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.rid-btn::after { content: "→"; font-size: 18px; font-weight: 400; }
.rid-btn:hover { transform: translateY(-2px); background: var(--ridec-red-dark); }
.rid-btn--ghost { border-color: rgba(255,255,255,.45); background: transparent; }
.rid-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.rid-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.rid-header.is-scrolled { background: rgba(14,14,14,.9); box-shadow: 0 12px 34px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.rid-nav { display: flex; min-height: 94px; align-items: center; justify-content: space-between; }
.rid-logo { position: relative; font-size: 21px; font-weight: 800; letter-spacing: -.06em; }
.rid-logo::after { content: ""; position: absolute; right: -7px; bottom: 3px; width: 6px; height: 6px; background: var(--ridec-red); }
.rid-menu { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.rid-menu a { position: relative; padding: 12px 0; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.rid-menu a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--ridec-red); transform: scaleX(0); transition: transform .2s ease; }
.rid-menu a:hover::after, .rid-menu a[aria-current="page"]::after { transform: scaleX(1); }
.rid-menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; }

.rid-hero {
  position: relative;
  min-height: 820px;
  display: grid;
  place-items: center;
  background: center / cover no-repeat;
}
.rid-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.86), rgba(10,10,10,.32) 70%, rgba(10,10,10,.62)); }
.rid-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 180px 180px; opacity: .45; }
.rid-hero__content { position: relative; z-index: 2; padding-top: 88px; }
.rid-hero__content .rid-lead { max-width: 650px; }
.rid-hero__index { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; color: #ddd; font-size: 13px; letter-spacing: .12em; }
.rid-hero__index::before { content: ""; width: 58px; height: 2px; background: var(--ridec-red); }
.rid-page-hero { position: relative; min-height: 560px; display: grid; place-items: center; background-position: center; background-size: cover; text-align: center; }
.rid-page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(12,12,12,.45); }
.rid-page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 180px 180px; }
.rid-page-hero__inner { position: relative; z-index: 2; padding-top: 82px; }
.rid-page-hero h1 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1.1; }
.rid-page-hero p { max-width: 720px; margin: 22px auto 0; color: rgba(255,255,255,.82); }

.rid-slider { position: relative; min-height: clamp(700px, 100svh, 820px); overflow: hidden; background: #111; }
.rid-slide { position: absolute; inset: 0; display: grid; place-items: center; background: center / cover no-repeat; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
.rid-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.88), rgba(10,10,10,.28) 72%, rgba(10,10,10,.6)); }
.rid-slide::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 180px 180px; opacity: .4; }
.rid-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.rid-slide__content { position: relative; z-index: 2; padding-top: 88px; }
.rid-slide__content > * { opacity: 0; transform: translateY(28px); }
.rid-slide.is-active .rid-slide__content > * { animation: ridecRise .7s cubic-bezier(.2,.75,.2,1) forwards; }
.rid-slide.is-active .rid-slide__content > :nth-child(2) { animation-delay: .1s; }
.rid-slide.is-active .rid-slide__content > :nth-child(3) { animation-delay: .2s; }
.rid-slide.is-active .rid-slide__content > :nth-child(4) { animation-delay: .3s; }
.rid-slide.is-active .rid-slide__content > :nth-child(5) { animation-delay: .4s; }
.rid-slider__controls { position: absolute; z-index: 4; right: max(24px, calc((100vw - var(--ridec-width))/2)); bottom: 54px; display: flex; align-items: center; gap: 12px; }
.rid-slider__arrow { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.42); background: rgba(20,20,20,.48); color: #fff; cursor: pointer; font-size: 24px; transition: background .2s ease, border-color .2s ease; }
.rid-slider__arrow:hover { border-color: var(--ridec-red); background: var(--ridec-red); }
.rid-slider__dots { display: flex; gap: 8px; margin-right: 10px; }
.rid-slider__dot { width: 26px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: width .3s ease, background .3s ease; }
.rid-slider__dot.is-active { width: 48px; background: var(--ridec-red); }
.rid-slider__progress { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 4px; background: rgba(255,255,255,.12); }
.rid-slider__progress span { display: block; width: 0; height: 100%; background: var(--ridec-red); }
.rid-slider.is-playing .rid-slider__progress span { animation: ridecProgress 6.5s linear forwards; }

.rid-quick { position: relative; z-index: 5; margin-top: -54px; }
.rid-quick__grid { display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: var(--ridec-shadow); }
.rid-quick__item { min-height: 145px; padding: 28px; border-right: 1px solid #ddd; background: #fff; color: #222; }
.rid-quick__item:last-child { border-right: 0; }
.rid-quick__icon { color: var(--ridec-red); font-size: 28px; line-height: 1; }
.rid-quick h3 { margin: 10px 0 0; font-size: 15px; line-height: 1.35; }

.rid-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.rid-visual { position: relative; min-height: 620px; background: center / cover no-repeat; box-shadow: var(--ridec-shadow); }
.rid-visual::after { content: ""; position: absolute; top: -24px; right: -24px; width: 120px; height: 120px; border-top: 8px solid var(--ridec-red); border-right: 8px solid var(--ridec-red); }
.rid-note { position: absolute; right: -28px; bottom: 42px; max-width: 300px; padding: 28px; background: var(--ridec-red); box-shadow: var(--ridec-shadow); }
.rid-note strong { display: block; font-size: 42px; line-height: 1; }
.rid-note span { display: block; margin-top: 8px; font-size: 13px; text-transform: uppercase; }

.rid-grid { display: grid; gap: 24px; }
.rid-grid--3 { grid-template-columns: repeat(3, 1fr); }
.rid-grid--2 { grid-template-columns: repeat(2, 1fr); }
.rid-services { margin-top: 52px; }
.rid-card { position: relative; min-height: 490px; overflow: hidden; background: var(--ridec-card); box-shadow: 0 16px 45px rgba(0,0,0,.2); }
.rid-card__media { height: 280px; overflow: hidden; background: #1a1a1a; }
.rid-card__media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.rid-card:hover .rid-card__media img { transform: scale(1.035); }
.rid-card__body { padding: 30px; }
.rid-card__number { color: var(--ridec-red); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.rid-card h3 { margin: 8px 0 12px; font-size: 23px; line-height: 1.25; }
.rid-card p { margin: 0; color: var(--ridec-muted); font-size: 14px; }
.rid-card__link { display: inline-block; margin-top: 18px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rid-card__link::after { content: "  →"; color: var(--ridec-red); }

.rid-process { margin-top: 52px; counter-reset: process; }
.rid-step { position: relative; min-height: 240px; padding: 34px; border: 1px solid var(--ridec-line); background: rgba(255,255,255,.025); }
.rid-step::before { counter-increment: process; content: "0" counter(process); color: var(--ridec-red); font-size: 40px; font-weight: 800; line-height: 1; }
.rid-step h3 { margin: 28px 0 10px; }
.rid-step p { margin: 0; color: var(--ridec-muted); font-size: 14px; }

.rid-portfolio { margin-top: 52px; display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-auto-rows: 520px; gap: 18px; }
.rid-project { position: relative; overflow: hidden; background: #161616; }
.rid-project img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.rid-project:hover img { transform: scale(1.045); }
.rid-project__caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 90px 28px 24px; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.rid-project__caption span { color: var(--ridec-red); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.rid-project__caption h3 { margin: 6px 0 0; font-size: 21px; }

.rid-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.rid-stat { padding: 34px; border: 1px solid var(--ridec-line); }
.rid-stat strong { display: block; color: var(--ridec-red); font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.rid-stat span { display: block; margin-top: 12px; color: var(--ridec-muted); font-size: 13px; text-transform: uppercase; }

.rid-gallery { margin-top: 52px; columns: 2; column-gap: 20px; }
.rid-gallery figure { position: relative; margin: 0 0 20px; break-inside: avoid; background: #181818; }
.rid-gallery img { min-height: 380px; max-height: 700px; object-fit: cover; }
.rid-gallery figcaption { padding: 18px 22px; background: #fff; color: #222; font-size: 14px; }

.rid-band { padding: 54px 0; background: var(--ridec-red); }
.rid-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rid-band h2 { margin: 0; font-size: clamp(25px, 3vw, 40px); }
.rid-band .rid-btn { border-color: #fff; background: transparent; }
.rid-band .rid-btn:hover { background: #fff; color: var(--ridec-red); }

.rid-contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.rid-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rid-field { display: grid; gap: 8px; }
.rid-field--full { grid-column: 1 / -1; }
.rid-field label { color: #ddd; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.rid-field input, .rid-field textarea, .rid-field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  outline: 0;
  background: #f4f4f4;
  color: #222;
  padding: 15px 16px;
}
.rid-field input:focus, .rid-field textarea:focus, .rid-field select:focus { border-color: var(--ridec-red); box-shadow: 0 0 0 2px rgba(228,11,33,.2); }
.rid-contact-card { padding: 42px; background: var(--ridec-card); }
.rid-contact-list { display: grid; gap: 24px; margin: 30px 0 0; padding: 0; list-style: none; }
.rid-contact-list strong { display: block; color: var(--ridec-red); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.rid-contact-list span { display: block; margin-top: 5px; color: #ddd; }
.rid-faq { margin-top: 62px; }
.rid-faq details { border-bottom: 1px solid var(--ridec-line); background: #2c2c2c; }
.rid-faq summary { padding: 22px 24px; cursor: pointer; list-style: none; font-weight: 700; }
.rid-faq summary span { display: inline-block; min-width: 92px; margin-right: 14px; color: var(--ridec-red); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.rid-faq summary::-webkit-details-marker { display: none; }
.rid-faq summary::after { content: "+"; float: right; color: var(--ridec-red); }
.rid-faq details[open] summary::after { content: "−"; }
.rid-faq details p { margin: 0; padding: 0 24px 24px; color: var(--ridec-muted); }

.rid-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.rid-faq-nav { position: sticky; top: 130px; padding: 34px; background: var(--ridec-card); }
.rid-faq-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--ridec-line); color: var(--ridec-muted); font-size: 13px; }
.rid-faq-nav a:hover { color: #fff; }

@keyframes ridecRise { to { opacity: 1; transform: translateY(0); } }
@keyframes ridecProgress { to { width: 100%; } }
@keyframes ridecHeaderIn { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
@keyframes ridecHeroPan { from { background-position: center 54%; } to { background-position: center center; } }
.rid-motion-ready .rid-header { animation: ridecHeaderIn .8s cubic-bezier(.2,.75,.2,1) both; }
.rid-motion-ready .rid-page-hero { animation: ridecHeroPan 1.5s cubic-bezier(.2,.75,.2,1) both; }
.rid-motion-ready .rid-page-hero__inner > * { opacity: 0; transform: translateY(24px); animation: ridecRise .75s cubic-bezier(.2,.75,.2,1) forwards; }
.rid-motion-ready .rid-page-hero__inner > :nth-child(2) { animation-delay: .12s; }
.rid-motion-ready .rid-page-hero__inner > :nth-child(3) { animation-delay: .24s; }
.rid-motion-ready .rid-reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s cubic-bezier(.2,.75,.2,1), transform .75s cubic-bezier(.2,.75,.2,1); }
.rid-motion-ready .rid-reveal.is-visible { opacity: 1; transform: translateY(0); }

.rid-footer { background: #111; }
.rid-footer__main { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 70px; padding: 72px 0; }
.rid-footer h3 { margin-top: 0; }
.rid-footer p, .rid-footer li { color: #999; font-size: 14px; }
.rid-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.rid-footer a:hover { color: #fff; }
.rid-footer__bottom { padding: 20px 0; border-top: 1px solid var(--ridec-line); color: #777; font-size: 12px; }

@media (max-width: 980px) {
  .rid-menu-toggle { display: inline-grid; place-items: center; }
  .rid-menu { position: absolute; top: 94px; right: 24px; left: 24px; display: none; padding: 24px; align-items: stretch; gap: 8px; background: #181818; box-shadow: var(--ridec-shadow); }
  .rid-menu.is-open { display: grid; }
  .rid-quick__grid { grid-template-columns: repeat(2, 1fr); }
  .rid-quick__item:nth-child(2) { border-right: 0; }
  .rid-split, .rid-contact-layout { grid-template-columns: 1fr; }
  .rid-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .rid-portfolio { grid-template-columns: 1fr 1fr; grid-auto-rows: 430px; }
  .rid-project:first-child { grid-column: 1 / -1; }
  .rid-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .rid-container { width: min(calc(100% - 32px), var(--ridec-width)); }
  .rid-section { padding: 78px 0; }
  .rid-hero { min-height: 700px; }
  .rid-slider { min-height: 760px; }
  .rid-slider__controls { right: 16px; bottom: 28px; }
  .rid-slider__dots { display: none; }
  .rid-slider__arrow { width: 50px; height: 50px; }
  .rid-page-hero { min-height: 470px; }
  .rid-quick { margin-top: 0; }
  .rid-quick__grid, .rid-grid--3, .rid-grid--2, .rid-portfolio, .rid-footer__main { grid-template-columns: 1fr; }
  .rid-quick__item { min-height: 110px; border-right: 0; border-bottom: 1px solid #ddd; }
  .rid-quick__item:last-child { border-bottom: 0; }
  .rid-visual { min-height: 440px; }
  .rid-note { right: 0; }
  .rid-card { min-height: 0; }
  .rid-portfolio { grid-auto-rows: 390px; }
  .rid-project:first-child { grid-column: auto; }
  .rid-gallery { columns: 1; }
  .rid-stats { grid-template-columns: 1fr 1fr; }
  .rid-stat { padding: 24px 18px; }
  .rid-band__inner { align-items: flex-start; flex-direction: column; }
  .rid-contact-layout { gap: 42px; }
  .rid-form { grid-template-columns: 1fr; }
  .rid-field--full { grid-column: auto; }
  .rid-contact-card { padding: 30px; }
  .rid-faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .rid-faq-nav { position: static; }
  .rid-footer__main { gap: 34px; }
}

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

/* Elementor wrappers */
.elementor-page .rid-slider-widget > .elementor-widget-container { width: 100%; }
.elementor-page .rid-hero > .e-con-inner,
.elementor-page .rid-page-hero > .e-con-inner { position: relative; z-index: 2; width: 100%; }
.elementor-page .rid-page-hero .rid-hero__content { text-align: center; }
.elementor-page .rid-page-hero .rid-eyebrow .elementor-heading-title { justify-content: center; }
.elementor-page .rid-page-hero .rid-lead { margin-inline: auto; }
.elementor-page .rid-container.e-con { width: min(calc(100% - 48px), var(--ridec-width)); max-width: var(--ridec-width); margin-inline: auto; }
.elementor-page .rid-grid.e-con { display: grid; }
.elementor-page .rid-grid--3.e-con { grid-template-columns: repeat(3, 1fr); }
.elementor-page .rid-grid--2.e-con { grid-template-columns: repeat(2, 1fr); }
.elementor-page .rid-split.e-con { display: grid; grid-template-columns: 1.05fr .95fr; }
.elementor-page .rid-actions.e-con { display: flex; flex-direction: row; flex-wrap: wrap; width: auto; }
.elementor-page .rid-title .elementor-heading-title { margin: 0 0 24px; color: #fff; font-size: clamp(36px, 5vw, 68px); line-height: 1.06; letter-spacing: -.035em; }
.elementor-page .rid-title--sm .elementor-heading-title { font-size: clamp(30px, 3.5vw, 48px); }
.elementor-page .rid-eyebrow .elementor-heading-title { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; color: var(--ridec-red); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.elementor-page .rid-eyebrow .elementor-heading-title::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.elementor-page .rid-lead p { max-width: 760px; margin: 0; color: #d0d0d0; font-size: clamp(17px, 1.7vw, 21px); }
.elementor-page .rid-btn .elementor-button { min-height: 54px; display: inline-flex; align-items: center; gap: 14px; padding: 0 26px; border-radius: 0; background: var(--ridec-red); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.elementor-page .rid-btn .elementor-button::after { content: "→"; font-size: 18px; font-weight: 400; }
.elementor-page .rid-btn--ghost .elementor-button { border: 1px solid rgba(255,255,255,.45); background: transparent; }
.elementor-page .rid-card__media img { width: 100%; height: 280px; object-fit: cover; }
.elementor-page .rid-visual img { width: 100%; height: 620px; object-fit: cover; }
.elementor-page .rid-card__body.e-con { padding: 30px; }
.elementor-page .rid-card__number .elementor-heading-title { color: var(--ridec-red); font-size: 12px; letter-spacing: .12em; }
.elementor-page .rid-card__link .elementor-button { padding: 0; background: transparent; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.elementor-page .rid-card__link .elementor-button::after { content: "→"; margin-left: 10px; color: var(--ridec-red); }
.elementor-page .rid-stat .elementor-widget-container { display: grid; }
.elementor-page .rid-stat strong { color: var(--ridec-red); font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.elementor-page .rid-stat span { margin-top: 12px; color: var(--ridec-muted); font-size: 13px; text-transform: uppercase; }
.elementor-page .rid-band__inner.e-con { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.elementor-page .rid-gallery-grid img { min-height: 480px; max-height: 680px; object-fit: cover; }
.elementor-page .rid-gallery-item { overflow: hidden; background: #fff; color: #222; }
.elementor-page .rid-gallery-item p { margin: 0; padding: 18px 22px; }
.rid-form-success { padding: 16px 18px; background: #ecf9ef; color: #176b2c; }
@media (max-width: 980px) {
  .elementor-page .rid-grid--3.e-con { grid-template-columns: repeat(2, 1fr); }
  .elementor-page .rid-split.e-con { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .elementor-page .rid-container.e-con { width: min(calc(100% - 32px), var(--ridec-width)); }
  .elementor-page .rid-grid--3.e-con,
  .elementor-page .rid-grid--2.e-con { grid-template-columns: 1fr; }
  .elementor-page .rid-band__inner.e-con { align-items: flex-start; flex-direction: column; }
}
