* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #10243f;
    --gjs-t-color-secondary: #5f7390;
    --gjs-t-color-accent: #dcecff;
    --gjs-t-color-success: #2d7a58;
    --gjs-t-color-warning: #b8860b;
    --gjs-t-color-error: #b24343;
}

.gjs-t-body {
    background-color: #f7fafc;
    color: #10243f;
    font-size: 12px;
    line-height: 1.6;
}

.gjs-t-h1 {
    color: #0e1d33;
    font-size: 70px;
    line-height: 1.02;
}

.gjs-t-h2 {
    color: #132844;
    font-size: 40px;
    line-height: 1.12;
}

.gjs-t-button {
    background-color: #10243f;
    color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.gjs-t-link {
    color: #10243f;
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 24px;
    border-color: #d9e4ef;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: inherit;
}

.font-display,
h1,
h2,
h3,
h4 {
    font-family: 'Manrope', sans-serif;
}

.glass-light {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(14px);
}

.soft-shadow {
    box-shadow: 0 18px 60px rgba(16, 36, 63, .08);
}

.section-pad {
    padding-top: 96px;
    padding-bottom: 96px;
}

.anchor-offset {
    scroll-margin-top: 110px;
}

.text-balance {
    text-wrap: balance;
}

.card-hover {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(16, 36, 63, .08);
    border-color: #bfd3ea;
}

.link-hover {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

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

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

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

.footer-grid {
    grid-template-columns: 1.1fr .9fr;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 0 !important;
}

html,
:host {
    line-height: 1.5;
    -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;
}

hr {
    height: 0;
    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;
    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;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    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;
    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;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    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;
    color: #9ca3af;
}

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

:disabled {
    cursor: default;
}

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

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

[hidden] {
    display: none;
}

.cls-437byb {
    background-color: rgb(248 250 252 / 1);
    color: rgb(15 23 42 / 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
    min-height: 100vh;
    background-image: linear-gradient(180deg, #f8fbff 0%, #f6f8fb 38%, #ffffff 100%);
}

.header {
    position: sticky;
    top: 0px;
    z-index: 50;
    border-bottom-width: 1px;
    border-color: rgb(226 232 240 / 0.8);
    background-color: rgb(226 232 240 / 0.5);
    backdrop-filter: blur(24px);
}

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

.brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-right: .1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    max-width: 80%;
    border: 0px;
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    animation: logoFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.brand-text {
    letter-spacing: -0.025em;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navigation-link {
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(51 65 85 / 1);
    text-transform: uppercase;
}

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

.header-cta {
    border-width: 1px;
    border-color: rgb(15 23 42 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: rgb(255 255 255 / 1);
}

.header-cta:hover {
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(30 41 59 / 1);
}

.mobile-navigation {
    display: none;
    border-top-width: 1px;
    border-color: rgb(226 232 240 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.mobile-navigation-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0px;
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
}

.hero-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    align-items: center;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
}

.hero-status {
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(100 116 139 / 1);
}

.hero-headline-block {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hero-title {
    text-wrap: balance;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: #ffffff;
}


.hero-description {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #ffffff;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.primary-button {
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgb(255 255 255 / 1);
}




.secondary-button {
    border-width: 0px;
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgb(30 41 59 / 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

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

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.trust-badge {
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(247 249 253 / .3);
    padding-left: .6rem;
    padding-right: .6rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: rgb(226 232 240 / 1);
}

.hero-visual-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-visual-column img {
    width: 100%;
    margin-top: -1rem;
}

.hero-feature-panel {
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding: 1.5rem;
}

.feature-panel-header {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.feature-panel-title-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feature-panel-eyebrow {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(100 116 139 / 1);
}

.feature-panel-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.feature-panel-icon {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(224 242 254 / 1);
    background-color: rgb(240 249 255 / 1);
}

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

.feature-panel-cards {
    display: grid;
    gap: 1rem;
}

.mini-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(248 250 252 / 1);
    padding: 1rem;
}

.mini-card-row {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mini-card-title {
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.mini-card-text {
    font-size: 0.8rem;
    line-height: 1.25rem;
    color: rgb(71 85 105 / 1);
}

.hero-info-strip {
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding: 1.25rem;
}

.info-strip-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgb(100 116 139 / 1);
}

.info-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: rgb(15 23 42 / 1);
}

.divider {
    height: 3rem;
    width: 1px;
    background-color: rgb(226 232 240 / 1);
}

.section-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-intro {
    display: flex;
    max-width: 56rem;
    flex-direction: column;
    gap: 1rem;
}

.section-eyebrow {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(100 116 139 / 1);
}

.section-title {
    max-width: 48rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgb(2 6 23 / 1);
    padding-bottom: 2rem;
}

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

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

.capability-icon {
    margin-bottom: 1.25rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(224 242 254 / 1);
    background-color: rgb(240 249 255 / 1);
}

.capability-title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.capability-text {
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: rgb(71 85 105 / 1);
}

.solutions-section {
    background-image: radial-gradient(circle at top left, #e7f1ff 0%, rgba(231, 241, 255, 0) 34%), radial-gradient(circle at 85% 20%, #edf6ff 0%, rgba(237, 246, 255, 0) 26%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.solutions-intro-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background-image: url("img/map.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-text {
    max-width: 48rem;
    font-size: 1rem;
    line-height: 1.7rem;
}

.solutions-highlight-card {
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(248 250 252 / 1);
    padding: 1.5rem;
}

.highlight-title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: rgb(2 6 23 / 1);
}

.highlight-text {
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: rgb(71 85 105 / 1);
}

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

.solution-title {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
    line-height: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.solution-text {
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: rgb(71 85 105 / 1);
}

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

.section-paragraph {
    max-width: 48rem;
    color: rgb(71 85 105 / 1);
    font-size: 1rem;
    line-height: 1.7rem;
}

.about-highlights {
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding: 1.75rem;
}

.highlights-title {
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.highlights-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.highlight-item {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(248 250 252 / 1);
    padding: 1rem;
}

.highlight-item-title {
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.highlight-item-text {
    font-size: 1.05rem;
    line-height: 1.55rem;
    color: rgb(71 85 105 / 1);
}

.stats-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.stats-panel {
    border-radius: 34px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-image: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    padding: 1.75rem;
}

.stat-card {
    border-radius: 0;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding: 2.5rem;
    text-align: center;
    padding-top: 3.5rem;
}

.stat-value {
    margin-bottom: 0.5rem;
    font-size: 6rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #25538E;
}

.stat-label {
    font-size: 1.05rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgb(100 116 139 / 1);
}

.partners-section {
    background-color: rgb(255 255 255 / 1);
}

.partner-card {
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(248 250 252 / 1);
    padding: 1.75rem;
}

.partner-name {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.partner-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(71 85 105 / 1);
}

.cta-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cta-panel {
    border-radius: 36px;
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-image: url("img/bg2.jpg");
    background-position: 60% 50%;
    background-size: cover;
    padding: 6rem;
    color: #ffffff;
}

.cta-content {
    display: grid;
    grid-template-columns: .8fr 1.3fr;
    align-items: center;
    gap: 2rem;
}

.cta-text-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-eyebrow {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(100 116 139 / 1);
}

.cta-title {
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgb(255 255 255 / .85);
}

.cta-contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.7rem;
    color: rgb(71 85 105 / 1);
}

.contact-link {
    border-width: 1px;
    border-color: rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    color: rgb(30 41 59 / 1);
    font-size: 1.05rem;
}

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

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 20rem;
}

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

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

.footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-brand {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: rgb(2 6 23 / 1);
}

.footer-tagline {
    max-width: 36rem;
    color: rgb(71 85 105 / 1);
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.footer-info-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: rgb(71 85 105 / 1);
    font-size: 1rem;
    line-height: 1.7rem;
}

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

.footer-link:hover {
    color: rgb(2 6 23 / 1);
}

.footer-separator {
    color: rgb(203 213 225 / 1);
}

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

.footer-copyright {
    font-size: 1.05rem;
    line-height: 1.45rem;
    color: rgb(100 116 139 / 1);
}

#ikomh {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-size-options: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    box-shadow: unset;
}

#i21u6 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#iq2bg {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#iqqz4 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#i9b6g {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#iun3l {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#iu979 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#ihl47 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#isboj {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.gjs-t-link.link-hover.navigation-link {
    background-color: rgba(255, 255, 255, 0);
}

.glass-light.soft-shadow.primary-navigation {
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-size-options: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    backdrop-filter: unset;
    background-color: rgba(0, 0, 0, 0);
}

.gjs-t-link.link-hover.brand-link {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    transition: unset;
    background-color: rgba(255, 255, 255, 0);
}


.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 3rem;
    height: 3rem;
    border: 1px solid rgb(226 232 240 / 1);
    background-color: rgb(255 255 255 / .92);
    color: rgb(15 23 42 / 1);
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.menu-toggle:hover {
    border-color: rgb(148 163 184 / 1);
    background-color: rgb(248 250 252 / 1);
}

.menu-toggle:focus-visible {
    outline: 2px solid var(--gjs-t-color-accent);
    outline-offset: 3px;
}

.menu-toggle-line {
    display: block;
    width: 1rem;
    height: 1.5px;
    background-color: currentColor;
}

.menu-toggle-stack {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.mobile-navigation.is-open {
    display: block;
}

#iq2bg {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#iq5dx {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 4.5rem;
}

#i442c {
    align-items: start;
}


#itt002 {
    flex-direction: column;
}

#iw7dhv {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 3rem;
}

#i4epwq {
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-size-options: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: unset;
}

#ib9pjc {
    font-size: 6rem;
    margin-bottom: 2rem;
}

#i5c9p7 {
    margin-bottom: 2rem;
}

#iz6odk {
    margin-bottom: 2rem;
}

#irdc52 {
    margin-bottom: 2rem;
}

