:root {
    --tesa-primary: #18c2d7;
    --tesa-primary-dark: #0d93ac;
    --tesa-secondary: #3a3d9f;
    --tesa-dark: #06172f;
    --tesa-dark-soft: #0d2345;
    --tesa-surface: #ffffff;
    --tesa-muted: #66758c;
    --tesa-border: rgba(11, 42, 87, 0.12);
    --tesa-shadow: 0 30px 60px rgba(6, 23, 47, 0.12);
    --tesa-gradient: linear-gradient(135deg, #07142e 0%, #0f3f83 55%, #16bfd5 120%);
}

body {
    color: var(--tesa-dark);
}

#loading {
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
        radial-gradient(circle at 78% 24%, rgba(24, 194, 215, 0.22), transparent 24%),
        linear-gradient(135deg, #0a1f42 0%, #155ea3 46%, #19c4d9 100%);
}

#loading-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tesa-loader {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 260px;
    min-height: 260px;
    min-width: 260px;
    position: relative;
    width: 260px;
}

.tesa-loader__halo,
.tesa-loader__glow,
.tesa-loader__shadow {
    pointer-events: none;
    position: absolute;
}

.tesa-loader__halo {
    border: 1px solid rgba(210, 249, 255, 0.18);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tesa-loader__halo--one {
    animation: tesaLoaderRing 2.8s ease-out infinite;
    height: 164px;
    width: 164px;
}

.tesa-loader__halo--two {
    animation: tesaLoaderRing 2.8s ease-out infinite 0.45s;
    height: 194px;
    width: 194px;
}

.tesa-loader__halo--three {
    animation: tesaLoaderRing 2.8s ease-out infinite 0.9s;
    height: 224px;
    width: 224px;
}

.tesa-loader__glow {
    animation: tesaLoaderGlow 2.4s ease-in-out infinite;
    background: radial-gradient(circle, rgba(24, 194, 215, 0.42) 0%, rgba(24, 194, 215, 0.18) 38%, rgba(24, 194, 215, 0) 72%);
    border-radius: 50%;
    height: 176px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%);
    width: 176px;
}

.tesa-loader__logo {
    animation: tesaLoaderLogo 2.4s ease-in-out infinite;
    display: block;
    filter: drop-shadow(0 16px 32px rgba(24, 194, 215, 0.26));
    height: auto;
    position: relative;
    width: 138px;
    z-index: 2;
}

.tesa-loader__shadow {
    animation: tesaLoaderShadow 2.4s ease-in-out infinite;
    background: rgba(4, 18, 41, 0.42);
    border-radius: 999px;
    bottom: 34px;
    filter: blur(1px);
    height: 12px;
    width: 82px;
    z-index: 1;
}

@keyframes tesaLoaderLogo {
    0%,
    100% {
        opacity: 0.94;
        transform: translateY(0) scale(0.97);
    }

    50% {
        opacity: 1;
        transform: translateY(-8px) scale(1.03);
    }
}

@keyframes tesaLoaderShadow {
    0%,
    100% {
        opacity: 0.34;
        transform: scaleX(0.9);
    }

    50% {
        opacity: 0.18;
        transform: scaleX(0.68);
    }
}

@keyframes tesaLoaderGlow {
    0%,
    100% {
        opacity: 0.52;
        transform: translate(-50%, -54%) scale(0.92);
    }

    50% {
        opacity: 0.9;
        transform: translate(-50%, -54%) scale(1.08);
    }
}

@keyframes tesaLoaderRing {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.72);
    }

    22% {
        opacity: 0.35;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

a,
.iq-font-blue,
.text-green {
    color: var(--tesa-primary);
}

a:hover {
    color: var(--tesa-primary-dark);
}

.button,
.button.bt-black {
    background: var(--tesa-primary);
    border-color: var(--tesa-primary);
    color: #ffffff;
    border-radius: 999px;
    padding: 14px 30px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 40px rgba(24, 194, 215, 0.24);
}

.button:hover,
.button.bt-black:hover {
    background: var(--tesa-primary-dark);
    border-color: var(--tesa-primary-dark);
    color: #ffffff;
}

.button.bt-white,
.tesa-secondary-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #ffffff;
    box-shadow: none;
}

