.elementor-283 .elementor-element.elementor-element-7f854ee{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3801c63 *//* =========================================================
   DUNASZIGET – KÖSZÖNJÜK OLDAL
========================================================= */

.ds-thanks,
.ds-thanks * {
    box-sizing: border-box;
}

.ds-thanks {
    --ds-forest: #253713;
    --ds-green: #3f5525;
    --ds-moss: #71805a;
    --ds-bark: #4a2e18;
    --ds-brown: #7b5b3e;
    --ds-sand: #eae4d8;
    --ds-paper: #f7f4ed;
    --ds-surface: #fbf9f4;
    --ds-copy: #747568;
    --ds-line: rgba(74, 46, 24, 0.15);

    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100svh;

    margin: 0;
    padding:
        clamp(155px, 11vw, 190px)
        24px
        clamp(80px, 7vw, 110px);

    font-family: "Manrope", sans-serif;

    background:
        radial-gradient(
            circle at 2% 24%,
            rgba(63, 85, 37, 0.10),
            transparent 29%
        ),
        radial-gradient(
            circle at 98% 78%,
            rgba(123, 91, 62, 0.11),
            transparent 30%
        ),
        var(--ds-paper);

    overflow: hidden;
}


/* Háttérformák */

.ds-thanks::before,
.ds-thanks::after {
    content: "";

    position: absolute;
    z-index: -1;

    border-radius: 50%;

    pointer-events: none;
}

.ds-thanks::before {
    top: 70px;
    left: -280px;

    width: 600px;
    height: 600px;

    border: 1px solid rgba(63, 85, 37, 0.10);

    box-shadow:
        0 0 0 65px rgba(63, 85, 37, 0.025),
        0 0 0 130px rgba(63, 85, 37, 0.018);
}

.ds-thanks::after {
    right: -260px;
    bottom: -330px;

    width: 620px;
    height: 620px;

    background: rgba(221, 208, 189, 0.25);

    box-shadow:
        0 0 0 80px rgba(221, 208, 189, 0.12);
}


/* =========================================================
   FŐ KÁRTYA
========================================================= */

.ds-thanks__shell {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(420px, 1.05fr);

    width: 100%;
    max-width: 1320px;
    min-height: 650px;

    background: rgba(251, 249, 244, 0.88);

    border: 1px solid rgba(74, 46, 24, 0.12);
    border-radius: 46px 130px 46px 46px;

    box-shadow:
        0 35px 90px rgba(37, 55, 19, 0.13),
        0 8px 24px rgba(74, 46, 24, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);

    overflow: hidden;

    animation:
        ds-thanks-shell-in
        1100ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}


/* =========================================================
   BAL OLDAL
========================================================= */

.ds-thanks__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: clamp(48px, 5vw, 78px);
}


/* Kicker */

.ds-thanks__kicker {
    display: inline-flex;
    align-items: center;

    gap: 9px;
    margin: 0 0 26px;
    padding: 8px 12px;

    color: var(--ds-forest);
    background: rgba(234, 228, 216, 0.78);

    border: 1px solid rgba(74, 46, 24, 0.14);
    border-radius: 999px;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.11em;
    text-transform: uppercase;

    animation:
        ds-thanks-item-in
        850ms
        160ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}

.ds-thanks__kicker-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;

    background: var(--ds-brown);
    border-radius: 50%;

    box-shadow:
        0 0 0 4px rgba(123, 91, 62, 0.10);
}


/* Cím */

.ds-thanks__title {
    margin: 0 0 28px;

    color: var(--ds-forest);

    font-family: "Manrope", sans-serif;
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.06em;

    animation:
        ds-thanks-item-in
        1000ms
        250ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}

.ds-thanks__title span {
    color: var(--ds-brown);
}


/* Leírás */

.ds-thanks__lead {
    max-width: 550px;

    margin: 0 0 36px;

    color: var(--ds-copy);

    font-size: 16px;
    font-weight: 450;
    line-height: 1.75;

    animation:
        ds-thanks-item-in
        950ms
        360ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}


/* =========================================================
   GOMBOK
========================================================= */

.ds-thanks__actions {
    display: flex;
    flex-flow: row wrap;

    width: 100%;

    gap: 11px;

    animation:
        ds-thanks-item-in
        950ms
        470ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}

.ds-thanks__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-height: 54px;
    padding: 0 20px;

    border: 1px solid transparent;
    border-radius: 12px;

    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;

    transition:
        color 260ms ease,
        background-color 260ms ease,
        border-color 260ms ease,
        box-shadow 450ms cubic-bezier(.22, 1, .36, 1),
        transform 450ms cubic-bezier(.22, 1, .36, 1);
}

.ds-thanks__button--primary {
    min-width: 205px;

    color: #fff !important;
    background: var(--ds-forest);

    box-shadow:
        0 13px 28px rgba(37, 55, 19, 0.20);
}

