/* SITE UX PATCH R28.8 */

/* ===== DETAIL BLOCK: one clear action, no overlapping + controls ===== */

.ux-details-intro{
  max-width: 860px;
  margin: 18px auto 24px;
  padding: 20px 22px;
  border: 1px solid #b9ddc8;
  border-radius: 20px;
  background: linear-gradient(135deg,#edf9f2,#f8fcfa);
  box-shadow: 0 10px 26px rgba(24,87,52,.08);
  text-align: left;
}

.ux-details-intro-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border-radius:999px;
  background:#0a9e50;
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
}

.ux-details-intro h3{
  margin:12px 0 7px!important;
  color:#073f66!important;
  font-size:22px!important;
  line-height:1.15!important;
}

.ux-details-intro p{
  margin:0!important;
  color:#536e61!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.ux-details-intro-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:14px;
}

.ux-details-intro-points span{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:9px 11px;
  border:1px solid #d4e8dc;
  border-radius:12px;
  background:#fff;
  color:#234c3a;
  font-size:12px;
  font-weight:800;
}

/* Accordion/expandable launcher */
[data-ux-expandable="1"]{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  width:100%!important;
  min-height:76px!important;
  padding:14px 15px!important;
  border:1px solid #bddccb!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(24,81,49,.06)!important;
  cursor:pointer!important;
  overflow:hidden!important;
  text-align:left!important;
}

/* Hide legacy standalone plus controls inside the row */
[data-ux-expandable="1"] [data-ux-legacy-plus="1"]{
  display:none!important;
}

[data-ux-expandable="1"] [data-ux-open-pill]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:142px!important;
  min-height:42px!important;
  padding:0 14px!important;
  margin:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#0a9e50!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

[data-ux-expandable="1"][aria-expanded="true"] [data-ux-open-pill],
[data-ux-expandable="1"].ux-open [data-ux-open-pill]{
  background:#126d40!important;
}

[data-ux-expandable="1"]:hover{
  border-color:#80c69e!important;
  box-shadow:0 8px 22px rgba(24,81,49,.10)!important;
}

[data-ux-expandable="1"] > *:not([data-ux-open-pill]){
  min-width:0!important;
}

/* Existing icon/title/subtitle stay readable */
[data-ux-expandable="1"] strong,
[data-ux-expandable="1"] b{
  color:#073f66!important;
  font-size:16px!important;
  line-height:1.2!important;
}

[data-ux-expandable="1"] small,
[data-ux-expandable="1"] p{
  color:#60796c!important;
}

/* Remove previous generic hint when R28.3 is active */
.ux-accordion-hint{
  display:none!important;
}

/* previous global patches kept */
.edge-menu-link-fallback{display:flex!important;align-items:center!important;gap:12px!important}
.edge-menu-icon{
  display:grid!important;place-items:center!important;width:38px!important;height:38px!important;
  border-radius:12px!important;background:#edf8f1!important;color:#078847!important;font-size:18px!important;
}


.ux-blackout-highlight{
  position:relative;
  max-width:1180px;
  margin:34px auto 40px;
  padding:30px 30px 28px;
  border:2px solid #f0b85d;
  border-radius:26px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff4df 55%,#f5fbf7 100%);
  color:#173f31;
  box-shadow:0 20px 48px rgba(112,76,20,.12);
  overflow:hidden;
}

.ux-blackout-highlight::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#ffb23f,#0a9e50);
}

.ux-blackout-highlight::after{
  content:"⚡";
  position:absolute;
  top:16px;
  right:22px;
  font-size:64px;
  line-height:1;
  opacity:.10;
  pointer-events:none;
}

.ux-blackout-highlight .ux-blackout-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  background:#ffb23f;
  color:#3c2b08;
  font-size:11px;
  font-weight:950;
  letter-spacing:.10em;
  box-shadow:0 4px 12px rgba(151,103,25,.16);
}

.ux-blackout-highlight h3{
  max-width:850px;
  margin:14px 0 10px!important;
  color:#0b3d63!important;
  font-size:32px!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}

.ux-blackout-highlight p{
  max-width:980px;
  margin:0;
  color:#466256;
  font-size:16px;
  line-height:1.6;
}

.ux-blackout-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}

.ux-blackout-points span{
  display:flex;
  align-items:flex-start;
  min-height:92px;
  padding:16px 16px 14px;
  border:1px solid #e4d1a8;
  border-radius:16px;
  background:#fff;
  color:#163f31;
  font-size:14px;
  line-height:1.4;
  font-weight:850;
  box-shadow:0 8px 18px rgba(64,53,24,.06);
}

