.elementor-41 .elementor-element.elementor-element-d9e6495{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-002d32c */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --ra-bg-dark: #2F3E46;
    --ra-bg-darker: #1e282d;
    --ra-bg-deep: #162126;
    --ra-accent: #C27933;
    --ra-accent-dark: #a66326;
    --ra-text-light: #E0E1DD;
    --ra-text-muted: #9CA3AF;
    --ra-bg-light: #F3F4F6;
    --ra-bg-light-2: #ECEFF3;
    --ra-white: #ffffff;
    --ra-text-dark: #1F2937;
    --ra-text-soft: #5f6972;
    --ra-border-light: rgba(255,255,255,0.08);
    --ra-border-dark: rgba(31,41,55,0.08);
    --ra-shadow-soft: 0 18px 50px rgba(0,0,0,0.07);
    --ra-shadow-dark: 0 18px 60px rgba(0,0,0,0.24);
    --ra-radius: 16px;
    --ra-maxw: 1240px;
    --ra-header-h: 85px;
}

.ra-main-content {
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(194,121,51,0.08), transparent 34%),
        linear-gradient(180deg, #edf1f4 0%, #f7f8fa 42%, #eef1f4 100%);
    color: var(--ra-text-dark);
    overflow-x: hidden;
}

.ra-main-content *,
.ra-main-content *::before,
.ra-main-content *::after {
    box-sizing: border-box;
}

.ra-main-content h1,
.ra-main-content h2,
.ra-main-content h3,
.ra-main-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    line-height: 1.12;
}

.ra-main-content p,
.ra-main-content li {
    line-height: 1.78;
    margin: 0;
}

.ra-main-content a {
    color: inherit;
    text-decoration: none;
}

.ra-container {
    width: 100%;
    max-width: var(--ra-maxw);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.ra-btn,
.ra-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 28px;
    border-radius: 7px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    transition: .25s ease;
    width: max-content;
}

.ra-btn-primary,
.ra-hero-btn.ra-btn-primary {
    background: var(--ra-accent) !important;
    border: 1px solid var(--ra-accent) !important;
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(194,121,51,0.26);
}

.ra-btn-primary:hover,
.ra-hero-btn.ra-btn-primary:hover {
    background: var(--ra-accent-dark) !important;
    border-color: var(--ra-accent-dark) !important;
    transform: translateY(-2px);
}

.ra-btn-outline,
.ra-hero-btn.ra-btn-outline {
    background: rgba(255,255,255,0.035) !important;
    border: 1px solid rgba(255,255,255,0.26) !important;
    color: #fff !important;
}

.ra-btn-outline:hover,
.ra-hero-btn.ra-btn-outline:hover {
    background: rgba(255,255,255,0.09) !important;
    border-color: rgba(255,255,255,0.55) !important;
    transform: translateY(-2px);
}

.ra-phone-btn {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.22) !important;
}

.ra-phone-btn:hover {
    border-color: var(--ra-accent) !important;
    color: var(--ra-accent) !important;
    background: rgba(255,255,255,.03) !important;
}

.ra-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .25px;
}

.ra-badge.accent {
    background: var(--ra-accent);
    border-color: var(--ra-accent);
}

.ra-sub-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ra-accent);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .82rem;
    margin-bottom: 1rem;
}

.ra-sub-tag::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--ra-accent);
    border-radius: 99px;
}

.ra-section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--ra-bg-dark);
    max-width: 900px;
}

.ra-section-header {
    margin-bottom: 3rem;
}

.ra-section-header.center {
    text-align: center;
}

.ra-section-header.center .ra-sub-tag {
    justify-content: center;
}

.ra-section-header.center .ra-sub-tag::after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--ra-accent);
    border-radius: 99px;
}

.ra-section-header.center .ra-section-title {
    margin: 0 auto;
}

/* HERO - HEADER-TUDATOS, NEM KÖZÉPRE IGAZÍTOTT SZÖVEGGEL */

.ra-report-hero {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--ra-bg-darker);
    padding: calc(var(--ra-header-h) + 52px) 0 72px;
}

.ra-report-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(22,33,38,.93) 0%, rgba(47,62,70,.78) 42%, rgba(22,33,38,.9) 100%),
        url('https://rozsdamentesajto.hu/wp-content/uploads/2026/04/rozsdamentesajtok-1.jpg') center/cover;
    z-index: 0;
}

.ra-report-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .68;
    z-index: 1;
}

