/*
Theme Name: Hethlandfish Modern
Theme URI: https://hethlandfish.hu/
Author: Hethland
Description: Elementor-mentes, modern saját WordPress theme a Hethlandfish oldalhoz.
Version: 1.0.0
Text Domain: hethlandfish-modern
*/

:root {
    --hf-blue: #0b6f91;
    --hf-blue-2: #0a5876;
    --hf-dark: #062d3d;
    --hf-dark-2: #041f2b;
    --hf-gold: #e3b650;
    --hf-bg: #f2f8fb;
    --hf-bg-2: #e8f5f9;
    --hf-white: #ffffff;
    --hf-text: #102638;
    --hf-muted: #667789;
    --hf-border: rgba(15, 45, 65, 0.11);
    --hf-shadow: 0 24px 70px rgba(4, 31, 43, 0.14);
    --hf-radius-xl: 34px;
    --hf-radius-lg: 26px;
    --hf-radius-md: 18px;
    --hf-container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--hf-text);
    background:
        radial-gradient(circle at top left, rgba(11, 111, 145, 0.14), transparent 460px),
        linear-gradient(180deg, #f4fbfe 0%, #ffffff 45%, #f5fbfd 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.hf-menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

.hf-container {
    width: min(var(--hf-container), calc(100% - 40px));
    margin-inline: auto;
}

.hf-section {
    padding: 86px 0;
}

.hf-section--soft {
    background: linear-gradient(180deg, rgba(232, 245, 249, 0.82), rgba(255, 255, 255, 0.95));
}

.hf-section-head {
    max-width: 760px;
    margin-bottom: 36px;
}

.hf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--hf-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.hf-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 99px;
    background: var(--hf-gold);
}

.hf-title {
    margin: 0;
    color: var(--hf-dark);
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.hf-lead {
    margin: 16px 0 0;
    max-width: 720px;
    color: var(--hf-muted);
    font-size: 18px;
}

.hf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.hf-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--hf-blue), var(--hf-blue-2));
    box-shadow: 0 14px 32px rgba(11, 111, 145, 0.24);
}

.hf-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(11, 111, 145, 0.32);
}

.hf-btn--light {
    color: var(--hf-dark);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.4);
}

.hf-btn--ghost {
    color: var(--hf-dark);
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.46);
}

.hf-btn--light:hover,
.hf-btn--ghost:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

/* TOPBAR */

.hf-topbar {
    color: rgba(255, 255, 255, 0.92);
    background: var(--hf-dark-2);
    font-size: 14px;
    font-weight: 700;
}

.hf-topbar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hf-topbar a {
    color: #ffffff;
    font-weight: 900;
}

/* HEADER */

.hf-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 45, 65, 0.08);
}

.admin-bar .hf-site-header {
    top: 32px;
}

.hf-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.hf-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--hf-dark);
    font-size: 22px;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hf-logo-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 30%),
        linear-gradient(135deg, var(--hf-blue), var(--hf-dark));
    box-shadow: 0 14px 28px rgba(4, 31, 43, 0.18);
}

.hf-logo small {
    display: block;
    margin-top: 2px;
    color: var(--hf-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hf-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hf-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hf-nav li {
    position: relative;
}

.hf-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #1c3042;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.15;
}

.hf-nav a:hover {
    color: var(--hf-blue);
    background: rgba(11, 111, 145, 0.08);
}

.hf-nav .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 260px;
    display: grid;
    gap: 4px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    background: #ffffff;
    border: 1px solid var(--hf-border);
    border-radius: 18px;
    box-shadow: var(--hf-shadow);
    transition: 0.2s ease;
}

.hf-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hf-nav .sub-menu a {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
}

.hf-header-cta {
    flex: 0 0 auto;
}

.hf-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--hf-blue), var(--hf-dark));
    cursor: pointer;
}

.hf-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 99px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hf-menu-open .hf-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hf-menu-open .hf-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.hf-menu-open .hf-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hf-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 998;
    display: none;
    background: rgba(4, 31, 43, 0.48);
    backdrop-filter: blur(4px);
}

.hf-menu-open .hf-menu-backdrop {
    display: block;
}

/* HERO */

.hf-hero {
    position: relative;
    padding: 36px 0 82px;
}

