/* _content/Website_BartaArtur/Components/Comps/AboutUs.razor.rz.scp.css */
:read-only[b-et88aezf84] {
    --navy-900: #0a1128;
    --navy-800: #0f172a;
    --gold-400: #fbbf24;
    --gold-500: #f59e0b;
    --gold-600: #d97706;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
}

/* SECTION */
.aboutus-section[b-et88aezf84] {
    padding: 8rem 0;
    background: linear-gradient(to bottom right, var(--navy-900), var(--navy-800), var(--navy-900));
    position: relative;
}

/* CONTAINER */
.aboutus-container[b-et88aezf84] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* GRID */
.aboutus-grid[b-et88aezf84] {
    display: grid;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .aboutus-grid[b-et88aezf84] {
        grid-template-columns: 1fr 1fr;
    }
}

/* IMAGE AREA */
.aboutus-images[b-et88aezf84] {
    position: relative;
}

.gold-blur[b-et88aezf84] {
    position: absolute;
    inset: -1rem;
    background: var(--gold-500);
    opacity: 0.10;
    filter: blur(80px);
    border-radius: 9999px;
}

.image-grid[b-et88aezf84] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.image-col[b-et88aezf84] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pad-top[b-et88aezf84] {
    padding-top: 3rem;
}

/* Image sizes */
.img-box[b-et88aezf84] {
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.img-h64[b-et88aezf84] {
    height: 16rem;
}

.img-h80[b-et88aezf84] {
    height: 20rem;
}

/* TEXT BLOCK */
.aboutus-text[b-et88aezf84] {
    color: white;
}

.gold-line[b-et88aezf84] {
    width: 5rem;
    height: 2px;
    background: var(--gold-500);
    margin-bottom: 1.5rem;
}

.aboutus-title[b-et88aezf84] {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
}

.aboutus-p[b-et88aezf84] {
    color: var(--gray-300);
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

    .aboutus-p.muted[b-et88aezf84] {
        color: var(--gray-400);
    }

/* STATS */
.aboutus-stats[b-et88aezf84] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    border-top: 1px solid rgba(245, 158, 11, 0.2);
    padding-top: 2rem;
    margin-top: 2rem;
}

.stat-number[b-et88aezf84] {
    font-family: "Playfair Display", serif;
    color: var(--gold-500);
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}

.stat-label[b-et88aezf84] {
    color: var(--gray-400);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}
/* _content/Website_BartaArtur/Components/Comps/Collection.razor.rz.scp.css */
:read-only[b-52ptv3c0e4] {
    --navy-800: #0f172a;
    --navy-900: #0a1128;
    --gold-500: #f59e0b;
    --gold-400: #fbbf24;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
}

/* SECTION */
.collection-section[b-52ptv3c0e4] {
    padding: 8rem 0;
    background: var(--navy-900);
}

/* WRAPPER */
.collection-container[b-52ptv3c0e4] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* HEADER */
.collection-header[b-52ptv3c0e4] {
    text-align: center;
    margin-bottom: 5rem;
}

.gold-line[b-52ptv3c0e4] {
    width: 5rem;
    height: 1px;
    background: var(--gold-500);
    margin: 0 auto 1.5rem auto;
}

.collection-title[b-52ptv3c0e4] {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    margin-bottom: 1rem;
}

.collection-subtitle[b-52ptv3c0e4] {
    color: var(--gray-400);
    font-size: 1.2rem;
    max-width: 40rem;
    margin: 0 auto;
}

/* GRID */
.collection-grid[b-52ptv3c0e4] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .collection-grid[b-52ptv3c0e4] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* CARD */
.collection-card[b-52ptv3c0e4] {
    position: relative;
    overflow: hidden;
    background: var(--navy-800);
    border: 1px solid rgba(245, 158, 11, 0.2);
    transition: border 0.5s;
}

    .collection-card:hover[b-52ptv3c0e4] {
        border-color: rgba(245, 158, 11, 0.6);
    }

/* IMAGE WRAPPER */
.card-image-wrapper[b-52ptv3c0e4] {
    position: relative;
    height: 24rem;
    overflow: hidden;
}

.card-image[b-52ptv3c0e4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.collection-card:hover .card-image[b-52ptv3c0e4] {
    transform: scale(1.1);
}

/* GRADIENT OVERLAY */
.card-gradient[b-52ptv3c0e4] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--navy-900), rgba(10, 17, 40, 0.6), transparent);
}

