:root {
    --primary-color: #103f70;
    --secondary-color: #ffffff;
    --bg-color: #f3f8fc;
    --text-color: #405269;
    --accent-color: #3294d6;
    --white-color: #ffffff;
    --divider-color: rgba(16, 63, 112, 0.14);
    --dark-divider-color: rgba(255, 255, 255, 0.18);
    --spheron-navy: #103f70;
    --spheron-blue: #2060a0;
    --spheron-sky: #50a0e0;
    --spheron-ice: #dceffa;
    --spheron-ink: #0c2138;
}

/* Privacy, GDPR notice and consent controls. */
.footer-copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 20px;
}

.footer-legal-links a,
.footer-legal-links button {
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font: inherit;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.footer-legal-links a:hover,
.footer-legal-links button:hover,
.footer-legal-links a:focus-visible,
.footer-legal-links button:focus-visible {
    color: #7bcaf8;
}

.spheron-consent span a,
.spheron-privacy-notice a {
    color: #67bff1;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.spheron-privacy-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    margin-top: 18px;
    border: 1px solid rgba(123, 202, 248, 0.22);
    border-radius: 10px;
    background: rgba(9, 45, 76, 0.32);
}

.spheron-privacy-notice i {
    margin-top: 3px;
    color: #67bff1;
}

.spheron-privacy-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.65;
}

.cookie-consent[hidden],
.cookie-consent__settings[hidden],
.cookie-consent button[hidden],
.external-media-placeholder[hidden],
.google-map-iframe iframe[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px;
    background: rgba(3, 26, 46, 0.46);
    backdrop-filter: blur(4px);
}

.cookie-consent__panel {
    width: min(920px, 100%);
    padding: 28px;
    border: 1px solid rgba(78, 171, 225, 0.28);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(4, 39, 68, 0.3);
}

.cookie-consent__heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.cookie-consent__icon {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #1e72b2, #4eabe1);
}

.cookie-consent h2 {
    margin: 0 0 7px;
    color: #092d4c;
    font-size: 25px;
}

.cookie-consent p {
    margin: 0;
    color: #48647b;
    font-size: 15px;
    line-height: 1.55;
}

.cookie-consent__settings {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.cookie-consent__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 16px;
    border: 1px solid #dce8f1;
    border-radius: 10px;
    background: #f5f9fc;
}

.cookie-consent__option strong {
    display: block;
    margin-bottom: 3px;
    color: #0c3c65;
}

.cookie-consent__option p {
    font-size: 13px;
}

.cookie-consent__option > span {
    flex: 0 0 auto;
    color: #39728f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cookie-consent__option input {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    accent-color: #2e93cc;
}

.cookie-consent__links {
    margin-top: 16px;
}

.cookie-consent__links a {
    color: #155d91;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.cookie-button {
    min-height: 46px;
    padding: 10px 20px;
    border: 1px solid #1b6da5;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.cookie-button--primary {
    color: #fff;
    background: linear-gradient(90deg, #206eae, #4eabe1);
}

.cookie-button--secondary {
    color: #fff;
    background: #123f66;
}

.cookie-button--ghost {
    color: #174f76;
    background: #fff;
}

.cookie-button:focus-visible,
.privacy-settings-button:focus-visible {
    outline: 3px solid rgba(55, 160, 219, 0.35);
    outline-offset: 3px;
}

.external-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 36px;
    color: #fff;
    text-align: center;
    background: linear-gradient(145deg, #082f53, #165d91);
}

.external-media-placeholder__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-right: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: #7bcaf8;
    font-size: 28px;
}

.external-media-placeholder h3 {
    margin-bottom: 8px;
    color: #fff;
}

.external-media-placeholder p {
    max-width: 620px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, 0.76);
}

.external-media-placeholder__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.external-media-placeholder__actions a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.privacy-page {
    padding: 110px 0;
    background: #f4f8fb;
}

.privacy-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    gap: 34px;
    align-items: start;
}

.privacy-summary,
.privacy-content {
    border: 1px solid #dce8f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 61, 98, 0.08);
}

.privacy-summary {
    position: sticky;
    top: 24px;
    padding: 30px;
}

.privacy-summary h2 {
    margin: 10px 0 12px;
    color: #092d4c;
    font-size: 30px;
}

.privacy-summary > p {
    color: #506c82;
}

.privacy-summary dl {
    margin: 24px 0;
}

.privacy-summary dl div {
    padding: 13px 0;
    border-top: 1px solid #e1ebf2;
}

.privacy-summary dt {
    color: #597286;
    font-size: 12px;
    text-transform: uppercase;
}

.privacy-summary dd {
    margin: 4px 0 0;
    color: #0b365b;
    font-weight: 700;
}

.privacy-settings-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #176ba7;
    font-weight: 700;
    cursor: pointer;
}

.privacy-content {
    padding: 42px;
}

.privacy-updated {
    color: #5b778d;
    font-size: 14px;
}

.privacy-content section {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #e0eaf1;
}

.privacy-content h2 {
    margin-bottom: 14px;
    color: #0a385f;
    font-size: 27px;
}

.privacy-content p,
.privacy-content li {
    color: #415f75;
    line-height: 1.75;
}

.privacy-content li + li {
    margin-top: 8px;
}

.privacy-content a {
    color: #176ba7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-table-wrap {
    overflow-x: auto;
}

.privacy-content table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.privacy-content th,
.privacy-content td {
    padding: 14px;
    border: 1px solid #dce8f1;
    color: #415f75;
    text-align: left;
    vertical-align: top;
}

.privacy-content th {
    color: #0c3c65;
    background: #edf5fa;
}

@media (max-width: 991px) {
    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .footer-copyright-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal-links {
        justify-content: flex-start;
    }

    .cookie-consent {
        padding: 12px;
    }

    .cookie-consent__panel {
        max-height: calc(100vh - 24px);
        padding: 20px;
        overflow-y: auto;
    }

    .cookie-consent__heading {
        gap: 12px;
    }

    .cookie-consent__icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .cookie-consent h2 {
        font-size: 21px;
    }

    .cookie-consent__option {
        align-items: flex-start;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-button--primary {
        grid-column: 1 / -1;
    }

    .external-media-placeholder {
        flex-direction: column;
        min-height: 380px;
        padding: 28px 18px;
    }

    .external-media-placeholder__icon {
        margin: 0 0 18px;
    }

    .privacy-page {
        padding: 70px 0;
    }

    .privacy-summary,
    .privacy-content {
        padding: 24px 20px;
    }

    .privacy-content h2 {
        font-size: 23px;
    }
}

/* Team page: Axiron card structure adapted for Spheron leadership portraits. */
.spheron-team-page .section-title-center {
    max-width: 820px;
    margin-inline: auto;
}

.spheron-team-item {
    background: #0b385f;
    box-shadow: 0 20px 50px rgba(7, 45, 76, 0.12);
}

.spheron-team-item .team-item-image img {
    object-position: center top;
}

.spheron-team-item .team-item-body {
    transform: none;
}

.spheron-team-item .team-item-content p {
    color: #76c8f2;
    font-weight: 600;
}

.spheron-error-page .error-page-image img {
    filter: none;
}

@media (max-width: 767px) {
    .spheron-team-page {
        padding: 75px 0;
    }

    .spheron-team-item .team-item-body {
        right: 22px;
        bottom: 24px;
        left: 22px;
    }

    .spheron-error-page {
        padding: 75px 0;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text-color);
    background: #ffffff;
    overflow-x: hidden;
}

.spheron-header .navbar {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 63, 112, 0.1);
    box-shadow: 0 20px 60px rgba(8, 37, 66, 0.09);
    backdrop-filter: blur(18px);
}

