:root {
    --smr-orange: #bf4d00;
    --smr-orange-dark: #8e3900;
    --smr-orange-soft: #fff3eb;
    --smr-ink: #25282c;
    --smr-muted: #66707a;
    --smr-border: #e6e8eb;
    --smr-soft: #f5f6f7;
    --smr-white: #ffffff;
    --smr-radius: 18px;
    --smr-shadow: 0 20px 50px rgba(31, 35, 39, .09);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--smr-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--smr-orange);
}

a:hover {
    color: var(--smr-orange-dark);
}

::selection {
    background: var(--smr-orange);
    color: #fff;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -100px;
    z-index: 1100;
    padding: .75rem 1rem;
    background: #fff;
    color: var(--smr-ink);
    border-radius: .5rem;
    box-shadow: var(--smr-shadow);
}

.skip-link:focus {
    top: 1rem;
}

.text-brand {
    color: var(--smr-orange) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, .76);
}

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

.section-space {
    padding: 6.5rem 0;
}

.section-heading-narrow {
    max-width: 760px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--smr-orange);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.section-copy {
    color: var(--smr-muted);
    font-size: 1.08rem;
}

.text-link {
    color: var(--smr-ink);
    font-weight: 750;
    text-decoration: none;
}

.text-link:hover {
    color: var(--smr-orange);
}

.site-header {
    z-index: 1030;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar {
    min-height: 82px;
    transition: box-shadow .2s ease;
}

.site-header.scrolled .navbar {
    box-shadow: 0 8px 28px rgba(26, 30, 34, .09);
}

.navbar-brand img {
    display: block;
    height: 46px;
    width: auto;
}

.navbar .nav-link {
    position: relative;
    padding: .65rem .8rem !important;
    color: #41464c;
    font-weight: 650;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--smr-orange);
}

.navbar .nav-link.active::after {
    position: absolute;
    right: .8rem;
    bottom: .3rem;
    left: .8rem;
    height: 2px;
    border-radius: 2px;
    background: var(--smr-orange);
    content: "";
}

.dropdown-menu {
    min-width: 260px;
    padding: .7rem;
    border-radius: 14px;
}

.dropdown-item {
    padding: .65rem .75rem;
    border-radius: .55rem;
    font-weight: 550;
}

.dropdown-item:active,
.dropdown-item:hover {
    background: var(--smr-orange-soft);
    color: var(--smr-orange-dark);
}

.btn {
    border-radius: .7rem;
    font-weight: 750;
    padding: .72rem 1.2rem;
}

.btn-lg {
    padding: .9rem 1.4rem;
}

.btn-brand {
    border-color: var(--smr-orange);
    background: var(--smr-orange);
    color: #fff;
    box-shadow: 0 10px 24px rgba(191, 77, 0, .2);
}

.btn-brand:hover,
.btn-brand:focus {
    border-color: var(--smr-orange-dark);
    background: var(--smr-orange-dark);
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-brand {
    border: 1px solid var(--smr-orange);
    color: var(--smr-orange);
}

.btn-outline-brand:hover {
    background: var(--smr-orange);
    color: #fff;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, #fff0e6 0, transparent 34%), linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.hero-section::before {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: linear-gradient(rgba(35, 39, 43, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 39, 43, .04) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.min-vh-hero {
    min-height: 600px;
    /* 730px */
    padding: 3rem 0;
}

.hero-title {
    max-width: 720px;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.35rem);
    font-weight: 850;
    letter-spacing: -.02em;
    /* -.065em */
    line-height: .98;
    font-size: 3.5rem;
}

.hero-title span {
    color: var(--smr-orange);
}

.hero-copy {
    max-width: 680px;
    margin-top: 1.65rem;
    color: var(--smr-muted);
    font-size: 1.15rem;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.hero-trust div {
    display: flex;
    flex-direction: column;
}

.hero-trust strong {
    font-size: 1.35rem;
    line-height: 1.15;
}

.hero-trust span {
    color: var(--smr-muted);
    font-size: .85rem;
}

.hero-visual {
    position: relative;
    padding: 1.25rem;
}

.hero-visual>img {
    filter: drop-shadow(0 35px 45px rgba(29, 34, 39, .13));
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 220px;
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 13px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--smr-shadow);
    backdrop-filter: blur(12px);
}

