@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

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

/* ===== OVERLAY BOX ===== */
.overlay-box {
    background: #FFFFFF;
    width: 92%;
    max-width: 900px;
    padding: 36px 40px;
    margin: 80px auto 60px auto;

    border-radius: 22px;
    color: #2C2C2C;

    border: 1px solid #E8E1D5;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}   

.overlay-box h2 {
    margin-bottom: 24px;
    color: #285e04;
}

.privacy-check {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.privacy-check label {
     display: inline-flex;        
    align-items: center;         
    gap: 8px;
}

.privacy-check {
    color: #555;
}

form input,
form textarea,
form button {
    width: 100%;
    padding: 14px 16px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-family: system-ui, -apple-system;
}

form input[type="file"] {
    border: 1.5px solid #08a845;
    background: #f8fff8;
    color: #08a845;
    border-radius: 12px;
    padding: 12px 16px;
    cursor: pointer;
}

form input[type="file"]::file-selector-button {
    background: #00271d;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 9px 14px;
    margin-right: 12px;
    cursor: pointer;
    font-weight: 600;
}

form input[type="file"]::file-selector-button:hover {
    background: #b38644;
}

form button {
    margin-top: 24px;
    background: #00271d;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    border: none;
}

form button:hover {
    background: #b38644;
}

.hint {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 6px;
}

.center-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 100px;
    position: relative;
    z-index: 1;
}

.center-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.form-container {
    margin-top: 10px;
}

a.pdf-link {
    color: #08a845;
    text-decoration: underline;
    font-size: 14px;
}

a.pdf-link:hover {
    color: #03470e;
}

form textarea {
    resize: vertical;
    min-height: 100px;
}

input,
textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1.5px solid #058320;
    background: #f8fff8;
    color: #285e04;
    font-size: 16px;
    transition: all 0.2s ease;
}
    
textarea {
    resize: none !important;          
    overflow: hidden;      
    min-height: 30px;      
    line-height: 1.5;
    margin-top: 15px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #285e04;
    box-shadow: 0 0 0 4px rgba(3, 87, 17, 0.15);
    background: #FFFFFF;
    color: #044e16;
}

input::placeholder,
textarea::placeholder {
    color: #1c9e32;
}

@media (max-width: 860px) {
    .footer-inner {
        flex-direction: column;
    }

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

.custom-link {
  color: #7D97C9;              
  text-decoration: none;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;

}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.privacy-check input[type="checkbox"] {
    all: revert !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    accent-color: #285e04 !important;
    cursor: pointer;
}

.privacy-check input[type="checkbox"]:focus,
.privacy-check input[type="checkbox"]:active {
    outline: none !important;
    box-shadow: none !important;
}

: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: var(--white);
    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);
}

.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;
}

.logo img{
    width:150px;
    height:98px;
    object-fit:contain
}

.nav-links{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:58px;
    height:100%;
    font-size:13px;
    letter-spacing:.8px
}

.nav-links a{
    height:100%;
    display:flex;
    align-items:center;
    position:relative
}

.nav-links a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:35px;
    height:2px;
    background:var(--gold);
    transform:scaleX(0);
    transition:.2s
}
.nav-links a:hover:after,
.nav-links a.active:after{
    transform:scaleX(1)
}

.nav-socials{
    display:flex;
    justify-content:flex-end;
    gap:25px;color:var(--gold2);
    font-size:22px
}

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

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

.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;
}

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:
        radial-gradient(circle at 50% 5%, rgba(196, 154, 90, 0.12), transparent 28%),
        linear-gradient(180deg, #f7f2eb, #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-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: #07314a;
        box-shadow: 0 18px 30px rgba(6, 40, 59, 0.12);
    }

    .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;
    }
}

/* miss pécs */
:root{
    --green:#00271d;
    --green2:#00382a;
    --green3:#001d16;
    --gold:#dca83d;
    --gold2:#f3c65b;
    --cream:#f6efdf;
    --muted:#c8c6ba
}

body{
    background:var(--green);
    color:var(--cream);
    font-family:Montserrat,Arial,sans-serif;
    line-height:1.7
}

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

.site-header{
    position:sticky;
    top:0;
    z-index:30;
    background:#001f17;
    border-bottom:1px solid rgba(220,168,61,.42)
}

.navbar{
    height:90px;
    width:min(100% - 90px,1450px);
    margin:auto;
    display:grid;
    grid-template-columns:260px 1fr 260px;
    align-items:center
}

.navbar .logo img{
    width:150px;
    height:98px;
    object-fit:contain
}

.nav-links{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:58px;height:100%;
    font-size:13px;
    letter-spacing:.8px
}

.nav-links a{
    height:100%;
    display:flex;
    align-items:center;
    position:relative
}

.nav-links a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:35px;
    height:2px;
    background:var(--gold);
    transform:scaleX(0);
    transition:.2s
}

.nav-links a:hover:after,
.nav-links a.active:after{
    transform:scaleX(1)
}

.nav-socials{
    display:flex;
    justify-content:flex-end;
    gap:25px;
    color:var(--gold2);
    font-size:22px
}

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

.footer{
    background:#001d16;
    border-top:1px solid rgba(220,168,61,.45);
    padding:48px 0 25px;
    color:var(--cream)
}

.footer-inner{
    width:min(100% - 90px,1300px);
    margin:auto;display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:35px
}

.footer-logo img{
    width:150px;
    height:105px;
    object-fit:contain
}

.footer-column{
    border-left:1px solid rgba(220,168,61,.25);
    padding-left:28px
}

.footer-column h4{
    color:var(--gold);
    font-size:10px;
    letter-spacing:1.7px;
    margin-bottom:13px
}

.footer-column a{
    display:block;
    color:#c8c8be;
    font-size:11px;
    margin:8px 0
}

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

.socials a{
    color:var(--gold);
    font-size:22px
}

.footer-bottom{
    width:min(100% - 90px,1300px);
    margin:35px auto 0;
    padding-top:17px;
    border-top:1px solid rgba(220,168,61,.2);
    text-align:center;color:#aaa99f;
    font-size:10px
}

.footer-bottom p+p{
    margin-top:3px
}

@media(max-width:900px){

    .navbar{
        height:86px;
        display:flex;
        justify-content:space-between;
        width:min(100% - 36px,1450px)
    }

    .navbar .logo img{
        width:110px;
        height:72px
    }

    .nav-links{
        position:absolute;
        top:86px;
        left:0;
        right:0;
        height:auto;
        display:none;
        flex-direction:column;
        gap:0;
        background:#001f17;
        border-bottom:1px solid rgba(220,168,61,.4)
    }

    .nav-toggle:checked~.nav-links{
        display:flex
    }
    
    .nav-links li,
    .nav-links a{
        width:100%;
        height:auto
    }
    
    .nav-links a{
        justify-content:center;
        padding:16px
    }
    
    .nav-socials{
        display:none
    }

    .nav-button{
        display:flex;
        flex-direction:column;
        gap:5px;
        cursor:pointer
    }
    .nav-button span{
        display:block;
        width:26px;
        height:2px;
        background:var(--gold)
    }
    
    .footer-inner{
        grid-template-columns:1fr 1fr;
        width:min(100% - 36px,1300px)
    }

    .footer-column{
        border-left:0;
        border-top:1px solid rgba(220,168,61,.22);
        padding:20px 0 0
    }
    
    .footer-logo{
        grid-column:1/-1
    }

    .footer-bottom{
        width:min(100% - 36px,1300px)
    }
}

@media(max-width:560px){
    .footer-inner{
        grid-template-columns:1fr
    }

    .footer-logo{
        grid-column:auto
    }
}
