.elementor-15 .elementor-element.elementor-element-c60f91c{--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-bbff939 *//* =========================================================
   SZÍV CSÜCSKE ALAPÍTVÁNY – TELJES OLDAL
========================================================= */

.sca-site {
    --sca-red: #d52d35;
    --sca-red-dark: #9f2028;
    --sca-red-deep: #72181f;
    --sca-ink: #25242a;
    --sca-muted: #66636a;
    --sca-soft-text: #858087;

    --sca-cream: #fff9f6;
    --sca-blush: #faeeee;
    --sca-light: #f7f5f4;
    --sca-sage: #e8f0ec;
    --sca-sage-dark: #45675e;

    --sca-border: #eadede;
    --sca-white: #ffffff;
    --sca-footer: #281f21;

    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--sca-white);
    color: var(--sca-ink);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.sca-site *,
.sca-site *::before,
.sca-site *::after {
    box-sizing: border-box;
}

.sca-site h1,
.sca-site h2,
.sca-site h3,
.sca-site p,
.sca-site ul,
.sca-site blockquote {
    margin-top: 0;
}

.sca-site img {
    display: block;
    max-width: 100%;
}

.sca-site a {
    color: inherit;
    text-decoration: none;
}

.sca-site button,
.sca-site input,
.sca-site textarea,
.sca-site select {
    font: inherit;
}

.sca-container {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}



/* =========================================================
   ÁLTALÁNOS ELEMEK
========================================================= */

.sca-section {
    padding: 100px 0;
}

.sca-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--sca-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sca-eyebrow::before {
    content: "";
    width: 27px;
    height: 2px;
    background: currentColor;
}

.sca-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.sca-section-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sca-section-heading-centered .sca-eyebrow {
    justify-content: center;
}

.sca-section-heading h2,
.sca-about-content h2,
.sca-tax-section h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 4vw, 55px);
    line-height: 1.09;
    letter-spacing: -0.045em;
}

.sca-section-heading p,
.sca-about-content > p {
    color: var(--sca-muted);
    font-size: 17px;
    line-height: 1.8;
}

.sca-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.sca-button-primary {
    background: var(--sca-red);
    color: var(--sca-white) !important;
    box-shadow: 0 12px 28px rgba(178, 34, 43, 0.18);
}

.sca-button-primary:hover,
.sca-button-primary:focus-visible {
    background: var(--sca-red-dark);
}

.sca-button-secondary {
    background: var(--sca-white);
    border-color: var(--sca-border);
    color: var(--sca-ink) !important;
}

.sca-button-secondary:hover,
.sca-button-secondary:focus-visible {
    border-color: var(--sca-red);
    color: var(--sca-red) !important;
}

.sca-text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--sca-red) !important;
    font-weight: 800;
}

.sca-text-link span {
    font-size: 21px;
}


/* =========================================================
   HERO
========================================================= */

.sca-hero {
    position: relative;
    padding: 88px 0 92px;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(213, 45, 53, 0.09),
            transparent 28%
        ),
        linear-gradient(135deg, #fffaf7 0%, #fff 64%, #f8eeee 100%);
}

.sca-hero::after {
    content: "";
    position: absolute;
    top: 48px;
    right: -125px;
    width: 390px;
    height: 390px;
    border: 70px solid rgba(213, 45, 53, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.sca-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    align-items: center;
    gap: 75px;
}

.sca-hero-content h1 {
    max-width: 710px;
    margin-bottom: 26px;
    font-size: clamp(48px, 6.2vw, 82px);
    font-weight: 830;
    line-height: 0.99;
    letter-spacing: -0.065em;
}

.sca-hero-content h1 span {
    display: block;
    color: var(--sca-red);
}

.sca-hero-lead {
    max-width: 660px;
    margin-bottom: 32px;
    color: var(--sca-muted);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.75;
}

.sca-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 34px;
}

.sca-tax-number-box {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px 12px 12px;
    border: 1px solid var(--sca-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
}

.sca-tax-number-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    border-radius: 12px;
    background: var(--sca-red);
    color: var(--sca-white);
    font-size: 17px;
    font-weight: 900;
}

