:root {
    --solution-primary: #1a2a4a;
    --solution-accent: #2a7ae2;
    --solution-accent-light: #e8f0fc;
    --solution-text: #2d2d2d;
    --solution-muted: #666;
    --solution-border: #e0e6ef;
    --solution-white: #fff;
    --solution-section-bg: #f5f8ff;
}

.lead {
    font-size: 1.12rem;
    color: var(--solution-text);
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 20px;
    border-left: 4px solid var(--solution-accent);
}

.tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 40px;
}

.tech-pill {
    background: var(--solution-primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

.col-box {
    background: var(--section-bg);
    border-radius: 10px;
    padding: 24px 22px;
    border-top: 3px solid var(--solution-accent);
}

/* solution from original site
   ========================================================================== */

body.solution .page-header.billboard h1 { background-image: url(/import/tenant_1/www.sigfoss.com/2020Sigfoss_HPv2/media/billboard/casestudy.jpg); }
body.solution section .block.sub { color: #fff; background-color: #383838; }

body.solution section h3 span { display: block; }
body.solution section .styled th { color: #383838; }

/* lnav */
body.solution nav.lnav a { display: flex; align-items: center; background-color: #fff; position: relative; transition: .25s; }
body.solution nav.lnav a > span { display: flex; justify-content: center; align-items: center; height: 100%; transition: .5s; }
body.solution nav.lnav a > .sub { font-weight: 700; letter-spacing: .09em; background-repeat: no-repeat; background-position: left center; background-color: #fff; position: relative; }
body.solution nav.lnav a > .sub span { color: rgba(255, 255, 255, 0); z-index: 1; }
body.solution nav.lnav a > .sub::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); position: absolute; left: 0; top: 0; opacity: 0; transition: .5s; }
body.solution nav.lnav a.solution_01 > .sub { background-image: url(/import/tenant_1/www.sigfoss.com/2020Sigfoss_HPv2/media/casestudy/casestudy_01.jpg); }
body.solution nav.lnav a > .heading { color: #383838; font-family: 'Teko', sans-serif; font-weight: 300; opacity: .3; }
body.solution nav.lnav a > .heading > span { display: flex; align-items: flex-end; }
body.solution nav.lnav a > .heading > span span:first-child { letter-spacing: .08em; background: url(/import/tenant_1/www.sigfoss.com/2020Sigfoss_HPv2/media/casestudy/arrow_bg_lnav.svg) no-repeat right bottom; }
body.solution nav.lnav a > .heading > span span:last-child { letter-spacing: .04em; }

body.solution nav.lnav a:hover > .sub span { color: #fff; }
body.solution nav.lnav a:hover > .sub::before { opacity: 1; }
body.solution nav.lnav a:hover > .heading { opacity: 1; }

body.solution_01 nav.lnav a.solution_01,

@media (min-width: 320px) and (max-width: 736px) {

body.solution .page-header.billboard h1 { background-position: calc(50% + 30px) calc(50% - 70px); background-size: 800px auto; }
body.solution section .block.sub::after { content: ''; display: block; width: calc(100% - 30px); height: 140px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; right: 0; }

/* body.solution_01 section .block.sub::after { background-image: url(/import/tenant_1/www.sigfoss.com/2020Sigfoss_HPv2/media/casestudy/casestudy_01.jpg); top: -80px; } */

body.common.constructed.solution section .block.main { padding-bottom: 95px; }
body.solution section .block.sub { min-height: 140px; padding: 0; }
body.solution section h3 .sub { font-size: 1.4rem; letter-spacing: .02em; margin-top: 10px; }
body.solution section .columned.styled { margin-top: 15px; }
body.solution .styled th { color: #383838; font-size: 1.2rem; padding-bottom: 0; }
body.solution .styled th,
body.solution .styled td { line-height: 2; }
body.solution .styled table tr:last-child td:last-child { padding-bottom: 5px; }

/* lnav */
body.solution nav.lnav { padding: 40px 0; }
body.solution nav.lnav a { width: calc(100% - 30px); height: 65px; background-size: auto 65px; margin: 0 0 15px 30px; }
body.solution nav.lnav a:hover { opacity: .8; }
body.solution nav.lnav a > .sub { width: 166px; background-size: cover; }
body.solution nav.lnav a > .sub span { font-size: 1rem; line-height: 2; }
body.solution nav.lnav a > .heading { width: calc(100% - 166px); }
body.solution nav.lnav a > .heading > span { width: 115px; height: 25px; margin-top: -5px; }
body.solution nav.lnav a > .heading > span span:first-child { font-size: 1.5rem; height: 14px; background-size: auto 8px; padding: 0 15px 0 0; margin-right: 10px; }
body.solution nav.lnav a > .heading > span span:last-child { font-size: 3.5rem; height: 25px; }
body.solution nav.lnav li.others a > .heading > span span:first-child { width: 100%; font-size: 2.6rem; padding-bottom: 0; }
body.solution nav.lnav ul li:last-child a { margin-bottom: 0; }
body.solution nav.lnav ul li:last-child a > .heading > span { margin-bottom: -4px; }

/* solution_01 */
body.common.constructed.solution_01 section .block.main { padding-bottom: 115px; }
body.solution_01 section .block.sub { padding: 105px 30px 50px; }
body.solution_01 section .block.sub .inner p { font-size: 1rem; line-height: 2; letter-spacing: .02em; margin-bottom: 15px; }
body.solution_01 section .block.sub .inner figure { width: 284px; height: 200px; margin: 30px auto 0; }
}

@media (min-width: 737px) {

body.solution section .block.sub::before { content: ''; display: block; width: calc(100% - 210px); height: 600px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; right: 0; bottom: 135px; }
/* body.solution_01 section .block.sub::before { background-image: url(/import/tenant_1/www.sigfoss.com/2020Sigfoss_HPv2/media/casestudy/casestudy_01.jpg); bottom: auto; top: -200px; } */

body.solution .page-header.billboard h1 { background-position: left 50% top -925px; background-size: 2700px auto; }

body.common.constructed.solution section .block.main { padding-bottom: 255px; }
body.solution section .block.sub { min-height: 615px; }
body.solution section h3 .sub { font-size: 2.2rem; letter-spacing: .08em; margin-top: 10px; }
body.solution section p:last-of-type { margin-bottom: 0; }
body.solution section .columned.styled { margin-top: 40px; }
body.solution section h5 { margin-top: 60px; }

/* lnav */
body.solution nav.lnav { padding: 120px 0; overflow: hidden; }
body.solution nav.lnav a { width: calc(100% - 210px); height: 180px; margin: 0 0 10px 210px; }
body.solution nav.lnav ul li:last-child a { margin-bottom: 0; }
body.solution nav.lnav a:hover { transform: translateX(10px); }
body.solution nav.lnav a > .sub { width: 530px; background-size: auto 220px; }
body.solution nav.lnav a > .sub span { font-size: 2.2rem; line-height: 2.3; }
body.solution nav.lnav a > .heading { width: calc(100% - 530px); }
body.solution nav.lnav a > .heading > span { width: 380px; margin-top: 20px; }
body.solution nav.lnav li.others a > .heading > span { margin-top: 10px; }
body.solution nav.lnav a > .heading > span span:first-child { font-size: 4.2rem; line-height: 30px; background-size: auto 23px; padding: 0 70px 5px 0; margin-right: 20px; }
body.solution nav.lnav a > .heading > span span:last-child { font-size: 9.7rem; line-height: 45px; }
body.solution nav.lnav li.others a > .heading > span span:first-child { width: 100%; font-size: 7.3rem; padding-bottom: 7px; }

/* solution_01 */
body.common.constructed.solution section .block.main { padding-bottom: 240px; }
body.solution_01 section .block.sub { background-color: #383838; padding: 530px 210px 105px 380px; }
body.solution_01 section .block.sub .columned { justify-content: normal; }
body.solution_01 section .block.sub .columned .text { max-width: 655px; flex: 1 1 100%; margin-bottom: 70px; }
body.solution_01 section .block.sub .columned .text p { font-size: 1.6rem; line-height: 2.6; letter-spacing: .02em; }
body.solution_01 section .block.sub .columned figure { width: 470px; height: 330px; flex: 0 0 470px; margin: 0 0 70px 45px; }
}
@media (min-width: 1367px) {
body.solution_01 section .block.sub .columned .text { margin-right: 45px; }
}

/* prompt div */
body.solution .prompt-wrap { background: #2c2c2c; border-radius: 12px; overflow: hidden; font-family: monospace; font-size: 14px; margin: 0 0 40px; }
body.solution .prompt-titlebar { background: #3a3a3a; padding: 8px 16px; font-size: 12px; color: #888; }
body.solution .prompt-body { background: #561242; padding: 16px 20px 20px; line-height: 1.8; }
body.solution .line-in { color: #e0e0e0; margin: 12px 0 0; }
body.solution .line-in::before { color: #7fba00 }
body.solution .line-out { color: #c8c8c8; margin: 12px 0 0; }

/* grid and card */
.solution-grid {
  display: grid; grid-template-rows: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px; margin-top: 24px;
}
.solution-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 28px 22px;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
  position: relative; overflow: hidden;
}
.solution-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--solution-accent);
}
.solution-card .icon { font-size: 1.8rem; margin-bottom: 10px; }
.solution-card h4 { color: var(--primary); font-size: 1.75rem; margin-bottom: 10px; line-height: 1.5; }
.solution-card p {
  color: var(--muted); font-size: 1.5rem;
  line-height: 1.5; margin-bottom: 14px;
}
.solution-card p::last-of-type {
  margin-bottom: 14px;
}
.solution-card .card-strength {
  font-size: 1.5rem; color: var(--primary); font-weight: 600;
  margin-bottom: 14px;
}

ul.tag-list {
  display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin-top: 32px;
}
ul.tag-list li {
  background: var(--solution-accent-light); color: var(--solution-primary);
  font-size: 1.35rem; font-weight: 600; padding: 3px 9px; border-radius: 999px;
}
ul.tag-list li:before {
  content: none;
}

body.solution section .styled table.comparison {
  width: calc(100% + 200px); border-collapse: collapse;
  margin-top: 24px; overflow: hidden;
  margin-right: -200px;
  border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
body.solution section .styled table.comparison th {
  border: 1px solid var(--solution-border);
  padding: 14px 16px; text-align: left; vertical-align: top;
  background: var(--solution-primary); color: #fff; font-size: 1.25rem;
}
body.solution section .styled table.comparison td {
  border: 1px solid var(--solution-border);
  padding: 14px 16px; text-align: left; vertical-align: top;
  font-size: 1.25rem; background: #fff;
}
body.solution section .styled table.comparison td:first-child {
  color: var(--solution-primary); font-weight: 700; width: 18%;
}
body.solution section .styled table.comparison td:nth-child(2) { width: 34%; }
body.solution section .styled table.comparison td:nth-child(3) { width: 34%; }
body.solution section .styled table.comparison td:nth-child(4) { width: 14%; }

.highlight-box {
  background: var(--solution-accent-light); border-left: 4px solid var(--solution-accent);
  border-radius: 0 8px 8px 0; padding: 24px 28px; margin: 32px 0;
}
.highlight-box p { margin: 0; color: var(--solution-primary); font-size: 1.25rem; line-height: 1.5; }

.workflow {
  display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap;
  gap: 7px; margin: 20px 0;
}
.w-node {
  background: var(--solution-primary); color: #fff;
  padding: 14px 18px; border-radius: 8px; font-size: 1.50rem; text-align: center;
  min-width: 90px; flex: 1;
}
.w-node.w-node-accent { background: var(--solution-accent); }
.w-node small { display: block; color: #8ec5ff; font-size: 1.25rem; margin-top: 3px; }
.arrow { color: var(--solution-accent); font-size: 1.25rem; font-weight: bold; align-self: center; }


ul.usecase-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
ul.usecase-list li {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--solution-section-bg); border-radius: 8px; padding: 16px 20px;
}
ul.usecase-list li::before {
  content: none;
}
.uc-text { line-height: 1.5; }
.uc-text strong { display: block; color: var(--solution-primary); font-size: 1.75rem; margin-bottom: 4px;}
.uc-text span { font-size: 1.5rem; color: var(--solution-muted);}

.deliverables { display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 16px; margin-top: 24px; }
.d-item {
  background: var(--solution-white); border: 1px solid var(--solution-border);
  border-radius: 8px; padding: 18px 16px; text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.d-item .d-icon { font-size: 1.6rem; margin-bottom: 8px; }
.d-item p { font-size: 1.38rem; color: var(--solution-primary); font-weight: 600; margin: 0; }


.closing {
  background: linear-gradient(135deg, var(--solution-primary), #1e3c6e);
  color: #fff; border-radius: 12px; padding: 40px 36px; margin: 48px 0 0;
  text-align: center;
}
.closing h3 { font-size: 1.2rem; margin-bottom: 12px; }
.closing p { color: rgba(255,255,255,.8); font-size: 1.25rem; }

/* ===== SOLUTION NAV ===== */
.solution-nav {
  display: flex; align-items: stretch;
  border: 1px solid var(--solution-border);
  border-radius: 6px; overflow: hidden;
  background: var(--solution-white);
  width: calc(100%+150px);
  margin-right: -150px;
}
.solution-nav.top { margin-bottom: 48px; }
.solution-nav.bottom { margin-top: 56px; }
.snav-heading {
  display: flex; align-items: center;
  padding: 0 20px;
  font-size: 1.25rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--solution-muted); background: var(--solution-section-bg);
  border-right: 1px solid var(--solution-border); white-space: nowrap;
}
.snav-item {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 16px 12px; text-decoration: none;
  color: var(--solution-muted); font-size: 1.25rem; font-weight: 600;
  letter-spacing: .04em;
  border-right: 1px solid var(--border); text-align: center;
  transition: color .15s;
}
.snav-item:last-child { border-right: none; }
.snav-item:hover { color: var(--solution-primary); }
.snav-item.disabled { opacity: .35; pointer-events: none; }

/* solution_02 */
/* ===== CARDS ===== */
body.solution_02 .cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px; margin: 32px 0;
}
body.solution_02 .card {
  background: var(--solution-white); border: 1px solid var(--solution-border);
  border-radius: 10px; padding: 24px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
body.solution_02 .card.featured {
  border-color: var(--solution-accent);
  box-shadow: 0 2px 12px rgba(42,122,226,.12);
}
body.solution_02 .card h4 { font-size: 1.38rem; color: var(--solution-primary); margin-bottom: 8px; font-weight: 700; }
body.solution_02 .card p { font-size: 1.25rem; color: var(--solution-muted); margin: 0; line-height: 1.6; }

/* ===== CASES ===== */

body.solution_02 .case-list {
  list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 20px;
}
body.solution_02 .case-item {
  background: var(--solution-section-bg); border-radius: 8px; padding: 22px 24px;
}
body.solution_02 .case-item::before {
  content: none;
}
body.solution_02 .case-header {
  display: flex; gap: 12px; align-items: center; margin-bottom: 8px;
}
body.solution_02 .case-badge {
  background: var(--solution-accent); color: #fff; font-size: 1.38rem;
  padding: 3px 10px; border-radius: 20px; white-space: nowrap;
}
body.solution_02 .case-title {
  font-weight: 700; color: var(--solution-primary); font-size: 1.25rem;
}
body.solution_02 .case-body {
  font-size: 1.25rem; color: var(--solution-text); line-height: 1.7;
}
body.solution_02 .case-metric {
  display: inline-block; background: var(--solution-white); border: 1px solid var(--solution-border);
  border-radius: 6px; padding: 4px 12px; margin-top: 10px;
  font-size: 1.25rem; font-weight: 700; color: var(--solution-accent);
}