.button.bt-white:hover,
.tesa-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.56);
    color: #ffffff;
}

#main-header .navbar {
    padding: 22px 0;
}

header {
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

header.menu-sticky {
    background: rgba(6, 23, 47, 0.96);
    box-shadow: 0 18px 48px rgba(6, 23, 47, 0.26);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0 18px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
}

.tesa-brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.tesa-brand__logo {
    display: block;
    filter: drop-shadow(0 12px 24px rgba(8, 18, 44, 0.22));
    height: auto;
    width: 72px;
    min-width: 72px;
}

.tesa-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.tesa-brand__text strong {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-shadow: 0 10px 26px rgba(5, 17, 40, 0.22);
}

.tesa-brand__text small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-top: 6px;
    text-transform: uppercase;
}

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

.tesa-hero .banner-text {
    margin-top: 0;
}

.tesa-hero__content {
    padding: 132px 0 84px;
}

.tesa-eyebrow,
.tesa-section-label {
    display: inline-flex;
    align-items: center;
    background: rgba(24, 194, 215, 0.12);
    border: 1px solid rgba(24, 194, 215, 0.28);
    border-radius: 999px;
    color: #dffcff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 22px;
    padding: 9px 16px;
    text-transform: uppercase;
}

.tesa-section-label {
    background: rgba(24, 194, 215, 0.1);
    color: var(--tesa-primary-dark);
}

.tesa-section-label--light {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #c8f7ff;
}

.tesa-hero h1 {
    font-family: "Raleway", sans-serif;
    font-size: 66px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin-bottom: 24px;
    text-transform: none;
}

.tesa-hero p {
    font-size: 19px;
    line-height: 1.8;
    max-width: 640px;
    opacity: 0.95;
}

.tesa-highlight-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
}

.tesa-highlight-list li {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: 600;
    gap: 12px;
}

.tesa-highlight-list i {
    color: var(--tesa-primary);
    font-size: 20px;
}

.tesa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tesa-hero-visual {
    position: relative;
}

.tesa-hero-image {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    box-shadow: 0 36px 80px rgba(2, 8, 23, 0.36);
}

.tesa-floating-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(6, 23, 47, 0.2);
    max-width: 240px;
    padding: 18px 20px;
    position: absolute;
}