.sca-tax-number-box div:last-child {
    display: flex;
    flex-direction: column;
}

.sca-tax-number-box span {
    color: var(--sca-muted);
    font-size: 12px;
}

.sca-tax-number-box strong {
    color: var(--sca-ink);
    font-size: 17px;
    letter-spacing: 0.04em;
}

.sca-hero-visual {
    position: relative;
}

.sca-hero-image {
    width: 100%;
    aspect-ratio: 4 / 4.3;
    object-fit: cover;
    border: 9px solid var(--sca-white);
    border-radius: 34px;
    box-shadow: 0 28px 65px rgba(77, 32, 35, 0.16);
}

.sca-hero-message {
    position: absolute;
    left: -34px;
    bottom: 38px;
    max-width: 270px;
    padding: 20px 23px;
    border-left: 4px solid var(--sca-red);
    border-radius: 4px 16px 16px 4px;
    background: var(--sca-white);
    box-shadow: 0 17px 35px rgba(61, 30, 32, 0.16);
}

.sca-hero-message strong,
.sca-hero-message span {
    display: block;
}

.sca-hero-message strong {
    margin-bottom: 3px;
    font-size: 17px;
}

.sca-hero-message span {
    color: var(--sca-muted);
    font-size: 14px;
}


/* =========================================================
   BIZALMI SÁV
========================================================= */

.sca-trust-section {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    padding: 31px 0;
    background: var(--sca-ink);
    color: var(--sca-white);
}

.sca-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sca-trust-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 19px;
    padding: 11px 33px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.sca-trust-item:first-child {
    padding-left: 0;
}

.sca-trust-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.sca-trust-number {
    color: rgba(255, 255, 255, 0.28);
    font-size: 24px;
    font-weight: 850;
}

.sca-trust-item h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
}

.sca-trust-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   SEGÍTSÉGTÍPUSOK
========================================================= */

.sca-help-section {
    background: var(--sca-white);
}

.sca-help-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sca-help-card {
    height: 100%;
    padding: 28px 22px;
    border: 1px solid var(--sca-border);
    border-radius: 20px;
    background: var(--sca-white);
    text-align: center;
}

.sca-help-card:hover {
    border-color: rgba(213, 45, 53, 0.42);
    box-shadow: 0 18px 40px rgba(65, 35, 37, 0.08);
}

.sca-help-icon {
    width: 118px;
    height: 118px;
    margin: 0 auto 22px;
    object-fit: cover;
    border-radius: 50%;
}

.sca-help-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
}

.sca-help-card p {
    margin-bottom: 0;
    color: var(--sca-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   BEMUTATKOZÁS
========================================================= */

.sca-about-section {
    background:
        linear-gradient(
            90deg,
            var(--sca-cream) 0%,
            var(--sca-cream) 45%,
            var(--sca-white) 45%
        );
}

.sca-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 85px;
}

.sca-about-image-wrap {
    position: relative;
}

.sca-about-image {
    width: 100%;
    aspect-ratio: 4 / 4.4;
    object-fit: cover;
    border-radius: 27px;
    box-shadow: 0 24px 52px rgba(71, 39, 41, 0.12);
}

.sca-about-image-label {
    position: absolute;
    right: -24px;
    bottom: 34px;
    max-width: 185px;
    padding: 18px 20px;
    border-radius: 15px;
    background: var(--sca-red);
    color: var(--sca-white);
    box-shadow: 0 18px 35px rgba(157, 30, 39, 0.22);
}

.sca-about-image-label strong,
.sca-about-image-label span {
    display: block;
}

.sca-about-image-label strong {
    margin-bottom: 2px;
    font-size: 23px;
}

.sca-about-image-label span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.5;
}

.sca-about-content h2 span {
    color: var(--sca-red);
}

.sca-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin: 28px 0 31px;
}

.sca-about-point {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.sca-about-point span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--sca-blush);
    color: var(--sca-red);
    font-size: 13px;
    font-weight: 900;
}

.sca-about-point p {
    margin-bottom: 0;
    color: #464449;
    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   ADÓ 1%
========================================================= */

.sca-tax-section {
    position: relative;
    padding: 82px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, var(--sca-red-dark), var(--sca-red-deep));
    color: var(--sca-white);
}

