/* Font Imports */

/* Inter font imports (TTF) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Manrope font import (variable TTF, weight axis 200-800 */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Variable.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

/* Liberation Serif (Regular) */
@font-face {
    font-family: 'Liberation Serif';
    src: url('../fonts/LiberationSerif/LiberationSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Playfair Display (Regular, instanced from the variable font at wght=400) */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Amsterdam Signature Four */
@font-face {
    font-family: 'Amsterdam Signature Four';
    src: url('../fonts/AmsterdamSignatureFour/Amsterdam Four_ttf_400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* End Font Imports */

/* Default Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-inter: 'Inter', sans-serif;
    --font-manrope: 'Manrope', sans-serif;
    --font-amsterdam: 'Amsterdam Signature Four', 'Parisienne', cursive;
    --font-liberation-serif: 'Liberation Serif', 'Times New Roman', Times, serif;
    --font-playfair: 'Playfair Display', Georgia, serif;

    --color-white: #FFFFFF;
    --color-black: #000000;

    /* Fejes Gabriella palette */
    --fg-mauve: #824F65;
    --fg-pink: #FBC6D5;
    --fg-ink: #3E4945;
}

body {
    letter-spacing: 0;
    font-family: var(--font-manrope);
    color: #282729;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.font-family-inter * {
    font-family: var(--font-inter) !important;
}

.font-family-manrope * {
    font-family: var(--font-manrope) !important;
}

.font-family-amsterdam * {
    font-family: var(--font-amsterdam) !important;
}

.font-family-liberation-serif * {
    font-family: var(--font-liberation-serif) !important;
}

.font-family-playfair * {
    font-family: var(--font-playfair) !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-size-70 * {
    font-size: clamp(39px, 2.9108vw + 28.0845px, 70px) !important;
}

.font-size-60 * {
    font-size: clamp(37px, 2.1596vw + 28.9014px, 60px) !important;
}

.font-size-62 * {
    font-size: clamp(37px, 2.3474vw + 28.1972px, 62px) !important;
}

.font-size-64 * {
    font-size: clamp(38px, 2.4413vw + 28.8451px, 64px) !important;
}

.font-size-48 * {
    font-size: clamp(34px, 1.3146vw + 29.0702px, 48px) !important;
}

.font-size-45 * {
    font-size: clamp(33px, 1.1268vw + 28.7746px, 45px) !important;
}

.font-size-50 * {
    font-size: clamp(34px, 1.5023vw + 28.3663px, 50px) !important;
}

.font-size-55 * {
    font-size: clamp(35px, 1.8779vw + 27.9579px, 55px) !important;
}

.font-size-44 * {
    font-size: clamp(33px, 1.0329vw + 29.1268px, 44px) !important;
}

.font-size-40 * {
    font-size: clamp(31px, 0.8451vw + 27.8310px, 40px) !important;
}

.font-size-36 * {
    font-size: clamp(29px, 0.6573vw + 26.5352px, 36px) !important;
}

.font-size-32 * {
    font-size: clamp(27px, 0.4695vw + 25.2394px, 32px) !important;
}

.font-size-30 * {
    font-size: clamp(26px, 0.3756vw + 24.5915px, 30px) !important;
}

.font-size-28 * {
    font-size: clamp(24px, 0.3756vw + 22.5915px, 28px) !important;
}

.font-size-26 * {
    font-size: clamp(23px, 0.2817vw + 21.9437px, 26px) !important;
}

.font-size-25 * {
    font-size: clamp(22px, 0.2817vw + 20.9437px, 25px) !important;
}

.font-size-24 * {
    font-size: clamp(21px, 0.2817vw + 19.9437px, 24px) !important;
}

.font-size-22 * {
    font-size: clamp(20px, 0.1878vw + 19.2958px, 22px) !important;
}

.font-size-20 * {
    font-size: clamp(19px, 0.0939vw + 18.6479px, 20px) !important;
}

.font-size-19 * {
    font-size: clamp(18px, 0.0939vw + 17.6479px, 19px) !important;
}

.font-size-18 * {
    font-size: clamp(17px, 0.0939vw + 16.6479px, 18px) !important;
}

.font-size-16 * {
    font-size: clamp(15px, 0.0939vw + 14.6479px, 16px) !important;
}

.font-size-15 * {
    font-size: clamp(14px, 0.0939vw + 13.6479px, 15px) !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}

.font-size-10 * {
    font-size: 10px !important;
}

b {
    font-weight: 600 !important;
}

strong {
    font-weight: 700 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

/* Pixel-exact line-heights (used when the Figma node specifies "Line height" in px, not % */
.line-height-70px * {
    line-height: 70px !important;
}

.line-height-30px * {
    line-height: 30px !important;
}

.line-height-29\.25px * {
    line-height: 29.25px !important;
}

.line-height-24px * {
    line-height: 24px !important;
}

.line-height-19\.6px * {
    line-height: 19.6px !important;
}

.line-height-60px * {
    line-height: 60px !important;
}

.line-height-56px * {
    line-height: 56px !important;
}

.line-height-32px * {
    line-height: 32px !important;
}

.line-height-16px * {
    line-height: 16px !important;
}

.line-height-25px * {
    line-height: 25px !important;
}

.line-height-20px * {
    line-height: 20px !important;
}

.line-height-12px * {
    line-height: 12px !important;
}

.line-height-15px * {
    line-height: 15px !important;
}

.line-height-31\.2px * {
    line-height: 31.2px !important;
}

.line-height-16\.8px * {
    line-height: 16.8px !important;
}

.line-height-48px * {
    line-height: 48px !important;
}

.line-height-25\.6px * {
    line-height: 25.6px !important;
}

.line-height-33\.6px * {
    line-height: 33.6px !important;
}

.line-height-28\.8px * {
    line-height: 28.8px !important;
}

.line-height-41\.6px * {
    line-height: 41.6px !important;
}

.line-height-36px * {
    line-height: 36px !important;
}

.line-height-22\.75px * {
    line-height: 22.75px !important;
}

.line-height-45px * {
    line-height: 45px !important;
}

.line-height-61\.6px * {
    line-height: 61.6px !important;
}

.line-height-36\.4px * {
    line-height: 36.4px !important;
}

.line-height-13px * {
    line-height: 13px !important;
}

.line-height-28px * {
    line-height: 28px !important;
}

.line-height-16px * {
    line-height: 16px !important;
}

.line-height-40px * {
    line-height: 40px !important;
}

.line-height-26px * {
    line-height: 26px !important;
}

.line-height-43\.2px * {
    line-height: 43.2px !important;
}

.line-height-25\.2px * {
    line-height: 25.2px !important;
}

.line-height-21px * {
    line-height: 21px !important;
}

/* Letter-spacing: match the Figma value; PERCENT -> em, PIXELS -> px */
.letter-spacing-n3pct * {
    letter-spacing: -0.03em !important;
}

.letter-spacing-4pct * {
    letter-spacing: 0.04em !important;
}

.letter-spacing-0\.7px * {
    letter-spacing: 0.7px !important;
}

.letter-spacing-n0\.96px * {
    letter-spacing: -0.96px !important;
}

.letter-spacing-n1\.28px * {
    letter-spacing: -1.28px !important;
}

.letter-spacing-3\.2px * {
    letter-spacing: 3.2px !important;
}

.letter-spacing-2\.6px * {
    letter-spacing: 2.6px !important;
}

.letter-spacing-1\.3px * {
    letter-spacing: 1.3px !important;
}

.letter-spacing-5\.2px * {
    letter-spacing: 5.2px !important;
}

.letter-spacing-6\.5px * {
    letter-spacing: 6.5px !important;
}

.letter-spacing-4\.8px * {
    letter-spacing: 4.8px !important;
}

.letter-spacing-n2\.4px * {
    letter-spacing: -2.4px !important;
}

.letter-spacing-0\.6px * {
    letter-spacing: 0.6px !important;
}

.letter-spacing-0\.75px * {
    letter-spacing: 0.75px !important;
}

.letter-spacing-1\.4px * {
    letter-spacing: 1.4px !important;
}

.letter-spacing-0\.35px * {
    letter-spacing: 0.35px !important;
}

.letter-spacing-0\.36px * {
    letter-spacing: 0.36px !important;
}

.letter-spacing-0\.8px * {
    letter-spacing: 0.8px !important;
}

.letter-spacing-0\.72px * {
    letter-spacing: 0.72px !important;
}

.letter-spacing-1\.2px * {
    letter-spacing: 1.2px !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.max-4-row-text * {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.max-3-row-text * {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.max-2-row-text * {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.max-1-row-text * {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

/* End Default Styles */

/* Buttons */

/* End Buttons */

/* Navbar */
.navbar {
    padding: 0;
}

.site-header {
    position: relative;
}

/* --- top mauve contact strip (Figma: TopNavBar, 1920x54, #824F65) --- */
.topbar-strip {
    background: var(--fg-mauve);
    border-bottom: 1px solid rgba(190, 201, 196, 0.2);
}

.topbar-inner {
    gap: 8px 45px;
    min-height: 54px;
    padding: 6px 0;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.topbar-item:hover {
    opacity: 0.8;
}

.topbar-icon {
    width: 37px;
    height: 31px;
    object-fit: contain;
    flex-shrink: 0;
}

/* --- main pink nav bar (Figma: TopNavBar, 1920x84, #FBC6D5) --- */
.main-nav {
    background: var(--fg-pink);
    border-bottom: 1px solid rgba(190, 201, 196, 0.2);
    padding: 0;
}

.main-nav>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 84px;
}

.main-nav-logo {
    color: var(--fg-mauve);
    flex-shrink: 0;
    line-height: 1;
}

.main-nav-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    /* Bootstrap's .navbar-collapse keeps flex-grow:1 at >=lg, so it fills the row */
    margin-left: auto;
}

/* links + CTA button share a 40px gap (Figma "Container") */
.main-nav-primary {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-nav-links a {
    color: var(--fg-ink);
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.main-nav-links a.is-active {
    color: var(--fg-mauve);
    border-bottom-color: var(--fg-mauve);
}

.main-nav-links a:hover {
    color: var(--fg-mauve);
}

.main-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fg-mauve);
    color: #FFFFFF;
    border-radius: 9999px;
    padding: 10px 32px;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.main-nav-cta:hover {
    background: #6d4054;
}

.main-nav-lang {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--fg-ink);
    flex-shrink: 0;
}

.main-nav-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.main-nav-flag {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: contain;
}

.main-nav-chevron {
    width: 12px;
    height: 12px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

/* hover / focus dropdown with the language options */
.main-nav-lang-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(130, 79, 101, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 30;
}

/* invisible bridge so the pointer can cross the gap without closing the menu */
.main-nav-lang-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.main-nav-lang:hover .main-nav-lang-menu,
.main-nav-lang:focus-within .main-nav-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav-lang:hover .main-nav-chevron,
.main-nav-lang:focus-within .main-nav-chevron {
    transform: rotate(180deg);
}

.main-nav-lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--fg-ink);
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.main-nav-lang-option:hover {
    background: #FBF6F2;
    color: var(--fg-mauve);
}

.main-nav-lang-option.is-active {
    color: var(--fg-mauve);
}

.main-nav-lang-option .main-nav-flag {
    width: 24px;
    height: 24px;
    border-radius: 5px;
}

.main-nav-lang-flag-en {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    flex-shrink: 0;
    background:
        linear-gradient(180deg, transparent 42%, #C8102E 42%, #C8102E 58%, transparent 58%),
        linear-gradient(90deg, transparent 42%, #C8102E 42%, #C8102E 58%, transparent 58%),
        #012169;
}

/* Foglalás pill shown next to the hamburger below the nav breakpoint */
.main-nav-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

/* --- hamburger / collapsed menu (< lg) --- */
.main-nav .navbar-toggler {
    border: none;
    padding: 4px 6px;
}

.main-nav .navbar-toggler:focus,
.main-nav .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(130,79,101,1)' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {

    .main-nav {
        position: relative;
    }

    .main-nav>.container {
        flex-wrap: nowrap;
    }

    /* collapse floats below the bar so its height animation never shifts the logo/hamburger row */
    .main-nav .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 30;
        padding: 0 12px 12px;
    }

    .main-nav-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        background: #FFFFFF;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(130, 79, 101, 0.12);
        padding: 20px;
        margin: 15px 0 0;
    }

    .main-nav-primary {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    /* the in-menu Foglalás pill is replaced by the one beside the hamburger */
    .main-nav-primary .main-nav-cta {
        display: none;
    }

    .main-nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .main-nav-lang-menu {
        left: 0;
        right: auto;
    }
}

/* End Navbar */

/* Hero Section  (Figma: Főoldal -> "Web 15", 1920x900) */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* Figma STRETCH matrix would vertically stretch the silk -> use a plain cover crop instead */
.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

/* Figma GRADIENT_LINEAR, stops white@1 (t=0) -> white@0 (t=1) */
.hero-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(154.24deg, rgba(255, 255, 255, 1) 4.33%, rgba(255, 255, 255, 0) 85.81%);
    pointer-events: none;
}

/* circular "VÁLASZD / FG / ÖNMAGAD!" emblem */
.hero-emblem {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 264px;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 550px;
}

.hero-heading {
    color: #1C1C19;
}

.hero-heading-accent {
    color: var(--fg-mauve);
}

.hero-desc {
    color: #3F3F3F;
    margin-top: 25px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 41px;
}

.hero-btn-primary,
.hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    border: 2px solid var(--fg-mauve);
    border-radius: 9999px;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.hero-btn-primary {
    background: var(--fg-mauve);
    color: #FFFFFF;
}

.hero-btn-primary:hover {
    background: #6d4054;
    border-color: #6d4054;
}

.hero-btn-outline {
    background: transparent;
    color: var(--fg-mauve);
}

.hero-btn-outline:hover {
    background: var(--fg-mauve);
    color: #FFFFFF;
}

@media (max-width: 1199.98px) {
    .hero-section {
        min-height: 760px;
    }

    .hero-emblem {
        width: 210px;
        height: 205px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 640px;
    }

    .hero-emblem {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 0;
        padding: 100px 0 64px;
    }

    .hero-emblem {
        width: 120px;
        height: 120px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        flex: 1 1 100%;
        padding: 16px 24px;
    }
}

/* End Hero Section */

/* "Miért én?" Section  (Figma: Főoldal -> "Miért én? Section", 1920x923) */
.miert-section {
    background: #FBF6F2;
}

.miert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.miert-photo-col {
    display: flex;
    justify-content: center;
}

/* the Figma mask is an irregular VECTOR blob */
.miert-blob-def {
    position: absolute;
    width: 0;
    height: 0;
}

.miert-photo {
    width: 460px;
    max-width: 100%;
    aspect-ratio: 460 / 615;
    object-fit: cover;
    object-position: center;
    clip-path: url(#miertBlob);
}

.miert-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
}

.miert-eyebrow {
    color: var(--fg-mauve);
}

/* shared "read more" link */
.miert-more,
.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    color: #DA98AA;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(102, 91, 101, 0.2);
}

.miert-more-arrow,
.blog-card-link img {
    width: 11px;
    height: 8px;
    flex-shrink: 0;
}

/* nudge the arrow to the right on hover */
.miert-more img,
.blog-card-link img,
.kiknek-card-link img,
.blog-viewall a img {
    transition: transform 0.25s ease;
}

.miert-more:hover img,
.blog-card-link:hover img,
.kiknek-card-link:hover img,
.blog-viewall a:hover img {
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .miert-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .miert-text-col {
        max-width: 100%;
    }
}

/* End "Miért én?" Section */

/* "Miben segíthetek?" Section  (Figma: Főoldal -> "Miben segíthetek? Section", 1920x1040) */
.help-section {
    position: relative;
    overflow: hidden;
    min-height: 1040px;
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
}

.help-bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* Figma IMAGE fill, imageScaleMode: STRETCH */
.help-bg-img {
    position: absolute;
    left: -30.489%;
    top: -30.958%;
    width: 137.590%;
    height: 141.683%;
    object-fit: cover;
}

/* Figma GRADIENT_LINEAR, stops white@0 (t=0) -> white@1 (t=1), vertical */
.help-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58.26%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.help-content {
    position: relative;
    z-index: 2;
    width: 780px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.help-card-eyebrow {
    color: var(--fg-mauve);
}

.help-card-heading {
    color: #020202;
}

.help-card-body {
    color: #020202;
}

.help-card-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fg-mauve);
    color: #FFFFFF;
    border-radius: 9999px;
    padding: 18px 50px;
    white-space: nowrap;
    transition: background-color 0.25s ease;
}

.help-card-btn:hover {
    background: #6d4054;
}

.help-mini-row {
    display: flex;
    gap: 45px;
}

.help-mini-card {
    flex: 1 1 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    text-align: center;
}

.help-mini-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.help-mini-label {
    color: #020202;
}

.help-mini-desc {
    color: #020202;
}

@media (max-width: 991.98px) {
    .help-section {
        min-height: 0;
        padding: 80px 0;
    }

    .help-mini-row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .help-mini-card {
        flex: 1 1 200px;
    }
}

@media (max-width: 575.98px) {
    .help-card {
        padding: 24px;
    }

    .help-card-btn {
        align-self: stretch;
        padding: 16px 24px;
    }

    .help-mini-card {
        flex: 1 1 100%;
    }
}

/* End "Miben segíthetek?" Section */

/* "Melyik ajtó hív téged?" Section  (Figma: Főoldal -> "Frame 1321314312", 1920x974) */
.door-section {
    position: relative;
    overflow: hidden;
    min-height: 974px;
    padding-top: 100px;
}

.door-bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* Figma IMAGE fill, imageScaleMode: STRETCH */
.door-bg-img {
    position: absolute;
    left: -0.17%;
    top: -40.11%;
    width: 100.190%;
    height: 157.356%;
    object-fit: cover;
}

/* Figma GRADIENT_LINEAR, stops white@1 (t=0) -> #666@0 (t=1), vertical */
.door-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(102, 102, 102, 0) 64.65%);
    pointer-events: none;
}

.door-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.door-card-eyebrow {
    color: #FF3A8F;
}

.door-card-heading {
    color: #383838;
}

.door-card-body {
    color: #202020;
}

@media (max-width: 991.98px) {
    .door-section {
        min-height: 0;
        padding: 64px 0;
    }
}

@media (max-width: 575.98px) {
    .door-card {
        padding: 24px;
    }
}

/* End "Melyik ajtó hív téged?" Section */

/* "Kiknek szól?" Section  (Figma: Főoldal -> "Kiknek szól? Section", 1920x1024) */
.kiknek-section {
    background: #FBF6F2;
}

.kiknek-grid {
    display: grid;
    grid-template-columns: 476fr 724fr;
    gap: 30px;
    align-items: center;
}

.kiknek-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 476px;
}

.kiknek-eyebrow {
    color: var(--fg-mauve);
}

.kiknek-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 4px;
}

.kiknek-btn-primary,
.kiknek-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 39px;
    border: 2px solid var(--fg-mauve);
    border-radius: 9999px;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.kiknek-btn-primary {
    background: var(--fg-mauve);
    color: #FFFFFF;
}

.kiknek-btn-primary:hover {
    background: #6d4054;
    border-color: #6d4054;
}

.kiknek-btn-outline {
    background: transparent;
    color: var(--fg-mauve);
}

.kiknek-btn-outline:hover {
    background: var(--fg-mauve);
    color: #FFFFFF;
}

/* --- cards (2x2) --- */
.kiknek-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.kiknek-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 400px;
    padding: 33px 32px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
}

.kiknek-card-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #5E2F44;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

/* the photo fills the whole circle */
.kiknek-card-icon img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    border-radius: 50%;
}

