:root {
    --wt-ink: #19192c;
    --wt-ink-soft: #5d6078;
    --wt-bg: #141427;
    --wt-panel: rgba(249, 248, 242, 0.9);
    --wt-panel-strong: #ffffff;
    --wt-line: rgba(25, 25, 44, 0.1);
    --wt-accent: #d8ff00;
    --wt-accent-soft: rgba(216, 255, 0, 0.16);
    --wt-warm: #edf4c5;
    --wt-warm-soft: rgba(237, 244, 197, 0.56);
    --wt-danger: #de6357;
    --wt-danger-soft: rgba(222, 99, 87, 0.14);
    --wt-dark: #17172a;
    --wt-dark-soft: rgba(23, 23, 42, 0.88);
    --wt-radius-xl: 32px;
    --wt-radius-lg: 24px;
    --wt-radius-md: 18px;
    --wt-shadow: 0 36px 90px rgba(9, 10, 27, 0.22);
}

.wilmes-tools-app,
.wt-shell,
.wilmes-tools-noscript {
    color: var(--wt-ink);
    font-family: "Manrope", "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

.wt-shell *,
.wt-shell *::before,
.wt-shell *::after,
.wilmes-tools-app *,
.wilmes-tools-app *::before,
.wilmes-tools-app *::after {
    box-sizing: border-box;
}

.wilmes-tools-noscript {
    margin: 2rem 0;
    padding: 1rem 1.25rem;
    border-radius: var(--wt-radius-md);
    background: #fff3ea;
    color: #7b3d1f;
}

.wt-shell {
    position: relative;
    display: grid;
    gap: 1.75rem;
    margin: 2rem 0;
    padding: 1.5rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(15, 108, 105, 0.14), transparent 26%),
        radial-gradient(circle at bottom left, rgba(208, 113, 45, 0.14), transparent 28%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(249, 244, 235, 0.96));
    box-shadow: var(--wt-shadow);
    overflow: hidden;
}

.wt-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 50, 52, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 50, 52, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 85%);
    pointer-events: none;
}

.wt-hero,
.wt-panel,
.wt-results,
.wt-roadmap,
.wt-sources {
    position: relative;
    z-index: 1;
}

.wt-hero {
    display: grid;
    gap: 1.25rem;
    align-items: end;
    padding: 1.5rem;
    border-radius: var(--wt-radius-xl);
    background:
        linear-gradient(135deg, rgba(17, 76, 74, 0.96), rgba(11, 49, 54, 0.9));
    color: #f9faf6;
}

.wt-eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wt-hero h1 {
    margin: 0.65rem 0 0.75rem;
    font-size: 3.3rem;
    line-height: 0.98;
    font-weight: 800;
}

.wt-hero p {
    max-width: 56rem;
    margin: 0;
    color: rgba(249, 250, 246, 0.82);
    font-size: 1rem;
}

.wt-hero-stats {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-hero-stats div {
    padding: 1rem 1rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.wt-hero-stats strong {
    display: block !important;
    margin-bottom: 0.25rem;
    font-size: 1.35rem;
    color: #ffd9aa;
}

.wt-hero-stats span {
    display: block;
    color: rgba(249, 250, 246, 0.78);
    font-size: 0.9rem;
}

.wt-tabbar {
    display: inline-flex;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px var(--wt-line);
}

.wt-tab {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--wt-ink-soft);
    font: inherit;
    font-weight: 700;
    padding: 0.8rem 1.15rem;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wt-tab:hover,
.wt-tab:focus-visible {
    color: var(--wt-ink);
    outline: none;
}

.wt-tab.is-active {
    background: linear-gradient(135deg, var(--wt-accent), #184f5c);
    color: #fff;
    transform: translateY(-1px);
}

.wt-panel-wrap.is-hidden {
    display: none;
}

.wt-main-grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.wt-main-grid-expert {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.wt-panel,
.wt-results,
.wt-roadmap,
.wt-sources {
    padding: 1.35rem;
    border-radius: var(--wt-radius-xl);
    background: var(--wt-panel);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
}

.wt-results {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.wt-section-head {
    margin-bottom: 1.1rem;
}

.wt-section-head h2 {
    margin: 0 0 0.35rem;
    font-size: 1.45rem;
    line-height: 1.1;
}

.wt-section-head p {
    margin: 0;
    color: var(--wt-ink-soft);
}

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

.wt-tool-card {
    display: grid;
    gap: 0.95rem;
    align-content: start;
    padding: 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        inset 0 0 0 1px rgba(22, 50, 52, 0.08),
        0 16px 40px rgba(18, 42, 45, 0.06);
}

.wt-tool-card h3 {
    margin: 0;
    font-size: 1.24rem;
    line-height: 1.1;
}

.wt-tool-card h3 a {
    color: var(--wt-ink);
    text-decoration: none;
}

.wt-tool-card h3 a:hover,
.wt-tool-card h3 a:focus-visible {
    color: var(--wt-accent);
    text-decoration: underline;
}

.wt-tool-card p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-dynamic-panel[hidden] {
    display: none;
}

.wt-breadcrumbs {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    color: var(--wt-ink-soft);
    font-size: 0.94rem;
}

.wt-breadcrumbs a {
    color: var(--wt-accent);
    text-decoration: none;
    font-weight: 700;
}

.wt-breadcrumbs a:hover,
.wt-breadcrumbs a:focus-visible {
    text-decoration: underline;
}

.wt-tool-anchor-nav {
    position: sticky;
    top: 1rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    padding: 0.95rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.08);
}

.wt-tool-anchor-nav a {
    color: var(--wt-ink);
    text-decoration: none;
    font-weight: 700;
}

.wt-tool-anchor-nav a:hover,
.wt-tool-anchor-nav a:focus-visible {
    color: var(--wt-accent);
}

.wt-quickfacts {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wt-quickfact-card {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.08);
}

.wt-quickfact-card strong {
    display: block;
    margin-top: 0.3rem;
    line-height: 1.2;
}

.wt-tool-grid-featured .wt-tool-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 250, 0.96));
}

.wt-hub-filter-grid {
    margin-bottom: 1rem;
}

.wt-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
}

