/* ============================================================================
   SHOUT Tool Design — voor non-WK tool-pages
   Scope: .shout-tool-page + body.sm-shout-tool-active
   Brand: Urbanist + DM Mono + #FF7400 oranje + #0a0a0a zwart
   ============================================================================ */

.shout-tool-page {
    --shout-orange: #FF7400;
    --shout-orange-dark: #FF5500;
    --shout-black: #0a0a0a;
    --shout-white: #FFFFFF;
    --shout-gray-light: #F5F5F5;
    --shout-gray-mid: #EBEBEB;
    --shout-gray: #4B4F58;
    --shout-text: #2a2a2a;
    --font-primary: 'Urbanist', sans-serif;
    --font-mono: 'DM Mono', ui-monospace, monospace;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 100px;
    --container-max: 1080px;
    font-family: var(--font-primary);
    color: var(--shout-text);
}
.shout-tool-page * { box-sizing: border-box; }

/* Astra page-title-bar verbergen + container resetten */
body.sm-shout-tool-active .ast-title-bar,
body.sm-shout-tool-active .entry-header,
body.sm-shout-tool-active h1.entry-title,
body.sm-shout-tool-active .ast-archive-description,
body.sm-shout-tool-active .ast-single-post-banner { display: none !important; }
body.sm-shout-tool-active #content,
body.sm-shout-tool-active #content > .ast-container,
body.sm-shout-tool-active #primary,
body.sm-shout-tool-active .entry-content,
body.sm-shout-tool-active .ast-article-single,
body.sm-shout-tool-active .ast-article-post { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.sm-shout-tool-active #primary > article { padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; }

/* ============================================================================
   HERO — licht, schoon, géén orbs/balls/donker
   ============================================================================ */
.shout-tool-page .shout-tool-hero {
    position: relative;
    background: linear-gradient(180deg, var(--shout-gray-light) 0%, var(--shout-white) 100%);
    padding: 72px 24px 56px;
    overflow: hidden;
    border-bottom: 1px solid var(--shout-gray-mid);
}
.shout-tool-page .shout-tool-hero-decoration {
    position: absolute; inset: 0; pointer-events: none; z-index: 1;
    background:
        radial-gradient(circle at 90% 20%, rgba(255,116,0,.10) 0%, transparent 35%),
        radial-gradient(circle at 10% 80%, rgba(255,116,0,.06) 0%, transparent 40%);
}
.shout-tool-page .shout-tool-hero-inner {
    position: relative; z-index: 10;
    max-width: 760px; margin: 0 auto;
    text-align: left;
}
.shout-tool-page .shout-tool-crumbs {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--shout-gray);
    letter-spacing: .04em;
    margin-bottom: 20px;
}
.shout-tool-page .shout-tool-crumbs a { color: var(--shout-gray); text-decoration: none; }
.shout-tool-page .shout-tool-crumbs a:hover { color: var(--shout-orange); }
.shout-tool-page .shout-tool-crumbs .sep { margin: 0 8px; opacity: .5; }
.shout-tool-page .shout-tool-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: var(--shout-white);
    color: var(--shout-orange);
    border: 1px solid var(--shout-orange);
    border-radius: var(--radius-full);
    font-family: var(--font-mono);
    font-size: 11px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 18px;
}
.shout-tool-page .shout-tool-hero h1 {
    margin: 0 0 16px;
    font-family: var(--font-primary);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-weight: 800;
    color: var(--shout-black);
}
.shout-tool-page .shout-tool-hero h1 .hero-head { display: block; }
.shout-tool-page .shout-tool-hero h1 .hero-tail {
    display: block;
    font-size: .58em;
    font-weight: 600;
    color: var(--shout-gray);
    letter-spacing: -0.01em;
    margin-top: 8px;
    line-height: 1.3;
}
.shout-tool-page .shout-tool-sub {
    font-family: var(--font-primary);
    font-size: 1.125rem;
    line-height: 1.55;
    color: var(--shout-gray);
    margin: 0 0 24px;
    max-width: 680px;
}
.shout-tool-page .shout-tool-trust {
    list-style: none; padding: 0; margin: 0;
    display: flex; gap: 18px; flex-wrap: wrap;
}
.shout-tool-page .shout-tool-trust li {
    font-family: var(--font-primary);
    font-size: 14px; font-weight: 600;
    color: var(--shout-black);
    display: inline-flex; align-items: center; gap: 6px;
}
.shout-tool-page .shout-tool-trust .check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; background: var(--shout-orange); color: var(--shout-white);
    border-radius: 50%; font-size: 11px; font-weight: 800;
}

@media (max-width:680px) {
    .shout-tool-page .shout-tool-hero { padding: 48px 20px 36px; }
    .shout-tool-page .shout-tool-trust { gap: 12px; }
    .shout-tool-page .shout-tool-trust li { font-size: 13px; }
}

/* ============================================================================
   BODY — tool-card met form/result
   ============================================================================ */
.shout-tool-page .shout-tool-body {
    padding: 48px 24px;
    background: var(--shout-white);
}
.shout-tool-page .shout-tool-container { max-width: 760px; margin: 0 auto; }
.shout-tool-page .shout-tool-body > .shout-tool-container > p,
.shout-tool-page .shout-tool-body > .shout-tool-container > h2,
.shout-tool-page .shout-tool-body > .shout-tool-container > h3 {
    font-family: var(--font-primary);
}
.shout-tool-page .shout-tool-body p {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--shout-text);
    margin: 0 0 1em;
}
.shout-tool-page .shout-tool-body h2 {
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--shout-black);
    margin: 2em 0 .6em;
}
.shout-tool-page .shout-tool-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--shout-black);
    margin: 1.5em 0 .5em;
}

