:root{
  --bg:#ffffff;
  --bg-soft:#f7f5fd;
  --panel:#ffffff;
  --panel-soft:#fbfaff;
  --line:#ebe6f7;
  --text:#16173a;
  --muted:#6e7090;
  --primary:#7c4dff;
  --primary-dark:#5d34d6;
  --primary-soft:#efe7ff;
  --green:#22b36a;
  --blue:#2979ff;
  --violet:#8b5cf6;
  --shadow:0 16px 50px rgba(34,24,88,.09);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img,svg{display:block}
button{font:inherit}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin-inline:auto;
}

.narrow{
  width:min(900px, calc(100% - 32px));
}

.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(235,230,247,.7);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:82px;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:.02em;
}

.brand-mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.brand-mark svg{width:100%;height:100%}
.brand-text{font-size:1.75rem}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-weight:700;
  font-size:.95rem;
}

.desktop-nav a,
.sign-in-link{
  color:#2d2e54;
  transition:.2s ease;
}
.desktop-nav a:hover,
.sign-in-link:hover{
  color:var(--primary);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:none;
  border-radius:14px;
  cursor:pointer;
  font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:linear-gradient(135deg, #8a5cff 0%, #6f44ff 55%, #5e35ff 100%);
  color:#fff;
  padding:15px 22px;
  box-shadow:0 14px 30px rgba(111,68,255,.23);
}

.btn-primary:hover{
  box-shadow:0 18px 34px rgba(111,68,255,.28);
}

.btn-light{
  background:#fff;
  color:#3d2f8c;
  padding:15px 22px;
  box-shadow:var(--shadow);
}

.btn-ghost{
  background:transparent;
  color:var(--primary);
  padding:14px 0;
}

.btn-sm{
  padding:12px 18px;
  border-radius:12px;
  font-size:.95rem;
}

.btn-large{
  min-width:220px;
  padding:17px 24px;
  border-radius:16px;
}

.btn-icon{
  width:18px;
  height:18px;
}
.btn-icon.left{
  width:20px;
  height:20px;
}

.nav-toggle{
  width:48px;
  height:48px;
  border:none;
  background:transparent;
  display:none;
  place-items:center;
  color:var(--text);
  cursor:pointer;
}
.nav-toggle svg{width:28px;height:28px}

.mobile-menu{
  display:none;
  border-top:1px solid var(--line);
  background:#fff;
}
.mobile-menu.open{display:block}
.mobile-menu-inner{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:18px 0 22px;
}
.mobile-cta{width:100%}

.hero-section{
  position:relative;
  padding:44px 0 30px;
  overflow:hidden;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:44px;
  align-items:center;
}

.eyebrow,
.section-label{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.06em;
}

.section-label.muted{
  background:#f2effe;
}

.hero-copy h1{
  margin:18px 0 16px;
  font-size:clamp(2.8rem, 5.3vw, 4.9rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
  max-width:680px;
}

.hero-copy h1 span,
.section-intro h2 span{
  color:var(--primary);
}

.hero-text{
  margin:0;
  max-width:620px;
  font-size:1.16rem;
  color:var(--muted);
}

.hero-points{
  list-style:none;
  padding:0;
  margin:28px 0 32px;
  display:grid;
  gap:13px;
}

.hero-points li{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:1rem;
  color:#2e3157;
  font-weight:600;
}

.hero-points li svg{
  width:22px;
  height:22px;
  color:#24b26d;
  flex:none;
}

.hero-actions{
  display:flex;
  gap:22px;
  align-items:center;
  flex-wrap:wrap;
}

.hero-visual{
  position:relative;
}








.mini-mark svg{width:100%;height:100%}



.dash-item.active{
  background:linear-gradient(135deg, #8a5cff 0%, #6b43ff 100%);
  color:#fff;
}




.dash-top h3{
  margin:0;
  font-size:1.45rem;
}


.dash-icons .dot{
  width:8px;
  height:8px;
  background:#8a63ff;
  border-radius:50%;
}
.dash-icons .avatar{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f1ebff;
  color:#3d2f8c;
  font-weight:900;
  font-size:.82rem;
}



.metric-card,
.chart-card,









.metric-trend.up{color:var(--green)}


.chart-title,

.table-title a{
  color:var(--primary);
  font-weight:800;
  font-size:.86rem;
}








.table-row span:last-child{
  color:#2d2f58;
}

.hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:96px;
  background:
    radial-gradient(circle at 10% 10%, rgba(124,77,255,.08), transparent 35%),
    linear-gradient(180deg, transparent 0%, rgba(124,77,255,.08) 100%);
  pointer-events:none;
}

section{
  padding:44px 0;
}

.section-intro{
  text-align:center;
  margin:0 auto 32px;
  max-width:860px;
}
.section-intro.compact{
  margin-bottom:26px;
}
.section-intro h2{
  margin:14px 0 12px;
  font-size:clamp(2rem, 4vw, 3.1rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.section-intro p{
  margin:0 auto;
  color:var(--muted);
  font-size:1.06rem;
  max-width:760px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px 18px;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  border-color:#d8cdfb;
  box-shadow:var(--shadow);
}

.service-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#f4efff;
  color:var(--primary);
  margin-bottom:14px;
}
.service-icon svg{
  width:26px;
  height:26px;
}

.service-card h3{
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.25;
}
.service-card p{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
}

.cta-band{
  margin-top:28px;
  padding:26px 28px;
  border-radius:24px;
  background:linear-gradient(135deg, #7f57ff 0%, #6d46ff 45%, #8f59ff 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:var(--shadow);
}

.cta-band-copy{
  display:flex;
  align-items:center;
  gap:18px;
}
.cta-band-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:rgba(255,255,255,.12);
}
.cta-band-icon svg{
  width:28px;
  height:28px;
}
.cta-band h3{
  margin:0 0 4px;
  font-size:1.4rem;
}
.cta-band p{
  margin:0;
  color:rgba(255,255,255,.88);
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 22px 20px;
  box-shadow:0 8px 24px rgba(37,20,106,.04);
}

.quote-mark{
  font-size:3.2rem;
  line-height:1;
  color:#c3b0ff;
  font-weight:900;
}

.review-card p{
  margin:10px 0 18px;
  color:#3c3e5b;
  font-size:1rem;
  min-height:102px;
}

.stars{
  display:flex;
  gap:6px;
  color:var(--primary);
  margin-bottom:16px;
}
.stars svg{
  width:18px;
  height:18px;
}

.review-user{
  display:flex;
  align-items:center;
  gap:12px;
}
.review-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #a88cff, #6d46ff);
  color:#fff;
  font-weight:900;
  font-size:.9rem;
}
.review-user strong{
  display:block;
  font-size:1rem;
}
.review-user span{
  display:block;
  color:var(--muted);
  font-size:.88rem;
}

.review-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:18px;
}
.review-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d7cef6;
}
.review-dots span.active{
  background:var(--primary);
}

