/* =========================================================
   OILMAX GLOBAL
========================================================= */

.oilmax-page {
    --oilmax-navy: #0a2b50;
    --oilmax-navy-dark: #071f3b;
    --oilmax-blue: #2f73a8;
    --oilmax-light-blue: #6eadd8;
    --oilmax-orange: #e86a3d;
    --oilmax-light: #f4f7fa;
    --oilmax-text: #172b3f;
    --oilmax-muted: #687789;
    --oilmax-border: #dfe6ed;
    --oilmax-white: #ffffff;

    color: var(--oilmax-text);
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.oilmax-page h1,
.oilmax-page h2,
.oilmax-page h3,
.oilmax-page h4,
.oilmax-page p {
    margin-top: 0;
}

.oilmax-page h1,
.oilmax-page h2,
.oilmax-page h3 {
    letter-spacing: -0.02em;
}

.oilmax-page p {
    line-height: 1.75;
}

.oilmax-page img {
    max-width: 100%;
}


/* =========================================================
   BUTTON
========================================================= */

.oilmax-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.oilmax-btn span {
    font-size: 18px;
    line-height: 1;
}

.oilmax-btn--primary {
    background: var(--oilmax-orange);
    color: #fff;
    border: 1px solid var(--oilmax-orange);
}

.oilmax-btn--primary:hover {
    background: #d85b31;
    border-color: #d85b31;
    color: #fff;
    transform: translateY(-2px);
}

.oilmax-btn--outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    background: transparent;
}

.oilmax-btn--outline:hover {
    background: #fff;
    border-color: #fff;
    color: var(--oilmax-navy);
}

.oilmax-btn--white {
    background: #fff;
    color: var(--oilmax-navy);
    border: 1px solid #fff;
}

.oilmax-btn--white:hover {
    background: transparent;
    color: #fff;
}


/* =========================================================
   EYEBROW
========================================================= */

.oilmax-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--oilmax-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.oilmax-hero .oilmax-eyebrow,
.oilmax-solution .oilmax-eyebrow,
.oilmax-b50 .oilmax-eyebrow,
.oilmax-cta .oilmax-eyebrow {
    color: var(--oilmax-light-blue);
}


/* =========================================================
   HERO
========================================================= */

.oilmax-hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 120px 0 100px;
    background:
        radial-gradient(circle at 80% 50%, rgba(47,115,168,.28), transparent 35%),
        linear-gradient(135deg, #071f3b 0%, #0a2b50 55%, #102f52 100%);
    color: #fff;
}

.oilmax-hero:before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -350px;
    top: -300px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.oilmax-hero:after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -250px;
    bottom: -300px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
}

.oilmax-hero__content {
    position: relative;
    z-index: 2;
}

.oilmax-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    top: 50px;
    margin-bottom: 55px;
    font-size: 14px;
    color: rgba(255,255,255,.65);
}

.oilmax-breadcrumb a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.oilmax-breadcrumb a:hover {
    color: #fff;
}

.oilmax-breadcrumb span {
    color: rgba(255,255,255,.3);
}

.oilmax-breadcrumb span:last-child {
    color: rgba(255,255,255,.8);
}

.oilmax-hero h1 {
    max-width: 720px;
    margin-bottom: 25px;
    font-size: clamp(52px, 6vw, 82px);
    line-height: .98;
    font-weight: 700;
    color: #fff;
}

.oilmax-hero h1 span {
    color: var(--oilmax-light-blue);
}

.oilmax-hero__text {
    max-width: 680px;
    margin-bottom: 32px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
}

.oilmax-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 45px;
}

.oilmax-hero__points {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.oilmax-hero__points > div {
    min-width: 155px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(255,255,255,.15);
}

.oilmax-hero__points > div:last-child {
    border-right: 0;
}

.oilmax-hero__points strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

.oilmax-hero__points span {
    display: block;
    color: rgba(255,255,255,.45);
    font-size: 11px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.oilmax-hero__visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oilmax-hero__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(73,147,202,.12);
    filter: blur(5px);
}

.oilmax-product-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 12px;
    background: rgba(4,24,47,.82);
    box-shadow: 0 30px 70px rgba(0,0,0,.25);
    backdrop-filter: blur(10px);
}

