.elementor-354 .elementor-element.elementor-element-db6baf6{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-start;--overlay-opacity:0.9;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:45px;--padding-left:0px;--padding-right:0px;}.elementor-354 .elementor-element.elementor-element-db6baf6:not(.elementor-motion-effects-element-type-background), .elementor-354 .elementor-element.elementor-element-db6baf6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fmtopservice.hu/wp-content/uploads/2026/05/51730.jpg");background-position:center center;background-size:cover;}.elementor-354 .elementor-element.elementor-element-db6baf6::before, .elementor-354 .elementor-element.elementor-element-db6baf6 > .elementor-background-video-container::before, .elementor-354 .elementor-element.elementor-element-db6baf6 > .e-con-inner > .elementor-background-video-container::before, .elementor-354 .elementor-element.elementor-element-db6baf6 > .elementor-background-slideshow::before, .elementor-354 .elementor-element.elementor-element-db6baf6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-354 .elementor-element.elementor-element-db6baf6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FF7E00;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-354 .elementor-element.elementor-element-e688dbe{text-align:start;}.elementor-354 .elementor-element.elementor-element-e688dbe .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:45px;font-weight:700;color:#FFFFFF;}.elementor-354 .elementor-element.elementor-element-7f47b6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 55px;--row-gap:20px;--column-gap:55px;--margin-top:85px;--margin-bottom:85px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-354 .elementor-element.elementor-element-8e2e700{width:100%;max-width:100%;text-align:start;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#353535;}.elementor-354 .elementor-element.elementor-element-1717488{width:100%;max-width:100%;text-align:start;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#353535;}.elementor-354 .elementor-element.elementor-element-2927959{width:100%;max-width:100%;text-align:start;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#353535;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-354 .elementor-element.elementor-element-db6baf6{--min-height:250px;--padding-top:0px;--padding-bottom:25px;--padding-left:15px;--padding-right:15px;}.elementor-354 .elementor-element.elementor-element-e688dbe .elementor-heading-title{font-size:35px;}.elementor-354 .elementor-element.elementor-element-7f47b6a{--margin-top:45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS *//* ----- A fő blokk (kártya) ----- */
        .download-card {
            max-width: 600px;
            width: 100%;
            background: #ffffff;
            border-radius: 20px;
            padding: 24px 28px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.2s;
            display: flex;
            flex-direction: column;
            gap: 20px;
            border: 1px solid #eef0f3;
        }

        .download-card:hover {
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
        }

        /* ----- Belső konténer: ikon + szöveg (2 div) ----- */
        .content-row {
            display: flex;
            align-items: center;
            gap: 18px;
        }

        /* ----- 1. div: PDF ikon (ingyenes SVG) ----- */
        .pdf-icon-wrapper {
            flex-shrink: 0;
            width: 52px;
            height: 52px;
            background: #fef2e8;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s;
        }

        .pdf-icon-wrapper svg {
            width: 32px;
            height: 32px;
            display: block;
        }

        /* ----- 2. div: szöveg rész (cím + leírás) ----- */
        .info-text {
            display: flex;
            flex-direction: column;
            gap: 4px;
            flex: 1;
        }

        .info-text .title {
            font-family: "Inter", sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            color: #1e1e2a;
            margin: 0;
            letter-spacing: -0.01em;
        }

        .info-text .sub {
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #5f6b7a;
            margin: 0;
        }

        /* ----- Gomb (külön albakba nyílik) ----- */
        .download-btn {
            align-self: flex-start;    /* ne nyúljon szét, csak a tartalomnak megfelelően */
            background: #1e2a3d;
            color: #ffffff;
            border: none;
            border-radius: 40px;
            padding: 12px 28px;
            font-family: "Inter", sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            text-decoration: none;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            letter-spacing: 0.01em;
        }

        .download-btn:hover {
            background: #14222e;
                color: white;
        }

        .download-btn:active {
            transform: scale(0.97);
        }

        /* A gombon belüli nyíl SVG (extra) */
        .download-btn svg {
            width: 18px;
            height: 18px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2.2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* ----- Reszponzív finomhangolás ----- */
        @media (max-width: 480px) {
            .download-card {
                padding: 20px;
            }
            .content-row {
                gap: 14px;
                flex-wrap: wrap; /* ha nagyon kicsi, az ikon és szöveg egymás alá kerülhet */
            }
            .pdf-icon-wrapper {
                width: 48px;
                height: 48px;
            }
            .pdf-icon-wrapper svg {
                width: 28px;
                height: 28px;
            }
            .info-text .title {
                font-size: 15px;
            }
            .download-btn {
                width: 100%;
                justify-content: center;
                padding: 14px 20px;
            }
        }/* End custom CSS */