.pricing-wrap{
  background:#f8fbff;
  border:1px solid #edf2ff;
  border-radius:28px;
  padding:36px 28px;
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.feature-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px 18px;
}

.feature-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:14px;
  margin-bottom:14px;
}
.feature-icon svg{width:26px;height:26px}
.feature-icon.green{background:#eafaf1;color:#1ea95f}
.feature-icon.blue{background:#ecf3ff;color:#2979ff}
.feature-icon.violet{background:#f2ecff;color:#8b5cf6}

.feature-box h3{
  margin:0 0 8px;
  font-size:1.08rem;
}
.feature-box p{
  margin:0;
  color:var(--muted);
}

.pricing-bar{
  margin-top:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.pricing-bar-copy{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  color:#475074;
}
.pricing-bar-copy svg{
  width:20px;height:20px;color:var(--primary)
}

.faq-list{
  display:grid;
  gap:10px;
}

.faq-item{
  border-bottom:1px solid #ece8f8;
  padding-bottom:4px;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 0;
  font-weight:800;
  font-size:1.08rem;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary svg{
  width:20px;
  height:20px;
  color:#6a64a1;
  transition:transform .2s ease;
}
.faq-item[open] summary svg{
  transform:rotate(180deg);
}
.faq-item p{
  margin:0 0 14px;
  color:var(--muted);
  max-width:760px;
}

.final-cta{
  padding-top:18px;
}
.final-cta-inner{
  background:#0f0c5d;
  color:#fff;
  border-radius:26px;
  padding:28px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.final-cta-copy{
  display:flex;
  align-items:center;
  gap:16px;
}
.final-cta-icon{
  width:50px;
  height:50px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
}
.final-cta-icon svg{
  width:22px;
  height:22px;
}
.final-cta h3{
  margin:0 0 4px;
  font-size:1.5rem;
}
.final-cta p{
  margin:0;
  color:rgba(255,255,255,.8);
}

.site-footer{
  background:#0c0b52;
  color:#fff;
  margin-top:22px;
  padding:24px 0 16px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
  align-items:start;
}

.footer-brand-inline{
  margin-bottom:14px;
}
.footer-brand p{
  margin:0;
  color:rgba(255,255,255,.76);
  max-width:300px;
}

.footer-social h4,
.footer-help h4{
  margin:8px 0 14px;
  font-size:1.05rem;
}

.social-list{
  display:flex;
  gap:10px;
}
.social-list a{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  color:#fff;
  transition:.2s ease;
}
.social-list a:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.3);
}
.social-list svg{
  width:18px;
  height:18px;
}

.footer-help ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.footer-help a{
  color:rgba(255,255,255,.8);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:20px;
  padding-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.68);
  font-size:.9rem;
}

.footer-links{
  display:flex;
  gap:16px;
}

.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}

@media (max-width: 1180px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-copy{
    max-width:780px;
  }
  
  .services-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width: 980px){
  .desktop-nav,
  .sign-in-link,
  .header-actions .btn-sm{
    display:none;
  }
  .nav-toggle{
    display:grid;
  }
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .review-grid,
  .pricing-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .cta-band,
  .pricing-bar,
  .final-cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .final-cta .btn-large,
  .pricing-bar .btn-primary,
  .cta-band .btn-light{
    width:100%;
  }
}

@media (max-width: 760px){
  .container{
    width:min(100% - 24px, var(--container));
  }
  .header-inner{
    min-height:74px;
  }
  .brand-text{
    font-size:1.55rem;
  }
  .hero-section{
    padding-top:26px;
  }
  .hero-copy h1{
    font-size:clamp(2.5rem, 10vw, 4rem);
  }
  .hero-text{
    font-size:1.05rem;
  }
  
  
  
  
  .services-grid{
    grid-template-columns:1fr;
  }
  .review-card p{
    min-height:auto;
  }
  .pricing-wrap{
    padding:24px 16px;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 480px){
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .hero-actions .btn{
    width:100%;
  }
  .section-intro h2{
    font-size:2rem;
  }
  .cta-band{
    padding:22px 18px;
  }
  .final-cta-inner{
    padding:24px 18px;
  }
}

/* ======================================================================
   NEXUS SOLUTIONS MEGA MENU
   ====================================================================== */

.nav-solutions{
  position:relative;
}

.solutions-trigger{
  border:0;
  background:transparent;
  color:#2d2e54;
  display:flex;
  align-items:center;
  gap:6px;
  padding:12px 0;
  font-weight:700;
  cursor:pointer;
}

.solutions-trigger svg{
  width:16px;
  height:16px;
  transition:transform .2s ease;
}

.nav-solutions.open .solutions-trigger,
.nav-solutions:hover .solutions-trigger{
  color:var(--primary);
}

.nav-solutions.open .solutions-trigger svg,
.nav-solutions:hover .solutions-trigger svg{
  transform:rotate(180deg);
}

.solutions-mega{
  position:absolute;
  top:calc(100% + 18px);
  left:50%;
  width:min(980px, calc(100vw - 40px));
  transform:translateX(-34%);
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.98);
  box-shadow:0 28px 80px rgba(28,20,80,.16);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:
    opacity .2s ease,
    transform .2s ease,
    visibility .2s ease;
}

.nav-solutions.open .solutions-mega,
.nav-solutions:hover .solutions-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-34%) translateY(0);
}

.solutions-mega::before{
  content:"";
  position:absolute;
  top:-20px;
  left:0;
  right:0;
  height:20px;
}

.solutions-mega-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:2px 4px 18px;
  border-bottom:1px solid var(--line);
}

