:root {
    --navy: #454344;
    --navy-2: #071f3b;
    --navy-3: #0b2b4d;
    --orange: #8cb723;
    --orange-2: #769d16;
    --green: #35882e;
    --text: #221f1f;
    --muted: #4c5a70;
    --border: #dfe5ee;
    --soft: #f6f8fb;
    --white: #ffffff;
    --shadow: 0 18px 46px rgba(5, 23, 44, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: "Karla", sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
}

svg:not(.icon-sprite) {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-sprite {
    display: none;
}

.page-gutter {
    max-width: 1920px;
    padding-left: 54px;
    padding-right: 54px;
}

.section-pad {
    padding: 92px 0;
}

.section-kicker,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: var(--orange);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-label:after,
.section-label.centered:before,
.section-label.centered:after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--orange);
    border-radius: 10px;
}

.section-label:not(.centered):before {
    display: none;
}

.section-heading {
    margin-bottom: 36px;
}

.section-heading h2 {
    margin: 10px 0 14px;
    color: var(--text);
    font-size: 33px;
    font-weight: 900;
    line-height: 1.12;
}

.section-heading h2 span,
.hero-copy h1 span,
.cta-panel h2 span,
.faq-title em,
.quote-title em {
    color: var(--orange);
    font-style: normal;
}

.section-heading p,
.lead-text,
.body-text {
    max-width: 780px;
    color: var(--muted);
    text-align: justify;
    font-size: 19px;
}

.section-heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.mini-line,
.center-line {
    width: 78px;
    height: 4px;
    margin: 16px 0 22px;
    border-radius: 10px;
    background: var(--orange);
    position: relative;
}

.center-line {
    margin-left: auto;
    margin-right: auto;
    background: var(--navy);
}

.mini-line:after,
.center-line:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: inherit;
}

.btn-main,
.btn-dark-main,
.btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 64px;
    min-width: 210px;
    padding: 0 32px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn-main {
    color: var(--white);
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    box-shadow: 0 12px 30px rgba(255, 121, 0, .25);
}

.btn-dark-main {
    color: var(--white);
    background: var(--navy);
}

.btn-outline-light {
    color: var(--white);
    border-color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .03);
}

.btn-main:hover,
.btn-dark-main:hover,
.btn-outline-light:hover {
    transform: translateY(-2px);
}

.image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    color: rgba(7, 31, 59, .78);
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px dashed rgba(255, 121, 0, .65);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(228, 234, 242, .72)),
        repeating-linear-gradient(45deg, rgba(255, 121, 0, .08) 0 10px, rgba(4, 23, 44, .04) 10px 20px);
    overflow: hidden;
}

.site-header {
    position: relative;
    z-index: 50;
    color: var(--white);
    background: #03101f;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: #8eb825;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 42px;
}

.top-contact a,
.top-bar p {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    margin: 0;
    color: rgba(255, 255, 255, .96);
    font-size: 16px;
}

.top-contact svg {
    color: var(--white);
    font-size: 20px;
}

.main-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    background: white;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 126px;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand-mark {
    position: relative;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border: 7px solid var(--orange);
    border-radius: 50%;
}

.brand-mark:before,
.brand-mark:after,
.brand-mark span {
    content: "";
    position: absolute;
    top: 50%;
    height: 13px;
    margin-top: -6px;
    background: var(--white);
    border-radius: 2px;
    box-shadow: 0 0 0 2px rgba(4, 23, 44, .45);
}

.brand-mark:before {
    left: -10px;
    width: 22px;
}

.brand-mark:after {
    right: -10px;
    width: 22px;
}

.brand-mark span {
    left: 18px;
    width: 26px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    color: var(--white);
    font-size: 27px;
    font-weight: 900;
}

.brand-text em {
    color: var(--orange);
    font-style: normal;
}

.brand-text small {
    margin-top: 6px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 38px;
}

