/* FotóTrükk – Sötét stúdió. Tokenek, komponensek, sablonrészek. */
:root {
  --ft-bg: #0E0E11; --ft-surface: #17181D; --ft-surface-2: #1F2026;
  --ft-line: rgba(255,255,255,.08); --ft-line-2: rgba(255,255,255,.14);
  --ft-text: #F4F2EE; --ft-muted: rgba(244,242,238,.72); --ft-muted-2: rgba(244,242,238,.55);
  --ft-accent: #E8FF47; --ft-on-accent: #0E0E11;
  --ft-r-card: 18px; --ft-r-tile: 16px;
  --ft-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --ft-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --ft-max: 1280px; --ft-gutter: 80px;
}
@media (max-width: 1023px) { :root { --ft-gutter: 32px; } }
@media (max-width: 767px) { :root { --ft-gutter: 20px; } }

html { background: var(--ft-bg); }
body { background: var(--ft-bg); color: var(--ft-text); font-family: var(--ft-body); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible { outline: 2px solid var(--ft-accent); outline-offset: 3px; border-radius: 4px; box-shadow: none; }
img { max-width: 100%; height: auto; display: block; }
.ft-wrap { max-width: var(--ft-max); margin: 0 auto; padding-left: var(--ft-gutter); padding-right: var(--ft-gutter); }
.ft-display { font-family: var(--ft-display); letter-spacing: -.03em; }
.ft-eyebrow { font-family: var(--ft-display); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ft-accent); }
.ft-eyebrow--muted { color: var(--ft-muted); }
.ft-kicker { display: flex; align-items: center; gap: 12px; }
.ft-kicker::before { content: ""; width: 36px; height: 3px; background: var(--ft-accent); }
.ft-section { padding-top: 112px; }
.ft-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.ft-section__head h2 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.05; font-weight: 700; color: #fff; }
.ft-section__head p { margin: 0; max-width: 460px; color: var(--ft-muted); }
.ft-section__head .ft-eyebrow { margin-bottom: 14px; }
@media (max-width: 767px) { .ft-section { padding-top: 56px; } .ft-section__head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 20px; } }

/* Gombok, chipek, címkék */
.ft-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 26px; border-radius: 999px; font-size: 17px; font-weight: 700; border: 1px solid transparent; cursor: pointer; }
.ft-btn--primary { background: var(--ft-accent); color: var(--ft-on-accent); }
.ft-btn--primary:hover { color: var(--ft-on-accent); filter: brightness(1.05); }
.ft-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; font-weight: 600; }
.ft-btn--small { min-height: 44px; padding: 0 20px; font-size: 15px; }
.ft-btn--dark { background: var(--ft-bg); color: var(--ft-text); }
/* A Hello Elementor reset gombokra tett magenta hover/focus színét felülírjuk. */
.ft-header button:hover, .ft-header button:focus, .ft-dd__btn:hover, .ft-dd__btn:focus, .ft-iconbtn:hover, .ft-iconbtn:focus { background-color: transparent; color: inherit; }
.ft-iconbtn:hover { border-color: rgba(255,255,255,.5); }
button.ft-btn, button.ft-btn:hover, button.ft-btn:focus { white-space: normal; transition: none; }
button.ft-btn--primary:hover, button.ft-btn--primary:focus { background-color: var(--ft-accent); color: var(--ft-on-accent); }
button.ft-btn--ghost:hover, button.ft-btn--ghost:focus { background-color: transparent; color: #fff; }
button.ft-btn--dark:hover, button.ft-btn--dark:focus { background-color: var(--ft-bg); color: #fff; }
.ft-chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--ft-line-2); background: rgba(14,14,17,.55); font-size: 14px; font-weight: 600; white-space: nowrap; }
.ft-chip:hover { border-color: rgba(255,255,255,.5); }
.ft-chip--accent { border-color: var(--ft-accent); color: var(--ft-accent); }
.ft-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ft-tag { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; background: rgba(255,255,255,.14); color: var(--ft-text); }
.ft-tag--accent { background: var(--ft-accent); color: var(--ft-on-accent); }
.ft-tags { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 767px) { .ft-chip { min-height: 44px; } .ft-btn { width: 100%; } }
@media (max-width: 380px) { .ft-btn { font-size: 16px; padding: 0 18px; } }