.oilmax-product-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.oilmax-product-card__top span:first-child {
    display: block;
    margin-bottom: 5px;
    color: var(--oilmax-light-blue);
    font-size: 11px;
    letter-spacing: 2px;
}

.oilmax-product-card__top strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.oilmax-status {
    padding: 6px 10px;
    border-radius: 20px;
    background: rgba(80,190,139,.12);
    color: #5bd29b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.oilmax-product-card__image {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.oilmax-product-card__image img {
    width: 90%;
    max-height: 310px;
    object-fit: contain;
    transition: transform .5s ease;
}

.oilmax-product-card:hover
.oilmax-product-card__image img {
    transform: scale(1.04);
}

.oilmax-product-card__footer {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.oilmax-product-card__footer span {
    color: rgba(255,255,255,.5);
    font-size: 10px;
}

.oilmax-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 150px;
    padding: 17px 20px;
    border-radius: 9px;
    background: #fff;
    color: var(--oilmax-navy);
    box-shadow: 0 20px 45px rgba(0,0,0,.2);
}

.oilmax-floating-card span {
    display: block;
    margin-bottom: 7px;
    color: var(--oilmax-orange);
    font-size: 10px;
    font-weight: 700;
}

.oilmax-floating-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
}

.oilmax-floating-card small {
    display: block;
    color: #7a8795;
    font-size: 11px;
}

.oilmax-floating-card--one {
    left: -10px;
    bottom: 90px;
}

.oilmax-floating-card--two {
    right: -20px;
    top: 110px;
}


/* =========================================================
   GENERAL SECTION
========================================================= */

.oilmax-section {
    padding: 110px 0;
}

.oilmax-section--light {
    background: var(--oilmax-light);
}

.oilmax-section-heading h2,
.oilmax-solution h2,
.oilmax-b50 h2,
.oilmax-partner h2,
.oilmax-cta h2 {
    margin-bottom: 20px;
    color: var(--oilmax-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
}

.oilmax-section-heading--center {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    text-align: center;
}

.oilmax-section-heading--center p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: var(--oilmax-muted);
}

.oilmax-copy {
    padding-left: 30px;
}

.oilmax-copy p {
    margin-bottom: 22px;
    color: var(--oilmax-muted);
    font-size: 15px;
}

.oilmax-copy strong {
    color: var(--oilmax-navy);
}


/* =========================================================
   FEATURE STRIP
========================================================= */

.oilmax-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--oilmax-border);
    border-bottom: 1px solid var(--oilmax-border);
}

.oilmax-feature-item {
    display: flex;
    gap: 18px;
    padding: 30px 25px;
    border-right: 1px solid var(--oilmax-border);
}

.oilmax-feature-item:last-child {
    border-right: 0;
}

.oilmax-feature-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--oilmax-navy);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.oilmax-feature-item h3 {
    margin-bottom: 5px;
    color: var(--oilmax-navy);
    font-size: 16px;
}

.oilmax-feature-item p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   PRODUCT PROPOSAL
========================================================= */

.oilmax-proposal {
    padding: 70px 0;
    background: var(--oilmax-light);
}

.oilmax-proposal__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 55px;
    overflow: hidden;
    border-radius: 10px;
    background:
        radial-gradient(circle at 85% 20%, rgba(67,132,178,.35), transparent 30%),
        linear-gradient(135deg, var(--oilmax-navy-dark), var(--oilmax-navy));
}

.oilmax-proposal__inner:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -180px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.oilmax-proposal__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.oilmax-proposal__content h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(32px, 4vw, 45px);
}

.oilmax-proposal__content h2 span {
    color: var(--oilmax-light-blue);
}