.nav-menu a:not(.quote-link),
.nav-dropdown-toggle {
    color: #201d1d;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.nav-dropdown-toggle:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle:after,
.nav-dropdown:focus-within .nav-dropdown-toggle:after,
.nav-dropdown.is-open .nav-dropdown-toggle:after {
    margin-top: 2px;
    transform: rotate(225deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    min-width: 285px;
    padding: 12px;
    border: 1px solid rgba(4, 23, 44, .1);
    border-top: 3px solid var(--orange);
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 20px 44px rgba(4, 23, 44, .18);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.nav-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 14px;
    height: 14px;
    background: var(--orange);
    transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(-50%, 0);
}

.nav-dropdown-menu a:not(.quote-link) {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    color: var(--text);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

.nav-dropdown-menu a:not(.quote-link):hover {
    color: var(--orange);
    background: rgba(255, 121, 0, .08);
    padding-left: 18px;
}

.nav-menu svg {
    display: none;
}

.quote-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 68px;
    color: var(--white);
    border-radius: 5px;
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 42px;
    border: 1px solid rgba(4, 23, 44, .28);
    border-radius: 5px;
    background: transparent;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: var(--navy);
}

.hero-section {
    position: relative;
    /* min-height: 750px; */
    /* padding: 15px 0 15px; */
    color: var(--white);
    overflow: hidden;
}

.hero-section:before,
.cta-panel:before,
.site-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: .16;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.hero-copy h1 {
    margin: 24px 0;
    color: var(--white);
    font-size: 50px;
    font-weight: 900;
    line-height: 1.16;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .38);
}

.hero-copy p,
.cta-panel p {
    max-width: 620px;
    color: rgba(255, 255, 255, .92);
    font-size: 23px;
}

.hero-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin: 34px 0 42px;
}

.hero-checks span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.hero-checks svg {
    color: var(--orange);
    flex: 0 0 24px;
    font-size: 24px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.hero-actions svg {
    font-size: 24px;
}

.hero-visual,
.cta-visual {
    position: relative;
    min-height: 585px;
}

.hero-bg-slot,
.cta-bg-slot {
    position: absolute;
    inset: 0;
    min-height: 100%;
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 121, 0, .3);
    background:
        linear-gradient(rgba(5, 20, 36, .62), rgba(5, 20, 36, .62)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .07) 0 2px, transparent 2px 46px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .04) 0 2px, transparent 2px 42px);
}

.orange-angle {
    position: absolute;
    right: -80px;
    top: 128px;
    width: 230px;
    height: 410px;
    background: rgba(255, 121, 0, .78);
    transform: skewX(-30deg);
}

.product-stage {
    position: absolute;
    right: 70px;
    bottom: 40px;
    width: 560px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4b4f54, #16191d);
    box-shadow: 0 22px 42px rgba(0, 0, 0, .45);
}

.product-placeholder {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .56);
    background:
        radial-gradient(circle at 32% 18%, #ffffff, #bfc3c7 35%, #696d72 76%, #2e3238),
        linear-gradient(135deg, #f7f7f7, #5d6168);
    box-shadow: inset 0 12px 26px rgba(255, 255, 255, .38), inset 0 -16px 28px rgba(0, 0, 0, .22), 0 18px 36px rgba(0, 0, 0, .32);
}

.product-placeholder:before,
.product-placeholder:after {
    content: "";
    position: absolute;
    border: 12px solid #9ea3a9;
    background: #f5f5f5;
    box-shadow: inset 0 0 0 6px #555b62;
}

.product-y {
    left: 12%;
    top: 185px;
    width: 430px;
    height: 255px;
    border-radius: 48px 132px 48px 132px;
    transform: rotate(-17deg);
}

.product-y:before {
    left: -56px;
    top: 54px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.product-y:after {
    right: -56px;
    top: 58px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.product-y span {
    transform: rotate(17deg);
}

.product-t {
    right: 88px;
    top: 120px;
    width: 250px;
    height: 390px;
    border-radius: 34px;
}

.product-t:before {
    left: -84px;
    top: 150px;
    width: 120px;
    height: 100px;
    border-radius: 50%;
}

.product-t:after {
    right: -84px;
    top: 150px;
    width: 120px;
    height: 100px;
    border-radius: 50%;
}

.product-caption {
    position: absolute;
    z-index: 4;
    right: 120px;
    bottom: 40px;
    min-width: 310px;
    padding: 18px 26px 18px 34px;
    color: var(--white);
    background: rgba(3, 16, 31, .92);
    border-radius: 5px;
    border-left: 7px solid var(--orange);
}

.product-caption strong,
.product-caption small {
    display: block;
    color: var(--white);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-caption span {
    display: block;
    color: var(--orange);
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: rgba(8, 34, 61, .78);
    box-shadow: var(--shadow);
}

.hero-stats {
    position: relative;
    z-index: 5;
    margin-top: 38px;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 128px;
    padding: 24px 18px;
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.stat-item:last-child {
    border-right: 0;
}

.stat-item svg {
    flex: 0 0 58px;
    color: var(--orange);
    font-size: 58px;
}

.stat-item strong {
    display: block;
    color: var(--white);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.05;
}

.stat-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
}

.about-section {
    position: relative;
}

.about-section:before,
.products-section:before,
.values-section:before,
.industries-section:before,
.contact-section:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 7% 12%, rgba(255, 121, 0, .12) 0 1px, transparent 2px),
        radial-gradient(circle at 92% 72%, rgba(255, 121, 0, .11) 0 1px, transparent 2px);
    background-size: 10px 10px, 12px 12px;
    opacity: .7;
}

.about-section .container,
.products-section .container,
.values-section .container,
.industries-section .page-gutter,
.contact-section .page-gutter {
    position: relative;
    z-index: 1;
}

.about-media {
    position: relative;
    min-height: 560px;
}

.dot-pattern {
    position: absolute;
    left: -55px;
    top: -46px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 121, 0, .45) 1px, transparent 2px);
    background-size: 10px 10px;
}

