* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: #161616;
    background: #fff;
    line-height: 1.65
}

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

.container {
    width: min(1180px, 92%);
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e8e8e8
}
.top-bar {
  background: #1a1a1a!important;
  padding: 8px 0!important;
}

.top-bar-wrap {
  display: flex!important;
  justify-content: flex-end!important
}

.top-nav {
  display: flex!important;
  gap: 24px!important;
}

.top-nav a {
  color: #ccc!important;
  font-size: 13px!important;
  text-decoration: none!important;
  letter-spacing: 0.3px!important;
}

.top-nav a:hover {
  color: #fff!important;
}


.nav-wrap {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px
}

.brand img {
    display: block;
    width: 170px;
    max-height: 62px;
    object-fit: contain;
    object-position: left center
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 17px;
    font-weight: 700;
    color: #303030
}

.nav a {
    transition: .2s
}

.nav a:hover {
    color: #d71920
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 5px
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #111;
    margin: 5px
}

.hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: #0b0b0b;
    color: #fff
}

.hero-image {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .80) 43%, rgba(0, 0, 0, .25) 100%), url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=2000&q=85");
    background-size: cover;
    background-position: center
}

.hero:after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(215, 25, 32, .45);
    border-radius: 50%;
    right: -180px;
    bottom: -230px;
    box-shadow: 0 0 0 80px rgba(215, 25, 32, .06), 0 0 0 160px rgba(215, 25, 32, .035)
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.45fr .7fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2.4px;
    font-weight: 800;
    color: #d71920;
    margin-bottom: 16px
}

.eyebrow.white {
    color: #ff5a5f
}

.hero h1 {
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -2px;
    margin: 0 0 26px;
    max-width: 850px
}

.hero h1 span {
    color: #ef343b
}

.hero-copy>p {
    font-size: 18px;
    color: #d5d5d5;
    max-width: 700px
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 32px 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer
}

.btn-red {
    background: #d71920;
    color: #fff
}

.btn-red:hover {
    background: #b80f15
}

.btn-white {
    background: #fff;
    color: #111
}

.btn-outline {
    border-color: #ef343b;
    color: #fff
}

.trust {
    font-size: 11px;
    color: #aaa
}

.trust i {
    font-style: normal;
    color: #ef343b;
    margin-right: 5px
}

.hero-panel {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 38px;
    backdrop-filter: blur(10px)
}

.panel-label {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #ef343b
}

.panel-line {
    height: 2px;
    background: #d71920;
    width: 45px;
    margin: 18px 0
}

.hero-panel h3 {
    font-family: Manrope, sans-serif;
    font-size: 29px;
    line-height: 1.25;
    margin: 0 0 17px
}

.hero-panel p {
    font-size: 16px;
    color: #c5c5c5
}

.hero-panel a {
    font-size: 16px;
    color: #ff6268;
    font-weight: 800
}

.stats {
    background: #d71920;
    color: #fff
}

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

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

.stats-grid strong {
    font-family: Manrope, sans-serif;
    font-size: 32px
}

.stats-grid span {
    font-size: 11px;
    opacity: .85
}