* {
    box-sizing: border-box;
}

#ivx6k7 {
    color: rgb(255 255 255 / .75);
}

#isyc7 {
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: none;
    width: 100%;
}

#i1qqzb {
    display: inline;
    position: absolute;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}

#tarcza2 {
    display: none;
    width: 200px;
    animation: logoFadeIn 0.8s;
}


.hero-visual-column img {animation: logoFadeIn 0.8s;}

@media (max-width: 992px) {
    
    .solutions-section {
    background-image: linear-gradient(180deg, #d2e1f8 0%, #ffffff 80%);
}

    
    
    .solutions-intro-column {
        background-image: url("img/map2.png");}

    #tarcza2 {
        display: inline;
    }

    .gjs-t-h1 {
        font-size: 55.2px;
        line-height: 1.04;
    }

    .gjs-t-h2 {
        font-size: 36px;
        line-height: 1.14;
    }

    .section-pad {
        padding-top: 72px;
        padding-bottom: 72px;
    }

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

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

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

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

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

    .header-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        gap: 0.75rem;
    }

    .about-text-logo-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .about-logo-full {
        width: 220px;
    }

    #lang-switcher-desktop {
        display: none;
    }

    .primary-navigation {
        display: none;
    }

    .mobile-navigation {
        display: none;
        background-color: rgba(255, 255, 255, .94);
        backdrop-filter: blur(18px);
    }

    .hero-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .divider {
        display: none;
    }

    .section-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

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

    .stats-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .cta-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .cta-panel {
        padding: 1.75rem;
    }

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

    .cta-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

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

    .footer-info-block {
        align-items: flex-start;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .header-cta {
        display: none;
    }

    .mobile-navigation-row {
        padding-top: 0.25rem;
    }

    .mobile-navigation .navigation-link {
        background-color: rgb(255 255 255 / 1);
        width: 100%;
        text-align: right
    }

    .mobile-navigation.is-open .mobile-navigation-row {
        display: flex;
    }

    #iq5dx {
        font-size: 60px;
        max-width: none;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        line-height: 1.7rem;
        max-width: none;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: none;
    }

    #isyc7 {
        padding-right: 0px;
    }

    #imobtn {
        transition: unset;
        background-color: rgba(255, 255, 255, 0);
        border-top-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
    }

    .hero-visual-column img {
        display: none
    }

}