.about-photo {
    position: absolute;
    min-height: 500px;
    align-items: flex-start;
    padding-top: 55px;
    color: rgba(255, 255, 255, .76);
    border: 0;
    border-radius: 0 16px 16px 0;
    background:
        linear-gradient(rgba(13, 35, 57, .28), rgba(13, 35, 57, .28)),
        repeating-linear-gradient(90deg, rgba(4, 23, 44, .34) 0 14px, transparent 14px 92px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .22) 0 10px, transparent 10px 78px),
        linear-gradient(135deg, #aeb9c6, #324a61);
    padding: 0 !important;
}

.experience-badge {
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 220px;
    min-height: 298px;
    padding: 34px 28px;
    color: var(--white);
    border: 1px solid rgba(255, 121, 0, .8);
    border-radius: 0 14px 14px 14px;
    background: linear-gradient(145deg, rgba(5, 23, 44, .96), rgba(9, 42, 76, .94));
    box-shadow: 0 18px 36px rgba(5, 23, 44, .28);
}

.experience-badge svg {
    display: block;
    margin-bottom: 14px;
    color: var(--orange);
    font-size: 78px;
}

.experience-badge strong,
.experience-badge span,
.experience-badge small {
    display: block;
    text-transform: uppercase;
}

.experience-badge strong {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
}

.experience-badge span {
    color: var(--orange);
    font-size: 32px;
    font-weight: 900;
}

.experience-badge small {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.35;
}

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

.feature-card {
    display: flex;
    gap: 22px;
    padding: 26px 24px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.feature-card>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    height: 64px;
    color: var(--white);
    border-radius: 50%;
    background: var(--navy);
}

.feature-card svg {
    font-size: 34px;
}

.feature-card h3,
.benefit-item h3,
.cta-benefits h3,
.footer-benefits h4 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 20px;
    font-weight: 900;
}

.feature-card h3:after,
.product-card h3:after,
.industry-card h3:after,
.value-card h3:after,
.faq-title h3:after,
.quote-title h3:after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 8px;
    border-radius: 8px;
    background: var(--orange);
}

.feature-card p,
.benefit-item p,
.cta-benefits p,
.footer-benefits p {
    margin: 0;
    color: var(--text);
    font-size: 16px;
}

.light-stats {
    margin: 34px auto 0;
    background: var(--white);
    border-color: var(--border);
    max-width: 1720px;
}

.light-stats .stat-item,
.contact-stats .stat-item {
    color: var(--text);
    border-right-color: var(--border);
}

.light-stats .stat-item strong,
.light-stats .stat-item span,
.contact-stats .stat-item strong,
.contact-stats .stat-item span {
    color: var(--text);
}

.about-action {
    margin-top: 28px;
}

.products-section {
    position: relative;
    padding-bottom: 0;
    background: #fbfcfe;
    overflow: hidden;
}

.product-row {
    margin-top: 14px;
}

.product-card {
    position: relative;
    padding: 26px 30px 32px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.card-number {
    position: absolute;
    z-index: 3;
    left: 28px;
    top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--white);
    border-radius: 50%;
    background: var(--navy);
    font-size: 18px;
    font-weight: 900;
}

.product-image {
    margin-bottom: 24px;
    border: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .96), transparent 44%),
        linear-gradient(145deg, #fafafa, #e9eef4);
}

.product-image.line-art {
    color: var(--navy);
    border: 2px solid rgba(7, 31, 59, .16);
    background: #fff;
}