.wt-kicker {
    color: var(--wt-ink-soft);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wt-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.wt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--wt-accent), #184f5c);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 108, 105, 0.2);
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.wt-button:hover,
.wt-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(15, 108, 105, 0.24);
    color: #fff;
    outline: none;
}

.wt-button-secondary {
    background: rgba(15, 108, 105, 0.08);
    color: var(--wt-accent);
    box-shadow: inset 0 0 0 1px rgba(15, 108, 105, 0.12);
}

.wt-button-secondary:hover,
.wt-button-secondary:focus-visible {
    color: var(--wt-accent);
    box-shadow: inset 0 0 0 1px rgba(15, 108, 105, 0.18);
}

.wt-button-small {
    min-height: 2.4rem;
    padding: 0.6rem 0.92rem;
    font-size: 0.9rem;
}

.wt-button.is-active {
    background: linear-gradient(135deg, var(--wt-accent), #184f5c);
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 108, 105, 0.22);
}

.wt-tool-workbench,
.wt-tool-stack {
    display: grid;
    gap: 1.2rem;
}

.wt-tool-layout {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.wt-tool-layout-wide {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.wt-panel-nested {
    padding: 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.07);
}

.wt-status {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.wt-status-good {
    background: rgba(15, 108, 105, 0.12);
    color: var(--wt-accent);
}

.wt-status-warn {
    background: rgba(208, 113, 45, 0.14);
    color: #a35d22;
}

.wt-status-danger {
    background: rgba(179, 86, 77, 0.12);
    color: var(--wt-danger);
}

.wt-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

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

.wt-product-card {
    display: grid;
    gap: 0.95rem;
    align-content: start;
    padding: 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        inset 0 0 0 1px rgba(22, 50, 52, 0.08),
        0 16px 40px rgba(18, 42, 45, 0.06);
}

.wt-product-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 108, 105, 0.12), rgba(24, 79, 92, 0.18));
}

.wt-product-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wt-product-media-fallback {
    display: flex;
    align-items: end;
    padding: 1rem;
    color: var(--wt-accent);
    font-size: 1.1rem;
    font-weight: 800;
}

.wt-product-card h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.12;
}

.wt-product-card h3 a {
    color: var(--wt-ink);
    text-decoration: none;
}

.wt-product-card h3 a:hover,
.wt-product-card h3 a:focus-visible {
    color: var(--wt-accent);
    text-decoration: underline;
}

.wt-product-card p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-disclosure {
    margin: 1rem 0 0;
    color: var(--wt-ink-soft);
    font-size: 0.92rem;
}

.wt-phase-grid,
.wt-budget-grid {
    display: grid;
    gap: 0.85rem;
}

.wt-phase-card,
.wt-budget-row {
    display: grid;
    gap: 0.5rem;
}

.wt-phase-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.wt-phase-meta p,
.wt-phase-card p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-bar-track {
    width: 100%;
    height: 14px;
    border-radius: 999px;
    background: rgba(22, 50, 52, 0.08);
    overflow: hidden;
}

.wt-bar-fill {
    height: 100%;
    border-radius: 999px;
}

.wt-bar-fill-good {
    background: linear-gradient(135deg, rgba(15, 108, 105, 0.92), rgba(38, 145, 116, 0.86));
}

.wt-bar-fill-warn {
    background: linear-gradient(135deg, rgba(208, 113, 45, 0.92), rgba(229, 163, 68, 0.86));
}

.wt-bar-fill-danger {
    background: linear-gradient(135deg, rgba(179, 86, 77, 0.92), rgba(208, 110, 93, 0.86));
}

.wt-toggle-group {
    display: inline-grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 1rem;
}