.spheron-header .navbar-brand {
    display: flex;
    align-items: center;
    width: 205px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.spheron-header .navbar-brand::after {
    display: none;
}

.spheron-header .navbar-brand img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 7px 16px rgba(8, 50, 86, 0.12));
}

.spheron-header .main-menu {
    justify-content: flex-end;
}

.spheron-header .mobile-language-item {
    display: none;
}

.spheron-header .nav-link {
    color: var(--spheron-ink);
}

@media (min-width: 992px) {
    .spheron-header .main-menu .nav-menu-wrapper > ul > li > .nav-link {
        white-space: nowrap;
    }
}

.spheron-header .nav-link:hover {
    color: var(--accent-color);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 22px;
}

.language-switchers {
    display: inline-flex;
    gap: 8px;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--divider-color);
    border-radius: 50%;
    color: var(--spheron-navy);
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 600;
}

.language-switcher:hover {
    color: var(--white-color);
    background: var(--spheron-navy);
}

.btn-default {
    background: linear-gradient(135deg, var(--spheron-blue), var(--spheron-sky));
    border: 0;
    box-shadow: 0 12px 30px rgba(32, 96, 160, 0.22);
}

.spheron-hero {
    position: relative;
    min-height: 860px;
    display: flex;
    align-items: center;
    padding: 230px 0 120px;
    color: var(--white-color);
    background:
        radial-gradient(circle at 80% 26%, rgba(80, 160, 224, 0.24), transparent 24%),
        radial-gradient(circle at 5% 90%, rgba(32, 96, 160, 0.36), transparent 30%),
        linear-gradient(135deg, #071b2e 0%, #0c3157 52%, #103f70 100%);
    overflow: hidden;
}

.spheron-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-copy {
    max-width: 780px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--spheron-blue);
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
}

.eyebrow-light {
    color: #84c9f7;
}

.hero-copy h1 {
    max-width: 760px;
    margin-bottom: 28px;
    color: var(--white-color);
    font-size: clamp(52px, 6vw, 88px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.hero-copy p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-weight: 500;
}

.text-link:hover {
    color: #84c9f7;
}

.material-card {
    position: relative;
    max-width: 440px;
    padding: 12px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 35px 90px rgba(2, 15, 28, 0.35);
    backdrop-filter: blur(18px);
}

.material-visual {
    position: relative;
    min-height: 350px;
    border-radius: 18px;
    background: #0a2744;
    overflow: hidden;
}

.material-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 46%, rgba(4, 24, 42, 0.76) 100%);
    pointer-events: none;
}

.material-visual img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 48% center;
}

.material-photo-label {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: var(--white-color);
    background: rgba(7, 27, 46, 0.46);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.material-sphere,
.sphere {
    position: absolute;
    display: block;
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 22%, #dff5ff 0%, #76c8f5 12%, #2a78b9 38%, #0d3c70 72%, #061f3d 100%);
    box-shadow:
        inset -18px -20px 32px rgba(3, 18, 34, 0.42),
        inset 10px 10px 20px rgba(255, 255, 255, 0.26),
        0 25px 48px rgba(2, 16, 31, 0.45);
}

.material-sphere-large {
    width: 210px;
    height: 210px;
    top: 68px;
    left: 102px;
}

.material-sphere-medium {
    width: 76px;
    height: 76px;
    top: 35px;
    right: 30px;
}

.material-sphere-small {
    width: 42px;
    height: 42px;
    bottom: 34px;
    left: 42px;
}

.material-card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    padding: 24px 20px 18px;
}

.material-card-body > span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.material-card-body strong {
    grid-row: span 2;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 22px;
}

.material-card-body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
}

.sphere-field .sphere {
    opacity: 0.2;
    filter: blur(1px);
}

.sphere-one {
    width: 68px;
    height: 68px;
    top: 18%;
    left: 4%;
}

.sphere-two {
    width: 24px;
    height: 24px;
    top: 40%;
    left: 48%;
}

.sphere-three {
    width: 105px;
    height: 105px;
    right: 2%;
    bottom: 8%;
}

.sphere-four {
    width: 36px;
    height: 36px;
    left: 26%;
    bottom: 9%;
}

.trust-strip {
    background: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 94px;
    padding: 20px 28px;
    border-right: 1px solid var(--divider-color);
    color: var(--spheron-ink);
    font-family: var(--accent-font);
    font-weight: 500;
}

.trust-grid > div:first-child {
    border-left: 1px solid var(--divider-color);
}

.trust-grid i {
    color: var(--accent-color);
    font-size: 22px;
}

.section-space {
    padding: 120px 0;
}

.section-soft {
    background: var(--bg-color);
}

.section-heading {
    color: var(--spheron-ink);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.lead-copy {
    color: #455b72;
    font-size: 20px;
    line-height: 1.75;
}

.quality-list {
    display: grid;
    gap: 15px;
    margin-top: 28px;
}

.quality-list span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--spheron-ink);
    font-weight: 500;
}

.quality-list i {
    color: var(--accent-color);
}

.production-section {
    padding-top: 30px;
}

.production-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
    align-items: center;
}

.production-copy .lead-copy {
    margin-top: 28px;
    font-size: 18px;
}

.process-list {
    margin-top: 40px;
    border-top: 1px solid var(--divider-color);
}

.process-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--divider-color);
}

.process-item > span {
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.process-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--spheron-ink);
    font-family: var(--accent-font);
    font-size: 19px;
}

.process-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.production-media {
    position: relative;
    min-height: 660px;
}

.production-media figure {
    margin: 0;
    overflow: hidden;
    background: var(--spheron-ice);
    box-shadow: 0 30px 70px rgba(16, 63, 112, 0.16);
}

.production-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production-main-photo {
    position: absolute;
    inset: 0 70px 90px 0;
    border-radius: 24px;
}

.production-detail-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    height: 310px;
    border: 10px solid var(--white-color);
    border-radius: 18px;
}

.section-intro {
    max-width: 760px;
    margin-bottom: 54px;
}

.section-intro p {
    max-width: 650px;
    margin-top: 22px;
    font-size: 18px;
}

.product-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    background: var(--white-color);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(16, 63, 112, 0.12);
}