.floating-card i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
    font-size: 1.15rem;
}

.floating-card span {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.floating-card small {
    color: var(--smr-muted);
}

.floating-card-one {
    left: -1rem;
    bottom: 22%;
}

.floating-card-two {
    top: 16%;
    right: -1rem;
}

.client-strip {
    padding: 2.8rem 0;
    border-top: 1px solid var(--smr-border);
    border-bottom: 1px solid var(--smr-border);
    background: #fff;
}

.industry-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: #555d65;
    font-weight: 700;
}

.industry-chip i {
    color: var(--smr-orange);
    font-size: 1.25rem;
}

.service-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid var(--smr-border);
    border-radius: var(--smr-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(28, 33, 38, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card::after {
    position: absolute;
    top: -38px;
    right: -38px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--smr-orange-soft);
    content: "";
    transition: transform .25s ease;
}

.service-card:hover {
    z-index: 2;
    border-color: rgba(191, 77, 0, .25);
    box-shadow: var(--smr-shadow);
    transform: translateY(-7px);
}

.service-card:hover::after {
    transform: scale(1.35);
}

.service-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 1.5rem;
    place-items: center;
    border-radius: 14px;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
    font-size: 1.55rem;
}

.service-card h3 {
    font-weight: 800;
    letter-spacing: -.02em;
}

.service-card p {
    color: var(--smr-muted);
}

.service-card-featured {
    background: linear-gradient(135deg, var(--smr-ink), #3a3e43);
    color: #fff;
}

.service-card-featured p {
    color: rgba(255, 255, 255, .67);
}

.service-card-featured a {
    color: #fff;
}

.image-frame {
    position: relative;
    padding: 1.2rem;
    border-radius: 28px;
    background: var(--smr-soft);
}

.experience-badge {
    position: absolute;
    right: -10px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    min-width: 180px;
    padding: 1rem 1.2rem;
    border-radius: 12px;
    background: var(--smr-orange);
    color: #fff;
    box-shadow: 0 18px 36px rgba(191, 77, 0, .25);
}

.experience-badge strong {
    font-size: 1.15rem;
}

.experience-badge span {
    font-size: .82rem;
    opacity: .8;
}

.feature-list>div {
    display: flex;
    gap: .85rem;
    margin-bottom: 1rem;
}

.feature-list span {
    display: grid;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
}

.feature-list p {
    margin: 0;
    color: var(--smr-muted);
}

.feature-list strong {
    color: var(--smr-ink);
}

.bg-dark-panel {
    background: var(--smr-ink);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.process-item {
    padding: 1.45rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
}

.process-item>span {
    color: #e98544;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.process-item h3 {
    margin: .65rem 0 .35rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 750;
}

.process-item p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
}

.capability-card {
    display: flex;
    gap: 1.2rem;
    height: 100%;
    padding: 1.65rem;
    border: 1px solid var(--smr-border);
    border-radius: 14px;
}

.capability-card>i {
    color: var(--smr-orange);
    font-size: 1.6rem;
}

.capability-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
}

.capability-card p {
    margin: 0;
    color: var(--smr-muted);
}

.cta-panel {
    position: relative;
    overflow: hidden;
    padding: 3.5rem;
    border-radius: 26px;
    background: linear-gradient(125deg, var(--smr-orange-dark), var(--smr-orange));
    box-shadow: 0 30px 60px rgba(144, 57, 0, .2);
}

.cta-panel::before,
.cta-panel::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    content: "";
}

.cta-panel::before {
    top: -120px;
    right: -80px;
    width: 330px;
    height: 330px;
}

.cta-panel::after {
    right: 80px;
    bottom: -150px;
    width: 260px;
    height: 260px;
}

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

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(125deg, #24282c, #393d41);
}

.page-hero::before {
    position: absolute;
    inset: 0;
    opacity: .4;
    background-image: radial-gradient(circle at 75% 35%, rgba(191, 77, 0, .55), transparent 24%), linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    content: "";
}

.page-hero .container {
    z-index: 1;
}

