/* Extracted from the live Opportunity Mining page by src/tools/om-extract.php.
 Header/footer rules excluded -- the theme shell owns those. */

.om-page{--navy:#022856;--navy2:#033877;--ink:#2e3033;--muted:#66717e;--orange:#ffb31a;--pale:#f5f7fa;--line:#dbe0e6;margin:73px 0 0;font-family:Arial,'Open Sans',sans-serif;color:var(--ink);font-size:16px;line-height:1.55}
.om-page *{box-sizing:border-box}
.om-container{width:min(1100px,calc(100% - 40px));margin:auto}
.om-narrow{max-width:820px}
.om-section{padding:70px 0}
.om-page h1,.om-page h2,.om-page h3,.om-page p{margin-top:0}
.om-page h2{font-size:30px;line-height:1.2;font-weight:500;text-align:center;margin-bottom:26px}
.om-page h3{font-size:16px;line-height:1.3}
.om-page a{text-decoration:none}
.om-hero{background:var(--navy);color:#fff;text-align:center;padding:60px 0 54px}
.om-hero__inner{display:flex;align-items:center;flex-direction:column}
.om-hero h1{font-size:38px;line-height:1.12;font-weight:500;margin-bottom:32px}
.om-hero p{max-width:690px;color:#f1f4f7;line-height:1.45;margin-bottom:30px}
.om-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:#092b54!important;font-weight:700;padding:13px 25px;border-radius:3px;transition:.2s}
.om-btn:hover{filter:brightness(.94);transform:translateY(-1px)}
.om-text-link{color:#fff!important;text-decoration:underline!important;margin:8px 0 44px;font-size:13px}
.om-rating{font-size:18px;color:#dce2e8}
.om-rating span{color:var(--orange)}
.om-review-sites{display:flex;gap:25px;margin-top:20px;color:#e4e8ec;font-size:13px;align-items:center}
.om-video{width:min(730px,100%);height:410px;background:#000;margin-top:55px;display:flex;align-items:center;justify-content:center}
.om-video span{display:flex;width:52px;height:52px;border-radius:50%;background:var(--orange);color:#022857;align-items:center;justify-content:center;padding-left:4px;font-size:21px}
.om-stats{min-height:170px;background:var(--pale);display:flex;align-items:center;justify-content:center;gap:150px;text-align:center}
.om-stats div{display:flex;flex-direction:column}
.om-stats strong{font-size:25px}
.om-stats span{font-size:11px;color:#5e6874}
.om-intro{text-align:center}
.om-intro p,.om-lead{color:#616a75}
.om-engines{background:var(--pale)}
.om-lead{max-width:720px;margin:0 auto 45px;text-align:center}
.om-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.om-card-grid article{background:#fff;min-height:255px;padding:28px;border-radius:10px;box-shadow:0 1px 4px #15304c0d}
.om-card-grid i{display:block;color:var(--orange);font-size:31px;font-style:normal;height:45px}
.om-card-grid h3{margin:10px 0}
.om-card-grid p{font-size:13px;color:#616b76;min-height:82px}
.om-card-grid a{color:#172d49;font-size:12px;font-weight:700}
.om-surface{display:grid;grid-template-columns:1fr 1fr;min-height:570px}
.om-surface__copy{padding:85px max(45px,calc((100vw - 1100px)/2));padding-right:70px}
.om-surface h2{text-align:left;font-size:32px}
.om-surface p,.om-surface li{color:#626b75;font-size:14px}
.om-surface ul{padding-left:18px}
.om-feed-wrap{background:#9ba5b2;display:flex;align-items:center;justify-content:flex-start;padding:55px}
.om-feed{background:#fff;border-radius:10px;overflow:hidden;width:500px;box-shadow:0 10px 30px #10223822}
.om-feed__head{height:72px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 25px;font-size:11px}
.om-alert{display:flex;align-items:center;gap:14px;padding:20px 22px}
.om-alert i{color:var(--orange);font-size:24px}
.om-alert p{margin:0;display:flex;flex-direction:column;flex:1;font-size:12px}
.om-alert small{color:#7b838d}
.om-alert button{border:0;border-radius:3px;background:var(--orange);padding:9px 15px;font-weight:700}
.om-process{background:var(--pale)}
.om-process h2{max-width:600px;margin-left:auto;margin-right:auto}
.om-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:50px}
.om-steps b{display:flex;width:30px;height:30px;border:2px solid var(--orange);border-radius:50%;align-items:center;justify-content:center;color:#d99600}
.om-steps h3{margin:22px 0 10px}
.om-steps p{font-size:13px;color:#5e6874}
.om-note{width:min(730px,100%);margin:50px auto 0;background:#fff;border-radius:12px;display:flex;overflow:hidden;align-items:stretch;box-shadow:0 1px 5px #10223810}
.om-note i{background:var(--orange);font-style:normal;width:55px;display:flex;align-items:center;justify-content:center}
.om-note p{padding:18px;margin:0;color:#606a75;font-size:14px}
.om-roi{background:var(--navy);color:#fff;text-align:center}
.om-roi>div>p{color:#aeb9c4;font-size:13px}
.om-calculator{display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:30px;margin-top:38px}
.om-fields{display:flex;flex-direction:column;gap:13px}
.om-fields label{display:flex;flex-direction:column;color:#fff;font-size:12px}
.om-fields input[type=number]{margin-top:4px;background:var(--navy2);border:0;border-radius:5px;color:#fff;padding:10px 12px}
.om-fields input[type=range]{accent-color:var(--orange)}
.om-fields output{color:#fff}
.om-fields small,.om-disclaimer{color:#8190a0;font-size:9px}
.om-results{background:var(--navy2);border-radius:12px;padding:22px 30px;display:flex;flex-direction:column}
.om-results strong{color:var(--orange);font-size:30px;line-height:1.1}
.om-results span{font-size:11px;margin-bottom:12px}
.om-results strong:nth-of-type(3),.om-results strong:nth-of-type(4){color:#fff;font-size:21px}
.om-disclaimer{display:block;margin:20px 0}
.om-faq h2{margin-bottom:45px}
.om-faq details{border-bottom:1px solid var(--line);padding:14px 0}
.om-faq summary{font-weight:700;font-size:14px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.om-faq summary:after{content:'⌄';font-size:18px}
.om-faq details[open] summary:after{transform:rotate(180deg)}
.om-faq details p{font-size:13px;color:#5e6874;margin:15px 0 5px}
.om-cta{background:#ff970e;color:#fff;text-align:center;padding:65px 0}
.om-cta h2{color:#fff;font-size:34px;max-width:520px;margin-left:auto;margin-right:auto}
.om-cta p{max-width:550px;margin:0 auto 25px}
.om-btn--white{background:#fff;color:#132d4d!important;min-width:280px}
@media(max-width:767px){
.om-page{margin-top:56px;font-size:14px}
.om-container{width:calc(100% - 32px)}
.om-section{padding:45px 0}
.om-page h2{font-size:22px}
.om-desktop{display:none}
.om-hero{padding:36px 0 0}
.om-hero h1{font-size:24px;max-width:290px;margin-bottom:24px}
.om-hero p{font-size:12px;max-width:285px;line-height:1.45}
.om-btn{padding:11px 16px;font-size:12px}
.om-text-link{margin-bottom:26px}
.om-rating{font-size:14px}
.om-review-sites{gap:12px;font-size:8px;margin-top:13px}
.om-video{width:100vw;height:220px;margin-top:30px}
.om-video span{width:43px;height:43px;font-size:17px}
.om-stats{min-height:235px;gap:0;flex-direction:column;justify-content:space-evenly}
.om-stats strong{font-size:22px}
.om-intro p,.om-lead{font-size:12px}
.om-card-grid{grid-template-columns:1fr;gap:20px}
.om-card-grid article{min-height:0;padding:25px}
.om-card-grid p{min-height:0}
.om-surface{grid-template-columns:1fr}
.om-surface__copy{padding:48px 24px}
.om-surface h2{font-size:23px}
.om-feed-wrap{padding:28px 16px}
.om-feed{width:100%}
.om-feed__head{height:48px}
.om-alert{padding:14px 12px;gap:8px}
.om-alert p{font-size:9px}
.om-alert button{padding:7px 10px;font-size:10px}
.om-steps{grid-template-columns:1fr;gap:25px;margin-top:35px}
.om-steps article{display:grid;grid-template-columns:35px 1fr}
.om-steps b{grid-row:1/3}
.om-steps h3{margin:4px 0 8px}
.om-steps p{grid-column:2;font-size:12px}
.om-note{margin-top:30px}
.om-note i{min-width:45px}
.om-note p{font-size:11px;padding:13px}
.om-calculator{grid-template-columns:1fr}
.om-results strong{font-size:26px}
.om-faq summary{font-size:12px}
.om-faq details p{font-size:11px}
.om-cta h2{font-size:25px}
.om-cta p{font-size:12px}
.om-btn--white{min-width:220px}
}
/* Exact geometry taken from the supplied 1366 px and 320 px PSD files. */
.om-page{--navy:#042854;--navy2:#183d6b;--orange:#f9b233;--pale:#f6f7f9;width:100%;margin-top:80px;font-family:'Open Sans',Arial,sans-serif;font-size:16px;line-height:26px}
.om-container{width:1108px;max-width:calc(100% - 40px)}
.om-narrow{width:728px}
.om-page h2{font-size:32px;line-height:40px}
.om-hero{height:1070px;padding:60px 0 49px;background:#042854}
.om-hero h1{font-size:40px;line-height:48px;margin:0 0 34px;font-weight:600}
.om-hero p{width:718px;max-width:100%;font-size:20px;line-height:28px;margin:0 0 56px}
.om-btn{height:56px;padding:0 29px;font-size:18px;line-height:56px;border-radius:0}
.om-hero-actions{height:56px;display:flex;align-items:stretch;justify-content:center;gap:20px;margin-bottom:69px}
.om-hero-actions .om-btn{border-radius:4px}
.om-hero-actions .om-btn:first-child{width:300px;padding:0}
.om-hero-actions .om-btn--outline{width:160px;padding:0;border:1px solid #f9b233;background:transparent;color:#f9b233!important}
.om-hero-actions .om-btn--outline:hover{background:#f9b233;color:#092b54!important}
.om-rating{font-size:24px;line-height:30px}
.om-rating strong{font-size:30px;font-weight:400;margin-right:8px}
.om-review-sites{height:39px;margin-top:24px;gap:28px;font-size:14px;margin-bottom: 0;}
.om-video{width:728px;height:413px;margin-top:35px}
.om-video span{width:48px;height:48px;font-size:19px}
.om-stats{height:223px;min-height:223px;gap:102px}
.om-stats div{width:185px}
.om-stats strong{font-size:34px;line-height:40px;font-weight:600}
.om-stats span{font-size:14px;line-height:20px}
.om-intro{height:277px;padding:50px 0 0}
.om-intro h2{margin-bottom:27px}
.om-intro p{font-size:16px;line-height:26px;width:705px;max-width:100%;margin:auto}
.om-engines{height:770px;padding:62px 0 0}
.om-engines h2{margin-bottom:32px}
.om-lead{width:675px;font-size:16px;line-height:26px;margin-bottom:41px}
.om-card-grid{grid-template-columns:repeat(3,351px);gap:25px 30px}
.om-card-grid article{height:225px;min-height:225px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:36px minmax(0,1fr) 24px;column-gap:16px;row-gap:8px;padding:27px 22px;border-radius:0}
.om-card-grid article:nth-child(n+4){height:210px;min-height:210px;border-radius:16px}
.om-card-grid i{grid-column:1;grid-row:1;height:36px;font-size:36px;line-height:36px}
.om-card-grid h3{grid-column:2;grid-row:1;align-self:center;font-size:16px;line-height:20px;margin:0}
.om-card-grid p{grid-column:1/-1;grid-row:2;font-size:14px;line-height:20px;min-height:0;margin:0;margin-top: 7px;}
.om-card-grid a{grid-column:1/-1;grid-row:3;align-self:end;font-size:14px;line-height:24px}
.om-surface{height:570px;min-height:570px;grid-template-columns:50% 50%}
.om-surface__copy{padding:86px 14px 30px max(20px,calc((100vw - 1108px)/2))}
.om-surface h2{width:475px;max-width:100%;font-size:32px;line-height:40px;margin-bottom:19px}
.om-surface p,.om-surface li{font-size:16px;line-height:26px}
.om-surface__copy>p{width:540px;max-width:100%;margin-bottom:20px}
.om-surface ul{width:550px;max-width:100%;margin:0;padding-left:17px}
.om-feed-wrap{padding:86px 0 81px 53px;background:#9399a3}
.om-feed{width:504px;height:403px;border-radius:8px}
.om-feed__head{height:71px;padding:0 22px;font-size:12px}
.om-alert{height:81px;padding:13px 28px 13px 20px;gap:13px}
.om-alert i{font-size:22px}
.om-alert p{font-size:14px;line-height:18px}
.om-alert button{width:64px;height:43px;padding:0;font-size:14px}
.om-process{height:590px;padding:72px 0 0}
.om-process h2{width:682px;max-width:100%;margin-bottom:52px}
.om-steps{grid-template-columns:repeat(4,255px);gap:30px;margin:0}
.om-steps article{display:grid;grid-template-columns:36px 1fr;grid-template-rows:minmax(36px,auto) auto;column-gap:16px;align-content:start}
.om-steps b{width:36px;height:36px;font-size:18px}
.om-steps h3{align-self:center;font-size:18px;line-height:22px;margin:0}
.om-steps p{grid-column:1/-1;font-size:16px;line-height:22px;margin:20px 0 0}
.om-note{width:728px;height:88px;margin-top:54px;border-radius:9px}
.om-note i{width:47px;min-width:47px;font-size:24px}
.om-note p{font-size:18px;line-height:26px;padding:13px 15px}
.om-roi{height:840px;padding:58px 0 0;background:#052e5f}
.om-roi h2{margin-bottom:21px}
.om-roi>div>p{font-size:16px;line-height:26px;margin-bottom:30px}
.om-calculator{width:728px;height:410px;grid-template-columns:364px 364px;gap:0;margin:0 auto;text-align:left}
.om-fields{padding:31px 31px 20px;gap:8px;background:#052e5f}
.om-fields label{font-size:14px;line-height:20px;margin-bottom:4px}
.om-fields input[type=number]{height:45px;margin-top:4px;padding:0 15px;font-size:18px;background:#183d6b}
.om-fields small{font-size:14px;line-height:18px;margin-top:2px}
.om-results{height:410px;padding:29px 32px;border-radius:0 10px 10px 0}
.om-results strong{font-size:48px;line-height:48px}
.om-results span{font-size:14px;line-height:20px;margin-bottom:5px}
.om-results strong:nth-of-type(3),.om-results strong:nth-of-type(4){font-size:24px;line-height:30px}
.om-disclaimer{font-size:14px;line-height:22px;margin:15px auto 31px;width:728px}
.om-roi .om-btn{width:354px;margin-top:0!important;margin-bottom:0!important}
.om-faq{height:630px;padding:73px 0 0}
.om-faq h2{margin-bottom:41px}
.om-faq details{padding:0;border-bottom:1px solid #dbe0e6}
.om-faq details[open]{height:130px}
.om-faq details:not([open]){height:57px}
.om-faq summary{height:57px;align-items:center;font-size:16px;line-height:22px}
.om-faq details p{font-size:16px;line-height:22px;margin:0}
.om-cta{height:400px;padding:60px 0 0;background:#f09014}
.om-cta h2{font-size:40px;line-height:48px;width:552px;max-width:552px;margin-bottom:20px}
.om-cta p{font-size:20px;line-height:28px;width:695px;margin-bottom:31px}
.om-cta .om-btn{width:302px;background:#fff}
@media(max-width:767px){
.om-page{margin-top:80px;font-size:16px;line-height:22px}
.om-container,.om-narrow{width:280px;max-width:calc(100% - 40px)}
.om-page h2{font-size:24px;line-height:30px}
.om-hero{height:840px;padding:40px 0 0}
.om-hero h1{width:276px;font-size:30px;line-height:32px;margin-bottom:34px}
.om-hero p{width:276px;font-size:16px;line-height:22px;margin-bottom:34px}
.om-hero-actions{width:282px;height:48px;gap:10px;margin-bottom:34px}
.om-hero-actions .om-btn:first-child{width:176px;height:48px;font-size:12px;line-height:48px;padding:0}
.om-hero-actions .om-btn--outline{width:96px;height:48px;font-size:12px;line-height:46px;padding:0}
.om-rating{display:flex;flex-direction:column;font-size:16px;line-height:22px}
.om-rating strong{font-size:24px;line-height:28px;margin:0 0 4px}
.om-review-sites{width:220px;height:39px;margin-top:11px;justify-content:center;overflow:hidden;font-size:0}
.om-review-sites b:first-child{font-size:22px}
.om-video{width:282px;height:161px;margin-top:24px}
.om-video span{width:48px;height:48px}
.om-stats{height:365px;min-height:365px;gap:0;padding:31px 0 29px}
.om-stats div{width:280px}
.om-stats strong{font-size:30px;line-height:36px}
.om-stats span{font-size:14px;line-height:20px}
.om-intro{height:410px;padding:31px 0 0}
.om-intro h2{width:240px;margin:0 auto 12px}
.om-intro p{width:278px;font-size:16px;line-height:22px}
.om-engines{height:1771px;padding:33px 0 0}
.om-engines h2{width:274px;margin:0 auto 15px}
.om-lead{width:274px;font-size:16px;line-height:22px;margin-bottom:19px}
.om-card-grid{display:flex;flex-direction:column;gap:16px}
.om-card-grid article,.om-card-grid article:nth-child(n+4){width:282px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:36px auto 24px;column-gap:14px;row-gap:10px;padding:28px 21px;border-radius:7px}
.om-card-grid article:nth-child(1){height:237px;min-height:237px}
.om-card-grid article:nth-child(2){height:222px;min-height:222px}
.om-card-grid article:nth-child(3){height:252px;min-height:252px}
.om-card-grid article:nth-child(4){height:233px;min-height:233px}
.om-card-grid article:nth-child(5){height:234px;min-height:234px}
.om-card-grid article:nth-child(6){height:233px;min-height:233px}
.om-card-grid i{height:36px;font-size:36px}
.om-card-grid h3{font-size:16px;line-height:20px;margin:0}
.om-card-grid p{font-size:14px;line-height:20px;min-height:0;margin:0}
.om-card-grid a{font-size:14px;line-height:24px}
.om-surface{height:1235px;min-height:1235px;display:block}
.om-surface__copy{height:695px;padding:48px 20px 0}
.om-surface h2{width:270px;font-size:24px;line-height:30px;margin-bottom:25px}
.om-surface p,.om-surface li{font-size:16px;line-height:26px}
.om-surface__copy>p{width:270px;margin-bottom:20px}
.om-surface ul{width:270px;padding-left:16px}
.om-feed-wrap{height:540px;padding:39px 16px 49px;background:#9399a3}
.om-feed{width:285px;height:452px}
.om-feed__head{height:70px;padding:0 21px}
.om-alert{height:110px;padding:15px 20px 15px 17px;gap:10px}
.om-alert p{font-size:14px;line-height:18px}
.om-alert button{width:63px;height:43px}
.om-process{height:1182px;padding:43px 0 0}
.om-process h2{width:270px;margin-bottom:30px}
.om-steps{display:block}
.om-steps article{display:grid;grid-template-columns:36px 1fr;grid-template-rows:minmax(36px,auto) auto;column-gap:14px;height:auto;margin-bottom:28px}
.om-steps b{width:36px;height:36px}
.om-steps h3{font-size:18px;line-height:22px;margin:0}
.om-steps p{grid-column:1/-1;font-size:16px;line-height:22px;margin:14px 0 0}
.om-note{width:282px;height:219px;margin-top:31px}
.om-note i{width:47px;min-width:47px}
.om-note p{font-size:18px;line-height:26px;padding:17px 15px}
.om-roi{height:1145px;padding:38px 0 0}
.om-roi h2{margin-bottom:17px}
.om-roi>div>p{width:266px;font-size:16px;line-height:26px;margin:0 auto 10px}
.om-calculator{width:282px;height:738px;display:block}
.om-fields{height:429px;padding:29px 31px 15px;gap:8px}
.om-fields label{font-size:14px;line-height:20px}
.om-fields input[type=number]{height:45px;padding:0 15px;font-size:18px}
.om-fields small{font-size:14px;line-height:18px}
.om-results{height:313px;padding:19px 32px;border-radius:0 0 10px 10px}
.om-results strong{font-size:40px;line-height:43px}
.om-results span{font-size:14px;line-height:20px;margin-bottom:5px}
.om-results strong:nth-of-type(3),.om-results strong:nth-of-type(4){font-size:24px;line-height:28px}
.om-disclaimer{width:276px;font-size:14px;line-height:22px;margin:17px auto 40px}
.om-roi .om-btn{width:284px;height:58px;line-height:18px;font-size:16px;padding:10px 34px}
.om-faq{height:805px;padding:53px 0 0}
.om-faq h2{margin-bottom:25px}
.om-faq details[open]{height:313px}
.om-faq details:not([open]){height:57px}
.om-faq summary{height:57px;font-size:16px;line-height:22px}
.om-faq details[open] summary{height:auto;min-height:57px;align-items:flex-start}
.om-faq details p{font-size:16px;line-height:22px;margin-top:7px}
.om-cta{height:365px;padding:57px 0 0}
.om-cta h2{width:270px;font-size:30px;line-height:32px;margin-bottom:16px}
.om-cta p{width:276px;font-size:16px;line-height:22px;margin-bottom:25px}
.om-cta .om-btn{width:281px;height:56px;font-size:16px}
}
body:has(#opportunity-mining) main,body.om-custom-shell-active main{padding-top:0!important;margin-top:0!important}
.om-page{margin-top:0!important}
.om-svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.om-video{position:relative;padding:0;border:0;cursor:pointer;overflow:hidden;background-color:#000;background-image:url('https://i.ytimg.com/vi/5Om0R4M6jzI/maxresdefault.jpg');background-repeat:no-repeat;background-position:center;background-size:cover}
.om-video:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.2)}
.om-video>span{position:relative;z-index:1}
.om-video iframe{display:block;width:100%;height:100%;border:0}
.om-video.om-video--playing{cursor:default;background-image:none}
.om-video.om-video--playing:before{display:none}
.om-review-sites{justify-content:center}
.om-review-arrow{display:none}
.om-brand{display:inline-flex;align-items:center;gap:6px;color:#e9edf1;font-weight:600;white-space:nowrap}
.om-brand svg{display:block;width:20px;height:20px;flex:0 0 20px}
.om-card-grid i svg{display:block;width:40px;height:50px;fill:none;stroke:#f9b233;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.om-alert i{display:flex;width:35px;height:35px;flex:0 0 35px;border-radius:50%;align-items:center;justify-content:center;background:#f9b233;color:#052e5f}
.om-alert i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.om-note i svg{width:25px;height:25px;fill:none;stroke:#052e5f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.om-roi .om-btn{display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap;line-height:1.2!important;padding:0 18px!important;position:relative;z-index:2;margin-left:auto;margin-right:auto}
.om-fields input[type=range]{--om-range-pct:18.37%;width:100%;height:16px;margin:1px 0 0;padding:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer}
.om-fields input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:4px;background:linear-gradient(90deg,#f9b233 0 var(--om-range-pct),#23538f var(--om-range-pct) 100%)}
.om-fields input[type=range]::-webkit-slider-thumb{width:15px;height:15px;margin-top:-5.5px;border:2px solid #052e5f;border-radius:50%;appearance:none;-webkit-appearance:none;background:#f9b233;box-shadow:0 0 0 1px #f9b233}
.om-fields input[type=range]::-moz-range-track{height:4px;border:0;border-radius:4px;background:#23538f}
.om-fields input[type=range]::-moz-range-progress{height:4px;border-radius:4px;background:#f9b233}
.om-fields input[type=range]::-moz-range-thumb{width:13px;height:13px;border:2px solid #052e5f;border-radius:50%;background:#f9b233;box-shadow:0 0 0 1px #f9b233}
.om-faq summary{position:relative;padding-right:28px}
.om-faq summary:after{content:'';display:block;width:7px;height:7px;position:absolute;right:3px;top:22px;border-right:1.5px solid #65717d;border-bottom:1.5px solid #65717d;transform:rotate(45deg);transform-origin:center}
.om-faq details[open] summary:after{transform:rotate(225deg);top:25px}
.om-faq details[open]{height:auto;min-height:130px;padding-bottom:17px}
.om-faq details p{padding-right:28px}
@media(max-width:767px){
.om-review-sites{position:relative;width:282px;font-size:inherit;overflow:visible;gap:0;margin-top: 22px;margin-bottom: 0;}
.om-review-sites>img{display:none;max-width:140px;max-height:39px;object-fit:contain}
.om-review-sites>img.om-review-active{display:block;width: 110px;}
.om-review-arrow{position:absolute;top:0;width:24px;height:39px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#eef2f5;font-family:Arial,sans-serif;font-size:20px;line-height:39px;cursor:pointer;z-index:2}
.om-review-prev{left:0}
.om-review-next{right:0}
.om-review-sites .om-brand{display:none;font-size:16px}
.om-review-sites .om-brand:first-child{display:inline-flex;font-size:20px}
.om-brand svg{width:23px;height:23px;flex-basis:23px}
.om-card-grid i svg{width:36px;height:36px}
.om-roi .om-btn{white-space:nowrap;padding:0 8px!important;font-size:15px}
.om-faq details[open]{height:auto;min-height:313px;padding-bottom:17px}
.om-faq summary:after{right:2px}
}
/* Mobile and fluid-layout repair. Desktop geometry above 1199px stays untouched. */
@media(max-width:767px){
 .om-page{overflow-x:hidden;overflow-x:clip}
 .om-container,.om-narrow{width:calc(100% - 40px);max-width:560px}

 .om-hero{height:auto;min-height:860px;padding:40px 0 31px}
 .om-hero h1{width:276px;max-width:100%}
 .om-hero p{width:276px;max-width:100%}
 .om-hero-actions{width:100%;height:auto;display:flex;flex-direction:column;gap:10px;margin-bottom:34px}
 .om-hero-actions .om-btn:first-child,
 .om-hero-actions .om-btn--outline{width:100%;height:56px;font-size:14px;line-height:54px;padding:0}
 .om-review-sites{width:100%;max-width:282px}
 .om-video{width:100%;max-width:560px;height:auto;aspect-ratio:280/161;margin-top:24px}

 .om-intro{height:auto;min-height:410px;padding:31px 20px 45px}
 .om-intro h2,.om-intro p{max-width:100%}

 .om-engines{height:auto;min-height:0;padding:33px 0 40px}
 .om-card-grid{width:100%}
 .om-card-grid article,
 .om-card-grid article:nth-child(n+4){width:100%;height:auto}
 .om-card-grid article:nth-child(1){height:auto;min-height:230px}
 .om-card-grid article:nth-child(2){height:auto;min-height:220px}
 .om-card-grid article:nth-child(3){height:auto;min-height:250px}
 .om-card-grid article:nth-child(4){height:auto;min-height:230px}
 .om-card-grid article:nth-child(5){height:auto;min-height:230px}
 .om-card-grid article:nth-child(6){height:auto;min-height:240px}

 .om-surface{height:auto;min-height:0;display:flex;flex-direction:column}
 .om-surface__copy{height:auto;min-height:695px;padding:48px 20px 44px}
 .om-surface h2,.om-surface__copy>p,.om-surface ul{width:100%;max-width:560px}
 .om-feed-wrap{width:100%;height:auto;min-height:540px;padding:39px 18px 49px;justify-content:center}
 .om-feed{width:100%;max-width:504px;height:auto;min-height:452px}
 .om-alert p{min-width:0}

 .om-process{height:auto;min-height:0;padding:43px 0 60px}
 .om-steps article{height:auto}
 .om-note{width:100%;height:auto;min-height:219px}

 .om-roi{height:auto;min-height:1145px;padding:38px 0 30px}
 .om-calculator{width:100%;height:auto}
 .om-fields{height:auto;min-height:429px}
 .om-results{height:auto;min-height:313px}
 .om-disclaimer{width:100%;height:auto}
 .om-roi .om-btn{width:100%;max-width:284px}

 .om-faq{height:auto;min-height:805px;padding:53px 0 60px}
 .om-faq details[open]{height:auto;min-height:313px}

 .om-cta{height:auto;min-height:365px;padding:57px 20px 40px}
 .om-cta h2,.om-cta p{max-width:100%}
 .om-cta .om-btn{width:100%;max-width:281px}

 .om-site-header__inner,
 .om-site-footer .om-shell-container{width:calc(100% - 40px);max-width:560px}
 .om-site-footer{height:auto;min-height:892px;padding-bottom:40px}
}
@media(min-width:600px) and (max-width:767px){
.om-hero{min-height:0;padding-bottom:50px}
.om-hero-actions{height:56px;flex-direction:row}
.om-hero-actions .om-btn:first-child{width:60%}
.om-hero-actions .om-btn--outline{width:40%}
.om-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.om-card-grid article,
 .om-card-grid article:nth-child(n+4){min-height:240px}
.om-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}
.om-steps article{margin-bottom:0}
.om-note{margin-top:44px}
.om-roi{min-height:0}
.om-calculator{display:grid;grid-template-columns:1fr 1fr}
.om-fields,.om-results{min-height:410px}
.om-results{border-radius:0 10px 10px 0}
}
@media(min-width:768px) and (max-width:1199px){
.om-page{overflow-x:hidden;overflow-x:clip}
.om-hero{height:auto;padding:60px 24px 50px}
.om-hero-actions{flex-wrap:wrap}
.om-video{width:min(728px,100%);height:auto;aspect-ratio:728/413}
.om-stats{gap:clamp(32px,8vw,102px);padding-inline:24px}
.om-intro,.om-engines,.om-process,.om-roi,.om-faq,.om-cta{height:auto;min-height:0}
.om-intro{padding:50px 24px}
.om-engines{padding:62px 0 70px}
.om-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 30px}
.om-card-grid article,
 .om-card-grid article:nth-child(n+4){width:auto;height:auto;min-height:225px}
.om-surface{height:auto;min-height:0;grid-template-columns:1fr 1fr}
.om-surface__copy{padding:64px 32px}
.om-surface h2,.om-surface__copy>p,.om-surface ul{width:100%}
.om-feed-wrap{padding:64px 32px;justify-content:center}
.om-feed{width:100%;max-width:504px}
.om-process{padding:72px 0 70px}
.om-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 30px}
.om-note{max-width:728px}
.om-roi{padding:58px 0 70px}
.om-calculator{width:min(728px,100%)}
.om-disclaimer{width:min(728px,100%)}
.om-faq{padding:73px 0 70px}
.om-cta{padding:60px 24px}
}
@media(min-width:992px) and (max-width:1199px){
.om-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.om-steps{grid-template-columns:repeat(4,minmax(0,1fr))}
}
.om-card-grid p{font-size:16px;line-height:22px}
@media(min-width:1200px){
.om-engines{height:785px}
.om-card-grid article:nth-child(n+4){height:225px;min-height:225px}
}
@media(max-width:767px){
.om-video{height:calc(57.5vw - 23px);min-height:150px;max-height:322px;aspect-ratio:auto}
.om-surface__copy,.om-feed-wrap,.om-feed,.om-alert,.om-note{box-sizing:border-box;min-width:0;max-width:100%}
.om-surface__copy{width:100%;min-height:0;overflow:hidden}
.om-surface h2,.om-surface__copy>p,.om-surface ul{word-wrap:break-word;overflow-wrap:break-word}
.om-feed-wrap{display:-webkit-box;display:flex}
.om-feed{width:100%;min-height:0;-webkit-box-flex:0;flex:0 1 504px}
.om-alert{width:100%}
.om-alert p{-webkit-box-flex:1;flex:1 1 auto;min-width:0;word-wrap:break-word;overflow-wrap:break-word}
.om-alert button{-webkit-box-flex:0;flex:0 0 63px}
.om-note{display:-webkit-box;display:flex;min-height:0}
.om-note i{width:47px;min-width:47px;-webkit-box-flex:0;flex:0 0 47px}
.om-note p{-webkit-box-flex:1;flex:1 1 auto;min-width:0;word-wrap:break-word;overflow-wrap:break-word}
}