/* Gyógyító Szív icon: faint texture layer under the mandala */
.kiknek-card-icon--textured {
    position: relative;
    overflow: hidden;
}

.kiknek-card-icon-texture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    opacity: 0.2;
}

.kiknek-card-title {
    color: #111827;
    margin-bottom: 8px;
}

.kiknek-card-cat {
    color: #D1316B;
    margin-bottom: 16px;
}

.kiknek-card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.kiknek-card-divider span {
    display: block;
    width: 60px;
    height: 1px;
    background: #5E2F44;
}

.kiknek-card-divider img {
    width: 12px;
    height: auto;
}

.kiknek-card-desc {
    color: #374151;
    margin-bottom: 23px;
}

.kiknek-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 8px 24px;
    border-radius: 9999px;
    background: #FFFFFF;
    color: #D1316B;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.25s ease;
}

.kiknek-card-link:hover {
    box-shadow: 0 4px 10px rgba(209, 49, 107, 0.18);
}

.kiknek-card-link img {
    width: 11px;
    height: 8px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {

    .kiknek-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kiknek-text {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .kiknek-cards {
        grid-template-columns: 1fr;
    }

    .kiknek-btn-primary,
    .kiknek-btn-outline {
        flex: 1 1 100%;
        padding: 16px 24px;
    }
}

/* End "Kiknek szól?" Section */

/* Contact Section (Kapcsolat)  (Figma: Főoldal -> "Contact Section (Kapcsolat)", 1920x1099) */
.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-bg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Figma: flat SOLID #8C8C8C at 20% over the photo */
.contact-bg-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(140, 140, 140, 0.2);
}

.contact-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 96px 90px;
}