.wt-toggle-group input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wt-toggle-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.7rem 0.9rem;
    border-radius: 16px;
    background: rgba(15, 108, 105, 0.06);
    color: var(--wt-ink-soft);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(15, 108, 105, 0.08);
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.wt-toggle-group input:checked + label {
    background: linear-gradient(135deg, rgba(15, 108, 105, 0.9), rgba(24, 79, 92, 0.9));
    color: #fff;
    transform: translateY(-1px);
}

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

.wt-form-grid-tight {
    grid-template-columns: 1fr;
}

.wt-field {
    display: grid;
    gap: 0.45rem;
}

.wt-field-inline {
    min-width: 15rem;
}

.wt-field span,
.wt-field-double span,
.wt-inline-check {
    color: var(--wt-ink-soft);
    font-size: 0.92rem;
    font-weight: 700;
}

.wt-field input,
.wt-field select,
.wt-field-double input {
    width: 100%;
    min-height: 3rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(22, 50, 52, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--wt-ink);
    font: inherit;
}

.wt-field input:focus,
.wt-field select:focus,
.wt-field-double input:focus {
    outline: 2px solid rgba(15, 108, 105, 0.18);
    border-color: rgba(15, 108, 105, 0.4);
}

.wt-field-double {
    display: grid;
    gap: 0.45rem;
}

.wt-field-double > label {
    display: grid;
    gap: 0.35rem;
}

.wt-inline-check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: rgba(15, 108, 105, 0.06);
    font-weight: 600;
}

.wt-inline-check input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--wt-accent);
}

.wt-actionbar {
    gap: 1rem;
}

.wt-actionbar-top {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
}

.wt-action-controls {
    display: grid;
    gap: 0.8rem;
    justify-items: end;
}

.wt-compare-shell {
    display: grid;
    gap: 0.9rem;
}

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

.wt-compare-card {
    display: grid;
    gap: 0.6rem;
    padding: 0.95rem;
    border-radius: 18px;
    background: rgba(15, 108, 105, 0.05);
    box-shadow: inset 0 0 0 1px rgba(15, 108, 105, 0.08);
}

.wt-compare-card strong,
.wt-compare-card p {
    margin: 0;
}

.wt-compare-card-empty {
    background: rgba(22, 50, 52, 0.04);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.08);
}

#wt-tool-calculator,
#wt-tool-products,
#wt-tool-support,
#wt-tool-faq,
#wt-tool-related,
#wt-tool-sources {
    scroll-margin-top: 7rem;
}

.wt-details {
    margin-top: 1rem;
    border-radius: 18px;
    background: rgba(22, 50, 52, 0.04);
    overflow: hidden;
}

.wt-details summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 800;
}

.wt-details > *:not(summary) {
    padding: 0 1.1rem 1rem;
}

.wt-details-note {
    margin: 0;
    color: var(--wt-ink-soft);
    font-size: 0.92rem;
}

.wt-result-card {
    display: grid;
    gap: 0.95rem;
    padding: 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 0 0 1px var(--wt-line);
}

.wt-result-card h2,
.wt-result-card h3 {
    margin: 0;
    line-height: 1.05;
}

.wt-result-card h2 {
    font-size: 1.9rem;
}

.wt-result-card h3 {
    font-size: 1.3rem;
}

.wt-result-card p,
.wt-inline-note,
.wt-note-list p {
    margin: 0;
}

.wt-result-card-warn {
    background: linear-gradient(135deg, #fff2ee, #fff8f3);
    box-shadow: inset 0 0 0 1px rgba(179, 86, 77, 0.18);
}

.wt-lead {
    color: var(--wt-ink-soft);
}

.wt-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.34rem 0.65rem;
    border-radius: 999px;
    background: var(--wt-accent-soft);
    color: var(--wt-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wt-badge-soft {
    background: var(--wt-warm-soft);
    color: var(--wt-warm);
}

.wt-badge-warn {
    background: var(--wt-danger-soft);
    color: var(--wt-danger);
}

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

.wt-metric {
    padding: 0.95rem;
    border-radius: 16px;
    background: rgba(15, 108, 105, 0.05);
}

.wt-metric span {
    display: block;
    color: var(--wt-ink-soft);
    font-size: 0.86rem;
    margin-bottom: 0.25rem;
}

.wt-metric strong {
    display: block;
    font-size: 1.02rem;
    line-height: 1.25;
}

.wt-inline-note {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(208, 113, 45, 0.08);
    color: #8d562a;
}

.wt-note-list {
    display: grid;
    gap: 0.7rem;
}

.wt-note-list p {
    padding-left: 1rem;
    border-left: 3px solid rgba(15, 108, 105, 0.18);
    color: var(--wt-ink-soft);
}

.wt-plain-list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding-left: 1.15rem;
}

.wt-plain-list li {
    color: var(--wt-ink-soft);
}

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

.wt-faq-item {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.08);
    overflow: hidden;
}

.wt-faq-item summary {
    cursor: pointer;
    padding: 1rem 1.05rem;
    font-weight: 800;
    line-height: 1.25;
}

