/* ===================================
    FitLine tájékoztató – Crafto elearning alapon
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

:root {
    --base-color: #b9d43a;      /* friss lime – gombok, kiemelések */
    --dark-gray: #17332d;       /* mélyzöld – hero, lábléc, címek */
    --medium-gray: #7f8f8b;
    --yellow: #b9d43a;
    --extra-medium-gray: #e4e4e4;
    --fitline-red: #e2001a;     /* FitLine márkapiros – csak jelzésre */
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
body { font-size: 17px; line-height: 30px; overflow-x: hidden; }
a:hover { color: var(--dark-gray); }
.top-25 { top: 25%; }
.mt-minus-12 { margin-top: -12%; }
.mt-minus-1 { margin-top: -1%; }
.left-minus-200px { left: -200px; }
.border-color-transparent-white-very-light { border-color: rgba(255,255,255,.2) !important; }
.border-color-transparent-dark-very-light { border-color: var(--extra-medium-gray) !important; }
.bg-gradient-aztec-green { background-image: linear-gradient(to right bottom, #17332d, #15302a, #132c27, #112823, #0f241f); }
.bg-gradient-tranquil-white { background-image: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1); }
.bg-yellow { background-color: var(--yellow); }
.bg-tranquil { background-color: #f3f8f6; }
.bg-lime-light { background-color: #eef5d6; }
.text-fitline-red { color: var(--fitline-red); }

/* header */
.navbar .navbar-nav .nav-link { font-size: 17px; }
header .navbar-brand { padding: 22px 0; }
.brand-text { font-family: var(--alt-font); font-weight: 700; font-size: 22px; letter-spacing: -.5px; line-height: 1; color: #fff; white-space: nowrap; }
.brand-text small { display: block; font-family: var(--primary-font); font-weight: 400; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .7; margin-top: 4px; }
.navbar-brand .alt-logo, .navbar-brand .mobile-logo { display: none; }
.sticky-active .brand-text, .navbar-collapse-show .brand-text { color: var(--dark-gray); }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu { width: 335px; padding: 25px 35px; }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a { padding: 12px 30px 14px 0; }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p { font-size: 14px; line-height: normal; font-weight: 400; }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span { font-size: 17px; }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i { color: var(--dark-gray); font-size: 30px; }

/* icons, buttons */
.icon-extra-medium { font-size: 22px; }
.review-star-icon i { letter-spacing: 1px; }
.btn { font-family: var(--primary-font); text-transform: none; letter-spacing: 0; }
.btn.btn-switch-text.btn-extra-large > span { padding: 15px 38px; font-size: 17px; }
.btn.btn-switch-text.btn-large > span { padding: 13px 32px; font-size: 15px; }
.btn.btn-switch-text.btn-medium > span { padding: 12px 30px; font-size: 14px; }
.btn.btn-base-color { color: var(--dark-gray); }
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover { background-color: var(--base-color); color: var(--dark-gray); }
.btn.btn-link { padding: 0 0 2px; }
h2 { line-height: 3.2rem; }

/* tabs (termék szűrő) */
.tab-style-04 .nav-tabs .nav-item { padding: 0; width: auto; }
.portfolio-filter li a { font-size: 15px; }

/* hero háttérfotó: balról látszik, jobbra elhalványul */
.hero-photo { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center 35%; opacity: .42; filter: blur(2px) saturate(.85); transform: scale(1.03);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,.85) 30%, rgba(0,0,0,.35) 55%, rgba(0,0,0,0) 78%); mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,.85) 30%, rgba(0,0,0,.35) 55%, rgba(0,0,0,0) 78%); }
.hero-shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgba(23,51,45,.9) 0%, rgba(23,51,45,.35) 45%, rgba(23,51,45,.2) 100%); }
@media (max-width: 991px) { .hero-photo { -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 85%); mask-image: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 85%); } }

