/* ── Hero ── */
.tools-hero {
    background:
        radial-gradient(circle at left top, rgba(255,170,96,0.18) 0%, transparent 26%),
        radial-gradient(circle at right center, rgba(137,105,255,0.22) 0%, transparent 34%),
        linear-gradient(90deg, #fff5e9 0%, #ffffff 44%, #f3eeff 100%);
    padding: 42px 0 20px;
    position: relative;
    overflow: hidden;
}
.tools-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0%, transparent 62%, rgba(255,255,255,0.24) 62%, rgba(255,255,255,0.24) 63%, transparent 63%);
    pointer-events: none;
}
.tools-hero-copy {
    padding: 20px 0 14px;
}
.tools-hero h1 {
    font-size: 3.15rem;
    font-weight: 800;
    color: #18164b;
    line-height: 1.03;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}
.tools-hero .hero-kicker {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff6a00;
    margin-bottom: 14px;
}
.tools-hero .hero-desc {
    color: #5f6480;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 380px;
    margin-bottom: 24px;
}
.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 164px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.hero-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}
.hero-btn-primary {
    background: linear-gradient(135deg, #5c23f5 0%, #7f32ff 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(95,53,229,0.2);
}
.hero-btn-primary:hover { color: #fff; }
.hero-btn-secondary {
    background: rgba(255,255,255,0.88);
    color: #3d2bc1;
    border: 1px solid rgba(95,53,229,0.25);
    box-shadow: 0 10px 24px rgba(24,22,75,0.08);
}
.hero-btn-secondary:hover {
    color: #3d2bc1;
    background: #fff;
}
.hero-illus-wrap {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-monitor {
    position: relative;
    width: min(100%, 430px);
    height: 250px;
    border-radius: 18px;
    background: linear-gradient(180deg, #2c255a 0%, #18143e 100%);
    padding: 12px;
    box-shadow: 0 18px 44px rgba(54,39,120,0.26);
}
.hero-monitor-screen {
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfcff 0%, #eef1ff 100%);
    position: relative;
    overflow: hidden;
}
.hero-monitor-screen::before {
    content: '';
    position: absolute;
    inset: 18px 18px 24px;
    background-image:
        linear-gradient(to right, rgba(100,113,177,0.13) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(100,113,177,0.13) 1px, transparent 1px);
    background-size: 44px 38px;
}
.hero-trend-line {
    position: absolute;
    left: 34px;
    right: 36px;
    top: 44px;
    height: 90px;
    border-bottom: 4px solid transparent;
}
.hero-trend-line svg,
.hero-monitor-bars svg {
    width: 100%;
    height: 100%;
    display: block;
}
.hero-monitor-bars {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 28px;
    height: 108px;
}
.hero-monitor-base {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    width: 152px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #261e55 0%, #130f37 100%);
}
.hero-monitor-base::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    width: 50px;
    height: 28px;
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(180deg, #2c255a 0%, #17133d 100%);
}
.hero-calc-device {
    position: absolute;
    left: 12px;
    bottom: 34px;
    width: 92px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2c255a 0%, #1a1741 100%);
    padding: 10px 8px 8px;
    box-shadow: 0 16px 32px rgba(39,32,88,0.22);
}
.hero-calc-display {
    background: #dfe6ff;
    border-radius: 6px;
    color: #201b52;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: right;
    padding: 4px 6px;
    margin-bottom: 8px;
}
.hero-calc-keys {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.hero-calc-key {
    height: 14px;
    border-radius: 4px;
    background: rgba(255,255,255,0.18);
}
.hero-calc-key.accent { background: linear-gradient(180deg, #ff7b00 0%, #ff5b00 100%); }
.hero-coin-stack {
    position: absolute;
    right: 32px;
    bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.hero-coin-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffd977 0%, #f0a61b 74%);
    border: 4px solid #ffca49;
    box-shadow: 0 10px 26px rgba(240,166,27,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b35a00;
    font-size: 1.35rem;
    font-weight: 800;
}
.hero-coin-columns {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}
.hero-coin-columns span {
    display: block;
    width: 18px;
    border-radius: 999px 999px 6px 6px;
    background: linear-gradient(180deg, #ffdb65 0%, #ef9b12 100%);
    box-shadow: inset 0 -2px 0 rgba(181,108,0,0.2);
}
.hero-coin-columns span:nth-child(1) { height: 44px; }
.hero-coin-columns span:nth-child(2) { height: 58px; }
.hero-coin-columns span:nth-child(3) { height: 72px; }
.hero-plant {
    position: absolute;
    right: 116px;
    bottom: 44px;
    width: 78px;
    height: 94px;
}
.hero-plant-pot {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 42px;
    height: 28px;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, #b7c3f0 0%, #8f9fd7 100%);
}
.hero-plant-stem {
    position: absolute;
    left: 38px;
    bottom: 18px;
    width: 3px;
    height: 48px;
    background: #2ca44b;
    border-radius: 999px;
}
.hero-leaf {
    position: absolute;
    background: linear-gradient(180deg, #52d96e 0%, #1f9a41 100%);
    border-radius: 100% 0 100% 0;
    transform-origin: bottom center;
}
.hero-leaf.leaf-a { width: 22px; height: 36px; left: 18px; bottom: 34px; transform: rotate(-38deg); }
.hero-leaf.leaf-b { width: 22px; height: 36px; right: 16px; bottom: 42px; transform: scaleX(-1) rotate(-42deg); }
.hero-leaf.leaf-c { width: 18px; height: 28px; left: 28px; bottom: 54px; transform: rotate(-8deg); }
.hero-sparkline {
    position: absolute;
    right: -8px;
    top: 92px;
    width: 132px;
    height: 60px;
    opacity: 0.44;
}
.hero-trust-strip {
    margin-top: 14px;
    border-radius: 10px;
    background: linear-gradient(90deg, #4e16c9 0%, #5f1fd8 55%, #6f29ea 100%);
    box-shadow: 0 18px 38px rgba(80,31,187,0.18);
    overflow: hidden;
}
.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    color: #fff;
    min-height: 82px;
}
.hero-trust-item + .hero-trust-item {
    border-left: 1px solid rgba(255,255,255,0.14);
}
.hero-trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.hero-trust-text strong {
    display: block;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.35;
}
.hero-trust-text span {
    display: block;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.45;
    margin-top: 2px;
}
@media (max-width: 1199px) {
    .tools-hero h1 { font-size: 2.75rem; }
}
@media (max-width: 991px) {
    .tools-hero {
        padding: 36px 0 18px;
    }
    .tools-hero h1 {
        font-size: 2.35rem;
    }
    .tools-hero .hero-kicker {
        font-size: 1.18rem;
    }
    .hero-illus-wrap {
        min-height: 280px;
        margin-top: 6px;
    }
    .hero-calc-device {
        left: 0;
        bottom: 18px;
        transform: scale(0.92);
        transform-origin: left bottom;
    }
    .hero-coin-stack {
        right: 12px;
        bottom: 6px;
    }
    .hero-plant {
        right: 88px;
        bottom: 18px;
    }
    .hero-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-trust-item:nth-child(3),
    .hero-trust-item:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,0.14);
    }
    .hero-trust-item:nth-child(3) {
        border-left: none;
    }
}
@media (max-width: 767px) {
    .tools-hero-copy {
        text-align: center;
        padding-top: 8px;
    }
    .tools-hero .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-cta-row {
        justify-content: center;
    }
    .hero-btn {
        min-width: 0;
        flex: 1 1 100%;
    }
    .hero-illus-wrap {
        min-height: 220px;
    }
    .hero-monitor {
        height: 190px;
    }
    .hero-calc-device {
        width: 72px;
        bottom: 4px;
    }
    .hero-plant,
    .hero-sparkline {
        display: none;
    }
    .hero-coin-stack {
        right: 8px;
        bottom: -8px;
        transform: scale(0.88);
        transform-origin: right bottom;
    }
    .hero-trust-grid {
        grid-template-columns: 1fr;
    }
    .hero-trust-item + .hero-trust-item,
    .hero-trust-item:nth-child(3),
    .hero-trust-item:nth-child(4) {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.14);
    }
}

.calc-nav-bar {
    display: none;
}
.tools-cats-section {
    background: #fff;
    padding: 26px 0 10px;
}
.tools-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}
.tools-section-title::before,
.tools-section-title::after {
    content: '';
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8b1a 0%, #ff5f00 100%);
}
.tools-section-title span {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #21164d;
}
.tool-category-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.tool-category-card {
    background: #fff;
    border: 1px solid #eef1fa;
    border-radius: 14px;
    min-height: 126px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 12px 14px;
    box-shadow: 0 8px 20px rgba(43,33,87,0.05);
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.tool-category-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
    border-color: #ddd6ff;
    box-shadow: 0 14px 30px rgba(43,33,87,0.1);
}
.tool-category-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 1.8rem;
}
.tool-category-name {
    font-size: 0.84rem;
    font-weight: 700;
    color: #2a2156;
    line-height: 1.35;
    min-height: 34px;
}
.tool-category-count {
    margin-top: 6px;
    font-size: 0.72rem;
    color: #777c94;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .tool-category-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .tools-section-title span {
        font-size: 1.4rem;
    }
    .tool-category-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

.featured-calc-section {
    background: #fff;
    padding: 10px 0 28px;
}
.featured-calc-wrap {
    background: transparent;
    border-radius: 18px;
    overflow: hidden;
}
.fcw-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 16px;
}
.fcw-topbar h2 {
    margin: 0;
    font-size: 1.95rem;
    font-weight: 800;
    color: #21164d;
}
.fcw-topbar .download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #d9def5;
    border-radius: 8px;
    color: #5640d3;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}
.fcw-topbar .download-link:hover {
    text-decoration: none;
    color: #5640d3;
}
.fcw-body {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}
.fcw-inputs {
    padding: 22px 22px 20px;
    background: linear-gradient(180deg, #4b0fc7 0%, #3f0aa8 100%);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 16px 40px rgba(75,15,199,0.18);
}
.fcw-results {
    padding: 0;
    background: #fff;
    border: 1px solid #eceffa;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(43,33,87,0.08);
    gap: 0;
}
.fcw-header {
    padding: 22px 24px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.fcw-header-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #2b1f63;
    line-height: 1.1;
}
.fcw-header-sub {
    font-size: 0.76rem;
    color: #969ab4;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fcw-tabs {
    display: flex;
    gap: 8px;
}
.fcw-tab {
    background: #f6f3ff;
    border: 1px solid #e0d8ff;
    color: #5d47d4;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.18s;
    text-decoration: none;
    display: inline-block;
}
.fcw-tab:hover, .fcw-tab.active {
    background: #5d2ff5;
    color: #fff;
    border-color: #5d2ff5;
    text-decoration: none;
}
.slider-group { margin-bottom: 18px; }
.slider-group:last-of-type { margin-bottom: 16px; }
.slider-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.slider-label { font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,0.92); }
.slider-val-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.94);
    border: none;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #32256f;
    min-width: 92px;
    justify-content: center;
}
.slider-val-box .unit { font-size: 0.72rem; color: #7d73a9; font-weight: 700; }
input[type="range"].kalkine-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to right, #ff8b1a 0%, #ff8b1a var(--pct,50%), rgba(255,255,255,0.28) var(--pct,50%), rgba(255,255,255,0.28) 100%);
}
input[type="range"].kalkine-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff8b1a;
    box-shadow: 0 2px 8px rgba(255,139,26,0.34);
    cursor: pointer;
}
input[type="range"].kalkine-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff8b1a;
    box-shadow: 0 2px 8px rgba(255,139,26,0.34);
    cursor: pointer;
}
.slider-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.56);
    margin-top: 6px;
}
.calc-cta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}
.calc-btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #ff7d10 0%, #ff5c00 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.18s, transform 0.15s;
}
.calc-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.calc-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.36);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    transition: background 0.18s;
}
.calc-btn-secondary:hover { background: rgba(255,255,255,0.08); }
.growth-chart-wrap {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 14px 16px 10px;
    border: 1px solid rgba(255,255,255,0.1);
}
.growth-chart-title { font-size: 0.74rem; font-weight: 700; color: rgba(255,255,255,0.76); margin-bottom: 10px; }
.growth-chart-canvas { width: 100% !important; }
.mini-growth-chart-canvas { height: 120px !important; }
.projection-growth-chart-canvas { height: 100% !important; }
.result-summary {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    padding: 0 24px;
}
.result-box {
    text-align: left;
    padding: 0 18px 16px 0;
    border-right: 1px solid #eceffa;
}
.result-box:last-child {
    border-right: none;
    padding-right: 0;
}
.result-box .rb-val { font-size: 1.6rem; font-weight: 800; color: #0B0B0B; margin-bottom: 5px; }
.result-box .rb-val.blue { color: #202020; }
.result-box .rb-val.green { color: #5a2cf6; }
.result-box .rb-val.orange { color: #1b9a54; }
.result-box .rb-lbl { font-size: 0.7rem; color: #8f93aa; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.projection-chart-panel {
    padding: 10px 24px 26px;
}
.projection-chart-box {
    height: 240px;
    border-top: 1px solid #eceffa;
    padding-top: 18px;
}
.projection-footnote {
    padding: 0 24px 18px;
    font-size: 0.68rem;
    color: #999db4;
}
@media (max-width: 991px) {
    .fcw-body {
        grid-template-columns: 1fr;
    }
    .fcw-topbar {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .fcw-topbar h2 {
        font-size: 1.55rem;
    }
    .fcw-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .result-summary {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .result-box {
        border-right: none;
        border-bottom: 1px solid #eceffa;
        padding: 0 0 12px;
    }
    .result-box:last-child {
        border-bottom: none;
    }
    .projection-chart-box {
        height: 220px;
    }
}
.insight-cards-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 14px;
}
.insight-card {
    border-radius: 14px;
    border: 1px solid #eef1fa;
    padding: 18px 20px;
    min-height: 148px;
}
.insight-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 10px;
}
.insight-card p {
    font-size: 0.83rem;
    color: #5c627c;
    line-height: 1.65;
    margin: 0 0 12px;
}
.insight-card .mini-link,
.insight-card .mini-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}
.insight-card.research {
    background: linear-gradient(180deg, #edf9f0 0%, #f8fffa 100%);
}
.insight-card.research h3 { color: #2e8b57; }
.insight-card.research .mini-link { color: #2e8b57; }
.insight-card.next {
    background: linear-gradient(180deg, #fff8f1 0%, #fffdf9 100%);
}
.insight-card.next h3 { color: #f16700; }
.insight-card.next ul {
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
}
.insight-card.next li {
    font-size: 0.8rem;
    color: #5c627c;
    margin-bottom: 6px;
}
.insight-card.next li i {
    color: #ff7a00;
    margin-right: 7px;
}
.insight-card.next .mini-cta {
    color: #fff;
    background: linear-gradient(135deg, #ff7d10 0%, #ff5c00 100%);
    padding: 11px 16px;
    border-radius: 8px;
}
.insight-card.risk {
    background: linear-gradient(180deg, #f8f1ff 0%, #fcf8ff 100%);
}
.insight-card.risk h3 { color: #6c2fff; }
.risk-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.risk-pill {
    border: 1px solid #ddd1ff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c2fff;
    background: #fff;
}
.risk-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: #372577;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 991px) {
    .insight-cards-row {
        grid-template-columns: 1fr;
    }
}
.premium-strip {
    margin-top: 14px;
}
.premium-strip-card {
    background: linear-gradient(135deg, #24105f 0%, #1a0c49 55%, #3b166f 100%);
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 16px 36px rgba(29, 15, 82, 0.18);
}
.premium-strip-copy {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}
.premium-strip-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(255,255,255,0.08);
    flex-shrink: 0;
}
.premium-strip-copy strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
}
.premium-strip-copy strong a {
    color: inherit;
    text-decoration: none;
}
.premium-strip-copy strong a:hover {
    color: inherit;
    text-decoration: none;
}
.premium-strip-copy span {
    display: block;
    color: rgba(255,255,255,0.76);
    font-size: 0.8rem;
    margin-top: 3px;
}
.premium-strip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 190px;
    padding: 12px 18px;
    border-radius: 9px;
    background: linear-gradient(135deg, #ff7d10 0%, #ff5c00 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(255,102,0,0.26);
}
.premium-strip-btn:hover { color: #fff; text-decoration: none; }
.compact-callback-section {
    padding: 10px 0 0;
}
.callback-card {
    background: linear-gradient(180deg, #fff7ef 0%, #fff3e7 100%);
    border: 1px solid #ffe2c8;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 10px 24px rgba(255, 139, 26, 0.08);
}
.callback-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}
.callback-copy .eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    color: #ff6a00;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.callback-copy h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1d2153;
    margin: 0 0 4px;
}
.callback-copy p {
    margin: 0;
    color: #706b7d;
    font-size: 0.78rem;
    line-height: 1.5;
}
.callback-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 186px;
    gap: 10px;
    align-items: start;
}
.callback-form .lf-group {
    margin-bottom: 0;
}
.callback-form .lf-group label {
    display: none;
}
.callback-form .lf-group input,
.callback-form .lf-group select,
.callback-form .phone-wrap {
    height: 44px;
}
.callback-form .lf-group input,
.callback-form .lf-group select {
    border-radius: 8px;
    padding: 10px 12px;
    border-color: #f2d5b8;
    background: #fffdfb;
}
.callback-form .phone-wrap {
    border-radius: 8px;
    border-color: #f2d5b8;
    background: #fffdfb;
}
.callback-form .phone-country {
    min-width: 76px;
    border-right-color: #f2d5b8;
}
.callback-form .lf-submit {
    margin-top: 0;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff7d10 0%, #ff5c00 100%);
    box-shadow: 0 10px 26px rgba(255,102,0,0.18);
    white-space: nowrap;
}
.callback-form-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}
.callback-privacy {
    margin: 0;
    font-size: 0.67rem;
    color: #8a8497;
    line-height: 1.4;
}
.callback-privacy a {
    color: #5d3cff;
    text-decoration: none;
}
.callback-form-meta .lf-tnc {
    margin-bottom: 0;
    font-size: 0.67rem;
    color: #8a8497;
}
.lf-consent-note {
    margin: 4px 0 0;
    font-size: 0.65rem;
    color: #a09aad;
    line-height: 1.45;
    padding: 0;
}
.callback-form-wrap .lf-error-msg {
    text-align: left;
    margin-top: 8px;
}
.callback-form-wrap .lf-success {
    text-align: left;
    padding: 4px 0 0;
}
.callback-form-wrap .lf-success .success-icon {
    margin: 0 0 10px;
}
.tools-stats-strip {
    padding: 12px 0 28px;
}
.stats-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
    border: 1px solid #edf0fb;
    border-radius: 12px;
    padding: 10px 14px 10px;
    box-shadow: 0 8px 24px rgba(32, 36, 79, 0.04);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border-bottom: 1px solid #eef1fa;
    padding-bottom: 10px;
}
.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 14px;
    min-height: 58px;
    position: relative;
}
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background: #eef1fa;
}
.stat-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f6f3ff;
    color: #6a45ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.82rem;
}
.stat-copy strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #20244f;
    line-height: 1.15;
}
.stat-copy span {
    display: block;
    margin-top: 1px;
    color: #7f839a;
    font-size: 0.69rem;
    line-height: 1.3;
}
.stats-footnote {
    margin-top: 9px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.stats-footnote p {
    margin: 0;
    font-size: 0.6rem;
    line-height: 1.55;
    color: #9095ab;
}
.stats-license {
    max-width: 280px;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .premium-strip-card,
    .callback-form-meta,
    .stats-footnote {
        flex-direction: column;
        align-items: flex-start;
    }
    .callback-layout,
    .callback-form,
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stat-item {
        justify-content: flex-start;
        padding: 10px 0;
        min-height: auto;
    }
    .stat-item:not(:last-child)::after {
        display: none;
    }
    .stats-grid {
        gap: 0;
    }
    .stats-license {
        max-width: none;
        white-space: normal;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .premium-strip-card,
    .callback-card,
    .stats-card {
        padding: 16px;
    }
    .premium-strip-btn {
        width: 100%;
        min-width: 0;
    }
    .callback-copy h2 {
        font-size: 1.22rem;
    }
}
.all-calcs-section {
    display: none;
}
.section-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3482FF;
    margin-bottom: 8px;
}
.section-heading {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0B0B0B;
    margin-bottom: 8px;
    line-height: 1.25;
}
.section-sub { font-size: 0.92rem; color: #666; margin-bottom: 40px; }
.calc-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
@media (max-width: 991px) { .calc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 576px)  { .calc-grid { grid-template-columns: 1fr; gap: 14px; } }
.calc-card {
    background: #fff;
    border: 1.5px solid #eef0f5;
    border-radius: 16px;
    padding: 24px 22px 20px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
    position: relative;
    overflow: hidden;
}
.calc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--card-color, #3482FF);
    opacity: 0;
    transition: opacity 0.22s;
}
.calc-card:hover { box-shadow: 0 12px 36px rgba(15,28,63,0.1); transform: translateY(-3px); border-color: #d8e5ff; color: inherit; text-decoration: none; }
.calc-card:hover::before { opacity: 1; }
.calc-card.disabled { pointer-events: none; opacity: 0.55; filter: grayscale(0.3); }
.calc-card .icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.calc-card h3 { font-size: 1rem; font-weight: 700; color: #0B0B0B; margin: 0; }
.calc-card p { font-size: 0.845rem; color: #666; margin: 0; line-height: 1.55; }
.calc-card .card-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 2px;
}
.badge-available {
    background: #E6F7F4;
    color: #1B9A81;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.badge-soon {
    background: #F4F3F9;
    color: #7E7E8C;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.arrow-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F3F9;
    color: #3482FF;
    font-size: 0.75rem;
    transition: background 0.2s, color 0.2s;
}
.calc-card:hover .arrow-btn { background: #3482FF; color: #fff; }
.lead-section {
    background: linear-gradient(135deg, #0f1c3f 0%, #1a3a6b 60%, #0f2d5c 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
.lead-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52,130,255,0.15) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}
.lead-section-text h2 { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 16px; }
.lead-section-text p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.65; margin-bottom: 28px; }
.lead-trust-list { list-style: none; padding: 0; margin: 0; }
.lead-trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.lead-trust-list li i { color: #34d399; margin-top: 2px; flex-shrink: 0; }
.lead-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
.lead-form-card .form-head { margin-bottom: 22px; }
.lead-form-card .form-head h3 { font-size: 1.1rem; font-weight: 700; color: #0B0B0B; margin-bottom: 4px; }
.lead-form-card .form-head p { font-size: 0.8rem; color: #888; margin: 0; }
.lf-group { margin-bottom: 14px; }
.lf-group label { display: block; font-size: 0.78rem; font-weight: 600; color: #555; margin-bottom: 5px; }
.lf-group input, .lf-group select {
    width: 100%;
    border: 1.5px solid #e8edf5;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.86rem;
    color: #0B0B0B;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s;
    font-family: inherit;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.lf-group input:focus, .lf-group select:focus {
    border-color: #3482FF;
    box-shadow: 0 0 0 3px rgba(52,130,255,0.12);
}
.lf-group input::placeholder { color: #bbb; }
.lf-group .select-wrap { position: relative; }
.lf-group .select-wrap::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.62rem;
    color: #aaa;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lf-submit {
    width: 100%;
    background: linear-gradient(135deg, #3482FF 0%, #1a5fcc 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.18s, transform 0.15s;
    font-family: inherit;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.lf-submit:hover { opacity: 0.9; transform: translateY(-1px); }
.lf-submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }
.lf-tnc {
    align-items: flex-start;
    gap: 8px;
    font-size: 0.73rem;
    color: #888;
    margin-bottom: 4px;
    cursor: pointer;
    line-height: 1.5;
}
.lf-tnc input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: #3482FF; }
.lf-tnc a { color: #3482FF; text-decoration: none; }
.lf-tnc a:hover { text-decoration: underline; }
.lf-privacy { text-align: center; font-size: 0.71rem; color: #aaa; margin-top: 12px; }
.phone-wrap {
    display: flex;
    border: 1.5px solid #e8edf5;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.18s, box-shadow 0.18s;
    background: #fff;
}
.phone-wrap:focus-within { border-color: #3482FF; box-shadow: 0 0 0 3px rgba(52,130,255,0.12); }
.phone-country {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px 0 12px;
    border-right: 1.5px solid #e8edf5;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    min-width: 78px;
}
.phone-country .flag { font-size: 1rem; line-height: 1; }
.phone-country .dial-code { font-size: 0.8rem; font-weight: 600; color: #333; }
.phone-country .chevron-icon { font-size: 0.52rem; color: #aaa; margin-left: 2px; }
.phone-country select { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; border: none; outline: none; }
.phone-wrap input[type="tel"] {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1;
    padding: 10px 12px;
    font-size: 0.86rem;
    color: #0B0B0B;
    outline: none;
    font-family: inherit;
    background: transparent;
    min-width: 0;
}
.phone-wrap input[type="tel"]::placeholder { color: #bbb; }
.lf-success { display: none; text-align: center; padding: 20px 0 8px; }
.lf-success .success-icon {
    width: 56px;
    height: 56px;
    background: #E6F7F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.4rem;
    color: #1B9A81;
}
.lf-success h4 { font-size: 1rem; font-weight: 700; color: #0B0B0B; margin-bottom: 6px; }
.lf-success p { font-size: 0.85rem; color: #666; margin: 0; }
.lf-error-msg { font-size: 0.77rem; color: #e53e3e; margin-top: 10px; text-align: center; display: none; }
.lf-field-error { font-size: 0.72rem; color: #e53e3e; margin-top: 4px; display: none; }
.lf-group input.lf-invalid, .lf-group select.lf-invalid {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 3px rgba(229,83,62,0.1) !important;
}
.phone-wrap.lf-invalid { border-color: #e53e3e !important; box-shadow: 0 0 0 3px rgba(229,83,62,0.1) !important; }