.sca-tax-section::before {
    content: "1%";
    position: absolute;
    right: 2%;
    top: 50%;
    color: rgba(255, 255, 255, 0.045);
    font-size: clamp(180px, 24vw, 380px);
    font-weight: 900;
    line-height: 0.7;
    transform: translateY(-50%);
    pointer-events: none;
}

.sca-tax-section-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    align-items: center;
    gap: 80px;
}

.sca-tax-small-title {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sca-tax-section h2 {
    max-width: 670px;
    margin-bottom: 18px;
}

.sca-tax-section p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.sca-tax-code-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.sca-tax-code-card > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.sca-tax-code-card > strong {
    display: block;
    margin-bottom: 20px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.sca-copy-button {
    min-height: 47px;
    padding: 10px 19px;
    border: 0;
    border-radius: 10px;
    background: var(--sca-white);
    color: var(--sca-red-dark);
    cursor: pointer;
    font-weight: 800;
}

.sca-copy-button:hover,
.sca-copy-button:focus-visible {
    background: #fff2f2;
}

.sca-copy-feedback {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.83);
}


/* =========================================================
   KAPCSOLAT
========================================================= */

.sca-contact-section {
    background: var(--sca-light);
}

.sca-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    align-items: stretch;
    gap: 30px;
}

.sca-contact-form {
    padding: 35px;
    border: 1px solid var(--sca-border);
    border-radius: 24px;
    background: var(--sca-white);
    box-shadow: 0 18px 45px rgba(67, 39, 41, 0.06);
}

.sca-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.sca-field {
    display: block;
    margin-bottom: 17px;
}

.sca-field > span {
    display: block;
    margin-bottom: 7px;
    color: #4c494e;
    font-size: 13px;
    font-weight: 750;
}

.sca-field input,
.sca-field textarea,
.sca-field select {
    width: 100%;
    border: 1px solid #dfd8d9;
    border-radius: 11px;
    outline: 0;
    background: #fbfafa;
    color: var(--sca-ink);
}

.sca-field input,
.sca-field select {
    height: 52px;
    padding: 0 15px;
}

.sca-field textarea {
    min-height: 145px;
    padding: 14px 15px;
    resize: vertical;
}

.sca-field input:focus,
.sca-field textarea:focus,
.sca-field select:focus {
    border-color: var(--sca-red);
    background: var(--sca-white);
    box-shadow: 0 0 0 3px rgba(213, 45, 53, 0.09);
}

.sca-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 22px;
    color: var(--sca-muted);
    font-size: 13px;
    cursor: pointer;
}

.sca-checkbox input {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 3px;
    accent-color: var(--sca-red);
}

.sca-contact-card {
    position: relative;
    overflow: hidden;
    padding: 37px;
    border-radius: 24px;
    background: var(--sca-ink);
    color: var(--sca-white);
}

.sca-contact-card::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -75px;
    width: 205px;
    height: 205px;
    border: 45px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.sca-contact-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 32px;
}

.sca-contact-mark {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    flex: 0 0 60px;
    border-radius: 17px;
    background: var(--sca-red);
    color: var(--sca-white);
    font-size: 25px;
}

.sca-contact-card-top small {
    color: rgba(255, 255, 255, 0.56);
}

.sca-contact-card-top h3 {
    margin: 2px 0 0;
    font-size: 22px;
}

.sca-contact-card-top p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
}

.sca-contact-lines {
    position: relative;
    z-index: 2;
}

.sca-contact-line {
    display: block;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sca-contact-line span,
.sca-contact-line strong {
    display: block;
}

.sca-contact-line span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
}

.sca-contact-line strong {
    color: var(--sca-white);
    font-size: 15px;
    line-height: 1.6;
}

a.sca-contact-line:hover strong {
    color: #ff9ca0;
}

.sca-contact-note {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
}

.sca-contact-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.sca-contact-note p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   HÍREK
========================================================= */

.sca-news-section {
    background: var(--sca-white);
}

