body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-x: clip !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: #f8fafc !important;
}

/* First section top gap is controlled globally in headerv1.5.css. */
body:has(.im-topbar):has(.im-header) .tools-page > .tools-section:first-child,
body:has(.im-topbar):has(.im-header) .elementor-widget-html:has(.tools-section) .tools-section:first-of-type {
    padding-top: var(--im-first-section-top-gap, clamp(1rem, 1.8vw, 1.5rem)) !important;
}

body:has(.tools-page),
html:has(.tools-page),
body:has(.tools-section),
html:has(.tools-section) {
    background: #f8fafc !important;
    overflow-x: hidden !important;
    overflow-x: clip !important;
}

.elementor-widget-html:has(.tools-page),
.elementor-widget-container:has(.tools-page),
.elementor-element:has(.tools-page),
.elementor-section:has(.tools-page),
.elementor-container:has(.tools-page),
.elementor-column:has(.tools-page),
.elementor-widget-wrap:has(.tools-page),
.elementor-column-wrap:has(.tools-page),
.elementor-section-wrap:has(.tools-page),
.elementor-top-section:has(.tools-page),
.e-con:has(.tools-page),
.elementor-widget-html:has(.tools-section),
.elementor-widget-html:has(.tools-section) > .elementor-widget-container,
.elementor-widget-container:has(.tools-section),
.elementor-element:has(.tools-section),
.elementor-section:has(.tools-section),
.elementor-container:has(.tools-section),
.elementor-column:has(.tools-section),
.elementor-widget-wrap:has(.tools-section),
.elementor-column-wrap:has(.tools-section),
.elementor-section-wrap:has(.tools-section),
.elementor-top-section:has(.tools-section),
.e-con:has(.tools-section) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #f8fafc !important;
    overflow: visible !important;
}

.tools-page {
    color: #0f172a;
    background: #f8fafc !important;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
}

.tools-page *,
.tools-page *::before,
.tools-page *::after {
    box-sizing: border-box;
}

.tools-page a,
.tools-page button {
    font: inherit;
}

.tools-page a {
    color: inherit;
    text-decoration: none;
}

.tools-page button {
    border: 0;
    background: none;
    cursor: pointer;
}

.tools-page svg,
.tools-modal svg {
    display: block;
    width: 1em;
    height: 1em;
}

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

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

@keyframes toolsPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.tools-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: -1px 0;
    padding: 7rem 0;
    border: 0 !important;
    outline: 0 !important;
    background: #f8fafc;
}

.tools-section-soft {
    background:
        linear-gradient(135deg, rgba(239, 246, 255, 0.94) 0%, rgba(248, 250, 252, 0.96) 45%, rgba(255, 255, 255, 0.93) 100%),
        url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80") center top / cover no-repeat;
}

.tools-section-white {
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.tools-section-compact {
    padding-top: 4rem;
}

.tools-container {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 80rem);
    margin: 0 auto;
}

.tools-watermark,
.tools-side-watermark {
    position: absolute;
    pointer-events: none;
}

.tools-watermark {
    inset: 0;
    z-index: 0;
}

.tools-watermark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f8fafc, rgba(248, 250, 252, 0.2), #f8fafc);
}

.tools-watermark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.06;
    filter: grayscale(1) contrast(1.25);
}

.tools-side-watermark {
    top: 0;
    right: 0;
    width: 66%;
    height: 100%;
    opacity: 0.06;
    filter: grayscale(1);
    animation: toolsSlowFloat 8s ease-in-out infinite;
}

.tools-side-watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.tools-section-header {
    max-width: 48rem;
    margin: 0 auto 6rem;
    text-align: center;
}

.tools-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0.55rem 1.25rem;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.tools-kicker-soft {
    background: #eff6ff;
}

.tools-kicker span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #2563eb;
    animation: toolsPulse 1.8s ease-in-out infinite;
}