.solutions-mega-head strong{
  display:block;
  font-size:1.15rem;
}

.solutions-mega-head span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:.9rem;
  font-weight:500;
}

.solutions-mega-head > a{
  color:var(--primary);
  font-size:.9rem;
  font-weight:800;
  white-space:nowrap;
}

.solutions-mega-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding-top:16px;
}

.mega-solution-item{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:11px;
  align-items:center;
  padding:11px;
  border-radius:14px;
  transition:background .18s ease, transform .18s ease;
}

.mega-solution-item:hover{
  background:#f7f3ff;
  transform:translateY(-1px);
}

.mega-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#f2ecff;
  color:var(--primary);
}

.mega-icon svg{
  width:22px;
  height:22px;
}

.mega-solution-item strong{
  display:block;
  color:#24264b;
  font-size:.91rem;
  line-height:1.2;
}

.mega-solution-item small{
  display:block;
  margin-top:3px;
  color:#8588a3;
  font-size:.75rem;
  line-height:1.25;
  font-weight:600;
}


/* Mobile solutions */

.mobile-solutions-trigger{
  width:100%;
  min-height:46px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-weight:800;
  cursor:pointer;
}

.mobile-solutions-trigger svg{
  width:18px;
  height:18px;
  transition:transform .2s ease;
}

.mobile-solutions-trigger[aria-expanded="true"] svg{
  transform:rotate(180deg);
}

.mobile-solutions-list{
  display:none;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
  padding:10px 0 16px;
}

.mobile-solutions-list.open{
  display:grid;
}

.mobile-solutions-list a{
  padding:10px 11px;
  border-radius:10px;
  background:#faf8ff;
  color:#4c4e70;
  font-size:.86rem;
  font-weight:700;
}

.mobile-solutions-list a:hover{
  background:#f1ebff;
  color:var(--primary);
}

@media (max-width:1180px){
  .solutions-mega{
    transform:translateX(-27%);
  }

  .nav-solutions.open .solutions-mega,
  .nav-solutions:hover .solutions-mega{
    transform:translateX(-27%);
  }
}

@media (max-width:980px){
  .solutions-mega{
    display:none;
  }
}

@media (max-width:520px){
  .mobile-solutions-list{
    grid-template-columns:1fr;
  }
}


/* ======================================================================
   NEXUS PREMIUM TYPOGRAPHY PATCH
   Inspired by the provided reference text style
   ====================================================================== */

:root{
  --nx-text-main:#1f2a3d;
  --nx-text-soft:#556070;
  --nx-text-muted:#6b7280;
  --nx-pill-bg:#f1f2f4;
  --nx-pill-active:#ffffff;
  --nx-pill-shadow:0 1px 2px rgba(17,24,39,.06);
}

/* Base text smoothing */
html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{
  color:var(--nx-text-main);
}

/* Main hero heading */
.hero-content h1,
.hero-title,
.nexus-hero-title{
  font-size:clamp(2.7rem, 5vw, 4.65rem) !important;
  line-height:1.03 !important;
  letter-spacing:-0.04em !important;
  font-weight:800 !important;
  color:var(--nx-text-main) !important;
  max-width:11ch;
}

.hero-content h1 .accent,
.hero-content h1 strong,
.hero-content h1 .highlight{
  color:#5b4cf0 !important;
}

/* Hero paragraph */
.hero-content p,
.hero-subtitle,
.nexus-hero-subtitle{
  font-size:clamp(1.06rem, 1.5vw, 1.28rem) !important;
  line-height:1.8 !important;
  color:var(--nx-text-soft) !important;
  max-width:680px;
  font-weight:500;
}

/* List / bullet text below hero */
.hero-benefits li,
.hero-features li,
.hero-checks li{
  font-size:1.02rem !important;
  line-height:1.75 !important;
  color:#374151 !important;
  font-weight:600 !important;
}

/* Section eyebrow label */
.section-kicker,
.section-badge,
.mini-badge,
.eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:#efe9ff !important;
  color:#6a4cff !important;
  font-size:.78rem !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}

/* Section headings */
.section-title,
section h2,
.solutions-section h2,
.testimonials-section h2,
.pricing-section h2,
.faq-section h2{
  font-size:clamp(2rem, 3vw, 3.25rem) !important;
  line-height:1.15 !important;
  letter-spacing:-0.03em !important;
  color:var(--nx-text-main) !important;
  font-weight:800 !important;
  text-align:center;
}

/* Section subtitle / intro */
.section-subtitle,
.section-description,
section .lead,
.solutions-section .section-copy,
.testimonials-section .section-copy,
.pricing-section .section-copy,
.faq-section .section-copy{
  font-size:clamp(1.15rem, 1.6vw, 1.85rem) !important;
  line-height:1.6 !important;
  color:var(--nx-text-soft) !important;
  max-width:980px;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center;
  font-weight:500 !important;
}

/* Solution cards */
.solution-card h3,
.service-card h3,
.feature-card h3{
  font-size:1.18rem !important;
  line-height:1.35 !important;
  color:var(--nx-text-main) !important;
  font-weight:800 !important;
}

.solution-card p,
.service-card p,
.feature-card p{
  font-size:1rem !important;
  line-height:1.72 !important;
  color:var(--nx-text-soft) !important;
  font-weight:500 !important;
}

/* Tabs / pill nav look like the sample */
.section-tabs,
.domain-tabs,
.promo-tabs,
.category-tabs{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px;
  border-radius:14px;
  background:var(--nx-pill-bg);
  margin:0 auto 28px;
  box-shadow:inset 0 0 0 1px rgba(17,24,39,.04);
}

.section-tabs a,
.section-tabs button,
.domain-tabs a,
.domain-tabs button,
.promo-tabs a,
.promo-tabs button,
.category-tabs a,
.category-tabs button{
  border:0;
  background:transparent;
  color:#5c6574;
  font-size:1rem;
  line-height:1;
  font-weight:700;
  padding:14px 18px;
  border-radius:10px;
  cursor:pointer;
  transition:all .2s ease;
}

.section-tabs a:hover,
.section-tabs button:hover,
.domain-tabs a:hover,
.domain-tabs button:hover,
.promo-tabs a:hover,
.promo-tabs button:hover,
.category-tabs a:hover,
.category-tabs button:hover{
  color:#1f2a3d;
}

