:root {
  --rv-navy: #082d49;
  --rv-blue: #0b456b;
  --rv-cyan: #16b8e5;
  --rv-ink: #10283b;
  --rv-muted: #607486;
  --rv-mist: #eef6f9;
  --rv-line: rgba(8, 45, 73, .13);
  --rv-white: #fff;
  --rv-shadow: 0 24px 70px rgba(5, 34, 55, .12);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.elementor-page .site-main,
.elementor-page .entry-content { margin: 0; padding: 0; }
.elementor-page .entry-content > * { max-width: none; }
.elementor-page .elementor-widget:not(:last-child) { margin-bottom: 0; }

.rv-section.elementor-section {
  padding: clamp(78px, 8vw, 124px) 24px;
  background: #fff;
}
.rv-section > .elementor-container,
.rv-hero > .elementor-container,
.rv-band > .elementor-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.rv-section > .elementor-container { gap: clamp(30px, 4vw, 58px); }
.rv-soft { background: var(--rv-mist) !important; }
.rv-dark { background: var(--rv-navy) !important; color: #fff; }
.rv-column > .elementor-widget-wrap,
.rv-card > .elementor-widget-wrap,
.rv-panel > .elementor-widget-wrap {
  align-content: flex-start;
}
.rv-eyebrow .elementor-heading-title,
.rv-section-tag .elementor-heading-title {
  color: var(--rv-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.rv-section-tag .elementor-heading-title { color: var(--rv-blue); }
.rv-title .elementor-heading-title {
  color: var(--rv-ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.rv-section-title .elementor-heading-title {
  color: var(--rv-ink);
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.rv-dark .rv-title .elementor-heading-title,
.rv-dark .rv-section-title .elementor-heading-title,
.rv-dark .elementor-heading-title { color: #fff; }
.rv-copy,
.rv-copy p,
.rv-lead,
.rv-lead p {
  color: var(--rv-muted);
  font-size: 17px;
  line-height: 1.75;
}
.rv-lead,
.rv-lead p { font-size: clamp(18px, 1.6vw, 21px); }
.rv-dark .rv-copy,
.rv-dark .rv-copy p,
.rv-dark .rv-lead,
.rv-dark .rv-lead p { color: rgba(255,255,255,.76); }
.rv-eyebrow + .rv-title,
.rv-section-tag + .rv-section-title { margin-top: 17px; }
.rv-title + .rv-lead,
.rv-section-title + .rv-copy { margin-top: 24px; }
.rv-copy + .rv-copy { margin-top: 12px; }

.rv-button .elementor-button {
  background: var(--rv-cyan);
  border: 1px solid var(--rv-cyan);
  border-radius: 2px;
  color: #052a44;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .035em;
  padding: 17px 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.rv-button .elementor-button:hover {
  background: #42cef1;
  box-shadow: 0 13px 30px rgba(22,184,229,.25);
  transform: translateY(-2px);
}
.rv-button-alt .elementor-button {
  background: transparent;
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.rv-button-alt .elementor-button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--rv-navy);
}
.rv-inline-buttons > .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rv-inline-buttons .elementor-widget { width: auto; }

/* Header */
#header [data-row*="middle"] {
  box-shadow: 0 1px 0 rgba(8,45,73,.09);
}
#header .site-logo-container img { max-height: 58px; width: auto; }
#header .site-branding .site-title-container { display: none; }
#header .menu > li > a {
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .035em;
}
#header .menu > li:last-child > a {
  background: var(--rv-cyan);
  border-radius: 2px;
  color: var(--rv-navy);
  height: 42px;
  padding: 0 18px;
}

/* Hero */
.rv-hero.elementor-section {
  overflow: hidden;
  padding: clamp(76px, 8vw, 116px) 24px;
  background:
    radial-gradient(circle at 81% 21%, rgba(22,184,229,.19), transparent 25%),
    linear-gradient(125deg, #061f34 0%, #082f4d 58%, #0a4a70 100%);
}
.rv-hero > .elementor-container { gap: clamp(40px, 6vw, 82px); align-items: center; }
.rv-hero-copy > .elementor-widget-wrap { align-content: center; }
.rv-hero .rv-title .elementor-heading-title {
  color: #fff;
  font-size: clamp(45px, 6.1vw, 82px);
  max-width: 780px;
}
.rv-hero-visual .elementor-widget-wrap { position: relative; }
.rv-hero-image img {
  aspect-ratio: 4 / 5;
  border-radius: 3px;
  box-shadow: 34px 34px 0 rgba(22,184,229,.15);
  object-fit: cover;
}
.rv-hero-note {
  background: #fff;
  border-left: 4px solid var(--rv-cyan);
  bottom: 26px;
  box-shadow: var(--rv-shadow);
  max-width: 290px;
  padding: 21px 23px;
  position: absolute !important;
  right: -18px;
}
.rv-hero-note .elementor-heading-title {
  color: var(--rv-blue) !important;
  font-size: 15px;
  line-height: 1.35;
}

/* About */
.rv-about-image img {
  aspect-ratio: 4 / 4.35;
  border-radius: 3px;
  box-shadow: var(--rv-shadow);
  object-fit: cover;
}
.rv-principles .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.rv-principles .elementor-icon-list-item {
  background: var(--rv-mist);
  border: 1px solid rgba(8,45,73,.08);
  border-radius: 100px;
  padding: 9px 14px !important;
}
.rv-principles .elementor-icon-list-text {
  color: var(--rv-blue);
  font-size: 13px;
  font-weight: 750;
}

/* Proof */
.rv-proof { padding-top: 0 !important; padding-bottom: 0 !important; }
.rv-proof > .elementor-container { max-width: none; gap: 0; }
.rv-proof-card > .elementor-widget-wrap {
  min-height: 216px;
  padding: 40px clamp(25px, 4vw, 54px) !important;
  background: var(--rv-blue);
  border-right: 1px solid rgba(255,255,255,.13);
  justify-content: center;
}
.rv-proof-card:nth-child(2) > .elementor-widget-wrap { background: #0e587f; }
.rv-stat .elementor-heading-title {
  color: #fff;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 760;
  letter-spacing: -.05em;
}
.rv-stat-label,
.rv-stat-label p { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 700; }
.rv-stat-sectors small {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.65;
}

/* Cards */
.rv-intro-row { padding-bottom: 40px !important; }
.rv-card-row { padding-top: 0 !important; }
.rv-card-row > .elementor-container { align-items: stretch; }
.rv-grid-section > .elementor-container {
  align-items: stretch;
  flex-wrap: wrap;
}
.rv-grid-section .rv-full-intro { width: 100%; }
.rv-grid-section .rv-full-intro > .elementor-widget-wrap {
  padding-bottom: clamp(25px, 4vw, 48px);
}
.rv-hero-copy .rv-button {
  display: inline-block;
  margin: 28px 10px 0 0;
  width: auto;
}
.rv-card > .elementor-widget-wrap {
  height: 100%;
  padding: 32px !important;
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 3px;
  box-shadow: 0 15px 45px rgba(5,34,55,.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rv-card:hover > .elementor-widget-wrap {
  border-color: rgba(22,184,229,.75);
  box-shadow: var(--rv-shadow);
  transform: translateY(-5px);
}
.rv-card-number .elementor-heading-title {
  color: var(--rv-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
}
.rv-card-title { margin-top: 30px; }
.rv-card-title .elementor-heading-title {
  color: var(--rv-ink);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 730;
  letter-spacing: -.02em;
  line-height: 1.18;
}
.rv-card .rv-copy { margin-top: 14px; }
.rv-card .rv-button { margin-top: auto; padding-top: 24px; }
.rv-card .rv-button .elementor-button {
  background: transparent;
  border: 0;
  color: var(--rv-blue);
  padding: 0;
}
.rv-card .rv-button .elementor-button:hover { box-shadow: none; color: #088bb4; }

/* Industry tiles */
.rv-industry-row { padding-top: 0 !important; padding-bottom: 26px !important; }
.rv-industry-card > .elementor-widget-wrap {
  min-height: 320px;
  padding: 32px !important;
  background:
    linear-gradient(180deg, rgba(5,31,52,.1), rgba(5,31,52,.95)),
    linear-gradient(135deg, #0d5a83, #092d49);
  border: 1px solid rgba(255,255,255,.12);
}
.rv-industry-card:nth-child(even) > .elementor-widget-wrap {
  background:
    linear-gradient(180deg, rgba(5,31,52,.04), rgba(5,31,52,.93)),
    linear-gradient(135deg, #158bb0, #0b456b);
}
.rv-industry-card .rv-card-number .elementor-heading-title { color: #70ddf6; }
.rv-industry-card .rv-card-title { margin-top: auto; }
.rv-industry-card .rv-card-title .elementor-heading-title { color: #fff; }
.rv-industry-card .rv-copy,
.rv-industry-card .rv-copy p { color: rgba(255,255,255,.72); }
.rv-industry-card .rv-button .elementor-button { color: #fff; }

/* Process */
.rv-step > .elementor-widget-wrap {
  border-top: 1px solid rgba(8,45,73,.2);
  padding: 29px 18px 0 0 !important;
}
.rv-step .rv-card-number .elementor-heading-title { font-size: 28px; }
.rv-step .rv-card-title { margin-top: 32px; }

/* Client logos */
.rv-client-panel > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid var(--rv-line);
  min-height: 250px;
  padding: 30px !important;
}
.rv-client-logo img { max-height: 140px; object-fit: contain; width: 100%; }

/* Why */
.rv-reason .elementor-icon-box-wrapper { text-align: left; }
.rv-reason .elementor-icon-box-icon { margin-bottom: 20px; }
.rv-reason .elementor-icon {
  align-items: center;
  background: var(--rv-mist);
  border-radius: 50%;
  color: var(--rv-blue);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.rv-reason .elementor-icon-box-title {
  color: var(--rv-ink);
  font-size: 21px;
  margin-bottom: 12px;
}
.rv-reason .elementor-icon-box-description {
  color: var(--rv-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Inner pages */
.rv-inner-hero.elementor-section {
  padding: clamp(72px, 8vw, 112px) 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(22,184,229,.18), transparent 27%),
    var(--rv-navy);
}
.rv-inner-hero > .elementor-container { max-width: 1240px; }
.rv-inner-hero .rv-title .elementor-heading-title { color: #fff; max-width: 900px; }
.rv-inner-hero .rv-lead { max-width: 800px; }
.rv-panel > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid var(--rv-line);
  padding: clamp(28px, 4vw, 48px) !important;
}
.rv-list .elementor-icon-list-item {
  border-bottom: 1px solid var(--rv-line);
  padding: 13px 0 !important;
}
.rv-list .elementor-icon-list-icon { color: var(--rv-cyan); }
.rv-list .elementor-icon-list-text { color: var(--rv-ink); font-size: 16px; }
.rv-role-title .elementor-heading-title {
  color: var(--rv-blue);
  font-size: 20px;
  margin-top: 24px;
}
.rv-cta.elementor-section {
  padding: clamp(58px, 6vw, 84px) 24px;
  background: linear-gradient(120deg, #082d49, #0b4d72);
}
.rv-cta > .elementor-container { align-items: center; }
.rv-cta .rv-section-title .elementor-heading-title { color: #fff; }
.rv-cta .rv-button { text-align: right; }

/* Native Blocksy footer */
#footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(22,184,229,.12), transparent 30%),
    linear-gradient(150deg, #061f34, #041827 72%);
  color: #fff;
}
#footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, #16b8e5 28%, #77def6 50%, #16b8e5 72%, transparent);
}
#footer::after {
  content: "R";
  position: absolute;
  right: -42px;
  bottom: -135px;
  color: rgba(255,255,255,.018);
  font-size: clamp(260px, 28vw, 430px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
#footer [data-row] { border-color: rgba(255,255,255,.1); }
#footer [data-row] > div { position: relative; z-index: 2; }
#footer .widget { margin: 0; }
.rt-footer-brand { padding: 28px 0 6px; text-align: center; }
.rt-footer-brand figure { display: inline-flex; padding: 9px 13px; border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 15px 38px rgba(0,10,18,.22); }
.rt-footer-brand img { height: auto; max-width: 185px; width: 100%; }
.rt-footer-brand p { color: rgba(255,255,255,.58); font-size: 13px; margin: 12px 0 0; }
.rt-footer-group summary {
  color: #fff;
  cursor: default;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  list-style: none;
  text-transform: uppercase;
}
.rt-footer-group summary::-webkit-details-marker { display: none; }
.rt-footer-group__content { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.rt-footer-group a,
.rt-footer-group p { color: rgba(255,255,255,.66); font-size: 14px; margin: 0; }
.rt-footer-group a { display: inline-flex; transition: color .2s ease, transform .2s var(--rv-ease-premium); }
.rt-footer-group a:hover { color: var(--rv-cyan); transform: translateX(3px); }
.rt-footer-contact a { flex-direction: column; align-items: flex-start; gap: 2px; }
.rt-footer-contact small { color: #59d5f3; display: block; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

@media (min-width: 768px) {
  #header .site-logo-container {
    transition: transform .25s var(--rv-ease-premium), opacity .25s ease;
  }
  #header .site-logo-container:hover { opacity: .9; transform: translateY(-2px); }
  #header .menu > li:last-child > a {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(22,184,229,.18);
    transition: background .25s ease, box-shadow .25s ease, transform .25s var(--rv-ease-premium);
  }
  #header .menu > li:last-child > a:hover {
    background: #42cef1;
    box-shadow: 0 14px 28px rgba(22,184,229,.28);
    transform: translateY(-2px);
  }
  .rt-footer-group { padding-top: 8px; }
  .rt-footer-group summary {
    position: relative;
    padding-bottom: 15px;
  }
  .rt-footer-group summary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #16b8e5;
  }
}

@media (max-width: 1024px) {
  .rv-card-row > .elementor-container,
  .rv-industry-row > .elementor-container { flex-wrap: wrap; }
  .rv-card-row .elementor-column,
  .rv-industry-row .elementor-column { width: calc(50% - 16px); }
  .rv-proof-card > .elementor-widget-wrap { min-height: 185px; }
}

@media (max-width: 767px) {
  .rv-section.elementor-section,
  .rv-hero.elementor-section,
  .rv-inner-hero.elementor-section { padding-left: 20px; padding-right: 20px; }
  .rv-hero > .elementor-container { flex-direction: column; }
  .rv-hero .elementor-column,
  .rv-section .elementor-column,
  .rv-cta .elementor-column { width: 100%; }
  .rv-hero-visual { margin-top: 22px; }
  .rv-hero-note { bottom: 16px; right: -4px; }
  .rv-inline-buttons > .elementor-widget-wrap { display: block; }
  .rv-inline-buttons .elementor-widget { margin-bottom: 10px; width: 100%; }
  .rv-inline-buttons .elementor-button { width: 100%; }
  .rv-proof > .elementor-container { flex-direction: column; }
  .rv-proof-card { width: 100% !important; }
  .rv-proof-card > .elementor-widget-wrap { min-height: 150px; padding: 28px 24px !important; }
  .rv-card-row .elementor-column,
  .rv-industry-row .elementor-column { width: 100%; }
  .rv-industry-card > .elementor-widget-wrap { min-height: 275px; }
  .rv-cta .rv-button { margin-top: 22px; text-align: left; }
  .rv-cta .rv-button .elementor-button { width: 100%; }
  #footer [data-row*="middle"] [data-column] { width: 100%; }
  .rt-footer-brand { padding-top: 10px; }
  .rt-footer-group { border-top: 1px solid rgba(255,255,255,.13); }
  details.rt-footer-group { padding: 0; }
  .rt-footer-group summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
  }
  .rt-footer-group summary::after { content: "+"; font-size: 19px; font-weight: 400; }
  .rt-footer-group[open] summary::after { content: "−"; }
  .rt-footer-group__content { margin: 0; padding: 0 0 20px; }
}

/* --------------------------------------------------------------
   Original Revotech editorial design — native Elementor edition
   -------------------------------------------------------------- */

.rtel-section.elementor-section {
  overflow: hidden;
  padding: clamp(86px, 9vw, 138px) 24px;
}
.rtel-section > .elementor-container,
.rtel-hero > .elementor-container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.rtel-tag .elementor-heading-title {
  color: #08789d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}
.rtel-section-title .elementor-heading-title {
  color: #061f34;
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.03;
}
.rtel-tag + .rtel-section-title { margin-top: 24px; }
.rtel-intro-copy,
.rtel-intro-copy p {
  color: #657889;
  font-size: 17px;
  line-height: 1.75;
}
.rtel-text-button { margin-top: 24px; }
.rtel-text-button .elementor-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #086f94;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
}
.rtel-text-button .elementor-button:hover {
  background: transparent;
  box-shadow: none;
  color: #13afd9;
  transform: translateX(3px);
}

/* Original hero */
.rtel-hero.elementor-section {
  position: relative;
  min-height: 800px;
  padding: 0 24px;
  background-color: #051f34;
  background-position: center center !important;
}
.rtel-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 25, 43, .97) 0%, rgba(4, 29, 48, .9) 35%, rgba(4, 29, 48, .35) 69%, rgba(4, 29, 48, .13) 100%),
    linear-gradient(180deg, transparent 60%, rgba(3, 24, 40, .78) 100%);
}
.rtel-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 108px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(4, 28, 47, .8);
}
.rtel-hero > .elementor-container {
  z-index: 1;
  min-height: 800px;
  align-items: stretch;
}
.rtel-hero-copy > .elementor-widget-wrap {
  align-content: center;
  padding: 74px 0 132px !important;
}
.rtel-hero-kicker .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.rtel-hero-kicker .elementor-heading-title::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #20c4ed;
}
.rtel-hero-pill {
  display: inline-block;
  width: auto !important;
  margin-top: 20px;
}
.rtel-hero-pill .elementor-heading-title {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 100px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.rtel-hero-title { margin-top: 26px; }
.rtel-hero-title .elementor-heading-title {
  max-width: 720px;
  color: #fff;
  font-size: clamp(52px, 5.7vw, 80px);
  font-weight: 800;
  letter-spacing: -.047em;
  line-height: .99;
}
.rtel-hero-lead {
  max-width: 680px;
  margin-top: 24px;
}
.rtel-hero-lead,
.rtel-hero-lead p {
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}
.rtel-hero-copy .rtel-button {
  display: inline-block !important;
  flex-basis: auto !important;
  width: fit-content !important;
  max-width: fit-content !important;
  margin: 28px 12px 0 0;
}
.rtel-button .elementor-button {
  min-height: 58px;
  padding: 19px 25px;
  border: 1px solid #26c4eb;
  border-radius: 100px;
  background: #26c4eb;
  color: #06263c;
  font-size: 13px;
  font-weight: 850;
}
.rtel-button-ghost .elementor-button {
  border-color: rgba(255,255,255,.62);
  background: transparent;
  color: #fff;
}
.rtel-button .elementor-button:hover {
  background: #fff;
  border-color: #fff;
  color: #06263c;
  transform: translateY(-2px);
}
.rtel-hero-sectors {
  position: absolute !important;
  z-index: 2;
  bottom: 40px;
  left: 0;
}
.rtel-hero-sectors p {
  margin: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.rtel-hero-sectors b {
  padding: 0 10px;
  color: #25c3eb;
}
.rtel-hero-space::after {
  content: "EXPLORE";
  position: absolute;
  right: 7px;
  bottom: 30px;
  color: rgba(255,255,255,.9);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

/* Original Who We Are */
.rtel-who {
  background:
    linear-gradient(90deg, rgba(8,45,73,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    #fff;
}
.rtel-who::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(28vw, 400px);
  height: 7px;
  background: linear-gradient(90deg, #16b8e5, #0b456b);
}
.rtel-who > .elementor-container { gap: clamp(58px, 8vw, 105px); align-items: center; }
.rtel-who-visual > .elementor-widget-wrap {
  position: relative;
  min-height: 590px;
  align-content: center;
}
.rtel-who-image img {
  width: calc(100% - 52px);
  height: 520px;
  border-radius: 3px;
  box-shadow: 0 30px 70px rgba(6,26,47,.17);
  object-fit: cover;
}
.rtel-who-note {
  position: absolute !important;
  right: 0;
  bottom: 10px;
  max-width: 280px;
  padding: 24px 27px;
  background: #0a466b;
  box-shadow: 0 22px 55px rgba(6,26,47,.22);
}
.rtel-who-note .elementor-heading-title {
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}
.rtel-who-mark {
  position: absolute !important;
  z-index: -1;
  top: -20px;
  left: -28px;
}
.rtel-who-mark .elementor-heading-title {
  color: rgba(22,184,229,.09);
  font-size: 210px;
  font-weight: 900;
  line-height: 1;
}
.rtel-who-copy .rtel-section-title { margin-top: 24px; }
.rtel-who-copy .rtel-section-title .elementor-heading-title { max-width: 610px; }
.rtel-who-copy .rv-copy { margin-top: 23px; }
.rtel-who-copy .rv-copy p {
  color: #607486;
  font-size: 16px;
  line-height: 1.8;
}
.rtel-principles { margin-top: 25px; }
.rtel-principles .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.rtel-principles .elementor-icon-list-item {
  padding: 9px 13px !important;
  border: 1px solid rgba(8,45,73,.14);
  border-radius: 100px;
}
.rtel-principles .elementor-icon-list-icon { display: none; }
.rtel-principles .elementor-icon-list-text {
  color: #0b456b;
  font-size: 12px;
  font-weight: 800;
}

/* Dynamic proof dashboard */
.rtel-proof {
  position: relative;
  overflow: hidden;
  padding-top: clamp(72px, 7vw, 104px) !important;
  padding-bottom: clamp(76px, 7vw, 108px) !important;
  background:
    radial-gradient(circle at var(--rv-proof-x, 82%) var(--rv-proof-y, 14%), rgba(22,184,229,.18), transparent 28%),
    radial-gradient(circle at 4% 100%, rgba(11,84,123,.46), transparent 32%),
    linear-gradient(145deg, #041b2e, #072c48 60%, #073a5b);
  color: #fff;
}
.rtel-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: linear-gradient(135deg, #000, transparent 68%);
}
.rtel-proof::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #16b8e5, #78def6 52%, transparent 86%);
  transform: scaleX(0);
  transform-origin: left;
}
.rtel-proof.is-proof-active::after {
  animation: rv-proof-line 1.25s both var(--rv-ease-premium);
}
.rtel-proof > .elementor-container {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.rtel-proof > .elementor-container > .elementor-column { width: auto !important; }
.rtel-proof-intro { grid-column: span 7; }
.rtel-proof-copy { grid-column: span 5; }
.rtel-proof-years { grid-column: span 4; }
.rtel-proof-sectors { grid-column: span 8; }
.rtel-proof-intro,
.rtel-proof-copy { padding-bottom: 34px; }
.rtel-proof-intro { padding-right: 48px; }
.rtel-proof-copy > .elementor-widget-wrap {
  height: 100%;
  justify-content: flex-end;
  padding-left: clamp(10px, 2vw, 30px);
  border-left: 1px solid rgba(255,255,255,.14);
}
.rtel-proof .rtel-tag .elementor-heading-title { color: #78def6; }
.rtel-proof .rtel-section-title .elementor-heading-title {
  max-width: 800px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 62px);
  text-wrap: balance;
}
.rtel-proof-copy .rtel-intro-copy p {
  max-width: 450px;
  color: rgba(230,244,249,.68);
  font-size: 16px;
  line-height: 1.75;
}
.rtel-proof-card > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  min-height: 374px;
  height: 100%;
  padding: 42px !important;
  align-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--rv-card-x, 70%) var(--rv-card-y, 20%), rgba(119,222,246,.15), transparent 31%),
    rgba(255,255,255,.045);
  box-shadow: 0 28px 65px rgba(0,13,23,.17);
  backdrop-filter: blur(10px);
  transition: border-color .3s ease, background .3s ease, transform .35s var(--rv-ease-premium), box-shadow .35s ease;
}
.rtel-proof-card:hover > .elementor-widget-wrap {
  border-color: rgba(119,222,246,.42);
  background:
    radial-gradient(circle at var(--rv-card-x, 70%) var(--rv-card-y, 20%), rgba(119,222,246,.22), transparent 33%),
    rgba(255,255,255,.065);
  box-shadow: 0 34px 80px rgba(0,13,23,.26);
  transform: translateY(-5px);
}
.rtel-proof-card > .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  inset: auto -16% -44% auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(119,222,246,.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(119,222,246,.035),
    0 0 0 70px rgba(119,222,246,.022);
  pointer-events: none;
}
.rtel-proof-years > .elementor-widget-wrap {
  border-top: 4px solid #16b8e5;
  background:
    linear-gradient(150deg, rgba(22,184,229,.13), rgba(255,255,255,.04) 62%),
    rgba(255,255,255,.035);
}
.rtel-index {
  position: absolute !important;
  top: 27px;
  right: 29px;
}
.rtel-index .elementor-heading-title {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(119,222,246,.25);
  border-radius: 50%;
  color: #78def6;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.rtel-proof-kicker .elementor-heading-title {
  color: #78def6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.rtel-proof-number { margin-top: 24px; }
.rtel-proof-number .elementor-heading-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(72px, 7.5vw, 112px);
  font-weight: 820;
  letter-spacing: -.075em;
  line-height: .82;
  text-shadow: 0 16px 42px rgba(0,13,23,.22);
}
.rtel-proof-label p {
  margin: 14px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 780;
}
.rtel-proof-note { max-width: 390px; margin-top: 13px; }
.rtel-proof-note p {
  margin: 0;
  color: rgba(230,244,249,.58);
  font-size: 12px;
  line-height: 1.65;
}
.rtel-sector-list { position: relative; z-index: 1; margin-top: 24px; }
.rtel-sector-list .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.rtel-sector-list .elementor-icon-list-item {
  min-height: 46px;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  transition: border-color .28s ease, background .28s ease, transform .28s var(--rv-ease-premium);
}
.rtel-sector-list .elementor-icon-list-item.is-sector-active,
.rtel-sector-list .elementor-icon-list-item:hover {
  border-color: rgba(119,222,246,.58);
  background: rgba(22,184,229,.13);
  transform: translateY(-2px);
}
.rtel-sector-list .elementor-icon-list-icon {
  display: inline-grid;
  width: 19px;
  height: 19px;
  min-width: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(119,222,246,.12);
  color: #78def6;
  font-size: 8px;
}
.rtel-sector-list .elementor-icon-list-item.is-sector-active .elementor-icon-list-icon {
  background: #78def6;
  color: #052b44;
}
.rtel-sector-list .elementor-icon-list-text {
  color: rgba(255,255,255,.83);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.35;
}
.rtel-proof-link {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.rtel-proof-link .elementor-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #78def6;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
}
.rtel-proof-link .elementor-button:hover { color: #fff; box-shadow: none; transform: translateX(4px); }

@keyframes rv-proof-line {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 767px) {
  .rtel-proof { padding: 68px 20px 72px !important; }
  .rtel-proof-intro { padding-right: 0; }
  .rtel-proof-copy > .elementor-widget-wrap {
    padding-left: 0;
    border-left: 0;
  }
  .rtel-proof-card { margin-bottom: 14px; }
  .rtel-proof-card > .elementor-widget-wrap {
    min-height: 330px;
    padding: 34px 24px !important;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
  }
  .rtel-proof-sectors > .elementor-widget-wrap { min-height: 565px; }
  .rtel-index { top: 22px; right: 22px; }
  .rtel-proof-number .elementor-heading-title { font-size: 84px; }
  .rtel-sector-list .elementor-icon-list-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rtel-sector-list .elementor-icon-list-item { min-height: 50px; padding: 9px 10px !important; }
  .rtel-proof-link .elementor-button { min-height: 42px; }
}

/* Original services mosaic */
.rtel-services {
  padding-top: 70px !important;
  padding-bottom: 74px !important;
  background: #f3f7f9;
}
.rtel-services > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.rtel-services > .elementor-container > .elementor-column { width: auto !important; }
.rtel-services .rtel-full-intro {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}
.rtel-full-intro > .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 24px 70px;
}
.rtel-full-intro .rtel-tag,
.rtel-full-intro .rtel-section-title { grid-column: 1; }
.rtel-full-intro .rtel-intro-copy,
.rtel-full-intro .rtel-text-button { grid-column: 2; }
.rtel-full-intro .rtel-intro-copy { grid-row: 1 / span 2; align-self: end; }
.rtel-full-intro .rtel-text-button { align-self: start; }
.rtel-services .rtel-service-card:nth-child(2) { grid-column: span 7; }
.rtel-services .rtel-service-card:nth-child(3) { grid-column: span 5; }
.rtel-services .rtel-service-card:nth-child(4) { grid-column: span 8; }
.rtel-services .rtel-service-card:nth-child(5) { grid-column: span 4; }
.rtel-services .rtel-service-card:nth-child(6),
.rtel-services .rtel-service-card:nth-child(7),
.rtel-services .rtel-service-card:nth-child(8) { grid-column: span 4; }
.rtel-services .rtel-service-card:nth-child(9) { grid-column: span 12; }
.rtel-card > .elementor-widget-wrap {
  position: relative;
  min-height: 260px;
  padding: 28px !important;
  border: 1px solid rgba(8,45,73,.13);
  background: #fff;
  align-content: flex-start;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rtel-card:hover > .elementor-widget-wrap {
  transform: translateY(-4px);
  border-color: rgba(22,184,229,.72);
  box-shadow: 0 24px 65px rgba(5,34,55,.12);
}
.rtel-card .rv-card-number .elementor-heading-title {
  color: #0a789e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.rtel-card .rv-card-title { margin-top: auto; padding-top: 38px; }
.rtel-card .rv-card-title .elementor-heading-title {
  color: #092c47;
  font-size: clamp(22px, 2.25vw, 32px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.rtel-card .rv-copy { margin-top: 15px; }
.rtel-card .rv-copy p {
  color: #607486;
  font-size: 13.5px;
  line-height: 1.65;
}
.rtel-card .rv-button { margin-top: 22px; }
.rtel-card .rv-button .elementor-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a6d92;
  font-size: 12px;
  font-weight: 850;
}
.rtel-service-card:nth-child(2) > .elementor-widget-wrap {
  min-height: 350px;
  background: linear-gradient(140deg, #0a456a, #082c48);
}
.rtel-service-card:nth-child(2) .elementor-heading-title,
.rtel-service-card:nth-child(2) .rv-copy p,
.rtel-service-card:nth-child(2) .rv-button .elementor-button { color: #fff; }
.rtel-service-card:nth-child(2) .rv-card-number .elementor-heading-title { color: #70ddf6; }

/* Original industry matrix */
.rtel-industries {
  padding-top: 70px !important;
  padding-bottom: 74px !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(22,184,229,.13), transparent 27%),
    #061f34;
}
.rtel-industries > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.rtel-industries > .elementor-container > .elementor-column { width: auto !important; }
.rtel-industries .rtel-full-intro { grid-column: 1 / -1; margin-bottom: 34px; }
.rtel-industries .rtel-tag .elementor-heading-title { color: #72dff7; }
.rtel-industries .rtel-section-title .elementor-heading-title,
.rtel-industries .rtel-intro-copy p { color: #fff; }
.rtel-industries .rtel-intro-copy p { color: rgba(255,255,255,.66); }
.rtel-industries .rtel-text-button .elementor-button { color: #77e0f7; }
.rtel-industry-card:nth-child(2) { grid-column: span 7; }
.rtel-industry-card:nth-child(3) { grid-column: span 5; }
.rtel-industry-card:nth-child(4),
.rtel-industry-card:nth-child(5),
.rtel-industry-card:nth-child(6) { grid-column: span 4; }
.rtel-industry-card > .elementor-widget-wrap {
  min-height: 260px;
  border-color: rgba(255,255,255,.13);
  background:
    linear-gradient(155deg, rgba(22,184,229,.14), transparent 48%),
    #0a3958;
}
.rtel-industry-card:nth-child(even) > .elementor-widget-wrap { background-color: #0c4b6e; }
.rtel-industry-card .rv-card-title .elementor-heading-title,
.rtel-industry-card .rv-copy p,
.rtel-industry-card .rv-button .elementor-button { color: #fff; }
.rtel-industry-card .rv-card-number .elementor-heading-title { color: #76e0f7; }
.rtel-industry-card .rv-copy p { color: rgba(255,255,255,.66); }

/* Original engagement process */
.rtel-process {
  background:
    linear-gradient(90deg, rgba(8,45,73,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    #fff;
}
.rtel-process::before {
  content: "PROCESS";
  position: absolute;
  top: 32px;
  left: 2vw;
  color: rgba(8,45,73,.035);
  font-size: min(17vw, 240px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
}
.rtel-process > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 0 80px;
}
.rtel-process > .elementor-container > .elementor-column { width: auto !important; }
.rtel-process-intro { grid-row: 1 / span 4; }
.rtel-process-intro > .elementor-widget-wrap {
  position: sticky;
  top: 150px;
  align-content: flex-start;
  padding-right: 30px !important;
}
.rtel-process-intro .rtel-intro-copy { margin-top: 24px; }
.rtel-process-step {
  grid-column: 2;
  position: relative;
  border-top: 1px solid rgba(8,45,73,.16);
}
.rtel-process-step > .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0 26px;
  min-height: 190px;
  padding: 30px 20px !important;
}
.rtel-step-number {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  height: 58px;
  border: 1px solid rgba(8,45,73,.2);
  border-radius: 50%;
}
.rtel-step-number .elementor-heading-title {
  color: #0a789e;
  font-size: 12px;
  font-weight: 900;
}
.rtel-step-title .elementor-heading-title {
  color: #082d49;
  font-size: 29px;
  font-weight: 800;
}
.rtel-step-copy,
.rtel-step-copy p {
  color: #657889;
  font-size: 15px;
  line-height: 1.7;
}
.rtel-process-step:hover .rtel-step-number { border-color: #1dbce5; background: #1dbce5; }
.rtel-process-step:hover .rtel-step-number .elementor-heading-title { color: #06263c; }

/* Original clients showcase */
.rtel-clients { background: #f2f7f9; }
.rtel-clients > .elementor-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.rtel-clients > .elementor-container > .elementor-column { width: auto !important; }
.rtel-clients-intro,
.rtel-clients-copy { padding-bottom: 54px; }
.rtel-clients-intro { padding-right: 50px; }
.rtel-clients-copy > .elementor-widget-wrap { justify-content: flex-end; }
.rtel-client-panel > .elementor-widget-wrap {
  min-height: 330px;
  padding: 38px !important;
  border: 1px solid rgba(8,45,73,.12);
  background: #fff;
  align-content: center;
}
.rtel-client-panel + .rtel-client-panel > .elementor-widget-wrap { border-left: 0; }
.rtel-client-title .elementor-heading-title {
  margin-bottom: 26px;
  color: #0a456b;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rtel-client-logo img { width: 100%; max-height: 180px; object-fit: contain; }

/* Original Why Choose Us composition */
.rtel-why {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff;
}
.rtel-why > .elementor-container {
  display: grid !important;
  max-width: none;
  grid-template-columns: minmax(340px, .78fr) repeat(2, minmax(0, 1fr));
  gap: 0;
}
.rtel-why > .elementor-container > .elementor-column { width: auto !important; }
.rtel-why-lead {
  grid-row: 1 / span 3;
  overflow: hidden;
  background: #082d49;
}
.rtel-why-lead > .elementor-widget-wrap {
  position: relative;
  min-height: 780px;
  padding: clamp(48px, 6vw, 82px) !important;
  align-content: flex-start;
}
.rtel-why .rtel-tag .elementor-heading-title { color: #78def6; }
.rtel-why-lead .rtel-section-title .elementor-heading-title {
  margin-top: 24px;
  color: #fff;
}
.rtel-why-lead .rtel-intro-copy { margin-top: 28px; }
.rtel-why-lead .rtel-intro-copy p { color: rgba(255,255,255,.68); }
.rtel-why-mark {
  position: absolute !important;
  right: -38px;
  bottom: -155px;
}
.rtel-why-mark .elementor-heading-title {
  color: rgba(22,184,229,.08);
  font-size: 440px;
  font-weight: 900;
  line-height: 1;
}
.rtel-why-item > .elementor-widget-wrap {
  min-height: 260px;
  padding: 34px !important;
  border-right: 1px solid rgba(8,45,73,.12);
  border-bottom: 1px solid rgba(8,45,73,.12);
  background: #fff;
}
.rtel-why-item .elementor-icon-box-wrapper { text-align: left; }
.rtel-why-item .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(8,45,73,.16);
  border-radius: 50%;
  color: #0b759a;
}
.rtel-why-item .elementor-icon-box-title {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #082d49;
  font-size: 22px;
}
.rtel-why-item .elementor-icon-box-description {
  color: #657889;
  font-size: 14px;
  line-height: 1.65;
}
.rtel-why-item:hover .elementor-icon { border-color: #1dbce5; background: #1dbce5; color: #06263c; }

/* Original closing CTA */
.rtel-cta {
  position: relative;
  background: #23c3ea;
}
.rtel-cta::after {
  content: "R";
  position: absolute;
  right: 1vw;
  bottom: -112px;
  color: rgba(6,31,52,.07);
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
}
.rtel-cta > .elementor-container { z-index: 1; align-items: center; }
.rtel-cta .rtel-tag .elementor-heading-title { color: #0b456b; }
.rtel-cta .rtel-section-title .elementor-heading-title {
  max-width: 760px;
  color: #061f34;
}
.rtel-cta-copy,
.rtel-cta-copy p {
  margin-top: 20px;
  color: rgba(6,31,52,.7);
  font-size: 16px;
  font-weight: 700;
}
.rtel-cta-action .elementor-widget-wrap { justify-content: center; }
.rtel-cta-button .elementor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 30px;
  border: 1px solid rgba(6,31,52,.34);
  border-radius: 0;
  background: transparent;
  color: #061f34;
  font-size: 15px;
  font-weight: 900;
}
.rtel-cta-button .elementor-button:hover {
  border-color: #061f34;
  background: #061f34;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .rtel-hero,
  .rtel-hero > .elementor-container { min-height: 740px; }
  .rtel-who > .elementor-container { gap: 45px; }
  .rtel-services .rtel-service-card:nth-child(n),
  .rtel-industries .rtel-industry-card:nth-child(n) { grid-column: span 6; }
  .rtel-services .rtel-service-card:nth-child(9) { grid-column: span 12; }
  .rtel-process > .elementor-container { grid-template-columns: 1fr; }
  .rtel-process-intro { grid-row: auto; margin-bottom: 42px; }
  .rtel-process-intro > .elementor-widget-wrap { position: static; }
  .rtel-process-step { grid-column: 1; }
  .rtel-why > .elementor-container { grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); }
  .rtel-why-lead { grid-row: 1 / span 6; }
  .rtel-why-item { grid-column: 2; }
}

@media (max-width: 767px) {
  .rtel-section.elementor-section,
  .rtel-hero.elementor-section { padding-left: 20px; padding-right: 20px; }
  .rtel-hero.elementor-section {
    min-height: 720px;
    background-position: 64% center !important;
  }
  .rtel-hero::before {
    background: linear-gradient(90deg, rgba(4,25,43,.97), rgba(4,29,48,.73));
  }
  .rtel-hero::after { height: 80px; }
  .rtel-hero > .elementor-container { min-height: 720px; }
  .rtel-hero-copy { width: 100% !important; }
  .rtel-hero-space { display: none; }
  .rtel-hero-copy > .elementor-widget-wrap { padding: 72px 0 104px !important; }
  .rtel-hero-title .elementor-heading-title { font-size: clamp(42px, 12vw, 57px); }
  .rtel-hero-copy .rtel-button {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0;
  }
  .rtel-button .elementor-button { width: 100%; }
  .rtel-hero-sectors { bottom: 27px; }
  .rtel-hero-sectors p { font-size: 8px; letter-spacing: .1em; }
  .rtel-hero-sectors b { padding: 0 5px; }

  .rtel-who > .elementor-container { flex-direction: column; }
  .rtel-who .elementor-column { width: 100%; }
  .rtel-who-visual > .elementor-widget-wrap { min-height: 470px; }
  .rtel-who-image img { width: calc(100% - 28px); height: 420px; }
  .rtel-who-note { right: 0; bottom: 0; max-width: 245px; padding: 20px; }
  .rtel-who-copy { margin-top: 28px; }

  .rtel-proof > .elementor-container,
  .rtel-services > .elementor-container,
  .rtel-industries > .elementor-container,
  .rtel-process > .elementor-container,
  .rtel-clients > .elementor-container,
  .rtel-why > .elementor-container { display: block !important; }
  .rtel-proof > .elementor-container > .elementor-column,
  .rtel-services > .elementor-container > .elementor-column,
  .rtel-industries > .elementor-container > .elementor-column,
  .rtel-process > .elementor-container > .elementor-column,
  .rtel-clients > .elementor-container > .elementor-column,
  .rtel-why > .elementor-container > .elementor-column { width: 100% !important; }
  .rtel-proof-intro,
  .rtel-proof-copy { padding: 0 0 28px; }
  .rtel-proof-years > .elementor-widget-wrap,
  .rtel-proof-sectors > .elementor-widget-wrap {
    min-height: 0;
    padding: 58px 22px 30px !important;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .rtel-full-intro > .elementor-widget-wrap { display: block !important; }
  .rtel-full-intro .rtel-intro-copy { margin-top: 22px; }
  .rtel-card { margin-bottom: 14px; }
  .rtel-card > .elementor-widget-wrap { min-height: 310px; padding: 27px !important; }
  .rtel-process-intro { margin-bottom: 32px; }
  .rtel-process-step > .elementor-widget-wrap {
    grid-template-columns: 58px minmax(0,1fr);
    gap: 0 16px;
    min-height: 170px;
    padding: 25px 0 !important;
  }
  .rtel-step-number { width: 48px !important; height: 48px; }
  .rtel-clients-intro,
  .rtel-clients-copy { padding: 0 0 26px; }
  .rtel-client-panel > .elementor-widget-wrap {
    min-height: 240px;
    padding: 25px !important;
    border-left: 1px solid rgba(8,45,73,.12) !important;
  }
  .rtel-why { padding: 0 !important; }
  .rtel-why-lead > .elementor-widget-wrap { min-height: 430px; padding: 58px 24px !important; }
  .rtel-why-mark { right: -20px; bottom: -90px; }
  .rtel-why-mark .elementor-heading-title { font-size: 290px; }
  .rtel-why-item > .elementor-widget-wrap { min-height: 0; padding: 28px 24px !important; }
  .rtel-cta > .elementor-container { flex-direction: column; }
  .rtel-cta .elementor-column { width: 100%; }
  .rtel-cta-action { margin-top: 35px; }
  .rtel-cta-button .elementor-button { min-height: 108px; width: 100%; }
}

/* --------------------------------------------------------------
   Premium interaction, detail-page, and conversion refinements
   -------------------------------------------------------------- */

body.revotech-site {
  --rv-ease-premium: cubic-bezier(.22, 1, .36, 1);
  background: #fff;
  color: var(--rv-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.revotech-site :focus-visible {
  outline: 3px solid rgba(22,184,229,.65);
  outline-offset: 4px;
}

#header {
  position: relative;
  z-index: 999;
  transition: box-shadow .35s ease, background-color .35s ease, backdrop-filter .35s ease;
}
#header.rv-header-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 45px rgba(5,31,52,.1);
  backdrop-filter: blur(16px);
}
#header .menu > li:not(:last-child) > a { position: relative; }
#header .menu > li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 35px;
  left: 16px;
  height: 2px;
  background: linear-gradient(90deg, #16b8e5, #0b6d94);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--rv-ease-premium);
}
#header .menu > li:hover > a::after,
#header .menu > li.current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}
.rv-scroll-progress {
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #0b456b, #16b8e5);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.rtel-hero,
.rv-premium-hero {
  --rv-pointer-x: 72%;
  --rv-pointer-y: 30%;
}
.rtel-hero::before {
  background:
    radial-gradient(circle at var(--rv-pointer-x) var(--rv-pointer-y), rgba(50,207,242,.16), transparent 24%),
    linear-gradient(90deg, rgba(4,25,43,.98) 0%, rgba(4,29,48,.91) 35%, rgba(4,29,48,.36) 69%, rgba(4,29,48,.14) 100%),
    linear-gradient(180deg, transparent 60%, rgba(3,24,40,.8) 100%);
  transition: background-position .2s linear;
}
.rtel-hero > .elementor-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 108px;
  left: 56%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.18), transparent);
}
.rtel-hero-title .elementor-heading-title {
  text-wrap: balance;
  text-shadow: 0 3px 30px rgba(3,22,37,.2);
}
.rtel-button .elementor-button,
.rv-button .elementor-button,
.rtel-cta-button .elementor-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rtel-button .elementor-button::before,
.rv-button .elementor-button::before,
.rtel-cta-button .elementor-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40%;
  bottom: -40%;
  left: -45%;
  width: 30%;
  background: rgba(255,255,255,.34);
  filter: blur(4px);
  transform: skewX(-22deg);
  transition: left .7s var(--rv-ease-premium);
}
.rtel-button .elementor-button:hover::before,
.rv-button .elementor-button:hover::before,
.rtel-cta-button .elementor-button:hover::before { left: 125%; }

.rtel-tag .elementor-heading-title,
.rv-section-tag .elementor-heading-title,
.rv-eyebrow .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rtel-tag .elementor-heading-title::before,
.rv-section-tag .elementor-heading-title::before,
.rv-eyebrow .elementor-heading-title::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: .75;
}

.rv-depth-card {
  transform: perspective(900px) rotateX(var(--rv-rotate-x, 0deg)) rotateY(var(--rv-rotate-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .28s var(--rv-ease-premium);
}
.rv-depth-card > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--rv-card-x, 50%) var(--rv-card-y, 50%), rgba(92,222,249,.18), transparent 32%);
  transition: opacity .3s ease;
}
.rv-depth-card:hover > .elementor-widget-wrap::before { opacity: 1; }
.rv-depth-card > .elementor-widget-wrap > * { position: relative; z-index: 1; }

.rv-back-to-top {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(6,31,52,.93);
  box-shadow: 0 14px 38px rgba(3,24,40,.24);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .25s ease, transform .25s var(--rv-ease-premium), background .25s ease;
}
.rv-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.rv-back-to-top:hover { background: #16b8e5; color: #06263c; }

/* Premium inner-page hero */
.rv-premium-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at var(--rv-pointer-x) var(--rv-pointer-y), rgba(22,184,229,.22), transparent 25%),
    linear-gradient(135deg, #051d31, #082f4d 58%, #0b557b);
}
.rv-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px) 0 0 / 86px 86px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}
.rv-premium-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 6vw, 90px);
  bottom: 0;
  width: min(38vw, 520px);
  height: 8px;
  background: linear-gradient(90deg, #16b8e5, rgba(22,184,229,0));
}
.rv-premium-hero > .elementor-container { z-index: 1; }
.rv-premium-hero .rv-title .elementor-heading-title {
  max-width: 970px;
  font-size: clamp(48px, 6.4vw, 86px);
  text-wrap: balance;
}
.rv-premium-hero .rv-lead { max-width: 820px; }
.rv-premium-hero .rv-button { margin-top: 28px; width: auto; }

/* Premium content sections */
.rv-premium-overview > .elementor-container { align-items: stretch; }
.rv-premium-overview .rv-panel > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #16b8e5;
  box-shadow: 0 26px 75px rgba(5,34,55,.1);
}
.rv-premium-overview .rv-panel > .elementor-widget-wrap::after {
  content: "R";
  position: absolute;
  right: -25px;
  bottom: -78px;
  color: rgba(8,45,73,.035);
  font-size: 220px;
  font-weight: 900;
  line-height: 1;
}

.rv-outcomes {
  position: relative;
  background:
    radial-gradient(circle at 15% 10%, rgba(22,184,229,.16), transparent 26%),
    #061f34 !important;
}
.rv-outcomes::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background: repeating-linear-gradient(135deg, transparent 0 26px, rgba(255,255,255,.08) 27px, transparent 28px);
}
.rv-outcomes > .elementor-container {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
}
.rv-outcomes .rv-full-intro { width: 100%; padding-bottom: 34px; }
.rv-outcomes .rv-section-tag .elementor-heading-title { color: #77def6; }
.rv-outcomes .rv-section-title .elementor-heading-title { max-width: 960px; color: #fff; }
.rv-outcome-card > .elementor-widget-wrap {
  height: 100%;
  min-height: 270px;
  padding: 32px !important;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(8px);
  transition: background .3s ease, border-color .3s ease, transform .3s var(--rv-ease-premium);
}
.rv-outcome-card:hover > .elementor-widget-wrap {
  border-color: rgba(96,222,249,.62);
  background: rgba(255,255,255,.085);
  transform: translateY(-5px);
}
.rv-outcome-card .elementor-icon {
  border-color: rgba(255,255,255,.25);
  background: rgba(22,184,229,.11);
  color: #77def6;
}
.rv-outcome-card .elementor-icon-box-title { color: #fff; }
.rv-outcome-card .elementor-icon-box-description { color: rgba(255,255,255,.68); }

.rv-faq-section { background: #fff; }
.rv-faq-section > .elementor-container { align-items: flex-start; }
.rv-faq-panel > .elementor-widget-wrap {
  padding: clamp(24px, 4vw, 44px) !important;
  border: 1px solid rgba(8,45,73,.12);
  background: #f3f8fa;
}
.rv-faq .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(8,45,73,.14) !important;
}
.rv-faq .elementor-tab-title {
  padding: 22px 4px !important;
  color: #082d49;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}
.rv-faq .elementor-tab-title.elementor-active { color: #08789d; }
.rv-faq .elementor-tab-content {
  padding: 0 40px 24px 4px !important;
  border: 0 !important;
  color: #607486;
  font-size: 15px;
  line-height: 1.75;
}

/* Motion is progressive enhancement; content stays visible without JS. */
.rv-motion-ready .rv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .72s var(--rv-ease-premium) var(--rv-delay, 0ms),
    transform .72s var(--rv-ease-premium) var(--rv-delay, 0ms);
}
.rv-motion-ready .rv-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .rv-outcomes > .elementor-container { flex-wrap: wrap; }
  .rv-outcomes .rv-outcome-card { width: calc(50% - 16px); }
}

@media (max-width: 767px) {
  #header .menu > li > a::after { display: none; }
  .rv-premium-hero { min-height: 520px; }
  .rv-premium-hero .rv-button,
  .rv-premium-hero .rv-button .elementor-button { width: 100%; }
  .rv-outcomes .rv-outcome-card { width: 100%; }
  .rv-outcome-card > .elementor-widget-wrap { min-height: 230px; }
  .rv-faq-panel { margin-top: 28px; }
  .rv-back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}

/* Blocksy mobile header and premium off-canvas navigation */
@media (max-width: 999.98px) {
  #header .ct-header-trigger {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(8, 45, 73, .13);
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #f1f7fa);
    box-shadow: 0 10px 28px rgba(6, 31, 52, .10);
    transition: transform .25s var(--rv-ease-premium), border-color .25s ease, background .25s ease;
  }
  #header .ct-header-trigger::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16b8e5;
    box-shadow: 0 0 0 4px rgba(22, 184, 229, .13);
  }
  #header .ct-header-trigger:hover,
  #header .ct-header-trigger:focus-visible {
    border-color: rgba(22, 184, 229, .65);
    background: #fff;
    transform: translateY(-2px);
  }
  #header .ct-header-trigger .ct-icon {
    --theme-icon-size: 21px;
    --theme-icon-color: #082d49;
  }

  #offcanvas.rv-mobile-panel {
    --side-panel-width: min(92vw, 430px);
    --side-panel-offset: 8px;
    --side-panel-border-radius: 26px;
    background: rgba(2, 17, 29, .62);
    backdrop-filter: blur(14px) saturate(115%);
    -webkit-backdrop-filter: blur(14px) saturate(115%);
  }
  #offcanvas.rv-mobile-panel .ct-panel-inner {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background:
      radial-gradient(circle at 100% 0, rgba(22, 184, 229, .22), transparent 31%),
      linear-gradient(155deg, #061d30 0%, #071724 54%, #04131f 100%);
    box-shadow: -24px 0 70px rgba(0, 10, 18, .42);
  }
  #offcanvas.rv-mobile-panel .ct-panel-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .2;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px) 0 0 / 64px 64px,
      linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px) 0 0 / 64px 64px;
    mask-image: linear-gradient(155deg, #000, transparent 68%);
  }
  #offcanvas.rv-mobile-panel .ct-panel-actions {
    position: absolute;
    z-index: 8;
    top: 19px;
    right: 18px;
    padding: 0;
  }
  #offcanvas.rv-mobile-panel .ct-toggle-close {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(119, 222, 246, .38);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    transition: transform .25s var(--rv-ease-premium), background .25s ease, border-color .25s ease;
  }
  #offcanvas.rv-mobile-panel .ct-toggle-close:hover,
  #offcanvas.rv-mobile-panel .ct-toggle-close:focus-visible {
    border-color: #77def6;
    background: rgba(22, 184, 229, .20);
    transform: rotate(7deg);
  }
  #offcanvas.rv-mobile-panel .ct-toggle-close .ct-icon {
    width: 15px;
    height: 15px;
    fill: #fff;
  }
  #offcanvas.rv-mobile-panel .ct-panel-content[data-device="mobile"] {
    position: relative;
    z-index: 2;
    min-height: 100%;
  }
  #offcanvas.rv-mobile-panel .ct-panel-content-inner {
    --panel-padding: 0;
    display: flex;
    height: 100%;
    padding: 24px 24px 26px;
    align-items: stretch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(119, 222, 246, .45) transparent;
  }
  .rv-mobile-panel-brand {
    display: grid;
    gap: 15px;
    padding-right: 58px;
  }
  .rv-mobile-panel-logo {
    display: flex;
    width: 166px;
    min-height: 58px;
    padding: 9px 13px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(0, 12, 22, .25);
  }
  .rv-mobile-panel-logo img {
    display: block;
    width: 100%;
    max-height: 42px;
    object-fit: contain;
  }
  .rv-mobile-panel-brand-copy {
    display: grid;
    gap: 4px;
  }
  .rv-mobile-panel-brand-copy span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
  }
  .rv-mobile-panel-brand-copy small {
    color: rgba(223, 241, 248, .57);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.45;
    text-transform: uppercase;
  }
  #offcanvas .rv-mobile-navigation {
    width: 100%;
    margin-top: clamp(26px, 5vh, 42px);
  }
  #offcanvas .rv-mobile-navigation > ul {
    counter-reset: revotech-menu;
  }
  #offcanvas .rv-mobile-navigation > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
  }
  #offcanvas .rv-mobile-navigation > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .10);
  }
  #offcanvas .rv-mobile-navigation > ul > li::before {
    content: var(--rv-menu-index);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    color: rgba(119, 222, 246, .58);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    transform: translateY(-50%);
    transition: color .25s ease;
  }
  #offcanvas .rv-mobile-navigation .ct-menu-link {
    position: relative;
    display: flex;
    min-height: 59px;
    padding: 16px 38px 16px 34px;
    align-items: center;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(17px, 5vw, 20px);
    font-weight: 760;
    letter-spacing: -.02em;
    line-height: 1.2;
  }
  #offcanvas .rv-mobile-navigation .ct-menu-link::after {
    content: "↗";
    position: absolute;
    right: 3px;
    color: rgba(119, 222, 246, .42);
    font-size: 15px;
    transform: translate(-5px, 5px);
    opacity: 0;
    transition: opacity .25s ease, transform .25s var(--rv-ease-premium);
  }
  #offcanvas .rv-mobile-navigation li:hover::before,
  #offcanvas .rv-mobile-navigation .current-menu-item::before {
    color: #77def6;
  }
  #offcanvas .rv-mobile-navigation li:hover > .ct-menu-link,
  #offcanvas .rv-mobile-navigation .current-menu-item > .ct-menu-link {
    color: #fff;
  }
  #offcanvas .rv-mobile-navigation li:hover > .ct-menu-link::after,
  #offcanvas .rv-mobile-navigation .current-menu-item > .ct-menu-link::after {
    opacity: 1;
    transform: translate(0, 0);
  }
  #offcanvas .rv-mobile-navigation .current-menu-item > .ct-menu-link::before {
    content: "";
    position: absolute;
    left: -24px;
    width: 3px;
    height: 28px;
    border-radius: 0 4px 4px 0;
    background: #16b8e5;
    box-shadow: 0 0 22px rgba(22, 184, 229, .75);
  }
  #offcanvas .rv-mobile-navigation .revotech-nav-cta {
    margin-top: 22px;
    border: 0;
  }
  #offcanvas .rv-mobile-navigation .revotech-nav-cta::before {
    left: 18px;
    color: #06324d;
  }
  #offcanvas .rv-mobile-navigation .revotech-nav-cta .ct-menu-link {
    min-height: 58px;
    padding: 17px 42px 17px 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2bc7eb, #16b8e5);
    box-shadow: 0 14px 30px rgba(22, 184, 229, .23);
    color: #052b44;
    font-size: 15px;
    font-weight: 900;
  }
  #offcanvas .rv-mobile-navigation .revotech-nav-cta .ct-menu-link::after {
    right: 18px;
    color: #052b44;
    opacity: 1;
    transform: none;
  }
  .rv-mobile-panel-contact {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: clamp(28px, 6vh, 48px);
    color: rgba(223, 241, 248, .58);
  }
  .rv-mobile-panel-status {
    display: flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
  }
  .rv-mobile-panel-status span {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #60def9;
    box-shadow: 0 0 0 5px rgba(96, 222, 249, .10);
  }
  .rv-mobile-panel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
  }
  .rv-mobile-panel-links a {
    color: #fff;
    font-size: 12px;
    font-weight: 750;
  }
  .rv-mobile-panel-links a:hover { color: #77def6; }
  .rv-mobile-panel-contact p {
    margin: 0;
    color: rgba(223, 241, 248, .44);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  #offcanvas.rv-mobile-panel.active .rv-mobile-panel-brand,
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li,
  #offcanvas.rv-mobile-panel.active .rv-mobile-panel-contact {
    animation: rv-panel-item-in .52s both var(--rv-ease-premium);
  }
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li:nth-child(1) { animation-delay: 60ms; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li:nth-child(2) { animation-delay: 90ms; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li:nth-child(3) { animation-delay: 120ms; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li:nth-child(4) { animation-delay: 150ms; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li:nth-child(5) { animation-delay: 180ms; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-panel-contact { animation-delay: 210ms; }
}

@keyframes rv-panel-item-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

/* First-party inquiry page and Elementor form widget */
.rv-inquiry-hero {
  min-height: 520px;
  background:
    radial-gradient(circle at 80% 16%, rgba(22,184,229,.2), transparent 28%),
    linear-gradient(128deg, #051c2e, #082f4d 62%, #0a547b) !important;
}
.rv-inquiry-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 100px);
  bottom: 0;
  width: min(44vw, 580px);
  height: 7px;
  background: linear-gradient(90deg, #16b8e5, transparent);
}
.rv-inquiry-hero .rv-panel > .elementor-widget-wrap {
  position: relative;
  min-height: 320px;
  padding: 34px !important;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(119,222,246,.22), transparent 38%),
    rgba(255,255,255,.055);
  box-shadow: 0 24px 65px rgba(0,14,24,.2);
  backdrop-filter: blur(12px);
}
.rv-inquiry-hero .rv-panel > .elementor-widget-wrap::before {
  content: "01";
  position: absolute;
  top: 30px;
  left: 34px;
  color: #77def6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.rv-inquiry-hero .rv-panel .rv-section-tag .elementor-heading-title { color: #77def6; }
.rv-inquiry-hero .rv-panel .rv-role-title .elementor-heading-title {
  max-width: 260px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.03em;
}
.rv-inquiry-hero .rv-panel .rv-copy,
.rv-inquiry-hero .rv-panel .rv-copy p { color: rgba(255,255,255,.67); }
.rv-inquiry-layout > .elementor-container { align-items: flex-start; }
.rv-inquiry-widget {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4.8vw, 58px);
  border: 1px solid rgba(8,45,73,.11);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(5,34,55,.12);
}
.rv-inquiry-widget::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #16b8e5, #77def6 48%, #0a6993);
}
.rv-inquiry-widget__head {
  max-width: 760px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(8,45,73,.1);
}
.rv-inquiry-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #0783a9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rv-inquiry-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #16b8e5;
}
.rv-inquiry-widget__head h2 {
  margin: 16px 0 15px;
  color: #082d49;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.rv-inquiry-widget__head p {
  max-width: 680px;
  margin: 0;
  color: #607486;
  font-size: 16px;
  line-height: 1.75;
}
.rv-inquiry-notice {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid;
  border-radius: 13px;
  font-size: 14px;
}
.rv-inquiry-notice--success { border-color: #a8dfca; background: #effaf6; color: #175f49; }
.rv-inquiry-notice--error { border-color: #efb7b7; background: #fff4f4; color: #8e2d2d; }
.rv-inquiry-form { margin-top: 34px; }
.rv-inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.rv-field {
  position: relative;
  display: grid;
  gap: 8px;
}
.rv-field--full { grid-column: 1 / -1; }
.rv-field label {
  color: #19384d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.rv-field label span,
.rv-inquiry-consent b { color: #0799c2; }
.rv-field :is(input, select, textarea) {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(8,45,73,.18);
  border-radius: 11px;
  outline: 3px solid transparent;
  background-color: #f7fafb;
  color: #10283b;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color .2s ease, outline-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.rv-field textarea { min-height: 168px; resize: vertical; }
.rv-field :is(input, select, textarea)::placeholder { color: #91a1ad; opacity: 1; }
.rv-field :is(input, select, textarea):hover { border-color: rgba(8,45,73,.32); }
.rv-field :is(input, select, textarea):focus {
  border-color: #16b8e5;
  outline-color: rgba(22,184,229,.13);
  background: #fff;
  box-shadow: 0 9px 24px rgba(5,34,55,.06);
}
.rv-field-hint {
  color: #82939f;
  font-size: 11px;
  line-height: 1.55;
}
.rv-inquiry-consent {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  align-items: flex-start;
  color: #607486;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6;
}
.rv-inquiry-consent input {
  width: 19px;
  min-width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: #0aa8d3;
}
.rv-inquiry-form__actions {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  align-items: center;
}
.rv-inquiry-form__actions button {
  display: inline-flex;
  min-height: 58px;
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 13px;
  background: linear-gradient(135deg, #29c8ed, #16b8e5);
  box-shadow: 0 16px 32px rgba(22,184,229,.22);
  color: #052b44;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .25s var(--rv-ease-premium), box-shadow .25s ease, filter .25s ease;
}
.rv-inquiry-form__actions button:hover {
  filter: brightness(1.05);
  box-shadow: 0 20px 38px rgba(22,184,229,.3);
  transform: translateY(-2px);
}
.rv-inquiry-form__actions button[aria-busy="true"] { cursor: wait; opacity: .72; }
.rv-inquiry-form__actions p {
  max-width: 330px;
  margin: 0;
  color: #84949f;
  font-size: 11px;
  line-height: 1.55;
}
.rv-inquiry-form__actions p strong { color: #39586e; }
.rv-inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.rv-inquiry-sidebar > .elementor-widget-wrap {
  position: sticky;
  top: 120px;
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 42px) !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(22,184,229,.2), transparent 35%),
    #082d49;
  box-shadow: 0 26px 70px rgba(5,34,55,.16);
}
.rv-inquiry-sidebar .elementor-heading-title { color: #fff; }
.rv-inquiry-sidebar .rv-copy,
.rv-inquiry-sidebar .rv-copy p { color: rgba(255,255,255,.67); }
.rv-inquiry-sidebar .rv-list .elementor-icon-list-item { border-color: rgba(255,255,255,.12); }
.rv-inquiry-sidebar .rv-list .elementor-icon-list-text { color: rgba(255,255,255,.83); }
.rv-inquiry-sidebar .rv-list .elementor-icon-list-icon { color: #77def6; }
.rv-inquiry-assurance .rv-outcome-card > .elementor-widget-wrap { min-height: 245px; }

@media (max-width: 767px) {
  .rv-inquiry-hero { min-height: 470px; }
  .rv-inquiry-widget { padding: 30px 20px; border-radius: 18px; }
  .rv-inquiry-form__grid { grid-template-columns: 1fr; gap: 18px; }
  .rv-field--full { grid-column: auto; }
  .rv-inquiry-form__actions { align-items: stretch; flex-direction: column; }
  .rv-inquiry-form__actions button { width: 100%; }
  .rv-inquiry-sidebar { margin-top: 28px; }
  .rv-inquiry-sidebar > .elementor-widget-wrap { position: static; }
}

@media (max-width: 767px) {
  .rtel-proof { padding: 68px 20px 72px !important; }
  .rtel-proof .rtel-proof-intro,
  .rtel-proof .rtel-proof-copy { padding: 0 0 28px; }
  .rtel-proof .rtel-proof-intro { padding-right: 0; }
  .rtel-proof .rtel-proof-copy > .elementor-widget-wrap { padding-left: 0; border-left: 0; }
  .rtel-proof .rtel-proof-card { margin-bottom: 14px; }
  .rtel-proof .rtel-proof-card > .elementor-widget-wrap {
    min-height: 330px;
    padding: 34px 24px !important;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
  }
  .rtel-proof .rtel-proof-sectors > .elementor-widget-wrap { min-height: 565px; }
  .rtel-proof .rtel-sector-list .elementor-icon-list-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .rv-motion-ready .rv-reveal { opacity: 1; transform: none; }
  #offcanvas.rv-mobile-panel.active .rv-mobile-panel-brand,
  #offcanvas.rv-mobile-panel.active .rv-mobile-navigation > ul > li,
  #offcanvas.rv-mobile-panel.active .rv-mobile-panel-contact { animation: none; }
}