.ds-thanks__button--secondary {
    min-width: 235px;

    color: var(--ds-forest) !important;
    background: rgba(234, 228, 216, 0.66);

    border-color: rgba(74, 46, 24, 0.17);
}

.ds-thanks__arrow {
    margin-left: 18px;

    font-size: 17px;
    font-weight: 500;

    transition:
        transform 350ms cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {

    .ds-thanks__button:hover {
        transform: translateY(-3px);
    }

    .ds-thanks__button--primary:hover {
        color: #fff !important;
        background: var(--ds-bark);

        box-shadow:
            0 18px 36px rgba(74, 46, 24, 0.20);
    }

    .ds-thanks__button--secondary:hover {
        color: #fff !important;
        background: var(--ds-brown);

        border-color: var(--ds-brown);
    }

    .ds-thanks__button:hover .ds-thanks__arrow {
        transform: translateX(5px);
    }
}


/* Alsó megjegyzés */

.ds-thanks__note {
    display: flex;
    align-items: center;

    gap: 11px;
    margin-top: 36px;

    color: var(--ds-moss);

    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.45;

    animation:
        ds-thanks-item-in
        950ms
        570ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}

.ds-thanks__note-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;
    flex: 0 0 27px;

    color: var(--ds-brown);
    background: rgba(234, 228, 216, 0.85);

    border: 1px solid rgba(74, 46, 24, 0.13);
    border-radius: 50%;

    font-size: 12px;
    font-weight: 900;
}


/* =========================================================
   JOBB OLDALI VIZUÁLIS
========================================================= */

.ds-thanks__visual {
    position: relative;
    isolation: isolate;

    min-height: 650px;

    padding: 50px;

    color: #fff;

    background:
        radial-gradient(
            circle at 86% 14%,
            rgba(255, 255, 255, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 18% 92%,
            rgba(123, 91, 62, 0.38),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #71492f 0%,
            #5b3c27 43%,
            #253713 100%
        );

    border-radius: 40px 124px 40px 110px;

    overflow: hidden;

    animation:
        ds-thanks-visual-in
        1300ms
        120ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}


/* Körvonalak */

.ds-thanks__visual::before,
.ds-thanks__visual::after {
    content: "";

    position: absolute;
    z-index: -1;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;

    pointer-events: none;
}

.ds-thanks__visual::before {
    top: -170px;
    right: -100px;

    width: 440px;
    height: 440px;

    box-shadow:
        0 0 0 55px rgba(255, 255, 255, 0.025);
}

.ds-thanks__visual::after {
    bottom: -300px;
    left: -160px;

    width: 520px;
    height: 520px;

    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.02);
}


.ds-thanks__visual-label {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    gap: 8px;
    padding: 8px 12px;

    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ds-thanks__visual-label::before {
    content: "";

    width: 7px;
    height: 7px;

    background: #d6ae79;
    border-radius: 50%;

    box-shadow:
        0 0 0 4px rgba(214, 174, 121, 0.10);
}


/* Háttérben lévő szám */

.ds-thanks__visual-number {
    position: absolute;
    top: 25px;
    right: 48px;
    z-index: -1;

    color: rgba(255, 255, 255, 0.055);

    font-size: clamp(130px, 13vw, 210px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.08em;
}


/* Pipa */

.ds-thanks__check {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(190px, 19vw, 270px);
    height: clamp(190px, 19vw, 270px);

    transform: translate(-50%, -52%);
}

.ds-thanks__check svg {
    display: block;

    width: 100%;
    height: 100%;

    overflow: visible;
}

.ds-thanks__check-circle {
    fill: rgba(255, 255, 255, 0.035);
    stroke: rgba(255, 255, 255, 0.32);
    stroke-width: 2;

    stroke-dasharray: 340;
    stroke-dashoffset: 340;

    animation:
        ds-thanks-circle
        1200ms
        550ms
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}

.ds-thanks__check-path {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 90;
    stroke-dashoffset: 90;

    filter:
        drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));

    animation:
        ds-thanks-check
        850ms
        1050ms
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}


/* Útvonal */

.ds-thanks__route {
    position: absolute;
    bottom: 52px;
    left: 50px;

    display: flex;
    align-items: center;

    width: calc(100% - 100px);
}

.ds-thanks__route-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;

    background: #fff;
    border-radius: 50%;

    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.10);
}

.ds-thanks__route-line {
    height: 1px;
    flex: 1 1 auto;

    margin: 0 13px;

    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.43) 0 5px,
            transparent 5px 10px
        );
}

.ds-thanks__route-text {
    color: rgba(255, 255, 255, 0.74);

    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}


/* Lebegő információ */

.ds-thanks__next {
    position: absolute;
    right: 30px;
    bottom: 105px;

    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    align-items: center;

    width: 285px;
    padding: 15px;

    gap: 12px;

    color: var(--ds-forest);
    background: rgba(247, 244, 237, 0.96);

    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 16px;

    box-shadow:
        0 20px 45px rgba(20, 26, 12, 0.22);

    animation:
        ds-thanks-card-in
        1100ms
        1350ms
        cubic-bezier(.22, 1, .36, 1)
        both;
}

