*{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#0a1627;
  --muted:#526071;
  --blue:#0574e8;
  --cyan:#18c8ff;
  --line:rgba(5,116,232,.18);
  --bg:#eef4fb;
}
body{
  min-height:100vh;
  font-family:'Arial Narrow', Arial, sans-serif;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 50% 8%, rgba(24,200,255,.22), transparent 34%),
    radial-gradient(circle at 15% 76%, rgba(5,116,232,.10), transparent 28%),
    linear-gradient(145deg,#f9fbfe 0%,#eef4fb 44%,#dfe9f5 100%);
  color:var(--ink);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(5,116,232,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5,116,232,.055) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, transparent, #000 18%, #000 74%, transparent);
}
.page-shell{
  flex:1;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:42px 24px 36px;
  text-align:center;
}
.brand-header{margin-bottom:8px}
.brand-logo{
  width:min(600px,88vw);
  display:block;
  filter:drop-shadow(0 22px 38px rgba(5,62,130,.18));
}
.coming-section{
  width:min(760px,100%);
  position:relative;
  padding:34px 28px 30px;
}
.coming-section:before,
.coming-section:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:min(520px,78%);
  height:1px;
  background:linear-gradient(90deg,transparent,var(--line),transparent);
}
.coming-section:before{top:0}
.coming-section:after{bottom:0}
.status-line{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 16px;
  border:1px solid rgba(5,116,232,.20);
  border-radius:999px;
  background:rgba(255,255,255,.38);
  color:#1b5d9c;
  font-size:.82rem;
  font-weight:400;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 12px 30px rgba(5,64,120,.08);
  margin-bottom:24px;
}
.status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 18px rgba(24,200,255,.9);
}
.eyebrow{
  letter-spacing:.34em;
  color:var(--blue);
  font-weight:400;
  font-size:.88rem;
  margin-bottom:16px;
}
h1{
  font-size:clamp(3.4rem,8vw,6.7rem);
  line-height:.92;
  font-weight:400;
  letter-spacing:-.045em;
  margin-bottom:24px;
  color:#07162a;
}
.subtitle{
  font-size:clamp(1.05rem,2vw,1.35rem);
  line-height:1.7;
  color:#314154;
  max-width:560px;
  margin:0 auto;
  font-weight:400;
  text-wrap:balance;
}
.divider{
  width:92px;
  height:3px;
  border-radius:999px;
  margin:28px auto 22px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
  box-shadow:0 0 24px rgba(24,200,255,.38);
}
.statement{
  color:var(--muted);
  max-width:540px;
  margin:0 auto 24px;
  line-height:1.75;
  font-size:1rem;
}
.focus-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(120px,1fr));
  gap:10px;
  width:min(620px,100%);
  margin:0 auto;
}
.focus-row span{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 13px;
  border-radius:12px;
  border:1px solid rgba(5,116,232,.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,.72),rgba(235,243,252,.46));
  color:#1b3047;
  font-size:.78rem;
  font-weight:400;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(8,41,78,.08), inset 0 1px 0 rgba(255,255,255,.78);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.focus-row span:hover{
  transform:translateY(-2px);
  border-color:rgba(5,116,232,.36);
  box-shadow:0 16px 32px rgba(8,41,78,.12), inset 0 1px 0 rgba(255,255,255,.86);
}
footer{
  width:100%;
  padding:18px 18px 24px;
  text-align:center;
  color:#1f2e40;
}
.footer-x-logo img{width:52px;opacity:.78;margin-bottom:8px}
.footer-top{display:flex;flex-direction:column;gap:6px;font-size:.9rem}
.footer-top strong{letter-spacing:.18em;font-size:.78rem}
.footer-top span{color:#667486}
@media(max-width:620px){
  .page-shell{padding:26px 16px 28px}
  .brand-logo{width:min(430px,94vw)}
  .coming-section{padding:26px 8px 24px}
  .eyebrow{letter-spacing:.22em;font-size:.76rem}
  .status-line{font-size:.72rem;letter-spacing:.08em}
  .focus-row{grid-template-columns:1fr 1fr;width:min(360px,100%)}
  .focus-row span{font-size:.7rem;padding:9px 10px;min-height:40px}
}




/* ================================
   Orexis Enterprise Footer
   Matched silver / white corporate theme
   ================================ */
.orexis-enterprise-footer {
  position: relative;
  margin-top: 70px;
  padding: 44px 34px 24px;
  overflow: hidden;
  border-top: 1px solid rgba(145, 165, 180, 0.22);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34), rgba(221,228,234,0.18)),
    radial-gradient(circle at 18% 0%, rgba(170,190,205,0.22), transparent 34%),
    rgba(238, 242, 245, 0.30);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: rgba(18, 38, 58, 0.92);
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
}

.orexis-footer-line {
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(150, 170, 185, 0.88), rgba(230, 236, 241, 0.95), transparent);
  box-shadow: 0 0 18px rgba(190, 205, 215, 0.45);
}

.orexis-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(150px, 1fr));
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
}

.orexis-footer-title {
  letter-spacing: 0.17em;
  font-size: 23px;
  color: rgba(10, 28, 45, 0.96);
  text-transform: uppercase;
  font-weight:700;
}

.orexis-footer-title span {
  color: rgba(55, 78, 96, 0.86);
  font-weight: 400;
}

.orexis-footer-tagline {
  margin: 10px 0 0;
  font-size: 16px;
  letter-spacing: 0.035em;
  color: rgba(18, 38, 58, 0.78);
  font-weight: 400;
}

.orexis-footer-copy,
.orexis-footer-column p {
  margin: 10px 0 0;
  line-height: 1.6;
  color: rgba(35, 55, 72, 0.72);
  font-size: 14px;
  font-weight: 400;
}

.orexis-footer-copy {
  max-width: 500px;
}

.orexis-footer-column h4 {
  margin: 0 0 12px;
  color: rgba(10, 28, 45, 0.92);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
}

.orexis-footer-column a,
.orexis-footer-bottom a {
  display: block;
  margin: 8px 0;
  color: rgba(35, 55, 72, 0.74);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.orexis-footer-column a:hover,
.orexis-footer-bottom a:hover {
  color: rgba(5, 20, 34, 0.96);
  transform: translateX(2px);
}

.orexis-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.orexis-footer-socials a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(115, 135, 150, 0.26);
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
  color: rgba(18, 38, 58, 0.86);
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(20, 35, 50, 0.06);
}

.orexis-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(115, 135, 150, 0.16);
  color: rgba(35, 55, 72, 0.62);
  font-size: 13px;
  font-weight: 400;
}

.orexis-footer-bottom p {
  margin: 0;
}

.orexis-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.orexis-footer-bottom nav a {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .orexis-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .orexis-footer-brand {
    grid-column: 1 / -1;
  }

  .orexis-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .orexis-enterprise-footer {
    padding: 34px 20px 20px;
  }

  .orexis-footer-inner {
    grid-template-columns: 1fr;
  }

  .orexis-footer-bottom nav {
    flex-direction: column;
    gap: 8px;
  }
}


/* Executive footer fit improvements */
.orexis-footer-inner{
    grid-template-columns:minmax(320px,1.6fr) minmax(260px,1.4fr) minmax(180px,1fr) minmax(180px,1fr) !important;
    gap:24px !important;
}

.orexis-footer-column a{
    line-height:1.45 !important;
    font-size:13px !important;
    margin:6px 0 !important;
    white-space:normal !important;
}

.orexis-footer-column h4{
    margin-bottom:14px !important;
}

@media (max-width:1100px){
    .orexis-footer-inner{
        grid-template-columns:1fr 1fr !important;
    }
}

@media (max-width:700px){
    .orexis-footer-inner{
        grid-template-columns:1fr !important;
    }
}



/* ================================
   Orexis Legal Pages
   Enterprise legal page styling
   ================================ */
.orexis-legal-page {
  min-height: 100vh;
  padding: 44px 22px 60px;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  color: rgba(15, 31, 46, 0.94);
}

.orexis-legal-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.orexis-legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(31, 65, 91, 0.78);
  text-decoration: none;
  letter-spacing: .04em;
  font-size: 14px;
}