/* ── About section: text left, logo right ── */
.about-text-logo-row {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.about-text-col {
    flex: 1 1 0;
    min-width: 0;
}

.about-logo-col {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-full {
    width: 350px;
    max-width: 100%;
    height: auto;
}

/* ── Language switcher ── */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    font-size: 0.82rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
    background: transparent;
    color: rgb(100 116 139 / 1);
    cursor: pointer;
    line-height: 1;
}

.lang-btn:hover {
    color: rgb(15 23 42 / 1);
}

.lang-btn--active {
    background-color: rgb(32 83 142 / 1);
    color: rgb(255 255 255 / 1);
}

.lang-btn--active:hover {
    background-color: rgb(30 41 59 / 1);
    color: rgb(255 255 255 / 1);
}

/* Mobile lang switcher inside nav panel */
.lang-switcher--mobile {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: flex-end;
    border: none;
    background: transparent;
    padding: 6px 0;
}

.lang-switcher--mobile .lang-btn {
    padding: 7px 14px;
    font-size: 0.88rem;
}

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

    .gjs-t-h2 {
        font-size: 31.2px;
        line-height: 1.15;
    }

    .section-pad {
        padding-top: 56px;
        padding-bottom: 56px;
    }

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

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

    .hero-subtitle {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.6rem;
    }

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

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

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

    .stats-panel {
        padding: 1.25rem;
    }

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

    .cta-panel {
        padding: 1.25rem;
    }

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

    .menu-toggle {
        margin-left: auto;
    }

    #imobtn {
        background-color: rgba(255, 255, 255, 0);
        transition: unset;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    #iq5dx {
        font-size: 44px;
    }
}