.section-tabs .active,
.section-tabs [aria-selected="true"],
.domain-tabs .active,
.domain-tabs [aria-selected="true"],
.promo-tabs .active,
.promo-tabs [aria-selected="true"],
.category-tabs .active,
.category-tabs [aria-selected="true"]{
  background:var(--nx-pill-active);
  color:var(--nx-text-main);
  box-shadow:var(--nx-pill-shadow);
}

/* Testimonial text */
.testimonial-card blockquote,
.testimonial-card p{
  font-size:1.05rem !important;
  line-height:1.8 !important;
  color:#374151 !important;
  font-weight:500 !important;
}

.testimonial-card .name{
  font-size:1rem !important;
  font-weight:800 !important;
  color:var(--nx-text-main) !important;
}

.testimonial-card .role{
  font-size:.92rem !important;
  color:var(--nx-text-muted) !important;
  font-weight:600 !important;
}

/* Pricing emphasis */
.pricing-highlight,
.price-headline,
.price-section strong,
.pricing-section .big-price{
  font-size:clamp(2rem, 3vw, 3.1rem) !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:-0.03em !important;
  color:var(--nx-text-main) !important;
}

.pricing-highlight .accent,
.price-headline .accent,
.pricing-section .accent{
  color:#2d7cff !important;
}

/* FAQ */
.faq-item button,
.faq-question{
  font-size:1.1rem !important;
  line-height:1.5 !important;
  font-weight:750 !important;
  color:var(--nx-text-main) !important;
}

.faq-answer,
.faq-item p{
  font-size:1rem !important;
  line-height:1.8 !important;
  color:var(--nx-text-soft) !important;
  font-weight:500 !important;
}

/* Footer text cleanup */
.footer h3,
.footer strong{
  font-size:1.15rem !important;
  font-weight:800 !important;
  color:#ffffff !important;
}

.footer p,
.footer a,
.footer li,
.footer span{
  font-size:.98rem !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

/* Improve mobile readability */
@media (max-width: 768px){
  .hero-content h1,
  .hero-title,
  .nexus-hero-title{
    font-size:clamp(2.35rem, 9vw, 3.35rem) !important;
    max-width:12ch;
  }

  .hero-content p,
  .hero-subtitle,
  .nexus-hero-subtitle{
    font-size:1rem !important;
    line-height:1.75 !important;
  }

  .section-title,
  section h2,
  .solutions-section h2,
  .testimonials-section h2,
  .pricing-section h2,
  .faq-section h2{
    font-size:clamp(1.7rem, 7vw, 2.4rem) !important;
  }

  .section-subtitle,
  .section-description,
  section .lead{
    font-size:1.05rem !important;
    line-height:1.75 !important;
  }

  .section-tabs,
  .domain-tabs,
  .promo-tabs,
  .category-tabs{
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
  }

  .section-tabs a,
  .section-tabs button,
  .domain-tabs a,
  .domain-tabs button,
  .promo-tabs a,
  .promo-tabs button,
  .category-tabs a,
  .category-tabs button{
    font-size:.95rem;
    padding:12px 14px;
  }
}


/* ======================================================================
   NEXUS HERO REAL DASHBOARD IMAGE
   ====================================================================== */

.hero-image-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.hero-dashboard-image-shell{
  position:relative;
  width:100%;
  max-width:720px;
  margin-left:auto;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(230,225,246,.95);
  box-shadow:
    0 32px 80px rgba(33,24,83,.13),
    0 8px 28px rgba(64,39,148,.06);

  transform:translateZ(0);
  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s cubic-bezier(.2,.8,.2,1);
}

.hero-dashboard-image-shell::before{
  content:"";
  position:absolute;
  inset:-20%;
  z-index:-1;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(124,77,255,.15) 0%,
      rgba(124,77,255,.05) 45%,
      transparent 70%
    );
  filter:blur(30px);
}

.hero-dashboard-image-shell:hover{
  transform:translateY(-5px);
  box-shadow:
    0 38px 95px rgba(33,24,83,.16),
    0 10px 32px rgba(64,39,148,.08);
}

.hero-dashboard-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  border:0;
}

/* Disable the obsolete mock dashboard visual */



/* Large desktop */
@media (min-width:1181px){

  .hero-grid{
    grid-template-columns:
      minmax(0,1.02fr)
      minmax(540px,.98fr);
  }

  .hero-dashboard-image-shell{
    width:104%;
    max-width:760px;
  }

}


/* Tablet */
@media (max-width:1180px){

  .hero-dashboard-image-shell{
    max-width:900px;
    margin-inline:auto;
  }

}


/* Mobile */
@media (max-width:760px){

  .hero-image-visual{
    width:100%;
  }

  .hero-dashboard-image-shell{
    width:100%;
    max-width:none;
    border-radius:16px;
    box-shadow:
      0 18px 45px rgba(33,24,83,.11);
  }

  .hero-dashboard-image-shell:hover{
    transform:none;
  }

}


/* ======================================================================
   NEXUS HERO CLEAN BLEND + HIDE RIGHT SCROLLBAR
   ====================================================================== */

/* Hide visible browser/page scrollbar while still allowing scroll */
html,
body{
  -ms-overflow-style:none;
  scrollbar-width:none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:0 !important;
  height:0 !important;
  display:none !important;
  background:transparent !important;
}

/* Keep horizontal overflow dead */
html,
body{
  overflow-x:hidden !important;
}

/* Match page background cleanly */
body{
  background:#f7f7fb !important;
}

/* Remove card look around hero visual */
.hero-visual,
.hero-image-visual,
.hero-dashboard-image-shell{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
}

/* Remove decorative pseudo layers that create edge glow/boundary */
.hero-dashboard-image-shell::before,
.hero-dashboard-image-shell::after,
.hero-visual::before,
.hero-visual::after,
.hero-image-visual::before,
.hero-image-visual::after{
  display:none !important;
  content:none !important;
}

/* Remove extra spacing and visible frame */
.hero-dashboard-image-shell{
  padding:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:0 !important;
  overflow:visible !important;
  max-width:720px !important;
}

/* Make the image sit naturally with no card boundary */
.hero-dashboard-image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  object-fit:contain !important;
}