.wt-faq-item p {
    margin: 0;
    padding: 0 1.05rem 1.05rem;
    color: var(--wt-ink-soft);
}

.wt-tool-grid-related .wt-tool-card {
    min-height: 100%;
}

.wt-table-wrap {
    overflow-x: auto;
}

.wt-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 28rem;
}

.wt-table th,
.wt-table td {
    padding: 0.75rem 0.7rem;
    border-bottom: 1px solid rgba(22, 50, 52, 0.08);
    text-align: left;
    vertical-align: top;
}

.wt-table thead th {
    color: var(--wt-ink-soft);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wt-segment-grid {
    display: grid;
    gap: 1rem;
}

.wt-segment-card {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(22, 50, 52, 0.04);
}

.wt-segment-header {
    margin-bottom: 0.85rem;
}

.wt-segment-header h3 {
    margin: 0 0 0.28rem;
    font-size: 1.1rem;
}

.wt-segment-header p {
    margin: 0;
    color: var(--wt-ink-soft);
    font-size: 0.92rem;
}

.wt-segment-result {
    display: none;
}

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

.wt-teaser-card {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(22, 50, 52, 0.08);
}

.wt-teaser-card h3 {
    margin: 0.55rem 0 0.45rem;
    font-size: 1.12rem;
}

.wt-teaser-card p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-source-list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wt-source-list li {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(15, 108, 105, 0.05);
}

.wt-source-list a {
    color: var(--wt-accent);
    font-weight: 800;
    text-decoration: none;
}

.wt-source-list a:hover,
.wt-source-list a:focus-visible {
    text-decoration: underline;
}

.wt-source-list span {
    color: var(--wt-ink-soft);
    font-size: 0.92rem;
}

@media (max-width: 980px) {
    .wt-main-grid,
    .wt-main-grid-expert,
    .wt-hero,
    .wt-teaser-grid,
    .wt-tool-grid,
    .wt-tool-layout,
    .wt-tool-layout-wide,
    .wt-quickfacts,
    .wt-actionbar-top,
    .wt-compare-grid,
    .wt-faq-grid,
    .wt-product-grid {
        grid-template-columns: 1fr;
    }

    .wt-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .wt-shell {
        padding: 1rem;
        border-radius: 24px;
    }

    .wt-panel,
    .wt-results,
    .wt-roadmap,
    .wt-sources,
    .wt-hero {
        padding: 1rem;
        border-radius: 20px;
    }

    .wt-toggle-group,
    .wt-form-grid,
    .wt-metric-grid,
    .wt-faq-grid {
        grid-template-columns: 1fr;
    }

    .wt-tool-anchor-nav {
        position: static;
    }

    .wt-action-controls {
        justify-items: stretch;
    }

    .wt-hero-stats {
        grid-template-columns: 1fr;
    }

    .wt-tabbar {
        width: 100%;
        flex-wrap: wrap;
    }

    .wt-tab {
        flex: 1 1 100%;
        text-align: center;
    }
}

body.wilmes-tools-context {
    background:
        radial-gradient(circle at top center, rgba(216, 255, 0, 0.08), transparent 22%),
        radial-gradient(circle at bottom left, rgba(98, 110, 255, 0.1), transparent 24%),
        var(--wt-bg);
}

body.wilmes-tools-context #main-content {
    background: transparent;
}

body.wilmes-tools-context #main-content .container {
    width: min(94vw, 1460px);
    max-width: 1460px;
    padding-top: clamp(1.6rem, 3.8vw, 3.25rem);
}

body.wilmes-tools-context #main-content .container::before {
    display: none;
}

body.wilmes-tools-context #left-area {
    width: 100%;
    float: none;
    padding-bottom: 0;
}

body.wilmes-tools-context #top-menu > li:has(> a[href*="elektromeister"]),
body.wilmes-tools-context #top-menu > li:has(> a[href*="elektromeisterpruefung"]) {
    display: none !important;
}

body.wilmes-tools-context #top-menu > li > a[href*="elektromeister"],
body.wilmes-tools-context #top-menu > li > a[href*="elektromeisterpruefung"] {
    display: none !important;
}

.wt-shell {
    width: 100%;
    gap: clamp(1.35rem, 2vw, 2rem);
    margin: 0 auto clamp(2.4rem, 5vw, 4rem);
    padding: clamp(1.1rem, 2vw, 1.5rem);
    border-radius: 42px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
        radial-gradient(circle at top right, rgba(216, 255, 0, 0.16), transparent 26%),
        radial-gradient(circle at bottom left, rgba(80, 89, 215, 0.18), transparent 28%),
        linear-gradient(155deg, #1a1a31 0%, #151528 56%, #11111f 100%);
    box-shadow: 0 28px 80px rgba(7, 7, 20, 0.38);
}

.wt-shell::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.72;
}

.wt-shell::after {
    content: "";
    position: absolute;
    inset: auto auto -12% -6%;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 255, 0, 0.18), transparent 70%);
    pointer-events: none;
}