.section {
    padding: 105px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.split h2,
.section-title h2,
.dark-heading-row h2 {
    font-family: Manrope, sans-serif;
    font-size: clamp(36px, 4.5vw, 55px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin: 0
}

.lead {
    font-size: 19px;
    color: #3d3d3d
}

.about p {
    color: #616161
}

.quote-box {
    margin-top: 30px;
    border-left: 4px solid #d71920;
    padding: 20px 22px;
    background: #f7f7f7;
    font-family: Georgia, serif;
    font-size: 18px;
    color: #252525
}

.dark-intro {
    background: #0d0d0d;
    color: #fff;
    padding-bottom: 70px
}

.dark-heading-row {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: end
}

.dark-heading-row p {
    color: #aaa;
    max-width: 500px
}

.services {
    padding-top: 35px;
    background: #0d0d0d
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.service-card {
    background: #171717;
    color: #fff;
    border: 1px solid #292929;
    padding: 32px;
    min-height: 300px;
    position: relative;
    transition: .25s
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #d71920;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25)
}

.service-card>span {
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 10px;
    color: #777;
    font-weight: 800
}

.service-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #444;
    color: #ef343b;
    font-size: 20px
}

.service-card h3 {
    font-size: 19px;
    line-height: 1.3;
    margin: 22px 0 10px
}

.service-card p {
    color: #a6a6a6;
    font-size: 13px
}

.service-card a {
    color: #ef343b;
    font-size: 11px;
    font-weight: 800
}

.image-banner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 500px;
    background: #111;
    color: #fff
}

.image-banner-photo {
    background: url("https://images.unsplash.com/photo-1523580846011-d3a5bc25702b?auto=format&fit=crop&w=1600&q=85") center/cover
}

.image-banner-copy {
    padding: 70px clamp(35px, 7vw, 100px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-banner-copy h2 {
    font-family: Manrope, sans-serif;
    font-size: 54px;
    line-height: 1.05;
    margin: 0 0 20px
}

.image-banner-copy p {
    color: #bdbdbd;
    max-width: 520px
}

.principles {
    background: #fff
}

.section-title {
    margin-bottom: 55px
}

.section-title>p {
    color: #707070;
    max-width: 700px
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ddd
}

.principles-grid>div {
    padding: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.principles-grid b {
    font-size: 11px;
    color: #d71920
}

.principles-grid h3 {
    font-size: 18px
}

.principles-grid p {
    font-size: 16px;
    color: #707070
}

.service-detail {
    background: #f6f6f6
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #ddd
}

.timeline>div {
    padding: 28px 25px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.timeline span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: #111;
    color: #ef343b;
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%
}

.timeline h3 {
    font-size: 16px;
    margin-bottom: 5px
}

.timeline p {
    font-size: 16px;
    color: #707070
}

.notice {
    margin-top: 25px;
    background: #fff1f1;
    border-left: 4px solid #d71920;
    padding: 17px 20px;
    font-size: 16px;
    color: #5d3b3b
}

.partnership {
    background: #0d0d0d;
    color: #fff
}

.partnership p {
    color: #aaa
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 25px 0 30px
}

.check-list span {
    font-size: 16px;
    color: #ddd
}

.check-list span:first-letter {
    color: #ef343b
}

.portal {
    background: #f6f6f6
}

.portal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.portal-grid article {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 36px;
    min-height: 290px
}

.portal-number {
    font-family: Manrope;
    font-size: 35px;
    color: #d71920
}

.portal-grid h3 {
    font-size: 23px
}

.portal-grid p {
    font-size: 16px;
    color: #707070
}

.portal-grid a {
    font-size: 11px;
    font-weight: 800;
    color: #d71920
}

.compliance {
    background: #fff
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.policy-grid span {
    padding: 17px;
    background: #f5f5f5;
    border-left: 3px solid #d71920;
    font-size: 16px;
    font-weight: 700
}

.security-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 25px
}

.security-row>div {
    border: 1px solid #e4e4e4;
    padding: 25px
}

.security-row b {
    display: block;
    font-size: 15px
}

.security-row small {
    display: block;
    color: #777;
    font-size: 11px;
    margin-top: 8px
}

.corporate {
    background: #f5f5f5
}

.corporate p {
    color: #626262
}

.corporate-card {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
    font-size: 13px
}

.corporate-card span {
    font-weight: 700
}

.contact {
    background: #0d0d0d;
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.contact h2 {
    font-family: Manrope;
    font-size: 55px;
    line-height: 1.05;
    margin: 0 0 20px
}

.contact>p {
    color: #aaa
}

.contact-info {
    display: grid;
    gap: 5px;
    margin-top: 35px;
    font-size: 13px
}

.contact-info span {
    color: #aaa
}

.contact form {
    background: #fff;
    color: #111;
    padding: 35px;
    display: grid;
    gap: 15px
}

.contact label {
    font-size: 11px;
    font-weight: 800
}

.contact input,
.contact select,
.contact textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid #ddd;
    font: inherit;
    outline: none
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus {
    border-color: #d71920
}

.form-message {
    font-size: 11px !important;
    color: #777 !important;
    margin: 0
}

.important {
    background: #fff1f1;
    border-top: 1px solid #f1d2d2;
    border-bottom: 1px solid #f1d2d2;
    padding: 28px 0
}

.important strong {
    color: #b20e15;
    font-size: 12px
}

.important p {
    font-size: 11px;
    color: #684848;
    margin: 5px 0 0
}

footer {
    background: #050505;
    color: #aaa;
    padding-top: 65px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 70px;
    padding-bottom: 50px
}

.footer-logo {
    width: 175px;
    max-height: 65px;
    object-fit: contain;
    object-position: left center;
    filter: none
}

.footer-grid p {
    font-size: 16px;
    max-width: 430px
}

.footer-grid h4 {
    color: #fff;
    font-size: 12px
}

.footer-grid a {
    display: block;
    font-size: 11px;
    margin: 8px 0
}

.copyright {
    border-top: 1px solid #222;
    padding: 20px 0;
    font-size: 10px
}

@media(max-width:1050px) {
    .nav {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .nav.open {
        position: absolute;
        left: 0;
        right: 0;
        top: 84px;
        background: #fff;
        padding: 20px 4%;
        display: grid;
        gap: 15px;
        border-bottom: 1px solid #ddd
    }

    .hero-content,
    .split,
    .contact-grid,
    .dark-heading-row {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .service-grid,
    .portal-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr)
    }

    .principles-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .policy-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:650px) {
    .brand img {
        width: 145px
    }

    .hero-content {
        padding: 75px 0
    }

    .hero h1 {
        font-size: 45px;
        letter-spacing: -1px
    }

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

    .stats-grid>div {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .service-grid,
    .portal-grid,
    .timeline,
    .principles-grid,
    .policy-grid,
    .security-row {
        grid-template-columns: 1fr
    }

    .section {
        padding: 75px 0
    }

    .image-banner {
        grid-template-columns: 1fr
    }

    .image-banner-photo {
        min-height: 300px
    }

    .image-banner-copy h2,
    .contact h2 {
        font-size: 42px
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }
}
