:root {
    color-scheme: light;
}

body {
    font-family: 'Inter', 'Noto Sans SC', sans-serif;
    color: #0f172a;
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 34%),
        radial-gradient(circle at right 20%, rgba(15, 23, 42, 0.08), transparent 28%),
        #f8fafc;
}

main {
    padding-top: 1rem;
}

.glass-nav {
    background: rgba(248, 250, 252, 0.84);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.nav-link {
    position: relative;
    transition: color 0.25s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #0f172a;
    transition: width 0.25s ease;
}

.nav-link:hover::after,
.nav-link[aria-current='page']::after {
    width: 100%;
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 0.2rem);
    left: 50%;
    min-width: 12.5rem;
    padding: 0.45rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.nav-submenu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    height: 1rem;
}

.nav-submenu-link {
    display: block;
    padding: 0.65rem 0.8rem;
    border-radius: 0.9rem;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.45;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-submenu-link:hover {
    background: rgba(15, 118, 110, 0.08);
    color: #0f172a;
}

.mesh-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 34%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mesh-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
}

.section-shell {
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.solution-summary-card {
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.solution-summary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.solution-summary-card.is-active {
    background: #0f172a;
    color: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.solution-summary-card.is-active .solution-summary-kicker {
    color: #86efac;
}

.solution-summary-card.is-active .solution-summary-copy {
    color: rgba(255, 255, 255, 0.92);
}

main[class*='pt-36'] {
    padding-top: 6rem !important;
}

main > section[class*='py-20'] {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

main > section[class*='pt-36'] {
    padding-top: 5rem !important;
}

main > section[class*='pb-20'] {
    padding-bottom: 2.5rem !important;
}

main > section[class*='pb-16'] {
    padding-bottom: 2rem !important;
}

.home-hero-shell {
    min-height: 25rem;
    align-items: stretch;
}

.home-hero-copy {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.home-hero-media {
    min-height: 100%;
    width: 100%;
}

.home-hero-media-card {
    height: 100%;
    width: 100%;
}

.home-hero-slider {
    min-height: 21rem;
    height: 21rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .home-hero-shell {
        min-height: 28rem;
    }

    .home-hero-copy {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .home-hero-slider {
        min-height: 24rem;
        height: 24rem;
    }
}

#module-grid {
    justify-items: center;
}

.products-compare-wrap {
    overflow-x: auto;
    border-radius: 1.6rem;
    border: 1px solid rgba(15, 118, 110, 0.13);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.products-compare-table {
    min-width: 42rem;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.products-compare-table th,
.products-compare-table td {
    min-height: 3.25rem;
    padding: 0.75rem 0.9rem;
    vertical-align: middle;
}

.products-compare-corner,
.products-compare-col {
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.products-compare-col {
    border-left: 1px solid rgba(15, 118, 110, 0.12);
    color: #0f172a;
    text-align: center;
}

.products-compare-col.is-featured {
    background: #0f172a;
    color: #6ee7b7;
}

.products-compare-metric {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    width: 22%;
}

.products-compare-cell {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    border-left: 1px solid rgba(15, 23, 42, 0.07);
    color: #475569;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.products-compare-cell.is-featured {
    background: rgba(15, 23, 42, 0.94);
    color: #ecfdf5;
}

.products-compare-cell > span + span {
    margin-left: 0.45rem;
}

.products-compare-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.products-compare-badge.is-good {
    background: #dcfce7;
    color: #15803d;
}

.products-compare-badge.is-mid {
    background: #fef3c7;
    color: #b45309;
}

.products-compare-badge.is-bad {
    background: #fee2e2;
    color: #b91c1c;
}

.products-compare-badge.is-best {
    background: rgba(110, 231, 183, 0.16);
    color: #6ee7b7;
}

.site-footer-grid {
    display: grid;
    gap: 2rem 1.5rem;
    align-items: start;
}

.site-footer-cell {
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.site-footer-column {
    width: fit-content;
    max-width: 12.75rem;
    min-width: 0;
    margin-inline: auto;
    text-align: left;
    overflow-wrap: anywhere;
}

.site-footer-column--company {
    max-width: 15.5rem;
}

.site-footer-company-name {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .site-footer-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 1.75rem;
    }

    .site-footer-column {
        max-width: 12.75rem;
    }

    .site-footer-column--company {
        max-width: 15.5rem;
    }
}

.product-card-media {
    position: relative;
}

.product-card-image {
    display: block;
    object-fit: cover;
    object-position: center;
    padding: 0;
    background: transparent;
}

.product-card-overlay {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 1.1rem 1.25rem 1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.74) 72%, rgba(15, 23, 42, 0.88) 100%);
}

.product-card-overlay__title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    text-shadow: 0 2px 12px rgba(15, 23, 42, 0.4);
}

.product-card-image--title-safe {
    object-position: center top;
}

.product-card-image--detail {
    padding: 0;
}

.solutions-service-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.solutions-service-title {
    margin-top: 0;
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
}

@media (min-width: 1280px) {
    .solutions-service-card {
        padding: 1.45rem;
    }

    .solutions-service-icon {
        width: 2.85rem;
        height: 2.85rem;
        border-radius: 0.95rem;
    }

    .solutions-service-icon svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .solutions-service-card p[data-i18n^='services.cards'][data-i18n$='.description'] {
        margin-top: 0.75rem;
        font-size: 0.9rem;
        line-height: 1.85;
    }

    .solutions-service-title {
        white-space: nowrap;
        margin-top: 0;
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
    }

    .solutions-cta-shell {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .solutions-cta-title {
        white-space: nowrap;
        font-size: 1.65rem;
        line-height: 1.06;
    }

    .solutions-cta-description {
        max-width: none;
        white-space: nowrap;
        margin-top: 0.85rem;
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .solutions-cta-actions {
        width: 11.25rem;
        gap: 0.8rem;
    }

    .solutions-cta-actions a {
        padding: 0.85rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 2.65rem !important;
        line-height: 1.05 !important;
    }
}

@media (min-width: 1024px) {
    .product-card-image--detail {
        padding: 0;
    }
}

.pill-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0f766e;
}

.prose-block h2,
.prose-block h3 {
    margin-top: 2rem;
    color: #0f172a;
    font-weight: 700;
}

.prose-block p,
.prose-block li {
    color: #475569;
    line-height: 1.95;
}

.prose-block ul,
.prose-block ol {
    margin-top: 1rem;
    padding-left: 1.4rem;
}

.prose-block li + li {
    margin-top: 0.5rem;
}

.img-hover-zoom {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.group:hover .img-hover-zoom {
    transform: scale(1.05);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(32px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-rise {
    animation: riseIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.float-slow {
    animation: floatY 8s ease-in-out infinite;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }
.delay-3 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
    .mesh-card,
    .hero-rise,
    .float-slow,
    .reveal,
    .img-hover-zoom {
        animation: none;
        transition: none;
        transform: none;
        opacity: 1;
    }
}


.inline-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    line-height: 1;
}

.inline-action::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    flex: none;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transform: translateY(-0.01em);
}

.strengths-card-title {
    max-width: 11em;
}

.inline-action--mail::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2'/><path d='m4 7 8 6 8-6'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2'/><path d='m4 7 8 6 8-6'/></svg>");
}

.inline-action--product::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3 4 7v10l8 4 8-4V7l-8-4Z'/><path d='M4 7l8 4 8-4'/><path d='M12 11v10'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3 4 7v10l8 4 8-4V7l-8-4Z'/><path d='M4 7l8 4 8-4'/><path d='M12 11v10'/></svg>");
}

.inline-action--solution::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 4 4 8l8 4 8-4-8-4Z'/><path d='m4 12 8 4 8-4'/><path d='m4 16 8 4 8-4'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 4 4 8l8 4 8-4-8-4Z'/><path d='m4 12 8 4 8-4'/><path d='m4 16 8 4 8-4'/></svg>");
}

.inline-action--article::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M8 3h6l5 5v13H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/><path d='M14 3v6h6M10 13h6M10 17h6'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M8 3h6l5 5v13H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/><path d='M14 3v6h6M10 13h6M10 17h6'/></svg>");
}

.inline-action--company::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 21V9l6 3V9l6 3V4l6 3v14H3Z'/><path d='M7 21v-4h3v4'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 21V9l6 3V9l6 3V4l6 3v14H3Z'/><path d='M7 21v-4h3v4'/></svg>");
}

.inline-action--contact::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v4'/><path d='M12 17v4'/><path d='M4.93 4.93l2.83 2.83'/><path d='M16.24 16.24l2.83 2.83'/><path d='M3 12h4'/><path d='M17 12h4'/><path d='M4.93 19.07l2.83-2.83'/><path d='M16.24 7.76l2.83-2.83'/><circle cx='12' cy='12' r='4'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v4'/><path d='M12 17v4'/><path d='M4.93 4.93l2.83 2.83'/><path d='M16.24 16.24l2.83 2.83'/><path d='M3 12h4'/><path d='M17 12h4'/><path d='M4.93 19.07l2.83-2.83'/><path d='M16.24 7.76l2.83-2.83'/><circle cx='12' cy='12' r='4'/></svg>");
}

.manager-modal-open {
    overflow: hidden;
}

.manager-modal {
    position: fixed;
    inset: 0;
    z-index: 70;
}

.manager-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
}

