.elementor-145 .elementor-element.elementor-element-7d021e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d150a69 *//* =========================================================
   OPHELON — REVENUE CONTROL INTERNAL PRODUCT PAGE
   Compact internal-page structure, not a landing page.
========================================================= */

.ophelon-rc-page{
  --orc-text:var(--text,#f4f8ff);
  --orc-muted:var(--muted,rgba(244,248,255,.67));
  --orc-soft:var(--soft,rgba(244,248,255,.43));
  --orc-line:var(--line,rgba(255,255,255,.11));
  --orc-panel:rgba(255,255,255,.042);
  --orc-panel-strong:rgba(255,255,255,.07);
  --orc-blue:var(--blue,#2474ff);
  --orc-purple:var(--purple,#823dff);
  --orc-orange:var(--orange,#ff7a32);
  --orc-green:var(--green,#72ffbd);
  --orc-shadow:0 22px 70px rgba(0,0,0,.20);

  position:relative;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  color:var(--orc-text);
  overflow:clip;
}

.ophelon-rc-page,
.ophelon-rc-page *{
  box-sizing:border-box;
}

.ophelon-rc-page a{
  color:inherit;
  text-decoration:none;
}

.ophelon-rc-page button{
  font:inherit;
}

.ophelon-rc-page .orc-container{
  width:min(1380px,calc(100vw - 88px));
  margin-inline:auto;
}

.ophelon-rc-page .orc-section{
  scroll-margin-top:132px;
  padding:104px 0;
}

.ophelon-rc-page .orc-kicker,
.ophelon-rc-page .orc-eyebrow{
  margin:0 0 14px;
  color:var(--orc-orange);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.ophelon-rc-page h1,
.ophelon-rc-page h2,
.ophelon-rc-page h3,
.ophelon-rc-page p{
  overflow-wrap:break-word;
}

.ophelon-rc-page .orc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 20px;
  border:1px solid var(--orc-line);
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.ophelon-rc-page .orc-btn:hover{
  transform:translateY(-2px);
}

.ophelon-rc-page .orc-btn-primary{
  border-color:rgba(255,255,255,.17);
  background:linear-gradient(135deg,var(--orc-blue),var(--orc-purple) 58%,var(--orc-orange));
  color:#fff;
  box-shadow:0 16px 48px rgba(36,116,255,.18);
}

/* Compact intro */
.ophelon-rc-page .orc-intro{
  position:relative;
  padding:126px 0 72px;
  border-bottom:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-intro::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  top:-260px;
  right:-240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(36,116,255,.12),transparent 67%);
  pointer-events:none;
}

.ophelon-rc-page .orc-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:34px;
  color:var(--orc-soft);
  font-size:13px;
  font-weight:750;
}

.ophelon-rc-page .orc-breadcrumb a:hover{
  color:var(--orc-text);
}

.ophelon-rc-page .orc-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
  gap:clamp(50px,7vw,110px);
  align-items:start;
}

.ophelon-rc-page .orc-intro-copy h1{
  max-width:900px;
  margin:0;
  font-size:clamp(52px,5vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:720;
}

.ophelon-rc-page .orc-intro-copy h1 span{
  display:block;
}

.ophelon-rc-page .orc-intro-copy h1 span:last-child{
  color:var(--orc-soft);
}

.ophelon-rc-page .orc-intro-text{
  max-width:790px;
  margin:24px 0 0;
  color:var(--orc-muted);
  font-size:18px;
  line-height:1.72;
}

.ophelon-rc-page .orc-intro-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:28px;
}

.ophelon-rc-page .orc-text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--orc-muted);
  font-size:14px;
  font-weight:850;
}

.ophelon-rc-page .orc-text-link:hover{
  color:var(--orc-text);
}

.ophelon-rc-page .orc-intro-summary{
  padding:25px;
  border:1px solid var(--orc-line);
  border-radius:28px;
  background:linear-gradient(180deg,var(--orc-panel-strong),var(--orc-panel));
  box-shadow:var(--orc-shadow);
}

.ophelon-rc-page .orc-summary-title{
  margin-bottom:16px;
  color:var(--orc-soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.ophelon-rc-page .orc-summary-list{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.ophelon-rc-page .orc-summary-list li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  padding:17px 0;
  border-top:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-summary-list li:first-child{
  border-top:0;
}

.ophelon-rc-page .orc-summary-list li>span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  color:var(--orc-orange);
  font-size:11px;
  font-weight:900;
}

.ophelon-rc-page .orc-summary-list strong{
  display:block;
  margin-bottom:5px;
  font-size:15px;
}

.ophelon-rc-page .orc-summary-list small{
  display:block;
  color:var(--orc-muted);
  font-size:12px;
  line-height:1.45;
}

/* Sticky internal nav */
.ophelon-rc-page .orc-section-nav-wrap{
  position:sticky;
  top:0;
  z-index:30;
  border-bottom:1px solid var(--orc-line);
  background:rgba(4,7,16,.80);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.ophelon-rc-page .orc-section-nav{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:12px 0;
  scrollbar-width:none;
}

.ophelon-rc-page .orc-section-nav::-webkit-scrollbar{
  display:none;
}

.ophelon-rc-page .orc-section-nav a{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:999px;
  color:var(--orc-muted);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
  transition:background-color .2s ease,color .2s ease;
}

.ophelon-rc-page .orc-section-nav a:hover,
.ophelon-rc-page .orc-section-nav a.is-active{
  background:rgba(255,255,255,.075);
  color:var(--orc-text);
}

/* Shared section copy */
.ophelon-rc-page .orc-section-copy{
  max-width:680px;
}

.ophelon-rc-page .orc-section-copy-wide{
  max-width:900px;
  margin-bottom:38px;
}

.ophelon-rc-page .orc-section-copy h2,
.ophelon-rc-page .orc-feature-copy h2,
.ophelon-rc-page .orc-final-cta h2{
  margin:0;
  font-size:clamp(38px,4.2vw,62px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:720;
}

.ophelon-rc-page .orc-section-copy p:last-child,
.ophelon-rc-page .orc-feature-copy>p:last-of-type{
  margin:19px 0 0;
  color:var(--orc-muted);
  font-size:17px;
  line-height:1.72;
}

/* Overview */
.ophelon-rc-page .orc-overview-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);
  gap:clamp(52px,7vw,110px);
  align-items:center;
}

.ophelon-rc-page .orc-decision-map{
  position:relative;
  display:grid;
  gap:0;
  padding:18px 24px;
  border:1px solid var(--orc-line);
  border-radius:28px;
  background:linear-gradient(180deg,var(--orc-panel-strong),var(--orc-panel));
}

.ophelon-rc-page .orc-decision-track{
  position:absolute;
  left:50px;
  top:52px;
  bottom:52px;
  width:2px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.ophelon-rc-page .orc-decision-track span{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(180deg,var(--orc-blue),var(--orc-purple),var(--orc-orange));
  transform:scaleY(0);
  transform-origin:top;
}

.ophelon-rc-page .orc-decision-map article{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:17px;
  padding:20px 0;
  border-top:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-decision-map article:first-of-type{
  border-top:0;
}

.ophelon-rc-page .orc-decision-map article>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  background:#090d18;
  color:var(--orc-orange);
  font-size:11px;
  font-weight:900;
}

.ophelon-rc-page .orc-decision-map strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
}

.ophelon-rc-page .orc-decision-map small{
  display:block;
  color:var(--orc-muted);
  font-size:13px;
  line-height:1.5;
}

/* Feature rows */
.ophelon-rc-page .orc-feature-section{
  border-top:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-feature-section-alt{
  background:rgba(255,255,255,.018);
}

.ophelon-rc-page .orc-feature-row{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);
  gap:clamp(54px,7vw,110px);
  align-items:center;
}

.ophelon-rc-page .orc-feature-row-reverse .orc-feature-copy{
  order:2;
}

.ophelon-rc-page .orc-feature-row-reverse .orc-product-panel{
  order:1;
}

.ophelon-rc-page .orc-feature-copy{
  max-width:600px;
}

.ophelon-rc-page .orc-feature-points{
  display:grid;
  gap:11px;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}

.ophelon-rc-page .orc-feature-points li{
  position:relative;
  padding-left:22px;
  color:var(--orc-muted);
  font-size:14px;
  line-height:1.55;
}

.ophelon-rc-page .orc-feature-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orc-blue),var(--orc-orange));
}