.hf-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    align-items: center;
    gap: 52px;
    padding: clamp(34px, 5vw, 68px);
    border-radius: var(--hf-radius-xl);
    background:
        linear-gradient(135deg, rgba(4, 31, 43, 0.92), rgba(11, 111, 145, 0.64)),
        url("https://hethlandfish.hu/wp-content/uploads/2024/03/345442855_194010590137508_7523343016634104330_n.jpg") center/cover;
    box-shadow: 0 28px 88px rgba(4, 31, 43, 0.2);
}

.hf-hero-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(244, 251, 254, 0.9));
}

.hf-hero-content,
.hf-event-card {
    position: relative;
    z-index: 2;
}

.hf-hero-content {
    max-width: 690px;
    color: #ffffff;
}

.hf-hero-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hf-hero h1 {
    margin: 0;
    max-width: 690px;
    color: #ffffff;
    font-size: clamp(42px, 5.4vw, 72px);
    line-height: 1;
    letter-spacing: -0.07em;
}

.hf-hero h1 span {
    display: inline;
    color: var(--hf-gold);
}

.hf-hero-text {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.65;
}

.hf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hf-event-card {
    width: 100%;
    max-width: 430px;
    justify-self: end;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--hf-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(4, 31, 43, 0.28);
}

.hf-event-card::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 24px;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: rgba(227, 182, 80, 0.22);
    filter: blur(8px);
    pointer-events: none;
}

.hf-event-card h2 {
    position: relative;
    margin: 0;
    color: var(--hf-dark);
    font-size: clamp(26px, 2.8vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hf-event-date,
.hf-event-status {
    position: relative;
    display: inline-flex;
    margin-top: 13px;
    padding: 7px 13px;
    border-radius: 999px;
    color: var(--hf-dark);
    background: rgba(227, 182, 80, 0.26);
    font-size: 14px;
    font-weight: 950;
}

.hf-countdown {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.hf-countdown-item {
    min-width: 0;
    padding: 18px 8px;
    text-align: center;
    border-radius: 17px;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 65, 0.08);
}

.hf-countdown-item strong {
    display: block;
    color: var(--hf-blue-2);
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.hf-countdown-item span {
    display: block;
    margin-top: 8px;
    color: var(--hf-muted);
    font-size: 11px;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hf-event-note {
    position: relative;
    margin: 18px 0 0;
    color: var(--hf-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hf-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hf-event-actions .hf-btn {
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
}

/* NEWS */

.hf-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hf-news-card {
    overflow: hidden;
    border-radius: var(--hf-radius-lg);
    background: #ffffff;
    border: 1px solid rgba(15, 45, 65, 0.08);
    box-shadow: 0 18px 52px rgba(4, 31, 43, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hf-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 66px rgba(4, 31, 43, 0.15);
}

.hf-news-card__image {
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: var(--hf-bg-2);
}

.hf-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.hf-news-card:hover .hf-news-card__image img {
    transform: scale(1.05);
}

.hf-news-card__body {
    padding: 22px;
}

.hf-news-card__date {
    color: var(--hf-blue);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hf-news-card h3 {
    margin: 10px 0 16px;
    color: var(--hf-dark);
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.hf-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hf-blue);
    font-size: 13px;
    font-weight: 900;
}

/* DESTINATIONS */

.hf-destination-list {
    display: grid;
    gap: 26px;
}

.hf-destination-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 390px;
    border-radius: var(--hf-radius-lg);
    background: #ffffff;
    border: 1px solid rgba(15, 45, 65, 0.08);
    box-shadow: var(--hf-shadow);
}

.hf-destination-card--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.hf-destination-card--reverse .hf-destination-image {
    order: 2;
}

.hf-destination-image {
    min-height: 360px;
    background: var(--hf-bg-2);
}

.hf-destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hf-destination-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 58px);
}

.hf-destination-content h3 {
    margin: 0;
    color: var(--hf-dark);
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.hf-destination-content p {
    margin: 16px 0 0;
    color: var(--hf-muted);
    font-size: 17px;
}

.hf-destination-content .hf-btn {
    align-self: flex-start;
    margin-top: 24px;
}

/* VIDEO */

.hf-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 42px;
}

.hf-video-box {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: grid;
    place-items: center;
    border-radius: var(--hf-radius-lg);
    background:
        linear-gradient(135deg, rgba(4, 31, 43, 0.75), rgba(11, 111, 145, 0.38)),
        url("https://hethlandfish.hu/wp-content/uploads/2024/03/345442855_194010590137508_7523343016634104330_n.jpg") center/cover;
    box-shadow: var(--hf-shadow);
}

.hf-play {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--hf-blue);
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    font-size: 28px;
}

.hf-video-content h2 {
    margin: 0;
    color: var(--hf-dark);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.hf-video-content p {
    margin: 18px 0 0;
    color: var(--hf-muted);
    font-size: 18px;
}

/* AMBASSADORS */

.hf-ambassador-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.hf-ambassador-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--hf-radius-lg);
    background: #ffffff;
    border: 1px solid rgba(15, 45, 65, 0.08);
    box-shadow: 0 18px 48px rgba(4, 31, 43, 0.09);
}

.hf-ambassador-card::before {
    content: "”";
    position: absolute;
    top: -32px;
    right: 20px;
    color: rgba(11, 111, 145, 0.08);
    font-family: Georgia, serif;
    font-size: 140px;
    line-height: 1;
}

.hf-ambassador-card p {
    position: relative;
    margin: 0;
    color: #334155;
    font-size: 16px;
}

.hf-ambassador-card footer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.hf-ambassador-card img {
    width: 62px;
    height: 62px;
    flex: 0 0 auto;
    border-radius: 999px;
    object-fit: cover;
    background: var(--hf-bg-2);
}

.hf-ambassador-card strong {
    display: block;
    color: var(--hf-dark);
    line-height: 1.2;
}

.hf-ambassador-card span {
    display: block;
    margin-top: 3px;
    color: var(--hf-muted);
    font-size: 13px;
}

/* CONTACT */

.hf-contact-section {
    color: #ffffff;
    background:
        radial-gradient(circle at top left, rgba(227, 182, 80, 0.2), transparent 360px),
        linear-gradient(135deg, var(--hf-dark-2), var(--hf-blue-2));
}

.hf-contact-section .hf-title,
.hf-contact-section .hf-eyebrow {
    color: #ffffff;
}

.hf-contact-section .hf-lead {
    color: rgba(255, 255, 255, 0.76);
}

.hf-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 36px;
    align-items: start;
}

.hf-contact-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hf-contact-card {
    padding: 24px;
    border-radius: var(--hf-radius-lg);
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.hf-contact-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 21px;
}

.hf-contact-card p {
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.78);
}

