/*
Theme Name: PlusStar AppRoulette
Theme URI: https://plusstar.de/
Author: PlusStar
Author URI: https://plusstar.de/
Description: Modernes WordPress-Theme für PlusStar und die AppRoulette Analyse- und Dokumentationssoftware.
Version: 1.0.2
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: plusstar-approulette
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --ps-bg: #07120e;
    --ps-surface: #0d1c16;
    --ps-surface-2: #12271e;
    --ps-card: #13231c;
    --ps-line: rgba(196, 231, 212, .15);
    --ps-text: #f3f8f5;
    --ps-muted: #a8bdb2;
    --ps-green: #7ee2a8;
    --ps-green-2: #b8f5d1;
    --ps-red: #ff7f7f;
    --ps-gold: #e4c875;
    --ps-radius: 20px;
    --ps-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    --ps-container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 10% -10%, rgba(79, 182, 124, .18), transparent 34rem),
        radial-gradient(circle at 100% 5%, rgba(228, 200, 117, .10), transparent 28rem),
        var(--ps-bg);
    color: var(--ps-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
    top: 32px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--ps-green-2);
    text-decoration-thickness: .08em;
    text-underline-offset: .16em;
}

a:hover {
    color: #fff;
}

button,
input,
select,
textarea {
    font: inherit;
}

.ps-container {
    width: min(calc(100% - 36px), var(--ps-container));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--ps-line);
    background: rgba(7, 18, 14, .86);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 24px;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.site-branding:hover {
    color: #fff;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(126, 226, 168, .35);
    border-radius: 13px;
    background:
        radial-gradient(circle at 35% 35%, #b8f5d1 0 7%, transparent 8%),
        linear-gradient(145deg, #1b5b3b, #0d291c);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .035);
    font-weight: 900;
    color: var(--ps-green-2);
}

.brand-copy {
    display: grid;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: 1.18rem;
    letter-spacing: -.03em;
}

.brand-copy span {
    margin-top: 5px;
    color: var(--ps-muted);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.custom-logo-link img {
    display: block;
    max-height: 48px;
    width: auto;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.primary-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #d9e9e0;
    font-size: .94rem;
    font-weight: 650;
    text-decoration: none;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    background: rgba(255, 255, 255, .055);
    color: #fff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.menu-toggle {
    display: none;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--ps-line);
    border-radius: 12px;
    background: var(--ps-surface);
    color: #fff;
}

/* Buttons */
.ps-button,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: var(--ps-green);
    color: #082014;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(126, 226, 168, .13);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ps-button:hover,
.wp-block-button__link:hover {
    transform: translateY(-1px);
    background: #9af0bc;
    color: #071a10;
    box-shadow: 0 14px 34px rgba(126, 226, 168, .19);
}

.ps-button--secondary {
    border-color: var(--ps-line);
    background: rgba(255, 255, 255, .035);
    color: #fff;
    box-shadow: none;
}

.ps-button--secondary:hover {
    background: rgba(255, 255, 255, .075);
    color: #fff;
}

.ps-button--small {
    min-height: 42px;
    padding: 10px 15px;
    font-size: .9rem;
}

/* Hero */
.ps-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 76px;
}

.ps-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, .95fr);
    align-items: center;
    gap: 64px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--ps-green-2);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 25px;
    height: 1px;
    background: var(--ps-green);
}

.ps-hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5.3rem);
    line-height: .98;
    letter-spacing: -.065em;
}

.ps-hero h1 em {
    color: var(--ps-green);
    font-style: normal;
}

.ps-hero-lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: #c5d8ce;
    font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.ps-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.ps-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 28px 0 0;
    padding: 0;
    color: var(--ps-muted);
    list-style: none;
    font-size: .9rem;
}

.ps-trust-list li {
    position: relative;
    padding-left: 20px;
}

.ps-trust-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ps-green);
    font-weight: 900;
}

/* Product mockup */
.app-mockup {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(184, 245, 209, .18);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018));
    box-shadow: var(--ps-shadow);
    transform: rotate(1deg);
}