.product-card h3,
.industry-card h3,
.value-card h3,
.faq-title h3,
.quote-title h3 {
    margin: 0 0 16px;
    color: var(--text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.18;
}

.product-card p {
    min-height: 130px;
    margin: 0 0 22px;
    color: var(--text);
    font-size: 16px;
}

.product-card a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0 28px;
    color: var(--text);
    border: 1px solid var(--navy);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-card a span {
    color: var(--orange);
    font-size: 26px;
}

.benefit-band {
    margin-top: 24px;
    padding: 38px 0;
    color: var(--white);
    background: linear-gradient(120deg, #2a292a, #474546);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 96px;
    padding-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .24);
}

.benefit-item:last-child {
    border-right: 0;
}

.benefit-item svg {
    flex: 0 0 60px;
    color: var(--orange);
    font-size: 60px;
}

.benefit-item h3,
.benefit-item p,
.cta-benefits h3,
.cta-benefits p,
.footer-benefits h4,
.footer-benefits p {
    color: var(--white);
}

.values-section {
    position: relative;
    background:
        linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .94)),
        repeating-linear-gradient(90deg, rgba(7, 31, 59, .06) 0 2px, transparent 2px 70px);
}

.mission {
    position: relative;
    margin-bottom: 10px;
}

.value-card {
    min-height: 640px;
    padding: 34px 19px 34px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}

.value-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 180px;
    background: rgba(255, 121, 0, .1);
}

.value-blue:before {
    background: rgba(7, 95, 155, .1);
}

.value-green:before {
    background: rgba(53, 136, 46, .12);
}

.value-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    right: 24%;
    height: 8px;
    border-radius: 0 0 20px 20px;
    background: var(--orange);
}

.value-blue:after {
    background: var(--navy);
}

.value-green:after {
    background: var(--green);
}

.value-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 0 auto 40px;
    color: var(--orange);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 16px 34px rgba(5, 23, 44, .08);
}

.value-blue .value-icon {
    color: var(--navy);
}

.value-green .value-icon {
    color: var(--green);
}

.value-icon svg {
    font-size: 58px;
}

.value-card h3 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.value-card h3:after {
    margin-left: auto;
    margin-right: auto;
}

.value-card p {
    position: relative;
    z-index: 1;
    min-height: 112px;
    color: var(--text);
    font-size: 17px;
}

.value-card ul {
    position: relative;
    z-index: 1;
    margin: 24px 0 0;
    padding: 24px 0 0;
    list-style: none;
    text-align: left;
    border-top: 1px solid var(--border);
}

.value-card li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0;
    color: var(--text);
    font-size: 16px;
}

.value-card li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    height: 40px;
    color: var(--white);
    border-radius: 50%;
    background: var(--orange);
}

.value-blue li span {
    background: var(--navy);
}

.value-green li span {
    background: var(--green);
}

.dark-stats {
    margin-top: 34px;
    background: linear-gradient(120deg, #031126, #082846);
    border-color: rgba(255, 121, 0, .4);
}

.cta-section {
    padding: 60px 0;
    background: #fbfcfe;
}

.cta-panel {
    position: relative;
    overflow: hidden;
    padding: 82px 64px 34px;
    color: var(--white);
    border-radius: 16px;
    background:
        radial-gradient(circle at 82% 28%, rgba(255, 121, 0, .2), transparent 24%),
        linear-gradient(120deg, rgba(4, 20, 39, .98), rgba(6, 38, 69, .96));
}

.cta-panel>* {
    position: relative;
    z-index: 1;
}

.cta-panel h2 {
    margin: 24px 0 18px;
    color: var(--white);
    font-size: 60px;
    font-weight: 900;
    line-height: 1.16;
}

.cta-visual {
    min-height: 430px;
}

.cta-visual .product-stage {
    right: 60px;
    bottom: 28px;
    width: 520px;
}

.cta-visual .product-y {
    left: 16%;
    top: 145px;
    width: 360px;
    height: 215px;
}

.cta-visual .product-t {
    right: 90px;
    top: 78px;
    width: 220px;
    height: 335px;
}

.cta-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 42px;
    padding: 30px 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(8, 48, 82, .72);
}

.cta-benefits div {
    min-height: 160px;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.cta-benefits div:last-child {
    border-right: 0;
}

.cta-benefits svg {
    color: var(--orange);
    font-size: 68px;
}

.cta-benefits h3 {
    margin-top: 14px;
    text-transform: uppercase;
}

.call-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding-top: 28px;
}

.call-strip span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
}

.call-strip svg {
    color: var(--orange);
    font-size: 36px;
}

.call-strip strong {
    color: var(--orange);
    font-size: 44px;
    font-weight: 900;
}