.contact-inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.contact-info {
    flex: 500 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.contact-info-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-eyebrow {
    color: var(--fg-mauve);
}

.contact-info-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 34px;
    border-left: 1px solid rgba(130, 79, 101, 0.2);
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info-label {
    color: var(--fg-mauve);
}

.contact-info-value {
    color: #303030;
}

.contact-info-emblem {
    width: 88px;
    height: 88px;
    object-fit: contain;
    opacity: 0.9;
}

/* --- right form panel --- */
.contact-form-panel {
    flex: 518 1 0;
    min-width: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    padding: 31px 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-field-label {
    color: rgba(75, 69, 74, 0.8);
}

/* inputs: bottom-border only, transparent bg (Figma). NB: classes are prefixed `contact-fld-` */
.contact-fld-input,
.contact-fld-select,
.contact-fld-textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(205, 196, 202, 0.4);
    background: transparent;
    padding: 10px 0;
    color: #1C1C19;
    font-family: var(--font-manrope);
    font-size: 16px;
    border-radius: 0;
}

/* .contact-form scope beats Bootstrap's `textarea.form-control` min-height (0,1,1) */
.contact-form .contact-fld-textarea,
.contact-fld-textarea {
    min-height: 200px;
    resize: vertical;
    line-height: 1.5;
}

.contact-fld-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 22px;
}

