html {
    scroll-behavior: smooth;
}

*,
::before,
::after {
    box-sizing: border-box;
    undefined: undefined;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    undefined: undefined;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family:
        ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    undefined: undefined;
    line-height: inherit;
}

hr {
    height: 0;
    undefined: undefined;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    undefined: undefined;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    undefined: undefined;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    undefined: undefined;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    undefined: undefined;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    undefined: undefined;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    undefined: undefined;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    undefined: undefined;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    undefined: undefined;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.body {
    font-family: Inter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    border-bottom-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(8px);
}

.header-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.375rem;
}

.logo-link:hover {
    opacity: 0.9;
}

.logo-link:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.logo-link:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.logo-link:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.logo-image {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 0.375rem;
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.logo-text {
    font-family: Poppins;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: rgb(15 23 42 / 1);
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-list-desktop {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: rgb(51 65 85 / 1);
    border-radius: 0.125rem;
}

.nav-link:hover {
    color: var(--gjs-t-color-primary);
    text-decoration-line: underline;
}

.nav-link:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.nav-link:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.nav-link:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.header-cta-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.header-cta-button:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.header-cta-button:hover {
    background-color: var(--gjs-t-color-accent);
}

.header-cta-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.header-cta-button:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.main-content {
    scroll-margin-top: 6rem;
}

.hero-section {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.hero-text-column {
    grid-column: span 7 / span 7;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gjs-t-color-accent);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.hero-heading {
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subheading {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(51 65 85 / 1);
    margin-bottom: 1.5rem;
    max-width: 42rem;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-primary-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-primary-cta:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hero-primary-cta:hover {
    background-color: var(--gjs-t-color-accent);
}

.hero-primary-cta:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.hero-primary-cta:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.cta-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.hero-secondary-cta {
    color: rgb(30 41 59 / 1);
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-secondary-cta:hover {
    border-color: rgb(203 213 225 / 1);
    background-color: rgb(248 250 252 / 1);
}

.hero-secondary-cta:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.hero-secondary-cta:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.hero-secondary-cta:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.cta-secondary-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.hero-trust-badges {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trust-badge-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.trust-badge-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85 / 1);
}

.hero-visual-column {
    grid-column: span 5 / span 5;
}

.hero-image-frame {
    border-width: 1px;
    overflow: hidden;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hero-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.hero-image-caption {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(100 116 139 / 1);
}

.about-section {
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
}

.about-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.about-header {
    max-width: 48rem;
}

.about-heading {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.about-intro {
    color: rgb(51 65 85 / 1);
}

.about-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
}

.about-content-left {
    grid-column: span 6 / span 6;
}

.about-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.about-bullet-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
}

.about-bullet-copy {
    color: rgb(30 41 59 / 1);
}

.about-bullet-emphasis {
    font-weight: 600;
}

.about-content-right {
    grid-column: span 6 / span 6;
}

.about-highlight-card {
    border-width: 1px;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgb(248 250 252 / 1);
}

.about-highlight-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.about-highlight-icon {
    width: 2rem;
    height: 2rem;
}

.about-highlight-text {
    flex: 1 1 0%;
}

.about-highlight-heading {
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    margin-bottom: 0.25rem;
}

.about-highlight-copy {
    color: rgb(51 65 85 / 1);
}

.about-kpis-grid {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.kpi-card {
    padding: 1rem;
    background-color: rgb(255 255 255 / 1);
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
}

.kpi-value {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.kpi-label {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(71 85 105 / 1);
}

.services-section {
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-image: linear-gradient(to bottom, #fff, rgb(255 255 255 / 0));
}

.services-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.services-heading {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.services-subheading {
    color: rgb(51 65 85 / 1);
    max-width: 42rem;
}

.services-header-link {
    color: var(--gjs-t-color-primary);
    font-weight: 500;
    border-radius: 0.125rem;
}

.services-header-link:hover {
    text-decoration-line: underline;
}

.services-header-link:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.services-header-link:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.services-header-link:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.services-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
}

.service-card-column {
    grid-column: span 6 / span 6;
}

.service-card {
    border-width: 1px;
    background-color: rgb(255 255 255 / 1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    height: 100%;
}

.service-card:hover {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.service-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.service-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.service-description {
    color: rgb(51 65 85 / 1);
    margin-bottom: 1rem;
}

.service-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85 / 1);
}

.service-bullet-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
}

.cta-banner {
    margin-top: 2.5rem;
    border-width: 1px;
    background-color: rgb(255 255 255 / 1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cta-banner-image {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: none;
}

.cta-banner-text {
    flex: 1 1 0%;
}

.cta-banner-title {
    color: rgb(30 41 59 / 1);
    font-weight: 500;
}

.cta-banner-subtitle {
    color: rgb(71 85 105 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}

.cta-banner-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.cta-banner-button:hover {
    background-color: var(--gjs-t-color-accent);
}

.cta-banner-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cta-banner-button:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
}

.cta-banner-button:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.contact-section {
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
}

.contact-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
}

.contact-intro-column {
    grid-column: span 5 / span 5;
}

.contact-heading {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.contact-subheading {
    color: rgb(51 65 85 / 1);
    margin-bottom: 1.5rem;
}

.contact-details-card {
    border-width: 1px;
    border-radius: 0.75rem;
    padding: 1.25rem;
    background-color: rgb(248 250 252 / 1);
}

.contact-detail-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-detail-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.contact-detail-link:hover {
    text-decoration-line: underline;
}

.contact-detail-text {
    color: rgb(51 65 85 / 1);
}

.contact-compliance-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(71 85 105 / 1);
}

.contact-form-column {
    grid-column: span 7 / span 7;
}

.contact-form {
    border-width: 1px;
    border-radius: 0.75rem;
    padding: 1.5rem;
    background-color: rgb(255 255 255 / 1);
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.contact-form-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    margin-bottom: 1rem;
}

.form-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(30 41 59 / 1);
    margin-bottom: 0.25rem;
}

.form-input {
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(203 213 225 / 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgb(15 23 42 / 1);
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-input:focus {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 1px 2px 0 rgb(0 0 0 / 0.05);
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: var(--gjs-t-color-accent);
}

.form-input::placeholder::placeholder {
    color: rgb(148 163 184 / 1);
}

.form-field {
    grid-column: span 2 / span 2;
}

.form-textarea {
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(203 213 225 / 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgb(15 23 42 / 1);
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-textarea:focus {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 1px 2px 0 rgb(0 0 0 / 0.05);
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: var(--gjs-t-color-accent);
}

.form-textarea::placeholder::placeholder {
    color: rgb(148 163 184 / 1);
}

.gdpr-checkbox-row {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.gdpr-checkbox {
    margin-top: 0.25rem;
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    border-color: rgb(203 213 225 / 1);
    color: var(--gjs-t-color-primary);
}

.gdpr-checkbox:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.gdpr-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85 / 1);
}

.form-actions {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-submit-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-submit-button:focus-visible {
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-submit-button:hover {
    background-color: var(--gjs-t-color-accent);
}

.form-submit-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.form-submit-button:focus-visible:focus-visible {
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-submit-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.form-disclaimer {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(71 85 105 / 1);
}

.value-proposition-section {
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(248 250 252 / 1);
}

.value-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
}

.value-text-column {
    grid-column: span 7 / span 7;
}

.value-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    margin-bottom: 0.75rem;
}

.value-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.value-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
}

.value-text {
    color: rgb(51 65 85 / 1);
}

.value-image-column {
    grid-column: span 5 / span 5;
}

.value-image-frame {
    border-width: 1px;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 1);
}

.value-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.footer {
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
}

.footer-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
}

.footer-about-column {
    grid-column: span 5 / span 5;
}

.footer-brand-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.footer-logo-image {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: cover;
    border-radius: 0.375rem;
    box-shadow:
        0 0 0 0px #fff,
        0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}

.footer-brand-text {
    font-family: Poppins;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.footer-about-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85 / 1);
    max-width: 28rem;
}

.footer-links-column {
    grid-column: span 4 / span 4;
}

.footer-links-heading {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    margin-bottom: 0.75rem;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: rgb(51 65 85 / 1);
}

.footer-link:hover {
    text-decoration-line: underline;
}

.footer-contact-column {
    grid-column: span 3 / span 3;
}

.footer-contact-heading {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    margin-bottom: 0.75rem;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact-icon {
    width: 1rem;
    height: 1rem;
}

.footer-contact-link {
    color: rgb(51 65 85 / 1);
}

.footer-contact-link:hover {
    text-decoration-line: underline;
}

.footer-social-icon {
    width: 1rem;
    height: 1rem;
}

.footer-social-link {
    color: rgb(51 65 85 / 1);
}

.footer-social-link:hover {
    text-decoration-line: underline;
}

.footer-bottom-bar {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(71 85 105 / 1);
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-legal-link {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(51 65 85 / 1);
}

.footer-legal-link:hover {
    text-decoration-line: underline;
}

@media (max-width: 992px) {
    .gjs-t-h1 {
        font-size: 38px;
        line-height: 1.25;
    }

    .gjs-t-h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .header-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav-list-desktop {
        display: none;
    }

    .hero-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero-text-column {
        grid-column: span 12 / span 12;
    }

    .hero-trust-badges {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-visual-column {
        grid-column: span 12 / span 12;
    }

    .hero-image {
        height: 360px;
    }

    .about-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .about-content-left {
        grid-column: span 12 / span 12;
    }

    .about-content-right {
        grid-column: span 12 / span 12;
    }

    .services-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .cta-banner-image {
        display: block;
    }

    .contact-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .contact-intro-column {
        grid-column: span 12 / span 12;
    }

    .contact-form-column {
        grid-column: span 12 / span 12;
    }

    .value-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .value-text-column {
        grid-column: span 12 / span 12;
    }

    .value-image-column {
        grid-column: span 12 / span 12;
    }

    .value-image {
        height: 280px;
    }

    .footer-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-about-column {
        grid-column: span 12 / span 12;
    }

    .footer-links-column {
        grid-column: span 6 / span 6;
    }

    .footer-contact-column {
        grid-column: span 6 / span 6;
    }
}

@media (max-width: 480px) {
    .gjs-t-h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    .gjs-t-h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

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

    .hero-image {
        height: 260px;
    }

    .about-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .about-kpis-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .service-card-column {
        grid-column: span 12 / span 12;
    }

    .contact-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .form-fields-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .form-field {
        grid-column: span 1 / span 1;
    }

    .value-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .value-image {
        height: 220px;
    }

    .footer-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer-links-column {
        grid-column: span 12 / span 12;
    }

    .footer-contact-column {
        grid-column: span 12 / span 12;
    }

    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}