.industries-section,
.contact-section {
    position: relative;
    background: #fbfcfe;
    overflow: hidden;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.industry-card {
    min-height: 560px;
    overflow: hidden;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.industry-image {
    height: 235px;
    min-height: 235px;
    color: rgba(255, 255, 255, .8);
    border: 0;
    border-radius: 10px 10px 0 0;
    background:
        linear-gradient(rgba(6, 31, 57, .22), rgba(6, 31, 57, .22)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .2) 0 3px, transparent 3px 44px),
        linear-gradient(135deg, #a5c7dc, #234862 54%, #f47a13);
}

.industry-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin: -44px auto 18px;
    color: var(--orange);
    border: 4px solid var(--white);
    border-radius: 50%;
    background: var(--navy);
    box-shadow: 0 12px 28px rgba(4, 23, 44, .25);
}

.industry-icon svg {
    font-size: 44px;
}

.industry-card h3 {
    min-height: 64px;
    padding: 0 20px;
    text-transform: uppercase;
}

.industry-card h3:after {
    margin-left: auto;
    margin-right: auto;
}

.industry-card p {
    margin: 0;
    padding: 0 20px 28px;
    color: var(--text);
    font-size: 15px;
}

.industries-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
}

.quote-card,
.faq-card {
    min-height: 865px;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.quote-card {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgb(67 65 66), rgb(0 0 0 / 57%)), repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 48px)
}

.quote-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 46px 38px 30px;
}

.quote-title {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 26px;
}

.quote-title>span,
.faq-title>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    height: 78px;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 50%;
}

.quote-title svg,
.faq-title svg {
    font-size: 42px;
}

.quote-title h3,
.faq-title h3 {
    color: var(--white);
    font-size: 30px;
}

.quote-title p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.newsletter input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 6px;
    outline: 0;
    background: rgba(255, 255, 255, .06);
}

.quote-form textarea {
    min-height: 105px;
    padding-top: 16px;
    resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder,
.newsletter input::placeholder {
    color: rgba(255, 255, 255, .84);
}

.quote-form select {
    color: rgba(255, 255, 255, .84);
}

.quote-form option {
    color: var(--text);
}

.form-checker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 16px;
    color: var(--white);
    font-size: 13px;
}

.form-checker input {
    width: 18px;
    height: 18px;
    min-height: auto;
    padding: 0;
    accent-color: var(--orange);
}

.quote-product {
    position: absolute;
    right: 0;
    top: 95px;
    bottom: 138px;
    width: 100%;
    opacity: .88;
}

.quote-product-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    color: rgba(0, 0, 0, .62);
    border: 0;
    border-radius: 22px 0 0 22px;
    background:
        radial-gradient(circle at 45% 40%, #f6f6f6, #858a91 42%, #2d3540 78%),
        linear-gradient(135deg, #eef1f5, #6f747a);
}

.quote-features {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 28px 34px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: rgba(3, 16, 31, .45);
}

.quote-features div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 6px 12px;
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.quote-features div:last-child {
    border-right: 0;
}

.quote-features svg {
    grid-row: span 2;
    color: var(--orange);
    font-size: 38px;
}

.quote-features strong {
    color: var(--white);
    font-size: 13px;
}

.quote-features span {
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
}

.faq-card {
    padding: 46px 36px;
    border: 1px solid var(--border);
    background: var(--white);
}

.faq-title {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
}

.faq-title h3 {
    color: var(--text);
    margin-bottom: 0;
}

.faq-item {
    margin-bottom: 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
}

.faq-item button {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 64px;
    padding: 0 20px;
    color: var(--text);
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 900;
}

.faq-item button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    height: 38px;
    color: var(--white);
    border-radius: 50%;
    background: var(--navy);
}

.faq-item button i {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.faq-item button i:before,
.faq-item button i:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 7px;
    height: 2px;
    background: currentColor;
}

.faq-item button i:after {
    transform: rotate(90deg);
}

.faq-item.active button i:after {
    opacity: 0;
}

.faq-item p {
    display: none;
    margin: 0;
    padding: 0 28px 24px 88px;
    color: var(--text);
    font-size: 16px;
}

.faq-item.active p {
    display: block;
}

.faq-callout {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #f5f7fa;
}

.faq-callout>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    height: 56px;
    color: var(--orange);
    border-radius: 50%;
    background: rgba(255, 121, 0, .12);
}

.faq-callout strong,
.faq-callout small {
    display: block;
}

.faq-callout a {
    margin-left: auto;
    min-width: 170px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 6px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 36px;
    background: var(--white);
    border-color: var(--border);
}

.site-footer {
    position: relative;
    overflow: hidden;
    color: var(--white);
    border-top: 6px solid var(--orange);
    background: #201d1d;
}

.footer-map {
    position: absolute;
    left: 16%;
    right: 8%;
    top: 26px;
    height: 270px;
    opacity: .2;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .9) 1px, transparent 2px);
    background-size: 12px 12px;
    mask-image: radial-gradient(ellipse at 50% 42%, #000 0 58%, transparent 72%);
}