.manager-modal__panel {
    position: relative;
    z-index: 1;
    width: min(92vw, 30rem);
    margin: 8vh auto 0;
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.22);
}

.manager-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 1.25rem;
    cursor: pointer;
}

.manager-modal__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #0f766e;
}

.manager-modal__title {
    margin-top: 0.9rem;
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 700;
    color: #0f172a;
}

.manager-modal__subtitle {
    margin-top: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #475569;
}

.manager-modal__meta {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.manager-modal__meta-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f8fafc;
}

.manager-modal__meta-item span {
    font-size: 0.85rem;
    color: #64748b;
}

.manager-modal__meta-item strong,
.manager-modal__meta-item a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
}

.manager-modal__qr-shell {
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(236, 253, 245, 0.95), rgba(255, 255, 255, 0.98));
    text-align: center;
}

.manager-modal__qr-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
}

.manager-modal__qr {
    width: 11.5rem;
    max-width: 100%;
    margin: 0.9rem auto 0;
    border-radius: 1rem;
    background: #fff;
}

.manager-modal__qr-hint {
    margin-top: 0.85rem;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #64748b;
}

.contact-manager-card {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
}

.contact-manager-card__title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(110, 231, 183, 0.96);
}

.contact-manager-card__meta {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.contact-manager-card__qr {
    width: 8rem;
    margin-top: 1rem;
    border-radius: 0.9rem;
    background: #fff;
}

.team-card-compact .team-card-copy {
    max-width: 82%;
    padding: 1.1rem 1.15rem;
}

.team-card-compact .team-card-copy h3 {
    font-size: 1.2rem;
    line-height: 1.2;
}

.team-card-compact .team-card-copy p {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.6;
}

.site-floatbar {
    position: fixed;
    right: 0.75rem;
    bottom: 1.5rem;
    z-index: 45;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.site-floatbar__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 1rem 0;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(16px);
}

.site-floatbar__action {
    position: relative;
    overflow: hidden;
    width: 5.5rem;
    min-height: 7rem;
    padding: 0.8rem 0.55rem;
    border: 0;
    background: transparent;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease;
}

.site-floatbar__action:hover {
    transform: translateY(-2px);
    color: #dc2626;
}

.site-floatbar__action + .site-floatbar__action {
    position: relative;
}

.site-floatbar__action + .site-floatbar__action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.8rem;
    height: 1px;
    background: rgba(203, 213, 225, 0.8);
    transform: translateX(-50%);
}