/* Product panels */
.ophelon-rc-page .orc-product-panel{
  padding:23px;
  border:1px solid var(--orc-line);
  border-radius:30px;
  background:linear-gradient(180deg,var(--orc-panel-strong),var(--orc-panel));
  box-shadow:var(--orc-shadow);
  overflow:hidden;
}

.ophelon-rc-page .orc-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-panel-header small{
  display:block;
  margin-bottom:5px;
  color:var(--orc-soft);
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.ophelon-rc-page .orc-panel-header strong{
  font-size:17px;
}

.ophelon-rc-page .orc-status{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 10px;
  border:1px solid var(--orc-line);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:var(--orc-muted);
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}

.ophelon-rc-page .orc-status-attention{
  border-color:rgba(255,122,50,.24);
  background:rgba(255,122,50,.08);
  color:#ffc7a8;
}

.ophelon-rc-page .orc-status-risk{
  border-color:rgba(255,104,104,.24);
  background:rgba(255,104,104,.08);
  color:#ffb1b1;
}

.ophelon-rc-page .orc-status-review{
  border-color:rgba(130,61,255,.25);
  background:rgba(130,61,255,.08);
  color:#d4bdff;
}

/* Maintenance panel */
.ophelon-rc-page .orc-maintenance-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}

.ophelon-rc-page .orc-maintenance-summary>div{
  padding:15px;
  border:1px solid var(--orc-line);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}

