.elementor-154 .elementor-element.elementor-element-cfa9244{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-154 .elementor-element.elementor-element-cfa9244.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-154 .elementor-element.elementor-element-cfa9244{--width:90.934%;}}/* Start custom CSS for html, class: .elementor-element-60885dc *//* =========================================================
   OPHELON — HOW IT WORKS INTERNAL PRODUCT PAGE
========================================================= */

.ophelon-hiw-page{
  --ohw-text:var(--text,#f4f8ff);
  --ohw-muted:var(--muted,rgba(244,248,255,.67));
  --ohw-soft:var(--soft,rgba(244,248,255,.43));
  --ohw-line:var(--line,rgba(255,255,255,.11));
  --ohw-panel:rgba(255,255,255,.042);
  --ohw-panel-strong:rgba(255,255,255,.07);
  --ohw-blue:var(--blue,#2474ff);
  --ohw-purple:var(--purple,#823dff);
  --ohw-orange:var(--orange,#ff7a32);
  --ohw-green:var(--green,#72ffbd);
  --ohw-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(--ohw-text);
  overflow:clip;
}

.ophelon-hiw-page,
.ophelon-hiw-page *{
  box-sizing:border-box;
}

.ophelon-hiw-page a{
  color:inherit;
  text-decoration:none;
}

.ophelon-hiw-page button{
  font:inherit;
}

.ophelon-hiw-page .ohw-container{
  width:min(1380px,calc(100vw - 88px));
  margin-inline:auto;
}

.ophelon-hiw-page .ohw-section{
  scroll-margin-top:132px;
  padding:104px 0;
}

.ophelon-hiw-page .ohw-kicker,
.ophelon-hiw-page .ohw-eyebrow{
  margin:0 0 14px;
  color:var(--ohw-orange);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.ophelon-hiw-page .ohw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 20px;
  border:1px solid var(--ohw-line);
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  transition:transform .2s ease,box-shadow .2s ease;
}

.ophelon-hiw-page .ohw-btn:hover{
  transform:translateY(-2px);
}

.ophelon-hiw-page .ohw-btn-primary{
  border-color:rgba(255,255,255,.17);
  background:linear-gradient(135deg,var(--ohw-blue),var(--ohw-purple) 58%,var(--ohw-orange));
  color:#fff;
  box-shadow:0 16px 48px rgba(36,116,255,.18);
}

/* Intro */
.ophelon-hiw-page .ohw-intro{
  position:relative;
  padding:126px 0 72px;
  border-bottom:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-intro::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  top:-280px;
  right:-240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(130,61,255,.12),transparent 67%);
  pointer-events:none;
}

.ophelon-hiw-page .ohw-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:34px;
  color:var(--ohw-soft);
  font-size:13px;
  font-weight:750;
}

.ophelon-hiw-page .ohw-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(350px,.8fr);
  gap:clamp(50px,7vw,110px);
  align-items:start;
}

.ophelon-hiw-page .ohw-intro-copy h1{
  max-width:940px;
  margin:0;
  font-size:clamp(52px,5vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:720;
}

.ophelon-hiw-page .ohw-intro-copy h1 span{
  display:block;
}

.ophelon-hiw-page .ohw-intro-copy h1 span:last-child{
  color:var(--ohw-soft);
}

.ophelon-hiw-page .ohw-intro-text{
  max-width:800px;
  margin:24px 0 0;
  color:var(--ohw-muted);
  font-size:18px;
  line-height:1.72;
}

.ophelon-hiw-page .ohw-intro-actions{
  margin-top:28px;
}

.ophelon-hiw-page .ohw-intro-summary{
  padding:25px;
  border:1px solid var(--ohw-line);
  border-radius:28px;
  background:linear-gradient(180deg,var(--ohw-panel-strong),var(--ohw-panel));
  box-shadow:var(--ohw-shadow);
}

.ophelon-hiw-page .ohw-summary-title{
  margin-bottom:16px;
  color:var(--ohw-soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.ophelon-hiw-page .ohw-summary-flow{
  display:grid;
}

.ophelon-hiw-page .ohw-summary-flow article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  padding:17px 0;
  border-top:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-summary-flow article:first-child{
  border-top:0;
}

.ophelon-hiw-page .ohw-summary-flow article>span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  color:var(--ohw-orange);
  font-size:11px;
  font-weight:900;
}

.ophelon-hiw-page .ohw-summary-flow strong{
  display:block;
  margin-bottom:5px;
  font-size:15px;
}

.ophelon-hiw-page .ohw-summary-flow small{
  display:block;
  color:var(--ohw-muted);
  font-size:12px;
  line-height:1.45;
}

/* Internal nav */
.ophelon-hiw-page .ohw-section-nav-wrap{
  position:sticky;
  top:0;
  z-index:30;
  border-bottom:1px solid var(--ohw-line);
  background:rgba(4,7,16,.80);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.ophelon-hiw-page .ohw-section-nav{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:12px 0;
  scrollbar-width:none;
}

.ophelon-hiw-page .ohw-section-nav::-webkit-scrollbar{
  display:none;
}

.ophelon-hiw-page .ohw-section-nav a{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:999px;
  color:var(--ohw-muted);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}

.ophelon-hiw-page .ohw-section-nav a:hover,
.ophelon-hiw-page .ohw-section-nav a.is-active{
  background:rgba(255,255,255,.075);
  color:var(--ohw-text);
}

/* Shared copy */
.ophelon-hiw-page .ohw-section-copy{
  max-width:690px;
}

.ophelon-hiw-page .ohw-section-copy-wide{
  max-width:920px;
  margin-bottom:42px;
}

.ophelon-hiw-page .ohw-section-copy h2,
.ophelon-hiw-page .ohw-feature-copy h2,
.ophelon-hiw-page .ohw-final-cta h2{
  margin:0;
  font-size:clamp(38px,4.2vw,62px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:720;
}

.ophelon-hiw-page .ohw-section-copy p:last-child,
.ophelon-hiw-page .ohw-feature-copy>p:last-of-type{
  margin:19px 0 0;
  color:var(--ohw-muted);
  font-size:17px;
  line-height:1.72;
}

/* Process */
.ophelon-hiw-page .ohw-process{
  position:relative;
  padding:30px;
  border:1px solid var(--ohw-line);
  border-radius:30px;
  background:linear-gradient(180deg,var(--ohw-panel-strong),var(--ohw-panel));
}

.ophelon-hiw-page .ohw-process-line{
  position:absolute;
  left:7%;
  right:7%;
  top:50%;
  height:2px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.ophelon-hiw-page .ohw-process-line span{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(90deg,var(--ohw-blue),var(--ohw-purple),var(--ohw-orange));
  transform:scaleX(0);
  transform-origin:left;
}

.ophelon-hiw-page .ohw-process-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.ophelon-hiw-page .ohw-process-grid article{
  min-height:220px;
  padding:21px;
  border:1px solid var(--ohw-line);
  border-radius:21px;
  background:rgba(5,8,18,.78);
}

.ophelon-hiw-page .ohw-step-number{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:13px;
  background:rgba(255,255,255,.05);
  color:var(--ohw-orange);
  font-size:11px;
  font-weight:900;
}

.ophelon-hiw-page .ohw-process-grid h3{
  margin:40px 0 12px;
  font-size:24px;
  letter-spacing:-.04em;
}

.ophelon-hiw-page .ohw-process-grid p{
  margin:0;
  color:var(--ohw-muted);
  font-size:13px;
  line-height:1.58;
}

/* Feature sections */
.ophelon-hiw-page .ohw-feature-section{
  border-top:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-feature-alt{
  background:rgba(255,255,255,.018);
}

.ophelon-hiw-page .ohw-feature-row{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);
  gap:clamp(54px,7vw,110px);
  align-items:center;
}

.ophelon-hiw-page .ohw-feature-row-reverse .ohw-feature-copy{
  order:2;
}

.ophelon-hiw-page .ohw-feature-row-reverse .ohw-product-panel{
  order:1;
}

.ophelon-hiw-page .ohw-feature-copy{
  max-width:610px;
}

.ophelon-hiw-page .ohw-feature-points{
  display:grid;
  gap:11px;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}

.ophelon-hiw-page .ohw-feature-points li{
  position:relative;
  padding-left:22px;
  color:var(--ohw-muted);
  font-size:14px;
  line-height:1.55;
}

.ophelon-hiw-page .ohw-feature-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--ohw-blue),var(--ohw-orange));
}

/* Product panels */
.ophelon-hiw-page .ohw-product-panel{
  padding:23px;
  border:1px solid var(--ohw-line);
  border-radius:30px;
  background:linear-gradient(180deg,var(--ohw-panel-strong),var(--ohw-panel));
  box-shadow:var(--ohw-shadow);
  overflow:hidden;
}

.ophelon-hiw-page .ohw-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-panel-header small,
.ophelon-hiw-page .ohw-form-grid label>span,
.ophelon-hiw-page .ohw-time-summary small,
.ophelon-hiw-page .ohw-outcome-grid small{
  display:block;
  margin-bottom:5px;
  color:var(--ohw-soft);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ophelon-hiw-page .ohw-panel-header strong{
  font-size:17px;
}

.ophelon-hiw-page .ohw-status{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 10px;
  border:1px solid var(--ohw-line);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:var(--ohw-muted);
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}

.ophelon-hiw-page .ohw-status-progress{
  border-color:rgba(36,116,255,.24);
  background:rgba(36,116,255,.08);
  color:#a9c8ff;
}

.ophelon-hiw-page .ohw-status-warning{
  border-color:rgba(255,122,50,.25);
  background:rgba(255,122,50,.08);
  color:#ffc7a8;
}

.ophelon-hiw-page .ohw-status-success{
  border-color:rgba(114,255,189,.22);
  background:rgba(114,255,189,.07);
  color:#bfffe0;
}

/* Capture form */
.ophelon-hiw-page .ohw-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}

.ophelon-hiw-page .ohw-form-grid label{
  display:block;
}

.ophelon-hiw-page .ohw-form-grid label>div{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:45px;
  padding:11px 13px;
  border:1px solid var(--ohw-line);
  border-radius:14px;
  background:rgba(255,255,255,.032);
  color:var(--ohw-muted);
  font-size:12px;
}

.ophelon-hiw-page .ohw-priority-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ohw-orange);
}

.ophelon-hiw-page .ohw-panel-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-panel-footer span{
  color:var(--ohw-muted);
  font-size:11px;
}

.ophelon-hiw-page .ohw-panel-footer button{
  padding:9px 13px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--ohw-blue),var(--ohw-purple));
  color:#fff;
  font-size:11px;
  font-weight:850;
}