.app-window {
    overflow: hidden;
    min-height: 520px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: #07110d;
}

.app-window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: #0c1712;
}

.app-window-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4c6659;
}

.app-window-dot:nth-child(1) { background: #db6d6d; }
.app-window-dot:nth-child(2) { background: #d8bd65; }
.app-window-dot:nth-child(3) { background: #73cf98; }

.app-board {
    padding: 16px;
}

.app-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.app-stat {
    padding: 11px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 11px;
    background: #111e18;
}

.app-stat small {
    display: block;
    margin-bottom: 5px;
    color: #91a79b;
    font-size: .65rem;
}

.app-stat strong {
    font-size: .94rem;
}

.app-stat .negative {
    color: var(--ps-red);
}

.app-stat .positive {
    color: var(--ps-green-2);
}

.app-stat--positive,
.app-stat--result-positive {
    border-color: rgba(126, 226, 168, .28);
    background:
        linear-gradient(
            145deg,
            rgba(126, 226, 168, .10),
            rgba(17, 30, 24, .92)
        );
}

.app-stat--result-positive {
    box-shadow:
        inset 0 0 0 1px rgba(126, 226, 168, .08),
        0 8px 26px rgba(126, 226, 168, .08);
}

.app-panel {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(126,226,168,.18);
    border-radius: 14px;
    background: #123e2e;
}

.app-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 11px;
}

.app-panel-title strong {
    font-size: .84rem;
    letter-spacing: .05em;
}

.app-pill {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(126,226,168,.12);
    color: var(--ps-green-2);
    font-size: .64rem;
    font-weight: 800;
}

.app-attack {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-top: 8px;
    padding: 13px;
    border: 1px solid rgba(126,226,168,.23);
    border-radius: 12px;
    background: #08140f;
}

.app-attack b {
    display: block;
    margin-bottom: 2px;
    font-size: .82rem;
}

.app-attack small {
    color: #99ada2;
    font-size: .66rem;
}

.app-attack strong {
    align-self: center;
    color: var(--ps-green-2);
    font-size: .8rem;
}

.app-numbers {
    display: flex;
    gap: 7px;
    margin-top: 12px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    background: #0d1914;
}

.app-number {
    display: grid;
    place-items: center;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #202a25;
    color: #fff;
    font-size: .67rem;
    font-weight: 850;
}

.app-number.red { background: #b94343; }
.app-number.green { background: #168554; }
.app-number.signal { box-shadow: 0 0 0 2px #69a6f5; }

/* Sections */
.ps-section {
    padding: 92px 0;
}

.ps-section--muted {
    border-block: 1px solid var(--ps-line);
    background: rgba(255,255,255,.018);
}

.ps-section-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.ps-section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.07;
    letter-spacing: -.045em;
}

.ps-section-heading p {
    margin: 18px 0 0;
    color: var(--ps-muted);
    font-size: 1.05rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.feature-card {
    min-height: 100%;
    padding: 26px;
    border: 1px solid var(--ps-line);
    border-radius: var(--ps-radius);
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border: 1px solid rgba(126,226,168,.24);
    border-radius: 14px;
    background: rgba(126,226,168,.08);
    color: var(--ps-green-2);
    font-weight: 900;
}

.feature-card h3 {
    margin: 0;
    font-size: 1.22rem;
}

.feature-card p {
    margin: 12px 0 0;
    color: var(--ps-muted);
}

.feature-card ul {
    margin: 18px 0 0;
    padding-left: 20px;
    color: #d4e2da;
}

.feature-card li + li {
    margin-top: 7px;
}

/* Steps */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    counter-reset: step;
}

.step-card {
    position: relative;
    padding: 24px;
    border-top: 1px solid var(--ps-line);
    counter-increment: step;
}

.step-card::before {
    content: "0" counter(step);
    display: block;
    margin-bottom: 23px;
    color: var(--ps-green);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.step-card h3 {
    margin: 0;
    font-size: 1.08rem;
}

.step-card p {
    margin: 10px 0 0;
    color: var(--ps-muted);
    font-size: .94rem;
}

/* IQ panel */
.iq-panel {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
    align-items: center;
    padding: 46px;
    border: 1px solid rgba(126,226,168,.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 20%, rgba(126,226,168,.12), transparent 22rem),
        linear-gradient(145deg, #11291f, #0a1712);
    box-shadow: var(--ps-shadow);
}

.iq-kicker {
    color: var(--ps-gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.iq-panel h2 {
    margin: 11px 0 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.iq-panel p {
    color: var(--ps-muted);
}

.iq-comparison {
    display: grid;
    gap: 10px;
}

.iq-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 13px;
    background: rgba(0,0,0,.18);
}

.iq-row b {
    display: block;
    font-size: .9rem;
}

.iq-row small {
    color: var(--ps-muted);
}

.iq-score {
    align-self: center;
    color: var(--ps-green-2);
    font-weight: 900;
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 450px));
    justify-content: center;
    gap: 20px;
}

.price-card {
    position: relative;
    padding: 32px;
    border: 1px solid var(--ps-line);
    border-radius: 24px;
    background: var(--ps-card);
}

.price-card--featured {
    border-color: rgba(126,226,168,.38);
    background:
        radial-gradient(circle at 100% 0, rgba(126,226,168,.12), transparent 18rem),
        var(--ps-card);
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.price-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--ps-green);
    color: #092016;
    font-size: .67rem;
    font-weight: 900;
    text-transform: uppercase;
}

.price-card h3 {
    margin: 0;
    font-size: 1.5rem;
}

.price {
    margin: 18px 0 0;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -.05em;
}

.price small {
    color: var(--ps-muted);
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 0;
}

.price-card p {
    color: var(--ps-muted);
}

.price-card ul {
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 22px;
}

.price-card li + li {
    margin-top: 9px;
}

.price-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ps-green);
    font-weight: 900;
}

/* Disclaimer */
.disclaimer-panel {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(228,200,117,.25);
    border-radius: 20px;
    background: rgba(228,200,117,.055);
}

.disclaimer-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(228,200,117,.12);
    color: var(--ps-gold);
    font-weight: 900;
}

.disclaimer-panel h2 {
    margin: 0;
    font-size: 1.25rem;
}

.disclaimer-panel p {
    margin: 7px 0 0;
    color: #d7d0b5;
}

/* FAQ */
.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    border: 1px solid var(--ps-line);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
}

.faq-item summary {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 800;
}

.faq-item div {
    padding: 0 20px 19px;
    color: var(--ps-muted);
}

/* Standard content */
.content-shell {
    width: min(calc(100% - 36px), 860px);
    margin-inline: auto;
    padding: 72px 0 96px;
}

.entry-header {
    margin-bottom: 34px;
}

.entry-title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.entry-content {
    color: #d7e5dd;
}

.entry-content > * + * {
    margin-top: 1.35em;
}

.entry-content h2,
.entry-content h3 {
    color: #fff;
    line-height: 1.15;
}

.entry-content blockquote {
    margin-inline: 0;
    padding: 18px 22px;
    border-left: 3px solid var(--ps-green);
    background: rgba(126,226,168,.05);
}

.post-card {
    padding: 24px;
    border: 1px solid var(--ps-line);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
}

.post-card + .post-card {
    margin-top: 16px;
}

/* Footer */
.site-footer {
    padding: 55px 0 28px;
    border-top: 1px solid var(--ps-line);
    background: rgba(0,0,0,.14);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 40px;
}

.footer-brand p {
    max-width: 470px;
    color: var(--ps-muted);
}

.footer-column h3 {
    margin: 0 0 13px;
    font-size: .92rem;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li + li {
    margin-top: 8px;
}

.footer-column a {
    color: var(--ps-muted);
    text-decoration: none;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid var(--ps-line);
    color: #84998e;
    font-size: .82rem;
}

/* Setup admin page helper */
.notice.plusstar-notice {
    border-left-color: #239b62;
}

/* Responsive */
@media (max-width: 1050px) {
    .ps-hero-grid {
        grid-template-columns: 1fr;
    }

    .app-mockup {
        max-width: 760px;
        transform: none;
    }

    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .iq-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        padding: 16px 18px 22px;
        border-bottom: 1px solid var(--ps-line);
        background: #08130f;
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav ul {
        display: grid;
    }

    .header-actions .ps-button {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 16px;
    }

    .ps-hero {
        padding: 65px 0 55px;
    }

    .ps-section {
        padding: 68px 0;
    }

    .feature-grid,
    .steps-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .iq-panel {
        padding: 28px;
    }

    .app-window {
        min-height: 430px;
    }

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

    .app-stat:nth-child(3),
    .app-stat:nth-child(4) {
        display: none;
    }

    .disclaimer-panel {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .brand-copy span {
        display: none;
    }

    .ps-container {
        width: min(calc(100% - 24px), var(--ps-container));
    }

    .ps-hero h1 {
        font-size: 2.7rem;
    }

    .ps-hero-actions {
        display: grid;
    }

    .ps-button {
        width: 100%;
    }

    .app-board {
        padding: 10px;
    }

    .app-panel {
        padding: 11px;
    }

    .app-number {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }
}


/* ---------------------------------------------------------------
 * 1.0.1: Mobile-Responsive-Fix
 * --------------------------------------------------------------- */
html,
body{
    width:100%;
    max-width:100%;
    overflow-x:clip;
}
#main-content,
.site-header,
.ps-hero,
.ps-section,
.ps-container,
.header-inner,
.ps-hero-grid,
.ps-hero-grid>*{
    min-width:0;
    max-width:100%;
}
.site-branding,
.custom-logo-link{
    min-width:0;
    max-width:100%;
}
.custom-logo-link img{
    max-width:min(280px,calc(100vw - 118px));
    object-fit:contain;
}
.ps-hero h1,
.ps-hero-lead,
.ps-section-heading h2,
.ps-section-heading p{
    max-width:100%;
    overflow-wrap:anywhere;
}
.ps-hero-actions,
.ps-hero-actions>*{
    min-width:0;
    max-width:100%;
}
.ps-button{
    white-space:normal;
    text-align:center;
}
.app-mockup,
.app-window,
.app-board{
    width:100%;
    max-width:100%;
    min-width:0;
}
@media(max-width:700px){
    .header-inner{
        min-height:70px;
        gap:10px;
    }
    .custom-logo-link img{
        max-height:42px;
        max-width:min(245px,calc(100vw - 92px));
    }
    .header-actions{
        flex:0 0 auto;
    }
    .menu-toggle{
        flex:0 0 48px;
        width:48px;
        height:48px;
        padding:0;
    }
    .ps-hero{
        padding:48px 0 44px;
    }
    .ps-hero-grid{
        gap:38px;
    }
    .ps-hero h1{
        font-size:clamp(2.15rem,10.2vw,3.25rem);
        line-height:1.02;
        letter-spacing:-.048em;
    }
    .ps-hero-lead{
        margin-top:22px;
        font-size:1.02rem;
        line-height:1.65;
    }
    .ps-hero-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
        margin-top:28px;
    }
    .ps-hero-actions .ps-button{
        width:100%;
    }
    .ps-trust-list{
        display:grid;
        gap:12px;
    }
    .app-mockup{
        padding:8px;
        border-radius:18px;
    }
    .app-window{
        min-height:390px;
    }
}
@media(max-width:480px){
    .ps-container{
        width:calc(100% - 28px);
    }
    .site-branding{
        flex:1 1 auto;
        overflow:hidden;
    }
    .custom-logo-link img{
        max-width:min(220px,calc(100vw - 88px));
    }
    .ps-hero h1{
        font-size:clamp(2rem,10.5vw,2.85rem);
    }
    .ps-section-heading h2,
    .iq-panel h2{
        font-size:clamp(1.8rem,8vw,2.45rem);
        overflow-wrap:anywhere;
    }
}
@supports not (overflow:clip){
    html,
    body{
        overflow-x:hidden;
    }
}