.ux-strong-card-title{
  font-size:18px!important;line-height:1.2!important;color:#073f66!important;
}
.ux-home-fab{
  position:fixed;left:10px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:89;
  display:none;align-items:center;justify-content:center;width:46px;height:46px;
  border:1px solid #cfe0d6;border-radius:14px;background:rgba(255,255,255,.97);
  color:#08783e;font-size:22px;font-weight:900;text-decoration:none;
  box-shadow:0 12px 30px rgba(23,62,40,.18);backdrop-filter:blur(14px);
}
select.ux-remote-monitor-ready{border-color:#a8d8bd!important}

@media(min-width:821px){
  header a[data-edge-monitor-link],
  .site-header a[data-edge-monitor-link],
  .header a[data-edge-monitor-link]{
    display:none!important;
  }
}

@media(max-width:820px){
  .ux-details-intro{
    margin:15px 0 18px;
    padding:18px 16px;
    border-radius:18px;
  }
  .ux-details-intro h3{font-size:20px!important}
  .ux-details-intro-points{grid-template-columns:1fr}
  .ux-details-intro-points span{min-height:39px}

  [data-ux-expandable="1"]{
    grid-template-columns:1fr!important;
    gap:11px!important;
    min-height:0!important;
    padding:15px!important;
  }
  [data-ux-expandable="1"] [data-ux-open-pill]{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    font-size:13px!important;
  }

  .ux-blackout-highlight{
    margin:24px 0 30px;
    padding:22px 17px 20px;
    border-radius:20px;
  }
  .ux-blackout-highlight::after{
    top:12px;
    right:14px;
    font-size:48px;
  }
  .ux-blackout-highlight h3{
    padding-right:34px;
    font-size:25px!important;
  }
  .ux-blackout-highlight p{
    font-size:14px;
  }
  .ux-blackout-points{
    grid-template-columns:1fr;
    gap:9px;
  }
  .ux-blackout-points span{
    min-height:0;
    padding:13px 14px;
  }
  .ux-home-fab{display:flex}
  body.edge-page .ux-home-fab{display:none}
}


/* ===== R28.5 BLACKOUT LAYOUT: align with the main content grid ===== */
.ux-blackout-highlight{
  width:min(1080px,calc(100% - 72px))!important;
  max-width:1080px!important;
  margin:38px auto 44px!important;
  padding:32px 36px 30px!important;
}

.ux-blackout-highlight h3{
  max-width:820px!important;
  padding-right:64px!important;
}

.ux-blackout-highlight p{
  max-width:920px!important;
}

.ux-blackout-points{
  gap:14px!important;
}

.ux-blackout-points span{
  padding:17px 18px!important;
  text-align:left!important;
  justify-content:flex-start!important;
}

@media(max-width:1180px){
  .ux-blackout-highlight{
    width:calc(100% - 56px)!important;
  }
}

@media(max-width:820px){
  .ux-blackout-highlight{
    width:calc(100% - 28px)!important;
    margin:26px auto 32px!important;
    padding:22px 18px 20px!important;
  }

  .ux-blackout-highlight h3{
    padding-right:34px!important;
  }

  .ux-blackout-points span{
    padding:14px 15px!important;
  }
}

@media(max-width:390px){
  .ux-blackout-highlight{
    width:calc(100% - 22px)!important;
    padding:20px 15px 18px!important;
  }
}


/* ==========================================================
   R28.6 · BLACKOUT PRODUCT STORY
   ========================================================== */

.ux-blackout-highlight{
  width:min(1080px,calc(100% - 72px))!important;
  max-width:1080px!important;
  margin:42px auto 46px!important;
  padding:0!important;
  border:1px solid #cfe0d6!important;
  border-radius:28px!important;
  background:#ffffff!important;
  box-shadow:0 18px 50px rgba(19,62,40,.10)!important;
  overflow:hidden!important;
  color:#173f31!important;
}

.ux-blackout-highlight::before,
.ux-blackout-highlight::after{
  display:none!important;
  content:none!important;
}

.ux-blackout-shell{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
  gap:0;
  align-items:stretch;
}

.ux-blackout-copy{
  padding:36px 38px 34px;
  background:
    radial-gradient(circle at 0 0,rgba(16,157,82,.08),transparent 36%),
    #fff;
}

.ux-blackout-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:7px 11px!important;
  border:0!important;
  border-radius:999px!important;
  background:#eaf7ef!important;
  color:#08763a!important;
  box-shadow:none!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
}

