@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

.onz-contact-page {
    --onz-contact-ink: #172d3c;
    --onz-contact-deep: #0d202c;
    --onz-contact-paper: #f3f6f4;
    --onz-contact-white: #fff;
    --onz-contact-line: rgba(23, 45, 60, .17);
    --onz-contact-muted: #63727a;
    --onz-contact-accent: #1ec999;
    color: var(--onz-contact-ink);
    background: var(--onz-contact-paper);
    font-family: "HK Grotesk", sans-serif;
}

.onz-contact-page .layout-wrapper.landing { overflow: clip; }

.onz-contact-main,
.onz-contact-main h1,
.onz-contact-main h2,
.onz-contact-main p,
.onz-contact-main a,
.onz-contact-main label,
.onz-contact-main input,
.onz-contact-main textarea,
.onz-contact-main button,
.onz-contact-main small,
.onz-contact-main strong,
.onz-contact-main span { font-family: "HK Grotesk", sans-serif; }

.onz-contact-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.onz-contact-page .navbar-landing > .container,
.onz-contact-page .layout-wrapper.landing > section.bg-warning > .container,
.onz-contact-page .custom-footer > .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    padding-inline: 0;
}

.onz-contact-page .navbar-landing {
    min-height: 72px;
    border-bottom: 1px solid rgba(23, 45, 60, .1);
    background: rgba(246, 248, 247, .94);
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.onz-contact-page .navbar-landing.is-sticky {
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 10px 35px rgba(13, 32, 44, .09);
}

.onz-contact-page .navbar-landing .nav-link {
    color: var(--onz-contact-ink) !important;
    font-size: 14px;
    font-weight: 600;
}

.onz-contact-page .navbar-landing .btn-success {
    padding: 11px 20px;
    color: var(--onz-contact-deep);
    border-color: var(--onz-contact-accent);
    background: var(--onz-contact-accent);
    font-weight: 700;
}

.onz-contact-kicker {
    margin: 0 0 20px;
    color: #8cf0cf;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.onz-contact-submit {
    display: inline-flex;
    min-height: 56px;
    padding: 14px 24px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color: var(--onz-contact-deep);
    background: var(--onz-contact-accent);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.onz-contact-submit:hover {
    color: var(--onz-contact-deep);
    background: var(--onz-contact-white);
    transform: translateY(-2px);
}

.onz-contact-demo a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.onz-contact-demo a i { transition: transform 180ms ease; }
.onz-contact-demo a:hover i { transform: translateX(5px); }

.onz-contact-conversation {
    padding-block: 126px 140px;
    scroll-margin-top: 72px;
    background: var(--onz-contact-paper);
}

.onz-contact-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 74px;
}

.onz-contact-heading .onz-contact-kicker { color: #13836b; }

.onz-contact-heading h1 {
    max-width: 820px;
    margin: 0;
    color: var(--onz-contact-ink);
    font-size: clamp(48px, 5.5vw, 78px);
    font-weight: 600;
    letter-spacing: -.058em;
    line-height: .95;
}

.onz-contact-heading > p {
    margin: 0;
    color: var(--onz-contact-muted);
    font-size: 19px;
    line-height: 1.55;
}

.onz-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
    border-top: 1px solid var(--onz-contact-line);
}

.onz-contact-details {
    padding: 48px 52px 0 0;
    border-right: 1px solid var(--onz-contact-line);
}

.onz-contact-details address { margin: 0; font-style: normal; }

.onz-contact-detail {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--onz-contact-line);
}

