:root{
  --black:#0B0F12;
  --black-soft:#14232B;
  --sky:#29B6F6;
  --sky-dark:#078CC8;
  --aqua:#18C6C3;
  --aqua-dark:#0A918F;
  --green:#8BD45F;
  --green-dark:#5BAF39;
  --orange:#FF8A2B;
  --orange-dark:#E66C0B;

  /* Legacy aliases retained only so existing components work.
     They no longer represent the old purple palette. */
  --deep:var(--black);
  --deep-2:var(--black-soft);
  --teal:var(--aqua);
  --teal-dark:var(--aqua-dark);
  --purple:var(--orange);
  --lavender:#EAF8F1;
  --gold:var(--orange);

  --ink:#101820;
  --muted:#526572;
  --line:#D8E8EC;
  --soft:#F4FBFD;
  --white:#fff;
  --success:#238A57;
  --danger:#B42318;
  --shadow:0 18px 52px rgba(11,15,18,.10);
  --radius:18px
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5
}
body.nav-open{overflow:hidden}
img{max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
[hidden]{display:none!important}

.skip-link{
  position:fixed;
  top:8px;
  left:8px;
  z-index:1000;
  padding:10px 14px;
  border-radius:9px;
  color:#fff;
  background:var(--deep);
  transform:translateY(-160%);
  transition:transform .15s ease
}
.skip-link:focus{transform:none}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:0 clamp(18px,4vw,64px);
  border-bottom:1px solid rgba(11,15,18,.12);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px)
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto;
  color:var(--deep);
  text-decoration:none
}
.brand img{width:46px;height:46px;object-fit:contain}
.brand strong,.brand small{display:block}
.brand strong{font-size:18px;line-height:1.1}
.brand small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.2}
.site-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  font-size:13px;
  font-weight:750
}
.site-nav a{text-decoration:none}
.top-link,.nav-group>summary{color:#28344a}
.top-link:hover,.nav-group>summary:hover{color:var(--teal)}
.nav-group{position:relative}
.nav-group>summary{
  list-style:none;
  cursor:pointer;
  padding:10px 2px;
  white-space:nowrap
}
.nav-group>summary::-webkit-details-marker{display:none}
.nav-group>summary::after{content:"⌄";display:inline-block;margin-left:5px;font-size:12px}
.nav-group[open]>summary::after{transform:rotate(180deg)}
.nav-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:50%;
  width:280px;
  display:grid;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 24px 60px rgba(20,32,51,.17);
  transform:translateX(-50%)
}
.nav-menu::before{
  content:"";
  position:absolute;
  top:-12px;
  left:0;
  width:100%;
  height:12px
}
.nav-menu a{
  padding:10px 12px;
  border-radius:9px;
  color:#334155;
  font-size:13px
}
.nav-menu a:hover{color:var(--deep);background:var(--soft)}
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:10px 17px;
  border-radius:999px;
  color:#fff!important;
  background:var(--teal);
  box-shadow:0 10px 22px rgba(0,125,125,.2)
}
.nav-cta:hover{background:var(--teal-dark)}
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  border-radius:12px;
  background:var(--deep);
  cursor:pointer
}
.nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  margin:4px auto;
  border-radius:2px;
  background:#fff;
  transition:transform .2s ease,opacity .2s ease
}