.hf-contact-card a {
    color: #ffffff;
    font-weight: 900;
}

/* FOOTER */

.hf-footer {
    color: rgba(255, 255, 255, 0.74);
    background: var(--hf-dark-2);
}

.hf-footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
    padding: 54px 0;
}

.hf-footer h3,
.hf-footer h4 {
    margin: 0 0 16px;
    color: #ffffff;
}

.hf-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hf-footer li + li {
    margin-top: 9px;
}

.hf-footer a:hover {
    color: #ffffff;
}

.hf-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hf-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hf-socials a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 850;
}

/* DEFAULT PAGE */

.hf-page {
    padding: 70px 0;
}

.hf-page-card {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 60px);
    border-radius: var(--hf-radius-xl);
    background: #ffffff;
    box-shadow: var(--hf-shadow);
}

.hf-page-card h1 {
    margin-top: 0;
    color: var(--hf-dark);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
    .hf-header-cta {
        display: none;
    }

    .hf-nav a {
        font-size: 14px;
        padding-inline: 9px;
    }
}

@media (max-width: 1024px) {
    .hf-topbar {
        display: none;
    }

    .admin-bar .hf-site-header {
        top: 32px;
    }

    .hf-header-inner {
        min-height: 70px;
    }

    .hf-menu-toggle {
        display: block;
        position: relative;
        z-index: 1002;
    }

    .hf-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        width: min(360px, 86vw);
        display: block;
        padding: 92px 20px 24px;
        overflow-y: auto;
        background: #ffffff;
        box-shadow: -28px 0 80px rgba(4, 31, 43, 0.22);
        transform: translateX(105%);
        visibility: hidden;
        transition: transform 0.25s ease, visibility 0.25s ease;
    }

    .hf-menu-open .hf-nav {
        transform: translateX(0);
        visibility: visible;
    }

    .hf-nav ul {
        display: grid;
        align-items: stretch;
        gap: 6px;
    }

    .hf-nav li {
        width: 100%;
    }

    .hf-nav a {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        padding: 12px 14px;
        border-radius: 14px;
        color: var(--hf-dark);
        background: rgba(11, 111, 145, 0.06);
        font-size: 15px;
    }

    .hf-nav .sub-menu {
        position: static;
        width: 100%;
        display: grid;
        margin: 6px 0 8px;
        padding: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 0;
        box-shadow: none;
        background: rgba(11, 111, 145, 0.04);
    }

    .hf-hero-card {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 34px;
    }

    .hf-event-card {
        max-width: 100%;
        justify-self: start;
    }

    .hf-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hf-destination-card,
    .hf-destination-card--reverse {
        grid-template-columns: 1fr;
    }

    .hf-destination-card--reverse .hf-destination-image {
        order: 0;
    }

    .hf-video-grid,
    .hf-contact-grid {
        grid-template-columns: 1fr;
    }

    .hf-ambassador-grid,
    .hf-contact-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .admin-bar .hf-site-header {
        top: 46px;
    }
}