.tools-section-header h1,
.tools-pathway-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tools-pathway-copy h2 {
    font-size: clamp(2.75rem, 5vw, 4.5rem);
    line-height: 0.95;
}

.tools-section-header h1 span,
.tools-pathway-copy h2 span {
    display: inline-block;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.tools-section-header p,
.tools-pathway-copy > p {
    max-width: 42rem;
    margin: 2.5rem auto 0;
    color: #64748b;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 300;
    line-height: 1.75;
}

.tools-pathway-copy > p {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.08rem;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
}

.tools-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 2.5rem;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s ease, box-shadow 0.5s ease;
}

.tools-card:hover {
    transform: translateY(-10px);
    border-color: #2563eb;
    box-shadow: 0 30px 60px -12px rgba(15, 23, 42, 0.1);
}

.tools-card-icon,
.tools-pathway-icon {
    display: flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #eff6ff;
    color: #2563eb;
    transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}

.tools-card-icon {
    margin-bottom: 2rem;
    border: 1px solid #dbeafe;
}

.tools-card:hover .tools-card-icon,
.tools-pathway-card:hover .tools-pathway-icon {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.3);
}

.tools-card-icon svg,
.tools-pathway-icon svg {
    width: 2rem;
    height: 2rem;
}

.tools-card h2,
.tools-pathway-card h3 {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tools-card p,
.tools-pathway-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.7;
}

.tools-card p {
    flex: 1;
}

.tools-text-link,
.tools-pathway-card > span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0;
    color: #2563eb;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.tools-text-link:hover,
.tools-pathway-card:hover > span {
    color: #0f172a;
}

.tools-text-link svg,
.tools-pathway-card > span svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.4s ease;
}

.tools-text-link:hover svg,
.tools-pathway-card:hover > span svg {
    transform: translateX(0.3rem);
}

.tools-cta {
    position: relative;
    margin-top: 5rem;
    overflow: hidden;
    border-radius: 2.5rem;
    background: #0f172a;
    padding: 3.5rem;
    text-align: center;
}

.tools-cta-glow {
    position: absolute;
    width: 20rem;
    height: 20rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.16);
    filter: blur(80px);
    pointer-events: none;
}

.tools-cta-glow-right {
    top: -6rem;
    right: -6rem;
}

.tools-cta-glow-left {
    bottom: -6rem;
    left: -6rem;
}

.tools-cta-content {
    position: relative;
    z-index: 1;
}

.tools-cta-content > span {
    display: block;
    margin-bottom: 1rem;
    color: #60a5fa;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.tools-cta h2 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tools-cta h2 span {
    color: #60a5fa;
}

.tools-cta p {
    max-width: 42rem;
    margin: 0 auto 2rem;
    color: #94a3b8;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
}

.tools-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2.5rem;
    border-radius: 1rem;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}

.tools-button:hover {
    transform: translateY(-0.2rem);
    background: #1d4ed8;
    box-shadow: 0 20px 35px rgba(37, 99, 235, 0.35);
}

.tools-pathway-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 6rem;
}

.tools-tip {
    position: relative;
    display: flex;
    gap: 1.25rem;
    margin-top: 3rem;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.tools-tip > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.38rem;
    height: 100%;
    background: #2563eb;
}

.tools-tip-icon {
    display: flex;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
    transition: transform 0.5s ease;
}

.tools-tip:hover .tools-tip-icon {
    transform: rotate(12deg);
}

.tools-tip h3 {
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tools-tip p {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.65;
}

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

.tools-pathway-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
    border: 1px solid #f1f5f9;
    border-radius: 3.5rem;
    background: #f8fafc;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s ease, box-shadow 0.5s ease;
}

.tools-pathway-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: #2563eb;
    box-shadow: 0 40px 80px -20px rgba(15, 23, 42, 0.15);
}

