html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", ui-sans-serif, system-ui, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(20, 216, 165, 0.08), transparent 24rem),
        radial-gradient(circle at top right, rgba(18, 52, 88, 0.08), transparent 28rem),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 30%, #f9fcff 100%);
}

.site-footer {
    overflow: hidden;
    position: relative;
    background: rgba(17, 24, 39, 0.96);
}

.site-footer::before {
    content: none;
}

.site-footer::after {
    content: none;
}

.site-footer-inner {
    display: grid;
    gap: 1.5rem;
}

.site-footer-brand-block {
    display: grid;
    gap: 1rem;
}

.site-footer-logo {
    display: inline-flex;
    align-items: center;
}

.site-footer-logo img {
    display: block;
}

.site-footer-meta {
    max-width: 28rem;
    line-height: 1.8;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.72);
}

.site-footer-copy {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #123458;
}

.site-footer-nav {
    display: grid;
    gap: 0.65rem;
}

.site-footer-services {
    display: grid;
    gap: 0.65rem;
}

.site-footer-column {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    justify-items: start;
}

.site-footer-heading {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.site-footer-link-text {
    display: inline-flex;
    align-items: center;
    color: rgba(241, 245, 249, 0.88);
    transition:
        transform 180ms ease,
        color 180ms ease;
}

.site-footer-link-text:hover,
.site-footer-link-text:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.site-footer-contact-list {
    display: grid;
    gap: 0.8rem;
}

.site-footer-contact-title {
    font-size: 0.95rem;
    line-height: 1.35;
    font-weight: 800;
    color: rgba(241, 245, 249, 0.96);
}

.site-footer-contact-link {
    gap: 0.7rem;
}

.site-footer-contact-static {
    transform: none !important;
}

.site-footer-contact-icon {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    align-items: center;
    justify-content: center;
    color: #5eead4;
}

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

.site-footer-socials {
    display: grid;
    gap: 0.65rem;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    background: #1877f2;
    color: #ffffff;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(147, 197, 253, 0.5);
    background: #2a84f4;
    color: #ffffff;
    outline: none;
}

.footer-social-link-linkedin {
    background: #0a66c2;
}

.footer-social-link-linkedin:hover,
.footer-social-link-linkedin:focus-visible {
    background: #1b74cf;
}

.icon-embed-footer {
    display: inline-flex;
    width: 1.1rem;
    height: 1.1rem;
}

.icon-embed-footer svg {
    width: 100%;
    height: 100%;
}

.site-footer-social-label {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #123458;
}

.site-footer-social-icon {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
}

@media (min-width: 768px) {
    .site-footer-inner {
        grid-template-columns: minmax(16rem, 24rem) minmax(0, 1fr);
        align-items: start;
        gap: 2rem;
    }

    .site-footer-content {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
        padding-top: 0.2rem;
        align-items: start;
        justify-content: center;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .site-footer-inner {
        gap: 1.5rem;
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        text-align: left;
    }

    .site-footer-content {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 1.5rem;
    }

    .site-footer-nav {
        gap: 0.7rem;
    }

    .site-footer-socials {
        gap: 0.7rem;
    }

    .site-footer-brand-block {
        justify-items: start;
        text-align: left;
    }

    .site-footer-column {
        justify-items: start;
        text-align: left;
    }

    .footer-social-icons {
        justify-content: flex-start;
    }
}

[data-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
    transition:
        opacity 700ms ease,
        transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-order, 0) * 70ms);
    will-change: opacity, transform;
}

.home-page {
    isolation: isolate;
}

.home-page-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.home-page-orb-left {
    top: 2rem;
    left: -8rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.18) 0%, rgba(20, 216, 165, 0.04) 55%, transparent 72%);
}

.home-page-orb-right {
    top: 8rem;
    right: -9rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(18, 52, 88, 0.16) 0%, rgba(18, 52, 88, 0.05) 58%, transparent 76%);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.section-shell {
    position: relative;
}