/* ---------- AI chat doboz (hero) ---------- */
.chat-card { background: #fff; border-radius: 14px; box-shadow: 0 30px 60px rgba(0,0,0,.35); overflow: hidden; text-align: left; }
.chat-head { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-bottom: 1px solid #eef0ef; background: #fbfcfb; }
.chat-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); display: flex; align-items: center; justify-content: center; font-size: 20px; flex: none; overflow: hidden; }
.chat-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.chat-head .name { font-family: var(--alt-font); font-weight: 600; color: var(--dark-gray); font-size: 16px; line-height: 1.2; }
.chat-head .status { font-size: 12px; color: var(--medium-gray); line-height: 1.2; }
.chat-head .status::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4caf50; margin-right: 6px; vertical-align: middle; }
.chat-badge { margin-left: auto; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; background: #eef5d6; color: #4e6a12; padding: 3px 10px; border-radius: 30px; font-weight: 600; }
.chat-body { padding: 22px; max-height: min(520px, 58vh); overflow: auto; }
.msg { display: flex; gap: 10px; margin-bottom: 16px; }
.msg .bubble { border-radius: 14px; padding: 12px 16px; font-size: 15px; line-height: 24px; max-width: 88%; color: #2b3a37; }
.msg.user { justify-content: flex-end; }
.msg.user .bubble { background: var(--dark-gray); color: #fff; border-bottom-right-radius: 4px; }
.msg.bot .bubble { background: #f2f6f4; border-bottom-left-radius: 4px; }
.msg.bot .bubble p { margin: 0 0 8px; }
.msg.bot .bubble p:last-child { margin: 0; }
.mini-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.mini-product { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e6ebe9; border-radius: 10px; padding: 8px 10px; text-decoration: none; color: var(--dark-gray); }
.mini-product img { width: 44px; height: 44px; object-fit: contain; flex: none; }
.mini-product b { display: block; font-size: 13px; line-height: 1.2; font-weight: 600; }
.mini-product span { font-size: 12px; color: var(--medium-gray); line-height: 1.2; }
.chat-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.chat-actions a { font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 30px; border: 1.5px solid var(--dark-gray); color: var(--dark-gray); text-decoration: none; line-height: 1.4; }
.chat-actions a.primary { background: var(--base-color); border-color: var(--base-color); }
.chat-input { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-top: 1px solid #eef0ef; background: #fff; }
.chat-input input { flex: 1; border: 1px solid #dfe5e2; border-radius: 30px; padding: 11px 18px; font-size: 15px; font-family: var(--primary-font); outline: none; }
.chat-input input:focus { border-color: var(--dark-gray); }
.chat-input button { width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--dark-gray); color: var(--base-color); font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex: none; }
.chat-note { font-size: 12px; color: var(--medium-gray); padding: 0 18px 12px; line-height: 1.4; background: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips button { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 14px; padding: 8px 16px; border-radius: 30px; cursor: pointer; font-family: var(--primary-font); transition: all .2s; }
.chips button:hover { background: var(--base-color); color: var(--dark-gray); border-color: var(--base-color); }
.typing { display: inline-flex; gap: 4px; align-items: center; height: 14px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: #9aa8a4; animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; } .typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%,80%,100% { opacity: .2 } 40% { opacity: 1 } }

/* élethelyzet kártyák */
.situation-card { background: #fff; border-radius: 10px; padding: 34px 30px 30px; height: 100%; box-shadow: 0 10px 30px rgba(23,51,45,.06); transition: transform .3s, box-shadow .3s; display: block; text-decoration: none; }
.situation-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(23,51,45,.12); }
.situation-card .ico { width: 64px; height: 64px; border-radius: 50%; background: #eef5d6; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--dark-gray); margin-bottom: 20px; }
.situation-card .title { display: block; font-family: var(--alt-font); font-weight: 600; font-size: 19px; color: var(--dark-gray); margin-bottom: 6px; line-height: 1.3; }
.situation-card p { font-size: 15px; line-height: 25px; margin-bottom: 12px; color: #5f6d6a; }
.situation-card .more { font-size: 14px; font-weight: 600; color: var(--dark-gray); }
.situation-card .more i { margin-left: 4px; font-size: 12px; }

/* termékkártya */
.product-card .image { background: #f3f8f6; padding: 28px; text-align: center; height: 270px; display: flex; align-items: center; justify-content: center; }
.product-card .desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 48px; }
.product-card .title-link { min-height: 56px; }
.product-card .image img { max-height: 230px; width: auto; transition: transform .4s; }
.product-card:hover .image img { transform: scale(1.05); }
.product-card .serving-badge { background: var(--dark-gray); color: #fff; font-size: 13px; line-height: 1.2; text-align: center; font-weight: 500; }

/* rutin lépések */
.routine-step .feature-box-icon h2 { color: var(--dark-gray); }

/* tanácsadó kártya */
.advisor-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 34px 28px; text-align: center; height: 100%; }
.advisor-card .avatar { width: 96px; height: 96px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); font-family: var(--alt-font); font-weight: 700; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.advisor-card .name { display: block; color: #fff; font-family: var(--alt-font); font-weight: 600; font-size: 20px; }
.advisor-card .role { display: block; color: rgba(255,255,255,.6); font-size: 14px; margin-bottom: 14px; }
.advisor-card p { color: rgba(255,255,255,.75); font-size: 15px; line-height: 25px; }

/* jelölések sor */
.marks-row img { height: 64px; width: auto; opacity: .9; transition: opacity .3s; }
.marks-row img:hover { opacity: 1; }

/* űrlap (contact-form-style-03: aláhúzott mezők) */
.contact-form-style-03 select.form-control { appearance: none; -webkit-appearance: none; padding-right: 40px; color: var(--medium-gray); }
.contact-form-style-03 select.form-control:valid { color: var(--dark-gray); }
.consent { font-size: 13px; line-height: 20px; color: #5f6d6a; }
.consent input { margin-right: 8px; }

/* lábléc */
footer { padding-bottom: 30px; }
.footer-dark, .footer-dark .newsletter-style-02 input, .footer-dark p, .footer-dark a { color: #9fb0ab; }
.footer-dark a:hover { color: var(--base-color); }
.footer-dark .newsletter-style-02 input::placeholder { color: #9fb0ab !important; opacity: 1; }
.newsletter-style-02 input { padding-right: 100px !important; font-size: 14px; }
.footer-navbar li { line-height: normal; }
footer ul li { margin-bottom: 2px; }
.legal-note { font-size: 13px; line-height: 22px; color: #7f948e; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 10px; }

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { font-size: 15px; padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 991px) {
    .widget-text { color: var(--dark-gray); }
    .navbar .navbar-nav .nav-link { font-size: 18px; }
    .brand-text { color: var(--dark-gray); }
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu { padding: 0 15px 6px 15px; }
    .chat-body { max-height: none; }
}
@media (max-width: 575px) {
    .mini-products { grid-template-columns: 1fr; }
    .chat-body { padding: 16px; }
}

/* ---------- Élethelyzet kártyák, fotós (v2) ---------- */
.situ-card { position: relative; display: block; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 3.8; background: #17332d; color: #fff; text-decoration: none; box-shadow: 0 24px 48px rgba(23,51,45,.14); isolation: isolate; }
.situ-card .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: brightness(.92) saturate(1.05); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); z-index: 0; }
.situ-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(10,30,26,.45) 0%, rgba(10,30,26,0) 32%); }
.situ-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(10,30,26,.98) 0%, rgba(10,30,26,.88) 30%, rgba(10,30,26,.45) 58%, rgba(10,30,26,0) 82%); }
.situ-card .tag { position: absolute; top: 20px; left: 20px; z-index: 2; display: inline-flex; align-items: center; gap: 9px; font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 7px 14px 7px 8px; border-radius: 30px; }
.situ-card .tag i { width: 24px; height: 24px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-style: normal; }
.situ-card .body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 28px 28px 26px; }
.situ-card .title { display: block; font-family: var(--alt-font); font-size: 27px; font-weight: 600; line-height: 1.1; letter-spacing: -.6px; color: #fff; margin-bottom: 10px; }
.situ-card .lead { font-size: 15px; line-height: 23px; color: rgba(255,255,255,.82); margin: 0 0 16px; }
.situ-card .detail { max-height: 0; opacity: 0; overflow: hidden; margin: 0; font-size: 13.5px; line-height: 20px; color: var(--base-color); transition: max-height .45s ease, opacity .35s ease, margin .35s ease; }
.situ-card .recipe { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.situ-card .thumbs { display: flex; flex: none; }
.situ-card .thumbs span { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 2px solid #17332d; display: flex; align-items: center; justify-content: center; margin-left: -14px; box-shadow: 0 6px 14px rgba(0,0,0,.3); }
.situ-card .thumbs span:first-child { margin-left: 0; }
.situ-card .thumbs img { width: 36px; height: 36px; object-fit: contain; }
.situ-card .txt { font-size: 13.5px; line-height: 18px; min-width: 0; }
.situ-card .txt b { display: block; color: #fff; font-weight: 600; }
.situ-card .txt span { color: rgba(255,255,255,.62); }
.situ-card .arrow { margin-left: auto; flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: flex; align-items: center; justify-content: center; font-size: 16px; transition: transform .35s, background .35s; }
.situ-card:hover .bg { transform: scale(1.06); }
.situ-card:hover .detail { max-height: 60px; opacity: 1; margin-bottom: 16px; }
.situ-card:hover .arrow { transform: translateX(4px); background: #fff; }
@media (max-width: 991px) { .situ-card { aspect-ratio: 3 / 3.5; } }
@media (max-width: 575px) { .situ-card { aspect-ratio: 4 / 4.4; } .situ-card .title { font-size: 24px; } .situ-card .body { padding: 22px; } }

/* ---------- Termékkártya v2: életkép + termékkör + ikonok ---------- */
.pcard { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 40px rgba(23,51,45,.10); transition: transform .35s, box-shadow .35s; height: 100%; display: flex; flex-direction: column; }
.pcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(23,51,45,.16); }
.pcard .photo-wrap { position: relative; }
.pcard .photo { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e9efec; }
.pcard .photo img.life { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s cubic-bezier(.2,.7,.2,1); display: block; }
.pcard:hover .photo img.life { transform: scale(1.05); }
.pcard .photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,30,26,.22), rgba(10,30,26,0) 40%); }
.pcard .cat { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: #fff; background: rgba(23,51,45,.55); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 30px; }
.pcard .pack { position: absolute; right: 20px; bottom: -44px; z-index: 3; width: 96px; height: 96px; border-radius: 50%; background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.18); display: flex; align-items: center; justify-content: center; border: 3px solid #fff; }
.pcard .pack img { width: 72px; height: 72px; object-fit: contain; }
.pcard .pbody { padding: 26px 26px 22px; display: flex; flex-direction: column; flex: 1; }
.pcard .form { font-size: 13px; color: var(--medium-gray); margin-bottom: 4px; padding-right: 110px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pcard .name { display: block; font-family: var(--alt-font); font-size: 21px; font-weight: 600; line-height: 1.2; color: var(--base-color); letter-spacing: -.3px; margin-bottom: 8px; padding-right: 110px; min-height: 50px; }
.pcard .desc { font-size: 14.5px; line-height: 23px; color: #5f6d6a; margin: 0 0 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 46px; }
.pcard .chips { min-height: 72px; align-content: flex-start; list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pcard .chips li { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--dark-gray); background: #f1f6f3; border-radius: 30px; padding: 6px 12px 6px 8px; line-height: 1; }
.pcard .chips li i { width: 22px; height: 22px; border-radius: 50%; background: #fff; color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.pcard .pfoot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e9efec; font-size: 14px; }
.pcard .pfoot .pkg { color: var(--medium-gray); }
.pcard .name:hover { color: var(--dark-gray); }
.pcard .pfoot .more { font-weight: 600; color: var(--dark-gray); text-decoration: none; }
.pcard .pfoot .more i { margin-left: 4px; font-size: 12px; transition: transform .3s; }
.pcard:hover .pfoot .more i { transform: translateX(3px); }
@media (max-width: 575px) { .pcard .pack { width: 84px; height: 84px; bottom: -36px; } .pcard .pack img { width: 64px; height: 64px; } .pcard .name, .pcard .form { padding-right: 90px; } }
/* a Crafto rács li-szabálya ne érje el a chipeket; mobilon a szűrőfülek sorban, tördelve */
.portfolio-wrapper .pcard .chips li { width: auto !important; margin: 0 !important; padding: 6px 12px 6px 8px !important; float: none; }
@media (max-width: 767px) {
    .tab-style-04 .nav-tabs.portfolio-filter { display: flex !important; flex-wrap: wrap; justify-content: center; gap: 6px 8px; width: 100%; }
    .tab-style-04 .nav-tabs.portfolio-filter li { display: inline-block !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
    .tab-style-04 .nav-tabs.portfolio-filter li a { display: inline-block; padding: 6px 14px; border-radius: 30px; background: #fff; border-bottom: 0; font-size: 14px; }
    .tab-style-04 .nav-tabs.portfolio-filter li.active a { background: var(--dark-gray); color: #fff; }
}

/* ---------- Minőség blokk: pillér-kártyák + jelölés-szótár ---------- */
.qcard { display: flex; gap: 24px; background: #fff; border: 1px solid #e4ece7; border-radius: 20px; padding: 32px 32px 26px; box-shadow: 0 16px 40px rgba(23,51,45,.06); height: 100%; transition: transform .35s, box-shadow .35s; }
.qcard:hover { transform: translateY(-4px); box-shadow: 0 26px 56px rgba(23,51,45,.12); }
.qcard .badge-wrap { flex: none; width: 104px; height: 104px; border-radius: 50%; background: #fff; border: 4px solid #eef5d6; box-shadow: 0 0 0 1px #dfe9c9, 0 10px 24px rgba(23,51,45,.10); display: flex; align-items: center; justify-content: center; }
.qcard .badge-wrap img { width: 80px; height: 80px; object-fit: contain; }
.qcard .qbody { display: flex; flex-direction: column; min-width: 0; }
.qcard .kicker { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: #7c9a14; margin-bottom: 6px; }
.qcard h3 { font-family: var(--alt-font); font-size: 23px; line-height: 1.2; font-weight: 600; color: var(--dark-gray); letter-spacing: -.4px; margin: 0 0 10px; }
.qcard p { font-size: 15px; line-height: 24px; color: #5f6d6a; margin: 0 0 16px; }
.qcard .proof { margin-top: auto; display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--dark-gray); padding-top: 14px; border-top: 1px solid #edf2ef; }
.qcard .proof .ico { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--base-color); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: var(--dark-gray); }
.qcard .proof a { color: var(--dark-gray); font-weight: 600; text-decoration: underline; text-decoration-color: var(--base-color); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.qcard .proof a:hover { text-decoration-color: var(--dark-gray); }
.qsketch { border: 2px dashed rgba(23,51,45,.22); border-radius: 20px; min-height: 230px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: rgba(23,51,45,.55); padding: 24px; }
.qsketch b { font-family: var(--alt-font); font-size: 19px; color: var(--dark-gray); margin-bottom: 4px; }
.qsketch span { font-size: 13px; }
.mark-item { background: #f3f8f6; border-radius: 16px; padding: 22px; display: flex; gap: 16px; align-items: flex-start; height: 100%; transition: background .3s; }
.mark-item:hover { background: #eef5d6; }
.mark-item img { width: 60px; height: 60px; object-fit: contain; flex: none; }
.mark-item h3 { font-family: var(--alt-font); font-size: 17px; font-weight: 600; color: var(--dark-gray); margin: 4px 0 4px; line-height: 1.2; }
.mark-item p { font-size: 13.5px; line-height: 21px; color: #5f6d6a; margin: 0; }
.mark-sketch { border: 2px dashed rgba(23,51,45,.2); border-radius: 16px; min-height: 108px; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(23,51,45,.5); font-size: 14px; font-weight: 600; }
@media (max-width: 575px) { .qcard { flex-direction: column; gap: 18px; padding: 26px 22px 22px; } }
/* minőség: lépések és bizalmi sáv */
.qsteps { background: #eef5d6; border-radius: 24px; padding: 44px 40px 40px; }
.qstep { display: flex; gap: 16px; align-items: flex-start; }
.qstep .num { flex: none; width: 50px; height: 50px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.qstep h3 { font-family: var(--alt-font); font-size: 18px; font-weight: 600; color: var(--dark-gray); margin: 4px 0 6px; line-height: 1.25; }
.qstep p { font-size: 14.5px; line-height: 22px; color: #4f5d5a; margin: 0; }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 44px; padding-top: 28px; margin-top: 40px; border-top: 1px solid #e4ece7; font-size: 15px; font-weight: 500; color: var(--dark-gray); }
.trust span i { color: #7c9a14; margin-right: 8px; font-size: 17px; vertical-align: -1px; }
.sport-partners-wrap { padding-top: 28px; margin-top: 28px; border-top: 1px solid #e4ece7; }
.sport-partners { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; }
.sport-partners img { height: 36px; max-width: 130px; object-fit: contain; opacity: .75; transition: opacity .25s, transform .25s; }
.sport-partners img:hover { opacity: 1; transform: translateY(-2px); }
@media (max-width: 767px) { .qsteps { padding: 30px 22px; } }
.contact-form-style-03 .consent input[type="checkbox"] { width: 18px; height: 18px; flex: none; border: 1.5px solid #9fb0ab; border-radius: 4px; margin: 6px 12px 0 0; padding: 0; accent-color: var(--dark-gray); }
.contact-form-style-03 .consent { color: #5f6d6a; }
footer .brand-text { color: #fff !important; }

/* ---------- Termékoldal ---------- */
.product-page .brand-dark, .product-page .brand-text { color: var(--dark-gray); }
.product-page header .navbar.header-light .navbar-nav .nav-link { color: var(--dark-gray); }
.crumbs a { color: var(--medium-gray); text-decoration: none; } .crumbs span { color: #b5c1bd; margin: 0 6px; }
.hero-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips li { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--dark-gray); background: #fff; border: 1px solid #e0e9e4; border-radius: 30px; padding: 7px 14px 7px 9px; line-height: 1; }
.hero-chips li i { width: 22px; height: 22px; border-radius: 50%; background: #eef5d6; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.price-box .price { font-family: var(--alt-font); font-size: 34px; font-weight: 600; color: var(--dark-gray); letter-spacing: -1px; }
.price-box .per { font-size: 16px; color: var(--medium-gray); }
.price-box small { display: block; font-size: 13.5px; color: var(--medium-gray); margin-top: 2px; }
.v2-price-top { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price-was { font-family: var(--alt-font); font-size: 20px; font-weight: 600; color: #9aa6a2; text-decoration: line-through; text-decoration-color: #c3ccc8; }
.promo-tag-inline { display: inline-flex; align-items: center; background: var(--base-color); color: var(--dark-gray); font-family: var(--alt-font); font-weight: 700; font-size: 13px; border-radius: 20px; padding: 4px 12px; }
.hero-photo-wrap { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px rgba(23,51,45,.16); aspect-ratio: 1 / 1; background: #e9efec; }
.hero-photo-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-marks-below { position: static; margin-top: 14px; background: #fff; border: 1px solid #e4ece7; }
.hero-marks { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; background: rgba(255,255,255,.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 40px; padding: 8px 14px; }
.hero-marks img { width: 40px; height: 40px; object-fit: contain; }
.btn-transparent-dark-gray { border: 2px solid var(--dark-gray); color: var(--dark-gray); background: transparent; }
.btn-transparent-dark-gray:hover { background: var(--dark-gray); color: #fff; }
.fit-card { background: #fff; border: 1px solid #e4ece7; border-radius: 20px; overflow: hidden; height: 100%; box-shadow: 0 14px 34px rgba(23,51,45,.06); transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; }
.fit-card:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(23,51,45,.14); }
.fit-card .ph { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #e9efec; }
.fit-card .ph img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.fit-card:hover .ph img { transform: scale(1.06); }
.fit-card .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,30,26,.25), rgba(10,30,26,0) 50%); }
.fit-card .ico { position: relative; margin: -27px 0 0 22px; z-index: 2; width: 54px; height: 54px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: flex; align-items: center; justify-content: center; font-size: 24px; border: 4px solid #fff; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.fit-card .fb { padding: 14px 26px 26px; }
.fit-card h3 { font-family: var(--alt-font); font-size: 20px; font-weight: 600; color: var(--dark-gray); margin: 0 0 8px; line-height: 1.25; }
.fit-card p { font-size: 15px; line-height: 24px; color: #5f6d6a; margin: 0; }
.use-photo { border-radius: 24px; overflow: hidden; box-shadow: 0 24px 50px rgba(23,51,45,.14); aspect-ratio: 4 / 3.4; }
.use-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.use-step { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #e9efec; }
.use-step:first-child { padding-top: 0; } .use-step:last-child { border-bottom: 0; }
.use-step .num { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.use-step h3 { font-family: var(--alt-font); font-size: 19px; font-weight: 600; color: var(--dark-gray); margin: 4px 0 6px; }
.use-step p { font-size: 15px; line-height: 24px; color: #5f6d6a; margin: 0; }
.tip { display: flex; gap: 14px; background: #eef5d6; border-radius: 16px; padding: 18px 20px; font-size: 15px; line-height: 24px; color: var(--dark-gray); }
.tip i { font-size: 22px; flex: none; }
.testi { position: relative; background: #fff; border-radius: 20px; padding: 32px 28px 26px; height: 100%; margin: 0; box-shadow: 0 14px 34px rgba(23,51,45,.06); }
.testi .sample { position: absolute; top: 14px; right: 16px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; color: #b45309; background: #fff3e0; border-radius: 20px; padding: 3px 9px; }
.testi > i { font-size: 34px; color: var(--base-color); line-height: 1; display: block; margin-bottom: 10px; }
.testi blockquote { font-size: 16px; line-height: 27px; color: var(--dark-gray); margin: 0 0 18px; }
.testi figcaption b { display: block; font-size: 14px; color: var(--dark-gray); } .testi figcaption span { font-size: 13px; color: var(--medium-gray); }
.notice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.notice { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px dashed #cfdccf; border-radius: 14px; padding: 14px 16px; font-size: 14px; line-height: 22px; color: #4f5d5a; }
.notice i { font-size: 20px; color: #7c9a14; flex: none; }
.why-card { background: #f3f8f6; border-radius: 18px; padding: 26px 24px; height: 100%; }
.why-card i { font-size: 26px; color: var(--dark-gray); display: block; margin-bottom: 12px; }
.why-card h3 { font-family: var(--alt-font); font-size: 18px; font-weight: 600; color: var(--dark-gray); margin: 0 0 6px; }
.why-card p { font-size: 14.5px; line-height: 23px; color: #5f6d6a; margin: 0; }
.details-acc .accordion-item, .faq-acc .accordion-item { border: 1px solid #e4ece7; border-radius: 14px; padding: 18px 24px; margin-bottom: 12px; background: #fff; }
.details-acc .accordion-header a, .faq-acc .accordion-header a { text-decoration: none; display: block; }
.details-acc .accordion-title, .faq-acc .accordion-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-right: 0 !important; }
.details-acc .accordion-header a::before, .details-acc .accordion-header a::after, .faq-acc .accordion-header a::before, .faq-acc .accordion-header a::after { display: none !important; }
.acc-ico { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; background: #eef5d6; display: block; transition: transform .3s, background .3s; }
.acc-ico i { display: none; }
.acc-ico::before, .acc-ico::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--dark-gray); border-radius: 2px; transform: translate(-50%, -50%); }
.acc-ico::before { width: 12px; height: 2px; } .acc-ico::after { width: 2px; height: 12px; }
.accordion-header a[aria-expanded="true"] .acc-ico { transform: rotate(45deg); background: var(--base-color); }
table.nutri { width: 100%; font-size: 14.5px; } table.nutri td { padding: 8px 10px; border-bottom: 1px solid #edf2ef; } table.nutri td:nth-child(2), table.nutri td:nth-child(3) { text-align: right; white-space: nowrap; }
.chips img { width: 22px; height: 22px; object-fit: contain; margin-right: 6px; }
.details-acc .chips, .faq-acc .chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.details-acc .chips li { display: inline-flex; align-items: center; font-size: 13.5px; background: #f3f8f6; border-radius: 30px; padding: 6px 12px 6px 8px; color: var(--dark-gray); }
.video-wrap { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 9; box-shadow: 0 24px 50px rgba(23,51,45,.14); background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-wrap[data-yt] { cursor: pointer; }
.video-wrap > img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .85; transition: opacity .3s; }
.video-wrap:hover > img { opacity: 1; }
.video-wrap .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; border-radius: 50%; border: 0; background: var(--base-color); color: var(--dark-gray); font-size: 40px; display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 40px rgba(0,0,0,.35); cursor: pointer; padding-left: 6px; }
.video-wrap .vlabel { position: absolute; left: 24px; bottom: 20px; color: #fff; font-weight: 600; font-size: 15px; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.rel-card { display: block; text-decoration: none; background: #fff; border: 1px solid #e4ece7; border-radius: 18px; padding: 14px 14px 18px; text-align: center; transition: transform .3s, box-shadow .3s; }
.rel-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(23,51,45,.1); }
.rel-card .img { aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; background: #f3f8f6; margin-bottom: 12px; }
.rel-card .img img { width: 100%; height: 100%; object-fit: cover; }
.rel-card b { display: block; font-family: var(--alt-font); font-size: 16px; color: var(--dark-gray); } .rel-card span { font-size: 13px; color: var(--medium-gray); }
.closing-cta { background: var(--dark-gray); border-radius: 24px; padding: 48px 52px; position: relative; overflow: hidden; }
.closing-cta::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(185,212,58,.12); }
.btn-transparent-white { border: 2px solid rgba(255,255,255,.6); color: #fff; background: transparent; } .btn-transparent-white:hover { background: #fff; color: var(--dark-gray); }
.sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--base-color); border-top: 1px solid rgba(23,51,45,.12); box-shadow: 0 -12px 34px rgba(0,0,0,.14); padding: 12px 0; transform: translateY(110%); transition: transform .35s ease; }
.sticky-buy.show { transform: translateY(0); }
.sticky-buy .sb-img { width: 50px; height: 50px; object-fit: contain; flex: none; background: #fff; border-radius: 50%; padding: 6px; }
.sticky-buy .sb-text b { display: block; font-family: var(--alt-font); font-size: 16px; color: var(--dark-gray); line-height: 1.2; }
.sticky-buy .sb-text span { font-size: 13.5px; color: rgba(23,51,45,.75); font-weight: 500; } .sticky-buy .sb-text em { font-style: normal; }
.sticky-buy .sb-trust { font-size: 13.5px; font-weight: 500; color: var(--dark-gray); margin-left: 24px; padding-left: 24px; border-left: 1px solid rgba(23,51,45,.2); } .sticky-buy .sb-trust i { margin-right: 6px; }
.sticky-buy .sb-ask { align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--dark-gray); text-decoration: none; } .sticky-buy .sb-ask:hover { text-decoration: underline; }
.sticky-buy .btn.btn-medium { padding: 11px 26px; font-size: 14px; }
.cta-band h6 { font-size: 20px; }
.cta-discount { display: inline-flex; align-items: center; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 15px; letter-spacing: -.2px; border-radius: 30px; padding: 8px 18px; white-space: nowrap; }
body.has-sticky-buy .flc { bottom: 82px; }
@media (max-width: 991px) { .notice-row { grid-template-columns: 1fr; } .closing-cta { padding: 36px 28px; } body.has-sticky-buy footer { padding-bottom: 90px; } }

/* ---------- lebegő chat widget ---------- */
.flc { position: fixed; right: 20px; bottom: 20px; z-index: 95; transition: opacity .35s, transform .35s; }
.flc.flc-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.flc-btn { display: flex; align-items: center; gap: 10px; border: 0; background: var(--dark-gray); color: #fff; border-radius: 40px; padding: 8px 18px 8px 8px; box-shadow: 0 14px 34px rgba(0,0,0,.28); cursor: pointer; font-family: var(--primary-font); font-weight: 600; font-size: 15px; }
.flc-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: flex; align-items: center; justify-content: center; font-size: 19px; overflow: hidden; flex: none; }
.flc-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.flc.open .flc-btn { display: none; }
.flc-panel { width: 380px; max-width: calc(100vw - 32px); background: #fff; border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.3); overflow: hidden; }
.flc-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid #eef0ef; background: #fbfcfb; }
.flc-head .name { font-family: var(--alt-font); font-weight: 600; color: var(--dark-gray); font-size: 15px; line-height: 1.2; }
.flc-head .status { font-size: 12px; color: var(--medium-gray); line-height: 1.2; }
.flc-head .status::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4caf50; margin-right: 6px; vertical-align: middle; }
.flc-close { margin-left: auto; border: 0; background: transparent; font-size: 16px; color: var(--medium-gray); cursor: pointer; }
.flc-body { padding: 16px; max-height: min(420px, 55vh); overflow: auto; }
.flc-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.flc-chips button { background: #f2f6f4; border: 1px solid #e0e9e4; color: var(--dark-gray); font-size: 13px; padding: 7px 12px; border-radius: 30px; cursor: pointer; font-family: var(--primary-font); }
.flc-chips button:hover { background: var(--base-color); border-color: var(--base-color); }


/* ---------- termékoldal: galéria, vásárlósáv, csomag, e-mail-kérő, vélemény fotóval ---------- */
.testi { padding-top: 26px; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: center 20%; }
.testi .who b { display: block; font-size: 14px; color: var(--dark-gray); } .testi .who span { font-size: 13px; color: var(--medium-gray); }
.testi .stars { color: #f0b429; font-size: 13px; letter-spacing: 1px; margin-bottom: 8px; }
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-strip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 16px; display: block; transition: transform .5s; }
.gallery-strip a { overflow: hidden; border-radius: 16px; display: block; } .gallery-strip a:hover img { transform: scale(1.04); }
.buy-strip { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid #e4ece7; border-radius: 18px; padding: 14px 20px; box-shadow: 0 14px 34px rgba(23,51,45,.06); }
.buy-strip img { width: 64px; height: 64px; object-fit: contain; flex: none; }
.buy-strip b { display: block; font-family: var(--alt-font); font-size: 17px; color: var(--dark-gray); line-height: 1.2; } .buy-strip span { font-size: 14px; color: var(--medium-gray); }
.buy-strip .btn { margin-left: auto; flex: none; }
.bundle { background: var(--dark-gray); border-radius: 24px; padding: 44px 48px; color: #fff; position: relative; overflow: hidden; }
.bundle::before { content: ""; position: absolute; left: -120px; bottom: -160px; width: 380px; height: 380px; border-radius: 50%; background: rgba(185,212,58,.14); }
.bundle > .row { position: relative; z-index: 1; }
.bundle-photo { background: linear-gradient(160deg, #f3f8f6, #eef5d6); border-radius: 20px; padding: 24px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; }
.bundle-photo img { max-width: 100%; height: 190px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(23,51,45,.18)); }
.bundle-alt-link { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); font-size: 14px; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; margin-top: 14px; transition: color .2s; }
.bundle-alt-link:hover { color: #fff; }
.bundle .kick { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: var(--base-color); }
.bundle h2 { color: #fff; }
.bundle p { color: rgba(255,255,255,.75); }
.bundle-items { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 6px 0 22px; }
.bundle-item { background: #fff; border-radius: 16px; padding: 12px 14px 10px; width: 150px; text-align: center; color: var(--dark-gray); }
.bundle-item img { width: 80px; height: 80px; object-fit: contain; display: block; margin: 0 auto 6px; }
.bundle-item b { display: block; font-size: 13.5px; line-height: 1.2; } .bundle-item span { font-size: 12px; color: var(--medium-gray); }
.bundle-plus { font-family: var(--alt-font); font-size: 28px; color: var(--base-color); font-weight: 700; }
.bundle-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.bundle-price .now { font-family: var(--alt-font); font-size: 36px; font-weight: 600; color: #fff; letter-spacing: -1px; }
.bundle-price .was { font-size: 16px; color: rgba(255,255,255,.55); text-decoration: line-through; }
.bundle-price .save { font-size: 13px; font-weight: 700; background: var(--base-color); color: var(--dark-gray); border-radius: 30px; padding: 5px 12px; }
.lead-magnet { background: #eef5d6; border-radius: 24px; padding: 40px 44px; }
.lead-magnet h3 { font-family: var(--alt-font); font-size: 28px; font-weight: 600; color: var(--dark-gray); letter-spacing: -.5px; margin-bottom: 8px; line-height: 1.15; }
.lead-magnet p { color: #4f5d5a; margin-bottom: 0; }
.lead-magnet form { display: flex; gap: 10px; }
.lead-magnet input[type="email"] { flex: 1; border: 1px solid #cfdccf; border-radius: 40px; padding: 13px 20px; font-size: 15px; background: #fff; }
.lead-magnet small { display: block; font-size: 12.5px; color: #6b7b77; margin-top: 10px; }
@media (max-width: 991px) { .gallery-strip { grid-template-columns: repeat(2, 1fr); } .bundle { padding: 30px 24px; } .lead-magnet { padding: 28px 22px; } .lead-magnet form { flex-direction: column; } }
@media (max-width: 575px) { .buy-strip { flex-wrap: wrap; } .buy-strip .btn { margin-left: 0; width: 100%; text-align: center; } }
.story { border-left: 3px solid var(--base-color); padding-left: 28px; }
.story p { font-size: 17px; line-height: 30px; color: #3f4d4a; margin: 0 0 14px; }
.story p:first-child { font-family: var(--alt-font); font-size: 22px; line-height: 34px; font-weight: 500; color: var(--dark-gray); }
.story-side { position: sticky; top: 110px; }
.facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.facts li { display: flex; align-items: baseline; gap: 12px; background: #f3f8f6; border-radius: 14px; padding: 12px 16px; }
.facts b { font-family: var(--alt-font); font-size: 24px; font-weight: 600; color: var(--dark-gray); letter-spacing: -.5px; white-space: nowrap; }
.facts span { font-size: 14px; color: var(--medium-gray); }
.term, .term-demo { font-weight: 600; color: var(--dark-gray); text-decoration: underline dotted; text-decoration-color: #7c9a14; text-decoration-thickness: 2px; text-underline-offset: 4px; cursor: help; position: relative; outline: none; }
.term::after { content: attr(data-tip); position: absolute; left: 0; bottom: calc(100% + 10px); width: 300px; max-width: 80vw; background: var(--dark-gray); color: #fff; font-size: 13.5px; line-height: 21px; font-weight: 400; padding: 12px 15px; border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .2s, transform .2s, visibility .2s; z-index: 20; pointer-events: none; }
.term::before { content: ""; position: absolute; left: 18px; bottom: calc(100% + 4px); border: 6px solid transparent; border-top-color: var(--dark-gray); opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 21; }
.term:hover::after, .term:focus::after, .term:hover::before, .term:focus::before { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 991px) { .story-side { position: static; } .story { padding-left: 20px; } }

.claims { font-size: 12.5px; line-height: 20px; color: var(--medium-gray); margin: 8px 0 0; }
.testi .who .ini { width: 48px; height: 48px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.testi blockquote { font-size: 15px; line-height: 25px; }
.video-wrap.clip video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bundle-actions { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; }
.bundle-actions .btn { margin: 0; }
.bundle .bundle-actions .btn { width: 100%; text-align: center; }
.story-product { display: block; margin-top: 22px; background: linear-gradient(160deg, #f3f8f6, #eef5d6); border-radius: 18px; padding: 22px 20px 18px; text-align: center; text-decoration: none; transition: transform .3s, box-shadow .3s; }
.story-product:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(23,51,45,.12); }
.story-product img { width: 100%; max-width: 220px; height: auto; display: block; margin: 0 auto 12px; filter: drop-shadow(0 14px 24px rgba(23,51,45,.18)); }
.story-product b { display: block; font-family: var(--alt-font); font-size: 16px; color: var(--dark-gray); }
.story-product em { display: block; font-style: normal; font-size: 13.5px; color: #4f5d5a; margin-top: 2px; } .story-product em i { font-size: 11px; margin-left: 3px; }
@media (max-width: 991px) { .story-product { display: flex; align-items: center; gap: 16px; text-align: left; padding: 14px 16px; } .story-product img { width: 84px; margin: 0; } }
/* vélemények v2: buborék + avatár, kétoszlopos */
.testi-side { position: sticky; top: 110px; }
.mentions { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.mentions li { display: flex; gap: 12px; align-items: flex-start; background: #fff; border-radius: 14px; padding: 12px 14px; font-size: 14.5px; line-height: 22px; color: #3f4d4a; box-shadow: 0 8px 20px rgba(23,51,45,.05); }
.mentions li i { flex: none; width: 30px; height: 30px; border-radius: 50%; background: #eef5d6; color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.testi2 { margin: 0; height: 100%; display: flex; flex-direction: column; }
.testi2 .bubble { position: relative; background: #fff; border-radius: 18px; padding: 26px 26px 22px; box-shadow: 0 14px 34px rgba(23,51,45,.07); flex: 1; }
.testi2 .bubble::after { content: ""; position: absolute; left: 30px; bottom: -10px; width: 20px; height: 20px; background: #fff; transform: rotate(45deg); border-radius: 3px; }
.testi2 .bubble > i { position: absolute; top: 14px; right: 20px; font-size: 40px; line-height: 1; color: var(--base-color); }
.testi2 blockquote { font-size: 15.5px; line-height: 26px; color: var(--dark-gray); margin: 0; padding-right: 30px; }
.testi2 .who { display: flex; align-items: center; gap: 12px; padding: 20px 8px 0 12px; }
.testi2 .who .ini { width: 46px; height: 46px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.testi2 .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testi2 .who b { display: block; font-size: 14.5px; color: var(--dark-gray); } .testi2 .who span { font-size: 13px; color: var(--medium-gray); }
@media (max-width: 991px) { .testi-side { position: static; } }
.hero-photo-link { display: block; cursor: zoom-in; }
.gallery-strip a { cursor: zoom-in; }
.mfp-bg { background: #0c1f1a; opacity: .92; }
.mfp-figure figcaption .mfp-bottom-bar { margin-top: -30px; }
.mfp-title { color: #fff; font-family: var(--primary-font); font-size: 14px; }
.mfp-counter { color: rgba(255,255,255,.6); }
/* asszisztens-kártya (GYIK) */
.assistant-card { position: relative; display: block; border-radius: 22px; overflow: hidden; aspect-ratio: 3 / 3.6; background: #17332d; text-decoration: none; box-shadow: 0 24px 50px rgba(23,51,45,.16); isolation: isolate; }
.assistant-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.assistant-card:hover img { transform: scale(1.05); }
.assistant-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,30,26,.55) 0%, rgba(10,30,26,0) 55%); }
.ac-bubble { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; background: #fff; border-radius: 16px 16px 16px 4px; padding: 12px 16px 11px; box-shadow: 0 14px 34px rgba(0,0,0,.25); }
.ac-bubble::before { content: ""; position: absolute; left: 22px; top: -9px; width: 18px; height: 18px; background: #fff; transform: rotate(45deg); border-radius: 3px; }
.ac-status { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; color: var(--medium-gray); margin-bottom: 4px; }
.ac-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4caf50; }
.ac-bubble p { font-size: 13px; line-height: 19px; color: var(--dark-gray); margin: 0 0 6px; }
.ac-cta { font-size: 12.5px; font-weight: 700; color: var(--dark-gray); } .ac-cta i { font-size: 10px; margin-left: 4px; transition: transform .3s; }
.assistant-card:hover .ac-cta i { transform: translateX(3px); }
/* mi van benne v2: fotó + sorszámozott lista */
.why-photo-col { position: sticky; top: 110px; }
.why-photo { border-radius: 24px; overflow: hidden; box-shadow: 0 24px 50px rgba(23,51,45,.14); aspect-ratio: 4 / 4.6; background: #f3f8f6; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 36px; }
.why-item { position: relative; display: flex; gap: 14px; padding: 18px 0 20px; border-bottom: 1px solid #e9efec; }
.why-item .num { font-family: var(--alt-font); font-size: 44px; line-height: 1; font-weight: 700; color: #dfe8dc; letter-spacing: -2px; flex: none; width: 54px; padding-top: 2px; }
.why-item .wb { position: relative; min-width: 0; }
.why-item .wbadge { position: absolute; right: 0; top: 0; width: 44px; height: 44px; object-fit: contain; }
.why-item .stat { display: inline-block; font-family: var(--alt-font); font-size: 15px; font-weight: 700; color: var(--dark-gray); background: var(--base-color); border-radius: 30px; padding: 4px 12px; margin-bottom: 10px; }
.why-item h3 { font-family: var(--alt-font); font-size: 18px; font-weight: 600; color: var(--dark-gray); margin: 0 0 6px; line-height: 1.25; padding-right: 50px; }
.why-item p { font-size: 14.5px; line-height: 23px; color: #5f6d6a; margin: 0; }
@media (max-width: 991px) { .why-photo { position: static; aspect-ratio: 4 / 3; } }
@media (max-width: 767px) { .why-list { grid-template-columns: 1fr; } }
/* lenyíló ikonok */
.acc-lead { display: inline-flex; align-items: center; gap: 12px; }
.acc-lead i { width: 34px; height: 34px; border-radius: 50%; background: #eef5d6; color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; flex: none; }
/* hangos „2 perc” lejátszó */
.audio-pitch { max-width: 520px; }
.ap-btn { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; background: #fff; border: 1px solid #dfe8e3; border-radius: 60px; padding: 8px; cursor: pointer; font-family: var(--primary-font); box-shadow: 0 10px 28px rgba(23,51,45,.08); transition: box-shadow .3s, transform .3s; }
.ap-btn:hover { box-shadow: 0 16px 36px rgba(23,51,45,.14); transform: translateY(-2px); }
.ap-avatar { flex: none; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.ap-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; }
.ap-play { flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 24px; padding-left: 3px; transition: background .3s; }
.ap-btn.playing .ap-play { background: var(--dark-gray); color: var(--base-color); padding-left: 0; }
.ap-text { flex: 1; min-width: 0; }
.ap-text b { display: block; font-family: var(--alt-font); font-size: 15.5px; font-weight: 600; color: var(--dark-gray); line-height: 1.2; }
.ap-text small { display: block; font-size: 12.5px; color: var(--medium-gray); margin-top: 3px; line-height: 1.4; }
.ap-bar { display: flex; align-items: center; gap: 12px; padding: 10px 20px 0 20px; }
.ap-track { flex: 1; height: 6px; border-radius: 6px; background: #dfe8e3; cursor: pointer; overflow: hidden; }
.ap-fill { width: 0; height: 100%; background: var(--dark-gray); border-radius: 6px; transition: width .2s linear; }
.ap-time { font-size: 12.5px; color: var(--medium-gray); white-space: nowrap; }
.details-acc .accordion-title .acc-lead i, .faq-acc .accordion-title .acc-lead i { position: static !important; transform: none !important; display: inline-flex !important; opacity: 1 !important; visibility: visible !important; margin: 0 !important; right: auto !important; top: auto !important; font-size: 15px !important; width: 34px; height: 34px; line-height: 1; }
/* promókód */
.promo-box { display: inline-flex; align-items: center; gap: 14px; background: #fff; border: 1px dashed #b9d43a; border-radius: 16px; padding: 10px 16px 10px 10px; }
.promo-tag { flex: none; background: var(--base-color); color: var(--dark-gray); font-family: var(--alt-font); font-weight: 700; font-size: 18px; border-radius: 12px; padding: 8px 12px; }
.promo-text b { display: block; font-family: var(--alt-font); font-size: 16px; color: var(--dark-gray); line-height: 1.2; }
.promo-text span { font-size: 13.5px; color: #5f6d6a; }
.promo-code { font-family: var(--primary-font); font-weight: 700; font-size: 13.5px; color: var(--dark-gray); background: #eef5d6; border-radius: 8px; padding: 3px 8px; cursor: pointer; letter-spacing: .5px; transition: background .2s; }
.promo-code:hover { background: var(--base-color); } .promo-code.copied { background: var(--dark-gray); color: var(--base-color); }
.promo-copied { font-style: normal; font-size: 12.5px; color: #4e6a12; font-weight: 600; margin-left: 6px; }
.sb-promo { align-items: center; gap: 8px; margin-left: 24px; padding-left: 24px; border-left: 1px solid rgba(23,51,45,.2); font-size: 13.5px; font-weight: 700; color: var(--dark-gray); }
.sb-promo .promo-code { background: #fff; }
/* kedvezmény-sor + felugró */
.promo-line { display: inline-flex; align-items: center; gap: 14px; background: #fff; border: 1px dashed #b9d43a; border-radius: 16px; padding: 10px 16px 10px 10px; }
.promo-state { font-size: 13.5px; color: #5f6d6a; }
.sb-promo .promo-timer { font-style: normal; background: #fff; border-radius: 8px; padding: 3px 8px; font-variant-numeric: tabular-nums; }
.promo-modal { position: fixed; inset: 0; z-index: 200; background: rgba(12,31,26,.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.pm-card { position: relative; width: 100%; max-width: 440px; background: #fff; border-radius: 24px; padding: 36px 32px 26px; text-align: center; box-shadow: 0 40px 90px rgba(0,0,0,.35); animation: pmIn .35s ease; }
@keyframes pmIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.pm-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: #f3f8f6; color: var(--dark-gray); cursor: pointer; }
.pm-tag { display: inline-block; background: var(--base-color); color: var(--dark-gray); font-family: var(--alt-font); font-weight: 700; font-size: 26px; border-radius: 14px; padding: 8px 16px; margin-bottom: 14px; }
.pm-card h3 { font-family: var(--alt-font); font-size: 26px; font-weight: 600; color: var(--dark-gray); letter-spacing: -.5px; margin: 0 0 10px; line-height: 1.15; }
.pm-card p { font-size: 15px; line-height: 24px; color: #4f5d5a; margin: 0 0 16px; }
.pm-timer { display: inline-flex; align-items: center; gap: 8px; font-family: var(--alt-font); font-size: 34px; font-weight: 700; color: var(--dark-gray); letter-spacing: -1px; margin-bottom: 18px; font-variant-numeric: tabular-nums; }
.pm-timer i { font-size: 24px; color: #7c9a14; }
.pm-later { display: block; margin: 12px auto 10px; background: none; border: 0; color: var(--medium-gray); font-size: 14px; text-decoration: underline; cursor: pointer; }
.pm-card small { display: block; font-size: 12px; color: var(--medium-gray); line-height: 18px; }
body.pm-open { overflow: hidden; }
.pm-gift { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; background: #eef5d6; color: var(--dark-gray); align-items: center; justify-content: center; font-size: 28px; margin-bottom: 12px; }
.pm-tag { font-size: 22px; padding: 6px 14px; margin-left: 10px; vertical-align: 14px; }
.sb-promo em { font-style: normal; font-weight: 500; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.price-row .price-box { flex: 1 1 220px; }
@media (max-width: 575px) { .price-row .btn { width: 100%; text-align: center; } }
/* chat megszólító buborék */
.flc-hint { position: absolute; right: 0; bottom: calc(100% + 12px); width: 280px; background: #fff; color: var(--dark-gray); border-radius: 16px 16px 4px 16px; padding: 12px 36px 12px 16px; font-size: 14px; line-height: 21px; box-shadow: 0 14px 34px rgba(0,0,0,.18); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; pointer-events: none; }
.flc-hint-chips { margin-top: 10px; }
.flc-hint.show { opacity: 1; transform: none; pointer-events: auto; }
.flc-hint::after { content: ""; position: absolute; right: 82px; bottom: -7px; width: 14px; height: 14px; background: #fff; transform: rotate(45deg); }
.flc-hint b { display: block; font-family: var(--alt-font); font-weight: 600; margin-bottom: 2px; }
.flc-hint .flc-hint-x { position: absolute; top: 8px; right: 10px; border: 0; background: transparent; color: var(--medium-gray); font-size: 13px; cursor: pointer; }
.flc.open .flc-hint { display: none; }
.hero-trust { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; font-size: 14px; color: var(--dark-gray); }
.hero-trust li { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust li i { width: 26px; height: 26px; border-radius: 50%; background: #eef5d6; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }

/* ---------- Cikk (blog) ---------- */
.art-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; font-size: 14px; color: var(--medium-gray); }
.art-meta span { display: inline-flex; align-items: center; gap: 7px; } .art-meta i { color: #7c9a14; }
.art-hero { border-radius: 24px; overflow: hidden; aspect-ratio: 16 / 7; box-shadow: 0 24px 50px rgba(23,51,45,.14); margin-bottom: -90px; position: relative; z-index: 2; }
.art-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.art-body h2 { font-family: var(--alt-font); font-size: 28px; font-weight: 600; color: var(--dark-gray); letter-spacing: -.6px; margin: 40px 0 14px; line-height: 1.2; scroll-margin-top: 110px; }
.art-body h3 { font-family: var(--alt-font); font-size: 19px; font-weight: 600; color: var(--dark-gray); letter-spacing: -.3px; margin: 26px 0 10px; line-height: 1.3; scroll-margin-top: 110px; }
.art-body p, .art-body li { font-size: 17px; line-height: 30px; color: #3f4d4a; }
.art-body p { margin: 0 0 18px; }
.art-body ul, .art-body ol { padding-left: 22px; margin: 0 0 18px; } .art-body li { margin-bottom: 8px; }
.art-body b { color: var(--dark-gray); }
.art-body a { color: var(--dark-gray); font-weight: 600; text-decoration: underline; text-decoration-color: var(--base-color); text-decoration-thickness: 2px; text-underline-offset: 3px; transition: color .2s; }
.art-body a:hover { color: var(--base-color); }
.art-key { background: #eef5d6; border-radius: 18px; padding: 22px 26px 12px; margin-bottom: 30px; }
.art-key-title { display: inline-flex; align-items: center; gap: 8px; font-family: var(--alt-font); font-weight: 600; font-size: 16px; color: var(--dark-gray); margin-bottom: 10px; } .art-key-title i { color: #7c9a14; }
.art-key ul { list-style: none; padding: 0; margin: 0; } .art-key li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 25px; margin-bottom: 8px; }
.art-key li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: var(--base-color); }
.art-tip { display: flex; gap: 14px; background: #f3f8f6; border-left: 3px solid var(--base-color); border-radius: 0 16px 16px 0; padding: 16px 20px; margin: 6px 0 26px; font-size: 15.5px; line-height: 25px; color: var(--dark-gray); }
.art-tip i { font-size: 22px; flex: none; color: #7c9a14; }
.art-steps { counter-reset: st; list-style: none; padding: 0; }
.art-steps li { position: relative; padding-left: 52px; margin-bottom: 14px; }
.art-steps li::before { counter-increment: st; content: counter(st); position: absolute; left: 0; top: 2px; width: 36px; height: 36px; border-radius: 50%; background: var(--dark-gray); color: var(--base-color); font-family: var(--alt-font); font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.art-sources { margin-top: 44px; padding-top: 22px; border-top: 1px solid #e4ece7; }
.art-sources b { display: block; font-family: var(--alt-font); font-size: 15px; color: var(--dark-gray); margin-bottom: 8px; }
.art-sources li { font-size: 14px; line-height: 22px; color: var(--medium-gray); } .art-sources a { color: var(--dark-gray); text-decoration: underline; }
.art-disclaimer { font-size: 12.5px !important; line-height: 20px !important; color: var(--medium-gray) !important; margin-top: 14px !important; }
.art-side { position: sticky; top: 110px; display: grid; gap: 18px; }
.art-toc { background: #fff; border: 1px solid #e4ece7; border-radius: 18px; padding: 20px 22px; display: grid; gap: 6px; }
.art-toc b { font-family: var(--alt-font); font-size: 15px; color: var(--dark-gray); margin-bottom: 6px; }
.art-toc a { font-size: 14.5px; color: #4f5d5a; text-decoration: none; padding: 4px 0 4px 14px; border-left: 2px solid #e4ece7; transition: color .2s, border-color .2s; }
.art-toc a:hover { color: var(--dark-gray); border-color: var(--base-color); }
.art-product { display: block; text-decoration: none; background: linear-gradient(160deg, #f3f8f6, #eef5d6); border-radius: 18px; padding: 22px; text-align: center; }
.art-product > img { width: 150px; height: auto; margin: 0 auto 10px; display: block; filter: drop-shadow(0 14px 24px rgba(23,51,45,.18)); }
.art-product .k { display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: var(--medium-gray); }
.art-product > b { display: block; font-family: var(--alt-font); font-size: 18px; color: var(--dark-gray); margin: 4px 0 2px; }
.art-product .d { display: block; font-size: 13.5px; color: #4f5d5a; }
.art-ask { display: flex; align-items: center; gap: 14px; background: var(--dark-gray); color: #fff; border-radius: 18px; padding: 16px 18px; text-decoration: none; }
.art-ask i { width: 42px; height: 42px; border-radius: 50%; background: var(--base-color); color: var(--dark-gray); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; flex: none; }
.art-ask b { display: block; font-family: var(--alt-font); font-size: 15px; color: #fff; } .art-ask span { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.3; }
.art-tags { background: #fff; border: 1px solid #e4ece7; border-radius: 18px; padding: 20px 22px; }
.art-tags b { display: block; font-family: var(--alt-font); font-size: 15px; color: var(--dark-gray); margin-bottom: 12px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { display: inline-block; font-size: 13px; font-weight: 600; color: #4f5d5a; background: #f3f8f6; border: 1px solid #e4ece7; border-radius: 30px; padding: 7px 14px; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.tag-cloud a:hover { color: var(--dark-gray); border-color: var(--base-color); background: #eef5d6; }
.tag-cloud a.active { background: var(--base-color); border-color: var(--base-color); color: var(--dark-gray); }
.art-card { display: block; text-decoration: none; background: #fff; border: 1px solid #e4ece7; border-radius: 18px; overflow: hidden; height: 100%; box-shadow: 0 14px 34px rgba(23,51,45,.06); transition: transform .3s, box-shadow .3s; }
.art-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(23,51,45,.12); }
.art-card .ph { aspect-ratio: 16 / 9; overflow: hidden; background: #f3f8f6; display: flex; align-items: center; justify-content: center; }
.art-card .ph img { width: 100%; height: 100%; object-fit: cover; } .art-card .ph img.contain { object-fit: contain; padding: 18px; }
.art-card .fb { padding: 20px 22px 22px; }
.art-card .cat { display: inline-block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: #7c9a14; margin-bottom: 8px; }
.art-card h3 { font-family: var(--alt-font); font-size: 17.5px; font-weight: 600; line-height: 1.3; color: var(--dark-gray); margin: 0 0 6px; }
.art-card p { font-size: 14px; line-height: 22px; color: #5f6d6a; margin: 0; }
@media (max-width: 991px) { .art-side { position: static; } .art-hero { margin-bottom: -40px; aspect-ratio: 16 / 9; } }
.art-card { display: flex; flex-direction: column; }
.art-card .ph { position: relative; }
.art-card .ph-tag { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 6px; background: rgba(23,51,45,.85); color: #fff; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; padding: 6px 11px; border-radius: 30px; backdrop-filter: blur(6px); }
.art-card .fb { display: flex; flex-direction: column; flex: 1; }
.art-card .meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12.5px; color: var(--medium-gray); margin-bottom: 10px; align-items: center; }
.art-card .meta span { display: inline-flex; align-items: center; gap: 5px; } .art-card .meta .cat { margin-bottom: 0; }
.art-card .read { margin-top: auto; align-self: flex-start; background: var(--base-color); color: var(--dark-gray); border-radius: 30px; padding: 9px 18px; font-size: 13.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: background .3s, color .3s; }
.art-card .read i { font-size: 12px; transition: transform .3s; } .art-card:hover .read { background: var(--dark-gray); color: var(--base-color); } .art-card:hover .read i { transform: translateX(4px); }
.art-card .fb { padding: 18px 20px 20px; }
.art-card .meta { font-size: 12px; gap: 4px 12px; }
.art-card .fb p { margin-bottom: 18px; }

/* ---------- Blog: tervben lévő cikkek előnézeti kártyája ---------- */
.plan-sketch { border: 2px dashed rgba(23,51,45,.22); border-radius: 20px; padding: 26px 24px 22px; height: 100%; display: flex; flex-direction: column; gap: 10px; background: rgba(255,255,255,.4); }
.plan-sketch .cat { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: rgba(23,51,45,.5); }
.plan-sketch h3 { font-family: var(--alt-font); font-size: 16.5px; font-weight: 600; color: rgba(23,51,45,.72); line-height: 1.35; margin: 0; }
.plan-sketch .tag { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--medium-gray); background: rgba(23,51,45,.06); border-radius: 30px; padding: 5px 12px 5px 9px; }
.plan-sketch .tag i { font-size: 10px; }

/* ---------- Blog: összehasonlító táblázat ---------- */
.cmp-wrap { overflow-x: auto; margin: 6px 0 24px; border: 1px solid #e4ece7; border-radius: 14px; }
.compare-table { width: 100%; min-width: 480px; border-collapse: collapse; font-size: 14.5px; }
.compare-table th, .compare-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #edf2ef; }
.compare-table thead th { background: #f3f8f6; font-family: var(--alt-font); font-weight: 600; color: var(--dark-gray); font-size: 12.5px; letter-spacing: .3px; text-transform: uppercase; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table tbody td:first-child { font-weight: 600; color: var(--dark-gray); white-space: nowrap; }
.compare-table tbody td:nth-child(2) { color: #6b7b77; }
.compare-table tbody td:nth-child(3) { color: var(--dark-gray); }