.orexis-legal-card {
  border: 1px solid rgba(120, 140, 155, .28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(230,236,241,.60)),
    radial-gradient(circle at top left, rgba(210,220,228,.55), transparent 32%);
  box-shadow: 0 18px 55px rgba(12, 28, 44, .12);
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.orexis-legal-header {
  padding: 30px 34px 24px;
  border-bottom: 1px solid rgba(120, 140, 155, .22);
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(235,240,244,.68));
}

.orexis-legal-eyebrow {
  margin: 0 0 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(60, 78, 96, .78);
  font-size: 13px;
}

.orexis-legal-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .95;
  letter-spacing: .01em;
  font-weight: 400;
  color: rgba(8, 24, 38, .96);
}

.orexis-legal-subtitle {
  margin: 14px 0 0;
  max-width: 860px;
  color: rgba(34, 52, 70, .74);
  font-size: 16px;
  line-height: 1.6;
}

.orexis-legal-notice {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  margin: 0;
  border-bottom: 2px solid rgba(140, 38, 48, .82);
  background: rgba(255,255,255,.68);
}

.orexis-legal-important {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px;
  border-right: 1px solid rgba(120, 140, 155, .28);
  color: rgba(8, 24, 38, .90);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
}

.orexis-legal-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(60, 78, 96, .55);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.orexis-legal-notice-text {
  padding: 26px 34px;
  color: rgba(15, 31, 46, .90);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.orexis-legal-body {
  padding: 30px 34px 38px;
  background: rgba(255,255,255,.58);
}

.orexis-legal-body h2 {
  margin: 26px 0 10px;
  color: rgba(8, 24, 38, .94);
  font-size: 20px;
  letter-spacing: .035em;
  font-weight: 400;
}

.orexis-legal-body p {
  margin: 0 0 14px;
  color: rgba(25, 43, 60, .80);
  line-height: 1.7;
  font-size: 15px;
}

.orexis-legal-body ul {
  margin: 8px 0 18px 20px;
  color: rgba(25, 43, 60, .80);
  line-height: 1.7;
  font-size: 15px;
}

.orexis-legal-meta {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 140, 155, .22);
  color: rgba(60, 78, 96, .72);
  font-size: 13px;
}

@media (max-width: 720px) {
  .orexis-legal-notice {
    grid-template-columns: 1fr;
  }
  .orexis-legal-important {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 140, 155, .22);
  }
  .orexis-legal-header,
  .orexis-legal-notice-text,
  .orexis-legal-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.orexis-footer-column h4{font-weight:700 !important;}
.orexis-footer-title{font-weight:700 !important;}

.orexis-footer-column a,.orexis-footer-copy,.orexis-footer-tagline,.orexis-footer-bottom,.orexis-footer-bottom a,.orexis-footer-column p{font-weight:400 !important;}


/* Center social icons under Contact */
.orexis-footer-socials{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width:100% !important;
    margin:14px auto 0 auto !important;
    gap:10px !important;
}

.orexis-footer-column:last-child{
    text-align:center !important;
}

.orexis-footer-column:last-child p{
    text-align:center !important;
}


/* Force all page text to normal weight */
h1,h2,h3,h4,h5,h6,
p,span,a,li,div,
.coming-soon,.hero-title,.hero-subtitle{
    font-weight:400 !important;
}

/* Keep footer section labels slightly emphasized if desired */
.orexis-footer-title,
.orexis-footer-column h4{
    font-weight:400 !important;
}


/* Orexis - force all text to normal weight */
*,
*::before,
*::after{
    font-weight:400 !important;
}

h1,h2,h3,h4,h5,h6,
.orexis-footer-title,
.orexis-footer-column h4,
.hero-title,
.coming-soon{
    font-weight:400 !important;
}



/* ==========================================================
   OREXIS FINAL MATCHED STYLE + EQUAL SPACING OVERRIDES
   ========================================================== */

:root{
  --orexis-navy:#071b31;
  --orexis-text:#20364b;
  --orexis-muted:#5f7486;
  --orexis-line:rgba(88,119,145,.22);
  --orexis-glass:rgba(255,255,255,.58);
}

html,body{
  margin:0;
  padding:0;
  font-family:'Arial Narrow', Arial, sans-serif !important;
  font-weight:400 !important;
  color:var(--orexis-text) !important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
  font-family:'Arial Narrow', Arial, sans-serif !important;
  font-weight:400 !important;
}