/* Tool-shortcode (sm-rdc, etc.) — geef het een card-look */
.shout-tool-page .sm-rdc,
.shout-tool-page [class*="sm-tool-"] {
    max-width: 100% !important;
    margin: 0 auto !important;
    background: var(--shout-white);
    border: 1px solid var(--shout-gray-mid);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}
@media (max-width:680px) {
    .shout-tool-page .sm-rdc,
    .shout-tool-page [class*="sm-tool-"] { padding: 20px; }
}
.shout-tool-page .sm-rdc h3 {
    font-family: var(--font-primary);
    font-weight: 800;
    color: var(--shout-black);
    font-size: 1.5rem;
    margin: 0 0 12px;
}
.shout-tool-page .sm-rdc input[type=url],
.shout-tool-page .sm-rdc input[type=email],
.shout-tool-page .sm-rdc input[type=text],
.shout-tool-page .sm-rdc input[type=tel] {
    border-radius: var(--radius-md);
    padding: 13px 16px;
    font-family: var(--font-primary);
    font-size: 1rem;
}
/* ============================================================================
   BUTTONS — globaal voor alle tools. Nooit wit/wit.
   Primair = oranje + wit (form submits, tool-CTAs)
   Secundair = zwart + wit (page CTAs, "plan consult")
   Tertiair = underline link (in-result actions, "vervangen →")
   ============================================================================ */
.shout-tool-page button,
.shout-tool-page input[type=submit],
.shout-tool-page button[type=button],
.shout-tool-page .ast-button,
.shout-tool-page .wp-element-button {
    background: var(--shout-black) !important;
    color: var(--shout-white) !important;
    border: none !important;
    border-radius: var(--radius-full) !important;
    padding: 13px 26px !important;
    font-family: var(--font-primary) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.shout-tool-page button:hover,
.shout-tool-page input[type=submit]:hover,
.shout-tool-page .ast-button:hover { background: #1a1a1a !important; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }

/* Primaire submit (form-actie binnen tool-shortcode) = oranje */
.shout-tool-page .sm-rdc-btn,
.shout-tool-page .sm-wps-btn,
.shout-tool-page button.btn-primary,
.shout-tool-page button[type=submit] {
    background: var(--shout-orange) !important;
    color: var(--shout-white) !important;
    box-shadow: 0 4px 16px rgba(255, 116, 0, .25) !important;
}
.shout-tool-page .sm-rdc-btn:hover,
.shout-tool-page .sm-wps-btn:hover,
.shout-tool-page button[type=submit]:hover { background: var(--shout-orange-dark) !important; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255, 116, 0, .35) !important; }

/* Buttons disabled */
.shout-tool-page button:disabled,
.shout-tool-page input[type=submit]:disabled { opacity: .55 !important; cursor: wait !important; transform: none !important; }

/* Outline variant (secondary action) */
.shout-tool-page .btn-outline,
.shout-tool-page .sm-wps-btn.outline {
    background: var(--shout-white) !important;
    color: var(--shout-black) !important;
    border: 1.5px solid var(--shout-black) !important;
    box-shadow: none !important;
}
.shout-tool-page .btn-outline:hover { background: var(--shout-black) !important; color: var(--shout-white) !important; }

/* Underline-style link buttons (in-result actions: "vervangen →", "laat SHOUT consolideren →") */
.shout-tool-page .link-action,
.shout-tool-page a.link-action {
    display: inline-block;
    color: var(--shout-black);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--shout-orange);
    text-underline-offset: 5px;
    background: transparent !important;
    padding: 2px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    transition: color .15s ease;
}
.shout-tool-page a.link-action:hover { color: var(--shout-orange); text-decoration-color: var(--shout-black); }

/* In dark CTA-sections: tekst wit, link-actions oranje */
.shout-tool-page .cta-dark a.link-action,
.shout-tool-page [class*="-dark"] a.link-action { color: var(--shout-white); text-decoration-color: var(--shout-orange); }

/* ============================================================================
   PLAIN LIST ROWS — vervangt AI-card-blokken voor lijsten (plugins / refs / etc.)
   ============================================================================ */
.shout-tool-page .sm-list-rows {
    list-style: none; padding: 0; margin: 0 0 32px;
    border-top: 1px solid var(--shout-gray-mid);
}
.shout-tool-page .sm-list-rows li {
    display: flex; flex-wrap: wrap; align-items: baseline;
    gap: 10px 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--shout-gray-mid);
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    line-height: 1.5;
}
.shout-tool-page .sm-list-rows li strong { color: var(--shout-black); font-weight: 700; }
.shout-tool-page .sm-list-rows .cat-inline {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--shout-gray);
    min-width: 88px;
}
.shout-tool-page .sm-list-rows .price-inline {
    margin-left: auto;
    color: var(--shout-black);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.shout-tool-page .sm-list-rows .price-inline.is-free { color: var(--shout-gray); font-weight: 400; }
.shout-tool-page .sm-list-rows li > a.link-action { margin-left: 8px; }

@media (max-width: 680px) {
    .shout-tool-page .sm-list-rows li { padding: 12px 0; }
    .shout-tool-page .sm-list-rows .cat-inline { min-width: 0; flex: 0 0 100%; margin-bottom: 2px; }
    .shout-tool-page .sm-list-rows .price-inline { margin-left: 0; flex: 0 0 100%; }
}