.oilmax-proposal__content p {
    max-width: 600px;
    margin-bottom: 25px;
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

.oilmax-proposal__document {
    position: relative;
    z-index: 2;
    flex: 0 0 310px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
}

.oilmax-proposal__document-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 65px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    background: var(--oilmax-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.oilmax-proposal__document small,
.oilmax-proposal__document strong,
.oilmax-proposal__document span {
    display: block;
}

.oilmax-proposal__document small {
    margin-bottom: 5px;
    color: var(--oilmax-light-blue);
    font-size: 10px;
    letter-spacing: 1px;
}

.oilmax-proposal__document strong {
    color: #fff;
    font-size: 14px;
}

.oilmax-proposal__document span {
    margin-top: 4px;
    color: rgba(255,255,255,.45);
    font-size: 11px;
}

.oilmax-proposal__arrow {
    margin-left: auto;
    color: #fff;
    font-size: 20px;
}


/* =========================================================
   CHALLENGES
========================================================= */

.oilmax-challenges {
    background: #fff;
}

.oilmax-section-intro {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 14px;
    line-height: 1.8;
}

.oilmax-problem-card {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--oilmax-border);
    background: #fff;
    transition: all .3s ease;
}

.oilmax-problem-card:hover {
    transform: translateY(-5px);
    border-color: var(--oilmax-blue);
    box-shadow: 0 15px 35px rgba(10,43,80,.08);
}

.oilmax-problem-card > span {
    display: block;
    margin-bottom: 30px;
    color: var(--oilmax-orange);
    font-size: 12px;
    font-weight: 700;
}

.oilmax-problem-card h3 {
    margin-bottom: 12px;
    color: var(--oilmax-navy);
    font-size: 20px;
}

.oilmax-problem-card p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 13px;
}


/* =========================================================
   SOLUTION
========================================================= */

.oilmax-solution {
    background: var(--oilmax-navy);
    color: #fff;
}

.oilmax-solution h2 {
    color: #fff;
}

.oilmax-solution > .container > .row > .col-lg-6:first-child p {
    max-width: 560px;
    color: rgba(255,255,255,.62);
    font-size: 15px;
}

.oilmax-process {
    padding-left: 35px;
}

.oilmax-process-item {
    display: flex;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.oilmax-process-item:last-child {
    border-bottom: 0;
}

.oilmax-process-item > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: var(--oilmax-light-blue);
    font-size: 10px;
    font-weight: 700;
}

.oilmax-process-item h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.oilmax-process-item p {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}


/* =========================================================
   HOW OILMAX WORKS
========================================================= */

.oilmax-how {
    background: var(--oilmax-light);
}

.oilmax-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
}

.oilmax-flow-card {
    flex: 1;
    min-height: 190px;
    padding: 28px;
    border: 1px solid var(--oilmax-border);
    background: #fff;
}

.oilmax-flow-card--highlight {
    border-color: var(--oilmax-blue);
    background: var(--oilmax-navy);
    color: #fff;
}

.oilmax-flow-card > span {
    display: block;
    margin-bottom: 35px;
    color: var(--oilmax-orange);
    font-size: 11px;
    font-weight: 700;
}

.oilmax-flow-card h3 {
    margin-bottom: 10px;
    color: var(--oilmax-navy);
    font-size: 18px;
}

.oilmax-flow-card--highlight h3 {
    color: #fff;
}

.oilmax-flow-card p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 12px;
}

.oilmax-flow-card--highlight p {
    color: rgba(255,255,255,.55);
}

.oilmax-flow-arrow {
    align-self: center;
    color: var(--oilmax-blue);
    font-size: 25px;
}


/* =========================================================
   APPLICATIONS
========================================================= */

.oilmax-applications {
    background: #fff;
}

.oilmax-application-card {
    position: relative;
    height: 100%;
    padding: 35px 30px;
    border: 1px solid var(--oilmax-border);
    background: #fff;
    transition: all .3s ease;
}

.oilmax-application-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(10,43,80,.09);
}

.oilmax-application-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: var(--oilmax-orange);
    font-size: 11px;
    font-weight: 700;
}

.oilmax-application-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background: var(--oilmax-navy);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.oilmax-application-card h3 {
    margin-bottom: 12px;
    color: var(--oilmax-navy);
    font-size: 20px;
}

.oilmax-application-card p {
    min-height: 95px;
    margin-bottom: 20px;
    color: var(--oilmax-muted);
    font-size: 12px;
}