/* Organise */
.ophelon-hiw-page .ohw-task-progress{
  margin-top:20px;
  padding:16px;
  border:1px solid var(--ohw-line);
  border-radius:17px;
  background:rgba(255,255,255,.032);
}

.ophelon-hiw-page .ohw-task-progress>div:first-child{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:11px;
  color:var(--ohw-muted);
  font-size:11px;
}

.ophelon-hiw-page .ohw-task-progress strong{
  color:var(--ohw-text);
  font-size:16px;
}

.ophelon-hiw-page .ohw-progress{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.ophelon-hiw-page .ohw-progress b{
  display:block;
  width:var(--ohw-progress);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--ohw-blue),var(--ohw-purple),var(--ohw-orange));
  transform-origin:left;
}

.ophelon-hiw-page .ohw-subtask-list{
  display:grid;
  gap:9px;
  margin-top:14px;
}

.ophelon-hiw-page .ohw-subtask-list article{
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:12px;
  align-items:center;
  padding:13px;
  border:1px solid var(--ohw-line);
  border-radius:16px;
  background:rgba(255,255,255,.03);
}

.ophelon-hiw-page .ohw-check{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border:1px solid var(--ohw-line);
  border-radius:10px;
  color:var(--ohw-green);
  font-size:12px;
  font-weight:900;
}