.wt-shell-hub .wt-hero,
.wt-shell-tool .wt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(18rem, 0.86fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    padding: clamp(1.35rem, 2.6vw, 2rem);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(244, 244, 236, 0.9) 52%, rgba(216, 255, 0, 0.78) 140%);
    color: var(--wt-ink);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.58),
        0 18px 40px rgba(13, 13, 32, 0.14);
}

.wt-shell-hub .wt-hero p,
.wt-shell-tool .wt-hero p {
    color: rgba(25, 25, 44, 0.78);
    font-size: 1.06rem;
    line-height: 1.58;
}

.wt-eyebrow {
    background: rgba(25, 25, 44, 0.08);
    color: var(--wt-ink);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.wt-eyebrow-dark {
    background: rgba(25, 25, 44, 0.92);
    color: var(--wt-accent);
}

.wt-hero h1,
.wt-section-head h2,
.wt-tool-card h3,
.wt-product-card h3,
.wt-result-card h2,
.wt-result-card h3,
.wt-teaser-card h3 {
    font-family: "Space Grotesk", "Manrope", "Avenir Next", sans-serif;
    letter-spacing: 0;
}

.wt-hero h1 {
    max-width: 14ch;
    margin: 0.8rem 0 0.9rem;
    font-size: 4.8rem;
    line-height: 0.92;
}

.wt-section-head h2 {
    font-size: 2.1rem;
    line-height: 0.98;
}

.wt-section-head p {
    max-width: 72ch;
    color: rgba(25, 25, 44, 0.72);
    line-height: 1.62;
}

.wt-hero-stats {
    grid-template-columns: 1fr;
}

.wt-hero-stats div,
.wt-quickfact-card,
.wt-tool-anchor-nav,
.wt-panel,
.wt-results,
.wt-roadmap,
.wt-sources,
.wt-panel-nested,
.wt-tool-card,
.wt-product-card,
.wt-result-card,
.wt-faq-item,
.wt-teaser-card,
.wt-source-list li {
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 18px 36px rgba(10, 10, 28, 0.12);
}

.wt-panel,
.wt-results,
.wt-roadmap,
.wt-sources,
.wt-panel-nested {
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 246, 240, 0.92));
    backdrop-filter: blur(12px);
}

.wt-tool-card,
.wt-product-card,
.wt-result-card,
.wt-quickfact-card,
.wt-faq-item,
.wt-teaser-card,
.wt-source-list li {
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 244, 239, 0.96));
}

.wt-tool-grid-featured .wt-tool-card:nth-child(3n),
.wt-story-card-accent,
.wt-hero-stats div:nth-child(3),
.wt-quickfact-card:nth-child(4) {
    background:
        linear-gradient(155deg, rgba(216, 255, 0, 1), rgba(233, 255, 128, 0.92));
    color: var(--wt-ink);
}

.wt-hero-stats div {
    min-height: 9rem;
    padding: 1.1rem 1.2rem;
    border-radius: 26px;
    background: rgba(23, 23, 42, 0.9);
}

.wt-hero-stats div strong,
.wt-hero-stats div span {
    color: #f5f5ef;
}

.wt-hero-stats div:nth-child(2) {
    background: rgba(255, 255, 255, 0.88);
}

.wt-hero-stats div:nth-child(2) strong,
.wt-hero-stats div:nth-child(2) span,
.wt-hero-stats div:nth-child(3) strong,
.wt-hero-stats div:nth-child(3) span {
    color: var(--wt-ink);
}

.wt-hero-stats strong {
    margin-bottom: 0.35rem;
    font-size: 1.55rem;
}

.wt-breadcrumbs,
.wt-tool-anchor-nav a,
.wt-kicker,
.wt-tool-card p,
.wt-product-card p,
.wt-faq-item p,
.wt-source-list span,
.wt-plain-list li,
.wt-inline-note,
.wt-note-list p,
.wt-result-card p {
    color: var(--wt-ink-soft);
}

.wt-breadcrumbs {
    padding: 0.1rem 0.2rem;
    color: rgba(255, 255, 255, 0.72);
}

.wt-breadcrumbs a {
    color: var(--wt-accent);
}

.wt-tool-anchor-nav {
    top: 1.1rem;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    background: rgba(20, 20, 39, 0.76);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 16px 32px rgba(5, 5, 17, 0.28);
}

.wt-tool-anchor-nav a {
    color: rgba(255, 255, 255, 0.88);
}

.wt-tool-anchor-nav a:hover,
.wt-tool-anchor-nav a:focus-visible {
    color: var(--wt-accent);
}

.wt-button {
    min-height: 3rem;
    padding: 0.78rem 1.12rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, #17172a, #23233b);
    color: #fbfbf6;
    box-shadow: 0 14px 32px rgba(10, 10, 24, 0.26);
}

.wt-button:hover,
.wt-button:focus-visible {
    box-shadow: 0 18px 38px rgba(10, 10, 24, 0.32);
}