.oilmax-application-card ul {
    padding: 18px 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid var(--oilmax-border);
}

.oilmax-application-card li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    color: var(--oilmax-muted);
    font-size: 11px;
}

.oilmax-application-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--oilmax-orange);
}


/* =========================================================
   B50
========================================================= */

.oilmax-b50 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(circle at 80% 50%, rgba(232,106,61,.18), transparent 30%),
        linear-gradient(135deg, #071f3b, #0a2b50);
    color: #fff;
}

.oilmax-b50__inner {
    position: relative;
}

.oilmax-b50 h2 {
    color: #fff;
}

.oilmax-b50 h2 span {
    color: var(--oilmax-orange);
}

.oilmax-b50 p {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.62);
    font-size: 15px;
}

/* =========================================================
   OILMAX B50 VISUAL
========================================================= */

.oilmax-b50__visual {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 470px;
    margin: 0 auto;
}


/* =========================================================
   B50
========================================================= */

.oilmax-b50__fuel {
    position: absolute;
    z-index: 3;

    top: 45px;
    left: 50%;

    transform: translateX(-50%);

    width: 170px;
    height: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255,255,255,.22);
    border-radius: 50%;

    background: rgba(255,255,255,.055);

    color: #fff;
    text-align: center;

    box-shadow:
        0 0 0 1px rgba(255,255,255,.03),
        0 20px 55px rgba(0,0,0,.15);
}

.oilmax-b50__fuel span {
    display: block;

    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.oilmax-b50__fuel small {
    display: block;

    margin-top: 10px;

    color: rgba(255,255,255,.65);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.2px;
}


/* =========================================================
   CONTAMINANTS
========================================================= */

.oilmax-b50__contaminant {
    position: absolute;
    z-index: 5;

    padding: 10px 15px;

    border: 1px solid rgba(255,255,255,.10);
    border-radius: 5px;

    background: rgba(255,255,255,.07);

    color: rgba(255,255,255,.72);

    font-size: 12px;
    font-weight: 500;

    line-height: 1;

    white-space: nowrap;
}


/* WATER
--------------------------------------------------------- */

.oilmax-b50__contaminant--water {
    top: -30px;
    left: 50%;

    transform: translateX(-50%);
}


/* SLUDGE
--------------------------------------------------------- */

.oilmax-b50__contaminant--sludge {
    top: 80px;
    left: 45px;
}


/* SEDIMENT
--------------------------------------------------------- */

.oilmax-b50__contaminant--sediment {
    top: 150px;
    left: 40px;
}


/* CONTAMINANTS
--------------------------------------------------------- */

.oilmax-b50__contaminant--contaminants {
    top: 115px;
    right: 15px;
}


/* =========================================================
   CONTAMINANT ARROWS
========================================================= */

.oilmax-b50__contaminant .oilmax-b50__arrow {
    position: absolute;

    z-index: 10;

    color: var(--oilmax-orange);

    font-size: 25px;
    font-weight: 400;

    line-height: 1;
}


/* WATER ↓
--------------------------------------------------------- */

.oilmax-b50__contaminant--water .oilmax-b50__arrow {
    top: calc(100% + 7px);
    left: 50%;

    transform: translateX(-50%);
}


/* SLUDGE →
--------------------------------------------------------- */

.oilmax-b50__contaminant--sludge .oilmax-b50__arrow {
    top: 50%;
    left: calc(100% + 10px);

    transform: translateY(-50%);
}


/* SEDIMENT →
--------------------------------------------------------- */

.oilmax-b50__contaminant--sediment .oilmax-b50__arrow {
    top: 50%;
    left: calc(100% + 10px);

    transform: translateY(-50%);
}


/* CONTAMINANTS ←
--------------------------------------------------------- */

.oilmax-b50__contaminant--contaminants .oilmax-b50__arrow {
    top: 50%;
    right: calc(100% + 10px);

    transform: translateY(-50%);
}


/* =========================================================
   B50 → OILMAX PROCESS
========================================================= */

.oilmax-b50__process {
    position: absolute;

    z-index: 6;

    top: 225px;
    left: 50%;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.oilmax-b50__process > span {
    display: block;

    margin-bottom: 5px;

    color: rgba(255,255,255,.45);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.8px;

    white-space: nowrap;
}

.oilmax-b50__process-arrow {
    color: var(--oilmax-orange);

    font-size: 30px;
    line-height: 1;
}


/* =========================================================
   OILMAX
========================================================= */

.oilmax-b50__oilmax {
    position: absolute;

    z-index: 5;

    left: 50%;
    bottom: 70px;

    transform: translateX(-50%);

    width: 125px;
    height: 125px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--oilmax-orange);

    color: #fff;

    text-align: center;

    box-shadow:
        0 0 0 9px rgba(232,106,61,.08),
        0 20px 45px rgba(0,0,0,.25);
}

.oilmax-b50__oilmax strong {
    display: block;

    font-size: 18px;
    font-weight: 800;

    letter-spacing: .5px;
}

.oilmax-b50__oilmax small {
    display: block;

    max-width: 85px;

    margin-top: 7px;

    color: rgba(255,255,255,.82);

    font-size: 7px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1px;
}


/* =========================================================
   OILMAX → CLEANER FUEL
========================================================= */

.oilmax-b50__result {
    position: absolute;

    z-index: 5;

    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);

    min-width: 145px;

    padding: 11px 18px;

    border: 1px solid rgba(255,255,255,.12);

    background: rgba(255,255,255,.05);

    color: rgba(255,255,255,.75);

    text-align: center;
}

