.tool-page {
    background: #ffffff;
    color: #111827;
}

.tool-hero {
    position: relative;
    padding-top: 9.25rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(242, 101, 34, .16), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(20, 184, 166, .13), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 58%, #fff4eb 100%);
}

.tool-hero::before {
    content: "";
    position: absolute;
    right: -90px;
    top: 130px;
    width: 280px;
    height: 280px;
    border: 32px solid rgba(242, 101, 34, .08);
    border-radius: 999px;
}

.tool-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .8rem;
    color: #b45309;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tool-eyebrow::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 5px rgba(242, 101, 34, .16);
}

.tool-title {
    max-width: 760px;
    color: #111827;
    font-size: clamp(2.1rem, 4.4vw, 4rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.tool-lead {
    max-width: 650px;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.75;
}

.tool-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.7rem;
}

.tool-visual {
    position: relative;
    max-width: 430px;
    margin-left: auto;
    padding: 1.1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .12);
    animation: toolFloat 5.5s ease-in-out infinite;
}

.tool-visual-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tool-window-dots {
    display: flex;
    gap: .4rem;
}

.tool-window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f97316;
}

.tool-window-dots span:nth-child(2) {
    background: #14b8a6;
}

.tool-window-dots span:nth-child(3) {
    background: #8b5cf6;
}

.tool-visual-badge {
    padding: .35rem .65rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.tool-visual-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
}

.tool-stat-card,
.tool-flow-card {
    min-height: 116px;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .07);
}

.tool-stat-card strong {
    display: block;
    color: #111827;
    font-size: 1.65rem;
    line-height: 1;
}

.tool-stat-card span,
.tool-flow-card span {
    display: block;
    margin-top: .45rem;
    color: #64748b;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.35;
}

.tool-flow-card {
    display: grid;
    align-content: center;
    gap: .55rem;
}

.tool-flow-card i {
    color: #f26522;
}

.tool-visual-list {
    display: grid;
    gap: .65rem;
    margin-top: .85rem;
}

.tool-visual-list div {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .75rem .85rem;
    border-radius: 16px;
    background: #f8fafc;
    color: #475569;
    font-size: .86rem;
    font-weight: 800;
}

.tool-visual-list div::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 5px rgba(242, 101, 34, .12);
}

.tool-section {
    padding: 5rem 0;
}

.tool-section-soft {
    background:
        radial-gradient(circle at 10% 8%, rgba(242, 101, 34, .08), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .08), transparent 32%),
        #f8fbff;
}

.tool-section-heading {
    max-width: 780px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.tool-section-heading h2 {
    color: #111827;
    font-size: clamp(1.85rem, 3vw, 2.8rem);
    line-height: 1.12;
}

.tool-section-heading p {
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.tool-card {
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
    transition: transform .24s ease, box-shadow .24s ease;
}

.tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, .11);
}

.tool-card-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 15px;
    background: #fff7ed;
    color: #f26522;
}

.tool-card h3 {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.25;
}

.tool-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.tool-split-panel {
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.tool-timeline {
    display: grid;
    gap: .9rem;
}

.tool-timeline-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: #f8fafc;
}

.tool-timeline-item span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff7ed;
    color: #b45309;
    font-weight: 900;
}

.tool-timeline-item h3 {
    margin-bottom: .25rem;
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
}

.tool-timeline-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.tool-outcome {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
    color: #334155;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.tool-outcome i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #16a34a;
}

.tool-cta {
    padding: 2.25rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 12%, rgba(242, 101, 34, .14), transparent 34%),
        linear-gradient(135deg, #111827, #1f2937);
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .16);
}

.tool-cta h2 {
    color: #ffffff;
    font-size: clamp(1.65rem, 2.8vw, 2.55rem);
}

.tool-cta p {
    color: rgba(255, 255, 255, .74);
}

.tool-cta .btn-outline-primary {
    border-color: rgba(255, 255, 255, .48);
    color: #ffffff;
}

.tool-cta .btn-outline-primary:hover {
    border-color: #f26522;
    background: #f26522;
}

.tool-animate {
    animation: toolFadeUp .7s ease both;
}

.tool-delay-1 {
    animation-delay: .1s;
}

.tool-delay-2 {
    animation-delay: .2s;
}

@keyframes toolFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes toolFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .tool-hero {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .tool-visual {
        margin: 2rem auto 0;
    }
}

@media (max-width: 575.98px) {
    .tool-section {
        padding: 3.5rem 0;
    }

    .tool-visual-main {
        grid-template-columns: 1fr;
    }

    .tool-split-panel,
    .tool-cta {
        padding: 1.35rem;
    }

    .tool-timeline-item {
        grid-template-columns: 1fr;
    }
}