/* TEXT AREA */
.card-text[b-52ptv3c0e4] {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    width: 100%;
}

.card-subtitle[b-52ptv3c0e4] {
    color: var(--gold-500);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
}

.card-title[b-52ptv3c0e4] {
    color: white;
    font-size: 2rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 1.2rem;
}

/* BUTTON */
.card-btn[b-52ptv3c0e4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    padding-bottom: 0.15rem;
    border: none;
    border-bottom: 1px solid var(--gold-500);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    background: none;
    cursor: pointer;
    transition: all 0.3s;
}

.collection-card:hover .card-btn[b-52ptv3c0e4] {
    gap: 1rem;
}
/* _content/Website_BartaArtur/Components/Comps/Contact.razor.rz.scp.css */
:read-only[b-86doijoeeg] {
    --navy-800: #0f172a;
    --navy-900: #0a1128;
    --gold-400: #fbbf24;
    --gold-500: #f59e0b;
    --gold-600: #d97706;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
}

/* SECTION */
.contact-section[b-86doijoeeg] {
    position: relative;
    padding: 8rem 0;
    background: var(--navy-800);
    overflow: hidden;
}

/* BACKGROUND PATTERN */
.contact-pattern[b-86doijoeeg] {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient( 45deg, transparent 0 48%, var(--gold-600) 49%, var(--gold-600) 51%, transparent 52% );
    background-size: 32px 32px;
}

/* CONTENT WRAPPER */
.contact-container[b-86doijoeeg] {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}

/* HEADER */
.contact-header[b-86doijoeeg] {
    text-align: center;
    margin-bottom: 5rem;
}

.gold-line[b-86doijoeeg] {
    width: 5rem;
    height: 1px;
    background: var(--gold-500);
    margin: 0 auto 1.5rem auto;
}

.contact-title[b-86doijoeeg] {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    color: white;
    margin-bottom: 1rem;
}

