:root {
    --navy: #06283b;
    --navy-dark: #042334;
    --gold: #c49a5a;
    --gold-dark: #b38644;
    --cream: #f7f3ed;
    --text: #173143;
    --muted: #5f6a71;
    --border: #e7ddd0;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text);
    background: rgba(11, 40, 57);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
}

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

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

.container {
    width: min(100% - 90px, 1300px);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #07314a;
    box-shadow: 0 1px 18px rgba(6, 40, 59, 0.08);
}

.navbar {
    height: 69px;
    width: min(100% - 90px, 1300px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    min-width: 50px;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-crown {
    color: var(--gold);
    font-size: 30px;
    line-height: 1;
}

.logo-text {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 0.95;
    text-transform: uppercase;
}

.logo-text small {
    font-size: 10px;
    letter-spacing: 1.4px;
}

.nav-links,
.footer-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links {
    gap: 42px;
    color: #102c3d;
    font-size: 14px;
    font-weight: 600;
}

.nav-links a {
    position: relative;
    padding: 24px 0;
    color: #fff;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.2s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 4px;
    color: var(--white);
    background: linear-gradient(135deg, #c9a064, var(--gold-dark));
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(159, 114, 52, 0.22);
}

.nav-cta {
    min-width: 166px;
    height: 47px;
}

.button {
    min-width: 255px;
    height: 55px;
}

.nav-toggle,
.nav-button {
    display: none;
}

.hero {
    min-height: 540px;
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 31%, rgba(255, 255, 255, 0.2) 56%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.2)),
        url("queenofbalaton_cover.jpg") right center / auto 100% no-repeat;
}

.hero-content {
    width: min(100% - 90px, 1300px);
    margin: 0 auto;
    padding: 50px 0 62px;
}

.tiny-crown {
    width: fit-content;
    color: var(--gold);
    font-size: 29px;
    line-height: 1;
    margin-left: 153px;
    margin-bottom: 18px;
}

.hero-kicker {
    font-family: Georgia, "Times New Roman", serif;
    color: #0b2a3e;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.1;
}

h1,
h2 {
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 0.98;
}

.mid-h2 {
    color:rgba(255, 255, 255, 0.72);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 0.98;
}

.mid-text {
    color:rgba(255, 255, 255, 0.72) !important;
    text-align: justify;

}

h1 {
    max-width: 540px;
    margin-top: 4px;
    font-size: clamp(58px, 8vw, 98px);
    letter-spacing: -1px;
}

h2 {
    font-size: clamp(34px, 4vw, 47px);
}

.gold-lines {
    width: 194px;
    height: 1px;
    margin: 31px 0 29px;
    background: linear-gradient(90deg, var(--gold) 0 38px, transparent 38px 109px, var(--gold) 109px 154px);
}

.hero-text {
    max-width: 455px;
    margin-bottom: 24px;
    color: #223746;
    font-size: 16px;
    line-height: 1.9;
}

.section {
    padding: 76px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.07fr;
    gap: 76px;
    align-items: center;
}

.eyebrow {
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.about-copy h2 {
    margin-top: 5px;
    margin-bottom: 21px;
}

.short-line,
.center-line {
    width: 54px;
    height: 1px;
    background: var(--gold);
}

.short-line {
    margin-bottom: 24px;
}

.about-copy p:not(.eyebrow) {
    margin-bottom: 26px;
    color: #43515a;
    font-size: 15px;
}

.value-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.72);
}