.tools-pathway-icon {
    margin-bottom: 2rem;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.tools-pathway-card strong {
    display: block;
    margin-bottom: 1rem;
    color: #2563eb;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tools-pathway-card > span {
    color: #0f172a;
}

.tools-trust {
    margin-top: 7rem;
    padding-top: 3rem;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}

.tools-trust p {
    margin: 0 0 2rem;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.tools-trust div {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    opacity: 0.4;
    filter: grayscale(1);
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.tools-trust div:hover {
    opacity: 1;
    filter: grayscale(0);
}

.tools-trust svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #2563eb;
}

.tools-trust span {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 800;
}

.tools-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.tools-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.tools-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(6px);
}

.tools-modal-panel {
    position: relative;
    width: min(100%, 42rem);
    max-height: 86vh;
    overflow: hidden;
    border-radius: 3rem;
    background: #ffffff;
    box-shadow: 0 40px 90px rgba(15, 23, 42, 0.35);
    transform: scale(0.96) translateY(1rem);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.tools-modal.active .tools-modal-panel {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.tools-modal-scroll {
    max-height: 86vh;
    overflow-y: auto;
    padding: 3rem;
}

.tools-modal-scroll::-webkit-scrollbar {
    width: 6px;
}

.tools-modal-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.tools-modal-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.tools-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.tools-modal-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tools-modal-header button {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.tools-modal-header button:hover {
    color: #0f172a;
}

.tools-modal-header svg {
    width: 2rem;
    height: 2rem;
}

.tools-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.tools-checklist-tab {
    flex: 0 0 auto;
    padding: 0.75rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.tools-checklist-tab.active,
.tools-checklist-tab:hover {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
}

.tools-checklist-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tools-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #f1f5f9;
    border-radius: 1.25rem;
    background: #f8fafc;
}

.tools-checklist-icon {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
}

.tools-checklist-icon svg {
    width: 0.78rem;
    height: 0.78rem;
}

.tools-checklist-item h3 {
    margin: 0;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.tools-checklist-item p {
    margin: 0.3rem 0 0;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.55;
}

.tools-photo-band {
    padding: 0 0 clamp(2rem, 4vw, 3rem) !important;
}

.tools-photo-band-card {
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
    aspect-ratio: 16 / 7;
    box-shadow: 0 40px 80px -20px rgba(15, 23, 42, 0.25);
}

.tools-photo-band-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.tools-photo-band-card:hover img {
    transform: scale(1.04);
}

.tools-photo-band-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3.5rem);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.78) 100%);
}

.tools-photo-band-stats {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.tools-photo-band-stats > div {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tools-photo-band-stats strong {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.01em;
}

.tools-photo-band-stats span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tools-photo-band-copy {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 38rem;
}

.tools-photo-band-copy > span {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.tools-photo-band-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-transform: none;
}

.tools-photo-band-copy h2 span {
    display: inline-block;
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

@media (max-width: 1024px) {
    .tools-grid,
    .tools-pathway-grid {
        grid-template-columns: 1fr;
    }

    .tools-pathway-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

@media (max-width: 640px) {
    .tools-section {
        padding: 4rem 0;
    }

    .tools-section-compact {
        padding-top: 3rem;
    }

    .tools-container {
        width: min(100% - 1.25rem, 80rem);
    }

    .tools-section-header {
        margin-bottom: 4rem;
    }

    .tools-kicker {
        padding: 0.5rem 0.9rem;
        font-size: 0.58rem;
        letter-spacing: 0.18em;
    }

    .tools-card,
    .tools-pathway-card,
    .tools-tip,
    .tools-cta {
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .tools-cta {
        padding: 2.25rem 1.5rem;
    }

    .tools-modal-panel {
        border-radius: 2rem;
    }

    .tools-modal-scroll {
        padding: 1.5rem;
    }

    .tools-photo-band-card {
        aspect-ratio: 4 / 5;
        border-radius: 2rem;
    }

    .tools-photo-band-stats {
        flex-wrap: wrap;
        gap: 1.25rem 2rem;
    }
}

/* ── Premium dark hero ── */
.tools-hero-dark {
    background:
        linear-gradient(135deg, rgba(8,15,40,0.88) 0%, rgba(15,28,70,0.82) 55%, rgba(8,20,55,0.90) 100%),
        url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80") center top / cover no-repeat !important;
}

.tools-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 4rem;
}
@media (min-width: 900px) {
    .tools-hero { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

.tools-hero-copy { max-width: 48rem; }
.tools-hero-dark .tools-hero-copy h1 { color: #ffffff; }
.tools-hero-dark .tools-hero-copy h1 span {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tools-hero-dark .tools-hero-copy > p { color: rgba(255,255,255,0.80); }
.tools-hero-dark .tools-kicker { color: rgba(255,255,255,0.72); }
.tools-hero-dark .tools-kicker span { background: #60a5fa; box-shadow: 0 0 0 3px rgba(96,165,250,0.25); }

.tools-hero-actions { display: flex; flex-wrap: wrap; gap: 0.875rem; margin-top: 2rem; }
.tools-btn-hero {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.875rem 1.75rem; border-radius: 0.625rem;
    font-weight: 700; font-size: 0.95rem; text-decoration: none;
    transition: all 0.2s; line-height: 1; border: none; cursor: pointer;
}
.tools-btn-hero-primary { background: #2563eb; color: #fff; }
.tools-btn-hero-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.tools-btn-hero-soft {
    background: rgba(255,255,255,0.10); color: #fff;
    border: 1px solid rgba(255,255,255,0.22) !important;
    backdrop-filter: blur(8px);
}
.tools-btn-hero-soft:hover { background: rgba(255,255,255,0.18); }

.tools-proof-row { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 1.75rem; }
.tools-proof-row span { display: flex; align-items: center; gap: 0.375rem; font-size: 0.82rem; color: rgba(255,255,255,0.65); font-weight: 500; }
.tools-proof-row strong { color: #ffffff; font-weight: 700; }

/* ── Final CTA section ── */
.tools-final-section {
    position: relative; overflow: hidden;
    padding: 5rem 0; margin: -1px 0 !important;
    background:
        linear-gradient(135deg, rgba(8,15,40,0.93) 0%, rgba(15,28,70,0.90) 100%),
        url("https://images.unsplash.com/photo-1523482580672-f109ba8cb9be?auto=format&fit=crop&w=1800&q=80") center center / cover no-repeat;
}
.tools-final-inner {
    position: relative; z-index: 1; max-width: 52rem;
    margin: 0 auto; padding: 0 1.5rem; text-align: center;
}
.tools-final-tag {
    display: inline-block; padding: 0.35rem 0.9rem; border-radius: 99rem;
    background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.15);
    font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; color: rgba(255,255,255,0.70); margin-bottom: 1.5rem;
}
.tools-final-inner h2 { margin: 0 0 1.25rem; font-size: clamp(1.85rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.1; color: #fff; }
.tools-final-inner p { font-size: 1.05rem; color: rgba(255,255,255,0.78); margin: 0 auto 2.25rem; max-width: 40rem; }
.tools-final-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 1rem 2.25rem; background: #2563eb; color: #fff;
    border-radius: 0.625rem; font-weight: 700; font-size: 1rem;
    text-decoration: none; transition: background 0.2s, transform 0.2s;
}
.tools-final-btn:hover { background: #1d4ed8; transform: translateY(-2px); }

/* Services hero title treatment - exact Our Services copy */
.tools-section-header h1 {
  margin: 0;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(3rem, 7vw, 5.75rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.tools-section-header h1 span,
.tools-section-header h1 em {
  color: transparent !important;
  font-size: 1em !important;
  font-style: italic !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

@media (max-width: 680px) {
  .tools-section-header h1 {
    font-size: clamp(2rem, 11vw, 2.85rem) !important;
  }
}

@media (max-width: 1024px) {
  .tools-section-header h1 { text-align: center !important; }
}