@media (max-width: 700px) {
    :root {
        --hf-radius-xl: 24px;
        --hf-radius-lg: 20px;
    }

    .hf-container {
        width: min(100% - 24px, var(--hf-container));
    }

    .admin-bar .hf-site-header {
        top: 0;
    }

    .hf-logo {
        gap: 9px;
        font-size: 18px;
    }

    .hf-logo-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .hf-logo small {
        font-size: 9px;
        letter-spacing: 0.06em;
    }

    .hf-hero {
        padding: 18px 0 54px;
    }

    .hf-hero-card {
        padding: 28px 18px;
        border-radius: 24px;
        background-position: center;
    }

    .hf-hero-badge {
        margin-bottom: 17px;
        padding: 8px 11px;
        font-size: 11px;
        letter-spacing: 0.06em;
    }

    .hf-hero h1 {
        font-size: clamp(36px, 13vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.06em;
    }

    .hf-hero-text {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.58;
    }

    .hf-hero-actions {
        display: grid;
        gap: 10px;
        margin-top: 24px;
    }

    .hf-hero-actions .hf-btn {
        width: 100%;
    }

    .hf-event-card {
        padding: 22px;
        border-radius: 22px;
    }

    .hf-event-card h2 {
        font-size: 25px;
    }

    .hf-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hf-countdown-item {
        padding: 16px 8px;
    }

    .hf-countdown-item strong {
        font-size: 28px;
    }

    .hf-section {
        padding: 58px 0;
    }

    .hf-section-head {
        margin-bottom: 26px;
    }

    .hf-title {
        font-size: clamp(30px, 10vw, 40px);
    }

    .hf-lead {
        font-size: 16px;
    }

    .hf-news-grid {
        grid-template-columns: 1fr;
    }

    .hf-destination-image {
        min-height: 240px;
    }

    .hf-destination-content {
        padding: 26px 20px;
    }

    .hf-destination-content h3 {
        font-size: 30px;
    }

    .hf-destination-content p {
        font-size: 15px;
    }

    .hf-video-box {
        min-height: 260px;
    }

    .hf-video-content h2 {
        font-size: 34px;
    }

    .hf-video-content p {
        font-size: 16px;
    }

    .hf-footer-main {
        grid-template-columns: 1fr;
        padding: 42px 0;
    }

    .hf-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 380px) {
    .hf-hero-card {
        padding-inline: 15px;
    }

    .hf-hero h1 {
        font-size: 34px;
    }

    .hf-event-card {
        padding: 18px;
    }

    .hf-countdown-item strong {
        font-size: 25px;
    }
}
/* =========================================================
   FINAL HEADER + MOBILE NAV + HERO FIX
   ========================================================= */

/* Mindenhol fix header */
.hf-site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 5000 !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 45, 65, 0.08);
}

.admin-bar .hf-site-header {
    top: 32px !important;
}

/* Mivel fixed lett a header, kell felső hely a body-nak */
body {
    padding-top: 78px;
}

.admin-bar body {
    padding-top: 110px;
}

/* A felső sötét topbar ne legyen fixed */
.hf-topbar {
    position: relative;
    z-index: 1;
}

/* Header belső */
.hf-header-inner {
    min-height: 78px;
}

/* Hero ne menjen a header alá */
.hf-hero {
    padding-top: 34px;
}

/* Hero mindig maradjon dobozban */
.hf-hero .hf-container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.hf-hero-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Hero szövegek ne lógjanak ki */
.hf-hero-content,
.hf-hero-content * {
    max-width: 100%;
}