.value-panel {
    padding: 3rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--smr-shadow);
}

.value-panel-dark {
    background: var(--smr-ink);
}

.simple-card {
    padding: 1.7rem;
    border: 1px solid var(--smr-border);
    border-radius: 15px;
}

.simple-card>i {
    color: var(--smr-orange);
    font-size: 1.7rem;
}

.simple-card h3 {
    margin-top: 1rem;
    font-size: 1.12rem;
    font-weight: 800;
}

.simple-card p {
    margin: 0;
    color: var(--smr-muted);
}

.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 20px;
    background: var(--smr-ink);
}

.stats-panel div {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.stats-panel div:last-child {
    border-right: 0;
}

.stats-panel strong {
    color: #fff;
    font-size: 1.5rem;
}

.stats-panel span {
    color: rgba(255, 255, 255, .58);
}

.engagement-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--smr-border);
    border-radius: 14px;
}

.engagement-card>i {
    color: var(--smr-orange);
    font-size: 1.4rem;
}

.engagement-card h3 {
    margin-top: .7rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.engagement-card p {
    margin: 0;
    color: var(--smr-muted);
}

.service-hero {
    position: relative;
    overflow: hidden;
    padding: 2.2rem 0;
    background: linear-gradient(125deg, rgb(36, 40, 44), rgb(57, 61, 65));
    /* background: linear-gradient(130deg, var(--smr-orange-dark), var(--smr-orange)); */
}

.service-hero::before {
    position: absolute;
    inset: 0;
    opacity: .26;
    background: radial-gradient(circle at 75% 30%, #fff, transparent 26%);
    content: "";
}

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

.service-back {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, .76);
    text-decoration: none;
}

.service-back:hover {
    color: #fff;
}

.service-hero-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 1.5rem;
    place-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 1.75rem;
}

.service-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 3.2rem);
    /* clamp(2.8rem, 6vw, 5rem); */
    font-weight: 850;
    letter-spacing: -.025em;
    /*-.055em */
    line-height: 1.02;
}

.service-hero>.container>.row>div>p {
    max-width: 760px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.12rem;
}

.service-summary-box {
    padding: 2.2rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: linear-gradient(135deg, #a83d00 0%, #bf4d00 55%, #d26324 100%);
    /* background: linear-gradient(130deg, var(--smr-orange-dark), var(--smr-orange)); */
    /* background: rgba(255, 255, 255, .1); */
    color: #fff;
    backdrop-filter: blur(10px);
}

.service-summary-box>span {
    opacity: .65;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-summary-box h2 {
    margin: .8rem 0;
    font-weight: 800;
}

.service-summary-box p {
    color: rgba(255, 255, 255, .7);
}

.service-summary-box li {
    margin-top: .65rem;
}

.service-summary-box i {
    margin-right: .5rem;
}

.feature-tile {
    display: flex;
    align-items: center;
    gap: .8rem;
    height: 100%;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--smr-border);
    border-radius: 12px;
    font-weight: 700;
}

.feature-tile i {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
}

.deliverable-list {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.deliverable-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--smr-border);
    font-weight: 700;
}

.deliverable-list span {
    color: var(--smr-orange);
    font-size: .75rem;
    letter-spacing: .1em;
}

.service-process>div {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--smr-border);
}

.service-process>div>span {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: var(--smr-ink);
    color: #fff;
    font-size: .8rem;
}