.value-table article {
    min-height: 132px;
    padding: 25px 22px 20px;
    text-align: center;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.icon {
    display: block;
    color: var(--gold);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

h3 {
    color: #162f40;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.value-table p {
    max-width: 200px;
    margin: 7px auto 0;
    color: #43515a;
    font-size: 13px;
    line-height: 1.55;
}

.opportunity {
    background:
        linear-gradient(180deg, rgba(11, 40, 57), #fbf8f3);
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    margin: 4px 0 23px;
}

.center-line {
    margin: 0 auto;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px;
}

.feature {
    display: grid;
    grid-template-columns: 148px 1fr;
    gap: 25px;
    align-items: center;
}

.feature img {
    width: 148px;
    height: 140px;
    object-fit: cover;
    border-radius: 72px 72px 6px 6px;
}

.feature h3 {
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
}

.feature p {
    color: #334854;
    font-size: 14px;
    line-height: 1.8;
}

.cta-section {
    min-height: 275px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(rgba(5, 35, 52, 0.84), rgba(5, 35, 52, 0.86)),
        url("assets/cta-balaton.png") center / cover no-repeat;
    color: var(--white);
    text-align: center;
}

/* ========================================
   KIEMELT TÁMOGATÓK
======================================== */

.featured-sponsors {
    width: 100%;
    background: #fff;
    padding: 38px 20px 42px;
}

.featured-sponsors-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* Cím */

.featured-sponsors-heading {
    text-align: center;
    margin-bottom: 28px;
}

.sponsor-crown {
    display: block;
    color: #c99a4b;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 9px;
}

.featured-sponsors-heading h2 {
    margin: 0;
    color: #062d42;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* Logók */

.featured-sponsors-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

.featured-sponsor {
    width: 300px;
    height: 85px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.featured-sponsor-2 {
    width: 220px;
    height: 85px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.featured-sponsor img {
    display: block;
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;

    object-fit: contain;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


/* Hover */

.featured-sponsor:hover img {
    transform: scale(1.04);
    opacity: 0.85;
}

.featured-sponsor-2:hover img {
    transform: scale(1.04);
    opacity: 0.85;
}


/* Középső elválasztó */

.sponsor-divider {
    width: 1px;
    height: 65px;
    background: rgba(6, 45, 66, 0.15);
}


/* ========================================
   MOBIL
======================================== */

@media (max-width: 700px) {

    .featured-sponsors {
        padding: 32px 20px;
    }

    .featured-sponsors-heading {
        margin-bottom: 25px;
    }

    .featured-sponsors-logos {
        flex-direction: column;
        gap: 22px;
    }

    .featured-sponsor {
        width: 240px;
        height: 75px;
    }

    .featured-sponsor img {
        max-height: 65px;
    }

    .sponsor-divider {
        width: 100px;
        height: 1px;
    }
}

.cta-overlay {
    padding: 48px 20px;
}

.cta-overlay .tiny-crown {
    margin: 0 auto 17px;
}

.cta-section h2 {
    color: var(--white);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
}

.cta-section p {
    margin: 17px 0 25px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 18px;
    line-height: 1.6;
}

.benefits {
    padding: 48px 0 50px;
    background: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    text-align: center;
}

.benefits span {
    display: block;
    margin-bottom: 13px;
    color: var(--gold);
    font-size: 36px;
    line-height: 1;
}

.benefits h3 {
    margin-bottom: 8px;
}

.benefits p {
    color: #4f5c63;
    font-size: 13px;
    line-height: 1.65;
}

.footer {
    background: linear-gradient(135deg, #042333, #07314a);
    color: var(--white);
    padding: 31px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.logo-footer,
.logo-footer .logo-text {
    color: var(--white);
}

.footer-links {
    gap: 43px;
    font-size: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-bottom {
    width: min(100% - 90px, 1300px);
    margin: 24px auto 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.6;
}

.footer-bottom a {
    color: #c49a5a;
    font-weight: 700;
}

.socials {
    display: flex;
    gap: 18px;
}

.socials a {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: var(--white);
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 1100px) {
    .navbar,
    .container,
    .hero-content {
        width: min(100% - 42px, 960px);
    }

    .nav-links {
        gap: 22px;
    }

    .about-grid,
    .feature-row {
        gap: 36px;
    }

    .feature {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .navbar {
        height: 68px;
    }

    .nav-button {
        display: grid;
        gap: 5px;
        cursor: pointer;
    }

    .nav-button span {
        width: 28px;
        height: 2px;
        background: var(--cream);
    }

    .nav-links {
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        display: none;
        flex-direction: column;
        gap: 0;
        background: var(--white);
        box-shadow: 0 18px 30px rgba(6, 40, 59, 0.12);
        background-color: #07314a;
    }

    .nav-links a {
        display: block;
        width: 100%;
        padding: 15px 24px;
    }

    .nav-links a::after,
    .nav-cta {
        display: none;
    }

    .nav-toggle:checked ~ .nav-links {
        display: flex;
    }

    .hero {
        min-height: auto;
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.2) 100%),
            url("assets/hero-balaton.png") right center / auto 100% no-repeat;
    }

    .hero-content {
        padding: 72px 0;
    }

    .tiny-crown {
        margin-left: 130px;
    }

    .about-grid,
    .feature-row,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .value-table {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature {
        grid-template-columns: 148px 1fr;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 28px;
    }
}

@media (max-width: 560px) {
    .navbar,
    .container,
    .hero-content {
        width: min(100% - 28px, 520px);
    }

    .logo {
        min-width: auto;
    }

    .logo-text {
        font-size: 15px;
    }

    .hero {
        background:
            linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)),
            url("assets/hero-balaton.png") center / cover no-repeat;
    }

    h1 {
        font-size: 54px;
    }

    .hero-kicker {
        font-size: 28px;
    }

    .tiny-crown {
        margin-left: 95px;
    }

    .button {
        width: 100%;
        min-width: 0;
    }

    .section {
        padding: 54px 0;
    }

    .value-table {
        grid-template-columns: 1fr;
    }

    .feature {
        grid-template-columns: 1fr;
    }

    .feature img {
        width: 100%;
        height: 210px;
    }

    .cta-section p br {
        display: none;
    }
}