.oilmax-b50__result span {
    display: block;

    margin-bottom: 5px;

    color: var(--oilmax-orange);

    font-size: 24px;

    line-height: 1;
}

.oilmax-b50__result strong {
    display: block;

    color: rgba(255,255,255,.78);

    font-size: 11px;
    font-weight: 500;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .oilmax-b50__visual {
        max-width: 520px;
        transform: scale(.92);
    }

}


@media (max-width: 991px) {

    .oilmax-b50__visual {
        margin-top: 60px;
        max-width: 560px;
        transform: none;
    }

}


@media (max-width: 575px) {

    .oilmax-b50__visual {
        height: 430px;
        transform: scale(.82);
        transform-origin: top center;
        margin-bottom: -60px;
    }

}

/* =========================================================
   BENEFITS
========================================================= */

.oilmax-benefits {
    background: var(--oilmax-light);
}

.oilmax-benefit-card {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--oilmax-border);
    background: #fff;
    transition: all .3s ease;
}

.oilmax-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(10,43,80,.08);
}

.oilmax-benefit-card > span {
    display: block;
    margin-bottom: 35px;
    color: var(--oilmax-orange);
    font-size: 11px;
    font-weight: 700;
}

.oilmax-benefit-card h3 {
    margin-bottom: 10px;
    color: var(--oilmax-navy);
    font-size: 19px;
}

.oilmax-benefit-card p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 12px;
}


/* =========================================================
   MARINE APPLICATION
========================================================= */

.oilmax-marine {
    background: #fff;
}

.oilmax-marine-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    overflow: hidden;
    background: var(--oilmax-border);
}

.oilmax-marine-item {
    position: relative;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: var(--oilmax-navy);
    transition: all .3s ease;
}

.oilmax-marine-item:hover {
    background: #113e67;
}

.oilmax-marine-item span {
    position: absolute;
    top: 25px;
    right: 25px;
    color: var(--oilmax-light-blue);
    font-size: 10px;
    font-weight: 700;
}

.oilmax-marine-item strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 20px;
}

.oilmax-marine-item small {
    color: rgba(255,255,255,.5);
    font-size: 11px;
}


/* =========================================================
   PRODUCT RANGE
========================================================= */

.oilmax-products {
    background: var(--oilmax-light);
}

.oilmax-product-range-card {
    height: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--oilmax-border);
    transition: all .3s ease;
}

.oilmax-product-range-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(10,43,80,.08);
}

.oilmax-product-range-card__image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #f3f6f9;
}

.oilmax-product-range-card__image img {
    max-height: 180px;
    object-fit: contain;
}

.oilmax-product-range-card > span {
    color: var(--oilmax-orange);
    font-size: 10px;
    font-weight: 700;
}