.wt-button-secondary {
    background: rgba(216, 255, 0, 0.14);
    color: var(--wt-ink);
    box-shadow: inset 0 0 0 1px rgba(25, 25, 44, 0.08);
}

.wt-button-secondary:hover,
.wt-button-secondary:focus-visible,
.wt-button.is-active {
    background: var(--wt-accent);
    color: var(--wt-ink);
    box-shadow: 0 16px 32px rgba(216, 255, 0, 0.24);
}

.wt-field span,
.wt-field-double span,
.wt-inline-check {
    color: rgba(25, 25, 44, 0.7);
}

.wt-field input,
.wt-field select,
.wt-field-double input {
    min-height: 3.35rem;
    padding: 0.84rem 1rem;
    border: 1px solid rgba(25, 25, 44, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
}

.wt-field input:focus,
.wt-field select:focus,
.wt-field-double input:focus {
    outline: 2px solid rgba(216, 255, 0, 0.34);
    border-color: rgba(25, 25, 44, 0.28);
}

.wt-inline-check,
.wt-toggle-group label,
.wt-compare-card,
.wt-segment-card {
    border-radius: 22px;
    background: rgba(25, 25, 44, 0.04);
    box-shadow: inset 0 0 0 1px rgba(25, 25, 44, 0.06);
}

.wt-toggle-group input:checked + label {
    background: linear-gradient(135deg, #17172a, #23233b);
    color: #fff;
}

.wt-quickfacts,
.wt-tool-grid,
.wt-product-grid,
.wt-teaser-grid,
.wt-faq-grid {
    gap: clamp(0.9rem, 1.6vw, 1.15rem);
}

.wt-quickfact-card strong {
    margin-top: 0.45rem;
    font-size: 1.12rem;
    line-height: 1.22;
}

.wt-tool-card,
.wt-product-card,
.wt-result-card,
.wt-seo-card,
.wt-story-card {
    padding: clamp(1rem, 1.8vw, 1.3rem);
}

.wt-tool-card h3,
.wt-product-card h3,
.wt-teaser-card h3,
.wt-result-card h3 {
    font-size: 1.28rem;
    line-height: 1;
}

.wt-tool-card p,
.wt-product-summary,
.wt-result-card p,
.wt-seo-card p,
.wt-story-card p {
    font-size: 0.98rem;
    line-height: 1.62;
}

.wt-tool-card.is-prioritized {
    border-color: rgba(216, 255, 0, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 20px 42px rgba(9, 10, 27, 0.16),
        0 0 0 3px rgba(216, 255, 0, 0.12);
}

.wt-story-grid,
.wt-seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-seo-card,
.wt-story-card {
    min-height: 100%;
}

.wt-seo-card .wt-kicker,
.wt-story-card .wt-kicker {
    color: rgba(25, 25, 44, 0.5);
}

.wt-inline-note {
    border-radius: 18px;
    background: rgba(216, 255, 0, 0.12);
    color: #3a4320;
}

.wt-badge {
    background: rgba(25, 25, 44, 0.08);
    color: var(--wt-ink);
}

.wt-badge-soft {
    background: rgba(216, 255, 0, 0.16);
    color: #394119;
}

.wt-source-list li {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 244, 239, 0.9));
}

.wt-source-list a,
.wt-tool-card h3 a:hover,
.wt-tool-card h3 a:focus-visible,
.wt-product-card h3 a:hover,
.wt-product-card h3 a:focus-visible {
    color: #20259f;
}

.wt-result-card-warn {
    background: linear-gradient(140deg, rgba(255, 242, 238, 0.96), rgba(255, 248, 244, 0.96));
}

.wt-product-media {
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(216, 255, 0, 0.22), transparent 42%),
        linear-gradient(145deg, rgba(23, 23, 42, 0.86), rgba(64, 74, 140, 0.88));
}

.wt-product-media-fallback,
.wt-product-media-fallback span {
    color: #f7f8ef;
}

@media (max-width: 1120px) {
    .wt-shell-hub .wt-hero,
    .wt-shell-tool .wt-hero,
    .wt-story-grid,
    .wt-seo-grid {
        grid-template-columns: 1fr;
    }

    .wt-hero h1 {
        max-width: none;
    }
}

@media (max-width: 980px) {
    body.wilmes-tools-context #main-content .container {
        width: min(96vw, 1100px);
    }

    .wt-shell {
        border-radius: 30px;
    }
}

@media (max-width: 720px) {
    .wt-shell {
        margin-bottom: 2rem;
        padding: 0.9rem;
        border-radius: 24px;
    }

    .wt-shell-hub .wt-hero,
    .wt-shell-tool .wt-hero,
    .wt-panel,
    .wt-results,
    .wt-roadmap,
    .wt-sources,
    .wt-panel-nested {
        border-radius: 22px;
    }

    .wt-hero h1 {
        font-size: 2.55rem;
    }

    .wt-tool-anchor-nav {
        padding: 0.75rem 0.82rem;
    }
}

