@font-face {
    font-family: "Galyon Font";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/galyon/Galyon-Regular.woff") format("woff");
}

@font-face {
    font-family: "Galyon Font";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/galyon/Galyon-Bold.woff") format("woff");
}

:root {
    --color-accent: #9dae36;
    --color-accent-dark: #676f3a;
    --color-charcoal: #292928;
    --color-text: #444343;
    --color-muted: #686866;
    --color-border: #d9ddc5;
    --color-soft: #f5f6ee;
    --color-white: #ffffff;
    --shadow-panel: 0 24px 70px rgba(41, 41, 40, 0.14);
    --container: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-soft);
    color: var(--color-text);
    font-family: "Galyon Font", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 20;
    padding: 10px 14px;
    background: var(--color-charcoal);
    color: var(--color-white);
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    background: var(--color-charcoal);
    color: var(--color-white);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 108px;
    padding-block: 18px;
}

.brand {
    flex: 0 1 330px;
}

.brand img {
    width: min(330px, 58vw);
}

.contact-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 24px;
    margin: 0;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}

.contact-strip a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
}

.contact-icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-white);
}

.contact-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.contact-strip a:focus-visible,
.contact-strip a:hover,
.site-footer a:focus-visible,
.site-footer a:hover {
    color: var(--color-accent);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: url("/assets/images/hero/landing-hero-1600.jpg") center / cover no-repeat;
    padding: 72px 0 80px;
}

.hero-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background: transparent;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
    gap: 48px;
    align-items: start;
}

.hero-content {
    max-width: 720px;
    padding-top: 52px;
}

.eyebrow,
.form-kicker {
    margin: 0 0 14px;
    color: var(--color-accent-dark);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    max-width: 690px;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: clamp(36px, 4.7vw, 56px);
    line-height: 1.08;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.hero-content h2 {
    max-width: 650px;
    margin-bottom: 22px;
    color: var(--color-white);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.54);
}

.editable-content {
    max-width: 650px;
    color: var(--color-white);
    font-size: 21px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.52);
}

.editable-content p {
    margin-bottom: 16px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(157, 174, 54, 0.38);
    outline-offset: 3px;
}

.button-primary {
    background: var(--color-accent);
    color: var(--color-white);
}

.button-primary:hover {
    background: var(--color-accent-dark);
}

.button-secondary {
    border-color: var(--color-accent-dark);
    background: transparent;
    color: var(--color-charcoal);
}

.button-secondary:hover {
    background: var(--color-charcoal);
    border-color: var(--color-charcoal);
    color: var(--color-white);
}

.form-column {
    display: grid;
    gap: 14px;
    justify-items: end;
}

.button.main-site-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 48px;
    padding: 12px 18px;
    border: 2px solid var(--color-accent);
    border-radius: 4px;
    background: var(--color-accent);
    color: var(--color-white);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-48px);
}

.button.main-site-link:hover,
.button.main-site-link:focus-visible {
    background: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
    color: var(--color-white);
    transform: translateY(-49px);
}

.form-panel {
    width: 100%;
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-panel);
}

.form-panel h2 {
    margin-bottom: 24px;
    color: var(--color-charcoal);
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.14;
}

.landing-form {
    display: grid;
    gap: 16px;
}

.field-group {
    display: grid;
    gap: 7px;
}