/* Ensure hero section itself does not introduce a panel effect */
.hero-section,
.hero-grid{
  background:transparent !important;
}

/* Mobile tuning */
@media (max-width: 760px){
  .hero-dashboard-image-shell{
    max-width:100% !important;
  }
}


/* ======================================================================
   NEXUS SMART HEADER
   Scroll down = hide
   Scroll up   = show
   ====================================================================== */

.site-header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
  transform:translateY(0);
  transition:
    transform .28s cubic-bezier(.4,0,.2,1),
    box-shadow .25s ease,
    background .25s ease;
  will-change:transform;
}

.site-header.nexus-header-hidden{
  transform:translateY(-110%);
}

.site-header.nexus-header-visible{
  transform:translateY(0);
}

.site-header.nexus-header-scrolled{
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 30px rgba(29,23,70,.08);
  backdrop-filter:blur(18px);
}

/* Compensate for fixed header so page content does not jump underneath it */
body{
  padding-top:82px;
}

@media(max-width:760px){
  body{
    padding-top:74px;
  }
}


/* ======================================================================
   NEXUS REAL BADGE IMAGE
   ====================================================================== */

.nexus-image-badge{
  width:40px !important;
  height:40px !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
  flex:none !important;
  color:inherit !important;
}

.nexus-image-badge img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.site-header .nexus-image-badge{
  width:42px !important;
  height:42px !important;
}

.site-footer .nexus-image-badge{
  width:42px !important;
  height:42px !important;
}

@media(max-width:760px){
  .site-header .nexus-image-badge{
    width:38px !important;
    height:38px !important;
  }
}


/* ======================================================================
   NEXUS BRAND BADGE SIZE V2
   ====================================================================== */

.nexus-image-badge{
  width:52px !important;
  height:52px !important;
  flex:0 0 52px !important;
}

.site-header .nexus-image-badge{
  width:54px !important;
  height:54px !important;
  flex-basis:54px !important;
}

.site-footer .nexus-image-badge{
  width:54px !important;
  height:54px !important;
  flex-basis:54px !important;
}

.nexus-image-badge img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

/* Keep NEXUS wordmark balanced with larger badge */
.site-header .brand{
  gap:11px !important;
}

.site-header .brand-text{
  font-size:1.82rem !important;
}

.site-footer .brand-text{
  font-size:1.75rem !important;
}

@media(max-width:760px){

  .site-header .nexus-image-badge{
    width:46px !important;
    height:46px !important;
    flex-basis:46px !important;
  }

  .site-header .brand-text{
    font-size:1.55rem !important;
  }

}


/* ======================================================================
   NEXUS BADGE SIZE V3
   ====================================================================== */

.site-header .brand{
  gap: 14px !important;
}

.site-header .nexus-image-badge{
  width: 68px !important;
  height: 68px !important;
  flex: 0 0 68px !important;
}

.site-header .brand-text{
  font-size: 2rem !important;
  line-height: 1 !important;
}

.site-footer .nexus-image-badge{
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 62px !important;
}

.site-footer .brand-text{
  font-size: 1.85rem !important;
  line-height: 1 !important;
}

.nexus-image-badge img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 900px){
  .site-header .nexus-image-badge{
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
  }

  .site-header .brand-text{
    font-size: 1.8rem !important;
  }
}

@media (max-width: 640px){
  .site-header .nexus-image-badge{
    width: 52px !important;
    height: 52px !important;
    flex: 0 0 52px !important;
  }

  .site-header .brand-text{
    font-size: 1.55rem !important;
  }
}


/* ======================================================================
   NEXUS GLOBAL PUBLIC TYPOGRAPHY V1

   Purpose:
   Clean modern commercial typography across all Nexus public pages.
   Lighter, calmer and more readable than the previous heavy UI styling.

   Applies to:
   Home
   Contact
   Pricing
   FAQ
   Future public pages that load nexus-main-website.css
   ====================================================================== */

:root{
  --nx-font:
    "Segoe UI",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  --nx-weight-light:300;
  --nx-weight-regular:400;
  --nx-weight-medium:500;
  --nx-weight-semibold:600;
  --nx-weight-bold:700;

  --nx-type-main:#252b38;
  --nx-type-body:#4f5968;
  --nx-type-soft:#687382;
}


/* ----------------------------------------------------------------------
   GLOBAL PUBLIC FONT
   ---------------------------------------------------------------------- */