.hero,.detail-hero,.demo-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  gap:clamp(34px,6vw,82px);
  align-items:center;
  min-height:680px;
  padding:clamp(64px,8vw,112px) clamp(20px,5vw,78px);
  background:
    radial-gradient(circle at 88% 12%,rgba(255,138,43,.18),transparent 22%),
    radial-gradient(circle at 14% 8%,rgba(255,138,43,.2),transparent 28%),
    linear-gradient(135deg,#fff,#F9FCFD 50%,#EAF8FA)
}
.detail-hero,.demo-hero{min-height:620px}
.eyebrow{
  margin:0 0 13px;
  color:var(--teal);
  font-size:11px;
  font-weight:850;
  letter-spacing:.16em;
  line-height:1.4;
  text-transform:uppercase
}
h1,h2,h3{margin-top:0;color:var(--deep);letter-spacing:-.035em}
h1{margin-bottom:0;font-size:clamp(43px,6vw,78px);line-height:1}
h2{margin-bottom:0;font-size:clamp(30px,4vw,52px);line-height:1.06}
h3{margin-bottom:8px;font-size:21px;line-height:1.15}
p{margin-top:0}
.hero-lead{
  max-width:780px;
  margin:24px 0 0;
  color:var(--muted);
  font-size:clamp(17px,2vw,20px);
  line-height:1.7
}
.microcopy{margin:18px 0 0;color:#6a7484;font-size:13px}
.button-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px
}
.center-actions{justify-content:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:49px;
  padding:13px 20px;
  border:1px solid transparent;
  border-radius:11px;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{color:#fff;background:var(--teal);box-shadow:0 14px 28px rgba(0,125,125,.2)}
.btn.primary:hover{background:var(--teal-dark)}
.btn.secondary{color:var(--deep);border-color:var(--line);background:#fff}
.btn.secondary:hover{border-color:var(--purple);box-shadow:0 10px 28px rgba(11,15,18,.09)}
.btn.light{color:var(--deep);background:#fff}
.btn.outline-light{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.text-link{display:inline-flex;margin-top:18px;color:var(--teal);font-weight:800;text-decoration:none}
.text-link:hover{text-decoration:underline}

.trust-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  padding:22px clamp(20px,5vw,78px);
  border-block:1px solid var(--line);
  background:#fff
}
.trust-bar span{
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#374151;
  font-size:12px;
  font-weight:750
}
.section{padding:clamp(70px,9vw,124px) clamp(20px,5vw,78px)}
.section:nth-child(even){background:#fbfbfd}
.section-heading{width:min(820px,100%);margin:0 auto 44px;text-align:center}
.section-heading.left{margin-left:0;text-align:left}
.section-heading>p:last-child{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.75}

.problem-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
.problem-section .section-heading{margin-bottom:0}
.problem-grid{display:grid;gap:14px}
.problem-grid article{
  display:grid;
  grid-template-columns:48px 1fr;
  column-gap:18px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff
}
.problem-grid article>span{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:13px;
  color:var(--deep);
  background:var(--lavender);
  font-weight:900
}
.problem-grid h3{margin:1px 0 5px}
.problem-grid p{margin:0;color:var(--muted);line-height:1.65}

.workflow-section{background:var(--deep)!important}
.workflow-section h2,.workflow-section .eyebrow{color:#fff}
.workflow{
  width:min(1180px,100%);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0 auto;
  padding:0;
  list-style:none
}
.workflow li{
  position:relative;
  min-height:210px;
  padding:24px;
  border:1px solid rgba(255,138,43,.28);
  border-radius:18px;
  background:#fff
}
.workflow li>span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin-bottom:24px;
  border-radius:50%;
  color:#fff;
  background:var(--teal);
  font-weight:900
}
.workflow strong{display:block;margin-bottom:8px;color:var(--deep);font-size:19px}
.workflow p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.feature-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature-card{
  display:block;
  min-height:245px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  color:inherit;
  background:#fff;
  text-decoration:none;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease
}
.feature-card:hover{transform:translateY(-3px);border-color:var(--purple);box-shadow:var(--shadow)}
.feature-card>span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:24px;
  border-radius:13px;
  color:var(--deep);
  background:var(--lavender);
  font-size:22px;
  font-weight:900
}
.feature-card p{margin:0;color:var(--muted);line-height:1.65}

.portal-section{background:#F1FAFC!important}
.portal-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.portal-showcase article{
  padding:30px;
  border:1px solid rgba(11,15,18,.13);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 40px rgba(11,15,18,.07)
}
.portal-showcase small{color:var(--teal);font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.portal-showcase h3{margin-top:18px;font-size:27px}
.portal-showcase p{color:var(--muted);line-height:1.7}
.portal-showcase a{color:var(--teal);font-weight:800;text-decoration:none}

.white-label-section,.oversight-section,.trust-section,.case-study-section,.video-placeholder,.problem-focus{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,1fr);
  gap:clamp(38px,7vw,92px);
  align-items:center
}
.white-label-section>div>p:not(.eyebrow),.oversight-section>div>p:not(.eyebrow),.trust-section>div>p:not(.eyebrow),.case-study-section p,.problem-focus>p,.video-placeholder>div>p:not(.eyebrow){
  margin-top:20px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75
}
.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.industry-grid a{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  text-decoration:none
}
.industry-grid a:hover{border-color:var(--purple);box-shadow:var(--shadow)}
.industry-grid strong{color:var(--deep);font-size:18px}
.industry-grid span{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.55}

.mini-shot-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.approval-note{
  padding:28px;
  border:1px solid #D8F3E7;
  border-left:6px solid var(--purple);
  border-radius:16px;
  background:#F4FBFD
}
.approval-note strong{color:var(--deep);font-size:18px}
.approval-note p{margin:10px 0 0!important;color:var(--muted)!important;font-size:15px!important;line-height:1.65!important}
.case-study-section{background:#fffaf0!important}
.case-study-section .btn{justify-self:end}

.price-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.price-preview-grid article{
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff
}
.price-preview-grid article.featured{border:2px solid var(--teal);box-shadow:var(--shadow)}
.price-preview-grid small,.price-preview-grid strong,.price-preview-grid span{display:block}
.price-preview-grid small{color:var(--teal);font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.price-preview-grid strong{margin-top:20px;color:var(--deep);font-size:28px}
.price-preview-grid span{color:var(--muted);font-size:13px}
.price-preview-grid p{margin:18px 0 0;color:var(--muted)}

.faq-section{background:#F4FBFD!important}
.faq-list{width:min(860px,100%);display:grid;gap:12px;margin:0 auto}
.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.faq-list summary{
  position:relative;
  padding:20px 54px 20px 20px;
  color:var(--deep);
  font-weight:800;
  cursor:pointer;
  list-style:none
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:20px;top:15px;font-size:27px;font-weight:500}
.faq-list details[open] summary::after{content:"−"}
.faq-list p{padding:0 20px 20px;margin:0;color:var(--muted);line-height:1.7}
.final-cta{
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,138,43,.2),transparent 25%),
    linear-gradient(135deg,var(--deep),var(--deep-2))!important;
  text-align:center
}
.final-cta h2{width:min(900px,100%);margin:0 auto;color:#fff}
.final-cta>p:not(.eyebrow){width:min(720px,100%);margin:20px auto 0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.7}
.final-cta .eyebrow{color:#e5dcff}

.login-strip{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:center}
.login-strip>div>p:not(.eyebrow){margin:18px 0 0;color:var(--muted)}
.login-cards{display:grid;gap:12px}
.login-cards a{
  display:flex;
  flex-direction:column;
  padding:20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  text-decoration:none
}
.login-cards a:hover{border-color:var(--purple)}
.login-cards strong{color:var(--deep)}
.login-cards span{margin-top:4px;color:var(--muted);font-size:13px}

.site-footer{padding:64px clamp(20px,5vw,78px) 28px;color:#fff;background:#0B0F12}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:46px}
.footer-brand .brand{color:#fff}
.footer-brand .brand small{color:rgba(255,255,255,.65)}
.footer-brand>p{max-width:440px;margin:20px 0;color:rgba(255,255,255,.68);line-height:1.7}
.footer-grid nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-grid nav strong{margin-bottom:7px}
.footer-grid nav a{color:rgba(255,255,255,.72);font-size:13px;text-decoration:none}
.footer-grid nav a:hover{color:#fff;text-decoration:underline}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:24px;
  margin-top:52px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.62);
  font-size:12px
}
.footer-bottom p{margin:0}
.footer-bottom a{color:#fff}

/* Product interface views */
.product-shot{margin:0}
.shot-window{
  overflow:hidden;
  border:1px solid rgba(11,15,18,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 26px 70px rgba(11,15,18,.17)
}
.shot-toolbar{
  height:45px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  color:#fff;
  background:var(--deep)
}
.shot-toolbar>span{width:9px;height:9px;border-radius:50%;background:var(--gold)}
.shot-toolbar>span:nth-child(2){background:var(--teal)}
.shot-toolbar>span:nth-child(3){background:var(--purple)}
.shot-toolbar small{margin-left:auto;color:rgba(255,255,255,.75);font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.shot-body{
  min-height:255px;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    linear-gradient(rgba(255,138,43,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,138,43,.06) 1px,transparent 1px),
    #F9FCFD;
  background-size:28px 28px
}
.product-shot figcaption{display:flex;flex-direction:column;margin-top:13px}
.product-shot figcaption strong{color:var(--deep)}
.product-shot figcaption span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}
.shot-metrics{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.shot-metrics b{padding:18px 8px;border:1px solid var(--line);border-radius:10px;color:var(--teal);background:#fff;text-align:center;font-size:22px}
.shot-chart{grid-column:1/-1;width:100%;height:90px;display:flex;align-items:end;gap:8px;margin-top:15px}
.shot-chart i,.shot-bars i{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(var(--purple),var(--deep))}
.shot-chart i:nth-child(1){height:34%}.shot-chart i:nth-child(2){height:62%}.shot-chart i:nth-child(3){height:48%}.shot-chart i:nth-child(4){height:82%}.shot-chart i:nth-child(5){height:70%}
.shot-form{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.shot-form i{height:42px;border:1px solid var(--line);border-radius:9px;background:#fff}
.shot-form .wide,.shot-form button{grid-column:1/-1}
.shot-form button,.shot-login button,.shot-phone button{height:40px;border:0;border-radius:9px;color:#fff;background:var(--teal);font-weight:750}
.shot-list{width:100%;display:grid;gap:10px}
.shot-list i{display:flex;justify-content:space-between;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;font-style:normal}
.shot-list span{color:var(--success);font-size:12px}
.shot-calendar{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.shot-calendar b{text-align:center;color:var(--muted);font-size:11px}
.shot-calendar i{height:60px;border-radius:8px;background:linear-gradient(135deg,var(--lavender),#fff);border-left:4px solid var(--teal)}
.shot-route{display:flex;align-items:center;gap:10px}
.shot-route b{padding:14px;border-radius:10px;color:var(--deep);background:#fff;border:1px solid var(--line);font-size:13px}
.shot-route span{color:var(--teal);font-weight:900}
.shot-video{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.shot-video>div{height:160px;display:flex;align-items:end;padding:12px;border-radius:12px;background:linear-gradient(145deg,#0B0F12,#29B6F6)}
.shot-video>div:nth-child(2){background:linear-gradient(145deg,#173f43,#16706e)}
.shot-video span{padding:5px 8px;border-radius:6px;color:#fff;background:rgba(0,0,0,.3);font-size:11px}
.shot-map{position:relative;width:100%;height:190px;border-radius:14px;background:radial-gradient(circle at 30% 40%,#d7f2ec 0 4%,transparent 5%),linear-gradient(135deg,#e8f1f5,#dfe8de)}
.shot-map i{position:absolute;width:18px;height:18px;border:5px solid var(--teal);border-radius:50%;background:#fff}
.shot-map i:nth-child(1){top:30%;left:24%}.shot-map i:nth-child(2){top:55%;left:62%}.shot-map i:nth-child(3){top:22%;left:74%}
.shot-map span{position:absolute;bottom:12px;left:12px;padding:7px 10px;border-radius:8px;color:#fff;background:var(--deep);font-size:11px}
.shot-steps{width:100%;display:flex;align-items:center;justify-content:space-between}
.shot-steps i{position:relative;flex:1;padding-top:32px;color:var(--muted);font-size:10px;font-style:normal;text-align:center}
.shot-steps i::before{content:"";position:absolute;top:5px;left:calc(50% - 8px);z-index:2;width:16px;height:16px;border:3px solid #cbd5e1;border-radius:50%;background:#fff}
.shot-steps i::after{content:"";position:absolute;top:14px;left:50%;width:100%;height:2px;background:#cbd5e1}
.shot-steps i:last-child::after{display:none}
.shot-steps i.done::before,.shot-steps i.done::after{border-color:var(--teal);background:var(--teal)}
.shot-billing{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.shot-billing b,.shot-billing span{grid-column:1/-1;text-align:center}
.shot-billing b{color:var(--deep);font-size:34px}.shot-billing span{color:var(--muted);font-size:12px}
.shot-billing i{height:55px;border-radius:8px;background:linear-gradient(145deg,#fff,var(--lavender));border:1px solid var(--line)}
.shot-bars{width:100%;height:170px;display:flex;align-items:end;gap:9px}
.shot-bars i:nth-child(1){height:38%}.shot-bars i:nth-child(2){height:57%}.shot-bars i:nth-child(3){height:76%}.shot-bars i:nth-child(4){height:51%}.shot-bars i:nth-child(5){height:88%}.shot-bars i:nth-child(6){height:68%}
.shot-login{display:flex;flex-direction:column;align-items:center;gap:14px}
.shot-login em{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;color:#fff;background:var(--teal);font-size:28px;font-style:normal;font-weight:900}
.shot-login b{color:var(--deep);text-align:center}.shot-login button{padding:0 18px}
.shot-phone{width:170px;min-height:220px;display:flex;flex-direction:column;gap:11px;padding:18px;border:7px solid var(--deep);border-radius:25px;background:#fff}
.shot-phone b{color:var(--deep)}.shot-phone i{height:48px;border-radius:8px;background:var(--lavender)}
.shot-phone button{margin-top:auto;font-size:10px}

/* Detail pages */
.detail-hero h1{font-size:clamp(40px,5.5vw,70px)}
.detail-visual .product-shot{width:min(580px,100%)}
.detail-pattern{
  min-height:390px;
  display:grid;
  place-items:center;
  padding:38px;
  border:1px solid rgba(11,15,18,.15);
  border-radius:24px;
  background:
    radial-gradient(circle at 78% 22%,rgba(255,138,43,.22),transparent 18%),
    linear-gradient(145deg,var(--deep),var(--deep-2));
  box-shadow:var(--shadow)
}
.detail-pattern>div{display:flex;flex-direction:column;text-align:center}
.detail-pattern span{color:#DDF7F3;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.detail-pattern b{max-width:400px;margin-top:20px;color:#fff;font-size:36px;line-height:1.1}
.detail-pattern small{margin-top:26px;color:rgba(255,255,255,.65)}
.request-walkthrough{
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%,rgba(255,138,43,.13),transparent 24%),
    #F4FBFD!important
}
.request-walkthrough .section-heading{margin-bottom:clamp(34px,6vw,68px)}
.request-step-list{width:min(1180px,100%);display:grid;gap:clamp(36px,7vw,82px);margin:0 auto}
.request-step{
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,1.55fr);
  gap:clamp(24px,5vw,64px);
  align-items:center;
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)
}
.request-step:nth-child(even){grid-template-columns:minmax(0,1.55fr) minmax(230px,.72fr)}
.request-step:nth-child(even) .request-step-copy{order:2}
.request-step-copy>span{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:6px 12px;
  border-radius:999px;
  color:#fff;
  background:var(--teal);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}
.request-step-copy h3{margin-top:17px;font-size:clamp(25px,3vw,38px);line-height:1.08}
.request-step-copy p{margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.7}
.request-step-media{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(11,15,18,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 65px rgba(11,15,18,.16)
}
.request-step-media img{width:100%;height:auto;display:block}
.request-step.is-pending{opacity:0;transform:translateX(-42px)}
.request-step:nth-child(even).is-pending{transform:translateX(42px)}
.request-step.is-visible{opacity:1;transform:none}
.problem-focus{background:#F4FBFD!important}
.problem-focus>p{margin:0!important}
.benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.benefit-grid article{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:16px;
  padding:25px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff
}
.benefit-grid article>span{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  color:var(--deep);
  background:var(--lavender);
  font-weight:900
}
.benefit-grid h3{margin-top:1px}
.benefit-grid p{margin:0;color:var(--muted);line-height:1.65}
.benefit-grid+.approval-note{margin-top:20px}
.compact-workflow{background:#f8f9fb!important}
.status-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  padding:32px;
  border:1px solid #b7e3d4;
  border-radius:20px;
  background:#f1fbf7;
  box-shadow:var(--shadow)
}
.status-card>span{width:18px;height:18px;border-radius:50%;background:var(--success);box-shadow:0 0 0 8px rgba(19,121,91,.12)}
.status-card strong{margin-top:14px;color:#0f5132;font-size:24px}
.status-card small{color:var(--muted)}
.login-page-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.login-page-cards>a{
  padding:30px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 14px 40px rgba(11,15,18,.07)
}
.login-page-cards>a:hover{border-color:var(--purple);transform:translateY(-2px)}
.login-page-cards small{color:var(--teal);font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.login-page-cards h2{margin-top:16px;font-size:30px}
.login-page-cards p{color:var(--muted);line-height:1.7}
.login-page-cards a>span{color:var(--teal);font-weight:800}

/* Demo */
.demo-hero h1{font-size:clamp(40px,5.5vw,70px)}
.platform-summary .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-gallery .shot-body{min-height:210px}
.form-section{
  display:grid;
  grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);
  gap:clamp(34px,6vw,74px);
  align-items:start;
  background:#F4FBFD!important
}
.form-intro{position:sticky;top:110px}
.form-intro>p:not(.eyebrow){margin-top:20px;color:var(--muted);font-size:16px;line-height:1.75}
.check-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}
.check-list li{position:relative;padding-left:24px;color:#405066;line-height:1.55}
.check-list li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}
.form-card{padding:clamp(22px,4vw,38px);border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.form-card form{display:grid;gap:20px}
.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:1fr 1fr}
.form-card label,.form-card legend{color:var(--deep);font-size:13px;font-weight:800}
.form-card input:not([type=checkbox]),.form-card select,.form-card textarea{
  width:100%;
  margin-top:8px;
  padding:13px 14px;
  border:1px solid #cfd6e1;
  border-radius:10px;
  color:var(--ink);
  background:#fff
}
.form-card textarea{resize:vertical}
.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--teal);outline:3px solid rgba(0,125,125,.12)}
.form-card [aria-invalid=true]{border-color:var(--danger)!important;background:#fff7f6!important}
.form-card fieldset{margin:0;padding:0;border:0}
.form-card legend{margin-bottom:12px}.form-card legend span{color:var(--muted);font-weight:500}
.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.checkbox-grid label,.consent-row{
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:10px;
  color:#334155;
  background:#fff;
  font-weight:650
}
.checkbox-grid input,.consent-row input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:var(--teal)}
.consent-row span{font-weight:550;line-height:1.5}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.form-message{display:none;padding:13px;border-radius:10px;font-size:13px;line-height:1.5}
.form-message.is-error{display:block;color:#7a271a;border:1px solid #f2b8af;background:#fff1ef}
.form-message.is-success{display:block;color:#0f5132;border:1px solid #b7e3d4;background:#f1fbf7}
.submit-btn{width:100%}
.submit-btn:disabled{cursor:wait;opacity:.7}
.confirmation-panel{text-align:center;padding:40px 10px}
.confirmation-panel>span{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;color:#fff;background:var(--success);font-size:30px}
.confirmation-panel h3{font-size:30px}
.confirmation-panel p{color:var(--muted);line-height:1.7}
.video-frame{
  min-height:330px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:9px;
  border:1px solid #d7cef0;
  border-radius:22px;
  color:var(--deep);
  background:
    radial-gradient(circle,rgba(255,138,43,.13) 1px,transparent 1px),
    #F4FBFD;
  background-size:22px 22px
}
.video-frame>span{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;color:#fff;background:var(--teal);font-size:25px}
.video-frame strong{margin-top:10px;font-size:24px}.video-frame small{color:var(--muted)}

/* Pricing */
.pricing-hero{padding:clamp(70px,9vw,120px) 20px 60px;text-align:center;background:linear-gradient(135deg,#fff,#f5f1ff)}
.pricing-hero h1{width:min(950px,100%);margin:0 auto}
.pricing-hero .hero-lead{margin:22px auto 0}
.billing-toggle{
  width:max-content;
  max-width:100%;
  display:flex;
  gap:5px;
  margin:30px auto 0;
  padding:5px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff
}
.billing-toggle button{
  min-height:44px;
  padding:8px 17px;
  border:0;
  border-radius:999px;
  color:#475569;
  background:transparent;
  cursor:pointer;
  font-weight:800
}
.billing-toggle button.is-active{color:#fff;background:var(--deep)}
.billing-toggle span{display:inline-block;margin-left:5px;color:var(--gold);font-size:10px}
.pricing-plans{padding-top:50px}
.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:32px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 44px rgba(11,15,18,.07)
}
.price-card.featured{border:2px solid var(--teal)}
.popular{position:absolute;top:-15px;right:22px;padding:7px 12px;border-radius:999px;color:var(--deep);background:var(--gold);font-size:11px;font-weight:900;text-transform:uppercase}
.price-card>small{color:var(--teal);font-weight:800}.price-card h2{margin:8px 0 0;font-size:30px}
.price-line{display:flex;align-items:baseline;margin-top:24px;color:var(--teal)}
.price-line>span{font-size:16px;font-weight:800}.price-line strong{font-size:50px;letter-spacing:-.05em}.price-line em{margin-left:6px;color:var(--muted);font-style:normal}
.price-line.custom strong{font-size:42px}
.annual-note{min-height:48px;margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.price-card dl{display:grid;gap:8px;margin:22px 0 0}
.price-card dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}
.price-card dt{color:var(--muted)}.price-card dd{margin:0;color:var(--deep);font-weight:800;text-align:right}
.price-card .check-list{margin-bottom:25px}
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding-top:22px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
table{width:100%;min-width:800px;border-collapse:collapse}
th,td{padding:16px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}
thead th{color:#fff;background:var(--deep)}
tbody th{color:var(--deep);background:#fafbfc}
td{color:#475569}
.charge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.charge-grid article{padding:23px;border:1px solid var(--line);border-radius:15px;background:#fff}
.charge-grid strong{display:block;color:var(--deep);line-height:1.3}
.tag{display:inline-block;margin-top:12px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;text-transform:uppercase}
.tag.additional{color:#8a351b;background:#fff0e8}.tag.plan{color:#C65C08;background:#FFF0E5}.tag.included{color:#0f684f;background:#e6f8f1}
.charge-grid p{margin:13px 0 0;color:var(--muted);font-size:13px;line-height:1.6}
.onboarding-section{background:#F4FBFD!important}

/* Organization portal modal */
body.portal-modal-open{overflow:hidden}
.portal-address-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.portal-address-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}
.portal-address-backdrop{position:absolute;inset:0;background:rgba(24,12,43,.72);backdrop-filter:blur(6px)}
.portal-address-dialog{position:relative;z-index:1;width:min(440px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:30px;border:1px solid rgba(11,15,18,.12);border-radius:20px;background:#fff;box-shadow:0 28px 90px rgba(14,7,28,.34);transform:translateY(10px) scale(.985);transition:transform .18s ease}
.portal-address-modal.is-open .portal-address-dialog{transform:none}
.portal-address-close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#5b6677;background:#EFF8FA;font-size:25px;line-height:1;cursor:pointer}
.portal-address-close:hover{color:var(--deep);background:#E1F5F1}
.portal-address-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #CDEEE7;border-radius:16px;background:#F4FBFD}
.portal-address-icon img{width:44px;height:44px;display:block;object-fit:contain}
.portal-address-kicker{margin:0 0 8px;color:var(--teal);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.portal-address-dialog h2{margin:0;padding-right:28px;color:var(--deep);font-size:clamp(27px,5vw,36px);line-height:1.08}
.portal-address-copy{margin:14px 0 22px;color:var(--muted);font-size:14px;line-height:1.65}
.portal-address-dialog form>label{display:block;margin-bottom:8px;color:#28344a;font-size:13px;font-weight:800}
.portal-address-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #b9c1ce;border-radius:11px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}
.portal-address-input-row:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,125,125,.13)}
.portal-address-input-row input{width:100%;min-width:0;height:48px;padding:0 12px;border:0;outline:0;color:var(--ink);background:transparent}
.portal-address-input-row span{align-self:stretch;display:flex;align-items:center;padding:0 12px;color:#687386;border-left:1px solid var(--line);background:#f7f8fa;font-size:12px;white-space:nowrap}
#portal-address-selected-role{display:block;margin-top:10px;color:#687386;font-size:12px}
.portal-address-message{margin-top:14px;padding:10px 12px;border-radius:9px;font-size:13px;line-height:1.5}
.portal-address-message[data-type="error"]{color:#8f1d14;border:1px solid #f0b8b2;background:#fff1f0}
.portal-address-submit{width:100%;min-height:49px;margin-top:18px;padding:12px 18px;border:0;border-radius:11px;color:#fff;background:var(--teal);box-shadow:0 12px 25px rgba(0,125,125,.2);font-weight:850;cursor:pointer}
.portal-address-submit:hover{background:var(--teal-dark)}
.portal-address-submit:disabled{cursor:wait;opacity:.72}

@media(max-width:1180px){
  .site-header{gap:15px;padding-inline:20px}
  .site-nav{gap:12px;font-size:12px}
  .brand small{display:none}
  .nav-menu{width:250px}
  .feature-grid.four{grid-template-columns:repeat(2,1fr)}
  .product-gallery{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:980px){
  .site-header{height:70px}
  .brand small{display:block}
  .nav-toggle{display:block}
  .site-nav{
    position:fixed;
    inset:70px 0 auto;
    max-height:calc(100vh - 70px);
    display:none;
    align-items:stretch;
    justify-content:flex-start;
    gap:5px;
    overflow:auto;
    padding:18px;
    border-bottom:1px solid var(--line);
    background:#fff;
    box-shadow:0 22px 45px rgba(20,32,51,.18)
  }
  .nav-open .site-nav{display:flex;flex-direction:column}
  .nav-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nav-open .nav-toggle span:nth-child(2){opacity:0}
  .nav-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav-group>summary,.top-link{display:block;padding:12px;border-radius:9px;font-size:14px}
  .nav-menu{position:static;width:100%;padding:7px 0 7px 16px;border:0;box-shadow:none;transform:none}
  .nav-menu a{padding:9px 12px}
  .nav-cta{margin-top:8px}
  .hero,.detail-hero,.demo-hero{grid-template-columns:1fr;min-height:auto}
  .hero-visual,.detail-visual{width:min(680px,100%)}
  .problem-section,.white-label-section,.oversight-section,.trust-section,.case-study-section,.video-placeholder,.problem-focus{grid-template-columns:1fr}
  .workflow{grid-template-columns:repeat(2,1fr)}
  .feature-grid,.platform-summary .feature-grid{grid-template-columns:repeat(2,1fr)}
  .portal-showcase,.industry-grid{grid-template-columns:repeat(2,1fr)}
  .case-study-section .btn{justify-self:start}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .footer-grid>nav:last-child{grid-column:2}
  .form-section{grid-template-columns:1fr}
  .form-intro{position:static}
  .login-page-cards{grid-template-columns:1fr}
  .charge-grid{grid-template-columns:repeat(2,1fr)}
  .request-step,.request-step:nth-child(even){grid-template-columns:minmax(190px,.65fr) minmax(0,1.35fr);gap:28px}
  .request-step:nth-child(even){grid-template-columns:minmax(0,1.35fr) minmax(190px,.65fr)}
}

@media(max-width:700px){
  .section,.hero,.detail-hero,.demo-hero{padding-inline:18px}
  h1{font-size:clamp(39px,12vw,58px)}
  h2{font-size:clamp(29px,9vw,42px)}
  .button-row .btn{width:100%}
  .workflow,.feature-grid,.feature-grid.four,.platform-summary .feature-grid,.portal-showcase,.industry-grid,.price-preview-grid,.benefit-grid,.product-gallery,.plan-grid,.charge-grid,.login-strip{grid-template-columns:1fr}
  .workflow li{min-height:0}
  .mini-shot-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:34px}
  .footer-brand{grid-column:1/-1}
  .footer-grid>nav:last-child{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .form-grid.two,.checkbox-grid,.card-actions{grid-template-columns:1fr}
  .shot-body{min-height:220px}
  .shot-video>div{height:130px}
  .billing-toggle{width:100%;border-radius:15px}
  .billing-toggle button{flex:1;border-radius:11px}
  .billing-toggle span{display:block}
  .price-card{padding:25px}
  .request-step,.request-step:nth-child(even){grid-template-columns:1fr;gap:20px}
  .request-step:nth-child(even) .request-step-copy{order:0}
  .request-step-copy p{font-size:15px}
  .request-step.is-pending,.request-step:nth-child(even).is-pending{transform:translateY(32px)}
}

@media(max-width:440px){
  .brand img{width:40px;height:40px}
  .brand strong{font-size:16px}
  .brand small{max-width:170px;font-size:9px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer-grid>nav:last-child{grid-column:auto}
  .shot-toolbar small{display:none}
  .shot-route{gap:5px}.shot-route b{padding:10px 7px;font-size:10px}
  .shot-video{grid-template-columns:1fr}
  .portal-address-modal{padding:12px}
  .portal-address-dialog{max-height:calc(100vh - 24px);padding:24px 20px}
  .portal-address-input-row span{padding-inline:9px;font-size:11px}
}

@media(prefers-reduced-motion:reduce){
  .request-step{transition:none}
  .request-step.is-pending{opacity:1;transform:none}
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Interpreter Line One existing Interpreter Line One access 2026-09-15 v1 */
.mt-interpreter-line-one-access{display:block;margin:0;padding:22px 24px;background:#f7f5fc;color:#0B0F12;border-top:1px solid #e8e2f3;border-bottom:1px solid #e8e2f3;font-family:inherit;}
.mt-interpreter-line-one-access__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.mt-interpreter-line-one-access__copy{flex:1 1 480px;min-width:0;}
.mt-interpreter-line-one-access .mt-interpreter-line-one-access__eyebrow{margin:0 0 5px;color:#18C6C3;font-size:10px;line-height:1.4;font-weight:800;letter-spacing:1.5px;}
.mt-interpreter-line-one-access h2{margin:0 0 6px;color:#0B0F12;font-size:clamp(18px,1.8vw,23px);line-height:1.25;font-weight:750;letter-spacing:-.3px;}
.mt-interpreter-line-one-access__copy>p:last-child{margin:0;color:#596174;font-size:13px;line-height:1.5;}
.mt-interpreter-line-one-access__actions{display:flex;align-items:center;gap:9px;flex:0 0 auto;}
.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid #18C6C3;border-radius:8px;background:#18C6C3;color:#fff;font-size:13px;font-weight:700;line-height:1.4;text-align:center;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:background .15s;}
.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button:hover{background:#0A918F;border-color:#0A918F;color:#fff;}
.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button:focus-visible{outline:3px solid #0B0F12;outline-offset:3px;}
@media(max-width:1000px){.mt-interpreter-line-one-access__inner{flex-direction:column;align-items:flex-start;gap:14px;}.mt-interpreter-line-one-access__copy{flex:auto;}.mt-interpreter-line-one-access__actions{flex-wrap:wrap;}}
@media(max-width:520px){.mt-interpreter-line-one-access{padding:18px 16px;}.mt-interpreter-line-one-access__actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px;}.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button{width:100%;}.mt-interpreter-line-one-access h2{font-size:19px;}}
@media(prefers-reduced-motion:reduce){.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button{transition:none;}}


/* ============================================================
   INTERPRETER LINE ONE PUBLIC BRAND — ZERO PURPLE
   ============================================================ */

.site-header {
    border-bottom:1px solid #D8E8EC!important;
    background:rgba(255,255,255,.97)!important;
}

.brand {
    color:#0B0F12!important;
}

.brand img {
    width:auto!important;
    height:auto!important;
    max-width:150px!important;
    max-height:48px!important;
    object-fit:contain!important;
}

.site-nav,
.site-nav a,
.top-link,
.nav-group>summary {
    color:#0B0F12!important;
}

.top-link:hover,
.nav-group>summary:hover,
.site-nav a:hover {
    color:#0A918F!important;
}

.nav-cta {
    background:#18C6C3!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(24,198,195,.18)!important;
}

.nav-cta:hover {
    background:#0A918F!important;
}

.hero,
.detail-hero,
.demo-hero {
    background:
      radial-gradient(circle at 92% 10%,rgba(255,138,43,.10),transparent 23%),
      radial-gradient(circle at 10% 10%,rgba(41,182,246,.11),transparent 27%),
      linear-gradient(135deg,#fff 0%,#F3FBFD 60%,#F3FAEE 100%)!important;
}

h1,h2,h3,
.hero h1,
.detail-hero h1,
.demo-hero h1 {
    color:#0B0F12!important;
}

.eyebrow {
    color:#0A918F!important;
}

.btn.primary,
.mt-interpreter-line-one-access__button {
    background:#18C6C3!important;
    border-color:#18C6C3!important;
    color:#fff!important;
}

.btn.primary:hover,
.mt-interpreter-line-one-access__button:hover {
    background:#0A918F!important;
    border-color:#0A918F!important;
}

.btn.secondary {
    color:#0B0F12!important;
    border-color:#D8E8EC!important;
}

.btn.secondary:hover {
    border-color:#29B6F6!important;
    box-shadow:0 8px 22px rgba(41,182,246,.12)!important;
}

.workflow-section {
    background:#0B0F12!important;
}

.workflow-section h2,
.workflow-section .eyebrow {
    color:#fff!important;
}

.workflow li {
    border-color:rgba(41,182,246,.20)!important;
}

.workflow li>span {
    background:#18C6C3!important;
}

.feature-card:hover,
.industry-grid a:hover,
.login-cards a:hover,
.login-page-cards>a:hover {
    border-color:#29B6F6!important;
}

.feature-card>span,
.problem-grid article>span,
.benefit-grid article>span {
    background:#EAF8F1!important;
    color:#0B0F12!important;
}

.feature-card:nth-child(4n+1)>span {
    background:#E7F7FE!important;
    color:#078CC8!important;
}

.feature-card:nth-child(4n+2)>span {
    background:#E6FAF8!important;
    color:#0A918F!important;
}

.feature-card:nth-child(4n+3)>span {
    background:#F0FAE9!important;
    color:#5BAF39!important;
}

.feature-card:nth-child(4n+4)>span {
    background:#FFF1E6!important;
    color:#E66C0B!important;
}

.portal-section,
.faq-section,
.onboarding-section {
    background:#F4FBFD!important;
}

.approval-note {
    border-color:#CFE8DD!important;
    border-left-color:#8BD45F!important;
    background:#F5FCF1!important;
}

.final-cta {
    background:#0B0F12!important;
}

.final-cta .eyebrow {
    color:#29B6F6!important;
}

.site-footer {
    background:#0B0F12!important;
}

.shot-window {
    border-color:#D8E8EC!important;
    box-shadow:0 22px 58px rgba(11,15,18,.13)!important;
}

.shot-toolbar {
    background:#0B0F12!important;
}

.shot-toolbar>span:nth-child(1) {
    background:#FF8A2B!important;
}

.shot-toolbar>span:nth-child(2) {
    background:#8BD45F!important;
}

.shot-toolbar>span:nth-child(3) {
    background:#29B6F6!important;
}

.shot-body {
    background:
      linear-gradient(rgba(41,182,246,.06) 1px,transparent 1px),
      linear-gradient(90deg,rgba(24,198,195,.06) 1px,transparent 1px),
      #FAFDFE!important;
    background-size:28px 28px!important;
}

.shot-chart i,
.shot-bars i {
    background:linear-gradient(180deg,#29B6F6,#18C6C3)!important;
}

.shot-video>div {
    background:linear-gradient(145deg,#0B0F12,#078CC8)!important;
}

.shot-video>div:nth-child(2) {
    background:linear-gradient(145deg,#14232B,#0A918F)!important;
}

.detail-pattern {
    border-color:#D8E8EC!important;
    background:
      radial-gradient(circle at 80% 18%,rgba(255,138,43,.16),transparent 20%),
      linear-gradient(145deg,#0B0F12,#14232B)!important;
}

.detail-pattern span {
    color:#CDEFFB!important;
}

.mt-interpreter-line-one-access {
    background:#F3FBFD!important;
    color:#0B0F12!important;
    border-color:#D8E8EC!important;
}

.mt-interpreter-line-one-access h2 {
    color:#0B0F12!important;
}

.mt-interpreter-line-one-access .mt-interpreter-line-one-access__eyebrow {
    color:#0A918F!important;
}

.mt-interpreter-line-one-access .mt-interpreter-line-one-access__button:focus-visible {
    outline-color:#FF8A2B!important;
}

@media(max-width:760px) {
    .brand img {
        max-width:122px!important;
        max-height:42px!important;
    }
}