body{
  background:
    radial-gradient(circle at 50% 0%, rgba(67,186,224,.18), transparent 30%),
    linear-gradient(180deg,#eef6fb 0%,#e8f1f8 46%,#dfeaf3 100%) !important;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(53,139,197,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(53,139,197,.09) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.58;
  z-index:-1;
}

/* Unbold everything */
h1,h2,h3,h4,h5,h6,
p,span,a,li,div,
.hero-title,.hero-subtitle,.coming-soon,
.orexis-footer-title,.orexis-footer-column h4,
.orexis-legal-title,.orexis-legal-body h2{
  font-weight:400 !important;
}

/* Homepage spacing consistency */
main,section,.container,.wrap{
  box-sizing:border-box;
}

.hero,
.coming-soon-section,
.orexis-hero{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.hero p,
.hero-subtitle,
.coming-soon + p{
  max-width:760px;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Footer equal spacing */
.orexis-enterprise-footer{
  width:100% !important;
  margin:80px auto 0 !important;
  padding:44px 32px 24px !important;
  border-top:1px solid var(--orexis-line) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.55),rgba(225,232,238,.34)) !important;
  color:var(--orexis-text) !important;
}

.orexis-footer-line{
  width:84% !important;
  height:1px !important;
  margin:0 auto 34px !important;
  background:linear-gradient(90deg,transparent,rgba(90,120,145,.55),rgba(255,255,255,.9),transparent) !important;
}

.orexis-footer-inner{
  max-width:1180px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:48px !important;
  align-items:start !important;
  justify-items:center !important;
  text-align:center !important;
}

.orexis-footer-brand,
.orexis-footer-column{
  width:100% !important;
  max-width:260px !important;
  min-height:230px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}

.orexis-footer-title{
  font-size:22px !important;
  line-height:1.25 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  color:var(--orexis-navy) !important;
  margin:0 0 12px !important;
}

.orexis-footer-tagline{
  margin:0 0 16px !important;
  font-size:15px !important;
  line-height:1.5 !important;
  color:rgba(32,54,75,.82) !important;
}

.orexis-footer-copy,
.orexis-footer-column p{
  margin:0 0 12px !important;
  font-size:13.5px !important;
  line-height:1.6 !important;
  color:rgba(32,54,75,.72) !important;
}

.orexis-footer-column h4{
  width:100% !important;
  margin:0 0 18px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  color:var(--orexis-navy) !important;
  text-align:center !important;
}

.orexis-footer-column a{
  display:block !important;
  width:100% !important;
  margin:0 0 10px !important;
  padding:0 !important;
  font-size:13.5px !important;
  line-height:1.35 !important;
  color:rgba(32,54,75,.78) !important;
  text-align:center !important;
  text-decoration:none !important;
  white-space:normal !important;
}

.orexis-footer-column a:hover{
  color:var(--orexis-navy) !important;
}

.orexis-footer-socials{
  width:100% !important;
  margin:14px auto 0 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:12px !important;
}

.orexis-footer-socials a{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
  border-radius:50% !important;
  border:1px solid rgba(80,105,125,.25) !important;
  background:rgba(255,255,255,.38) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
}

.orexis-footer-bottom{
  max-width:1180px !important;
  margin:34px auto 0 !important;
  padding-top:18px !important;
  border-top:1px solid rgba(88,119,145,.18) !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:24px !important;
  align-items:center !important;
}

.orexis-footer-bottom p{
  margin:0 !important;
  text-align:left !important;
  font-size:13px !important;
  color:rgba(32,54,75,.66) !important;
}

.orexis-footer-bottom nav{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:22px !important;
  flex-wrap:wrap !important;
}

.orexis-footer-bottom nav a{
  margin:0 !important;
  font-size:13px !important;
  color:rgba(32,54,75,.72) !important;
  text-decoration:none !important;
}

/* Legal pages spacing */
.orexis-legal-wrap{
  max-width:1180px !important;
  margin:0 auto !important;
}

.orexis-legal-card{
  border-radius:9px !important;
}

.orexis-legal-header{
  padding:28px 30px 24px !important;
}

.orexis-legal-notice{
  display:grid !important;
  grid-template-columns:220px 1fr !important;
}

.orexis-legal-body{
  padding:28px 30px 32px !important;
}

@media(max-width:1000px){
  .orexis-footer-inner{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:38px !important;
  }
  .orexis-footer-brand,
  .orexis-footer-column{
    max-width:320px !important;
    min-height:auto !important;
  }
}

@media(max-width:700px){
  .orexis-footer-inner{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .orexis-footer-bottom{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }
  .orexis-footer-bottom p{
    text-align:center !important;
  }
  .orexis-footer-bottom nav{
    justify-content:center !important;
    gap:14px !important;
  }
  .orexis-legal-notice{
    grid-template-columns:1fr !important;
  }
}


/* Final footer cleanup: keep styling inside CSS only, never visible below footer */
.orexis-footer-title,
.orexis-footer-column h4{
  font-weight:700 !important;
}
.orexis-footer-column a,
.orexis-footer-copy,
.orexis-footer-tagline,
.orexis-footer-bottom,
.orexis-footer-bottom a,
.orexis-footer-column p{
  font-weight:400 !important;
}
.orexis-footer-socials{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  margin:14px auto 0 auto !important;
  gap:10px !important;
}
.orexis-footer-column:last-child,
.orexis-footer-column:last-child p{
  text-align:center !important;
}

/* Orexis premium metallic footer headings */
.orexis-footer-title,
.orexis-footer-column h4{
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:500 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  color:transparent !important;
  background:linear-gradient(
    90deg,
    #0a2a6b 0%,
    #178cff 25%,
    #eef4fa 50%,
    #b8c5d1 58%,
    #178cff 75%,
    #0a2a6b 100%
  ) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:
    0 1px 1px rgba(255,255,255,.58),
    0 0 10px rgba(23,140,255,.16) !important;
}

.orexis-footer-title{
  font-size:15px !important;
  margin-bottom:12px !important;
}

.orexis-footer-column h4{
  margin-bottom:18px !important;
}


/* Footer heading visibility fix */
.orexis-footer-title,
.orexis-footer-column h4{
    font-weight:400 !important;
    font-size:13px !important;
    letter-spacing:0.22em !important;
    text-transform:uppercase;
    background:linear-gradient(90deg,#0a2a6b 0%, #178cff 35%, #c7d1db 50%, #178cff 65%, #0a2a6b 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:#0a2a6b;
    text-shadow:0 1px 0 rgba(255,255,255,.5),0 0 3px rgba(23,140,255,.08);
}

/* FINAL FIX: darker, readable footer headings - unbold, no washed-out transparent gradient */
.orexis-footer-title,
.orexis-footer-column h4{
    font-weight:400 !important;
    font-size:13px !important;
    line-height:1.25 !important;
    letter-spacing:0.22em !important;
    text-transform:uppercase !important;
    color:#061f44 !important;
    background:none !important;
    -webkit-background-clip:initial !important;
    background-clip:initial !important;
    -webkit-text-fill-color:#061f44 !important;
    text-shadow:
        0 1px 0 rgba(255,255,255,.85),
        0 0 1px rgba(0,76,160,.55),
        0 0 8px rgba(0,132,255,.10) !important;
}

.orexis-footer-title span{
    color:#0d6fd1 !important;
    -webkit-text-fill-color:#0d6fd1 !important;
    background:none !important;
}


/* Dashboard preview replacement */
.dashboard-preview{
  width:min(1180px,96vw);
  margin:34px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.dashboard-preview img{
  display:block;
  width:100%;
  max-width:1180px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 26px 46px rgba(7,27,49,.12));
}
.coming-section{
  padding-bottom:8px !important;
}
.statement{
  margin-bottom:0 !important;
}
@media(max-width:760px){
  .dashboard-preview{width:100vw;margin-top:26px;}
  .dashboard-preview img{width:118%;max-width:none;}
}


/* remove any white wrapper */
.dashboard-preview-wrapper,
.dashboard-card,
.dashboard-frame {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
}



/* remove duplicate dashboard intro captions inside dashboard section */
.orexis-dashboard-preview-section p,
.dashboard-preview-section p,
.dashboard-showcase p,
.dashboard-container p,
.hero-dashboard p,
.dashboard-hero p{
  display:none !important;
}







/* ==========================================================
   OREXIS DASHBOARD HERO - BLENDED FINAL IMAGE
   ========================================================== */
.orexis-dashboard-preview-section{
  width:100% !important;
  max-width:1220px !important;
  margin:44px auto 86px !important;
  padding:0 18px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  position:relative !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.orexis-dashboard-glow{
  position:absolute !important;
  inset:6% 8% 10% 8% !important;
  pointer-events:none !important;
  border-radius:42px !important;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.62), rgba(205,231,247,0.30) 42%, rgba(125,190,235,0.10) 68%, transparent 78%) !important;
  filter:blur(18px) !important;
  opacity:.85 !important;
  z-index:0 !important;
}

.orexis-dashboard-preview-img{
  display:block !important;
  width:min(1120px, 96vw) !important;
  max-width:96vw !important;
  height:auto !important;
  margin:0 auto !important;
  padding:0 !important;
  position:relative !important;
  z-index:1 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:
    0 28px 70px rgba(7,27,49,.10),
    0 0 42px rgba(46,150,235,.10) !important;
  filter:contrast(1.04) saturate(1.02) !important;
  opacity:0.96 !important;
  transform:none !important;
  left:auto !important;
  right:auto !important;
}

.dashboard-preview-section,
.dashboard-showcase,
.dashboard-container,
.hero-dashboard,
.dashboard-hero,
.dashboard-preview-wrapper,
.dashboard-card,
.dashboard-frame{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  transform:none !important;
  left:auto !important;
  right:auto !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media(max-width:760px){
  .orexis-dashboard-preview-section{
    margin:34px auto 58px !important;
    padding:0 8px !important;
  }
  .orexis-dashboard-preview-img{
    width:100vw !important;
    max-width:100vw !important;
  }
}


/* Orexis Dashboard Professional Blend */
.orexis-dashboard-preview-img,
.dashboard-preview img,
.dashboard-hero img{
    width:min(1380px,98vw)!important;
    max-width:98vw!important;
    display:block!important;
    margin:0 auto!important;
    border-radius:18px!important;
    box-shadow:
      0 35px 90px rgba(5,20,45,.18),
      0 10px 35px rgba(0,0,0,.08),
      0 0 0 1px rgba(120,180,255,.18)!important;
    filter:contrast(1.08) brightness(1.02)!important;
}

.orexis-dashboard-preview-section,
.dashboard-preview,
.dashboard-hero{
    background:transparent!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
}

.orexis-dashboard-preview-section:before{
    content:'';
    position:absolute;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at center,
      rgba(255,255,255,0) 45%,
      rgba(180,210,240,.08) 80%,
      rgba(180,210,240,.12) 100%);
}




/* Orexis dashboard: softer professional background blend */
.orexis-dashboard-preview-section{
  width:100% !important;
  max-width:1500px !important;
  margin:36px auto 76px !important;
  padding:0 18px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  position:relative !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.orexis-dashboard-preview-section::before{
  content:"" !important;
  position:absolute !important;
  inset:10% 6% 12% 6% !important;
  border-radius:44px !important;
  background:
    radial-gradient(circle at center,
      rgba(255,255,255,0.46) 0%,
      rgba(211,235,250,0.24) 42%,
      rgba(93,165,230,0.08) 70%,
      transparent 86%) !important;
  filter:blur(24px) !important;
  opacity:.82 !important;
  pointer-events:none !important;
  z-index:0 !important;
}

.orexis-dashboard-preview-img{
  display:block !important;
  width:min(1360px,96vw) !important;
  max-width:96vw !important;
  height:auto !important;
  margin:0 auto !important;
  position:relative !important;
  z-index:1 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;
  box-shadow:
    0 30px 80px rgba(5,20,45,.10),
    0 12px 42px rgba(65,145,215,.08) !important;
  filter:contrast(1.04) brightness(1.015) saturate(1.02) !important;
  opacity:.98 !important;
}

.dashboard-preview-section,
.dashboard-showcase,
.dashboard-container,
.dashboard-hero,
.hero-dashboard,
.dashboard-preview-wrapper,
.dashboard-card,
.dashboard-frame{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}


/* Executive subtitle - non bold */
.hero-subtitle,
.subtitle,
.coming-soon-subtitle,
.hero p{
    font-weight:400 !important;
}


/* Executive Hero Section Refinement */
.hero-title,
.coming-soon-title{
    font-size: clamp(72px, 8vw, 120px) !important;
    letter-spacing:-2px !important;
    font-weight:300 !important;
    color:#061a38 !important;
    line-height:0.95 !important;
}

.hero-subtitle,
.coming-soon-subtitle{
    max-width:1000px !important;
    margin:28px auto !important;
    font-size:clamp(22px,2vw,34px) !important;
    line-height:1.6 !important;
    color:#223b5c !important;
    font-weight:400 !important;
}

.hero-description,
.coming-soon-description{
    max-width:1100px !important;
    margin:40px auto !important;
    font-size:18px !important;
    line-height:1.9 !important;
    color:#4e6079 !important;
    font-weight:300 !important;
}

.platform-badge{
    background:rgba(255,255,255,.55)!important;
    border:1px solid rgba(80,150,255,.25)!important;
    backdrop-filter:blur(12px)!important;
    box-shadow:0 10px 30px rgba(50,100,180,.08)!important;
}

.hero-divider{
    width:120px!important;
    height:3px!important;
    margin:35px auto!important;
    border-radius:999px!important;
}




/* ==========================================================
   OREXIS AUTO-RESPONSIVE FINAL SYSTEM
   Fits desktop, laptop, tablet, and mobile automatically
   ========================================================== */

html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
}

body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

*,
*::before,
*::after{
  box-sizing:border-box !important;
}

img,
video,
svg,
canvas{
  max-width:100% !important;
  height:auto !important;
}

section,
main,
header,
footer,
.container,
.wrapper,
.content,
.orexis-executive-hero,
.orexis-hero-content,
.orexis-dashboard-preview-section,
.orexis-enterprise-footer{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.orexis-hero-content,
.orexis-footer-inner,
.orexis-footer-bottom,
.orexis-legal-wrap{
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.orexis-executive-hero{
  padding-left:clamp(16px, 4vw, 42px) !important;
  padding-right:clamp(16px, 4vw, 42px) !important;
}

.orexis-executive-title,
.hero-title,
.coming-soon-title{
  font-size:clamp(44px, 8vw, 120px) !important;
  line-height:1 !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}

.orexis-executive-subtitle,
.hero-subtitle,
.coming-soon-subtitle{
  max-width:1000px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:clamp(18px, 2.2vw, 32px) !important;
  line-height:1.55 !important;
}

.orexis-executive-description,
.hero-description,
.coming-soon-description{
  max-width:1050px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:clamp(15px, 1.3vw, 18px) !important;
  line-height:1.8 !important;
}

.orexis-kpi-row{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap:clamp(14px, 2vw, 22px) !important;
  width:100% !important;
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.orexis-feature-strip{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:10px !important;
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.orexis-feature-strip div{
  max-width:100% !important;
  white-space:normal !important;
}

.orexis-hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
  gap:14px !important;
}

.orexis-primary-cta,
.orexis-secondary-cta{
  max-width:100% !important;
  white-space:normal !important;
  text-align:center !important;
}

.orexis-dashboard-preview-section{
  padding-left:clamp(8px, 2vw, 24px) !important;
  padding-right:clamp(8px, 2vw, 24px) !important;
  overflow:visible !important;
}

.orexis-dashboard-preview-img{
  display:block !important;
  width:min(1380px, 96vw) !important;
  max-width:96vw !important;
  height:auto !important;
  margin-left:auto !important;
  margin-right:auto !important;
  object-fit:contain !important;
}

.orexis-footer-inner{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap:clamp(24px, 4vw, 48px) !important;
  align-items:start !important;
}

.orexis-footer-brand,
.orexis-footer-column{
  width:100% !important;
  max-width:100% !important;
}

.orexis-footer-bottom{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:16px !important;
}

.orexis-footer-bottom nav{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
}

/* Tablet */
@media (max-width: 992px){
  .orexis-executive-hero{
    padding-top:70px !important;
  }

  .orexis-footer-bottom{
    justify-content:center !important;
    text-align:center !important;
  }

  .orexis-footer-bottom p{
    width:100% !important;
    text-align:center !important;
  }

  .orexis-footer-bottom nav{
    justify-content:center !important;
  }
}

/* Mobile */
@media (max-width: 640px){
  .orexis-executive-hero{
    padding-top:54px !important;
  }

  .platform-badge{
    max-width:100% !important;
    white-space:normal !important;
    line-height:1.4 !important;
    text-align:center !important;
  }

  .orexis-executive-title,
  .hero-title,
  .coming-soon-title{
    font-size:clamp(38px, 13vw, 58px) !important;
    letter-spacing:-1px !important;
  }

  .orexis-executive-subtitle,
  .hero-subtitle,
  .coming-soon-subtitle{
    font-size:18px !important;
  }

  .orexis-executive-description,
  .hero-description,
  .coming-soon-description{
    font-size:15px !important;
  }

  .orexis-hero-actions{
    flex-direction:column !important;
    width:100% !important;
  }

  .orexis-primary-cta,
  .orexis-secondary-cta{
    width:100% !important;
    max-width:420px !important;
  }

  .orexis-kpi-row{
    grid-template-columns:1fr !important;
  }

  .orexis-feature-strip div{
    width:100% !important;
    text-align:center !important;
  }

  .orexis-dashboard-preview-img{
    width:100% !important;
    max-width:100% !important;
  }

  .orexis-footer-inner{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .orexis-footer-bottom nav{
    flex-direction:column !important;
    align-items:center !important;
  }
}

/* Small phones */
@media (max-width: 420px){
  .orexis-executive-hero{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .orexis-executive-title,
  .hero-title,
  .coming-soon-title{
    font-size:38px !important;
  }
}







/* ==========================================================
   PRECISE OREXIS LOGO CENTERING FIX
   Centers the logo visually in the header/hero without layout shift.
   ========================================================== */

/* Reset broad header overrides that may force unwanted flex behavior */
header,
.navbar,
.navigation,
.nav-container,
.header-container{
  position:relative !important;
}

/* Center any logo/brand wrapper */
.logo,
.site-logo,
.nav-logo,
.navbar-logo,
.header-logo,
.brand-logo,
.orexis-logo,
.logo-container,
.orexis-logo-wrapper,
.brand,
.branding{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Center logo image itself */
.logo img,
.site-logo img,
.nav-logo img,
.navbar-logo img,
.header-logo img,
.brand-logo img,
.orexis-logo img,
.logo-container img,
.orexis-logo-wrapper img,
.brand img,
.branding img,
img[class*="logo"],
img[src*="logo"],
img[src*="Logo"]{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  object-fit:contain !important;
}

/* If the logo is inside the hero, force that specific visual block to center */
.orexis-hero-content img,
.orexis-executive-hero img,
.hero img,
main img[class*="logo"],
main img[src*="logo"],
main img[src*="Logo"]{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* If a header contains only branding, center it across the viewport */
header:has(img[src*="logo"]),
header:has(img[src*="Logo"]){
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}

/* Prevent accidental left/right padding from offsetting the logo */
.logo-container,
.orexis-logo-wrapper,
.brand,
.branding{
  padding-left:0 !important;
  padding-right:0 !important;
}


.orexis-centered-logo-img{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  float:none !important;
  clear:both !important;
}




/* ==========================================================
   OREXIS PROFESSIONAL HERO SECTION REFINEMENT
   ========================================================== */

.orexis-pro-hero,
.coming-section{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:64px 24px 44px !important;
  text-align:center !important;
  position:relative !important;
}

.orexis-pro-hero::before,
.coming-section::before{
  content:"" !important;
  position:absolute !important;
  inset:36px 10% 22px 10% !important;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.38), rgba(210,232,246,.16) 55%, transparent 78%) !important;
  border-radius:40px !important;
  filter:blur(6px) !important;
  pointer-events:none !important;
  z-index:0 !important;
}

.orexis-pro-hero > *,
.coming-section > *{
  position:relative !important;
  z-index:1 !important;
}

.status-line{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  margin:0 auto 20px !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.62) !important;
  border:1px solid rgba(0,125,255,.22) !important;
  box-shadow:0 12px 34px rgba(25,90,150,.08) !important;
  color:#1b6cad !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  line-height:1 !important;
}

.status-dot{
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:#21c7ff !important;
  box-shadow:0 0 14px rgba(33,199,255,.8) !important;
}

.eyebrow{
  margin:0 0 14px !important;
  color:#0077ff !important;
  letter-spacing:.34em !important;
  text-transform:uppercase !important;
  font-size:14px !important;
  line-height:1.4 !important;
}

.coming-section h1,
.orexis-pro-hero h1{
  margin:0 auto !important;
  color:#061a38 !important;
  font-size:clamp(62px, 8.8vw, 116px) !important;
  line-height:.94 !important;
  letter-spacing:-.055em !important;
  font-weight:400 !important;
  text-shadow:0 18px 60px rgba(7,27,49,.08) !important;
}

.subtitle{
  max-width:880px !important;
  margin:30px auto 0 !important;
  color:#263f5f !important;
  font-size:clamp(20px, 2.1vw, 29px) !important;
  line-height:1.62 !important;
  font-weight:400 !important;
  text-wrap:balance !important;
}

.divider,
.hero-divider{
  width:118px !important;
  height:3px !important;
  margin:34px auto 28px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#0577ff,#22c7ff) !important;
  box-shadow:0 0 20px rgba(0,140,255,.32) !important;
}

.description{
  max-width:860px !important;
  margin:0 auto !important;
  padding:24px 30px !important;
  color:#4d6078 !important;
  font-size:16px !important;
  line-height:1.85 !important;
  font-weight:400 !important;
  background:rgba(255,255,255,.34) !important;
  border:1px solid rgba(120,170,210,.16) !important;
  border-radius:22px !important;
  box-shadow:0 18px 50px rgba(7,27,49,.06) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}

@media(max-width:760px){
  .orexis-pro-hero,
  .coming-section{
    padding:44px 16px 30px !important;
  }

  .coming-section h1,
  .orexis-pro-hero h1{
    font-size:clamp(44px, 15vw, 64px) !important;
    letter-spacing:-.035em !important;
  }

  .subtitle{
    font-size:18px !important;
    line-height:1.55 !important;
  }

  .description{
    padding:20px 18px !important;
    font-size:15px !important;
  }
}



/* ==========================================================
   OREXIS ABOUT PAGE
   Corporate reference layout matched to Orexis background
   ========================================================== */

.about-brand-header{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:32px 22px 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  z-index:2;
}

.about-logo-link{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
}

.about-logo{
  display:block;
  max-width:190px;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}

.orexis-about-page{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:26px 22px 80px;
  color:#071b31;
}

.about-hero-card{
  border-radius:24px;
  border:1px solid rgba(95,135,170,.20);
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(231,241,248,.48)),
    radial-gradient(circle at top right, rgba(0,150,255,.12), transparent 34%);
  box-shadow:0 24px 70px rgba(7,27,49,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  padding:44px 48px;
  margin-bottom:44px;
}

.about-eyebrow{
  margin:0 0 14px;
  color:#0077ff;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:14px;
}

.about-hero-card h1{
  margin:0;
  max-width:940px;
  font-size:clamp(34px, 4vw, 58px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:400;
  color:#071b31;
}

.about-hero-card p{
  max-width:980px;
  margin:22px 0 0;
  color:#41566f;
  font-size:18px;
  line-height:1.75;
  font-weight:400;
}

.about-pillars-section{
  margin-top:38px;
}

.about-pillars-section h2,
.about-news-section h2{
  max-width:960px;
  margin:0 0 32px;
  color:#071b31;
  font-size:clamp(26px, 3vw, 38px);
  line-height:1.16;
  letter-spacing:-.02em;
  font-weight:400;
}

.about-pillars-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:44px 70px;
  margin-bottom:62px;
}

.about-pillar-card{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:22px;
  align-items:start;
}

.about-icon{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:1px solid rgba(20,80,135,.22);
  color:#071b31;
  font-size:34px;
  line-height:1;
  background:rgba(255,255,255,.46);
  box-shadow:0 16px 40px rgba(7,27,49,.07);
}

.about-pillar-card h3{
  margin:0 0 10px;
  color:#071b31;
  font-size:21px;
  line-height:1.25;
  font-weight:400;
}

.about-pillar-card p{
  margin:0;
  color:#41566f;
  font-size:15px;
  line-height:1.7;
  font-weight:400;
}

.about-news-section{
  margin-top:20px;
  padding-top:36px;
  border-top:1px solid rgba(95,135,170,.20);
}

.about-section-header{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:28px;
}

.about-section-header h2{
  margin:0;
}

.about-section-header a,
.about-news-grid a{
  color:#071b31;
  text-decoration:none;
  border-bottom:1px solid rgba(7,27,49,.35);
  font-size:14px;
}

.about-news-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:28px;
}

.about-news-grid article{
  padding-top:22px;
  border-top:1px solid rgba(95,135,170,.22);
}

.about-news-grid span{
  display:block;
  margin-bottom:12px;
  color:#5f7486;
  font-size:13px;
  letter-spacing:.04em;
}

.about-news-grid h3{
  margin:0 0 10px;
  color:#071b31;
  font-size:18px;
  line-height:1.35;
  font-weight:400;
}

.about-news-grid p{
  margin:0 0 12px;
  color:#41566f;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:900px){
  .about-pillars-grid,
  .about-news-grid{
    grid-template-columns:1fr 1fr;
  }

  .about-hero-card{
    padding:36px 30px;
  }
}

@media(max-width:620px){
  .about-brand-header{
    padding-top:24px;
  }

  .orexis-about-page{
    padding-left:16px;
    padding-right:16px;
  }

  .about-hero-card{
    padding:30px 22px;
  }

  .about-pillars-grid,
  .about-news-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .about-pillar-card{
    grid-template-columns:1fr;
  }

  .about-section-header{
    align-items:flex-start;
    flex-direction:column;
  }
}



/* ==========================================================
   OREXIS ABOUT PAGE - PROFESSIONAL EXECUTIVE POLISH
   ========================================================== */

.about-brand-header{
  padding:38px 22px 18px !important;
}

.about-logo{
  max-width:210px !important;
  filter:drop-shadow(0 12px 26px rgba(7,27,49,.08));
}

.orexis-about-page{
  max-width:1200px !important;
  padding:28px 24px 90px !important;
}

.about-hero-card{
  position:relative !important;
  overflow:hidden !important;
  padding:54px 58px !important;
  border-radius:28px !important;
  border:1px solid rgba(105,145,180,.24) !important;
  background:
    radial-gradient(circle at 82% 10%, rgba(0,140,255,.15), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(232,242,249,.58)) !important;
  box-shadow:
    0 28px 80px rgba(7,27,49,.12),
    inset 0 1px 0 rgba(255,255,255,.78) !important;
}

.about-hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(70,150,210,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70,150,210,.055) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.65;
}

.about-hero-card > *{
  position:relative;
  z-index:1;
}

.about-eyebrow{
  display:inline-flex !important;
  margin:0 0 18px !important;
  padding:9px 16px !important;
  border-radius:999px !important;
  border:1px solid rgba(0,120,255,.20) !important;
  background:rgba(255,255,255,.52) !important;
  color:#0875d8 !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
}

.about-hero-card h1{
  max-width:980px !important;
  font-size:clamp(38px, 4.8vw, 64px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  color:#061a38 !important;
}

.about-hero-card p{
  max-width:980px !important;
  margin-top:24px !important;
  font-size:18px !important;
  line-height:1.8 !important;
  color:#40576f !important;
}

.about-pillars-section{
  margin-top:54px !important;
}

.about-pillars-section h2,
.about-news-section h2{
  max-width:1040px !important;
  margin-bottom:38px !important;
  font-size:clamp(28px, 3.2vw, 42px) !important;
  line-height:1.12 !important;
  color:#061a38 !important;
}

.about-pillars-grid{
  gap:28px !important;
  margin-bottom:72px !important;
}

.about-pillar-card{
  grid-template-columns:70px 1fr !important;
  gap:22px !important;
  min-height:230px !important;
  padding:28px !important;
  border:1px solid rgba(105,145,180,.20) !important;
  border-radius:24px !important;
  background:linear-gradient(145deg, rgba(255,255,255,.66), rgba(235,244,250,.42)) !important;
  box-shadow:
    0 22px 55px rgba(7,27,49,.075),
    inset 0 1px 0 rgba(255,255,255,.75) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}

.about-icon{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  color:#006ee6 !important;
  border:1px solid rgba(0,120,255,.20) !important;
  background:rgba(255,255,255,.64) !important;
  box-shadow:0 18px 42px rgba(0,115,210,.10) !important;
}

.about-pillar-card h3{
  font-size:22px !important;
  color:#061a38 !important;
  margin-bottom:12px !important;
}

.about-pillar-card p{
  font-size:15px !important;
  line-height:1.75 !important;
  color:#435a73 !important;
}

.about-news-section{
  margin-top:10px !important;
  padding-top:42px !important;
  border-top:1px solid rgba(105,145,180,.24) !important;
}

.about-section-header{
  margin-bottom:34px !important;
}

.about-section-header a,
.about-news-grid a{
  color:#006ee6 !important;
  border-bottom:1px solid rgba(0,110,230,.32) !important;
}

.about-news-grid{
  gap:24px !important;
}

.about-news-grid article{
  min-height:245px !important;
  padding:24px !important;
  border:1px solid rgba(105,145,180,.18) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.52) !important;
  box-shadow:0 18px 45px rgba(7,27,49,.055) !important;
}

.about-news-grid span{
  color:#0875d8 !important;
  text-transform:uppercase !important;
  letter-spacing:.10em !important;
  font-size:12px !important;
}

.about-news-grid h3{
  font-size:19px !important;
  color:#061a38 !important;
}

.about-news-grid p{
  color:#435a73 !important;
  line-height:1.7 !important;
}

.about-final-cta{
  margin:70px auto 0;
  padding:42px 34px;
  text-align:center;
  border-radius:28px;
  border:1px solid rgba(0,120,255,.18);
  background:
    radial-gradient(circle at center, rgba(0,145,255,.12), transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(230,242,250,.46));
  box-shadow:0 24px 70px rgba(7,27,49,.10);
}

.about-final-cta p{
  margin:0 0 12px;
  color:#0875d8;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
}

.about-final-cta h2{
  max-width:820px;
  margin:0 auto 24px;
  color:#061a38;
  font-size:clamp(25px, 3vw, 38px);
  line-height:1.18;
  font-weight:400;
}

.about-final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,#0577ff,#22c7ff);
  box-shadow:0 16px 42px rgba(0,120,255,.22);
}

@media(max-width:900px){
  .about-hero-card{
    padding:42px 34px !important;
  }

  .about-pillar-card{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }
}

@media(max-width:620px){
  .orexis-about-page{
    padding:22px 16px 70px !important;
  }

  .about-hero-card{
    padding:34px 22px !important;
    border-radius:22px !important;
  }

  .about-hero-card p{
    font-size:16px !important;
  }

  .about-pillar-card,
  .about-news-grid article{
    padding:22px !important;
  }
}



/* ==========================================================
   OREXIS ABOUT PAGE - FULL EXECUTIVE CONTENT UPDATE
   ========================================================== */

.about-capabilities-section{
  margin:62px auto 0;
}

.about-section-heading{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}

.about-section-heading p,
.about-vision-purpose > div > p,
.about-purpose-card p{
  margin:0 0 10px;
  color:#0875d8;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
}

.about-section-heading h2{
  margin:0;
  color:#061a38;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.15;
  font-weight:400;
  letter-spacing:-.025em;
}

.about-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.about-capability-card{
  position:relative;
  padding:30px 30px 28px;
  border:1px solid rgba(105,145,180,.20);
  border-radius:24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.70), rgba(235,244,250,.46));
  box-shadow:
    0 22px 55px rgba(7,27,49,.075),
    inset 0 1px 0 rgba(255,255,255,.76);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.about-capability-card span{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:14px;
  color:#006ee6;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(0,120,255,.18);
  box-shadow:0 14px 35px rgba(0,115,210,.08);
  font-size:13px;
}

.about-capability-card h3{
  margin:0 0 16px;
  color:#061a38;
  font-size:22px;
  line-height:1.28;
  font-weight:400;
}

.about-capability-card ul{
  margin:0;
  padding-left:18px;
  color:#435a73;
}

.about-capability-card li{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.65;
}

.about-vision-purpose{
  display:grid;
  grid-template-columns:1.45fr .85fr;
  gap:26px;
  margin:70px auto 0;
  align-items:stretch;
}

.about-vision-purpose > div,
.about-purpose-card{
  padding:38px;
  border-radius:28px;
  border:1px solid rgba(105,145,180,.20);
  background:
    radial-gradient(circle at top right, rgba(0,140,255,.12), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(230,242,250,.46));
  box-shadow:0 24px 70px rgba(7,27,49,.10);
}

.about-vision-purpose h2{
  margin:0 0 18px;
  color:#061a38;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.16;
  font-weight:400;
  letter-spacing:-.025em;
}

.about-vision-purpose p{
  color:#435a73;
  font-size:16px;
  line-height:1.8;
}

.about-purpose-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:left;
}

.about-purpose-card h3{
  margin:0 0 20px;
  color:#061a38;
  font-size:clamp(26px,3vw,38px);
  line-height:1.15;
  font-weight:400;
}

.about-purpose-card span{
  color:#526981;
  font-size:15px;
  line-height:1.6;
}

@media(max-width:900px){
  .about-capability-grid,
  .about-vision-purpose{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .about-capability-card,
  .about-vision-purpose > div,
  .about-purpose-card{
    padding:24px;
    border-radius:22px;
  }

  .about-capability-card h3{
    font-size:20px;
  }
}



/* ==========================================================
   OREXIS ABOUT PAGE - FINAL CENTERED EXECUTIVE POLISH
   ========================================================== */

.about-page-body{
  min-height:100vh !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(67,186,224,.16), transparent 32%),
    linear-gradient(180deg,#eef6fb 0%,#e8f1f8 48%,#dfeaf3 100%) !important;
  overflow-x:hidden !important;
}

.about-page-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(53,139,197,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53,139,197,.07) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.55;
  z-index:-1;
}

.about-brand-header{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:36px 24px 18px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
}

.about-logo-link,
.about-logo{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}

.about-logo{
  max-width:210px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 12px 26px rgba(7,27,49,.08)) !important;
}