/* Fejléc */
.ft-header { position: relative; z-index: 20; border-bottom: 1px solid var(--ft-line); }
.ft-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.ft-logo { display: flex; align-items: center; gap: 10px; min-height: 44px; font-family: var(--ft-display); font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.ft-logo svg { color: var(--ft-accent); }
.ft-nav { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 600; }
.ft-nav > a { display: inline-flex; align-items: center; min-height: 44px; }
.ft-dd { position: relative; }
.ft-dd__btn { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; background: none; border: 0; color: inherit; font: inherit; cursor: pointer; padding: 0; }
.ft-dd__menu { position: absolute; top: 100%; left: -12px; min-width: 260px; padding: 10px; border-radius: 14px; background: var(--ft-surface); border: 1px solid var(--ft-line-2); box-shadow: 0 20px 50px rgba(0,0,0,.5); display: none; flex-direction: column; }
.ft-dd__menu a { display: block; padding: 10px 12px; border-radius: 10px; font-weight: 600; }
.ft-dd__menu a:hover { background: rgba(255,255,255,.06); }
.ft-dd[aria-expanded="true"] .ft-dd__menu, .ft-dd:hover .ft-dd__menu, .ft-dd:focus-within .ft-dd__menu { display: flex; }
.ft-header__tools { display: flex; align-items: center; gap: 12px; }
.ft-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--ft-line-2); background: none; color: inherit; cursor: pointer; }
.ft-search { display: none; padding: 12px 0 20px; }
.ft-header.is-search-open .ft-search { display: block; }
.ft-search form { display: flex; gap: 10px; }
.ft-search form .ft-btn { width: auto; flex: none; }
.ft-search input[type="search"] { flex: 1 1 auto; min-width: 0; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--ft-line-2); background: var(--ft-surface); color: var(--ft-text); font: inherit; }
.ft-burger { display: none; }
@media (max-width: 1023px) {
  .ft-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--ft-gutter) 20px; background: var(--ft-bg); border-bottom: 1px solid var(--ft-line); }
  .ft-header.is-menu-open .ft-nav { display: flex; }
  .ft-nav > a, .ft-dd__btn { width: 100%; justify-content: flex-start; min-height: 48px; font-size: 17px; }
  .ft-dd__menu { position: static; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 12px; }
  .ft-dd:hover .ft-dd__menu { display: none; }
  .ft-dd[aria-expanded="true"] .ft-dd__menu { display: flex; }
  .ft-burger { display: inline-flex; }
  .ft-header__cta { display: none; }
  .ft-header.is-menu-open .ft-nav > .ft-header__cta-mobile { display: inline-flex; margin: 8px 0; }
}
.ft-nav > .ft-header__cta-mobile { display: none; }

/* Hero */
.ft-hero { position: relative; min-height: 800px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.ft-hero__media { position: absolute; inset: 0; }
.ft-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.ft-hero__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(14,14,17,.96) 0%, rgba(14,14,17,.82) 34%, rgba(14,14,17,.25) 68%, rgba(14,14,17,.05) 100%), linear-gradient(180deg, rgba(14,14,17,0) 55%, rgba(14,14,17,.95) 100%); }
.ft-hero > .ft-wrap { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; flex: 1; pointer-events: none; }
.ft-hero > .ft-wrap a, .ft-hero > .ft-wrap button { pointer-events: auto; }
.ft-hero__body { display: flex; flex-direction: column; gap: 28px; max-width: 760px; padding-top: 112px; animation: ft-rise .9s cubic-bezier(.2,.7,.2,1) both; }
.ft-hero__body h1 { margin: 0; font-size: clamp(42px, 6vw, 84px); line-height: .98; font-weight: 800; color: #fff; text-wrap: balance; }
.ft-hero__body p { margin: 0; max-width: 560px; font-size: 20px; line-height: 1.5; color: rgba(244,242,238,.82); }
.ft-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ft-hero__problems { display: flex; flex-direction: column; gap: 16px; padding: 48px 0 56px; }
.ft-hero .ft-compare { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; }
.ft-hero .ft-compare__label, .ft-hero .ft-compare__caption { display: none; }
.ft-hero .ft-compare__handle { top: 10%; }
.ft-hero .ft-compare__hint { top: 10%; left: calc(var(--ft-pos) + 46px); transform: translateY(-50%); }
@keyframes ft-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 767px) { .ft-hero { min-height: 640px; } .ft-hero__body { padding-top: 48px; gap: 16px; } .ft-hero__body p { font-size: 16px; } .ft-hero__actions { flex-direction: column; } .ft-hero__problems { padding: 28px 0 32px; } .ft-hero__shade { background: linear-gradient(180deg, rgba(14,14,17,.2) 0%, rgba(14,14,17,.6) 45%, rgba(14,14,17,.97) 100%); } .ft-hero .ft-compare__handle, .ft-hero .ft-compare__hint { display: none; } }