.site-floatbar__label {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.02em;
}

.site-floatbar__icon,
.site-floatbar__top {
    position: relative;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 999px;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.site-floatbar__icon::before,
.site-floatbar__top-icon::before {
    content: '';
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.site-floatbar__icon--consult::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M7 18.5A8.5 8.5 0 1 1 12 20l-4 1 1-2.5Z'/><path d='M9 11h.01'/><path d='M12 11h.01'/><path d='M15 11h.01'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M7 18.5A8.5 8.5 0 1 1 12 20l-4 1 1-2.5Z'/><path d='M9 11h.01'/><path d='M12 11h.01'/><path d='M15 11h.01'/></svg>");
}

.site-floatbar__icon--wechat::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M8.5 18.5c-3 0-5.5-2.1-5.5-4.8 0-2.7 2.5-4.8 5.5-4.8 3.1 0 5.5 2.1 5.5 4.8 0 .7-.2 1.4-.6 2l.8 2.3-2.4-.8c-.9.8-2.1 1.3-3.3 1.3Z'/><path d='M15.5 16.5c-.7 0-1.5-.2-2.1-.6'/><path d='M15.5 7c3 0 5.5 2 5.5 4.5s-2.5 4.5-5.5 4.5c-.7 0-1.4-.1-2-.4l-2 .7.7-1.9c-.5-.6-.7-1.2-.7-2 0-2.5 2.5-4.5 5.5-4.5Z'/><path d='M7.5 13h.01'/><path d='M10.5 13h.01'/><path d='M14.5 11h.01'/><path d='M17.5 11h.01'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M8.5 18.5c-3 0-5.5-2.1-5.5-4.8 0-2.7 2.5-4.8 5.5-4.8 3.1 0 5.5 2.1 5.5 4.8 0 .7-.2 1.4-.6 2l.8 2.3-2.4-.8c-.9.8-2.1 1.3-3.3 1.3Z'/><path d='M15.5 16.5c-.7 0-1.5-.2-2.1-.6'/><path d='M15.5 7c3 0 5.5 2 5.5 4.5s-2.5 4.5-5.5 4.5c-.7 0-1.4-.1-2-.4l-2 .7.7-1.9c-.5-.6-.7-1.2-.7-2 0-2.5 2.5-4.5 5.5-4.5Z'/><path d='M7.5 13h.01'/><path d='M10.5 13h.01'/><path d='M14.5 11h.01'/><path d='M17.5 11h.01'/></svg>");
}