.section-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.section-shell-clients::before {
    inset: 0;
    background:
        linear-gradient(140deg, rgba(18, 52, 88, 0.96), rgba(15, 23, 42, 0.94)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    box-shadow:
        0 26px 72px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.section-shell-clients::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 2rem;
    pointer-events: none;
}

#reviews.section-shell-clients::after {
    opacity: 0.22;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 420' fill='none'%3E%3Cg opacity='0.95' stroke='%231e7493' stroke-width='1.1'%3E%3Cpath d='M1438 74c-117-26-205 17-302 43-88 24-181 29-274 8-85-19-165-58-252-66-95-9-159 25-246 46-106 26-223 28-364-4'/%3E%3Cpath d='M1441 108c-121-29-212 16-310 48-89 29-181 40-275 21-88-17-170-55-258-65-98-11-166 21-255 45-106 29-222 37-343 14'/%3E%3Cpath d='M1441 142c-118-31-214 11-315 45-94 32-188 47-284 31-93-15-178-51-270-62-100-12-173 17-262 42-101 29-207 39-310 26'/%3E%3Cpath d='M1440 176c-118-33-219 8-320 44-96 35-191 55-290 42-95-12-182-45-275-57-104-14-182 9-271 37-98 31-199 45-284 37'/%3E%3Cpath d='M1440 210c-120-30-224 11-326 48-95 35-192 58-290 50-99-9-188-40-285-53-109-14-191 6-280 34-96 30-194 45-259 42'/%3E%3Cpath d='M1440 244c-122-25-226 20-326 61-91 37-190 65-288 58-105-7-198-37-298-49-112-12-198 7-287 36-92 30-183 44-241 44'/%3E%3Cpath d='M1440 278c-126-19-229 34-325 77-87 39-186 69-283 63-109-7-208-34-311-44-116-12-205 10-291 41-85 30-166 42-230 39'/%3E%3Cpath d='M1440 312c-130-14-230 48-320 91-84 39-180 69-274 62-111-7-214-32-317-43-120-12-212 14-296 48-78 31-150 40-233 28'/%3E%3Cpath d='M1440 346c-134-10-228 61-311 102-78 38-171 66-262 55-110-14-212-39-315-50-123-12-220 19-307 56-68 29-133 34-245 11'/%3E%3Cpath d='M1440 380c-137-4-225 70-302 108-74 36-162 62-252 49-107-16-205-42-308-57-128-19-234 17-321 62-55 28-117 31-257-8'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.section-shell-clients .text-slate-600,
.section-shell-clients h2,
.section-shell-clients p {
    color: #e2e8f0;
}

.section-shell-clients .text-accent {
    color: #5eead4;
}

.google-reviews-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(13rem, 32vw, 18rem);
    max-width: 100%;
}

.google-reviews-badge svg {
    width: 100%;
    height: auto;
    display: block;
}

.google-cta-icon {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.section-shell-clients .animated-icon-button {
    border-color: rgba(226, 232, 240, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.section-shell-clients .animated-icon-button:hover,
.section-shell-clients .animated-icon-button:focus-visible {
    border-color: rgba(94, 234, 212, 0.32);
    background: rgba(255, 255, 255, 0.14);
}

.section-shell-clients .client-logo-klima img {
    background: transparent;
    box-shadow: none;
}

.section-shell-clients .client-logo-tempex img {
    background: transparent;
    box-shadow: none;
}

.section-shell-clients .client-logo-dji img {
    background: transparent;
    box-shadow: none;
}

.section-shell-clients .client-logo-persenk img {
    background: transparent;
    box-shadow: none;
}

.section-shell-clients .client-logo-zarena img,
.section-shell-clients .client-logo-hometools img,
.section-shell-clients .client-logo-baros img,
.section-shell-clients .client-logo-attex img,
.section-shell-clients .client-logo-badizdrav img,
.section-shell-clients .client-logo-drbano img {
    background: transparent;
    box-shadow: none;
}

.section-shell-clients .client-logo-icontrol img {
    background: transparent;
    box-shadow: none;
}

.section-shell-services::before {
    background:
        linear-gradient(145deg, rgba(19, 27, 38, 0.98), rgba(10, 19, 31, 0.96)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    box-shadow:
        0 28px 78px rgba(2, 8, 23, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section-shell-services::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 2rem;
    pointer-events: none;
}

.section-shell-services .text-ink,
.section-shell-services h2 {
    color: #f8fafc;
}

.section-shell-services .text-accent {
    color: #5eead4;
}

.section-shell-technologies::before {
    background:
        linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 250, 255, 0.98)),
        linear-gradient(135deg, rgba(255, 214, 102, 0.06), rgba(125, 211, 252, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.section-shell-services .animated-icon-button {
    border-color: rgba(226, 232, 240, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    box-shadow: 0 12px 30px rgba(2, 8, 23, 0.16);
}

.section-shell-services .animated-icon-button:hover,
.section-shell-services .animated-icon-button:focus-visible {
    border-color: rgba(94, 234, 212, 0.3);
    background: rgba(255, 255, 255, 0.14);
}

.home-hero {
    position: relative;
    align-items: start;
}

.home-hero-copy {
    position: relative;
}

.home-hero-copy::after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 6.5rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(18, 52, 88, 0.1), rgba(20, 216, 165, 0.16)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    transform: rotate(12deg);
    opacity: 0.9;
    z-index: -1;
}

.hero-impact-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(148, 163, 184, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96));
    box-shadow: 0 18px 42px rgba(18, 52, 88, 0.08);
}

.home-hero-panel-wrap::before {
    content: "";
    position: absolute;
    inset: 1rem -1rem auto auto;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.18), transparent 70%);
    z-index: -1;
}

.home-hero-panel {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.96)),
        linear-gradient(135deg, rgba(18, 52, 88, 0.04), rgba(20, 216, 165, 0.06));
    box-shadow: 0 28px 70px rgba(18, 52, 88, 0.14);
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.trust-strip {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1.5rem;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(18, 52, 88, 0.04), rgba(20, 216, 165, 0.06)),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(18, 52, 88, 0.08);
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.trust-strip-kicker {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #123458;
}

.trust-strip-text {
    margin-top: 0.45rem;
    max-width: 34rem;
    font-size: 0.96rem;
    line-height: 1.7;
    color: #475569;
}

.trust-strip-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.trust-strip-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.trust-strip-logo img {
    display: block;
    width: 100%;
    max-width: 8rem;
    height: 2.9rem;
    object-fit: contain;
}

.trust-strip-logo:hover,
.trust-strip-logo:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(18, 52, 88, 0.22);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
    outline: none;
}