.ra-hero-glow {
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(194,121,51,.25), transparent 62%);
    filter: blur(20px);
    right: -190px;
    top: 10%;
    z-index: 1;
    pointer-events: none;
}

.ra-report-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    gap: 44px;
    align-items: center;
}

.ra-report-hero-card {
    text-align: left;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 42px 38px;
    box-shadow: 0 34px 100px rgba(0,0,0,.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ra-report-kicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 22px;
}

.ra-report-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.55rem);
    letter-spacing: -.04em;
    margin-bottom: 22px;
}

.ra-report-hero h1 span {
    color: var(--ra-accent);
}

.ra-report-hero-lead {
    color: rgba(255,255,255,.82);
    font-size: 1.12rem;
    max-width: 760px;
    margin-bottom: 28px;
}

.ra-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ra-report-panel {
    display: grid;
    gap: 18px;
}

.ra-report-dossier {
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    padding: 26px;
    box-shadow: var(--ra-shadow-dark);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ra-report-dossier h2 {
    color: #fff;
    font-size: 1.55rem;
    margin-bottom: 10px;
}

.ra-report-dossier p {
    color: rgba(255,255,255,.76);
    font-size: .97rem;
    margin-bottom: 22px;
}

.ra-report-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ra-report-metric {
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 18px 16px;
}

.ra-report-metric strong {
    display: block;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 8px;
}

.ra-report-metric span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: .86rem;
    line-height: 1.45;
}

.ra-report-focus {
    background: rgba(194,121,51,.14);
    border: 1px solid rgba(194,121,51,.32);
    border-radius: 20px;
    padding: 22px;
}

.ra-report-focus h3 {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.ra-report-focus ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
}

.ra-report-focus li {
    color: rgba(255,255,255,.8);
    font-size: .94rem;
    line-height: 1.45;
    display: flex;
    gap: 10px;
}

.ra-report-focus li::before {
    content: "→";
    color: var(--ra-accent);
    font-weight: 800;
}

/* KPI INTRO */

.ra-research-intro {
    position: relative;
    z-index: 3;
    margin-top: -38px;
    padding-bottom: 42px;
}

.ra-research-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ra-research-kpi {
    background: #fff;
    border: 1px solid rgba(31,41,55,.08);
    border-radius: 18px;
    box-shadow: var(--ra-shadow-soft);
    padding: 22px 20px;
}

.ra-research-kpi span {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: var(--ra-accent);
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.ra-research-kpi p {
    color: #65717c;
    font-size: .92rem;
    line-height: 1.45;
}

/* STUDY LAYOUT */

.ra-study-wrap {
    padding: 2.5rem 0 6rem;
}

.ra-study-shell {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.ra-side-nav {
    position: sticky !important;
    top: calc(var(--ra-header-h) + 24px) !important;
    max-height: calc(100vh - var(--ra-header-h) - 48px);
    overflow-y: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(31,41,55,.08);
    border-radius: 22px;
    box-shadow: var(--ra-shadow-soft);
    padding: 20px;
}

.ra-side-nav::before {
    content: "";
    position: sticky;
    top: -20px;
    display: block;
    height: 4px;
    margin: -20px -20px 16px;
    background: linear-gradient(90deg, var(--ra-accent), rgba(194,121,51,.22));
}

.ra-side-nav h3 {
    color: var(--ra-bg-dark);
    font-size: 1.04rem;
    margin-bottom: 14px;
}

.ra-side-nav small {
    display: block;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: .86rem;
}

.ra-side-nav a {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: start;
    padding: 11px 10px;
    border-radius: 13px;
    color: #59636e;
    transition: .22s ease;
    border: 1px solid transparent;
}

.ra-side-nav a:hover {
    background: #f2f5f7;
    border-color: rgba(194,121,51,.14);
    color: var(--ra-bg-dark);
}

.ra-side-nav .ra-nav-num {
    color: var(--ra-accent);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .8px;
}

.ra-side-nav .ra-nav-text {
    font-size: .92rem;
    line-height: 1.42;
}

.ra-study-main {
    min-width: 0;
}

.ra-paper {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(31,41,55,.08);
    border-radius: 26px;
    box-shadow: var(--ra-shadow-soft);
    overflow: hidden;
}

.ra-paper-head {
    background:
        radial-gradient(circle at top right, rgba(194,121,51,.12), transparent 35%),
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(31,41,55,.08);
    padding: 40px 38px 34px;
}

.ra-paper-head h2 {
    color: var(--ra-bg-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 940px;
    margin-bottom: 16px;
}

.ra-paper-head p {
    color: var(--ra-text-soft);
    max-width: 900px;
    font-size: 1.04rem;
}

.ra-paper-body {
    padding: 18px;
}

.ra-block {
    position: relative;
    background: #fff;
    border: 1px solid rgba(31,41,55,.07);
    border-radius: 22px;
    padding: 34px;
    overflow: hidden;
}

.ra-block + .ra-block {
    margin-top: 22px;
}

.ra-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--ra-bg-dark), var(--ra-accent));
}