.ophelon-rc-page .orc-maintenance-summary small,
.ophelon-rc-page .orc-budget-stats small,
.ophelon-rc-page .orc-review-context small,
.ophelon-rc-page .orc-review-task small{
  display:block;
  margin-bottom:7px;
  color:var(--orc-soft);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ophelon-rc-page .orc-maintenance-summary strong{
  font-size:26px;
  letter-spacing:-.045em;
}

.ophelon-rc-page .orc-progress{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  margin-top:18px;
}

.ophelon-rc-page .orc-progress>span{
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.ophelon-rc-page .orc-progress b{
  display:block;
  width:var(--orc-progress);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--orc-blue),var(--orc-purple),var(--orc-orange));
  transform-origin:left;
}

.ophelon-rc-page .orc-progress small{
  color:var(--orc-muted);
  font-size:11px;
  font-weight:850;
}

.ophelon-rc-page .orc-panel-list{
  display:grid;
  gap:0;
  margin-top:18px;
  border:1px solid var(--orc-line);
  border-radius:18px;
  overflow:hidden;
}

.ophelon-rc-page .orc-panel-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 15px;
  border-top:1px solid var(--orc-line);
}

.ophelon-rc-page .orc-panel-list>div:first-child{
  border-top:0;
}

.ophelon-rc-page .orc-panel-list span{
  color:var(--orc-muted);
  font-size:13px;
}

.ophelon-rc-page .orc-panel-list strong{
  font-size:13px;
}

/* Budget panel */
.ophelon-rc-page .orc-budget-main{
  display:grid;
  grid-template-columns:210px 1fr;
  gap:28px;
  align-items:center;
  margin-top:24px;
}

.ophelon-rc-page .orc-budget-ring{
  --orc-ring-color:var(--orc-orange);
  display:grid;
  place-items:center;
  width:190px;
  height:190px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#0b0f1a 62%,transparent 63%),
    conic-gradient(var(--orc-ring-color) calc(var(--orc-ring) * 1%),rgba(255,255,255,.07) 0);
}

.ophelon-rc-page .orc-budget-ring span{
  text-align:center;
}

.ophelon-rc-page .orc-budget-ring strong{
  display:block;
  font-size:38px;
  line-height:1;
  letter-spacing:-.06em;
}

.ophelon-rc-page .orc-budget-ring small{
  display:block;
  margin-top:5px;
  color:var(--orc-muted);
  font-size:10px;
  font-weight:850;
}

.ophelon-rc-page .orc-budget-stats{
  display:grid;
  gap:11px;
}

.ophelon-rc-page .orc-budget-stats>div{
  padding:14px 15px;
  border:1px solid var(--orc-line);
  border-radius:17px;
  background:rgba(255,255,255,.035);
}

.ophelon-rc-page .orc-budget-stats strong{
  font-size:18px;
}

.ophelon-rc-page .orc-risk-note{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:12px;
  align-items:center;
  margin-top:18px;
  padding:14px 15px;
  border:1px solid rgba(255,104,104,.18);
  border-radius:17px;
  background:rgba(255,104,104,.06);
}