.onz-contact-detail:first-child { padding-top: 0; }
.onz-contact-detail > i { padding-top: 2px; color: #13836b; font-size: 20px; }
.onz-contact-detail span { display: block; margin-bottom: 6px; color: var(--onz-contact-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.onz-contact-detail strong,
.onz-contact-detail a { color: var(--onz-contact-ink); font-size: 16px; font-weight: 600; line-height: 1.55; text-decoration: none; }
.onz-contact-detail a:hover { color: #13836b; }

.onz-contact-demo {
    margin-top: 48px;
    padding: 28px;
    color: var(--onz-contact-white);
    background: var(--onz-contact-deep);
}

.onz-contact-demo > i { color: var(--onz-contact-accent); font-size: 25px; }
.onz-contact-demo p { margin: 25px 0; font-size: 20px; font-weight: 600; line-height: 1.3; }

.onz-contact-form { padding: 48px 0 0 64px; }

.onz-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 30px;
}

.onz-contact-form .form-field { position: relative; }
.onz-contact-form .form-field--wide { grid-column: 1 / -1; }

.onz-contact-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--onz-contact-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onz-contact-form input:not([type="checkbox"]),
.onz-contact-form textarea {
    display: block;
    width: 100%;
    padding: 13px 0 15px;
    border: 0;
    border-bottom: 1px solid rgba(23, 45, 60, .35);
    border-radius: 0;
    outline: 0;
    color: var(--onz-contact-ink);
    background: transparent;
    font-size: 17px;
    line-height: 1.45;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.onz-contact-form textarea { min-height: 145px; resize: vertical; }
.onz-contact-form input::placeholder,
.onz-contact-form textarea::placeholder { color: #859096; opacity: 1; }
.onz-contact-form input:focus,
.onz-contact-form textarea:focus { border-color: #13836b; box-shadow: 0 2px 0 #13836b; }

.onz-contact-form .form-field > small {
    display: block;
    min-height: 18px;
    padding-top: 6px;
    color: #b74747;
    font-size: 12px;
}

.onz-contact-privacy {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    margin-top: 32px;
}

.onz-contact-privacy input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--onz-contact-accent);
}

.onz-contact-privacy label { margin: 0; font-size: 13px; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.onz-contact-privacy small { grid-column: 2; }

.onz-contact-form__legal {
    max-width: 700px;
    margin: 18px 0 30px;
    color: var(--onz-contact-muted);
    font-size: 12px;
    line-height: 1.6;
}

.onz-contact-form__legal a { color: var(--onz-contact-ink); text-decoration: underline; text-underline-offset: 3px; }

.onz-contact-submit { min-width: 210px; box-sizing: border-box; cursor: pointer; }
.onz-contact-submit i {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}
.onz-contact-submit:disabled { cursor: wait; opacity: .68; }
.onz-contact-submit:disabled:hover { color: var(--onz-contact-deep); background: var(--onz-contact-accent); transform: none; }
.onz-contact-submit.is-loading i { animation: onz-contact-spin 850ms linear infinite; }

.onz-contact-status {
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 3px solid var(--onz-contact-accent);
    color: var(--onz-contact-ink);
    background: rgba(30, 201, 153, .1);
    font-size: 15px;
}

.onz-contact-status--error { border-left-color: #b74747; background: rgba(183, 71, 71, .09); }

.onz-contact-motion .onz-contact-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

.onz-contact-motion .onz-contact-reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (prefers-reduced-motion: reduce) {
    .onz-contact-submit.is-loading i { animation: none; }
}

@media (max-width: 991.98px) {
    .onz-contact-page header.d-none.d-md-block { display: none !important; }
    .onz-contact-page header.d-block.d-lg-none { display: block !important; }
    .onz-contact-page header.d-block.d-lg-none .navbar-landing { align-items: flex-start; }
    .onz-contact-page .navbar-landing #navbarMenuSmall { max-height: calc(100dvh - 72px); overflow-y: auto; }
    .onz-contact-page .navbar-landing #navbarMenuSmall.collapsing,
    .onz-contact-page .navbar-landing #navbarMenuSmall .navbar-collapse { overflow-y: hidden; }
    .onz-contact-page .navbar-landing #navbarMenuSmall .navbar-collapse { max-height: none; }
    .onz-contact-shell,
    .onz-contact-page .navbar-landing > .container,
    .onz-contact-page .layout-wrapper.landing > section.bg-warning > .container,
    .onz-contact-page .custom-footer > .container { width: min(100% - 36px, 920px); }
    .onz-contact-heading { grid-template-columns: 1fr; gap: 28px; }
    .onz-contact-heading > p { max-width: 660px; }
    .onz-contact-layout { grid-template-columns: 1fr; }
    .onz-contact-details { padding-right: 0; border-right: 0; }
    .onz-contact-details address { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
    .onz-contact-demo { max-width: 520px; }
    .onz-contact-form { margin-top: 68px; padding: 50px 0 0; border-top: 1px solid var(--onz-contact-line); }
}

@media (max-width: 767.98px) {
    .onz-contact-page .navbar-landing { min-height: 66px; }
    .onz-contact-shell,
    .onz-contact-page .navbar-landing > .container,
    .onz-contact-page .layout-wrapper.landing > section.bg-warning > .container,
    .onz-contact-page .custom-footer > .container { width: calc(100% - 30px); }
    .onz-contact-conversation { padding-block: 92px 105px; scroll-margin-top: 66px; }
    .onz-contact-heading { margin-bottom: 54px; }
    .onz-contact-heading h1 { font-size: clamp(42px, 12vw, 56px); }
    .onz-contact-heading > p { font-size: 17px; }
    .onz-contact-details { padding-top: 36px; }
    .onz-contact-details address { grid-template-columns: 1fr; }
    .onz-contact-form__grid { grid-template-columns: 1fr; gap: 25px; }
    .onz-contact-form .form-field--wide { grid-column: auto; }
    .onz-contact-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-contact-page *,
    .onz-contact-page *::before,
    .onz-contact-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