.hf-hero h1,
.hf-hero h1 span,
.hf-hero-text {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

/* Desktop nav */
@media (min-width: 1025px) {
    .hf-nav {
        position: static !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .hf-nav > ul,
    .hf-nav .menu {
        display: flex !important;
        align-items: center;
        gap: 4px;
    }

    .hf-menu-backdrop {
        display: none !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 1024px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 70px;
    }

    .admin-bar body {
        padding-top: 70px;
    }

    .admin-bar .hf-site-header {
        top: 0 !important;
    }

    .hf-topbar {
        display: none !important;
    }

    .hf-site-header {
        height: 70px;
    }

    .hf-header-inner {
        min-height: 70px;
        width: min(100% - 24px, 1180px);
        margin-left: auto;
        margin-right: auto;
    }

    .hf-logo {
        max-width: calc(100% - 60px);
        font-size: 17px;
        line-height: 1.05;
    }

    .hf-logo-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .hf-logo small {
        font-size: 9px;
        line-height: 1.2;
    }

    .hf-header-cta {
        display: none !important;
    }

    .hf-menu-toggle {
        display: block !important;
        position: relative;
        z-index: 7002 !important;
    }

    /* Backdrop */
    .hf-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 6998;
        display: none;
        background: rgba(4, 31, 43, 0.58);
        backdrop-filter: blur(6px);
    }

    body.hf-menu-open .hf-menu-backdrop {
        display: block;
    }

    /* Mobil nav panel */
    .hf-nav {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        z-index: 7001 !important;

        display: block !important;
        width: min(340px, 88vw) !important;
        height: 100vh !important;
        max-height: 100vh !important;

        padding: 92px 18px 28px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;

        background: #ffffff !important;
        box-shadow: -24px 0 70px rgba(4, 31, 43, 0.28) !important;

        opacity: 1 !important;
        visibility: hidden !important;
        transform: translateX(105%) !important;
        transition: transform 0.25s ease, visibility 0.25s ease !important;
    }

    body.hf-menu-open .hf-nav {
        visibility: visible !important;
        transform: translateX(0) !important;
    }

    .hf-nav ul,
    .hf-nav .menu {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .hf-nav li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hf-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 48px !important;
        padding: 13px 15px !important;

        color: var(--hf-dark) !important;
        background: rgba(11, 111, 145, 0.07) !important;
        border-radius: 15px !important;

        font-size: 15px !important;
        font-weight: 850 !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }

    .hf-nav a:hover {
        color: #ffffff !important;
        background: var(--hf-blue) !important;
    }

    .hf-nav .sub-menu {
        position: static !important;
        display: grid !important;
        width: 100% !important;
        margin: 7px 0 8px !important;
        padding: 8px !important;

        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;

        background: rgba(11, 111, 145, 0.04) !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 15px !important;
    }

    .hf-menu-open .hf-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hf-menu-open .hf-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .hf-menu-open .hf-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* Hero mobile fix */
    .hf-hero {
        padding: 18px 0 54px !important;
    }

    .hf-hero .hf-container {
        width: min(100% - 20px, 1180px) !important;
    }

    .hf-hero-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        padding: 26px 18px !important;
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    .hf-hero-content {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hf-hero-badge {
        max-width: 100%;
        font-size: 11px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    .hf-hero h1 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        font-size: clamp(34px, 11vw, 46px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.055em !important;

        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .hf-hero h1 span {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .hf-hero-text {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.58 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .hf-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 24px !important;
    }

    .hf-hero-actions .hf-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hf-event-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 22px !important;
        border-radius: 22px !important;
    }

    .hf-event-card h2 {
        font-size: 25px !important;
        line-height: 1.08 !important;
        overflow-wrap: break-word !important;
    }

    .hf-event-date,
    .hf-event-status {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .hf-event-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .hf-event-actions .hf-btn {
        width: 100% !important;
    }

    .hf-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 390px) {
    .hf-hero-card {
        padding-inline: 16px !important;
    }

    .hf-hero h1 {
        font-size: 33px !important;
    }

    .hf-event-card {
        padding: 19px !important;
    }
}
/* MOBILE NAV Z-INDEX FIX */

@media (max-width: 1024px) {
    .hf-menu-backdrop {
        z-index: 8000 !important;
        background: rgba(4, 31, 43, 0.55) !important;
        backdrop-filter: blur(6px) !important;
    }

    .hf-nav {
        z-index: 8100 !important;
        background: #ffffff !important;
        filter: none !important;
        backdrop-filter: none !important;
    }

    .hf-menu-toggle {
        z-index: 8200 !important;
    }

    body.hf-menu-open .hf-nav,
    body.hf-menu-open .hf-nav *,
    body.hf-menu-open .hf-menu-toggle {
        filter: none !important;
        backdrop-filter: none !important;
    }
}