.ophelon-hiw-page .ohw-subtask-list strong{
  display:block;
  font-size:12px;
}

.ophelon-hiw-page .ohw-subtask-list small{
  display:block;
  margin-top:4px;
  color:var(--ohw-muted);
  font-size:10px;
}

.ophelon-hiw-page .ohw-subtask-list article>span:last-child{
  color:var(--ohw-muted);
  font-size:10px;
  font-weight:750;
}

/* Comments */
.ophelon-hiw-page .ohw-comment-list{
  display:grid;
  gap:12px;
  margin-top:19px;
}

.ophelon-hiw-page .ohw-comment-list article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  padding:14px;
  border:1px solid var(--ohw-line);
  border-radius:17px;
  background:rgba(255,255,255,.03);
}

.ophelon-hiw-page .ohw-avatar{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:linear-gradient(135deg,rgba(36,116,255,.22),rgba(130,61,255,.20));
  color:#dce7ff;
  font-size:10px;
  font-weight:900;
}

.ophelon-hiw-page .ohw-comment-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.ophelon-hiw-page .ohw-comment-meta strong{
  font-size:12px;
}

.ophelon-hiw-page .ohw-comment-meta small{
  color:var(--ohw-soft);
  font-size:9px;
}

.ophelon-hiw-page .ohw-comment-list p{
  margin:8px 0 0;
  color:var(--ohw-muted);
  font-size:12px;
  line-height:1.55;
}

