.defence-landing {
    --defence-lime: #c7fe09;
    --defence-green: #80ae12;
    --defence-black: #000;
    --defence-white: #fff;
    --defence-muted: #f3f3f3;
    --defence-text: #080808;
    color: var(--defence-text);
    background: #f9f9f9;
    font-family: "Satoshi", Arial, sans-serif;
}

.defence-landing .container-defence {
    width: min(100% - 32px, 1440px);
    margin-inline: auto;
}

.defence-nav {
    min-height: 54px;
}

.defence-nav .container-defence {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 54px;
}

.defence-nav .navbar-brand {
    width: clamp(76px, 13vw, 112px);
    height: auto;
}

.defence-nav .navbar-toggler {
    position: relative;
    z-index: 5;
    width: 46px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    background-image: none !important;
    box-shadow: none;
}

.defence-nav .navbar-toggler span {
    display: none;
}

.defence-nav .navbar-toggler:before,
.defence-nav .navbar-toggler:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #000;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, opacity .18s ease;
    content: "";
}

.defence-nav .navbar-toggler.collapsed:before {
    box-shadow: 0 -8px 0 #000, 0 8px 0 #000;
}

.defence-nav .navbar-toggler:not(.collapsed):before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.defence-nav .navbar-toggler:not(.collapsed):after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.defence-nav .navbar-collapse {
    flex-basis: 100%;
    min-height: 54px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.defence-nav .navbar-nav {
    gap: clamp(16px, 2vw, 36px);
}

.defence-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: clamp(12px, .85vw, 16px) !important;
    line-height: 1.2;
    letter-spacing: 0;
}

.defence-nav .btn {
    margin-left: 0 !important;
    padding: 7px 13px;
    border-radius: 5px;
    font-size: clamp(11px, .85vw, 16px) !important;
    line-height: 1.1;
}

.defence-nav .nav-item {
    margin-left: 0 !important;
}

.defence-section {
    padding: clamp(42px, 7vw, 100px) 0;
}

.defence-hero {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: clamp(70px, 6.5vw, 100px);
    padding-bottom: clamp(62px, 6vw, 88px);
}

.defence-hero .container-defence {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(360px, 610px);
    gap: clamp(28px, 4vw, 80px);
    align-items: center;
}

.defence-hero-content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.defence-title {
    margin: 0;
    font-size: clamp(31px, 4.2vw, 60px);
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

.defence-lead {
    max-width: 760px;
    margin: 28px 0 0;
    font-size: clamp(16px, 1.65vw, 28px);
    line-height: 1.25;
}

.defence-strong-copy {
    max-width: 720px;
    margin: 24px 0 0;
    font-size: clamp(16px, 1.4vw, 24px);
    line-height: 1.35;
    font-weight: 700;
}

.defence-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    border: 0;
    border-radius: 6px;
    background: var(--defence-lime);
    color: #000;
    padding: 18px 20px;
    font-size: clamp(20px, 1.45vw, 28px);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.defence-button:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid currentColor;
    content: "";
}

.defence-button-large {
    margin-top: 34px;
}

.defence-button:hover,
.defence-button:focus {
    background: #b5ec00;
    color: #000;
}

.defence-hero-media {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}

.defence-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.defence-dark {
    background: #000;
    color: #fff;
}