/* Premium affiliate tools redesign, shared by every /tools page. */
body.wilmes-tools-context {
    background:
        linear-gradient(180deg, #f6f8f5 0%, #eef3f3 42%, #f7f1e7 100%);
}

body.wilmes-tools-context #main-content .container {
    width: min(96vw, 1360px);
    max-width: 1360px;
    padding-top: 2.2rem;
}

body.wilmes-tools-context #sidebar {
    display: none;
}

.wt-shell {
    max-width: 1280px;
    padding: 1.15rem;
    border: 1px solid rgba(18, 32, 39, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(15, 24, 32, 0.98), rgba(18, 38, 42, 0.95) 48%, rgba(33, 45, 37, 0.96));
    box-shadow:
        0 34px 95px rgba(15, 24, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.wt-shell::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.66;
}

.wt-shell::after {
    display: none;
}

.wt-shell-hub .wt-hero,
.wt-shell-tool .wt-hero {
    isolation: isolate;
    overflow: hidden;
    min-height: 21.5rem;
    border-radius: 26px;
    background:
        linear-gradient(128deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 245, 0.95) 48%, rgba(218, 255, 72, 0.62) 118%);
}

.wt-shell-hub .wt-hero::before,
.wt-shell-tool .wt-hero::before {
    content: "";
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    width: min(24rem, 38%);
    aspect-ratio: 1.42;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(0, 166, 200, 0.18), rgba(243, 179, 64, 0.2)),
        repeating-linear-gradient(90deg, rgba(19, 32, 39, 0.08) 0 1px, transparent 1px 18px);
    transform: rotate(-3deg);
    pointer-events: none;
}

.wt-shell-hub .wt-hero::after,
.wt-shell-tool .wt-hero::after {
    content: "";
    position: absolute;
    inset: 0.8rem;
    border: 1px solid rgba(19, 32, 39, 0.08);
    border-radius: 22px;
    pointer-events: none;
}

.wt-shell-hub .wt-hero > *,
.wt-shell-tool .wt-hero > * {
    position: relative;
    z-index: 1;
}

.wt-hero h1,
.wt-section-head h2,
.wt-tool-card h3,
.wt-product-card h3,
.wt-result-card h2,
.wt-result-card h3,
.wt-teaser-card h3 {
    letter-spacing: 0;
}

.wt-hero h1 {
    font-size: 4.7rem;
    line-height: 0.94;
}

.wt-section-head h2 {
    font-size: 2.15rem;
    line-height: 1.04;
}

.wt-panel,
.wt-results,
.wt-roadmap,
.wt-sources,
.wt-panel-nested {
    border: 1px solid rgba(19, 32, 39, 0.1);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 250, 247, 0.93));
    box-shadow:
        0 20px 52px rgba(15, 24, 32, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.wt-tool-anchor-nav {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(16, 27, 35, 0.82);
    backdrop-filter: blur(18px) saturate(1.2);
}

.wt-button,
.wt-button-secondary {
    transition:
        transform 190ms ease,
        box-shadow 190ms ease,
        background 190ms ease,
        color 190ms ease;
}

.wt-button:hover,
.wt-button:focus-visible,
.wt-button-secondary:hover,
.wt-button-secondary:focus-visible {
    transform: translateY(-2px);
}

#wt-tool-products,
.wt-recommendation-panel {
    overflow: hidden;
}

.wt-recommendation-panel {
    color: #f9fbf7;
    background:
        linear-gradient(145deg, rgba(12, 20, 28, 0.98), rgba(20, 46, 48, 0.96) 55%, rgba(46, 43, 24, 0.94));
}

.wt-recommendation-panel .wt-section-head h2,
.wt-recommendation-panel .wt-section-head p,
.wt-recommendation-panel .wt-disclosure {
    color: rgba(249, 251, 247, 0.88);
}

.wt-recommendation-panel .wt-badge-soft {
    background: rgba(216, 255, 0, 0.18);
    color: #f4ffd8;
}

.wt-product-grid {
    gap: 1.15rem;
}

.wt-product-card-premium,
.wt-product-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(18, 32, 39, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 248, 0.96));
    box-shadow:
        0 18px 48px rgba(15, 24, 32, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.wt-product-card-premium::before,
.wt-product-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.32rem;
    background: linear-gradient(90deg, #00a6c8, #d8ff00 46%, #f3b340 78%, #e4574f);
    pointer-events: none;
}

.wt-product-card-premium::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(0, 166, 200, 0.16), rgba(216, 255, 0, 0.2)),
        linear-gradient(45deg, transparent 46%, rgba(19, 32, 39, 0.16) 47% 53%, transparent 54%);
    pointer-events: none;
}

.wt-product-card-premium > *,
.wt-product-card > * {
    position: relative;
    z-index: 1;
}