.ra-chapter-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(194,121,51,.12);
    color: var(--ra-accent);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: .95rem;
    margin-bottom: 16px;
}

.ra-block h3 {
    color: var(--ra-bg-dark);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    margin-bottom: 18px;
}

.ra-block h4 {
    color: var(--ra-bg-dark);
    font-size: 1.28rem;
    margin: 30px 0 14px;
    padding-left: 15px;
    border-left: 4px solid var(--ra-accent);
}

.ra-block p {
    color: var(--ra-text-soft);
    font-size: 1.01rem;
    margin-bottom: 16px;
}

.ra-block ul,
.ra-block ol {
    color: var(--ra-text-soft);
    margin: 0 0 18px;
    padding-left: 23px;
}

.ra-block li {
    margin-bottom: 11px;
}

.ra-note {
    position: relative;
    background: linear-gradient(135deg, #26353c 0%, #1d282d 100%);
    color: #fff;
    border-radius: 18px;
    padding: 24px 24px 24px 26px;
    margin: 24px 0 0;
    box-shadow: var(--ra-shadow-dark);
    overflow: hidden;
}

.ra-note::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--ra-accent);
}

.ra-note h4 {
    border: none;
    padding: 0;
    color: #fff;
    margin: 0 0 10px;
}

.ra-note p {
    color: rgba(255,255,255,.82);
    margin: 0;
}

.ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid rgba(31,41,55,.08);
    box-shadow: var(--ra-shadow-soft);
    margin: 24px 0;
    background: #fff;
}

.ra-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.ra-table th {
    background: var(--ra-bg-dark);
    color: #fff;
    text-align: left;
    padding: 17px 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .92rem;
}

.ra-table td {
    padding: 17px 18px;
    border-top: 1px solid rgba(31,41,55,.08);
    color: #5f6972;
    vertical-align: top;
    line-height: 1.62;
    font-size: .96rem;
}

.ra-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.ra-table td:first-child {
    font-weight: 800;
    color: var(--ra-bg-dark);
    width: 24%;
}

.ra-final-cta-dark {
    background:
        radial-gradient(circle at top left, rgba(194,121,51,.18), transparent 34%),
        linear-gradient(135deg, #1e282d, #172226);
    padding: 6rem 0;
}

.ra-final-cta-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
    box-shadow: var(--ra-shadow-dark);
    padding: 58px 44px;
    text-align: center;
}

.ra-final-cta-box .ra-sub-tag {
    justify-content: center;
}

.ra-final-cta-box .ra-sub-tag::after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--ra-accent);
    border-radius: 99px;
}

.ra-final-cta-box .ra-section-title {
    color: #fff;
    margin: 0 auto 18px;
}

.ra-final-cta-box p {
    color: rgba(255,255,255,.78);
    max-width: 880px;
    margin: 0 auto 28px;
    font-size: 1.06rem;
}