.footer-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr .5fr 1.2fr 1.2fr;
    gap: 54px;
    padding: 92px 0 52px;
}

.footer-brand {
    margin-bottom: 26px;
}

.footer-about p {
    max-width: 430px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
}

.footer-main h3 {
    margin: 0 0 28px;
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-main h3:after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 12px;
    border-radius: 6px;
    background: var(--orange);
}

.footer-checks,
.footer-links,
.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-checks li,
.footer-contact li,
.footer-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
}

.footer-checks li,
.footer-links li,
.footer-contact li {
    margin-bottom: 17px;
}

.footer-links li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-links li:last-child {
    border-bottom: 0;
}

.footer-links a:before {
    content: ">";
    color: var(--orange);
    font-weight: 900;
}

.service-links a:before {
    display: none;
}

.footer-checks svg,
.footer-contact svg,
.service-links svg {
    flex: 0 0 28px;
    color: var(--orange);
    font-size: 28px;
}

.cert-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.cert-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.newsletter {
    margin-top: 34px;
}

.newsletter p {
    color: rgba(255, 255, 255, .86);
}

.newsletter form {
    display: flex;
    align-items: stretch;
}

.newsletter input {
    border-radius: 5px 0 0 5px;
}

.newsletter button {
    width: 58px;
    color: var(--white);
    border: 0;
    border-radius: 0 5px 5px 0;
    background: var(--orange);
}

.social-row {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    font-weight: 900;
}

.footer-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-benefits div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 4px 22px;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.footer-benefits div:last-child {
    border-right: 0;
}

.footer-benefits svg {
    grid-row: span 2;
    color: var(--orange);
    font-size: 66px;
}