.sca-news-heading {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.sca-news-heading h2 {
    margin-bottom: 0;
}

.sca-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sca-news-card {
    overflow: hidden;
    border: 1px solid var(--sca-border);
    border-radius: 20px;
    background: var(--sca-white);
}

.sca-news-card:hover {
    border-color: rgba(213, 45, 53, 0.42);
    box-shadow: 0 18px 40px rgba(65, 35, 37, 0.08);
}

.sca-news-image-link {
    display: block;
    overflow: hidden;
}

.sca-news-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.sca-news-content {
    padding: 25px;
}

.sca-news-content time {
    display: block;
    margin-bottom: 11px;
    color: var(--sca-red);
    font-size: 12px;
    font-weight: 750;
}

.sca-news-content h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.3;
}

.sca-news-content h3 a:hover {
    color: var(--sca-red);
}

.sca-news-content p {
    margin-bottom: 18px;
    color: var(--sca-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sca-news-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sca-red) !important;
    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   GALÉRIA
========================================================= */

.sca-gallery-section {
    background: var(--sca-cream);
}

.sca-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 220px);
    gap: 14px;
}

.sca-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: var(--sca-border);
}

.sca-gallery-large {
    grid-column: span 2;
    grid-row: span 2;
}

.sca-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sca-gallery-item:hover {
    outline: 3px solid rgba(213, 45, 53, 0.22);
    outline-offset: -3px;
}


/* =========================================================
   HASZNOS LINKEK
========================================================= */

.sca-resource-section {
    padding: 70px 0;
    background: var(--sca-white);
}

.sca-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sca-resource-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 29px;
    border: 1px solid var(--sca-border);
    border-radius: 19px;
}

.sca-resource-card:hover {
    border-color: var(--sca-red);
    background: var(--sca-blush);
}

.sca-resource-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--sca-blush);
    color: var(--sca-red);
    font-weight: 900;
}