/* Előtte–utána csúszka */
.ft-compare { --ft-pos: 50%; position: relative; overflow: hidden; border-radius: 22px; background: var(--ft-surface); aspect-ratio: 16 / 7; }
.ft-compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.ft-compare__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--ft-pos)) 0 0); }
.ft-compare__line { position: absolute; top: 0; bottom: 0; left: var(--ft-pos); width: 2px; background: #fff; pointer-events: none; }
.ft-compare__handle { position: absolute; top: 50%; left: var(--ft-pos); transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 999px; background: #fff; color: var(--ft-bg); box-shadow: 0 10px 30px rgba(0,0,0,.45); pointer-events: none; }
.ft-compare__handle::after { content: ""; position: absolute; inset: -6px; border-radius: 999px; border: 2px solid rgba(255,255,255,.85); animation: ft-pulse 1.6s ease-out 4; }
.ft-compare.is-touched .ft-compare__handle::after { animation: none; opacity: 0; }
.ft-compare__hint { position: absolute; top: calc(50% + 46px); left: var(--ft-pos); transform: translateX(-50%); z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: rgba(14,14,17,.72); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; pointer-events: none; transition: opacity .4s ease; }
.ft-compare.is-touched .ft-compare__hint { opacity: 0; }
@keyframes ft-pulse { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.7); opacity: 0; } }
.ft-compare__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 2; -webkit-appearance: none; appearance: none; touch-action: pan-y; }
.ft-compare__label { position: absolute; top: 20px; z-index: 1; }
.ft-compare__label--before { left: 20px; background: rgba(14,14,17,.7); }
.ft-compare__label--after { right: 20px; }
.ft-compare__caption { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; pointer-events: none; }
.ft-compare__note { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border-radius: 999px; background: rgba(14,14,17,.7); font-size: 14px; font-weight: 600; }
@media (max-width: 767px) { .ft-compare { aspect-ratio: 4 / 3; border-radius: 18px; } .ft-compare__handle { width: 48px; height: 48px; } .ft-compare__hint { top: auto; bottom: calc(50% + 34px); } .ft-compare__note { border-radius: 14px; padding: 8px 12px; font-size: 13px; line-height: 1.35; min-height: 0; } }