.glass-nav {
        backdrop-filter: blur(1rem);
        background-color: #fffc;
}

.site-header-mobile {
    border-bottom: 0;
}

.site-header-inner {
    align-items: center;
}

.site-header-mobile > .site-header-inner > a,
.site-header-mobile > .site-header-inner > div,
#mobile-menu-button {
    align-self: center;
}

.site-header-mobile a img {
    display: block;
    max-width: min(11rem, 42vw);
}

.site-header-nav {
    font-size: 1.02rem;
}

.site-header-nav > a,
.site-header-nav > .nav-dropdown > .nav-dropdown-trigger {
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.header-consultation-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.2rem;
    padding: 0 0.55rem 0 1.35rem;
    border: 1.5px solid rgba(20, 216, 165, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3d34;
    font-size: 0.83rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-consultation-cta:hover,
.header-consultation-cta:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(20, 216, 165, 0.7);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
    outline: none;
}

.header-consultation-cta-arrow {
    display: inline-flex;
    width: 1.95rem;
    height: 1.95rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(20, 216, 165, 0.18);
    color: #0b7661;
    font-size: 1rem;
    line-height: 1;
}

.interactive-card {
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.interactive-card.is-tilting {
    transition-duration: 120ms;
}

.team-strip {
    flex-wrap: nowrap;
}

.team-section {
    position: relative;
}

.team-section-copy {
    text-wrap: balance;
}

.team-card {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 50%;
    flex: 0 1 50%;
}

.team-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.team-image-wrap {
    position: relative;
    flex: 0 0 44%;
    max-width: 44%;
}

.team-strip-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.team-card-body {
    margin-top: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.team-card-heading {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.team-card-name {
    font-size: 2.0rem;
    line-height: 1.35;
    font-weight: 900;
    color: #123458;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-card-role {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.5;
    font-weight: 800;
    color: #0f7661;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.team-card-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: transform 180ms ease, filter 180ms ease;
}

.team-card-linkedin:hover,
.team-card-linkedin:focus-visible {
    transform: translateY(-2px) scale(1.03);
    filter: saturate(1.08);
    outline: none;
}

.team-card-linkedin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
    border-radius: 999px;
    background: #0a66c2;
}

.team-card-linkedin-icon svg {
    width: 0.9rem;
    height: 0.9rem;
    color: #ffffff;
}

@keyframes linkedinPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 12px 26px rgba(10, 102, 194, 0.18);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 16px 34px rgba(10, 102, 194, 0.28);
    }
}

@keyframes linkedinRing {
    0% {
        box-shadow:
            0 12px 26px rgba(10, 102, 194, 0.24),
            0 0 0 0 rgba(10, 102, 194, 0.24);
    }
    70% {
        box-shadow:
            0 16px 34px rgba(10, 102, 194, 0.28),
            0 0 0 10px rgba(10, 102, 194, 0);
    }
    100% {
        box-shadow:
            0 12px 26px rgba(10, 102, 194, 0.24),
            0 0 0 0 rgba(10, 102, 194, 0);
    }
}

.team-card-points {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.55rem;
    padding: 0;
    list-style: none;
}

.team-card-points li {
    position: relative;
    padding-left: 1rem;
    font-size: 0.94rem;
    line-height: 1.7;
    color: #475569;
}

.team-card-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.35rem;
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 900;
    color: #14d8a5;
}

.animated-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero-points-list .hero-points-item {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    animation: heroPointReveal 650ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-points-list .hero-points-item:nth-child(1) {
    animation-delay: 120ms;
}

.hero-points-list .hero-points-item:nth-child(2) {
    animation-delay: 220ms;
}

.hero-points-list .hero-points-item:nth-child(3) {
    animation-delay: 320ms;
}

.hero-points-text {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 800;
    color: #123458;
    text-wrap: balance;
}

.hero-points-dot {
    box-shadow: 0 0 0 0.32rem rgba(20, 209, 165, 0.14);
}

.animated-icon-button {
    overflow: hidden;
}

.animated-icon-button:hover,
.animated-icon-button:focus-visible {
    transform: translateY(-2px) scale(1.03);
}

.animated-icon-button svg {
    transition: transform 220ms ease;
}

.animated-icon-button:hover svg,
.animated-icon-button:focus-visible svg {
    transform: translateX(2px);
}

.icon-badge svg {
    width: 26px;
    height: 26px;
}

.provider-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.provider-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(18, 52, 88, 0.12);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #123458;
}