.contact-fld-input::placeholder,
.contact-fld-textarea::placeholder {
    color: #6B7280;
    opacity: 1;
}

.contact-fld-input:focus,
.contact-fld-select:focus,
.contact-fld-textarea:focus {
    outline: none;
    border-bottom-color: var(--fg-mauve);
}

/* beat the inherited kulcs .contact-input box styling under the validation combinators */
.contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(205, 196, 202, 0.4);
    border-radius: 0;
    padding: 10px 0;
}

.contact-form .was-validated .form-control:invalid,
.contact-form .form-control.is-invalid {
    border-width: 0 0 1px;
    background-position: right 2px center;
}

.contact-form .invalid-feedback {
    font-family: var(--font-manrope);
    font-size: 13px;
    color: #C0392B;
}

.contact-consents {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.contact-consent-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.contact-checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    border-radius: 5px;
    border: 0.7px solid #CCCCCC;
    background-color: #F6F6F6;
    accent-color: var(--fg-mauve);
}

.contact-consent-label {
    flex: 1 1 0;
    min-width: 0;
    color: #171717;
}

.contact-consent-row .invalid-feedback {
    flex-basis: 100%;
    margin-left: 30px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: var(--fg-mauve);
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.contact-submit-btn:hover {
    background: #6d4054;
}

@media (max-width: 991.98px) {
    .contact-card {
        padding: 48px 32px;
    }

    .contact-inner {
        flex-direction: column;
    }

    .contact-info,
    .contact-form-panel {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact-card {
        padding: 32px 20px;
    }

    .contact-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* End Contact Section */

/* Blog Section  (Figma: Főoldal -> "Blog Section", 1920x1022) */
.blog-section {
    background: #F0CEDF;
}

/* blog-lista.html: same component, lighter pink bg (Figma "Blog lista" frame) */
.blog-section--list {
    background: #F9ECF2;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
    margin-top: 30px;
}

.blog-pagination-arrow {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.blog-pagination-arrow:hover {
    opacity: 0.7;
}

.blog-pagination-arrow img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.blog-pagination-next img {
    transform: scaleX(-1);
}

.blog-pagination-num {
    color: #505050;
    transition: color 0.2s ease;
}

.blog-pagination-num.is-active {
    color: #5E2F44;
}

.blog-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 50px;
}

.blog-eyebrow {
    color: var(--fg-mauve);
    margin-bottom: 8px;
}

/* Bootstrap row: col-12 col-md-6 col-lg-4, g-4 gutters */
.blog-grid {
    --bs-gutter-y: 30px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(205, 196, 202, 0.2);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    padding: 21px 20px;
}

.blog-card-media {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 348 / 250.5;
    margin-bottom: 20px;
}

/* Figma IMAGE fill, imageScaleMode: STRETCH */
.blog-card-media img {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: fill;
}

.blog-card--1 .blog-card-media img {
    height: 208.377%;
    top: -77.955%;
}

.blog-card--2 .blog-card-media img {
    height: 133.333%;
    top: -16.667%;
}

.blog-card--3 .blog-card-media img {
    height: 246.975%;
    top: -105.033%;
}

/* Figma GRADIENT_LINEAR #E6C5CE 0->1 at opacity 0.6, vertical */
.blog-card-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(230, 197, 206, 0) 0%, rgba(230, 197, 206, 0.6) 100%);
    pointer-events: none;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.blog-card-meta span {
    display: block;
    width: 48px;
    height: 1px;
    background: var(--fg-mauve);
    flex-shrink: 0;
}

.blog-card-meta div {
    color: rgba(130, 79, 101, 0.7);
}

.blog-card-title {
    color: #1C1C19;
}

.blog-card-excerpt {
    color: #4B454A;
    margin-bottom: 15px;
}

/* End Blog Section */

/* Footer  (Figma: Főoldal -> "Footer", 1920x708) */
.site-footer {
    background: var(--fg-mauve);
    color: #EFEFEF;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(190, 201, 196, 0.3);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 380px;
    max-width: 505px;
}

.footer-logo {
    color: #FFFFFF;
}

.footer-brand-desc {
    color: #EFEFEF;
    max-width: 384px;
}

.footer-socials {
    display: flex;
    gap: 16px;
}

.footer-social {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.2s ease;
}

.footer-social:hover {
    background: rgba(255, 255, 255, 0.85);
}

.footer-social img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.footer-cols {
    display: flex;
    gap: 20px;
    flex: 1 1 700px;
}

.footer-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-col-title {
    color: #FFFFFF;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-links a,
.footer-contact-item a {
    color: #EFEFEF;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact-item a:hover {
    color: #FFFFFF;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-item img {
    width: 21px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-newsletter-form {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #6B7280;
    padding: 9px 12px;
}

.footer-newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #1C1C19;
    font-family: var(--font-manrope);
    font-size: 16px;
}

.footer-newsletter-form input::placeholder {
    color: #6B7280;
}

.footer-newsletter-form button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
}

.footer-newsletter-form button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #171717;
}

.footer-newsletter-consent input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 5px;
    border: 0.7px solid #CCCCCC;
    background-color: #F6F6F6;
    accent-color: var(--fg-mauve);
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(190, 201, 196, 0.3);
}