.ophelon-hiw-page .ohw-file{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:8px 10px;
  border:1px solid var(--ohw-line);
  border-radius:12px;
  color:var(--ohw-muted);
  font-size:10px;
}

.ophelon-hiw-page .ohw-system-event{
  grid-template-columns:24px 1fr!important;
  background:rgba(130,61,255,.045)!important;
}

/* Timer */
.ophelon-hiw-page .ohw-live-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#bfffe0;
  font-size:10px;
  font-weight:850;
}

.ophelon-hiw-page .ohw-live-status i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ohw-green);
}

.ophelon-hiw-page .ohw-timer{
  padding:32px 0 26px;
  text-align:center;
}

.ophelon-hiw-page .ohw-timer strong{
  display:block;
  font-size:52px;
  line-height:1;
  letter-spacing:-.06em;
  font-variant-numeric:tabular-nums;
}

.ophelon-hiw-page .ohw-timer small{
  display:block;
  margin-top:7px;
  color:var(--ohw-muted);
  font-size:10px;
  font-weight:800;
}

.ophelon-hiw-page .ohw-time-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
}

.ophelon-hiw-page .ohw-time-summary>div{
  padding:14px;
  border:1px solid var(--ohw-line);
  border-radius:16px;
  background:rgba(255,255,255,.03);
}

.ophelon-hiw-page .ohw-time-summary strong{
  font-size:15px;
}

.ophelon-hiw-page .ohw-timer-actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:16px;
}

.ophelon-hiw-page .ohw-timer-actions button{
  padding:9px 12px;
  border:1px solid var(--ohw-line);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:var(--ohw-muted);
  font-size:10px;
  font-weight:850;
}

.ophelon-hiw-page .ohw-timer-actions .ohw-timer-stop{
  border-color:transparent;
  background:linear-gradient(135deg,var(--ohw-blue),var(--ohw-purple));
  color:#fff;
}

/* Review checks */
.ophelon-hiw-page .ohw-review-checks{
  display:grid;
  gap:10px;
  margin-top:20px;
}

.ophelon-hiw-page .ohw-review-checks article{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid var(--ohw-line);
  border-radius:16px;
  background:rgba(255,255,255,.03);
}

.ophelon-hiw-page .ohw-review-checks article>span{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:10px;
  font-size:12px;
  font-weight:900;
}

.ophelon-hiw-page .ohw-review-checks .is-ok>span{
  background:rgba(114,255,189,.08);
  color:var(--ohw-green);
}

.ophelon-hiw-page .ohw-review-checks .is-warning>span{
  background:rgba(255,122,50,.08);
  color:var(--ohw-orange);
}

.ophelon-hiw-page .ohw-review-checks strong{
  display:block;
  font-size:12px;
}

.ophelon-hiw-page .ohw-review-checks small{
  display:block;
  margin-top:4px;
  color:var(--ohw-muted);
  font-size:10px;
}

.ophelon-hiw-page .ohw-review-footer{
  margin-top:15px;
  padding:13px 14px;
  border:1px solid rgba(130,61,255,.16);
  border-radius:16px;
  background:rgba(130,61,255,.045);
}

.ophelon-hiw-page .ohw-review-footer p{
  margin:0;
  color:var(--ohw-muted);
  font-size:11px;
  line-height:1.5;
}

/* Outcome */
.ophelon-hiw-page .ohw-outcome-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:20px;
}

.ophelon-hiw-page .ohw-outcome-grid article{
  padding:15px;
  border:1px solid var(--ohw-line);
  border-radius:17px;
  background:rgba(255,255,255,.032);
}

.ophelon-hiw-page .ohw-outcome-grid strong{
  font-size:20px;
  letter-spacing:-.035em;
}

.ophelon-hiw-page .ohw-report-list{
  display:grid;
  gap:0;
  margin-top:16px;
  border:1px solid var(--ohw-line);
  border-radius:17px;
  overflow:hidden;
}

.ophelon-hiw-page .ohw-report-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:13px 14px;
  border-top:1px solid var(--ohw-line);
}

.ophelon-hiw-page .ohw-report-list>div:first-child{
  border-top:0;
}

.ophelon-hiw-page .ohw-report-list span{
  color:var(--ohw-muted);
  font-size:11px;
}

.ophelon-hiw-page .ohw-report-list strong{
  color:var(--ohw-soft);
  font-size:9px;
  letter-spacing:.08em;
}

/* Final CTA */
.ophelon-hiw-page .ohw-final-section{
  padding-top:60px;
  padding-bottom:118px;
}