.service-process h3 {
    margin: 0 0 .3rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.service-process p {
    margin: 0;
    color: var(--smr-muted);
}

.industry-card {
    padding: 2rem;
    border: 1px solid var(--smr-border);
    border-radius: 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.industry-card:hover {
    box-shadow: var(--smr-shadow);
    transform: translateY(-5px);
}

.industry-card>i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 14px;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
    font-size: 1.5rem;
}

.industry-card h2 {
    margin-top: 1.4rem;
    font-size: 1.45rem;
    font-weight: 800;
}

.industry-card p {
    color: var(--smr-muted);
}

.industry-card ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.industry-card li {
    margin-bottom: .35rem;
}

.project-card {
    overflow: hidden;
    border: 1px solid var(--smr-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(29, 33, 38, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.project-card:hover {
    box-shadow: var(--smr-shadow);
    transform: translateY(-6px);
}

.project-card>img {
    display: block;
    width: 100%;
    background: var(--smr-soft);
}

.project-card-body {
    padding: 2rem;
}

.project-card-body>span {
    color: var(--smr-orange);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.project-card h2 {
    margin: .55rem 0 .8rem;
    font-size: 1.55rem;
    font-weight: 800;
}

.project-card p {
    color: var(--smr-muted);
}

.project-card small {
    padding: .35rem .65rem;
    border-radius: 999px;
    background: var(--smr-soft);
    color: #50575e;
    font-weight: 650;
}

.contact-details>div {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.contact-details>div>i {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: var(--smr-orange-soft);
    color: var(--smr-orange);
}

.contact-details span {
    display: flex;
    flex-direction: column;
}

.contact-details small {
    color: var(--smr-muted);
}

.contact-details a,
.contact-details strong {
    color: var(--smr-ink);
    font-weight: 750;
    text-decoration: none;
}

.contact-form-card {
    padding: 2.4rem;
    border: 1px solid var(--smr-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--smr-shadow);
}

.form-label {
    font-weight: 700;
}

.form-label span {
    color: var(--smr-orange);
}

.form-control,
.form-select {
    min-height: 52px;
    border-color: #dcdfe2;
    border-radius: .65rem;
}

textarea.form-control {
    min-height: auto;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(191, 77, 0, .55);
    box-shadow: 0 0 0 .25rem rgba(191, 77, 0, .1);
}

.form-privacy {
    color: var(--smr-muted);
    font-size: .82rem;
    text-align: center;
}

.legal-content {
    max-width: 850px;
}

.legal-updated {
    color: var(--smr-muted);
    font-size: .9rem;
}

.legal-content h2 {
    margin-top: 2.2rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.legal-content p {
    color: #505861;
}

.legal-note {
    margin-top: 2rem;
    padding: 1.2rem;
    border-left: 4px solid var(--smr-orange);
    background: var(--smr-orange-soft);
}

.site-footer {
    background: #1d2023;
    color: #fff;
}

.footer-logo {
    display: block;
    height: 46px;
    width: auto;
}

.footer-title {
    margin-bottom: 1.1rem;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-links li {
    margin-bottom: .6rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, .62);
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-contact li {
    display: flex;
    gap: .7rem;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .62);
}

.footer-contact i {
    color: #e98544;
}

.social-link {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
}

.social-link:hover {
    border-color: var(--smr-orange);
    background: var(--smr-orange);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .45);
    font-size: .85rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1000;
    display: grid;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 12px;
    background: var(--smr-orange);
    color: #fff;
    box-shadow: 0 12px 26px rgba(191, 77, 0, .3);
    opacity: 0;
    pointer-events: none;
    place-items: center;
    transform: translateY(12px);
    transition: .2s ease;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 1rem 0 1.25rem;
    }

    .navbar .nav-link.active::after {
        display: none;
    }

    .min-vh-hero {
        min-height: auto;
        padding: 5rem 0;
    }

    .hero-visual {
        max-width: 680px;
        margin: 0 auto;
    }

    .floating-card-one {
        left: 0;
    }

    .floating-card-two {
        right: 0;
    }

    .stats-panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-panel div:nth-child(2) {
        border-right: 0;
    }

    .stats-panel div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 4.5rem 0;
    }

    .page-hero,
    .service-hero {
        padding: 4.5rem 0;
    }

    .hero-title {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .hero-trust {
        gap: 1.2rem;
    }

    .floating-card {
        position: static;
        margin-top: .75rem;
    }

    .hero-visual {
        padding: 0;
    }

    .industry-chip {
        flex-direction: column;
        gap: .2rem;
        font-size: .82rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        padding: 2.2rem 1.5rem;
    }

    .contact-form-card {
        padding: 1.35rem;
    }

    .value-panel {
        padding: 2rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 190px;
    }

    .stats-panel {
        grid-template-columns: 1fr;
    }

    .stats-panel div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .stats-panel div:last-child {
        border-bottom: 0;
    }

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

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}