.sca-resource-card small {
    display: block;
    margin-bottom: 3px;
    color: var(--sca-red);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sca-resource-card h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.sca-resource-card p {
    margin-bottom: 0;
    color: var(--sca-muted);
    font-size: 13px;
    line-height: 1.65;
}

.sca-resource-card > strong {
    color: var(--sca-red);
    font-size: 24px;
}


/* =========================================================
   IDÉZET
========================================================= */

.sca-quote-section {
    padding: 30px 0 90px;
    background: var(--sca-white);
}

.sca-quote {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px 48px 42px;
    border-left: 5px solid var(--sca-red);
    border-radius: 4px 20px 20px 4px;
    background: var(--sca-light);
}

.sca-quote-mark {
    position: absolute;
    top: 18px;
    right: 30px;
    color: rgba(213, 45, 53, 0.11);
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
}

.sca-quote > p {
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
    color: #4e4b50;
    font-family: Georgia, serif;
    font-size: clamp(18px, 2vw, 23px);
    font-style: italic;
    line-height: 1.75;
}

.sca-quote footer strong,
.sca-quote footer span {
    display: block;
}

.sca-quote footer strong {
    margin-bottom: 2px;
}

.sca-quote footer span {
    color: var(--sca-muted);
    font-size: 13px;
}



/* =========================================================
   RÖGZÍTETT ADÓ 1% FELIRAT
========================================================= */

.sca-sticky-tax {
    position: fixed;
    z-index: 500;
    right: 22px;
    bottom: 22px;
    min-width: 290px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 12px 15px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: var(--sca-red);
    color: var(--sca-white) !important;
    box-shadow: 0 18px 38px rgba(110, 20, 27, 0.28);
}

.sca-sticky-tax:hover,
.sca-sticky-tax:focus-visible {
    background: var(--sca-red-dark);
}

.sca-sticky-tax.sca-sticky-tax-docked {
    position: absolute;
    right: 22px;
    bottom: auto;
}

.sca-sticky-tax-percent {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 19px;
    font-weight: 900;
}

.sca-sticky-tax-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.sca-sticky-tax-text small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.sca-sticky-tax-text strong {
    font-size: 15px;
}

.sca-sticky-tax-arrow {
    font-size: 20px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .sca-header-inner {
        min-height: 82px;
    }

    .sca-menu-button {
        display: block;
    }

    .sca-navigation {
        position: absolute;
        top: calc(100% + 1px);
        left: 24px;
        right: 24px;
        display: none;
        padding: 17px;
        border: 1px solid var(--sca-border);
        border-radius: 0 0 17px 17px;
        background: var(--sca-white);
        box-shadow: 0 20px 35px rgba(46, 27, 29, 0.12);
    }

    .sca-navigation.sca-navigation-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .sca-navigation a {
        padding: 11px 12px;
        border-radius: 8px;
    }

    .sca-navigation a:hover {
        background: var(--sca-blush);
    }

    .sca-navigation a::after {
        display: none;
    }

    .sca-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
        gap: 45px;
    }

    .sca-trust-grid {
        grid-template-columns: 1fr;
    }

    .sca-trust-item,
    .sca-trust-item:first-child,
    .sca-trust-item:last-child {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .sca-trust-item:last-child {
        border-bottom: 0;
    }

    .sca-help-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sca-about-grid {
        gap: 50px;
    }

    .sca-tax-section-grid {
        gap: 45px;
    }

    .sca-contact-grid {
        grid-template-columns: 1fr 0.78fr;
    }

    .sca-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBIL ÉS KISEBB TABLET
========================================================= */

@media (max-width: 820px) {

    .sca-section {
        padding: 75px 0;
    }

    .sca-hero {
        padding: 65px 0 80px;
    }

    .sca-hero-grid,
    .sca-about-grid,
    .sca-tax-section-grid,
    .sca-contact-grid {
        grid-template-columns: 1fr;
    }

    .sca-hero-content {
        text-align: left;
    }

    .sca-hero-visual {
        max-width: 620px;
    }

    .sca-hero-image {
        aspect-ratio: 4 / 3.3;
    }

    .sca-about-section {
        background: var(--sca-cream);
    }

    .sca-about-image-wrap {
        max-width: 620px;
    }

    .sca-about-image {
        aspect-ratio: 4 / 3.5;
    }

    .sca-about-content {
        padding-top: 10px;
    }

    .sca-tax-section-grid {
        gap: 35px;
    }

    .sca-tax-code-card {
        max-width: 520px;
    }

    .sca-news-grid {
        grid-template-columns: 1fr;
    }

    .sca-news-card {
        display: grid;
        grid-template-columns: minmax(220px, 0.75fr) 1fr;
    }

    .sca-news-image-link,
    .sca-news-image {
        height: 100%;
    }

    .sca-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 300px 190px 190px;
    }

    .sca-gallery-large {
        grid-column: span 2;
        grid-row: auto;
    }

    .sca-resource-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 620px) {

    .sca-container {
        width: min(100% - 30px, 1220px);
    }

    .sca-header-inner {
        min-height: 74px;
    }

    .sca-logo img {
        width: 155px;
        height: 53px;
    }

    .sca-navigation {
        left: 15px;
        right: 15px;
    }

    .sca-navigation.sca-navigation-open {
        grid-template-columns: 1fr;
    }

    .sca-hero {
        padding: 51px 0 70px;
    }

    .sca-hero-grid {
        gap: 47px;
    }

    .sca-hero-content h1 {
        font-size: clamp(43px, 12.4vw, 62px);
        line-height: 1.01;
    }

    .sca-hero-lead {
        font-size: 16px;
    }

    .sca-hero-buttons {
        display: grid;
    }

    .sca-hero-buttons .sca-button {
        width: 100%;
    }

    .sca-tax-number-box {
        width: 100%;
    }

    .sca-hero-image {
        aspect-ratio: 1 / 1;
        border-width: 6px;
        border-radius: 24px;
    }

    .sca-hero-message {
        left: 12px;
        right: 12px;
        bottom: -29px;
        max-width: none;
    }

    .sca-trust-section {
        padding-top: 52px;
    }

    .sca-help-grid {
        grid-template-columns: 1fr;
    }

    .sca-help-card {
        display: grid;
        grid-template-columns: 90px 1fr;
        column-gap: 19px;
        align-items: center;
        text-align: left;
    }

    .sca-help-icon {
        grid-row: span 2;
        width: 90px;
        height: 90px;
        margin: 0;
    }

    .sca-help-card h3 {
        margin-bottom: 3px;
    }

    .sca-about-image-label {
        right: 13px;
        bottom: 13px;
    }

    .sca-about-points {
        grid-template-columns: 1fr;
    }

    .sca-tax-section {
        padding: 68px 0;
    }

    .sca-tax-section h2 {
        font-size: 38px;
    }

    .sca-tax-code-card {
        padding: 24px;
    }

    .sca-tax-code-card > strong {
        font-size: 28px;
        word-break: break-word;
    }

    .sca-contact-form,
    .sca-contact-card {
        padding: 25px 20px;
    }

    .sca-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sca-news-heading {
        display: block;
    }

    .sca-news-heading .sca-text-link {
        margin-top: 15px;
    }

    .sca-news-card {
        display: block;
    }

    .sca-news-image {
        aspect-ratio: 16 / 10;
    }

    .sca-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 250px 150px 150px;
        gap: 9px;
    }

    .sca-gallery-item {
        border-radius: 12px;
    }

    .sca-resource-card {
        grid-template-columns: auto 1fr;
        padding: 22px;
    }

    .sca-resource-card > strong {
        display: none;
    }

    .sca-quote {
        padding: 35px 24px 30px;
    }

    .sca-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .sca-footer-bottom-inner {
        min-height: 100px;
        display: block;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .sca-footer-bottom p + p {
        margin-top: 7px;
    }

    .sca-sticky-tax {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-width: 0;
        padding: 10px 12px 10px 10px;
    }

    .sca-sticky-tax.sca-sticky-tax-docked {
        left: 12px;
        right: 12px;
    }

    .sca-sticky-tax-percent {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

}


/* =========================================================
   NAGYON KIS MOBIL
========================================================= */

@media (max-width: 390px) {

    .sca-hero-content h1 {
        font-size: 41px;
    }

    .sca-help-card {
        grid-template-columns: 75px 1fr;
        padding: 21px 17px;
    }

    .sca-help-icon {
        width: 75px;
        height: 75px;
    }

    .sca-sticky-tax-text strong {
        font-size: 13px;
    }

    .sca-sticky-tax-arrow {
        display: none;
    }

}
/* MOBILOS HÍRKÁRTYÁK JAVÍTÁSA – A SZÖVEGEK IS LÁTSZÓDJANAK */
@media (max-width: 620px) {

    .sca-news-card {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .sca-news-image-link {
        display: block !important;
        width: 100% !important;
        height: 210px !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .sca-news-image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: 210px !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        object-position: top center !important;
    }

    .sca-news-content {
        display: block !important;
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 22px 20px 25px !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
        background: #ffffff !important;
    }

    .sca-news-content time,
    .sca-news-content h3,
    .sca-news-content p,
    .sca-news-content .sca-news-link {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sca-news-content h3 {
        margin-bottom: 10px !important;
    }

    .sca-news-content p {
        margin-bottom: 16px !important;
    }

}
/* HERO CÍM JAVÍTÁSA – „is nagy változást” egy sorban */
@media (max-width: 820px) {

    .sca-hero-content h1 span {
        display: inline !important;
        white-space: nowrap !important;
    }

    .sca-hero-content h1 {
        font-size: clamp(40px, 10vw, 62px) !important;
        letter-spacing: -0.07em !important;
    }

}
/* HERO CÍM – „is nagy változást” biztosan egy sorban */
.sca-hero-content h1 .sca-hero-together {
    display: block !important;
    color: inherit !important;
    white-space: nowrap !important;
}

.sca-hero-content h1 .sca-hero-is {
    display: inline !important;
    color: var(--sca-ink) !important;
    white-space: nowrap !important;
}

.sca-hero-content h1 .sca-hero-red {
    display: inline !important;
    color: var(--sca-red) !important;
    white-space: nowrap !important;
}

.sca-hero-content h1 .sca-hero-last {
    display: block !important;
    color: var(--sca-ink) !important;
}

@media (max-width: 820px) {
    .sca-hero-content h1 {
        font-size: clamp(40px, 9.5vw, 62px) !important;
        letter-spacing: -0.065em !important;
    }
}/* End custom CSS */