.orexis-about-page{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:28px 24px 96px !important;
  text-align:center !important;
}

.about-hero-card{
  max-width:1080px !important;
  margin:0 auto 64px !important;
  padding:56px 64px !important;
  text-align:center !important;
  border-radius:30px !important;
  border:1px solid rgba(105,145,180,.24) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,145,255,.13), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(232,242,249,.62)) !important;
  box-shadow:
    0 30px 90px rgba(7,27,49,.12),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}

.about-eyebrow{
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:0 auto 22px !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(0,120,255,.20) !important;
  background:rgba(255,255,255,.58) !important;
  color:#0875d8 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  line-height:1 !important;
}

.about-hero-card h1{
  max-width:920px !important;
  margin:0 auto !important;
  color:#061a38 !important;
  font-size:clamp(38px, 4.6vw, 64px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:400 !important;
  text-align:center !important;
}

.about-hero-card p{
  max-width:920px !important;
  margin:24px auto 0 !important;
  color:#40576f !important;
  font-size:17px !important;
  line-height:1.82 !important;
  font-weight:400 !important;
  text-align:center !important;
}

.about-capabilities-section{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  text-align:center !important;
}

.about-section-heading{
  max-width:900px !important;
  margin:0 auto 42px !important;
  text-align:center !important;
}

.about-section-heading p,
.about-vision-purpose > div > p,
.about-purpose-card p{
  margin:0 auto 12px !important;
  color:#0875d8 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  text-align:center !important;
}

.about-section-heading h2{
  max-width:900px !important;
  margin:0 auto !important;
  color:#061a38 !important;
  font-size:clamp(28px,3.2vw,42px) !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  letter-spacing:-.025em !important;
  text-align:center !important;
}

.about-capability-grid{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:26px !important;
  align-items:stretch !important;
  justify-content:center !important;
}

.about-capability-card{
  min-height:360px !important;
  padding:32px 34px !important;
  text-align:left !important;
  border:1px solid rgba(105,145,180,.20) !important;
  border-radius:26px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(235,244,250,.48)) !important;
  box-shadow:
    0 22px 58px rgba(7,27,49,.078),
    inset 0 1px 0 rgba(255,255,255,.76) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}