/* ══════════════════════════════════════════════════════
   ANIMATIONS — NGP
   ══════════════════════════════════════════════════════ */

/* ── Respect prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ─────────────────────────────────────────
   1. KEYFRAMES
───────────────────────────────────────── */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-32px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(32px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.94);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

@keyframes pulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 36, 63, 0.18);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(16, 36, 63, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 36, 63, 0);
    }
}

@keyframes borderScan {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes navLinkReveal {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes badgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes logoFadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ─────────────────────────────────────────
   2. PAGE LOAD — hero entrance
───────────────────────────────────────── */

.hero-content {
    animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.1s;
}

.hero-title {
    animation: fadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.18s;
}

.hero-description {
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.32s;
}

.hero-actions {
    animation: fadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.46s;
}

.trust-badges {
    animation: fadeIn 0.9s ease both;
    animation-delay: 0.08s;
}

/* stagger trust badges */
.trust-badge:nth-child(1) {
    animation: scaleIn 0.5s ease both;
    animation-delay: 0.55s;
}

.trust-badge:nth-child(2) {
    animation: scaleIn 0.5s ease both;
    animation-delay: 0.68s;
}

.trust-badge:nth-child(3) {
    animation: scaleIn 0.5s ease both;
    animation-delay: 0.81s;
}

.trust-badge:nth-child(4) {
    animation: scaleIn 0.5s ease both;
    animation-delay: 0.94s;
}

/* header nav links stagger */
.primary-navigation .navigation-link:nth-child(1) {
    animation: navLinkReveal 0.4s ease both;
    animation-delay: 0.05s;
}

.primary-navigation .navigation-link:nth-child(2) {
    animation: navLinkReveal 0.4s ease both;
    animation-delay: 0.12s;
}

.primary-navigation .navigation-link:nth-child(3) {
    animation: navLinkReveal 0.4s ease both;
    animation-delay: 0.19s;
}

.primary-navigation .navigation-link:nth-child(4) {
    animation: navLinkReveal 0.4s ease both;
    animation-delay: 0.26s;
}

/* ─────────────────────────────────────────
   3. PRIMARY BUTTON — shimmer + lift
───────────────────────────────────────── */

.primary-button {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.22s ease,
        letter-spacing 0.22s ease;
    will-change: transform;
}

/* sweeping light sheen on hover */
.primary-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 60%);
    background-size: 200% 100%;
    background-position: -200% center;
    transition: background-position 0s;
    pointer-events: none;
}

.primary-button:hover::before {
    background-position: 200% center;
    transition: background-position 0.55s ease;
}

.primary-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(16, 36, 63, 0.22);
    letter-spacing: 0.2em;
}

.primary-button:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(16, 36, 63, 0.15);
    transition-duration: 0.08s;
}

/* ─────────────────────────────────────────
   4. SECONDARY BUTTON — border slide
───────────────────────────────────────── */

.secondary-button {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease;
}

/* animated left border fill */
.secondary-button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #10243f;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-button:hover::after {
    transform: scaleY(1);
}

.secondary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 36, 63, 0.1);
}

.secondary-button:active {
    transform: translateY(0);
    transition-duration: 0.08s;
}

/* ─────────────────────────────────────────
   5. HEADER CTA — pulse ring on hover
───────────────────────────────────────── */