.provider-badge svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.service-visual {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    background: #f8fbff;
}

.service-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.services-band {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: 0.65rem;
    padding-bottom: 1.4rem;
    background: transparent;
}

@media (min-width: 1024px) {
    .services-band {
        padding-inline: 2rem;
    }
}

.services-swiper {
    overflow: hidden;
    width: 100%;
    min-height: 37rem;
}

.services-swiper .swiper-wrapper {
    align-items: stretch;
    padding-top: 1rem;
}

.services-swiper .swiper-slide {
    height: auto;
}

.service-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 35rem;
}

.service-slide .service-visual {
    min-height: 14.5rem;
}

.service-slide .mt-6.inline-flex {
    margin-top: auto;
    padding-top: 1.5rem;
}

.benefit-card,
.seo-card,
.process-card,
.about-highlight-card,
.about-media-card,
.about-info-card,
.faq-card {
    box-shadow: 0 18px 44px rgba(18, 52, 88, 0.08);
}

.service-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.98)),
        #ffffff;
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.sector-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.65rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(15, 23, 42, 0.46);
    box-shadow:
        0 18px 40px rgba(2, 8, 23, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    height: 100%;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
}

.sector-visual {
    position: relative;
    display: flex;
    min-height: 11.5rem;
    align-items: center;
    justify-content: center;
    padding: 1.35rem 1.35rem 0.8rem;
    background:
        radial-gradient(circle at 20% 22%, rgba(20, 216, 165, 0.12), transparent 8rem),
        radial-gradient(circle at 82% 78%, rgba(56, 189, 248, 0.12), transparent 10rem);
}

.sector-visual::after {
    content: "";
    position: absolute;
    inset: 1rem 1rem auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.sector-visual-badge {
    display: flex;
    width: min(100%, 10.5rem);
    min-height: 6.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    padding: 1rem 1.15rem;
}

.sector-visual-badge img {
    display: block;
    width: 100%;
    max-width: 6rem;
    height: 4rem;
    object-fit: contain;
    object-position: center;
}

.sector-card:hover,
.sector-card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(94, 234, 212, 0.18);
    box-shadow:
        0 26px 52px rgba(2, 8, 23, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    outline: none;
}

.technology-band {
    width: 100%;
    padding: 1.15rem;
    border-radius: 2rem;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.technology-groups {
    display: grid;
    gap: 1.5rem;
}

.technology-group {
    display: grid;
    gap: 0.65rem;
}

.technology-group-title {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0 0 0.2rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(18, 52, 88, 0.76);
}

.technology-group-title::before {
    content: "";
    width: 1.4rem;
    height: 1px;
    flex: 0 0 1.4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #14d8a5, rgba(88, 168, 234, 0.35));
}

.technology-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
}

.technology-logo-card-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
}

.technology-logo-card-mark img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.sector-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem 1.25rem 1.3rem;
}

.sector-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5eead4;
}

.sector-body-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0.9rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.sector-body-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.sector-title {
    margin-top: 0.55rem;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
    color: #f8fafc;
}

.sector-detail {
    margin-top: 0.9rem;
    padding: 0;
}

.sector-bullets {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sector-bullet {
    position: relative;
    padding-left: 1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.82);
}

.sector-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: #5eead4;
    box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.12);
}

.sector-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding-top: 1rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: #f8fafc;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.sector-card:hover .sector-link,
.sector-card:focus-visible .sector-link {
    opacity: 1;
    transform: translateY(0);
}

.sector-band {
    width: 100%;
    overflow: hidden;
    padding-top: 0.65rem;
    padding-bottom: 1.2rem;
}

.sectors-swiper {
    overflow: hidden;
    width: 100%;
    min-height: 29rem;
}

.sectors-swiper .swiper-wrapper {
    align-items: stretch;
    padding-top: 1rem;
}

.sectors-swiper .swiper-slide {
    height: auto;
}

#sectors-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#sectors-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#sectors-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.nav-dropdown-caret {
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 50%;
    min-width: 45rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translate(-50%, -8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.nav-dropdown.is-open .nav-dropdown-caret {
    transform: rotate(180deg);
}

.cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 70;
}

body.cookie-consent-visible {
    padding-bottom: var(--cookie-consent-offset, 0px);
}