.ux-blackout-highlight h3{
  max-width:690px!important;
  margin:15px 0 12px!important;
  padding:0!important;
  color:#0b3d63!important;
  font-size:34px!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
}

.ux-blackout-highlight p{
  max-width:720px!important;
  margin:0!important;
  color:#526d60!important;
  font-size:16px!important;
  line-height:1.62!important;
}

.ux-blackout-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.ux-blackout-primary{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:13px;
  background:#0a9e50;
  color:#fff!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(10,158,80,.18);
}

.ux-blackout-secondary{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border:1px solid #c8ddd1;
  border-radius:13px;
  background:#fff;
  color:#174837!important;
  font-size:13px;
  font-weight:850;
  text-decoration:none!important;
}

.ux-blackout-demo{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  border-left:1px solid #d9e7df;
  background:#f4f8f5;
}

.ux-blackout-demo-label{
  margin-bottom:12px;
  color:#6a7c72;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}

.ux-blackout-demo-card{
  padding:18px;
  border:1px solid #d3e3d9;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(24,74,47,.07);
}

.ux-blackout-demo-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:14px;
  border-bottom:1px solid #e4ede7;
}

.ux-blackout-demo-title strong{
  color:#0b3d63;
  font-size:15px;
}

.ux-blackout-demo-state{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 9px;
  border-radius:999px;
  background:#fff3da;
  color:#8b5a00;
  font-size:10px;
  font-weight:900;
}

.ux-blackout-demo-state::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f0a326;
}

.ux-blackout-demo-row{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:13px 0;
  border-bottom:1px solid #edf2ef;
}

.ux-blackout-demo-row:last-child{
  border-bottom:0;
  padding-bottom:2px;
}

.ux-blackout-demo-icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:#edf7f1;
  font-size:14px;
}

.ux-blackout-demo-row b{
  display:block;
  color:#173f31;
  font-size:12px;
}

.ux-blackout-demo-row small{
  display:block;
  margin-top:2px;
  color:#718078;
  font-size:10px;
}

.ux-blackout-demo-value{
  color:#08763a;
  font-size:11px;
  font-weight:900;
  text-align:right;
}

.ux-blackout-points{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin:0!important;
  border-top:1px solid #dbe8e0;
  background:#fbfdfb;
}

.ux-blackout-points span{
  display:block!important;
  min-height:0!important;
  padding:16px 18px!important;
  border:0!important;
  border-right:1px solid #e0eae4!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#315646!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:750!important;
  text-align:left!important;
}

.ux-blackout-points span:last-child{
  border-right:0!important;
}

/* Support is a post-launch choice, so visually soften it when moved down */
.ux-support-moved{
  margin-top:24px!important;
  border-top:1px solid #e3ece7;
}

.ux-support-context{
  max-width:760px;
  margin:0 auto 22px;
  padding:13px 15px;
  border-radius:14px;
  background:#f3f8f5;
  color:#597066;
  font-size:12px;
  line-height:1.5;
  text-align:center;
}

.ux-support-context strong{
  color:#0a7540;
}

@media(max-width:1180px){
  .ux-blackout-highlight{
    width:calc(100% - 56px)!important;
  }
}

@media(max-width:820px){
  .ux-blackout-highlight{
    width:calc(100% - 28px)!important;
    margin:28px auto 34px!important;
    border-radius:22px!important;
  }

  .ux-blackout-shell{
    grid-template-columns:1fr;
  }

  .ux-blackout-copy{
    padding:23px 18px 20px;
  }

  .ux-blackout-highlight h3{
    font-size:27px!important;
  }

  .ux-blackout-highlight p{
    font-size:14px!important;
  }

  .ux-blackout-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:18px;
  }

  .ux-blackout-primary,
  .ux-blackout-secondary{
    width:100%;
  }

  .ux-blackout-demo{
    padding:18px;
    border-left:0;
    border-top:1px solid #d9e7df;
  }

  .ux-blackout-points{
    grid-template-columns:1fr!important;
  }

  .ux-blackout-points span{
    border-right:0!important;
    border-bottom:1px solid #e0eae4!important;
    padding:13px 18px!important;
  }

  .ux-blackout-points span:last-child{
    border-bottom:0!important;
  }
}

@media(max-width:390px){
  .ux-blackout-highlight{
    width:calc(100% - 22px)!important;
  }

  .ux-blackout-copy,
  .ux-blackout-demo{
    padding-left:15px;
    padding-right:15px;
  }
}