.footer-legal-title {
    color: #FFFFFF;
}

.footer-legal-text {
    color: #EFEFEF;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 24px;
    color: #EFEFEF;
}

.footer-bottom a {
    color: #EFEFEF;
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .footer-cols {
        flex-wrap: wrap;
        flex-basis: 100%;
    }

    .footer-col {
        flex: 1 1 220px;
    }
}

@media (max-width: 575.98px) {
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* End Footer */

/* Hero Little (small inner-page hero -- Figma: Szolgáltatások belső -> "Frame 1321314328") */
.hero-little {
    position: relative;
    overflow: hidden;
    min-height: 642px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-little-bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* Figma IMAGE fill, STRETCH (m00 1, m11 0.8151, m12 ~0): height% = 100/m11 */
.hero-little-bg-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 122.685%;
    object-fit: cover;
}

/* Figma GRADIENT_LINEAR (horizontal, 3-stop black, paint opacity 0.4) */
.hero-little-bg-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 19.71%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 80%);
}

.hero-little-content {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0 auto;
}

.hero-little-heading {
    color: #FFFFFF;
}

.hero-little-desc {
    color: #FFFFFF;
    margin-top: 25px;
}

/* light variant (blog-lista.html) -- FILL-mode bg photo, no dark band, dark text */
.hero-little--light .hero-little-bg-wrap img {
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.hero-little--light .hero-little-bg-wrap::after {
    display: none;
}

.hero-little--light .hero-little-heading {
    color: #1C1C19;
}

.hero-little--light .hero-little-desc {
    color: #3F3F3F;
}

@media (max-width: 991.98px) {
    .hero-little {
        min-height: 460px;
        padding: 40px 0;
    }
}

/* End Hero Little */

/* Service intro / content -- text+image row (Figma: Szolgáltatások belső -> */
.svc-intro {
    background: #FBF6F2;
}

.svc-intro-grid {
    display: grid;
    grid-template-columns: 534fr 666fr;
    gap: 30px;
    align-items: center;
}

.svc-intro-photo {
    width: 100%;
    aspect-ratio: 534 / 631;
    object-fit: cover;
    border-radius: 16px;
}

.svc-intro-body,
.svc-content-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 666px;
}

.svc-intro-eyebrow,
.svc-content-eyebrow {
    color: var(--fg-mauve);
}

/* --- "What to Expect" strip --- */
.expect-section {
    background: #F0CEDF;
    padding: 50px 0;
}

.expect-grid {
    display: flex;
    gap: 48px;
    justify-content: center;
}

.expect-item {
    flex: 1 1 0;
    max-width: 378px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.expect-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FDF9F5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.expect-label {
    color: #1C1C19;
}

.expect-desc {
    color: #373737;
}

/* --- service content row: text left + "Kiknek ajánlom?" card right --- */
.svc-content {
    padding: 100px 0;
}

.svc-content-grid {
    display: grid;
    grid-template-columns: 824fr 358fr;
    gap: 30px;
    align-items: center;
}

.svc-content-main {
    max-width: 824px;
}

.svc-recommend-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    align-self: stretch;
}