.product-code {
    display: inline-flex;
    padding: 8px 12px;
    margin-bottom: 36px;
    border-radius: 999px;
    color: var(--spheron-blue);
    background: var(--spheron-ice);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.product-card h3,
.application-card h3 {
    color: var(--spheron-ink);
    font-size: 27px;
}

.product-card p {
    min-height: 84px;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid var(--divider-color);
}

.product-meta span {
    font-size: 13px;
}

.product-meta strong {
    color: var(--spheron-navy);
    font-size: 20px;
}

.applications-section {
    position: relative;
    color: rgba(255, 255, 255, 0.68);
    background: linear-gradient(145deg, #071b2e, #103f70);
    overflow: hidden;
}

.applications-section::before {
    content: '';
    position: absolute;
    top: -240px;
    right: -180px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}

.section-intro-light {
    position: relative;
}

.section-intro-light .section-heading {
    color: var(--white-color);
}

.application-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--dark-divider-color);
    border-left: 1px solid var(--dark-divider-color);
}

.application-card {
    min-height: 275px;
    padding: 34px;
    border-right: 1px solid var(--dark-divider-color);
    border-bottom: 1px solid var(--dark-divider-color);
    transition: background 0.25s ease;
}

.application-card:hover {
    background: rgba(80, 160, 224, 0.12);
}

.application-card > span {
    display: block;
    margin-bottom: 50px;
    color: #77bce9;
    font-size: 13px;
    letter-spacing: 0.15em;
}

.application-card h3 {
    color: var(--white-color);
}

.application-card p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.62);
}

.quality-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    padding: 64px;
    border: 1px solid var(--divider-color);
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f1f8fd);
}

.quality-panel p {
    max-width: 590px;
    margin-top: 20px;
}

.quality-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--divider-color);
    border-left: 1px solid var(--divider-color);
}

.quality-metrics > div {
    min-height: 145px;
    padding: 26px;
    border-right: 1px solid var(--divider-color);
    border-bottom: 1px solid var(--divider-color);
}

.quality-metrics strong,
.quality-metrics span {
    display: block;
}

.quality-metrics strong {
    margin-bottom: 10px;
    color: var(--spheron-navy);
    font-family: var(--accent-font);
    font-size: 34px;
}

.quality-metrics span {
    font-size: 13px;
}

.factory-gallery {
    padding: 0 0 120px;
}

.gallery-heading {
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 50px;
}

.gallery-heading p {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.7;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: repeat(2, 310px);
    gap: 18px;
}

.gallery-item {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-item-wide {
    grid-row: 1 / 3;
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(5, 27, 47, 0.78) 100%);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.035);
}

.gallery-item figcaption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 24px;
    left: 28px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 500;
}

.spheron-footer {
    padding: 110px 0 34px;
    color: rgba(255, 255, 255, 0.68);
    background: #071b2e;
}

.spheron-footer h2 {
    max-width: 830px;
    color: var(--white-color);
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.spheron-footer p {
    max-width: 660px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.62);
}

.footer-email {
    display: inline-block;
    margin-top: 22px;
    color: #84c9f7;
    font-size: 22px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 34px;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom img {
    width: 190px;
    padding: 5px 8px;
    border-radius: 7px;
    background: var(--white-color);
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
}

.spheron-toggler {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--spheron-blue), var(--spheron-sky));
    box-shadow: none;
}

.spheron-toggler:focus {
    box-shadow: 0 0 0 3px rgba(80, 160, 224, 0.24);
}

.spheron-toggler span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--white-color);
}

@media (max-width: 1199px) {
    .spheron-header .navbar-brand {
        width: 190px;
        padding: 10px 14px;
    }

    .spheron-header .main-menu ul li {
        margin: 0 8px;
    }

    .header-actions {
        gap: 10px;
        margin-left: 10px;
    }

    .header-actions .btn-default {
        padding: 14px 18px;
    }
}

@media (max-width: 991px) {
    header.main-header.spheron-header {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }

    .spheron-header .header-sticky {
        padding: 15px;
    }

    .spheron-header .navbar {
        padding: 14px 18px;
        border-radius: 14px;
    }

    .spheron-header .navbar-brand {
        width: 190px;
        padding: 10px 14px;
    }

    .spheron-header .main-menu {
        padding: 20px 0 4px;
    }

    .spheron-header .main-menu .nav-menu-wrapper {
        margin: 0;
        text-align: left;
    }

    .spheron-header .main-menu .nav-menu-wrapper > ul {
        display: block;
    }

    .spheron-header .main-menu ul li {
        margin: 0;
    }

    .spheron-header .main-menu ul li a {
        padding: 10px 0 !important;
    }

    .spheron-header .slicknav_nav .mobile-language-item {
        display: block;
        padding-top: 6px;
        margin-top: 6px;
        border-top: 1px solid rgba(255, 255, 255, 0.24);
    }

    .spheron-header .slicknav_nav .mobile-language-item a {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .header-actions {
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
        margin: 8px 0 0;
        border-top: 1px solid var(--divider-color);
    }

    .spheron-hero {
        min-height: auto;
        padding: 180px 0 90px;
    }

    .spheron-axiron-hero {
        padding-top: 80px;
    }

    .material-card {
        margin: 10px auto 0;
    }

    .trust-grid,
    .application-grid,
    .quality-panel,
    .production-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .production-layout {
        gap: 45px;
    }

    .production-media {
        min-height: 540px;
    }

    .trust-grid > div:nth-child(3) {
        border-left: 1px solid var(--divider-color);
    }

    .quality-panel {
        gap: 45px;
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .hero-copy h1 {
        max-width: 100%;
        font-size: 44px;
        overflow-wrap: break-word;
    }

    .hero-copy p {
        font-size: 17px;
    }

    .material-visual {
        min-height: 300px;
    }

    .material-visual img {
        height: 300px;
    }

    .material-sphere-large {
        width: 180px;
        height: 180px;
        left: calc(50% - 90px);
    }

    .trust-grid,
    .application-grid,
    .quality-panel,
    .quality-metrics,
    .production-layout,
    .gallery-heading,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .production-section {
        padding-top: 10px;
    }

    .production-media {
        min-height: 500px;
    }

    .production-main-photo {
        inset: 0 28px 80px 0;
    }

    .production-detail-photo {
        width: 52%;
        height: 230px;
        border-width: 7px;
    }

    .factory-gallery {
        padding-bottom: 80px;
    }

    .gallery-heading {
        gap: 20px;
        margin-bottom: 34px;
    }

    .gallery-grid {
        grid-template-rows: none;
    }

    .gallery-item,
    .gallery-item-wide {
        grid-row: auto;
        height: 300px;
    }

    .trust-grid > div,
    .trust-grid > div:nth-child(3) {
        border-left: 1px solid var(--divider-color);
    }

    .section-space {
        padding: 80px 0;
    }

    .section-heading {
        font-size: 42px;
    }

    .product-card p {
        min-height: auto;
    }

    .quality-panel {
        padding: 30px;
    }

    .spheron-footer {
        padding-top: 80px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 60px;
    }

    .header-actions .btn-default {
        padding: 14px 44px 14px 18px;
        font-size: 13px;
    }
}

/* Axiron template adaptation */
body {
    background: var(--bg-color);
}

.preloader .loading-container {
    width: 140px;
    height: 150px;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: none;
    transform: translateX(-50%);
}

.preloader .loading::after {
    position: absolute;
    inset: 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, #50abe1, #fff, transparent);
    content: '';
    animation: spheron-loading-progress 1.4s ease-in-out infinite;
}

.preloader #loading-icon {
    width: 118px;
    height: 118px;
    max-width: none;
    overflow: hidden;
    animation: spheron-loading-symbol 2.4s linear infinite;
}

.preloader #loading-icon img {
    display: block;
    width: auto;
    max-width: none;
    height: 130px;
    filter: none;
    transform: translate(-1px, -6px);
}