/* ==========================================================
   R28.7 · PRICING PAGE AS A COMPLETE DECISION PAGE
   ========================================================== */

.ux-pricing-nav{
  width:min(1080px,calc(100% - 56px));
  margin:28px auto 0;
  padding:14px;
  border:1px solid #d8e7df;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(19,62,40,.06);
}

.ux-pricing-nav-title{
  margin:0 0 10px;
  color:#6a7b72;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
}

.ux-pricing-nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ux-pricing-nav a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border:1px solid #d6e4dc;
  border-radius:11px;
  background:#f8fbf9;
  color:#174c38!important;
  font-size:12px;
  font-weight:850;
  text-decoration:none!important;
}

.ux-pricing-nav a:hover{
  border-color:#87c5a1;
  background:#eef8f2;
}

.ux-pricing-section{
  width:min(1080px,calc(100% - 56px));
  margin:48px auto;
}

.ux-pricing-section-head{
  max-width:760px;
  margin-bottom:22px;
}

.ux-pricing-section-kicker{
  margin-bottom:7px;
  color:#08763a;
  font-size:10px;
  font-weight:950;
  letter-spacing:.10em;
}

.ux-pricing-section h2{
  margin:0;
  color:#0b3d63;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.02em;
}

.ux-pricing-section-head p{
  margin:10px 0 0;
  color:#60736a;
  font-size:14px;
  line-height:1.6;
}

.ux-price-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.ux-price-detail-card{
  padding:22px;
  border:1px solid #d8e6de;
  border-radius:20px;
  background:#fff;
}

.ux-price-detail-card.accent{
  border-color:#b8dec7;
  background:#f2faf5;
}

.ux-price-detail-card h3{
  margin:0 0 14px;
  color:#0b3d63;
  font-size:19px;
}

.ux-price-detail-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.ux-price-detail-list li{
  position:relative;
  padding-left:23px;
  color:#405f50;
  font-size:13px;
  line-height:1.45;
}

.ux-price-detail-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0a9e50;
  font-weight:950;
}

.ux-price-detail-list.ux-not-included li::before{
  content:"•";
  color:#9a7630;
}

.ux-equipment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ux-equipment-card{
  padding:20px;
  border:1px solid #d8e6de;
  border-radius:19px;
  background:#fff;
}

.ux-equipment-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin-bottom:13px;
  border-radius:12px;
  background:#edf8f1;
  font-size:18px;
}

.ux-equipment-card h3{
  margin:0 0 7px;
  color:#0b3d63;
  font-size:17px;
}

.ux-equipment-card p{
  margin:0;
  color:#62766b;
  font-size:12px;
  line-height:1.55;
}

.ux-equipment-note{
  margin-top:15px;
  padding:13px 15px;
  border-radius:14px;
  background:#f4f8f5;
  color:#597067;
  font-size:12px;
  line-height:1.5;
}

.ux-equipment-note strong{
  color:#08763a;
}

.ux-remote-price-box{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:0;
  overflow:hidden;
  border:1px solid #b9ddc8;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(19,62,40,.07);
}

.ux-remote-price-copy{
  padding:27px 28px;
}

.ux-remote-price-copy h3{
  margin:5px 0 9px;
  color:#0b3d63;
  font-size:25px;
}

.ux-remote-price-copy p{
  margin:0;
  color:#5d7167;
  font-size:13px;
  line-height:1.55;
}

.ux-remote-price-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:15px;
}

.ux-remote-price-tags span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#edf8f1;
  color:#176440;
  font-size:10px;
  font-weight:850;
}

.ux-remote-price-side{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px;
  border-left:1px solid #d8e8df;
  background:#f3f9f5;
}

.ux-remote-price-label{
  color:#66796e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}

.ux-remote-price-main{
  margin-top:4px;
  color:#078747;
  font-size:34px;
  line-height:1;
  font-weight:950;
}

.ux-remote-price-sub{
  margin-top:7px;
  color:#566e61;
  font-size:12px;
}

.ux-remote-price-actions{
  display:grid;
  gap:8px;
  margin-top:17px;
}

.ux-remote-price-actions a{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:11px;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}

.ux-remote-price-actions .primary{
  background:#0a9e50;
  color:#fff!important;
}

.ux-remote-price-actions .secondary{
  border:1px solid #cbded3;
  background:#fff;
  color:#174c38!important;
}

.ux-price-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:22px;
  padding:20px 22px;
  border-radius:18px;
  background:#0a914a;
  color:#fff;
}

.ux-price-cta strong{
  display:block;
  font-size:18px;
}