.ds-thanks__next-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    color: #fff;
    background: var(--ds-brown);

    border-radius: 12px;

    font-size: 17px;
    font-weight: 900;
}

.ds-thanks__next span:last-child {
    display: flex;
    flex-direction: column;
}

.ds-thanks__next strong {
    margin-bottom: 3px;

    color: var(--ds-forest);

    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.ds-thanks__next small {
    color: var(--ds-copy);

    font-size: 10.5px;
    font-weight: 550;
    line-height: 1.4;
}


/* =========================================================
   ANIMÁCIÓK
========================================================= */

@keyframes ds-thanks-shell-in {

    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes ds-thanks-item-in {

    from {
        opacity: 0;
        filter: blur(7px);
        transform: translate3d(0, 24px, 0);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ds-thanks-visual-in {

    from {
        opacity: 0;
        clip-path:
            inset(0 100% 0 0 round 40px 124px 40px 110px);
        transform: translate3d(22px, 18px, 0);
    }

    to {
        opacity: 1;
        clip-path:
            inset(0 0 0 0 round 40px 124px 40px 110px);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ds-thanks-circle {

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ds-thanks-check {

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ds-thanks-card-in {

    from {
        opacity: 0;
        filter: blur(6px);
        transform: translate3d(24px, 18px, 0) scale(0.94);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ds-thanks {
        min-height: 0;

        padding:
            130px
            20px
            76px;
    }

    .ds-thanks__shell {
        grid-template-columns: minmax(0, 1fr);

        max-width: 760px;
    }

    .ds-thanks__visual {
        min-height: 500px;

        border-radius: 38px 100px 38px 80px;
    }
}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 767px) {

    .ds-thanks {
        padding:
            108px
            14px
            52px;
    }

    .ds-thanks__shell {
        min-height: 0;

        border-radius: 27px 60px 27px 27px;
    }

    .ds-thanks__content {
        padding: 34px 24px 38px;
    }

    .ds-thanks__kicker {
        margin-bottom: 20px;

        font-size: 8.5px;
        letter-spacing: 0.08em;
    }

    .ds-thanks__title {
        margin-bottom: 22px;

        font-size: clamp(39px, 11vw, 51px);
        line-height: 1.04;
    }

    .ds-thanks__lead {
        margin-bottom: 28px;

        font-size: 14.5px;
        line-height: 1.7;
    }

    .ds-thanks__actions {
        flex-direction: column;
    }

    .ds-thanks__button {
        width: 100%;
        min-width: 0;
    }

    .ds-thanks__note {
        align-items: flex-start;

        margin-top: 28px;

        font-size: 11.5px;
    }

    .ds-thanks__visual {
        min-height: 415px;

        padding: 28px 24px;

        border-radius: 25px 58px 25px 58px;
    }

    .ds-thanks__visual-number {
        top: 22px;
        right: 25px;

        font-size: 115px;
    }

    .ds-thanks__check {
        width: 175px;
        height: 175px;
    }

    .ds-thanks__next {
        right: 18px;
        bottom: 84px;
        left: 18px;

        width: auto;
    }

    .ds-thanks__route {
        bottom: 34px;
        left: 24px;

        width: calc(100% - 48px);
    }

    .ds-thanks__route-text {
        font-size: 7.5px;
    }
}


/* =========================================================
   MOZGÁSCSÖKKENTÉS
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ds-thanks *,
    .ds-thanks *::before,
    .ds-thanks *::after {
        opacity: 1 !important;
        filter: none !important;
        clip-path: none !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }

    .ds-thanks__check {
        transform: translate(-50%, -52%) !important;
    }

    .ds-thanks__check-circle,
    .ds-thanks__check-path {
        stroke-dashoffset: 0 !important;
    }
}

@media (max-width: 767px) {

    .ds-thanks__shell {
        min-height: 0;

        border-radius:
            28px
            54px
            28px
            28px;
    }

    .ds-thanks__visual {
        min-height: 415px;

        padding: 28px 24px;

        border-radius:
            26px
            52px
            26px
            26px;

        animation:
            ds-thanks-visual-in-mobile
            1050ms
            120ms
            cubic-bezier(.22, 1, .36, 1)
            both;
    }
}


/* Mobilos képbelépés a mobilos sarkokkal */

@keyframes ds-thanks-visual-in-mobile {

    from {
        opacity: 0;

        clip-path:
            inset(
                0 100% 0 0
                round 26px 52px 26px 26px
            );

        transform:
            translate3d(0, 20px, 0)
            scale(0.985);
    }

    to {
        opacity: 1;

        clip-path:
            inset(
                0 0 0 0
                round 26px 52px 26px 26px
            );

        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}/* End custom CSS */