.oilmax-product-range-card h3 {
    margin: 8px 0 10px;
    color: var(--oilmax-navy);
    font-size: 19px;
}

.oilmax-product-range-card p {
    min-height: 60px;
    margin-bottom: 18px;
    color: var(--oilmax-muted);
    font-size: 12px;
}

.oilmax-product-range-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--oilmax-navy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.oilmax-product-range-card a span {
    color: var(--oilmax-orange);
    font-size: 16px;
}


/* =========================================================
   WHY OILMAX
========================================================= */

.oilmax-why {
    background: #fff;
}

.oilmax-brand-panel {
    min-height: 430px;
    padding: 0;
    background: var(--oilmax-navy);
    overflow: hidden;
}

.oilmax-brand-panel img {
    width: 100%;
    height: 430px;
    max-height: none;
    margin: 0;
    object-fit: contain;
    display: block;
}

.oilmax-brand-panel > span {
    margin-bottom: 10px;
    color: var(--oilmax-light-blue);
    font-size: 12px;
    letter-spacing: 2px;
}

.oilmax-brand-panel h3 {
    max-width: 300px;
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.2;
}

.oilmax-why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 35px;
    border-top: 1px solid var(--oilmax-border);
}

.oilmax-why-list > div {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid var(--oilmax-border);
}

.oilmax-why-list > div:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid var(--oilmax-border);
}

.oilmax-why-list strong {
    display: block;
    margin-bottom: 6px;
    color: var(--oilmax-navy);
    font-size: 14px;
}

.oilmax-why-list p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   PARTNER
========================================================= */

.oilmax-partner {
    background: var(--oilmax-light);
}

.oilmax-partner > .container > .row > .col-lg-7 > p {
    max-width: 650px;
    color: var(--oilmax-muted);
    font-size: 14px;
}

.oilmax-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 650px;
    margin-top: 30px;
    border-top: 1px solid var(--oilmax-border);
    border-left: 1px solid var(--oilmax-border);
}

.oilmax-support-grid div {
    padding: 14px 15px;
    border-right: 1px solid var(--oilmax-border);
    border-bottom: 1px solid var(--oilmax-border);
    color: var(--oilmax-navy);
    font-size: 11px;
    font-weight: 600;
    background: #fff;
}

.oilmax-partner-card {
    padding: 40px;
    background: var(--oilmax-navy);
    color: #fff;
}

.oilmax-partner-card__logo {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #fff;
}

.oilmax-partner-card__logo img {
    width: 70%;
    max-height: 60px;
    object-fit: contain;
}

.oilmax-partner-card > span {
    display: block;
    margin-bottom: 5px;
    color: var(--oilmax-light-blue);
    font-size: 11px;
}

.oilmax-partner-card strong {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 26px;
}

.oilmax-partner-card p {
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}


/* =========================================================
   IMPLEMENTATION
========================================================= */

.oilmax-implementation {
    background: #fff;
}

.oilmax-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid var(--oilmax-border);
}

.oilmax-timeline > div {
    position: relative;
    min-height: 220px;
    padding: 35px 20px 20px;
    border-right: 1px solid var(--oilmax-border);
}

.oilmax-timeline > div:last-child {
    border-right: 0;
}

.oilmax-timeline span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 50%;
    background: var(--oilmax-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.oilmax-timeline h3 {
    margin-bottom: 8px;
    color: var(--oilmax-navy);
    font-size: 17px;
}

.oilmax-timeline p {
    margin: 0;
    color: var(--oilmax-muted);
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   CTA
========================================================= */

.oilmax-cta {
    padding: 90px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(47,115,168,.25), transparent 30%),
        var(--oilmax-navy);
}

.oilmax-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.oilmax-cta h2 {
    max-width: 720px;
    color: #fff;
}

.oilmax-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 14px;
}