.ux-price-cta span{
  display:block;
  margin-top:3px;
  color:#dff1e6;
  font-size:12px;
}

.ux-price-cta a{
  flex:0 0 auto;
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:11px;
  background:#fff;
  color:#08763a!important;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}

@media(max-width:820px){
  .ux-pricing-nav,
  .ux-pricing-section{
    width:calc(100% - 28px);
  }

  .ux-pricing-nav{
    margin-top:18px;
    padding:12px;
  }

  .ux-pricing-nav-links{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .ux-pricing-nav a{
    width:100%;
  }

  .ux-pricing-section{
    margin:36px auto;
  }

  .ux-pricing-section h2{
    font-size:28px;
  }

  .ux-price-detail-grid,
  .ux-equipment-grid,
  .ux-remote-price-box{
    grid-template-columns:1fr;
  }

  .ux-remote-price-side{
    border-left:0;
    border-top:1px solid #d8e8df;
  }

  .ux-price-cta{
    display:block;
  }

  .ux-price-cta a{
    width:100%;
    margin-top:14px;
  }
}

@media(max-width:390px){
  .ux-pricing-nav-links{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   R28.8 · REMOTE MONITOR LEAD + HOME PRODUCT TEASER
   ========================================================== */

.ux-remote-lead-note{
  display:none;
  margin:10px 0 0;
  padding:11px 13px;
  border:1px solid #b9ddc8;
  border-radius:12px;
  background:#f0f9f4;
  color:#3f6251;
  font-size:12px;
  line-height:1.45;
}

.ux-remote-lead-note.show{
  display:block;
}

.ux-remote-lead-note strong{
  color:#08763a;
}

/* Standalone product teaser after live example */
.ux-home-remote{
  width:min(1080px,calc(100% - 56px));
  margin:42px auto;
  overflow:hidden;
  border:1px solid #c7dfd1;
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0,rgba(10,158,80,.11),transparent 34%),
    #fff;
  box-shadow:0 16px 42px rgba(19,62,40,.08);
}

.ux-home-remote-inner{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  align-items:stretch;
}

.ux-home-remote-copy{
  padding:30px 32px;
}

.ux-home-remote-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf7ef;
  color:#08763a;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
}

.ux-home-remote h2{
  max-width:660px;
  margin:13px 0 10px!important;
  color:#0b3d63!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}

.ux-home-remote-copy p{
  max-width:680px;
  margin:0;
  color:#5b7065;
  font-size:14px;
  line-height:1.6;
}

.ux-home-remote-features{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px;
}

.ux-home-remote-features span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#f2f7f4;
  color:#315c47;
  font-size:10px;
  font-weight:850;
}

.ux-home-remote-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}

.ux-home-remote-actions a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:12px;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}

.ux-home-remote-actions .primary{
  background:#0a9e50;
  color:#fff!important;
}

.ux-home-remote-actions .secondary{
  border:1px solid #cadfd3;
  background:#fff;
  color:#174c38!important;
}

.ux-home-remote-side{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  border-left:1px solid #d7e6dd;
  background:#f4f9f6;
}

.ux-home-remote-side small{
  color:#64786d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
}

.ux-home-remote-price{
  margin-top:5px;
  color:#078747;
  font-size:34px;
  line-height:1;
  font-weight:950;
}

.ux-home-remote-price-sub{
  margin-top:7px;
  color:#506a5d;
  font-size:12px;
  line-height:1.45;
}

.ux-home-remote-side hr{
  width:100%;
  margin:17px 0;
  border:0;
  border-top:1px solid #d9e6df;
}

.ux-home-remote-side strong{
  color:#0b3d63;
  font-size:13px;
}

.ux-home-remote-side p{
  margin:4px 0 0;
  color:#60746a;
  font-size:11px;
  line-height:1.45;
}

@media(max-width:820px){
  .ux-home-remote{
    width:calc(100% - 28px);
    margin:30px auto;
    border-radius:22px;
  }

  .ux-home-remote-inner{
    grid-template-columns:1fr;
  }

  .ux-home-remote-copy{
    padding:22px 18px 20px;
  }

  .ux-home-remote h2{
    font-size:26px!important;
  }

  .ux-home-remote-side{
    padding:20px 18px;
    border-left:0;
    border-top:1px solid #d7e6dd;
  }

  .ux-home-remote-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ux-home-remote-actions a{
    width:100%;
  }
}

@media(max-width:390px){
  .ux-home-remote{
    width:calc(100% - 22px);
  }
}
