/* Mana Industry — corporate visual system for every page except the homepage cover. */
:root{
  --corp-ink:#071923;
  --corp-blue:#006ea9;
  --corp-cyan:#58bfe9;
  --corp-stone:#f1f0ec;
  --corp-cream:#f3f0e9;
  --corp-paper:#fff;
  --corp-muted:#526872;
  --corp-line:#c7d1d5;
}

body:not(.corporate-home){color:var(--corp-ink);background:var(--corp-paper)}
body:not(.corporate-home) .announcement{display:none}
body:not(.corporate-home) .container{width:min(calc(100% - 64px),1240px)}
body:not(.corporate-home) .site-header{height:80px;border:0;border-bottom:1px solid #c9d1d3;background:#f3f0e9;box-shadow:none;backdrop-filter:none}
body:not(.corporate-home) .site-header::after{content:none}
body:not(.corporate-home) .site-header .container{gap:28px}
body:not(.corporate-home) .site-header .brand{width:124px;height:67px}
body:not(.corporate-home) .site-header .main-nav{gap:22px;font-size:12px}
body:not(.corporate-home) .site-header .main-nav a{padding-block:28px;color:#344c57}
body:not(.corporate-home) .site-header .main-nav a::after{bottom:0;height:3px;border-radius:0;background:var(--corp-blue)}
body:not(.corporate-home) .site-header .header-actions .btn,
body:not(.corporate-home) .site-header .cart-shortcut{min-height:39px;padding:7px 13px;border-radius:0;box-shadow:none;font-size:10.5px}
body:not(.corporate-home) .site-header .btn-soft{color:#fff;border-color:var(--corp-ink);background:var(--corp-ink)}
body:not(.corporate-home) .site-header .btn-primary{background:var(--corp-blue)}

body:not(.corporate-home) .btn{border-radius:0;box-shadow:none}
body:not(.corporate-home) .btn-primary{background:var(--corp-blue);box-shadow:none}
body:not(.corporate-home) .btn-primary:hover{background:#005985}
body:not(.corporate-home) .btn-soft{border:1px solid #b7c4c9;background:#fff}
body:not(.corporate-home) .form-control,
body:not(.corporate-home) input,
body:not(.corporate-home) textarea,
body:not(.corporate-home) select{border-radius:0}
body:not(.corporate-home) .eyebrow{color:var(--corp-blue);font-size:10.5px;font-weight:800}
body:not(.corporate-home) .eyebrow::before{width:20px;height:2px;border-radius:0;background:var(--corp-blue);box-shadow:none}
body:not(.corporate-home) .text-link{padding-bottom:5px;border-bottom:1px solid currentColor;color:var(--corp-ink);font-size:11px;font-weight:750}

/* Public page mastheads */
body:not(.corporate-home) .page-hero,
body:not(.corporate-home) .about-hero,
body:not(.corporate-home) .blog-hero,
body:not(.corporate-home) .article-header{position:relative;padding:86px 0 92px;color:#fff;border:0;background:linear-gradient(112deg,#04141d 0%,#082d40 58%,#07547b 100%);overflow:hidden}
body:not(.corporate-home) .page-hero::after,
body:not(.corporate-home) .about-hero::after,
body:not(.corporate-home) .blog-hero::after,
body:not(.corporate-home) .article-header::after{content:"";position:absolute;inset:auto max(32px,calc((100vw - 1240px)/2)) 0 0;width:34%;height:4px;background:var(--corp-cyan)}
body:not(.corporate-home) .page-hero .container,
body:not(.corporate-home) .about-hero .container,
body:not(.corporate-home) .blog-hero .container,
body:not(.corporate-home) .article-header .container{position:relative;z-index:1}
body:not(.corporate-home) .page-hero h1,
body:not(.corporate-home) .about-hero h1,
body:not(.corporate-home) .blog-hero h1,
body:not(.corporate-home) .article-header h1{max-width:900px;margin:18px 0 12px;color:#fff;font-size:clamp(38px,4.7vw,62px);font-weight:830;line-height:1.45;letter-spacing:-1.8px}
body:not(.corporate-home) .page-hero p,
body:not(.corporate-home) .about-hero p,
body:not(.corporate-home) .blog-hero p,
body:not(.corporate-home) .article-header p{max-width:760px;color:#c6d5db;font-size:14px;line-height:2.15}
body:not(.corporate-home) .breadcrumb{color:#96b2bf}
body:not(.corporate-home) .breadcrumb a{color:#e6f0f3}
body:not(.corporate-home) .page-hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:80px}
body:not(.corporate-home) .page-hero .dashboard-card{position:static!important;width:100%;margin:0!important;padding:28px;border:0;border-right:2px solid var(--corp-cyan);border-radius:0;color:#fff;background:rgba(255,255,255,.06);box-shadow:none;backdrop-filter:none}

/* Editorial sections and cards */
body:not(.corporate-home) .section{padding-block:92px}
body:not(.corporate-home) .section-soft{background:var(--corp-stone)}
body:not(.corporate-home) .section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;margin-bottom:45px;padding-top:18px;border-top:1px solid #87969d}
body:not(.corporate-home) .section-heading h2{margin:12px 0 8px;font-size:clamp(32px,3.8vw,50px);line-height:1.45;letter-spacing:-1.2px}
body:not(.corporate-home) .section-heading p{color:var(--corp-muted);font-size:13px;line-height:2}
body:not(.corporate-home) :is(.service-card,.course-card,.blog-card,.pricing-card,.story-card,.purpose-card,.faq-item,.admin-card,.admin-kpi,.content-page-panel,.media-item,.ai-plan-admin-card){border-color:var(--corp-line);border-radius:0;background:#fff;box-shadow:none}
body:not(.corporate-home) :is(.service-card,.course-card,.blog-card,.pricing-card):hover{border-color:#8aa2ad;box-shadow:none;transform:translateY(-3px)}
body:not(.corporate-home) .service-icon,
body:not(.corporate-home) .purpose-card>i,
body:not(.corporate-home) .quick-action-icon{border-radius:0;color:var(--corp-blue);background:#e4f1f7}
body:not(.corporate-home) .course-grid{gap:18px}
body:not(.corporate-home) .course-card{overflow:hidden}
body:not(.corporate-home) .course-cover,
body:not(.corporate-home) .course-card:nth-child(2) .course-cover,
body:not(.corporate-home) .course-card:nth-child(3) .course-cover{height:190px;color:var(--corp-ink);background:var(--corp-stone)}
body:not(.corporate-home) .course-cover::before{left:22px;right:22px;bottom:57px;width:auto;height:1px;border:0;border-radius:0;background:#aebbc0;box-shadow:none}
body:not(.corporate-home) .course-cover::after{width:8px;height:8px;left:22px;top:22px;background:var(--corp-blue)}
body:not(.corporate-home) .course-cover h3{color:var(--corp-ink);font-size:19px}
body:not(.corporate-home) .course-body{padding:18px}
body:not(.corporate-home) .course-price-tag{border-radius:0}
body:not(.corporate-home) .purchase-card{overflow:hidden;border-color:var(--corp-line);border-radius:0;box-shadow:none}
body:not(.corporate-home) .purchase-cover{position:relative;height:270px;overflow:hidden;border-radius:0;background:linear-gradient(145deg,#04131b,#07547b)}
body:not(.corporate-home) .course-intro-video{width:100%;height:100%;display:block;object-fit:cover;background:#000}
body:not(.corporate-home) .course-intro-empty{display:grid;place-items:center;gap:12px;color:#d8e8ee;font-size:11px}
body:not(.corporate-home) .course-intro-empty .play-btn{pointer-events:none}

/* About, FAQ and thought leadership */
body:not(.corporate-home) .story-grid{grid-template-columns:1.25fr .75fr;gap:0;border-top:2px solid var(--corp-ink);border-right:1px solid var(--corp-line)}
body:not(.corporate-home) .story-card,
body:not(.corporate-home) .purpose-card{padding:34px;border:0;border-left:1px solid var(--corp-line);border-bottom:1px solid var(--corp-line)}
body:not(.corporate-home) .purpose-stack{gap:0}
body:not(.corporate-home) .governance-banner{padding:54px;border-radius:0;background:var(--corp-ink)}
body:not(.corporate-home) .faq-layout{gap:0;border-top:2px solid var(--corp-ink)}
body:not(.corporate-home) .faq-item{border-width:0 0 1px}
body:not(.corporate-home) .faq-item button{padding:24px 4px;border-radius:0}
body:not(.corporate-home) .faq-contact{padding:34px;border-radius:0;background:var(--corp-ink)}
body:not(.corporate-home) .blog-grid{gap:18px}
body:not(.corporate-home) .blog-card{overflow:hidden}
body:not(.corporate-home) .blog-card-cover{border-radius:0;background-image:linear-gradient(145deg,#061923,#0b4664)!important}
body:not(.corporate-home) .article-cover,
body:not(.corporate-home) .article-content img{border-radius:0;box-shadow:none}
body:not(.corporate-home) .article-content{padding:38px;border-radius:0;box-shadow:none}
body:not(.corporate-home) .article-aside{border-radius:0;background:var(--corp-ink)}
body:not(.corporate-home) :is(.article-takeaways,.article-faqs,.article-sources){border-radius:0;background:#f2f7f9}

/* Commerce */
body:not(.corporate-home) .pricing-grid{gap:0;align-items:stretch;border-top:2px solid var(--corp-ink);border-right:1px solid var(--corp-line)}
body:not(.corporate-home) .pricing-card{min-height:350px;padding:28px;border-width:0 0 1px 1px}
body:not(.corporate-home) .pricing-card.featured{color:#fff;border-color:#274653;background:var(--corp-ink);box-shadow:none;transform:none}
body:not(.corporate-home) .pricing-card-badge,
body:not(.corporate-home) .pricing-note{border-radius:0}
body.cart-page,
body.checkout-page{background:var(--corp-stone)}
body:not(.corporate-home) :is(.cart-products,.cart-summary,.cart-empty,.cart-error,.checkout-card){border-color:var(--corp-line);border-radius:0;box-shadow:none}
body:not(.corporate-home) .cart-line>i,
body:not(.corporate-home) .cart-line>button,
body:not(.corporate-home) .checkout-head>i{border-radius:0}

/* Authentication */
body:not(.corporate-home) .auth-page{background:#fff}
body:not(.corporate-home) .auth-visual{background:linear-gradient(145deg,#04131b,#0a3b50)}
body:not(.corporate-home) .auth-visual::before{width:1px;height:48%;left:70px;bottom:0;border:0;border-radius:0;background:rgba(88,191,233,.8)}
body:not(.corporate-home) .auth-visual::after{width:34%;height:4px;right:48px;top:auto;bottom:48px;border-radius:0;background:var(--corp-cyan)}
body:not(.corporate-home) .auth-message h1{font-size:clamp(36px,4vw,56px);letter-spacing:-1.3px}
body:not(.corporate-home) .auth-benefits i,
body:not(.corporate-home) .auth-form-icon{border-radius:0}
body:not(.corporate-home) .auth-form-wrap{background:#fff}
body:not(.corporate-home) .auth-card{border:0;border-top:2px solid var(--corp-ink);border-radius:0;box-shadow:none}
body:not(.corporate-home) .auth-submit{border-radius:0}
body:not(.corporate-home) .demo-accounts{border-radius:0}

/* Learning, student, administration and AI workspaces */
body:not(.corporate-home) .learn-topbar{background:var(--corp-ink)}
body:not(.corporate-home) .learn-sidebar{background:#f7f6f2}
body:not(.corporate-home) :is(.lesson-item,.lesson-row,.course-files-box,.notice-box){border-radius:0}
body.student-page,
body.admin-page{background:var(--corp-stone)}
body:not(.corporate-home) :is(.student-sidebar,.admin-sidebar,.dashboard-nav){background:var(--corp-ink)}
body:not(.corporate-home) :is(.student-nav button,.student-nav>a,.admin-nav button,.dash-links a){border-radius:0}
body:not(.corporate-home) :is(.student-nav button.active,.admin-nav button.active,.dash-links a.active){background:#0b3e55}
body:not(.corporate-home) :is(.student-nav-icon,.admin-nav button i,.admin-icon-btn,.row-actions button,.icon-button){border-radius:0}
body:not(.corporate-home) :is(.student-main,.admin-shell,.admin-main){background:var(--corp-stone)}
body:not(.corporate-home) :is(.student-topbar,.admin-topbar){border-bottom-color:#bfc9cc}
body:not(.corporate-home) .admin-modal{border-radius:0}
body:not(.corporate-home) .data-table th{border-radius:0!important;background:#ecefea}
body:not(.corporate-home) .quick-item{border-radius:0;background:#f1f2ee}
body.ai-page{background:var(--corp-stone)}
body:not(.corporate-home) .ai-history{background:var(--corp-ink)}
body:not(.corporate-home) :is(.ai-conversation,.ai-new-chat,.ai-message-content,.ai-composer,.ai-welcome,.ai-plan){border-radius:0}
body:not(.corporate-home) .ai-topbar{border-bottom-color:#c5ced1;background:#fff}

body:not(.corporate-home) .site-footer{margin-top:0;background:#04131b}
body:not(.corporate-home) .site-footer .footer-main{padding-block:70px}
body:not(.corporate-home) .site-footer :is(.footer-trust-seal,.newsletter){border-radius:0}

@media(max-width:1050px){
  body:not(.corporate-home) .container{width:min(calc(100% - 44px),1240px)}
  body:not(.corporate-home) .site-header .main-nav{gap:13px;font-size:11px}
  body:not(.corporate-home) .page-hero-grid{grid-template-columns:1.2fr .8fr;gap:46px}
}

@media(max-width:760px){
  body:not(.corporate-home) .container{width:min(calc(100% - 32px),1240px)}
  body:not(.corporate-home) .site-header{height:64px}
  body:not(.corporate-home) .site-header .container{width:100%;padding-inline:10px}
  body:not(.corporate-home) .site-header .brand{width:92px;height:51px}
  body:not(.corporate-home) .site-header :is(.header-actions .btn,.cart-shortcut,.menu-toggle){border-radius:0}
  body:not(.corporate-home) .main-nav{inset-block-start:64px;height:calc(100dvh - 64px);border-radius:0}
  body:not(.corporate-home) :is(.page-hero,.about-hero,.blog-hero,.article-header){padding:58px 0 64px}
  body:not(.corporate-home) :is(.page-hero h1,.about-hero h1,.blog-hero h1,.article-header h1){font-size:clamp(33px,10.5vw,44px);letter-spacing:-1px}
  body:not(.corporate-home) .page-hero-grid{grid-template-columns:1fr;gap:32px}
  body:not(.corporate-home) .page-hero .dashboard-card{padding:22px}
  body:not(.corporate-home) .section{padding-block:70px}
  body:not(.corporate-home) .section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:32px}
  body:not(.corporate-home) .section-heading h2{font-size:31px}
  body:not(.corporate-home) .story-grid{grid-template-columns:1fr}
  body:not(.corporate-home) .story-card,
  body:not(.corporate-home) .purpose-card{padding:24px 19px}
  body:not(.corporate-home) .governance-banner{padding:34px 22px}
  body:not(.corporate-home) .course-cover{height:165px}
  body:not(.corporate-home) .purchase-cover{height:225px}
  body:not(.corporate-home) .article-content{padding:22px 18px}
  body:not(.corporate-home) .auth-card{padding:26px 18px}
  body:not(.corporate-home) .auth-visual::before,
  body:not(.corporate-home) .auth-visual::after{display:none}
  body:not(.corporate-home) :is(.student-sidebar,.admin-sidebar){border-radius:0}
}

@media(prefers-reduced-motion:reduce){body:not(.corporate-home) *{scroll-behavior:auto!important}}