.ophelon-rc-page .orc-risk-note>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:rgba(255,104,104,.10);
  color:#ffb1b1;
  font-size:13px;
  font-weight:900;
}

.ophelon-rc-page .orc-risk-note p{
  margin:0;
  color:var(--orc-muted);
  font-size:12px;
  line-height:1.5;
}

/* Extra work panel */
.ophelon-rc-page .orc-extra-list{
  display:grid;
  gap:10px;
  margin-top:19px;
}

.ophelon-rc-page .orc-extra-list article{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:15px;
  border:1px solid var(--orc-line);
  border-radius:18px;
  background:rgba(255,255,255,.032);
}

.ophelon-rc-page .orc-extra-list article>div:last-child{
  text-align:right;
}

.ophelon-rc-page .orc-extra-type{
  display:inline-flex;
  margin-bottom:8px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,122,50,.08);
  color:#ffc7a8;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ophelon-rc-page .orc-extra-list strong{
  display:block;
  font-size:14px;
}

.ophelon-rc-page .orc-extra-list small{
  display:block;
  margin-top:6px;
  color:var(--orc-muted);
  font-size:11px;
}

.ophelon-rc-page .orc-extra-list button{
  margin-top:8px;
  padding:7px 9px;
  border:1px solid var(--orc-line);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:var(--orc-muted);
  font-size:10px;
  font-weight:850;
}

/* Billing review panel */
.ophelon-rc-page .orc-review-context{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:20px;
}

.ophelon-rc-page .orc-review-context>div{
  padding:14px;
  border:1px solid var(--orc-line);
  border-radius:17px;
  background:rgba(255,255,255,.032);
}

.ophelon-rc-page .orc-review-context strong{
  font-size:15px;
}

.ophelon-rc-page .orc-review-task{
  margin-top:14px;
  padding:15px;
  border:1px solid var(--orc-line);
  border-radius:17px;
  background:rgba(255,255,255,.032);
}

.ophelon-rc-page .orc-review-task p{
  margin:0;
  color:var(--orc-muted);
  font-size:12px;
  line-height:1.5;
}

.ophelon-rc-page .orc-review-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
  margin-top:16px;
}

.ophelon-rc-page .orc-review-buttons button{
  min-height:38px;
  padding:9px 12px;
  border:1px solid var(--orc-line);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:var(--orc-muted);
  font-size:11px;
  font-weight:850;
}

.ophelon-rc-page .orc-review-buttons .orc-review-primary{
  border-color:transparent;
  background:linear-gradient(135deg,var(--orc-blue),var(--orc-purple));
  color:#fff;
}

/* Roles */
.ophelon-rc-page .orc-role-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.ophelon-rc-page .orc-role-grid article{
  min-height:250px;
  padding:24px;
  border:1px solid var(--orc-line);
  border-radius:24px;
  background:linear-gradient(180deg,var(--orc-panel-strong),var(--orc-panel));
}

.ophelon-rc-page .orc-role-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid var(--orc-line);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:var(--orc-orange);
  font-size:13px;
  font-weight:900;
}

.ophelon-rc-page .orc-role-grid h3{
  margin:42px 0 12px;
  font-size:23px;
  letter-spacing:-.035em;
}

.ophelon-rc-page .orc-role-grid p{
  margin:0;
  color:var(--orc-muted);
  font-size:14px;
  line-height:1.65;
}

/* Final CTA */
.ophelon-rc-page .orc-final-section{
  padding-top:60px;
  padding-bottom:118px;
}

.ophelon-rc-page .orc-final-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
  padding:34px 38px;
  border:1px solid var(--orc-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 85% 20%,rgba(36,116,255,.12),transparent 28%),
    linear-gradient(180deg,var(--orc-panel-strong),var(--orc-panel));
}

.ophelon-rc-page .orc-final-cta h2{
  max-width:820px;
  font-size:clamp(34px,4vw,54px);
}

/* Light mode */
html[data-theme="light"] .ophelon-rc-page{
  --orc-panel:rgba(255,255,255,.67);
  --orc-panel-strong:rgba(255,255,255,.88);
  --orc-shadow:0 22px 70px rgba(22,48,104,.10);
}

html[data-theme="light"] .ophelon-rc-page .orc-section-nav-wrap{
  background:rgba(245,248,255,.82);
}