.footer-benefits h4 {
    margin-bottom: 4px;
    text-transform: uppercase;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom div {
    display: flex;
    gap: 26px;
}

.footer-bottom a,
.footer-bottom strong {
    color: var(--white);
}

.footer-bottom strong {
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .page-gutter {
        padding-left: 36px;
        padding-right: 36px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .hero-copy h1,
    .cta-panel h2 {
        font-size: 54px;
    }

    .nav-menu {
        gap: 22px;
    }

    .quote-link {
        min-width: 170px;
    }

    .industry-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .top-bar-inner {
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
    }

    .menu-toggle {
        display: block;
    }

    .nav-inner {
        min-height: 94px;
    }

    .nav-menu {
        position: absolute;
        left: 36px;
        right: 36px;
        top: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 0 0 10px 10px;
        background: #031126;
        box-shadow: 0 20px 42px rgba(0, 0, 0, .25);
    }

    .nav-menu.is-open {
        display: flex;
    }

    .nav-menu a:not(.quote-link),
    .nav-dropdown-toggle {
        padding: 14px;
        color: var(--white);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .nav-dropdown {
        width: 100%;
        display: block;
    }

    .nav-dropdown-toggle {
        justify-content: space-between;
        width: 100%;
    }

    .nav-dropdown-menu {
        position: static;
        display: none;
        min-width: 0;
        margin: 0 0 8px 14px;
        padding: 8px 0 8px 12px;
        border: 0;
        border-left: 2px solid var(--orange);
        border-radius: 0;
        background: rgba(255, 255, 255, .06);
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .nav-dropdown-menu:before {
        display: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        display: block;
        transform: none;
    }

    .nav-dropdown-menu a:not(.quote-link) {
        min-height: 42px;
        padding: 10px 14px;
        color: rgba(255, 255, 255, .92);
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        text-transform: capitalize;
    }

    .nav-dropdown-menu a:not(.quote-link):hover {
        color: var(--white);
        background: rgba(255, 121, 0, .2);
        padding-left: 18px;
    }

    .quote-link {
        width: 100%;
        margin-top: 14px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-visual,
    .cta-visual {
        min-height: 520px;
    }

    .product-y {
        left: 11%;
        width: 380px;
        height: 225px;
    }

    .product-t {
        right: 86px;
        width: 220px;
        height: 350px;
    }

    .stats-panel,
    .benefit-grid,
    .cta-benefits,
    .footer-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .benefit-item:nth-child(2),
    .cta-benefits div:nth-child(2n),
    .footer-benefits div:nth-child(2n) {
        border-right: 0;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .section-pad {
        padding: 68px 0;
    }

    .hero-copy h1,
    .cta-panel h2 {
        font-size: 46px;
    }

    .hero-copy p,
    .cta-panel p {
        font-size: 19px;
    }

    .about-section {
        background: linear-gradient(180deg, #fff 0%, #fff 82%, var(--navy) 82%, var(--navy) 100%);
    }

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

    .about-photo {
        left: 0;
    }

    .feature-grid,
    .industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card {
        min-height: 590px;
    }

    .value-card {
        min-height: auto;
    }

    .cta-panel {
        padding: 58px 32px 30px;
    }

    .quote-product {
        display: none;
    }

    .quote-content {
        max-width: none;
    }

    .quote-features {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quote-card,
    .faq-card {
        min-height: auto;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        padding: 24px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-gutter {
        padding-left: 18px;
        padding-right: 18px;
    }

    .top-contact {
        flex-direction: column;
        gap: 8px;
    }

    .top-bar-inner {
        text-align: center;
    }

    .brand-mark {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .brand-text strong {
        font-size: 20px;
    }

    .nav-menu {
        left: 18px;
        right: 18px;
    }

    .section-heading h2,
    .hero-copy h1,
    .cta-panel h2 {
        font-size: 30px;
    }

    .section-label,
    .section-kicker {
        font-size: 15px;
    }

    .section-label:after,
    .section-label.centered:before,
    .section-label.centered:after {
        width: 36px;
    }

    .hero-section {
        padding-top: 56px;
    }

    .hero-checks,
    .feature-grid,
    .stats-panel,
    .benefit-grid,
    .cta-benefits,
    .industry-grid,
    .quote-features,
    .footer-main,
    .footer-benefits,
    .contact-stats {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .call-strip,
    .faq-callout {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-main,
    .btn-dark-main,
    .btn-outline-light,
    .faq-callout a {
        width: 100%;
    }

    .hero-visual,
    .cta-visual {
        min-height: 430px;
    }

    .product-stage {
        left: 20px;
        right: 20px;
        width: auto;
    }

    .product-y {
        left: 36px;
        top: 150px;
        width: 260px;
        height: 160px;
    }

    .product-y:before,
    .product-y:after {
        width: 74px;
        height: 74px;
        border-width: 8px;
    }

    .product-y:before {
        left: -34px;
        top: 38px;
    }

    .product-y:after {
        right: -34px;
        top: 40px;
    }

    .product-t {
        right: 34px;
        top: 78px;
        width: 150px;
        height: 260px;
    }

    .product-t:before,
    .product-t:after {
        width: 76px;
        height: 66px;
        border-width: 8px;
    }

    .product-t:before {
        left: -50px;
        top: 104px;
    }

    .product-t:after {
        right: -50px;
        top: 104px;
    }

    .product-caption {
        left: 22px;
        right: 22px;
        bottom: 18px;
        min-width: 0;
    }

    .stat-item,
    .benefit-item,
    .cta-benefits div,
    .footer-benefits div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .light-stats .stat-item,
    .contact-stats .stat-item {
        border-bottom-color: var(--border);
    }

    .stat-item:last-child,
    .benefit-item:last-child,
    .cta-benefits div:last-child,
    .footer-benefits div:last-child {
        border-bottom: 0;
    }

    .about-section {
        background: #fff;
    }

    .about-media {
        min-height: 430px;
    }

    .about-photo {
        min-height: 360px;
        bottom: 68px;
    }

    .experience-badge {
        width: 180px;
        min-height: 220px;
        padding: 24px 22px;
    }

    .experience-badge svg {
        font-size: 48px;
    }

    .experience-badge strong {
        font-size: 44px;
    }

    .experience-badge span {
        font-size: 24px;
    }

    .experience-badge small {
        font-size: 15px;
    }

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

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

    .value-card {
        padding: 30px 24px;
    }

    .cta-panel {
        border-radius: 10px;
        padding: 42px 22px 26px;
    }

    .call-strip strong {
        font-size: 32px;
    }

    .industry-card {
        min-height: auto;
    }

    .quote-content,
    .faq-card {
        padding: 30px 20px;
    }

    .quote-title,
    .faq-title {
        flex-direction: column;
    }

    .faq-item button {
        gap: 12px;
        padding: 12px;
        font-size: 15px;
    }

    .faq-item p {
        padding: 0 18px 20px;
    }

    .footer-main {
        gap: 34px;
        padding-top: 64px;
    }

    .footer-bottom div {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {

    .top-contact a,
    .top-bar p {
        font-size: 14px;
    }

    .brand-text small {
        font-size: 10px;
    }

    .section-heading h2,
    .hero-copy h1,
    .cta-panel h2 {
        font-size: 32px;
    }

    .product-y {
        width: 230px;
        height: 140px;
        left: 22px;
    }

    .product-t {
        width: 130px;
        right: 24px;
    }

    .stat-item {
        justify-content: flex-start;
    }
}

.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 86px;
    color: var(--white);
    text-align: center;
    background: linear-gradient(120deg, rgb(11 12 12 / 96%), rgb(72 72 72 / 94%)), radial-gradient(circle at 80% 20%, rgba(255, 121, 0, .24), transparent 34%);
}

.inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .18;
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    max-width: 980px;
    margin: 5px auto 5px;
    color: var(--white);
    font-size: 35px;
    font-weight: 900;
    line-height: 1.12;
}

.inner-hero h1 span {
    color: var(--orange);
}

.inner-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
}

.breadcrumb-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .9);
    font-weight: 800;
}

.breadcrumb-line a {
    color: var(--orange);
}

.breadcrumb-line span:before {
    content: "/";
    margin-right: 12px;
    color: rgba(255, 255, 255, .55);
}

.inner-about,
.product-detail-section {
    position: relative;
    overflow: hidden;
    background: #fbfcfe;
}

.inner-image-card,
.product-detail-image {
    overflow: hidden;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.inner-image-card img,
.product-detail-image img {
    display: block;
    width: 100%;
    height: auto;
}

.inner-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.inner-feature-list span,
.product-badges span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-weight: 800;
}

.inner-feature-list svg,
.product-badges svg {
    flex: 0 0 24px;
    color: var(--orange);
    font-size: 24px;
}

.inner-stats {
    margin-top: 42px;
}

.inner-cta {
    padding: 0 0 76px;
    background: #fbfcfe;
}

.inner-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 38px 44px;
    color: var(--white);
    border-radius: 12px;
    background: linear-gradient(120deg, #031126, #082846);
    box-shadow: var(--shadow);
}

.inner-cta-panel h2 {
    margin: 10px 0 0;
    color: var(--white);
    font-size: 34px;
    font-weight: 900;
}

.contact-info-panel,
.spec-card {
    height: 100%;
    padding: 36px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.contact-info-panel h2 {
    margin: 16px 0;
    color: var(--text);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.14;
}

.contact-info-panel p {
    color: var(--muted);
}

.contact-info-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.contact-info-list div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--text);
    font-weight: 700;
}

.contact-info-list svg {
    flex: 0 0 28px;
    color: var(--orange);
    font-size: 28px;
}

.contact-quote-card {
    min-height: 100%;
}

.contact-quote-card .quote-content {
    max-width: none;
}

.map-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    color: rgba(255, 255, 255, .82);
    border-radius: 12px;
    border: 1px dashed rgba(255, 121, 0, .7);
    background:
        linear-gradient(rgba(4, 23, 44, .72), rgba(4, 23, 44, .72)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .08) 0 12px, transparent 12px 24px),
        linear-gradient(135deg, #0a2d50, #f27b10);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: var(--shadow);
}

.contact-faq {
    min-height: 420px;
}

.product-detail-image {
    padding: 48px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96), transparent 42%),
        linear-gradient(145deg, #f7f9fb, #dfe7ef);
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin: 24px 0 30px;
}

.product-actions .btn-dark-main {
    background: var(--navy);
}

.spec-card h3 {
    margin: 0 0 22px;
    color: var(--text);
    font-size: 26px;
    font-weight: 900;
}

.spec-card h3:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 10px;
    border-radius: 8px;
    background: var(--orange);
}

.spec-table {
    display: grid;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.spec-table div {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 18px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
}

.spec-table div:last-child {
    border-bottom: 0;
}

.spec-table span {
    color: var(--muted);
    font-weight: 800;
}

.spec-table strong {
    color: var(--text);
}

.product-feature-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
    font-weight: 800;
}

.product-feature-list svg {
    color: var(--orange);
    font-size: 22px;
}

.inner-product-card {
    min-height: 500px;
}

.inner-product-card .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-product-card .product-image img {
    max-height: 240px;
    width: auto;
}

.service-item {
    position: relative;
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    padding: 20px 20px 30px 20px;
    text-align: center;
}

.service-item_img {
    margin-bottom: 28px;
}

.box-title {
    font-size: 18px;
}

.box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.category-block h3,
h2 {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 14px;
}

@media (max-width: 991px) {
    .inner-hero h1 {
        font-size: 44px;
    }

    .inner-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-info-panel h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .inner-hero {
        padding: 70px 0 62px;
    }

    .inner-hero h1 {
        font-size: 34px;
    }

    .inner-feature-list,
    .spec-table div {
        grid-template-columns: 1fr;
    }

    .inner-cta-panel,
    .contact-info-panel,
    .spec-card {
        padding: 26px 20px;
    }

    .product-detail-image {
        padding: 26px;
    }
}