.svc-recommend-card-title {
    color: #111827;
    margin-bottom: 8px;
}

.svc-recommend-card-cat {
    color: #D1316B;
    margin-bottom: 16px;
}

.svc-recommend-card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.svc-recommend-card-divider span {
    display: block;
    width: 60px;
    height: 1px;
    background: #5E2F44;
}

.svc-recommend-card-divider img {
    width: 12px;
    height: auto;
}

.svc-recommend-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
    width: 100%;
}

.svc-recommend-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #3F3F3F;
}

.svc-recommend-list li img {
    width: 10px;
    height: 7px;
    margin-top: 8px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {

    .svc-intro,
    .svc-content {
        padding: 64px 0;
    }

    .svc-intro-grid,
    .svc-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .svc-intro-photo {
        max-width: 100%;
        max-height: 300px;
    }

    .expect-grid {
        flex-wrap: wrap;
        gap: 40px 24px;
    }

    .expect-item {
        flex: 1 1 240px;
    }
}

/* End Service intro / content */

/* Blog article (blog-belso.html) + Static Content */

.article-inner {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.article-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.article-title {
    color: #7B5455;
}

.article-lead {
    color: #5E5E5D;
}

.article-hero-img {
    width: 100%;
    aspect-ratio: 1230 / 432;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 32px 64px -15px rgba(123, 84, 85, 0.25);
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.article-back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #DA98AA;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(102, 91, 101, 0.2);
}

.article-back img {
    width: 11px;
    height: 8px;
    transform: scaleX(-1);
    flex-shrink: 0;
}

.article-date {
    color: #1C1C19;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 194, 194, 0.3);
}

.article-author-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #F4C2C2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.article-author-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-author-name {
    color: var(--fg-mauve);
}

.article-author-bio {
    color: #504444;
}

.blog-viewall {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

/* Static Content: server-sent article HTML, styled on the elements directly */
.static-content {
    font-family: var(--font-manrope);
    color: #1C1C19;
}

.static-content> :first-child {
    margin-top: 0;
    padding-top: 0;
}

.static-content h1,
.static-content h2,
.static-content h3 {
    font-family: var(--font-liberation-serif);
    color: #1C1C19;
    font-weight: 400;
    margin: 40px 0 20px;
}

/* one serif display size (45px) for every section heading -> h1 and h2 share it */
.static-content h1,
.static-content h2 {
    font-size: clamp(33px, 1.1268vw + 28.7746px, 45px);
    line-height: 1.1;
    letter-spacing: normal;
}

.static-content h3 {
    font-size: clamp(24px, 0.5634vw + 21.8873px, 30px);
    line-height: 1.33;
}

.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: var(--font-manrope);
    color: #1C1C19;
    font-weight: 700;
    margin: 32px 0 16px;
}

.static-content h4 {
    font-size: 20px;
    line-height: 28px;
}

.static-content h5 {
    font-size: 18px;
    line-height: 26px;
}

/* h6 doubles as the design's "eyebrow" kicker (Manrope 700 / 16 / ls 3.2 / mauve / UPPER */
.static-content h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: var(--fg-mauve);
}

/* eyebrow immediately followed by its heading -> tighten to ~24px (design gap) */
.static-content h6+h1,
.static-content h6+h2,
.static-content h6+h3 {
    margin-top: 4px;
}

.static-content p,
.static-content li,
.static-content span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F3F3F;
}

.static-content p {
    margin-bottom: 24px;
}

.static-content>p:last-child {
    margin-bottom: 0;
}

.static-content a {
    color: var(--fg-mauve);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.static-content strong {
    font-weight: 700;
}

.static-content em {
    font-style: italic;
}

.static-content ul,
.static-content ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.static-content li {
    margin-bottom: 8px;
}

.static-content li::marker {
    color: var(--fg-mauve);
}

.static-content blockquote {
    margin: 24px 0;
    padding: 4px 0 4px 20px;
    border-left: 3px solid var(--fg-mauve);
    color: #3F3F3F;
    font-style: italic;
}

.static-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
}

.static-content hr {
    border: 0;
    border-top: 1px solid rgba(130, 79, 101, 0.2);
    margin: 40px 0;
}

