.site-tools-section {
    position: relative;
    padding: 36px 0 14px;
}

.floating-hotline {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 1045;
    transform: translateZ(0);
}

.floating-hotline__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 228px;
    padding: 12px 20px 12px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.34), transparent 22%),
        radial-gradient(circle at 78% 25%, rgba(255, 228, 196, 0.28), transparent 24%),
        radial-gradient(circle at 70% 78%, rgba(127, 29, 29, 0.36), transparent 38%),
        linear-gradient(135deg, #ff7b54 0%, #da2a27 45%, #8a1d1e 100%);
    box-shadow:
        0 18px 45px rgba(138, 29, 30, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -10px 18px rgba(127, 29, 29, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-hotline__link:hover {
    transform: translateY(-4px) scale(1.02);
    color: #fff;
    box-shadow:
        0 24px 56px rgba(138, 29, 30, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -12px 22px rgba(127, 29, 29, 0.24);
}

.floating-hotline__blob {
    position: absolute;
    border-radius: 44% 56% 63% 37% / 46% 40% 60% 54%;
    pointer-events: none;
    opacity: 0.9;
    filter: blur(2px);
}

.floating-hotline__blob--one {
    top: -10px;
    left: -2px;
    width: 78px;
    height: 78px;
    background:
        radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12) 42%, transparent 66%),
        radial-gradient(circle at 68% 72%, rgba(255, 209, 163, 0.28), transparent 58%);
    animation: floatingHotlineOil 6.8s ease-in-out infinite alternate;
}

.floating-hotline__blob--two {
    right: 8px;
    bottom: -18px;
    width: 96px;
    height: 76px;
    background:
        radial-gradient(circle at 45% 45%, rgba(127, 29, 29, 0.08), rgba(127, 29, 29, 0.52) 60%, transparent 78%),
        radial-gradient(circle at 28% 26%, rgba(255, 235, 219, 0.24), transparent 52%);
    animation: floatingHotlineOil 5.4s ease-in-out infinite reverse;
}

.floating-hotline__icon,
.floating-hotline__content {
    position: relative;
    z-index: 1;
}

.floating-hotline__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
    font-size: 22px;
}

.floating-hotline__content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.floating-hotline__content strong {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.86;
}

.floating-hotline__content span {
    margin-top: 4px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.floating-hotline::before,
.floating-hotline::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
}

.floating-hotline::before {
    background: rgba(218, 42, 39, 0.18);
}

.floating-hotline::after {
    background: rgba(255, 123, 84, 0.14);
}

.floating-hotline.is-attention::before {
    animation: floatingHotlineRipple 1.6s ease-out 2;
}

.floating-hotline.is-attention::after {
    animation: floatingHotlineRipple 1.6s ease-out 2 0.18s;
}

.floating-hotline.is-attention .floating-hotline__link {
    animation: floatingHotlineBounce 1.2s ease-in-out, floatingHotlineShake 0.9s ease-in-out 0.18s;
}

@keyframes floatingHotlineOil {
    0% {
        transform: translate3d(0, 0, 0) scale(0.96) rotate(0deg);
        border-radius: 44% 56% 63% 37% / 46% 40% 60% 54%;
    }

    50% {
        transform: translate3d(4px, -3px, 0) scale(1.03) rotate(8deg);
        border-radius: 57% 43% 39% 61% / 54% 61% 39% 46%;
    }

    100% {
        transform: translate3d(-3px, 5px, 0) scale(1.08) rotate(-7deg);
        border-radius: 39% 61% 55% 45% / 42% 47% 53% 58%;
    }
}

@keyframes floatingHotlineBounce {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    18% {
        transform: translate3d(0, -12px, 0) rotate(-2deg);
    }

    34% {
        transform: translate3d(0, 0, 0) rotate(1deg);
    }

    52% {
        transform: translate3d(0, -7px, 0) rotate(-1.5deg);
    }

    68% {
        transform: translate3d(0, 0, 0) rotate(1deg);
    }
}

@keyframes floatingHotlineShake {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    16% {
        transform: translate3d(-3px, 0, 0) rotate(-3deg);
    }

    32% {
        transform: translate3d(4px, 0, 0) rotate(3deg);
    }

    48% {
        transform: translate3d(-4px, 0, 0) rotate(-2.5deg);
    }

    64% {
        transform: translate3d(3px, 0, 0) rotate(2deg);
    }

    80% {
        transform: translate3d(-2px, 0, 0) rotate(-1deg);
    }
}

@keyframes floatingHotlineRipple {
    0% {
        opacity: 0.45;
        transform: translate(-50%, -50%) scale(0.9);
    }

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

.site-tools-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 32px;
    padding: 36px;
    background:
        radial-gradient(circle at top left, rgba(218, 42, 39, 0.2), transparent 36%),
        radial-gradient(circle at bottom right, rgba(103, 199, 193, 0.18), transparent 30%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 30px 80px rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.site-tools-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.site-tools-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.site-tools-heading p {
    margin: 0;
    max-width: 620px;
    color: #4b5563;
}

.site-tools-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #da2a27;
}

.site-tools-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(218, 42, 39, 0.45);
}

.site-tools-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.site-tool-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 24px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-tool-card:hover {
    transform: translateY(-6px);
    border-color: rgba(218, 42, 39, 0.24);
    box-shadow: 0 22px 52px rgba(218, 42, 39, 0.12);
}

.site-tool-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 16px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(135deg, #da2a27, #f25f5c);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 24px rgba(218, 42, 39, 0.2);
}

.site-tool-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.site-tool-card__meta h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.site-tool-card__badge {
    flex-shrink: 0;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(218, 42, 39, 0.1);
    color: #b01f1c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-tool-card p {
    flex: 1;
    margin: 0 0 18px;
    color: #6b7280;
}

.site-tool-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.site-tool-card__link:hover {
    color: #da2a27;
}

@media (max-width: 1199px) {
    .site-tools-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .site-tools-shell {
        padding: 28px;
    }

    .site-tools-heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .site-tools-section {
        padding-top: 24px;
    }

    .floating-hotline {
        left: 12px;
        bottom: 12px;
    }

    .floating-hotline__link {
        min-width: 0;
        gap: 10px;
        padding: 10px 16px 10px 10px;
    }

    .floating-hotline__icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .floating-hotline__content strong {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .floating-hotline__content span {
        font-size: 16px;
    }

    .site-tools-shell {
        padding: 22px;
        border-radius: 24px;
    }

    .site-tools-grid {
        grid-template-columns: 1fr;
    }
}