.about-capability-card span{
  display:inline-flex !important;
  width:40px !important;
  height:40px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 18px !important;
  border-radius:14px !important;
  color:#006ee6 !important;
  background:rgba(255,255,255,.68) !important;
  border:1px solid rgba(0,120,255,.18) !important;
  box-shadow:0 14px 35px rgba(0,115,210,.08) !important;
  font-size:13px !important;
}

.about-capability-card h3{
  margin:0 0 16px !important;
  color:#061a38 !important;
  font-size:22px !important;
  line-height:1.28 !important;
  font-weight:400 !important;
  text-align:left !important;
}

.about-capability-card ul{
  margin:0 !important;
  padding-left:20px !important;
  color:#435a73 !important;
  text-align:left !important;
}

.about-capability-card li{
  margin:0 0 10px !important;
  font-size:15px !important;
  line-height:1.66 !important;
  color:#435a73 !important;
}

.about-vision-purpose{
  max-width:1120px !important;
  margin:76px auto 0 !important;
  display:grid !important;
  grid-template-columns:1.35fr .85fr !important;
  gap:28px !important;
  align-items:stretch !important;
  text-align:center !important;
}

.about-vision-purpose > div,
.about-purpose-card{
  padding:42px !important;
  border-radius:30px !important;
  border:1px solid rgba(105,145,180,.20) !important;
  background:
    radial-gradient(circle at top right, rgba(0,140,255,.12), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(230,242,250,.48)) !important;
  box-shadow:0 26px 76px rgba(7,27,49,.10) !important;
}