@keyframes spheron-loading-progress {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(250%);
    }
}

@keyframes spheron-loading-symbol {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader .loading::after,
    .preloader #loading-icon {
        animation: none;
    }
}

.spheron-header .header-sticky {
    padding: 24px 0;
}

.spheron-header .navbar {
    border-radius: 10px;
}

.spheron-header .header-btn {
    display: flex;
    align-items: center;
}

.spheron-header .language-switcher {
    flex: 0 0 42px;
}

.spheron-axiron-hero {
    background-image:
        linear-gradient(90deg, rgba(3, 17, 30, 0.94) 0%, rgba(7, 35, 61, 0.82) 48%, rgba(7, 31, 54, 0.22) 100%),
        url('../images/production/production-hall.webp');
    background-position: center;
    background-size: cover;
}

.spheron-axiron-hero::before {
    background: linear-gradient(180deg, rgba(5, 21, 37, 0.06), rgba(5, 21, 37, 0.48));
}

.spheron-axiron-hero .hero-content {
    max-width: 820px;
}

.spheron-axiron-hero .section-title h1 {
    letter-spacing: -0.045em;
}

.spheron-axiron-hero .hero-body-item .icon-box,
.why-choose-item-image {
    background: linear-gradient(135deg, var(--spheron-blue), var(--spheron-sky));
}

.spheron-axiron-hero .hero-body-item .icon-box img,
.why-choose-item-image img {
    filter: brightness(0) invert(1);
}

.spheron-about-badge {
    background: linear-gradient(145deg, #103f70, #2374b7);
}

.spheron-about-badge .about-us-review-box-header {
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.spheron-about-badge h2,
.spheron-about-badge p {
    color: var(--white-color);
}

.spheron-about-badge .about-us-review-box-body .satisfy-client-content p {
    color: rgba(255, 255, 255, 0.88);
}

.spheron-about-badge h2 {
    font-size: 24px;
}

.spheron-molecule {
    position: relative;
    width: 120px;
    height: 78px;
}

.spheron-molecule span {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 24%, #dff5ff, #54aae5 18%, #1c5c99 62%, #0a2a4a);
    box-shadow: 0 14px 28px rgba(10, 45, 78, 0.22);
}

.spheron-molecule span:nth-child(1) {
    width: 70px;
    height: 70px;
    right: 0;
}

.spheron-molecule span:nth-child(2) {
    width: 42px;
    height: 42px;
    top: 30px;
    left: 18px;
}

.spheron-molecule span:nth-child(3) {
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
}

.service-item-image img {
    aspect-ratio: 1.25;
    object-fit: cover;
}

.spheron-service-code {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.why-choose-item-list {
    gap: 18px;
}

.why-choose-item {
    min-height: 205px;
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 16px 40px rgba(16, 63, 112, 0.08);
}

.why-choose-item-image {
    display: grid;
    width: 72px;
    height: 72px;
    padding: 18px;
    border-radius: 50%;
    place-items: center;
}

.spheron-step-number {
    display: block;
    margin-bottom: 22px;
    color: var(--accent-color);
    font-weight: 700;
    letter-spacing: 0.12em;
}

.why-choose-item-content h2 {
    color: var(--spheron-ink);
}

.why-choose-item-content p {
    color: var(--text-color);
}

.spheron-production-photo .why-choose-video-image,
.spheron-production-photo .why-choose-video-image figure,
.spheron-production-photo .why-choose-video-image img {
    height: 100%;
}

.spheron-production-photo .why-choose-video-image img {
    object-fit: cover;
}

.our-features {
    scroll-margin-top: 150px;
    background-image:
        linear-gradient(90deg, rgba(4, 22, 39, 0.95), rgba(10, 51, 87, 0.76)),
        url('../images/production/bagging-line.webp');
    background-position: center;
    background-size: cover;
}

.quality-fractions-photo {
    position: relative;
    margin: 0 0 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 17, 31, 0.28);
}

.quality-fractions-photo::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(3, 22, 39, 0.9));
    content: '';
    pointer-events: none;
}

.quality-fractions-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: center 72%;
}

.quality-fractions-photo figcaption {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 22px;
    left: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.quality-fractions-photo figcaption span {
    color: #70c4f2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.quality-fractions-photo figcaption strong {
    max-width: 280px;
    font-family: var(--accent-font);
    font-size: 17px;
    line-height: 1.35;
    text-align: right;
}

.quality-features-column .features-item-list {
    gap: 34px 42px;
}

.quality-features-column .features-item {
    width: calc(50% - 21px);
}

.quality-features-column .features-item-content {
    margin-top: 18px;
}

.company-supports-logo {
    min-height: 76px;
    display: grid;
    place-items: center;
    padding: 12px;
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.company-supports-logo strong {
    font-family: var(--accent-font);
    font-size: 15px;
    font-weight: 500;
}

.project-item-content > span {
    display: block;
    margin-top: 10px;
    color: var(--text-color);
    line-height: 1.5;
}

.spheron-intro-photo {
    background-image:
        linear-gradient(rgba(4, 21, 37, 0.48), rgba(4, 21, 37, 0.68)),
        url('../images/production/raw-material-recovery.webp');
    background-position: center;
    background-size: cover;
}

.intro-video-circle a {
    display: grid;
    place-items: center;
    color: var(--white-color);
    font-size: 24px;
}

.spheron-facility {
    padding-bottom: 120px;
}

.spheron-facility .section-title p {
    max-width: 680px;
    margin: 24px auto 0;
}

.spheron-gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    grid-template-rows: repeat(2, 320px);
    gap: 24px;
}

.spheron-gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.spheron-gallery-item:first-child {
    grid-row: 1 / 3;
}

.spheron-gallery-item figure,
.spheron-gallery-item img {
    width: 100%;
    height: 100%;
}

.spheron-gallery-item img {
    object-fit: cover;
}

.spheron-gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(3, 23, 40, 0.82));
}

.spheron-gallery-item > span {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 19px;
    font-weight: 500;
}