.ra-final-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 1100px) {
    .ra-report-hero-layout,
    .ra-study-shell {
        grid-template-columns: 1fr;
    }

    .ra-side-nav {
        position: relative !important;
        top: auto !important;
        max-height: none;
    }

    .ra-research-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    :root {
        --ra-header-h: 78px;
    }

    .ra-report-hero {
        min-height: 100svh;
        padding: calc(var(--ra-header-h) + 30px) 0 40px;
    }

    .ra-report-hero-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .ra-report-hero h1 {
        font-size: 2.25rem;
    }

    .ra-report-hero-lead {
        font-size: 1.02rem;
    }

    .ra-report-metrics,
    .ra-research-kpi-grid {
        grid-template-columns: 1fr;
    }

    .ra-btn,
    .ra-hero-btn {
        width: 100%;
    }

    .ra-hero-actions,
    .ra-final-cta-actions {
        width: 100%;
    }

    .ra-study-wrap {
        padding: 3.5rem 0 4rem;
    }

    .ra-paper-head {
        padding: 30px 22px;
    }

    .ra-paper-body {
        padding: 10px;
    }

    .ra-block {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .ra-side-nav {
        padding: 18px 14px;
    }

    .ra-side-nav a {
        grid-template-columns: 34px 1fr;
    }

    .ra-final-cta-box {
        padding: 38px 22px;
    }
}

@media (max-width: 480px) {
    :root {
        --ra-header-h: 74px;
    }
}

/* =========================================================
   ROZSDAMENTES TANULMÁNY OLDAL - FINOMHANGOLÓ CSS PATCH
   - sticky tartalomjegyzék javítás
   - hero cím kisebb
   - szöveges fejezetcímek visszafogottabbak
   ========================================================= */

/* Anchor ugrásnál ne csússzon be a fix header alá */
.ra-main-content [id] {
    scroll-margin-top: 120px !important;
}

/* HERO: ne legyen brutál nagy a főcím */
.ra-report-hero h1 {
    font-size: clamp(2rem, 3.45vw, 3.45rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
    max-width: 880px !important;
}

.ra-report-hero-lead {
    font-size: 1.04rem !important;
    line-height: 1.68 !important;
    max-width: 760px !important;
}

/* Hero kártya picit kompaktabb */
.ra-report-hero-card {
    padding: 34px 34px !important;
}

/* Jobb oldali hero panel is maradjon elegáns, ne tolja túl */
.ra-report-dossier h2 {
    font-size: 1.35rem !important;
}

.ra-report-metric strong {
    font-size: 1.38rem !important;
}

/* TARTALOMJEGYZÉK - valóban mindig látható desktopon */
@media (min-width: 1101px) {
    .ra-study-shell {
        align-items: start !important;
        overflow: visible !important;
    }

    .ra-study-wrap,
    .ra-container,
    .ra-study-main,
    .ra-paper,
    .ra-paper-body {
        overflow: visible !important;
    }

    .ra-side-nav {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 110px !important;
        align-self: start !important;
        max-height: calc(100vh - 130px) !important;
        overflow-y: auto !important;
        z-index: 20 !important;
    }
}

/* Ha Elementor/parent wrapper miatt a sticky még mindig halott, ez a biztos fallback:
   desktopon fixen kint tartja bal oldalt, a tartalomnak pedig helyet hagy. */
@media (min-width: 1280px) {
    .ra-study-shell {
        grid-template-columns: 310px minmax(0, 1fr) !important;
    }

    .ra-side-nav.ra-force-fixed,
    .ra-study-shell > .ra-side-nav {
        position: sticky !important;
        top: 110px !important;
    }
}

/* Fejezetcímek: ne legyenek óriások */
.ra-block h3 {
    font-size: clamp(1.38rem, 2.05vw, 1.82rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
    margin-bottom: 16px !important;
}

/* Alfejezet címek */
.ra-block h4 {
    font-size: 1.12rem !important;
    line-height: 1.25 !important;
    margin: 26px 0 12px !important;
}

/* Paper heading is kisebb */
.ra-paper-head h2,
.ra-paper-head .ra-section-title {
    font-size: clamp(1.75rem, 3vw, 2.35rem) !important;
    line-height: 1.14 !important;
}

/* Fejezetkártya belső tér picit kompaktabb */
.ra-block {
    padding: 30px 30px !important;
}

/* Sorszám badge kisebb, elegánsabb */
.ra-chapter-label {
    min-width: 48px !important;
    height: 32px !important;
    font-size: 0.86rem !important;
    margin-bottom: 14px !important;
}

/* Mobilon még finomabb */
@media (max-width: 760px) {
    .ra-report-hero h1 {
        font-size: 1.85rem !important;
        line-height: 1.12 !important;
    }

    .ra-report-hero-card {
        padding: 24px 18px !important;
    }

    .ra-block {
        padding: 24px 18px !important;
    }

    .ra-block h3 {
        font-size: 1.32rem !important;
        line-height: 1.2 !important;
    }

    .ra-block h4 {
        font-size: 1.05rem !important;
    }

    .ra-paper-head h2,
    .ra-paper-head .ra-section-title {
        font-size: 1.55rem !important;
    }

    .ra-side-nav {
        position: relative !important;
        top: auto !important;
        max-height: none !important;
    }
}/* End custom CSS */