.defence-section-title {
    max-width: 1120px;
    margin: 0 auto 32px;
    font-size: clamp(25px, 3.1vw, 45px);
    line-height: 1.18;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.defence-dark > .container-defence {
    width: min(100% - 32px, 1440px);
}

.pressure-section .defence-section-title {
    width: min(100%, 1440px);
    max-width: 1440px;
    font-size: clamp(32px, 3.1vw, 45px);
    line-height: 1.22;
}

.pressure-section .defence-section-subtitle {
    width: min(100%, 1440px);
    max-width: 1440px;
    font-size: clamp(22px, 2.45vw, 38px);
    line-height: 1.18;
}

.approach-section .defence-section-title {
    width: min(100%, 1440px);
    max-width: 1440px;
}

.defence-section-subtitle {
    max-width: 1040px;
    margin: -12px auto 32px;
    font-size: clamp(17px, 2vw, 28px);
    line-height: 1.3;
    text-align: center;
}

.pressure-list {
    display: grid;
    gap: 24px;
    margin-top: 42px;
}

.pressure-item {
    max-width: 1440px;
}

.pressure-item h3 {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.8vw, 30px);
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.pressure-item h3 span {
    color: var(--defence-lime);
}

.pressure-item p {
    margin: 0;
    font-size: clamp(16px, 1.35vw, 23px);
    line-height: 1.35;
}

.approach-list {
    display: grid;
    gap: clamp(30px, 4vw, 54px);
    width: min(100%, 1440px);
    margin-inline: auto;
}

.approach-item {
    display: grid;
    grid-template-columns: minmax(260px, 443px) clamp(54px, 4.6vw, 70px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.approach-item:nth-child(even) {
    grid-template-columns: clamp(54px, 4.6vw, 70px) minmax(0, 1fr) minmax(260px, 443px);
}

.approach-item:nth-child(even) .approach-image {
    grid-column: 3;
}

.approach-item:nth-child(even) .approach-marker {
    grid-column: 1;
    grid-row: 1;
}

.approach-item:nth-child(even) .approach-copy {
    grid-column: 2;
    grid-row: 1;
}

.approach-image img {
    width: 443px;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    background: #e9e9e9;
}

.approach-marker {
    display: flex;
    justify-content: flex-start;
}

.approach-number {
    display: grid;
    place-items: center;
    width: clamp(42px, 3.8vw, 59px);
    height: clamp(42px, 3.8vw, 59px);
    background: var(--defence-lime);
    color: #000;
    font-size: clamp(24px, 2.35vw, 36px);
    line-height: 1;
    font-weight: 900;
}

.defence-plus {
    display: none;
}

.approach-copy > p:not(.approach-label),
.approach-copy > .approach-label {
    position: relative;
}

.approach-copy > p:not(.approach-label):before,
.approach-copy > .approach-label:before {
    position: absolute;
    left: clamp(-52px, -3.4vw, -38px);
    top: 0;
    color: var(--defence-lime);
    font-size: clamp(22px, 1.95vw, 30px);
    line-height: 1.15;
    font-weight: 900;
    content: "+";
}

.approach-copy h3 {
    margin: 0 0 18px;
    font-size: clamp(20px, 2.1vw, 36px);
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.approach-copy p,
.approach-copy li {
    font-size: clamp(16px, 1.45vw, 24px);
    line-height: 1.35;
}

.approach-copy ul {
    margin: 7px 0 0;
}

.approach-label {
    margin-top: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.usecase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 24px;
    width: min(100%, 1440px);
    margin-inline: auto;
}

#use-cases .defence-section-title {
    width: min(100%, 1440px);
    max-width: 1440px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.usecase-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.usecase-card h3 {
    margin: 14px 0 6px;
    font-size: clamp(18px, 1.55vw, 30px);
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.usecase-card p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 23px);
    line-height: 1.35;
}

.confidence-section {
    background: #fff;
    overflow: hidden;
}

.confidence-grid {
    display: grid;
    grid-template-columns: minmax(0, 917px) minmax(420px, 1fr);
    gap: clamp(36px, 5vw, 80px);
    align-items: center;
}

.confidence-section h2 {
    max-width: 917px;
    margin: 0 0 28px;
    font-size: clamp(34px, 3.6vw, 52px);
    line-height: 1.19;
    font-weight: 900;
    text-transform: uppercase;
}

.confidence-section h2 span {
    color: var(--defence-green);
}

.confidence-section p {
    max-width: 652px;
    font-size: clamp(20px, 2.2vw, 38px);
    line-height: 1.18;
}

.confidence-section strong {
    font-weight: 900;
}

.confidence-media img {
    display: block;
    width: clamp(560px, 42vw, 817px);
    max-width: none;
    height: auto;
}

.confidence-media {
    justify-self: end;
}

.contact-section {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.contact-section:after {
    position: absolute;
    inset: auto 0 0;
    height: 125px;
    background-image: url("../_img/contact-pattern.webp");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 960px 125px;
    opacity: .45;
    content: "";
}

.contact-section .container-defence {
    position: relative;
    z-index: 1;
}

.defence-form {
    width: min(100%, 792px);
    margin: 46px auto 0;
}

.defence-form .form-control {
    border-radius: 8px;
    min-height: 73px;
    padding: 12px 16px;
    font-size: clamp(18px, 1.45vw, 28px);
    line-height: 1.25;
}

.defence-form .form-label {
    margin-bottom: 4px;
    font-size: clamp(18px, 1.55vw, 30px);
    line-height: 1.4;
    font-weight: 700;
}

.defence-form .mb-3 {
    margin-bottom: 18px !important;
}

.defence-form .form-check {
    margin-top: 22px;
}

.defence-form .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.defence-form .form-check-label {
    padding-left: 6px;
    font-size: clamp(14px, .95vw, 18px) !important;
    line-height: 1.5;
}

.defence-form .form-check-label a {
    text-decoration: underline;
}

.defence-form .form-check-label a:hover,
.defence-form .form-check-label a:focus {
    text-decoration: none;
}

.defence-form .form-check-input:checked {
    background-color: var(--defence-lime);
    border-color: var(--defence-lime);
}

.defence-footer {
    background: var(--defence-green);
    border-top: 2px solid #017167;
    color: #000;
    font-weight: 700;
    font-size: clamp(14px, 1.05vw, 20px);
    padding: 18px 0;
}

.defence-footer .container-defence {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.defence-footer a,
.defence-footer button {
    appearance: none;
    border: 0;
    background: transparent;
    color: #000;
    padding: 0;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.defence-footer a:hover,
.defence-footer a:focus,
.defence-footer button:hover,
.defence-footer button:focus {
    text-decoration: none;
}

.defence-footer-links {
    display: flex;
    gap: 20px;
}

@media (max-width: 1199px) {
    .defence-hero-content {
        max-width: none;
    }

    .defence-hero .container-defence {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
        gap: 36px;
    }
}

@media (min-width: 992px) {
    .defence-nav {
        min-height: 75px;
    }

    .defence-nav .container-defence {
        min-height: 75px;
    }

    .defence-nav .navbar-toggler {
        display: none;
    }

    .defence-nav .navbar-brand {
        width: clamp(112px, 11.8vw, 226px);
    }

    .defence-nav .navbar-collapse {
        min-height: 75px;
    }
}

@media (max-width: 991px) {
    .defence-nav {
        min-height: 56px;
    }

    .defence-nav .container-defence {
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: 56px;
    }

    .defence-nav .navbar-brand {
        width: 132px;
    }

    .defence-nav .navbar-collapse {
        position: static;
        z-index: 4;
        flex-basis: 100%;
        min-height: auto;
        padding: 14px 0 16px 144px;
        background: transparent;
    }

    .defence-nav .navbar-collapse:not(.show) {
        display: none !important;
    }

    .defence-nav .navbar-nav {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end !important;
        gap: 10px;
    }

    .defence-nav .nav-link,
    .defence-nav .btn {
        font-size: 16px !important;
    }

    .defence-hero-content {
        max-width: none;
    }

    .defence-hero-media {
        width: min(100%, 417px);
        margin: 34px auto 0;
    }

    .defence-hero .container-defence {
        display: block;
    }

    .approach-item,
    .approach-item:nth-child(even) {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px 12px;
    }

    .approach-item .approach-image,
    .approach-item:nth-child(even) .approach-image {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .approach-image img {
        width: 100%;
    }

    .approach-number {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .approach-item .approach-marker,
    .approach-item:nth-child(even) .approach-marker {
        grid-column: 1;
        grid-row: auto;
    }

    .approach-item .approach-copy,
    .approach-item:nth-child(even) .approach-copy {
        grid-column: 2;
        grid-row: auto;
    }

    .approach-copy > p:not(.approach-label):before,
    .approach-copy > .approach-label:before {
        left: -32px;
        font-size: 22px;
    }

    .usecase-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .usecase-card img {
        width: 100%;
    }

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

    .confidence-media {
        justify-self: center;
    }

    .confidence-media img {
        width: min(100%, 817px);
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .defence-landing .container-defence {
        width: min(100% - 30px, 1440px);
    }

    .defence-section {
        padding: 42px 0;
    }

    .defence-button {
        font-size: 18px;
        padding: 14px 16px;
    }

    .defence-button-large {
        display: inline-grid;
        grid-template-columns: 13px minmax(0, 1fr);
        gap: 10px;
        width: auto;
        max-width: min(100%, 360px);
        padding: 14px 16px;
        font-size: 17px;
        line-height: 1.12;
        white-space: normal;
        text-align: left;
    }

    .defence-button-large:before {
        align-self: center;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 11px;
    }

    .defence-button-large strong {
        display: inline;
    }

    .approach-section .container-defence,
    #use-cases .container-defence {
        width: 100%;
    }

    .approach-section .defence-section-title,
    #use-cases .defence-section-title,
    .approach-copy,
    .usecase-card h3,
    .usecase-card p {
        padding-inline: 15px;
    }

    .approach-list,
    .usecase-grid {
        width: 100%;
    }

    .approach-image,
    .usecase-card img {
        padding-inline: 15px;
    }

    .approach-item,
    .approach-item:nth-child(even) {
        grid-template-columns: 51px minmax(0, 1fr);
        column-gap: 6px;
        padding-inline: 0;
    }

    .approach-marker {
        padding-left: 15px;
    }

    .approach-number {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .approach-copy > p:not(.approach-label):before,
    .approach-copy > .approach-label:before {
        left: -22px;
    }

    .defence-footer .container-defence {
        flex-direction: column;
    }
}