.oilmax-cta__buttons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.oilmax-cta__contact {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.oilmax-cta__contact:hover {
    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .oilmax-hero {
        min-height: auto;
    }

    .oilmax-hero__visual {
        min-height: 500px;
    }

    .oilmax-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .oilmax-feature-item:nth-child(2) {
        border-right: 0;
    }

    .oilmax-feature-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--oilmax-border);
    }

    .oilmax-timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .oilmax-timeline > div:nth-child(3) {
        border-right: 0;
    }

    .oilmax-timeline > div:nth-child(-n+3) {
        border-bottom: 1px solid var(--oilmax-border);
    }

}


@media (max-width: 991px) {

    .oilmax-hero {
        padding: 90px 0 70px;
    }

    .oilmax-breadcrumb {
        margin-bottom: 50px;
    }

    .oilmax-hero h1 {
        font-size: clamp(48px, 8vw, 70px);
    }

    .oilmax-hero__visual {
        margin-top: 60px;
        min-height: 520px;
    }

    .oilmax-copy {
        padding-left: 0;
        margin-top: 30px;
    }

    .oilmax-proposal__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .oilmax-proposal__document {
        width: 100%;
        flex-basis: auto;
    }

    .oilmax-flow {
        flex-wrap: wrap;
    }

    .oilmax-flow-card {
        flex: 0 0 calc(50% - 10px);
    }

    .oilmax-flow-arrow {
        display: none;
    }

    .oilmax-marine-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oilmax-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .oilmax-timeline > div:nth-child(3) {
        border-right: 1px solid var(--oilmax-border);
    }

    .oilmax-timeline > div:nth-child(-n+4) {
        border-bottom: 1px solid var(--oilmax-border);
    }

    .oilmax-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .oilmax-section {
        padding: 75px 0;
    }

    .oilmax-hero {
        padding: 70px 0 60px;
    }

    .oilmax-hero h1 {
        font-size: 48px;
    }

    .oilmax-hero__points {
        flex-direction: column;
        gap: 15px;
    }

    .oilmax-hero__points > div {
        min-width: 0;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .oilmax-hero__visual {
        min-height: 450px;
    }

    .oilmax-product-card {
        max-width: 340px;
    }

    .oilmax-product-card__image {
        height: 270px;
    }

    .oilmax-floating-card {
        min-width: 125px;
        padding: 13px;
    }

    .oilmax-floating-card--one {
        left: -5px;
        bottom: 55px;
    }

    .oilmax-floating-card--two {
        right: -5px;
        top: 70px;
    }

    .oilmax-feature-strip {
        grid-template-columns: 1fr;
    }

    .oilmax-feature-item {
        border-right: 0;
        border-bottom: 1px solid var(--oilmax-border);
    }

    .oilmax-feature-item:last-child {
        border-bottom: 0;
    }

    .oilmax-proposal {
        padding: 50px 0;
    }

    .oilmax-proposal__inner {
        padding: 35px 25px;
    }

    .oilmax-flow-card {
        flex: 0 0 100%;
    }

    .oilmax-application-card p {
        min-height: auto;
    }

    .oilmax-b50 {
        padding: 75px 0;
    }

    .oilmax-b50__visual {
        margin-top: 40px;
        min-height: 360px;
    }

    .oilmax-marine-grid {
        grid-template-columns: 1fr;
    }

    .oilmax-marine-item {
        min-height: 180px;
    }

    .oilmax-why-list {
        grid-template-columns: 1fr;
    }

    .oilmax-why-list > div:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .oilmax-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oilmax-timeline {
        grid-template-columns: 1fr;
    }

    .oilmax-timeline > div,
    .oilmax-timeline > div:nth-child(3) {
        border-right: 0;
        border-bottom: 1px solid var(--oilmax-border);
    }

    .oilmax-timeline > div:last-child {
        border-bottom: 0;
    }

    .oilmax-cta {
        padding: 70px 0;
    }

    .oilmax-cta__buttons {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (max-width: 575px) {

    .oilmax-hero h1 {
        font-size: 42px;
    }

    .oilmax-hero__buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .oilmax-btn {
        width: 100%;
    }

    .oilmax-proposal__document {
        padding: 18px;
    }

    .oilmax-brand-panel {
        min-height: 330px;
        padding: 30px;
    }

    .oilmax-support-grid {
        grid-template-columns: 1fr;
    }

}