/* Kártyák és rácsok */
.ft-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ft-grid--featured .ft-card:first-child { grid-column: span 2; min-height: 460px; }
.ft-grid--featured .ft-card:nth-child(2) { min-height: 460px; }
.ft-grid--featured .ft-card:nth-child(n+3) { min-height: 300px; }
.ft-card { position: relative; display: block; overflow: hidden; min-height: 300px; border-radius: var(--ft-r-card); background: var(--ft-surface); }
.ft-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ft-card:hover img { transform: scale(1.04); }
.ft-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,14,17,0) 35%, rgba(14,14,17,.92) 100%); }
.ft-card__body { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 1; display: flex; flex-direction: column; gap: 12px; }
.ft-card__title { margin: 0; font-family: var(--ft-display); font-size: 22px; line-height: 1.15; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.ft-card--large .ft-card__title { font-size: clamp(24px, 2.4vw, 34px); max-width: 640px; }
.ft-card__sub { font-size: 16px; color: rgba(244,242,238,.78); }
@media (max-width: 1023px) { .ft-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ft-grid--featured .ft-card:first-child { grid-column: span 2; } }
@media (max-width: 767px) { .ft-grid { grid-template-columns: 1fr; gap: 16px; } .ft-grid--featured .ft-card:first-child { grid-column: auto; min-height: 320px; } .ft-grid--featured .ft-card:nth-child(2) { min-height: 300px; } .ft-card__body { left: 18px; right: 18px; bottom: 18px; } }
@media (min-width: 1024px) { .ft-grid--featured .ft-card:nth-child(3):last-child { grid-column: 1 / -1; min-height: 340px; } .ft-grid--featured .ft-card:nth-child(3):last-child .ft-card__title { font-size: clamp(24px, 2.4vw, 34px); max-width: 640px; } .ft-grid--featured .ft-card:nth-child(4):last-child { grid-column: span 2; } }

/* Témacsempék */
.ft-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ft-tile { position: relative; display: block; overflow: hidden; height: 150px; border-radius: var(--ft-r-tile); background: var(--ft-surface); }
.ft-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: opacity .4s ease, transform .6s ease; }
.ft-tile:hover img { opacity: .85; transform: scale(1.04); }
.ft-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,17,.85) 0%, rgba(14,14,17,.2) 100%); }
.ft-tile__body { position: absolute; left: 24px; bottom: 22px; z-index: 1; display: flex; flex-direction: column; gap: 4px; }
.ft-tile__title { display: flex; align-items: center; gap: 10px; font-family: var(--ft-display); font-size: 24px; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.ft-tile__title svg { color: var(--ft-accent); }
.ft-tile__sub { font-size: 13px; color: var(--ft-muted); }
@media (max-width: 1023px) { .ft-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .ft-tiles { grid-template-columns: 1fr; } .ft-tile { height: 120px; } }

/* Dobozok */
.ft-box { padding: 24px 26px; border-radius: var(--ft-r-card); background: var(--ft-surface); border: 1px solid var(--ft-line); }
.ft-box--accent { background: var(--ft-accent); color: var(--ft-on-accent); border: 0; }
.ft-box--accent a { color: inherit; }
.ft-box--accent .ft-btn--dark { color: var(--ft-text); }
.ft-box--accent .ft-btn--dark:hover { color: #fff; }
.ft-quick { display: flex; flex-direction: column; gap: 14px; }
.ft-quick__head { display: flex; align-items: center; gap: 10px; }
.ft-quick__head svg { color: var(--ft-accent); }
.ft-quick p { margin: 0; font-size: 18px; line-height: 1.6; }
.ft-settings { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ft-settings--side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ft-settings__item { display: flex; flex-direction: column; gap: 4px; padding: 14px; border-radius: 12px; background: var(--ft-bg); border: 1px solid var(--ft-line); }
.ft-settings__label { font-size: 12px; color: var(--ft-muted-2); }
.ft-settings__value { font-family: var(--ft-display); font-size: 20px; font-weight: 700; }
.ft-settings__meta { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 14px; color: var(--ft-muted); }
@media (max-width: 767px) { .ft-settings { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* AI-elemző blokk */
.ft-analyzer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; padding: 56px; border-radius: 26px; background: var(--ft-surface); border: 1px solid var(--ft-line); }
.ft-analyzer h2 { margin: 0; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.05; font-weight: 700; color: #fff; text-wrap: balance; }
.ft-analyzer__list { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 0; list-style: none; font-size: 17px; color: rgba(244,242,238,.82); }
.ft-analyzer__list li { display: flex; align-items: flex-start; gap: 12px; }
.ft-analyzer__list svg { flex: none; color: var(--ft-accent); }
.ft-analyzer__note { font-size: 14px; color: var(--ft-muted-2); }
.ft-analyzer__drop { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 170px; border-radius: 18px; border: 2px dashed rgba(255,255,255,.22); background: rgba(255,255,255,.03); text-align: center; padding: 20px; }
.ft-analyzer__drop svg { color: var(--ft-accent); }
@media (max-width: 1023px) { .ft-analyzer { grid-template-columns: 1fr; padding: 28px; gap: 24px; } }
@media (max-width: 767px) { .ft-analyzer { padding: 22px; border-radius: 20px; } }

/* Így készült sáv */
.ft-making { display: grid; grid-template-columns: minmax(0, 640px) minmax(0, 1fr); gap: 48px; align-items: stretch; }
.ft-making__media { position: relative; min-height: 480px; border-radius: 22px; overflow: hidden; }
.ft-making__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ft-making__body { display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.ft-making__body h2 { margin: 0; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.08; font-weight: 700; color: #fff; }
.ft-making__body p { margin: 0; color: var(--ft-muted); }
.ft-making .ft-settings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1279px) { .ft-making { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; } }
@media (max-width: 1023px) { .ft-making { grid-template-columns: 1fr; } .ft-making__media { min-height: 320px; } }

/* Hírlevél */
.ft-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 48px; border-radius: 22px; border: 1px solid var(--ft-line-2); }
.ft-newsletter h2 { margin: 0 0 8px; font-size: 28px; font-weight: 700; color: #fff; }
.ft-newsletter p { margin: 0; font-size: 15px; color: var(--ft-muted); }
.ft-newsletter form { display: flex; gap: 10px; }
.ft-newsletter input[type="email"] { width: 320px; max-width: 100%; min-height: 52px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--ft-line-2); background: var(--ft-surface); color: var(--ft-text); font: inherit; }
@media (max-width: 1023px) { .ft-newsletter { flex-direction: column; align-items: stretch; padding: 24px; } .ft-newsletter form { flex-direction: column; } .ft-newsletter input[type="email"] { width: 100%; } }

/* Lábléc */
.ft-footer { padding: 96px 0 56px; }
.ft-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 40px; }
.ft-footer__col { display: flex; flex-direction: column; gap: 4px; font-size: 15px; }
.ft-footer__col .ft-eyebrow { margin-bottom: 6px; }
.ft-footer__col a { display: inline-flex; align-items: center; min-height: 40px; }
.ft-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--ft-line); font-size: 13px; color: var(--ft-muted-2); }
.ft-author { display: flex; align-items: center; gap: 16px; }
.ft-author img { width: 72px; height: 72px; border-radius: 999px; object-fit: cover; border: 2px solid var(--ft-line-2); }
.ft-author__name { font-family: var(--ft-display); font-size: 18px; font-weight: 700; }
.ft-author__role { font-size: 14px; color: var(--ft-muted-2); }
.ft-author__bio { margin: 0; max-width: 380px; font-size: 15px; line-height: 1.55; color: var(--ft-muted); }
.ft-author__bio a { border-bottom: 1px solid var(--ft-accent); }
.ft-author--box { padding: 28px 32px; border-radius: 22px; background: var(--ft-surface); border: 1px solid var(--ft-line); gap: 24px; }
.ft-author--box img { width: 88px; height: 88px; }
.ft-author--box .ft-author__bio { max-width: 760px; }
@media (max-width: 1023px) { .ft-footer { padding: 56px 0 40px; } .ft-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ft-footer__bottom { flex-direction: column; align-items: flex-start; } }
@media (max-width: 767px) { .ft-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; } .ft-footer__grid > :first-child { grid-column: 1 / -1; } .ft-author--box { flex-direction: column; align-items: flex-start; } }

/* Cikkoldal */
.ft-article { padding-top: 40px; }
.ft-article__head { display: grid; grid-template-columns: minmax(0, 1fr) 560px; gap: 56px; align-items: start; }
.ft-article__intro { display: flex; flex-direction: column; gap: 24px; }
.ft-article__intro h1 { margin: 0; font-size: clamp(34px, 4.2vw, 60px); line-height: 1.02; font-weight: 800; color: #fff; text-wrap: balance; }
.ft-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ft-muted-2); }
.ft-crumbs span:last-child { color: rgba(244,242,238,.85); }
.ft-crumbs a { display: inline-flex; align-items: center; min-height: 32px; }
.ft-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: 14px; color: var(--ft-muted); }
.ft-byline img { width: 40px; height: 40px; border-radius: 999px; object-fit: cover; }
.ft-article__hero { position: relative; min-height: 520px; border-radius: 22px; overflow: hidden; }
.ft-article__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.ft-article__hero .ft-tag { position: absolute; left: 16px; bottom: 16px; background: rgba(14,14,17,.7); text-transform: none; letter-spacing: 0; min-height: 36px; padding: 0 14px; font-size: 13px; }
.ft-article__compare { padding-top: 56px; }
.ft-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 56px; padding-top: 64px; align-items: start; }
.ft-article__aside { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 16px; }
.ft-article__cta h3 { margin: 0; font-family: var(--ft-display); font-size: 22px; line-height: 1.15; font-weight: 800; }
.ft-article__cta p { margin: 0; font-size: 15px; }
.ft-entry { font-size: 18px; line-height: 1.65; color: rgba(244,242,238,.86); max-width: 70ch; }
.ft-entry > * + * { margin-top: 1.1em; }
.ft-entry h2 { margin: 2em 0 .6em; font-family: var(--ft-display); font-size: clamp(26px, 2.6vw, 34px); line-height: 1.1; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.ft-entry h3 { margin: 1.6em 0 .5em; font-family: var(--ft-display); font-size: 22px; font-weight: 700; color: #fff; }
.ft-entry strong { color: #fff; }
.ft-entry a { color: var(--ft-accent); }
.ft-entry ul, .ft-entry ol { padding-left: 1.3em; }
.ft-entry li + li { margin-top: .4em; }
.ft-entry ol > li::marker { font-family: var(--ft-display); font-weight: 800; color: var(--ft-accent); }
.ft-entry img, .ft-entry figure { border-radius: 16px; overflow: hidden; }
.ft-entry figcaption { font-size: 14px; color: var(--ft-muted-2); margin-top: 8px; }
.ft-entry blockquote { margin: 1.5em 0; padding: 20px 24px; border-radius: 16px; background: var(--ft-surface); border: 1px solid var(--ft-line); font-style: normal; }
/* Beágyazások és táblázatok sose lógjanak ki mobilon. */
.ft-entry iframe, .ft-entry video, .ft-entry embed { max-width: 100%; }
.ft-entry iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 16px; }
.ft-entry table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.ft-entry pre { overflow-x: auto; padding: 16px; border-radius: 12px; background: var(--ft-surface); }
.ft-entry a { overflow-wrap: anywhere; }
.ft-related { padding-top: 88px; }
.ft-related .ft-card { min-height: 280px; }
@media (max-width: 1023px) { .ft-article__head { grid-template-columns: 1fr; gap: 24px; } .ft-article__hero { min-height: 320px; } .ft-article__layout { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; } .ft-article__aside { position: static; } .ft-settings--side { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Archívum, keresés, 404 */
.ft-archive { padding-top: 0; }
.ft-archive__hero { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 320px; }
.ft-archive__hero.has-image { min-height: 460px; }
.ft-archive__hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; }
.ft-archive__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,17,.94) 0%, rgba(14,14,17,.66) 45%, rgba(14,14,17,.18) 100%), linear-gradient(180deg, rgba(14,14,17,.1) 0%, rgba(14,14,17,.96) 100%); }
.ft-archive__hero > .ft-wrap { position: relative; width: 100%; padding-top: 88px; padding-bottom: 40px; }
.ft-archive__head { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.ft-archive__body { padding-top: 32px; }
@media (max-width: 767px) { .ft-archive__hero.has-image { min-height: 360px; } .ft-archive__hero > .ft-wrap { padding-top: 48px; padding-bottom: 28px; } }
.ft-archive__head h1 { margin: 0; font-size: clamp(34px, 4.2vw, 60px); line-height: 1.02; font-weight: 800; color: #fff; }
.ft-archive__head p, .ft-archive__desc { margin: 0; font-size: 18px; color: var(--ft-muted); }
.ft-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ft-filter .is-active { border-color: var(--ft-accent); color: var(--ft-accent); }
.ft-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.ft-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--ft-line-2); font-weight: 600; }
.ft-pagination .page-numbers.current { background: var(--ft-accent); color: var(--ft-on-accent); border-color: var(--ft-accent); }
.ft-empty { padding: 40px; border-radius: 22px; background: var(--ft-surface); border: 1px solid var(--ft-line); color: var(--ft-muted); }
.ft-empty a { color: var(--ft-accent); }
.ft-404 { padding: 96px 0; display: flex; flex-direction: column; gap: 24px; max-width: 720px; }
.ft-404 h1 { margin: 0; font-size: clamp(40px, 6vw, 84px); line-height: .98; font-weight: 800; color: #fff; }

/* Elementor-oldalak (elemző, pillérek, jogi) a téma szélességét kapják, a többit az Elementor adja. */
.ft-page { padding: 48px 0 96px; }
.ft-page__title { margin: 0 0 24px; font-size: clamp(34px, 4.2vw, 60px); line-height: 1.02; font-weight: 800; color: #fff; }

@media (prefers-reduced-motion: reduce) {
  .ft-hero__body { animation: none; }
  .ft-card img, .ft-tile img { transition: none; }
  .ft-compare__handle::after { animation: none; opacity: 0; }
}