.spheron-footer-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px;
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    box-shadow: none;
}

.spheron-footer-logo img {
    width: 200px;
    max-width: 100%;
    filter: drop-shadow(0 12px 24px rgba(2, 15, 28, 0.28));
}

.about-footer {
    justify-content: flex-start;
}

.footer-newsletter-box {
    align-items: center;
}

.footer-newsletter-box-title p {
    max-width: 520px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.58);
}

.spheron-contact-person {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin: 0 0 50px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(115, 194, 244, 0.22);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(18, 72, 118, 0.92), rgba(48, 103, 151, 0.62));
    box-shadow: 0 24px 60px rgba(2, 18, 33, 0.22);
}

.spheron-contact-person::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    top: -95px;
    right: -65px;
    border: 1px solid rgba(115, 194, 244, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(115, 194, 244, 0.035);
}

.spheron-contact-person__portrait {
    position: relative;
    z-index: 1;
    margin: 0;
}

.spheron-contact-person__portrait::after {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(115, 194, 244, 0.42);
    border-radius: 16px;
    pointer-events: none;
}

.spheron-contact-person__portrait img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
}

.spheron-contact-person__content {
    position: relative;
    z-index: 1;
}

.spheron-contact-person__eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    color: #8ed3ff;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.spheron-contact-person__content h2 {
    margin: 0;
    color: var(--white-color);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.05;
}

.spheron-contact-person__role {
    margin: 7px 0 0;
    color: #b9ddf5;
    font-size: 15px;
    font-weight: 600;
}