.about-vision-purpose h2{
  max-width:760px !important;
  margin:0 auto 20px !important;
  color:#061a38 !important;
  font-size:clamp(28px,3.1vw,42px) !important;
  line-height:1.16 !important;
  font-weight:400 !important;
  letter-spacing:-.025em !important;
  text-align:center !important;
}

.about-vision-purpose p{
  max-width:780px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  color:#435a73 !important;
  font-size:16px !important;
  line-height:1.82 !important;
  text-align:center !important;
}

.about-purpose-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
}

.about-purpose-card h3{
  max-width:420px !important;
  margin:0 auto 22px !important;
  color:#061a38 !important;
  font-size:clamp(26px,3vw,38px) !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  text-align:center !important;
}

.about-purpose-card span{
  color:#526981 !important;
  font-size:15px !important;
  line-height:1.6 !important;
  text-align:center !important;
}

@media(max-width:900px){
  .about-hero-card{
    padding:42px 34px !important;
  }

  .about-capability-grid,
  .about-vision-purpose{
    grid-template-columns:1fr !important;
  }

  .about-capability-card{
    min-height:auto !important;
  }
}

@media(max-width:620px){
  .orexis-about-page{
    padding:22px 16px 76px !important;
  }

  .about-hero-card{
    padding:34px 22px !important;
    border-radius:24px !important;
  }

  .about-hero-card p{
    font-size:16px !important;
  }

  .about-capability-card,
  .about-vision-purpose > div,
  .about-purpose-card{
    padding:24px !important;
    border-radius:22px !important;
  }

  .about-capability-card h3{
    font-size:20px !important;
  }
}