.cookie-consent-panel {
    position: relative;
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(120, 53, 15, 0.14);
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 251, 245, 0.98), rgba(255, 244, 230, 0.96)),
        #ffffff;
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.18),
        0 8px 18px rgba(120, 53, 15, 0.08);
    backdrop-filter: blur(14px);
    padding: 1.1rem;
}

.cookie-consent-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(120, 53, 15, 0.04));
    pointer-events: none;
}

.cookie-consent-panel > * {
    position: relative;
    z-index: 1;
}

.cookie-consent-title {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #4a2d16;
}

.cookie-consent-text {
    margin-top: 0.45rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5b4636;
}

.cookie-consent-link {
    display: inline-flex;
    margin-top: 0.7rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: #b45309;
    text-decoration: none;
}

.cookie-consent-link:hover,
.cookie-consent-link:focus-visible {
    color: #7c2d12;
    text-decoration: underline;
    outline: none;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.2rem;
}

.cookie-consent-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.cookie-consent-button-primary {
    background: linear-gradient(135deg, #b45309, #ea580c);
    color: #fff7ed;
    box-shadow: 0 14px 28px rgba(180, 83, 9, 0.22);
}

.cookie-consent-button-primary:hover,
.cookie-consent-button-primary:focus-visible {
    background: linear-gradient(135deg, #9a3412, #c2410c);
}

.cookie-consent-button-secondary {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(180, 83, 9, 0.2);
    color: #7c2d12;
}

.cookie-consent-button-secondary:hover,
.cookie-consent-button-secondary:focus-visible {
    background: rgba(255, 247, 237, 0.98);
}

@media (min-width: 768px) {
    .cookie-consent {
        left: auto;
        width: min(31rem, calc(100vw - 2rem));
    }

    .cookie-consent-panel {
        padding: 1.2rem;
    }
}

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

.nav-dropdown-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    min-height: 100%;
    border-top: 1px solid rgba(148, 163, 184, 0.32);
    padding: 1rem 0.15rem 0;
    color: #123458;
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
    text-decoration: none;
}

.nav-dropdown-link-simple {
    align-items: center;
    border-top: 0;
    border-radius: 0.95rem;
    padding: 0.8rem 0.9rem;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus-visible {
    color: #1d4ed8;
    background: #f8fbff;
    border-color: transparent;
    transform: translateY(-1px);
    outline: none;
}

.nav-dropdown-link-icon {
    display: inline-flex;
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
    align-items: center;
    justify-content: center;
    color: rgba(18, 52, 88, 0.62);
}

.nav-dropdown-link-icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

.nav-dropdown-link-title {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.96rem;
    line-height: 1.4;
    color: #0f172a;
}

.mobile-menu-burger {
    display: inline-flex;
    width: 18px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #123458;
}

.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-brand {
    display: inline-flex;
    align-items: center;
}

.mobile-menu-close {
    position: relative;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #123458;
}

.mobile-menu-close span {
    position: absolute;
    width: 1.65rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mobile-menu-close span:first-child {
    transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu-nav {
    display: grid;
    gap: 0.15rem;
}

.mobile-menu-link,
.mobile-menu-link-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.4rem;
    padding: 0.7rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1.05rem;
    font-weight: 500;
    color: #202833;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.mobile-menu-link-button {
    text-align: left;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible,
.mobile-menu-link-button:hover,
.mobile-menu-link-button:focus-visible {
    transform: translateY(-1px);
    color: #1d4ed8;
    outline: none;
}

.mobile-menu-footer {
    margin-top: auto;
    padding-top: 1.25rem;
}

.mobile-menu-link-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.9rem;
    padding: 0 0.55rem 0 1.35rem;
    border: 1.5px solid rgba(20, 216, 165, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3d34;
    font-size: 0.83rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mobile-menu-link-cta:hover,
.mobile-menu-link-cta:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(20, 216, 165, 0.7);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
    color: #0f3d34;
    outline: none;
}

.mobile-submenu {
    display: grid;
    gap: 0.3rem;
    padding: 0 0 0.55rem 1rem;
}

.mobile-submenu.hidden {
    display: none;
}

.mobile-submenu-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.42rem 0;
    border-radius: 0;
    background: transparent;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.mobile-submenu-link:hover,
.mobile-submenu-link:focus-visible {
    color: #123458;
    outline: none;
}

.mobile-submenu-icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    color: #123458;
}

.mobile-submenu-icon svg {
    width: 1rem;
    height: 1rem;
}

.mobile-menu-cta-arrow {
    display: inline-flex;
    width: 1.95rem;
    height: 1.95rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(20, 216, 165, 0.18);
    color: #0b7661;
    font-size: 1rem;
    line-height: 1;
}

.mobile-services-list::-webkit-scrollbar {
    width: 0.55rem;
}

.mobile-services-list::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-services-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.65);
}

.mobile-services-list::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.8);
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem 1.1rem;
}