html[data-theme="light"] .ophelon-rc-page .orc-section-nav a:hover,
html[data-theme="light"] .ophelon-rc-page .orc-section-nav a.is-active{
  background:rgba(7,17,36,.055);
}

html[data-theme="light"] .ophelon-rc-page .orc-summary-list li>span,
html[data-theme="light"] .ophelon-rc-page .orc-status,
html[data-theme="light"] .ophelon-rc-page .orc-maintenance-summary>div,
html[data-theme="light"] .ophelon-rc-page .orc-panel-list,
html[data-theme="light"] .ophelon-rc-page .orc-budget-stats>div,
html[data-theme="light"] .ophelon-rc-page .orc-extra-list article,
html[data-theme="light"] .ophelon-rc-page .orc-review-context>div,
html[data-theme="light"] .ophelon-rc-page .orc-review-task,
html[data-theme="light"] .ophelon-rc-page .orc-role-icon{
  background:rgba(255,255,255,.72);
}

html[data-theme="light"] .ophelon-rc-page .orc-decision-map article>span{
  background:#fff;
}

html[data-theme="light"] .ophelon-rc-page .orc-budget-ring{
  background:
    radial-gradient(circle at center,#fff 62%,transparent 63%),
    conic-gradient(var(--orc-orange) calc(var(--orc-ring) * 1%),rgba(7,17,36,.07) 0);
}

html[data-theme="light"] .ophelon-rc-page .orc-feature-section-alt{
  background:rgba(7,17,36,.018);
}

html[data-theme="light"] .ophelon-rc-page .orc-progress>span,
html[data-theme="light"] .ophelon-rc-page .orc-decision-track{
  background:rgba(7,17,36,.07);
}

/* Responsive */
@media (max-width:1080px){
  .ophelon-rc-page .orc-container{
    width:calc(100vw - 48px);
  }

  .ophelon-rc-page .orc-intro-grid,
  .ophelon-rc-page .orc-overview-grid,
  .ophelon-rc-page .orc-feature-row{
    grid-template-columns:1fr;
  }

  .ophelon-rc-page .orc-intro-summary{
    max-width:720px;
  }

  .ophelon-rc-page .orc-feature-copy{
    max-width:760px;
  }

  .ophelon-rc-page .orc-feature-row-reverse .orc-feature-copy,
  .ophelon-rc-page .orc-feature-row-reverse .orc-product-panel{
    order:initial;
  }
}

@media (max-width:720px){
  .ophelon-rc-page .orc-container{
    width:calc(100vw - 28px);
  }

  .ophelon-rc-page .orc-intro{
    padding:106px 0 54px;
  }

  .ophelon-rc-page .orc-intro-copy h1{
    font-size:clamp(42px,12vw,58px);
    line-height:.98;
  }

  .ophelon-rc-page .orc-intro-text{
    font-size:16px;
  }

  .ophelon-rc-page .orc-section{
    padding:76px 0;
  }

  .ophelon-rc-page .orc-section-copy h2,
  .ophelon-rc-page .orc-feature-copy h2,
  .ophelon-rc-page .orc-final-cta h2{
    font-size:clamp(34px,10vw,48px);
  }

  .ophelon-rc-page .orc-intro-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .ophelon-rc-page .orc-btn{
    width:100%;
  }

  .ophelon-rc-page .orc-maintenance-summary,
  .ophelon-rc-page .orc-review-context,
  .ophelon-rc-page .orc-role-grid{
    grid-template-columns:1fr;
  }

  .ophelon-rc-page .orc-budget-main{
    grid-template-columns:1fr;
  }

  .ophelon-rc-page .orc-budget-ring{
    margin-inline:auto;
  }

  .ophelon-rc-page .orc-extra-list article{
    grid-template-columns:1fr;
  }

  .ophelon-rc-page .orc-extra-list article>div:last-child{
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
  }

  .ophelon-rc-page .orc-final-cta{
    grid-template-columns:1fr;
    padding:28px 22px;
  }

  .ophelon-rc-page .orc-product-panel{
    padding:18px;
    border-radius:24px;
  }
}

/* Elementor boxed-container breakout */
.elementor-widget-html:has(.ophelon-rc-page),
.elementor-widget-html:has(.ophelon-rc-page)>.elementor-widget-container{
  overflow:visible!important;
}/* End custom CSS */