/* ==========================================================
   OREXIS ABOUT PAGE - ALTERNATING EXECUTIVE LAYOUT
   Inspired by corporate responsibility/news layouts, matched to Orexis
   ========================================================== */

.about-page-body{
  min-height:100vh !important;
  overflow-x:hidden !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(67,186,224,.16), transparent 32%),
    linear-gradient(180deg,#eef6fb 0%,#e8f1f8 48%,#dfeaf3 100%) !important;
}

.about-page-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(53,139,197,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53,139,197,.07) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.55;
  z-index:-1;
}

.about-brand-header{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:34px 24px 12px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}

.about-logo{
  max-width:210px !important;
  height:auto !important;
  display:block !important;
  margin:0 auto !important;
  filter:drop-shadow(0 12px 26px rgba(7,27,49,.08)) !important;
}

.orexis-about-reference{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:28px 24px 90px !important;
  color:#071b31 !important;
}

.about-reference-intro{
  text-align:center !important;
  max-width:980px !important;
  margin:0 auto 58px !important;
}

.about-reference-intro .about-eyebrow{
  display:inline-flex !important;
  margin:0 auto 18px !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(0,120,255,.20) !important;
  background:rgba(255,255,255,.58) !important;
  color:#0875d8 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
}

.about-reference-intro h1{
  margin:0 auto 22px !important;
  color:#061a38 !important;
  font-size:clamp(34px,4.5vw,58px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:400 !important;
}

.about-reference-intro p{
  max-width:900px !important;
  margin:0 auto !important;
  color:#435a73 !important;
  font-size:17px !important;
  line-height:1.8 !important;
}

.about-reference-row{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:34px !important;
  align-items:center !important;
  margin:0 auto 54px !important;
}

.about-reference-row.reverse .about-reference-copy{
  order:2 !important;
}

.about-reference-row.reverse .about-reference-visual{
  order:1 !important;
}

.about-reference-copy{
  padding:18px 6px !important;
  text-align:left !important;
}

.about-reference-copy span{
  display:block !important;
  margin:0 0 14px !important;
  color:#0875d8 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
}

.about-reference-copy h2{
  margin:0 0 18px !important;
  color:#061a38 !important;
  font-size:clamp(26px,3vw,38px) !important;
  line-height:1.16 !important;
  letter-spacing:-.025em !important;
  font-weight:400 !important;
}

.about-reference-copy p{
  margin:0 0 14px !important;
  color:#40576f !important;
  font-size:15.5px !important;
  line-height:1.75 !important;
}

.about-reference-copy a,
.about-reference-footer-card a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-top:8px !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  color:#006ee6 !important;
  text-decoration:none !important;
  border:1px solid rgba(0,120,255,.28) !important;
  background:rgba(255,255,255,.55) !important;
  box-shadow:0 14px 35px rgba(0,115,210,.07) !important;
}

.about-reference-visual{
  min-height:300px !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:26px !important;
  border:1px solid rgba(105,145,180,.22) !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(0,140,255,.14), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(232,242,249,.55)) !important;
  box-shadow:
    0 24px 70px rgba(7,27,49,.10),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}

.visual-grid-lines{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,120,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,120,255,.08) 1px, transparent 1px);
  background-size:32px 32px;
}

.visual-stat{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  padding:34px 38px;
  border-radius:24px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,120,255,.18);
  box-shadow:0 20px 55px rgba(7,27,49,.10);
}

.visual-stat strong{
  display:block;
  font-size:44px;
  color:#061a38;
  font-weight:400;
}

.visual-stat small{
  color:#526981;
  font-size:14px;
}

.orexis-layer{
  position:absolute;
  left:16%;
  right:16%;
  height:42px;
  border-radius:50%;
  border:2px solid rgba(0,120,255,.42);
  box-shadow:0 0 24px rgba(0,120,255,.12);
}
.layer-one{top:82px;}
.layer-two{top:126px; transform:scaleX(.86);}
.layer-three{top:170px; transform:scaleX(.68);}