.platform-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    flex: 0 0 3.4rem;
    overflow: hidden;
    background: #fff;
    padding: 0.6rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.platform-logo[data-platform-group="CMS"] {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.platform-logo[data-platform-group="Shop"] {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
}

.platform-logo[data-platform-group="Builder"] {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}

.platform-logo[data-platform-group="Custom"] {
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
}

.platform-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.platform-name {
    font-size: 1rem;
    font-weight: 800;
    color: #123458;
}

.platform-group {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.benefit-card,
.seo-card,
.process-card,
.about-highlight-card,
.about-info-card,
.faq-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98)),
        #ffffff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
}

.benefit-card:hover,
.seo-card:hover,
.process-card:hover,
.about-highlight-card:hover,
.about-info-card:hover,
.faq-card:hover {
    transform: translateY(-4px);
    border-color: rgba(18, 52, 88, 0.16);
    box-shadow: 0 24px 52px rgba(18, 52, 88, 0.12);
}

.process-card {
    position: relative;
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.14), transparent 68%);
}

.testimonial-band {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: 0.45rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background: transparent;
}

@media (min-width: 1024px) {
    .testimonial-band {
        padding-inline: 2rem;
    }

    .trust-strip {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        padding: 1.4rem 1.5rem;
    }

    .trust-strip-logos {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.testimonial-carousel-stack {
    display: grid;
    gap: 0.08rem;
}

.testimonials-marquee {
    overflow: hidden;
    width: 100%;
    padding-block: 0.02rem;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    cursor: grab;
}

.testimonials-marquee-track {
    display: flex;
    width: max-content;
    align-items: stretch;
    gap: 0.05rem;
    transition-timing-function: linear;
    animation: testimonialsMarquee 30s linear infinite;
}

.testimonials-marquee-reverse .testimonials-marquee-track {
    animation-direction: reverse;
}

.client-logo-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.75rem;
    padding: 0.8rem;
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
    flex: 0 0 clamp(9rem, 14.5vw, 11.75rem);
}

.client-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}

.client-logo-card img {
    display: block;
    width: 100%;
    max-width: 11rem;
    height: 4.2rem;
    object-fit: contain;
    object-position: center;
    border-radius: 1rem;
    background: #fff;
    padding: 0.75rem 0.85rem;
}

.client-logo-link:focus-visible img,
.client-logo-link:hover img {
    box-shadow: 0 18px 30px rgba(18, 52, 88, 0.08);
}

.google-review-card {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
        rgba(15, 23, 42, 0.58);
}

.google-review-stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.google-review-star {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1;
    color: #fbbf24;
}

.google-review-summary {
    display: block;
}

.google-review-preview {
    display: inline;
}

.google-review-ellipsis {
    display: inline;
    margin-left: 0.2rem;
    color: #5eead4;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.google-review-details[open] .google-review-summary {
    display: none;
}

.desktop-reviews-grid {
    align-items: stretch;
}

.desktop-reviews-grid > .google-review-card {
    width: 100%;
    min-width: 0;
}

.mobile-only-swiper,
.mobile-only-swiper-dots {
    display: none;
}

@keyframes testimonialsMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.333%);
    }
}