.wt-product-card-premium:hover,
.wt-product-card-premium:focus-within,
.wt-product-card:hover,
.wt-product-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(0, 166, 200, 0.34);
    box-shadow:
        0 28px 70px rgba(15, 24, 32, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wt-product-media {
    min-height: 11.5rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(15, 24, 32, 0.96), rgba(16, 91, 104, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 16px);
}

.wt-product-media-fallback {
    align-items: end;
    justify-content: flex-start;
}

.wt-product-media-fallback span {
    max-width: 80%;
    color: #f9fbf7;
    font-size: 1.28rem;
    line-height: 1.05;
}

.wt-product-card .wt-card-meta {
    gap: 0.45rem;
}

.wt-product-card h3 {
    font-size: 1.32rem;
    line-height: 1.08;
}

.wt-product-card h3 a {
    color: #132027;
}

.wt-product-summary {
    color: #53636d;
}

.wt-product-chip-row,
.wt-product-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
}

.wt-product-chip,
.wt-product-metric {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.4rem 0.62rem;
    border-radius: 999px;
    background: rgba(19, 32, 39, 0.065);
    color: #23333b;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.15;
}

.wt-product-chip-theme {
    background: rgba(0, 166, 200, 0.12);
    color: #075767;
}

.wt-product-chip.is-high-ticket,
.wt-product-chip.is-premium,
.wt-product-chip.is-profi {
    background: rgba(243, 179, 64, 0.18);
    color: #765016;
}

.wt-product-metric {
    border: 1px solid rgba(19, 32, 39, 0.08);
    background: rgba(255, 255, 255, 0.68);
    color: #40515a;
}

.wt-product-features {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wt-product-features li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 1.15rem;
    color: #40515a;
    font-size: 0.92rem;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.wt-product-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 3px;
    background: #00a6c8;
}

.wt-product-card .wt-link-row {
    padding-top: 0.15rem;
}

.wt-product-card .wt-button-secondary {
    width: 100%;
    min-height: 3.15rem;
    background: #132027;
    color: #f9fbf7;
    box-shadow: 0 14px 32px rgba(19, 32, 39, 0.2);
}

.wt-product-card .wt-button-secondary:hover,
.wt-product-card .wt-button-secondary:focus-visible {
    background: #d8ff00;
    color: #132027;
}

.wt-disclosure {
    color: rgba(19, 32, 39, 0.64);
    line-height: 1.55;
}

.wt-recommendation-panel .wt-product-card .wt-button-secondary {
    background: #d8ff00;
    color: #132027;
}

.wt-recommendation-panel .wt-product-card .wt-button-secondary:hover,
.wt-recommendation-panel .wt-product-card .wt-button-secondary:focus-visible {
    background: #ffffff;
}

@keyframes wt-rise-in {
    from {
        opacity: 0.001;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@supports (animation-timeline: view()) {
    .wt-panel,
    .wt-results,
    .wt-product-card,
    .wt-tool-card {
        animation: wt-rise-in both;
        animation-timeline: view();
        animation-range: entry 8% cover 28%;
    }
}

@media (max-width: 1120px) {
    .wt-hero h1 {
        font-size: 3.75rem;
    }

    .wt-section-head h2 {
        font-size: 1.85rem;
    }

    .wt-shell-hub .wt-hero::before,
    .wt-shell-tool .wt-hero::before {
        width: min(19rem, 42%);
        opacity: 0.72;
    }
}

@media (max-width: 980px) {
    body.wilmes-tools-context #main-content .container {
        width: min(96vw, 1100px);
        padding-top: 1.25rem;
    }

    .wt-shell {
        border-radius: 24px;
    }

    .wt-shell-hub .wt-hero::before,
    .wt-shell-tool .wt-hero::before {
        display: none;
    }

    .wt-product-media {
        min-height: 14rem;
    }
}

@media (max-width: 720px) {
    .wt-shell {
        padding: 0.72rem;
        border-radius: 20px;
    }

    .wt-shell-hub .wt-hero,
    .wt-shell-tool .wt-hero,
    .wt-panel,
    .wt-results,
    .wt-roadmap,
    .wt-sources,
    .wt-panel-nested,
    .wt-product-card {
        border-radius: 18px;
    }

    .wt-hero h1 {
        font-size: 2.55rem;
        line-height: 1;
    }

    .wt-section-head h2 {
        font-size: 1.55rem;
        line-height: 1.08;
    }

    .wt-product-card h3 {
        font-size: 1.2rem;
    }

    .wt-product-media {
        min-height: 12rem;
    }

    .wt-product-metrics,
    .wt-product-chip-row {
        gap: 0.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wt-panel,
    .wt-results,
    .wt-product-card,
    .wt-tool-card,
    .wt-button,
    .wt-button-secondary {
        animation: none;
        transition: none;
    }

    .wt-product-card-premium:hover,
    .wt-product-card-premium:focus-within,
    .wt-product-card:hover,
    .wt-product-card:focus-within,
    .wt-button:hover,
    .wt-button:focus-visible,
    .wt-button-secondary:hover,
    .wt-button-secondary:focus-visible {
        transform: none;
    }
}