.ophelon-hiw-page .ohw-final-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
  padding:34px 38px;
  border:1px solid var(--ohw-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 85% 20%,rgba(130,61,255,.11),transparent 28%),
    linear-gradient(180deg,var(--ohw-panel-strong),var(--ohw-panel));
}

.ophelon-hiw-page .ohw-final-cta h2{
  max-width:850px;
  font-size:clamp(34px,4vw,54px);
}

/* Light */
html[data-theme="light"] .ophelon-hiw-page{
  --ohw-panel:rgba(255,255,255,.67);
  --ohw-panel-strong:rgba(255,255,255,.88);
  --ohw-shadow:0 22px 70px rgba(22,48,104,.10);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-section-nav-wrap{
  background:rgba(245,248,255,.82);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-section-nav a:hover,
html[data-theme="light"] .ophelon-hiw-page .ohw-section-nav a.is-active{
  background:rgba(7,17,36,.055);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-summary-flow article>span,
html[data-theme="light"] .ophelon-hiw-page .ohw-form-grid label>div,
html[data-theme="light"] .ophelon-hiw-page .ohw-task-progress,
html[data-theme="light"] .ophelon-hiw-page .ohw-subtask-list article,
html[data-theme="light"] .ophelon-hiw-page .ohw-comment-list article,
html[data-theme="light"] .ophelon-hiw-page .ohw-time-summary>div,
html[data-theme="light"] .ophelon-hiw-page .ohw-review-checks article,
html[data-theme="light"] .ophelon-hiw-page .ohw-outcome-grid article{
  background:rgba(255,255,255,.72);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-process-grid article{
  background:rgba(255,255,255,.78);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-feature-alt{
  background:rgba(7,17,36,.018);
}

html[data-theme="light"] .ophelon-hiw-page .ohw-progress,
html[data-theme="light"] .ophelon-hiw-page .ohw-process-line{
  background:rgba(7,17,36,.07);
}

/* Responsive */
@media(max-width:1080px){
  .ophelon-hiw-page .ohw-container{
    width:calc(100vw - 48px);
  }

  .ophelon-hiw-page .ohw-intro-grid,
  .ophelon-hiw-page .ohw-feature-row{
    grid-template-columns:1fr;
  }

  .ophelon-hiw-page .ohw-intro-summary,
  .ophelon-hiw-page .ohw-feature-copy{
    max-width:760px;
  }

  .ophelon-hiw-page .ohw-feature-row-reverse .ohw-feature-copy,
  .ophelon-hiw-page .ohw-feature-row-reverse .ohw-product-panel{
    order:initial;
  }
}

@media(max-width:760px){
  .ophelon-hiw-page .ohw-container{
    width:calc(100vw - 28px);
  }

  .ophelon-hiw-page .ohw-intro{
    padding:106px 0 54px;
  }

  .ophelon-hiw-page .ohw-intro-copy h1{
    font-size:clamp(42px,12vw,58px);
  }

  .ophelon-hiw-page .ohw-intro-text{
    font-size:16px;
  }

  .ophelon-hiw-page .ohw-section{
    padding:76px 0;
  }

  .ophelon-hiw-page .ohw-section-copy h2,
  .ophelon-hiw-page .ohw-feature-copy h2,
  .ophelon-hiw-page .ohw-final-cta h2{
    font-size:clamp(34px,10vw,48px);
  }

  .ophelon-hiw-page .ohw-process{
    padding:19px;
  }

  .ophelon-hiw-page .ohw-process-line{
    display:none;
  }

  .ophelon-hiw-page .ohw-process-grid,
  .ophelon-hiw-page .ohw-form-grid,
  .ophelon-hiw-page .ohw-time-summary,
  .ophelon-hiw-page .ohw-outcome-grid{
    grid-template-columns:1fr;
  }

  .ophelon-hiw-page .ohw-panel-header{
    align-items:flex-start;
    flex-direction:column;
  }

  .ophelon-hiw-page .ohw-panel-footer,
  .ophelon-hiw-page .ohw-final-cta{
    grid-template-columns:1fr;
    align-items:flex-start;
  }

  .ophelon-hiw-page .ohw-final-cta{
    padding:28px 22px;
  }

  .ophelon-hiw-page .ohw-product-panel{
    padding:18px;
    border-radius:24px;
  }

  .ophelon-hiw-page .ohw-btn{
    width:100%;
  }
}

.elementor-widget-html:has(.ophelon-hiw-page),
.elementor-widget-html:has(.ophelon-hiw-page)>.elementor-widget-container{
  overflow:visible!important;
}/* End custom CSS */