.about-media-card {
    position: relative;
    overflow: hidden;
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.about-highlight-card,
.about-info-card {
    transform: perspective(1200px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate3d(0, 0, 0);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

#testimonials-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#testimonials-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#testimonials-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

#services-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#services-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#services-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

#mobile-services-dots.swiper-pagination,
#reviews-dots.swiper-pagination,
#packages-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#mobile-services-dots .swiper-pagination-bullet,
#reviews-dots .swiper-pagination-bullet,
#packages-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#mobile-services-dots .swiper-pagination-bullet-active,
#reviews-dots .swiper-pagination-bullet-active,
#packages-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

.packages-swiper {
    overflow: hidden;
}

.packages-swiper .swiper-slide {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 17.5rem !important;
    max-width: 17.5rem !important;
}

.packages-swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.packages-swiper .package-image {
    display: block;
    height: auto;
    width: 100%;
    max-width: 17.5rem;
}

.packages-swiper-dots {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .packages-swiper .swiper-wrapper {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .packages-swiper .swiper-slide {
        width: 15rem !important;
        max-width: 15rem !important;
    }

    .packages-swiper .package-image {
        max-width: 15rem;
    }
}

@keyframes buttonSweep {
    0%,
    100% {
        transform: translateX(-135%);
    }
    45%,
    55% {
        transform: translateX(135%);
    }
}

@keyframes heroPointReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 767px) {
    .site-header-mobile {
        position: sticky;
        min-height: 3.85rem;
    }   

    .site-header-inner {
        height: 3.85rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-header-mobile > .site-header-inner > a {
        display: inline-flex;
        align-items: center;
        line-height: 0;
    }

    .site-header-mobile a img {
        vertical-align: middle;
    }

    .glass-nav.site-header-mobile {
        backdrop-filter: blur(0.85rem);
    }

    .mobile-menu-panel {
        position: fixed;
        inset: 0;
        z-index: 80;
        padding: 1.15rem 1.35rem 1.5rem;
        background: rgba(255, 255, 255, 0.98);
        overflow-y: auto;
    }

    .mobile-menu-inner {
        display: flex;
        min-height: calc(100vh - 2.65rem);
        flex-direction: column;
        gap: 2rem;
        padding: 0.15rem 0 0;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .section-shell::before {
        inset: 0;
    }

    .section-shell-clients::before,
    .section-shell-clients::after {
        inset: 0;
    }

    .home-page-orb-left,
    .home-page-orb-right {
        display: none;
    }

    .home-hero-copy::after {
        display: block;
        right: 0.4rem;
        top: 4.35rem;
        width: 5.1rem;
        height: 5.1rem;
        border-radius: 1.25rem;
        opacity: 0.75;
    }

    .trust-strip {
        padding: 1rem;
        border-radius: 1.35rem;
    }

    .mobile-menu-burger {
        width: 16px;
        height: 12px;
    }

    #mobile-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .interactive-card,
    .home-hero-panel,
    .trust-strip,
    .service-card,
    .sector-card,
    .client-logo-card,
    .benefit-card,
    .seo-card,
    .process-card,
    .about-highlight-card,
    .about-media-card,
    .about-info-card,
    .faq-card {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        transition-delay: 0ms !important;
    }

    .animated-cta::after {
        animation: none;
    }

    .hero-points-list .hero-points-item {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .interactive-card,
    .home-hero-panel,
    .trust-strip,
    .service-card,
    .sector-card,
    .client-logo-card,
    .benefit-card,
    .seo-card,
    .process-card,
    .about-highlight-card,
    .about-media-card,
    .about-info-card,
    .faq-card {
        transform: none !important;
    }
}

/* Final shadow reduction override. */
.trust-strip,
.hero-impact-card,
.home-hero-panel,
.service-card,
.sector-card,
.platform-card,
.client-logo-card,
.benefit-card,
.seo-card,
.process-card,
.about-highlight-card,
.about-media-card,
.about-info-card,
.faq-card,
.cookie-consent-panel,
.nav-dropdown-menu {
    box-shadow: none !important;
}

.trust-strip-logo,
.platform-logo {
    box-shadow: none !important;
}

.benefit-card:hover,
.seo-card:hover,
.process-card:hover,
.about-highlight-card:hover,
.about-info-card:hover,
.faq-card:hover,
.service-card:hover,
.sector-card:hover,
.client-logo-card:hover {
    box-shadow: none !important;
}

body {
    overflow-x: clip;
}

.home-page {
    overflow-x: clip;
}

.services-swiper .swiper-slide,
.sectors-swiper .swiper-slide,
.testimonials-swiper .swiper-slide {
    min-width: 0;
}

.service-slide,
.sector-card,
.client-logo-card {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .home-hero {
        gap: 2.5rem;
        padding-top: 1.1rem !important;
        padding-bottom: 3.5rem !important;
    }

    .hero-impact-grid {
        gap: 1rem;
    }

    .home-hero-panel {
        padding: 1.1rem;
        border-radius: 1.5rem;
    }

    .trust-strip {
        gap: 1rem;
        margin-top: -0.35rem;
    }

    .trust-strip-text {
        margin-top: 0.3rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .trust-strip-logos {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .trust-strip-logo {
        min-height: 4.2rem;
    }

    .services-band,
    .sector-band,
    .testimonial-band {
        padding-inline: 0;
    }

    .mobile-only-swiper {
        display: block;
    }

    .mobile-only-swiper-dots {
        display: block;
        margin-top: 1rem;
        text-align: center;
    }

    .desktop-services-grid,
    .desktop-reviews-grid {
        display: none;
    }

    .services-swiper,
    .sectors-swiper,
    .testimonials-swiper,
    .reviews-swiper,
    .packages-swiper {
        min-height: 0;
    }

    .services-swiper .swiper-wrapper,
    .sectors-swiper .swiper-wrapper,
    .testimonials-swiper .swiper-wrapper,
    .reviews-swiper .swiper-wrapper,
    .packages-swiper .swiper-wrapper {
        padding-top: 0;
    }

    .sectors-swiper .swiper-slide,
    .reviews-swiper .swiper-slide {
        height: auto;
        display: flex;
    }

    .service-slide {
        min-height: 0;
    }

    .service-slide .service-visual {
        min-height: 0;
    }

    .service-card {
        border-radius: 1.5rem !important;
        padding: 1.25rem !important;
    }

    .sector-card-body {
        padding: 1rem 1rem 1.1rem;
    }

    .client-logo-card {
        min-height: 9.2rem;
        padding: 0.7rem;
    }

    .client-logo-card img {
        max-width: 17.75rem;
        height: 6.8rem;
        padding: 0.2rem 0.35rem;
    }

    .testimonials-marquee {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
    }

    .testimonials-marquee::-webkit-scrollbar {
        display: none;
    }

    .testimonials-marquee.is-dragging {
        cursor: grabbing;
    }

    .reviews-swiper .swiper-wrapper {
        width: 100%;
        gap: 0;
        align-items: stretch;
    }

    .reviews-swiper .swiper-slide {
        width: 100% !important;
        align-self: stretch;
    }

    .google-review-card {
        height: 100%;
    }
}

.service-page-shell {
    position: relative;
}

.service-hero-shell,
.service-callout-card,
.service-overview-card,
.service-icon-card,
.service-process-card,
.service-panel-card,
.service-outcome-card {
    position: relative;
    overflow: hidden;
}

.service-hero-shell::after,
.service-callout-card::after,
.service-overview-card::after,
.service-icon-card::after,
.service-process-card::after,
.service-panel-card::after,
.service-outcome-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(18, 52, 88, 0.06), transparent 46%, rgba(255, 122, 89, 0.08));
    opacity: 0.72;
}

.service-hero-shell {
    background:
        radial-gradient(circle at top right, rgba(183, 226, 230, 0.28), transparent 28rem),
        linear-gradient(180deg, rgba(248, 251, 255, 0.94), #ffffff 60%);
}

.service-overview-card,
.service-icon-card,
.service-process-card,
.service-panel-card {
    min-height: 100%;
}

.service-overview-card,
.service-icon-card {
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.service-overview-card:hover,
.service-icon-card:hover,
.service-overview-card:focus-within,
.service-icon-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(18, 52, 88, 0.16);
    background: #fbfdff;
}

.service-icon-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(18, 52, 88, 0.12), rgba(183, 226, 230, 0.34));
    color: #123458;
}

.service-icon-badge svg {
    width: 1.45rem;
    height: 1.45rem;
}

.service-icon-badge-soft {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(183, 226, 230, 0.32));
}

.service-list-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.8;
}

.service-list-dot {
    flex: none;
    width: 0.65rem;
    height: 0.65rem;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7a59, #123458);
}

.service-outcome-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid rgba(18, 52, 88, 0.08);
    border-radius: 1.35rem;
    background: rgba(248, 251, 255, 0.88);
}

@media (max-width: 767px) {
    .service-hero-shell {
        padding: 1.5rem;
        border-radius: 1.6rem;
    }

    .service-overview-card,
    .service-icon-card,
    .service-process-card,
    .service-panel-card {
        border-radius: 1.5rem;
        padding: 1.25rem;
    }
}

.contact-form-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 165, 0.08), transparent 14rem),
        radial-gradient(circle at bottom left, rgba(18, 52, 88, 0.08), transparent 18rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
    box-shadow:
        0 28px 70px rgba(18, 52, 88, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.contact-form-card::before {
    content: "";
    position: absolute;
    inset: auto -3rem -3rem auto;
    width: 11rem;
    height: 11rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.14), transparent 68%);
    pointer-events: none;
}