.qaqc-card{
  position:relative;
  width:72%;
  margin:28px auto;
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(0,120,255,.16);
  box-shadow:0 18px 42px rgba(7,27,49,.08);
}
.qaqc-card strong{display:block;color:#006ee6;font-size:24px;font-weight:400;}
.qaqc-card small{color:#526981;}

.visual-recon{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:22px;
  padding:54px;
}
.visual-recon .bar{
  width:42px;
  border-radius:14px 14px 0 0;
  background:linear-gradient(180deg,#21c7ff,#0577ff);
  box-shadow:0 18px 42px rgba(0,120,255,.16);
}
.b1{height:90px}.b2{height:145px}.b3{height:210px}.b4{height:170px}.b5{height:120px}

.lidar-dot{
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#1ec7ff;
  box-shadow:0 0 25px rgba(30,199,255,.9);
}
.d1{left:22%;top:28%}.d2{left:58%;top:22%}.d3{left:72%;top:66%}.d4{left:34%;top:70%}
.lidar-line{
  position:absolute;
  height:1px;
  background:rgba(0,120,255,.32);
  transform-origin:left center;
}
.l1{left:24%;top:31%;width:230px;transform:rotate(17deg);}
.l2{left:36%;top:70%;width:250px;transform:rotate(-24deg);}

.report-card{
  position:absolute;
  border-radius:20px;
  padding:30px;
  color:#061a38;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(0,120,255,.16);
  box-shadow:0 18px 45px rgba(7,27,49,.08);
}
.mini-one{left:12%;top:58px;}
.mini-two{right:12%;top:84px;}
.mini-three{left:28%;bottom:54px;}

.about-reference-footer-card{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:28px !important;
  margin:70px auto 0 !important;
  padding:34px 38px !important;
  border-radius:26px !important;
  border:1px solid rgba(105,145,180,.22) !important;
  background:linear-gradient(135deg, rgba(255,255,255,.78), rgba(232,242,249,.55)) !important;
  box-shadow:0 24px 70px rgba(7,27,49,.09) !important;
}

.about-reference-footer-card h2{
  margin:0 0 8px !important;
  color:#061a38 !important;
  font-size:clamp(24px,3vw,36px) !important;
  line-height:1.18 !important;
  font-weight:400 !important;
}

.about-reference-footer-card p{
  margin:0 !important;
  color:#526981 !important;
}

@media(max-width:900px){
  .about-reference-row,
  .about-reference-row.reverse,
  .about-reference-footer-card{
    grid-template-columns:1fr !important;
    display:grid !important;
  }
  .about-reference-row.reverse .about-reference-copy,
  .about-reference-row.reverse .about-reference-visual{
    order:initial !important;
  }
  .about-reference-footer-card{
    text-align:center !important;
  }
}

@media(max-width:620px){
  .orexis-about-reference{
    padding:24px 16px 70px !important;
  }
  .about-reference-visual{
    min-height:240px !important;
  }
  .about-reference-copy{
    text-align:center !important;
  }
  .about-reference-footer-card{
    padding:26px 22px !important;
  }
}



/* ==========================================================
   ABOUT PAGE MATCHED TO TERMS OF USE LEGAL CARD STYLE
   ========================================================== */

.orexis-about-legal-page{
  padding-top:28px !important;
}

.orexis-about-card{
  max-width:1120px !important;
  margin:0 auto !important;
}

.orexis-about-body h2{
  margin-top:30px !important;
  font-size:21px !important;
  color:rgba(7,27,49,.96) !important;
  letter-spacing:.01em !important;
  font-weight:400 !important;
}

.orexis-about-body h2:first-child{
  margin-top:0 !important;
}

.orexis-about-body p{
  max-width:1040px !important;
  font-size:15px !important;
  line-height:1.75 !important;
  color:rgba(32,54,75,.80) !important;
}

.orexis-about-card .orexis-legal-title{
  font-size:clamp(40px, 6vw, 74px) !important;
  font-weight:400 !important;
}

.orexis-about-card .orexis-legal-subtitle{
  max-width:960px !important;
}

.orexis-about-card .orexis-legal-notice-text{
  text-transform:none !important;
  letter-spacing:.02em !important;
}

@media(max-width:760px){
  .orexis-about-card .orexis-legal-title{
    font-size:42px !important;
  }
}



/* ==========================================================
   ABOUT PAGE FINAL TEXT + OVERLAP SAFETY
   ========================================================== */

.orexis-about-card,
.orexis-legal-card{
  overflow:visible !important;
}

.orexis-about-card .orexis-legal-header,
.orexis-about-card .orexis-legal-body,
.orexis-about-card .orexis-legal-notice,
.orexis-about-body{
  box-sizing:border-box !important;
}

.orexis-about-card .orexis-legal-title{
  max-width:100% !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:none !important;
  line-height:1.02 !important;
  margin-bottom:14px !important;
}

.orexis-about-card .orexis-legal-subtitle{
  max-width:980px !important;
  line-height:1.65 !important;
  overflow-wrap:break-word !important;
}

.orexis-about-card .orexis-legal-notice{
  align-items:stretch !important;
}

.orexis-about-card .orexis-legal-important{
  min-width:0 !important;
  white-space:normal !important;
  text-align:center !important;
}

.orexis-about-card .orexis-legal-notice-text{
  min-width:0 !important;
  white-space:normal !important;
  overflow-wrap:break-word !important;
  line-height:1.6 !important;
}

.orexis-about-body{
  padding-top:34px !important;
  padding-bottom:40px !important;
}

.orexis-about-body h2{
  clear:both !important;
  margin:34px 0 12px !important;
  line-height:1.28 !important;
  overflow-wrap:break-word !important;
}

.orexis-about-body h2:first-child{
  margin-top:0 !important;
}

.orexis-about-body p{
  max-width:1040px !important;
  margin:0 0 16px !important;
  line-height:1.78 !important;
  overflow-wrap:break-word !important;
  word-break:normal !important;
}

.orexis-about-body .orexis-legal-meta{
  margin-top:34px !important;
  line-height:1.6 !important;
  overflow-wrap:break-word !important;
}

/* Responsive safety to prevent text overlap */
@media(max-width:760px){
  .orexis-about-card .orexis-legal-header,
  .orexis-about-card .orexis-legal-body,
  .orexis-about-card .orexis-legal-notice-text{
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .orexis-about-card .orexis-legal-title{
    font-size:clamp(36px, 11vw, 48px) !important;
    line-height:1.05 !important;
  }

  .orexis-about-card .orexis-legal-subtitle,
  .orexis-about-body p{
    font-size:15px !important;
    line-height:1.72 !important;
  }

  .orexis-about-card .orexis-legal-notice{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .orexis-about-card .orexis-legal-important{
    justify-content:flex-start !important;
    text-align:left !important;
  }
}

@media(max-width:420px){
  .orexis-about-card .orexis-legal-header,
  .orexis-about-card .orexis-legal-body,
  .orexis-about-card .orexis-legal-notice-text{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .orexis-about-card .orexis-legal-title{
    font-size:34px !important;
  }

  .orexis-about-body h2{
    font-size:19px !important;
  }
}








/* ==========================================================
   OREXIS LIGHT WEBSITE-MATCHED DEVELOPMENT BADGE
   ========================================================== */

.status-line-extra{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  width:auto !important;
  max-width:92vw !important;
  min-width:0 !important;
  margin:0 auto 24px auto !important;
  padding:12px 28px !important;
  border-radius:999px !important;
  border:1px solid rgba(0,123,255,.22) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(232,244,252,.56)) !important;
  color:#0875d8 !important;
  font-size:12.5px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  line-height:1.35 !important;
  text-align:center !important;
  box-shadow:
    0 12px 34px rgba(0,120,255,.10),
    inset 0 1px 0 rgba(255,255,255,.86) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}


.status-line-extra .status-dot{
  flex:0 0 auto !important;
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background:#ff3b3b !important;
  box-shadow:0 0 12px rgba(255,59,59,.8) !important;
  animation:redPulse 1.8s infinite !important;
}


.status-line:not(.status-line-extra),
.platform-badge{
  display:none !important;
}

.coming-section,
.orexis-pro-hero,
.orexis-executive-hero{
  text-align:center !important;
}

@media(max-width:760px){
  .status-line-extra{
    width:92vw !important;
    padding:11px 18px !important;
    font-size:11px !important;
    letter-spacing:.12em !important;
  }
}


@keyframes redPulse{
  0%{
    opacity:1;
    transform:scale(1);
    box-shadow:0 0 8px rgba(255,59,59,.5);
  }
  50%{
    opacity:1;
    transform:scale(1.25);
    box-shadow:
      0 0 18px rgba(255,59,59,.9),
      0 0 32px rgba(255,59,59,.6);
  }
  100%{
    opacity:1;
    transform:scale(1);
    box-shadow:0 0 8px rgba(255,59,59,.5);
  }
}