@media (max-width: 991.98px) {
    .article-author {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .article-author {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* End Blog article + Static Content */

/* Foglalás (foglalas.html) -- Figma: Foglalás -> "Main Content Canvas" */

.foglalas-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.foglalas-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.foglalas-title {
    color: #1C1C19;
}

.foglalas-lead {
    color: #2F2F2F;
}

/* 3-step wizard indicator */
.foglalas-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.foglalas-step {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CFCECC;
    flex-shrink: 0;
}

.foglalas-step.is-active {
    width: 12px;
    height: 12px;
    background: #7B5455;
}

.foglalas-step-line {
    width: 64px;
    height: 1px;
    background: #CFCECC;
    flex-shrink: 0;
}

/* service cards -- reuse the .kiknek-card component, wider + 2 columns */
/* Bootstrap row: col-12 col-md-6, g-4 gutters */
.foglalas-grid {
    --bs-gutter-y: 30px;
    width: 100%;
    max-width: 1196px;
    margin-inline: auto;
}

.foglalas-grid .kiknek-card {
    min-height: 348px;
    height: 100%;
    padding: 33px 60px 32px;
}

@media (max-width: 767.98px) {
    .foglalas-grid {
        max-width: 420px;
    }

    .foglalas-grid .kiknek-card {
        padding: 33px 32px 32px;
    }
}

/* End Foglalás */

/* Szolgáltatások lista (szolgaltatasok-lista.html) -- Figma: "Szolgáltatások" -> "szolgáltatások" */
/* hero-little variant: FILL bg + a grey (#575757) horizontal dark-band */
.hero-little--services .hero-little-bg-wrap img {
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.hero-little--services .hero-little-bg-wrap::after {
    background: linear-gradient(90deg, rgba(87, 87, 87, 0) 20%, rgba(87, 87, 87, 0.4) 50%, rgba(87, 87, 87, 0) 80%);
}

/* kapcsolat.html reuses --services (grey band) with its own bg photo */
.hero-little--kapcsolat .hero-little-bg-wrap img {
    object-position: center 38%;
}

.svclist-section {
    padding: 100px 0;
}

.svclist-rows {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.svclist-row {
    display: grid;
    grid-template-columns: 896fr 334fr;
    align-items: center;
    min-height: 306px;
}

.svclist-row--reverse {
    grid-template-columns: 334fr 896fr;
}

.svclist-row--reverse .svclist-textcard {
    order: 2;
}

.svclist-row--center {
    display: flex;
    justify-content: center;
}

.svclist-textcard {
    background: #F9ECF2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* Figma: text card is 272px (centred in the 306px row) */
    min-height: 272px;
    align-self: center;
}

.svclist-textcard-body {
    color: #3F3F3F;
}

/* service card: solid white, no description/link (those live in the text card) */
.svclist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    padding: 55px 32px 32px;
    min-height: 306px;
    justify-content: center;
}

/* the text card and the service card butt together */
.svclist-row .svclist-textcard {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.svclist-row--reverse .svclist-textcard {
    border-radius: 0 16px 16px 0;
}

.svclist-row--center .svclist-card {
    border-radius: 16px;
}

@media (max-width: 767.98px) {
    .svclist-section {
        padding: 64px 0;
    }

    .svclist-row,
    .svclist-row--reverse {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .svclist-row--reverse .svclist-textcard {
        order: 0;
    }

    .svclist-card {
        min-height: 0;
        padding: 32px;
    }

    .svclist-textcard {
        min-height: 0;
    }

    /* stacked -- restore full rounding on both cards */
    .svclist-row .svclist-textcard,
    .svclist-row .svclist-card,
    .svclist-row--reverse .svclist-textcard,
    .svclist-row--reverse .svclist-card {
        border-radius: 16px;
    }
}

/* End Szolgáltatások lista */

/* Adatok (adatok.html) -- booking step: data entry form. Figma: "Adatok" -> "Main Content Canvas" */
.adatok-section {
    position: relative;
    overflow: hidden;
}

.adatok-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.adatok-bg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adatok-bg-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.adatok-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* steps indicator on a dark bg: done = white, active = #7B5455 */
.foglalas-steps--dark .foglalas-step,
.foglalas-steps--dark .foglalas-step-line {
    background: #FFFFFF;
}

.foglalas-steps--dark .foglalas-step.is-active {
    background: #7B5455;
}

.adatok-card {
    width: 700px;
    max-width: 100%;
    background: #FEFCFA;
    border: 1px solid rgba(250, 218, 221, 0.5);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    padding: 30px 40px;
}

.adatok-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
}

.adatok-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.adatok-field {
    display: flex;
    flex-direction: column;
}

.adatok-label {
    color: #504444;
    margin-bottom: 8px;
}

.adatok-input-wrap {
    position: relative;
}

.adatok-input-wrap>img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.adatok-input,
.adatok-textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #6B7280;
    border-radius: 10px;
    color: #1C1C19;
    font-family: var(--font-manrope);
    font-size: 16px;
    line-height: 1.4;
}

.adatok-input {
    height: 50px;
    padding: 0 16px 0 45px;
}

.adatok-textarea {
    min-height: 122px;
    padding: 13px 16px;
    resize: vertical;
}

.adatok-input::placeholder,
.adatok-textarea::placeholder {
    color: #6B7280;
}

.adatok-input:focus,
.adatok-textarea:focus {
    outline: none;
    border-color: var(--fg-mauve);
}

.adatok-form .form-control {
    background: #FFFFFF;
    border: 1px solid #6B7280;
    border-radius: 10px;
}

.adatok-form .invalid-feedback {
    font-family: var(--font-manrope);
    font-size: 13px;
    color: #C0392B;
}

.adatok-actions {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.adatok-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 0;
    max-width: 223.5px;
    height: 52px;
    border: 0;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.adatok-btn img {
    width: 12px;
    height: 12px;
}

.adatok-btn--back {
    background: var(--fg-pink);
}

.adatok-btn--back img {
    transform: scaleX(-1);
}

.adatok-btn--back:hover {
    background: #f6b0c4;
}

.adatok-btn--submit {
    background: var(--fg-mauve);
}

.adatok-btn--submit:hover {
    background: #6d4054;
}

@media (max-width: 575.98px) {

    .adatok-card {
        padding: 24px 20px;
    }

    .adatok-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .adatok-actions {
        flex-direction: column;
    }

    .adatok-btn {
        max-width: none;
    }
}

/* End Adatok */

/* Visszaigazolás (visszaigazolas.html) -- booking confirmation. */
.confirm-section {
    background: #FDF9F5;
}

.confirm-card {
    max-width: 1230px;
    margin: 0 auto;
    background: #FEFCFA;
    border: 1px solid rgba(250, 218, 221, 0.5);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15);
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.confirm-check {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(248, 216, 219, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    flex-shrink: 0;
}

.confirm-check img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.confirm-title {
    color: #1C1C19;
    margin-bottom: 16px;
}

.confirm-lead {
    color: #504444;
    max-width: 1100px;
    margin-bottom: 48px;
}

.confirm-summary {
    width: 100%;
    max-width: 1100px;
    background: #FFEAF3;
    border: 1px solid rgba(212, 194, 194, 0.3);
    border-radius: 8px;
    padding: 32px;
    text-align: left;
    margin-bottom: 48px;
}

.confirm-summary-title {
    color: #70585B;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(207, 206, 204, 0.5);
    margin-bottom: 24px;
}

.confirm-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.confirm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.confirm-row-label {
    color: #504444;
}

.confirm-row-value {
    color: #1C1C19;
    text-align: right;
}

.confirm-row-time {
    color: #7B5455;
    margin-top: 4px;
}

.confirm-divider {
    height: 1px;
    background: rgba(207, 206, 204, 0.5);
    border: 0;
    margin: 0;
    opacity: 1;
}

.confirm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 1100px;
    min-height: 52px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--fg-mauve);
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.confirm-btn:hover {
    background: #6d4054;
}

.confirm-btn img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {

    .confirm-card {
        padding: 32px 20px;
    }

    .confirm-summary {
        padding: 24px 16px;
    }

    .confirm-row {
        flex-direction: column;
        gap: 4px;
    }

    .confirm-row-value {
        text-align: left;
    }
}

/* End Visszaigazolás */

/* Időpontfoglalás (idopontfoglalas.html) -- Figma: "Időpontfoglalás". */
.booking-section {
    background: #FDF9F5;
}

/* --- hero: rounded photo card with the heading + steps on top --- */
.booking-hero {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 524px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.booking-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.booking-hero-content {
    position: relative;
    z-index: 1;
    max-width: 573px;
    padding: 40px 49px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.booking-hero-content .foglalas-title {
    color: #1C1C19;
}

.booking-hero-content .foglalas-lead {
    color: #2F2F2F;
}

/* --- two-column booking layout (Figma 752 / 448, gap 30) --- */
.booking-grid {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.booking-calendar-card {
    flex: 752 1 0;
    min-width: 0;
}

.booking-slots-card {
    flex: 448 1 0;
    min-width: 0;
}

.booking-calendar-card,
.booking-slots-card {
    background: #FEFCFA;
    border: 1px solid rgba(250, 218, 221, 0.5);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(130, 79, 101, 0.15), 0 20px 40px -10px rgba(123, 84, 85, 0.05);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

/* --- calendar legend --- */
.booking-legend {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(207, 206, 204, 0.5);
}

.booking-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    color: #824F65;
}

.booking-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    align-self: center;
}

/* the utility-class text wrapper */
.booking-legend-item>span:last-child {
    display: inline-flex;
    align-items: center;
}

.booking-legend-dot--selected {
    background: var(--fg-mauve);
}

.booking-legend-dot--free {
    border: 1px solid #D4C2C2;
}

/* --- right card: selected day + time slots --- */
.booking-slots-title {
    color: #1C1C19;
    margin-bottom: 8px;
}

.booking-slots-sub {
    color: #824F65;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(207, 206, 204, 0.5);
    margin-bottom: 32px;
}

.booking-slots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.booking-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 8px;
    border: 1px solid #D4C2C2;
    border-radius: 8px;
    background: transparent;
    color: #1C1C19;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.booking-slot:hover:not(:disabled):not(.is-selected) {
    border-color: var(--fg-mauve);
    background: rgba(130, 79, 101, 0.06);
}

.booking-slot.is-selected {
    background: var(--fg-mauve);
    border-color: var(--fg-mauve);
    color: #FFFFFF;
}

.booking-slot:disabled {
    background: #F1EDE9;
    border-color: #D4C2C2;
    color: #B7B0AC;
    cursor: not-allowed;
    text-decoration: line-through;
}

.booking-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    margin-top: 64px;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--fg-mauve);
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.booking-next:hover {
    background: #6d4054;
}

.booking-next img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

/* ---------- air-datepicker theme (scoped to the booking calendar) ---------- */
.booking-calendar .air-datepicker {
    --adp-font-family: var(--font-manrope);
    --adp-font-size: 16px;
    --adp-width: 100%;
    --adp-padding: 0;
    --adp-background-color: transparent;
    --adp-border-color-inline: transparent;
    --adp-color: #1C1C19;
    --adp-color-secondary: #1C1C19;
    --adp-color-current-date: #1C1C19;
    --adp-color-other-month: #CFCECC;
    --adp-color-other-month-hover: #CFCECC;
    --adp-color-disabled: #CFCECC;
    --adp-color-disabled-in-range: #CFCECC;
    --adp-nav-color-secondary: #1C1C19;
    --adp-nav-arrow-color: #1C1C19;
    --adp-nav-height: 40px;
    --adp-nav-action-size: 40px;
    --adp-day-name-color: #824F65;
    --adp-day-name-color-hover: #824F65;
    --adp-day-cell-height: 60px;
    --adp-cell-border-radius: 999px;
    --adp-cell-background-color-hover: rgba(130, 79, 101, 0.08);
    --adp-cell-background-color-selected: var(--fg-mauve);
    --adp-cell-background-color-selected-hover: #6d4054;
    --adp-transition-duration: 0.15s;

    width: 100%;
    box-sizing: border-box;
}

.booking-calendar .air-datepicker--content {
    padding: 0;
}

/* header: round bordered prev/next + centred serif month title */
.booking-calendar .air-datepicker-nav {
    border-bottom: 0;
    padding: 0 0 16px;
    align-items: center;
}

.booking-calendar .air-datepicker-nav--action {
    width: 40px;
    height: 40px;
    border: 1px solid #D4C2C2;
    border-radius: 50%;
}

.booking-calendar .air-datepicker-nav--action:hover {
    background: rgba(130, 79, 101, 0.06);
}

.booking-calendar .air-datepicker-nav--action svg {
    width: 18px;
    height: 18px;
}

.booking-calendar .air-datepicker-nav--title {
    font-family: var(--font-liberation-serif);
    font-size: 24px;
    line-height: 32px;
    color: #1C1C19;
}

.booking-calendar .air-datepicker-nav--title:hover {
    background: transparent;
}

/* day-name row */
.booking-calendar .air-datepicker-body--day-names {
    margin: 8px 0 12px;
}

.booking-calendar .air-datepicker-body--day-name {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
}

/* day cells */
.booking-calendar .air-datepicker-body--cells.-days- {
    gap: 3px 0;
}

/* keep the selected pill close to the Figma 89x69 cell shape (not a full-width bar) */
.booking-calendar .air-datepicker-cell {
    max-width: 74px;
    margin-inline: auto;
    width: 100%;
}

.booking-calendar .air-datepicker-cell.-day- {
    font-weight: 400;
}

.booking-calendar .air-datepicker-cell.-day-.-disabled- {
    cursor: default;
    text-decoration: none;
}

.booking-calendar .air-datepicker-cell.-selected-,
.booking-calendar .air-datepicker-cell.-selected-.-current-,
.booking-calendar .air-datepicker-cell.-selected-.-focus- {
    color: #FFFFFF;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .booking-grid {
        flex-direction: column;
    }

    .booking-calendar-card,
    .booking-slots-card {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .booking-hero {
        min-height: 420px;
    }

    .booking-hero-content {
        padding: 32px 24px;
    }

    .booking-calendar-card,
    .booking-slots-card {
        padding: 24px 20px;
    }

    .booking-next {
        margin-top: 40px;
    }
}

/* End Időpontfoglalás */