.tesa-floating-card span {
    color: var(--tesa-primary-dark);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tesa-floating-card strong {
    color: var(--tesa-dark);
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.tesa-floating-card--top {
    left: -24px;
    top: 60px;
}

.tesa-floating-card--bottom {
    bottom: 34px;
    right: -10px;
}

.tesa-section-title {
    color: var(--tesa-dark);
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 24px;
}

.tesa-section-text {
    color: var(--tesa-muted);
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.tesa-metrics {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
}

.tesa-metric-card {
    background: #f7fbff;
    border: 1px solid var(--tesa-border);
    border-radius: 24px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tesa-metric-card:hover,
.tesa-service-card:hover,
.tesa-contact-card:hover,
.tesa-value-box:hover {
    box-shadow: var(--tesa-shadow);
    transform: translateY(-6px);
}

.tesa-metric-card strong {
    color: var(--tesa-secondary);
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.tesa-metric-card span {
    color: var(--tesa-muted);
    display: block;
    line-height: 1.7;
}

.tesa-image-frame {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: var(--tesa-shadow);
    padding: 18px;
}

.tesa-image-frame img {
    border-radius: 20px;
}

.tesa-about-visual-stack {
    display: grid;
    gap: 24px;
}

.tesa-image-frame--about {
    padding: 14px;
}

.tesa-about-categories {
    background: #ffffff;
    border: 1px solid var(--tesa-border);
    border-radius: 28px;
    box-shadow: var(--tesa-shadow);
    padding: 28px 26px;
}

.tesa-about-categories__title {
    color: var(--tesa-dark);
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

.tesa-about-categories__list {
    display: grid;
    gap: 14px;
}

.tesa-about-category {
    align-items: center;
    background: #f7fbff;
    border: 1px solid var(--tesa-border);
    border-radius: 20px;
    display: flex;
    gap: 16px;
    min-height: 82px;
    padding: 16px 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tesa-about-category:hover {
    box-shadow: 0 18px 40px rgba(6, 23, 47, 0.1);
    transform: translateY(-4px);
}

.tesa-about-category img {
    height: 34px;
    width: 34px;
}

.tesa-about-category span {
    color: var(--tesa-dark);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.tesa-service-card {
    background: #ffffff;
    border: 1px solid var(--tesa-border);
    border-radius: 28px;
    height: 100%;
    padding: 34px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tesa-service-icon {
    align-items: center;
    background: rgba(24, 194, 215, 0.1);
    border-radius: 22px;
    color: var(--tesa-secondary);
    display: flex;
    font-size: 32px;
    height: 72px;
    justify-content: center;
    margin-bottom: 24px;
    width: 72px;
}

.tesa-service-card h5 {
    color: var(--tesa-dark);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

.tesa-service-card p {
    color: var(--tesa-muted);
    line-height: 1.85;
    margin: 0;
}

.tesa-process {
    background:
        radial-gradient(circle at top left, rgba(24, 194, 215, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.tesa-process-panel {
    padding-right: 26px;
}

.tesa-check-list {
    display: grid;
    gap: 14px;
    margin: 30px 0 34px;
}

.tesa-check-list li {
    align-items: flex-start;
    color: var(--tesa-dark);
    display: flex;
    font-size: 17px;
    font-weight: 600;
    gap: 14px;
    line-height: 1.7;
}

.tesa-check-list i {
    color: var(--tesa-primary);
    font-size: 24px;
    margin-top: 2px;
}

.tesa-values-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tesa-value-box {
    background: #ffffff;
    border: 1px solid var(--tesa-border);
    border-radius: 28px;
    min-height: 220px;
    padding: 30px 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tesa-value-box span {
    color: var(--tesa-primary);
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
}

.tesa-value-box h6 {
    color: var(--tesa-dark);
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 14px;
}

.tesa-value-box p {
    color: var(--tesa-muted);
    line-height: 1.8;
    margin: 0;
}

.tesa-brands .heading-title {
    margin-bottom: 44px;
}

.tesa-brands {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tesa-brand-carousel .owl-stage-outer {
    padding: 12px 0 14px;
}

.tesa-brand-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 24px;
    display: flex;
    height: 126px;
    justify-content: center;
    padding: 20px 22px;
}

.tesa-brand-item img {
    height: auto;
    max-height: 62px;
    max-width: 210px;
    object-fit: contain;
    width: auto !important;
}

.tesa-brand-carousel .owl-dots {
    margin-top: 26px;
    text-align: center;
}

.tesa-brand-carousel .owl-dot span {
    background: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    display: block;
    height: 8px;
    margin: 0 6px;
    transition: width 0.2s ease, background 0.2s ease;
    width: 8px;
}

.tesa-brand-carousel .owl-dot.active span {
    background: var(--tesa-primary);
    width: 28px;
}

.tesa-faq .iq-ad-block {
    background: #ffffff;
    border: 1px solid var(--tesa-border);
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(6, 23, 47, 0.06);
    margin-bottom: 16px;
    padding: 0 24px;
}

.tesa-faq .ad-title {
    color: var(--tesa-dark) !important;
    display: block;
    line-height: 1.6;
    padding: 22px 0;
}

.tesa-faq .ad-details {
    color: var(--tesa-muted);
    line-height: 1.85;
    padding: 0 0 22px;
}

.tesa-info-panel {
    background: var(--tesa-gradient);
    border-radius: 32px;
    box-shadow: 0 28px 70px rgba(6, 23, 47, 0.22);
    color: #ffffff;
    height: 100%;
    padding: 38px 34px;
}

.tesa-info-panel h4 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 22px;
}

.tesa-side-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tesa-side-list li {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    padding-left: 18px;
    position: relative;
}

.tesa-side-list li::before {
    background: var(--tesa-primary);
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 8px;
}

.tesa-info-panel__note {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    line-height: 1.8;
    margin-top: 28px;
    padding: 18px 20px;
}

.tesa-newsletter {
    overflow: hidden;
}

.tesa-newsletter .title {
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: 900px;
}

.tesa-newsletter p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 0;
}

.tesa-footer-contact {
    overflow: hidden;
}

.tesa-footer-contact .container {
    position: relative;
    z-index: 2;
}

.footer-info.tesa-footer-contact .map {
    filter: none !important;
    opacity: 1;
    -webkit-filter: none !important;
}

.tesa-get-in {
    border-radius: 28px;
    padding: 36px 34px;
}

.tesa-get-in__intro {
    color: var(--tesa-muted);
    line-height: 1.85;
    margin-bottom: 22px;
}

.tesa-form-result {
    color: var(--tesa-primary-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 14px;
}

.tesa-form-result a {
    color: var(--tesa-primary-dark);
    text-decoration: underline;
}

.tesa-footer-meta {
    background: #f8fbff;
}

.tesa-footer-brandline {
    padding-right: 20px;
}

.tesa-footer-brandhead {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.tesa-footer-brandline img {
    display: block;
    filter: drop-shadow(0 12px 24px rgba(58, 61, 159, 0.14));
    margin: 0;
    min-width: 74px;
    width: 74px;
}

.tesa-footer-brandcopy {
    display: flex;
    flex-direction: column;
}

.tesa-footer-brandcopy strong {
    color: var(--tesa-secondary);
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: clamp(26px, 2.4vw, 34px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin-bottom: 8px;
}

.tesa-footer-brandcopy span {
    color: var(--tesa-secondary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tesa-footer-brandline p {
    color: #5e6f89;
    line-height: 1.95;
    margin: 0;
    max-width: 300px;
}

.tesa-footer-meta .iq-footer-box {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    min-height: 140px;
}

.tesa-footer-meta .iq-footer-box .iq-icon {
    flex: 0 0 auto;
}

.tesa-footer-meta .footer-content {
    flex: 1 1 auto;
}

.tesa-footer-meta .footer-content p {
    color: var(--tesa-muted);
    line-height: 1.85;
    margin-bottom: 0;
}

.tesa-footer-meta .footer-content a {
    color: var(--tesa-muted);
    text-decoration: none;
}

.tesa-footer-meta .footer-content a:hover {
    color: var(--tesa-primary-dark);
}

.tesa-footer-mailbox {
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .tesa-hero h1 {
        font-size: 56px;
    }

    .tesa-floating-card--top {
        left: -8px;
    }

    .tesa-floating-card--bottom {
        right: -6px;
    }
}

@media (max-width: 991px) {
    #main-header {
        background: rgba(6, 23, 47, 0.96);
    }

    #main-header .navbar {
        padding: 18px 0 14px;
        position: relative;
    }

    #main-header .navbar-toggler {
        background: #ffffff;
        border: 0;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(6, 23, 47, 0.22);
        margin: 0;
        padding: 6px 14px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
    }

    #main-header .navbar-toggler span {
        display: block;
        line-height: 1;
    }

    #main-header .navbar-collapse {
        background: #ffffff;
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(6, 23, 47, 0.18);
        flex-basis: 100%;
        margin-top: 18px;
        overflow: hidden;
    }

    #main-header .navbar-nav {
        padding: 10px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--tesa-dark);
        padding: 12px 18px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--tesa-primary-dark);
    }

    .tesa-brand {
        gap: 14px;
        max-width: calc(100% - 94px);
        padding-right: 82px;
    }

    .tesa-brand__text strong {
        font-size: 24px;
    }

    .tesa-brand__logo {
        min-width: 64px;
        width: 64px;
    }

    .tesa-hero__content {
        padding: 118px 0 68px;
    }

    .tesa-hero h1 {
        font-size: 46px !important;
    }

    .tesa-hero p,
    .tesa-section-text,
    .tesa-check-list li {
        font-size: 16px;
    }

    .tesa-section-title {
        font-size: 40px;
    }

    .tesa-hero-visual {
        margin-top: 46px;
    }

    .tesa-floating-card {
        max-width: 220px;
    }

    .tesa-values-grid,
    .tesa-metrics {
        grid-template-columns: 1fr;
    }

    .tesa-process-panel {
        padding-right: 0;
    }

    .tesa-info-panel {
        margin-bottom: 30px;
    }

    .tesa-about-visual-stack {
        margin-top: 42px;
    }

    .tesa-newsletter .text-lg-right {
        margin-top: 20px;
        text-align: left !important;
    }

    .tesa-footer-contact .map {
        height: 360px;
        margin-top: 24px;
        position: relative;
    }

    .tesa-footer-brandline {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .tesa-footer-brandhead {
        justify-content: flex-start;
    }

    #back-to-top,
    #back-to-top .top {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tesa-loader {
        height: 210px;
        min-height: 210px;
        min-width: 210px;
        width: 210px;
    }

    .tesa-loader__halo--one {
        height: 132px;
        width: 132px;
    }

    .tesa-loader__halo--two {
        height: 156px;
        width: 156px;
    }

    .tesa-loader__halo--three {
        height: 182px;
        width: 182px;
    }

    .tesa-loader__glow {
        height: 142px;
        width: 142px;
    }

    .tesa-loader__logo {
        width: 116px;
    }

    .tesa-loader__shadow {
        bottom: 26px;
        width: 66px;
    }

    .tesa-brand {
        align-items: center;
        gap: 12px;
        max-width: calc(100% - 88px);
        padding-right: 78px;
    }

    .tesa-brand__logo {
        width: 52px;
        min-width: 52px;
    }

    .tesa-brand__text strong {
        font-size: 18px;
        line-height: 1.02;
    }

    .tesa-brand__text small {
        font-size: 8px;
        letter-spacing: 0.14em;
        margin-top: 4px;
    }

    .tesa-hero h1 {
        font-size: 31px !important;
        line-height: 1.02;
    }

    .tesa-hero__content {
        padding: 92px 0 54px;
    }

    .tesa-eyebrow {
        font-size: 11px;
        letter-spacing: 0.12em;
        line-height: 1.5;
        margin-bottom: 18px;
        padding: 10px 16px;
        white-space: normal;
    }

    .tesa-highlight-list li {
        align-items: flex-start;
        font-size: 15px;
        line-height: 1.6;
    }

    .tesa-hero__actions {
        flex-direction: column;
    }

    .tesa-hero__actions .button {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .tesa-floating-card {
        left: 14px;
        max-width: calc(100% - 28px);
        position: static;
        right: auto;
        top: auto;
    }

    .tesa-floating-card--bottom {
        margin-top: 16px;
    }

    .tesa-section-title {
        font-size: 34px;
    }

    .tesa-service-card,
    .tesa-value-box,
    .tesa-metric-card {
        border-radius: 24px;
    }

    .tesa-brand-item {
        height: 102px;
        padding: 18px;
    }

    .tesa-brand-item img {
        max-height: 46px;
        max-width: 150px;
    }

    .tesa-about-categories {
        padding: 24px 20px;
    }

    .tesa-about-categories__title {
        font-size: 22px;
    }

    .tesa-about-category span {
        font-size: 18px;
    }

    .tesa-get-in {
        padding: 28px 24px;
    }

    #main-header .navbar {
        padding: 16px 0 12px;
    }

    #main-header .navbar-toggler {
        padding: 4px 12px;
        right: 0;
    }

    .tesa-footer-brandhead {
        gap: 14px;
    }

    .tesa-footer-brandline img {
        min-width: 62px;
        width: 62px;
    }

    .tesa-footer-brandcopy strong {
        font-size: 28px;
    }

    .tesa-footer-meta .iq-footer-box {
        margin-bottom: 24px;
        min-height: auto;
    }

    .tesa-footer-meta .info-share {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tesa-footer-meta .info-share li {
        margin: 0;
    }

    .tesa-get-in .button {
        text-align: center;
        width: 100%;
    }
}
