html {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5em;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 164, 255, 0.08), transparent 30%),
        radial-gradient(circle at top right, rgba(18, 181, 108, 0.12), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 28%, #f7fffb 100%);
    color: #000;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #042a19;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 15px;
}

p {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 15px;
}

b,
strong {
    color: #12b56c;
    font-weight: 900;
}

a {
    color: #00a4ff;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0083cc;
}

button {
    font: inherit;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row::before,
.row::after,
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.row::after,
.clearfix::after {
    clear: both;
}

.col-lg-12,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-sm-6,
.col-xs-2,
.col-xs-10,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-2,
.col-xs-10,
.col-xs-12,
.col-sm-6,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-lg-12 {
    float: left;
}

.col-xs-12,
.col-lg-12 {
    width: 100%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 164, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-nav {
    background: linear-gradient(90deg, #12b56c 0%, #0d8750 100%);
    padding: 10px;
    text-align: right;
    float: right;
    width: 73.5%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 20px;
    box-shadow: 0 12px 30px rgba(18, 181, 108, 0.22);
}

.top-nav a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px;
}

.top-nav .white-holder {
    position: absolute;
    top: -30px;
    margin-left: -20px;
    background-color: #fff;
    width: 70px;
    height: 100px;
    transform: rotate(-30deg);
}

.logo {
    display: flex;
    align-items: flex-start;
}

.logo-image {
    flex: 0 0 auto;
}

.logo-text {
    margin: 20px 0 0 20px;
}

.logo-text h1,
.logo-text p {
    color: #042a19;
    margin: 0;
    text-transform: uppercase;
}

.logo-text h1 {
    font-size: 1.2em;
    position: relative;
    z-index: 2;
}

.logo-text p {
    font-size: .8em;
    line-height: 1em;
}

.nav-bar {
    float: left;
    width: 100%;
    margin: -28px 0 10px;
}

.nav {
    float: right;
    margin-top: 48px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    float: left;
}

.nav ul a {
    color: #042a19;
    font-weight: 700;
    padding: 10px;
    margin-left: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.nav ul a:hover {
    border-color: #12b56c;
}

.location img,
.mail img,
.phone img {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.hero-stage {
    position: relative;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.7;
    pointer-events: none;
}

.hero-orb-one {
    width: 280px;
    height: 280px;
    top: 90px;
    left: -90px;
    background: radial-gradient(circle, rgba(0, 164, 255, 0.45), transparent 68%);
    animation: drift 10s ease-in-out infinite;
}

.hero-orb-two {
    width: 360px;
    height: 360px;
    right: -120px;
    top: 30px;
    background: radial-gradient(circle, rgba(18, 181, 108, 0.35), transparent 68%);
    animation: drift 12s ease-in-out infinite reverse;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
    pointer-events: none;
}

.info-wrap {
    width: 100%;
    min-height: 650px;
    background-image:
        linear-gradient(115deg, rgba(4, 42, 25, 0.78) 0%, rgba(4, 42, 25, 0.48) 35%, rgba(0, 164, 255, 0.18) 100%),
        url('../images/consulting.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.glass-panel {
    background: linear-gradient(180deg, rgba(7, 18, 34, 0.62), rgba(7, 18, 34, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.info-wrap .info-text {
    display: inline-block;
    max-width: 560px;
    position: relative;
    left: 0;
    padding: 42px;
    border-radius: 28px;
    z-index: 1;
}

.eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dff7ff;
    font-size: 0.8em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #12b56c;
    box-shadow: 0 0 16px rgba(18, 181, 108, 0.8);
}

.info-wrap .info-text h1 {
    font-size: clamp(3em, 6vw, 4.8em);
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.05em;
}

.info-wrap .info-text h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid #12b56c;
}

.info-wrap .info-text p {
    font-size: 1.15em;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.9);
}

.info-wrap .info-text h1,
.info-wrap .info-text p {
    color: #fff;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-pill {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.85em;
}

.hero-showcase {
    position: relative;
    width: min(420px, 100%);
    min-height: 360px;
}

.hero-card {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.hero-card-main {
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    padding: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(234, 247, 255, 0.88));
    transform: rotate(-6deg);
}

.hero-card-main strong {
    display: block;
    font-size: 1.55em;
    line-height: 1.25em;
    margin-bottom: 14px;
    color: #042a19;
}

.hero-card-main p {
    color: #355166;
    margin-bottom: 0;
}

.hero-card-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(18, 181, 108, 0.12);
    color: #0d8750;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-card-floating {
    position: absolute;
    padding: 18px 22px;
    background: rgba(6, 33, 48, 0.86);
    backdrop-filter: blur(12px);
    color: #fff;
}

.hero-card-top {
    left: -20px;
    top: 0;
    animation: floaty 5s ease-in-out infinite;
}

.hero-card-bottom {
    right: -10px;
    bottom: 0;
    animation: floaty 6s ease-in-out infinite reverse;
}

.metric-value {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1em;
}

.metric-label {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 34px;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.hero-scroll-indicator span {
    width: 6px;
    height: 12px;
    border-radius: 999px;
    background: #fff;
    animation: scrollDot 1.8s ease-in-out infinite;
}

.section-space {
    padding: 65px 0 30px;
}

.section-space-sm {
    padding: 0 0 20px;
}

.headline {
    font-size: 2.6em;
    padding-left: 16px;
    border-left: 5px solid #12b56c;
}

.box {
    position: relative;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 18px 45px rgba(5, 39, 26, 0.1);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 164, 255, 0.08);
    border-radius: 24px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.box::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #12b56c, #00a4ff);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.box:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(5, 39, 26, 0.16);
    border-color: rgba(0, 164, 255, 0.18);
}

.box:hover::before {
    opacity: 1;
}

.box h4 {
    font-size: 1.25em;
}

.box a h4::after {
    content: "→";
    margin-left: 10px;
}

.box a:hover h4 {
    color: #00a4ff;
}

.box p {
    font-size: .9em;
    text-align: justify;
}

.box-highlight {
    background: linear-gradient(135deg, #12b56c 0%, #0d8750 100%);
    border-color: transparent;
}

.box-tall {
    min-height: 360px;
}

.box-download {
    padding-bottom: 95px;
    min-height: 100%;
}

.services-full {
    clear: both;
}

.feature-list {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
}

.feature-list li {
    margin-bottom: 10px;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
}

.card-row > div {
    display: flex;
}

.risk-note {
    text-align: center;
    max-width: 900px;
    color: #00a4ff;
    margin: 10px auto 25px;
}

.intersection {
    background: linear-gradient(180deg, rgba(243, 251, 253, 0.9), rgba(255, 255, 255, 0.95));
    margin: 20px 0 50px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 164, 255, 0.08);
    border-bottom: 1px solid rgba(18, 181, 108, 0.08);
}

.intersection p {
    font-size: .9em;
    text-align: justify;
}

.intersection .xpress {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    border: solid 4px #00a4ff;
    border-radius: 16px;
    box-shadow: 0 24px 50px rgba(0, 164, 255, 0.15);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.intersection a:hover img {
    border-color: #12b56c;
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(18, 181, 108, 0.2);
}

.xpress-section {
    padding: 40px 0;
}

.xpress-row {
    display: flex;
    align-items: center;
}

.download {
    background: linear-gradient(90deg, #12b56c, #00a4ff);
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.download:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.download img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-left: -25px;
}

.download p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 15px 0 0 10px;
    font-size: 1.1em;
    font-weight: 700;
}

.istaknuto {
    color: #12b56c;
    font-weight: 700;
    margin: 20px auto 25px;
    padding: 0 10px;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #0083cc;
    background-color: #00a4ffde;
    padding: 10px;
    z-index: 12;
    backdrop-filter: blur(10px);
}

.cookies p {
    color: #fff;
    z-index: 4;
    font-size: 14px;
    margin: 0;
}

.cookies a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.cookies-actions {
    margin-top: 10px !important;
}

.cookies .close-cookies {
    cursor: pointer;
    padding: 5px 10px;
    text-decoration: none;
    margin: 0 5px;
    border: 0;
}

.footer {
    margin-top: 0;
}

.footer .logo {
    display: inline-flex;
    margin-bottom: 5px;
}

.footer .logo .logo-image img {
    max-width: 65px;
}

.footer .logo .logo-text {
    margin: 15px 0 0 15px;
    font-size: 90%;
}

.footer .logo .logo-text p {
    color: #555;
}

.footer p {
    color: #b9c8d9;
    font-size: .9em;
}

.footer .location,
.footer .mail,
.footer .phone {
    display: block;
    color: #555;
    font-size: .8em;
    margin-top: 6px;
}

.footer .location img,
.footer .mail img,
.footer .phone img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
    top: 0;
}

.footer .mail {
    margin-top: 0;
}

.copyright {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, #12b56c, #0d8750);
    padding: 7px;
    color: #fff;
    font-size: .8em;
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    font-size: .8em;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #00a4ff, #0078ff);
    box-shadow: 0 16px 30px rgba(0, 164, 255, 0.24);
}

.btn-primary:hover {
    color: #fff;
    background: linear-gradient(90deg, #0083cc, #006de2);
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(90deg, #12b56c, #0d8750);
    box-shadow: 0 16px 30px rgba(18, 181, 108, 0.24);
}

.btn-secondary:hover {
    color: #fff;
    background: linear-gradient(90deg, #0d8750, #0a6f41);
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, 'Loading');
}

@keyframes drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(18px, -20px, 0) scale(1.08);
    }
}

@keyframes floaty {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes scrollDot {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        transform: translateY(16px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.nav-toggle {
    display: none;
    margin-top: 42px;
    margin-left: auto;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(18, 181, 108, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(5, 39, 26, 0.08);
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: #042a19;
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-content {
        gap: 20px;
    }

    .intersection .xpress {
        margin-top: 20px;
    }

    .box h4 {
        font-size: 1em;
    }

    .box a h4::after {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .top-nav {
        width: 90%;
    }

    .col-sm-6,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-12 {
        width: 100%;
        float: none;
    }

    .nav-bar {
        margin: 5px 0 10px;
    }

    .nav {
        float: none;
        margin-top: 20px;
        clear: both;
    }

    .nav ul li {
        float: none;
        margin-bottom: 10px;
    }

    .nav ul a {
        display: inline-block;
        margin-left: 0;
    }

    .intersection a {
        display: inline-block;
    }

    .box h4 {
        font-size: 1.25em;
    }

    .card-row,
    .xpress-row,
    .hero-content {
        display: block;
    }

    .hero-showcase {
        margin-top: 30px;
        min-height: 300px;
    }

    .hero-card-main {
        position: relative;
        top: 0;
        transform: none;
    }

    .hero-card-top {
        left: 0;
    }

    .hero-card-bottom {
        right: 0;
    }

    .box-tall {
        min-height: 0;
    }

    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        float: right;
    }

    .nav {
        display: none;
    }

    .nav.nav-open {
        display: block;
        width: 100%;
        margin-top: 16px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(0, 164, 255, 0.1);
        border-radius: 24px;
        box-shadow: 0 18px 45px rgba(5, 39, 26, 0.1);
        clear: both;
    }

    .nav.nav-open ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 768px) {
    p {
        font-size: .9em;
    }

    .col-xs-2,
    .col-xs-10,
    .col-xs-12,
    .col-sm-6,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-12 {
        width: 100%;
        float: none;
    }

    .top-nav {
        width: 100%;
        padding: 8px 10px;
        text-align: left;
        line-height: 1.3em;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .top-nav .white-holder {
        display: none;
    }

    .top-nav a {
        font-size: 12px;
        margin-left: 0;
        padding: 4px 0;
    }

    .logo {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .logo .logo-image img {
        max-width: 65px;
    }

    .logo .logo-text {
        margin: 0 0 0 12px;
        font-size: 90%;
    }

    .nav-bar {
        margin-top: 15px;
    }

    .nav {
        margin-top: 16px;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav ul li {
        margin-bottom: 0;
    }

    .nav ul a {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 12px 14px;
        border: 1px solid rgba(18, 181, 108, 0.16);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 24px rgba(5, 39, 26, 0.06);
    }

    .info-wrap {
        min-height: 540px;
        background-position: 65%;
    }

    .hero-orb-one {
        width: 180px;
        height: 180px;
        top: 120px;
        left: -70px;
    }

    .hero-orb-two {
        width: 220px;
        height: 220px;
        right: -90px;
        top: 40px;
    }

    .hero-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .info-wrap .info-text {
        padding: 24px;
        font-size: 0.95em;
        max-width: 100%;
        width: 100%;
        border-radius: 22px;
    }

    .info-wrap .info-text h1 {
        line-height: 1.1em;
    }

    .info-wrap .info-text p {
        max-width: 100%;
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .hero-pill-row {
        gap: 8px;
    }

    .hero-pill {
        width: 100%;
        text-align: center;
    }

    .hero-showcase {
        margin-top: 24px;
        min-height: 280px;
        width: 100%;
    }

    .hero-card-main {
        padding: 24px;
    }

    .hero-card-main strong {
        font-size: 1.3em;
    }

    .headline {
        font-size: 1.8em;
    }

    .section-space {
        padding: 40px 0 20px;
    }

    .box {
        padding: 22px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .download {
        padding: 10px;
    }

    .download img {
        width: 30px;
        margin-left: 0;
    }

    .download p {
        font-size: .9em;
        margin-top: 8px;
    }

    .cookies {
        padding: 12px;
    }

    .cookies p {
        font-size: 13px;
    }

    .cookies-actions {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .cookies .btn,
    .cookies .close-cookies {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .footer {
        margin-top: -20px;
    }

    .footer .logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer h5,
    .footer p,
    .footer .location,
    .footer .mail,
    .footer .phone {
        text-align: center;
    }

    .footer .location,
    .footer .mail,
    .footer .phone {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 8px;
    }

    .footer .location img,
    .footer .mail img,
    .footer .phone img {
        margin-right: 0;
    }

    .footer p {
        font-size: .8em;
    }

    .footer .location {
        margin-bottom: 15px;
    }

    .footer iframe {
        width: 100%;
        height: 220px;
        margin-top: 10px;
        border-radius: 16px;
    }

    .copyright {
        padding: 12px 10px;
        line-height: 1.6em;
    }

    .hero-scroll-indicator {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    .top-nav {
        justify-content: flex-start;
    }

    .top-nav .mail span,
    .top-nav .location span {
        display: none;
    }

    .hero-card-floating {
        position: relative;
        margin-top: 16px;
        width: 100%;
    }

    .hero-showcase {
        min-height: 0;
    }
}

@media only screen and (max-width: 400px) {
    .logo {
        flex-direction: column;
        gap: 10px;
    }

    .logo .logo-text {
        margin: 0;
    }

    .info-wrap {
        min-height: 420px;
        background-position: 75%;
    }

    .info-wrap .info-text {
        padding: 18px;
        font-size: .9em;
    }

    .info-wrap .info-text h1 {
        font-size: 2.3em;
    }

    .eyebrow-badge {
        font-size: 0.72em;
        padding: 7px 10px;
    }

    .headline {
        font-size: 1.55em;
    }

    .box {
        padding: 18px;
    }

    .intersection .xpress {
        max-width: 100%;
    }
}

.privacy-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.privacy-hero {
    margin-bottom: 30px;
}

.privacy-content {
    padding: 35px;
}

.privacy-content h4 {
    margin-top: 10px;
    margin-bottom: 12px;
}

.privacy-content p {
    text-align: left;
}

.privacy-list {
    margin-bottom: 20px;
}

.privacy-actions {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .privacy-content {
        padding: 24px;
    }
}