.spheron-contact-person__text {
    max-width: 610px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.spheron-contact-person__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.spheron-contact-person__action {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 13px 15px;
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(3, 28, 50, 0.42);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.spheron-contact-person__action--primary {
    border-color: rgba(142, 211, 255, 0.35);
    background: linear-gradient(135deg, #1f7fbd, #46a8e2);
}

.spheron-contact-person__action:hover {
    color: var(--white-color);
    border-color: rgba(142, 211, 255, 0.65);
    background: rgba(17, 80, 127, 0.82);
    transform: translateY(-2px);
}

.spheron-contact-person__action > i {
    display: inline-grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.spheron-contact-person__action span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.spheron-contact-person__action small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.spheron-contact-person__action strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spheron-contact-person__note {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .spheron-contact-person {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 26px;
    }

    .spheron-contact-person__actions {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 575px) {
    .spheron-contact-person {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
    }

    .spheron-contact-person__portrait {
        width: 128px;
    }

    .spheron-contact-person__content h2 {
        font-size: 30px;
    }
}

.spheron-inquiry {
    margin: 0 0 50px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(4, 31, 54, 0.58);
}

.spheron-inquiry__heading {
    max-width: 670px;
    margin-bottom: 26px;
}

.spheron-inquiry__heading > span {
    color: #8ed3ff;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.spheron-inquiry__heading h2 {
    margin: 6px 0 0;
    color: var(--white-color);
    font-size: clamp(30px, 3vw, 42px);
}

.spheron-inquiry__heading p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.62);
}

.spheron-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.spheron-form-field {
    display: flex;
    gap: 8px;
    min-width: 0;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
}

.spheron-form-field--wide {
    grid-column: 1 / -1;
}

.spheron-form-field input,
.spheron-form-field select,
.spheron-form-field textarea {
    width: 100%;
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    outline: none;
    background: rgba(255, 255, 255, 0.07);
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.spheron-form-field input,
.spheron-form-field select {
    height: 52px;
    padding: 0 15px;
}

.spheron-form-field textarea {
    min-height: 138px;
    padding: 14px 15px;
    resize: vertical;
}

.spheron-form-field select option {
    color: #092641;
}

.spheron-form-field input:focus,
.spheron-form-field select:focus,
.spheron-form-field textarea:focus {
    border-color: #55b6ed;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(85, 182, 237, 0.13);
}

.spheron-form-field small,
.spheron-form-error {
    color: #ffb8b8;
    font-size: 12px;
    font-weight: 500;
}

.spheron-consent {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    line-height: 1.5;
}

.spheron-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: #3c9ed8;
}

.spheron-inquiry-form__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.spheron-inquiry-form__footer button {
    border: 0;
}

.spheron-inquiry-form__footer p {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
}

.spheron-form-alert {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
}

.spheron-form-alert--success {
    color: #d8ffe8;
    border: 1px solid rgba(72, 211, 132, 0.3);
    background: rgba(31, 139, 81, 0.2);
}

.spheron-form-alert--error {
    color: #ffe1e1;
    border: 1px solid rgba(255, 120, 120, 0.3);
    background: rgba(170, 47, 47, 0.2);
}

.spheron-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
    .spheron-inquiry {
        padding: 24px;
    }

    .spheron-form-grid {
        grid-template-columns: 1fr;
    }

    .spheron-form-field--wide {
        grid-column: auto;
    }

    .spheron-inquiry-form__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Product catalogue */
.spheron-catalog-hero {
    position: relative;
    padding: 210px 0 105px;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(3, 23, 40, 0.97) 0%, rgba(8, 51, 87, 0.78) 62%, rgba(8, 51, 87, 0.4) 100%),
        url('../images/production/production-hall.webp');
    background-position: center;
    background-size: cover;
}

.spheron-catalog-hero::after,
.spheron-product-hero::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    bottom: -190px;
    border: 1px solid rgba(93, 183, 239, 0.28);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(93, 183, 239, 0.04), 0 0 0 120px rgba(93, 183, 239, 0.025);
}

.spheron-catalog-hero .container,
.spheron-product-hero .container {
    position: relative;
    z-index: 2;
}

.spheron-catalog-hero .section-title h1,
.spheron-product-hero .section-title h1 {
    color: var(--white-color);
    font-size: clamp(52px, 6vw, 88px);
    line-height: 0.98;
}

.spheron-catalog-hero .section-title p,
.spheron-product-hero .section-title p {
    max-width: 730px;
    color: rgba(255, 255, 255, 0.72);
}

.spheron-catalog-count {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 18px;
    color: var(--white-color);
}

.spheron-catalog-count strong {
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-size: clamp(72px, 8vw, 120px);
    font-weight: 600;
    line-height: 0.75;
}

.spheron-catalog-count > span {
    max-width: 150px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

.spheron-catalog {
    padding: 110px 0 120px;
}

.spheron-series-legend {
    display: flex;
    gap: 30px;
    margin-bottom: 42px;
    color: var(--spheron-ink);
    font-weight: 600;
}

.spheron-series-legend > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.spheron-series-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #71bcec;
    box-shadow: 0 0 0 5px rgba(113, 188, 236, 0.15);
}

.spheron-series-dot.is-e {
    background: #113f70;
    box-shadow: 0 0 0 5px rgba(17, 63, 112, 0.12);
}

.spheron-product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(16, 63, 112, 0.1);
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 18px 55px rgba(7, 40, 69, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.spheron-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(7, 40, 69, 0.15);
}

.spheron-product-card-image {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
}

.spheron-product-card-image figure,
.spheron-product-card-image img {
    width: 100%;
    height: 100%;
}

.spheron-product-card-image img {
    object-fit: cover;
    transition: transform 0.65s ease;
}

.spheron-product-card:hover .spheron-product-card-image img {
    transform: scale(1.06);
}

.spheron-series-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 8px 13px;
    color: var(--spheron-ink);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.spheron-series-badge.is-e {
    color: var(--white-color);
    background: rgba(16, 63, 112, 0.9);
}

.spheron-product-card-body {
    display: flex;
    flex-direction: column;
    min-height: 365px;
    padding: 30px;
}

.spheron-product-kicker {
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.spheron-product-card h2 {
    margin: 8px 0 13px;
    font-size: 31px;
}

.spheron-product-card h2 a {
    color: var(--spheron-ink);
}

.spheron-product-card p {
    flex: 1;
}

.spheron-product-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 24px;
    padding-top: 18px;
    border-top: 1px solid var(--divider-color);
}

.spheron-product-card-meta span {
    color: var(--text-color);
    font-size: 14px;
}

.spheron-product-card-meta strong {
    color: var(--spheron-ink);
    font-family: var(--accent-font);
    font-size: 18px;
}

/* Product detail */
.spheron-product-hero {
    position: relative;
    padding: 180px 0 90px;
    overflow: hidden;
    background: linear-gradient(125deg, #031c31 0%, #0b3e68 62%, #155d91 100%);
}

.spheron-back-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.spheron-back-link:hover {
    color: var(--accent-color);
}

.spheron-product-hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.spheron-product-hero-facts > div {
    padding: 22px 24px 22px 0;
}

.spheron-product-hero-facts > div + div {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.spheron-product-hero-facts span,
.spheron-product-hero-facts strong {
    display: block;
}

.spheron-product-hero-facts span {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.spheron-product-hero-facts strong {
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 20px;
}

.spheron-product-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 35px;
}

.spheron-datasheet-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    font-weight: 600;
}

.spheron-datasheet-link:hover {
    color: var(--accent-color);
}

.spheron-product-hero-image {
    position: relative;
    height: 570px;
    margin-left: 55px;
    overflow: hidden;
    border-radius: 150px 12px 150px 12px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
}

.spheron-product-hero-image figure,
.spheron-product-hero-image img {
    width: 100%;
    height: 100%;
}

.spheron-product-hero-image img {
    object-fit: cover;
}

.spheron-product-orbit {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 118px;
    height: 118px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    animation: spheron-spin 13s linear infinite;
}

.spheron-product-orbit::before,
.spheron-product-orbit::after,
.spheron-product-orbit span {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
}

.spheron-product-orbit::before { width: 15px; height: 15px; top: 8px; left: 17px; }
.spheron-product-orbit::after { width: 9px; height: 9px; right: 6px; bottom: 31px; }
.spheron-product-orbit span:nth-child(1) { width: 24px; height: 24px; top: 47px; left: 47px; }

@keyframes spheron-spin {
    to { transform: rotate(360deg); }
}

.spheron-specifications {
    padding: 110px 0 120px;
}

.spheron-spec-panel {
    height: 100%;
    padding: 38px 42px;
    border: 1px solid rgba(16, 63, 112, 0.12);
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 20px 55px rgba(7, 40, 69, 0.07);
}

.spheron-spec-panel-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.spheron-spec-panel-header span {
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.spheron-spec-panel-header h3 {
    margin: 0;
    color: var(--spheron-ink);
    font-size: 27px;
}

.spheron-spec-list {
    margin: 0;
}

.spheron-spec-list > div {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 16px 0;
    border-bottom: 1px solid var(--divider-color);
}

.spheron-spec-list > div:last-child {
    border-bottom: 0;
}

.spheron-spec-list dt {
    color: var(--text-color);
    font-weight: 500;
}

.spheron-spec-list dd {
    margin: 0;
    color: var(--spheron-ink);
    font-family: var(--accent-font);
    font-weight: 600;
    text-align: right;
}

.spheron-related-products {
    padding: 110px 0 120px;
    background: #eaf3f8;
}

.spheron-related-card {
    position: relative;
    display: flex;
    min-height: 185px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    overflow: hidden;
    color: var(--white-color);
    border-radius: 12px;
    background: linear-gradient(135deg, #0a355a, #176fa9);
    transition: transform 0.3s ease;
}

.spheron-related-card::after {
    content: '';
    position: absolute;
    top: -70px;
    right: -60px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.spheron-related-card:hover {
    color: var(--white-color);
    transform: translateY(-6px);
}

.spheron-related-card span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.spheron-related-card strong {
    margin-top: 7px;
    font-family: var(--accent-font);
    font-size: 30px;
}

.spheron-related-card i {
    position: absolute;
    right: 28px;
    bottom: 32px;
    color: var(--accent-color);
}

@media (max-width: 991px) {
    .spheron-header .navbar-toggle {
        display: block;
    }

    .spheron-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 300px);
    }

    .spheron-gallery-item:first-child {
        grid-row: auto;
    }

    .spheron-catalog-hero {
        padding: 170px 0 90px;
    }

    .spheron-catalog-count {
        justify-content: flex-start;
        margin-top: 45px;
    }

    .spheron-product-hero-image {
        height: 480px;
        margin: 55px 0 0;
    }
}

@media (max-width: 767px) {
    .spheron-header .header-sticky {
        padding: 15px;
    }

    .spheron-axiron-hero {
        background-position: 63% center;
    }

    .spheron-axiron-hero .hero-content-body {
        grid-template-columns: 1fr;
    }

    .spheron-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .spheron-gallery-item {
        height: 300px;
    }

    .spheron-facility {
        padding-bottom: 80px;
    }

    .footer-newsletter-box {
        align-items: flex-start;
        gap: 25px;
    }

    .spheron-catalog-hero .section-title h1,
    .spheron-product-hero .section-title h1 {
        font-size: 46px;
    }

    .spheron-series-legend,
    .spheron-product-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .spheron-catalog,
    .spheron-specifications,
    .spheron-related-products {
        padding: 75px 0 80px;
    }

    .spheron-product-hero {
        padding: 145px 0 70px;
    }

    .spheron-product-hero-facts {
        grid-template-columns: 1fr;
    }

    .spheron-product-hero-facts > div + div {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 0;
    }

    .spheron-product-hero-image {
        height: 360px;
        border-radius: 80px 10px 80px 10px;
    }

    .spheron-spec-panel {
        padding: 28px 24px;
    }
}

/* Contact and footer: Axiron contact template adaptation */
.page-contact-us {
    padding: 110px 0;
    background: var(--white-color);
}

.contact-image-form-box {
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(16, 63, 112, 0.09);
    background: #eef5f9;
    box-shadow: 0 24px 70px rgba(7, 40, 69, 0.08);
}

.contact-image-box {
    width: 42%;
}

.contact-us-image figure::before {
    background: linear-gradient(180deg, rgba(4, 24, 42, 0.02) 20%, rgba(5, 35, 60, 0.3) 48%, rgba(5, 35, 60, 0.96) 100%);
}

.contact-us-image img {
    min-height: 720px;
    aspect-ratio: auto;
    object-position: center top;
}

.contact-info-item-list {
    right: 28px;
    bottom: 30px;
    left: 28px;
}

.contact-info-person {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--dark-divider-color);
}

.contact-info-person span {
    display: block;
    margin-bottom: 5px;
    color: #8ed3ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-info-person h2 {
    margin: 0;
    color: var(--white-color);
    font-size: clamp(27px, 2.4vw, 38px);
}

.contact-info-person p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.contact-info-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.contact-info-item .icon-box {
    color: var(--white-color);
    background: linear-gradient(135deg, var(--spheron-blue), var(--spheron-sky));
}

.contact-info-item .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.contact-info-item:hover .icon-box i {
    color: var(--spheron-navy);
}

.contact-info-item-content p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.contact-info-item-content h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.contact-us-form {
    width: 58%;
    padding: 54px 48px;
}

.contact-us-form .section-title {
    margin-bottom: 30px;
}

.contact-us-form .section-title h2 {
    color: var(--spheron-ink);
    font-size: clamp(36px, 3.6vw, 56px);
}

.contact-us-form .section-title p {
    max-width: 620px;
    margin-top: 16px;
}

.contact-form .form-control {
    min-height: 54px;
    color: var(--spheron-ink);
    border: 1px solid rgba(16, 63, 112, 0.08);
    background: var(--white-color);
}

.contact-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form select.form-control {
    cursor: pointer;
}

.contact-form .form-control:focus {
    border-color: rgba(50, 148, 214, 0.55);
    box-shadow: 0 0 0 3px rgba(50, 148, 214, 0.1);
}

.spheron-consent {
    margin: 0;
    color: var(--text-color);
}

.spheron-form-error {
    display: block;
    margin-top: 7px;
    color: #b83838;
}

.spheron-inquiry-form__footer {
    margin-top: 24px;
}

.spheron-inquiry-form__footer p {
    color: rgba(64, 82, 105, 0.72);
}

.spheron-form-alert--success {
    color: #17643a;
    border-color: rgba(31, 139, 81, 0.18);
    background: #e9f8ef;
}

.spheron-form-alert--error {
    color: #993333;
    border-color: rgba(170, 47, 47, 0.18);
    background: #fff0f0;
}

.main-footer {
    background-color: #082d4e;
}

.spheron-footer-logo {
    margin: auto 0 0;
    padding: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
}

.spheron-footer-logo img {
    width: 205px;
}

.footer-newsletter-box-title {
    width: calc(58% - 15px);
}

.footer-newsletter-box > .btn-default {
    margin-left: auto;
}

.footer-contact-links ul {
    display: grid;
    gap: 14px;
}

.footer-contact-links ul li.footer-contact-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    gap: 12px;
    padding: 0 0 14px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: var(--white-color);
    background: transparent;
    text-transform: none;
}

.footer-contact-links ul li.footer-contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(123, 202, 248, 0.34);
    border-radius: 50%;
    color: #7bcaf8;
    background: rgba(78, 171, 225, 0.08);
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-contact-icon:hover,
.footer-contact-icon:focus-visible {
    color: #fff;
    background: rgba(78, 171, 225, 0.2);
    box-shadow: none;
    transform: translateY(-2px);
}

.footer-contact-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.footer-contact-links .footer-contact-content > span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.footer-contact-links .footer-contact-content a,
.footer-contact-links .footer-contact-content address {
    margin: 0;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
}

.footer-contact-links .footer-contact-content a:hover {
    color: #7bcaf8;
}

.contact-info-item .icon-box {
    border: 1px solid rgba(123, 202, 248, 0.34);
    color: #7bcaf8;
    background: rgba(78, 171, 225, 0.1);
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-item .icon-box:hover,
.contact-info-item .icon-box:focus-visible {
    color: #fff;
    background: rgba(78, 171, 225, 0.22);
    box-shadow: none;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .spheron-header .navbar-brand {
        padding: 0;
    }

    .contact-image-box,
    .contact-us-form {
        width: 50%;
    }

    .contact-us-form {
        padding: 42px 34px;
    }
}

@media (max-width: 991px) {
    .spheron-header .navbar-brand {
        padding: 0;
    }

    .contact-image-form-box {
        gap: 18px;
    }

    .contact-image-box,
    .contact-us-form {
        width: 100%;
    }

    .contact-us-image img {
        min-height: 650px;
    }
}

@media (max-width: 767px) {
    .page-contact-us {
        padding: 75px 0;
    }

    .contact-image-form-box {
        padding: 10px;
    }

    .contact-image-box {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 14px;
        background: #0b385f;
    }

    .contact-us-image,
    .contact-us-image figure {
        height: auto;
    }

    .contact-us-image figure {
        border-radius: 14px 14px 0 0;
    }

    .contact-us-image figure::before {
        background: linear-gradient(180deg, transparent 68%, rgba(5, 35, 60, 0.2) 100%);
    }

    .contact-us-image img {
        height: clamp(360px, 112vw, 460px);
        min-height: 0;
        border-radius: 14px 14px 0 0;
        object-position: center 18%;
    }

    .contact-info-item-list {
        position: static;
        padding: 28px 22px 24px;
        background: #0b385f;
        border-radius: 0 0 14px 14px;
    }

    .contact-us-form {
        padding: 34px 20px;
    }

    .contact-us-form .section-title h2 {
        font-size: 36px;
    }

    .footer-newsletter-box-title {
        width: 100%;
    }

    .footer-newsletter-box > .btn-default {
        margin-left: 0;
    }
}

/* Refined mobile navigation based on the Axiron SlickNav structure. */
@media (max-width: 991px) {
    .spheron-header .navbar-toggle .slicknav_btn {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 11px;
        background: linear-gradient(145deg, #247fbc, #3da8df);
        box-shadow: 0 10px 24px rgba(20, 101, 157, 0.22);
    }

    .spheron-header .responsive-menu {
        position: absolute;
        z-index: 120;
        right: 15px;
        left: 15px;
        top: calc(100% - 15px);
    }

    .spheron-header .slicknav_menu {
        position: relative;
        width: auto;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .spheron-header .slicknav_nav {
        padding: 10px;
        overflow: hidden;
        border: 1px solid rgba(91, 174, 224, 0.2);
        border-radius: 0 0 16px 16px;
        background:
            radial-gradient(circle at 100% 0, rgba(78, 171, 225, 0.18), transparent 38%),
            linear-gradient(145deg, #082f53 0%, #0b416d 100%);
        box-shadow: 0 22px 48px rgba(3, 28, 51, 0.28);
    }

    .spheron-header .slicknav_menu ul {
        margin: 0;
    }

    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px !important;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.94);
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a::before {
        width: 5px;
        height: 5px;
        margin-right: 12px;
        border-radius: 50%;
        background: #4eabe1;
        content: '';
    }

    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a::after {
        margin-left: auto;
        color: rgba(255, 255, 255, 0.48);
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        content: '›';
        transition: transform 0.2s ease, color 0.2s ease;
    }

    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a:hover,
    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a:focus {
        color: #fff;
        background: rgba(255, 255, 255, 0.06);
    }

    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a:hover::after,
    .spheron-header .slicknav_nav > li:not(.mobile-language-item) > a:focus::after {
        color: #4eabe1;
        transform: translateX(3px);
    }

    .spheron-header .slicknav_nav .mobile-language-item {
        padding: 0;
        margin: 10px 0 0;
        border-top: 0;
    }

    .spheron-header .slicknav_nav .mobile-language-item a {
        min-height: 44px;
        padding: 0 14px !important;
        margin: 0;
        border: 1px solid rgba(91, 174, 224, 0.22);
        border-radius: 10px !important;
        color: #fff;
        background: rgba(79, 171, 225, 0.1);
        font-size: 14px;
        font-weight: 600;
    }

    .spheron-header .slicknav_nav .mobile-language-item i {
        color: #4eabe1;
    }
}

/* Knowledge base and technical articles. */
.spheron-blog-page .section-row {
    margin-bottom: 62px;
}

.spheron-post-item {
    display: flex;
    height: calc(100% - 30px);
    flex-direction: column;
    padding: 12px 12px 26px;
    border: 1px solid rgba(16, 63, 112, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(9, 48, 79, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spheron-post-item:hover {
    box-shadow: 0 22px 54px rgba(9, 48, 79, 0.15);
    transform: translateY(-6px);
}

.spheron-post-item .post-featured-image {
    margin-bottom: 22px;
}

.spheron-post-item .post-featured-image figure img {
    aspect-ratio: 1.35 / 1;
}

.spheron-post-item .post-item-btn a {
    color: #fff;
    text-decoration: none;
}

.spheron-post-item .post-item-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 10px;
}

.spheron-post-item .post-item-meta ul {
    gap: 10px 16px;
}

.spheron-post-item .post-item-meta li {
    color: #5c7185;
    font-size: 13px;
}

.spheron-post-item .post-item-meta i {
    color: var(--accent-color);
}

.spheron-post-item .post-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.spheron-post-item .post-item-content h2 {
    margin-bottom: 12px;
    color: #0a385f;
    font-size: 22px;
}

.spheron-post-item .post-item-content p {
    margin-bottom: 20px;
    color: #536b7f;
    font-size: 15px;
    line-height: 1.65;
}

.spheron-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #176ba7;
    font-weight: 700;
}

.spheron-text-link i {
    transition: transform 0.2s ease;
}

.spheron-text-link:hover i {
    transform: translateX(4px);
}

.spheron-article-header .page-header-box {
    max-width: 1040px;
    margin: 0 auto;
}

.spheron-article-header .page-header-box h1 {
    margin: 22px 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.06;
}

.article-back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.article-back-link:hover {
    color: #7bcaf8;
}

.spheron-article-header .post-single-meta .breadcrumb {
    justify-content: center;
}

.spheron-single-post .post-image img {
    aspect-ratio: 2 / 1;
    background: #edf4f8;
}

.spheron-single-post .post-entry {
    padding: 26px 0 46px;
}

.spheron-single-post .post-entry section {
    margin-top: 42px;
}

.spheron-single-post .post-entry h2 {
    color: #0a385f;
    font-size: clamp(30px, 3vw, 44px);
}

.spheron-single-post .post-entry p,
.spheron-single-post .post-entry li {
    color: #405f76;
    line-height: 1.78;
}

.spheron-single-post .post-entry ul {
    display: grid;
    gap: 12px;
    padding-left: 0;
    list-style: none;
}

.spheron-single-post .post-entry ul li {
    position: relative;
    padding: 14px 18px 14px 48px;
    margin: 0;
    border: 1px solid #dce8f1;
    border-radius: 10px;
    background: #f5f9fc;
}

.spheron-single-post .post-entry ul li::before {
    position: absolute;
    top: 17px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #3294d6;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    content: '\f00c';
}

.article-lead {
    padding: 24px 28px;
    border-left: 4px solid #3294d6;
    border-radius: 0 12px 12px 0;
    color: #153f60 !important;
    background: #edf6fb;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.65 !important;
}

.article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 34px 38px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(78, 171, 225, 0.36), transparent 40%),
        linear-gradient(135deg, #08365d, #155f95);
}

.article-cta h2 {
    margin: 8px 0;
    color: #fff;
    font-size: 32px;
}

.article-cta p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.article-cta .btn-default {
    flex: 0 0 auto;
}

.article-related {
    padding: 100px 0 80px;
    background: #f1f7fb;
}

.article-card-category {
    display: inline-block;
    margin-bottom: 8px;
    color: #2489c5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.spheron-post-item--compact .post-item-content {
    padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .spheron-header .navbar-brand {
        width: 175px;
    }

    .spheron-header .main-menu ul li {
        margin: 0 7px;
    }

    .spheron-header .main-menu ul li a {
        font-size: 15px;
        white-space: nowrap;
    }

    .spheron-header .header-actions {
        gap: 10px;
        margin-left: 10px;
    }

    .spheron-header .header-actions .btn-default {
        padding: 15px 18px;
    }
}

@media (max-width: 991px) {
    .article-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .quality-fractions-photo {
        margin-top: 42px;
        margin-bottom: 28px;
        border-radius: 14px;
    }

    .quality-fractions-photo img {
        aspect-ratio: 4 / 3;
        object-position: center 75%;
    }

    .quality-fractions-photo figcaption {
        right: 18px;
        bottom: 16px;
        left: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .quality-fractions-photo figcaption strong {
        max-width: none;
        font-size: 15px;
        text-align: left;
    }

    .spheron-blog-page .section-row {
        margin-bottom: 42px;
    }

    .spheron-article-header .page-header-box h1 {
        font-size: 37px;
    }

    .spheron-article-header .post-single-meta .breadcrumb {
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }

    .spheron-article-header .post-single-meta ol li {
        margin-right: 0;
        font-size: 14px;
    }

    .spheron-single-post .post-entry {
        padding-top: 10px;
    }

    .article-lead {
        padding: 20px;
        font-size: 18px;
    }

    .spheron-single-post .post-entry section {
        margin-top: 34px;
    }

    .spheron-single-post .post-entry ul li {
        padding: 14px 14px 14px 44px;
        font-size: 16px;
    }

    .article-cta {
        padding: 28px 22px;
    }

    .article-cta h2 {
        font-size: 27px;
    }

    .article-related {
        padding: 70px 0 45px;
    }
}