.header-cta {
    position: relative;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.header-cta:hover {
    transform: translateY(-2px);
    animation: pulseRing 0.6s ease-out;
}

.header-cta:active {
    transform: translateY(0);
    transition-duration: 0.08s;
}

/* ─────────────────────────────────────────
   6. NAVIGATION LINKS — underline slide
───────────────────────────────────────── */

.navigation-link {
    position: relative;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.18s ease;
}

.navigation-link::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0.75rem;
    right: 0.75rem;
    height: 1.5px;
    background-color: rgb(32 83 142 / 1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.navigation-link:hover::after {
    transform: scaleX(1);
}

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

/* ─────────────────────────────────────────
   7. CAPABILITY CARDS — icon pop + border
───────────────────────────────────────── */

.capability-card {
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
    position: relative;
}

.capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(16, 36, 63, 0.1);
    border-color: #a8c4e0;
}

.capability-icon {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.capability-card:hover .capability-icon {
    transform: scale(1.15) rotate(-4deg);
}

/* ─────────────────────────────────────────
   8. SOLUTION CARDS — left-border reveal
───────────────────────────────────────── */

.solution-card {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.solution-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #10243f 0%, #5f7390 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-card:hover::before {
    transform: scaleY(1);
}

.solution-card:hover {
    transform: translateY(-4px) translateX(2px);
    box-shadow: 0 16px 40px rgba(16, 36, 63, 0.1);
    border-color: #bfd3ea;
}


/* ─────────────────────────────────────────
   10. HIGHLIGHT ITEMS — slide + fade
───────────────────────────────────────── */

.highlight-item {
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease;
}

.highlight-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 16px rgba(16, 36, 63, 0.08);
    background-color: #f0f6ff;
    border-color: #bfd3ea;
}

/* ─────────────────────────────────────────
   11. STAT CARDS — counter emphasis
───────────────────────────────────────── */

.stat-card {
    transition:
        transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s ease;
    cursor: default;
}

.stat-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 48px rgba(16, 36, 63, 0.1);
}

.stat-value {
    transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.stat-card:hover .stat-value {
    color: #10243f;
}


/* ─────────────────────────────────────────
   14. MOBILE NAVIGATION — slide down open
───────────────────────────────────────── */

.mobile-navigation.is-open {
    animation: fadeUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* stagger mobile links */
.mobile-navigation.is-open .navigation-link:nth-child(1) {
    animation: slideInLeft 0.3s ease both;
    animation-delay: 0.04s;
}

.mobile-navigation.is-open .navigation-link:nth-child(2) {
    animation: slideInLeft 0.3s ease both;
    animation-delay: 0.09s;
}

.mobile-navigation.is-open .navigation-link:nth-child(3) {
    animation: slideInLeft 0.3s ease both;
    animation-delay: 0.14s;
}

.mobile-navigation.is-open .navigation-link:nth-child(4) {
    animation: slideInLeft 0.3s ease both;
    animation-delay: 0.19s;
}

.mobile-navigation.is-open .navigation-link:nth-child(5) {
    animation: slideInLeft 0.3s ease both;
    animation-delay: 0.24s;
}



/* ─────────────────────────────────────────
   16. LANGUAGE SWITCHER BUTTONS
───────────────────────────────────────── */

.lang-btn {
    transition:
        background-color 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lang-btn:hover {
    transform: translateY(-2px);
}

.lang-btn:active {
    transform: translateY(0);
    transition-duration: 0.06s;
}

/* ─────────────────────────────────────────
   17. MENU TOGGLE LINES — morph to X
───────────────────────────────────────── */

.menu-toggle-line {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

[aria-expanded="true"] #ip4viz {
    transform: translateY(5.5px) rotate(45deg);
}

[aria-expanded="true"] #ig6ocn {
    opacity: 0;
    transform: scaleX(0);
}

[aria-expanded="true"] .menu-toggle-stack > span:last-child {
    transform: translateY(-5.5px) rotate(-45deg);
}

/* ─────────────────────────────────────────
   18. CTA PANEL — gradient shift on hover
───────────────────────────────────────── */

.cta-panel {
    transition: box-shadow 0.35s ease, background-image 0.35s ease;
}

.cta-panel:hover {
    box-shadow: 0 28px 72px rgba(16, 36, 63, 0.11);
}

/* ─────────────────────────────────────────
   19. ABOUT LOGO — entrance animation
───────────────────────────────────────── */

.about-logo-col {
    animation: logoFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