html,
body{
  font-family:var(--nx-font) !important;
  font-weight:var(--nx-weight-regular);
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

button,
input,
select,
textarea{
  font-family:inherit !important;
}


/* ----------------------------------------------------------------------
   NORMAL BODY TYPOGRAPHY
   ---------------------------------------------------------------------- */

body{
  color:var(--nx-type-main);
}

p,
li,
input,
select,
textarea{
  font-weight:var(--nx-weight-regular);
}

p{
  color:var(--nx-type-body);
  letter-spacing:0;
}


/* ----------------------------------------------------------------------
   NAVIGATION

   Clear like the reference but no excessive boldness.
   ---------------------------------------------------------------------- */

.site-header .desktop-nav,
.site-header .desktop-nav a,
.site-header .sign-in-link,
.solutions-trigger{
  font-family:var(--nx-font) !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

.site-header .desktop-nav{
  font-size:1rem;
}

.mobile-menu,
.mobile-menu a,
.mobile-solutions-trigger,
.mobile-solutions-list a{
  font-family:var(--nx-font) !important;
}


/* Brand remains intentionally stronger */
.brand-text{
  font-family:var(--nx-font) !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
}


/* ----------------------------------------------------------------------
   LARGE PAGE HEADINGS
   ---------------------------------------------------------------------- */

.hero-copy h1,
.contact-hero-copy h1,
.pricing-hero h1,
.faq-hero h1{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:-.028em !important;
}


/* Secondary headings */
.section-intro h2,
.contact-page h2,
.pricing-page h2,
.faq-page h2{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:-.018em !important;
}


/* ----------------------------------------------------------------------
   HERO SUPPORT TEXT
   ---------------------------------------------------------------------- */

.hero-text,
.contact-hero-copy > p,
.pricing-hero p,
.faq-hero p{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  line-height:1.65 !important;
  color:var(--nx-type-body) !important;
}


/* ----------------------------------------------------------------------
   EYEBROWS / SMALL LABELS
   These remain visible but are no longer ultra-heavy.
   ---------------------------------------------------------------------- */

.eyebrow,
.section-label,
.contact-eyebrow,
.pricing-eyebrow,
.faq-eyebrow{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:.045em !important;
}


/* ----------------------------------------------------------------------
   BUTTONS
   ---------------------------------------------------------------------- */

.btn,
.price-button,
.contact-card-btn,
.contact-submit-btn,
.faq-search button,
.faq-side-primary,
.faq-bottom-primary,
.faq-bottom-secondary,
.pricing-final-primary,
.pricing-final-secondary{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}


/* ----------------------------------------------------------------------
   CARDS
   ---------------------------------------------------------------------- */

.service-card h3,
.review-card strong,
.feature-box h3,
.contact-method-card h3,
.price-card h3,
.faq-side-card h2{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
}


/* Body text inside cards */
.service-card p,
.review-card p,
.feature-box p,
.contact-method-card p,
.price-card li,
.faq-side-card p{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}


/* ----------------------------------------------------------------------
   FAQ
   This is especially important because answers were previously heavy.
   ---------------------------------------------------------------------- */

.faq-answer-item summary{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:-.005em !important;
}

.faq-answer-content p{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  line-height:1.78 !important;
}


/* ----------------------------------------------------------------------
   PRICING
   ---------------------------------------------------------------------- */

.price-main{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
  letter-spacing:-.015em !important;
}

.price-cycle,
.price-sub,
.price-caption{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
}

.price-ribbon,
.category-number{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
}


/* ----------------------------------------------------------------------
   CONTACT FORM
   ---------------------------------------------------------------------- */

.form-field label{
  font-family:var(--nx-font) !important;
  font-weight:500 !important;
}

.form-field input,
.form-field select,
.form-field textarea{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
}


/* ----------------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------------- */

.site-footer,
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer span{
  font-family:var(--nx-font) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

.site-footer h4{
  font-family:var(--nx-font) !important;
  font-weight:600 !important;
}


/* ----------------------------------------------------------------------
   DO NOT LET PAGE-SPECIFIC CSS REINTRODUCE ULTRA-HEAVY PUBLIC TEXT

   These selectors intentionally run at the end of the common stylesheet.
   ---------------------------------------------------------------------- */

.pricing-page strong,
.contact-page strong,
.faq-page strong{
  font-family:var(--nx-font);
}


/* ----------------------------------------------------------------------
   MOBILE
   ---------------------------------------------------------------------- */

@media(max-width:760px){

  body{
    font-weight:400;
  }

  .hero-copy h1,
  .contact-hero-copy h1,
  .pricing-hero h1,
  .faq-hero h1{
    font-weight:600 !important;
    letter-spacing:-.025em !important;
  }

}


/* ======================================================================
   NEXUS GLOBAL PUBLIC TYPOGRAPHY SIZE V2
   Larger, clearer public-facing typography
   ====================================================================== */

/* ----------------------------------------------------------------------
   BASE TEXT
   ---------------------------------------------------------------------- */

body{
  font-size:17px !important;
}

p,
li{
  font-size:1.05rem;
}


/* ----------------------------------------------------------------------
   TOP NAV
   ---------------------------------------------------------------------- */

.site-header .desktop-nav,
.site-header .desktop-nav a,
.site-header .sign-in-link,
.solutions-trigger{
  font-size:1.08rem !important;
}

.site-header .brand-text{
  font-size:2.05rem !important;
}


/* ----------------------------------------------------------------------
   HERO
   ---------------------------------------------------------------------- */

.hero-copy h1{
  font-size:clamp(3.75rem,5.8vw,5.85rem) !important;
}

.hero-text{
  font-size:1.28rem !important;
  line-height:1.72 !important;
}

.hero-points li{
  font-size:1.08rem !important;
}

.eyebrow{
  font-size:.88rem !important;
}


/* ----------------------------------------------------------------------
   GENERAL SECTION HEADINGS
   ---------------------------------------------------------------------- */

.section-intro h2,
.contact-page h2,
.pricing-page h2,
.faq-page h2{
  font-size:clamp(2.25rem,3.3vw,3.6rem) !important;
}

.section-intro p,
.section-description,
.section-subtitle{
  font-size:1.15rem !important;
}


/* ----------------------------------------------------------------------
   SERVICE CARDS
   ---------------------------------------------------------------------- */

.service-card h3{
  font-size:1.28rem !important;
}

.service-card p{
  font-size:1.04rem !important;
  line-height:1.68 !important;
}


/* ----------------------------------------------------------------------
   BUTTONS
   ---------------------------------------------------------------------- */

.btn,
.price-button,
.contact-card-btn,
.contact-submit-btn,
.faq-search button,
.faq-side-primary,
.faq-bottom-primary,
.faq-bottom-secondary,
.pricing-final-primary,
.pricing-final-secondary{
  font-size:1rem !important;
}


/* ----------------------------------------------------------------------
   CONTACT PAGE
   ---------------------------------------------------------------------- */

.contact-hero-copy h1{
  font-size:clamp(3.8rem,5.8vw,5.7rem) !important;
}

.contact-hero-copy > p{
  font-size:1.3rem !important;
}

.contact-method-card h3{
  font-size:1.4rem !important;
}

.contact-method-card p{
  font-size:1.04rem !important;
}

.contact-main-value{
  font-size:1.3rem !important;
}

.form-field label{
  font-size:1rem !important;
}

.form-field input,
.form-field select,
.form-field textarea{
  font-size:1rem !important;
}

.support-block h3{
  font-size:1.1rem !important;
}

.support-block p,
.support-check-list li{
  font-size:.98rem !important;
}


/* ----------------------------------------------------------------------
   PRICING PAGE
   ---------------------------------------------------------------------- */

.pricing-hero h1{
  font-size:clamp(3.6rem,5.3vw,5.2rem) !important;
}

.pricing-hero h2{
  font-size:1.6rem !important;
}

.pricing-hero p{
  font-size:1.12rem !important;
}

.pricing-category-heading h2{
  font-size:1.85rem !important;
}

.pricing-category-heading p{
  font-size:1rem !important;
}

.price-card h3{
  font-size:1.38rem !important;
}

.price-main{
  font-size:2rem !important;
}

.price-sub,
.price-caption,
.price-cycle{
  font-size:.95rem !important;
}

.price-card li{
  font-size:.95rem !important;
  line-height:1.55 !important;
}

.pricing-subheading strong{
  font-size:1.12rem !important;
}

.pricing-subheading span{
  font-size:.9rem !important;
}


/* ----------------------------------------------------------------------
   FAQ PAGE
   ---------------------------------------------------------------------- */

.faq-hero h1{
  font-size:clamp(3.7rem,5.4vw,5.3rem) !important;
}

.faq-hero p{
  font-size:1.23rem !important;
}

.faq-search input{
  font-size:1.08rem !important;
}

.faq-category{
  font-size:1rem !important;
}

.faq-group-heading h2{
  font-size:1.25rem !important;
}

.faq-answer-item summary{
  font-size:1.18rem !important;
  min-height:58px !important;
}

.faq-answer-content p{
  font-size:1.13rem !important;
  line-height:1.82 !important;
}

.faq-side-card h2{
  font-size:1.48rem !important;
}

.faq-side-card > p{
  font-size:1.03rem !important;
}

.quick-contact-list strong{
  font-size:1rem !important;
}

.quick-contact-list small{
  font-size:.94rem !important;
}

.faq-popular-links a{
  font-size:.98rem !important;
}


/* ----------------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------------- */

.site-footer p,
.site-footer a,
.site-footer li,
.site-footer span{
  font-size:1rem !important;
}

.site-footer h4{
  font-size:1.12rem !important;
}


/* ----------------------------------------------------------------------
   MOBILE
   ---------------------------------------------------------------------- */

@media(max-width:760px){

  body{
    font-size:16px !important;
  }

  .site-header .brand-text{
    font-size:1.7rem !important;
  }

  .hero-copy h1{
    font-size:clamp(2.8rem,10vw,3.8rem) !important;
  }

  .hero-text{
    font-size:1.08rem !important;
  }

  .contact-hero-copy h1,
  .pricing-hero h1,
  .faq-hero h1{
    font-size:clamp(2.7rem,10vw,3.6rem) !important;
  }

  .faq-answer-item summary{
    font-size:1.05rem !important;
  }

  .faq-answer-content p{
    font-size:1.04rem !important;
  }

  .price-main{
    font-size:1.8rem !important;
  }

}


/* ======================================================================
   NEXUS FOOTER INTEGRATIONS V1
   ====================================================================== */

.nexus-footer-integrations{
  width:100%;
  margin-top:26px;
  padding:15px 0;
  background:#ffffff;
  border-top:1px solid rgba(255,255,255,.08);
}

.nexus-footer-integrations-inner{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.nexus-footer-integrations-image-wrap{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:hidden;
}

.nexus-footer-integrations-image{
  display:block;
  width:auto;
  max-width:100%;
  height:42px;
  object-fit:contain;
  object-position:left center;
}


/* Desktop: slightly larger */
@media(min-width:1100px){

  .nexus-footer-integrations-image{
    height:48px;
  }

}


/* Tablet */
@media(max-width:900px){

  .nexus-footer-integrations{
    padding:13px 0;
  }

  .nexus-footer-integrations-image{
    height:38px;
  }

}


/* Mobile: allow horizontal scrolling if the logo strip is wide */
@media(max-width:640px){

  .nexus-footer-integrations-image-wrap{
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .nexus-footer-integrations-image-wrap::-webkit-scrollbar{
    display:none;
  }

  .nexus-footer-integrations-image{
    max-width:none;
    height:34px;
    flex:none;
  }

}


/* ======================================================================
   NEXUS FOOTER PAYMENT OPTIONS V1
   ====================================================================== */


/* ----------------------------------------------------------------------
   FOUR-COLUMN PURPLE FOOTER
   ---------------------------------------------------------------------- */

.site-footer .footer-grid{
  display:grid !important;

  grid-template-columns:
    minmax(230px,1.15fr)
    minmax(150px,.65fr)
    minmax(360px,1.65fr)
    minmax(190px,.8fr) !important;

  gap:34px !important;
  align-items:start !important;
}


/* ----------------------------------------------------------------------
   HEADINGS
   ---------------------------------------------------------------------- */

.site-footer .footer-social h4,
.site-footer .footer-payments h4,
.site-footer .footer-help h4{
  margin:8px 0 15px !important;
  font-size:1.08rem !important;
  font-weight:600 !important;
  color:#ffffff !important;
}


/* ----------------------------------------------------------------------
   REAL SOCIAL BRAND BADGES
   ---------------------------------------------------------------------- */

.nexus-social-brands{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  gap:10px !important;
}

.nexus-social-brand{
  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#ffffff;

  border:1px solid rgba(255,255,255,.22);

  box-shadow:
    0 5px 15px rgba(0,0,0,.10);

  overflow:hidden;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.nexus-social-brand:hover{
  transform:translateY(-2px);

  box-shadow:
    0 8px 20px rgba(0,0,0,.16);
}

.nexus-social-brand img{
  display:block;
  width:21px;
  height:21px;
  object-fit:contain;
}


/* Instagram's official gradient mark benefits from a little more area */
.nexus-social-brand.instagram img{
  width:23px;
  height:23px;
}


/* YouTube horizontal mark */
.nexus-social-brand.youtube img{
  width:24px;
  height:24px;
}


/* ----------------------------------------------------------------------
   PAYMENT BADGE GRID
   ---------------------------------------------------------------------- */

.nexus-payment-badges{
  width:100%;

  display:grid;

  grid-template-columns:
    repeat(3,minmax(82px,1fr));

  gap:8px;
}


/* White containers preserve official logo colors against purple */
.payment-badge{
  min-width:0;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:6px 9px;

  background:#ffffff;

  border:1px solid rgba(255,255,255,.3);

  border-radius:8px;

  box-shadow:
    0 4px 12px rgba(0,0,0,.10);

  overflow:hidden;

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.payment-badge:hover{
  transform:translateY(-1px);

  box-shadow:
    0 7px 16px rgba(0,0,0,.15);
}

.payment-badge img{
  display:block;

  width:100%;
  max-width:82px;

  height:26px;

  object-fit:contain;
  object-position:center;
}


/* Banks with horizontal wordmarks */
.payment-badge-wide img{
  max-width:105px;
}


/* Card networks stay visually compact */
.payment-badge-card img{
  max-width:54px;
  height:24px;
}


/* M-Pesa has a naturally wide logo */
.payment-badge:first-child img{
  max-width:98px;
  height:27px;
}


/* Equity asset has more surrounding canvas */
.payment-badge img[alt="Equity"]{
  max-width:70px;
  height:30px;
}


/* Skrill */
.payment-badge img[alt="Skrill"]{
  max-width:76px;
  height:24px;
}


/* PayPal */
.payment-badge img[alt="PayPal"]{
  max-width:70px;
  height:25px;
}


/* ----------------------------------------------------------------------
   HELP
   ---------------------------------------------------------------------- */

.site-footer .footer-help ul{
  margin:0;
  padding:0;
  list-style:none;
}

.site-footer .footer-help li + li{
  margin-top:7px;
}

.site-footer .footer-help a{
  color:rgba(255,255,255,.84) !important;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.site-footer .footer-help a:hover{
  color:#ffffff !important;
}


/* ----------------------------------------------------------------------
   KEEP WHITE INTEGRATION STRIP BELOW PURPLE FOOTER CONTENT
   ---------------------------------------------------------------------- */

.nexus-footer-integrations{
  margin-top:25px !important;
}


/* ----------------------------------------------------------------------
   LARGE TABLET
   ---------------------------------------------------------------------- */

@media(max-width:1120px){

  .site-footer .footer-grid{
    grid-template-columns:
      minmax(230px,1fr)
      minmax(150px,.65fr)
      minmax(320px,1.4fr) !important;
  }

  .footer-help{
    grid-column:1 / -1;
  }

}


/* ----------------------------------------------------------------------
   TABLET
   ---------------------------------------------------------------------- */

@media(max-width:900px){

  .site-footer .footer-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr)) !important;

    gap:30px 28px !important;
  }

  .footer-help{
    grid-column:auto;
  }

  .nexus-payment-badges{
    grid-template-columns:
      repeat(3,minmax(74px,1fr));
  }

}


/* ----------------------------------------------------------------------
   MOBILE
   ---------------------------------------------------------------------- */

@media(max-width:620px){

  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
    gap:27px !important;
  }

  .site-footer .footer-brand p{
    max-width:360px;
  }

  .nexus-social-brand{
    width:44px;
    height:44px;
  }

  .nexus-payment-badges{
    grid-template-columns:
      repeat(3,minmax(0,1fr));

    max-width:420px;
  }

  .payment-badge{
    height:44px;
    padding:6px;
  }

}


/* Very narrow phones */
@media(max-width:390px){

  .nexus-payment-badges{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ======================================================================
   NEXUS PUBLIC SERVICE CARD LINKS
   ====================================================================== */

.service-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.service-card-link > .service-card{
  height:100%;
}


/* ======================================================================
   NEXUS UNIFIED ACCOUNT GLOBAL NAV V1
   ====================================================================== */

.nexus-unify-today-header{
  min-height:42px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#6430e5;
  background:#f1ebff;
  border:1px solid #d7c8ff;
  font-size:.94rem;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:
    transform .18s ease,
    background .18s ease;
}

.nexus-unify-today-header:hover{
  transform:translateY(-1px);
  background:#e9e0ff;
}

.nexus-unified-account-nav-link{
  color:#6431e4 !important;
  font-weight:600 !important;
}

@media(max-width:1100px){

  .nexus-unify-today-header{
    display:none;
  }

}



/* =====================================================================
   NEXUS SIMPLE SOLUTIONS DROPDOWN V1
   Desktop Solutions menu: normal vertical dropdown
   ===================================================================== */

@media (min-width: 901px){

  .nav-solutions{
    position:relative !important;
  }

  .nav-solutions .solutions-mega.nexus-solutions-simple-dropdown{
    position:absolute !important;

    top:calc(100% + 12px) !important;
    left:0 !important;
    right:auto !important;

    width:285px !important;
    min-width:285px !important;
    max-width:285px !important;

    max-height:min(70vh,620px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;

    display:none !important;

    grid-template-columns:none !important;

    padding:8px !important;
    margin:0 !important;

    border:1px solid #ebe7f6 !important;
    border-radius:12px !important;

    background:#fff !important;

    box-shadow:
      0 16px 38px rgba(33,24,68,.12) !important;

    transform:none !important;

    z-index:1200 !important;

    scrollbar-width:thin;
  }


  .nav-solutions.open
  .solutions-mega.nexus-solutions-simple-dropdown,

  .nav-solutions:hover
  .solutions-mega.nexus-solutions-simple-dropdown{
    display:flex !important;
    flex-direction:column !important;
  }


  .nav-solutions
  .solutions-mega.nexus-solutions-simple-dropdown::before,

  .nav-solutions
  .solutions-mega.nexus-solutions-simple-dropdown::after{
    display:none !important;
    content:none !important;
  }


  .nexus-solutions-simple-dropdown > a{
    display:block !important;

    width:100% !important;

    padding:10px 12px !important;

    margin:0 !important;

    border:0 !important;
    border-radius:8px !important;

    background:transparent !important;

    color:#2d3352 !important;

    font-size:14px !important;
    font-weight:650 !important;
    line-height:1.35 !important;

    text-decoration:none !important;

    white-space:normal !important;

    box-shadow:none !important;

    transform:none !important;
  }


  .nexus-solutions-simple-dropdown > a:hover{
    background:#f5f1ff !important;
    color:#6d35f4 !important;
  }


  .nexus-solutions-dropdown-divider{
    width:100% !important;
    height:1px !important;

    margin:6px 0 !important;

    background:#eeeaf5 !important;
  }


  .nexus-solutions-simple-dropdown
  .nexus-solutions-dropdown-special{
    color:#6d35f4 !important;
    font-weight:750 !important;
  }


  /* Hide old mega-menu structures if any stale markup remains */
  .nexus-solutions-simple-dropdown
  .solutions-mega-head,

  .nexus-solutions-simple-dropdown
  .solutions-mega-grid,

  .nexus-solutions-simple-dropdown
  .mega-solution-item,

  .nexus-solutions-simple-dropdown
  .mega-icon{
    display:none !important;
  }

}