.site-floatbar__wechat {
    position: absolute;
    right: calc(100% + 1rem);
    bottom: 0.75rem;
    width: 12rem;
    padding: 0.95rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
    text-align: center;
}

.site-floatbar__wechat-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
}

.site-floatbar__wechat-qr {
    width: 8.5rem;
    margin: 0.7rem auto 0;
    border-radius: 0.9rem;
    background: #fff;
}

.site-floatbar__wechat-hint {
    margin-top: 0.65rem;
    font-size: 0.76rem;
    line-height: 1.55;
    color: #64748b;
}

.site-floatbar__action > .site-floatbar__icon,
.site-floatbar__action > .site-floatbar__label {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.site-floatbar__action.is-baidu-bridge-ready {
    cursor: pointer;
}

#aff-im-root .embed-icon {
    opacity: 0 !important;
    pointer-events: auto !important;
}

#aff-im-root .embed-icon-default,
#aff-im-root .embed-icon-pcIcon0,
#aff-im-root .embed-icon-pcIcon1,
#aff-im-root .embed-icon-pcIcon2 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0 !important;
}

.site-floatbar__top {
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease;
}

.site-floatbar__top:hover {
    transform: translateY(-2px);
    color: #475569;
}

.site-floatbar__top-icon::before {
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='m12 19V5'/><path d='m5 12 7-7 7 7'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='m12 19V5'/><path d='m5 12 7-7 7 7'/></svg>");
}

@media (max-width: 767px) {
    .site-floatbar {
        right: 0.5rem;
        bottom: 1rem;
        gap: 0.75rem;
    }

    .site-floatbar__panel {
        padding: 0.75rem 0;
    }

    .site-floatbar__action {
        width: 4.35rem;
        min-height: 5.6rem;
        padding: 0.65rem 0.35rem;
        gap: 0.55rem;
    }

    .site-floatbar__icon,
    .site-floatbar__top {
        width: 2.8rem;
        height: 2.8rem;
    }

    .site-floatbar__icon::before,
    .site-floatbar__top-icon::before {
        width: 1.35rem;
        height: 1.35rem;
    }

    .site-floatbar__label {
        font-size: 0.78rem;
    }

    .site-floatbar__wechat {
        right: calc(100% + 0.7rem);
        width: 10.5rem;
        padding: 0.85rem;
    }

    .site-floatbar__wechat-qr {
        width: 7.25rem;
    }
}