.contact-subtitle[b-86doijoeeg] {
    color: var(--gray-400);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* GRID */
.contact-grid[b-86doijoeeg] {
    display: grid;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .contact-grid[b-86doijoeeg] {
        grid-template-columns: 1fr 1fr;
    }
}

/* LEFT INFO BLOCKS */
.contact-info[b-86doijoeeg] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-block[b-86doijoeeg] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.info-icon[b-86doijoeeg] {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--gold-500);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.info-title[b-86doijoeeg] {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}

.info-text[b-86doijoeeg] {
    color: var(--gray-400);
}

.info-meta[b-86doijoeeg] {
    color: var(--gray-500);
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

/* FORM */
.contact-form[b-86doijoeeg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-input[b-86doijoeeg],
.contact-textarea[b-86doijoeeg] {
    width: 100%;
    background: rgba(10, 17, 40, 0.5);
    border: 1px solid rgba(245, 158, 11, 0.2);
    padding: 1rem 1.5rem;
    color: white;
    font-size: 1rem;
    transition: border 0.3s;
}

    .contact-input[b-86doijoeeg]::placeholder,
    .contact-textarea[b-86doijoeeg]::placeholder {
        color: var(--gray-500);
    }

    .contact-input:focus[b-86doijoeeg],
    .contact-textarea:focus[b-86doijoeeg] {
        border-color: var(--gold-500);
        outline: none;
    }

.contact-btn[b-86doijoeeg] {
    width: 100%;
    background: var(--gold-500);
    color: var(--navy-900);
    padding: 1rem 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

    .contact-btn:hover[b-86doijoeeg] {
        background: var(--gold-400);
    }




/* -------------------------------
   FORM – HIÁNYZÓ STÍLUSOK
--------------------------------*/

/* Validation error text */
.val-err[b-86doijoeeg] {
    color: #ff4d4f;
    font-size: 0.9rem;
    margin-top: -0.5rem;
}

/* Honeypot – invisible */
.hp[b-86doijoeeg] {
    position: absolute;
    left: -5000px;
    opacity: 0;
    pointer-events: none;
}

/* Consent checkbox */
.consent[b-86doijoeeg] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--gray-400);
    font-size: 0.95rem;
    line-height: 1.4;
}

    .consent a[b-86doijoeeg] {
        color: var(--gold-500);
        text-decoration: underline;
    }

.checkbox[b-86doijoeeg] {
    width: 18px;
    height: 18px;
    accent-color: var(--gold-500);
}

/* Success / Error messages */
.msg[b-86doijoeeg] {
    font-size: 1rem;
    margin-top: 0.2rem;
}

    .msg.ok[b-86doijoeeg] {
        color: #4ade80; /* zöld, de luxus verzió */
    }

    .msg.err[b-86doijoeeg] {
        color: #ff4d4f;
    }

/* Submit button — disabled state */
.contact-btn[disabled][b-86doijoeeg] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Textarea resize */
.contact-textarea[b-86doijoeeg] {
    resize: vertical;
}
/* _content/Website_BartaArtur/Components/Comps/Features.razor.rz.scp.css */
:read-only[b-golpkywfu9] {
    --navy-800: #0f172a;
    --navy-900: #0a1128;
    --gold-500: #f59e0b;
    --gold-600: #d97706;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
}

/* SECTION */
.features-section[b-golpkywfu9] {
    position: relative;
    padding: 8rem 0;
    background: var(--navy-800);
    overflow: hidden;
}

/* BACKGROUND PATTERN */
.features-pattern[b-golpkywfu9] {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 2px 2px, var(--gold-600) 1px, transparent 0);
    background-size: 48px 48px;
}

/* MAIN CONTAINER */
.features-container[b-golpkywfu9] {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}

/* TITLE AREA */
.features-header[b-golpkywfu9] {
    text-align: center;
    margin-bottom: 5rem;
}

.gold-line[b-golpkywfu9] {
    width: 5rem;
    height: 1px;
    background: var(--gold-500);
    margin: 0 auto 1.5rem auto;
}

.features-title[b-golpkywfu9] {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    color: white;
    margin-bottom: 1rem;
}

.features-subtitle[b-golpkywfu9] {
    color: var(--gray-400);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* GRID */
.features-grid[b-golpkywfu9] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .features-grid[b-golpkywfu9] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid[b-golpkywfu9] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* FEATURE CARD */
.feature-card[b-golpkywfu9] {
    position: relative;
    background: rgba(10, 17, 40, 0.5);
    border: 1px solid rgba(245, 158, 11, 0.2);
    padding: 2rem;
    backdrop-filter: blur(6px);
    transition: all 0.5s;
    overflow: hidden;
}

    .feature-card:hover[b-golpkywfu9] {
        border-color: rgba(245, 158, 11, 0.6);
    }

/* GOLD HOVER GLOW */
.feature-glow[b-golpkywfu9] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(245, 158, 11, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.5s;
}

.feature-card:hover .feature-glow[b-golpkywfu9] {
    opacity: 1;
}

/* CONTENT */
.feature-inner[b-golpkywfu9] {
    position: relative;
    z-index: 2;
}

    .feature-inner svg[b-golpkywfu9] {
        color: var(--gold-500);
    }

    .feature-icon[b-golpkywfu9] {
        margin-bottom: 1.5rem;
        transition: transform 0.3s;
    }

.feature-card:hover .feature-icon[b-golpkywfu9] {
    transform: scale(1.12);
}

.feature-title[b-golpkywfu9] {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1rem;
}

.feature-desc[b-golpkywfu9] {
    color: var(--gray-400);
    line-height: 1.6;
}
/* _content/Website_BartaArtur/Components/Comps/Footer.razor.rz.scp.css */
:read-only[b-zpurum4t1r] {
    --navy-900: #0a1128;
    --gold-500: #f59e0b;
    --gold-400: #fbbf24;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
}

/* MAIN CONTAINER */
.footer[b-zpurum4t1r] {
    background: var(--navy-900);
    border-top: 1px solid rgba(245, 158, 11, 0.2);
    padding: 4rem 0;
    position: relative;
}

.footer-container[b-zpurum4t1r] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* GRID */
.footer-grid[b-zpurum4t1r] {
    display: grid;
    gap: 3rem;
}

@media (min-width: 768px) {
    .footer-grid[b-zpurum4t1r] {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

/* BRAND SECTION */
.footer-logo[b-zpurum4t1r] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.logo-box[b-zpurum4t1r] {
    width: 2.6rem;
    height: 2.6rem;
    border: 2px solid var(--gold-500);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-letter[b-zpurum4t1r] {
    color: var(--gold-500);
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.logo-text[b-zpurum4t1r] {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.footer-desc[b-zpurum4t1r] {
    color: var(--gray-400);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 350px;
}

/* SOCIAL ICONS */
.footer-social[b-zpurum4t1r] {
    display: flex;
    gap: 1rem;
}

.social-btn[b-zpurum4t1r] {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(245, 158, 11, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray-400);
    transition: all 0.3s;
}

    .social-btn:hover[b-zpurum4t1r] {
        color: var(--gold-500);
        border-color: var(--gold-500);
    }

/* LINK SECTIONS */
.footer-title[b-zpurum4t1r] {
    color: white;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.12em;
}

.footer-list[b-zpurum4t1r] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link[b-zpurum4t1r] {
    color: var(--gray-400);
    font-size: 0.95rem;
    transition: color 0.3s;
}

    .footer-link:hover[b-zpurum4t1r] {
        color: var(--gold-500);
    }

/* BOTTOM BAR */
.footer-bottom[b-zpurum4t1r] {
    border-top: 1px solid rgba(245, 158, 11, 0.2);
    margin-top: 3rem;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-small[b-zpurum4t1r] {
    color: var(--gray-500);
    font-size: 0.85rem;
}

a[b-zpurum4t1r] {
    text-decoration:none;
}
/* _content/Website_BartaArtur/Components/Comps/GoldRibbons.razor.rz.scp.css */
/* A container tedd a layout tetejére; teljesen transzparens, csak arany stroke-ok. */
.gold-lines[b-c4hxghdocy] {
    position: relative;
    width: 100%;
    height: 0;
    /* A rajzolt illusztráció a jobb felső sarokban lebeg, nem tolja el a tartalmat */
}

.gold-lines-svg[b-c4hxghdocy] {
    position: absolute;
    top: 0;
    right: 0;
    width: min(46vw, 680px);
    height: auto;
    /* NINCS háttér */
    background: transparent;
    overflow: visible;
    pointer-events: none;
}

/* Arany vonalak – minimal, elegáns */
.gold-line[b-c4hxghdocy] {
    fill: none;
    stroke: url(#gold-grad);
    stroke-width: 2.4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.95;
}

.gold-line-thin[b-c4hxghdocy] {
    stroke-width: 1.8px;
    opacity: 0.9;
}

.gold-line-fine[b-c4hxghdocy] {
    stroke-width: 1.4px;
    opacity: 0.85;
}

/* Mobilon kisebb, hogy ne fedje a tartalmat */
@media (max-width: 768px) {
    .gold-lines-svg[b-c4hxghdocy] {
        width: min(70vw, 420px);
    }
}
/* _content/Website_BartaArtur/Components/Comps/Header.razor.rz.scp.css */
:read-only[b-2j67pa2gmt] {
    --navy-900: #0a1128;
    --gold-500: #f59e0b;
    --gold-400: #fbbf24;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
}

/* HEADER WRAPPER */
.header[b-2j67pa2gmt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all 0.3s;
}

/* BLURRED BACKGROUND */
.header-bg[b-2j67pa2gmt] {
    position: absolute;
    inset: 0;
    background: rgba(10, 17, 40, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

/* NAV LAYOUT */
.header-nav[b-2j67pa2gmt] {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo[b-2j67pa2gmt] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.logo-box[b-2j67pa2gmt] {
    width: 2.6rem;
    height: 2.6rem;
    border: 2px solid var(--gold-500);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-letter[b-2j67pa2gmt] {
    color: var(--gold-500);
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.logo-text[b-2j67pa2gmt] {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

/* DESKTOP NAV LINKS */
.nav-links[b-2j67pa2gmt] {
    display: none;
}

@media (min-width: 768px) {
    .nav-links[b-2j67pa2gmt] {
        display: flex;
        align-items: center;
        gap: 3rem;
    }
}

.nav-link[b-2j67pa2gmt] {
    color: var(--gray-300);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s;
}

    .nav-link:hover[b-2j67pa2gmt] {
        color: var(--gold-500);
    }

/* DESKTOP INQUIRE BUTTON */
.inquire-btn[b-2j67pa2gmt] {
    display: none;
}

@media (min-width: 768px) {
    .inquire-btn[b-2j67pa2gmt] {
        display: block;
        border: 1px solid var(--gold-500);
        color: var(--gold-500);
        padding: 0.5rem 1.5rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        background: transparent;
        transition: all 0.3s;
    }

        .inquire-btn:hover[b-2j67pa2gmt] {
            background: var(--gold-500);
            color: var(--navy-900);
        }
}

/* MOBILE MENU BUTTON */
.mobile-toggle[b-2j67pa2gmt] {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
}

@media (min-width: 768px) {
    .mobile-toggle[b-2j67pa2gmt] {
        display: none;
    }
}

/* MOBILE MENU DROPDOWN */
.mobile-menu[b-2j67pa2gmt] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 17, 40, 0.95);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.mobile-inner[b-2j67pa2gmt] {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-link[b-2j67pa2gmt] {
    color: var(--gray-300);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    transition: color 0.3s;
}

    .mobile-link:hover[b-2j67pa2gmt] {
        color: var(--gold-500);
    }

.mobile-inquire[b-2j67pa2gmt] {
    border: 1px solid var(--gold-500);
    color: var(--gold-500);
    padding: 0.6rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background: transparent;
    transition: all 0.3s;
}

    .mobile-inquire:hover[b-2j67pa2gmt] {
        background: var(--gold-500);
        color: var(--navy-900);
    }



/* LANGUAGE DROPDOWN */
.lang-wrapper[b-2j67pa2gmt] {
    position: relative;
}

.lang-dropdown[b-2j67pa2gmt] {
    position: absolute;
    top: 120%;
    right: 0;
    background: rgba(10, 17, 40, 0.95);
    border: 1px solid rgba(245, 158, 11, 0.3);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0;
    border-radius: 4px;
    width: 140px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.lang-item[b-2j67pa2gmt] {
    padding: 0.5rem 1rem;
    text-align: left;
    background: transparent;
    border: none;
    color: var(--gray-300);
    cursor: pointer;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

    .lang-item:hover[b-2j67pa2gmt] {
        background: rgba(245, 158, 11, 0.15);
        color: var(--gold-500);
    }

/* MOBILE LANG DROPDOWN */
.mobile-lang-dropdown[b-2j67pa2gmt] {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-lang-item[b-2j67pa2gmt] {
    color: var(--gray-300);
    text-transform: uppercase;
    border: 1px solid var(--gold-500);
    padding: 0.6rem 1.5rem;
    background: transparent;
    text-align: center;
}

    .mobile-lang-item:hover[b-2j67pa2gmt] {
        background: var(--gold-500);
        color: var(--navy-900);
    }
/* _content/Website_BartaArtur/Components/Comps/Hero.razor.rz.scp.css */
/* Root colors */
:read-only[b-41ke2cbdav] {
    --navy-900: #0a1128;
    --navy-800: #0f172a;
    --gold-400: #fbbf24;
    --gold-500: #f59e0b;
    --gold-600: #d97706;
    --gray-300: #d1d5db;
}

/* Main wrapper */
.hero[b-41ke2cbdav] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Background gradient */
.hero-bg[b-41ke2cbdav] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, var(--navy-900), var(--navy-800), var(--navy-900));
    z-index: 0;
}

/* Light spots */
.hero-lights[b-41ke2cbdav] {
    position: absolute;
    inset: 0;
    opacity: 0.10;
    z-index: 2;
}

.light[b-41ke2cbdav] {
    position: absolute;
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    filter: blur(60px);
}

.light-left[b-41ke2cbdav] {
    background: var(--gold-500);
    top: 5rem;
    left: 5rem;
}

.light-right[b-41ke2cbdav] {
    background: var(--gold-600);
    bottom: 5rem;
    right: 5rem;
}

/* Inner content */
.hero-inner[b-41ke2cbdav] {
    position: relative;
    z-index: 10;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

/* Line + subtitle */
.hero-topline[b-41ke2cbdav] {
    margin-bottom: 1.5rem;
}

.hero-line[b-41ke2cbdav] {
    width: 5rem;
    height: 1px;
    background: var(--gold-500);
    margin: 0 auto 2rem auto;
}

.hero-subtitle[b-41ke2cbdav] {
    color: var(--gold-500);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.9rem;
    font-weight: 300;
}

/* Title */
.hero-title[b-41ke2cbdav] {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.5rem, 8vw, 8rem);
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.gold-dot[b-41ke2cbdav] {
    color: var(--gold-500);
}

/* Description */
.hero-desc[b-41ke2cbdav] {
    color: var(--gray-300);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    max-width: 650px;
    margin: 0 auto 3rem auto;
    font-weight: 300;
    line-height: 1.6;
}

/* Button */
.hero-btn[b-41ke2cbdav] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold-500);
    color: var(--navy-900);
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: background 0.3s;
}

    .hero-btn:hover[b-41ke2cbdav] {
        background: var(--gold-400);
    }

.btn-hover[b-41ke2cbdav] {
    position: absolute;
    inset: 0;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: 0;
}

.hero-btn:hover .btn-hover[b-41ke2cbdav] {
    transform: scaleX(1);
}

.hero-btn span[b-41ke2cbdav] {
    position: relative;
    z-index: 10;
}

/* Arrow */
.hero-arrow[b-41ke2cbdav] {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce-b-41ke2cbdav 1.7s infinite;
}

@keyframes bounce-b-41ke2cbdav {
    0%, 100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 12px);
    }
}


.hero-bg-image[b-41ke2cbdav] {
    position: absolute;
    inset: 0;
    background-image: url('/images/hero-bg.jpg'); /* <- ide a háttérkép */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
    z-index: 1; /* a gradient fölé, a fények alatt */
}

.vip-bold[b-41ke2cbdav] {
    font-weight: 1000; /* extra vastag */
    letter-spacing: -0.02em;
}

.vip-thin[b-41ke2cbdav] {
    font-weight: 100; /* sokkal vékonyabb */
    margin-left: 0.05em;
    color: var(--gold-400)
}
/* _content/Website_BartaArtur/Components/Comps/IllustrationCurves.razor.rz.scp.css */
/* csak arany vonalak – teljesen transzparens háttér */
.illus[b-4ei92q6fo5] {
    /* a szülő (pl. layout fő konténer) legyen position: relative */
}

.illus-item[b-4ei92q6fo5] {
    position: absolute;
    pointer-events: none;
    z-index: -10; /* háttérbe */
}

.illus-svg[b-4ei92q6fo5] {
    display: block;
    background: transparent;
    width: 100%;
    height: auto;
}

/* Pozícionálás – a te Tailwind mintádat másolja plain CSS-ben */
.pos-1[b-4ei92q6fo5] {
    left: 50%;
    top: 0;
    transform: translateX(-25%);
    width: 846px; /* mint a példában */
    height: 594px;
}

.pos-2[b-4ei92q6fo5] {
    left: 50%;
    top: 400px;
    margin-top: -20px; /* -mt-20 */
    transform: translateX(-100%); /* -translate-x-full */
    width: 760px;
    height: 668px;
    opacity: 0.5;
}

.pos-3[b-4ei92q6fo5] {
    left: 50%;
    top: 440px;
    transform: translateX(-33.333%); /* -translate-x-1/3 */
    width: 760px;
    height: 668px;
}

/* Reszponzív: mobilon kisebb, hogy ne érjen bele a tartalomba */
@media (max-width: 768px) {
    .pos-1[b-4ei92q6fo5] {
        width: 520px;
        height: auto;
    }

    .pos-2[b-4ei92q6fo5] {
        width: 520px;
    }

    .pos-3[b-4ei92q6fo5] {
        width: 520px;
    }
}
/* _content/Website_BartaArtur/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ebz0cm18ub] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ebz0cm18ub] {
    flex: 1;
}

.sidebar[b-ebz0cm18ub] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ebz0cm18ub] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ebz0cm18ub]  a, .top-row[b-ebz0cm18ub]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ebz0cm18ub]  a:hover, .top-row[b-ebz0cm18ub]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ebz0cm18ub]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ebz0cm18ub] {
        justify-content: space-between;
    }

    .top-row[b-ebz0cm18ub]  a, .top-row[b-ebz0cm18ub]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ebz0cm18ub] {
        flex-direction: row;
    }

    .sidebar[b-ebz0cm18ub] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ebz0cm18ub] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ebz0cm18ub]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ebz0cm18ub], article[b-ebz0cm18ub] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ebz0cm18ub] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ebz0cm18ub] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Website_BartaArtur/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lznm08zr8p] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lznm08zr8p] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lznm08zr8p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lznm08zr8p] {
    font-size: 1.1rem;
}

.bi[b-lznm08zr8p] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lznm08zr8p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lznm08zr8p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lznm08zr8p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lznm08zr8p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lznm08zr8p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lznm08zr8p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lznm08zr8p]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lznm08zr8p]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lznm08zr8p]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lznm08zr8p] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lznm08zr8p] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lznm08zr8p] {
        display: none;
    }

    .nav-scrollable[b-lznm08zr8p] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