label {
    color: var(--color-charcoal);
    font-size: 16px;
    font-weight: 700;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    background: var(--color-white);
    color: var(--color-charcoal);
    padding: 13px 14px;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #777873;
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-submit {
    width: 100%;
    margin-top: 4px;
}

.form-note,
.form-status {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.4;
}

.form-status:not(:empty) {
    color: var(--color-accent-dark);
    font-weight: 700;
}

.info-section {
    padding: 72px 0;
    background: var(--color-white);
}

.simple-section-inner {
    max-width: var(--container);
}

.simple-content {
    width: 100%;
}

.simple-content h2 {
    margin-bottom: 20px;
    color: var(--color-charcoal);
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1.08;
}

.simple-content p {
    margin-bottom: 16px;
    font-size: 22px;
}

.simple-content p:last-child {
    margin-bottom: 0;
}

.steps-section {
    padding: 72px 0;
    background: var(--color-soft);
}

.criteria-section {
    padding: 72px 0;
    background: var(--color-charcoal);
    color: var(--color-white);
}

.simple-content-dark h2 {
    color: var(--color-white);
}

.simple-content-dark p {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer {
    color: var(--color-white);
}

.footer-contact-section {
    padding: 52px 0 46px;
    background: #494946;
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.9fr 1.62fr;
    gap: 22px;
    align-items: stretch;
}

.footer-contact-card {
    position: relative;
    min-height: 126px;
    padding: 26px 22px 26px 78px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.footer-contact-icon {
    position: absolute;
    top: 27px;
    left: 26px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-white);
}

.footer-contact-icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.footer-contact-card p {
    margin: 0;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.footer-contact-card a[href^="mailto:"] {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.footer-card-title {
    display: inline-block;
    margin-bottom: 4px;
    color: #d7e47b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.footer-contact-card strong {
    color: var(--color-white);
    font-weight: 700;
}

.site-footer a {
    color: var(--color-white);
    font-weight: 700;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #d7e47b;
}

.footer-legal-section {
    padding: 48px 0 50px;
    background: var(--color-white);
    color: var(--color-text);
}

.footer-legal-inner {
    text-align: center;
}

.footer-legal-inner p {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 18px;
    line-height: 1.55;
}

.footer-copyright {
    margin-top: 24px !important;
    color: var(--color-charcoal);
    font-size: 18px !important;
    font-weight: 700;
}

.developer-credit {
    margin-top: 10px !important;
    color: rgba(73, 73, 70, 0.82);
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.developer-credit a {
    color: var(--color-charcoal);
}

.developer-credit a:hover,
.developer-credit a:focus-visible {
    color: var(--color-accent);
}

@media (max-width: 900px) {
    .header-inner,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .brand {
        flex: 0 0 auto;
    }

    .contact-strip {
        justify-content: flex-start;
        font-size: 18px;
    }

    .hero-section {
        padding: 52px 0 64px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .hero-content {
        padding-top: 0;
    }

    .main-site-link {
        justify-self: start;
        transform: none;
    }

    .info-section {
        padding: 58px 0;
    }

    .steps-section {
        padding: 58px 0;
    }

    .criteria-section {
        padding: 58px 0;
    }

    .footer-contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-card {
        min-height: auto;
        padding: 26px 20px 26px 76px;
    }

    .footer-contact-icon {
        top: 27px;
        left: 26px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 560px) {
    .footer-contact-section {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-contact-grid {
        width: min(100% - 32px, var(--container));
    }

    .footer-contact-card {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 22px 16px;
    }

    .footer-email-card {
        padding-right: 10px;
    }

    .footer-contact-icon {
        position: static;
        width: 34px;
        height: 34px;
    }

    .footer-contact-icon svg {
        width: 16px;
        height: 16px;
    }

    .footer-contact-card p,
    .footer-contact-card a {
        font-size: 16px;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    .footer-contact-card a[href^="mailto:"] {
        display: inline-block;
        max-width: 100%;
        font-size: clamp(9px, 3.15vw, 13px);
        line-height: 1.35;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
    }

    .footer-card-title {
        font-size: 16px;
    }

    .footer-legal-section {
        padding: 42px 0 44px;
    }

    .footer-legal-inner p {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 560px) {
    body {
        overflow-x: hidden;
    }

    .container {
        width: min(100% - 28px, var(--container));
        max-width: calc(100vw - 28px);
    }

    .header-inner {
        min-height: auto;
        gap: 18px;
        justify-content: flex-start;
        padding-block: 18px;
    }

    .contact-strip {
        display: grid;
        gap: 8px;
        width: 100%;
        font-size: 15px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .contact-strip a {
        max-width: 100%;
        min-width: 0;
    }

    .contact-strip a span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .brand img {
        width: min(280px, 86vw);
    }

    .hero-section {
        background: url("/assets/images/hero/landing-hero-900.jpg") center top / cover no-repeat;
        padding: 40px 0 48px;
    }

    .hero-content {
        max-width: 100%;
    }

    .eyebrow {
        max-width: 270px;
        font-size: 14px;
        line-height: 1.35;
    }

    h1 {
        max-width: 100%;
        font-size: clamp(28px, 8.4vw, 34px);
        line-height: 1.09;
        overflow-wrap: anywhere;
    }

    .hero-content h2 {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .editable-content {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.48;
        overflow-wrap: anywhere;
    }

    .button {
        width: 100%;
    }

    .button.main-site-link {
        margin-top: 18px;
        width: 100%;
    }

    .form-panel {
        width: 100%;
        max-width: calc(100vw - 28px);
        margin-top: -20px;
        padding: 22px;
        overflow: hidden;
    }

    .form-panel h2 {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.16;
        overflow-wrap: anywhere;
    }

    input,
    textarea {
        min-width: 0;
    }

    .simple-content h2 {
        max-width: 100%;
        font-size: 26px;
        overflow-wrap: anywhere;
    }

    .simple-content p {
        font-size: 18px;
        overflow-wrap: anywhere;
    }
}