.contact-input {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-input:focus {
    box-shadow:
        0 0 0 4px rgba(94, 234, 212, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.contact-sidebar-stack {
    min-width: 0;
    width: 100%;
}

.contact-response-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 26px 64px rgba(15, 23, 42, 0.22);
}

.contact-response-card::before {
    content: "";
    position: absolute;
    inset: -5rem auto auto -4rem;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(94, 234, 212, 0.16), transparent 72%);
    pointer-events: none;
}

.contact-response-item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.contact-direct-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
        linear-gradient(135deg, rgba(94, 234, 212, 0.05), rgba(18, 52, 88, 0.04));
    box-shadow:
        0 24px 62px rgba(18, 52, 88, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-direct-item {
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow:
        0 12px 28px rgba(18, 52, 88, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 1023px) {
    .contact-sidebar-stack {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .team-strip {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
        padding-inline: 0;
    }

    .team-card {
        max-width: 100%;
        flex-basis: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .team-image-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .team-card-name {
        font-size: 1rem;
    }

    .team-card-role {
        font-size: 0.76rem;
    }

    .team-card-points li {
        font-size: 0.88rem;
    }

    .team-strip-image {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .contact-form-section {
        padding-bottom: 5rem;
    }
}

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

    .contact-form-control,
    .contact-form-message,
    .contact-form-submit,
    .contact-form-shell,
    .contact-form-shell > .grid,
    .contact-form-shell .rounded-3xl,
    .contact-form-shell .rounded-2xl {
        border-radius: 0 !important;
    }
}

.contact-form {
    display: grid;
    gap: 1.25rem;
}

.contact-form > .grid {
    gap: 1.25rem;
}

.contact-form label {
    display: grid;
    gap: 0.5rem;
}

.contact-form label > span {
    margin-bottom: 0;
}
